vrtalk-web-sdk 0.1.586 → 0.1.588
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/model/vr/index.d.ts +1 -0
- package/dist/src/model/vr/vr-action.d.ts +39 -6
- package/dist/src/model/vr/xr-ai-agent-tool-catalog.d.ts +36 -0
- package/dist/src/model/vr/xr-ai-agent.d.ts +12 -2
- package/dist/src/model/vr/xr-logic.d.ts +2 -1
- package/dist/vrtalk-web-sdk.js +1 -1
- package/package.json +1 -1
|
@@ -49,6 +49,7 @@ export * from './xr-message-card';
|
|
|
49
49
|
export * from './xr-background-thread';
|
|
50
50
|
export * from './xr-broadcast-channel';
|
|
51
51
|
export * from './xr-ai-agent';
|
|
52
|
+
export * from './xr-ai-agent-tool-catalog';
|
|
52
53
|
export * from './xr-camera-dolly-path';
|
|
53
54
|
export * from './xr-prepare';
|
|
54
55
|
export * from './xr-ability';
|
|
@@ -3,6 +3,8 @@ import { XrMessageCard } from './xr-message-card';
|
|
|
3
3
|
import { VrComponent2dDeformationSettings } from '../vr-component/vr-component-data';
|
|
4
4
|
import { XrTypedValue, XrVariableScopeType, XrVariableTarget } from './xr-logic';
|
|
5
5
|
import { MultiLanguageStr } from '../general/multi-language-str';
|
|
6
|
+
import { FreeButton } from '../general/free-button';
|
|
7
|
+
import { VrAppearanceStyle } from './vr-appearance-style';
|
|
6
8
|
import { XrInteractionControlConfig, XrInteractionDataType } from './xr-interaction-control';
|
|
7
9
|
export declare type XrActionCategory = 'basic' | 'condition' | 'count_loop' | 'expression_loop' | 'switch';
|
|
8
10
|
export declare class XrActionCategoryDefine {
|
|
@@ -141,7 +143,7 @@ export declare class XrSwitchAction {
|
|
|
141
143
|
caseList: XrSwitchCase[];
|
|
142
144
|
defaultActionList: XrAnyAction[];
|
|
143
145
|
}
|
|
144
|
-
export declare type VrActionType = 'system_common_wait' | 'system_set_interactive_state' | 'system_ui_settings_change' | 'system_color_space_scene_tint' | 'system_color_space_display_brightness' | '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' | 'send_broadcast' | 'system_state_scope_create' | 'system_state_scope_switch' | 'system_state_scope_destroy' | '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' | '
|
|
146
|
+
export declare type VrActionType = 'system_common_wait' | 'system_set_interactive_state' | 'system_ui_settings_change' | 'system_color_space_scene_tint' | 'system_color_space_display_brightness' | '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' | 'send_broadcast' | 'system_state_scope_create' | 'system_state_scope_switch' | 'system_state_scope_destroy' | '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_wake' | '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' | 'visualization_controller_pop' | 'visualization_controller_hide' | 'visualization_controller_close_all';
|
|
145
147
|
export declare class VrActionTypeDefine {
|
|
146
148
|
static readonly SYSTEM_COMMON_WAIT: VrActionType;
|
|
147
149
|
static readonly COMPONENT_GENERAL_CHANGE_VISIBILITY: VrActionType;
|
|
@@ -217,8 +219,7 @@ export declare class VrActionTypeDefine {
|
|
|
217
219
|
static readonly BACKGROUND_THREAD_STOP: VrActionType;
|
|
218
220
|
static readonly AI_AGENT_ACTIVATE: VrActionType;
|
|
219
221
|
static readonly AI_AGENT_HIDE: VrActionType;
|
|
220
|
-
static readonly
|
|
221
|
-
static readonly AI_AGENT_TRIGGER_CONVERSATION: VrActionType;
|
|
222
|
+
static readonly AI_AGENT_WAKE: VrActionType;
|
|
222
223
|
static readonly AI_AGENT_ACTIVATE_AND_SEND_USER_MESSAGE: VrActionType;
|
|
223
224
|
static readonly AI_AGENT_ACTIVATE_AND_INJECT_DIALOGUE: VrActionType;
|
|
224
225
|
static readonly AI_AGENT_INJECT_HIDDEN_STATE_MESSAGE: VrActionType;
|
|
@@ -245,6 +246,9 @@ export declare class VrActionTypeDefine {
|
|
|
245
246
|
static readonly LOGIC_RANDOM_PICK_COLOR: VrActionType;
|
|
246
247
|
static readonly LOGIC_RANDOM_PICK_CSS_COLOR: VrActionType;
|
|
247
248
|
static readonly LOGIC_RANDOM_PICK_FROM_RECOMMEND_OPTIONS: VrActionType;
|
|
249
|
+
static readonly VISUALIZATION_CONTROLLER_POP: VrActionType;
|
|
250
|
+
static readonly VISUALIZATION_CONTROLLER_HIDE: VrActionType;
|
|
251
|
+
static readonly VISUALIZATION_CONTROLLER_CLOSE_ALL: VrActionType;
|
|
248
252
|
}
|
|
249
253
|
export declare class VrActionParamsAbilityEnable {
|
|
250
254
|
abilityId: string;
|
|
@@ -641,11 +645,18 @@ export declare class VrActionParamsAiAgentActivate {
|
|
|
641
645
|
export declare class VrActionParamsAiAgentHide {
|
|
642
646
|
agentId: string;
|
|
643
647
|
}
|
|
644
|
-
export declare
|
|
645
|
-
|
|
648
|
+
export declare type XrAiAgentWakeWorkStyle = 'auto' | 'act_and_reply' | 'act_no_reply';
|
|
649
|
+
export declare class XrAiAgentWakeWorkStyleDefine {
|
|
650
|
+
static readonly AUTO: XrAiAgentWakeWorkStyle;
|
|
651
|
+
static readonly ACT_AND_REPLY: XrAiAgentWakeWorkStyle;
|
|
652
|
+
static readonly ACT_NO_REPLY: XrAiAgentWakeWorkStyle;
|
|
646
653
|
}
|
|
647
|
-
export declare class
|
|
654
|
+
export declare class VrActionParamsAiAgentWake {
|
|
648
655
|
agentId: string;
|
|
656
|
+
wakePromptId: string;
|
|
657
|
+
hasMessage: boolean;
|
|
658
|
+
message: MultiLanguageStr;
|
|
659
|
+
workStyle: XrAiAgentWakeWorkStyle;
|
|
649
660
|
}
|
|
650
661
|
export declare class VrActionParamsAiAgentActivateAndSendUserMessage extends VrActionParamsAiAgentActivate {
|
|
651
662
|
userMessage: MultiLanguageStr;
|
|
@@ -833,3 +844,25 @@ export declare class VrActionParamsLogicRandomPickCssColor {
|
|
|
833
844
|
export declare class VrActionParamsLogicRandomPickFromRecommendOptions {
|
|
834
845
|
target: XrVariableTarget;
|
|
835
846
|
}
|
|
847
|
+
/**
|
|
848
|
+
* 弹出可视化控制器:内容内联在 action 里(图标+标题+正文+多个按钮)。
|
|
849
|
+
* 再次执行同一 action = 再加一个实例(除非 keepOnlyLatestForKey)。
|
|
850
|
+
*/
|
|
851
|
+
export declare class VrActionParamsVisualizationControllerPop {
|
|
852
|
+
controllerKey: string;
|
|
853
|
+
keepOnlyLatestForKey: boolean;
|
|
854
|
+
iconSrc: string;
|
|
855
|
+
title: MultiLanguageStr;
|
|
856
|
+
description: MultiLanguageStr;
|
|
857
|
+
buttonList: FreeButton[];
|
|
858
|
+
overrideAppearance: boolean;
|
|
859
|
+
appearanceOverride: VrAppearanceStyle;
|
|
860
|
+
reportToAgentId?: string;
|
|
861
|
+
}
|
|
862
|
+
/** 隐藏可视化控制器:移除指定 key 的控制器(key 为空则不处理) */
|
|
863
|
+
export declare class VrActionParamsVisualizationControllerHide {
|
|
864
|
+
controllerKey: string;
|
|
865
|
+
}
|
|
866
|
+
/** 一键关闭全部可视化控制器(不含 flow 步骤栏) */
|
|
867
|
+
export declare class VrActionParamsVisualizationControllerCloseAll {
|
|
868
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import type { XrAiAgent } from './xr-ai-agent';
|
|
2
|
+
/**
|
|
3
|
+
* AI智能体「工具」目录
|
|
4
|
+
*
|
|
5
|
+
* 这是 console「工具」segment 渲染分组+开关、以及前端判断某工具是否"可用/已启用"的数据源。
|
|
6
|
+
*
|
|
7
|
+
* ⚠️ 工具 key 必须与后端 XrAiAgentToolBuilder 的 tool("…") 注册名严格一致——后端是工具是否真正
|
|
8
|
+
* 暴露给 LLM 的唯一权威;这里只是给编辑器用的目录 + 人工 opt-out 开关(agent.toolSettings)。
|
|
9
|
+
* 新增/改名后端工具时,请同步本目录。
|
|
10
|
+
*
|
|
11
|
+
* requires:该工具依赖的「关联资源」条件(any-of,满足其一即视为资源就绪)。
|
|
12
|
+
* - 空数组 = 始终可用(不依赖关联资源,如基础检视 / 系统能力 / 随机数等)
|
|
13
|
+
* - 'enableVoiceOutput' = 依赖智能体「启用语音输出」开关
|
|
14
|
+
* - 其余值 = agent 上对应 useXxxList / skillPromptList 非空
|
|
15
|
+
* 资源未就绪时:该工具在后端本就不会暴露,编辑器里开关置灰(开了也无意义)。
|
|
16
|
+
*/
|
|
17
|
+
export declare type XrAiAgentToolRequireKey = 'useComponentList' | 'useTargetList' | 'useFovList' | 'useVariableList' | 'useStickerList' | 'useSpaceFenceList' | 'useSpaceFenceGroupList' | 'useBackgroundThreadList' | 'useCameraDollyPathList' | 'useAbilityList' | 'useKnowledgeBaseList' | 'useContentCardList' | 'useCloudFormList' | 'useMessageCardList' | 'useMonitorList' | 'skillPromptList' | 'enableVoiceOutput';
|
|
18
|
+
export interface XrAiAgentToolDef {
|
|
19
|
+
key: string;
|
|
20
|
+
requires?: XrAiAgentToolRequireKey[];
|
|
21
|
+
readOnlyInspect?: boolean;
|
|
22
|
+
}
|
|
23
|
+
export interface XrAiAgentToolGroup {
|
|
24
|
+
key: string;
|
|
25
|
+
toolList: XrAiAgentToolDef[];
|
|
26
|
+
}
|
|
27
|
+
export declare const XR_AI_AGENT_TOOL_GROUPS: XrAiAgentToolGroup[];
|
|
28
|
+
/**
|
|
29
|
+
* 该工具的「资源就绪条件」是否被当前 agent 满足(any-of)。requires 空 = 恒满足。
|
|
30
|
+
*/
|
|
31
|
+
export declare function isAiAgentToolResourceReady(agent: XrAiAgent | any, def: XrAiAgentToolDef): boolean;
|
|
32
|
+
/**
|
|
33
|
+
* 工具是否"最终启用":资源就绪 且 未被人工关掉(toolSettings[key] !== false)。
|
|
34
|
+
* 与后端口径一致:缺省(map 里没有)= 启用。
|
|
35
|
+
*/
|
|
36
|
+
export declare function isAiAgentToolEnabled(agent: XrAiAgent | any, def: XrAiAgentToolDef): boolean;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { VRTalkBaseData } from '../../model';
|
|
2
|
+
import type { XrVariable, XrVariableScopeType } from './xr-logic';
|
|
2
3
|
export declare class XrAiAgentUseComponent {
|
|
3
4
|
componentId: string;
|
|
4
5
|
description: string;
|
|
@@ -9,6 +10,7 @@ export declare class XrAiAgentUseTarget {
|
|
|
9
10
|
}
|
|
10
11
|
export declare class XrAiAgentUseVariable {
|
|
11
12
|
variableKey: string;
|
|
13
|
+
variableScope?: XrVariableScopeType;
|
|
12
14
|
description: string;
|
|
13
15
|
}
|
|
14
16
|
export declare class XrAiAgentUseSticker {
|
|
@@ -74,8 +76,6 @@ export declare class XrAiAgentRolePromptSettings {
|
|
|
74
76
|
abilityPrompt: string;
|
|
75
77
|
limitPrompt: string;
|
|
76
78
|
behaviorRulePrompt: string;
|
|
77
|
-
greetingPrompt: string;
|
|
78
|
-
warmUpPrompt: string;
|
|
79
79
|
}
|
|
80
80
|
export declare class XrAiAgentParams {
|
|
81
81
|
reasoning_effort?: string;
|
|
@@ -87,6 +87,11 @@ export declare class XrAiAgentSkillPrompt extends VRTalkBaseData {
|
|
|
87
87
|
description: string;
|
|
88
88
|
promptContent: string;
|
|
89
89
|
}
|
|
90
|
+
export declare class XrAiAgentWakePrompt extends VRTalkBaseData {
|
|
91
|
+
name: string;
|
|
92
|
+
description: string;
|
|
93
|
+
wakePrompt: string;
|
|
94
|
+
}
|
|
90
95
|
export declare class XrAiAgent extends VRTalkBaseData {
|
|
91
96
|
name: string;
|
|
92
97
|
autoActivate: boolean;
|
|
@@ -98,6 +103,11 @@ export declare class XrAiAgent extends VRTalkBaseData {
|
|
|
98
103
|
avatarSrc: string;
|
|
99
104
|
rolePromptSettings: XrAiAgentRolePromptSettings;
|
|
100
105
|
skillPromptList: XrAiAgentSkillPrompt[];
|
|
106
|
+
wakePromptList: XrAiAgentWakePrompt[];
|
|
107
|
+
localVariableList: XrVariable[];
|
|
108
|
+
toolSettings: {
|
|
109
|
+
[toolKey: string]: boolean;
|
|
110
|
+
};
|
|
101
111
|
modelDataKey: string;
|
|
102
112
|
contextTokens: number;
|
|
103
113
|
params: XrAiAgentParams;
|
|
@@ -52,7 +52,7 @@ export declare class XrVariable {
|
|
|
52
52
|
* - step: Flow Step 级(VrFlowStep.stepScopeVariableList)
|
|
53
53
|
* - local: 最内层容器(trigger / button / background_thread / init / 消息卡片按钮)
|
|
54
54
|
*/
|
|
55
|
-
export declare type XrVariableScopeType = 'global' | 'shared' | 'local' | 'step' | 'flow' | 'ability' | 'broadcast_msg';
|
|
55
|
+
export declare type XrVariableScopeType = 'global' | 'shared' | 'local' | 'step' | 'flow' | 'ability' | 'broadcast_msg' | 'agent';
|
|
56
56
|
export declare class XrVariableScopeTypeDefine {
|
|
57
57
|
static readonly GLOBAL: XrVariableScopeType;
|
|
58
58
|
static readonly SHARED: XrVariableScopeType;
|
|
@@ -60,6 +60,7 @@ export declare class XrVariableScopeTypeDefine {
|
|
|
60
60
|
static readonly STEP: XrVariableScopeType;
|
|
61
61
|
static readonly FLOW: XrVariableScopeType;
|
|
62
62
|
static readonly ABILITY: XrVariableScopeType;
|
|
63
|
+
static readonly AGENT: XrVariableScopeType;
|
|
63
64
|
static readonly BROADCAST_MSG: XrVariableScopeType;
|
|
64
65
|
}
|
|
65
66
|
/**
|
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:()=>io,AR_INFO_BAR_DEFAULT:()=>so,AR_INFO_ICON_KEYS:()=>co,AR_MAIN_BAR_DEFAULT:()=>no,ArCommonSettings:()=>ir,ArMultisetSettings:()=>or,ArPositionXSettings:()=>Ar,ChromaKeySettings:()=>_,Color:()=>d,ColorBuilder:()=>c,ColorParser:()=>l,Component2dFaceToCameraModeDefine:()=>te,EXPRESSION_FUNC_NAME:()=>Gl,EaseAnimationFunctionDefine:()=>E,EaseAnimationSettings:()=>m,FreeButton:()=>C,GotoPositionMethodDefine:()=>O,HoverBorderSettings:()=>S,LanguageTypeDefine:()=>A,LogicCurrentTimeOutputTypeDefine:()=>rn,LogicRandomColorPaletteDefine:()=>nn,MediaLoopModeDefine:()=>N,MonitorVideoMuteChangeTypeDefine:()=>Ea,MonitorVideoPlayChangeTypeDefine:()=>_a,MultiLanguageStr:()=>g,PROGRESS_BAR_KEYFRAMES_CSS:()=>$l,ParentComCommandAssetLabel:()=>Yc,ParentComCommandAudio:()=>Zc,ParentComCommandCamera:()=>zc,ParentComCommandComponent:()=>Gc,ParentComCommandCover:()=>Vc,ParentComCommandDollyPath:()=>rl,ParentComCommandFloor:()=>Jc,ParentComCommandFov:()=>xc,ParentComCommandHamburgerMenu:()=>ol,ParentComCommandInfoTemplate:()=>Bc,ParentComCommandInformation:()=>kc,ParentComCommandLayer:()=>Fc,ParentComCommandLight:()=>Hc,ParentComCommandMarker:()=>$c,ParentComCommandMessageCard:()=>sl,ParentComCommandMonitor:()=>nl,ParentComCommandNavigation:()=>Qc,ParentComCommandObstacle:()=>qc,ParentComCommandPlayer:()=>vc,ParentComCommandRenderer:()=>jc,ParentComCommandSpaceFence:()=>al,ParentComCommandSticker:()=>Wc,ParentComCommandSweep:()=>Kc,ParentComCommandTarget:()=>el,ParentComCommandTrimmer:()=>Xc,ParentComCommandUi:()=>Uc,ParentComCommandWormhole:()=>tl,ParentComMessageAssetLabel:()=>gl,ParentComMessageCamera:()=>il,ParentComMessageComponent:()=>cl,ParentComMessageDollyPath:()=>Il,ParentComMessageFloor:()=>dl,ParentComMessageFov:()=>ll,ParentComMessageNavigation:()=>ml,ParentComMessageObstacle:()=>pl,ParentComMessagePlayer:()=>wc,ParentComMessageRenderer:()=>El,ParentComMessageSpaceFence:()=>Sl,ParentComMessageSticker:()=>Al,ParentComMessageSweep:()=>_l,ParentComMessageTarget:()=>Cl,ParentComMessageTrimmer:()=>Tl,ParentComMessageWormhole:()=>Ol,PlayerComCommand:()=>Gi,PlayerComCommandAssetLabel:()=>rc,PlayerComCommandAudio:()=>sc,PlayerComCommandCamera:()=>Zi,PlayerComCommandComponent:()=>Ki,PlayerComCommandCover:()=>Hi,PlayerComCommandDollyPath:()=>_c,PlayerComCommandFloor:()=>qi,PlayerComCommandFov:()=>Ji,PlayerComCommandHamburgerMenu:()=>Ec,PlayerComCommandInfoTemplate:()=>Wi,PlayerComCommandInformation:()=>Yi,PlayerComCommandLayer:()=>zi,PlayerComCommandLight:()=>ji,PlayerComCommandMarker:()=>tc,PlayerComCommandMessageCard:()=>dc,PlayerComCommandMonitor:()=>lc,PlayerComCommandNavigation:()=>ac,PlayerComCommandObstacle:()=>nc,PlayerComCommandPlayer:()=>Fi,PlayerComCommandRenderer:()=>ec,PlayerComCommandSpaceFence:()=>cc,PlayerComCommandSticker:()=>Qi,PlayerComCommandSweep:()=>Dc,PlayerComCommandTarget:()=>oc,PlayerComCommandTrimmer:()=>$i,PlayerComCommandTypeDefine:()=>xi,PlayerComCommandUi:()=>Xi,PlayerComCommandWormhole:()=>ic,PlayerComMessage:()=>mc,PlayerComMessageAssetLabel:()=>Pc,PlayerComMessageCamera:()=>Tc,PlayerComMessageComponent:()=>Ac,PlayerComMessageDollyPath:()=>bc,PlayerComMessageFloor:()=>Cc,PlayerComMessageFov:()=>gc,PlayerComMessageNavigation:()=>uc,PlayerComMessageObstacle:()=>Lc,PlayerComMessagePlayer:()=>Oc,PlayerComMessageRenderer:()=>Ic,PlayerComMessageSpaceFence:()=>hc,PlayerComMessageSticker:()=>Rc,PlayerComMessageSweep:()=>Sc,PlayerComMessageTarget:()=>Mc,PlayerComMessageTrimmer:()=>Nc,PlayerComMessageTypeDefine:()=>pc,PlayerComMessageWormhole:()=>yc,PlayerController:()=>fc,PopupUserFormField:()=>en,PositionXAbnormalHandheldSettings:()=>lr,PositionXCorrectionSettings:()=>Tr,PositionXDistanceTrigger:()=>Er,PositionXDynamicSettings:()=>pr,PositionXInitialSettings:()=>dr,PositionXQualitySettings:()=>cr,PositionXScoreTier:()=>mr,PositionXTimerTrigger:()=>_r,RendererResolution:()=>I,TakeScreenshotVisibility:()=>u,TintableIconRef:()=>L,TtsTextModeDefine:()=>ya,UnityNavigationMode:()=>R,UnityNavigationParams:()=>P,UnityNavigationPlan:()=>M,VRTalkBaseData:()=>T,VRTalkEditablePlayer:()=>ul,VR_ACTION_PLATFORM_CAPABILITY_AR_ONLY:()=>gn,VR_ACTION_PLATFORM_CAPABILITY_VR_AND_AR:()=>An,VR_ACTION_PLATFORM_CAPABILITY_VR_ONLY:()=>Tn,VR_INFO_BAR_DEFAULT:()=>ao,VR_INFO_BAR_ICON_KEYS:()=>oo,VR_MAIN_BAR_DEFAULT:()=>to,VR_MAIN_BAR_ICON_KEYS:()=>ro,Vector2:()=>n,Vector3:()=>a,VrAction:()=>ze,VrActionAnalyticsValueModeDefine:()=>Qa,VrActionCloudFormValueModeDefine:()=>Ka,VrActionHitAnalyticsEventFieldBinding:()=>qa,VrActionParams:()=>gt,VrActionParams2dGeneralChangeDeformationSettings:()=>ut,VrActionParams2dImageChangeSource:()=>Nt,VrActionParams2dPanelButtonChangeEnabled:()=>Dt,VrActionParams2dPanelChangeScene:()=>bt,VrActionParams2dTextChangeSource:()=>Lt,VrActionParams2dVideoChangeMuteState:()=>Mt,VrActionParams2dVideoChangePlayState:()=>Pt,VrActionParams2dVideoChangeSource:()=>Rt,VrActionParams3dBoxChangeColor:()=>yt,VrActionParams3dModelOperateAnimationClip:()=>Ut,VrActionParamsAbilityEnable:()=>Tt,VrActionParamsAbilityStop:()=>At,VrActionParamsAiAgentActivate:()=>fa,VrActionParamsAiAgentActivateAndInjectAssistantMessage:()=>Ga,VrActionParamsAiAgentActivateAndInjectDialogue:()=>Ba,VrActionParamsAiAgentActivateAndSendUserMessage:()=>Ua,VrActionParamsAiAgentHide:()=>wa,VrActionParamsAiAgentInjectHiddenStateMessage:()=>ka,VrActionParamsAiAgentTriggerConversation:()=>Va,VrActionParamsAiAgentTriggerMonologue:()=>va,VrActionParamsAudioCenterPlayList:()=>Vt,VrActionParamsAudioCenterSetVolume:()=>Xa,VrActionParamsBackgroundThread:()=>Da,VrActionParamsCameraDollyMove:()=>Gt,VrActionParamsCameraDollyStop:()=>xt,VrActionParamsCameraMoveTo:()=>kt,VrActionParamsCanvasComponentChangeVisibility:()=>ga,VrActionParamsCloudFormCollectField:()=>za,VrActionParamsCloudFormReset:()=>$a,VrActionParamsCloudFormShowDialog:()=>Ja,VrActionParamsCloudFormSubmit:()=>ja,VrActionParamsComponentGeneralAudioSourceChangeLoopMode:()=>vt,VrActionParamsComponentGeneralAudioSourcePause:()=>wt,VrActionParamsComponentGeneralAudioSourcePlayControl:()=>ft,VrActionParamsComponentGeneralChangeTransform:()=>St,VrActionParamsComponentGeneralChangeVisibility:()=>Ot,VrActionParamsComponentGeneralOperateTransitionAnimation:()=>It,VrActionParamsComponentTagSimulateClick:()=>ht,VrActionParamsFlowEnter:()=>ea,VrActionParamsFlowExit:()=>ta,VrActionParamsHamburgerMenuChangeOpenState:()=>Sa,VrActionParamsHamburgerMenuGroupChangeExpanded:()=>Ia,VrActionParamsHamburgerMenuNodeChangeVisibility:()=>Oa,VrActionParamsHitAnalyticsEvent:()=>Za,VrActionParamsInformationContentCardShow:()=>Kt,VrActionParamsInformationLinkOpen:()=>Jt,VrActionParamsLayerChangeVisibility:()=>Ca,VrActionParamsLogicCurrentTime:()=>on,VrActionParamsLogicRandomColor:()=>sn,VrActionParamsLogicRandomNumber:()=>an,VrActionParamsLogicRandomPickBoolean:()=>dn,VrActionParamsLogicRandomPickColor:()=>_n,VrActionParamsLogicRandomPickCssColor:()=>En,VrActionParamsLogicRandomPickFromRecommendOptions:()=>mn,VrActionParamsLogicRandomPickNumber:()=>ln,VrActionParamsLogicRandomPickString:()=>cn,VrActionParamsLogicVariableBooleanToggle:()=>Zt,VrActionParamsLogicVariableModify:()=>zt,VrActionParamsLogicVariableNumberAdd:()=>jt,VrActionParamsLogicVariableStringAdvanced:()=>qt,VrActionParamsLogicVariableStringAppend:()=>$t,VrActionParamsLogicVariableStringTrimEnd:()=>Qt,VrActionParamsMessageCardChangeShowState:()=>La,VrActionParamsMessageCardCreateTemporary:()=>Pa,VrActionParamsMessageCardDestroyTemporary:()=>Ma,VrActionParamsMessageCardHide:()=>Ra,VrActionParamsMessageCardShow:()=>Na,VrActionParamsMonitorChangeBadgeStyle:()=>Aa,VrActionParamsMonitorChangeBadgeText:()=>Ta,VrActionParamsMonitorChangeEnabled:()=>ca,VrActionParamsMonitorComponentChangeVisibility:()=>da,VrActionParamsMonitorSwitchActiveTab:()=>la,VrActionParamsMonitorVideoChangeMuteState:()=>pa,VrActionParamsMonitorVideoChangePlayState:()=>ma,VrActionParamsNavigationStart:()=>Bt,VrActionParamsPopupUserFormShowDialog:()=>tn,VrActionParamsSendBroadcast:()=>na,VrActionParamsSweepChangeEnabled:()=>Ft,VrActionParamsSweepChangePanorama:()=>Ht,VrActionParamsSweepMarkerChangeEnabled:()=>Xt,VrActionParamsSweepOnlyEnableCurrent:()=>Yt,VrActionParamsSweepResetToDefault:()=>Wt,VrActionParamsSystemColorSpaceDisplayBrightness:()=>Ya,VrActionParamsSystemColorSpaceSceneTint:()=>Wa,VrActionParamsSystemCommonWait:()=>Ct,VrActionParamsSystemOpenWebpage:()=>Fa,VrActionParamsSystemSetInteractiveState:()=>Ha,VrActionParamsSystemStateScopeCreate:()=>ra,VrActionParamsSystemStateScopeDestroy:()=>ia,VrActionParamsSystemStateScopeSwitch:()=>oa,VrActionParamsSystemUiSettingsChange:()=>ua,VrActionParamsTtsPlayVoice:()=>ha,VrActionParamsTtsRealtimeStream:()=>ba,VrActionSystemOpenWebpagePcModeDefine:()=>xa,VrActionTypeDefine:()=>pt,VrAdChannel:()=>un,VrAdItem:()=>Ln,VrAiSettings:()=>Nn,VrAppearanceStyle:()=>H,VrAssetLabel:()=>Rn,VrAudio:()=>J,VrAudioCenter:()=>W,VrAudioList:()=>j,VrAudioLyric:()=>z,VrCameraEnterSettings:()=>nr,VrCameraModeDefine:()=>s,VrCameraMoveTransitionTypeDefine:()=>r,VrCameraPose:()=>i,VrColorSpaceSettings:()=>Vn,VrComponent2dAdvertisementData:()=>ni,VrComponent2dDeformationModeDefine:()=>ne,VrComponent2dDeformationSettings:()=>se,VrComponent2dImageData:()=>si,VrComponent2dImageSourceData:()=>ri,VrComponent2dPanelAnsweringModeSettings:()=>li,VrComponent2dPanelButtonItemData:()=>Ai,VrComponent2dPanelButtonTypeDefine:()=>mi,VrComponent2dPanelData:()=>ii,VrComponent2dPanelImageItemData:()=>pi,VrComponent2dPanelItem:()=>Ei,VrComponent2dPanelItemStyle:()=>Oi,VrComponent2dPanelItemTypeDefine:()=>_i,VrComponent2dPanelSceneData:()=>ci,VrComponent2dPanelSceneGeneralParams:()=>gi,VrComponent2dPanelSceneModeDefine:()=>oi,VrComponent2dPanelSceneStyle:()=>Ci,VrComponent2dPanelTextItemData:()=>Ti,VrComponent2dPanelVariableModifierModeSettings:()=>di,VrComponent2dTextBasicModeSettings:()=>Ri,VrComponent2dTextData:()=>Li,VrComponent2dTextHorizontalAlignDefine:()=>Si,VrComponent2dTextMarqueeModeSettings:()=>Pi,VrComponent2dTextModeDefine:()=>ui,VrComponent2dTextSourceData:()=>Ni,VrComponent2dTextVerticalAlignDefine:()=>Ii,VrComponent2dVideoData:()=>Mi,VrComponent2dVideoSourceData:()=>yi,VrComponent3dBoxData:()=>hi,VrComponent3dModelAnimationClipData:()=>fi,VrComponent3dModelAnimationData:()=>Di,VrComponent3dModelData:()=>bi,VrComponentAudioSource:()=>K,VrComponentAudioSourceDistanceModelDefine:()=>Y,VrComponentControllerTypeDefine:()=>Q,VrComponentCustomVisibilitySettings:()=>ee,VrComponentData:()=>q,VrComponentData2d:()=>ae,VrComponentData2dCurvedSurfaceSettings:()=>re,VrComponentData2dFoldSurfaceSettings:()=>oe,VrComponentData3d:()=>ie,VrComponentNavigationSettings:()=>Z,VrComponentTagData:()=>vi,VrComponentTagTextLocationDefine:()=>wi,VrComponentTransitionAnimation:()=>le,VrComponentTransitionAnimationKeyframe:()=>de,VrComponentTransitionAnimationPlayCompleteProcessTypeDefine:()=>ce,VrComponentTypeDefine:()=>$,VrContentCard:()=>B,VrContentCardMedia:()=>G,VrContentCardMediaTypeDefine:()=>V,VrContentCardModule:()=>k,VrContentCardShowStyleDefine:()=>U,VrContentData:()=>gr,VrContentDataBuilder:()=>ar,VrCoverBackgroundFitTypeDefine:()=>Hn,VrCoverBackgroundTypeDefine:()=>Fn,VrCoverButtonTypeDefine:()=>Xn,VrCoverSettings:()=>Wn,VrFloatingLayerStyle:()=>Pn,VrFloor:()=>Cr,VrFloorMapSettings:()=>Or,VrFlow:()=>Pr,VrFlowBroadcastListenerEntry:()=>Vr,VrFlowPositionSettings:()=>fr,VrFlowPositionTypeDefine:()=>Dr,VrFlowStatusDefine:()=>Rr,VrFlowStep:()=>hr,VrFlowStepArriveAction:()=>br,VrFlowStepBarStyleDefine:()=>yr,VrFlowStepEndpointSettings:()=>vr,VrFlowStepTypeDefine:()=>Mr,VrFlowTrigger:()=>wr,VrFov:()=>Ur,VrInfoTemplateItemValue:()=>wn,VrInfoTemplateSettings:()=>fn,VrIntroduceItem:()=>rr,VrLayer:()=>Br,VrLight:()=>kr,VrLightAmbient:()=>Gr,VrLightDirectional:()=>xr,VrLightPoint:()=>Fr,VrLogoEndpointConfig:()=>hn,VrLogoObjectAlignDefine:()=>yn,VrLogoObjectFitDefine:()=>Mn,VrMarker:()=>Xr,VrMarkerGroup:()=>Wr,VrMarkerTypeDefine:()=>Hr,VrMeasureAreaUnitDefine:()=>Kr,VrMeasureData:()=>Jr,VrMeasureDistanceUnitDefine:()=>Yr,VrMeasurePoint:()=>zr,VrNavigationAdConfig:()=>jr,VrNavigationModeDefine:()=>h,VrNavigationPath:()=>w,VrNavigationPoint:()=>D,VrNavigationPointBuilder:()=>b,VrNavigationPointTypeDefine:()=>y,VrNavigationRequest:()=>f,VrNavigationResult:()=>v,VrObstacle:()=>$r,VrObstacleGroup:()=>Qr,VrPlayerLogoConfig:()=>bn,VrPlayerModeDefine:()=>Vi,VrPlayerStatusDefine:()=>Bi,VrPlayerStatusNumMapping:()=>Ui,VrPlayerStatusValue:()=>ki,VrPlayerUiSettings:()=>Dn,VrRenderSettings:()=>vn,VrShadowStyle:()=>x,VrSignal:()=>Lr,VrSignalSourceDefine:()=>Ir,VrSignalTrigger:()=>Nr,VrSignalTypeDefine:()=>Sr,VrSignalTypeSourceMapping:()=>ur,VrSticker:()=>po,VrStickerActivateTypeDefine:()=>mo,VrSweep:()=>To,VrSweepAlignmentDefine:()=>Ao,VrSweepCameraPose:()=>o,VrSweepPanoramaBallExternalViewModeDefine:()=>Oo,VrSweepPanoramaData:()=>So,VrSweepPanoramaSourceData:()=>Io,VrSweepPanoramaSourceTypeDefine:()=>Co,VrSweepPlacementTypeDefine:()=>go,VrTarget:()=>ho,VrTargetGroup:()=>bo,VrTheme:()=>uo,VrTrimmerData:()=>Lo,VrUiIconItem:()=>Zr,VrView:()=>Ro,VrViewTypeDefine:()=>Po,VrWorldSizeInfo:()=>sr,VrWormhole:()=>Mo,VrWormholeGroup:()=>yo,WorkNoteEnterTag:()=>qr,XR_HAMBURGER_MENU_DEFAULT_COLOR:()=>ds,XrAbility:()=>ai,XrAbilityGroup:()=>ti,XrActionCategoryDefine:()=>Ye,XrAiAgent:()=>qo,XrAiAgentParams:()=>$o,XrAiAgentRolePromptSettings:()=>jo,XrAiAgentSkillPrompt:()=>Qo,XrAiAgentUseAbility:()=>Fo,XrAiAgentUseAnalyticsEvent:()=>Ko,XrAiAgentUseBackgroundThread:()=>Go,XrAiAgentUseCameraDollyPath:()=>xo,XrAiAgentUseCloudForm:()=>Wo,XrAiAgentUseComponent:()=>wo,XrAiAgentUseContentCard:()=>Ho,XrAiAgentUseFov:()=>Xo,XrAiAgentUseKnowledgeBase:()=>Yo,XrAiAgentUseMessageCard:()=>Jo,XrAiAgentUseMonitor:()=>zo,XrAiAgentUseSpaceFence:()=>Bo,XrAiAgentUseSpaceFenceGroup:()=>ko,XrAiAgentUseSticker:()=>Uo,XrAiAgentUseTarget:()=>vo,XrAiAgentUseVariable:()=>Vo,XrAudioCenterState:()=>Be,XrBackgroundThread:()=>Do,XrBackgroundThreadState:()=>Re,XrBackgroundThreadStatusDefine:()=>Ne,XrBaseAction:()=>Je,XrBoundVariableControl:()=>In,XrBroadcastChannel:()=>fo,XrBroadcastPayloadValue:()=>aa,XrCameraDollyPath:()=>ei,XrCameraDollyPathNode:()=>Zo,XrComponentState2dImage:()=>Me,XrComponentState2dPanel:()=>be,XrComponentState2dText:()=>he,XrComponentState2dVideo:()=>ye,XrComponentState3dBox:()=>De,XrComponentState3dModel:()=>fe,XrComponentStateBase:()=>Pe,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:()=>Se,XrConditionWatcherTriggerModeDefine:()=>Oe,XrCountLoopAction:()=>lt,XrExpressionLoopAction:()=>_t,XrExpressionLoopActionCheckExpressionPositionDefine:()=>dt,XrHamburgerCanvasComponentBase:()=>js,XrHamburgerCanvasComponentButton:()=>er,XrHamburgerCanvasComponentButtonIconPositionDefine:()=>zs,XrHamburgerCanvasComponentImage:()=>$s,XrHamburgerCanvasComponentImageModeDefine:()=>Xs,XrHamburgerCanvasComponentProgressBar:()=>qs,XrHamburgerCanvasComponentProgressBarDirectionDefine:()=>Ks,XrHamburgerCanvasComponentText:()=>Qs,XrHamburgerCanvasComponentTextAlignDefine:()=>Ws,XrHamburgerCanvasComponentTypeDefine:()=>Hs,XrHamburgerCanvasComponentVariableControl:()=>tr,XrHamburgerCanvasComponentVerticalAlignDefine:()=>Ys,XrHamburgerCanvasComponentVideo:()=>Zs,XrHamburgerCanvasComponentVideoObjectFitDefine:()=>Js,XrHamburgerMenu:()=>Fs,XrHamburgerMenuCanvasItem:()=>xs,XrHamburgerMenuGridImageItem:()=>bs,XrHamburgerMenuGridLastRowModeDefine:()=>Ms,XrHamburgerMenuGridMediaItem:()=>hs,XrHamburgerMenuGroup:()=>Bs,XrHamburgerMenuImageItem:()=>Rs,XrHamburgerMenuImageItemSlide:()=>Ns,XrHamburgerMenuImageObjectFitDefine:()=>ys,XrHamburgerMenuMediaCarouselItem:()=>Ls,XrHamburgerMenuMediaItem:()=>gs,XrHamburgerMenuMediaTypeDefine:()=>As,XrHamburgerMenuNode:()=>Is,XrHamburgerMenuNodeBase:()=>Ss,XrHamburgerMenuNodeTypeDefine:()=>Ts,XrHamburgerMenuPcLayoutModeDefine:()=>Cs,XrHamburgerMenuRichImageSlide:()=>Ps,XrHamburgerMenuRichTextItem:()=>Gs,XrHamburgerMenuStyle:()=>_s,XrHamburgerMenuTextItem:()=>us,XrHamburgerMenuTitleOverflowModeDefine:()=>Os,XrHamburgerMenuVideoItem:()=>Vs,XrHamburgerMenuVideoItemSlide:()=>vs,XrHamburgerMenuWaterfallBreakpoint:()=>Ds,XrHamburgerMenuWaterfallImageItem:()=>ws,XrHamburgerMenuWaterfallMediaItem:()=>fs,XrHamburgerMenuWebViewItem:()=>Us,XrInteractionControlConfig:()=>We,XrInteractionControlDefaultVariant:()=>Fe,XrInteractionControlVariantDefine:()=>xe,XrInteractionControlVariantTier:()=>He,XrInteractionDataTypeDefine:()=>Ge,XrInteractionOption:()=>Xe,XrMessageCard:()=>X,XrMonitor:()=>ls,XrMonitorBadgeStyleDefine:()=>ts,XrMonitorComponentBase:()=>as,XrMonitorComponentButton:()=>is,XrMonitorComponentButtonIconPositionDefine:()=>es,XrMonitorComponentImage:()=>ns,XrMonitorComponentImageModeDefine:()=>zn,XrMonitorComponentProgressBar:()=>rs,XrMonitorComponentProgressBarDirectionDefine:()=>Qn,XrMonitorComponentRuntimeState:()=>ve,XrMonitorComponentText:()=>ss,XrMonitorComponentTextAlignDefine:()=>jn,XrMonitorComponentTypeDefine:()=>Jn,XrMonitorComponentVariableControl:()=>cs,XrMonitorComponentVerticalAlignDefine:()=>$n,XrMonitorComponentVideo:()=>os,XrMonitorComponentVideoObjectFitDefine:()=>Zn,XrMonitorRuntimeState:()=>Ve,XrNavigationState:()=>ke,XrPlatformDefine:()=>Ke,XrPrepareSettings:()=>Yn,XrProgressBarStyleDefine:()=>qn,XrRecommendStringOption:()=>Ee,XrRuntimeState:()=>Ue,XrSpaceFence:()=>_o,XrSpaceFenceGroup:()=>Eo,XrStateBindings:()=>Le,XrStateBindingsSourceTypeDefine:()=>Ie,XrStateBindingsTargetTypeDefine:()=>ue,XrStateScopeBranchFromDefine:()=>sa,XrSwitchAction:()=>mt,XrSwitchCase:()=>Et,XrTypedValue:()=>ge,XrTypedValueModeDefine:()=>Ae,XrVariable:()=>me,XrVariablePreFill:()=>Kn,XrVariableScope:()=>Te,XrVariableScopeTypeDefine:()=>pe,XrVariableTarget:()=>Ce,XrVariableTypeDefine:()=>_e,XrVirtualFloor:()=>No,buildExpressionFromTree:()=>xl,computeProgressBarFillStyle:()=>jl,createEmptyRichTextDoc:()=>ks,createMultiLanguageStr:()=>Bn,defaultMainPlacementOf:()=>lo,defaultRootHamburgerStyle:()=>Es,ensureIconLayoutMaterialized:()=>Vl,ensureLegacyVrPlayerUiSettingsInitialized:()=>Ul,extractConditionTreeDependencies:()=>Kl,getAllRegisteredVrActionPlatformCapabilities:()=>Sn,getVrActionPlatformCapability:()=>On,migrateTriggersToCentralized:()=>Rl,migrateXrVariableTypeEnum:()=>Bl,normalizeBrowserLanguage:()=>Gn,normalizeMultiLanguageStr:()=>kn,pickCurrentLanguage:()=>xn,pickMultiLanguageStr:()=>Un,resolveArBottomItems:()=>wl,resolveArInfoItems:()=>vl,resolveHamburgerNodeStyle:()=>ps,resolveHamburgerRootStyle:()=>ms,resolveVrInfoBarItems:()=>fl,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 p{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 T{id="";constructor(){this.id=p.randomUUID(!0)}}class A{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 g{original_content="";only_use_original_content=!0;zh_cn="";zh_tw="";zh_hk="";en="";kr="";jp="";th="";vn="";es="";fr="";de=""}class C extends T{name=new g;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 S{enabled=!1;hoverBorderColor=c.createColorRgba(0,0,0,1);borderWidth=.01}class I{width=1920;height=1080;constructor(e,t){this.width=e,this.height=t}}class u{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 T{name="";description="";title="";code="";enabled=!1;planList=[]}class P{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 M extends T{name="";title=new g;description=new g;obstacleGroupIds=[];wormholeGroupIds=[];targetGroupIds=[];graphCacheZipFileSrc=""}class y{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=y.sweep,t.sweepId=e.id,t.position=e.position,t}static createAnywherePoint(e){const t=new D;return t.type=y.anywhere,t.position=e,t}}class D{type=y.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 T{id="";name="";dialogWidth="800px";dialogHeight="600px";title=new g;richText=new g;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=!1,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=!1,e.offsetX=0,e.offsetY=1,e.blur=2,e.color=c.createColorRgba(0,0,0,.45),e}()}class X extends T{name="";remark="";iconSrc="";title=new g;content=new g;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 T{name="";description="";audioSrc="";duration=0;lyricList=[]}class z{time="00:00";content="";color=c.createColorByStr("#ffffff")}class j extends T{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 T{layerId="";name="";title=new g;description=new g;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 S;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 g}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 pe{static GLOBAL="global";static SHARED="shared";static LOCAL="local";static STEP="step";static FLOW="flow";static ABILITY="ability";static BROADCAST_MSG="broadcast_msg"}class Te{type=pe.LOCAL;ownerId="";variableList=[]}class Ae{static LITERAL="literal";static VARIABLE="variable"}class ge{mode=Ae.LITERAL;literal;variableScope;variableKey}class Ce{scope=pe.GLOBAL;key=""}class Oe{static RISING_EDGE_TRIGGER="rising-edge-trigger";static LEVEL_TRIGGER="level-trigger"}class Se extends T{name="";remark="";conditionTree=new ot;triggerMode=Oe.RISING_EDGE_TRIGGER}class Ie{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 ue{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=Ie.XR_VARIABLE_EXPRESSION;sourceExpression="";sourceConditionTree;sourceId="";reverseSource=!1;targetType=ue.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 Pe{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 Me extends Pe{currentSourceId="";autoChangeInterval=0}class ye extends Pe{currentSourceId="";playing=!1;muted=!1;loopMode=N.NO_LOOP;playbackRate=1}class he extends Pe{currentSourceId=""}class be extends Pe{currentSceneId="";buttonEnabledState={}}class De extends Pe{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 Pe{playingAnimationClipId=null}class we extends Pe{}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 T{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 g;value="";icon=new L;imageUrl="";description=new g;badge=new g;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 g;booleanFalseLabel=new g;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=pt.COMPONENT_2D_IMAGE_CHANGE_SOURCE;params=new gt}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 pt{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 SEND_BROADCAST="send_broadcast";static SYSTEM_STATE_SCOPE_CREATE="system_state_scope_create";static SYSTEM_STATE_SCOPE_SWITCH="system_state_scope_switch";static SYSTEM_STATE_SCOPE_DESTROY="system_state_scope_destroy";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_COLOR_SPACE_SCENE_TINT="system_color_space_scene_tint";static SYSTEM_COLOR_SPACE_DISPLAY_BRIGHTNESS="system_color_space_display_brightness";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 Tt{abilityId="";contextVariableOverrides={};contextVariableOverrideRefs}class At{abilityId=""}class gt{}class Ct{duration=1e3;durationRef}class Ot{componentIdList=[];visibilityState=!0;visibilityStateRef}class St{componentId="";changeType="translate";value=new a(0,0,0);valueXRef;valueYRef;valueZRef}class It{componentId="";transitionAnimationId="";waitForComplete=!1}class ut{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 Pt{componentId="";play=!0;playRef}class Mt{componentId="";mute=!0;muteRef}class yt{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="";interruptIfPlaying=!1}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{fieldKey="";value=new ge}class na{channelId="";payloadValueList=[]}class sa{static DEFAULT="default";static CURRENT="current";static SPECIFIC="specific"}class ra{scopeId="";scopeIdRef;branchFrom=sa.DEFAULT;branchFromScopeId="";branchFromScopeIdRef;activate=!0}class oa{scopeId="";scopeIdRef}class ia{scopeId="";scopeIdRef;activateAfterScopeId="default";activateAfterScopeIdRef}class ca{monitorId="";enabled=!0;enabledRef}class la{tabId=""}class da{monitorId="";componentIdList=[];visible=!0;visibleRef}class _a{static PLAY="play";static PAUSE="pause";static TOGGLE="toggle"}class Ea{static MUTE="mute";static UNMUTE="unmute";static TOGGLE="toggle"}class ma{monitorId="";componentId="";changeType=_a.TOGGLE;unmuteOnPlay=!1;restartFromBeginning=!1}class pa{monitorId="";componentId="";changeType=Ea.TOGGLE}class Ta{monitorId="";badgeText="";badgeTextRef}class Aa{monitorId="";badgeStyleRef;badgeBgColorRef;badgeTextColorRef}class ga{hamburgerMenuNodeId="";componentIdList=[];visible=!0;visibleRef}class Ca{layerIdList=[];visible=!0;visibleRef}class Oa{nodeIdList=[];visible=!0;visibleRef}class Sa{open=!0;openRef}class Ia{groupNodeIdList=[];expanded=!0;expandedRef}class ua{settingKey="";value=!0;valueRef}class La{messageCardIdList=[];showState=!0;showStateRef}class Na{messageCardId=""}class Ra{messageCardId=""}class Pa{card=new X;key="";keepOnlyLatestForKey=!1;closable=!0}class Ma{key="";destroyAll=!1}class ya{static SIMPLE="simple";static EXPRESSION="expression"}class ha{voiceId="";textMode="simple";text=new g;textRef;textExpression="";showSubtitle=!0;waitForComplete=!0;languageCode="";speed=1;componentId=""}class ba{voiceId="";textMode="simple";text=new g;textRef;textExpression="";showSubtitle=!0;waitForComplete=!1;languageCode="";speed=1;componentId=""}class Da{threadId=""}class fa{agentId=""}class wa{agentId=""}class va{agentId=""}class Va{agentId=""}class Ua extends fa{userMessage=new g}class Ba extends fa{userMessage=new g;assistantReply=new g;pseudoStreamCharIntervalMs}class ka extends fa{stateMessage=""}class Ga extends fa{assistantMessage=new g;pseudoStreamCharIntervalMs}class xa{static DIALOG="dialog";static FLOATING_DRAWER="floating-drawer";static PUSHED_DRAWER="pushed-drawer"}class Fa{url="";urlRef;multiLangUrl;pcMode="dialog";width=720;height=480;mobileHeight=70;title;showTitleBar=!0;closeOnMaskClick=!0;forceExternalBrowser=!1}class Ha{interactive=!0;interactiveRef}class Xa{volume=100;volumeRef}class Wa{color=c.createColorRgba(255,255,255,1);animated=!0;durationMs=800}class Ya{brightness=1;brightnessRef;animated=!0;durationMs=800}class Ka{static LITERAL="LITERAL";static EXPRESSION="EXPRESSION"}class Ja{cloudFormDataKey="";onSubmitSuccessActions=[];onAlreadySubmittedActions=[]}class za{cloudFormDataKey="";fieldDataKey="";valueMode=Ka.LITERAL;literalValue=null;expression=""}class ja{cloudFormDataKey="";onSuccessActions=[];onFailActions=[]}class $a{cloudFormDataKey=""}class Qa{static LITERAL="LITERAL";static USER_VARIABLE="USER_VARIABLE";static EXPRESSION="EXPRESSION"}class qa{fieldKey="";valueMode=Qa.LITERAL;literalValue=null;variableKey="";variableScope;expression=""}class Za{analyticsEventDataKey="";fieldBindings=[]}class en{fieldKey="";label=new g;description=new g;placeholder=new g;required=!0;dataType=Ge.STRING;defaultValue=null;control=new We;boundVariableScope="";boundVariableKey=""}class tn{title=new g;description=new g;submitButtonText=new g;cancelButtonText=new g;showCancelButton=!0;blockInteraction=!0;closeOnOverlayClick=!1;synchronous=!0;fields=[];onSubmitSuccessActions=[];onCancelActions=[]}class an{target=new Ce;min=0;max=1;integerOnly=!1}class nn{static RANDOM="random";static COOL="cool";static WARM="warm";static PASTEL="pastel";static VIVID="vivid";static GRAY="gray"}class sn{target=new Ce;palette=nn.RANDOM;randomAlpha=!1;fixedAlpha=1}class rn{static ISO="iso";static UNIX_MS="unix_ms";static UNIX_S="unix_s";static DATE_STRING="date_string";static TIME_STRING="time_string"}class on{target=new Ce;outputType=rn.ISO}class cn{target=new Ce;candidates=[]}class ln{target=new Ce;candidates=[]}class dn{target=new Ce;candidates=[]}class _n{target=new Ce;candidates=[]}class En{target=new Ce;candidates=[]}class mn{target=new Ce}function pn(e,t){return{vr:e,ar:t}}const Tn=pn(!0,!1),An=pn(!0,!0),gn=pn(!1,!0),Cn={[pt.CAMERA_MOVE_TO]:Tn,[pt.CAMERA_DOLLY_MOVE]:Tn,[pt.CAMERA_DOLLY_STOP]:Tn,[pt.SWEEP_CHANGE_ENABLED]:Tn,[pt.SWEEP_CHANGE_PANORAMA]:Tn,[pt.SWEEP_MARKER_CHANGE_ENABLED]:Tn,[pt.SWEEP_RESET_TO_DEFAULT]:Tn,[pt.SWEEP_ONLY_ENABLE_CURRENT]:Tn,[pt.COMPONENT_TAG_SIMULATE_CLICK]:Tn,[pt.SYSTEM_COLOR_SPACE_SCENE_TINT]:Tn,[pt.SYSTEM_COLOR_SPACE_DISPLAY_BRIGHTNESS]:Tn};function On(e){return e&&Cn[e]||An}function Sn(){return Cn}class In{boundVariableScope="";boundVariableKey="";dataType=Ge.STRING;control=new We;label=new g;description=new g;placeholder=new g;labelColor="";descriptionColor="";commitTextOnBlur=!0}class un extends T{name="";introduce="";code="";adItemList=[]}class Ln{type="image";name="";introduce="";imageSeconds=5;contentSrc="";chromaKeySettings=new _}class Nn{isAiEnabled=!0;welcomeMessage=new g}class Rn extends T{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 Pn{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=!1,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 Mn{static CONTAIN="contain";static COVER="cover";static FILL="fill";static SCALE_DOWN="scale-down";static NONE="none"}class yn{static CENTER="center";static LEFT="left";static RIGHT="right"}class hn{enabled=!0;boxWidth=160;boxHeight=56;objectFit="contain";objectAlign="center"}class bn{imageSrc="";clickUrl="";backgroundColor=c.createColorRgba(0,0,0,0);pcConfig=new hn;mobileConfig=new hn;unityConfig=new hn}class Dn{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 Pn;logoConfig=new bn;vrMainBarItems=[];vrInfoBarItems=[];arBottomItems=[];arInfoItems=[]}class fn{enabledVrInfoTemplate=!1;vrInfoTemplateDataKey="";vrInfoTemplateItemValueList=[]}class wn{templateItemDataKey="";templateItemValue=""}class vn{vrShadowEnabled=!1;vrShadowOpacity=.3;vrShadowMapSize=2048;arShadowEnabled=!1;arShadowStrength=.5;arShadowResolution="high"}class Vn{toneMapping="aces";toneMappingExposure=1;displayBrightness=1;sceneTint=c.createColorRgba(255,255,255,1)}function Un(e,t,a=A.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 Bn(e="",t=!0){const a=new g;return a.original_content=e,a.only_use_original_content=t,a}function kn(e){if(null==e)return new g;if("string"==typeof e){const t=new g;return t.original_content=e,t.only_use_original_content=!0,t}return e}function Gn(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 xn(e,t){if(!e||0===e.length)return A.EN;const a=Gn(t);return a&&e.includes(a)?a:e[0]}class Fn{static VIDEO="video";static IMAGE="image"}class Hn{static FILL="fill";static CONTAIN="contain";static COVER="cover";static NONE="none";static SCALE_DOWN="scale-down"}class Xn{static PLAY="play";static TEXT="text"}class Wn{coverImageSrc="";coverVideoSrc="";coverBackgroundColor=c.createColorRgba(255,255,255,1);coverBackgroundType=Fn.IMAGE;coverContentFitType=Hn.CONTAIN;coverMaskColor=c.createColorRgba(255,255,255,.5);coverMaskBlur=10;coverTitle=new g;coverDescription=new g;enabledEnterVrButton=!1;enterVrButtonType=Xn.PLAY;enterButtonBackgroundColor=c.createColorRgba(64,158,255,1);enterButtonForegroundColor=c.createColorRgba(255,255,255,1);enterButtonShadowColor=c.createColorRgba(64,158,255,1);textButtonContent=Bn("Enter");constructor(){this.coverBackgroundColor=c.createColorRgba(0,0,0,1),this.coverBackgroundType=Fn.IMAGE,this.coverContentFitType=Hn.CONTAIN,this.coverMaskColor=c.createColorRgba(0,0,0,.5),this.coverMaskBlur=10,this.enabledEnterVrButton=!1,this.enterVrButtonType=Xn.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=Bn("Enter")}}class Yn{vrInitCompleteActionList=[];vrInitLocalVariableList=[];arInitCompleteActionList=[];arInitLocalVariableList=[];allInitCompleteActionList=[];allInitLocalVariableList=[];variablePreFillEnabled=!1;variablePreFillList=[];enterVrButtonTitle=new g;description=new g}class Kn{variableKey="";defaultValue=new g;title=new g;hint=new g;required=!0}class Jn{static IMAGE="image";static TEXT="text";static PROGRESS_BAR="progress-bar";static VIDEO="video";static BUTTON="button";static VARIABLE_CONTROL="variable-control"}class zn{static CONTAIN="contain";static COVER="cover";static FILL="fill";static SCALE_DOWN="scale-down";static NONE="none"}class jn{static LEFT="left";static CENTER="center";static RIGHT="right"}class $n{static TOP="top";static MIDDLE="middle";static BOTTOM="bottom"}class Qn{static HORIZONTAL="horizontal";static VERTICAL="vertical"}class qn{static SOLID="solid";static GRADIENT="gradient";static STRIPED="striped";static STRIPED_ANIMATED="striped-animated";static GLOW="glow"}class Zn{static CONTAIN="contain";static COVER="cover";static FILL="fill";static NONE="none"}class es{static LEFT="left";static RIGHT="right";static TOP="top"}class ts{static BELOW="below";static CORNER="corner"}class as extends T{type=Jn.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 ns extends as{type=Jn.IMAGE;imageSrc="";imageMode=zn.FILL}class ss extends as{type=Jn.TEXT;width=150;height=30;positionX=0;positionY=0;textContent=new g;textColor="rgba(255,255,255,1)";textSize=16;textVerticalAlign=$n.MIDDLE;textAlign=jn.CENTER;textBold=!1;textItalic=!1;textUnderline=!1}class rs extends as{type=Jn.PROGRESS_BAR;width=160;height=14;radius=999;progressBarStyle=qn.SOLID;progressBarColor="#1677ff";progressBarColorEnd="#69b1ff";progressBarTrackColor="rgba(0,0,0,0.08)";progressRange="100";progressBarDirection=Qn.HORIZONTAL;progress="50"}class os extends as{type=Jn.VIDEO;width=240;height=135;backgroundColor="rgba(0,0,0,1)";videoSrc="";poster="";autoplay=!1;muted=!0;loop=!1;controls=!0;objectFit=Zn.COVER}class is extends as{type=Jn.BUTTON;width=120;height=36;radius=999;paddingX=14;paddingY=8;backgroundColor="#1677ff";hoverBackgroundColor="#4096ff";textContent=new g;textColor="rgba(255,255,255,1)";textSize=14;textBold=!1;textItalic=!1;textUnderline=!1;icon=new L;iconPosition=es.LEFT;iconSize=18}class cs extends as{type=Jn.VARIABLE_CONTROL;width=200;height=60;bound=new In}class ls extends T{name="";remark="";title=new g;description="";icon=new L;size=new n(360,270);radius=12;defaultEnabled=!0;backgroundColor=c.createColorRgba(255,255,255,.5);backgroundBlur=10;badgeText=new g;badgeStyle=ts.CORNER;badgeBgColor="rgba(255,77,79,1)";badgeTextColor="rgba(255,255,255,1)";componentList=[]}const ds="#262626";class _s{background=c.createColorRgba(0,0,0,0);textColor=c.createColorByStr("#ffffff");iconColor=c.createColorByStr("#ffffff");textShadow=(()=>{const e=new x;return e.enabled=!1,e.offsetX=0,e.offsetY=1,e.blur=2,e.color=c.createColorRgba(0,0,0,.55),e})();iconShadow=new x;iconTintEnabled=!0}function Es(){const e=new _s;return e.background=c.createColorRgba(0,0,0,.5),e}function ms(e,t){if(e&&e.rootStyleOverrideEnabled){const t=e.rootStyle||Es();return{background:l.colorToRgbaString(t.background),inheritBackground:"transparent",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 Pn;return{background:l.colorToRgbaString(a.bgColor),inheritBackground:"transparent",textColor:l.colorToRgbaString(a.textColor),iconColor:l.colorToRgbaString(a.iconColor),textShadow:F(a.textShadow,"text"),iconShadow:F(a.iconShadow,"drop"),iconTintEnabled:!!a.iconTintEnabled}}function ps(e,t){const a=e&&e.style||new _s;if(e&&e.styleOverrideEnabled){const e=l.colorToRgbaString(a.background);return{background:e,inheritBackground:e,textColor:l.colorToRgbaString(a.textColor),iconColor:l.colorToRgbaString(a.iconColor),textShadow:F(a.textShadow,"text"),iconShadow:F(a.iconShadow,"drop"),iconTintEnabled:!1!==a.iconTintEnabled}}const n=t.inheritBackground||"transparent";return{background:n,inheritBackground:n,textColor:t.textColor,iconColor:t.iconColor,textShadow:t.textShadow,iconShadow:t.iconShadow,iconTintEnabled:t.iconTintEnabled}}class Ts{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 As{static IMAGE="image";static VIDEO="video"}class gs extends T{mediaType=As.IMAGE;url="";poster="";caption=new g;aspectRatio=0;buttonList=[]}class Cs{static FLOATING="floating";static PUSHED="pushed"}class Os{static ELLIPSIS="ellipsis";static WRAP="wrap"}class Ss extends T{nodeType=Ts.TEXT_ITEM;name="";color=ds;backgroundColor="";styleOverrideEnabled=!1;style=new _s;visible=!0;requireXrReady=!0}class Is extends Ss{title=new g;icon=new L;titleOverflowMode=Os.ELLIPSIS}class us extends Is{constructor(){super(),this.nodeType=Ts.TEXT_ITEM}actionList=[]}class Ls extends Is{constructor(){super(),this.nodeType=Ts.MEDIA_CAROUSEL_ITEM}description=new g;mediaList=[];autoplay=!0;intervalMs=3e3;height=0;objectFit=ys.COVER}class Ns{url="";actionList=[]}class Rs extends Is{constructor(){super(),this.nodeType=Ts.IMAGE_ITEM}description=new g;imageList=[];autoplay=!0;intervalMs=3e3;height=0;objectFit=ys.COVER}class Ps{url="";caption=new g;actionList=[];aspectRatio=0}class Ms{static LEFT="left";static FILL="fill";static CENTER="center";static STRETCH="stretch"}class ys{static COVER="cover";static CONTAIN="contain";static FILL="fill"}class hs extends Is{constructor(){super(),this.nodeType=Ts.GRID_MEDIA_ITEM}description=new g;mediaList=[];columns=3;aspectRatio=1;gap=6;cornerRadius=0;borderWidth=0;borderColor="rgba(0,0,0,0.08)";objectFit=ys.COVER;lastRowMode=Ms.LEFT;enableLightbox=!0;lightboxEnableSwitch=!0;lightboxOverlayBackground="rgba(0, 0, 0, 0.85)";showCaption=!0}class bs extends Is{constructor(){super(),this.nodeType=Ts.GRID_IMAGE_ITEM}description=new g;imageList=[];columns=3;aspectRatio=1;gap=6;cornerRadius=0;borderWidth=0;borderColor="rgba(0,0,0,0.08)";objectFit=ys.COVER;lastRowMode=Ms.LEFT;enableLightbox=!0;lightboxEnableSwitch=!0;lightboxOverlayBackground="rgba(0, 0, 0, 0.85)";showCaption=!0}class Ds{minWidth=0;columns=2}class fs extends Is{constructor(){super(),this.nodeType=Ts.WATERFALL_MEDIA_ITEM}description=new g;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 ws extends Is{constructor(){super(),this.nodeType=Ts.WATERFALL_IMAGE_ITEM}description=new g;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 vs{url="";poster=""}class Vs extends Is{constructor(){super(),this.nodeType=Ts.VIDEO_ITEM}description=new g;videoList=[];autoplay=!1;muted=!0;loop=!1;height=0;objectFit=ys.CONTAIN}class Us extends Is{constructor(){super(),this.nodeType=Ts.WEBVIEW_ITEM}url="";height=240;allowFullscreen=!1}class Bs extends Is{constructor(){super(),this.nodeType=Ts.GROUP}children=[];defaultExpanded=!0}function ks(){return{type:"doc",content:[]}}class Gs extends Ss{constructor(){super(),this.nodeType=Ts.RICH_TEXT_ITEM}content={type:"doc",content:[]}}class xs extends Is{constructor(){super(),this.nodeType=Ts.CANVAS_ITEM}designWidth=380;height=240;canvasBackgroundColor="rgba(0, 0, 0, 0.5)";componentList=[]}class Fs{drawerTitle=new g;drawerTitleColor="";drawerDescription=new g;drawerDescriptionColor="";rootStyleOverrideEnabled=!1;rootStyle=Es();nodeList=[];pcLayoutMode=Cs.FLOATING;backgroundColor="";backgroundBlur=0;edgeGap=0;pcWidth=380;openedByDefault=!1}class Hs{static IMAGE="image";static TEXT="text";static PROGRESS_BAR="progress-bar";static VIDEO="video";static BUTTON="button";static VARIABLE_CONTROL="variable-control"}class Xs{static CONTAIN="contain";static COVER="cover";static FILL="fill";static SCALE_DOWN="scale-down";static NONE="none"}class Ws{static LEFT="left";static CENTER="center";static RIGHT="right"}class Ys{static TOP="top";static MIDDLE="middle";static BOTTOM="bottom"}class Ks{static HORIZONTAL="horizontal";static VERTICAL="vertical"}class Js{static CONTAIN="contain";static COVER="cover";static FILL="fill";static NONE="none"}class zs{static LEFT="left";static RIGHT="right";static TOP="top"}class js extends T{type=Hs.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 $s extends js{type=Hs.IMAGE;imageSrc="";imageMode=Xs.FILL}class Qs extends js{type=Hs.TEXT;width=150;height=30;textContent=new g;textColor="rgba(255,255,255,1)";textSize=16;textVerticalAlign=Ys.MIDDLE;textAlign=Ws.CENTER;textBold=!1;textItalic=!1;textUnderline=!1}class qs extends js{type=Hs.PROGRESS_BAR;width=160;height=14;radius=999;progressBarStyle=qn.SOLID;progressBarColor="#1677ff";progressBarColorEnd="#69b1ff";progressBarTrackColor="rgba(0,0,0,0.08)";progressRange="100";progressBarDirection=Ks.HORIZONTAL;progress="50"}class Zs extends js{type=Hs.VIDEO;width=240;height=135;backgroundColor="#000000";videoSrc="";poster="";autoplay=!1;muted=!0;loop=!1;controls=!0;objectFit=Js.COVER}class er extends js{type=Hs.BUTTON;width=120;height=36;radius=999;paddingX=14;paddingY=8;backgroundColor="#1677ff";hoverBackgroundColor="#4096ff";textContent=new g;textColor="rgba(255,255,255,1)";textSize=14;textAlign=Ws.CENTER;textBold=!1;textItalic=!1;textUnderline=!1;icon=new L;iconPosition=zs.LEFT;iconSize=18}class tr extends js{type=Hs.VARIABLE_CONTROL;width=200;height=60;bound=new In}class ar{static buildVrContentData(e,t,a,n){const s=new gr(e,t);return s.vrCoverSettings.coverTitle.original_content=a,s.vrCoverSettings.coverImageSrc=n,s}}class nr{isDirectToInside=!1;firstSweepPose=new o;enterFovImageSrc="";enterParams=""}class sr{min=new a(0,0,0);max=new a(0,0,0);size=new a(0,0,0)}class rr{title="";description=""}class or{mapCode="";isSingleFrame=!1;frameCount=5;frameInterval=800;enableBlurCheck=!0;confidenceThreshold=.5;backgroundCorrectionInterval=30}class ir{nearDistanceMax=35;refreshMoveThreshold=5;componentRevealIntervalMs=80}class cr{enabled=!0;blurVarThreshold=8;darkLumaThreshold=40;textureThreshold=4;maxCaptureRetries=15;blockedHintAfter=3}class lr{enabled=!1;holdSeconds=15}class dr{capture="multi";poseGatePitchAbsDeg=45;poseGateStableSec=1;multiFrameCount=3;multiFrameIntervalMs=500;autoRetryOnFailure=!0;retryDelaySec=2;guidedCaptureEnabled=!1;guidedCaptureAskUser=!1;guidedCaptureCount=6}class _r{enabled=!0;intervalSec=30}class Er{enabled=!0;distanceMeters=3;idleTimeoutSec=60}class mr{minScore=0;factor=1;constructor(e=0,t=1){this.minScore=e,this.factor=t}}class pr{enabled=!0;scoreTiers=[new mr(.9,2),new mr(.7,1),new mr(.45,.5),new mr(0,.25)];driftWarnMeters=.5;driftForceMeters=1.5;limitedAction="relocate_boost"}class Tr{enabled=!0;capture="single";multiFrameCount=3;multiFrameIntervalMs=500;timerTrigger=new _r;distanceTrigger=new Er;dynamic=new pr;maxConsecutiveFailures=5;adaptiveAssistEnabled=!0;adaptiveAssistRadius=3;adaptiveAssistRadiusInitial=5;adaptiveAssistSettleSec=15;adaptiveAssistMaxAgeSec=30;smoothCorrection=!0;smoothDurationSec=.4;debugToastEnabled=!1}class Ar{apiKey="";apiBaseUrl="";requestTimeoutSec=120;retrieval="netvlad";retrievalK=20;regionRetrievalK=20;failThreshold=.2;highThreshold=.7;firstLocalizeDelaySec=1.5;jpegQuality=75;maxUploadEdge=1280;quality=new cr;abnormalHandheld=new lr;initial=new dr;correction=new Tr;schemaVersion=2}class gr{version;vrDataKey="";mpModelId="";vrUnicode="";supportedLanguages=[A.EN,A.JP];vrCoverSettings=new Wn;vrPlayerUiSettings=new Dn;hamburgerMenu=new Fs;vrInfoTemplateSettings=new fn;arMultisetSettings=new or;arCommonSettings=new ir;arPositionXSettings=new Ar;vrRenderSettings=new vn;vrColorSpaceSettings=new Vn;cameraEnterSettings=new nr;sweepMarkerList=[];componentMarkerList=[];worldSizeInfo=new sr;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 Yn;vrAiSettings=new Nn;aiAgentList=[];variableList=[];sharedVariableList=[];conditionWatcherList=[];stateBindingsList=[];broadcastChannelList=[];backgroundThreadList=[];cameraDollyPathList=[];monitorList=[];messageCardList=[];triggerList=[];unityNavigationModeList=[];unityNavigationParams=new P;xrVirtualFloorList=[];navigationAdConfigList=[];constructor(e,t){this.mpModelId=e,this.vrUnicode=t}}class Cr extends T{name="";sequence=0;originalFloorPlanImageSrc="";mapSettings=new Or}class Or{floorId="";mapImageSrc="";widthScale=1;heightScale=1;horizontalOffset=0;verticalOffset=0;rotation=0}class Sr{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";static BROADCAST_CHANNEL_MESSAGE="broadcast_channel_message"}class Ir{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 BROADCAST="broadcast";static AI_AGENT="ai_agent";static SYSTEM="system"}const ur={[Ir.COMPONENT_TAG]:[Sr.CLICK,Sr.COMPONENT_CREATED,Sr.COMPONENT_SHOW,Sr.COMPONENT_HIDE,Sr.MOUSE_ENTER,Sr.MOUSE_LEAVE],[Ir.COMPONENT_2D_TEXT]:[Sr.CLICK,Sr.COMPONENT_CREATED,Sr.COMPONENT_SHOW,Sr.COMPONENT_HIDE,Sr.MOUSE_ENTER,Sr.MOUSE_LEAVE],[Ir.COMPONENT_2D_ADVERTISEMENT]:[Sr.CLICK,Sr.COMPONENT_CREATED,Sr.COMPONENT_SHOW,Sr.COMPONENT_HIDE,Sr.MOUSE_ENTER,Sr.MOUSE_LEAVE],[Ir.COMPONENT_2D_VIDEO]:[Sr.CLICK,Sr.COMPONENT_CREATED,Sr.COMPONENT_SHOW,Sr.COMPONENT_HIDE,Sr.MOUSE_ENTER,Sr.MOUSE_LEAVE,Sr.PLAY_START,Sr.PLAY_FINISH],[Ir.COMPONENT_2D_IMAGE]:[Sr.CLICK,Sr.COMPONENT_CREATED,Sr.COMPONENT_SHOW,Sr.COMPONENT_HIDE,Sr.MOUSE_ENTER,Sr.MOUSE_LEAVE],[Ir.COMPONENT_2D_PANEL]:[Sr.PANEL_BUTTON_CLICK,Sr.PANEL_ANSWER_CORRECT,Sr.PANEL_ANSWER_WRONG,Sr.COMPONENT_CREATED,Sr.COMPONENT_SHOW,Sr.COMPONENT_HIDE],[Ir.COMPONENT_3D_BOX]:[Sr.CLICK,Sr.COMPONENT_CREATED,Sr.COMPONENT_SHOW,Sr.COMPONENT_HIDE,Sr.MOUSE_ENTER,Sr.MOUSE_LEAVE],[Ir.COMPONENT_3D_MODEL]:[Sr.CLICK,Sr.COMPONENT_CREATED,Sr.COMPONENT_SHOW,Sr.COMPONENT_HIDE,Sr.MOUSE_ENTER,Sr.MOUSE_LEAVE,Sr.PLAY_START,Sr.PLAY_FINISH],[Ir.LOGIC_VARIABLE]:[Sr.VARIABLE_MODIFIED],[Ir.LOGIC_CONDITION_WATCHER]:[Sr.CONDITION_WATCHER_TRIGGERED],[Ir.SPACE_FENCE]:[Sr.ENTER,Sr.LEAVE],[Ir.SPACE_FENCE_GROUP]:[Sr.ENTER,Sr.LEAVE],[Ir.MONITOR_COMPONENT]:[Sr.MONITOR_COMPONENT_CLICK],[Ir.STICKER]:[Sr.STICKER_ACTIVATED,Sr.STICKER_DEACTIVATED],[Ir.BROADCAST]:[Sr.BROADCAST_CHANNEL_MESSAGE],[Ir.SYSTEM]:[Sr.VR_STARTED,Sr.ALL_COMPONENTS_CREATED]};class Lr{source=Ir.COMPONENT_TAG;sourceId="";type=Sr.ENTER;editorParams={}}class Nr extends T{createSourceType=Ir.COMPONENT_2D_IMAGE;createSourceId="";name="";signal=new Lr;actionList=[];triggerTimesLimit=-1;localVariableList=[];constructor(){super()}}class Rr{static DRAFT="draft";static PUBLISHED="published"}class Pr{id="";name="";description="";keywords=[];status=Rr.DRAFT;startStepId="";stepList=[];canvasData="";flagImageSrc="";flagImageSize=new n(1,1);flowScopeVariableList=[]}class Mr{static START="start";static FINISH="finish";static GENERAL="general";static CONDITION="condition";static GLOBAL_BROADCAST_LISTENER="global_broadcast_listener"}class yr{static NORMAL="normal";static BUTTONS_ONLY="buttons_only";static NONE="none"}class hr{id="";type=Mr.GENERAL;name="";title=new g;description=new g;showArriveDescription=!1;arriveDescription=new g;note="";flagImageSrc="";flagImageSize=new n(1,1);iconSrc="";stepBarStyle=yr.NORMAL;showStepBarDelay=0;buttonList=[];enterActionList=[];positionSettings=new fr;arriveRadius=5;arriveActionList=[];triggerList=[];finishInjectTriggerList=[];startCardNextStepEndpointSettings=new vr;conditionExpression="";conditionTrueEndpointSettings=new vr;conditionFalseEndpointSettings=new vr;enterActionCompleteEndpointSettings=new vr;arriveActionCompleteEndpointSettings=new vr;stepScopeVariableList=[];broadcastListenerEntryList=[];overrideAppearance=!1;appearanceOverride=new H}class br{actionList=[];onlyFirstArrive=!1;action}class Dr{static NONE="none";static SWEEP="sweep";static COMPONENT="component";static FOV_LINK="fov_link";static VR_FOV="vr_fov"}class fr{type=Dr.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 wr{destroyTriggerOnLeaveCurrenStep=!0;trigger=new Nr;nextStepEndpointSettings=new vr}class vr{id="";enabled=!1;nextStepId="";lineColor=c.createColorByStr("#888888")}class Vr{id="";channelId="";actionList=[];nextStepEndpointSettings=new vr}class Ur extends T{name="";description="";isAvailableForAi=!0;src="";showInContentMenu=!0;cameraMode=s.INSIDE;cameraPose=new i;aiGenerateIntroduceUserPrompt=""}class Br extends T{name="";description="";keywords=[];visible=!0;children=[]}class kr extends T{type;color=c.createColorRgb(255,255,255);enabled=!0;name="";intensity=1;floorIdList=[]}class Gr extends kr{type="ambient"}class xr extends kr{type="directional";position=new a(0,1,0);target=new a(0,0,0)}class Fr extends kr{type="point";position=new a(0,1,0);distance=0;decay=1}class Hr{static COMPONENT_MARKER="component_marker";static SWEEP_MARKER="sweep_marker"}class Xr extends T{name="";description="";keywords=[];color=c.createColorRgba(0,0,0,1);type=Hr.COMPONENT_MARKER}class Wr{id="";name="";description="";keywords=[];color=c.createColorRgba(0,0,0,1);markerType=Hr.COMPONENT_MARKER;markers=[]}class Yr{static M="m";static CM="cm";static MM="mm"}class Kr{static M2="m2";static CM2="cm2"}class Jr extends T{name="";description="";visible=!0;enabledArea=!0;pointList=[];appearanceThemeColor=c.createColorRgba(255,255,255,1);area=0;distanceUnit=Yr.M;areaUnit=Kr.M2}class zr{id="";position=new a(0,0,0);normal=new a(0,0,0);distance=0}class jr extends T{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 $r extends T{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 Qr extends T{name="";enabled=!0;description=""}class qr extends T{dataKey="";position=new a(0,0,0);rotation=new a(0,0,0);noteDataKey="";noteType="";noteIssueState=""}class Zr{key="";placement="left"}function eo(e,t){const a=new Zr;return a.key=e,a.placement=t,a}const to=[eo("fov","capsule"),eo("d3","capsule"),eo("floorplan","capsule"),eo("floor","left"),eo("flow","left"),eo("measure","left"),eo("mute","right"),eo("share","more"),eo("account","more")],ao=[eo("minimap","surface"),eo("monitors","surface"),eo("fullscreen","surface"),eo("audio","hidden"),eo("hamburger","surface")],no=[eo("flow","left"),eo("measure","left"),eo("graffiti","left"),eo("ai","left"),eo("mute","right"),eo("share","more"),eo("account","more")],so=[eo("monitors","surface"),eo("audio","surface")],ro=to.map((e=>e.key)),oo=ao.map((e=>e.key)),io=no.map((e=>e.key)),co=so.map((e=>e.key));function lo(e,t){const a=t.find((t=>t.key===e));return a?a.placement:"left"}class _o extends T{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 Eo extends T{name="";description="";cubeFaceColor=c.createColorRgba(255,255,0,.3)}class mo{static DISTANCE="distance";static VISIBLE="visible";static VISIBLE_AND_DISTANCE="visible_and_distance"}class po extends T{position=new a(0,0,0);rotation=new a(0,0,0);stemLength=.2;color=c.createColorRgb(20,20,20);name="";snapshotSrc="";activateType=mo.VISIBLE_AND_DISTANCE;activateDistance=5;activeNeedStaySeconds=0;inactiveNeedStaySeconds=0;bestViewingSweepId="";bestViewingRotation=new n(0,0);bestViewingMode=""}class To extends T{no=1;name="";description="";isAvailableForAi=!0;isVirtual=!1;alignmentType=Ao.ALIGNED;enabled=!0;disabledInMatterport=!1;floorId="";neighbors=[];placementType=go.AUTO;position=new a(0,0,0);rotation=new a(0,0,0);pointerPosition=new a(0,0,0);markerList=[];keywords=[];panoramaData=new So;contentCardList=[]}class Ao{static ALIGNED="aligned";static UNALIGNED="unaligned"}class go{static AUTO="auto";static MANUAL="manual";static UNPLACED="unplaced"}class Co{static IMAGE="image";static VIDEO="video"}class Oo{static NONE="none";static SAME_TO_INSIDE="same_to_inside"}class So{default="original";sourceList=[];ballExternalViewMode=Oo.NONE}class Io{id="";type=Co.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 uo{primaryColor=new d;secondaryColor=new d;maskColor=new d;barMaskColor=new d}class Lo extends T{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 T{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 Ro extends T{name="";description="";type=Po.BASIC;bindLayerIdList=[]}class Po{static GENERAL="general";static BASIC="basic"}class Mo extends T{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 g;bestViewingSweepId="";bestViewingRotation=new n(0,0);bestViewingMode=""}class yo extends T{name="";enabled=!0;description=""}class ho extends T{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 g;description=new g;showToUser=!0;importable=!1;destinationToAnotherTarget=!1;destinationTargetId="";bestViewingSweepId="";bestViewingRotation=new n(0,0);bestViewingMode=""}class bo extends T{name="";enabled=!0;description="";useNavigationAdConfigId=""}class Do extends T{name="";remark="";autoExecuteOnBoot=!1;executeCount=0;actionList=[];interval=1e3;localVariableList=[]}class fo extends T{name="";remark="";payloadFieldList=[];constructor(){super()}}class wo{componentId="";description=""}class vo{targetId="";description=""}class Vo{variableKey="";description=""}class Uo{stickerId="";canBeActivated=!0;description=""}class Bo{spaceFenceId="";canBeActivated=!0;description=""}class ko{spaceFenceGroupId="";canBeActivated=!0;description=""}class Go{backgroundThreadId="";description=""}class xo{cameraDollyPathId="";description=""}class Fo{abilityId="";description=""}class Ho{contentCardId="";description=""}class Xo{vrFovId="";description=""}class Wo{cloudFormDataKey="";description="";autoPromptToFill=!1}class Yo{knowledgeBaseDataKey="";description=""}class Ko{analyticsEventDataKey="";description=""}class Jo{messageCardId="";description=""}class zo{monitorId="";description=""}class jo{rolePrompt="";tonePrompt="";taskPrompt="";abilityPrompt="";limitPrompt="";behaviorRulePrompt="";greetingPrompt="";warmUpPrompt=""}class $o{reasoning_effort;temperature;max_output_tokens}class Qo extends T{name="";description="";promptContent=""}class qo extends T{name="";autoActivate=!1;enableVoiceOutput=!1;voiceOutputComponentId="";enableVoiceInput=!1;remark="";roleName="";avatarSrc="";rolePromptSettings=new jo;skillPromptList=[];modelDataKey="";contextTokens=0;params=new $o;useComponentList=[];useTargetList=[];useVariableList=[];useStickerList=[];useSpaceFenceList=[];useSpaceFenceGroupList=[];useBackgroundThreadList=[];useCameraDollyPathList=[];useAbilityList=[];useKnowledgeBaseList=[];useFovList=[];useContentCardList=[];useCloudFormList=[];useAnalyticsEventList=[];useMessageCardList=[];useMonitorList=[]}class Zo{sweepId="";needCustomRotation=!1;customRotationX=0;customRotationY=0;moveTime=1e3;stayTime=500}class ei extends T{name="";nodeList=[];destinationType="custom";vrFovId="";fovLinkDataKey="";fovLinkSweepId="";fovLinkCameraRotationX=0;fovLinkCameraRotationY=0;fovLinkSnapshotSrc="";destinationSweepId="";destinationRotationX=0;destinationRotationY=0;destinationSnapshotSrc="";finalMoveSpeed=700;disableVrControl=!0;runningPromptText=""}class ti extends T{name="";remark=""}class ai extends T{abilityGroupId="";autoExecuteOnBoot=!1;name="";remark="";description="";contextVariableList=[];activeActionList=[];activeActionListLocalVariableList=[];keeping=!1;triggerList=[];stopActionList=[];stopActionListLocalVariableList=[]}class ni extends ae{type=$.TYPE_2D_ADVERTISEMENT;adChannelId=""}class si extends ae{type=$.TYPE_2D_IMAGE;sourceList=[];autoChangeInterval=0;currentImageIndex=0}class ri{id="";src="";name="";description="";aspectRatio=1;chromaKeySettings=new _}class oi{static MENU="menu";static ANSWERING="answering";static VARIABLE_MODIFIER="variable-modifier"}class ii extends ae{type=$.TYPE_2D_PANEL;sceneDataList=[];defaultSceneId=""}class ci{id="";mode=oi.MENU;name="";description="";buttonDataList=[];textDataList=[];imageDataList=[];answeringModeSettings=new li;variableModifierModeSettings=new di;enumModifierModeSettings;style=new Ci;snapshotImageSrc=""}class li{confirmButton=new Ai;correctButtonIdList=[]}class di{variableKey="";variableType}class _i{static TEXT="text";static IMAGE="image";static BUTTON="button"}class Ei{id="";name="";type=_i.TEXT;style=new Oi}class mi{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 pi extends Ei{type=_i.IMAGE;src="";imageMode="fill"}class Ti extends Ei{type=_i.TEXT;richText=""}class Ai extends Ei{type=_i.BUTTON;name="";optionValue="";optionLabel=new g;enumOptionValue;enabled=!0;buttonType=mi.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 g}class gi{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 Ci extends gi{paddingX=10;paddingY=10}class Oi extends gi{x=0;y=0;zIndex=10}class Si{static LEFT="left";static CENTER="center";static RIGHT="right"}class Ii{static TOP="top";static CENTER="center";static BOTTOM="bottom"}class ui{static BASIC="basic";static MARQUEE="marquee"}class Li extends ae{type=$.TYPE_2D_TEXT;sourceList=[];mode=ui.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 Ri;marqueeModeSettings=new Pi}class Ni{id="";textContent=Bn("2D Text");description=""}class Ri{changeInterval=0}class Pi{autoChange=!0;speed=50;interval=1;width=15}class Mi 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 yi{id="";videoSrc="";name="";description="";coverSrc="";aspectRatio=1;duration=0;chromaKeySettings=new _;playbackRate=1}class hi 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 S}class bi 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 fi{id="";animationId="";name="";description="";speed=1;timeRange=[0,1];loop=!1;stayAtLastFrame=!1}class wi{static NONE="none";static TOP="top";static BOTTOM="bottom"}class vi 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 g;tipTextLocation=wi.NONE;tipTextContent=new g;tipTextColor=c.createColorRgba(255,255,255,1);tipTextBackgroundColor=c.createColorRgba(0,0,0,.4);tipTextFontSize=18;tipTextNonPerspective=!1}class Vi{static NORMAL="NORMAL";static EDIT_SCENE="EDIT_SCENE";static EDIT_COVER="EDIT_COVER"}const Ui={uninitialized:1,waiting:2,loading:3,starting:4,playing:5,error:6};class Bi{static UNINITIALIZED="uninitialized";static WAITING="waiting";static LOADING="loading";static STARTING="starting";static PLAYING="playing";static ERROR="error"}class ki{status=Bi.UNINITIALIZED;progress=0;get statusNum(){return Ui[this.status]}}class Gi{type="";data={};constructor(e,t){this.type=e,this.data=t}}class xi{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 CAMERA_REQUEST_DEEPLINK_PARAMS="vrtalk_cmd_camera_request_deeplink_params";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 RENDERER_COLOR_SPACE_SETTINGS_UPDATE="vrtalk_cmd_renderer_color_space_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 Fi{onStart(e){fc.registerCommandListener(xi.PLAYER_START,(t=>{e(t.data.vrContentData,t.data.isForceIgnoreEnterBtn)}))}onModeUpdate(e){fc.registerCommandListener(xi.PLAYER_MODE_UPDATE,(t=>{e(t.data)}))}onXrPreparePreview(e){fc.registerCommandListener(xi.PLAYER_XR_PREPARE_PREVIEW,(t=>{e(!!t.data)}))}onPrepareSettingsUpdate(e){fc.registerCommandListener(xi.PLAYER_PREPARE_SETTINGS_UPDATE,(t=>{e(t.data)}))}}class Hi{onCoverSettingsUpdate(e){fc.registerCommandListener(xi.COVER_SETTINGS_UPDATE,(t=>{e(t.data)}))}}class Xi{onUiSettingsUpdate(e){fc.registerCommandListener(xi.UI_SETTINGS_UPDATE,(t=>{e(t.data)}))}}class Wi{onInfoTemplateSettingsUpdate(e){fc.registerCommandListener(xi.INFO_TEMPLATE_SETTINGS_UPDATE,(t=>{e(t.data)}))}}class Yi{onContentCardUpdate(e){fc.registerCommandListener(xi.INFORMATION_CONTENT_CARD_UPDATE,(t=>{e(t.data)}))}onContentCardDelete(e){fc.registerCommandListener(xi.INFORMATION_CONTENT_CARD_DELETE,(t=>{e(t.data)}))}}class Ki{onCreate(e){fc.registerCommandListener(xi.COMPONENT_CREATE,(t=>{e(t.data)}))}onUpdate(e){fc.registerCommandListener(xi.COMPONENT_UPDATE,(t=>{e(t.data)}))}onDelete(e){fc.registerCommandListener(xi.COMPONENT_DELETE,(t=>{e(t.data)}))}onFollowMouse(e){fc.registerCommandListener(xi.COMPONENT_FOLLOW_MOUSE,(t=>{e(t.data)}))}onControllerModify(e){fc.registerCommandListener(xi.COMPONENT_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.componentId)}))}onPlayTransitionAnimation(e){fc.registerCommandListener(xi.COMPONENT_PLAY_TRANSITION_ANIMATION,(t=>{e(t.data.componentId,t.data.animationId)}))}onStopTransitionAnimation(e){fc.registerCommandListener(xi.COMPONENT_STOP_TRANSITION_ANIMATION,(t=>{e(t.data.componentId)}))}on3dModelPlayAnimationClip(e){fc.registerCommandListener(xi.COMPONENT_3D_MODEL_PLAY_ANIMATION_CLIP,(t=>{e(t.data.modelComponentId,t.data.animationClipId)}))}on3dModelStopAnimationClip(e){fc.registerCommandListener(xi.COMPONENT_3D_MODEL_STOP_ANIMATION_CLIP,(t=>{e(t.data.modelComponentId)}))}on2dTextAutoFit(e){fc.registerCommandListener(xi.COMPONENT_2D_TEXT_AUTO_FIT,(t=>{e(t.data)}))}}class Ji{onEnterFovShotMode(e){fc.registerCommandListener(xi.FOV_ENTER_SHOT_MODE,(t=>{e(t.data)}))}onExitFovShotMode(e){fc.registerCommandListener(xi.FOV_EXIT_SHOT_MODE,(t=>{e()}))}onUpdate(e){fc.registerCommandListener(xi.FOV_UPDATE,(t=>{e(t.data)}))}onDelete(e){fc.registerCommandListener(xi.FOV_DELETE,(t=>{e(t.data)}))}}class zi{onUpdate(e){fc.registerCommandListener(xi.LAYER_UPDATE,(t=>{e(t.data)}))}onDelete(e){fc.registerCommandListener(xi.LAYER_DELETE,(t=>{e(t.data.layerId,t.data.deleteComponents)}))}onVisible(e){fc.registerCommandListener(xi.LAYER_VISIBLE,(t=>{e(t.data.layerId,t.data.visible)}))}}class ji{onCreate(e){fc.registerCommandListener(xi.LIGHT_CREATE,(t=>{e(t.data)}))}onUpdate(e){fc.registerCommandListener(xi.LIGHT_UPDATE,(t=>{e(t.data)}))}onDelete(e){fc.registerCommandListener(xi.LIGHT_DELETE,(t=>{e(t.data)}))}}class $i{onCreate(e){fc.registerCommandListener(xi.TRIMMER_CREATE,(t=>{e(t.data)}))}onUpdate(e){fc.registerCommandListener(xi.TRIMMER_UPDATE,(t=>{e(t.data)}))}onDelete(e){fc.registerCommandListener(xi.TRIMMER_DELETE,(t=>{e(t.data)}))}onControllerModify(e){fc.registerCommandListener(xi.TRIMMER_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.trimmerId)}))}onEditingStateUpdate(e){fc.registerCommandListener(xi.TRIMMER_EDITING_STATE_UPDATE,(t=>{e(t.data)}))}}class Qi{onCreate(e){fc.registerCommandListener(xi.STICKER_CREATE,(t=>{e(t.data)}))}onUpdate(e){fc.registerCommandListener(xi.STICKER_UPDATE,(t=>{e(t.data)}))}onDelete(e){fc.registerCommandListener(xi.STICKER_DELETE,(t=>{e(t.data)}))}onControllerModify(e){fc.registerCommandListener(xi.STICKER_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.stickerId)}))}onEditingStateUpdate(e){fc.registerCommandListener(xi.STICKER_EDITING_STATE_UPDATE,(t=>{e(t.data)}))}}class qi{onUpdate(e){fc.registerCommandListener(xi.FLOOR_UPDATE,(t=>{e(t.data)}))}}class Zi{onMoveTo(e){fc.registerCommandListener(xi.CAMERA_MOVE_TO,(t=>{e(t.data.transition,t.data.cameraPose)}))}onMoveToInside(e){fc.registerCommandListener(xi.CAMERA_MOVE_TO_INSIDE,(t=>{e(t.data.transition,t.data.transitionTime,t.data.cameraPose)}))}onMoveToVrFov(e){fc.registerCommandListener(xi.CAMERA_MOVE_TO_VR_FOV,(t=>{e(t.data.transition,t.data.transitionTime,t.data.fovId)}))}onMoveToNearComponent(e){fc.registerCommandListener(xi.CAMERA_MOVE_TO_NEAR_COMPONENT,(t=>{e(t.data.transition,t.data.transitionTime,t.data.componentId)}))}onMoveToWatchPosition(e){fc.registerCommandListener(xi.CAMERA_MOVE_TO_WATCH_POSITION,(t=>{e(t.data.transition,t.data.transitionTime,t.data.position)}))}onRequestDeeplinkParams(e){fc.registerCommandListener(xi.CAMERA_REQUEST_DEEPLINK_PARAMS,(()=>{e()}))}}class ec{onTakeScreen(e){fc.registerCommandListener(xi.RENDERER_TAKE_SCREENSHOT,(t=>{e(t.data.resolution,t.data.visibility)}))}onGetPanoramaImage(e){fc.registerCommandListener(xi.RENDERER_GET_PANORAMA_IMAGE,(()=>{e()}))}onSettingsUpdate(e){fc.registerCommandListener(xi.RENDERER_SETTINGS_UPDATE,(t=>{e(t.data)}))}onColorSpaceSettingsUpdate(e){fc.registerCommandListener(xi.RENDERER_COLOR_SPACE_SETTINGS_UPDATE,(t=>{e(t.data)}))}}class tc{onMarkerUpdate(e){fc.registerCommandListener(xi.MARKER_UPDATE,(t=>{e(t.data)}))}onDelete(e){fc.registerCommandListener(xi.MARKER_DELETE,(t=>{e(t.data)}))}}class ac{onNavigationRequest(e){fc.registerCommandListener(xi.NAVIGATION_REQUEST,(t=>{e(t.data)}))}onNavigationStart(e){fc.registerCommandListener(xi.NAVIGATION_START,(t=>{e(t.data)}))}onNavigationCancel(e){fc.registerCommandListener(xi.NAVIGATION_CANCEL,(t=>{e()}))}}class nc{onCreate(e){fc.registerCommandListener(xi.OBSTACLE_CREATE,(t=>{e(t.data)}))}onUpdate(e){fc.registerCommandListener(xi.OBSTACLE_UPDATE,(t=>{e(t.data)}))}onDelete(e){fc.registerCommandListener(xi.OBSTACLE_DELETE,(t=>{e(t.data)}))}onControllerModify(e){fc.registerCommandListener(xi.OBSTACLE_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.obstacleId)}))}onEditingStateUpdate(e){fc.registerCommandListener(xi.OBSTACLE_EDITING_STATE_UPDATE,(t=>{e(t.data)}))}onGroupVisibleUpdate(e){fc.registerCommandListener(xi.OBSTACLE_GROUP_VISIBLE_UPDATE,(t=>{e(t.data.groupId,t.data.visible)}))}}class sc{onAudioListUpdate(e){fc.registerCommandListener(xi.AUDIO_LIST_UPDATE,(t=>{e(t.data)}))}onAudioListDelete(e){fc.registerCommandListener(xi.AUDIO_LIST_DELETE,(t=>{e(t.data)}))}onAudioUpdate(e){fc.registerCommandListener(xi.AUDIO_UPDATE,(t=>{e(t.data)}))}onAudioDelete(e){fc.registerCommandListener(xi.AUDIO_DELETE,(t=>{e(t.data)}))}onAudioCenterPlayerShowPlayControlUpdate(e){fc.registerCommandListener(xi.AUDIO_CENTER_PLAYER_SHOW_PLAY_CONTROL_UPDATE,(t=>{e(t.data)}))}onAudioCenterPlayerShowVolumeControlUpdate(e){fc.registerCommandListener(xi.AUDIO_CENTER_PLAYER_SHOW_VOLUME_CONTROL_UPDATE,(t=>{e(t.data)}))}onAudioCenterPlayerVolumeUpdate(e){fc.registerCommandListener(xi.AUDIO_CENTER_PLAYER_VOLUME_UPDATE,(t=>{e(t.data)}))}}class rc{onCreate(e){fc.registerCommandListener(xi.ASSET_LABEL_CREATE,(t=>{e(t.data)}))}onUpdate(e){fc.registerCommandListener(xi.ASSET_LABEL_UPDATE,(t=>{e(t.data)}))}onDelete(e){fc.registerCommandListener(xi.ASSET_LABEL_DELETE,(t=>{e(t.data)}))}onControllerModify(e){fc.registerCommandListener(xi.ASSET_LABEL_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.assetLabelId)}))}onEditingStateUpdate(e){fc.registerCommandListener(xi.ASSET_LABEL_EDITING_STATE_UPDATE,(t=>{e(t.data)}))}}class oc{onCreate(e){fc.registerCommandListener(xi.TARGET_CREATE,(t=>{e(t.data)}))}onUpdate(e){fc.registerCommandListener(xi.TARGET_UPDATE,(t=>{e(t.data)}))}onDelete(e){fc.registerCommandListener(xi.TARGET_DELETE,(t=>{e(t.data)}))}onControllerModify(e){fc.registerCommandListener(xi.TARGET_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.targetId)}))}onEditingStateUpdate(e){fc.registerCommandListener(xi.TARGET_EDITING_STATE_UPDATE,(t=>{e(t.data)}))}onGroupVisibleUpdate(e){fc.registerCommandListener(xi.TARGET_GROUP_VISIBLE_UPDATE,(t=>{e(t.data.groupId,t.data.visible)}))}}class ic{onCreate(e){fc.registerCommandListener(xi.WORMHOLE_CREATE,(t=>{e(t.data)}))}onUpdate(e){fc.registerCommandListener(xi.WORMHOLE_UPDATE,(t=>{e(t.data)}))}onDelete(e){fc.registerCommandListener(xi.WORMHOLE_DELETE,(t=>{e(t.data)}))}onControllerModify(e){fc.registerCommandListener(xi.WORMHOLE_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.wormholeId)}))}onEditingStateUpdate(e){fc.registerCommandListener(xi.WORMHOLE_EDITING_STATE_UPDATE,(t=>{e(t.data)}))}onGroupVisibleUpdate(e){fc.registerCommandListener(xi.WORMHOLE_GROUP_VISIBLE_UPDATE,(t=>{e(t.data.groupId,t.data.visible)}))}}class cc{onCreate(e){fc.registerCommandListener(xi.SPACE_FENCE_CREATE,(t=>{e(t.data)}))}onUpdate(e){fc.registerCommandListener(xi.SPACE_FENCE_UPDATE,(t=>{e(t.data)}))}onDelete(e){fc.registerCommandListener(xi.SPACE_FENCE_DELETE,(t=>{e(t.data)}))}onControllerModify(e){fc.registerCommandListener(xi.SPACE_FENCE_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.spaceFenceId)}))}onEditingStateUpdate(e){fc.registerCommandListener(xi.SPACE_FENCE_EDITING_STATE_UPDATE,(t=>{e(t.data)}))}onGroupVisibleUpdate(e){fc.registerCommandListener(xi.SPACE_FENCE_GROUP_VISIBLE_UPDATE,(t=>{e(t.data.groupId,t.data.visible)}))}onGroupColorUpdate(e){fc.registerCommandListener(xi.SPACE_FENCE_GROUP_COLOR_UPDATE,(t=>{e(t.data.groupId,t.data.cubeFaceColor)}))}}class lc{onMonitorListUpdate(e){fc.registerCommandListener(xi.MONITOR_LIST_UPDATE,(t=>{e(t.data)}))}}class dc{onMessageCardPreview(e){fc.registerCommandListener(xi.MESSAGE_CARD_PREVIEW,(t=>{e(t.data)}))}}class _c{onCaptureDestination(e){fc.registerCommandListener(xi.DOLLY_PATH_CAPTURE_DESTINATION,(t=>{e()}))}onPreview(e){fc.registerCommandListener(xi.DOLLY_PATH_PREVIEW,(t=>{e(t.data)}))}onStopPreview(e){fc.registerCommandListener(xi.DOLLY_PATH_STOP_PREVIEW,(t=>{e()}))}}class Ec{onHamburgerMenuUpdate(e){fc.registerCommandListener(xi.HAMBURGER_MENU_UPDATE,(t=>{e(t.data)}))}}class mc{type="";data={};constructor(e,t){this.type=e,this.data=t}}class pc{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 CAMERA_DEEPLINK_PARAMS_READY="vrtalk_msg_camera_deeplink_params_ready";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 Tc{sendCameraPoseUpdate(e){window.parent.postMessage(new mc(pc.CAMERA_POSE_UPDATE,e),"*")}sendDeeplinkParamsReady(e){window.parent.postMessage(new mc(pc.CAMERA_DEEPLINK_PARAMS_READY,e),"*")}}class Ac{sendUpdate(e,t="default"){window.parent.postMessage(new mc(pc.COMPONENT_UPDATE,{componentData:JSON.parse(JSON.stringify(e)),source:t}),"*")}sendOnClick(e){window.parent.postMessage(new mc(pc.COMPONENT_ON_CLICK,e),"*")}sendTransitionAnimationFinished(e,t){window.parent.postMessage(new mc(pc.COMPONENT_TRANSITION_ANIMATION_FINISHED,{componentId:e,animationId:t}),"*")}}class gc{sendShotResult(e){window.parent.postMessage(new mc(pc.FOV_SHOT_RESULT,JSON.parse(JSON.stringify(e))),"*")}}class Cc{sendImportFromMatterport(e){window.parent.postMessage(new mc(pc.FLOOR_IMPORT_FROM_MATTERPORT,e),"*")}sendEnter(e){window.parent.postMessage(new mc(pc.FLOOR_ENTER,e),"*")}sendLeave(e){window.parent.postMessage(new mc(pc.FLOOR_LEAVE,e),"*")}}class Oc{sendReady(){window.parent.postMessage(new mc(pc.PLAYER_READY,{}),"*")}sendStatusUpdate(e){window.parent.postMessage(new mc(pc.PLAYER_STATUS_UPDATE,e),"*")}}class Sc{sendImportFromMatterport(e){window.parent.postMessage(new mc(pc.SWEEP_IMPORT_FROM_MATTERPORT,e),"*")}sendSyncMatterportEnabledState(e){window.parent.postMessage(new mc(pc.SWEEP_SYNC_MATTERPORT_ENABLED_STATE,e),"*")}sendRequestModifyEnabled(e,t){window.parent.postMessage(new mc(pc.SWEEP_REQUEST_MODIFY_ENABLED,{sweepId:e,enabled:t}),"*")}}class Ic{sendScreenshotReady(e){window.parent.postMessage(new mc(pc.RENDERER_SCREENSHOT_READY,e),"*")}sendPanoramaImageReady(e){window.parent.postMessage(new mc(pc.RENDERER_PANORAMA_IMAGE_READY,e),"*")}sendWorldSizeReady(e){window.parent.postMessage(new mc(pc.RENDERER_WORLD_SIZE_READY,JSON.parse(JSON.stringify(e))),"*")}}class uc{sendNavigationResultReady(e){window.parent.postMessage(new mc(pc.NAVIGATION_RESULT_READY,JSON.parse(JSON.stringify(e))),"*")}sendNavigationStart(e){window.parent.postMessage(new mc(pc.NAVIGATION_START,JSON.parse(JSON.stringify(e))),"*")}sendNavigationEnd(e){window.parent.postMessage(new mc(pc.NAVIGATION_END,JSON.parse(JSON.stringify(e))),"*")}sendNavigationCancel(e){window.parent.postMessage(new mc(pc.NAVIGATION_CANCEL,JSON.parse(JSON.stringify(e))),"*")}}class Lc{sendUpdate(e){window.parent.postMessage(new mc(pc.OBSTACLE_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new mc(pc.OBSTACLE_ON_CLICK,e),"*")}}class Nc{sendUpdate(e){window.parent.postMessage(new mc(pc.TRIMMER_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new mc(pc.TRIMMER_ON_CLICK,e),"*")}}class Rc{sendUpdate(e){window.parent.postMessage(new mc(pc.STICKER_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new mc(pc.STICKER_ON_CLICK,e),"*")}}class Pc{sendUpdate(e){window.parent.postMessage(new mc(pc.ASSET_LABEL_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new mc(pc.ASSET_LABEL_ON_CLICK,e),"*")}}class Mc{sendUpdate(e){window.parent.postMessage(new mc(pc.TARGET_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new mc(pc.TARGET_ON_CLICK,e),"*")}}class yc{sendUpdate(e){window.parent.postMessage(new mc(pc.WORMHOLE_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new mc(pc.WORMHOLE_ON_CLICK,e),"*")}}class hc{sendUpdate(e){window.parent.postMessage(new mc(pc.SPACE_FENCE_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new mc(pc.SPACE_FENCE_ON_CLICK,e),"*")}}class bc{sendDestinationCaptured(e){window.parent.postMessage(new mc(pc.DOLLY_PATH_DESTINATION_CAPTURED,JSON.parse(JSON.stringify(e))),"*")}}class Dc{onUpdateAll(e){fc.registerCommandListener(xi.SWEEP_UPDATE_ALL,(t=>{e(t.data)}))}onUpdate(e){fc.registerCommandListener(xi.SWEEP_UPDATE,(t=>{e(t.data)}))}onDeleteVirtual(e){fc.registerCommandListener(xi.SWEEP_DELETE_VIRTUAL,(t=>{e(t.data)}))}onUpdateRenderFlagVisible(e){fc.registerCommandListener(xi.SWEEP_UPDATE_RENDER_FLAG_VISIBLE,(t=>{e(t.data)}))}}class fc{static commandListenerPool=new Map;static commandPlayer=new Fi;static commandCover=new Hi;static commandUi=new Xi;static commandInfoTemplate=new Wi;static commandInformation=new Yi;static commandComponent=new Ki;static commandFov=new Ji;static commandLayer=new zi;static commandLight=new ji;static commandTrimmer=new $i;static commandSticker=new Qi;static commandSweep=new Dc;static commandFloor=new qi;static commandCamera=new Zi;static commandRenderer=new ec;static commandMarker=new tc;static commandNavigation=new ac;static commandObstacle=new nc;static commandAudio=new sc;static commandAssetLabel=new rc;static commandTarget=new oc;static commandWormhole=new ic;static commandSpaceFence=new cc;static commandMonitor=new lc;static commandMessageCard=new dc;static commandDollyPath=new _c;static commandHamburgerMenu=new Ec;static messageCamera=new Tc;static messageComponent=new Ac;static messageFov=new gc;static messageFloor=new Cc;static messagePlayer=new Oc;static messageSweep=new Sc;static messageRenderer=new Ic;static messageNavigation=new uc;static messageObstacle=new Lc;static messageTrimmer=new Nc;static messageSticker=new Rc;static messageAssetLabel=new Pc;static messageTarget=new Mc;static messageWormhole=new yc;static messageSpaceFence=new hc;static messageDollyPath=new bc;static registerCommandListener(e,t){fc.commandListenerPool.has(e)||fc.commandListenerPool.set(e,[]),fc.commandListenerPool.get(e).push(t)}static unRegisterCommandListener(e,t){if(!fc.commandListenerPool.has(e))return;const a=fc.commandListenerPool.get(e).indexOf(t);a>=0&&fc.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;fc.commandListenerPool.has(t.type)&&fc.commandListenerPool.get(t.type).forEach((e=>{e(t)}))}}))}}class wc{player;constructor(e){this.player=e}onReady(e){this.player.registerMessageListener(pc.PLAYER_READY,(t=>{e()}))}onStatusUpdate(e){this.player.registerMessageListener(pc.PLAYER_STATUS_UPDATE,(t=>{e(t.data)}))}}class vc{player;constructor(e){this.player=e}sendStart(e,t){this.player.sendCommand(new Gi(xi.PLAYER_START,JSON.parse(JSON.stringify({vrContentData:e,isForceIgnoreEnterBtn:t}))))}sendModeUpdate(e){this.player.sendCommand(new Gi(xi.PLAYER_MODE_UPDATE,e))}sendXrPreparePreview(e){this.player.sendCommand(new Gi(xi.PLAYER_XR_PREPARE_PREVIEW,e))}sendPrepareSettingsUpdate(e){this.player.sendCommand(new Gi(xi.PLAYER_PREPARE_SETTINGS_UPDATE,JSON.parse(JSON.stringify(e))))}}class Vc{player;constructor(e){this.player=e}sendCoverSettingsUpdate(e){this.player.sendCommand(new Gi(xi.COVER_SETTINGS_UPDATE,JSON.parse(JSON.stringify(e))))}}class Uc{player;constructor(e){this.player=e}sendUiSettingsUpdate(e){this.player.sendCommand(new Gi(xi.UI_SETTINGS_UPDATE,JSON.parse(JSON.stringify(e))))}}class Bc{player;constructor(e){this.player=e}sendInfoTemplateSettingsUpdate(e){this.player.sendCommand(new Gi(xi.INFO_TEMPLATE_SETTINGS_UPDATE,JSON.parse(JSON.stringify(e))))}}class kc{player;constructor(e){this.player=e}sendUpdateContentCard(e){this.player.sendCommand(new Gi(xi.INFORMATION_CONTENT_CARD_UPDATE,JSON.parse(JSON.stringify(e))))}sendDeleteContentCard(e){this.player.sendCommand(new Gi(xi.INFORMATION_CONTENT_CARD_DELETE,e))}}class Gc{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new Gi(xi.COMPONENT_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Gi(xi.COMPONENT_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Gi(xi.COMPONENT_DELETE,e))}sendFollowMouse(e){this.player.sendCommand(new Gi(xi.COMPONENT_FOLLOW_MOUSE,e))}sendControllerModify(e,t){this.player.sendCommand(new Gi(xi.COMPONENT_CONTROLLER_MODIFY,{componentId:t,controllerType:e}))}sendPlayTransitionAnimation(e,t){this.player.sendCommand(new Gi(xi.COMPONENT_PLAY_TRANSITION_ANIMATION,{componentId:e,animationId:t}))}sendStopTransitionAnimation(e){this.player.sendCommand(new Gi(xi.COMPONENT_STOP_TRANSITION_ANIMATION,{componentId:e}))}send3dModelPlayAnimationClip(e,t){this.player.sendCommand(new Gi(xi.COMPONENT_3D_MODEL_PLAY_ANIMATION_CLIP,{modelComponentId:e,animationClipId:t}))}send3dModelStopAnimationClip(e){this.player.sendCommand(new Gi(xi.COMPONENT_3D_MODEL_STOP_ANIMATION_CLIP,{modelComponentId:e}))}send2dTextAutoFit(e){this.player.sendCommand(new Gi(xi.COMPONENT_2D_TEXT_AUTO_FIT,e))}}class xc{player;constructor(e){this.player=e}enterFovShotMode(e){this.player.sendCommand(new Gi(xi.FOV_ENTER_SHOT_MODE,JSON.parse(JSON.stringify(e))))}exitFovShotMode(){this.player.sendCommand(new Gi(xi.FOV_EXIT_SHOT_MODE,{}))}sendUpdate(e){this.player.sendCommand(new Gi(xi.FOV_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Gi(xi.FOV_DELETE,e))}}class Fc{player;constructor(e){this.player=e}sendUpdate(e){this.player.sendCommand(new Gi(xi.LAYER_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e,t){this.player.sendCommand(new Gi(xi.LAYER_DELETE,{layerId:e,deleteComponents:t}))}sendVisible(e,t){this.player.sendCommand(new Gi(xi.LAYER_VISIBLE,{layerId:e,visible:t}))}}class Hc{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new Gi(xi.LIGHT_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Gi(xi.LIGHT_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Gi(xi.LIGHT_DELETE,e))}}class Xc{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new Gi(xi.TRIMMER_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Gi(xi.TRIMMER_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Gi(xi.TRIMMER_DELETE,e))}sendControllerModify(e,t){this.player.sendCommand(new Gi(xi.TRIMMER_CONTROLLER_MODIFY,{controllerType:e,trimmerId:t}))}sendEditingStateUpdate(e){this.player.sendCommand(new Gi(xi.TRIMMER_EDITING_STATE_UPDATE,e))}}class Wc{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new Gi(xi.STICKER_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Gi(xi.STICKER_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Gi(xi.STICKER_DELETE,e))}sendControllerModify(e,t){this.player.sendCommand(new Gi(xi.STICKER_CONTROLLER_MODIFY,{controllerType:e,stickerId:t}))}sendEditingStateUpdate(e){this.player.sendCommand(new Gi(xi.STICKER_EDITING_STATE_UPDATE,e))}}class Yc{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new Gi(xi.ASSET_LABEL_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Gi(xi.ASSET_LABEL_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Gi(xi.ASSET_LABEL_DELETE,e))}sendControllerModify(e,t){this.player.sendCommand(new Gi(xi.ASSET_LABEL_CONTROLLER_MODIFY,{controllerType:e,assetLabelId:t}))}sendEditingStateUpdate(e){this.player.sendCommand(new Gi(xi.ASSET_LABEL_EDITING_STATE_UPDATE,e))}}class Kc{player;constructor(e){this.player=e}sendUpdateAll(e){this.player.sendCommand(new Gi(xi.SWEEP_UPDATE_ALL,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Gi(xi.SWEEP_UPDATE,JSON.parse(JSON.stringify(e))))}sendDeleteVirtual(e){this.player.sendCommand(new Gi(xi.SWEEP_DELETE_VIRTUAL,e))}sendUpdateRenderFlagVisible(e){this.player.sendCommand(new Gi(xi.SWEEP_UPDATE_RENDER_FLAG_VISIBLE,e))}}class Jc{player;constructor(e){this.player=e}sendUpdate(e){this.player.sendCommand(new Gi(xi.FLOOR_UPDATE,JSON.parse(JSON.stringify(e))))}}class zc{player;constructor(e){this.player=e}sendMoveTo(e,t){this.player.sendCommand(new Gi(xi.CAMERA_MOVE_TO,JSON.parse(JSON.stringify({transition:e,cameraMode:t}))))}sendMoveToInside(e,t,a){this.player.sendCommand(new Gi(xi.CAMERA_MOVE_TO_INSIDE,JSON.parse(JSON.stringify({transition:e,transitionTime:t,cameraPose:a}))))}sendMoveToVrFov(e,t,a){this.player.sendCommand(new Gi(xi.CAMERA_MOVE_TO_VR_FOV,JSON.parse(JSON.stringify({transition:e,transitionTime:t,fovId:a}))))}sendMoveToNearComponent(e,t,a){this.player.sendCommand(new Gi(xi.CAMERA_MOVE_TO_NEAR_COMPONENT,JSON.parse(JSON.stringify({transition:e,transitionTime:t,componentId:a}))))}sendMoveToWatchPosition(e,t,a){this.player.sendCommand(new Gi(xi.CAMERA_MOVE_TO_WATCH_POSITION,JSON.parse(JSON.stringify({transition:e,transitionTime:t,position:a}))))}sendRequestDeeplinkParams(){this.player.sendCommand(new Gi(xi.CAMERA_REQUEST_DEEPLINK_PARAMS,{}))}}class jc{player;constructor(e){this.player=e}sendTakeScreenshot(e,t){this.player.sendCommand(new Gi(xi.RENDERER_TAKE_SCREENSHOT,{resolution:e,visibility:t}))}sendGetPanoramaImage(){this.player.sendCommand(new Gi(xi.RENDERER_GET_PANORAMA_IMAGE,{}))}sendSettingsUpdate(e){this.player.sendCommand(new Gi(xi.RENDERER_SETTINGS_UPDATE,JSON.parse(JSON.stringify(e))))}sendColorSpaceSettingsUpdate(e){this.player.sendCommand(new Gi(xi.RENDERER_COLOR_SPACE_SETTINGS_UPDATE,JSON.parse(JSON.stringify(e))))}}class $c{player;constructor(e){this.player=e}sendMarkerUpdate(e){this.player.sendCommand(new Gi(xi.MARKER_UPDATE,JSON.parse(JSON.stringify(e))))}sendMarkerDelete(e){this.player.sendCommand(new Gi(xi.MARKER_DELETE,e))}}class Qc{player;constructor(e){this.player=e}sendNavigationRequest(e){this.player.sendCommand(new Gi(xi.NAVIGATION_REQUEST,JSON.parse(JSON.stringify(e))))}sendNavigationStart(e){this.player.sendCommand(new Gi(xi.NAVIGATION_START,JSON.parse(JSON.stringify(e))))}sendNavigationCancel(){this.player.sendCommand(new Gi(xi.NAVIGATION_CANCEL,{}))}}class qc{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new Gi(xi.OBSTACLE_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Gi(xi.OBSTACLE_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Gi(xi.OBSTACLE_DELETE,e))}sendControllerModify(e,t){this.player.sendCommand(new Gi(xi.OBSTACLE_CONTROLLER_MODIFY,{controllerType:e,obstacleId:t}))}sendEditingStateUpdate(e){this.player.sendCommand(new Gi(xi.OBSTACLE_EDITING_STATE_UPDATE,e))}sendGroupVisibleUpdate(e,t){this.player.sendCommand(new Gi(xi.OBSTACLE_GROUP_VISIBLE_UPDATE,{groupId:e,visible:t}))}}class Zc{player;constructor(e){this.player=e}sendAudioListUpdate(e){this.player.sendCommand(new Gi(xi.AUDIO_LIST_UPDATE,JSON.parse(JSON.stringify(e))))}sendAudioListDelete(e){this.player.sendCommand(new Gi(xi.AUDIO_LIST_DELETE,{audioListId:e}))}sendAudioUpdate(e){this.player.sendCommand(new Gi(xi.AUDIO_UPDATE,JSON.parse(JSON.stringify(e))))}sendAudioDelete(e,t){this.player.sendCommand(new Gi(xi.AUDIO_DELETE,{audioListId:e,audioId:t}))}sendAudioCenterPlayerShowPlayControlUpdate(e){this.player.sendCommand(new Gi(xi.AUDIO_CENTER_PLAYER_SHOW_PLAY_CONTROL_UPDATE,{show:e}))}sendAudioCenterPlayerShowMuteControlUpdate(e){this.player.sendCommand(new Gi(xi.AUDIO_CENTER_PLAYER_SHOW_VOLUME_CONTROL_UPDATE,{show:e}))}sendAudioCenterPlayerVolumeUpdate(e){this.player.sendCommand(new Gi(xi.AUDIO_CENTER_PLAYER_VOLUME_UPDATE,{volume:e}))}}class el{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new Gi(xi.TARGET_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Gi(xi.TARGET_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Gi(xi.TARGET_DELETE,e))}sendControllerModify(e,t){this.player.sendCommand(new Gi(xi.TARGET_CONTROLLER_MODIFY,{controllerType:e,targetId:t}))}sendEditingStateUpdate(e){this.player.sendCommand(new Gi(xi.TARGET_EDITING_STATE_UPDATE,e))}sendGroupVisibleUpdate(e,t){this.player.sendCommand(new Gi(xi.TARGET_GROUP_VISIBLE_UPDATE,{groupId:e,visible:t}))}}class tl{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new Gi(xi.WORMHOLE_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Gi(xi.WORMHOLE_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Gi(xi.WORMHOLE_DELETE,e))}sendControllerModify(e,t){this.player.sendCommand(new Gi(xi.WORMHOLE_CONTROLLER_MODIFY,{controllerType:e,wormholeId:t}))}sendEditingStateUpdate(e){this.player.sendCommand(new Gi(xi.WORMHOLE_EDITING_STATE_UPDATE,e))}sendGroupVisibleUpdate(e,t){this.player.sendCommand(new Gi(xi.WORMHOLE_GROUP_VISIBLE_UPDATE,{groupId:e,visible:t}))}}class al{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new Gi(xi.SPACE_FENCE_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Gi(xi.SPACE_FENCE_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Gi(xi.SPACE_FENCE_DELETE,e))}sendControllerModify(e,t){this.player.sendCommand(new Gi(xi.SPACE_FENCE_CONTROLLER_MODIFY,{controllerType:e,spaceFenceId:t}))}sendEditingStateUpdate(e){this.player.sendCommand(new Gi(xi.SPACE_FENCE_EDITING_STATE_UPDATE,e))}sendGroupVisibleUpdate(e,t){this.player.sendCommand(new Gi(xi.SPACE_FENCE_GROUP_VISIBLE_UPDATE,{groupId:e,visible:t}))}sendGroupColorUpdate(e,t){this.player.sendCommand(new Gi(xi.SPACE_FENCE_GROUP_COLOR_UPDATE,{groupId:e,cubeFaceColor:JSON.parse(JSON.stringify(t))}))}}class nl{player;constructor(e){this.player=e}sendMonitorListUpdate(e){this.player.sendCommand(new Gi(xi.MONITOR_LIST_UPDATE,JSON.parse(JSON.stringify(e))))}}class sl{player;constructor(e){this.player=e}sendPreview(e,t){this.player.sendCommand(new Gi(xi.MESSAGE_CARD_PREVIEW,{card:e?JSON.parse(JSON.stringify(e)):null,show:t}))}}class rl{player;constructor(e){this.player=e}captureDestination(){this.player.sendCommand(new Gi(xi.DOLLY_PATH_CAPTURE_DESTINATION,{}))}preview(e){this.player.sendCommand(new Gi(xi.DOLLY_PATH_PREVIEW,JSON.parse(JSON.stringify(e))))}stopPreview(){this.player.sendCommand(new Gi(xi.DOLLY_PATH_STOP_PREVIEW,{}))}}class ol{player;constructor(e){this.player=e}sendHamburgerMenuUpdate(e){this.player.sendCommand(new Gi(xi.HAMBURGER_MENU_UPDATE,JSON.parse(JSON.stringify(e))))}}class il{player;constructor(e){this.player=e}onCameraPoseUpdate(e){this.player.registerMessageListener(pc.CAMERA_POSE_UPDATE,(t=>{e(t.data)}))}onDeeplinkParamsReady(e){this.player.registerMessageListener(pc.CAMERA_DEEPLINK_PARAMS_READY,(t=>{e(t.data)}))}}class cl{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(pc.COMPONENT_UPDATE,(t=>{const a=t.data;a&&"object"==typeof a&&"componentData"in a&&a.componentData?e(a.componentData,a.source??"default"):e(a,"default")}))}onClick(e){this.player.registerMessageListener(pc.COMPONENT_ON_CLICK,(t=>{e(t.data)}))}onTransitionAnimationFinished(e){this.player.registerMessageListener(pc.COMPONENT_TRANSITION_ANIMATION_FINISHED,(t=>{e(t.data.componentId,t.data.animationId)}))}}class ll{player;constructor(e){this.player=e}onShotResult(e){this.player.registerMessageListener(pc.FOV_SHOT_RESULT,(t=>{e(t.data)}))}}class dl{player;constructor(e){this.player=e}onImportFromMatterport(e){this.player.registerMessageListener(pc.FLOOR_IMPORT_FROM_MATTERPORT,(t=>{e(t.data)}))}onEnterFloor(e){this.player.registerMessageListener(pc.FLOOR_ENTER,(t=>{e(t.data)}))}onLeaveFloor(e){this.player.registerMessageListener(pc.FLOOR_LEAVE,(t=>{e(t.data)}))}}class _l{player;constructor(e){this.player=e}onImportFromMatterport(e){this.player.registerMessageListener(pc.SWEEP_IMPORT_FROM_MATTERPORT,(t=>{e(t.data)}))}onSyncMatterportEnabledState(e){this.player.registerMessageListener(pc.SWEEP_SYNC_MATTERPORT_ENABLED_STATE,(t=>{e(t.data)}))}onRequestModifyEnabled(e){this.player.registerMessageListener(pc.SWEEP_REQUEST_MODIFY_ENABLED,(t=>{e(t.data.sweepId,t.data.enabled)}))}}class El{player;constructor(e){this.player=e}onScreenshotReady(e){this.player.registerMessageListener(pc.RENDERER_SCREENSHOT_READY,(t=>{e(t.data)}))}onPanoramaImageReady(e){this.player.registerMessageListener(pc.RENDERER_PANORAMA_IMAGE_READY,(t=>{e(t.data)}))}onWorldSizeReady(e){this.player.registerMessageListener(pc.RENDERER_WORLD_SIZE_READY,(t=>{e(t.data)}))}}class ml{player;constructor(e){this.player=e}onNavigationResultReady(e){this.player.registerMessageListener(pc.NAVIGATION_RESULT_READY,(t=>{e(t.data)}))}onNavigationStart(e){this.player.registerMessageListener(pc.NAVIGATION_START,(t=>{e(t.data)}))}onNavigationEnd(e){this.player.registerMessageListener(pc.NAVIGATION_END,(t=>{e(t.data)}))}onNavigationCancel(e){this.player.registerMessageListener(pc.NAVIGATION_CANCEL,(t=>{e(t.data)}))}}class pl{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(pc.OBSTACLE_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(pc.OBSTACLE_ON_CLICK,(t=>{e(t.data)}))}}class Tl{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(pc.TRIMMER_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(pc.TRIMMER_ON_CLICK,(t=>{e(t.data)}))}}class Al{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(pc.STICKER_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(pc.STICKER_ON_CLICK,(t=>{e(t.data)}))}}class gl{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(pc.ASSET_LABEL_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(pc.ASSET_LABEL_ON_CLICK,(t=>{e(t.data)}))}}class Cl{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(pc.TARGET_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(pc.TARGET_ON_CLICK,(t=>{e(t.data)}))}}class Ol{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(pc.WORMHOLE_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(pc.WORMHOLE_ON_CLICK,(t=>{e(t.data)}))}}class Sl{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(pc.SPACE_FENCE_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(pc.SPACE_FENCE_ON_CLICK,(t=>{e(t.data)}))}}class Il{player;constructor(e){this.player=e}onDestinationCaptured(e){this.player.registerMessageListener(pc.DOLLY_PATH_DESTINATION_CAPTURED,(t=>{e(t.data)}))}}class ul{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 il(this),this.messageComponent=new cl(this),this.messageFov=new ll(this),this.messageFloor=new dl(this),this.messagePlayer=new wc(this),this.messageSweep=new _l(this),this.messageRenderer=new El(this),this.messageNavigation=new ml(this),this.messageObstacle=new pl(this),this.messageTrimmer=new Tl(this),this.messageSticker=new Al(this),this.messageAssetLabel=new gl(this),this.messageTarget=new Cl(this),this.messageWormhole=new Ol(this),this.messageSpaceFence=new Sl(this),this.messageDollyPath=new Il(this),this.commandPlayer=new vc(this),this.commandCover=new Vc(this),this.commandUi=new Uc(this),this.commandInfoTemplate=new Bc(this),this.commandInformation=new kc(this),this.commandComponent=new Gc(this),this.commandFov=new xc(this),this.commandLayer=new Fc(this),this.commandLight=new Hc(this),this.commandTrimmer=new Xc(this),this.commandSticker=new Wc(this),this.commandAssetLabel=new Yc(this),this.commandSweep=new Kc(this),this.commandFloor=new Jc(this),this.commandCamera=new zc(this),this.commandRenderer=new jc(this),this.commandMarker=new $c(this),this.commandNavigation=new Qc(this),this.commandObstacle=new qc(this),this.commandAudio=new Zc(this),this.commandTarget=new el(this),this.commandWormhole=new tl(this),this.commandSpaceFence=new al(this),this.commandMonitor=new nl(this),this.commandMessageCard=new sl(this),this.commandDollyPath=new rl(this),this.commandHamburgerMenu=new ol(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 Ll(e){switch(e){case $.TYPE_2D_IMAGE:return Ir.COMPONENT_2D_IMAGE;case $.TYPE_2D_VIDEO:return Ir.COMPONENT_2D_VIDEO;case $.TYPE_2D_TEXT:return Ir.COMPONENT_2D_TEXT;case $.TYPE_2D_PANEL:return Ir.COMPONENT_2D_PANEL;case $.TYPE_2D_ADVERTISEMENT:return Ir.COMPONENT_2D_ADVERTISEMENT;case $.TYPE_3D_BOX:return Ir.COMPONENT_3D_BOX;case $.TYPE_3D_MODEL:return Ir.COMPONENT_3D_MODEL;case $.TYPE_TAG:return Ir.COMPONENT_TAG;default:return Ir.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 Rl(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=Ll(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,Ir.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,Ir.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,Ir.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,Ir.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,Ir.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,Ir.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,Ir.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,Ir.SPACE_FENCE_GROUP,n.id,t,a),e.triggerList=[]}a.length>0&&e.triggerList.push(...a)}function Pl(e,t){const a=new Zr;return a.key=e,a.placement=t,a}function Ml(e){return e.map((e=>Pl(e.key,e.placement)))}const yl=["left","right","capsule","more","hidden"];function hl(e,t){return yl.includes(e.placement)?Pl(e.key,e.placement):Pl(e.key,lo(e.key,t))}function bl(e){return Pl(e.key,"hidden"===e.placement?"hidden":"surface")}function Dl(e){return e.vrMainBarItems&&e.vrMainBarItems.length>0?e.vrMainBarItems.map((e=>hl(e,to))):to.map((t=>Pl(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":lo(e,to)}(t.key,e))))}function fl(e){return e.vrInfoBarItems&&e.vrInfoBarItems.length>0?e.vrInfoBarItems.map(bl):ao.map((t=>Pl(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 wl(e){return e.arBottomItems&&e.arBottomItems.length>0?e.arBottomItems.map((e=>hl(e,no))):Ml(no)}function vl(e){return e.arInfoItems&&e.arInfoItems.length>0?e.arInfoItems.map(bl):Ml(so)}function Vl(e){e.vrMainBarItems&&0!==e.vrMainBarItems.length||(e.vrMainBarItems=Dl(e)),e.vrInfoBarItems&&0!==e.vrInfoBarItems.length||(e.vrInfoBarItems=fl(e)),e.arBottomItems&&0!==e.arBottomItems.length||(e.arBottomItems=wl(e)),e.arInfoItems&&0!==e.arInfoItems.length||(e.arInfoItems=vl(e))}function Ul(e){if(!e)return;let t=e.vrPlayerUiSettings;t||(t=new Dn,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),Vl(t)}function Bl(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,kl),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 g;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 kl(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 g;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 xl(e){return e?.root?Fl(e.root):""}function Fl(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=Fl(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(Hl).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 Hl(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(Xl).join(", ")}]`;const t=e.literalType,a=e.literalValue;return"number"===t?Yl("number"==typeof a?a:Number(a)||0):"boolean"===t?a?"true":"false":Wl("string"==typeof a?a:String(a??""))}function Xl(e){return"number"===e.type?Yl("number"==typeof e.value?e.value:Number(e.value)||0):"boolean"===e.type?e.value?"true":"false":Wl("string"==typeof e.value?e.value:String(e.value??""))}function Wl(e){return JSON.stringify(e)}function Yl(e){return Number.isFinite(e)?String(e):"0"}function Kl(e,t){const a={deps:[],hasCustomJs:!1};return e?.root?(Jl(e.root,t,a),a):a}function Jl(e,t,a){for(const n of e.children||[])n&&(n.kind===Ze.GROUP?Jl(n,t,a):zl(n,t,a))}function zl(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 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 jl(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 $l="\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 s in a)("object"==typeof exports?exports:e)[s]=a[s]}}(this,(()=>(()=>{"use strict";var e={d:(t,a)=>{for(var s in a)e.o(a,s)&&!e.o(t,s)&&Object.defineProperty(t,s,{enumerable:!0,get:a[s]})},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:()=>_o,AR_INFO_BAR_DEFAULT:()=>io,AR_INFO_ICON_KEYS:()=>mo,AR_MAIN_BAR_DEFAULT:()=>oo,ArCommonSettings:()=>dr,ArMultisetSettings:()=>lr,ArPositionXSettings:()=>ur,ChromaKeySettings:()=>_,Color:()=>d,ColorBuilder:()=>c,ColorParser:()=>l,Component2dFaceToCameraModeDefine:()=>te,EXPRESSION_FUNC_NAME:()=>Kl,EaseAnimationFunctionDefine:()=>m,EaseAnimationSettings:()=>E,FreeButton:()=>C,GotoPositionMethodDefine:()=>u,HoverBorderSettings:()=>O,LanguageTypeDefine:()=>g,LogicCurrentTimeOutputTypeDefine:()=>rs,LogicRandomColorPaletteDefine:()=>ss,MediaLoopModeDefine:()=>y,MonitorVideoMuteChangeTypeDefine:()=>ma,MonitorVideoPlayChangeTypeDefine:()=>_a,MultiLanguageStr:()=>A,PROGRESS_BAR_KEYFRAMES_CSS:()=>sd,ParentComCommandAssetLabel:()=>Qc,ParentComCommandAudio:()=>ol,ParentComCommandCamera:()=>tl,ParentComCommandComponent:()=>Kc,ParentComCommandCover:()=>Hc,ParentComCommandDollyPath:()=>ml,ParentComCommandFloor:()=>el,ParentComCommandFov:()=>Jc,ParentComCommandHamburgerMenu:()=>El,ParentComCommandInfoTemplate:()=>Wc,ParentComCommandInformation:()=>Yc,ParentComCommandLayer:()=>qc,ParentComCommandLight:()=>zc,ParentComCommandMarker:()=>sl,ParentComCommandMessageCard:()=>_l,ParentComCommandMonitor:()=>dl,ParentComCommandNavigation:()=>nl,ParentComCommandObstacle:()=>rl,ParentComCommandPlayer:()=>Fc,ParentComCommandRenderer:()=>al,ParentComCommandSpaceFence:()=>ll,ParentComCommandSticker:()=>$c,ParentComCommandSweep:()=>Zc,ParentComCommandTarget:()=>il,ParentComCommandTrimmer:()=>jc,ParentComCommandUi:()=>Xc,ParentComCommandWormhole:()=>cl,ParentComMessageAssetLabel:()=>yl,ParentComMessageCamera:()=>pl,ParentComMessageComponent:()=>Tl,ParentComMessageDollyPath:()=>Ml,ParentComMessageFloor:()=>Al,ParentComMessageFov:()=>gl,ParentComMessageNavigation:()=>Ol,ParentComMessageObstacle:()=>Sl,ParentComMessagePlayer:()=>xc,ParentComMessageRenderer:()=>ul,ParentComMessageSpaceFence:()=>Pl,ParentComMessageSticker:()=>Ll,ParentComMessageSweep:()=>Cl,ParentComMessageTarget:()=>Nl,ParentComMessageTrimmer:()=>Il,ParentComMessageWormhole:()=>Rl,PlayerComCommand:()=>Ki,PlayerComCommandAssetLabel:()=>mc,PlayerComCommandAudio:()=>_c,PlayerComCommandCamera:()=>oc,PlayerComCommandComponent:()=>Zi,PlayerComCommandCover:()=>zi,PlayerComCommandDollyPath:()=>Cc,PlayerComCommandFloor:()=>rc,PlayerComCommandFov:()=>ec,PlayerComCommandHamburgerMenu:()=>uc,PlayerComCommandInfoTemplate:()=>$i,PlayerComCommandInformation:()=>Qi,PlayerComCommandLayer:()=>tc,PlayerComCommandLight:()=>ac,PlayerComCommandMarker:()=>cc,PlayerComCommandMessageCard:()=>Ac,PlayerComCommandMonitor:()=>gc,PlayerComCommandNavigation:()=>lc,PlayerComCommandObstacle:()=>dc,PlayerComCommandPlayer:()=>qi,PlayerComCommandRenderer:()=>ic,PlayerComCommandSpaceFence:()=>Tc,PlayerComCommandSticker:()=>nc,PlayerComCommandSweep:()=>Bc,PlayerComCommandTarget:()=>Ec,PlayerComCommandTrimmer:()=>sc,PlayerComCommandTypeDefine:()=>Ji,PlayerComCommandUi:()=>ji,PlayerComCommandWormhole:()=>pc,PlayerComMessage:()=>Oc,PlayerComMessageAssetLabel:()=>wc,PlayerComMessageCamera:()=>Ic,PlayerComMessageComponent:()=>Lc,PlayerComMessageDollyPath:()=>Uc,PlayerComMessageFloor:()=>Nc,PlayerComMessageFov:()=>yc,PlayerComMessageNavigation:()=>bc,PlayerComMessageObstacle:()=>hc,PlayerComMessagePlayer:()=>Rc,PlayerComMessageRenderer:()=>Mc,PlayerComMessageSpaceFence:()=>kc,PlayerComMessageSticker:()=>fc,PlayerComMessageSweep:()=>Pc,PlayerComMessageTarget:()=>vc,PlayerComMessageTrimmer:()=>Dc,PlayerComMessageTypeDefine:()=>Sc,PlayerComMessageWormhole:()=>Vc,PlayerController:()=>Gc,PopupUserFormField:()=>es,PositionXAbnormalHandheldSettings:()=>mr,PositionXCorrectionSettings:()=>Cr,PositionXDistanceTrigger:()=>Tr,PositionXDynamicSettings:()=>Ar,PositionXInitialSettings:()=>Er,PositionXQualitySettings:()=>_r,PositionXScoreTier:()=>gr,PositionXTimerTrigger:()=>pr,RendererResolution:()=>S,TakeScreenshotVisibility:()=>I,TintableIconRef:()=>L,TtsTextModeDefine:()=>Ma,UnityNavigationMode:()=>N,UnityNavigationParams:()=>R,UnityNavigationPlan:()=>P,VRTalkBaseData:()=>T,VRTalkEditablePlayer:()=>bl,VR_ACTION_PLATFORM_CAPABILITY_AR_ONLY:()=>us,VR_ACTION_PLATFORM_CAPABILITY_VR_AND_AR:()=>Cs,VR_ACTION_PLATFORM_CAPABILITY_VR_ONLY:()=>As,VR_INFO_BAR_DEFAULT:()=>ro,VR_INFO_BAR_ICON_KEYS:()=>lo,VR_MAIN_BAR_DEFAULT:()=>no,VR_MAIN_BAR_ICON_KEYS:()=>co,Vector2:()=>s,Vector3:()=>a,VrAction:()=>qe,VrActionAnalyticsValueModeDefine:()=>$a,VrActionCloudFormValueModeDefine:()=>Ka,VrActionHitAnalyticsEventFieldBinding:()=>Qa,VrActionParams:()=>At,VrActionParams2dGeneralChangeDeformationSettings:()=>It,VrActionParams2dImageChangeSource:()=>yt,VrActionParams2dPanelButtonChangeEnabled:()=>Dt,VrActionParams2dPanelChangeScene:()=>ht,VrActionParams2dTextChangeSource:()=>Lt,VrActionParams2dVideoChangeMuteState:()=>Pt,VrActionParams2dVideoChangePlayState:()=>Rt,VrActionParams2dVideoChangeSource:()=>Nt,VrActionParams3dBoxChangeColor:()=>Mt,VrActionParams3dModelOperateAnimationClip:()=>kt,VrActionParamsAbilityEnable:()=>Tt,VrActionParamsAbilityStop:()=>gt,VrActionParamsAiAgentActivate:()=>fa,VrActionParamsAiAgentActivateAndInjectAssistantMessage:()=>Ga,VrActionParamsAiAgentActivateAndInjectDialogue:()=>Ua,VrActionParamsAiAgentActivateAndSendUserMessage:()=>ka,VrActionParamsAiAgentHide:()=>wa,VrActionParamsAiAgentInjectHiddenStateMessage:()=>Ba,VrActionParamsAiAgentWake:()=>Va,VrActionParamsAudioCenterPlayList:()=>Vt,VrActionParamsAudioCenterSetVolume:()=>Xa,VrActionParamsBackgroundThread:()=>Da,VrActionParamsCameraDollyMove:()=>Gt,VrActionParamsCameraDollyStop:()=>xt,VrActionParamsCameraMoveTo:()=>Bt,VrActionParamsCanvasComponentChangeVisibility:()=>Aa,VrActionParamsCloudFormCollectField:()=>qa,VrActionParamsCloudFormReset:()=>ja,VrActionParamsCloudFormShowDialog:()=>Ja,VrActionParamsCloudFormSubmit:()=>za,VrActionParamsComponentGeneralAudioSourceChangeLoopMode:()=>vt,VrActionParamsComponentGeneralAudioSourcePause:()=>wt,VrActionParamsComponentGeneralAudioSourcePlayControl:()=>ft,VrActionParamsComponentGeneralChangeTransform:()=>Ot,VrActionParamsComponentGeneralChangeVisibility:()=>ut,VrActionParamsComponentGeneralOperateTransitionAnimation:()=>St,VrActionParamsComponentTagSimulateClick:()=>bt,VrActionParamsFlowEnter:()=>ea,VrActionParamsFlowExit:()=>ta,VrActionParamsHamburgerMenuChangeOpenState:()=>Oa,VrActionParamsHamburgerMenuGroupChangeExpanded:()=>Sa,VrActionParamsHamburgerMenuNodeChangeVisibility:()=>ua,VrActionParamsHitAnalyticsEvent:()=>Za,VrActionParamsInformationContentCardShow:()=>Kt,VrActionParamsInformationLinkOpen:()=>Jt,VrActionParamsLayerChangeVisibility:()=>Ca,VrActionParamsLogicCurrentTime:()=>os,VrActionParamsLogicRandomColor:()=>ns,VrActionParamsLogicRandomNumber:()=>as,VrActionParamsLogicRandomPickBoolean:()=>ls,VrActionParamsLogicRandomPickColor:()=>ds,VrActionParamsLogicRandomPickCssColor:()=>_s,VrActionParamsLogicRandomPickFromRecommendOptions:()=>ms,VrActionParamsLogicRandomPickNumber:()=>cs,VrActionParamsLogicRandomPickString:()=>is,VrActionParamsLogicVariableBooleanToggle:()=>Zt,VrActionParamsLogicVariableModify:()=>qt,VrActionParamsLogicVariableNumberAdd:()=>zt,VrActionParamsLogicVariableStringAdvanced:()=>Qt,VrActionParamsLogicVariableStringAppend:()=>jt,VrActionParamsLogicVariableStringTrimEnd:()=>$t,VrActionParamsMessageCardChangeShowState:()=>La,VrActionParamsMessageCardCreateTemporary:()=>Ra,VrActionParamsMessageCardDestroyTemporary:()=>Pa,VrActionParamsMessageCardHide:()=>Na,VrActionParamsMessageCardShow:()=>ya,VrActionParamsMonitorChangeBadgeStyle:()=>ga,VrActionParamsMonitorChangeBadgeText:()=>Ta,VrActionParamsMonitorChangeEnabled:()=>ca,VrActionParamsMonitorComponentChangeVisibility:()=>da,VrActionParamsMonitorSwitchActiveTab:()=>la,VrActionParamsMonitorVideoChangeMuteState:()=>pa,VrActionParamsMonitorVideoChangePlayState:()=>Ea,VrActionParamsNavigationStart:()=>Ut,VrActionParamsPopupUserFormShowDialog:()=>ts,VrActionParamsSendBroadcast:()=>sa,VrActionParamsSweepChangeEnabled:()=>Ft,VrActionParamsSweepChangePanorama:()=>Ht,VrActionParamsSweepMarkerChangeEnabled:()=>Xt,VrActionParamsSweepOnlyEnableCurrent:()=>Yt,VrActionParamsSweepResetToDefault:()=>Wt,VrActionParamsSystemColorSpaceDisplayBrightness:()=>Ya,VrActionParamsSystemColorSpaceSceneTint:()=>Wa,VrActionParamsSystemCommonWait:()=>Ct,VrActionParamsSystemOpenWebpage:()=>Fa,VrActionParamsSystemSetInteractiveState:()=>Ha,VrActionParamsSystemStateScopeCreate:()=>ra,VrActionParamsSystemStateScopeDestroy:()=>ia,VrActionParamsSystemStateScopeSwitch:()=>oa,VrActionParamsSystemUiSettingsChange:()=>Ia,VrActionParamsTtsPlayVoice:()=>ba,VrActionParamsTtsRealtimeStream:()=>ha,VrActionParamsVisualizationControllerCloseAll:()=>Ts,VrActionParamsVisualizationControllerHide:()=>ps,VrActionParamsVisualizationControllerPop:()=>Es,VrActionSystemOpenWebpagePcModeDefine:()=>xa,VrActionTypeDefine:()=>pt,VrAdChannel:()=>ys,VrAdItem:()=>Ns,VrAiSettings:()=>Rs,VrAppearanceStyle:()=>H,VrAssetLabel:()=>Ps,VrAudio:()=>J,VrAudioCenter:()=>W,VrAudioList:()=>z,VrAudioLyric:()=>q,VrCameraEnterSettings:()=>or,VrCameraModeDefine:()=>n,VrCameraMoveTransitionTypeDefine:()=>r,VrCameraPose:()=>i,VrColorSpaceSettings:()=>Us,VrComponent2dAdvertisementData:()=>di,VrComponent2dDeformationModeDefine:()=>se,VrComponent2dDeformationSettings:()=>ne,VrComponent2dImageData:()=>_i,VrComponent2dImageSourceData:()=>mi,VrComponent2dPanelAnsweringModeSettings:()=>gi,VrComponent2dPanelButtonItemData:()=>Li,VrComponent2dPanelButtonTypeDefine:()=>Oi,VrComponent2dPanelData:()=>pi,VrComponent2dPanelImageItemData:()=>Si,VrComponent2dPanelItem:()=>ui,VrComponent2dPanelItemStyle:()=>Ri,VrComponent2dPanelItemTypeDefine:()=>Ci,VrComponent2dPanelSceneData:()=>Ti,VrComponent2dPanelSceneGeneralParams:()=>yi,VrComponent2dPanelSceneModeDefine:()=>Ei,VrComponent2dPanelSceneStyle:()=>Ni,VrComponent2dPanelTextItemData:()=>Ii,VrComponent2dPanelVariableModifierModeSettings:()=>Ai,VrComponent2dTextBasicModeSettings:()=>fi,VrComponent2dTextData:()=>hi,VrComponent2dTextHorizontalAlignDefine:()=>Pi,VrComponent2dTextMarqueeModeSettings:()=>wi,VrComponent2dTextModeDefine:()=>bi,VrComponent2dTextSourceData:()=>Di,VrComponent2dTextVerticalAlignDefine:()=>Mi,VrComponent2dVideoData:()=>vi,VrComponent2dVideoSourceData:()=>Vi,VrComponent3dBoxData:()=>ki,VrComponent3dModelAnimationClipData:()=>Gi,VrComponent3dModelAnimationData:()=>Bi,VrComponent3dModelData:()=>Ui,VrComponentAudioSource:()=>K,VrComponentAudioSourceDistanceModelDefine:()=>Y,VrComponentControllerTypeDefine:()=>$,VrComponentCustomVisibilitySettings:()=>ee,VrComponentData:()=>Q,VrComponentData2d:()=>ae,VrComponentData2dCurvedSurfaceSettings:()=>re,VrComponentData2dFoldSurfaceSettings:()=>oe,VrComponentData3d:()=>ie,VrComponentNavigationSettings:()=>Z,VrComponentTagData:()=>Fi,VrComponentTagTextLocationDefine:()=>xi,VrComponentTransitionAnimation:()=>le,VrComponentTransitionAnimationKeyframe:()=>de,VrComponentTransitionAnimationPlayCompleteProcessTypeDefine:()=>ce,VrComponentTypeDefine:()=>j,VrContentCard:()=>U,VrContentCardMedia:()=>G,VrContentCardMediaTypeDefine:()=>V,VrContentCardModule:()=>B,VrContentCardShowStyleDefine:()=>k,VrContentData:()=>Or,VrContentDataBuilder:()=>rr,VrCoverBackgroundFitTypeDefine:()=>Ws,VrCoverBackgroundTypeDefine:()=>Xs,VrCoverButtonTypeDefine:()=>Ys,VrCoverSettings:()=>Ks,VrFloatingLayerStyle:()=>Ms,VrFloor:()=>Sr,VrFloorMapSettings:()=>Ir,VrFlow:()=>br,VrFlowBroadcastListenerEntry:()=>Br,VrFlowPositionSettings:()=>Vr,VrFlowPositionTypeDefine:()=>vr,VrFlowStatusDefine:()=>Mr,VrFlowStep:()=>fr,VrFlowStepArriveAction:()=>wr,VrFlowStepBarStyleDefine:()=>Dr,VrFlowStepEndpointSettings:()=>Ur,VrFlowStepTypeDefine:()=>hr,VrFlowTrigger:()=>kr,VrFov:()=>Gr,VrInfoTemplateItemValue:()=>Vs,VrInfoTemplateSettings:()=>vs,VrIntroduceItem:()=>cr,VrLayer:()=>xr,VrLight:()=>Fr,VrLightAmbient:()=>Hr,VrLightDirectional:()=>Xr,VrLightPoint:()=>Wr,VrLogoEndpointConfig:()=>Ds,VrLogoObjectAlignDefine:()=>hs,VrLogoObjectFitDefine:()=>bs,VrMarker:()=>Kr,VrMarkerGroup:()=>Jr,VrMarkerTypeDefine:()=>Yr,VrMeasureAreaUnitDefine:()=>zr,VrMeasureData:()=>jr,VrMeasureDistanceUnitDefine:()=>qr,VrMeasurePoint:()=>$r,VrNavigationAdConfig:()=>Qr,VrNavigationModeDefine:()=>b,VrNavigationPath:()=>w,VrNavigationPoint:()=>D,VrNavigationPointBuilder:()=>h,VrNavigationPointTypeDefine:()=>M,VrNavigationRequest:()=>f,VrNavigationResult:()=>v,VrObstacle:()=>Zr,VrObstacleGroup:()=>eo,VrPlayerLogoConfig:()=>fs,VrPlayerModeDefine:()=>Hi,VrPlayerStatusDefine:()=>Wi,VrPlayerStatusNumMapping:()=>Xi,VrPlayerStatusValue:()=>Yi,VrPlayerUiSettings:()=>ws,VrRenderSettings:()=>ks,VrShadowStyle:()=>x,VrSignal:()=>Rr,VrSignalSourceDefine:()=>yr,VrSignalTrigger:()=>Pr,VrSignalTypeDefine:()=>Lr,VrSignalTypeSourceMapping:()=>Nr,VrSticker:()=>Ao,VrStickerActivateTypeDefine:()=>go,VrSweep:()=>Co,VrSweepAlignmentDefine:()=>uo,VrSweepCameraPose:()=>o,VrSweepPanoramaBallExternalViewModeDefine:()=>Io,VrSweepPanoramaData:()=>Lo,VrSweepPanoramaSourceData:()=>yo,VrSweepPanoramaSourceTypeDefine:()=>So,VrSweepPlacementTypeDefine:()=>Oo,VrTarget:()=>fo,VrTargetGroup:()=>wo,VrTheme:()=>No,VrTrimmerData:()=>Ro,VrUiIconItem:()=>ao,VrView:()=>Mo,VrViewTypeDefine:()=>bo,VrWorldSizeInfo:()=>ir,VrWormhole:()=>ho,VrWormholeGroup:()=>Do,WorkNoteEnterTag:()=>to,XR_AI_AGENT_TOOL_GROUPS:()=>si,XR_HAMBURGER_MENU_DEFAULT_COLOR:()=>En,XrAbility:()=>li,XrAbilityGroup:()=>ci,XrActionCategoryDefine:()=>Ye,XrAiAgent:()=>ai,XrAiAgentParams:()=>Zo,XrAiAgentRolePromptSettings:()=>Qo,XrAiAgentSkillPrompt:()=>ei,XrAiAgentUseAbility:()=>Wo,XrAiAgentUseAnalyticsEvent:()=>zo,XrAiAgentUseBackgroundThread:()=>Ho,XrAiAgentUseCameraDollyPath:()=>Xo,XrAiAgentUseCloudForm:()=>Jo,XrAiAgentUseComponent:()=>ko,XrAiAgentUseContentCard:()=>Yo,XrAiAgentUseFov:()=>Ko,XrAiAgentUseKnowledgeBase:()=>qo,XrAiAgentUseMessageCard:()=>jo,XrAiAgentUseMonitor:()=>$o,XrAiAgentUseSpaceFence:()=>xo,XrAiAgentUseSpaceFenceGroup:()=>Fo,XrAiAgentUseSticker:()=>Go,XrAiAgentUseTarget:()=>Uo,XrAiAgentUseVariable:()=>Bo,XrAiAgentWakePrompt:()=>ti,XrAiAgentWakeWorkStyleDefine:()=>va,XrAudioCenterState:()=>Ue,XrBackgroundThread:()=>vo,XrBackgroundThreadState:()=>Ne,XrBackgroundThreadStatusDefine:()=>ye,XrBaseAction:()=>Je,XrBoundVariableControl:()=>Ls,XrBroadcastChannel:()=>Vo,XrBroadcastPayloadValue:()=>aa,XrCameraDollyPath:()=>ii,XrCameraDollyPathNode:()=>oi,XrComponentState2dImage:()=>Pe,XrComponentState2dPanel:()=>he,XrComponentState2dText:()=>be,XrComponentState2dVideo:()=>Me,XrComponentState3dBox:()=>De,XrComponentState3dModel:()=>fe,XrComponentStateBase:()=>Re,XrComponentStateTag:()=>we,XrConditionAction:()=>ct,XrConditionArg:()=>st,XrConditionArgKindDefine:()=>et,XrConditionArgLiteralTypeDefine:()=>tt,XrConditionArrayItem:()=>at,XrConditionCall:()=>nt,XrConditionElseIfBranch:()=>it,XrConditionGroup:()=>rt,XrConditionNodeKindDefine:()=>Ze,XrConditionSubject:()=>je,XrConditionSubjectKindDefine:()=>ze,XrConditionTree:()=>ot,XrConditionValueOperand:()=>Qe,XrConditionValueOperandValueTypeDefine:()=>$e,XrConditionWatcher:()=>Oe,XrConditionWatcherTriggerModeDefine:()=>ue,XrCountLoopAction:()=>lt,XrExpressionLoopAction:()=>_t,XrExpressionLoopActionCheckExpressionPositionDefine:()=>dt,XrHamburgerCanvasComponentBase:()=>Qn,XrHamburgerCanvasComponentButton:()=>sr,XrHamburgerCanvasComponentButtonIconPositionDefine:()=>$n,XrHamburgerCanvasComponentImage:()=>Zn,XrHamburgerCanvasComponentImageModeDefine:()=>Kn,XrHamburgerCanvasComponentProgressBar:()=>tr,XrHamburgerCanvasComponentProgressBarDirectionDefine:()=>zn,XrHamburgerCanvasComponentText:()=>er,XrHamburgerCanvasComponentTextAlignDefine:()=>Jn,XrHamburgerCanvasComponentTypeDefine:()=>Yn,XrHamburgerCanvasComponentVariableControl:()=>nr,XrHamburgerCanvasComponentVerticalAlignDefine:()=>qn,XrHamburgerCanvasComponentVideo:()=>ar,XrHamburgerCanvasComponentVideoObjectFitDefine:()=>jn,XrHamburgerMenu:()=>Wn,XrHamburgerMenuCanvasItem:()=>Xn,XrHamburgerMenuGridImageItem:()=>wn,XrHamburgerMenuGridLastRowModeDefine:()=>hn,XrHamburgerMenuGridMediaItem:()=>fn,XrHamburgerMenuGroup:()=>xn,XrHamburgerMenuImageItem:()=>Mn,XrHamburgerMenuImageItemSlide:()=>Pn,XrHamburgerMenuImageObjectFitDefine:()=>Dn,XrHamburgerMenuMediaCarouselItem:()=>Rn,XrHamburgerMenuMediaItem:()=>On,XrHamburgerMenuMediaTypeDefine:()=>un,XrHamburgerMenuNode:()=>yn,XrHamburgerMenuNodeBase:()=>Ln,XrHamburgerMenuNodeTypeDefine:()=>Cn,XrHamburgerMenuPcLayoutModeDefine:()=>Sn,XrHamburgerMenuRichImageSlide:()=>bn,XrHamburgerMenuRichTextItem:()=>Hn,XrHamburgerMenuStyle:()=>pn,XrHamburgerMenuTextItem:()=>Nn,XrHamburgerMenuTitleOverflowModeDefine:()=>In,XrHamburgerMenuVideoItem:()=>Bn,XrHamburgerMenuVideoItemSlide:()=>Un,XrHamburgerMenuWaterfallBreakpoint:()=>vn,XrHamburgerMenuWaterfallImageItem:()=>kn,XrHamburgerMenuWaterfallMediaItem:()=>Vn,XrHamburgerMenuWebViewItem:()=>Gn,XrInteractionControlConfig:()=>We,XrInteractionControlDefaultVariant:()=>Fe,XrInteractionControlVariantDefine:()=>xe,XrInteractionControlVariantTier:()=>He,XrInteractionDataTypeDefine:()=>Ge,XrInteractionOption:()=>Xe,XrMessageCard:()=>X,XrMonitor:()=>mn,XrMonitorBadgeStyleDefine:()=>sn,XrMonitorComponentBase:()=>nn,XrMonitorComponentButton:()=>dn,XrMonitorComponentButtonIconPositionDefine:()=>an,XrMonitorComponentImage:()=>rn,XrMonitorComponentImageModeDefine:()=>js,XrMonitorComponentProgressBar:()=>cn,XrMonitorComponentProgressBarDirectionDefine:()=>Zs,XrMonitorComponentRuntimeState:()=>ve,XrMonitorComponentText:()=>on,XrMonitorComponentTextAlignDefine:()=>$s,XrMonitorComponentTypeDefine:()=>zs,XrMonitorComponentVariableControl:()=>_n,XrMonitorComponentVerticalAlignDefine:()=>Qs,XrMonitorComponentVideo:()=>ln,XrMonitorComponentVideoObjectFitDefine:()=>tn,XrMonitorRuntimeState:()=>Ve,XrNavigationState:()=>Be,XrPlatformDefine:()=>Ke,XrPrepareSettings:()=>Js,XrProgressBarStyleDefine:()=>en,XrRecommendStringOption:()=>me,XrRuntimeState:()=>ke,XrSpaceFence:()=>po,XrSpaceFenceGroup:()=>To,XrStateBindings:()=>Le,XrStateBindingsSourceTypeDefine:()=>Se,XrStateBindingsTargetTypeDefine:()=>Ie,XrStateScopeBranchFromDefine:()=>na,XrSwitchAction:()=>Et,XrSwitchCase:()=>mt,XrTypedValue:()=>Ae,XrTypedValueModeDefine:()=>ge,XrVariable:()=>Ee,XrVariablePreFill:()=>qs,XrVariableScope:()=>Te,XrVariableScopeTypeDefine:()=>pe,XrVariableTarget:()=>Ce,XrVariableTypeDefine:()=>_e,XrVirtualFloor:()=>Po,buildExpressionFromTree:()=>Jl,computeProgressBarFillStyle:()=>ad,createEmptyRichTextDoc:()=>Fn,createMultiLanguageStr:()=>Gs,defaultMainPlacementOf:()=>Eo,defaultRootHamburgerStyle:()=>Tn,ensureIconLayoutMaterialized:()=>Hl,ensureLegacyVrPlayerUiSettingsInitialized:()=>Xl,extractConditionTreeDependencies:()=>Zl,getAllRegisteredVrActionPlatformCapabilities:()=>Is,getVrActionPlatformCapability:()=>Ss,isAiAgentToolEnabled:()=>ri,isAiAgentToolResourceReady:()=>ni,migrateTriggersToCentralized:()=>fl,migrateXrVariableTypeEnum:()=>Wl,normalizeBrowserLanguage:()=>Fs,normalizeMultiLanguageStr:()=>xs,pickCurrentLanguage:()=>Hs,pickMultiLanguageStr:()=>Bs,resolveArBottomItems:()=>xl,resolveArInfoItems:()=>Fl,resolveHamburgerNodeStyle:()=>An,resolveHamburgerRootStyle:()=>gn,resolveVrInfoBarItems:()=>Gl,resolveVrMainBarItems:()=>Bl,shadowToCss:()=>F});class a{x=0;y=0;z=0;constructor(e,t,a){this.x=e,this.y=t,this.z=a}}class s{x=0;y=0;constructor(e,t){this.x=e,this.y=t}}class n{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 s(0,0)}class i{floorId="";sweepId="";position=new a(0,0,0);rotation=new s(0,0);zoom=1;mode=n.INSIDE;originalEuler=new a(0,0,0)}class c{static createColorRgb(e,t,a){let s=new d;return s.r=e,s.g=t,s.b=a,s}static createColorRgba(e,t,a,s){let n=new d;return n.r=e,n.g=t,n.b=a,n.a=s,n}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 p{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 T{id="";constructor(){this.id=p.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 T{name=new A;color=c.createColorByStr("#444444");textColor=c.createColorByStr("#ffffff");additionalData={};clickActionList=[];localVariableList=[]}class u{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 O{enabled=!1;hoverBorderColor=c.createColorRgba(0,0,0,1);borderWidth=.01}class S{width=1920;height=1080;constructor(e,t){this.width=e,this.height=t}}class I{mattertags=!1;measurements;sweeps;views;components;constructor(e,t,a,s,n){this.mattertags=e,this.measurements=t,this.sweeps=a,this.views=s,this.components=n}}class L{url="";iconCategory="";iconFilename="";colorEnabled=!1;color=c.createColorRgb(255,255,255)}class y{static NO_LOOP="no_loop";static LOOP_ALL="loop_all";static LOOP_SINGLE="loop_single"}class N extends T{name="";description="";title="";code="";enabled=!1;planList=[]}class R{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 P extends T{name="";title=new A;description=new A;obstacleGroupIds=[];wormholeGroupIds=[];targetGroupIds=[];graphCacheZipFileSrc=""}class M{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=M.sweep,t.sweepId=e.id,t.position=e.position,t}static createAnywherePoint(e){const t=new D;return t.type=M.anywhere,t.position=e,t}}class D{type=M.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 k{static BUBBLE="bubble";static DIALOG="dialog";static DRAWER="drawer"}class U extends T{id="";name="";dialogWidth="800px";dialogHeight="600px";title=new A;richText=new A;isAvailableForAi=!0;modules=[];buttonList=[]}class B{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=!1,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=!1,e.offsetX=0,e.offsetY=1,e.blur=2,e.color=c.createColorRgba(0,0,0,.45),e}()}class X extends T{name="";remark="";iconSrc="";title=new A;content=new A;buttonList=[];overrideAppearance=!1;appearanceOverride=new H}class W{showPlayControl=!0;showSoundControl=!0;defaultVolume=100;loopMode=y.NO_LOOP;defaultPlayAudio=[];audioListData=[]}class Y{static LINEAR="linear";static INVERSE="inverse";static EXPONENTIAL="exponential"}class K{loopMode=y.NO_LOOP;autoPlay=!1;volume=1;defaultAudioIndex=0;distanceModel=Y.LINEAR;rolloffFactor=1;refDistance=1;maxDistance=10;audioDataList=[]}class J extends T{name="";description="";audioSrc="";duration=0;lyricList=[]}class q{time="00:00";content="";color=c.createColorByStr("#ffffff")}class z extends T{name="";description="";audioList=[]}class j{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 ${static NONE="none";static TRANSLATE="translate";static ROTATE="rotate";static SCALE="scale"}class Q extends T{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 s(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 O;deformationSettings=new ne}class se{static NONE="none";static CURVED_SURFACE="curved-surface";static FOLD_SURFACE="fold-surface"}class ne{mode=se.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 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 A}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 pe{static GLOBAL="global";static SHARED="shared";static LOCAL="local";static STEP="step";static FLOW="flow";static ABILITY="ability";static AGENT="agent";static BROADCAST_MSG="broadcast_msg"}class Te{type=pe.LOCAL;ownerId="";variableList=[]}class ge{static LITERAL="literal";static VARIABLE="variable"}class Ae{mode=ge.LITERAL;literal;variableScope;variableKey}class Ce{scope=pe.GLOBAL;key=""}class ue{static RISING_EDGE_TRIGGER="rising-edge-trigger";static LEVEL_TRIGGER="level-trigger"}class Oe extends T{name="";remark="";conditionTree=new ot;triggerMode=ue.RISING_EDGE_TRIGGER}class Se{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 Ie{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=Se.XR_VARIABLE_EXPRESSION;sourceExpression="";sourceConditionTree;sourceId="";reverseSource=!1;targetType=Ie.XR_VARIABLE;targetId="";targetOptionTrue="";targetOptionFalse=""}class ye{static IDLE="idle";static RUNNING="running";static PAUSED="paused";static STOPPED="stopped"}class Ne{threadId="";status="idle";completedCycles=0;currentActionIndex=0}class Re{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=y.NO_LOOP;audioPaused=!0}class Pe extends Re{currentSourceId="";autoChangeInterval=0}class Me extends Re{currentSourceId="";playing=!1;muted=!1;loopMode=y.NO_LOOP;playbackRate=1}class be extends Re{currentSourceId=""}class he extends Re{currentSceneId="";buttonEnabledState={}}class De extends Re{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 Re{playingAnimationClipId=null}class we extends Re{}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 ke extends T{variableValue={};activeTriggerPool=[];triggerExecuteCount={};audioCenterState=new Ue;navigationState=new Be;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 Ue{playingAudioListId="";playingAudioId=""}class Be{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 qe extends Je{actionCategory=Ye.BASIC;id="";actionType=pt.COMPONENT_2D_IMAGE_CHANGE_SOURCE;params=new At}class ze{static VARIABLE="variable";static PLATFORM="platform";static EXPRESSION="expression"}class je{kind=ze.VARIABLE;variableScope;variableKey;rawExpression}class $e{static STRING="string";static NUMBER="number";static BOOLEAN="boolean";static PLATFORM_ENUM="platform_enum"}class Qe{valueType=$e.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 st{argKind=et.LITERAL;literalType;literalValue;variableScope;variableKey;arrayItems}class nt{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 mt{matchValue=new Qe;actionList=[]}class Et{actionCategory=Ye.SWITCH;subject=new je;caseList=[];defaultActionList=[]}class pt{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 SEND_BROADCAST="send_broadcast";static SYSTEM_STATE_SCOPE_CREATE="system_state_scope_create";static SYSTEM_STATE_SCOPE_SWITCH="system_state_scope_switch";static SYSTEM_STATE_SCOPE_DESTROY="system_state_scope_destroy";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_WAKE="ai_agent_wake";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_COLOR_SPACE_SCENE_TINT="system_color_space_scene_tint";static SYSTEM_COLOR_SPACE_DISPLAY_BRIGHTNESS="system_color_space_display_brightness";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";static VISUALIZATION_CONTROLLER_POP="visualization_controller_pop";static VISUALIZATION_CONTROLLER_HIDE="visualization_controller_hide";static VISUALIZATION_CONTROLLER_CLOSE_ALL="visualization_controller_close_all"}class Tt{abilityId="";contextVariableOverrides={};contextVariableOverrideRefs}class gt{abilityId=""}class At{}class Ct{duration=1e3;durationRef}class ut{componentIdList=[];visibilityState=!0;visibilityStateRef}class Ot{componentId="";changeType="translate";value=new a(0,0,0);valueXRef;valueYRef;valueZRef}class St{componentId="";transitionAnimationId="";waitForComplete=!1}class It{componentId="";deformationSettings=new ne}class Lt{componentId="";changeType="next";sourceId=""}class yt{componentId="";changeType="next";sourceId=""}class Nt{componentId="";changeType="next";sourceId="";autoPlay=!1;autoPlayRef;forceUnmute=!1;forceUnmuteRef}class Rt{componentId="";play=!0;playRef}class Pt{componentId="";mute=!0;muteRef}class Mt{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=y.NO_LOOP}class Vt{audioListId="";audioId="";interruptIfPlaying=!1}class kt{componentId="";animationClipId="";waitForComplete=!1}class Ut{destinationType="sweep";componentId="";vrFovId="";fovLink="";fovLinkSnapshotSrc="";fovLinkCameraRotation=new s(0,0);fovLinkSweepId="";sweepId="";navigationMode=b.MANUAL;autoRecalculate=!0;autoRecalculateDistanceThreshold=.5;pathColor=c.createColorByStr("#03b203")}class Bt{destinationType="sweep";componentId="";vrFovId="";fovLink="";fovLinkSnapshotSrc="";fovLinkCameraRotation=new s(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=k.DRAWER}class Jt{url="";urlRef;isOpenWithExternal=!1;isOpenWithExternalRef}class qt{variableKey="";variableScope;value="";valueRef}class zt{variableKey="";variableScope;value=0;valueRef}class jt{variableKey="";variableScope;sourceType="fixed";content="";contentRef}class $t{variableKey="";variableScope;length=1;lengthRef}class Qt{variableKey="";variableScope;expression=""}class Zt{variableKey="";variableScope}class ea{flowId="";forceStopRunning=!1}class ta{}class aa{fieldKey="";value=new Ae}class sa{channelId="";payloadValueList=[]}class na{static DEFAULT="default";static CURRENT="current";static SPECIFIC="specific"}class ra{scopeId="";scopeIdRef;branchFrom=na.DEFAULT;branchFromScopeId="";branchFromScopeIdRef;activate=!0}class oa{scopeId="";scopeIdRef}class ia{scopeId="";scopeIdRef;activateAfterScopeId="default";activateAfterScopeIdRef}class ca{monitorId="";enabled=!0;enabledRef}class la{tabId=""}class da{monitorId="";componentIdList=[];visible=!0;visibleRef}class _a{static PLAY="play";static PAUSE="pause";static TOGGLE="toggle"}class ma{static MUTE="mute";static UNMUTE="unmute";static TOGGLE="toggle"}class Ea{monitorId="";componentId="";changeType=_a.TOGGLE;unmuteOnPlay=!1;restartFromBeginning=!1}class pa{monitorId="";componentId="";changeType=ma.TOGGLE}class Ta{monitorId="";badgeText="";badgeTextRef}class ga{monitorId="";badgeStyleRef;badgeBgColorRef;badgeTextColorRef}class Aa{hamburgerMenuNodeId="";componentIdList=[];visible=!0;visibleRef}class Ca{layerIdList=[];visible=!0;visibleRef}class ua{nodeIdList=[];visible=!0;visibleRef}class Oa{open=!0;openRef}class Sa{groupNodeIdList=[];expanded=!0;expandedRef}class Ia{settingKey="";value=!0;valueRef}class La{messageCardIdList=[];showState=!0;showStateRef}class ya{messageCardId=""}class Na{messageCardId=""}class Ra{card=new X;key="";keepOnlyLatestForKey=!1;closable=!0}class Pa{key="";destroyAll=!1}class Ma{static SIMPLE="simple";static EXPRESSION="expression"}class ba{voiceId="";textMode="simple";text=new A;textRef;textExpression="";showSubtitle=!0;waitForComplete=!0;languageCode="";speed=1;componentId=""}class ha{voiceId="";textMode="simple";text=new A;textRef;textExpression="";showSubtitle=!0;waitForComplete=!1;languageCode="";speed=1;componentId=""}class Da{threadId=""}class fa{agentId=""}class wa{agentId=""}class va{static AUTO="auto";static ACT_AND_REPLY="act_and_reply";static ACT_NO_REPLY="act_no_reply"}class Va{agentId="";wakePromptId="";hasMessage=!1;message=new A;workStyle="auto"}class ka extends fa{userMessage=new A}class Ua extends fa{userMessage=new A;assistantReply=new A;pseudoStreamCharIntervalMs}class Ba extends fa{stateMessage=""}class Ga extends fa{assistantMessage=new A;pseudoStreamCharIntervalMs}class xa{static DIALOG="dialog";static FLOATING_DRAWER="floating-drawer";static PUSHED_DRAWER="pushed-drawer"}class Fa{url="";urlRef;multiLangUrl;pcMode="dialog";width=720;height=480;mobileHeight=70;title;showTitleBar=!0;closeOnMaskClick=!0;forceExternalBrowser=!1}class Ha{interactive=!0;interactiveRef}class Xa{volume=100;volumeRef}class Wa{color=c.createColorRgba(255,255,255,1);animated=!0;durationMs=800}class Ya{brightness=1;brightnessRef;animated=!0;durationMs=800}class Ka{static LITERAL="LITERAL";static EXPRESSION="EXPRESSION"}class Ja{cloudFormDataKey="";onSubmitSuccessActions=[];onAlreadySubmittedActions=[]}class qa{cloudFormDataKey="";fieldDataKey="";valueMode=Ka.LITERAL;literalValue=null;expression=""}class za{cloudFormDataKey="";onSuccessActions=[];onFailActions=[]}class ja{cloudFormDataKey=""}class $a{static LITERAL="LITERAL";static USER_VARIABLE="USER_VARIABLE";static EXPRESSION="EXPRESSION"}class Qa{fieldKey="";valueMode=$a.LITERAL;literalValue=null;variableKey="";variableScope;expression=""}class Za{analyticsEventDataKey="";fieldBindings=[]}class es{fieldKey="";label=new A;description=new A;placeholder=new A;required=!0;dataType=Ge.STRING;defaultValue=null;control=new We;boundVariableScope="";boundVariableKey=""}class ts{title=new A;description=new A;submitButtonText=new A;cancelButtonText=new A;showCancelButton=!0;blockInteraction=!0;closeOnOverlayClick=!1;synchronous=!0;fields=[];onSubmitSuccessActions=[];onCancelActions=[]}class as{target=new Ce;min=0;max=1;integerOnly=!1}class ss{static RANDOM="random";static COOL="cool";static WARM="warm";static PASTEL="pastel";static VIVID="vivid";static GRAY="gray"}class ns{target=new Ce;palette=ss.RANDOM;randomAlpha=!1;fixedAlpha=1}class rs{static ISO="iso";static UNIX_MS="unix_ms";static UNIX_S="unix_s";static DATE_STRING="date_string";static TIME_STRING="time_string"}class os{target=new Ce;outputType=rs.ISO}class is{target=new Ce;candidates=[]}class cs{target=new Ce;candidates=[]}class ls{target=new Ce;candidates=[]}class ds{target=new Ce;candidates=[]}class _s{target=new Ce;candidates=[]}class ms{target=new Ce}class Es{controllerKey="";keepOnlyLatestForKey=!1;iconSrc="";title=new A;description=new A;buttonList=[];overrideAppearance=!1;appearanceOverride=new H;reportToAgentId}class ps{controllerKey=""}class Ts{}function gs(e,t){return{vr:e,ar:t}}const As=gs(!0,!1),Cs=gs(!0,!0),us=gs(!1,!0),Os={[pt.CAMERA_MOVE_TO]:As,[pt.CAMERA_DOLLY_MOVE]:As,[pt.CAMERA_DOLLY_STOP]:As,[pt.SWEEP_CHANGE_ENABLED]:As,[pt.SWEEP_CHANGE_PANORAMA]:As,[pt.SWEEP_MARKER_CHANGE_ENABLED]:As,[pt.SWEEP_RESET_TO_DEFAULT]:As,[pt.SWEEP_ONLY_ENABLE_CURRENT]:As,[pt.COMPONENT_TAG_SIMULATE_CLICK]:As,[pt.SYSTEM_COLOR_SPACE_SCENE_TINT]:As,[pt.SYSTEM_COLOR_SPACE_DISPLAY_BRIGHTNESS]:As};function Ss(e){return e&&Os[e]||Cs}function Is(){return Os}class Ls{boundVariableScope="";boundVariableKey="";dataType=Ge.STRING;control=new We;label=new A;description=new A;placeholder=new A;labelColor="";descriptionColor="";commitTextOnBlur=!0}class ys extends T{name="";introduce="";code="";adItemList=[]}class Ns{type="image";name="";introduce="";imageSeconds=5;contentSrc="";chromaKeySettings=new _}class Rs{isAiEnabled=!0;welcomeMessage=new A}class Ps extends T{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 s(0,0);bestViewingMode=""}class Ms{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=!1,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 bs{static CONTAIN="contain";static COVER="cover";static FILL="fill";static SCALE_DOWN="scale-down";static NONE="none"}class hs{static CENTER="center";static LEFT="left";static RIGHT="right"}class Ds{enabled=!0;boxWidth=160;boxHeight=56;objectFit="contain";objectAlign="center"}class fs{imageSrc="";clickUrl="";backgroundColor=c.createColorRgba(0,0,0,0);pcConfig=new Ds;mobileConfig=new Ds;unityConfig=new Ds}class ws{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 Ms;logoConfig=new fs;vrMainBarItems=[];vrInfoBarItems=[];arBottomItems=[];arInfoItems=[]}class vs{enabledVrInfoTemplate=!1;vrInfoTemplateDataKey="";vrInfoTemplateItemValueList=[]}class Vs{templateItemDataKey="";templateItemValue=""}class ks{vrShadowEnabled=!1;vrShadowOpacity=.3;vrShadowMapSize=2048;arShadowEnabled=!1;arShadowStrength=.5;arShadowResolution="high"}class Us{toneMapping="aces";toneMappingExposure=1;displayBrightness=1;sceneTint=c.createColorRgba(255,255,255,1)}function Bs(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 s=e[t];if(null!=s&&""!==s)return s;if(a!==t){const t=e[a];if(null!=t&&""!==t)return t}return e.original_content??""}function Gs(e="",t=!0){const a=new A;return a.original_content=e,a.only_use_original_content=t,a}function xs(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 Fs(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 Hs(e,t){if(!e||0===e.length)return g.EN;const a=Fs(t);return a&&e.includes(a)?a:e[0]}class Xs{static VIDEO="video";static IMAGE="image"}class Ws{static FILL="fill";static CONTAIN="contain";static COVER="cover";static NONE="none";static SCALE_DOWN="scale-down"}class Ys{static PLAY="play";static TEXT="text"}class Ks{coverImageSrc="";coverVideoSrc="";coverBackgroundColor=c.createColorRgba(255,255,255,1);coverBackgroundType=Xs.IMAGE;coverContentFitType=Ws.CONTAIN;coverMaskColor=c.createColorRgba(255,255,255,.5);coverMaskBlur=10;coverTitle=new A;coverDescription=new A;enabledEnterVrButton=!1;enterVrButtonType=Ys.PLAY;enterButtonBackgroundColor=c.createColorRgba(64,158,255,1);enterButtonForegroundColor=c.createColorRgba(255,255,255,1);enterButtonShadowColor=c.createColorRgba(64,158,255,1);textButtonContent=Gs("Enter");constructor(){this.coverBackgroundColor=c.createColorRgba(0,0,0,1),this.coverBackgroundType=Xs.IMAGE,this.coverContentFitType=Ws.CONTAIN,this.coverMaskColor=c.createColorRgba(0,0,0,.5),this.coverMaskBlur=10,this.enabledEnterVrButton=!1,this.enterVrButtonType=Ys.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=Gs("Enter")}}class Js{vrInitCompleteActionList=[];vrInitLocalVariableList=[];arInitCompleteActionList=[];arInitLocalVariableList=[];allInitCompleteActionList=[];allInitLocalVariableList=[];variablePreFillEnabled=!1;variablePreFillList=[];enterVrButtonTitle=new A;description=new A}class qs{variableKey="";defaultValue=new A;title=new A;hint=new A;required=!0}class zs{static IMAGE="image";static TEXT="text";static PROGRESS_BAR="progress-bar";static VIDEO="video";static BUTTON="button";static VARIABLE_CONTROL="variable-control"}class js{static CONTAIN="contain";static COVER="cover";static FILL="fill";static SCALE_DOWN="scale-down";static NONE="none"}class $s{static LEFT="left";static CENTER="center";static RIGHT="right"}class Qs{static TOP="top";static MIDDLE="middle";static BOTTOM="bottom"}class Zs{static HORIZONTAL="horizontal";static VERTICAL="vertical"}class en{static SOLID="solid";static GRADIENT="gradient";static STRIPED="striped";static STRIPED_ANIMATED="striped-animated";static GLOW="glow"}class tn{static CONTAIN="contain";static COVER="cover";static FILL="fill";static NONE="none"}class an{static LEFT="left";static RIGHT="right";static TOP="top"}class sn{static BELOW="below";static CORNER="corner"}class nn extends T{type=zs.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 rn extends nn{type=zs.IMAGE;imageSrc="";imageMode=js.FILL}class on extends nn{type=zs.TEXT;width=150;height=30;positionX=0;positionY=0;textContent=new A;textColor="rgba(255,255,255,1)";textSize=16;textVerticalAlign=Qs.MIDDLE;textAlign=$s.CENTER;textBold=!1;textItalic=!1;textUnderline=!1}class cn extends nn{type=zs.PROGRESS_BAR;width=160;height=14;radius=999;progressBarStyle=en.SOLID;progressBarColor="#1677ff";progressBarColorEnd="#69b1ff";progressBarTrackColor="rgba(0,0,0,0.08)";progressRange="100";progressBarDirection=Zs.HORIZONTAL;progress="50"}class ln extends nn{type=zs.VIDEO;width=240;height=135;backgroundColor="rgba(0,0,0,1)";videoSrc="";poster="";autoplay=!1;muted=!0;loop=!1;controls=!0;objectFit=tn.COVER}class dn extends nn{type=zs.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=an.LEFT;iconSize=18}class _n extends nn{type=zs.VARIABLE_CONTROL;width=200;height=60;bound=new Ls}class mn extends T{name="";remark="";title=new A;description="";icon=new L;size=new s(360,270);radius=12;defaultEnabled=!0;backgroundColor=c.createColorRgba(255,255,255,.5);backgroundBlur=10;badgeText=new A;badgeStyle=sn.CORNER;badgeBgColor="rgba(255,77,79,1)";badgeTextColor="rgba(255,255,255,1)";componentList=[]}const En="#262626";class pn{background=c.createColorRgba(0,0,0,0);textColor=c.createColorByStr("#ffffff");iconColor=c.createColorByStr("#ffffff");textShadow=(()=>{const e=new x;return e.enabled=!1,e.offsetX=0,e.offsetY=1,e.blur=2,e.color=c.createColorRgba(0,0,0,.55),e})();iconShadow=new x;iconTintEnabled=!0}function Tn(){const e=new pn;return e.background=c.createColorRgba(0,0,0,.5),e}function gn(e,t){if(e&&e.rootStyleOverrideEnabled){const t=e.rootStyle||Tn();return{background:l.colorToRgbaString(t.background),inheritBackground:"transparent",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 Ms;return{background:l.colorToRgbaString(a.bgColor),inheritBackground:"transparent",textColor:l.colorToRgbaString(a.textColor),iconColor:l.colorToRgbaString(a.iconColor),textShadow:F(a.textShadow,"text"),iconShadow:F(a.iconShadow,"drop"),iconTintEnabled:!!a.iconTintEnabled}}function An(e,t){const a=e&&e.style||new pn;if(e&&e.styleOverrideEnabled){const e=l.colorToRgbaString(a.background);return{background:e,inheritBackground:e,textColor:l.colorToRgbaString(a.textColor),iconColor:l.colorToRgbaString(a.iconColor),textShadow:F(a.textShadow,"text"),iconShadow:F(a.iconShadow,"drop"),iconTintEnabled:!1!==a.iconTintEnabled}}const s=t.inheritBackground||"transparent";return{background:s,inheritBackground:s,textColor:t.textColor,iconColor:t.iconColor,textShadow:t.textShadow,iconShadow:t.iconShadow,iconTintEnabled:t.iconTintEnabled}}class Cn{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 un{static IMAGE="image";static VIDEO="video"}class On extends T{mediaType=un.IMAGE;url="";poster="";caption=new A;aspectRatio=0;buttonList=[]}class Sn{static FLOATING="floating";static PUSHED="pushed"}class In{static ELLIPSIS="ellipsis";static WRAP="wrap"}class Ln extends T{nodeType=Cn.TEXT_ITEM;name="";color=En;backgroundColor="";styleOverrideEnabled=!1;style=new pn;visible=!0;requireXrReady=!0}class yn extends Ln{title=new A;icon=new L;titleOverflowMode=In.ELLIPSIS}class Nn extends yn{constructor(){super(),this.nodeType=Cn.TEXT_ITEM}actionList=[]}class Rn extends yn{constructor(){super(),this.nodeType=Cn.MEDIA_CAROUSEL_ITEM}description=new A;mediaList=[];autoplay=!0;intervalMs=3e3;height=0;objectFit=Dn.COVER}class Pn{url="";actionList=[]}class Mn extends yn{constructor(){super(),this.nodeType=Cn.IMAGE_ITEM}description=new A;imageList=[];autoplay=!0;intervalMs=3e3;height=0;objectFit=Dn.COVER}class bn{url="";caption=new A;actionList=[];aspectRatio=0}class hn{static LEFT="left";static FILL="fill";static CENTER="center";static STRETCH="stretch"}class Dn{static COVER="cover";static CONTAIN="contain";static FILL="fill"}class fn extends yn{constructor(){super(),this.nodeType=Cn.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=Dn.COVER;lastRowMode=hn.LEFT;enableLightbox=!0;lightboxEnableSwitch=!0;lightboxOverlayBackground="rgba(0, 0, 0, 0.85)";showCaption=!0}class wn extends yn{constructor(){super(),this.nodeType=Cn.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=Dn.COVER;lastRowMode=hn.LEFT;enableLightbox=!0;lightboxEnableSwitch=!0;lightboxOverlayBackground="rgba(0, 0, 0, 0.85)";showCaption=!0}class vn{minWidth=0;columns=2}class Vn extends yn{constructor(){super(),this.nodeType=Cn.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 kn extends yn{constructor(){super(),this.nodeType=Cn.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 Un{url="";poster=""}class Bn extends yn{constructor(){super(),this.nodeType=Cn.VIDEO_ITEM}description=new A;videoList=[];autoplay=!1;muted=!0;loop=!1;height=0;objectFit=Dn.CONTAIN}class Gn extends yn{constructor(){super(),this.nodeType=Cn.WEBVIEW_ITEM}url="";height=240;allowFullscreen=!1}class xn extends yn{constructor(){super(),this.nodeType=Cn.GROUP}children=[];defaultExpanded=!0}function Fn(){return{type:"doc",content:[]}}class Hn extends Ln{constructor(){super(),this.nodeType=Cn.RICH_TEXT_ITEM}content={type:"doc",content:[]}}class Xn extends yn{constructor(){super(),this.nodeType=Cn.CANVAS_ITEM}designWidth=380;height=240;canvasBackgroundColor="rgba(0, 0, 0, 0.5)";componentList=[]}class Wn{drawerTitle=new A;drawerTitleColor="";drawerDescription=new A;drawerDescriptionColor="";rootStyleOverrideEnabled=!1;rootStyle=Tn();nodeList=[];pcLayoutMode=Sn.FLOATING;backgroundColor="";backgroundBlur=0;edgeGap=0;pcWidth=380;openedByDefault=!1}class Yn{static IMAGE="image";static TEXT="text";static PROGRESS_BAR="progress-bar";static VIDEO="video";static BUTTON="button";static VARIABLE_CONTROL="variable-control"}class Kn{static CONTAIN="contain";static COVER="cover";static FILL="fill";static SCALE_DOWN="scale-down";static NONE="none"}class Jn{static LEFT="left";static CENTER="center";static RIGHT="right"}class qn{static TOP="top";static MIDDLE="middle";static BOTTOM="bottom"}class zn{static HORIZONTAL="horizontal";static VERTICAL="vertical"}class jn{static CONTAIN="contain";static COVER="cover";static FILL="fill";static NONE="none"}class $n{static LEFT="left";static RIGHT="right";static TOP="top"}class Qn extends T{type=Yn.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 Zn extends Qn{type=Yn.IMAGE;imageSrc="";imageMode=Kn.FILL}class er extends Qn{type=Yn.TEXT;width=150;height=30;textContent=new A;textColor="rgba(255,255,255,1)";textSize=16;textVerticalAlign=qn.MIDDLE;textAlign=Jn.CENTER;textBold=!1;textItalic=!1;textUnderline=!1}class tr extends Qn{type=Yn.PROGRESS_BAR;width=160;height=14;radius=999;progressBarStyle=en.SOLID;progressBarColor="#1677ff";progressBarColorEnd="#69b1ff";progressBarTrackColor="rgba(0,0,0,0.08)";progressRange="100";progressBarDirection=zn.HORIZONTAL;progress="50"}class ar extends Qn{type=Yn.VIDEO;width=240;height=135;backgroundColor="#000000";videoSrc="";poster="";autoplay=!1;muted=!0;loop=!1;controls=!0;objectFit=jn.COVER}class sr extends Qn{type=Yn.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;textAlign=Jn.CENTER;textBold=!1;textItalic=!1;textUnderline=!1;icon=new L;iconPosition=$n.LEFT;iconSize=18}class nr extends Qn{type=Yn.VARIABLE_CONTROL;width=200;height=60;bound=new Ls}class rr{static buildVrContentData(e,t,a,s){const n=new Or(e,t);return n.vrCoverSettings.coverTitle.original_content=a,n.vrCoverSettings.coverImageSrc=s,n}}class or{isDirectToInside=!1;firstSweepPose=new o;enterFovImageSrc="";enterParams=""}class ir{min=new a(0,0,0);max=new a(0,0,0);size=new a(0,0,0)}class cr{title="";description=""}class lr{mapCode="";isSingleFrame=!1;frameCount=5;frameInterval=800;enableBlurCheck=!0;confidenceThreshold=.5;backgroundCorrectionInterval=30}class dr{nearDistanceMax=35;refreshMoveThreshold=5;componentRevealIntervalMs=80}class _r{enabled=!0;blurVarThreshold=8;darkLumaThreshold=40;textureThreshold=4;maxCaptureRetries=15;blockedHintAfter=3}class mr{enabled=!1;holdSeconds=15}class Er{capture="multi";poseGatePitchAbsDeg=45;poseGateStableSec=1;multiFrameCount=3;multiFrameIntervalMs=500;autoRetryOnFailure=!0;retryDelaySec=2;guidedCaptureEnabled=!1;guidedCaptureAskUser=!1;guidedCaptureCount=6}class pr{enabled=!0;intervalSec=30}class Tr{enabled=!0;distanceMeters=3;idleTimeoutSec=60}class gr{minScore=0;factor=1;constructor(e=0,t=1){this.minScore=e,this.factor=t}}class Ar{enabled=!0;scoreTiers=[new gr(.9,2),new gr(.7,1),new gr(.45,.5),new gr(0,.25)];driftWarnMeters=.5;driftForceMeters=1.5;limitedAction="relocate_boost"}class Cr{enabled=!0;capture="single";multiFrameCount=3;multiFrameIntervalMs=500;timerTrigger=new pr;distanceTrigger=new Tr;dynamic=new Ar;maxConsecutiveFailures=5;adaptiveAssistEnabled=!0;adaptiveAssistRadius=3;adaptiveAssistRadiusInitial=5;adaptiveAssistSettleSec=15;adaptiveAssistMaxAgeSec=30;smoothCorrection=!0;smoothDurationSec=.4;debugToastEnabled=!1}class ur{apiKey="";apiBaseUrl="";requestTimeoutSec=120;retrieval="netvlad";retrievalK=20;regionRetrievalK=20;failThreshold=.2;highThreshold=.7;firstLocalizeDelaySec=1.5;jpegQuality=75;maxUploadEdge=1280;quality=new _r;abnormalHandheld=new mr;initial=new Er;correction=new Cr;schemaVersion=2}class Or{version;vrDataKey="";mpModelId="";vrUnicode="";supportedLanguages=[g.EN,g.JP];vrCoverSettings=new Ks;vrPlayerUiSettings=new ws;hamburgerMenu=new Wn;vrInfoTemplateSettings=new vs;arMultisetSettings=new lr;arCommonSettings=new dr;arPositionXSettings=new ur;vrRenderSettings=new ks;vrColorSpaceSettings=new Us;cameraEnterSettings=new or;sweepMarkerList=[];componentMarkerList=[];worldSizeInfo=new ir;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 Js;vrAiSettings=new Rs;aiAgentList=[];variableList=[];sharedVariableList=[];conditionWatcherList=[];stateBindingsList=[];broadcastChannelList=[];backgroundThreadList=[];cameraDollyPathList=[];monitorList=[];messageCardList=[];triggerList=[];unityNavigationModeList=[];unityNavigationParams=new R;xrVirtualFloorList=[];navigationAdConfigList=[];constructor(e,t){this.mpModelId=e,this.vrUnicode=t}}class Sr extends T{name="";sequence=0;originalFloorPlanImageSrc="";mapSettings=new Ir}class Ir{floorId="";mapImageSrc="";widthScale=1;heightScale=1;horizontalOffset=0;verticalOffset=0;rotation=0}class Lr{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";static BROADCAST_CHANNEL_MESSAGE="broadcast_channel_message"}class yr{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 BROADCAST="broadcast";static AI_AGENT="ai_agent";static SYSTEM="system"}const Nr={[yr.COMPONENT_TAG]:[Lr.CLICK,Lr.COMPONENT_CREATED,Lr.COMPONENT_SHOW,Lr.COMPONENT_HIDE,Lr.MOUSE_ENTER,Lr.MOUSE_LEAVE],[yr.COMPONENT_2D_TEXT]:[Lr.CLICK,Lr.COMPONENT_CREATED,Lr.COMPONENT_SHOW,Lr.COMPONENT_HIDE,Lr.MOUSE_ENTER,Lr.MOUSE_LEAVE],[yr.COMPONENT_2D_ADVERTISEMENT]:[Lr.CLICK,Lr.COMPONENT_CREATED,Lr.COMPONENT_SHOW,Lr.COMPONENT_HIDE,Lr.MOUSE_ENTER,Lr.MOUSE_LEAVE],[yr.COMPONENT_2D_VIDEO]:[Lr.CLICK,Lr.COMPONENT_CREATED,Lr.COMPONENT_SHOW,Lr.COMPONENT_HIDE,Lr.MOUSE_ENTER,Lr.MOUSE_LEAVE,Lr.PLAY_START,Lr.PLAY_FINISH],[yr.COMPONENT_2D_IMAGE]:[Lr.CLICK,Lr.COMPONENT_CREATED,Lr.COMPONENT_SHOW,Lr.COMPONENT_HIDE,Lr.MOUSE_ENTER,Lr.MOUSE_LEAVE],[yr.COMPONENT_2D_PANEL]:[Lr.PANEL_BUTTON_CLICK,Lr.PANEL_ANSWER_CORRECT,Lr.PANEL_ANSWER_WRONG,Lr.COMPONENT_CREATED,Lr.COMPONENT_SHOW,Lr.COMPONENT_HIDE],[yr.COMPONENT_3D_BOX]:[Lr.CLICK,Lr.COMPONENT_CREATED,Lr.COMPONENT_SHOW,Lr.COMPONENT_HIDE,Lr.MOUSE_ENTER,Lr.MOUSE_LEAVE],[yr.COMPONENT_3D_MODEL]:[Lr.CLICK,Lr.COMPONENT_CREATED,Lr.COMPONENT_SHOW,Lr.COMPONENT_HIDE,Lr.MOUSE_ENTER,Lr.MOUSE_LEAVE,Lr.PLAY_START,Lr.PLAY_FINISH],[yr.LOGIC_VARIABLE]:[Lr.VARIABLE_MODIFIED],[yr.LOGIC_CONDITION_WATCHER]:[Lr.CONDITION_WATCHER_TRIGGERED],[yr.SPACE_FENCE]:[Lr.ENTER,Lr.LEAVE],[yr.SPACE_FENCE_GROUP]:[Lr.ENTER,Lr.LEAVE],[yr.MONITOR_COMPONENT]:[Lr.MONITOR_COMPONENT_CLICK],[yr.STICKER]:[Lr.STICKER_ACTIVATED,Lr.STICKER_DEACTIVATED],[yr.BROADCAST]:[Lr.BROADCAST_CHANNEL_MESSAGE],[yr.SYSTEM]:[Lr.VR_STARTED,Lr.ALL_COMPONENTS_CREATED]};class Rr{source=yr.COMPONENT_TAG;sourceId="";type=Lr.ENTER;editorParams={}}class Pr extends T{createSourceType=yr.COMPONENT_2D_IMAGE;createSourceId="";name="";signal=new Rr;actionList=[];triggerTimesLimit=-1;localVariableList=[];constructor(){super()}}class Mr{static DRAFT="draft";static PUBLISHED="published"}class br{id="";name="";description="";keywords=[];status=Mr.DRAFT;startStepId="";stepList=[];canvasData="";flagImageSrc="";flagImageSize=new s(1,1);flowScopeVariableList=[]}class hr{static START="start";static FINISH="finish";static GENERAL="general";static CONDITION="condition";static GLOBAL_BROADCAST_LISTENER="global_broadcast_listener"}class Dr{static NORMAL="normal";static BUTTONS_ONLY="buttons_only";static NONE="none"}class fr{id="";type=hr.GENERAL;name="";title=new A;description=new A;showArriveDescription=!1;arriveDescription=new A;note="";flagImageSrc="";flagImageSize=new s(1,1);iconSrc="";stepBarStyle=Dr.NORMAL;showStepBarDelay=0;buttonList=[];enterActionList=[];positionSettings=new Vr;arriveRadius=5;arriveActionList=[];triggerList=[];finishInjectTriggerList=[];startCardNextStepEndpointSettings=new Ur;conditionExpression="";conditionTrueEndpointSettings=new Ur;conditionFalseEndpointSettings=new Ur;enterActionCompleteEndpointSettings=new Ur;arriveActionCompleteEndpointSettings=new Ur;stepScopeVariableList=[];broadcastListenerEntryList=[];overrideAppearance=!1;appearanceOverride=new H}class wr{actionList=[];onlyFirstArrive=!1;action}class vr{static NONE="none";static SWEEP="sweep";static COMPONENT="component";static FOV_LINK="fov_link";static VR_FOV="vr_fov"}class Vr{type=vr.NONE;componentId="";fovLink="";fovLinkDataKey="";fovLinkSnapshotSrc="";sweepId="";rotationX=0;rotationY=0;enableDirectLocate=!1;enableNavigateAgain=!1;gotoPositionMethod=u.NAVIGATION_TO_MANUAL;vrFovId="";moveSpeed=0;pauseInterval=0}class kr{destroyTriggerOnLeaveCurrenStep=!0;trigger=new Pr;nextStepEndpointSettings=new Ur}class Ur{id="";enabled=!1;nextStepId="";lineColor=c.createColorByStr("#888888")}class Br{id="";channelId="";actionList=[];nextStepEndpointSettings=new Ur}class Gr extends T{name="";description="";isAvailableForAi=!0;src="";showInContentMenu=!0;cameraMode=n.INSIDE;cameraPose=new i;aiGenerateIntroduceUserPrompt=""}class xr extends T{name="";description="";keywords=[];visible=!0;children=[]}class Fr extends T{type;color=c.createColorRgb(255,255,255);enabled=!0;name="";intensity=1;floorIdList=[]}class Hr extends Fr{type="ambient"}class Xr extends Fr{type="directional";position=new a(0,1,0);target=new a(0,0,0)}class Wr extends Fr{type="point";position=new a(0,1,0);distance=0;decay=1}class Yr{static COMPONENT_MARKER="component_marker";static SWEEP_MARKER="sweep_marker"}class Kr extends T{name="";description="";keywords=[];color=c.createColorRgba(0,0,0,1);type=Yr.COMPONENT_MARKER}class Jr{id="";name="";description="";keywords=[];color=c.createColorRgba(0,0,0,1);markerType=Yr.COMPONENT_MARKER;markers=[]}class qr{static M="m";static CM="cm";static MM="mm"}class zr{static M2="m2";static CM2="cm2"}class jr extends T{name="";description="";visible=!0;enabledArea=!0;pointList=[];appearanceThemeColor=c.createColorRgba(255,255,255,1);area=0;distanceUnit=qr.M;areaUnit=zr.M2}class $r{id="";position=new a(0,0,0);normal=new a(0,0,0);distance=0}class Qr extends T{name="";introduce="";targetArrowImageSrc="";targetArrowImageSize=new s(1,1);targetArrowImageYOffset=.6;targetArrowImageYOffsetDynamic=.4;targetArrowAdPositionOffsetY=1.5;targetArrowAdSize=new s(1,.75);targetArrowShowAdDistance=20;targetArrowAdChannelId="";leadBotAdPositionOffset=new a(0,1.5,0);leadBotAdSize=new s(1,.75);leadBotAdChannelId=""}class Zr extends T{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 s(0,0);bestViewingMode=""}class eo extends T{name="";enabled=!0;description=""}class to extends T{dataKey="";position=new a(0,0,0);rotation=new a(0,0,0);noteDataKey="";noteType="";noteIssueState=""}class ao{key="";placement="left"}function so(e,t){const a=new ao;return a.key=e,a.placement=t,a}const no=[so("fov","capsule"),so("d3","capsule"),so("floorplan","capsule"),so("floor","left"),so("flow","left"),so("measure","left"),so("mute","right"),so("share","more"),so("account","more")],ro=[so("minimap","surface"),so("monitors","surface"),so("fullscreen","surface"),so("audio","hidden"),so("hamburger","surface")],oo=[so("flow","left"),so("measure","left"),so("graffiti","left"),so("ai","left"),so("mute","right"),so("share","more"),so("account","more")],io=[so("monitors","surface"),so("audio","surface")],co=no.map((e=>e.key)),lo=ro.map((e=>e.key)),_o=oo.map((e=>e.key)),mo=io.map((e=>e.key));function Eo(e,t){const a=t.find((t=>t.key===e));return a?a.placement:"left"}class po extends T{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 s(0,0);bestViewingMode="";enterKeepSeconds=0;leaveKeepSeconds=0}class To extends T{name="";description="";cubeFaceColor=c.createColorRgba(255,255,0,.3)}class go{static DISTANCE="distance";static VISIBLE="visible";static VISIBLE_AND_DISTANCE="visible_and_distance"}class Ao extends T{position=new a(0,0,0);rotation=new a(0,0,0);stemLength=.2;color=c.createColorRgb(20,20,20);name="";snapshotSrc="";activateType=go.VISIBLE_AND_DISTANCE;activateDistance=5;activeNeedStaySeconds=0;inactiveNeedStaySeconds=0;bestViewingSweepId="";bestViewingRotation=new s(0,0);bestViewingMode=""}class Co extends T{no=1;name="";description="";isAvailableForAi=!0;isVirtual=!1;alignmentType=uo.ALIGNED;enabled=!0;disabledInMatterport=!1;floorId="";neighbors=[];placementType=Oo.AUTO;position=new a(0,0,0);rotation=new a(0,0,0);pointerPosition=new a(0,0,0);markerList=[];keywords=[];panoramaData=new Lo;contentCardList=[]}class uo{static ALIGNED="aligned";static UNALIGNED="unaligned"}class Oo{static AUTO="auto";static MANUAL="manual";static UNPLACED="unplaced"}class So{static IMAGE="image";static VIDEO="video"}class Io{static NONE="none";static SAME_TO_INSIDE="same_to_inside"}class Lo{default="original";sourceList=[];ballExternalViewMode=Io.NONE}class yo{id="";type=So.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 No{primaryColor=new d;secondaryColor=new d;maskColor=new d;barMaskColor=new d}class Ro extends T{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 Po extends T{startY=-99999;endY=99999;name="";floorPlanImageSrc="";floorCode="";floorPlanPointList=[new s(0,0),new s(0,0),new s(0,0)];vrSpacePointList=[new a(0,0,0),new a(0,0,0),new a(0,0,0)]}class Mo extends T{name="";description="";type=bo.BASIC;bindLayerIdList=[]}class bo{static GENERAL="general";static BASIC="basic"}class ho extends T{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 s(0,0);bestViewingMode=""}class Do extends T{name="";enabled=!0;description=""}class fo extends T{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 s(0,0);bestViewingMode=""}class wo extends T{name="";enabled=!0;description="";useNavigationAdConfigId=""}class vo extends T{name="";remark="";autoExecuteOnBoot=!1;executeCount=0;actionList=[];interval=1e3;localVariableList=[]}class Vo extends T{name="";remark="";payloadFieldList=[];constructor(){super()}}class ko{componentId="";description=""}class Uo{targetId="";description=""}class Bo{variableKey="";variableScope;description=""}class Go{stickerId="";canBeActivated=!0;description=""}class xo{spaceFenceId="";canBeActivated=!0;description=""}class Fo{spaceFenceGroupId="";canBeActivated=!0;description=""}class Ho{backgroundThreadId="";description=""}class Xo{cameraDollyPathId="";description=""}class Wo{abilityId="";description=""}class Yo{contentCardId="";description=""}class Ko{vrFovId="";description=""}class Jo{cloudFormDataKey="";description="";autoPromptToFill=!1}class qo{knowledgeBaseDataKey="";description=""}class zo{analyticsEventDataKey="";description=""}class jo{messageCardId="";description=""}class $o{monitorId="";description=""}class Qo{rolePrompt="";tonePrompt="";taskPrompt="";abilityPrompt="";limitPrompt="";behaviorRulePrompt=""}class Zo{reasoning_effort;temperature;max_output_tokens}class ei extends T{name="";description="";promptContent=""}class ti extends T{name="";description="";wakePrompt=""}class ai extends T{name="";autoActivate=!1;enableVoiceOutput=!1;voiceOutputComponentId="";enableVoiceInput=!1;remark="";roleName="";avatarSrc="";rolePromptSettings=new Qo;skillPromptList=[];wakePromptList=[];localVariableList=[];toolSettings={};modelDataKey="";contextTokens=0;params=new Zo;useComponentList=[];useTargetList=[];useVariableList=[];useStickerList=[];useSpaceFenceList=[];useSpaceFenceGroupList=[];useBackgroundThreadList=[];useCameraDollyPathList=[];useAbilityList=[];useKnowledgeBaseList=[];useFovList=[];useContentCardList=[];useCloudFormList=[];useAnalyticsEventList=[];useMessageCardList=[];useMonitorList=[]}const si=[{key:"component",toolList:[{key:"change_component_visibility",requires:["useComponentList"]},{key:"play_component_transition_animation",requires:["useComponentList"]},{key:"stop_component_transition_animation",requires:["useComponentList"]},{key:"change_component_transform",requires:["useComponentList"]},{key:"play_component_audio_source",requires:["useComponentList"]},{key:"pause_component_audio_source",requires:["useComponentList"]},{key:"change_component_audio_loop_mode",requires:["useComponentList"]}]},{key:"navigation",toolList:[{key:"start_navigation",requires:["useTargetList","useFovList"]},{key:"stop_navigation",requires:["useTargetList","useFovList"]},{key:"propose_start_navigation",requires:["useTargetList","useFovList"]}]},{key:"camera_fov",toolList:[{key:"camera_move_to_vr_fov",requires:["useFovList"]},{key:"propose_camera_move_to_vr_fov",requires:["useFovList"]}]},{key:"variable",toolList:[{key:"set_variable",requires:["useVariableList"]},{key:"add_to_number_variable",requires:["useVariableList"]},{key:"subtract_from_number_variable",requires:["useVariableList"]},{key:"append_to_string_variable",requires:["useVariableList"]},{key:"toggle_boolean_variable",requires:["useVariableList"]}]},{key:"camera_dolly",toolList:[{key:"play_camera_dolly_path",requires:["useCameraDollyPathList"]},{key:"stop_camera_dolly",requires:["useCameraDollyPathList"]}]},{key:"background_thread",toolList:[{key:"start_background_thread",requires:["useBackgroundThreadList"]},{key:"pause_background_thread",requires:["useBackgroundThreadList"]},{key:"stop_background_thread",requires:["useBackgroundThreadList"]}]},{key:"ability",toolList:[{key:"enable_ability",requires:["useAbilityList"]},{key:"stop_ability",requires:["useAbilityList"]}]},{key:"content_card",toolList:[{key:"query_content_cards",requires:["useContentCardList"],readOnlyInspect:!0},{key:"query_content_card_detail",requires:["useContentCardList"],readOnlyInspect:!0},{key:"show_information_content_card",requires:["useContentCardList"]}]},{key:"message_card",toolList:[{key:"query_message_cards",requires:["useMessageCardList"],readOnlyInspect:!0},{key:"query_message_card_detail",requires:["useMessageCardList"],readOnlyInspect:!0},{key:"message_card_show",requires:["useMessageCardList"]},{key:"message_card_hide",requires:["useMessageCardList"]},{key:"change_message_card_show_state",requires:["useMessageCardList"]}]},{key:"monitor",toolList:[{key:"query_monitors",requires:["useMonitorList"],readOnlyInspect:!0},{key:"query_monitor_detail",requires:["useMonitorList"],readOnlyInspect:!0},{key:"monitor_change_enabled",requires:["useMonitorList"]},{key:"monitor_switch_active_tab",requires:["useMonitorList"]},{key:"monitor_component_change_visibility",requires:["useMonitorList"]},{key:"monitor_change_badge_text",requires:["useMonitorList"]},{key:"monitor_change_badge_style",requires:["useMonitorList"]}]},{key:"visualization_controller",toolList:[{key:"visualization_controller_pop"},{key:"visualization_controller_hide"},{key:"visualization_controller_close_all"}]},{key:"skill_prompt",toolList:[{key:"list_skill_prompts",requires:["skillPromptList"],readOnlyInspect:!0},{key:"search_skill_prompts",requires:["skillPromptList"],readOnlyInspect:!0},{key:"get_skill_prompt_detail",requires:["skillPromptList"],readOnlyInspect:!0}]},{key:"knowledge_base",toolList:[{key:"query_knowledge_base_records",requires:["useKnowledgeBaseList"],readOnlyInspect:!0},{key:"get_knowledge_base_record",requires:["useKnowledgeBaseList"],readOnlyInspect:!0}]},{key:"cloud_form",toolList:[{key:"query_cloud_form_submitted",requires:["useCloudFormList"],readOnlyInspect:!0},{key:"query_cloud_form_collected",requires:["useCloudFormList"],readOnlyInspect:!0},{key:"cloud_form_set_field",requires:["useCloudFormList"]},{key:"cloud_form_submit",requires:["useCloudFormList"]},{key:"cloud_form_reset",requires:["useCloudFormList"]},{key:"cloud_form_show_dialog",requires:["useCloudFormList"]}]},{key:"state_query",toolList:[{key:"query_navigation_state",requires:["useTargetList","useFovList"],readOnlyInspect:!0},{key:"query_sticker_state",requires:["useStickerList"],readOnlyInspect:!0},{key:"query_space_fence_state",requires:["useSpaceFenceList"],readOnlyInspect:!0},{key:"query_space_fence_group_state",requires:["useSpaceFenceGroupList"],readOnlyInspect:!0},{key:"query_variable_state",requires:["useVariableList"],readOnlyInspect:!0},{key:"query_component_state",requires:["useComponentList"],readOnlyInspect:!0},{key:"query_background_thread_state",requires:["useBackgroundThreadList"],readOnlyInspect:!0},{key:"query_ability_state",requires:["useAbilityList"],readOnlyInspect:!0}]},{key:"inspect",toolList:[{key:"query_components",readOnlyInspect:!0},{key:"query_component_detail",readOnlyInspect:!0},{key:"query_stickers",readOnlyInspect:!0},{key:"query_sticker_detail",readOnlyInspect:!0},{key:"query_space_fences",readOnlyInspect:!0},{key:"query_space_fence_detail",readOnlyInspect:!0},{key:"query_space_fence_groups",readOnlyInspect:!0},{key:"query_space_fence_group_detail",readOnlyInspect:!0},{key:"query_targets",readOnlyInspect:!0},{key:"query_target_detail",readOnlyInspect:!0},{key:"query_variables",readOnlyInspect:!0},{key:"query_variable_detail",readOnlyInspect:!0},{key:"query_abilities",readOnlyInspect:!0},{key:"query_ability_detail",readOnlyInspect:!0},{key:"query_camera_dolly_paths",readOnlyInspect:!0},{key:"query_camera_dolly_path_detail",readOnlyInspect:!0},{key:"query_background_threads",readOnlyInspect:!0},{key:"query_background_thread_detail",readOnlyInspect:!0},{key:"query_vr_fovs",readOnlyInspect:!0},{key:"query_vr_fov_detail",readOnlyInspect:!0}]},{key:"system",toolList:[{key:"audio_center_set_volume"},{key:"audio_center_pause"},{key:"audio_center_player_change_display_mode"},{key:"set_interactive_state"},{key:"wait_seconds"},{key:"query_current_time",readOnlyInspect:!0},{key:"change_layer_visibility"},{key:"close_information_content_card"},{key:"open_information_link"},{key:"close_information_link"},{key:"system_open_webpage"},{key:"change_system_ui_setting"},{key:"toggle_hamburger_menu_open_state"},{key:"change_hamburger_menu_node_visibility"},{key:"change_hamburger_menu_group_expanded"},{key:"create_temporary_message_card"},{key:"destroy_temporary_message_card"},{key:"logic_random_number"},{key:"logic_random_color"},{key:"logic_current_time",readOnlyInspect:!0},{key:"logic_random_pick_string"},{key:"logic_random_pick_number"},{key:"logic_random_pick_boolean"},{key:"logic_random_pick_from_recommend_options"},{key:"trim_end_string_variable"}]},{key:"tts",toolList:[{key:"tts_play_voice",requires:["enableVoiceOutput"]}]}];function ni(e,t){const a=t.requires||[];return 0===a.length||a.some((t=>{if("enableVoiceOutput"===t)return!(!e||!e.enableVoiceOutput);const a=e?e[t]:void 0;return Array.isArray(a)&&a.length>0}))}function ri(e,t){if(!ni(e,t))return!1;const a=e&&e.toolSettings;return!(a&&!1===a[t.key])}class oi{sweepId="";needCustomRotation=!1;customRotationX=0;customRotationY=0;moveTime=1e3;stayTime=500}class ii extends T{name="";nodeList=[];destinationType="custom";vrFovId="";fovLinkDataKey="";fovLinkSweepId="";fovLinkCameraRotationX=0;fovLinkCameraRotationY=0;fovLinkSnapshotSrc="";destinationSweepId="";destinationRotationX=0;destinationRotationY=0;destinationSnapshotSrc="";finalMoveSpeed=700;disableVrControl=!0;runningPromptText=""}class ci extends T{name="";remark=""}class li extends T{abilityGroupId="";autoExecuteOnBoot=!1;name="";remark="";description="";contextVariableList=[];activeActionList=[];activeActionListLocalVariableList=[];keeping=!1;triggerList=[];stopActionList=[];stopActionListLocalVariableList=[]}class di extends ae{type=j.TYPE_2D_ADVERTISEMENT;adChannelId=""}class _i extends ae{type=j.TYPE_2D_IMAGE;sourceList=[];autoChangeInterval=0;currentImageIndex=0}class mi{id="";src="";name="";description="";aspectRatio=1;chromaKeySettings=new _}class Ei{static MENU="menu";static ANSWERING="answering";static VARIABLE_MODIFIER="variable-modifier"}class pi extends ae{type=j.TYPE_2D_PANEL;sceneDataList=[];defaultSceneId=""}class Ti{id="";mode=Ei.MENU;name="";description="";buttonDataList=[];textDataList=[];imageDataList=[];answeringModeSettings=new gi;variableModifierModeSettings=new Ai;enumModifierModeSettings;style=new Ni;snapshotImageSrc=""}class gi{confirmButton=new Li;correctButtonIdList=[]}class Ai{variableKey="";variableType}class Ci{static TEXT="text";static IMAGE="image";static BUTTON="button"}class ui{id="";name="";type=Ci.TEXT;style=new Ri}class Oi{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 Si extends ui{type=Ci.IMAGE;src="";imageMode="fill"}class Ii extends ui{type=Ci.TEXT;richText=""}class Li extends ui{type=Ci.BUTTON;name="";optionValue="";optionLabel=new A;enumOptionValue;enabled=!0;buttonType=Oi.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 yi{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 Ni extends yi{paddingX=10;paddingY=10}class Ri extends yi{x=0;y=0;zIndex=10}class Pi{static LEFT="left";static CENTER="center";static RIGHT="right"}class Mi{static TOP="top";static CENTER="center";static BOTTOM="bottom"}class bi{static BASIC="basic";static MARQUEE="marquee"}class hi extends ae{type=j.TYPE_2D_TEXT;sourceList=[];mode=bi.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 fi;marqueeModeSettings=new wi}class Di{id="";textContent=Gs("2D Text");description=""}class fi{changeInterval=0}class wi{autoChange=!0;speed=50;interval=1;width=15}class vi extends ae{type=j.TYPE_2D_VIDEO;sourceList=[];autoPlay=!1;defaultLoopMode=y.NO_LOOP;defaultMute=!0;showControl=!0;showMute=!0;customControlButtonSize=!1;controlButtonDiameter=.3;additionalControlButtonDiameter=.1;currentSourceIndex=0}class Vi{id="";videoSrc="";name="";description="";coverSrc="";aspectRatio=1;duration=0;chromaKeySettings=new _;playbackRate=1}class ki extends ie{type=j.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 O}class Ui extends ie{type=j.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 Bi{id="";name="";alias="";duration=0}class Gi{id="";animationId="";name="";description="";speed=1;timeRange=[0,1];loop=!1;stayAtLastFrame=!1}class xi{static NONE="none";static TOP="top";static BOTTOM="bottom"}class Fi extends Q{type=j.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=k.BUBBLE;triggerButtonTitle=new A;tipTextLocation=xi.NONE;tipTextContent=new A;tipTextColor=c.createColorRgba(255,255,255,1);tipTextBackgroundColor=c.createColorRgba(0,0,0,.4);tipTextFontSize=18;tipTextNonPerspective=!1}class Hi{static NORMAL="NORMAL";static EDIT_SCENE="EDIT_SCENE";static EDIT_COVER="EDIT_COVER"}const Xi={uninitialized:1,waiting:2,loading:3,starting:4,playing:5,error:6};class Wi{static UNINITIALIZED="uninitialized";static WAITING="waiting";static LOADING="loading";static STARTING="starting";static PLAYING="playing";static ERROR="error"}class Yi{status=Wi.UNINITIALIZED;progress=0;get statusNum(){return Xi[this.status]}}class Ki{type="";data={};constructor(e,t){this.type=e,this.data=t}}class Ji{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 CAMERA_REQUEST_DEEPLINK_PARAMS="vrtalk_cmd_camera_request_deeplink_params";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 RENDERER_COLOR_SPACE_SETTINGS_UPDATE="vrtalk_cmd_renderer_color_space_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 qi{onStart(e){Gc.registerCommandListener(Ji.PLAYER_START,(t=>{e(t.data.vrContentData,t.data.isForceIgnoreEnterBtn)}))}onModeUpdate(e){Gc.registerCommandListener(Ji.PLAYER_MODE_UPDATE,(t=>{e(t.data)}))}onXrPreparePreview(e){Gc.registerCommandListener(Ji.PLAYER_XR_PREPARE_PREVIEW,(t=>{e(!!t.data)}))}onPrepareSettingsUpdate(e){Gc.registerCommandListener(Ji.PLAYER_PREPARE_SETTINGS_UPDATE,(t=>{e(t.data)}))}}class zi{onCoverSettingsUpdate(e){Gc.registerCommandListener(Ji.COVER_SETTINGS_UPDATE,(t=>{e(t.data)}))}}class ji{onUiSettingsUpdate(e){Gc.registerCommandListener(Ji.UI_SETTINGS_UPDATE,(t=>{e(t.data)}))}}class $i{onInfoTemplateSettingsUpdate(e){Gc.registerCommandListener(Ji.INFO_TEMPLATE_SETTINGS_UPDATE,(t=>{e(t.data)}))}}class Qi{onContentCardUpdate(e){Gc.registerCommandListener(Ji.INFORMATION_CONTENT_CARD_UPDATE,(t=>{e(t.data)}))}onContentCardDelete(e){Gc.registerCommandListener(Ji.INFORMATION_CONTENT_CARD_DELETE,(t=>{e(t.data)}))}}class Zi{onCreate(e){Gc.registerCommandListener(Ji.COMPONENT_CREATE,(t=>{e(t.data)}))}onUpdate(e){Gc.registerCommandListener(Ji.COMPONENT_UPDATE,(t=>{e(t.data)}))}onDelete(e){Gc.registerCommandListener(Ji.COMPONENT_DELETE,(t=>{e(t.data)}))}onFollowMouse(e){Gc.registerCommandListener(Ji.COMPONENT_FOLLOW_MOUSE,(t=>{e(t.data)}))}onControllerModify(e){Gc.registerCommandListener(Ji.COMPONENT_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.componentId)}))}onPlayTransitionAnimation(e){Gc.registerCommandListener(Ji.COMPONENT_PLAY_TRANSITION_ANIMATION,(t=>{e(t.data.componentId,t.data.animationId)}))}onStopTransitionAnimation(e){Gc.registerCommandListener(Ji.COMPONENT_STOP_TRANSITION_ANIMATION,(t=>{e(t.data.componentId)}))}on3dModelPlayAnimationClip(e){Gc.registerCommandListener(Ji.COMPONENT_3D_MODEL_PLAY_ANIMATION_CLIP,(t=>{e(t.data.modelComponentId,t.data.animationClipId)}))}on3dModelStopAnimationClip(e){Gc.registerCommandListener(Ji.COMPONENT_3D_MODEL_STOP_ANIMATION_CLIP,(t=>{e(t.data.modelComponentId)}))}on2dTextAutoFit(e){Gc.registerCommandListener(Ji.COMPONENT_2D_TEXT_AUTO_FIT,(t=>{e(t.data)}))}}class ec{onEnterFovShotMode(e){Gc.registerCommandListener(Ji.FOV_ENTER_SHOT_MODE,(t=>{e(t.data)}))}onExitFovShotMode(e){Gc.registerCommandListener(Ji.FOV_EXIT_SHOT_MODE,(t=>{e()}))}onUpdate(e){Gc.registerCommandListener(Ji.FOV_UPDATE,(t=>{e(t.data)}))}onDelete(e){Gc.registerCommandListener(Ji.FOV_DELETE,(t=>{e(t.data)}))}}class tc{onUpdate(e){Gc.registerCommandListener(Ji.LAYER_UPDATE,(t=>{e(t.data)}))}onDelete(e){Gc.registerCommandListener(Ji.LAYER_DELETE,(t=>{e(t.data.layerId,t.data.deleteComponents)}))}onVisible(e){Gc.registerCommandListener(Ji.LAYER_VISIBLE,(t=>{e(t.data.layerId,t.data.visible)}))}}class ac{onCreate(e){Gc.registerCommandListener(Ji.LIGHT_CREATE,(t=>{e(t.data)}))}onUpdate(e){Gc.registerCommandListener(Ji.LIGHT_UPDATE,(t=>{e(t.data)}))}onDelete(e){Gc.registerCommandListener(Ji.LIGHT_DELETE,(t=>{e(t.data)}))}}class sc{onCreate(e){Gc.registerCommandListener(Ji.TRIMMER_CREATE,(t=>{e(t.data)}))}onUpdate(e){Gc.registerCommandListener(Ji.TRIMMER_UPDATE,(t=>{e(t.data)}))}onDelete(e){Gc.registerCommandListener(Ji.TRIMMER_DELETE,(t=>{e(t.data)}))}onControllerModify(e){Gc.registerCommandListener(Ji.TRIMMER_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.trimmerId)}))}onEditingStateUpdate(e){Gc.registerCommandListener(Ji.TRIMMER_EDITING_STATE_UPDATE,(t=>{e(t.data)}))}}class nc{onCreate(e){Gc.registerCommandListener(Ji.STICKER_CREATE,(t=>{e(t.data)}))}onUpdate(e){Gc.registerCommandListener(Ji.STICKER_UPDATE,(t=>{e(t.data)}))}onDelete(e){Gc.registerCommandListener(Ji.STICKER_DELETE,(t=>{e(t.data)}))}onControllerModify(e){Gc.registerCommandListener(Ji.STICKER_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.stickerId)}))}onEditingStateUpdate(e){Gc.registerCommandListener(Ji.STICKER_EDITING_STATE_UPDATE,(t=>{e(t.data)}))}}class rc{onUpdate(e){Gc.registerCommandListener(Ji.FLOOR_UPDATE,(t=>{e(t.data)}))}}class oc{onMoveTo(e){Gc.registerCommandListener(Ji.CAMERA_MOVE_TO,(t=>{e(t.data.transition,t.data.cameraPose)}))}onMoveToInside(e){Gc.registerCommandListener(Ji.CAMERA_MOVE_TO_INSIDE,(t=>{e(t.data.transition,t.data.transitionTime,t.data.cameraPose)}))}onMoveToVrFov(e){Gc.registerCommandListener(Ji.CAMERA_MOVE_TO_VR_FOV,(t=>{e(t.data.transition,t.data.transitionTime,t.data.fovId)}))}onMoveToNearComponent(e){Gc.registerCommandListener(Ji.CAMERA_MOVE_TO_NEAR_COMPONENT,(t=>{e(t.data.transition,t.data.transitionTime,t.data.componentId)}))}onMoveToWatchPosition(e){Gc.registerCommandListener(Ji.CAMERA_MOVE_TO_WATCH_POSITION,(t=>{e(t.data.transition,t.data.transitionTime,t.data.position)}))}onRequestDeeplinkParams(e){Gc.registerCommandListener(Ji.CAMERA_REQUEST_DEEPLINK_PARAMS,(()=>{e()}))}}class ic{onTakeScreen(e){Gc.registerCommandListener(Ji.RENDERER_TAKE_SCREENSHOT,(t=>{e(t.data.resolution,t.data.visibility)}))}onGetPanoramaImage(e){Gc.registerCommandListener(Ji.RENDERER_GET_PANORAMA_IMAGE,(()=>{e()}))}onSettingsUpdate(e){Gc.registerCommandListener(Ji.RENDERER_SETTINGS_UPDATE,(t=>{e(t.data)}))}onColorSpaceSettingsUpdate(e){Gc.registerCommandListener(Ji.RENDERER_COLOR_SPACE_SETTINGS_UPDATE,(t=>{e(t.data)}))}}class cc{onMarkerUpdate(e){Gc.registerCommandListener(Ji.MARKER_UPDATE,(t=>{e(t.data)}))}onDelete(e){Gc.registerCommandListener(Ji.MARKER_DELETE,(t=>{e(t.data)}))}}class lc{onNavigationRequest(e){Gc.registerCommandListener(Ji.NAVIGATION_REQUEST,(t=>{e(t.data)}))}onNavigationStart(e){Gc.registerCommandListener(Ji.NAVIGATION_START,(t=>{e(t.data)}))}onNavigationCancel(e){Gc.registerCommandListener(Ji.NAVIGATION_CANCEL,(t=>{e()}))}}class dc{onCreate(e){Gc.registerCommandListener(Ji.OBSTACLE_CREATE,(t=>{e(t.data)}))}onUpdate(e){Gc.registerCommandListener(Ji.OBSTACLE_UPDATE,(t=>{e(t.data)}))}onDelete(e){Gc.registerCommandListener(Ji.OBSTACLE_DELETE,(t=>{e(t.data)}))}onControllerModify(e){Gc.registerCommandListener(Ji.OBSTACLE_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.obstacleId)}))}onEditingStateUpdate(e){Gc.registerCommandListener(Ji.OBSTACLE_EDITING_STATE_UPDATE,(t=>{e(t.data)}))}onGroupVisibleUpdate(e){Gc.registerCommandListener(Ji.OBSTACLE_GROUP_VISIBLE_UPDATE,(t=>{e(t.data.groupId,t.data.visible)}))}}class _c{onAudioListUpdate(e){Gc.registerCommandListener(Ji.AUDIO_LIST_UPDATE,(t=>{e(t.data)}))}onAudioListDelete(e){Gc.registerCommandListener(Ji.AUDIO_LIST_DELETE,(t=>{e(t.data)}))}onAudioUpdate(e){Gc.registerCommandListener(Ji.AUDIO_UPDATE,(t=>{e(t.data)}))}onAudioDelete(e){Gc.registerCommandListener(Ji.AUDIO_DELETE,(t=>{e(t.data)}))}onAudioCenterPlayerShowPlayControlUpdate(e){Gc.registerCommandListener(Ji.AUDIO_CENTER_PLAYER_SHOW_PLAY_CONTROL_UPDATE,(t=>{e(t.data)}))}onAudioCenterPlayerShowVolumeControlUpdate(e){Gc.registerCommandListener(Ji.AUDIO_CENTER_PLAYER_SHOW_VOLUME_CONTROL_UPDATE,(t=>{e(t.data)}))}onAudioCenterPlayerVolumeUpdate(e){Gc.registerCommandListener(Ji.AUDIO_CENTER_PLAYER_VOLUME_UPDATE,(t=>{e(t.data)}))}}class mc{onCreate(e){Gc.registerCommandListener(Ji.ASSET_LABEL_CREATE,(t=>{e(t.data)}))}onUpdate(e){Gc.registerCommandListener(Ji.ASSET_LABEL_UPDATE,(t=>{e(t.data)}))}onDelete(e){Gc.registerCommandListener(Ji.ASSET_LABEL_DELETE,(t=>{e(t.data)}))}onControllerModify(e){Gc.registerCommandListener(Ji.ASSET_LABEL_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.assetLabelId)}))}onEditingStateUpdate(e){Gc.registerCommandListener(Ji.ASSET_LABEL_EDITING_STATE_UPDATE,(t=>{e(t.data)}))}}class Ec{onCreate(e){Gc.registerCommandListener(Ji.TARGET_CREATE,(t=>{e(t.data)}))}onUpdate(e){Gc.registerCommandListener(Ji.TARGET_UPDATE,(t=>{e(t.data)}))}onDelete(e){Gc.registerCommandListener(Ji.TARGET_DELETE,(t=>{e(t.data)}))}onControllerModify(e){Gc.registerCommandListener(Ji.TARGET_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.targetId)}))}onEditingStateUpdate(e){Gc.registerCommandListener(Ji.TARGET_EDITING_STATE_UPDATE,(t=>{e(t.data)}))}onGroupVisibleUpdate(e){Gc.registerCommandListener(Ji.TARGET_GROUP_VISIBLE_UPDATE,(t=>{e(t.data.groupId,t.data.visible)}))}}class pc{onCreate(e){Gc.registerCommandListener(Ji.WORMHOLE_CREATE,(t=>{e(t.data)}))}onUpdate(e){Gc.registerCommandListener(Ji.WORMHOLE_UPDATE,(t=>{e(t.data)}))}onDelete(e){Gc.registerCommandListener(Ji.WORMHOLE_DELETE,(t=>{e(t.data)}))}onControllerModify(e){Gc.registerCommandListener(Ji.WORMHOLE_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.wormholeId)}))}onEditingStateUpdate(e){Gc.registerCommandListener(Ji.WORMHOLE_EDITING_STATE_UPDATE,(t=>{e(t.data)}))}onGroupVisibleUpdate(e){Gc.registerCommandListener(Ji.WORMHOLE_GROUP_VISIBLE_UPDATE,(t=>{e(t.data.groupId,t.data.visible)}))}}class Tc{onCreate(e){Gc.registerCommandListener(Ji.SPACE_FENCE_CREATE,(t=>{e(t.data)}))}onUpdate(e){Gc.registerCommandListener(Ji.SPACE_FENCE_UPDATE,(t=>{e(t.data)}))}onDelete(e){Gc.registerCommandListener(Ji.SPACE_FENCE_DELETE,(t=>{e(t.data)}))}onControllerModify(e){Gc.registerCommandListener(Ji.SPACE_FENCE_CONTROLLER_MODIFY,(t=>{e(t.data.controllerType,t.data.spaceFenceId)}))}onEditingStateUpdate(e){Gc.registerCommandListener(Ji.SPACE_FENCE_EDITING_STATE_UPDATE,(t=>{e(t.data)}))}onGroupVisibleUpdate(e){Gc.registerCommandListener(Ji.SPACE_FENCE_GROUP_VISIBLE_UPDATE,(t=>{e(t.data.groupId,t.data.visible)}))}onGroupColorUpdate(e){Gc.registerCommandListener(Ji.SPACE_FENCE_GROUP_COLOR_UPDATE,(t=>{e(t.data.groupId,t.data.cubeFaceColor)}))}}class gc{onMonitorListUpdate(e){Gc.registerCommandListener(Ji.MONITOR_LIST_UPDATE,(t=>{e(t.data)}))}}class Ac{onMessageCardPreview(e){Gc.registerCommandListener(Ji.MESSAGE_CARD_PREVIEW,(t=>{e(t.data)}))}}class Cc{onCaptureDestination(e){Gc.registerCommandListener(Ji.DOLLY_PATH_CAPTURE_DESTINATION,(t=>{e()}))}onPreview(e){Gc.registerCommandListener(Ji.DOLLY_PATH_PREVIEW,(t=>{e(t.data)}))}onStopPreview(e){Gc.registerCommandListener(Ji.DOLLY_PATH_STOP_PREVIEW,(t=>{e()}))}}class uc{onHamburgerMenuUpdate(e){Gc.registerCommandListener(Ji.HAMBURGER_MENU_UPDATE,(t=>{e(t.data)}))}}class Oc{type="";data={};constructor(e,t){this.type=e,this.data=t}}class Sc{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 CAMERA_DEEPLINK_PARAMS_READY="vrtalk_msg_camera_deeplink_params_ready";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 Ic{sendCameraPoseUpdate(e){window.parent.postMessage(new Oc(Sc.CAMERA_POSE_UPDATE,e),"*")}sendDeeplinkParamsReady(e){window.parent.postMessage(new Oc(Sc.CAMERA_DEEPLINK_PARAMS_READY,e),"*")}}class Lc{sendUpdate(e,t="default"){window.parent.postMessage(new Oc(Sc.COMPONENT_UPDATE,{componentData:JSON.parse(JSON.stringify(e)),source:t}),"*")}sendOnClick(e){window.parent.postMessage(new Oc(Sc.COMPONENT_ON_CLICK,e),"*")}sendTransitionAnimationFinished(e,t){window.parent.postMessage(new Oc(Sc.COMPONENT_TRANSITION_ANIMATION_FINISHED,{componentId:e,animationId:t}),"*")}}class yc{sendShotResult(e){window.parent.postMessage(new Oc(Sc.FOV_SHOT_RESULT,JSON.parse(JSON.stringify(e))),"*")}}class Nc{sendImportFromMatterport(e){window.parent.postMessage(new Oc(Sc.FLOOR_IMPORT_FROM_MATTERPORT,e),"*")}sendEnter(e){window.parent.postMessage(new Oc(Sc.FLOOR_ENTER,e),"*")}sendLeave(e){window.parent.postMessage(new Oc(Sc.FLOOR_LEAVE,e),"*")}}class Rc{sendReady(){window.parent.postMessage(new Oc(Sc.PLAYER_READY,{}),"*")}sendStatusUpdate(e){window.parent.postMessage(new Oc(Sc.PLAYER_STATUS_UPDATE,e),"*")}}class Pc{sendImportFromMatterport(e){window.parent.postMessage(new Oc(Sc.SWEEP_IMPORT_FROM_MATTERPORT,e),"*")}sendSyncMatterportEnabledState(e){window.parent.postMessage(new Oc(Sc.SWEEP_SYNC_MATTERPORT_ENABLED_STATE,e),"*")}sendRequestModifyEnabled(e,t){window.parent.postMessage(new Oc(Sc.SWEEP_REQUEST_MODIFY_ENABLED,{sweepId:e,enabled:t}),"*")}}class Mc{sendScreenshotReady(e){window.parent.postMessage(new Oc(Sc.RENDERER_SCREENSHOT_READY,e),"*")}sendPanoramaImageReady(e){window.parent.postMessage(new Oc(Sc.RENDERER_PANORAMA_IMAGE_READY,e),"*")}sendWorldSizeReady(e){window.parent.postMessage(new Oc(Sc.RENDERER_WORLD_SIZE_READY,JSON.parse(JSON.stringify(e))),"*")}}class bc{sendNavigationResultReady(e){window.parent.postMessage(new Oc(Sc.NAVIGATION_RESULT_READY,JSON.parse(JSON.stringify(e))),"*")}sendNavigationStart(e){window.parent.postMessage(new Oc(Sc.NAVIGATION_START,JSON.parse(JSON.stringify(e))),"*")}sendNavigationEnd(e){window.parent.postMessage(new Oc(Sc.NAVIGATION_END,JSON.parse(JSON.stringify(e))),"*")}sendNavigationCancel(e){window.parent.postMessage(new Oc(Sc.NAVIGATION_CANCEL,JSON.parse(JSON.stringify(e))),"*")}}class hc{sendUpdate(e){window.parent.postMessage(new Oc(Sc.OBSTACLE_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new Oc(Sc.OBSTACLE_ON_CLICK,e),"*")}}class Dc{sendUpdate(e){window.parent.postMessage(new Oc(Sc.TRIMMER_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new Oc(Sc.TRIMMER_ON_CLICK,e),"*")}}class fc{sendUpdate(e){window.parent.postMessage(new Oc(Sc.STICKER_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new Oc(Sc.STICKER_ON_CLICK,e),"*")}}class wc{sendUpdate(e){window.parent.postMessage(new Oc(Sc.ASSET_LABEL_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new Oc(Sc.ASSET_LABEL_ON_CLICK,e),"*")}}class vc{sendUpdate(e){window.parent.postMessage(new Oc(Sc.TARGET_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new Oc(Sc.TARGET_ON_CLICK,e),"*")}}class Vc{sendUpdate(e){window.parent.postMessage(new Oc(Sc.WORMHOLE_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new Oc(Sc.WORMHOLE_ON_CLICK,e),"*")}}class kc{sendUpdate(e){window.parent.postMessage(new Oc(Sc.SPACE_FENCE_UPDATE,JSON.parse(JSON.stringify(e))),"*")}sendOnClick(e){window.parent.postMessage(new Oc(Sc.SPACE_FENCE_ON_CLICK,e),"*")}}class Uc{sendDestinationCaptured(e){window.parent.postMessage(new Oc(Sc.DOLLY_PATH_DESTINATION_CAPTURED,JSON.parse(JSON.stringify(e))),"*")}}class Bc{onUpdateAll(e){Gc.registerCommandListener(Ji.SWEEP_UPDATE_ALL,(t=>{e(t.data)}))}onUpdate(e){Gc.registerCommandListener(Ji.SWEEP_UPDATE,(t=>{e(t.data)}))}onDeleteVirtual(e){Gc.registerCommandListener(Ji.SWEEP_DELETE_VIRTUAL,(t=>{e(t.data)}))}onUpdateRenderFlagVisible(e){Gc.registerCommandListener(Ji.SWEEP_UPDATE_RENDER_FLAG_VISIBLE,(t=>{e(t.data)}))}}class Gc{static commandListenerPool=new Map;static commandPlayer=new qi;static commandCover=new zi;static commandUi=new ji;static commandInfoTemplate=new $i;static commandInformation=new Qi;static commandComponent=new Zi;static commandFov=new ec;static commandLayer=new tc;static commandLight=new ac;static commandTrimmer=new sc;static commandSticker=new nc;static commandSweep=new Bc;static commandFloor=new rc;static commandCamera=new oc;static commandRenderer=new ic;static commandMarker=new cc;static commandNavigation=new lc;static commandObstacle=new dc;static commandAudio=new _c;static commandAssetLabel=new mc;static commandTarget=new Ec;static commandWormhole=new pc;static commandSpaceFence=new Tc;static commandMonitor=new gc;static commandMessageCard=new Ac;static commandDollyPath=new Cc;static commandHamburgerMenu=new uc;static messageCamera=new Ic;static messageComponent=new Lc;static messageFov=new yc;static messageFloor=new Nc;static messagePlayer=new Rc;static messageSweep=new Pc;static messageRenderer=new Mc;static messageNavigation=new bc;static messageObstacle=new hc;static messageTrimmer=new Dc;static messageSticker=new fc;static messageAssetLabel=new wc;static messageTarget=new vc;static messageWormhole=new Vc;static messageSpaceFence=new kc;static messageDollyPath=new Uc;static registerCommandListener(e,t){Gc.commandListenerPool.has(e)||Gc.commandListenerPool.set(e,[]),Gc.commandListenerPool.get(e).push(t)}static unRegisterCommandListener(e,t){if(!Gc.commandListenerPool.has(e))return;const a=Gc.commandListenerPool.get(e).indexOf(t);a>=0&&Gc.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;Gc.commandListenerPool.has(t.type)&&Gc.commandListenerPool.get(t.type).forEach((e=>{e(t)}))}}))}}class xc{player;constructor(e){this.player=e}onReady(e){this.player.registerMessageListener(Sc.PLAYER_READY,(t=>{e()}))}onStatusUpdate(e){this.player.registerMessageListener(Sc.PLAYER_STATUS_UPDATE,(t=>{e(t.data)}))}}class Fc{player;constructor(e){this.player=e}sendStart(e,t){this.player.sendCommand(new Ki(Ji.PLAYER_START,JSON.parse(JSON.stringify({vrContentData:e,isForceIgnoreEnterBtn:t}))))}sendModeUpdate(e){this.player.sendCommand(new Ki(Ji.PLAYER_MODE_UPDATE,e))}sendXrPreparePreview(e){this.player.sendCommand(new Ki(Ji.PLAYER_XR_PREPARE_PREVIEW,e))}sendPrepareSettingsUpdate(e){this.player.sendCommand(new Ki(Ji.PLAYER_PREPARE_SETTINGS_UPDATE,JSON.parse(JSON.stringify(e))))}}class Hc{player;constructor(e){this.player=e}sendCoverSettingsUpdate(e){this.player.sendCommand(new Ki(Ji.COVER_SETTINGS_UPDATE,JSON.parse(JSON.stringify(e))))}}class Xc{player;constructor(e){this.player=e}sendUiSettingsUpdate(e){this.player.sendCommand(new Ki(Ji.UI_SETTINGS_UPDATE,JSON.parse(JSON.stringify(e))))}}class Wc{player;constructor(e){this.player=e}sendInfoTemplateSettingsUpdate(e){this.player.sendCommand(new Ki(Ji.INFO_TEMPLATE_SETTINGS_UPDATE,JSON.parse(JSON.stringify(e))))}}class Yc{player;constructor(e){this.player=e}sendUpdateContentCard(e){this.player.sendCommand(new Ki(Ji.INFORMATION_CONTENT_CARD_UPDATE,JSON.parse(JSON.stringify(e))))}sendDeleteContentCard(e){this.player.sendCommand(new Ki(Ji.INFORMATION_CONTENT_CARD_DELETE,e))}}class Kc{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new Ki(Ji.COMPONENT_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Ki(Ji.COMPONENT_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Ki(Ji.COMPONENT_DELETE,e))}sendFollowMouse(e){this.player.sendCommand(new Ki(Ji.COMPONENT_FOLLOW_MOUSE,e))}sendControllerModify(e,t){this.player.sendCommand(new Ki(Ji.COMPONENT_CONTROLLER_MODIFY,{componentId:t,controllerType:e}))}sendPlayTransitionAnimation(e,t){this.player.sendCommand(new Ki(Ji.COMPONENT_PLAY_TRANSITION_ANIMATION,{componentId:e,animationId:t}))}sendStopTransitionAnimation(e){this.player.sendCommand(new Ki(Ji.COMPONENT_STOP_TRANSITION_ANIMATION,{componentId:e}))}send3dModelPlayAnimationClip(e,t){this.player.sendCommand(new Ki(Ji.COMPONENT_3D_MODEL_PLAY_ANIMATION_CLIP,{modelComponentId:e,animationClipId:t}))}send3dModelStopAnimationClip(e){this.player.sendCommand(new Ki(Ji.COMPONENT_3D_MODEL_STOP_ANIMATION_CLIP,{modelComponentId:e}))}send2dTextAutoFit(e){this.player.sendCommand(new Ki(Ji.COMPONENT_2D_TEXT_AUTO_FIT,e))}}class Jc{player;constructor(e){this.player=e}enterFovShotMode(e){this.player.sendCommand(new Ki(Ji.FOV_ENTER_SHOT_MODE,JSON.parse(JSON.stringify(e))))}exitFovShotMode(){this.player.sendCommand(new Ki(Ji.FOV_EXIT_SHOT_MODE,{}))}sendUpdate(e){this.player.sendCommand(new Ki(Ji.FOV_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Ki(Ji.FOV_DELETE,e))}}class qc{player;constructor(e){this.player=e}sendUpdate(e){this.player.sendCommand(new Ki(Ji.LAYER_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e,t){this.player.sendCommand(new Ki(Ji.LAYER_DELETE,{layerId:e,deleteComponents:t}))}sendVisible(e,t){this.player.sendCommand(new Ki(Ji.LAYER_VISIBLE,{layerId:e,visible:t}))}}class zc{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new Ki(Ji.LIGHT_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Ki(Ji.LIGHT_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Ki(Ji.LIGHT_DELETE,e))}}class jc{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new Ki(Ji.TRIMMER_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Ki(Ji.TRIMMER_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Ki(Ji.TRIMMER_DELETE,e))}sendControllerModify(e,t){this.player.sendCommand(new Ki(Ji.TRIMMER_CONTROLLER_MODIFY,{controllerType:e,trimmerId:t}))}sendEditingStateUpdate(e){this.player.sendCommand(new Ki(Ji.TRIMMER_EDITING_STATE_UPDATE,e))}}class $c{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new Ki(Ji.STICKER_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Ki(Ji.STICKER_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Ki(Ji.STICKER_DELETE,e))}sendControllerModify(e,t){this.player.sendCommand(new Ki(Ji.STICKER_CONTROLLER_MODIFY,{controllerType:e,stickerId:t}))}sendEditingStateUpdate(e){this.player.sendCommand(new Ki(Ji.STICKER_EDITING_STATE_UPDATE,e))}}class Qc{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new Ki(Ji.ASSET_LABEL_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Ki(Ji.ASSET_LABEL_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Ki(Ji.ASSET_LABEL_DELETE,e))}sendControllerModify(e,t){this.player.sendCommand(new Ki(Ji.ASSET_LABEL_CONTROLLER_MODIFY,{controllerType:e,assetLabelId:t}))}sendEditingStateUpdate(e){this.player.sendCommand(new Ki(Ji.ASSET_LABEL_EDITING_STATE_UPDATE,e))}}class Zc{player;constructor(e){this.player=e}sendUpdateAll(e){this.player.sendCommand(new Ki(Ji.SWEEP_UPDATE_ALL,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Ki(Ji.SWEEP_UPDATE,JSON.parse(JSON.stringify(e))))}sendDeleteVirtual(e){this.player.sendCommand(new Ki(Ji.SWEEP_DELETE_VIRTUAL,e))}sendUpdateRenderFlagVisible(e){this.player.sendCommand(new Ki(Ji.SWEEP_UPDATE_RENDER_FLAG_VISIBLE,e))}}class el{player;constructor(e){this.player=e}sendUpdate(e){this.player.sendCommand(new Ki(Ji.FLOOR_UPDATE,JSON.parse(JSON.stringify(e))))}}class tl{player;constructor(e){this.player=e}sendMoveTo(e,t){this.player.sendCommand(new Ki(Ji.CAMERA_MOVE_TO,JSON.parse(JSON.stringify({transition:e,cameraMode:t}))))}sendMoveToInside(e,t,a){this.player.sendCommand(new Ki(Ji.CAMERA_MOVE_TO_INSIDE,JSON.parse(JSON.stringify({transition:e,transitionTime:t,cameraPose:a}))))}sendMoveToVrFov(e,t,a){this.player.sendCommand(new Ki(Ji.CAMERA_MOVE_TO_VR_FOV,JSON.parse(JSON.stringify({transition:e,transitionTime:t,fovId:a}))))}sendMoveToNearComponent(e,t,a){this.player.sendCommand(new Ki(Ji.CAMERA_MOVE_TO_NEAR_COMPONENT,JSON.parse(JSON.stringify({transition:e,transitionTime:t,componentId:a}))))}sendMoveToWatchPosition(e,t,a){this.player.sendCommand(new Ki(Ji.CAMERA_MOVE_TO_WATCH_POSITION,JSON.parse(JSON.stringify({transition:e,transitionTime:t,position:a}))))}sendRequestDeeplinkParams(){this.player.sendCommand(new Ki(Ji.CAMERA_REQUEST_DEEPLINK_PARAMS,{}))}}class al{player;constructor(e){this.player=e}sendTakeScreenshot(e,t){this.player.sendCommand(new Ki(Ji.RENDERER_TAKE_SCREENSHOT,{resolution:e,visibility:t}))}sendGetPanoramaImage(){this.player.sendCommand(new Ki(Ji.RENDERER_GET_PANORAMA_IMAGE,{}))}sendSettingsUpdate(e){this.player.sendCommand(new Ki(Ji.RENDERER_SETTINGS_UPDATE,JSON.parse(JSON.stringify(e))))}sendColorSpaceSettingsUpdate(e){this.player.sendCommand(new Ki(Ji.RENDERER_COLOR_SPACE_SETTINGS_UPDATE,JSON.parse(JSON.stringify(e))))}}class sl{player;constructor(e){this.player=e}sendMarkerUpdate(e){this.player.sendCommand(new Ki(Ji.MARKER_UPDATE,JSON.parse(JSON.stringify(e))))}sendMarkerDelete(e){this.player.sendCommand(new Ki(Ji.MARKER_DELETE,e))}}class nl{player;constructor(e){this.player=e}sendNavigationRequest(e){this.player.sendCommand(new Ki(Ji.NAVIGATION_REQUEST,JSON.parse(JSON.stringify(e))))}sendNavigationStart(e){this.player.sendCommand(new Ki(Ji.NAVIGATION_START,JSON.parse(JSON.stringify(e))))}sendNavigationCancel(){this.player.sendCommand(new Ki(Ji.NAVIGATION_CANCEL,{}))}}class rl{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new Ki(Ji.OBSTACLE_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Ki(Ji.OBSTACLE_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Ki(Ji.OBSTACLE_DELETE,e))}sendControllerModify(e,t){this.player.sendCommand(new Ki(Ji.OBSTACLE_CONTROLLER_MODIFY,{controllerType:e,obstacleId:t}))}sendEditingStateUpdate(e){this.player.sendCommand(new Ki(Ji.OBSTACLE_EDITING_STATE_UPDATE,e))}sendGroupVisibleUpdate(e,t){this.player.sendCommand(new Ki(Ji.OBSTACLE_GROUP_VISIBLE_UPDATE,{groupId:e,visible:t}))}}class ol{player;constructor(e){this.player=e}sendAudioListUpdate(e){this.player.sendCommand(new Ki(Ji.AUDIO_LIST_UPDATE,JSON.parse(JSON.stringify(e))))}sendAudioListDelete(e){this.player.sendCommand(new Ki(Ji.AUDIO_LIST_DELETE,{audioListId:e}))}sendAudioUpdate(e){this.player.sendCommand(new Ki(Ji.AUDIO_UPDATE,JSON.parse(JSON.stringify(e))))}sendAudioDelete(e,t){this.player.sendCommand(new Ki(Ji.AUDIO_DELETE,{audioListId:e,audioId:t}))}sendAudioCenterPlayerShowPlayControlUpdate(e){this.player.sendCommand(new Ki(Ji.AUDIO_CENTER_PLAYER_SHOW_PLAY_CONTROL_UPDATE,{show:e}))}sendAudioCenterPlayerShowMuteControlUpdate(e){this.player.sendCommand(new Ki(Ji.AUDIO_CENTER_PLAYER_SHOW_VOLUME_CONTROL_UPDATE,{show:e}))}sendAudioCenterPlayerVolumeUpdate(e){this.player.sendCommand(new Ki(Ji.AUDIO_CENTER_PLAYER_VOLUME_UPDATE,{volume:e}))}}class il{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new Ki(Ji.TARGET_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Ki(Ji.TARGET_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Ki(Ji.TARGET_DELETE,e))}sendControllerModify(e,t){this.player.sendCommand(new Ki(Ji.TARGET_CONTROLLER_MODIFY,{controllerType:e,targetId:t}))}sendEditingStateUpdate(e){this.player.sendCommand(new Ki(Ji.TARGET_EDITING_STATE_UPDATE,e))}sendGroupVisibleUpdate(e,t){this.player.sendCommand(new Ki(Ji.TARGET_GROUP_VISIBLE_UPDATE,{groupId:e,visible:t}))}}class cl{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new Ki(Ji.WORMHOLE_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Ki(Ji.WORMHOLE_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Ki(Ji.WORMHOLE_DELETE,e))}sendControllerModify(e,t){this.player.sendCommand(new Ki(Ji.WORMHOLE_CONTROLLER_MODIFY,{controllerType:e,wormholeId:t}))}sendEditingStateUpdate(e){this.player.sendCommand(new Ki(Ji.WORMHOLE_EDITING_STATE_UPDATE,e))}sendGroupVisibleUpdate(e,t){this.player.sendCommand(new Ki(Ji.WORMHOLE_GROUP_VISIBLE_UPDATE,{groupId:e,visible:t}))}}class ll{player;constructor(e){this.player=e}sendCreate(e){this.player.sendCommand(new Ki(Ji.SPACE_FENCE_CREATE,JSON.parse(JSON.stringify(e))))}sendUpdate(e){this.player.sendCommand(new Ki(Ji.SPACE_FENCE_UPDATE,JSON.parse(JSON.stringify(e))))}sendDelete(e){this.player.sendCommand(new Ki(Ji.SPACE_FENCE_DELETE,e))}sendControllerModify(e,t){this.player.sendCommand(new Ki(Ji.SPACE_FENCE_CONTROLLER_MODIFY,{controllerType:e,spaceFenceId:t}))}sendEditingStateUpdate(e){this.player.sendCommand(new Ki(Ji.SPACE_FENCE_EDITING_STATE_UPDATE,e))}sendGroupVisibleUpdate(e,t){this.player.sendCommand(new Ki(Ji.SPACE_FENCE_GROUP_VISIBLE_UPDATE,{groupId:e,visible:t}))}sendGroupColorUpdate(e,t){this.player.sendCommand(new Ki(Ji.SPACE_FENCE_GROUP_COLOR_UPDATE,{groupId:e,cubeFaceColor:JSON.parse(JSON.stringify(t))}))}}class dl{player;constructor(e){this.player=e}sendMonitorListUpdate(e){this.player.sendCommand(new Ki(Ji.MONITOR_LIST_UPDATE,JSON.parse(JSON.stringify(e))))}}class _l{player;constructor(e){this.player=e}sendPreview(e,t){this.player.sendCommand(new Ki(Ji.MESSAGE_CARD_PREVIEW,{card:e?JSON.parse(JSON.stringify(e)):null,show:t}))}}class ml{player;constructor(e){this.player=e}captureDestination(){this.player.sendCommand(new Ki(Ji.DOLLY_PATH_CAPTURE_DESTINATION,{}))}preview(e){this.player.sendCommand(new Ki(Ji.DOLLY_PATH_PREVIEW,JSON.parse(JSON.stringify(e))))}stopPreview(){this.player.sendCommand(new Ki(Ji.DOLLY_PATH_STOP_PREVIEW,{}))}}class El{player;constructor(e){this.player=e}sendHamburgerMenuUpdate(e){this.player.sendCommand(new Ki(Ji.HAMBURGER_MENU_UPDATE,JSON.parse(JSON.stringify(e))))}}class pl{player;constructor(e){this.player=e}onCameraPoseUpdate(e){this.player.registerMessageListener(Sc.CAMERA_POSE_UPDATE,(t=>{e(t.data)}))}onDeeplinkParamsReady(e){this.player.registerMessageListener(Sc.CAMERA_DEEPLINK_PARAMS_READY,(t=>{e(t.data)}))}}class Tl{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(Sc.COMPONENT_UPDATE,(t=>{const a=t.data;a&&"object"==typeof a&&"componentData"in a&&a.componentData?e(a.componentData,a.source??"default"):e(a,"default")}))}onClick(e){this.player.registerMessageListener(Sc.COMPONENT_ON_CLICK,(t=>{e(t.data)}))}onTransitionAnimationFinished(e){this.player.registerMessageListener(Sc.COMPONENT_TRANSITION_ANIMATION_FINISHED,(t=>{e(t.data.componentId,t.data.animationId)}))}}class gl{player;constructor(e){this.player=e}onShotResult(e){this.player.registerMessageListener(Sc.FOV_SHOT_RESULT,(t=>{e(t.data)}))}}class Al{player;constructor(e){this.player=e}onImportFromMatterport(e){this.player.registerMessageListener(Sc.FLOOR_IMPORT_FROM_MATTERPORT,(t=>{e(t.data)}))}onEnterFloor(e){this.player.registerMessageListener(Sc.FLOOR_ENTER,(t=>{e(t.data)}))}onLeaveFloor(e){this.player.registerMessageListener(Sc.FLOOR_LEAVE,(t=>{e(t.data)}))}}class Cl{player;constructor(e){this.player=e}onImportFromMatterport(e){this.player.registerMessageListener(Sc.SWEEP_IMPORT_FROM_MATTERPORT,(t=>{e(t.data)}))}onSyncMatterportEnabledState(e){this.player.registerMessageListener(Sc.SWEEP_SYNC_MATTERPORT_ENABLED_STATE,(t=>{e(t.data)}))}onRequestModifyEnabled(e){this.player.registerMessageListener(Sc.SWEEP_REQUEST_MODIFY_ENABLED,(t=>{e(t.data.sweepId,t.data.enabled)}))}}class ul{player;constructor(e){this.player=e}onScreenshotReady(e){this.player.registerMessageListener(Sc.RENDERER_SCREENSHOT_READY,(t=>{e(t.data)}))}onPanoramaImageReady(e){this.player.registerMessageListener(Sc.RENDERER_PANORAMA_IMAGE_READY,(t=>{e(t.data)}))}onWorldSizeReady(e){this.player.registerMessageListener(Sc.RENDERER_WORLD_SIZE_READY,(t=>{e(t.data)}))}}class Ol{player;constructor(e){this.player=e}onNavigationResultReady(e){this.player.registerMessageListener(Sc.NAVIGATION_RESULT_READY,(t=>{e(t.data)}))}onNavigationStart(e){this.player.registerMessageListener(Sc.NAVIGATION_START,(t=>{e(t.data)}))}onNavigationEnd(e){this.player.registerMessageListener(Sc.NAVIGATION_END,(t=>{e(t.data)}))}onNavigationCancel(e){this.player.registerMessageListener(Sc.NAVIGATION_CANCEL,(t=>{e(t.data)}))}}class Sl{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(Sc.OBSTACLE_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(Sc.OBSTACLE_ON_CLICK,(t=>{e(t.data)}))}}class Il{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(Sc.TRIMMER_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(Sc.TRIMMER_ON_CLICK,(t=>{e(t.data)}))}}class Ll{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(Sc.STICKER_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(Sc.STICKER_ON_CLICK,(t=>{e(t.data)}))}}class yl{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(Sc.ASSET_LABEL_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(Sc.ASSET_LABEL_ON_CLICK,(t=>{e(t.data)}))}}class Nl{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(Sc.TARGET_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(Sc.TARGET_ON_CLICK,(t=>{e(t.data)}))}}class Rl{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(Sc.WORMHOLE_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(Sc.WORMHOLE_ON_CLICK,(t=>{e(t.data)}))}}class Pl{player;constructor(e){this.player=e}onUpdate(e){this.player.registerMessageListener(Sc.SPACE_FENCE_UPDATE,(t=>{e(t.data)}))}onClick(e){this.player.registerMessageListener(Sc.SPACE_FENCE_ON_CLICK,(t=>{e(t.data)}))}}class Ml{player;constructor(e){this.player=e}onDestinationCaptured(e){this.player.registerMessageListener(Sc.DOLLY_PATH_DESTINATION_CAPTURED,(t=>{e(t.data)}))}}class bl{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 pl(this),this.messageComponent=new Tl(this),this.messageFov=new gl(this),this.messageFloor=new Al(this),this.messagePlayer=new xc(this),this.messageSweep=new Cl(this),this.messageRenderer=new ul(this),this.messageNavigation=new Ol(this),this.messageObstacle=new Sl(this),this.messageTrimmer=new Il(this),this.messageSticker=new Ll(this),this.messageAssetLabel=new yl(this),this.messageTarget=new Nl(this),this.messageWormhole=new Rl(this),this.messageSpaceFence=new Pl(this),this.messageDollyPath=new Ml(this),this.commandPlayer=new Fc(this),this.commandCover=new Hc(this),this.commandUi=new Xc(this),this.commandInfoTemplate=new Wc(this),this.commandInformation=new Yc(this),this.commandComponent=new Kc(this),this.commandFov=new Jc(this),this.commandLayer=new qc(this),this.commandLight=new zc(this),this.commandTrimmer=new jc(this),this.commandSticker=new $c(this),this.commandAssetLabel=new Qc(this),this.commandSweep=new Zc(this),this.commandFloor=new el(this),this.commandCamera=new tl(this),this.commandRenderer=new al(this),this.commandMarker=new sl(this),this.commandNavigation=new nl(this),this.commandObstacle=new rl(this),this.commandAudio=new ol(this),this.commandTarget=new il(this),this.commandWormhole=new cl(this),this.commandSpaceFence=new ll(this),this.commandMonitor=new dl(this),this.commandMessageCard=new _l(this),this.commandDollyPath=new ml(this),this.commandHamburgerMenu=new El(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 hl(e){switch(e){case j.TYPE_2D_IMAGE:return yr.COMPONENT_2D_IMAGE;case j.TYPE_2D_VIDEO:return yr.COMPONENT_2D_VIDEO;case j.TYPE_2D_TEXT:return yr.COMPONENT_2D_TEXT;case j.TYPE_2D_PANEL:return yr.COMPONENT_2D_PANEL;case j.TYPE_2D_ADVERTISEMENT:return yr.COMPONENT_2D_ADVERTISEMENT;case j.TYPE_3D_BOX:return yr.COMPONENT_3D_BOX;case j.TYPE_3D_MODEL:return yr.COMPONENT_3D_MODEL;case j.TYPE_TAG:return yr.COMPONENT_TAG;default:return yr.COMPONENT_2D_IMAGE}}function Dl(e,t,a,s,n){if(Array.isArray(e)&&0!==e.length)for(const r of e)r.id&&s.has(r.id)||(r.createSourceId||(r.createSourceType=t,r.createSourceId=a),n.push(r),r.id&&s.add(r.id))}function fl(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 s of e.componentList){const e=hl(s.type),n=s;if(Dl(n.triggerList,e,s.id,t,a),n.triggerList=[],s.type===j.TYPE_2D_IMAGE){const e=s;if(Array.isArray(e.sourceList))for(const n of e.sourceList){const e=n;Dl(e.triggerList,yr.COMPONENT_2D_IMAGE,s.id,t,a),e.triggerList=[]}}else if(s.type===j.TYPE_2D_VIDEO){const e=s;if(Array.isArray(e.sourceList))for(const n of e.sourceList){const e=n;Dl(e.triggerList,yr.COMPONENT_2D_VIDEO,s.id,t,a),e.triggerList=[]}}else if(s.type===j.TYPE_2D_PANEL){const e=s;if(Array.isArray(e.sceneDataList))for(const n of e.sceneDataList){const e=n;Dl(e.triggerList,yr.COMPONENT_2D_PANEL,s.id,t,a),e.triggerList=[]}}}if(Array.isArray(e.sweepList))for(const s of e.sweepList){const e=s;Dl(e.triggerList,"sweep",s.id,t,a),e.triggerList=[]}if(Array.isArray(e.vrFloorList))for(const s of e.vrFloorList){const e=s;Dl(e.triggerList,"floor",s.id,t,a),e.triggerList=[]}if(Array.isArray(e.xrVirtualFloorList))for(const s of e.xrVirtualFloorList){const e=s;Dl(e.triggerList,"xr_virtual_floor",s.id,t,a),e.triggerList=[]}if(Array.isArray(e.variableList))for(const s of e.variableList){const e=s;Dl(e.triggerList,yr.LOGIC_VARIABLE,s.key,t,a),e.triggerList=[]}const s=e;if(Array.isArray(s.variableExpressionWatcherList)){for(const e of s.variableExpressionWatcherList){const s=e;Dl(s.triggerList,yr.LOGIC_CONDITION_WATCHER,e.id,t,a),s.triggerList=[]}Array.isArray(s.conditionWatcherList)&&0!==s.conditionWatcherList.length||(s.conditionWatcherList=s.variableExpressionWatcherList),delete s.variableExpressionWatcherList}if(Array.isArray(e.conditionWatcherList))for(const s of e.conditionWatcherList){const e=s;Dl(e.triggerList,yr.LOGIC_CONDITION_WATCHER,s.id,t,a),e.triggerList=[]}if(Array.isArray(e.spaceFenceList))for(const s of e.spaceFenceList){const e=s;Dl(e.triggerList,yr.SPACE_FENCE,s.id,t,a),e.triggerList=[]}if(Array.isArray(e.spaceFenceGroupList))for(const s of e.spaceFenceGroupList){const e=s;Dl(e.triggerList,yr.SPACE_FENCE_GROUP,s.id,t,a),e.triggerList=[]}a.length>0&&e.triggerList.push(...a)}function wl(e,t){const a=new ao;return a.key=e,a.placement=t,a}function vl(e){return e.map((e=>wl(e.key,e.placement)))}const Vl=["left","right","capsule","more","hidden"];function kl(e,t){return Vl.includes(e.placement)?wl(e.key,e.placement):wl(e.key,Eo(e.key,t))}function Ul(e){return wl(e.key,"hidden"===e.placement?"hidden":"surface")}function Bl(e){return e.vrMainBarItems&&e.vrMainBarItems.length>0?e.vrMainBarItems.map((e=>kl(e,no))):no.map((t=>wl(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":Eo(e,no)}(t.key,e))))}function Gl(e){return e.vrInfoBarItems&&e.vrInfoBarItems.length>0?e.vrInfoBarItems.map(Ul):ro.map((t=>wl(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 xl(e){return e.arBottomItems&&e.arBottomItems.length>0?e.arBottomItems.map((e=>kl(e,oo))):vl(oo)}function Fl(e){return e.arInfoItems&&e.arInfoItems.length>0?e.arInfoItems.map(Ul):vl(io)}function Hl(e){e.vrMainBarItems&&0!==e.vrMainBarItems.length||(e.vrMainBarItems=Bl(e)),e.vrInfoBarItems&&0!==e.vrInfoBarItems.length||(e.vrInfoBarItems=Gl(e)),e.arBottomItems&&0!==e.arBottomItems.length||(e.arBottomItems=xl(e)),e.arInfoItems&&0!==e.arInfoItems.length||(e.arInfoItems=Fl(e))}function Xl(e){if(!e)return;let t=e.vrPlayerUiSettings;t||(t=new ws,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),Hl(t)}function Wl(e){e&&(function(e,t){const a=e,s=e=>{if(Array.isArray(e))for(const a of e)t(a)};if(s(e.variableList),Array.isArray(e.abilityList))for(const t of e.abilityList){const e=t;if(s(e.contextVariableList),s(e.activeActionListLocalVariableList),s(e.stopActionListLocalVariableList),Array.isArray(e.triggerList))for(const t of e.triggerList)s(t.localVariableList)}if(Array.isArray(a.vrFlowList))for(const e of a.vrFlowList){const t=e;if(s(t.flowScopeVariableList),Array.isArray(t.stepList))for(const e of t.stepList){const t=e;if(s(t.stepScopeVariableList),Array.isArray(t.triggerList))for(const e of t.triggerList){const t=e?.trigger;t&&s(t.localVariableList)}if(Array.isArray(t.finishInjectTriggerList))for(const e of t.finishInjectTriggerList)s(e.localVariableList);if(Array.isArray(t.buttonList))for(const e of t.buttonList)s(e.localVariableList)}}if(Array.isArray(e.triggerList))for(const t of e.triggerList)s(t.localVariableList);if(Array.isArray(e.backgroundThreadList))for(const t of e.backgroundThreadList)s(t.localVariableList);const n=e.prepareSettings;if(n&&(s(n.vrInitLocalVariableList),s(n.arInitLocalVariableList),s(n.allInitLocalVariableList)),Array.isArray(e.componentList))for(const t of e.componentList){const e=t;if(s(e.localVariableList),Array.isArray(e.triggerList))for(const t of e.triggerList)s(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)s(t.localVariableList)}}(e,Yl),function(e){if(Array.isArray(e.componentList))for(const t of e.componentList){if(t.type!==j.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 s=e.prepareSettings;if(s&&(a(s.vrInitCompleteActionList),a(s.arInitCompleteActionList),a(s.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 Yl(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 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 Kl="expression";function Jl(e){return e?.root?ql(e.root):""}function ql(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=ql(e);return""===t?"false":`(${t})`}return function(e){if(e.funcName===Kl){const t=(e.args||[])[0],a=t&&null!=t.literalValue?String(t.literalValue).trim():"",s=a?`(${a})`:"false";return e.negate?`!(${s})`:s}const t=(e.args||[]).map(zl).join(", "),a=`${e.funcName}(${t})`;return e.negate?`!(${a})`:a}(e)})),s="or"===e.logicalOp?" || ":" && ",n=1===a.length?a[0]:a.join(s);return e.negate?`!(${n})`:n}function zl(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(jl).join(", ")}]`;const t=e.literalType,a=e.literalValue;return"number"===t?Ql("number"==typeof a?a:Number(a)||0):"boolean"===t?a?"true":"false":$l("string"==typeof a?a:String(a??""))}function jl(e){return"number"===e.type?Ql("number"==typeof e.value?e.value:Number(e.value)||0):"boolean"===e.type?e.value?"true":"false":$l("string"==typeof e.value?e.value:String(e.value??""))}function $l(e){return JSON.stringify(e)}function Ql(e){return Number.isFinite(e)?String(e):"0"}function Zl(e,t){const a={deps:[],hasCustomJs:!1};return e?.root?(ed(e.root,t,a),a):a}function ed(e,t,a){for(const s of e.children||[])s&&(s.kind===Ze.GROUP?ed(s,t,a):td(s,t,a))}function td(e,t,a){if(e.funcName===Kl)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 s=t[e.funcName];if(!s||"none"===s.kind)return;if("no-id"===s.kind)return void a.deps.push({sourceType:s.sourceType,sourceId:"*"});const n=(e.args||[])[s.argIndex];let r="*";n&&n.argKind===et.LITERAL&&null!=n.literalValue&&(r=String(n.literalValue)),a.deps.push({sourceType:s.sourceType,sourceId:r})}function ad(e){const t=Math.min(100,Math.max(0,e.percent)),a="horizontal"===e.direction,s={transition:a?"width 0.3s ease":"height 0.3s ease"};a?(s.width=t+"%",s.height="100%"):(s.width="100%",s.height=t+"%",s.position="absolute",s.bottom="0",s.left="0");const n=e.color,r=e.colorEnd&&""!==e.colorEnd?e.colorEnd:e.color,o=a?"90deg":"0deg";switch(e.style){case"gradient":s.background=`linear-gradient(${o}, ${n}, ${r})`;break;case"striped":s.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 ${n}`,s.backgroundSize="14px 14px, auto";break;case"striped-animated":s.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 ${n}`,s.backgroundSize="14px 14px, auto",s.animation="vrtalk-progress-stripes 0.8s linear infinite";break;case"glow":s.background=`linear-gradient(180deg,\n rgba(255,255,255,0.28) 0%, rgba(255,255,255,0.0) 50%) ,\n ${n}`,s.boxShadow=`0 0 6px ${n}66 inset, 0 0 4px ${n}88`;break;default:s.background=n}return s}const sd="\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
|