@vyr/cli 0.0.25 → 0.0.26
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/.bin/default/index.js +4 -0
- package/.bin/install/index.js +2 -0
- package/.entry/app.js +362 -362
- package/build/css/{9786.6bfee4ca.css → 2357.20584c43.css} +1 -1
- package/build/css/{6151.e4de2b69.css → 4011.fc069ae3.css} +1 -1
- package/build/css/{6881.972ad8f8.css → 6881.c7cb44c0.css} +1 -1
- package/build/css/768.6c925006.css +1 -0
- package/build/css/{3745.5e7a01f4.css → 9160.6a744205.css} +1 -1
- package/build/css/{4537.9b4ae552.css → 918.1da69a00.css} +2 -2
- package/build/css/login.c49ecb09.css +1 -0
- package/build/fonts/iconfont.0d8d5af4.woff +0 -0
- package/build/fonts/{iconfont.10345b2b.ttf → iconfont.49814d77.ttf} +0 -0
- package/build/index.html +1 -1
- package/build/js/1015.6b930e6b.js +1 -0
- package/build/js/1018.feb3213b.js +1 -0
- package/build/js/150.2368d63c.js +1 -0
- package/build/js/1508.ad60597c.js +1 -0
- package/build/js/{4582.71b3bbe1.js → 1541.ab4dcc45.js} +100 -100
- package/build/js/2132.d99fd402.js +1 -0
- package/build/js/215.0003a521.js +1 -0
- package/build/js/2357.990ebfbc.js +1 -0
- package/build/js/{2546.9fd3dc42.js → 2546.3383e2b7.js} +1 -1
- package/build/js/2596.6b885678.js +1 -0
- package/build/js/288.deb7db30.js +1 -0
- package/build/js/3312.be721fac.js +1 -0
- package/build/js/344.f9b8faec.js +1 -0
- package/build/js/3553.5a3a5f4c.js +1 -0
- package/build/js/4011.4f960789.js +1 -0
- package/build/js/4939.c2476b74.js +1 -0
- package/build/js/5547.b25a8b2e.js +1 -0
- package/build/js/677.fbdce394.js +1 -0
- package/build/js/6881.52ca7073.js +1 -0
- package/build/js/7320.9345566b.js +1 -0
- package/build/js/768.cf51599f.js +1 -0
- package/build/js/7769.95421d48.js +1 -0
- package/build/js/7907.8ff46377.js +1 -0
- package/build/js/7928.6c142786.js +1 -0
- package/build/js/7963.33f8605d.js +1 -0
- package/build/js/8637.348bcf40.js +1 -0
- package/build/js/9127.9dbc1ccb.js +1 -0
- package/build/js/9160.294ecd13.js +1 -0
- package/build/js/918.164497d1.js +3 -0
- package/build/js/931.f5b2dd0e.js +1 -0
- package/build/js/9751.1c059f35.js +1 -0
- package/build/js/chunk-vendors.94bb9e3c.js +300 -0
- package/build/js/index.49e6e2f0.js +1 -0
- package/build/js/login.0e6f1e5f.js +1 -0
- package/build/js/preview.c1d85328.js +1 -0
- package/build/login.html +1 -1
- package/build/preview.html +1 -1
- package/output/auto-provider-plugin/loader.js +2 -1
- package/output/auto-provider-plugin/package.json +1 -1
- package/output/builtin/build/component/CodeEditor.vue.d.ts +1 -0
- package/output/builtin/build/component/DatasetItem.vue.d.ts +2 -1
- package/output/builtin/build/component/HeaderSearch.vue.d.ts +13 -0
- package/output/builtin/build/component/index.d.ts +2 -1
- package/output/builtin/build/locale/LanguageProvider.d.ts +34 -32
- package/output/builtin/build/option/index.d.ts +9 -1
- package/output/builtin/build/service/footer/action/AddDirAction.d.ts +0 -1
- package/output/builtin/package.json +1 -1
- package/output/class-wrapper-plugin/package.json +1 -1
- package/output/declare/package.json +2 -2
- package/output/design/package.json +5 -3
- package/output/design/src/components/Dialog.vue +2 -2
- package/output/design/src/components/DynamicDialog.vue +35 -29
- package/output/design/src/components/Scroll.vue +1 -1
- package/output/design/src/components/Select.vue +9 -1
- package/output/design/src/components/composables/useSearch.ts +1 -0
- package/output/design/src/components/utils/Confirm.ts +1 -1
- package/output/design/src/components/utils/DynamicDialog.ts +12 -2
- package/output/design/src/font/demo_index.html +26 -3
- package/output/design/src/font/iconfont.css +7 -3
- package/output/design/src/font/iconfont.js +1 -1
- package/output/design/src/font/iconfont.json +7 -0
- package/output/design/src/font/iconfont.ttf +0 -0
- package/output/design/src/font/iconfont.woff +0 -0
- package/output/design/src/font/iconfont.woff2 +0 -0
- package/output/design/src/index.ts +6 -0
- package/output/design/src/theme/global.less +6 -0
- package/output/engine/package.json +2 -2
- package/output/engine/src/Engine.ts +2 -2
- package/output/engine/src/asset/Asset.ts +2 -2
- package/output/engine/src/descriptor/Descriptor.ts +1 -1
- package/output/engine/src/graphics/Graphics.ts +1 -1
- package/output/engine/src/interpreter/Interpreter.ts +1 -1
- package/output/engine/src/utils/http.ts +8 -1
- package/output/locale/package.json +1 -1
- package/output/remote/package.json +1 -1
- package/output/rollup-config-plugin/package.json +1 -1
- package/output/runtime/build/data/global.d.ts +6 -0
- package/output/runtime/build/data/header.d.ts +4 -0
- package/output/runtime/package.json +1 -1
- package/output/service/package.json +1 -1
- package/output/service-asset/package.json +1 -1
- package/output/service-asset/src/AssetService.ts +2 -3
- package/output/service-example/package.json +1 -1
- package/output/service-example/src/ExampleService.ts +3 -4
- package/output/service-graph/package.json +1 -1
- package/output/service-rpc/package.json +5 -3
- package/output/service-rpc/src/RpcService.ts +9 -9
- package/output/service-rpc/src/asset/add.ts +1 -1
- package/output/service-rpc/src/asset/close.ts +1 -1
- package/output/service-rpc/src/asset/copy.ts +1 -1
- package/output/service-rpc/src/asset/create.ts +1 -1
- package/output/service-rpc/src/asset/cut.ts +1 -1
- package/output/service-rpc/src/asset/delete.ts +1 -1
- package/output/service-rpc/src/asset/dragdrap.ts +1 -1
- package/output/service-rpc/src/asset/initialize.ts +1 -1
- package/output/service-rpc/src/asset/open.ts +1 -1
- package/output/service-rpc/src/asset/remove.ts +1 -1
- package/output/service-rpc/src/asset/rename.ts +1 -1
- package/output/service-rpc/src/asset/select.ts +1 -1
- package/output/service-rpc/src/asset/update.ts +1 -1
- package/output/service-rpc/src/dep/add.ts +1 -1
- package/output/service-rpc/src/dep/create.ts +1 -1
- package/output/service-rpc/src/dep/delete.ts +1 -1
- package/output/service-rpc/src/dep/remove.ts +1 -1
- package/output/service-rpc/src/dep/update.ts +1 -1
- package/output/service-rpc/src/domain/Entity.ts +7 -0
- package/output/service-rpc/src/example/apply.ts +1 -1
- package/output/service-rpc/src/example/create.ts +1 -1
- package/output/service-rpc/src/example/delete.ts +1 -1
- package/output/service-rpc/src/example/initialize.ts +1 -1
- package/output/service-rpc/src/example/list.ts +1 -1
- package/output/service-rpc/src/index.ts +1 -1
- package/output/service-rpc/src/locale/LanguageProvider.ts +5 -1
- package/output/service-rpc/src/request/index.ts +50 -0
- package/output/service-rpc/src/rpc/confirm.ts +1 -1
- package/output/service-rpc/src/rpc/connection.ts +1 -1
- package/output/service-rpc/src/rpc/disconnect.ts +1 -1
- package/output/service-rpc/src/rpc/getUser.ts +1 -1
- package/output/service-rpc/src/rpc/login.ts +1 -1
- package/output/service-rpc/src/rpc/logout.ts +1 -1
- package/output/service-rpc/src/rpc/redo.ts +1 -1
- package/output/service-rpc/src/rpc/undo.ts +1 -1
- package/output/service-rpc/src/scene/add.ts +1 -1
- package/output/service-rpc/src/scene/create.ts +1 -1
- package/output/service-rpc/src/scene/delete.ts +1 -1
- package/output/service-rpc/src/scene/download.ts +1 -1
- package/output/service-rpc/src/scene/dragdrap.ts +1 -1
- package/output/service-rpc/src/scene/initialize.ts +1 -1
- package/output/service-rpc/src/scene/record.ts +1 -1
- package/output/service-rpc/src/scene/remove.ts +1 -1
- package/output/service-rpc/src/scene/switch.ts +1 -1
- package/output/service-rpc/src/scene/update.ts +1 -1
- package/output/service-rpc/src/sidebar/switch.ts +1 -1
- package/output/service-scene/package.json +1 -1
- package/output/service-scene/src/SceneService.ts +2 -3
- package/output/var-rename-plugin/package.json +1 -1
- package/package.json +80 -1
- package/patches/knex+2.5.1.patch +26 -0
- package/build/css/1111.e408e6d4.css +0 -1
- package/build/css/login.b74658d1.css +0 -1
- package/build/fonts/iconfont.4a13a979.woff +0 -0
- package/build/js/1018.41064c0f.js +0 -1
- package/build/js/1111.be6e2c40.js +0 -1
- package/build/js/1124.74dc01cf.js +0 -1
- package/build/js/150.e7f9045d.js +0 -1
- package/build/js/1780.599a4f56.js +0 -1
- package/build/js/2132.0f13c789.js +0 -1
- package/build/js/2328.91f4fab2.js +0 -1
- package/build/js/3553.c58039ca.js +0 -1
- package/build/js/3745.4b658c7d.js +0 -1
- package/build/js/3785.0e5bac50.js +0 -1
- package/build/js/4537.0c0b1621.js +0 -3
- package/build/js/5547.e7e03105.js +0 -1
- package/build/js/6151.73bf0dca.js +0 -1
- package/build/js/6166.a11b6605.js +0 -1
- package/build/js/677.1be417ae.js +0 -1
- package/build/js/6881.110a38eb.js +0 -1
- package/build/js/7713.7dac62b2.js +0 -1
- package/build/js/7769.da192016.js +0 -1
- package/build/js/7928.00d662e4.js +0 -1
- package/build/js/8637.8a669454.js +0 -1
- package/build/js/8743.ae6b01fb.js +0 -1
- package/build/js/931.b906c8b3.js +0 -1
- package/build/js/9399.6f01e6fb.js +0 -1
- package/build/js/94.043c5ab1.js +0 -1
- package/build/js/9751.062a0ec7.js +0 -1
- package/build/js/9786.e8445259.js +0 -1
- package/build/js/9947.e172d61d.js +0 -1
- package/build/js/chunk-vendors.3148df9e.js +0 -300
- package/build/js/index.ab116b9c.js +0 -1
- package/build/js/login.2480f0b4.js +0 -1
- package/build/js/preview.191ab535.js +0 -1
- /package/build/css/{1124.b91daf98.css → 215.b91daf98.css} +0 -0
- /package/build/css/{8743.b91daf98.css → 2596.b91daf98.css} +0 -0
- /package/build/js/{110.e2819667.js → 110.132cb06d.js} +0 -0
- /package/build/js/{1349.5011b482.js → 1349.581acd13.js} +0 -0
- /package/build/js/{1402.e4936bfb.js → 1402.41e93cca.js} +0 -0
- /package/build/js/{1877.f14acfa1.js → 1877.f7dfcbbb.js} +0 -0
- /package/build/js/{2318.441a2db7.js → 2318.aa9ea4c9.js} +0 -0
- /package/build/js/{250.4513f7c1.js → 250.ee102b58.js} +0 -0
- /package/build/js/{3085.42a6da4f.js → 3085.89eae237.js} +0 -0
- /package/build/js/{4263.f1987228.js → 4263.33a52188.js} +0 -0
- /package/build/js/{4530.2a2c0560.js → 4530.46216301.js} +0 -0
- /package/build/js/{5639.a09657c9.js → 5639.fd7fc4f3.js} +0 -0
- /package/build/js/{6357.fc8796e2.js → 6357.92e3bda6.js} +0 -0
- /package/build/js/{7195.e082572c.js → 7195.20386308.js} +0 -0
- /package/build/js/{8657.f0bd7f1f.js → 8657.0480062d.js} +0 -0
- /package/build/js/{9044.f58e5368.js → 9044.a0d33e3e.js} +0 -0
- /package/build/js/{9170.4182d4a8.js → 9170.00c77288.js} +0 -0
- /package/build/js/{9620.ce105b9b.js → 9620.edd4c694.js} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@font-face{font-family:vyrfont;src:url(data:font/woff2;base64,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) format("woff2"),url(../fonts/iconfont.0d8d5af4.woff) format("woff"),url(../fonts/iconfont.49814d77.ttf) format("truetype")}.vyrfont{font-family:vyrfont!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vyr-search:before{content:"\e67d"}.vyr-delete:before{content:"\e645"}.vyr-preset:before{content:"\e6a5"}.vyr-active:before{content:"\e64e"}.vyr-hover:before{content:"\e75b"}.vyr-category-font:before{content:"\eadc"}.vyr-category-style:before{content:"\e793"}.vyr-category-material:before{content:"\e61d"}.vyr-changjing:before{content:"\e601"}.vyr-sidebar-asset:before{content:"\e841"}.vyr-yunhang:before{content:"\e976"}.vyr-tingzhi:before{content:"\e60d"}.vyr-category-prefab:before{content:"\e65f"}.vyr-category-json:before{content:"\e817"}.vyr-category-animation:before{content:"\e607"}.vyr-close:before{content:"\e668"}.vyr-queren:before{content:"\e63d"}.vyr-quxiao:before{content:"\e61e"}.vyr-zhongzhi:before{content:"\e628"}.vyr-category-interaction:before{content:"\e71e"}.vyr-category-dataset:before{content:"\e717"}.vyr-category-model:before{content:"\e860"}.vyr-copy_to:before{content:"\e664"}.vyr-copy_from:before{content:"\e70c"}.vyr-shezhi:before{content:"\e68f"}.vyr-shanchu:before{content:"\e644"}.vyr-kejian:before{content:"\e633"}.vyr-bukejian:before{content:"\e634"}.vyr-right-arrow:before{content:"\e65b"}.vyr-add:before{content:"\e665"}.vyr-success:before{content:"\e67f"}.vyr-warning:before{content:"\e682"}.vyr-arrow-up-bold:before{content:"\e685"}.vyr-arrow-down-bold:before{content:"\e686"}.vyr-wenjianjia:before{content:"\e650"}.vyr-wenjian:before{content:"\e627"}.vyr-category-video:before{content:"\e656"}.vyr-category-image:before{content:"\e602"}.vyr-category-audio:before{content:"\e72a"}.vyr-category-geometry:before{content:"\e616"}.vyr-category-texture:before{content:"\e62f"}.vyr-category-other:before{content:"\e672"}.vyr-bianji:before{content:"\e636"}.vyr-bitian:before{content:"\e600"}.vyr-checked-no:before{content:"\e720"}.vyr-checked-multiple:before{content:"\e615"}.vyr-checked-all:before{content:"\e60b"}.vyr-category-ts:before{content:"\e6ec"}.vyr-kaifazhong:before{content:"\e791"}.vyr-remove:before{content:"\e666"}.handle[data-v-1c3f00f6]{cursor:pointer}.left[data-v-1c3f00f6]{text-align:left}.center[data-v-1c3f00f6]{text-align:center}.right[data-v-1c3f00f6]{text-align:right}.scrollbar[data-v-1c3f00f6]{scrollbar-arrow-color:transparent;scrollbar-face-color:transparent;scrollbar-3dlight-color:transparent;scrollbar-highlight-color:transparent;scrollbar-shadow-color:transparent;scrollbar-darkshadow-color:transparent;scrollbar-track-color:transparent;scrollbar-base-color:transparent;scrollbar-width:none;-ms-overflow-style:none}.scrollbar[data-v-1c3f00f6]::-webkit-scrollbar{display:none}.t_hide[data-v-1c3f00f6]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis}.t_warp[data-v-1c3f00f6]{white-space:pre-wrap;word-break:break-all}.vyr-font-family[data-v-1c3f00f6]{font-family:Segoe UI,Arial,sans-serif}.vyr-input-icon[data-v-1c3f00f6]{font-size:12px;margin:0 2px;color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-drag-mouse[data-v-1c3f00f6]{cursor:move}.vyr-transition-enter-active[data-v-1c3f00f6]{animation:vyr-transition-1c3f00f6 var(--vyr-animation-time)}.vyr-transition-leave-active[data-v-1c3f00f6]{animation:vyr-transition-1c3f00f6 var(--vyr-animation-time) reverse}.vyr-table-header-center .ag-header-cell-label[data-v-1c3f00f6]{justify-content:center}@keyframes vyr-transition-1c3f00f6{0%,10%{opacity:0}to{opacity:1}}.vyr-button[data-v-1c3f00f6]{font-family:Segoe UI,Arial,sans-serif;cursor:pointer;color:var(--vyr-font-color);font-size:var(--vyr-font-size);line-height:1em;padding:10px 18px;background-color:#232323;display:inline-block;border-radius:var(--vyr-radius-size);border:1px solid #474747;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;letter-spacing:2px;transition:all .2s;margin:0 20px 0 0}.vyr-button[data-v-1c3f00f6]:hover{background-color:#282828;border:1px solid #575757}.vyr-button[data-v-1c3f00f6]:active{background-color:#2f2f2f;border:1px solid #6f6f6f}.vyr-button[data-v-1c3f00f6]:last-child{margin-right:0}.divider[data-v-7f60a57e]{width:100%;height:calc(1em + 16px);display:flex;justify-content:center;align-items:center}.divider .line[data-v-7f60a57e]{width:100%;height:1px;position:relative;top:0;left:0;border-bottom:1px solid var(--vyr-border-color)}.divider .text[data-v-7f60a57e]{color:#c3c3c3;background-color:var(--vyr-topic-color);padding:0 0 0 20px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.handle[data-v-b98c70cc]{cursor:pointer}.left[data-v-b98c70cc]{text-align:left}.center[data-v-b98c70cc]{text-align:center}.right[data-v-b98c70cc]{text-align:right}.scrollbar[data-v-b98c70cc]{scrollbar-arrow-color:transparent;scrollbar-face-color:transparent;scrollbar-3dlight-color:transparent;scrollbar-highlight-color:transparent;scrollbar-shadow-color:transparent;scrollbar-darkshadow-color:transparent;scrollbar-track-color:transparent;scrollbar-base-color:transparent;scrollbar-width:none;-ms-overflow-style:none}.scrollbar[data-v-b98c70cc]::-webkit-scrollbar{display:none}.t_hide[data-v-b98c70cc]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis}.t_warp[data-v-b98c70cc]{white-space:pre-wrap;word-break:break-all}.vyr-font-family[data-v-b98c70cc]{font-family:Segoe UI,Arial,sans-serif}.vyr-input-icon[data-v-b98c70cc]{font-size:12px;margin:0 2px;color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-drag-mouse[data-v-b98c70cc]{cursor:move}.vyr-transition-enter-active[data-v-b98c70cc]{animation:vyr-transition-b98c70cc var(--vyr-animation-time)}.vyr-transition-leave-active[data-v-b98c70cc]{animation:vyr-transition-b98c70cc var(--vyr-animation-time) reverse}.vyr-table-header-center .ag-header-cell-label[data-v-b98c70cc]{justify-content:center}@keyframes vyr-transition-b98c70cc{0%,10%{opacity:0}to{opacity:1}}.vyr-scroll[data-v-b98c70cc]{font-family:Segoe UI,Arial,sans-serif;width:100%;height:100%;color:var(--vyr-font-color);font-size:var(--vyr-font-size);position:relative;left:0;top:0;box-sizing:border-box}.vyr-scroll .scroll-wrapper[data-v-b98c70cc]{width:100%;height:100%;overflow-x:hidden;overflow-y:scroll}.vyr-scroll .scroll-wrapper .scroll-body[data-v-b98c70cc]{width:100%;box-sizing:border-box}.vyr-scroll .scroll-bar[data-v-b98c70cc]{width:4px;border-radius:var(--vyr-radius-size);background-color:var(--vyr-scroll-bar-color);position:absolute;right:2px;transition:opacity var(--vyr-animation-time)}.handle[data-v-49795cc6]{cursor:pointer}.left[data-v-49795cc6]{text-align:left}.center[data-v-49795cc6]{text-align:center}.right[data-v-49795cc6]{text-align:right}.scrollbar[data-v-49795cc6]{scrollbar-arrow-color:transparent;scrollbar-face-color:transparent;scrollbar-3dlight-color:transparent;scrollbar-highlight-color:transparent;scrollbar-shadow-color:transparent;scrollbar-darkshadow-color:transparent;scrollbar-track-color:transparent;scrollbar-base-color:transparent;scrollbar-width:none;-ms-overflow-style:none}.scrollbar[data-v-49795cc6]::-webkit-scrollbar{display:none}.t_hide[data-v-49795cc6]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis}.t_warp[data-v-49795cc6]{white-space:pre-wrap;word-break:break-all}.vyr-font-family[data-v-49795cc6]{font-family:Segoe UI,Arial,sans-serif}.vyr-input-icon[data-v-49795cc6]{font-size:12px;margin:0 2px;color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-drag-mouse[data-v-49795cc6]{cursor:move}.vyr-transition-enter-active[data-v-49795cc6]{animation:vyr-transition-49795cc6 var(--vyr-animation-time)}.vyr-transition-leave-active[data-v-49795cc6]{animation:vyr-transition-49795cc6 var(--vyr-animation-time) reverse}.vyr-table-header-center .ag-header-cell-label[data-v-49795cc6]{justify-content:center}@keyframes vyr-transition-49795cc6{0%,10%{opacity:0}to{opacity:1}}.vyr-card[data-v-49795cc6]{font-family:Segoe UI,Arial,sans-serif;width:100%;font-size:var(--vyr-font-size);color:var(--vyr-font-color);border:1px solid var(--vyr-border-color);box-sizing:border-box;border-bottom-left-radius:2px;border-bottom-right-radius:2px;display:flex;flex-wrap:nowrap;flex-direction:column}.vyr-card .card-header[data-v-49795cc6]{width:100%;box-sizing:border-box;line-height:1.5em;padding:0 10px;background-color:var(--vyr-topic-color);position:relative;left:0;top:0;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-between;align-items:center;align-content:center}.vyr-card .card-header .header-title[data-v-49795cc6]{width:calc(100% - 25px);display:flex;align-items:center}.vyr-card .card-header .header-title .title-text[data-v-49795cc6]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis;line-height:calc(1em + 24px);margin-right:4px}.vyr-card .card-header .header-icon[data-v-49795cc6]{width:25px;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:flex-end;align-items:center;align-content:center}.vyr-card .card-header .header-icon .vyrfont[data-v-49795cc6]{cursor:pointer;font-size:var(--vyr-font-size);display:inline-block;transition:all var(--vyr-animation-time);color:var(--vyr-helper-color)}.vyr-card .card-header .header-icon.expand .vyrfont[data-v-49795cc6]{transform:rotate(-180deg)}.vyr-card .card-body[data-v-49795cc6]{width:100%;box-sizing:border-box;background-color:var(--vyr-topic-color);border-top:var(--vyr-border-size) solid var(--vyr-border-color);transition:height var(--vyr-animation-time);flex:1}.vyr-card .card-body .body-wrapper[data-v-49795cc6]{min-height:10px;box-sizing:border-box;padding:5px 10px}.vyr-card .card-body.scroll[data-v-49795cc6]{height:100%;overflow:hidden}.vyr-card .card-tool[data-v-49795cc6]{border-top:var(--vyr-border-size) solid var(--vyr-border-color);padding:10px;box-sizing:border-box;display:flex}.vyr-card .card-tool[data-v-49795cc6]>*{font-size:18px;margin-right:16px;cursor:pointer;transition:all var(--vyr-animation-time)}.vyr-card .card-tool[data-v-49795cc6]>:hover{color:var(--vyr-active-topic-color)}.handle[data-v-3763114c]{cursor:pointer}.left[data-v-3763114c]{text-align:left}.center[data-v-3763114c]{text-align:center}.right[data-v-3763114c]{text-align:right}.scrollbar[data-v-3763114c]{scrollbar-arrow-color:transparent;scrollbar-face-color:transparent;scrollbar-3dlight-color:transparent;scrollbar-highlight-color:transparent;scrollbar-shadow-color:transparent;scrollbar-darkshadow-color:transparent;scrollbar-track-color:transparent;scrollbar-base-color:transparent;scrollbar-width:none;-ms-overflow-style:none}.scrollbar[data-v-3763114c]::-webkit-scrollbar{display:none}.t_hide[data-v-3763114c]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis}.t_warp[data-v-3763114c]{white-space:pre-wrap;word-break:break-all}.vyr-font-family[data-v-3763114c]{font-family:Segoe UI,Arial,sans-serif}.vyr-input-icon[data-v-3763114c]{font-size:12px;margin:0 2px;color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-drag-mouse[data-v-3763114c]{cursor:move}.vyr-transition-enter-active[data-v-3763114c]{animation:vyr-transition-3763114c var(--vyr-animation-time)}.vyr-transition-leave-active[data-v-3763114c]{animation:vyr-transition-3763114c var(--vyr-animation-time) reverse}.vyr-table-header-center .ag-header-cell-label[data-v-3763114c]{justify-content:center}@keyframes vyr-transition-3763114c{0%,10%{opacity:0}to{opacity:1}}.vyr-popover-location[data-v-3763114c]{font-family:Segoe UI,Arial,sans-serif;display:none}.vyr-popover[data-v-3763114c]{font-family:Segoe UI,Arial,sans-serif;max-width:calc(100% - 40px);max-height:calc(100% - 40px);color:var(--vyr-font-color);font-size:var(--vyr-font-size);box-sizing:border-box;transition:opacity var(--vyr-animation-time)}.vyr-popover .popover-wrapper[data-v-3763114c]{background-color:var(--vyr-popover-background-color);position:relative;left:0;top:0}.vyr-popover .popover-wrapper.flex[data-v-3763114c]{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:flex-start;align-items:flex-start;align-content:flex-start}.vyr-popover .popover-arrow[data-v-3763114c],.vyr-popover .popover-arrow[data-v-3763114c]:before{position:absolute;width:6px;height:6px;background:inherit}.vyr-popover .popover-arrow[data-v-3763114c]{visibility:hidden}.vyr-popover .popover-arrow[data-v-3763114c]:before{border:1px solid var(--vyr-border-color);content:"";visibility:visible;transform:rotate(45deg);background-color:var(--vyr-topic-color)}.vyr-popover.dialog[data-v-3763114c]{z-index:var(--vyr-popover-dialog-z-index)}.vyr-popover.dialog.active[data-v-3763114c]{z-index:var(--vyr-popover-dialog-active-z-index)}.vyr-popover.card[data-v-3763114c]{background-color:var(--vyr-popover-background-color);border:1px solid var(--vyr-border-color);box-sizing:border-box}.vyr-popover.card .popover-wrapper[data-v-3763114c]{width:100%;height:100%;padding:10px;box-sizing:border-box}.vyr-popover[data-popper-placement^=top]>.popover-arrow[data-v-3763114c]{bottom:-3px}.vyr-popover[data-popper-placement^=bottom]>.popover-arrow[data-v-3763114c]{top:-3px}.vyr-popover[data-popper-placement^=left]>.popover-arrow[data-v-3763114c]{right:-3px}.vyr-popover[data-popper-placement^=right]>.popover-arrow[data-v-3763114c]{left:-3px}.vyr-popover[data-popper-escaped][data-v-3763114c],.vyr-popover[data-vyr-popper-hidden][data-v-3763114c]{opacity:0;pointer-events:none}.vyr-popover[data-popper-escaped] .popover-arrow[data-v-3763114c],.vyr-popover[data-vyr-popper-hidden] .popover-arrow[data-v-3763114c]{opacity:0}.handle[data-v-b3e095fa]{cursor:pointer}.left[data-v-b3e095fa]{text-align:left}.center[data-v-b3e095fa]{text-align:center}.right[data-v-b3e095fa]{text-align:right}.scrollbar[data-v-b3e095fa]{scrollbar-arrow-color:transparent;scrollbar-face-color:transparent;scrollbar-3dlight-color:transparent;scrollbar-highlight-color:transparent;scrollbar-shadow-color:transparent;scrollbar-darkshadow-color:transparent;scrollbar-track-color:transparent;scrollbar-base-color:transparent;scrollbar-width:none;-ms-overflow-style:none}.scrollbar[data-v-b3e095fa]::-webkit-scrollbar{display:none}.t_hide[data-v-b3e095fa]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis}.t_warp[data-v-b3e095fa]{white-space:pre-wrap;word-break:break-all}.vyr-font-family[data-v-b3e095fa]{font-family:Segoe UI,Arial,sans-serif}.vyr-input-icon[data-v-b3e095fa]{font-size:12px;margin:0 2px;color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-drag-mouse[data-v-b3e095fa]{cursor:move}.vyr-transition-enter-active[data-v-b3e095fa]{animation:vyr-transition-b3e095fa var(--vyr-animation-time)}.vyr-transition-leave-active[data-v-b3e095fa]{animation:vyr-transition-b3e095fa var(--vyr-animation-time) reverse}.vyr-table-header-center .ag-header-cell-label[data-v-b3e095fa]{justify-content:center}@keyframes vyr-transition-b3e095fa{0%,10%{opacity:0}to{opacity:1}}.vyr-option[data-v-b3e095fa]{font-family:Segoe UI,Arial,sans-serif;cursor:pointer;color:var(--vyr-font-color);background-color:var(--vyr-option-background-color);font-size:var(--vyr-font-size);width:100%;height:var(--vyr-input-height);padding:0 4px 0 var(--vyr-input-l-r-padding);box-sizing:border-box;overflow-x:hidden;overflow-y:hidden;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-between;align-items:center;align-content:center;transition:background-color var(--vyr-animation-time)}.vyr-option[data-v-b3e095fa]:hover{background-color:var(--vyr-active-topic-color)}.vyr-option .option-label[data-v-b3e095fa]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis;width:100%;padding:0 0 0 5px;box-sizing:border-box}.vyr-option .option-arrow[data-v-b3e095fa]{width:auto;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:center;align-items:center;align-content:center}.vyr-option .option-arrow .vyrfont[data-v-b3e095fa]{font-size:var(--vyr-font-size)}.vyr-option.justify[data-v-b3e095fa]{text-align:right;justify-content:end}.vyr-option.justify .vyr-right-arrow[data-v-b3e095fa]{rotate:180deg}.vyr-option[data-v-b3e095fa]:hover{background-color:var(--vyr-option-hover-background-color)}.vyr-option.expand[data-v-b3e095fa]{background-color:var(--vyr-option-background-color-expand)}.vyr-option.active[data-v-b3e095fa],.vyr-option.active[data-v-b3e095fa]:hover{background-color:var(--vyr-active-topic-color)}.vyr-option.warning[data-v-b3e095fa],.vyr-option.warning[data-v-b3e095fa]:hover{background-color:rgba(var(--vyr-warning-color),.8)}.vyr-option.disabled[data-v-b3e095fa],.vyr-option.disabled[data-v-b3e095fa]:hover{background-color:inherit;color:var(--vyr-option-disabled-background-color);cursor:default}.vyr-option.active.disabled[data-v-b3e095fa],.vyr-option.active.disabled[data-v-b3e095fa]:hover{color:var(--vyr-font-color);background-color:var(--vyr-active-topic-color);opacity:.5}.vyr-drag-mouse .vyr-option[data-v-b3e095fa]{cursor:move}.handle[data-v-98075b9c]{cursor:pointer}.left[data-v-98075b9c]{text-align:left}.center[data-v-98075b9c]{text-align:center}.right[data-v-98075b9c]{text-align:right}.scrollbar[data-v-98075b9c]{scrollbar-arrow-color:transparent;scrollbar-face-color:transparent;scrollbar-3dlight-color:transparent;scrollbar-highlight-color:transparent;scrollbar-shadow-color:transparent;scrollbar-darkshadow-color:transparent;scrollbar-track-color:transparent;scrollbar-base-color:transparent;scrollbar-width:none;-ms-overflow-style:none}.scrollbar[data-v-98075b9c]::-webkit-scrollbar{display:none}.t_hide[data-v-98075b9c]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis}.t_warp[data-v-98075b9c]{white-space:pre-wrap;word-break:break-all}.vyr-font-family[data-v-98075b9c]{font-family:Segoe UI,Arial,sans-serif}.vyr-input-icon[data-v-98075b9c]{font-size:12px;margin:0 2px;color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-drag-mouse[data-v-98075b9c]{cursor:move}.vyr-transition-enter-active[data-v-98075b9c]{animation:vyr-transition-98075b9c var(--vyr-animation-time)}.vyr-transition-leave-active[data-v-98075b9c]{animation:vyr-transition-98075b9c var(--vyr-animation-time) reverse}.vyr-table-header-center .ag-header-cell-label[data-v-98075b9c]{justify-content:center}@keyframes vyr-transition-98075b9c{0%,10%{opacity:0}to{opacity:1}}.vyr-drag[data-v-98075b9c]{font-family:Segoe UI,Arial,sans-serif;width:260px;background-color:var(--vyr-blue-color);z-index:100000;border:1px solid var(--vyr-border-color);position:absolute;pointer-events:none;cursor:move}.handle[data-v-9c681fda]{cursor:pointer}.left[data-v-9c681fda]{text-align:left}.center[data-v-9c681fda]{text-align:center}.right[data-v-9c681fda]{text-align:right}.scrollbar[data-v-9c681fda]{scrollbar-arrow-color:transparent;scrollbar-face-color:transparent;scrollbar-3dlight-color:transparent;scrollbar-highlight-color:transparent;scrollbar-shadow-color:transparent;scrollbar-darkshadow-color:transparent;scrollbar-track-color:transparent;scrollbar-base-color:transparent;scrollbar-width:none;-ms-overflow-style:none}.scrollbar[data-v-9c681fda]::-webkit-scrollbar{display:none}.t_hide[data-v-9c681fda]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis}.t_warp[data-v-9c681fda]{white-space:pre-wrap;word-break:break-all}.vyr-font-family[data-v-9c681fda]{font-family:Segoe UI,Arial,sans-serif}.vyr-input-icon[data-v-9c681fda]{font-size:12px;margin:0 2px;color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-drag-mouse[data-v-9c681fda]{cursor:move}.vyr-transition-enter-active[data-v-9c681fda]{animation:vyr-transition-9c681fda var(--vyr-animation-time)}.vyr-transition-leave-active[data-v-9c681fda]{animation:vyr-transition-9c681fda var(--vyr-animation-time) reverse}.vyr-table-header-center .ag-header-cell-label[data-v-9c681fda]{justify-content:center}@keyframes vyr-transition-9c681fda{0%,10%{opacity:0}to{opacity:1}}.vyr-input[data-v-9c681fda]{font-family:Segoe UI,Arial,sans-serif;color:var(--vyr-font-color);font-size:var(--vyr-font-size);position:relative;left:0;top:0;overflow-x:hidden;overflow-y:hidden;display:inline-flex;flex-wrap:nowrap;flex-direction:row}.vyr-input .input-wrapper[data-v-9c681fda]{font-family:Segoe UI,Arial,sans-serif;width:100%;height:var(--vyr-input-height);line-height:var(--vyr-input-height);box-sizing:border-box;padding:0 var(--vyr-input-l-r-padding);border-radius:var(--vyr-input-radius);font-size:var(--vyr-input-font-size);color:var(--vyr-input-font-color);background-color:var(--vyr-input-background-color);border:var(--vyr-input-border-size) solid var(--vyr-input-border-color);-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;transition:border var(--vyr-animation-time)}.vyr-input .input-wrapper[type=password][data-v-9c681fda]::-ms-reveal{display:none}.vyr-input .input-wrapper[data-v-9c681fda]:focus{border:var(--vyr-border-size) solid var(--vyr-active-topic-color)}.vyr-input .input-wrapper[data-v-9c681fda]::-moz-placeholder{color:var(--vyr-input-placeholder-color);font-size:var(--vyr-font-size)}.vyr-input .input-wrapper[data-v-9c681fda]::placeholder{color:var(--vyr-input-placeholder-color);font-size:var(--vyr-font-size)}.vyr-input .input-wrapper.readonly[data-v-9c681fda]{caret-color:transparent}.vyr-input .input-wrapper.draggable[data-v-9c681fda]{border:var(--vyr-border-size) dashed var(--vyr-draggable-color);animation:input-draggable-9c681fda 1s infinite}.vyr-input .icon-wrapper[data-v-9c681fda]{width:var(--vyr-input-icon-size);height:calc(100% - var(--vyr-input-border-size)*2);position:absolute;right:0;top:50%;transform:translate(-2px,-50%);z-index:1;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:center;align-items:center;align-content:center;transition:all var(--vyr-animation-time);padding:0 2px;box-sizing:border-box;pointer-events:none;cursor:pointer}.vyr-input .icon-wrapper .vyr-shanchu[data-v-9c681fda]{font-size:18px;pointer-events:auto}.vyr-input .icon-wrapper .vyr-shanchu[data-v-9c681fda]:hover{color:var(--vyr-active-topic-color)}.vyr-input.clearable .input-wrapper[data-v-9c681fda],.vyr-input.icon .input-wrapper[data-v-9c681fda]{padding-right:var(--vyr-input-icon-size)}.vyr-input.modify .input-wrapper[data-v-9c681fda]{padding-left:4px}.vyr-drag-mouse .vyr-input .input-wrapper[data-v-9c681fda]{cursor:move}@keyframes input-draggable-9c681fda{0%,to{border-color:var(--vyr-input-border-color)}50%{border-color:var(--vyr-draggable-color)}}.handle[data-v-2948f956]{cursor:pointer}.left[data-v-2948f956]{text-align:left}.center[data-v-2948f956]{text-align:center}.right[data-v-2948f956]{text-align:right}.scrollbar[data-v-2948f956]{scrollbar-arrow-color:transparent;scrollbar-face-color:transparent;scrollbar-3dlight-color:transparent;scrollbar-highlight-color:transparent;scrollbar-shadow-color:transparent;scrollbar-darkshadow-color:transparent;scrollbar-track-color:transparent;scrollbar-base-color:transparent;scrollbar-width:none;-ms-overflow-style:none}.scrollbar[data-v-2948f956]::-webkit-scrollbar{display:none}.t_hide[data-v-2948f956]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis}.t_warp[data-v-2948f956]{white-space:pre-wrap;word-break:break-all}.vyr-font-family[data-v-2948f956]{font-family:Segoe UI,Arial,sans-serif}.vyr-input-icon[data-v-2948f956]{font-size:12px;margin:0 2px;color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-drag-mouse[data-v-2948f956]{cursor:move}.vyr-transition-enter-active[data-v-2948f956]{animation:vyr-transition-2948f956 var(--vyr-animation-time)}.vyr-transition-leave-active[data-v-2948f956]{animation:vyr-transition-2948f956 var(--vyr-animation-time) reverse}.vyr-table-header-center .ag-header-cell-label[data-v-2948f956]{justify-content:center}@keyframes vyr-transition-2948f956{0%,10%{opacity:0}to{opacity:1}}.vyr-options[data-v-2948f956]{font-family:Segoe UI,Arial,sans-serif;width:100%;height:auto;color:var(--vyr-font-color);font-size:var(--vyr-font-size);background-color:var(--vyr-options-background-color);overflow-x:hidden;overflow-y:hidden;border:var(--vyr-border-size) solid var(--vyr-options-border-color);border-radius:var(--vyr-radius-size);box-sizing:border-box}.vyr-options[data-v-2948f956] .vyr-option{margin-bottom:var(--vyr-option-margin)}.vyr-options[data-v-2948f956] .vyr-option:last-child{margin-bottom:0}.vyr-options .custom-option[data-v-2948f956]{padding-left:0}.vyr-options .custom-option[data-v-2948f956]:hover{background-color:transparent}.vyr-options .custom-add[data-v-2948f956]{width:100%;text-align:center}.vyr-options .custom-add .vyr-add[data-v-2948f956]{font-size:14px}.vyr-options .custom-wrapper[data-v-2948f956]{width:45px;padding:0 0 0 8px;box-sizing:border-box;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-between;align-items:center;align-content:center}.vyr-options .custom-wrapper[data-v-2948f956]:has(>:only-child){justify-content:flex-end}.vyr-options .vyr-bianji[data-v-2948f956]{font-size:18px}.vyr-options .custom-wrapper .vyr-queren[data-v-2948f956],.vyr-options .custom-wrapper .vyr-quxiao[data-v-2948f956],.vyr-options .vyr-bianji[data-v-2948f956],.vyr-options .vyr-remove[data-v-2948f956]{cursor:pointer;color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-options .custom-wrapper .vyr-queren[data-v-2948f956]:hover,.vyr-options .custom-wrapper .vyr-quxiao[data-v-2948f956]:hover,.vyr-options .vyr-bianji[data-v-2948f956]:hover,.vyr-options .vyr-option.active .vyr-bianji[data-v-2948f956],.vyr-options .vyr-option.active .vyr-remove[data-v-2948f956],.vyr-options .vyr-remove[data-v-2948f956]:hover{color:var(--vyr-white-color)}.handle[data-v-ad783f80]{cursor:pointer}.left[data-v-ad783f80]{text-align:left}.center[data-v-ad783f80]{text-align:center}.right[data-v-ad783f80]{text-align:right}.scrollbar[data-v-ad783f80]{scrollbar-arrow-color:transparent;scrollbar-face-color:transparent;scrollbar-3dlight-color:transparent;scrollbar-highlight-color:transparent;scrollbar-shadow-color:transparent;scrollbar-darkshadow-color:transparent;scrollbar-track-color:transparent;scrollbar-base-color:transparent;scrollbar-width:none;-ms-overflow-style:none}.scrollbar[data-v-ad783f80]::-webkit-scrollbar{display:none}.t_hide[data-v-ad783f80]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis}.t_warp[data-v-ad783f80]{white-space:pre-wrap;word-break:break-all}.vyr-font-family[data-v-ad783f80]{font-family:Segoe UI,Arial,sans-serif}.vyr-input-icon[data-v-ad783f80]{font-size:12px;margin:0 2px;color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-drag-mouse[data-v-ad783f80]{cursor:move}.vyr-transition-enter-active[data-v-ad783f80]{animation:vyr-transition-ad783f80 var(--vyr-animation-time)}.vyr-transition-leave-active[data-v-ad783f80]{animation:vyr-transition-ad783f80 var(--vyr-animation-time) reverse}.vyr-table-header-center .ag-header-cell-label[data-v-ad783f80]{justify-content:center}@keyframes vyr-transition-ad783f80{0%,10%{opacity:0}to{opacity:1}}.vyr-select[data-v-ad783f80]{font-family:Segoe UI,Arial,sans-serif;color:var(--vyr-font-color);font-size:var(--vyr-font-size)}.vyr-select .select-wrapper[data-v-ad783f80]{position:relative;left:0;top:0;width:100%;height:var(--vyr-input-height)}.vyr-select .select-wrapper[data-v-ad783f80] .input-wrapper{cursor:pointer;padding-right:var(--vyr-input-icon-size)}.vyr-select .select-wrapper .vyr-input-icon.active[data-v-ad783f80],.vyr-select .select-wrapper .vyr-input-icon[data-v-ad783f80]:hover,.vyr-select .select-wrapper[data-v-ad783f80] .vyr-input-icon.active{color:var(--vyr-active-topic-color)}.vyr-select .select-wrapper .vyr-input-icon.active[data-v-ad783f80],.vyr-select .select-wrapper[data-v-ad783f80] .vyr-input-icon.active{transform:rotate(180deg)}.vyr-select .select-wrapper .vyr-shanchu[data-v-ad783f80]{font-size:18px;pointer-events:auto}.vyr-select-popover .vyr-remove[data-v-ad783f80]{color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-select-popover .vyr-options[data-v-ad783f80]{border-radius:0}.vyr-select-popover .vyr-options[data-v-ad783f80]:not(:first-child){border-left-color:transparent}.vyr-select-popover .vyr-options[data-v-ad783f80]:first-child{border-top-left-radius:var(--vyr-radius-size);border-bottom-left-radius:var(--vyr-radius-size)}.vyr-select-popover .vyr-options[data-v-ad783f80]:last-child{border-top-right-radius:var(--vyr-radius-size);border-bottom-right-radius:var(--vyr-radius-size)}.handle[data-v-62045c9e]{cursor:pointer}.left[data-v-62045c9e]{text-align:left}.center[data-v-62045c9e]{text-align:center}.right[data-v-62045c9e]{text-align:right}.scrollbar[data-v-62045c9e]{scrollbar-arrow-color:transparent;scrollbar-face-color:transparent;scrollbar-3dlight-color:transparent;scrollbar-highlight-color:transparent;scrollbar-shadow-color:transparent;scrollbar-darkshadow-color:transparent;scrollbar-track-color:transparent;scrollbar-base-color:transparent;scrollbar-width:none;-ms-overflow-style:none}.scrollbar[data-v-62045c9e]::-webkit-scrollbar{display:none}.t_hide[data-v-62045c9e]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis}.t_warp[data-v-62045c9e]{white-space:pre-wrap;word-break:break-all}.vyr-font-family[data-v-62045c9e]{font-family:Segoe UI,Arial,sans-serif}.vyr-input-icon[data-v-62045c9e]{font-size:12px;margin:0 2px;color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-drag-mouse[data-v-62045c9e]{cursor:move}.vyr-transition-enter-active[data-v-62045c9e]{animation:vyr-transition-62045c9e var(--vyr-animation-time)}.vyr-transition-leave-active[data-v-62045c9e]{animation:vyr-transition-62045c9e var(--vyr-animation-time) reverse}.vyr-table-header-center .ag-header-cell-label[data-v-62045c9e]{justify-content:center}@keyframes vyr-transition-62045c9e{0%,10%{opacity:0}to{opacity:1}}.vyr-cascader[data-v-62045c9e]{font-family:Segoe UI,Arial,sans-serif}.vyr-cascader-popover .vyr-options[data-v-62045c9e]{border-radius:0}.vyr-cascader-popover .vyr-options[data-v-62045c9e] .vyr-option{padding:0 4px 0 var(--vyr-input-l-r-padding)}.vyr-cascader-popover .vyr-options[data-v-62045c9e] .vyr-option.justify{padding:0 var(--vyr-input-l-r-padding) 0 4px}.vyr-cascader-popover .vyr-options[data-v-62045c9e]:not(:first-child){border-left-color:transparent}.vyr-cascader-popover .vyr-options[data-v-62045c9e]:first-child{border-top-left-radius:var(--vyr-radius-size);border-bottom-left-radius:var(--vyr-radius-size)}.vyr-cascader-popover .vyr-options[data-v-62045c9e]:last-child{border-top-right-radius:var(--vyr-radius-size);border-bottom-right-radius:var(--vyr-radius-size)}.handle[data-v-9a057b0c]{cursor:pointer}.left[data-v-9a057b0c]{text-align:left}.center[data-v-9a057b0c]{text-align:center}.right[data-v-9a057b0c]{text-align:right}.scrollbar[data-v-9a057b0c]{scrollbar-arrow-color:transparent;scrollbar-face-color:transparent;scrollbar-3dlight-color:transparent;scrollbar-highlight-color:transparent;scrollbar-shadow-color:transparent;scrollbar-darkshadow-color:transparent;scrollbar-track-color:transparent;scrollbar-base-color:transparent;scrollbar-width:none;-ms-overflow-style:none}.scrollbar[data-v-9a057b0c]::-webkit-scrollbar{display:none}.t_hide[data-v-9a057b0c]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis}.t_warp[data-v-9a057b0c]{white-space:pre-wrap;word-break:break-all}.vyr-font-family[data-v-9a057b0c]{font-family:Segoe UI,Arial,sans-serif}.vyr-input-icon[data-v-9a057b0c]{font-size:12px;margin:0 2px;color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-drag-mouse[data-v-9a057b0c]{cursor:move}.vyr-transition-enter-active[data-v-9a057b0c]{animation:vyr-transition-9a057b0c var(--vyr-animation-time)}.vyr-transition-leave-active[data-v-9a057b0c]{animation:vyr-transition-9a057b0c var(--vyr-animation-time) reverse}.vyr-table-header-center .ag-header-cell-label[data-v-9a057b0c]{justify-content:center}@keyframes vyr-transition-9a057b0c{0%,10%{opacity:0}to{opacity:1}}.vyr-checked[data-v-9a057b0c]{font-family:Segoe UI,Arial,sans-serif;cursor:pointer;max-width:100%;color:var(--vyr-font-color);margin:0 10px 0 0;display:inline-flex;flex-wrap:nowrap;flex-direction:row;vertical-align:top}.vyr-checked .checked-box[data-v-9a057b0c]{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:flex-start;align-items:center;align-content:center;position:relative;left:0;top:0}.vyr-checked .checked-box .vyrfont[data-v-9a057b0c]{font-size:22px;color:#676767;transition:all var(--vyr-animation-time)}.vyr-checked .checked-box .vyr-checked-all[data-v-9a057b0c],.vyr-checked .checked-box .vyr-checked-multiple[data-v-9a057b0c],.vyr-checked .checked-box .vyrfont.active[data-v-9a057b0c],.vyr-checked .checked-box .vyrfont[data-v-9a057b0c]:hover{color:var(--vyr-active-topic-color)}.vyr-checked .checked-box .vyr-checked-all[data-v-9a057b0c],.vyr-checked .checked-box .vyr-checked-multiple[data-v-9a057b0c]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.vyr-checked .checked-body[data-v-9a057b0c]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis;line-height:var(--vyr-input-height);padding:0 0 0 10px;box-sizing:border-box}.vyr-checked.disabled[data-v-9a057b0c]{cursor:not-allowed}.vyr-checked.disabled .checked-box .vyrfont[data-v-9a057b0c],.vyr-checked.disabled .checked-box .vyrfont[data-v-9a057b0c]:hover{color:#313131!important}.vyr-checked[data-v-9a057b0c]:last-child{margin-right:0}.handle[data-v-5a615ef9]{cursor:pointer}.left[data-v-5a615ef9]{text-align:left}.center[data-v-5a615ef9]{text-align:center}.right[data-v-5a615ef9]{text-align:right}.scrollbar[data-v-5a615ef9]{scrollbar-arrow-color:transparent;scrollbar-face-color:transparent;scrollbar-3dlight-color:transparent;scrollbar-highlight-color:transparent;scrollbar-shadow-color:transparent;scrollbar-darkshadow-color:transparent;scrollbar-track-color:transparent;scrollbar-base-color:transparent;scrollbar-width:none;-ms-overflow-style:none}.scrollbar[data-v-5a615ef9]::-webkit-scrollbar{display:none}.t_hide[data-v-5a615ef9]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis}.t_warp[data-v-5a615ef9]{white-space:pre-wrap;word-break:break-all}.vyr-font-family[data-v-5a615ef9]{font-family:Segoe UI,Arial,sans-serif}.vyr-input-icon[data-v-5a615ef9]{font-size:12px;margin:0 2px;color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-drag-mouse[data-v-5a615ef9]{cursor:move}.vyr-transition-enter-active[data-v-5a615ef9]{animation:vyr-transition-5a615ef9 var(--vyr-animation-time)}.vyr-transition-leave-active[data-v-5a615ef9]{animation:vyr-transition-5a615ef9 var(--vyr-animation-time) reverse}.vyr-table-header-center .ag-header-cell-label[data-v-5a615ef9]{justify-content:center}@keyframes vyr-transition-5a615ef9{0%,10%{opacity:0}to{opacity:1}}.vyr-checked-group[data-v-5a615ef9]{font-family:Segoe UI,Arial,sans-serif}.handle[data-v-6148a250]{cursor:pointer}.left[data-v-6148a250]{text-align:left}.center[data-v-6148a250]{text-align:center}.right[data-v-6148a250]{text-align:right}.scrollbar[data-v-6148a250]{scrollbar-arrow-color:transparent;scrollbar-face-color:transparent;scrollbar-3dlight-color:transparent;scrollbar-highlight-color:transparent;scrollbar-shadow-color:transparent;scrollbar-darkshadow-color:transparent;scrollbar-track-color:transparent;scrollbar-base-color:transparent;scrollbar-width:none;-ms-overflow-style:none}.scrollbar[data-v-6148a250]::-webkit-scrollbar{display:none}.t_hide[data-v-6148a250]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis}.t_warp[data-v-6148a250]{white-space:pre-wrap;word-break:break-all}.vyr-font-family[data-v-6148a250]{font-family:Segoe UI,Arial,sans-serif}.vyr-input-icon[data-v-6148a250]{font-size:12px;margin:0 2px;color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-drag-mouse[data-v-6148a250]{cursor:move}.vyr-transition-enter-active[data-v-6148a250]{animation:vyr-transition-6148a250 var(--vyr-animation-time)}.vyr-transition-leave-active[data-v-6148a250]{animation:vyr-transition-6148a250 var(--vyr-animation-time) reverse}.vyr-table-header-center .ag-header-cell-label[data-v-6148a250]{justify-content:center}@keyframes vyr-transition-6148a250{0%,10%{opacity:0}to{opacity:1}}.vyr-col[data-v-6148a250]{font-family:Segoe UI,Arial,sans-serif;display:inline-flex;flex-wrap:nowrap;flex-direction:row;box-sizing:border-box;vertical-align:top}.vyr-col-24[data-v-6148a250]{width:100%}.vyr-col-offset-24[data-v-6148a250]{margin:0 0 0 100%}.vyr-col-23[data-v-6148a250]{width:95.83333333%}.vyr-col-offset-23[data-v-6148a250]{margin:0 0 0 95.83333333%}.vyr-col-22[data-v-6148a250]{width:91.66666667%}.vyr-col-offset-22[data-v-6148a250]{margin:0 0 0 91.66666667%}.vyr-col-21[data-v-6148a250]{width:87.5%}.vyr-col-offset-21[data-v-6148a250]{margin:0 0 0 87.5%}.vyr-col-20[data-v-6148a250]{width:83.33333333%}.vyr-col-offset-20[data-v-6148a250]{margin:0 0 0 83.33333333%}.vyr-col-19[data-v-6148a250]{width:79.16666667%}.vyr-col-offset-19[data-v-6148a250]{margin:0 0 0 79.16666667%}.vyr-col-18[data-v-6148a250]{width:75%}.vyr-col-offset-18[data-v-6148a250]{margin:0 0 0 75%}.vyr-col-17[data-v-6148a250]{width:70.83333333%}.vyr-col-offset-17[data-v-6148a250]{margin:0 0 0 70.83333333%}.vyr-col-16[data-v-6148a250]{width:66.66666667%}.vyr-col-offset-16[data-v-6148a250]{margin:0 0 0 66.66666667%}.vyr-col-15[data-v-6148a250]{width:62.5%}.vyr-col-offset-15[data-v-6148a250]{margin:0 0 0 62.5%}.vyr-col-14[data-v-6148a250]{width:58.33333333%}.vyr-col-offset-14[data-v-6148a250]{margin:0 0 0 58.33333333%}.vyr-col-13[data-v-6148a250]{width:54.16666667%}.vyr-col-offset-13[data-v-6148a250]{margin:0 0 0 54.16666667%}.vyr-col-12[data-v-6148a250]{width:50%}.vyr-col-offset-12[data-v-6148a250]{margin:0 0 0 50%}.vyr-col-11[data-v-6148a250]{width:45.83333333%}.vyr-col-offset-11[data-v-6148a250]{margin:0 0 0 45.83333333%}.vyr-col-10[data-v-6148a250]{width:41.66666667%}.vyr-col-offset-10[data-v-6148a250]{margin:0 0 0 41.66666667%}.vyr-col-9[data-v-6148a250]{width:37.5%}.vyr-col-offset-9[data-v-6148a250]{margin:0 0 0 37.5%}.vyr-col-8[data-v-6148a250]{width:33.33333333%}.vyr-col-offset-8[data-v-6148a250]{margin:0 0 0 33.33333333%}.vyr-col-7[data-v-6148a250]{width:29.16666667%}.vyr-col-offset-7[data-v-6148a250]{margin:0 0 0 29.16666667%}.vyr-col-6[data-v-6148a250]{width:25%}.vyr-col-offset-6[data-v-6148a250]{margin:0 0 0 25%}.vyr-col-5[data-v-6148a250]{width:20.83333333%}.vyr-col-offset-5[data-v-6148a250]{margin:0 0 0 20.83333333%}.vyr-col-4[data-v-6148a250]{width:16.66666667%}.vyr-col-offset-4[data-v-6148a250]{margin:0 0 0 16.66666667%}.vyr-col-3[data-v-6148a250]{width:12.5%}.vyr-col-offset-3[data-v-6148a250]{margin:0 0 0 12.5%}.vyr-col-2[data-v-6148a250]{width:8.33333333%}.vyr-col-offset-2[data-v-6148a250]{margin:0 0 0 8.33333333%}.handle[data-v-7fed5fd6]{cursor:pointer}.left[data-v-7fed5fd6]{text-align:left}.center[data-v-7fed5fd6]{text-align:center}.right[data-v-7fed5fd6]{text-align:right}.scrollbar[data-v-7fed5fd6]{scrollbar-arrow-color:transparent;scrollbar-face-color:transparent;scrollbar-3dlight-color:transparent;scrollbar-highlight-color:transparent;scrollbar-shadow-color:transparent;scrollbar-darkshadow-color:transparent;scrollbar-track-color:transparent;scrollbar-base-color:transparent;scrollbar-width:none;-ms-overflow-style:none}.scrollbar[data-v-7fed5fd6]::-webkit-scrollbar{display:none}.t_hide[data-v-7fed5fd6]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis}.t_warp[data-v-7fed5fd6]{white-space:pre-wrap;word-break:break-all}.vyr-font-family[data-v-7fed5fd6]{font-family:Segoe UI,Arial,sans-serif}.vyr-input-icon[data-v-7fed5fd6]{font-size:12px;margin:0 2px;color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-drag-mouse[data-v-7fed5fd6]{cursor:move}.vyr-transition-enter-active[data-v-7fed5fd6]{animation:vyr-transition-7fed5fd6 var(--vyr-animation-time)}.vyr-transition-leave-active[data-v-7fed5fd6]{animation:vyr-transition-7fed5fd6 var(--vyr-animation-time) reverse}.vyr-table-header-center .ag-header-cell-label[data-v-7fed5fd6]{justify-content:center}@keyframes vyr-transition-7fed5fd6{0%,10%{opacity:0}to{opacity:1}}.vyr-color-picker[data-v-7fed5fd6]{font-family:Segoe UI,Arial,sans-serif;background-color:transparent;display:inline-flex;flex-wrap:nowrap;flex-direction:row;justify-content:flex-start;align-items:center;align-content:center}.vyr-color-picker .vyr-picker-border[data-v-7fed5fd6]{width:22px;height:22px;border:var(--vyr-border-size) solid var(--vyr-border-color);box-sizing:border-box;padding:3px}.vyr-color-picker .color-value[data-v-7fed5fd6]{cursor:pointer;width:100%;height:100%;background-color:transparent;border:var(--vyr-border-size) solid var(--vyr-border-color);box-sizing:border-box}.color-picker-popover .color-picker .picker-wrapper[data-v-7fed5fd6]{display:flex;flex-wrap:wrap;flex-direction:row}.color-picker-popover .color-picker .picker-wrapper .picker-panel[data-v-7fed5fd6]{width:100%;position:relative;left:0;top:0;overflow-x:hidden;overflow-y:hidden}.color-picker-popover .color-picker .picker-wrapper .picker-panel .picker-panel-white[data-v-7fed5fd6]{position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.color-picker-popover .color-picker .picker-wrapper .picker-panel .picker-panel-black[data-v-7fed5fd6]{position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(0deg,#000,transparent)}.color-picker-popover .color-picker .picker-wrapper .picker-panel .picker-cursor[data-v-7fed5fd6]{cursor:pointer;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:4px;height:4px;border-radius:50%;border:var(--vyr-border-size) solid var(--vyr-white-color);box-shadow:0 0 5px var(--vyr-black-color);background-color:rgba(0,0,0,.6)}.color-picker-popover .color-picker .picker-wrapper .picker-panel.active[data-v-7fed5fd6]{cursor:pointer}.color-picker-popover .color-picker .picker-wrapper .picker-bar[data-v-7fed5fd6]{width:100%;height:14px;margin:10px 0 0;position:relative;left:0;top:0;background:linear-gradient(90deg,red,#ff0,lime,cyan,blue,#f0f,red)}.color-picker-popover .color-picker .picker-wrapper .picker-bar .picker-hue[data-v-7fed5fd6]{cursor:pointer;position:absolute;left:0;top:50%;transform:translate(-50%,-50%);width:4px;height:100%;border-radius:1px;box-sizing:border-box;box-shadow:0 0 5px #9d9d9d;background-color:var(--vyr-white-color);border:var(--vyr-border-size) solid #f0f0f0}.color-picker-popover .color-picker .picker-wrapper .picker-bar.active[data-v-7fed5fd6]{cursor:pointer}.color-picker-popover .color-picker .opacity-wrapper[data-v-7fed5fd6]{width:100%;height:14px;margin:10px 0 0;box-sizing:border-box;display:flex;flex-wrap:nowrap;flex-direction:row}.color-picker-popover .color-picker .opacity-wrapper .opacity-inspector[data-v-7fed5fd6]{width:100%;height:100%}.vyr-color-picker.all[data-v-7fed5fd6]{width:100%}.vyr-color-picker.all .vyr-picker-border[data-v-7fed5fd6]{width:100%;height:var(--vyr-input-height)}.vyr-color-picker[data-v-7fed5fd6]:last-child{margin-right:0}.handle[data-v-3c741144]{cursor:pointer}.left[data-v-3c741144]{text-align:left}.center[data-v-3c741144]{text-align:center}.right[data-v-3c741144]{text-align:right}.scrollbar[data-v-3c741144]{scrollbar-arrow-color:transparent;scrollbar-face-color:transparent;scrollbar-3dlight-color:transparent;scrollbar-highlight-color:transparent;scrollbar-shadow-color:transparent;scrollbar-darkshadow-color:transparent;scrollbar-track-color:transparent;scrollbar-base-color:transparent;scrollbar-width:none;-ms-overflow-style:none}.scrollbar[data-v-3c741144]::-webkit-scrollbar{display:none}.t_hide[data-v-3c741144]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis}.t_warp[data-v-3c741144]{white-space:pre-wrap;word-break:break-all}.vyr-font-family[data-v-3c741144]{font-family:Segoe UI,Arial,sans-serif}.vyr-input-icon[data-v-3c741144]{font-size:12px;margin:0 2px;color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-drag-mouse[data-v-3c741144]{cursor:move}.vyr-transition-enter-active[data-v-3c741144]{animation:vyr-transition-3c741144 var(--vyr-animation-time)}.vyr-transition-leave-active[data-v-3c741144]{animation:vyr-transition-3c741144 var(--vyr-animation-time) reverse}.vyr-table-header-center .ag-header-cell-label[data-v-3c741144]{justify-content:center}@keyframes vyr-transition-3c741144{0%,10%{opacity:0}to{opacity:1}}.vyr-dropdown[data-v-3c741144]{font-family:Segoe UI,Arial,sans-serif;width:100%;color:var(--vyr-font-color);font-size:var(--vyr-font-size)}.vyr-dropdown .vyr-dropdown-trigger[data-v-3c741144]{cursor:pointer;width:100%;padding:0 4px;box-sizing:border-box;display:flex;flex-wrap:nowrap;flex-direction:row}.vyr-dropdown .vyr-dropdown-trigger .trigger-label[data-v-3c741144]{width:calc(100% - 32px)}.vyr-dropdown .vyr-dropdown-trigger .trigger-arrow[data-v-3c741144]{text-align:right;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:flex-end;align-items:center;align-content:center;width:32px}.vyr-dropdown .vyr-dropdown-trigger .trigger-arrow>.vyrfont[data-v-3c741144]{font-size:12px;transition:all var(--vyr-animation-time)}.vyr-dropdown .vyr-dropdown-trigger .trigger-arrow>.vyrfont.active[data-v-3c741144]{transform:rotate(180deg)}.vyr-dropdown-popover .vyr-options[data-v-3c741144]{border-radius:0}.vyr-dropdown-popover .vyr-options[data-v-3c741144]:not(:first-child){border-left-color:transparent}.vyr-dropdown-popover .vyr-options[data-v-3c741144]:first-child{border-top-left-radius:var(--vyr-radius-size);border-bottom-left-radius:var(--vyr-radius-size)}.vyr-dropdown-popover .vyr-options[data-v-3c741144]:last-child{border-top-right-radius:var(--vyr-radius-size);border-bottom-right-radius:var(--vyr-radius-size)}.handle[data-v-1253957e]{cursor:pointer}.left[data-v-1253957e]{text-align:left}.center[data-v-1253957e]{text-align:center}.right[data-v-1253957e]{text-align:right}.scrollbar[data-v-1253957e]{scrollbar-arrow-color:transparent;scrollbar-face-color:transparent;scrollbar-3dlight-color:transparent;scrollbar-highlight-color:transparent;scrollbar-shadow-color:transparent;scrollbar-darkshadow-color:transparent;scrollbar-track-color:transparent;scrollbar-base-color:transparent;scrollbar-width:none;-ms-overflow-style:none}.scrollbar[data-v-1253957e]::-webkit-scrollbar{display:none}.t_hide[data-v-1253957e]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis}.t_warp[data-v-1253957e]{white-space:pre-wrap;word-break:break-all}.vyr-font-family[data-v-1253957e]{font-family:Segoe UI,Arial,sans-serif}.vyr-input-icon[data-v-1253957e]{font-size:12px;margin:0 2px;color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-drag-mouse[data-v-1253957e]{cursor:move}.vyr-transition-enter-active[data-v-1253957e]{animation:vyr-transition-1253957e var(--vyr-animation-time)}.vyr-transition-leave-active[data-v-1253957e]{animation:vyr-transition-1253957e var(--vyr-animation-time) reverse}.vyr-table-header-center .ag-header-cell-label[data-v-1253957e]{justify-content:center}@keyframes vyr-transition-1253957e{0%,10%{opacity:0}to{opacity:1}}.vyr-mask[data-v-1253957e]{font-family:Segoe UI,Arial,sans-serif;width:100%;height:100%;position:fixed;left:0;top:0}.handle[data-v-57e8018c]{cursor:pointer}.left[data-v-57e8018c]{text-align:left}.center[data-v-57e8018c]{text-align:center}.right[data-v-57e8018c]{text-align:right}.scrollbar[data-v-57e8018c]{scrollbar-arrow-color:transparent;scrollbar-face-color:transparent;scrollbar-3dlight-color:transparent;scrollbar-highlight-color:transparent;scrollbar-shadow-color:transparent;scrollbar-darkshadow-color:transparent;scrollbar-track-color:transparent;scrollbar-base-color:transparent;scrollbar-width:none;-ms-overflow-style:none}.scrollbar[data-v-57e8018c]::-webkit-scrollbar{display:none}.t_hide[data-v-57e8018c]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis}.t_warp[data-v-57e8018c]{white-space:pre-wrap;word-break:break-all}.vyr-font-family[data-v-57e8018c]{font-family:Segoe UI,Arial,sans-serif}.vyr-input-icon[data-v-57e8018c]{font-size:12px;margin:0 2px;color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-drag-mouse[data-v-57e8018c]{cursor:move}.vyr-transition-enter-active[data-v-57e8018c]{animation:vyr-transition-57e8018c var(--vyr-animation-time)}.vyr-transition-leave-active[data-v-57e8018c]{animation:vyr-transition-57e8018c var(--vyr-animation-time) reverse}.vyr-table-header-center .ag-header-cell-label[data-v-57e8018c]{justify-content:center}@keyframes vyr-transition-57e8018c{0%,10%{opacity:0}to{opacity:1}}.vyr-dialog[data-v-57e8018c]{font-family:Segoe UI,Arial,sans-serif;color:var(--vyr-font-color);font-size:var(--vyr-font-size);position:fixed;left:0;top:0;transform:translate(-50%,-50%);border-radius:var(--vyr-radius-size);max-width:100%;max-height:100%;color:var(--vyr-white-color);background-color:var(--vyr-topic-color);box-sizing:border-box;border:1px solid var(--vyr-border-color)}.vyr-dialog .dialog-header[data-v-57e8018c]{width:100%;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-between;align-items:center;align-content:center;padding:0 20px;box-sizing:border-box;background-color:var(--vyr-dialog-header-background-color);border-bottom:var(--vyr-border-size) solid var(--vyr-border-color)}.vyr-dialog .dialog-header .header-title[data-v-57e8018c]{font-size:var(--vyr-title-size);width:calc(100% - 30px);letter-spacing:1px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vyr-dialog .dialog-header .header-close[data-v-57e8018c]{cursor:pointer;width:30px;transition:all var(--vyr-animation-time);display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:flex-end;align-items:center;align-content:center}.vyr-dialog .dialog-header .header-close[data-v-57e8018c]:hover{opacity:.7;color:var(--vyr-active-topic-color)}.vyr-dialog .dialog-body[data-v-57e8018c]{width:100%;border:var(--vyr-border-size) solid transparent;box-sizing:border-box}.vyr-dialog .dialog-footer[data-v-57e8018c]{width:100%;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:flex-end;align-items:center;align-content:center;border-top:var(--vyr-border-size) solid var(--vyr-border-color);box-sizing:border-box}.vyr-dialog .dialog-footer[data-v-57e8018c] .vyr-button{margin:0 10px}.handle[data-v-d902381c]{cursor:pointer}.left[data-v-d902381c]{text-align:left}.center[data-v-d902381c]{text-align:center}.right[data-v-d902381c]{text-align:right}.scrollbar[data-v-d902381c]{scrollbar-arrow-color:transparent;scrollbar-face-color:transparent;scrollbar-3dlight-color:transparent;scrollbar-highlight-color:transparent;scrollbar-shadow-color:transparent;scrollbar-darkshadow-color:transparent;scrollbar-track-color:transparent;scrollbar-base-color:transparent;scrollbar-width:none;-ms-overflow-style:none}.scrollbar[data-v-d902381c]::-webkit-scrollbar{display:none}.t_hide[data-v-d902381c]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis}.t_warp[data-v-d902381c]{white-space:pre-wrap;word-break:break-all}.vyr-font-family[data-v-d902381c]{font-family:Segoe UI,Arial,sans-serif}.vyr-input-icon[data-v-d902381c]{font-size:12px;margin:0 2px;color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-drag-mouse[data-v-d902381c]{cursor:move}.vyr-transition-enter-active[data-v-d902381c]{animation:vyr-transition-d902381c var(--vyr-animation-time)}.vyr-transition-leave-active[data-v-d902381c]{animation:vyr-transition-d902381c var(--vyr-animation-time) reverse}.vyr-table-header-center .ag-header-cell-label[data-v-d902381c]{justify-content:center}@keyframes vyr-transition-d902381c{0%,10%{opacity:0}to{opacity:1}}.vyr-dynamic-layouter[data-v-d902381c]{font-family:Segoe UI,Arial,sans-serif;width:100%;height:100%;display:flex;flex-wrap:wrap;flex-direction:row}.vyr-dynamic-layouter .dynamic-wrapper[data-v-d902381c]{width:100%;height:100%}.vyr-dynamic-layouter .dynamic-sidebar[data-v-d902381c]{width:100%;height:100%;max-width:100%;max-height:100%;position:relative;left:0;top:0;box-sizing:border-box;border:0 solid var(--vyr-border-color)}.vyr-dynamic-layouter .dynamic-sidebar .vyr-vertical-bar[data-v-d902381c]{width:6px;height:100%;transform:translate(-100%);cursor:ew-resize}.vyr-dynamic-layouter .dynamic-sidebar .vyr-horizontal-bar[data-v-d902381c]{width:100%;height:6px;transform:translateY(-100%);cursor:ns-resize}.vyr-dynamic-layouter .dynamic-sidebar .vyr-horizontal-bar[data-v-d902381c],.vyr-dynamic-layouter .dynamic-sidebar .vyr-vertical-bar[data-v-d902381c]{background-color:var(--vyr-active-topic-color);position:absolute;left:0;top:0;opacity:0;transition:all var(--vyr-animation-time);z-index:var(--vyr-z-index)}.vyr-dynamic-layouter.vertical[data-v-d902381c]{display:flex;flex-wrap:nowrap;flex-direction:row}.vyr-dynamic-layouter.vertical .dynamic-sidebar[data-v-d902381c]{border-left-width:1px}.vyr-dynamic-layouter.horizontal .dynamic-sidebar[data-v-d902381c]{border-top-width:1px}.vyr-dynamic-layouter.enable .dynamic-sidebar[data-v-d902381c],.vyr-dynamic-layouter.enable .dynamic-wrapper[data-v-d902381c]{pointer-events:none}.vyr-dynamic-layouter.enable .dynamic-sidebar>.vyr-horizontal-bar.enable[data-v-d902381c],.vyr-dynamic-layouter.enable .dynamic-sidebar>.vyr-vertical-bar.enable[data-v-d902381c]{opacity:1;pointer-events:all}.vyr-dynamic-layouter.vertical.enable[data-v-d902381c]{cursor:ew-resize!important}.vyr-dynamic-layouter.horizontal.enable[data-v-d902381c]{cursor:ns-resize!important}.handle[data-v-146ecc23]{cursor:pointer}.left[data-v-146ecc23]{text-align:left}.center[data-v-146ecc23]{text-align:center}.right[data-v-146ecc23]{text-align:right}.scrollbar[data-v-146ecc23]{scrollbar-arrow-color:transparent;scrollbar-face-color:transparent;scrollbar-3dlight-color:transparent;scrollbar-highlight-color:transparent;scrollbar-shadow-color:transparent;scrollbar-darkshadow-color:transparent;scrollbar-track-color:transparent;scrollbar-base-color:transparent;scrollbar-width:none;-ms-overflow-style:none}.scrollbar[data-v-146ecc23]::-webkit-scrollbar{display:none}.t_hide[data-v-146ecc23]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis}.t_warp[data-v-146ecc23]{white-space:pre-wrap;word-break:break-all}.vyr-font-family[data-v-146ecc23]{font-family:Segoe UI,Arial,sans-serif}.vyr-input-icon[data-v-146ecc23]{font-size:12px;margin:0 2px;color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-drag-mouse[data-v-146ecc23]{cursor:move}.vyr-transition-enter-active[data-v-146ecc23]{animation:vyr-transition-146ecc23 var(--vyr-animation-time)}.vyr-transition-leave-active[data-v-146ecc23]{animation:vyr-transition-146ecc23 var(--vyr-animation-time) reverse}.vyr-table-header-center .ag-header-cell-label[data-v-146ecc23]{justify-content:center}@keyframes vyr-transition-146ecc23{0%,10%{opacity:0}to{opacity:1}}.vyr-form[data-v-146ecc23]{font-family:Segoe UI,Arial,sans-serif;width:100%}.handle[data-v-b77213b2]{cursor:pointer}.left[data-v-b77213b2]{text-align:left}.center[data-v-b77213b2]{text-align:center}.right[data-v-b77213b2]{text-align:right}.scrollbar[data-v-b77213b2]{scrollbar-arrow-color:transparent;scrollbar-face-color:transparent;scrollbar-3dlight-color:transparent;scrollbar-highlight-color:transparent;scrollbar-shadow-color:transparent;scrollbar-darkshadow-color:transparent;scrollbar-track-color:transparent;scrollbar-base-color:transparent;scrollbar-width:none;-ms-overflow-style:none}.scrollbar[data-v-b77213b2]::-webkit-scrollbar{display:none}.t_hide[data-v-b77213b2]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis}.t_warp[data-v-b77213b2]{white-space:pre-wrap;word-break:break-all}.vyr-font-family[data-v-b77213b2]{font-family:Segoe UI,Arial,sans-serif}.vyr-input-icon[data-v-b77213b2]{font-size:12px;margin:0 2px;color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-drag-mouse[data-v-b77213b2]{cursor:move}.vyr-transition-enter-active[data-v-b77213b2]{animation:vyr-transition-b77213b2 var(--vyr-animation-time)}.vyr-transition-leave-active[data-v-b77213b2]{animation:vyr-transition-b77213b2 var(--vyr-animation-time) reverse}.vyr-table-header-center .ag-header-cell-label[data-v-b77213b2]{justify-content:center}@keyframes vyr-transition-b77213b2{0%,10%{opacity:0}to{opacity:1}}.vyr-input-number[data-v-b77213b2]{font-family:Segoe UI,Arial,sans-serif;display:inline-flex;flex-wrap:nowrap;flex-direction:row}.handle[data-v-7b486850]{cursor:pointer}.left[data-v-7b486850]{text-align:left}.center[data-v-7b486850]{text-align:center}.right[data-v-7b486850]{text-align:right}.scrollbar[data-v-7b486850]{scrollbar-arrow-color:transparent;scrollbar-face-color:transparent;scrollbar-3dlight-color:transparent;scrollbar-highlight-color:transparent;scrollbar-shadow-color:transparent;scrollbar-darkshadow-color:transparent;scrollbar-track-color:transparent;scrollbar-base-color:transparent;scrollbar-width:none;-ms-overflow-style:none}.scrollbar[data-v-7b486850]::-webkit-scrollbar{display:none}.t_hide[data-v-7b486850]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis}.t_warp[data-v-7b486850]{white-space:pre-wrap;word-break:break-all}.vyr-font-family[data-v-7b486850]{font-family:Segoe UI,Arial,sans-serif}.vyr-input-icon[data-v-7b486850]{font-size:12px;margin:0 2px;color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-drag-mouse[data-v-7b486850]{cursor:move}.vyr-transition-enter-active[data-v-7b486850]{animation:vyr-transition-7b486850 var(--vyr-animation-time)}.vyr-transition-leave-active[data-v-7b486850]{animation:vyr-transition-7b486850 var(--vyr-animation-time) reverse}.vyr-table-header-center .ag-header-cell-label[data-v-7b486850]{justify-content:center}@keyframes vyr-transition-7b486850{0%,10%{opacity:0}to{opacity:1}}.vyr-label[data-v-7b486850]{font-family:Segoe UI,Arial,sans-serif;color:var(--vyr-font-color);width:100%;font-size:var(--vyr-font-size);display:flex;flex-wrap:nowrap;flex-direction:row}.vyr-label .label-header[data-v-7b486850]{height:var(--vyr-input-height);line-height:var(--vyr-input-height);overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis;padding:0 10px 0 0;box-sizing:border-box}.vyr-label .label-header .vyrfont[data-v-7b486850]{font-size:12px;color:var(--vyr-red-color)}.vyr-label .label-body[data-v-7b486850]{min-height:var(--vyr-input-height);position:relative;left:0;top:0}.vyr-label .label-body .label-error[data-v-7b486850]{width:100%;position:absolute;left:0;top:100%;padding:6px 0 0 0;font-size:12px;color:var(--vyr-red-color);line-height:1em}.vyr-label .label-body.error[data-v-7b486850] .vyr-input{color:var(--vyr-red-color)}.vyr-label .label-body.error[data-v-7b486850] .vyr-input .input-wrapper{border-color:var(--vyr-red-color)}.handle[data-v-8b1b0898]{cursor:pointer}.left[data-v-8b1b0898]{text-align:left}.center[data-v-8b1b0898]{text-align:center}.right[data-v-8b1b0898]{text-align:right}.scrollbar[data-v-8b1b0898]{scrollbar-arrow-color:transparent;scrollbar-face-color:transparent;scrollbar-3dlight-color:transparent;scrollbar-highlight-color:transparent;scrollbar-shadow-color:transparent;scrollbar-darkshadow-color:transparent;scrollbar-track-color:transparent;scrollbar-base-color:transparent;scrollbar-width:none;-ms-overflow-style:none}.scrollbar[data-v-8b1b0898]::-webkit-scrollbar{display:none}.t_hide[data-v-8b1b0898]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis}.t_warp[data-v-8b1b0898]{white-space:pre-wrap;word-break:break-all}.vyr-font-family[data-v-8b1b0898]{font-family:Segoe UI,Arial,sans-serif}.vyr-input-icon[data-v-8b1b0898]{font-size:12px;margin:0 2px;color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-drag-mouse[data-v-8b1b0898]{cursor:move}.vyr-transition-enter-active[data-v-8b1b0898]{animation:vyr-transition-8b1b0898 var(--vyr-animation-time)}.vyr-transition-leave-active[data-v-8b1b0898]{animation:vyr-transition-8b1b0898 var(--vyr-animation-time) reverse}.vyr-table-header-center .ag-header-cell-label[data-v-8b1b0898]{justify-content:center}@keyframes vyr-transition-8b1b0898{0%,10%{opacity:0}to{opacity:1}}.vyr-row[data-v-8b1b0898]{font-family:Segoe UI,Arial,sans-serif;display:flex;flex-wrap:nowrap;flex-direction:row;box-sizing:border-box}.vyr-row[data-v-8b1b0898]:after,.vyr-row[data-v-8b1b0898]:before{display:table;content:""}.vyr-row[data-v-8b1b0898]:after{clear:both}.vyr-sub-tree{font-family:Segoe UI,Arial,sans-serif;width:100%;color:var(--vyr-font-color);font-size:var(--vyr-font-size);position:relative;left:0;top:0;display:flex;flex-wrap:wrap;flex-direction:row;justify-content:flex-end;align-items:center;align-content:center}.vyr-sub-tree .sub-tree-item{width:100%;justify-content:flex-start;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vyr-sub-tree .sub-tree-item,.vyr-sub-tree .sub-tree-item .tree-arrow{height:100%;display:flex;flex-wrap:nowrap;flex-direction:row;align-items:center;align-content:center}.vyr-sub-tree .sub-tree-item .tree-arrow{width:28px;justify-content:center;transform:rotate(-90deg)}.vyr-sub-tree .sub-tree-item .tree-label{width:calc(100% - 28px);height:100%;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:flex-start;align-items:center;align-content:center}.vyr-sub-tree .sub-tree-item .tree-label .label-text{width:100%;text-align:left;overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis}.vyr-sub-tree .sub-tree-item .tree-arrow.active{transform:rotate(0)}.vyr-sub-tree .vyr-option{margin:var(--vyr-option-margin) 0;padding-left:0}.vyr-sub-tree .vyr-option.draggable{background-color:var(--vyr-draggable-color)}.vyr-sub-tree .draggable.after-draggable:before,.vyr-sub-tree .draggable.before-draggable:after{content:"";width:100%;height:4px;background-color:var(--vyr-flashing-draggable-color);animation:tree-draggable 1s infinite;pointer-events:none}.vyr-sub-tree .draggable.before-draggable{position:relative;left:0;top:0}.vyr-sub-tree .draggable.before-draggable:after{position:absolute;left:0;top:0}.vyr-sub-tree .draggable.after-draggable{position:relative;left:0;top:0}.vyr-sub-tree .draggable.after-draggable:before{position:absolute;left:0;bottom:0}@keyframes tree-draggable{0%,to{opacity:.2}50%{opacity:1}}.handle[data-v-1137c73a]{cursor:pointer}.left[data-v-1137c73a]{text-align:left}.center[data-v-1137c73a]{text-align:center}.right[data-v-1137c73a]{text-align:right}.scrollbar[data-v-1137c73a]{scrollbar-arrow-color:transparent;scrollbar-face-color:transparent;scrollbar-3dlight-color:transparent;scrollbar-highlight-color:transparent;scrollbar-shadow-color:transparent;scrollbar-darkshadow-color:transparent;scrollbar-track-color:transparent;scrollbar-base-color:transparent;scrollbar-width:none;-ms-overflow-style:none}.scrollbar[data-v-1137c73a]::-webkit-scrollbar{display:none}.t_hide[data-v-1137c73a]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis}.t_warp[data-v-1137c73a]{white-space:pre-wrap;word-break:break-all}.vyr-font-family[data-v-1137c73a]{font-family:Segoe UI,Arial,sans-serif}.vyr-input-icon[data-v-1137c73a]{font-size:12px;margin:0 2px;color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-drag-mouse[data-v-1137c73a]{cursor:move}.vyr-transition-enter-active[data-v-1137c73a]{animation:vyr-transition-1137c73a var(--vyr-animation-time)}.vyr-transition-leave-active[data-v-1137c73a]{animation:vyr-transition-1137c73a var(--vyr-animation-time) reverse}.vyr-table-header-center .ag-header-cell-label[data-v-1137c73a]{justify-content:center}@keyframes vyr-transition-1137c73a{0%,10%{opacity:0}to{opacity:1}}.modify-tree[data-v-1137c73a]{font-family:Segoe UI,Arial,sans-serif;width:100%}.modify-tree[data-v-1137c73a] .modify-tree-item{background-color:transparent!important;transition:none;padding-right:0}.handle[data-v-1da43d3a]{cursor:pointer}.left[data-v-1da43d3a]{text-align:left}.center[data-v-1da43d3a]{text-align:center}.right[data-v-1da43d3a]{text-align:right}.scrollbar[data-v-1da43d3a]{scrollbar-arrow-color:transparent;scrollbar-face-color:transparent;scrollbar-3dlight-color:transparent;scrollbar-highlight-color:transparent;scrollbar-shadow-color:transparent;scrollbar-darkshadow-color:transparent;scrollbar-track-color:transparent;scrollbar-base-color:transparent;scrollbar-width:none;-ms-overflow-style:none}.scrollbar[data-v-1da43d3a]::-webkit-scrollbar{display:none}.t_hide[data-v-1da43d3a]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis}.t_warp[data-v-1da43d3a]{white-space:pre-wrap;word-break:break-all}.vyr-font-family[data-v-1da43d3a]{font-family:Segoe UI,Arial,sans-serif}.vyr-input-icon[data-v-1da43d3a]{font-size:12px;margin:0 2px;color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-drag-mouse[data-v-1da43d3a]{cursor:move}.vyr-transition-enter-active[data-v-1da43d3a]{animation:vyr-transition-1da43d3a var(--vyr-animation-time)}.vyr-transition-leave-active[data-v-1da43d3a]{animation:vyr-transition-1da43d3a var(--vyr-animation-time) reverse}.vyr-table-header-center .ag-header-cell-label[data-v-1da43d3a]{justify-content:center}@keyframes vyr-transition-1da43d3a{0%,10%{opacity:0}to{opacity:1}}.vyr-right-menu[data-v-1da43d3a]{font-family:Segoe UI,Arial,sans-serif;width:100%;height:100%;color:var(--vyr-font-color);font-size:var(--vyr-font-size);position:fixed;left:0;top:0;z-index:99999}.vyr-right-menu[data-v-1da43d3a] .vyr-options{box-shadow:0 0 2px var(--vyr-input-border-color)}.vyr-right-menu.transform[data-v-1da43d3a]{pointer-events:none}.handle[data-v-494aa7e1]{cursor:pointer}.left[data-v-494aa7e1]{text-align:left}.center[data-v-494aa7e1]{text-align:center}.right[data-v-494aa7e1]{text-align:right}.scrollbar[data-v-494aa7e1]{scrollbar-arrow-color:transparent;scrollbar-face-color:transparent;scrollbar-3dlight-color:transparent;scrollbar-highlight-color:transparent;scrollbar-shadow-color:transparent;scrollbar-darkshadow-color:transparent;scrollbar-track-color:transparent;scrollbar-base-color:transparent;scrollbar-width:none;-ms-overflow-style:none}.scrollbar[data-v-494aa7e1]::-webkit-scrollbar{display:none}.t_hide[data-v-494aa7e1]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis}.t_warp[data-v-494aa7e1]{white-space:pre-wrap;word-break:break-all}.vyr-font-family[data-v-494aa7e1]{font-family:Segoe UI,Arial,sans-serif}.vyr-input-icon[data-v-494aa7e1]{font-size:12px;margin:0 2px;color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-drag-mouse[data-v-494aa7e1]{cursor:move}.vyr-transition-enter-active[data-v-494aa7e1]{animation:vyr-transition-494aa7e1 var(--vyr-animation-time)}.vyr-transition-leave-active[data-v-494aa7e1]{animation:vyr-transition-494aa7e1 var(--vyr-animation-time) reverse}.vyr-table-header-center .ag-header-cell-label[data-v-494aa7e1]{justify-content:center}@keyframes vyr-transition-494aa7e1{0%,10%{opacity:0}to{opacity:1}}.vyr-loading[data-v-494aa7e1]{font-family:Segoe UI,Arial,sans-serif;color:var(--vyr-font-color);font-size:var(--vyr-font-size);position:fixed;left:0;top:0;width:100%;height:100%;z-index:var(--vyr-loading-z-index);color:var(--vyr-black-color);background-color:var(--vyr-black-color)}.vyr-loading .loading[data-v-494aa7e1]{width:50%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-wrap:nowrap;flex-direction:column;justify-content:center;align-items:center;align-content:center}.vyr-loading .loading-inspector[data-v-494aa7e1]{width:100%}.vyr-loading .loading-inspector div[data-v-494aa7e1],.vyr-loading .loading-inspector[data-v-494aa7e1]{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:center;align-items:center;align-content:center}.vyr-loading .loading-inspector div[data-v-494aa7e1]{height:60px}.vyr-loading .loading-inspector div>span[data-v-494aa7e1]{width:4px;height:100%;margin:0 4px;border-radius:var(--vyr-radius-size);background-color:var(--vyr-white-color);display:inline-block;opacity:0;animation:loading_inspector-494aa7e1 .8s infinite}.vyr-loading .loading-text[data-v-494aa7e1]{font-size:24px;color:var(--vyr-white-color);font-weight:700;letter-spacing:2px;animation:loading-494aa7e1 4s infinite}@keyframes loading_inspector-494aa7e1{0%,to{transform:scale(100%,0);opacity:1}50%{transform:scale(100%)}}@keyframes loading-494aa7e1{0%,to{color:var(--vyr-blue-color)}33.33%{color:var(--vyr-yellow-color)}66.66%{color:var(--vyr-red-color)}}.handle[data-v-227ca706]{cursor:pointer}.left[data-v-227ca706]{text-align:left}.center[data-v-227ca706]{text-align:center}.right[data-v-227ca706]{text-align:right}.scrollbar[data-v-227ca706]{scrollbar-arrow-color:transparent;scrollbar-face-color:transparent;scrollbar-3dlight-color:transparent;scrollbar-highlight-color:transparent;scrollbar-shadow-color:transparent;scrollbar-darkshadow-color:transparent;scrollbar-track-color:transparent;scrollbar-base-color:transparent;scrollbar-width:none;-ms-overflow-style:none}.scrollbar[data-v-227ca706]::-webkit-scrollbar{display:none}.t_hide[data-v-227ca706]{overflow:hidden;word-break:break-all;white-space:nowrap;text-overflow:ellipsis}.t_warp[data-v-227ca706]{white-space:pre-wrap;word-break:break-all}.vyr-font-family[data-v-227ca706]{font-family:Segoe UI,Arial,sans-serif}.vyr-input-icon[data-v-227ca706]{font-size:12px;margin:0 2px;color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-drag-mouse[data-v-227ca706]{cursor:move}.vyr-transition-enter-active[data-v-227ca706]{animation:vyr-transition-227ca706 var(--vyr-animation-time)}.vyr-transition-leave-active[data-v-227ca706]{animation:vyr-transition-227ca706 var(--vyr-animation-time) reverse}.vyr-table-header-center .ag-header-cell-label[data-v-227ca706]{justify-content:center}@keyframes vyr-transition-227ca706{0%,10%{opacity:0}to{opacity:1}}.vyr-notify[data-v-227ca706]{font-family:Segoe UI,Arial,sans-serif;color:var(--vyr-font-color);font-size:var(--vyr-font-size);position:absolute;top:20px;left:20px;margin:4px 0;padding:8px 16px;border-radius:2px;z-index:var(--vyr-notify-z-index);justify-content:flex-start;min-width:240px;max-width:360px;line-height:1.5em;background-color:var(--vyr-topic-color);box-shadow:0 0 2px var(--vyr-white-color);transition:all var(--vyr-animation-time)}.vyr-notify .notify-icon[data-v-227ca706],.vyr-notify[data-v-227ca706]{display:flex;flex-wrap:nowrap;flex-direction:row;align-items:center;align-content:center}.vyr-notify .notify-icon[data-v-227ca706]{height:100%;justify-content:center}.vyr-notify .notify-body[data-v-227ca706]{margin:0 0 0 8px}.vyr-notify.warning[data-v-227ca706]{box-shadow:0 0 2px var(--vyr-warning-color)}.vyr-notify.warning .notify-icon[data-v-227ca706]{color:var(--vyr-warning-color)}.vyr-notify.success[data-v-227ca706]{box-shadow:0 0 2px var(--vyr-success-color)}.vyr-notify.success .notify-icon[data-v-227ca706]{color:var(--vyr-success-color)}.vyr-notify.danger[data-v-227ca706]{box-shadow:0 0 2px var(--vyr-danger-color)}.vyr-notify.danger .notify-icon[data-v-227ca706]{color:var(--vyr-danger-color)}.vyr-notify-transform-enter-active[data-v-227ca706]{animation:vyr-notify-transform-227ca706 var(--vyr-animation-time)}.vyr-notify-transform-leave-active[data-v-227ca706]{animation:vyr-notify-transform-227ca706 var(--vyr-animation-time) reverse}@keyframes vyr-notify-transform-227ca706{0%{left:-100%}to{left:20px}}.tips-type[data-v-2455233f]{margin:0 5px 0 0;color:var(--vyr-warning-color)}.content[data-v-2455233f]{margin:10px 0 0}.content .li[data-v-2455233f]{display:inline-block;min-height:30px;margin:0 10px 0 0}.dynamic-item[data-v-be2d210a]{width:100%;margin-bottom:16px}.dynamic-item .item-label[data-v-be2d210a]{color:#c9c9c9;margin-bottom:8px}.dynamic-item .image[data-v-be2d210a]{max-width:100%}.tips-type[data-v-be2d210a]{margin:0 5px 0 0;color:var(--vyr-warning-color)}.content[data-v-be2d210a]{margin:10px 0 0}.content .li[data-v-be2d210a]{display:inline-block;min-height:30px;margin:0 10px 0 0}.handle{cursor:pointer}.left{text-align:left}.center{text-align:center}.right{text-align:right}.scrollbar{scrollbar-arrow-color:transparent;scrollbar-face-color:transparent;scrollbar-3dlight-color:transparent;scrollbar-highlight-color:transparent;scrollbar-shadow-color:transparent;scrollbar-darkshadow-color:transparent;scrollbar-track-color:transparent;scrollbar-base-color:transparent;scrollbar-width:none;-ms-overflow-style:none}.scrollbar::-webkit-scrollbar{display:none}.t_hide{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.t_hide,.t_warp{word-break:break-all}.t_warp{white-space:pre-wrap}.vyr-font-family{font-family:Segoe UI,Arial,sans-serif}.vyr-input-icon{font-size:12px;margin:0 2px;color:var(--vyr-helper-color);transition:all var(--vyr-animation-time)}.vyr-drag-mouse{cursor:move}.vyr-transition-enter-active{animation:vyr-transition var(--vyr-animation-time)}.vyr-transition-leave-active{animation:vyr-transition var(--vyr-animation-time) reverse}.vyr-table-header-center .ag-header-cell-label{justify-content:center}@keyframes vyr-transition{0%,10%{opacity:0}to{opacity:1}}#app,body,html{width:100%;height:100%;padding:0;margin:0;overflow-x:hidden;overflow-y:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--vyr-white-color);font-family:Segoe UI,Arial,sans-serif}.vyr-login{width:100%;height:100%;font-size:14px;position:relative;left:0;top:0;color:#b0bec5;background-color:#0a0a0a;background-image:radial-gradient(circle at 25% 25%,rgba(58,123,213,.1) 0,transparent 50%),radial-gradient(circle at 75% 75%,rgba(79,195,247,.1) 0,transparent 50%),linear-gradient(135deg,#121212,#0a0a0a)}.vyr-login .form{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;max-width:440px;padding:48px 40px;border-radius:12px;box-sizing:border-box;background-color:rgba(26,26,26,.95);border:var(--vyr-border-size) solid rgba(42,42,42,.8);overflow-x:hidden;overflow-y:hidden;backdrop-filter:blur(8px);box-shadow:0 12px 24px rgba(0,0,0,.25),0 0 0 1px hsla(0,0%,100%,.05)}.vyr-login .form .vyr-input .input-wrapper{width:100%;height:46px;padding:12px 15px;background-color:#2d2d2d;border-radius:4px;color:#fff;font-size:15px;border:var(--vyr-border-size) solid #333;background-color:rgba(45,45,45,.7)}.vyr-login .form .vyr-input .input-wrapper:focus{border:var(--vyr-border-size) solid #4fc3f7;box-shadow:0,0 2px rgba(79,195,247,.2)}.vyr-login .form .label{margin:0 0 8px 0}.vyr-login .form:before{width:4px;background:linear-gradient(180deg,#4fc3f7,#3a7bd5)}.vyr-login .form:after,.vyr-login .form:before{content:"";position:absolute;left:0;top:0;height:100%}.vyr-login .form:after{width:100%;background:linear-gradient(135deg,rgba(79,195,247,.02),transparent 50%);z-index:-1}.vyr-login .vyr-meta{width:100%;margin:0 0 30px;display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:center;align-content:center}.vyr-login .vyr-meta .logo{width:140px}.vyr-login .vyr-meta .text{width:100%;text-align:center;margin:16px 0 0 0;color:#8c8c8c}.vyr-login .login-button{padding:14px;box-sizing:border-box;text-align:center;background:linear-gradient(90deg,#4fc3f7,#3a7bd5);color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:700;cursor:pointer;margin:8px 0 0 0;letter-spacing:.5px;position:relative;left:0;overflow-x:hidden;overflow-y:hidden}.vyr-login .login-button,.vyr-login .login-button:before{width:100%;transition:all var(--vyr-animation-time);top:0}.vyr-login .login-button:before{content:"";position:absolute;left:-100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent)}.vyr-login .login-button:hover{background:linear-gradient(90deg,#3fb3e6,#2a6bd5);box-shadow:0 8px 20px rgba(58,123,213,.3)}.vyr-login .login-button:hover:before{left:100%}.vyr-login .login-helper{width:100%;margin:32px 0 0 0;color:var(--vyr-helper-color);text-align:center;position:relative;left:0;top:0}.vyr-login .login-helper .link{margin:0 0 12px 0}.vyr-login .login-helper .copyright{color:#4d4d4d}.vyr-login .login-helper span{margin:0 4px}.vyr-login .login-helper:before{content:"";position:absolute;left:0;top:-16px;width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(79,195,247,.2),transparent)}
|
|
Binary file
|
|
Binary file
|
package/build/index.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang=""><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"/><link rel="icon" href="favicon.ico"/><title>vyr</title><script src="./deps/socket.js"></script><script src="./deps/locale.js"></script><script defer="defer" src="js/chunk-vendors.
|
|
1
|
+
<!doctype html><html lang=""><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"/><link rel="icon" href="favicon.ico"/><title>vyr</title><script src="./deps/socket.js"></script><script src="./deps/locale.js"></script><script defer="defer" src="js/chunk-vendors.94bb9e3c.js"></script><script defer="defer" src="js/index.49e6e2f0.js"></script></head><body><noscript><strong>We're sorry but @vyr/cli doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self["webpackChunk_vyr_cli"]=self["webpackChunk_vyr_cli"]||[]).push([[1015],{1355:function(t,e,s){function i(t,e,s){return Math.max(e,Math.min(s,t))}s.d(e,{q:function(){return i}})},2181:function(t,e,s){s.d(e,{P:function(){return u}});var i=s(64006),n=s(38132),r=s(35085),o=Object.defineProperty,a=(t,e,s)=>e in t?o(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,l=(t,e,s)=>a(t,"symbol"!==typeof e?e+"":e,s);class u extends n.o{constructor(t={}){var e,s,n,o,a,u,c,h,d,f,p,y,g,m,v,b,x,w,C,M,P,z,_;super(t),l(this,"visible"),l(this,"active"),l(this,"style"),l(this,"display"),l(this,"flexWrap"),l(this,"flexDirection"),l(this,"justifyContent"),l(this,"alignItems"),l(this,"alignContent"),l(this,"margin"),l(this,"flexGrow"),l(this,"width"),l(this,"wUnit"),l(this,"calcWidth"),l(this,"height"),l(this,"hUnit"),l(this,"calcHeight"),l(this,"position"),l(this,"location"),l(this,"xAxis"),l(this,"xUnit"),l(this,"yAxis"),l(this,"yUnit"),l(this,"translate"),l(this,"opacity"),l(this,"zIndex"),this.visible=null==(e=t.visible)||e,this.active=null!=(s=t.active)&&s,this.style=null!=(n=t.style)?n:"",this.display=null!=(o=t.display)?o:"block",this.flexWrap=null!=(a=t.flexWrap)?a:"nowrap",this.flexDirection=null!=(u=t.flexDirection)?u:"row",this.justifyContent=null!=(c=t.justifyContent)?c:"flex-start",this.alignItems=null!=(h=t.alignItems)?h:"stretch",this.alignContent=null!=(d=t.alignContent)?d:"stretch",this.flexGrow=null!=(f=t.flexGrow)?f:0,this.margin=new r.Dg(t.margin),this.width=null!=(p=t.width)?p:100,this.wUnit=null!=(y=t.wUnit)?y:"px",this.calcWidth=null!=(g=t.calcWidth)?g:0,this.calcHeight=null!=(m=t.calcHeight)?m:0,this.height=null!=(v=t.height)?v:100,this.hUnit=null!=(b=t.hUnit)?b:"px",this.position=null!=(x=t.position)?x:"static",this.location=i.I9.create(t.location),this.xAxis=null!=(w=t.xAxis)?w:"left",this.xUnit=null!=(C=t.xUnit)?C:"px",this.yAxis=null!=(M=t.yAxis)?M:"top",this.yUnit=null!=(P=t.yUnit)?P:"px",this.translate=i.I9.create(t.translate),this.opacity=null!=(z=t.opacity)?z:1,this.zIndex=null!=(_=t.zIndex)?_:"auto"}}l(u,"type","HTML")},2320:function(t,e,s){s.d(e,{g:function(){return d}});var i=s(64006),n=s(21865),r=s(42778),o=s(48583),a=s(69776),l=s(83912),u=Object.defineProperty,c=(t,e,s)=>e in t?u(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,h=(t,e,s)=>c(t,"symbol"!==typeof e?e+"":e,s);class d extends l.A{constructor(t){super(),h(this,"play"),h(this,"startTime"),h(this,"duration"),h(this,"mode"),h(this,"path"),h(this,"keys"),h(this,"count"),h(this,"uptime"),h(this,"unlisten"),h(this,"target"),h(this,"rawValue"),h(this,"update",t=>{if(!1===r.DM.enabled)return;if(!1===this.play)return;const e=this.uptime+t.delta,s=(this.uptime-this.startTime)/this.duration;if(s>this.count)return void(this.uptime=e);const i=e-this.startTime;if(i<0)return void(this.uptime=e);const n=i/this.duration;let o;o=n>this.count?2===this.mode?this.count%2===1?1:0:1:this.getRadio(n%1,Math.floor(n)),this.setValue(o),this.uptime=e}),this.play=t.play,this.startTime=t.startTime,this.duration=t.duration,this.mode=t.mode,this.path=t.path,this.keys=o.B.parseKey(t.path),this.count=t.count,this.uptime=0}static parse(t){switch(t.frameData.type){case"number":return new f(t,t.frameData.startValue,t.frameData.endValue);case"vector2":return new y(t,new i.I9(...t.frameData.startValue),new i.I9(...t.frameData.endValue));case"vector3":return new m(t,new i.Pq(...t.frameData.startValue),new i.Pq(...t.frameData.endValue));case"euler":return new w(t,new i.O9(...t.frameData.startValue),new i.O9(...t.frameData.endValue));case"boolean":return new C(t,t.frameData.startValue,t.frameData.endValue);case"color":return new M(t,new a.Q1(t.frameData.startValue),new a.Q1(t.frameData.endValue))}}listen(t){t.engine.listen("afterRender",this.update),this.unlisten=()=>{t.engine.unlisten("afterRender",this.update),this.reset()}}setTarget(t){this.target=t;let e=t;for(const s of this.keys)if(e=e[s],void 0===e)return;this.rawValue=n.oJ.deepClone(e)}getRadio(t,e){return 2===this.mode&&(t=e%2===1?1-t:t),t}traverseWithTailCallback(t){let e=this.target;const s=this.keys.length-1;for(let i=0;i<=s;i++)if(i===s){const s=this.keys[i];if(void 0===e[s])return;t(e,s),this.target.setNeedsUpdate()}else if(e=e[this.keys[i]],!e)return}reset(t=0){this.uptime=0,this.traverseWithTailCallback((t,e)=>{t[e]=n.oJ.deepClone(this.rawValue)}),this.update({delta:t})}}class f extends d{constructor(t,e,s){super(t),h(this,"startValue"),h(this,"distance"),this.startValue=e,this.distance=s-e}setValue(t){const e=this.startValue+this.distance*t;this.traverseWithTailCallback((t,s)=>{t[s]=e})}}let p=null;class y extends d{constructor(t,e,s){super(t),h(this,"startValue"),h(this,"endValue"),this.startValue=e,this.endValue=s}static get vector(){return null===p&&(p=new i.I9),p}setValue(t){this.traverseWithTailCallback((e,s)=>{y.vector.lerpVectors(this.startValue,this.endValue,t),e[s].x=y.vector.x,e[s].y=y.vector.y})}}let g=null;class m extends d{static get vector(){return null===g&&(g=new i.Pq),g}constructor(t,e,s){super(t),this.startValue=e,this.endValue=s}setValue(t){this.traverseWithTailCallback((e,s)=>{m.vector.lerpVectors(this.startValue,this.endValue,t),e[s].x=m.vector.x,e[s].y=m.vector.y,e[s].z=m.vector.z})}}let v=null,b=null,x=null;class w extends d{static get euler(){return null===v&&(v=new i.O9),v}static get startQuat(){return null===b&&(b=new i.PT),b}static get endQuat(){return null===x&&(x=new i.PT),x}constructor(t,e,s){super(t),this.startValue=e,this.endValue=s}setValue(t){this.traverseWithTailCallback((e,s)=>{w.startQuat.setFromEuler(this.startValue),w.endQuat.setFromEuler(this.endValue),w.startQuat.slerp(w.endQuat,t),w.euler.setFromQuaternion(w.startQuat),e[s].x=w.euler.x,e[s].y=w.euler.y,e[s].y=w.euler.y,e[s].order=w.euler.order})}}class C extends d{constructor(t,e,s){super(t),this.startValue=e,this.endValue=s}setValue(t){switch(t){case 0:this.traverseWithTailCallback((t,e)=>{t[e]=this.startValue});break;case 1:this.traverseWithTailCallback((t,e)=>{t[e]=this.endValue});break}}}class M extends d{constructor(t,e,s){super(t),this.startValue=e,this.endValue=s}setValue(t){this.traverseWithTailCallback((e,s)=>{const i=a.Q1.mix(this.startValue,this.endValue,t);e[s]=i.toHexString()})}}},3615:function(t,e,s){s.d(e,{Z:function(){return h}});var i=s(64006),n=s(10692),r=s(21865),o=s(83912),a=Object.defineProperty,l=(t,e,s)=>e in t?a(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,u=(t,e,s)=>l(t,"symbol"!==typeof e?e+"":e,s);class c{constructor(){u(this,"isDragging",!1),u(this,"isResizing",!1),u(this,"offset",new i.I9),u(this,"resizeData",{direction:"",startWidth:0,startHeight:0,calcHeight:0,calcWidth:0,startX:0,startY:0}),u(this,"target",{element:document.createElement("div"),parent:null,initialRect:new DOMRect})}}class h extends o.A{constructor(){super(),u(this,"state",new c),u(this,"offset",new i.I9),u(this,"events",[]),u(this,"element"),u(this,"circles"),u(this,"target"),u(this,"descriptor"),u(this,"change",(t="change")=>{const e=n.Vd.get(this.descriptor.event);if(null===e)return;const s=o.A.getGraphics(this),i={event:{type:t,target:this.descriptor.target},trigger:this.descriptor,input:void 0,result:void 0};e.execute(s,i)}),u(this,"selectTargetElement",t=>{this.state.target.element=t,this.state.target.parent=t.parentElement,this.state.target.initialRect=t.getBoundingClientRect(),this.updateOffset(this.state.target.initialRect),this.updateDraggableElement(),this.element.style.display="block"}),u(this,"updateDraggableElement",()=>{if(!this.state.target.element)return;const t=this.state.target.element.getBoundingClientRect();this.element.style.left=`${t.left}px`,this.element.style.top=`${t.top}px`,this.element.style.width=`${t.width}px`,this.element.style.height=`${t.height}px`}),u(this,"syncTargetPosition",(t=!0)=>{if(!this.state.target.element)return;if(!this.state.target.parent)return;const e=this.element.getBoundingClientRect(),s=this.state.target.parent.getBoundingClientRect();t&&(this.setDimension("width",e.width-this.state.resizeData.calcWidth,s.width,this.target.wUnit),this.setDimension("height",e.height-this.state.resizeData.calcHeight,s.height,this.target.hUnit)),"fixed"===this.target.position?this.setFixedPosition(e):this.setRelativePosition(e,s),this.target.setNeedsUpdate()}),u(this,"setDimension",(t,e,s,i)=>{this.target[t]="%"===i?e/s*100:e}),u(this,"setFixedPosition",t=>{if("left"===this.target.xAxis){const e=t.left-this.offset.x;this.target.location.x="%"===this.target.xUnit?e/window.innerWidth*100:e}else{const e=window.innerWidth-t.right+this.offset.x;this.target.location.x="%"===this.target.xUnit?e/window.innerWidth*100:e}if("top"===this.target.yAxis){const e=t.top-this.offset.y;this.target.location.y="%"===this.target.yUnit?e/window.innerHeight*100:e}else{const e=window.innerHeight-t.bottom+this.offset.y;this.target.location.y="%"===this.target.yUnit?e/window.innerHeight*100:e}}),u(this,"setRelativePosition",(t,e)=>{if("left"===this.target.xAxis){const s=t.left-e.left-this.offset.x;this.target.location.x="%"===this.target.xUnit?s/e.width*100:s}else{const s=e.right-t.right+this.offset.x;this.target.location.x="%"===this.target.xUnit?s/e.width*100:s}if("top"===this.target.yAxis){const s=t.top-e.top-this.offset.y;this.target.location.y="%"===this.target.yUnit?s/e.height*100:s}else{const s=e.bottom-t.bottom+this.offset.y;this.target.location.y="%"===this.target.yUnit?s/e.height*100:s}}),u(this,"handleDragStart",t=>{if(!1!==this.descriptor.enabled&&this.state.target.element&&"static"!==this.target.position&&"relative"!==this.target.position&&t.target instanceof HTMLElement&&!1===t.target.classList.contains("resize-handle")){this.state.isDragging=!0;const e=this.element.getBoundingClientRect();this.state.offset=new i.I9(t.clientX-e.left,t.clientY-e.top),this.state.target.element.style.transition="none",t.preventDefault(),this.change("mousedown")}}),u(this,"handleResizeStart",t=>{if(!1!==this.descriptor.enabled&&this.state.target.element&&"static"!==this.target.position&&"relative"!==this.target.position&&t.target instanceof HTMLElement){this.state.isResizing=!0,this.state.resizeData.direction=t.target.classList[1];const e=this.element.getBoundingClientRect();this.state.resizeData.calcWidth=this.target.calcWidth,this.state.resizeData.calcHeight=this.target.calcHeight,this.state.resizeData.startWidth=e.width,this.state.resizeData.startHeight=e.height,this.state.resizeData.startX=e.left,this.state.resizeData.startY=e.top,this.state.offset=new i.I9(t.clientX,t.clientY),this.state.target.element.style.transition="none",t.preventDefault(),this.change("mousedown")}}),u(this,"handleMouseMove",t=>{this.state.target.element&&(this.state.isDragging?(this.element.style.left=t.clientX-this.state.offset.x+"px",this.element.style.top=t.clientY-this.state.offset.y+"px",this.syncTargetPosition(!1),this.change()):this.state.isResizing&&(this.handleResizing(t),this.change()))}),u(this,"handleResizing",t=>{const e=t.clientX-this.state.offset.x,s=t.clientY-this.state.offset.y,{direction:i,startWidth:n,startHeight:r,startX:o,startY:a}=this.state.resizeData;let l=n,u=r,c=o,h=a;switch(i){case"0":l=Math.max(20,n-e),u=Math.max(20,r-s),c=o+(n-l),h=a+(r-u);break;case"1":l=Math.max(20,n+e),u=Math.max(20,r-s),h=a+(r-u);break;case"3":l=Math.max(20,n-e),u=Math.max(20,r+s),c=o+(n-l);break;case"2":l=Math.max(20,n+e),u=Math.max(20,r+s);break}this.element.style.width=`${l}px`,this.element.style.height=`${u}px`,this.element.style.left=`${c}px`,this.element.style.top=`${h}px`,this.updateOffset(this.element.getBoundingClientRect()),this.syncTargetPosition()}),u(this,"handleMouseEnd",()=>{this.state.target.element&&(this.state.isDragging?this.state.isDragging=!1:this.state.isResizing&&(this.state.isResizing=!1),this.change("mouseup"))}),this.element=this.createElement(),this.circles=this.createCircle();for(const t of this.circles)this.element.appendChild(t);document.body.appendChild(this.element)}createElement(){const t=document.createElement("div");t.style.width="100px",t.style.height="100px",t.style.position="fixed",t.style.top="0px",t.style.left="0px",t.style.zIndex="2147483647",t.style.userSelect="none",t.addEventListener("contextmenu",t=>{t.stopPropagation(),t.preventDefault(),this.change("contextmenu")});const e=document.createElement("div");return e.style.position="absolute",e.style.top="50%",e.style.left="50%",e.style.transform="translate(-50%,-50%)",e.style.width="100%",e.style.height="100%",e.style.border="6px double #1b8fdfcc",e.style.boxSizing="content-box",e.style.pointerEvents="none",t.appendChild(e),t}createCircle(){const t=[],e=[[0,0],[100,0],[100,100],[0,100]];for(let s=0;s<e.length;s++){const i=document.createElement("div");this.setCircleStyle(i,s,e[s]),t.push(i)}return t}setCircleStyle(t,e,s){t.classList.add("resize-handle",e.toString()),t.style.borderRadius="50%",t.style.width="12px",t.style.height="12px",t.style.position="absolute",t.style.left=s[0]+"%",t.style.top=s[1]+"%",t.style.transform="translate(-50%,-50%)",t.style.border="2px double #1b8fdfcc",t.style.background="#ffffff",t.style.boxShadow="0 0 4px #1b8fdfcc",t.style.zIndex="99999",t.style.cursor=[1,3].includes(e)?"nesw-resize":"nwse-resize"}listen(t){this.reset();const e=o.A.getGraphics(this),s=e.variableProxy.get(t.target,e);if(s instanceof r.Pp){const i=e.getActor(s);if(null===i)return;const n=i.getWrapper();if(null===n)return;this.descriptor=t,this.target=s,this.selectTargetElement(n),this.events.push(e.engine.inputSystem.listen("mousedown",this.handleDragStart,{target:this.element}));for(const t of this.circles)this.events.push(e.engine.inputSystem.listen("mousedown",this.handleResizeStart,{target:t}));this.events.push(e.engine.inputSystem.listen("mousemove",this.handleMouseMove,{target:document})),this.events.push(e.engine.inputSystem.listen("mouseup",this.handleMouseEnd,{target:document}))}}unlisten(){this.reset()}update(t){this.listen(t)}reset(){const t=o.A.getGraphics(this);for(const e of this.events)t.engine.inputSystem.unlisten(e);this.events.length=0,this.element.style.display="none",this.state.target.element=document.createElement("div"),this.state.target.parent=null,this.target=void 0}dispose(){this.reset(),this.element.remove()}updateOffset(t=this.state.target.initialRect){this.offset.set(t.width*(this.target.translate.x/100),t.height*(this.target.translate.y/100))}}},5171:function(t,e,s){s.r(e),s.d(e,{ExecuteScriptable:function(){return u},createExecuteInput:function(){return c},createExecuteNode:function(){return h},scriptable:function(){return l}});var i=s(64898),n=s(10692),r=s(35265),o=s(93360),a=(t,e,s)=>new Promise((i,n)=>{var r=t=>{try{a(s.next(t))}catch(e){n(e)}},o=t=>{try{a(s.throw(t))}catch(e){n(e)}},a=t=>t.done?i(t.value):Promise.resolve(t.value).then(r,o);a((s=s.apply(t,e)).next())});const l=n.Vd.createVirtualUrl("preset/net/http.ts");class u extends o.er{execute(t,e){return a(this,null,function*(){const{input:t,result:s}=e;let i=this.getInputValue("url",t);const n=this.getInputValue("type",t),o=this.getInputValue("data",t),a=yield(0,r.LV)(i,n,o,s);return a})}}n.Vd.setProvider(l,()=>a(null,null,function*(){return{default:u}}));const c=(t={})=>{var e,s,i;const n={url:{value:null!=(e=t.url)?e:""},type:{value:null!=(s=t.type)?s:""},data:{value:null!=(i=t.data)?i:""}};return n},h=t=>{var e,s,n,r;const o={id:t.id,label:i.B.get(l),position:{x:null!=(s=null==(e=null==t?void 0:t.position)?void 0:e.x)?s:20,y:null!=(r=null==(n=null==t?void 0:t.position)?void 0:n.y)?r:20},interaction:"Execute",url:l,input:c(t.input)};return o}},8061:function(t,e,s){s.d(e,{D:function(){return u}});var i=s(48583),n=s(10692),r=s(21865),o=Object.defineProperty,a=(t,e,s)=>e in t?o(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,l=(t,e,s)=>a(t,"symbol"!==typeof e?e+"":e,s);class u{constructor(){l(this,"proxyCollection",new Map),l(this,"variablesCollection",new Map),l(this,"createNestedProxy",(t,e,s="")=>new Proxy(t,{get:(t,i)=>{if("symbol"===typeof i)return Reflect.get(t,i);const n=s?`${s}.${i}`:i,r=this.variablesCollection.get(e);if(void 0!==r[n])return r[n];const o=Reflect.get(t,i);return null===o||"object"!==typeof o||Array.isArray(o)?o:this.createNestedProxy(o,e,n)}})),l(this,"getVariableValue",(t,e,s,r,o)=>{if("key"===r.type)return i.B.getValueByKey(e,r.value);if("custom"===r.type){const i=n.Vd.get(r.value);if(null===i)return;const a={key:s,config:r,data:e,input:void 0,result:void 0,trigger:t};return i.execute(o,a)}})}get(t,e){const s=r.oJ.get(t);if(null===s)return null;let i=this.proxyCollection.get(s),n=this.variablesCollection.get(s);if(void 0===n||n.version>0){n=Object.create(null),n.version=0;const t=r.Y2.getData(s.dataset);if(null!==t){const i=Object.keys(s.variables);for(const r of i){const i=s.variables[r];if(!1===i.enabled)continue;const o=this.getVariableValue(s,t,r,i,e);void 0!==o&&(n[r]=o)}}this.variablesCollection.set(s,n),i=this.createNestedProxy(s,s),this.proxyCollection.set(s,i)}else void 0===i&&(i=this.createNestedProxy(s,s),this.proxyCollection.set(s,i));return i}update(t){const e=this.variablesCollection.get(t);void 0!==e&&e.version++}}},9115:function(t,e,s){s.d(e,{O:function(){return u}});var i=s(21865),n=s(81789),r=s(27740),o=Object.defineProperty,a=(t,e,s)=>e in t?o(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,l=(t,e,s)=>a(t,"symbol"!==typeof e?e+"":e,s);class u extends r.${createActor(t){const e=new n.ZQ;return e}update(t){super.update(t);const e=this.getActor(t);e.update(t)}mount(t,e,s){super.mount(t,e,s),this.getActor(t)}unmount(t,e,s){const i=this.getActor(t);i.unlisten(),super.unmount(t,e,s)}free(t){const e=this.getActor(t);e.dispose(),super.free(t)}}l(u,"type",i.xq.type),r.$.register(u)},9962:function(t,e,s){s.r(e),s.d(e,{nodes:function(){return l},url:function(){return a}});var i=s(10692),n=s(93360),r=s(94499),o=(t,e,s)=>new Promise((i,n)=>{var r=t=>{try{a(s.next(t))}catch(e){n(e)}},o=t=>{try{a(s.throw(t))}catch(e){n(e)}},a=t=>t.done?i(t.value):Promise.resolve(t.value).then(r,o);a((s=s.apply(t,e)).next())});const a=i.Vd.createVirtualUrl("preset/graphics/invoke.interaction.json"),l={invoke:"invoke"};let u=null;const c=()=>o(null,null,function*(){if(null===u){u=new n.MS;const t=r.graphics.invoke.createExecuteNode({id:l.invoke});u.addNode([t]),u.roots.push(t.id)}return u});i.Vd.setProvider(a,c)},10692:function(t,e,s){s.d(e,{FD:function(){return n.F},Vd:function(){return i.V},jB:function(){return n.j},nP:function(){return i.n}});var i=s(72968),n=s(90154)},13507:function(t,e,s){s.d(e,{r:function(){return o}});var i=Object.defineProperty,n=(t,e,s)=>e in t?i(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,r=(t,e,s)=>n(t,"symbol"!==typeof e?e+"":e,s);class o{constructor(){r(this,"registrys",{})}listen(t,e,s={}){var i;let n=this.registrys[t];void 0===n&&(n=[],this.registrys[t]=n);const r=void 0===s.insertIndex?n.length:s.insertIndex,o=n.find(t=>t.callback===e);o||n.splice(r,0,{once:null!=(i=s.once)&&i,callback:e});const a=()=>this.unlisten(t,e);return a}unlisten(t,e){let s=this.registrys[t];if(void 0!==s)for(let i=0;i<s.length;i++)if(s[i].callback===e)return s.splice(i,1),void(0===s.length&&delete this.registrys[t])}trigger(t,...e){let s=this.registrys[t];if(void 0!==s&&0!==s.length){s=[...this.registrys[t]];for(let i=0;i<s.length;i++)s[i].callback(...e),!0===s[i].once&&this.unlisten(t,s[i].callback)}}}},13591:function(t,e,s){s.d(e,{b:function(){return a}});var i=Object.defineProperty,n=(t,e,s)=>e in t?i(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,r=(t,e,s)=>n(t,"symbol"!==typeof e?e+"":e,s);const o=class t{static getCategory(t){return t===this.tsSuffix?this.ts:t===this.prefabSuffix?this.prefab:t===this.datasetSuffix?this.dataset:t===this.styleSuffix?this.style:t===this.fontSuffix?this.font:t===this.interactionSuffix?this.interaction:t===this.textureSuffix?this.texture:t===this.materialSuffix?this.material:t===this.geometrySuffix?this.geometry:t===this.sceneSuffix?this.scene:this.jsonSuffixs.includes(t)?this.json:this.imageSuffixs.includes(t)?this.image:this.audioSuffixs.includes(t)?this.audio:this.videoSuffixs.includes(t)?this.video:this.modelSuffixs.includes(t)?this.model:this.other}static parseName(t){var e;const s={name:"",suffix:"",category:"other"};if(void 0===t||""===t)return s;const i=t.split(".");s.name=null!=(e=i[0])?e:"";for(let n=1;n<i.length;n++)s.suffix+=`.${i[n]}`;return s.category=this.getCategory(s.suffix),s}static isDescriptor(e,s="suffix"){const i="suffix"===s?t.descriptorSuffixs:t.descriptorCategorys;return i.includes(e)}};r(o,"ts","ts"),r(o,"prefab","prefab"),r(o,"dataset","dataset"),r(o,"style","style"),r(o,"font","font"),r(o,"interaction","interaction"),r(o,"texture","texture"),r(o,"material","material"),r(o,"geometry","geometry"),r(o,"scene","scene"),r(o,"json","json"),r(o,"image","image"),r(o,"audio","audio"),r(o,"video","video"),r(o,"model","model"),r(o,"other","other"),r(o,"tsSuffix",`.${o.ts}`),r(o,"prefabSuffix",`.${o.prefab}.json`),r(o,"datasetSuffix",`.${o.dataset}.json`),r(o,"styleSuffix",`.${o.style}.json`),r(o,"fontSuffix",`.${o.font}.json`),r(o,"interactionSuffix",`.${o.interaction}.json`),r(o,"textureSuffix",`.${o.texture}.json`),r(o,"materialSuffix",`.${o.material}.json`),r(o,"geometrySuffix",`.${o.geometry}.json`),r(o,"sceneSuffix",`.${o.scene}.json`),r(o,"manifestSuffix",".manifest.json"),r(o,"jsonSuffixs",[".json"]),r(o,"imageSuffixs",[".png",".jpg",".jpeg",".bmp",".gif"]),r(o,"audioSuffixs",[".mp3",".wav",".wmv"]),r(o,"videoSuffixs",[".mp4",".m2v",".mkv",".rmvb",".wmv",".avi",".flv",".mov",".m4v"]),r(o,"modelSuffixs",[".glb",".gltf"]),r(o,"descriptorSuffixs",[o.prefabSuffix,o.datasetSuffix,o.styleSuffix,o.interactionSuffix,o.textureSuffix,o.materialSuffix,o.geometrySuffix,o.sceneSuffix]),r(o,"descriptorCategorys",[o.prefab,o.dataset,o.style,o.interaction,o.texture,o.material,o.geometry,o.scene]);let a=o},14496:function(t,e,s){s.r(e),s.d(e,{invoke:function(){return i}});var i=s(9962)},16033:function(t,e,s){s.d(e,{R:function(){return a}});var i=s(21865),n=s(42778),r=s(81789);let o=!1;const a=()=>{if(!0===o)return;o=!0;const t=new r.XI;t.update(i.Jf.basicStyle,i.Jf.basicName);const e=t.getStyleValue();n.KQ.insertRule(e)}},17227:function(t,e,s){s.d(e,{B:function(){return i}});class i{static pre(t,e,s=null){const i=[{parent:s,des:t}];while(i.length>0){const t=i.pop();e(t.des,t.parent);for(let e=t.des.children.length-1;e>=0;e--)i.push({parent:t.des,des:t.des.children[e]})}}static preTerminated(t,e,s=null){const i=[{parent:s,des:t}];while(i.length>0){const t=i.pop();if(!0!==e(t.des,t.parent))for(let e=t.des.children.length-1;e>=0;e--)i.push({parent:t.des,des:t.des.children[e]})}}}},17365:function(t,e,s){s.d(e,{L:function(){return v},P:function(){return g}});var i=s(10692),n=s(50608),r=Object.defineProperty,o=Object.defineProperties,a=Object.getOwnPropertyDescriptors,l=Object.getOwnPropertySymbols,u=Object.prototype.hasOwnProperty,c=Object.prototype.propertyIsEnumerable,h=(t,e,s)=>e in t?r(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,d=(t,e)=>{for(var s in e||(e={}))u.call(e,s)&&h(t,s,e[s]);if(l)for(var s of l(e))c.call(e,s)&&h(t,s,e[s]);return t},f=(t,e)=>o(t,a(e)),p=(t,e,s)=>new Promise((i,n)=>{var r=t=>{try{a(s.next(t))}catch(e){n(e)}},o=t=>{try{a(s.throw(t))}catch(e){n(e)}},a=t=>t.done?i(t.value):Promise.resolve(t.value).then(r,o);a((s=s.apply(t,e)).next())});const y={},g=t=>{Object.assign(y,t)},m=(t,e)=>{const s=new URL(i.Vd.joinUrl(t));return Object.entries(e).forEach(([t,e])=>{null!==e&&void 0!==e&&s.searchParams.set(t,String(e))}),s.toString()},v=(t,e,s,i)=>p(null,null,function*(){const r={},o=[];0===s.trim().length?o.push(...i.keys()):o.push(...s.split(","));for(const t of o){const e=i.get(t);Object.assign(r,null!=e?e:{})}t=t.replace(/\${(\w+)}/g,(t,e)=>r.hasOwnProperty(e)?r[e]:t);const a={method:e,headers:d({"Content-Type":"application/json"},y)};let l;l=e===n.$.GET?yield fetch(m(t,r),a):yield fetch(t,f(d({},a),{body:JSON.stringify(r)}));const u=yield l.json();return u})},18419:function(t,e,s){s.d(e,{_:function(){return l}});var i=s(21865),n=s(27740),r=Object.defineProperty,o=(t,e,s)=>e in t?r(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,a=(t,e,s)=>o(t,"symbol"!==typeof e?e+"":e,s);class l extends n.${clear(t){}beforeRender(t){}render(t){}afterRender(t){}beforePickup(t,e){}orderBy(t){}}a(l,"type",i.RE.type),n.$.register(l)},21627:function(t,e,s){s.d(e,{z:function(){return o}});const i=[{parse:1/0,stringify:"__vyr_infinity+__"},{parse:-1/0,stringify:"__vyr_infinity-__"}],n=(t,e)=>{for(const s of i)if(s.parse===e)return s.stringify;return e},r=(t,e)=>{for(const s of i)if(s.stringify===e)return s.parse;return e};class o{static stringify(t){return JSON.stringify(t,n)}static parse(t){return JSON.parse(t,r)}static deepClone(t){return this.parse(this.stringify(t))}}},21865:function(t,e,s){s.d(e,{CH:function(){return r.CH},Dg:function(){return r.Dg},Jf:function(){return r.Jf},K4:function(){return v.K},KM:function(){return h.K},Pp:function(){return u.P},RE:function(){return g.R},SS:function(){return p.S},Ts:function(){return l.T},Vp:function(){return d.V},X7:function(){return a.X},Y2:function(){return n.Y},Zl:function(){return o.Z},aq:function(){return r.aq},fX:function(){return c.f},oJ:function(){return i.o},q5:function(){return m.q},uj:function(){return f.u},xq:function(){return y.x}});var i=s(38132),n=s(29124),r=s(35085),o=s(70858),a=s(89237),l=s(85337),u=s(2181),c=s(86487),h=s(32432),d=s(89219),f=s(29364),p=s(76644),y=s(76299),g=s(66119),m=s(63072),v=s(49436)},23083:function(t,e,s){s.d(e,{N:function(){return i},a:function(){return n}});var i=s(94499),n=s(32104)},24261:function(t,e,s){s.d(e,{M:function(){return h}});var i=s(21627),n=s(21865),r=s(38569),o=Object.defineProperty,a=(t,e,s)=>e in t?o(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,l=(t,e,s)=>a(t,"symbol"!==typeof e?e+"":e,s),u=(t,e,s)=>new Promise((i,n)=>{var r=t=>{try{a(s.next(t))}catch(e){n(e)}},o=t=>{try{a(s.throw(t))}catch(e){n(e)}},a=t=>t.done?i(t.value):Promise.resolve(t.value).then(r,o);a((s=s.apply(t,e)).next())});const c={executorPool:new WeakMap};class h extends n.oJ{constructor(t={}){super(t),l(this,"roots"),l(this,"nodes"),l(this,"mappers"),this.roots=t.roots?i.z.deepClone(t.roots):[],this.nodes=t.nodes?i.z.deepClone(t.nodes):[],this.mappers=t.mappers?i.z.deepClone(t.mappers):[]}addNode(t){const e=t.length,s=e-1;for(let i=0;i<e;i++){const e=t[i];this.nodes.push(e),i<s&&this.mappers.push({source:e.id,target:t[i+1].id})}}execute(t,e,s,i){return u(this,null,function*(){let n=c.executorPool.get(this);void 0===n&&(n=new r.o,n.update(this),c.executorPool.set(this,n)),yield n.execute(t,this,e,s,i)})}setNeedsUpdate(){const t=c.executorPool.get(this);void 0!==t&&t.update(this)}}l(h,"type","Interaction"),n.oJ.register(h)},24566:function(t,e,s){s.d(e,{T:function(){return l}});var i=s(21865),n=s(25716),r=Object.defineProperty,o=(t,e,s)=>e in t?r(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,a=(t,e,s)=>o(t,"symbol"!==typeof e?e+"":e,s);class l extends n.F{}a(l,"type",i.Zl.type),n.F.register(l)},25716:function(t,e,s){s.d(e,{F:function(){return u}});var i=s(81789),n=s(21865),r=s(27740),o=Object.defineProperty,a=(t,e,s)=>e in t?o(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,l=(t,e,s)=>a(t,"symbol"!==typeof e?e+"":e,s);class u extends r.${createActor(t){return new i.aj}mount(t,e,s){super.mount(t,e,s);const i=this.getActor(t);i.bind(s.uuid)}unmount(t,e,s){super.unmount(t,e,s)}free(t){const e=this.getActor(t);e.unbind(),super.free(t)}}l(u,"type",n.oJ.type),r.$.register(u)},25946:function(t,e,s){s.d(e,{U:function(){return d}});var i=Object.defineProperty,n=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable,a=(t,e,s)=>e in t?i(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,l=(t,e)=>{for(var s in e||(e={}))r.call(e,s)&&a(t,s,e[s]);if(n)for(var s of n(e))o.call(e,s)&&a(t,s,e[s]);return t},u=(t,e,s)=>a(t,"symbol"!==typeof e?e+"":e,s);const c={id:1,listener:{default:(t,e)=>s=>{t.event=s,t.enable||(t.enable=!0,e.quaua.push(t))},once:(t,e)=>{const s=c.listener.default(t,e);return i=>{s(i),e.unlisten(t.id)}}}};class h{constructor(t,e,s,i){u(this,"id",c.id++),u(this,"type"),u(this,"target"),u(this,"callback"),u(this,"listener"),u(this,"enable",!1),u(this,"event"),this.type=t,this.target=i.target,this.callback=e,this.listener=i.once?c.listener.once(this,s):c.listener.default(this,s)}execute(){this.callback(this.event),this.enable=!1}}class d{constructor(t){u(this,"_target"),u(this,"_registry",[]),u(this,"quaua",[]),this._target=t}listen(t,e,s={}){if(!0===window["__VYR_RUNTIME.DISABLED_INPUT"])return;const i=l({once:!1,target:this._target,passive:!1,capture:!1},s);for(const r of this._registry)if(r.type===t&&r.callback===e&&s.target===r.target)return r.id;const n=new h(t,e,this,i);return this._registry.push(n),n.target.addEventListener(t,n.listener,i.capture),n.id}unlisten(t){for(let e=0;e<this._registry.length;e++){const s=this._registry[e];if(s.id===t)return this._registry.splice(e,1),void s.target.removeEventListener(s.type,s.listener)}}process(){const t=[...this.quaua];for(const e of t)e.execute();this.quaua.length=0}}},27740:function(t,e,s){s.d(e,{$:function(){return u},n:function(){return l}});var i=s(64898),n=s(81789),r=Object.defineProperty,o=(t,e,s)=>e in t?r(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,a=(t,e,s)=>o(t,"symbol"!==typeof e?e+"":e,s);const l={factory:!1,classCollection:new Map,actorCollection:new Map};class u{constructor(t,e){if(a(this,"unit"),a(this,"graphics"),!1===l.factory)throw new Error(i.B.get("interpreter.new.fail"));this.unit=t,this.graphics=e}static register(t){l.classCollection.set(t.type,t)}static getClass(t){var e;return null!=(e=l.classCollection.get(t))?e:null}createActor(t){return new n.Ag}getActor(t){let e=l.actorCollection.get(this);return void 0!==e||(e=this.createActor(t),n.Ag.seGraphics(e,this.graphics),l.actorCollection.set(this,e)),e}update(t){}mount(t,e,s){}unmount(t,e,s){}free(t){const e=l.actorCollection.get(this);void 0!==e&&(n.Ag.seGraphics(e,this.graphics),l.actorCollection.delete(this))}pickup(t,e){}}a(u,"type","Interpreter")},27761:function(t,e,s){s.r(e),s.d(e,{switch:function(){return i}});var i=s(91521)},29124:function(t,e,s){s.d(e,{Y:function(){return p}});var i=s(10692),n=s(79351),r=s(38132),o=Object.defineProperty,a=Object.getOwnPropertySymbols,l=Object.prototype.hasOwnProperty,u=Object.prototype.propertyIsEnumerable,c=(t,e,s)=>e in t?o(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,h=(t,e)=>{var s={};for(var i in t)l.call(t,i)&&e.indexOf(i)<0&&(s[i]=t[i]);if(null!=t&&a)for(var i of a(t))e.indexOf(i)<0&&u.call(t,i)&&(s[i]=t[i]);return s},d=(t,e,s)=>c(t,"symbol"!==typeof e?e+"":e,s);const f=class t extends r.o{constructor(t={}){super(t),d(this,"_data"),d(this,"_extraData",{}),d(this,"dataConfigs"),d(this,"defaultData"),this.dataConfigs=void 0===t.dataConfigs?[]:r.o.deepClone(t.dataConfigs),this.defaultData=void 0===t.defaultData?{}:r.o.deepClone(t.defaultData),this._updateData(this.defaultData)}static getData(e){const s=i.Vd.get(e);return s instanceof t?s.getData():null}static getCollection(t){const e=this.getData(t);return e?Array.isArray(e)?e:[e]:[]}_updateData(t){this._data=t}getData(){var t;return null!=(t=this._data)?t:null}setData(t){this._updateData(t),n.P.trigger("updateDeps",{self:this.uuid})}setExtraData(t){this._extraData=t}getExtraData(){return this._extraData}toJSON(){const t=this,{_data:e,_extraData:s}=t,i=h(t,["_data","_extraData"]);return i}setNeedsUpdate(){}};d(f,"type","Dataset");let p=f;r.o.register(p)},29364:function(t,e,s){s.d(e,{u:function(){return a}});var i=s(38132),n=Object.defineProperty,r=(t,e,s)=>e in t?n(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,o=(t,e,s)=>r(t,"symbol"!==typeof e?e+"":e,s);class a extends i.o{constructor(t={}){var e,s,n,r,a,l;super(t),o(this,"play"),o(this,"duration"),o(this,"count"),o(this,"mode"),o(this,"startTime"),o(this,"path"),o(this,"frameData"),this.play=null!=(e=t.play)&&e,this.duration=null!=(s=t.duration)?s:0,this.count=null!=(n=t.count)?n:1/0,this.mode=null!=(r=t.mode)?r:1,this.startTime=null!=(a=t.startTime)?a:0,this.path=null!=(l=t.path)?l:"",this.frameData=t.frameData?i.o.deepClone(t.frameData):{type:"vector2",startValue:[],endValue:[]}}}o(a,"type","AnimationUnit"),i.o.register(a)},32104:function(t,e,s){s.r(e),s.d(e,{graphics:function(){return n},scheduler:function(){return i}});var i=s(50346),n=s(14496)},32432:function(t,e,s){s.d(e,{K:function(){return l}});var i=s(64006),n=s(38132),r=Object.defineProperty,o=(t,e,s)=>e in t?r(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,a=(t,e,s)=>o(t,"symbol"!==typeof e?e+"":e,s);class l extends n.o{constructor(t={}){var e,s,n,r,o;super(t),a(this,"scale"),a(this,"position"),a(this,"rotation"),a(this,"layer",0),a(this,"visible",!0),a(this,"renderOrder",0),a(this,"castShadow",!1),a(this,"receiveShadow",!1),this.scale=t.scale?i.Pq.create(t.scale):i.Pq.create(1,1,1),this.position=i.Pq.create(t.position),this.rotation=i.O9.create(t.rotation),this.layer=null!=(e=t.layer)?e:0,this.visible=null==(s=t.visible)||s,this.renderOrder=null!=(n=t.renderOrder)?n:0,this.castShadow=null!=(r=t.castShadow)&&r,this.receiveShadow=null!=(o=t.receiveShadow)&&o}}a(l,"type","Node"),n.o.register(l)},32952:function(t,e,s){s.d(e,{P:function(){return a}});var i=s(1355),n=Object.defineProperty,r=(t,e,s)=>e in t?n(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,o=(t,e,s)=>r(t,"symbol"!==typeof e?e+"":e,s);class a{constructor(t=0,e=0,s=0,i=1){o(this,"x"),o(this,"y"),o(this,"z"),o(this,"w"),this.x=t,this.y=e,this.z=s,this.w=i}static slerpFlat(t,e,s,i,n,r,o){let a=s[i+0],l=s[i+1],u=s[i+2],c=s[i+3];const h=n[r+0],d=n[r+1],f=n[r+2],p=n[r+3];if(0===o)return t[e+0]=a,t[e+1]=l,t[e+2]=u,void(t[e+3]=c);if(1===o)return t[e+0]=h,t[e+1]=d,t[e+2]=f,void(t[e+3]=p);if(c!==p||a!==h||l!==d||u!==f){let t=1-o;const e=a*h+l*d+u*f+c*p,s=e>=0?1:-1,i=1-e*e;if(i>Number.EPSILON){const n=Math.sqrt(i),r=Math.atan2(n,e*s);t=Math.sin(t*r)/n,o=Math.sin(o*r)/n}const n=o*s;if(a=a*t+h*n,l=l*t+d*n,u=u*t+f*n,c=c*t+p*n,t===1-o){const t=1/Math.sqrt(a*a+l*l+u*u+c*c);a*=t,l*=t,u*=t,c*=t}}t[e]=a,t[e+1]=l,t[e+2]=u,t[e+3]=c}static multiplyQuaternionsFlat(t,e,s,i,n,r){const o=s[i],a=s[i+1],l=s[i+2],u=s[i+3],c=n[r],h=n[r+1],d=n[r+2],f=n[r+3];return t[e]=o*f+u*c+a*d-l*h,t[e+1]=a*f+u*h+l*c-o*d,t[e+2]=l*f+u*d+o*h-a*c,t[e+3]=u*f-o*c-a*h-l*d,t}set(t,e,s,i){return this.x=t,this.y=e,this.z=s,this.w=i,this}clone(){return new this.constructor(this.x,this.y,this.z,this.w)}copy(t){return this.x=t.x,this.y=t.y,this.z=t.z,this.w=t.w,this}setFromEuler(t){const e=t.x,s=t.y,i=t.z,n=t.order,r=Math.cos,o=Math.sin,a=r(e/2),l=r(s/2),u=r(i/2),c=o(e/2),h=o(s/2),d=o(i/2);switch(n){case"XYZ":this.x=c*l*u+a*h*d,this.y=a*h*u-c*l*d,this.z=a*l*d+c*h*u,this.w=a*l*u-c*h*d;break;case"YXZ":this.x=c*l*u+a*h*d,this.y=a*h*u-c*l*d,this.z=a*l*d-c*h*u,this.w=a*l*u+c*h*d;break;case"ZXY":this.x=c*l*u-a*h*d,this.y=a*h*u+c*l*d,this.z=a*l*d+c*h*u,this.w=a*l*u-c*h*d;break;case"ZYX":this.x=c*l*u-a*h*d,this.y=a*h*u+c*l*d,this.z=a*l*d-c*h*u,this.w=a*l*u+c*h*d;break;case"YZX":this.x=c*l*u+a*h*d,this.y=a*h*u+c*l*d,this.z=a*l*d-c*h*u,this.w=a*l*u-c*h*d;break;case"XZY":this.x=c*l*u-a*h*d,this.y=a*h*u-c*l*d,this.z=a*l*d+c*h*u,this.w=a*l*u+c*h*d;break;default:console.warn("Quaternion: .setFromEuler() encountered an unknown order: "+n)}return this}setFromAxisAngle(t,e){const s=e/2,i=Math.sin(s);return this.x=t.x*i,this.y=t.y*i,this.z=t.z*i,this.w=Math.cos(s),this}setFromRotationMatrix(t){const e=t.elements,s=e[0],i=e[4],n=e[8],r=e[1],o=e[5],a=e[9],l=e[2],u=e[6],c=e[10],h=s+o+c;if(h>0){const t=.5/Math.sqrt(h+1);this.w=.25/t,this.x=(u-a)*t,this.y=(n-l)*t,this.z=(r-i)*t}else if(s>o&&s>c){const t=2*Math.sqrt(1+s-o-c);this.w=(u-a)/t,this.x=.25*t,this.y=(i+r)/t,this.z=(n+l)/t}else if(o>c){const t=2*Math.sqrt(1+o-s-c);this.w=(n-l)/t,this.x=(i+r)/t,this.y=.25*t,this.z=(a+u)/t}else{const t=2*Math.sqrt(1+c-s-o);this.w=(r-i)/t,this.x=(n+l)/t,this.y=(a+u)/t,this.z=.25*t}return this}setFromUnitVectors(t,e){let s=t.dot(e)+1;return s<Number.EPSILON?(s=0,Math.abs(t.x)>Math.abs(t.z)?(this.x=-t.y,this.y=t.x,this.z=0,this.w=s):(this.x=0,this.y=-t.z,this.z=t.y,this.w=s)):(this.x=t.y*e.z-t.z*e.y,this.y=t.z*e.x-t.x*e.z,this.z=t.x*e.y-t.y*e.x,this.w=s),this.normalize()}angleTo(t){return 2*Math.acos(Math.abs((0,i.q)(this.dot(t),-1,1)))}rotateTowards(t,e){const s=this.angleTo(t);if(0===s)return this;const i=Math.min(1,e/s);return this.slerp(t,i),this}identity(){return this.set(0,0,0,1)}invert(){return this.conjugate()}conjugate(){return this.x*=-1,this.y*=-1,this.z*=-1,this}dot(t){return this.x*t.x+this.y*t.y+this.z*t.z+this.w*t.w}lengthSq(){return this.x*this.x+this.y*this.y+this.z*this.z+this.w*this.w}length(){return Math.sqrt(this.x*this.x+this.y*this.y+this.z*this.z+this.w*this.w)}normalize(){let t=this.length();return 0===t?(this.x=0,this.y=0,this.z=0,this.w=1):(t=1/t,this.x=this.x*t,this.y=this.y*t,this.z=this.z*t,this.w=this.w*t),this}multiply(t){return this.multiplyQuaternions(this,t)}premultiply(t){return this.multiplyQuaternions(t,this)}multiplyQuaternions(t,e){const s=t.x,i=t.y,n=t.z,r=t.w,o=e.x,a=e.y,l=e.z,u=e.w;return this.x=s*u+r*o+i*l-n*a,this.y=i*u+r*a+n*o-s*l,this.z=n*u+r*l+s*a-i*o,this.w=r*u-s*o-i*a-n*l,this}slerp(t,e){if(0===e)return this;if(1===e)return this.copy(t);const s=this.x,i=this.y,n=this.z,r=this.w;let o=r*t.w+s*t.x+i*t.y+n*t.z;if(o<0?(this.w=-t.w,this.x=-t.x,this.y=-t.y,this.z=-t.z,o=-o):this.copy(t),o>=1)return this.w=r,this.x=s,this.y=i,this.z=n,this;const a=1-o*o;if(a<=Number.EPSILON){const t=1-e;return this.w=t*r+e*this.w,this.x=t*s+e*this.x,this.y=t*i+e*this.y,this.z=t*n+e*this.z,this.normalize(),this}const l=Math.sqrt(a),u=Math.atan2(l,o),c=Math.sin((1-e)*u)/l,h=Math.sin(e*u)/l;return this.w=r*c+this.w*h,this.x=s*c+this.x*h,this.y=i*c+this.y*h,this.z=n*c+this.z*h,this}slerpQuaternions(t,e,s){return this.copy(t).slerp(e,s)}random(){const t=2*Math.PI*Math.random(),e=2*Math.PI*Math.random(),s=Math.random(),i=Math.sqrt(1-s),n=Math.sqrt(s);return this.set(i*Math.sin(t),i*Math.cos(t),n*Math.sin(e),n*Math.cos(e))}equals(t){return t.x===this.x&&t.y===this.y&&t.z===this.z&&t.w===this.w}fromArray(t,e=0){return this.x=t[e],this.y=t[e+1],this.z=t[e+2],this.w=t[e+3],this}toArray(t=[],e=0){return t[e]=this.x,t[e+1]=this.y,t[e+2]=this.z,t[e+3]=this.w,t}toJSON(){return this.toArray()}*[Symbol.iterator](){yield this.x,yield this.y,yield this.z,yield this.w}}},35085:function(t,e,s){s.d(e,{CH:function(){return l},Dg:function(){return u},Jf:function(){return f},aq:function(){return c}});var i=s(69776),n=s(38132),r=Object.defineProperty,o=(t,e,s)=>e in t?r(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,a=(t,e,s)=>o(t,"symbol"!==typeof e?e+"":e,s);class l{constructor(t={}){var e,s,n,r,o,l;a(this,"type"),a(this,"color"),a(this,"inset"),a(this,"offsetX"),a(this,"offsetY"),a(this,"blur"),a(this,"spread"),this.type=null!=(e=t.type)?e:0,this.color=new i.E8(t.color),this.inset=null!=(s=t.inset)&&s,this.offsetX=null!=(n=t.offsetX)?n:0,this.offsetY=null!=(r=t.offsetY)?r:0,this.blur=null!=(o=t.blur)?o:0,this.spread=null!=(l=t.spread)?l:0}getStyleValue(t="px"){if(0===this.type){const e=this.inset?"inset":"";return`${e} ${this.offsetX}${t} ${this.offsetY}${t} ${this.blur}${t} ${this.spread}${t} ${this.color.getColor()}`}return` ${this.offsetX}${t} ${this.offsetY}${t} ${this.spread}${t} ${this.color.getColor()}`}}class u{constructor(t={}){var e,s,i,n;a(this,"left"),a(this,"top"),a(this,"right"),a(this,"bottom"),this.left=null!=(e=t.left)?e:0,this.top=null!=(s=t.top)?s:0,this.right=null!=(i=t.right)?i:0,this.bottom=null!=(n=t.bottom)?n:0}getStyleValue(t="px"){return`${this.top}${t} ${this.right}${t} ${this.bottom}${t} ${this.left}${t}`}}class c{constructor(t,e,s=!1,i=""){a(this,"name"),a(this,"value"),a(this,"inherit"),a(this,"unit"),this.name=t,this.value=e,this.inherit=s,this.unit=i}static clone(t){let e;return e=["box-shadow","text-shadow"].includes(t.name)?new l(t.value):["background","border-color","color"].includes(t.name)?i.Ru.create(t.value):["border-width","padding","margin"].includes(t.name)?new u(t.value):t.value,new c(t.name,e,t.inherit,t.unit)}getValue(){return this.value instanceof i.Ru?this.value.getColor():this.value instanceof l||this.value instanceof u?this.value.getStyleValue(this.unit):"transition"===this.name?`all ${this.value}s`:this.value+this.unit}}let h=null;const d=class t extends n.o{constructor(e={}){var s;if(super(e),a(this,"inherit"),a(this,"rules"),a(this,"hoverRules"),a(this,"activeRules"),this.inherit=null!=(s=e.inherit)?s:"",Array.isArray(e.rules)){this.rules=[];for(const t of e.rules)this.addRule(c.clone(t),this.rules)}else this.rules=t.generateRule(!0);if(Array.isArray(e.hoverRules)){this.hoverRules=[];for(const t of e.hoverRules)this.addRule(c.clone(t),this.hoverRules)}else this.hoverRules=t.generateRule(!0);if(Array.isArray(e.activeRules)){this.activeRules=[];for(const t of e.activeRules)this.addRule(c.clone(t),this.activeRules)}else this.activeRules=t.generateRule(!0)}static get basicStyle(){if(null===h){h=new t({name:"basic",rules:[]});const e=t.generateRule(!1);for(const t of e)h.addRule(t)}return h}addRule(t,e=this.rules){for(const s of e)if(t.name===s.name)return;e.push(t)}removeRule(t,e=this.rules){for(let s=0;s<e.length;s++){const i=this.rules[s];if(t.name===i.name)return void e.splice(s,1)}}clearRule(t=this.rules){t.length=0}};a(d,"type","Style"),a(d,"basicName","vyr_basic_style"),a(d,"activeName","vyr_active_style"),a(d,"generateRule",(t=!0)=>{const e=[];return e.push(new c("cursor","default",t)),e.push(new c("padding",new u,t,"px")),e.push(new c("box-sizing","border-box",t)),e.push(new c("overflow-x","visible",t)),e.push(new c("overflow-y","visible",t)),e.push(new c("vertical-align","baseline",t)),e.push(new c("transition",.5,t)),e.push(new c("background",new i.E8({opacity:0}),t)),e.push(new c("background-blend-mode","normal",t)),e.push(new c("background-clip","border-box",t)),e.push(new c("box-shadow",new l({type:0}),t,"px")),e.push(new c("text-shadow",new l({type:1}),t,"px")),e.push(new c("border-style","solid",t)),e.push(new c("border-color",new i.E8,t)),e.push(new c("border-width",new u,t,"px")),e.push(new c("color",new i.E8({value:"#000000"}),t)),e.push(new c("font-size",16,t,"px")),e.push(new c("text-align","left",t)),e.push(new c("font-weight","normal",t)),e.push(new c("line-height",1.2,t)),e.push(new c("font-style","normal",t)),e.push(new c("text-decoration","none",t)),e.push(new c("letter-spacing",0,t,"px")),e.push(new c("white-space","normal",t)),e.push(new c("font-family","unset",t)),e});let f=d;n.o.register(f)},35265:function(t,e,s){s.d(e,{$B:function(){return i.$},LV:function(){return n.L},P:function(){return n.P},wE:function(){return r.w}});var i=s(50608),n=s(17365),r=s(64472);s(67824)},35793:function(t,e,s){s.r(e),s.d(e,{invoke:function(){return i}});var i=s(47813)},38132:function(t,e,s){s.d(e,{o:function(){return z}});var i=s(64898),n=s(97338),r=s(14291),o=s(48393),a=s(47552),l=s(17227),u=s(48583),c=s(21627),h=s(79351),d=Object.defineProperty,f=Object.defineProperties,p=Object.getOwnPropertyDescriptors,y=Object.getOwnPropertySymbols,g=Object.prototype.hasOwnProperty,m=Object.prototype.propertyIsEnumerable,v=(t,e,s)=>e in t?d(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,b=(t,e)=>{for(var s in e||(e={}))g.call(e,s)&&v(t,s,e[s]);if(y)for(var s of y(e))m.call(e,s)&&v(t,s,e[s]);return t},x=(t,e)=>f(t,p(e)),w=(t,e,s)=>v(t,"symbol"!==typeof e?e+"":e,s);const C=t=>"editor"===window["__VYR_RUNTIME_MODE"]?(0,r.Kh)(t):t,M={classCollection:new Map,prefabToInstanceCollection:new Map,instanceToPrefabCollection:new Map,refGraph:new Map,getParent:t=>{const e=M.refGraph.get(t);return void 0===e?null:z.get(e)},setPrefabInstance(t){if(!1===t.prefab)return;let e=this.prefabToInstanceCollection.get(t.prefab.uuid);void 0===e&&(e=[],this.prefabToInstanceCollection.set(t.prefab.uuid,e)),o.l.insert(e,t.uuid),this.instanceToPrefabCollection.set(t.uuid,t.prefab.uuid)},markclone:(t,e,s,i)=>{const n=t.clone(!1);s.set(t.uuid,n),n.interactions.length>0&&i.push(n),!1===n.prefab&&(n.prefab={root:e,uuid:t.uuid});for(const r of t.children){const t=M.markclone(r,e,s,i);n.add(t)}return n}},P=class t extends n.iy{constructor(e={}){var s,i,n;if(super(e.uuid),w(this,"type"),w(this,"children"),w(this,"generatedBy",""),w(this,"name"),w(this,"dataset"),w(this,"variables"),w(this,"interactions"),w(this,"selectable"),w(this,"prefab"),this.type=this.constructor.type,this.name=null!=(s=e.name)?s:"",this.dataset=null!=(i=e.dataset)?i:"",this.variables=e.variables?t.deepClone(e.variables):{},this.interactions=e.interactions?t.deepClone(e.interactions):[],this.selectable=null==(n=e.selectable)||n,this.prefab=!!e.prefab&&t.deepClone(e.prefab),this.children=[],M.setPrefabInstance(this),Array.isArray(e.children)&&e.children.length>0)for(const r of e.children)C(this).add(t.create(r));return C(this)}static register(t){M.classCollection.set(t.type,t)}static getClass(t){var e;return null!=(e=M.classCollection.get(t))?e:null}static create(e){var s;const n=this.getClass(null!=(s=e.type)?s:t.type);if(null===n)throw new Error(i.B.get("descriptor.notRegister",{type:e.type}));return new n(e)}static serialization(t){return c.z.stringify(t)}static deserialization(t){return c.z.parse(t)}static deepClone(t){return c.z.deepClone(t)}static fixReferences(t,e){for(const s of t)for(const t of s.interactions){const s=Object.keys(t.inputs);for(const i of s){const s=t.inputs[i],n=Object.keys(s);for(const t of n){const i=s[t],n=e.get(i.value);void 0!==n&&(i.value=n.uuid)}}}}static cloneAndFixReferences(t){const e=new Map,s=[],i=M.markclone(t,t.uuid,e,s);return this.fixReferences(s,e),i}static getPrefab(t){var e;return null!=(e=M.instanceToPrefabCollection.get(t))?e:null}static getInstanceCollection(t){var e;return null!=(e=M.prefabToInstanceCollection.get(t))?e:null}beenInstantiated(t){C(t).clear()}add(...t){for(const e of t){if(this.children.indexOf(e)>-1)continue;const t=e.traceAncestor(!1);null!==t.parent&&t.parent.remove(e),this.children.push(e),M.refGraph.set(e.uuid,this.uuid),h.P.trigger("add",{self:e.uuid,puid:this.uuid})}}remove(...t){for(const e of t)for(let t=0;t<this.children.length;t++)if(this.children[t].uuid===e.uuid){h.P.trigger("remove",{self:e.uuid,puid:this.uuid}),this.children.splice(t,1),M.refGraph.delete(e.uuid);break}}traceAncestor(t=!0,e=1/0){let s=M.getParent(this.uuid);const i={parent:s,uuids:[],collection:[]};if(null===s)return i;if(i.collection.push(s),i.uuids.push(s.uuid),!0===t){let t=1;s=M.getParent(s.uuid);while(s&&t<e)t++,i.collection.push(s),i.uuids.push(s.uuid),s=M.getParent(s.uuid)}return i}insert(e,s){const n=t.get(e);if(null===n)return console.warn(i.B.get("descriptor.insert.uuid.notFound",{uuid:e}));const r=t.get(s);if(null===r)return console.warn(i.B.get("descriptor.insert.target.notFound",{target:s}));const o=n.traceAncestor(!1);o.parent&&o.parent.remove(n),r.add(n)}insertBefore(e,s,n=0){const r=t.get(e);if(null===r)return console.warn(i.B.get("descriptor.insert.uuid.notFound",{uuid:e}));const o=t.get(s);if(null===o)return console.warn(i.B.get("descriptor.insert.target.notFound",{target:s}));const a=o.traceAncestor(!1);if(null===a.parent)return;const l=a.parent,u=r.traceAncestor(!1);null!==u.parent&&u.parent.remove(r);let c=-1;for(let t=0;t<l.children.length;t++){const e=l.children[t];e===o&&(c=t+n),h.P.trigger("remove",{self:e.uuid,puid:l.uuid})}l.children.splice(c,0,r),M.refGraph.set(r.uuid,l.uuid);for(const t of l.children)h.P.trigger("add",{self:t.uuid,puid:l.uuid})}insertAfter(t,e){return this.insertBefore(t,e,1)}getAdjacent(){const t={parent:"",prev:"",next:""},e=this.traceAncestor(!1);if(null===e.parent)return t;t.parent=e.parent.uuid;const s=e.parent.children.indexOf(this);return s>0&&(t.prev=e.parent.children[s-1].uuid),s<e.parent.children.length-1&&(t.next=e.parent.children[s+1].uuid),t}clone(e=!0){const s=a.w.uuid(),i=t.create(x(b({},this),{uuid:s,children:void 0}));if(!1===e)return i;for(const t of this.children)i.add(t.clone(e));return i}syncWith(e,s=[]){if(this.type!==e.type)return console.warn(i.B.get("descriptor.syncWith.fail"));const n=t.create(x(b({},e),{type:this.type,uuid:void 0,children:void 0}));delete n["uuid"],delete n["type"],delete n["children"],delete n["prefab"],delete n["generatedBy"];for(const t of s)delete n[t];Object.assign(this,n)}traverse(t,e=!1,s=null){e?l.B.preTerminated(this,t,s):l.B.pre(this,t,s)}clear(){this.remove(...this.children)}serialization(){return t.serialization(this)}equals(t,e=["children"]){return u.B.equals(this,t,e)}setNeedsUpdate(){h.P.trigger("update",{self:this.uuid})}};w(P,"type","Descriptor");let z=P;z.register(z),(0,n.pU)("free",t=>{h.P.trigger("free",{self:t}),M.refGraph.delete(t);const e=M.instanceToPrefabCollection.get(t);if(void 0===e)return;M.instanceToPrefabCollection.delete(t);const s=M.prefabToInstanceCollection.get(t);void 0!==s&&o.l.remove(s,t)})},38569:function(t,e,s){s.d(e,{o:function(){return l}});var i=s(10692),n=Object.defineProperty,r=(t,e,s)=>e in t?n(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,o=(t,e,s)=>r(t,"symbol"!==typeof e?e+"":e,s),a=(t,e,s)=>new Promise((i,n)=>{var r=t=>{try{a(s.next(t))}catch(e){n(e)}},o=t=>{try{a(s.throw(t))}catch(e){n(e)}},a=t=>t.done?i(t.value):Promise.resolve(t.value).then(r,o);a((s=s.apply(t,e)).next())});class l{constructor(){o(this,"collection",new Map),o(this,"linkCollection",new Map)}update(t){this.collection.clear(),this.linkCollection.clear();for(const e of t.nodes)this.collection.set(e.id,e);for(const e of t.mappers){let t=this.linkCollection.get(e.source);void 0===t&&(t=[],this.linkCollection.set(e.source,t)),t.push(e.target)}}doBranch(t,e,s,i,n,r,o,l){return a(this,null,function*(){yield this.doExecute(t,e,s,i,n,r,o,l)})}doCondition(t,e,s,i,n,r,o,l){return a(this,null,function*(){const a=r.get(e),u=r.get(t);a===(null==u?void 0:u.condition.value)&&(yield this.doExecute(t,e,s,i,n,r,o,l))})}doExecute(t,e,s,i,n,r,o,l){return a(this,null,function*(){const e=this.linkCollection.get(t);if(void 0!==e)for(const a of e)yield this.doNext(a,t,s,i,n,r,o,l)})}doNext(t,e,s,n,r,o,l,u){return a(this,null,function*(){var a;const c=this.collection.get(t);if(void 0===c)return;const h=null!=(a=s[t])?a:{},d=i.Vd.get(c.url);if(d){const s={input:{previous:e,default:c.input,user:h},result:o,trigger:l};u&&Object.assign(s,u);const i=yield d.execute(r,s);o.set(t,i)}"Branch"===c.interaction?yield this.doBranch(t,e,s,n,r,o,l,u):"Condition"===c.interaction?(!1===o.has(t)&&o.set(t,c.input),yield this.doCondition(t,e,s,n,r,o,l,u)):yield this.doExecute(t,e,s,n,r,o,l,u)})}execute(t,e,s,i,n){return a(this,null,function*(){for(const r of e.roots){const o=new Map;yield this.doNext(r,"",t,e,s,o,i,n)}})}}},40826:function(t,e,s){s.d(e,{D:function(){return d}});var i=s(21865),n=s(48393),r=s(27740),o=s(81789),a=Object.defineProperty,l=(t,e,s)=>e in t?a(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,u=(t,e,s)=>l(t,"symbol"!==typeof e?e+"":e,s);const c={collection:[]},h=class t extends r.${constructor(){super(...arguments),u(this,"animationUnit",null)}static reset(e=0){const s=t.enabled;t.enabled=!0;for(const t of c.collection)t.reset(e);t.enabled=s}freeUnit(){null!==this.animationUnit&&(n.l.remove(c.collection,this.animationUnit),this.animationUnit.unlisten(),this.animationUnit=null)}update(t){super.update(t),this.freeUnit();const e=i.uj.get(this.unit.parent);null!==e&&(this.animationUnit=o.g1.parse(t),n.l.insert(c.collection,this.animationUnit),this.animationUnit.setTarget(e),this.animationUnit.listen(this.graphics))}unmount(t,e,s){this.freeUnit(),super.unmount(t,e,s)}};u(h,"type",i.uj.type),u(h,"enabled",!0);let d=h;r.$.register(d)},42662:function(t,e,s){s.d(e,{P:function(){return u}});var i=s(21865),n=s(42778),r=s(81789),o=Object.defineProperty,a=(t,e,s)=>e in t?o(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,l=(t,e,s)=>a(t,"symbol"!==typeof e?e+"":e,s);class u extends n._J{createActor(t){const e=new r.u2(t.uuid);return e.DOM.addEventListener("pointerdown",t=>t.stopPropagation()),e}update(t){super.update(t);const e=this.getActor(t);e.update(t)}mount(t,e,s){super.mount(t,e,s);const i=this.getActor(t),n=e.getActor(s);n.add(i)}unmount(t,e,s){const i=this.getActor(t);i.clearStyleClass(i.DOM),i.cleanInteraction();const n=e.getActor(s);n.remove(i),super.unmount(t,e,s)}pickup(t,e){e.push({uuid:t.uuid,generatedBy:t.generatedBy})}}l(u,"type",i.q5.type),n._J.register(u)},42778:function(t,e,s){s.d(e,{$R:function(){return i.$},B0:function(){return p.B},DM:function(){return o.D},FG:function(){return a.F},Gd:function(){return u.G},KQ:function(){return r.K},OH:function(){return h.O},Pk:function(){return f.P},TS:function(){return l.T},_J:function(){return d._},oA:function(){return c.o},zI:function(){return n.z}});var i=s(27740),n=s(67302),r=s(91881),o=s(40826),a=s(25716),l=(s(58721),s(24566)),u=s(70455),c=s(98415),h=s(9115),d=s(18419),f=s(42662),p=s(83792)},44870:function(t,e,s){s.d(e,{O:function(){return u}});var i=s(51456),n=s(10692),r=s(21865),o=Object.defineProperty,a=(t,e,s)=>e in t?o(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,l=(t,e,s)=>a(t,"symbol"!==typeof e?e+"":e,s);class u{constructor(){l(this,"collection",new Map)}get(t){var e;return null!=(e=this.collection.get(t.uuid))?e:null}delete(t){const e=this.collection.get(t.uuid);void 0!==e&&(e.unlisten(),this.collection.delete(t.uuid))}ensureExists(t,e,s){let n=this.collection.get(e.uuid);return void 0===n&&(n=new i.A(t,e,s),this.collection.set(e.uuid,n)),n}listen(t){t.listen()}unlisten(t){this.delete(t)}foreach(t){const e=this.collection.values();for(const s of e)t(s)}process(t,e){n.Vd.free(),this.foreach(t=>{t.process(),t.clear()}),t.trigger(r.uj.type,e),this.foreach(t=>t.beforeRender()),t.trigger("beforeRender",e),this.foreach(t=>t.render()),t.trigger("afterRender",e)}clear(){const t=this.collection.values();for(const e of t)this.unlisten(e.scheduler)}}},46339:function(t,e,s){s.d(e,{t:function(){return i}});const i={id:"zh_CN",name:"@vyr/engine","asyncTask.task.was.cancelled":"任务已取消","asset.load.fail":"资产加载失败:未注册 {{category}} 类别的工厂方法","asset.already.exists":"已存在同名资产,覆盖可能导致异常","asset.provider.notFound":"未找到资源提供方:{{url}}","descriptor.notRegister":"未注册描述器:{{type}}","descriptor.insert.uuid.notFound":"节点不存在:${uuid}","descriptor.insert.target.notFound":"目标节点不存在:${target}","descriptor.syncWith.fail":"只能从同类型实例同步属性","interpreter.new.fail":"请使用静态 create 方法创建实例","graphics.interpreter.notRegister":"未注册解释器:{{type}}","graphics.unit.notFound":"单元不存在:{{uuid}}","engine.run.container.notFound":"挂载节点不存在","engine.switch.url.notFound":"切换失败,无法获资产地址!","/virtual:/preset/net/http.ts":"网络请求","/virtual:/preset/dataset/update.ts":"更新数据集","/virtual:/preset/scheduler/switch.ts":"切换场景","/virtual:/preset/graphics/invoke.ts":"调用交互"}},46597:function(t,e,s){s.d(e,{N:function(){return p}});var i=s(64898),n=s(10692),r=s(21865),o=s(47552),a=s(25946),l=s(13507),u=s(51329),c=s(16033),h=Object.defineProperty,d=(t,e,s)=>e in t?h(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,f=(t,e,s)=>d(t,"symbol"!==typeof e?e+"":e,s);class p extends l.r{constructor(t={}){super(),f(this,"compilation",new u.O2),f(this,"active",""),f(this,"prevTimestamp",0),f(this,"frame",0),f(this,"uuid",o.w.uuid()),f(this,"DOM",document.createElement("div")),f(this,"inputSystem",new a.U(this.DOM)),this.DOM.style.width="100%",this.DOM.style.height="100%",this.DOM.style.position="relative",this.DOM.style.top="0",this.DOM.style.left="0",this.DOM.style.overflow="hidden",this.DOM.classList.add("vyr-engine",r.Jf.basicName),this.DOM.setAttribute("data-vyr","vyr-engine"),this.DOM.addEventListener("contextmenu",t=>t.preventDefault())}getDelta(t){return(t-this.prevTimestamp)/1e3}tick(t){const e=this.getDelta(t);this.prevTimestamp=t,this.frame=requestAnimationFrame(t=>this.tick(t));const s={delta:e};this.compilation.foreach(t=>t.args=s),this.inputSystem.process(),this.compilation.process(this,s)}run(t){if(0===this.frame){if("string"===typeof t){const e=document.getElementById(t);if(null===e)throw new Error(i.B.get("engine.run.container.notFound"));t=e}t.appendChild(this.DOM),(0,c.R)(),this.prevTimestamp=performance.now(),this.tick(this.prevTimestamp)}}stop(){0!==this.frame&&(cancelAnimationFrame(this.frame),this.frame=0)}switch(t){const e=n.Vd.get(this.active);e&&this.compilation.unlisten(e);const s=n.Vd.getUrlByUuid(t.uuid);if(!s)return console.warn(i.B.get("engine.switch.url.notFound"));const r=this.compilation.ensureExists(s,t,this);this.compilation.listen(r),this.active=s,window.dispatchEvent(new Event("resize"));const o={delta:0};this.compilation.foreach(t=>t.args=o),this.compilation.process(this,o)}clear(){this.compilation.clear()}getGraphics(t){return this.compilation.get(t)}ensureGraphics(t,e){return this.compilation.ensureExists(t,e,this)}}},47552:function(t,e,s){s.d(e,{w:function(){return r}});let i=1;const n=["00","01","02","03","04","05","06","07","08","09","0a","0b","0c","0d","0e","0f","10","11","12","13","14","15","16","17","18","19","1a","1b","1c","1d","1e","1f","20","21","22","23","24","25","26","27","28","29","2a","2b","2c","2d","2e","2f","30","31","32","33","34","35","36","37","38","39","3a","3b","3c","3d","3e","3f","40","41","42","43","44","45","46","47","48","49","4a","4b","4c","4d","4e","4f","50","51","52","53","54","55","56","57","58","59","5a","5b","5c","5d","5e","5f","60","61","62","63","64","65","66","67","68","69","6a","6b","6c","6d","6e","6f","70","71","72","73","74","75","76","77","78","79","7a","7b","7c","7d","7e","7f","80","81","82","83","84","85","86","87","88","89","8a","8b","8c","8d","8e","8f","90","91","92","93","94","95","96","97","98","99","9a","9b","9c","9d","9e","9f","a0","a1","a2","a3","a4","a5","a6","a7","a8","a9","aa","ab","ac","ad","ae","af","b0","b1","b2","b3","b4","b5","b6","b7","b8","b9","ba","bb","bc","bd","be","bf","c0","c1","c2","c3","c4","c5","c6","c7","c8","c9","ca","cb","cc","cd","ce","cf","d0","d1","d2","d3","d4","d5","d6","d7","d8","d9","da","db","dc","dd","de","df","e0","e1","e2","e3","e4","e5","e6","e7","e8","e9","ea","eb","ec","ed","ee","ef","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9","fa","fb","fc","fd","fe","ff"];class r{static id(){return i++}static uuid(){const t=4294967295*Math.random()|0,e=4294967295*Math.random()|0,s=4294967295*Math.random()|0,i=4294967295*Math.random()|0,r=n[255&t]+n[t>>8&255]+n[t>>16&255]+n[t>>24&255]+"-"+n[255&e]+n[e>>8&255]+"-"+n[e>>16&15|64]+n[e>>24&255]+"-"+n[63&s|128]+n[s>>8&255]+"-"+n[s>>16&255]+n[s>>24&255]+n[255&i]+n[i>>8&255]+n[i>>16&255]+n[i>>24&255];return r.toLowerCase()}static delayExecute(t){const e={args:[],execute:!1},s=(...s)=>{e.args=s,!0!==e.execute&&(e.execute=!0,requestAnimationFrame(()=>{t(...e.args),e.execute=!1}))};return s}}},47813:function(t,e,s){s.r(e),s.d(e,{createExecuteInput:function(){return c},createExecuteNode:function(){return h},scriptable:function(){return l}});var i=s(64898),n=s(10692),r=s(21865),o=s(93360),a=(t,e,s)=>new Promise((i,n)=>{var r=t=>{try{a(s.next(t))}catch(e){n(e)}},o=t=>{try{a(s.throw(t))}catch(e){n(e)}},a=t=>t.done?i(t.value):Promise.resolve(t.value).then(r,o);a((s=s.apply(t,e)).next())});const l=n.Vd.createVirtualUrl("preset/graphics/invoke.ts");class u extends o.er{execute(t,e){return a(this,null,function*(){const{input:s}=e,i=this.getInputValue("interaction",s),n=this.getInputValue("target",s),o=r.oJ.get(n);i&&o&&t.invoke(i,o)})}}n.Vd.setProvider(l,()=>a(null,null,function*(){return{default:u}}));const c=(t={})=>{var e,s;const i={target:{value:null!=(e=t.target)?e:""},interaction:{value:null!=(s=t.interaction)?s:""}};return i},h=t=>{var e,s,n,r;const o={id:t.id,label:i.B.get(l),position:{x:null!=(s=null==(e=null==t?void 0:t.position)?void 0:e.x)?s:20,y:null!=(r=null==(n=null==t?void 0:t.position)?void 0:n.y)?r:20},interaction:"Execute",url:l,input:c(t.input)};return o}},48035:function(t,e,s){s.d(e,{N:function(){return u},o:function(){return l}});var i=s(48393),n=Object.defineProperty,r=(t,e,s)=>e in t?n(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,o=(t,e,s)=>r(t,"symbol"!==typeof e?e+"":e,s);const a=class t{constructor(t){o(this,"url"),o(this,"operationCollection",[]),o(this,"updateCollection",[]),this.url=t}iterator(e,s){let i;switch(s){case t.Update:i=[...this.updateCollection],this.updateCollection.length=0;break;default:i=[...this.operationCollection],this.operationCollection.length=0;break}for(const t of i)e(t);return i}clear(e){let s;switch(e){case t.Update:s=this.updateCollection;break;default:s=this.operationCollection;break}s.length=0}};o(a,"Add",1),o(a,"Remove",2),o(a,"Update",3);let l=a;class u{constructor(t,e,s){o(this,"uuid"),o(this,"parent"),o(this,"queue"),this.uuid=t,this.parent=e,this.queue=s}trigger(t){switch(t){case l.Add:this.queue.operationCollection.push({type:t,unit:this});break;case l.Remove:this.queue.operationCollection.push({type:t,unit:this});break;case l.Update:i.l.insert(this.queue.updateCollection,this);break}}}},48393:function(t,e,s){s.d(e,{l:function(){return n}});var i=s(48583);class n{static insert(t,e){const s=t.indexOf(e);-1===s&&t.push(e)}static remove(t,e){const s=t.indexOf(e);s>-1&&t.splice(s,1)}static auto(t,e){const s=t.indexOf(e);-1===s?t.push(e):t.splice(s,1)}static insertByKey(t,e,s){const i=t.length;for(let n=0;n<i;n++)if(t[n][e]===s[e])return;t.push(s)}static removeByKey(t,e,s){const i=t.length;for(let n=0;n<i;n++){const i=t[n];if(i[e]===s)return void t.splice(n,1)}}static equals(t,e,s=[]){if(t.length!==e.length)return!1;for(let r=0;r<t.length;r++){const o=t[r],a=typeof o;if(("string"===a||"boolean"===a||"number"===a||"bigint"===a||"undefined"===a||"symbol"===a||null===a)&&o!==e[r])return!1;if(Array.isArray(o)){if(0==n.equals(o,e[r],s))return!1}else if("object"!==a);else if(!1===i.B.equals(o,e[r],s))return!1}return!0}}},48583:function(t,e,s){s.d(e,{B:function(){return n}});var i=s(48393);class n{static equals(t,e,s=[]){const r=Object.keys(t),o=Object.keys(e);if(r.length!==o.length)return!1;const a=new Set(o);for(const l of r){if(!1===a.has(l))return!1;if(s.includes(l))continue;const r=t[l],o=typeof r;if(("string"===o||"boolean"===o||"number"===o||"bigint"===o||"undefined"===o||"symbol"===o||null===o)&&r!==e[l])return!1;if(Array.isArray(r)){if(0==i.l.equals(r,e[l],s))return!1}else if("object"!==o);else if(!1===n.equals(r,e[l],s))return!1}return!0}static parseKey(t){return t.split(".").filter(t=>""!==t)}static getValueByKey(t,e){if(!t)return;const s=this.parseKey(e);for(const i of s)if(t=t[i],void 0===t)return;return t}}},49436:function(t,e,s){s.d(e,{K:function(){return a}});var i=s(38132),n=Object.defineProperty,r=(t,e,s)=>e in t?n(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,o=(t,e,s)=>r(t,"symbol"!==typeof e?e+"":e,s);class a extends i.o{constructor(t={}){var e;super(t),o(this,"camera"),this.camera=null!=(e=t.camera)?e:""}}o(a,"type","ServiceScheduler"),i.o.register(a)},50346:function(t,e,s){s.r(e),s.d(e,{switch:function(){return i}});var i=s(77792)},50608:function(t,e,s){s.d(e,{$:function(){return i}});var i=(t=>(t["GET"]="GET",t["POST"]="POST",t["PUT"]="PUT",t["DELETE"]="DELETE",t))(i||{})},51329:function(t,e,s){s.d(e,{A1:function(){return o.A},D_:function(){return r.D},Nf:function(){return n.N},O2:function(){return a.O},PA:function(){return i.P},op:function(){return n.o}});var i=s(79351),n=s(48035),r=s(8061),o=s(51456),a=s(44870)},51456:function(t,e,s){s.d(e,{A:function(){return m}});var i=s(64898),n=s(48393),r=s(10692),o=s(21865),a=s(27740),l=s(42778),u=s(79351),c=s(48035),h=s(94233),d=s(8061),f=Object.defineProperty,p=(t,e,s)=>e in t?f(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,y=(t,e,s)=>p(t,"symbol"!==typeof e?e+"":e,s),g=(t,e,s)=>new Promise((i,n)=>{var r=t=>{try{a(s.next(t))}catch(e){n(e)}},o=t=>{try{a(s.throw(t))}catch(e){n(e)}},a=t=>t.done?i(t.value):Promise.resolve(t.value).then(r,o);a((s=s.apply(t,e)).next())});class m{constructor(t,e,s){y(this,"__VYR_REMOTE_WRAPPER"),y(this,"_overwriteUpdate",new Map),y(this,"_interpreterCollection",new Map),y(this,"_staticAssetQueue",[]),y(this,"_assetCollection",new Map),y(this,"_freeCollection",new Map),y(this,"_dependencide",new r.FD),y(this,"_services",[]),y(this,"_freeQueue",[]),y(this,"_currentCamera",""),y(this,"_currentArgs",{delta:0}),y(this,"unitCollection",new h.r),y(this,"variableProxy",new d.D),y(this,"scheduler"),y(this,"engine"),y(this,"url"),y(this,"addWatcher",t=>{const e=this.unitCollection.get(t.puid);if(void 0===e)return;this.addCallback(t,e);const s=o.oJ.get(t.self);s.traverse(t=>u.P.trigger("update",{self:t.uuid}))}),y(this,"removeWatcher",t=>{const e=this.unitCollection.get(t.self);void 0!==e&&this.removeCallback(t)}),y(this,"updateWatcher",t=>{const e=this.unitCollection.get(t.self);if(void 0===e)return;const s=o.oJ.get(t.self);this.variableProxy.update(s),e.trigger(c.o.Update)}),y(this,"updateDepsWatcher",t=>{const e=this.unitCollection.get(t.self);if(void 0===e)return;const s=r.Vd.graph.getDependents(e.queue.url);for(const i of s)for(const t of i.ports)r.Vd.graph.hasAssetReference(t,e.queue.url)&&u.P.trigger("update",{self:t.descriptor})}),y(this,"freeWatcher",t=>{let e=this.unitCollection.get(t.self);if(void 0===e){if(e=this._freeCollection.get(t.self),void 0===e)return;this._freeCollection.delete(t.self)}this._freeQueue.push(e)}),this.scheduler=e,this.engine=s,this.url=t}static createInterpreter(t,e){const s=l.$R.getClass(t.type);if(null===s)throw new Error(i.B.get("graphics.interpreter.notRegister",{type:t.type}));a.n.factory=!0;let n=e.unitCollection.get(t.uuid);void 0===n&&(n=e._freeCollection.get(t.uuid));const r=new s(n,e);return a.n.factory=!1,r}get args(){return this._currentArgs}set args(t){this._currentArgs=t}listen(){u.P.listen("add",this.addWatcher),u.P.listen("remove",this.removeWatcher),u.P.listen("update",this.updateWatcher),u.P.listen("updateDeps",this.updateDepsWatcher),u.P.listen("free",this.freeWatcher);const t=r.Vd.get(this.url);t instanceof o.oJ&&this.addRoot(this.url,t),r.Vd.graph.getDependencide(this.url,this._dependencide),this._dependencide.forEachForGraphics(t=>{const e=r.Vd.get(t);e instanceof o.oJ&&this._assetCollection.set(t,this.addRoot(t,e))});const e=this.variableProxy.get(this.scheduler.uuid,this),s=this.getInterpreter(e);s.install(e)}unlisten(){const t=this.variableProxy.get(this.scheduler.uuid,this),e=this.getInterpreter(t);e.uninstall(t);const s=this.unitCollection.get(this.scheduler.uuid),i=[...this._assetCollection.values()];void 0!==s&&i.push(s);for(const r of i){const t=this.removeRoot(r.queue.url);null!==t&&(t.queue.iterator(t=>this.do(t)),this._assetCollection.delete(r.queue.url))}const n=this._freeCollection.values();for(const r of n)this.doFree(r);u.P.unlisten("add",this.addWatcher),u.P.unlisten("remove",this.removeWatcher),u.P.unlisten("update",this.updateWatcher),u.P.unlisten("updateDeps",this.updateDepsWatcher),u.P.unlisten("free",this.freeWatcher),this._dependencide.clear()}process(){for(const n of this._freeQueue)this.doFree(n);this._freeQueue.length=0,this.updateStaticAsset(),this._dependencide.clear(),r.Vd.graph.getDependencide(this.url,this._dependencide),r.Vd.activate(...this._dependencide.all,this.url);const t=this.diffAsset();for(const n of t.removeQueue){const t=this.removeRoot(n);null!==t&&t.queue.iterator(t=>this.do(t)),this._assetCollection.delete(n)}for(const n of t.addQueue){const t=r.Vd.get(n);t instanceof o.oJ&&this._assetCollection.set(n,this.addRoot(n,t))}const e=[];this._dependencide.forEachForGraphics(t=>{const s=r.Vd.get(t),i=this.unitCollection.get(s.uuid);if(void 0===i)return console.warn(t,s);e.push(i)}),e.push(...this._staticAssetQueue);for(const n of e)n.queue.iterator(t=>this.do(t));const s=this.unitCollection.get(this.scheduler.uuid);if(void 0===s)return;s.queue.iterator(t=>this.do(t));for(const n of e)n.queue.iterator(t=>this.doUpdate(t),c.o.Update);const i=s.queue.iterator(t=>this.doUpdate(t),c.o.Update);for(const n of i){const t=o.oJ.get(n.uuid);this.invoke("mount",t)}this._freeQueue.push(...this._freeCollection.values()),this._freeCollection.clear()}clear(){for(const t of this._services){const e=this.variableProxy.get(t.uuid,this),s=this.getInterpreter(e);s.clear(e)}}beforeRender(){for(const t of this._services){const e=this.variableProxy.get(t.uuid,this),s=this.getInterpreter(e);s.beforeRender(e)}}render(){for(const t of this._services){const e=this.variableProxy.get(t.uuid,this),s=this.getInterpreter(e);s.render(e)}}afterRender(){for(const t of this._services){const e=this.variableProxy.get(t.uuid,this),s=this.getInterpreter(e);s.afterRender(e)}}addRoot(t,e){const s=new c.N(e.uuid,"",new c.o(t));this.unitCollection.set(s),this._freeCollection.delete(s.uuid),s.trigger(c.o.Update);for(const i of e.children)u.P.trigger("add",{self:i.uuid,puid:e.uuid});return s}removeRoot(t){const e=r.Vd.get(t),s=this.unitCollection.get(e.uuid);if(void 0===s)return null;this.unitCollection.delete(s.uuid),s.queue.clear(),this._freeCollection.set(s.uuid,s);for(const i of e.children)u.P.trigger("remove",{self:i.uuid,puid:e.uuid});return s}addCallback(t,e){const s=o.oJ.get(e.uuid),i=o.oJ.get(t.self);i.traverse((t,s)=>{const i=new c.N(t.uuid,s.uuid,e.queue);this.unitCollection.set(i),i.trigger(c.o.Add),this._freeCollection.delete(i.uuid)},!1,s)}removeCallback(t){const e=o.oJ.get(t.self);e.traverse(t=>{const e=this.unitCollection.get(t.uuid);void 0!==e&&(this.unitCollection.delete(t.uuid),e.trigger(c.o.Remove),this._freeCollection.set(e.uuid,e))})}updateStaticAsset(){if(this.scheduler.camera!==this._currentCamera){const t=o.oJ.get(this.scheduler.camera);if(null===t)return;const e=this.unitCollection.get(this._currentCamera);e&&(this.unitCollection.delete(this._currentCamera),this._freeCollection.set(e.uuid,e),n.l.remove(this._staticAssetQueue,e));const s=new c.N(t.uuid,"",new c.o(r.Vd.createVirtualUrl("graphics/camera.ts")));this.unitCollection.set(s),n.l.insert(this._staticAssetQueue,s),this._currentCamera=this.scheduler.camera}}diffAsset(){const t=new Map(this._assetCollection),e=[],s=[];return this._dependencide.forEachForGraphics(s=>{t.has(s)?t.delete(s):e.push(s)}),s.push(...t.keys()),{addQueue:e,removeQueue:s}}onMount(t){const e=this.variableProxy.get(t.parent,this),s=this.getInterpreter(e),i=this.variableProxy.get(t.uuid,this),r=this.getInterpreter(i);i instanceof o.RE&&n.l.insert(this._services,i),r.mount(i,s,e)}onUnmount(t){const e=this.variableProxy.get(t.parent,this),s=this.getInterpreter(e),i=this.variableProxy.get(t.uuid,this),r=this.getInterpreter(i);i instanceof o.RE&&n.l.remove(this._services,i),r.unmount(i,s,e)}getUnit(t){var e;return null!=(e=this.unitCollection.get(t))?e:null}do(t){switch(t.type){case c.o.Add:this.onMount(t.unit);break;case c.o.Remove:this.onUnmount(t.unit);break;default:console.log("do",t.type);break}}doUpdate(t){const e=this.variableProxy.get(t.uuid,this),s=this.getInterpreter(e),i=this._overwriteUpdate.get(e.uuid);void 0===i?s.update(e):i(e,s)}doFree(t){const e=this._interpreterCollection.get(t.uuid);if(void 0===e)return;const s=this.variableProxy.get(t.uuid,this);e.free(s),this._interpreterCollection.delete(t.uuid)}getInterpreter(t){let e=this._interpreterCollection.get(t.uuid);return void 0===e&&(e=m.createInterpreter(t,this),this._interpreterCollection.set(t.uuid,e)),e}getParent(t){const e=this.unitCollection.get(t);return void 0===e?null:o.oJ.get(e.parent)}getActor(t){const e=this.getInterpreter(t);return e.getActor(t)}_pickupItem(t,e){if(!1===t.selectable)return;const s=this._interpreterCollection.get(t.uuid);void 0!==s&&s.pickup(t,e)}_pickupScene(t){const e=this.unitCollection.get(this.scheduler.uuid);if(void 0===e)return t;const s=this.unitCollection.values();for(const i of s){const e=o.oJ.get(i.uuid);e instanceof o.Pp||this._pickupItem(e,t)}}getMouseAndRect(t){const e=t.target.getBoundingClientRect(),s={x:t.clientX-e.left,y:t.clientY-e.top};return{mouse:s,rect:e}}traceService(t){if(t instanceof o.RE)return t;const e=this.getParent(t.uuid);return null===e?null:this.traceService(e)}pickup(t){const e=[],s=t.target instanceof Element;if(!1===s)return e;const i=t.target.getAttribute("data-vyr-uuid");if(null===i)return e;const{mouse:n,rect:r}=this.getMouseAndRect(t),a=o.oJ.get(i);if(a instanceof o.RE)if(a instanceof o.q5)this._pickupItem(a,e);else{const t=this.getInterpreter(a);t.beforePickup(n,r),this._pickupScene(e),t.orderBy(e)}else this._pickupItem(a,e);return e}invoke(t,e){return g(this,null,function*(){if(0!==e.interactions.length)for(const s of e.interactions)if(s.type===t){const t=r.Vd.get(s.url);null!==t&&(yield t.execute(s.inputs,this,e));break}})}setOverrideByUpdate(t,e){this._overwriteUpdate.set(t,e)}deleteOverrideByUpdate(t){this._overwriteUpdate.delete(t)}}},53463:function(t,e,s){s.d(e,{O:function(){return d}});var i=s(1355),n=s(32952),r=s(79389),o=Object.defineProperty,a=(t,e,s)=>e in t?o(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,l=(t,e,s)=>a(t,"symbol"!==typeof e?e+"":e,s);const u=new r.k,c=new n.P,h=class t{constructor(e=0,s=0,i=0,n=t.DEFAULT_ORDER){l(this,"x"),l(this,"y"),l(this,"z"),l(this,"order"),this.x=e,this.y=s,this.z=i,this.order=n}static create(e,s,i,n){return void 0===e?new t:"number"===typeof e?new t(e,s,i,n):new t(e.x,e.y,e.z,e.order)}set(t,e,s,i=this.order){return this.x=t,this.y=e,this.z=s,this.order=i,this}clone(){return new this.constructor(this.x,this.y,this.z,this.order)}copy(t){return this.x=t.x,this.y=t.y,this.z=t.z,this.order=t.order,this}setFromRotationMatrix(t,e=this.order){const s=t.elements,n=s[0],r=s[4],o=s[8],a=s[1],l=s[5],u=s[9],c=s[2],h=s[6],d=s[10];switch(e){case"XYZ":this.y=Math.asin((0,i.q)(o,-1,1)),Math.abs(o)<.9999999?(this.x=Math.atan2(-u,d),this.z=Math.atan2(-r,n)):(this.x=Math.atan2(h,l),this.z=0);break;case"YXZ":this.x=Math.asin(-(0,i.q)(u,-1,1)),Math.abs(u)<.9999999?(this.y=Math.atan2(o,d),this.z=Math.atan2(a,l)):(this.y=Math.atan2(-c,n),this.z=0);break;case"ZXY":this.x=Math.asin((0,i.q)(h,-1,1)),Math.abs(h)<.9999999?(this.y=Math.atan2(-c,d),this.z=Math.atan2(-r,l)):(this.y=0,this.z=Math.atan2(a,n));break;case"ZYX":this.y=Math.asin(-(0,i.q)(c,-1,1)),Math.abs(c)<.9999999?(this.x=Math.atan2(h,d),this.z=Math.atan2(a,n)):(this.x=0,this.z=Math.atan2(-r,l));break;case"YZX":this.z=Math.asin((0,i.q)(a,-1,1)),Math.abs(a)<.9999999?(this.x=Math.atan2(-u,l),this.y=Math.atan2(-c,n)):(this.x=0,this.y=Math.atan2(o,d));break;case"XZY":this.z=Math.asin(-(0,i.q)(r,-1,1)),Math.abs(r)<.9999999?(this.x=Math.atan2(h,l),this.y=Math.atan2(o,n)):(this.x=Math.atan2(-u,d),this.y=0);break;default:console.warn("Euler: .setFromRotationMatrix() encountered an unknown order: "+e)}return this.order=e,this}setFromQuaternion(t,e){return u.makeRotationFromQuaternion(t),this.setFromRotationMatrix(u,e)}setFromVector3(t,e=this.order){return this.set(t.x,t.y,t.z,e)}reorder(t){return c.setFromEuler(this),this.setFromQuaternion(c,t)}equals(t){return t.x===this.x&&t.y===this.y&&t.z===this.z&&t.order===this.order}fromArray(t){return this.x=t[0],this.y=t[1],this.z=t[2],void 0!==t[3]&&(this.order=t[3]),this}toArray(t=[],e=0){return t[e]=this.x,t[e+1]=this.y,t[e+2]=this.z,t[e+3]=this.order,t}*[Symbol.iterator](){yield this.x,yield this.y,yield this.z,yield this.order}};l(h,"DEFAULT_ORDER","XYZ");let d=h},58721:function(t,e,s){var i=s(48393),n=s(10692),r=s(21865),o=s(51329),a=s(13591),l=s(42778),u=Object.defineProperty,c=(t,e,s)=>e in t?u(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,h=(t,e,s)=>c(t,"symbol"!==typeof e?e+"":e,s);class d extends l.FG{constructor(){super(...arguments),h(this,"_currentDepth",0),h(this,"_datasetCloneCollection",new Map),h(this,"_rawToCloneCollection",new Map),h(this,"_cloneCollection",new Map),h(this,"_onAdd",t=>{const e=this._rawToCloneCollection.get(t.puid);if(void 0===e)return;const s=e.length,i=r.oJ.get(t.self);for(let n=0;n<s;n++){const t=e[n],s=new Map,o=[],a=this._markAndClone(i,t.dataset,t.generatedBy,s,o);r.oJ.fixReferences(o,s),t.add(a)}}),h(this,"_onRemove",t=>{const e=this._rawToCloneCollection.get(t.self);if(void 0===e)return;while(e.length>0){const t=e.pop();if(void 0===t)continue;const s=this.graphics.getParent(t.uuid);null!==s&&(s.remove(t),i.l.remove(e,t))}const s=r.oJ.get(t.self);s.traverse(t=>{this._rawToCloneCollection.delete(t.uuid)})}),h(this,"_onUpdate",t=>{const e=this._rawToCloneCollection.get(t.self);if(void 0===e)return;const s=r.oJ.get(t.self);if(s instanceof r.Ts){const e=s.traceAncestor();if(null===e.parent)return;const i={self:t.self,puid:e.parent.uuid};this._onRemove(i),this._onAdd(i)}else for(const i of e)i.syncWith(s),i.setNeedsUpdate()}),h(this,"_clearByOnUpdate",t=>{if(t.self!==this.unit.uuid)return;this._rawToCloneCollection.clear(),this._datasetCloneCollection.clear();const e=this._cloneCollection.values();for(const s of e)o.PA.trigger("remove",{self:s.uuid,puid:this.unit.uuid});this._cloneCollection.clear()})}_getDataset(t,e,s){const i=n.Vd.createVirtualUrl(`dynamic/dataset/${t.uuid}-${s}-${this._currentDepth}${a.b.datasetSuffix}`);if(this._datasetCloneCollection.has(i))return i;const o=e[s],l=new r.Y2;return l.setExtraData({index:s}),l.setData(o),n.Vd.set(i,l),this._datasetCloneCollection.set(i,l),i}_getDataByDataset(t){var e;const s=this._datasetCloneCollection.get(t);return null!=(e=null==s?void 0:s.getData())?e:null}_setCache(t,e){let s=this._rawToCloneCollection.get(t.uuid);void 0===s&&(s=[],this._rawToCloneCollection.set(t.uuid,s)),s.push(e)}_markSubDynamic(t,e,s,i,r){if(this._currentDepth>3e3)return void o.PA.trigger("__VYR_RUNTIME@remote",{type:"Dynamic",uuid:this.unit.uuid});this._currentDepth+=1;const a=n.Vd.get(t.url);if(2===t.dataConfig){const n=this._getDataByDataset(e.dataset);if(null===n||"object"!==typeof n)return;const o=n[t.dataPath];if(!1===Array.isArray(o)||0===o.length)return;for(let l=0;l<o.length;l++){const n=this._getDataset(t,o,l),u=this._markAndClone(a,n,s,i,r);e.add(u)}}else{const n=this._getDataByDataset(t.dataset);if(!1===Array.isArray(n)||0===n.length)return;for(let o=0;o<n.length;o++){const l=this._getDataset(t,n,o),u=this._markAndClone(a,l,s,i,r);e.add(u)}}}_markAndClone(t,e,s,i,n){let o;t instanceof r.Ts?(o=new r.oJ({dataset:e}),t.url&&this._markSubDynamic(t,o,s,i,n)):t instanceof r.Zl?o=new r.oJ({dataset:e}):(o=t.clone(!1),o.dataset=e,i.set(t.uuid,o),o.interactions.length>0&&n.push(o)),o.generatedBy=s;for(const r of t.children){const t=this._markAndClone(r,e,s,i,n);o.add(t)}return this._setCache(t,o),o}mount(t,e,s){super.mount(t,e,s),o.PA.listen("update",this._clearByOnUpdate)}unmount(t,e,s){o.PA.unlisten("update",this._clearByOnUpdate),super.unmount(t,e,s)}update(t){if(super.update(t),o.PA.unlisten("add",this._onAdd),o.PA.unlisten("remove",this._onRemove),o.PA.unlisten("update",this._onUpdate),t.dataset&&t.url){const e=r.Y2.getCollection(t.dataset);if(e.length>0){const s=n.Vd.get(t.url);for(let i=0;i<e.length;i++){this._currentDepth=0;const n=this._getDataset(t,e,i),a=new Map,l=[],u=this._markAndClone(s,n,t.uuid,a,l);r.oJ.fixReferences(l,a),this._cloneCollection.set(i,u),o.PA.trigger("add",{self:u.uuid,puid:t.uuid})}}}o.PA.listen("add",this._onAdd),o.PA.listen("remove",this._onRemove),o.PA.listen("update",this._onUpdate)}free(t){o.PA.unlisten("add",this._onAdd),o.PA.unlisten("remove",this._onRemove),o.PA.unlisten("update",this._onUpdate),super.free(t)}}h(d,"type",r.Ts.type),l.FG.register(d)},62769:function(t,e,s){s.d(e,{N:function(){return u}});var i=s(10692),n=s(83912),r=Object.defineProperty,o=(t,e,s)=>e in t?r(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,a=(t,e,s)=>o(t,"symbol"!==typeof e?e+"":e,s);const l=class t extends n.A{constructor(t){super(),a(this,"uuid"),a(this,"unlisteners",[]),a(this,"className"),this.uuid=t}static isTrigger(e,s){return e.getAttribute(t.uuidKey)===s}createDOM(){const e=document.createElement("div");return e.setAttribute(t.uuidKey,this.uuid),e.style.width="100%",e.style.height="100%",e.style.position="relative",e.style.backgroundSize="100% 100%",e.style.backgroundRepeat="no-repeat",e.style.backgroundPosition="0% 0%",e}getWrapperStyle(t){const e={pointerEvents:"auto"};e.flexGrow=t.flexGrow+"",!1===t.visible?e.display="none":e.display=t.display;const s=t.width;e.width=s<0?"auto":`calc(${s+t.wUnit} + ${t.calcWidth}px)`;const i=t.height;e.height=i<0?"auto":`calc(${i+t.hUnit} + ${t.calcHeight}px)`,e.position=t.position,e.transform="",0!==t.translate.x&&(e.transform+=`translateX(${t.translate.x}%) `),0!==t.translate.y&&(e.transform+=`translateY(${t.translate.y}%) `);const n=t.location.x+t.xUnit;"left"===t.xAxis?(e.left=n,e.right=""):(e.right=n,e.left="");const r=t.location.y+t.yUnit;return"top"===t.yAxis?(e.top=r,e.bottom=""):(e.bottom=r,e.top=""),e.marginLeft=t.margin.left+"px",e.marginTop=t.margin.top+"px",e.marginRight=t.margin.right+"px",e.marginBottom=t.margin.bottom+"px",e}getLayoutStyle(t){const e={};return e.display=t.display,e.flexWrap=t.flexWrap,e.flexDirection=t.flexDirection,e.justifyContent=t.justifyContent,e.alignItems=t.alignItems,e.alignContent=t.alignContent,e.opacity=t.opacity+"",e.zIndex=t.zIndex,e}setHTMLStyle(t,e){Object.assign(t.style,e)}getStyleClass(t){const e=i.Vd.get(t.style);if(null===e)return[];const s=n.A.getGraphics(this),r=s.getInterpreter(e).getActor(t);return r.getClassName()}setStyleClass(t,e){this.clearStyleClass(t),this.className=e,t.classList.add(...e)}clearStyleClass(t){void 0!==this.className&&(t.classList.remove(...this.className),delete this.className)}bindInteraction(e,s,n,r){const o=i.Vd.get(s.url),a=e=>{t.isTrigger(e.target,this.uuid)&&(e.stopPropagation(),o.execute(s.inputs,r,n))},l=r.engine.inputSystem.listen(s.type,a,{target:e});this.unlisteners.push(()=>r.engine.inputSystem.unlisten(l))}cleanInteraction(){for(const t of this.unlisteners)t();this.unlisteners.length=0}setHTMLInteraction(e,s){this.cleanInteraction();const i=t.getGraphics(this);for(const t of s.interactions)t.url&&this.bindInteraction(e,t,s,i)}};a(l,"className","vyr-html-wrapper"),a(l,"uuidKey","data-vyr-uuid");let u=l},63072:function(t,e,s){s.d(e,{q:function(){return a}});var i=s(66119),n=Object.defineProperty,r=(t,e,s)=>e in t?n(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,o=(t,e,s)=>r(t,"symbol"!==typeof e?e+"":e,s);class a extends i.R{constructor(t={}){var e,s,i,n,r;super(t),this.width=null!=(e=t.width)?e:100,this.wUnit=null!=(s=t.wUnit)?s:"%",this.height=null!=(i=t.height)?i:100,this.hUnit=null!=(n=t.hUnit)?n:"%",this.position=null!=(r=t.position)?r:"absolute"}}o(a,"type","HTMLService"),i.R.register(a)},64006:function(t,e,s){s.d(e,{I9:function(){return i.I},O9:function(){return r.O},PT:function(){return o.P},Pq:function(){return n.P},kn:function(){return a.k}});var i=s(95997),n=s(74630),r=s(53463),o=s(32952),a=s(79389)},64472:function(t,e,s){s.d(e,{w:function(){return a}});var i=s(17365),n=(t,e,s)=>new Promise((i,n)=>{var r=t=>{try{a(s.next(t))}catch(e){n(e)}},o=t=>{try{a(s.throw(t))}catch(e){n(e)}},a=t=>t.done?i(t.value):Promise.resolve(t.value).then(r,o);a((s=s.apply(t,e)).next())});const r=(t,e)=>t,o=(t,e,s)=>n(null,null,function*(){const e=yield(0,i.L)(t.url,t.type,"",new Map);return r(e,t)}),a=(t,e)=>n(null,null,function*(){if(t.dataConfigs.length>0){const s=t.dataConfigs;let i;if(1===s.length){const n=s[0],r=yield o(n,t,e);i=n.key?{[n.key]:r}:r}else{const n=new Set,r=[];for(const a of s){n.add(a.key);const s=o(a,t,e).then(t=>{const e=n.values().next().value;1!==n.size||""!==e&&void 0!==e?(i||(i={}),i[a.key]?Object.assign(i[a.key],t):i[a.key]=t):(i||(i=[]),i.push(t))});r.push(s)}yield Promise.all(r)}t.setData(i)}})},64898:function(t,e,s){s.d(e,{B:function(){return n.B},t:function(){return i.t}});var i=s(46339),n=s(67538)},65325:function(t,e,s){s.d(e,{e:function(){return a}});var i=Object.defineProperty,n=(t,e,s)=>e in t?i(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,r=(t,e,s)=>n(t,"symbol"!==typeof e?e+"":e,s),o=(t,e,s)=>new Promise((i,n)=>{var r=t=>{try{a(s.next(t))}catch(e){n(e)}},o=t=>{try{a(s.throw(t))}catch(e){n(e)}},a=t=>t.done?i(t.value):Promise.resolve(t.value).then(r,o);a((s=s.apply(t,e)).next())});class a{constructor(t){r(this,"uuid"),this.uuid=t}get url(){return this.uuid}getInputValue(t,e){var s,i,n;return null!=(n=null==(i=null==(s=null==e?void 0:e.user)?void 0:s[t])?void 0:i.value)?n:e.default[t].value}ready(){return o(this,null,function*(){})}execute(t,e){}}},66119:function(t,e,s){s.d(e,{R:function(){return u}});var i=s(69776),n=s(2181),r=Object.defineProperty,o=(t,e,s)=>e in t?r(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,a=(t,e,s)=>o(t,"symbol"!==typeof e?e+"":e,s);const l=class t extends n.P{constructor(t={}){super(t),a(this,"backgroundColor"),this.backgroundColor=t.backgroundColor?i.E8.create(t.backgroundColor):new i.E8({opacity:0})}static traceService(e){if(null===e)return null;if(e instanceof t)return e instanceof t?e:null;{const t=e.traceAncestor(!1);return this.traceService(t.parent)}}};a(l,"type","Service");let u=l},67302:function(t,e,s){s.d(e,{z:function(){return l}});var i=s(21865),n=s(27740),r=Object.defineProperty,o=(t,e,s)=>e in t?r(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,a=(t,e,s)=>o(t,"symbol"!==typeof e?e+"":e,s);class l extends n.${}a(l,"type",i.Y2.type),n.$.register(l)},67538:function(t,e,s){s.d(e,{B:function(){return r}});var i=s(75133),n=s(46339);i.Locale.register(n.t);const r=i.Locale.getLanguage(n.t.name)},67824:function(t,e,s){var i=s(93360),n=s(21865),r=s(10692),o=s(13591);const a=(t,e,s)=>{const i=Object.keys(t.inputs);for(const n of i){const i=t.inputs[n],r=Object.keys(i);for(const t of r){const r=i[t];void 0!==r.type&&!1!==o.b.isDescriptor(r.type,"category")&&(r.value&&s.edges.push({key:`${e}.inputs.${n}.${t}.value`,category:r.type,asset:r.value}))}}},l=(t,e,s)=>{const i=Object.keys(t.input);for(const n of i){const i=t.input[n];void 0!==i.type&&!1!==o.b.isDescriptor(i.type,"category")&&(i.value&&s.edges.push({key:`${e}.input.${n}.value`,category:i.type,asset:i.value}))}},u=(t,e)=>{if(t.interactions.length>0)for(let s=0;s<t.interactions.length;s++){const i=t.interactions[s];i.url&&(a(i,`interactions[${s}]`,e),e.edges.push({key:`interactions[${s}].url`,category:o.b.interaction,asset:i.url}))}t.dataset&&e.edges.push({key:"dataset",category:o.b.dataset,asset:t.dataset})},c=(t,e)=>{if(t.dataConfigs.length>0)for(let s=0;s<t.dataConfigs.length;s++){const i=t.dataConfigs[s];i.url&&i.url.startsWith("/")&&i.url.endsWith(".json")&&e.edges.push({key:`dataConfig[${s}].url`,category:o.b.json,asset:i.url})}},h=(t,e)=>{t.inherit&&e.edges.push({key:"inherit",category:o.b.style,asset:t.inherit})},d=(t,e)=>{if(t.nodes.length>0)for(let s=0;s<t.nodes.length;s++){const i=t.nodes[s];i.url&&(l(i,`nodes[${s}]`,e),e.edges.push({key:`nodes[${s}].url`,category:o.b.ts,asset:i.url}))}},f=(t,e)=>{t.style&&e.edges.push({key:"style",category:o.b.style,asset:t.style})},p=(t,e)=>{t.backroundIamge&&e.edges.push({key:"backroundIamge",category:o.b.image,asset:t.backroundIamge})},y=(t,e)=>{t.url&&e.edges.push({key:"url",category:o.b.prefab,asset:t.url})},g=(t,e)=>{t.url&&e.edges.push({key:"url",category:o.b.prefab,asset:t.url})};r.jB.register(n.oJ.type,u),r.jB.register(n.Y2.type,c),r.jB.register(n.Jf.type,h),r.jB.register(i.MS.type,d),r.jB.register(n.Pp.type,f),r.jB.register(n.fX.type,p),r.jB.register(n.Ts.type,y),r.jB.register(n.X7.type,g)},69251:function(t,e,s){s.d(e,{X:function(){return u}});var i=s(10692),n=s(83912),r=s(21865),o=Object.defineProperty,a=(t,e,s)=>e in t?o(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,l=(t,e,s)=>a(t,"symbol"!==typeof e?e+"":e,s);class u extends n.A{constructor(){super(...arguments),l(this,"_styleCollection",new Map),l(this,"_className",[])}getStyleValue(){const t=[],e=this._styleCollection.entries();for(const[s,i]of e){const e=[];if(e.push(`${s}{`),0===i.length)e.push("/* 如果需要样式,在这里添加 */");else for(const t of i)e.push(`${t.name}:${t.value};`);e.push("}"),t.push(e.join("\n"))}return t}getClassName(){return[...this._className]}updateRule(t){let e=0;for(const s of t.cssRules)if(s instanceof CSSStyleRule){const t=this._styleCollection.get(s.selectorText);if(void 0===t)continue;e++,s.style.cssText="";for(const e of t)s.style.setProperty(e.name,e.value);if(2===e)return!0}return!1}update(t,e){this._className.length=0,this._styleCollection.clear();let s=i.Vd.get(t.inherit);if(s){const t=n.A.getGraphics(this),e=t.getInterpreter(s);this._className.push(e.className)}this._className.push(e);const o=[];for(const i of t.rules){if(!0===i.inherit)continue;const t=i.getValue();o.push({name:i.name,value:t})}this._styleCollection.set(`.${e}`,o);const a=[];for(const i of t.hoverRules){if(!0===i.inherit)continue;const t=i.getValue();a.push({name:i.name,value:t})}this._styleCollection.set(`.${e}:hover`,a);const l=[];for(const i of t.activeRules){if(!0===i.inherit)continue;const t=i.getValue();l.push({name:i.name,value:t})}this._styleCollection.set(`.${e}.${r.Jf.activeName}`,l)}}},69776:function(t,e,s){s.d(e,{E8:function(){return c},GH:function(){return d},Q1:function(){return l},Ru:function(){return u},yq:function(){return h}});var i=s(78366),n=s(21627),r=Object.defineProperty,o=(t,e,s)=>e in t?r(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,a=(t,e,s)=>o(t,"symbol"!==typeof e?e+"":e,s);class l extends i.A{}class u{constructor(){a(this,"type"),this.type=this.constructor.type}static create(t){switch(t.type){case"linear":return new h(t);case"radial":return new d(t);default:return new c(t)}}static getColor(t){return"rgba(0,0,0,0)"}getColor(){return this.constructor.getColor(this)}}a(u,"type","basic");class c extends u{constructor(t={}){var e,s;super(),a(this,"value"),a(this,"opacity"),this.value=null!=(e=t.value)?e:"#ffffff",this.opacity=null!=(s=t.opacity)?s:1}static getColor(t){return new l(t.value).setAlpha(t.opacity).toRgbString()}}a(c,"type","default");class h extends u{constructor(t={}){var e;super(),a(this,"angle"),a(this,"value"),this.angle=null!=(e=t.angle)?e:0,this.value=t.value?n.z.deepClone(t.value):[{value:"#ffffff",opacity:1,ratio:0},{value:"#ffffff",opacity:1,ratio:1}]}static getColor(t){let e="";for(const s of t.value)e+=`, ${new l(s.value).setAlpha(s.opacity).toRgbString()} ${100*s.ratio}%`;return`linear-gradient(${t.angle}deg ${e})`}}a(h,"type","linear");class d extends u{constructor(t={}){var e;super(),a(this,"center"),a(this,"radius"),a(this,"value"),this.center=t.center?n.z.deepClone(t.center):{x:.5,y:.5},this.radius=null!=(e=t.radius)?e:-1,this.value=t.value?n.z.deepClone(t.value):[{value:"#ffffff",opacity:1,ratio:0},{value:"#ffffff",opacity:1,ratio:1}]}static getColor(t){let e="";e=t.radius<0?"farthest-corner":`${t.radius}px`;let s="";s=`${100*t.center.x}% ${100*t.center.y}%`;let i="";for(const n of t.value)i+=`, ${new l(n.value).setAlpha(n.opacity).toRgbString()} ${100*n.ratio}%`;return`radial-gradient(circle ${e} at ${s} ${i})`}}a(d,"type","radial")},70455:function(t,e,s){s.d(e,{G:function(){return l}});var i=s(21865),n=s(25716),r=Object.defineProperty,o=(t,e,s)=>e in t?r(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,a=(t,e,s)=>o(t,"symbol"!==typeof e?e+"":e,s);class l extends n.F{}a(l,"type",i.X7.type),n.F.register(l)},70858:function(t,e,s){s.d(e,{Z:function(){return a}});var i=s(38132),n=Object.defineProperty,r=(t,e,s)=>e in t?n(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,o=(t,e,s)=>r(t,"symbol"!==typeof e?e+"":e,s);class a extends i.o{constructor(t={}){var e;super(t),o(this,"category"),this.category=null!=(e=t.category)?e:"html"}static add(t,e){t.add(e);const s=this.getInstanceCollection(t.uuid);if(null!==s)for(const i of s){const t=this.get(i);t.add(e.clone(!0))}}static remove(t,e){t.remove(e);const s=this.getInstanceCollection(e.uuid);if(null!==s)for(const i of s){const t=this.get(i),e=t.traceAncestor(!1);null!==e.parent&&e.parent.remove(t)}}static update(t){t.setNeedsUpdate();const e=this.getInstanceCollection(t.uuid);if(null!==e)for(const s of e){const e=this.get(s);e.syncWith(t),e.setNeedsUpdate()}}}o(a,"type","Prefab"),i.o.register(a)},72094:function(t,e,s){s.d(e,{g:function(){return l}});var i=s(64898),n=Object.defineProperty,r=(t,e,s)=>e in t?n(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,o=(t,e,s)=>r(t,"symbol"!==typeof e?e+"":e,s),a=(t,e,s)=>new Promise((i,n)=>{var r=t=>{try{a(s.next(t))}catch(e){n(e)}},o=t=>{try{a(s.throw(t))}catch(e){n(e)}},a=t=>t.done?i(t.value):Promise.resolve(t.value).then(r,o);a((s=s.apply(t,e)).next())});class l{constructor(t){o(this,"_task"),o(this,"_status"),o(this,"_promise"),o(this,"_resolve"),o(this,"_reject"),this._task=null!=t?t:()=>a(this,null,function*(){}),this._status=1,this._promise=new Promise((t,e)=>{this._resolve=t,this._reject=e})}run(){return 1!==this._status||(this._status=2,Promise.resolve(this._task()).then(t=>{2===this._status&&(this._status=3,this._resolve(t))}).catch(t=>{2===this._status&&(this._status=4,this._reject(t))})),this._promise}cancel(){return(1===this._status||2===this._status)&&(this._status=5,this._reject&&this._reject(new Error(i.B.get("asyncTask.task.was.cancelled"))),!0)}done(){return this._promise}}},72968:function(t,e,s){s.d(e,{V:function(){return y},n:function(){return f}});var i=s(64898),n=s(13591),r=s(72094),o=s(21865),a=s(64472),l=s(90154),u=Object.defineProperty,c=(t,e,s)=>e in t?u(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,h=(t,e,s)=>c(t,"symbol"!==typeof e?e+"":e,s),d=(t,e,s)=>new Promise((i,n)=>{var r=t=>{try{a(s.next(t))}catch(e){n(e)}},o=t=>{try{a(s.throw(t))}catch(e){n(e)}},a=t=>t.done?i(t.value):Promise.resolve(t.value).then(r,o);a((s=s.apply(t,e)).next())});const f={requestpPrefix:["http://","https://"],assetCache:new Map,idToUrlCache:new Map,providerCollection:new Map,assetFactoryCollection:new Map,taskCollection:new Map,activeAssets:[],parseStatus(t){const e=t.split("/"),s=e[e.length-1];return void 0===s?null:n.b.parseName(s.split("?")[0])},baseUrl:null},p=class t{static get baseUrl(){if(null===f.baseUrl)try{f.baseUrl=location.origin}catch(t){f.baseUrl=""}return f.baseUrl}static set baseUrl(t){f.baseUrl=t}static fetch(t,e){return new Promise((s,i)=>d(null,null,function*(){const n=yield fetch(t,e);n.ok?s(n):i(t)}))}static dumpCache(){return[...f.assetCache.entries()]}static createVirtualUrl(t){return`/${this.virtual}:/${t}`}static setProvider(t,e){f.providerCollection.set(t,e)}static hasProvider(t){return f.providerCollection.has(t)}static register(t,e){f.assetFactoryCollection.set(t,e)}static joinUrl(e){for(const t of f.requestpPrefix)if(e.indexOf(t)>-1)return e;return`${t.baseUrl}${e}`}static load(t,e=!1){return d(this,null,function*(){const s=Array.isArray(t)?t:[t],n=[];for(const t of s){if(!t)continue;const s=this.get(t);if(!1===e&&null!==s)continue;const a=f.taskCollection.get(t);if(a){n.push(a.done());continue}const l=f.parseStatus(t);if(null===l)continue;let u=f.assetFactoryCollection.get(l.category);if(void 0===u)throw new Error(i.B.get("asset.load.fail",{category:l.category}));const c=new r.g(()=>d(this,null,function*(){const s=yield u(t,e);this.set(t,s)}));f.taskCollection.set(t,c),n.push(c.run());try{yield c.done()}catch(o){console.log(o)}finally{f.taskCollection.delete(t)}}return Promise.all(n)})}static unload(t){const e=this.get(t);null!==e&&f.assetCache.delete(t)}static readly(){const t=f.taskCollection.values(),e=[];for(const s of t)e.push(s.done());return Promise.all(e)}static get(t){var e;return null!=(e=f.assetCache.get(t))?e:null}static set(t,e){f.assetCache.has(t)&&console.log(t,i.B.get("asset.already.exists")),f.assetCache.set(t,e),e instanceof o.oJ&&(f.idToUrlCache.set(e.uuid,t),this.graph.create(t))}static getTask(t){var e;return null!=(e=f.taskCollection.get(t))?e:null}static getUrlByUuid(t){var e;return null!=(e=f.idToUrlCache.get(t))?e:""}static activate(...t){f.activeAssets.push(...t)}static free(){f.activeAssets.length=0}static compileDataset(e,s){return d(this,null,function*(){const i=this.get(e);if(null===i)return;const n=s.ensureGraphics(e,i),r=t.graph.getDependencide(e),o=[];for(const e of r.dataset){const s=t.get(e);(0,a.w)(s,n)}yield Promise.all(o)})}static loadAll(e){return d(this,arguments,function*(e,s=!1,i=[]){yield t.load(e,s),t.graph.create(e),i.push(e);const n=t.graph.getDependencide(e),r=[];for(const o of n.all){if(i.includes(o))continue;const e=!t.get(o);r.push(this.loadAll(o,e,i))}yield Promise.all(r)})}};h(p,"virtual","virtual"),h(p,"graph",new l.j);let y=p;const g=t=>d(null,null,function*(){const e=f.providerCollection.get(t);return void 0===e?null:yield e()}),m=t=>d(null,null,function*(){const e=yield g(t);if(null!==e)return e;const s=yield y.fetch(y.joinUrl(t)),i=yield s.text(),n=o.oJ.create(o.oJ.deserialization(i));return n});y.register(n.b.style,m),y.register(n.b.material,m),y.register(n.b.geometry,m),y.register(n.b.texture,m),y.register(n.b.prefab,m),y.register(n.b.interaction,m),y.register(n.b.scene,m),y.register(n.b.dataset,m);const v=t=>d(null,null,function*(){const e=yield y.fetch(y.joinUrl(t)),s=yield e.text();return o.oJ.deserialization(s)});y.register(n.b.json,v);const b=t=>new Promise((e,s)=>d(null,null,function*(){try{const n=yield g(t);if(null===n)return s(i.B.get("asset.provider.notFound",{url:t}));const r=new n.default(t);yield r.ready(),e(r)}catch(n){s(n)}}));y.register(n.b.ts,b);const x=t=>d(null,null,function*(){const e=yield y.fetch(y.joinUrl(t));return yield e.arrayBuffer()});y.register(n.b.other,x)},74630:function(t,e,s){s.d(e,{P:function(){return l}});var i=s(1355),n=s(32952),r=Object.defineProperty,o=(t,e,s)=>e in t?r(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,a=(t,e,s)=>o(t,"symbol"!==typeof e?e+"":e,s);class l{constructor(t=0,e=0,s=0){a(this,"x"),a(this,"y"),a(this,"z"),this.x=t,this.y=e,this.z=s}static create(t,e,s){return void 0===t?new l:"number"===typeof t?new l(t,e,s):new l(t.x,t.y,t.z)}set(t,e,s){return void 0===s&&(s=this.z),this.x=t,this.y=e,this.z=s,this}setScalar(t){return this.x=t,this.y=t,this.z=t,this}setX(t){return this.x=t,this}setY(t){return this.y=t,this}setZ(t){return this.z=t,this}setComponent(t,e){switch(t){case 0:this.x=e;break;case 1:this.y=e;break;case 2:this.z=e;break;default:throw new Error("index is out of range: "+t)}return this}getComponent(t){switch(t){case 0:return this.x;case 1:return this.y;case 2:return this.z;default:throw new Error("index is out of range: "+t)}}clone(){return new this.constructor(this.x,this.y,this.z)}copy(t){return this.x=t.x,this.y=t.y,this.z=t.z,this}add(t){return this.x+=t.x,this.y+=t.y,this.z+=t.z,this}addScalar(t){return this.x+=t,this.y+=t,this.z+=t,this}addVectors(t,e){return this.x=t.x+e.x,this.y=t.y+e.y,this.z=t.z+e.z,this}addScaledVector(t,e){return this.x+=t.x*e,this.y+=t.y*e,this.z+=t.z*e,this}sub(t){return this.x-=t.x,this.y-=t.y,this.z-=t.z,this}subScalar(t){return this.x-=t,this.y-=t,this.z-=t,this}subVectors(t,e){return this.x=t.x-e.x,this.y=t.y-e.y,this.z=t.z-e.z,this}multiply(t){return this.x*=t.x,this.y*=t.y,this.z*=t.z,this}multiplyScalar(t){return this.x*=t,this.y*=t,this.z*=t,this}multiplyVectors(t,e){return this.x=t.x*e.x,this.y=t.y*e.y,this.z=t.z*e.z,this}applyEuler(t){return this.applyQuaternion(c.setFromEuler(t))}applyAxisAngle(t,e){return this.applyQuaternion(c.setFromAxisAngle(t,e))}applyMatrix4(t){const e=this.x,s=this.y,i=this.z,n=t.elements,r=1/(n[3]*e+n[7]*s+n[11]*i+n[15]);return this.x=(n[0]*e+n[4]*s+n[8]*i+n[12])*r,this.y=(n[1]*e+n[5]*s+n[9]*i+n[13])*r,this.z=(n[2]*e+n[6]*s+n[10]*i+n[14])*r,this}applyQuaternion(t){const e=this.x,s=this.y,i=this.z,n=t.x,r=t.y,o=t.z,a=t.w,l=2*(r*i-o*s),u=2*(o*e-n*i),c=2*(n*s-r*e);return this.x=e+a*l+r*c-o*u,this.y=s+a*u+o*l-n*c,this.z=i+a*c+n*u-r*l,this}project(t,e){return this.applyMatrix4(t).applyMatrix4(e)}unproject(t,e){return this.applyMatrix4(t).applyMatrix4(e)}transformDirection(t){const e=this.x,s=this.y,i=this.z,n=t.elements;return this.x=n[0]*e+n[4]*s+n[8]*i,this.y=n[1]*e+n[5]*s+n[9]*i,this.z=n[2]*e+n[6]*s+n[10]*i,this.normalize()}divide(t){return this.x/=t.x,this.y/=t.y,this.z/=t.z,this}divideScalar(t){return this.multiplyScalar(1/t)}min(t){return this.x=Math.min(this.x,t.x),this.y=Math.min(this.y,t.y),this.z=Math.min(this.z,t.z),this}max(t){return this.x=Math.max(this.x,t.x),this.y=Math.max(this.y,t.y),this.z=Math.max(this.z,t.z),this}clamp(t,e){return this.x=(0,i.q)(this.x,t.x,e.x),this.y=(0,i.q)(this.y,t.y,e.y),this.z=(0,i.q)(this.z,t.z,e.z),this}clampScalar(t,e){return this.x=(0,i.q)(this.x,t,e),this.y=(0,i.q)(this.y,t,e),this.z=(0,i.q)(this.z,t,e),this}clampLength(t,e){const s=this.length();return this.divideScalar(s||1).multiplyScalar((0,i.q)(s,t,e))}floor(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this.z=Math.floor(this.z),this}ceil(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this.z=Math.ceil(this.z),this}round(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this.z=Math.round(this.z),this}roundToZero(){return this.x=Math.trunc(this.x),this.y=Math.trunc(this.y),this.z=Math.trunc(this.z),this}negate(){return this.x=-this.x,this.y=-this.y,this.z=-this.z,this}dot(t){return this.x*t.x+this.y*t.y+this.z*t.z}lengthSq(){return this.x*this.x+this.y*this.y+this.z*this.z}length(){return Math.sqrt(this.x*this.x+this.y*this.y+this.z*this.z)}manhattanLength(){return Math.abs(this.x)+Math.abs(this.y)+Math.abs(this.z)}normalize(){return this.divideScalar(this.length()||1)}setLength(t){return this.normalize().multiplyScalar(t)}lerp(t,e){return this.x+=(t.x-this.x)*e,this.y+=(t.y-this.y)*e,this.z+=(t.z-this.z)*e,this}lerpVectors(t,e,s){return this.x=t.x+(e.x-t.x)*s,this.y=t.y+(e.y-t.y)*s,this.z=t.z+(e.z-t.z)*s,this}cross(t){return this.crossVectors(this,t)}crossVectors(t,e){const s=t.x,i=t.y,n=t.z,r=e.x,o=e.y,a=e.z;return this.x=i*a-n*o,this.y=n*r-s*a,this.z=s*o-i*r,this}projectOnVector(t){const e=t.lengthSq();if(0===e)return this.set(0,0,0);const s=t.dot(this)/e;return this.copy(t).multiplyScalar(s)}projectOnPlane(t){return u.copy(this).projectOnVector(t),this.sub(u)}reflect(t){return this.sub(u.copy(t).multiplyScalar(2*this.dot(t)))}angleTo(t){const e=Math.sqrt(this.lengthSq()*t.lengthSq());if(0===e)return Math.PI/2;const s=this.dot(t)/e;return Math.acos((0,i.q)(s,-1,1))}distanceTo(t){return Math.sqrt(this.distanceToSquared(t))}distanceToSquared(t){const e=this.x-t.x,s=this.y-t.y,i=this.z-t.z;return e*e+s*s+i*i}manhattanDistanceTo(t){return Math.abs(this.x-t.x)+Math.abs(this.y-t.y)+Math.abs(this.z-t.z)}setFromSpherical(t){return this.setFromSphericalCoords(t.radius,t.phi,t.theta)}setFromSphericalCoords(t,e,s){const i=Math.sin(e)*t;return this.x=i*Math.sin(s),this.y=Math.cos(e)*t,this.z=i*Math.cos(s),this}setFromCylindrical(t){return this.setFromCylindricalCoords(t.radius,t.theta,t.y)}setFromCylindricalCoords(t,e,s){return this.x=t*Math.sin(e),this.y=s,this.z=t*Math.cos(e),this}setFromMatrixPosition(t){const e=t.elements;return this.x=e[12],this.y=e[13],this.z=e[14],this}setFromMatrixScale(t){const e=this.setFromMatrixColumn(t,0).length(),s=this.setFromMatrixColumn(t,1).length(),i=this.setFromMatrixColumn(t,2).length();return this.x=e,this.y=s,this.z=i,this}setFromMatrixColumn(t,e){return this.fromArray(t.elements,4*e)}setFromEuler(t){return this.x=t.x,this.y=t.y,this.z=t.z,this}setFromColor(t){const e=t.toRgb();return this.x=e.r,this.y=e.g,this.z=e.b,this}equals(t){return t.x===this.x&&t.y===this.y&&t.z===this.z}fromArray(t,e=0){return this.x=t[e],this.y=t[e+1],this.z=t[e+2],this}toArray(t=[],e=0){return t[e]=this.x,t[e+1]=this.y,t[e+2]=this.z,t}random(){return this.x=Math.random(),this.y=Math.random(),this.z=Math.random(),this}randomDirection(){const t=Math.random()*Math.PI*2,e=2*Math.random()-1,s=Math.sqrt(1-e*e);return this.x=s*Math.cos(t),this.y=e,this.z=s*Math.sin(t),this}*[Symbol.iterator](){yield this.x,yield this.y,yield this.z}}const u=new l,c=new n.P},76299:function(t,e,s){s.d(e,{x:function(){return a}});var i=s(76644),n=Object.defineProperty,r=(t,e,s)=>e in t?n(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,o=(t,e,s)=>r(t,"symbol"!==typeof e?e+"":e,s);class a extends i.S{constructor(t={}){var e,s,i,n;super(t),o(this,"camera"),o(this,"mode"),o(this,"target"),o(this,"event"),this.camera=null!=(e=t.camera)?e:"",this.mode=null!=(s=t.mode)?s:"",this.target=null!=(i=t.target)?i:"",this.event=null!=(n=t.event)?n:""}}o(a,"type","HTMLTransformController"),i.S.register(a)},76644:function(t,e,s){s.d(e,{S:function(){return a}});var i=s(38132),n=Object.defineProperty,r=(t,e,s)=>e in t?n(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,o=(t,e,s)=>r(t,"symbol"!==typeof e?e+"":e,s);class a extends i.o{constructor(t={}){var e;super(t),o(this,"enabled"),this.enabled=null!=(e=t.enabled)&&e}}o(a,"type","Controller")},77792:function(t,e,s){s.r(e),s.d(e,{nodes:function(){return l},url:function(){return a}});var i=s(10692),n=s(93360),r=s(94499),o=(t,e,s)=>new Promise((i,n)=>{var r=t=>{try{a(s.next(t))}catch(e){n(e)}},o=t=>{try{a(s.throw(t))}catch(e){n(e)}},a=t=>t.done?i(t.value):Promise.resolve(t.value).then(r,o);a((s=s.apply(t,e)).next())});const a=i.Vd.createVirtualUrl("preset/scheduler/switch.interaction.json"),l={switch:"switch"};let u=null;const c=()=>o(null,null,function*(){if(null===u){u=new n.MS;const t=r.scheduler["switch"].createExecuteNode({id:l.switch});u.addNode([t]),u.roots.push(t.id)}return u});i.Vd.setProvider(a,c)},79351:function(t,e,s){s.d(e,{P:function(){return n}});var i=s(13507);const n=new i.r},79389:function(t,e,s){s.d(e,{k:function(){return u}});var i=s(74630),n=Object.defineProperty,r=(t,e,s)=>e in t?n(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,o=(t,e,s)=>r(t,"symbol"!==typeof e?e+"":e,s);const a=1,l=2;class u{constructor(t,e,s,i,n,r,a,l,u,c,h,d,f,p,y,g){o(this,"elements"),this.elements=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],void 0!==t&&this.set(t,e,s,i,n,r,a,l,u,c,h,d,f,p,y,g)}set(t,e,s,i,n,r,o,a,l,u,c,h,d,f,p,y){const g=this.elements;return g[0]=t,g[4]=e,g[8]=s,g[12]=i,g[1]=n,g[5]=r,g[9]=o,g[13]=a,g[2]=l,g[6]=u,g[10]=c,g[14]=h,g[3]=d,g[7]=f,g[11]=p,g[15]=y,this}identity(){return this.set(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1),this}clone(){return(new u).fromArray(this.elements)}copy(t){const e=this.elements,s=t.elements;return e[0]=s[0],e[1]=s[1],e[2]=s[2],e[3]=s[3],e[4]=s[4],e[5]=s[5],e[6]=s[6],e[7]=s[7],e[8]=s[8],e[9]=s[9],e[10]=s[10],e[11]=s[11],e[12]=s[12],e[13]=s[13],e[14]=s[14],e[15]=s[15],this}copyPosition(t){const e=this.elements,s=t.elements;return e[12]=s[12],e[13]=s[13],e[14]=s[14],this}extractBasis(t,e,s){return t.setFromMatrixColumn(this,0),e.setFromMatrixColumn(this,1),s.setFromMatrixColumn(this,2),this}makeBasis(t,e,s){return this.set(t.x,e.x,s.x,0,t.y,e.y,s.y,0,t.z,e.z,s.z,0,0,0,0,1),this}extractRotation(t){const e=this.elements,s=t.elements,i=1/c.setFromMatrixColumn(t,0).length(),n=1/c.setFromMatrixColumn(t,1).length(),r=1/c.setFromMatrixColumn(t,2).length();return e[0]=s[0]*i,e[1]=s[1]*i,e[2]=s[2]*i,e[3]=0,e[4]=s[4]*n,e[5]=s[5]*n,e[6]=s[6]*n,e[7]=0,e[8]=s[8]*r,e[9]=s[9]*r,e[10]=s[10]*r,e[11]=0,e[12]=0,e[13]=0,e[14]=0,e[15]=1,this}makeRotationFromEuler(t){const e=this.elements,s=t.x,i=t.y,n=t.z,r=Math.cos(s),o=Math.sin(s),a=Math.cos(i),l=Math.sin(i),u=Math.cos(n),c=Math.sin(n);if("XYZ"===t.order){const t=r*u,s=r*c,i=o*u,n=o*c;e[0]=a*u,e[4]=-a*c,e[8]=l,e[1]=s+i*l,e[5]=t-n*l,e[9]=-o*a,e[2]=n-t*l,e[6]=i+s*l,e[10]=r*a}else if("YXZ"===t.order){const t=a*u,s=a*c,i=l*u,n=l*c;e[0]=t+n*o,e[4]=i*o-s,e[8]=r*l,e[1]=r*c,e[5]=r*u,e[9]=-o,e[2]=s*o-i,e[6]=n+t*o,e[10]=r*a}else if("ZXY"===t.order){const t=a*u,s=a*c,i=l*u,n=l*c;e[0]=t-n*o,e[4]=-r*c,e[8]=i+s*o,e[1]=s+i*o,e[5]=r*u,e[9]=n-t*o,e[2]=-r*l,e[6]=o,e[10]=r*a}else if("ZYX"===t.order){const t=r*u,s=r*c,i=o*u,n=o*c;e[0]=a*u,e[4]=i*l-s,e[8]=t*l+n,e[1]=a*c,e[5]=n*l+t,e[9]=s*l-i,e[2]=-l,e[6]=o*a,e[10]=r*a}else if("YZX"===t.order){const t=r*a,s=r*l,i=o*a,n=o*l;e[0]=a*u,e[4]=n-t*c,e[8]=i*c+s,e[1]=c,e[5]=r*u,e[9]=-o*u,e[2]=-l*u,e[6]=s*c+i,e[10]=t-n*c}else if("XZY"===t.order){const t=r*a,s=r*l,i=o*a,n=o*l;e[0]=a*u,e[4]=-c,e[8]=l*u,e[1]=t*c+n,e[5]=r*u,e[9]=s*c-i,e[2]=i*c-s,e[6]=o*u,e[10]=n*c+t}return e[3]=0,e[7]=0,e[11]=0,e[12]=0,e[13]=0,e[14]=0,e[15]=1,this}makeRotationFromQuaternion(t){return this.compose(d,t,f)}lookAt(t,e,s){const i=this.elements;return g.subVectors(t,e),0===g.lengthSq()&&(g.z=1),g.normalize(),p.crossVectors(s,g),0===p.lengthSq()&&(1===Math.abs(s.z)?g.x+=1e-4:g.z+=1e-4,g.normalize(),p.crossVectors(s,g)),p.normalize(),y.crossVectors(g,p),i[0]=p.x,i[4]=y.x,i[8]=g.x,i[1]=p.y,i[5]=y.y,i[9]=g.y,i[2]=p.z,i[6]=y.z,i[10]=g.z,this}multiply(t){return this.multiplyMatrices(this,t)}premultiply(t){return this.multiplyMatrices(t,this)}multiplyMatrices(t,e){const s=t.elements,i=e.elements,n=this.elements,r=s[0],o=s[4],a=s[8],l=s[12],u=s[1],c=s[5],h=s[9],d=s[13],f=s[2],p=s[6],y=s[10],g=s[14],m=s[3],v=s[7],b=s[11],x=s[15],w=i[0],C=i[4],M=i[8],P=i[12],z=i[1],_=i[5],k=i[9],S=i[13],O=i[2],A=i[6],D=i[10],j=i[14],R=i[3],V=i[7],E=i[11],T=i[15];return n[0]=r*w+o*z+a*O+l*R,n[4]=r*C+o*_+a*A+l*V,n[8]=r*M+o*k+a*D+l*E,n[12]=r*P+o*S+a*j+l*T,n[1]=u*w+c*z+h*O+d*R,n[5]=u*C+c*_+h*A+d*V,n[9]=u*M+c*k+h*D+d*E,n[13]=u*P+c*S+h*j+d*T,n[2]=f*w+p*z+y*O+g*R,n[6]=f*C+p*_+y*A+g*V,n[10]=f*M+p*k+y*D+g*E,n[14]=f*P+p*S+y*j+g*T,n[3]=m*w+v*z+b*O+x*R,n[7]=m*C+v*_+b*A+x*V,n[11]=m*M+v*k+b*D+x*E,n[15]=m*P+v*S+b*j+x*T,this}multiplyScalar(t){const e=this.elements;return e[0]*=t,e[4]*=t,e[8]*=t,e[12]*=t,e[1]*=t,e[5]*=t,e[9]*=t,e[13]*=t,e[2]*=t,e[6]*=t,e[10]*=t,e[14]*=t,e[3]*=t,e[7]*=t,e[11]*=t,e[15]*=t,this}determinant(){const t=this.elements,e=t[0],s=t[4],i=t[8],n=t[12],r=t[1],o=t[5],a=t[9],l=t[13],u=t[2],c=t[6],h=t[10],d=t[14],f=t[3],p=t[7],y=t[11],g=t[15];return f*(+n*a*c-i*l*c-n*o*h+s*l*h+i*o*d-s*a*d)+p*(+e*a*d-e*l*h+n*r*h-i*r*d+i*l*u-n*a*u)+y*(+e*l*c-e*o*d-n*r*c+s*r*d+n*o*u-s*l*u)+g*(-i*o*u-e*a*c+e*o*h+i*r*c-s*r*h+s*a*u)}transpose(){const t=this.elements;let e;return e=t[1],t[1]=t[4],t[4]=e,e=t[2],t[2]=t[8],t[8]=e,e=t[6],t[6]=t[9],t[9]=e,e=t[3],t[3]=t[12],t[12]=e,e=t[7],t[7]=t[13],t[13]=e,e=t[11],t[11]=t[14],t[14]=e,this}setPosition(t,e,s){const i=this.elements;return"number"===typeof t?(i[12]=t,i[13]=e,i[14]=s):(i[12]=t.x,i[13]=t.y,i[14]=t.z),this}invert(){const t=this.elements,e=t[0],s=t[1],i=t[2],n=t[3],r=t[4],o=t[5],a=t[6],l=t[7],u=t[8],c=t[9],h=t[10],d=t[11],f=t[12],p=t[13],y=t[14],g=t[15],m=c*y*l-p*h*l+p*a*d-o*y*d-c*a*g+o*h*g,v=f*h*l-u*y*l-f*a*d+r*y*d+u*a*g-r*h*g,b=u*p*l-f*c*l+f*o*d-r*p*d-u*o*g+r*c*g,x=f*c*a-u*p*a-f*o*h+r*p*h+u*o*y-r*c*y,w=e*m+s*v+i*b+n*x;if(0===w)return this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);const C=1/w;return t[0]=m*C,t[1]=(p*h*n-c*y*n-p*i*d+s*y*d+c*i*g-s*h*g)*C,t[2]=(o*y*n-p*a*n+p*i*l-s*y*l-o*i*g+s*a*g)*C,t[3]=(c*a*n-o*h*n-c*i*l+s*h*l+o*i*d-s*a*d)*C,t[4]=v*C,t[5]=(u*y*n-f*h*n+f*i*d-e*y*d-u*i*g+e*h*g)*C,t[6]=(f*a*n-r*y*n-f*i*l+e*y*l+r*i*g-e*a*g)*C,t[7]=(r*h*n-u*a*n+u*i*l-e*h*l-r*i*d+e*a*d)*C,t[8]=b*C,t[9]=(f*c*n-u*p*n-f*s*d+e*p*d+u*s*g-e*c*g)*C,t[10]=(r*p*n-f*o*n+f*s*l-e*p*l-r*s*g+e*o*g)*C,t[11]=(u*o*n-r*c*n-u*s*l+e*c*l+r*s*d-e*o*d)*C,t[12]=x*C,t[13]=(u*p*i-f*c*i+f*s*h-e*p*h-u*s*y+e*c*y)*C,t[14]=(f*o*i-r*p*i-f*s*a+e*p*a+r*s*y-e*o*y)*C,t[15]=(r*c*i-u*o*i+u*s*a-e*c*a-r*s*h+e*o*h)*C,this}scale(t){const e=this.elements,s=t.x,i=t.y,n=t.z;return e[0]*=s,e[4]*=i,e[8]*=n,e[1]*=s,e[5]*=i,e[9]*=n,e[2]*=s,e[6]*=i,e[10]*=n,e[3]*=s,e[7]*=i,e[11]*=n,this}getMaxScaleOnAxis(){const t=this.elements,e=t[0]*t[0]+t[1]*t[1]+t[2]*t[2],s=t[4]*t[4]+t[5]*t[5]+t[6]*t[6],i=t[8]*t[8]+t[9]*t[9]+t[10]*t[10];return Math.sqrt(Math.max(e,s,i))}makeTranslation(t,e,s){return"number"===typeof t?this.set(1,0,0,t,0,1,0,e,0,0,1,s,0,0,0,1):this.set(1,0,0,t.x,0,1,0,t.y,0,0,1,t.z,0,0,0,1),this}makeRotationX(t){const e=Math.cos(t),s=Math.sin(t);return this.set(1,0,0,0,0,e,-s,0,0,s,e,0,0,0,0,1),this}makeRotationY(t){const e=Math.cos(t),s=Math.sin(t);return this.set(e,0,s,0,0,1,0,0,-s,0,e,0,0,0,0,1),this}makeRotationZ(t){const e=Math.cos(t),s=Math.sin(t);return this.set(e,-s,0,0,s,e,0,0,0,0,1,0,0,0,0,1),this}makeRotationAxis(t,e){const s=Math.cos(e),i=Math.sin(e),n=1-s,r=t.x,o=t.y,a=t.z,l=n*r,u=n*o;return this.set(l*r+s,l*o-i*a,l*a+i*o,0,l*o+i*a,u*o+s,u*a-i*r,0,l*a-i*o,u*a+i*r,n*a*a+s,0,0,0,0,1),this}makeScale(t,e,s){return this.set(t,0,0,0,0,e,0,0,0,0,s,0,0,0,0,1),this}makeShear(t,e,s,i,n,r){return this.set(1,s,n,0,t,1,r,0,e,i,1,0,0,0,0,1),this}compose(t,e,s){const i=this.elements,n=e.x,r=e.y,o=e.z,a=e.w,l=n+n,u=r+r,c=o+o,h=n*l,d=n*u,f=n*c,p=r*u,y=r*c,g=o*c,m=a*l,v=a*u,b=a*c,x=s.x,w=s.y,C=s.z;return i[0]=(1-(p+g))*x,i[1]=(d+b)*x,i[2]=(f-v)*x,i[3]=0,i[4]=(d-b)*w,i[5]=(1-(h+g))*w,i[6]=(y+m)*w,i[7]=0,i[8]=(f+v)*C,i[9]=(y-m)*C,i[10]=(1-(h+p))*C,i[11]=0,i[12]=t.x,i[13]=t.y,i[14]=t.z,i[15]=1,this}decompose(t,e,s){const i=this.elements;let n=c.set(i[0],i[1],i[2]).length();const r=c.set(i[4],i[5],i[6]).length(),o=c.set(i[8],i[9],i[10]).length(),a=this.determinant();a<0&&(n=-n),t.x=i[12],t.y=i[13],t.z=i[14],h.copy(this);const l=1/n,u=1/r,d=1/o;return h.elements[0]*=l,h.elements[1]*=l,h.elements[2]*=l,h.elements[4]*=u,h.elements[5]*=u,h.elements[6]*=u,h.elements[8]*=d,h.elements[9]*=d,h.elements[10]*=d,e.setFromRotationMatrix(h),s.x=n,s.y=r,s.z=o,this}makePerspective(t,e,s,i,n,r,o=a){const u=this.elements,c=2*n/(e-t),h=2*n/(s-i),d=(e+t)/(e-t),f=(s+i)/(s-i);let p,y;if(o===a)p=-(r+n)/(r-n),y=-2*r*n/(r-n);else{if(o!==l)throw new Error("Matrix4.makePerspective(): Invalid coordinate system: "+o);p=-r/(r-n),y=-r*n/(r-n)}return u[0]=c,u[4]=0,u[8]=d,u[12]=0,u[1]=0,u[5]=h,u[9]=f,u[13]=0,u[2]=0,u[6]=0,u[10]=p,u[14]=y,u[3]=0,u[7]=0,u[11]=-1,u[15]=0,this}makeOrthographic(t,e,s,i,n,r,o=a){const u=this.elements,c=1/(e-t),h=1/(s-i),d=1/(r-n),f=(e+t)*c,p=(s+i)*h;let y,g;if(o===a)y=(r+n)*d,g=-2*d;else{if(o!==l)throw new Error("Matrix4.makeOrthographic(): Invalid coordinate system: "+o);y=n*d,g=-1*d}return u[0]=2*c,u[4]=0,u[8]=0,u[12]=-f,u[1]=0,u[5]=2*h,u[9]=0,u[13]=-p,u[2]=0,u[6]=0,u[10]=g,u[14]=-y,u[3]=0,u[7]=0,u[11]=0,u[15]=1,this}equals(t){const e=this.elements,s=t.elements;for(let i=0;i<16;i++)if(e[i]!==s[i])return!1;return!0}fromArray(t,e=0){for(let s=0;s<16;s++)this.elements[s]=t[s+e];return this}toArray(t=[],e=0){const s=this.elements;return t[e]=s[0],t[e+1]=s[1],t[e+2]=s[2],t[e+3]=s[3],t[e+4]=s[4],t[e+5]=s[5],t[e+6]=s[6],t[e+7]=s[7],t[e+8]=s[8],t[e+9]=s[9],t[e+10]=s[10],t[e+11]=s[11],t[e+12]=s[12],t[e+13]=s[13],t[e+14]=s[14],t[e+15]=s[15],t}}const c=new i.P,h=new u,d=new i.P(0,0,0),f=new i.P(1,1,1),p=new i.P,y=new i.P,g=new i.P},81789:function(t,e,s){s.d(e,{Ag:function(){return i.A},NA:function(){return a.N},TD:function(){return l.T},XI:function(){return n.X},ZQ:function(){return c.Z},aj:function(){return o.a},g1:function(){return r.g},u2:function(){return u.u}});var i=s(83912),n=s(69251),r=s(2320),o=s(92904),a=s(62769),l=s(82769),u=s(82782),c=s(3615)},82769:function(t,e,s){s.d(e,{T:function(){return l}});var i=s(21865),n=s(62769),r=Object.defineProperty,o=(t,e,s)=>e in t?r(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,a=(t,e,s)=>o(t,"symbol"!==typeof e?e+"":e,s);class l extends n.N{constructor(t){super(t),a(this,"_text",null),a(this,"_wrapper",null),a(this,"DOM"),this.DOM=this.createDOM();const e=this.getWrapper();e.appendChild(this.DOM)}get text(){return null===this._text&&(this._text=document.createTextNode("")),this._text}createWrapper(){const t=document.createElement("div");return t.setAttribute("class",n.N.className),t.setAttribute(n.N.uuidKey,this.uuid),t}getWrapper(){return null===this._wrapper&&(this._wrapper=this.createWrapper()),this._wrapper}add(t){if(t instanceof n.N){const e=t.getWrapper();if(null===e)return;if(this.DOM.contains(e))return;this.DOM.appendChild(e)}}remove(t){if(t instanceof n.N){const e=t.getWrapper();if(null===e)return;this.DOM.contains(e)&&this.DOM.removeChild(e)}}update(t){const e=this.getWrapper(),s=this.getWrapperStyle(t);this.setHTMLStyle(e,s),this.setHTMLInteraction(e,t),this.setHTMLStyle(this.DOM,this.getLayoutStyle(t));const n=[...this.getStyleClass(t)];t.active&&n.push(i.Jf.activeName),this.setStyleClass(this.DOM,n),this.DOM.style.backgroundImage=t.backroundIamge?`url(${t.backroundIamge})`:"",this.text.textContent=t.text,!1===this.DOM.contains(this.text)&&this.DOM.appendChild(this.text)}}},82782:function(t,e,s){s.d(e,{u:function(){return l}});var i=s(21865),n=s(62769),r=Object.defineProperty,o=(t,e,s)=>e in t?r(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,a=(t,e,s)=>o(t,"symbol"!==typeof e?e+"":e,s);class l extends n.N{constructor(t){super(t),a(this,"_wrapper",null),a(this,"DOM"),this.DOM=this.createDOM();const e=this.getWrapper();e.appendChild(this.DOM)}createWrapper(){const t=document.createElement("div");return t.setAttribute("class",n.N.className),t.setAttribute(n.N.uuidKey,this.uuid),t}getWrapper(){return null===this._wrapper&&(this._wrapper=this.createWrapper()),this._wrapper}add(t){if(t instanceof n.N){const e=t.getWrapper();if(null===e)return;if(this.DOM.contains(e))return;this.DOM.appendChild(e)}}remove(t){if(t instanceof n.N){const e=t.getWrapper();if(null===e)return;this.DOM.contains(e)&&this.DOM.removeChild(e)}}update(t){const e=this.getWrapper();this.setHTMLStyle(e,this.getWrapperStyle(t));const s=[...this.getStyleClass(t)];t.active&&s.push(i.Jf.activeName),this.setStyleClass(this.DOM,s)}}},83792:function(t,e,s){s.d(e,{B:function(){return u}});var i=s(21865),n=s(81789),r=s(27740),o=Object.defineProperty,a=(t,e,s)=>e in t?o(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,l=(t,e,s)=>a(t,"symbol"!==typeof e?e+"":e,s);class u extends r.${constructor(){super(...arguments),l(this,"resize",()=>{}),l(this,"unresize",()=>{})}createActor(t){const e=new n.TD(t.uuid);return e}install(t){const e=this.getActor(t),s=e.getWrapper();this.graphics.engine.DOM.appendChild(s),this.resize=()=>{s.style.width=this.graphics.engine.DOM.clientWidth+"px",s.style.height=this.graphics.engine.DOM.clientHeight+"px",e.DOM.style.width="100%",e.DOM.style.height="100%"};const i=this.graphics.engine.inputSystem.listen("resize",this.resize,{target:window});this.unresize=()=>this.graphics.engine.inputSystem.unlisten(i),this.resize()}uninstall(t){this.unresize();const e=this.getActor(t),s=e.getWrapper();s.remove()}}l(u,"type",i.K4.type),r.$.register(u)},83912:function(t,e,s){s.d(e,{A:function(){return a}});var i=Object.defineProperty,n=(t,e,s)=>e in t?i(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,r=(t,e,s)=>n(t,"symbol"!==typeof e?e+"":e,s);const o={idBuilder:0,collection:new Map};class a{constructor(){r(this,"id",o.idBuilder++),r(this,"object")}static seGraphics(t,e){o.collection.set(t.id,e)}static getGraphics(t){var e;return null!=(e=o.collection.get(t.id))?e:null}static deleteGraphics(t){o.collection.delete(t.id)}add(t){}remove(t){}}},85337:function(t,e,s){s.d(e,{T:function(){return a}});var i=s(38132),n=Object.defineProperty,r=(t,e,s)=>e in t?n(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,o=(t,e,s)=>r(t,"symbol"!==typeof e?e+"":e,s);class a extends i.o{constructor(t={}){var e,s,i;super(t),o(this,"url"),o(this,"dataConfig"),o(this,"dataPath"),this.url=null!=(e=t.url)?e:"",this.dataConfig=null!=(s=t.dataConfig)?s:1,this.dataPath=null!=(i=t.dataPath)?i:""}}o(a,"type","Dynamic"),i.o.register(a)},86487:function(t,e,s){s.d(e,{f:function(){return a}});var i=s(2181),n=Object.defineProperty,r=(t,e,s)=>e in t?n(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,o=(t,e,s)=>r(t,"symbol"!==typeof e?e+"":e,s);class a extends i.P{constructor(t={}){var e,s;super(t),o(this,"text"),o(this,"backroundIamge"),this.text=null!=(e=t.text)?e:"",this.backroundIamge=null!=(s=t.backroundIamge)?s:""}}o(a,"type","Div"),i.P.register(a)},89219:function(t,e,s){s.d(e,{V:function(){return a}});var i=s(32432),n=Object.defineProperty,r=(t,e,s)=>e in t?n(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,o=(t,e,s)=>r(t,"symbol"!==typeof e?e+"":e,s);class a extends i.K{constructor(t={}){super(t)}}o(a,"type","Camera")},89237:function(t,e,s){s.d(e,{X:function(){return l}});var i=s(38132),n=Object.defineProperty,r=(t,e,s)=>e in t?n(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,o=(t,e,s)=>r(t,"symbol"!==typeof e?e+"":e,s);const a=class t extends i.o{constructor(t={}){var e;super(t),o(this,"url"),this.url=null!=(e=t.url)?e:""}static fromPrefab(e,s){const n=i.o.cloneAndFixReferences(s),r=new t({name:n.name?`${n.name}-prefab`:"prefab",interactions:n.interactions,prefab:n.prefab,url:e});return r.add(...n.children),r}};o(a,"type","PrefabInstance");let l=a;i.o.register(l)},90154:function(t,e,s){s.d(e,{F:function(){return d},j:function(){return f}});var i=s(72968),n=s(13591),r=s(48393),o=s(97338),a=s(21865),l=Object.defineProperty,u=(t,e,s)=>e in t?l(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,c=(t,e,s)=>u(t,"symbol"!==typeof e?e+"":e,s);const h={providerCollection:new Map};class d{constructor(){c(this,"all",[]),c(this,"descriptor",[]),c(this,"interaction",[]),c(this,"prefab",[]),c(this,"dataset",[]),c(this,"style",[]),c(this,"texture",[]),c(this,"material",[]),c(this,"geometry",[])}add(t,e){const s=this[t];if(void 0===s)return console.warn(t,e);s.push(e),this.descriptor.push(e)}forEachForGraphics(t){for(const e of this.dataset)t(e);for(const e of this.style)t(e);for(const e of this.texture)t(e);for(const e of this.material)t(e);for(const e of this.geometry)t(e)}clear(){this.all.length=0,this.descriptor.length=0,this.prefab.length=0,this.dataset.length=0,this.style.length=0,this.interaction.length=0,this.texture.length=0,this.material.length=0,this.geometry.length=0}}class f{constructor(){c(this,"_dependencideCollection",new Map),c(this,"_dependentCollection",new Map)}static build(t,e){let s=t.constructor;while(s.prototype instanceof o.iy){const i=h.providerCollection.get(s.type);s=Object.getPrototypeOf(s),void 0!==i&&i(t,e)}}static register(t,e){h.providerCollection.set(t,e)}static get(t,e=[]){const s={descriptor:t.uuid,edges:[]};return this.build(t,s),s.edges.length>0&&e.push(s),e}getDescriptor(t){return i.V.get(t)}compiler(t){const e={url:t,uuid:"",ports:[]},s=this.getDescriptor(t);return s instanceof a.oJ&&(e.uuid=s.uuid,this.build(s,e.ports)),e}setCell(t,e){let s=this._dependentCollection.get(t);void 0===s?(s=[e],this._dependentCollection.set(t,s)):r.l.insert(s,e)}deleteCell(t,e){let s=this._dependentCollection.get(t);void 0!==s&&r.l.remove(s,e)}collection(t,e,s,i){const n=e.all.indexOf(t);n>-1||(e.all.push(t),s&&e.add(i,t),this.getDependencide(t,e))}get(t){var e;return null!=(e=this._dependencideCollection.get(t))?e:null}create(t){this.delete(t);const e=this.compiler(t);this._dependencideCollection.set(t,e);for(const s of e.ports)for(const t of s.edges)this.setCell(t.asset,e)}build(t,e=[]){return t.traverse(t=>{f.get(t,e)}),e}update(t){this.delete(t),this.create(t)}delete(t){const e=this._dependencideCollection.get(t);if(void 0!==e){this._dependencideCollection.delete(t);for(const t of e.ports)for(const s of t.edges)this.deleteCell(s.asset,e)}}getDependencidesByPorts(t,e=new d){if(0===t.length)return e;for(const s of t)for(const t of s.edges){const s=n.b.isDescriptor(t.category,"category");this.collection(t.asset,e,s,t.category)}return e}getDependencide(t,e=new d){const s=this._dependencideCollection.get(t);return void 0===s||this.getDependencidesByPorts(s.ports,e),e}getDependents(t){var e;return null!=(e=this._dependentCollection.get(t))?e:[]}getUrlCells(t,e=[]){for(const s of t){const t=this.getDependents(s);t.length>0&&e.push({url:s,cells:t})}return e}forEdge(t,e){for(const s of t.ports)for(const t of s.edges)e(s,t)}hasAssetReference(t,e){for(const s of t.edges)if(Array.isArray(s.asset)){for(const t of s.asset)if(t===e)return!0}else if(s.asset===e)return!0;return!1}}},90559:function(t,e,s){s.r(e),s.d(e,{http:function(){return i}});var i=s(5171)},91521:function(t,e,s){s.r(e),s.d(e,{createExecuteInput:function(){return u},createExecuteNode:function(){return c},scriptable:function(){return a}});var i=s(64898),n=s(10692),r=s(93360),o=(t,e,s)=>new Promise((i,n)=>{var r=t=>{try{a(s.next(t))}catch(e){n(e)}},o=t=>{try{a(s.throw(t))}catch(e){n(e)}},a=t=>t.done?i(t.value):Promise.resolve(t.value).then(r,o);a((s=s.apply(t,e)).next())});const a=n.Vd.createVirtualUrl("preset/scheduler/switch.ts");class l extends r.er{execute(t,e){return o(this,null,function*(){const s=this.getInputValue("scene",e.input);if(!s)return;yield n.Vd.loadAll(s),yield n.Vd.compileDataset(s,t.engine);const i=n.Vd.get(s);t.engine.switch(i)})}}n.Vd.setProvider(a,()=>o(null,null,function*(){return{default:l}}));const u=(t={})=>{var e;const s={scene:{value:null!=(e=t.scene)?e:""}};return s},c=t=>{var e,s,n,r;const o={id:t.id,label:i.B.get(a),position:{x:null!=(s=null==(e=null==t?void 0:t.position)?void 0:e.x)?s:20,y:null!=(r=null==(n=null==t?void 0:t.position)?void 0:n.y)?r:20},interaction:"Execute",url:a,input:u(t.input)};return o}},91881:function(t,e,s){s.d(e,{K:function(){return h}});var i=s(21865),n=s(81789),r=s(27740),o=Object.defineProperty,a=(t,e,s)=>e in t?o(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,l=(t,e,s)=>a(t,"symbol"!==typeof e?e+"":e,s);let u=null;const c=class t extends r.${constructor(t,e){super(t,e),l(this,"className"),this.className=`vyr_${t.uuid}`}static get sheet(){if(null===u){const t=document.createElement("style");t.setAttribute("type","text/css"),document.head.appendChild(t),u=t.sheet}return u}static insertRule(e){for(const s of e)this.sheet.insertRule(s,t.sheet.cssRules.length)}createActor(t){return new n.XI}update(e){super.update(e);const s=this.getActor(e);if(s.update(e,this.className),!0===s.updateRule(t.sheet))return;const i=s.getStyleValue();t.insertRule(i)}free(e){const s=[`.${this.className}`,`.${this.className}:hover`];for(let i=t.sheet.cssRules.length-1;i>=0;i--){const e=t.sheet.cssRules[i];if(e instanceof CSSStyleRule){const i=s.indexOf(e.selectorText);if(i>-1&&(t.sheet.deleteRule(i),s.splice(i,1),0===s.length))return}}super.free(e)}};l(c,"type",i.Jf.type);let h=c;r.$.register(h)},92904:function(t,e,s){s.d(e,{a:function(){return u}});var i=s(21865),n=s(48393),r=s(83912),o=Object.defineProperty,a=(t,e,s)=>e in t?o(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,l=(t,e,s)=>a(t,"symbol"!==typeof e?e+"":e,s);class u extends r.A{constructor(){super(...arguments),l(this,"_parent",""),l(this,"collection",[])}bind(t){this._parent=t}unbind(){if(""===this._parent)return;const t=r.A.getGraphics(this),e=i.oJ.get(this._parent);if(e instanceof i.oJ){const s=t.getActor(e);if(null!==s)for(const t of this.collection)s.remove(t)}this.collection.length=0,this._parent=""}add(t){if(t instanceof u)return;const e=r.A.getGraphics(this),s=i.oJ.get(this._parent);if(s instanceof i.oJ){const i=e.getActor(s);null!==i&&i.add(t)}n.l.insert(this.collection,t)}remove(t){if(t instanceof u)return;const e=r.A.getGraphics(this),s=i.oJ.get(this._parent);if(s instanceof i.oJ){const i=e.getActor(s);null!==i&&i.remove(t)}n.l.remove(this.collection,t)}}},93360:function(t,e,s){s.d(e,{MS:function(){return i.M},er:function(){return r.e},oU:function(){return n.o}});var i=s(24261),n=s(38569),r=s(65325)},93835:function(t,e,s){s.r(e),s.d(e,{createExecuteInput:function(){return h},createExecuteNode:function(){return d},scriptable:function(){return u}});var i=s(64898),n=s(10692),r=s(21865),o=s(93360),a=s(13591),l=(t,e,s)=>new Promise((i,n)=>{var r=t=>{try{a(s.next(t))}catch(e){n(e)}},o=t=>{try{a(s.throw(t))}catch(e){n(e)}},a=t=>t.done?i(t.value):Promise.resolve(t.value).then(r,o);a((s=s.apply(t,e)).next())});const u=n.Vd.createVirtualUrl("preset/dataset/update.ts");class c extends o.er{execute(t,e){return l(this,null,function*(){const{input:t,result:s}=e,i=this.getInputValue("dataset",t),o=s.get(t.previous),a=n.Vd.get(i);return a instanceof r.Y2&&o&&a.setData(o),{}})}}n.Vd.setProvider(u,()=>l(null,null,function*(){return{default:c}}));const h=(t={})=>{var e;const s={dataset:{value:null!=(e=t.dataset)?e:"",type:a.b.dataset}};return s},d=t=>{var e,s,n,r;const o={id:t.id,label:i.B.get(u),position:{x:null!=(s=null==(e=null==t?void 0:t.position)?void 0:e.x)?s:20,y:null!=(r=null==(n=null==t?void 0:t.position)?void 0:n.y)?r:20},interaction:"Execute",url:u,input:h(t.input)};return o}},94233:function(t,e,s){s.d(e,{r:function(){return o}});var i=Object.defineProperty,n=(t,e,s)=>e in t?i(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,r=(t,e,s)=>n(t,"symbol"!==typeof e?e+"":e,s);class o{constructor(){r(this,"instanceCollection",new Map)}set(t){this.instanceCollection.set(t.uuid,t)}delete(t){this.instanceCollection.delete(t)}get(t){return this.instanceCollection.get(t)}values(){return[...this.instanceCollection.values()]}}},94499:function(t,e,s){s.r(e),s.d(e,{dataset:function(){return n},graphics:function(){return o},net:function(){return i},scheduler:function(){return r}});var i=s(90559),n=s(95920),r=s(27761),o=s(35793)},95920:function(t,e,s){s.r(e),s.d(e,{update:function(){return i}});var i=s(93835)},95997:function(t,e,s){s.d(e,{I:function(){return a}});var i=s(1355),n=Object.defineProperty,r=(t,e,s)=>e in t?n(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,o=(t,e,s)=>r(t,"symbol"!==typeof e?e+"":e,s);class a{constructor(t=0,e=0){o(this,"x"),o(this,"y"),this.x=t,this.y=e}static create(t,e){return void 0===t?new a:"number"===typeof t?new a(t,e):new a(t.x,t.y)}get width(){return this.x}set width(t){this.x=t}get height(){return this.y}set height(t){this.y=t}set(t,e){return this.x=t,this.y=e,this}setScalar(t){return this.x=t,this.y=t,this}setX(t){return this.x=t,this}setY(t){return this.y=t,this}setComponent(t,e){switch(t){case 0:this.x=e;break;case 1:this.y=e;break;default:throw new Error("index is out of range: "+t)}return this}getComponent(t){switch(t){case 0:return this.x;case 1:return this.y;default:throw new Error("index is out of range: "+t)}}clone(){return new this.constructor(this.x,this.y)}copy(t){return this.x=t.x,this.y=t.y,this}add(t){return this.x+=t.x,this.y+=t.y,this}addScalar(t){return this.x+=t,this.y+=t,this}addVectors(t,e){return this.x=t.x+e.x,this.y=t.y+e.y,this}addScaledVector(t,e){return this.x+=t.x*e,this.y+=t.y*e,this}sub(t){return this.x-=t.x,this.y-=t.y,this}subScalar(t){return this.x-=t,this.y-=t,this}subVectors(t,e){return this.x=t.x-e.x,this.y=t.y-e.y,this}multiply(t){return this.x*=t.x,this.y*=t.y,this}multiplyScalar(t){return this.x*=t,this.y*=t,this}divide(t){return this.x/=t.x,this.y/=t.y,this}divideScalar(t){return this.multiplyScalar(1/t)}min(t){return this.x=Math.min(this.x,t.x),this.y=Math.min(this.y,t.y),this}max(t){return this.x=Math.max(this.x,t.x),this.y=Math.max(this.y,t.y),this}clamp(t,e){return this.x=(0,i.q)(this.x,t.x,e.x),this.y=(0,i.q)(this.y,t.y,e.y),this}clampScalar(t,e){return this.x=(0,i.q)(this.x,t,e),this.y=(0,i.q)(this.y,t,e),this}clampLength(t,e){const s=this.length();return this.divideScalar(s||1).multiplyScalar((0,i.q)(s,t,e))}floor(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this}ceil(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this}round(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this}roundToZero(){return this.x=Math.trunc(this.x),this.y=Math.trunc(this.y),this}negate(){return this.x=-this.x,this.y=-this.y,this}dot(t){return this.x*t.x+this.y*t.y}cross(t){return this.x*t.y-this.y*t.x}lengthSq(){return this.x*this.x+this.y*this.y}length(){return Math.sqrt(this.x*this.x+this.y*this.y)}manhattanLength(){return Math.abs(this.x)+Math.abs(this.y)}normalize(){return this.divideScalar(this.length()||1)}angle(){const t=Math.atan2(-this.y,-this.x)+Math.PI;return t}angleTo(t){const e=Math.sqrt(this.lengthSq()*t.lengthSq());if(0===e)return Math.PI/2;const s=this.dot(t)/e;return Math.acos((0,i.q)(s,-1,1))}distanceTo(t){return Math.sqrt(this.distanceToSquared(t))}distanceToSquared(t){const e=this.x-t.x,s=this.y-t.y;return e*e+s*s}manhattanDistanceTo(t){return Math.abs(this.x-t.x)+Math.abs(this.y-t.y)}setLength(t){return this.normalize().multiplyScalar(t)}lerp(t,e){return this.x+=(t.x-this.x)*e,this.y+=(t.y-this.y)*e,this}lerpVectors(t,e,s){return this.x=t.x+(e.x-t.x)*s,this.y=t.y+(e.y-t.y)*s,this}equals(t){return t.x===this.x&&t.y===this.y}fromArray(t,e=0){return this.x=t[e],this.y=t[e+1],this}toArray(t=[],e=0){return t[e]=this.x,t[e+1]=this.y,t}rotateAround(t,e){const s=Math.cos(e),i=Math.sin(e),n=this.x-t.x,r=this.y-t.y;return this.x=n*s-r*i+t.x,this.y=n*i+r*s+t.y,this}random(){return this.x=Math.random(),this.y=Math.random(),this}*[Symbol.iterator](){yield this.x,yield this.y}}},97338:function(t,e,s){s.d(e,{Sh:function(){return h},iy:function(){return d},pU:function(){return c}});var i=s(47552),n=s(14291),r=Object.defineProperty,o=(t,e,s)=>e in t?r(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,a=(t,e,s)=>o(t,"symbol"!==typeof e?e+"":e,s);const l={instances:new Map,freeWatcher:[],monitoring:()=>{let t=0;const e=()=>{setTimeout(e,5e3);const s=[...l.instances.keys()],i=s.length;t>=i&&(t=0);let n=0,r=t;const o=performance.now();while(n<500&&performance.now()-o<5){if(r>=i)break;n++;const e=s[r++];null===d.get(e)?h(e):t++}};e()}},u=t=>"editor"===window["__VYR_RUNTIME_MODE"]?(0,n.Kh)(t):t,c=(t,e)=>{switch(t){case"free":l.freeWatcher.push(e);break;default:break}},h=t=>{const e=l.instances.get(t);if(void 0!==e){for(const e of l.freeWatcher)e(t);l.instances.delete(t)}};class d{constructor(t=i.w.uuid()){a(this,"uuid");const e=d.get(t);if(null!==e)return e.beenInstantiated(e),e;this.uuid=t,l.instances.set(t,new WeakRef(this))}static get(t){var e;const s=l.instances.get(t);return void 0===s?null:null!=(e=u(s.deref()))?e:null}beenInstantiated(t){}}l.monitoring()},98415:function(t,e,s){s.d(e,{o:function(){return u}});var i=s(21865),n=s(27740),r=s(81789),o=Object.defineProperty,a=(t,e,s)=>e in t?o(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,l=(t,e,s)=>a(t,"symbol"!==typeof e?e+"":e,s);class u extends n.${createActor(t){return new r.TD(t.uuid)}update(t){super.update(t);const e=this.getActor(t);e.update(t)}mount(t,e,s){super.mount(t,e,s);const i=this.getActor(t),n=e.getActor(s);n.add(i)}unmount(t,e,s){const i=this.getActor(t);i.clearStyleClass(i.DOM),i.cleanInteraction();const n=e.getActor(s);n.remove(i),super.unmount(t,e,s)}pickup(t,e){e.push({uuid:t.uuid,generatedBy:t.generatedBy})}}l(u,"type",i.fX.type),n.$.register(u)}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self["webpackChunk_vyr_cli"]=self["webpackChunk_vyr_cli"]||[]).push([[288,344,931,1018,3312,4939,7320,7907,7963,8637],{34753:function(e,t,n){n.r(t),n.d(t,{AssetService:function(){return M},language:function(){return o},zhCnLanguageProvider:function(){return r}});const r={id:"zh_CN",name:"@vyr/service-asset"};var u=n(75133);u.Locale.register(r);const o=u.Locale.getLanguage(r.name);var i=n(87167),s=n(81336),c=n(93785),a=n(50931),f=Object.defineProperty,l=(e,t,n)=>t in e?f(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,d=(e,t,n)=>l(e,"symbol"!==typeof t?t+"":t,n),p=(e,t,n)=>new Promise((r,u)=>{var o=e=>{try{s(n.next(e))}catch(t){u(t)}},i=e=>{try{s(n.throw(e))}catch(t){u(t)}},s=e=>e.done?r(e.value):Promise.resolve(e.value).then(o,i);s((n=n.apply(e,t)).next())});class g{constructor(e){d(this,"ready",new a.AsyncTask),d(this,"service"),d(this,"_connection",e=>p(null,null,function*(){const e=s.runtime.get("rpc");e.send(new c.Message.asset.initialize.RequestMessage)})),d(this,"_disconnect",e=>{this.service.root.clearUser(e.params.client)}),d(this,"_initialize",e=>{this.service.root.clear();for(const t of e.params.root.children)this.service.root.add(new c.VirtualNode(t));this.ready.run()}),d(this,"_open",e=>{const t=c.VirtualNode.get(e.params.url);t&&t.addUser(e.params.client)}),d(this,"_close",e=>{const t=c.VirtualNode.get(e.params.url);t&&t.removeUser(e.params.client)}),d(this,"_create",e=>{const t=c.VirtualNode.get(e.params.parent);null!==t&&(t.add(new c.VirtualNode(c.VirtualNode.deserialization(e.params.node))),t.sort())}),d(this,"_delete",e=>{const t=s.runtime.get("data");for(const n of e.params.urls){const e=c.VirtualNode.get(n);if(null===e)return;const r=e.traceAncestor(!1);null!==r.parent&&(this._clear(t.footer.status.stickupItems,e),r.parent.remove(e))}}),d(this,"_add",e=>{const t=a.Descriptor.get(e.params.parent);if(null!==t)if(e.params.next)for(const n of e.params.node){const r=a.Descriptor.create(n);t.insertBefore(r.uuid,e.params.next)}else for(const n of e.params.node){const e=a.Descriptor.create(n);t.add(e)}}),d(this,"_remove",e=>{const t=s.runtime.get("data"),n=t.sidebar.get(M.key);for(const r of e.params.uuids){const e=a.Descriptor.get(r);if(null===e)continue;const t=e.traceAncestor(!1);null!==t.parent&&(t.parent.remove(e),a.ArrayUtils.removeByKey(n.selectAll,"uuid",e.uuid),a.ArrayUtils.removeByKey(n.status.stickupItems,"uuid",e.uuid))}}),d(this,"_update",e=>{const t=a.Descriptor.get(e.params.content.uuid);t&&t.syncWith(e.params.content)}),d(this,"_dragdrap",e=>{const t=s.runtime.get("data"),n=t.sidebar.get(M.key);if(e.params.url!==n.url)return;const r=e.params.next?"insertBefore":e.params.type,u=e.params.next||e.params.targetData.data.uuid;for(const o of e.params.dragData.data.uuids)this.service.root[r](o,u)}),this.service=e}_clear(e,t){if(0!==e.length)for(const n of e)if(n.uuid===t.uuid)return void a.ArrayUtils.remove(e,n)}listen(){const e=s.runtime.get("rpc");e.listen(c.Message.rpc.connection.Method,this._connection),e.listen(c.Message.rpc.disconnect.Method,this._disconnect),e.listen(c.Message.asset.initialize.Method,this._initialize),e.listen(c.Message.asset.create.Method,this._create),e.listen(c.Message.asset.delete.Method,this._delete),e.listen(c.Message.asset.add.Method,this._add),e.listen(c.Message.asset.remove.Method,this._remove),e.listen(c.Message.asset.open.Method,this._open),e.listen(c.Message.asset.close.Method,this._close),e.listen(c.Message.asset.update.Method,this._update),e.listen(c.Message.asset.dragdrap.Method,this._dragdrap)}}var m=Object.defineProperty,h=(e,t,n)=>t in e?m(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,v=(e,t,n)=>h(e,"symbol"!==typeof t?t+"":t,n),y=(e,t,n)=>new Promise((r,u)=>{var o=e=>{try{s(n.next(e))}catch(t){u(t)}},i=e=>{try{s(n.throw(e))}catch(t){u(t)}},s=e=>e.done?r(e.value):Promise.resolve(e.value).then(o,i);s((n=n.apply(e,t)).next())});class M extends i.Service{constructor(e,t){super(e),v(this,"_provider",new g(this)),v(this,"root"),this.name=e,this.root=t}ready(){return y(this,null,function*(){this._provider.listen()})}start(){return y(this,null,function*(){yield this._provider.ready.done()})}select(e){const t=s.runtime.get("rpc");t.send(new c.Message.asset.select.RequestMessage(e))}open(e){const t=s.runtime.get("rpc");t.send(new c.Message.asset.open.RequestMessage(e))}close(e){const t=s.runtime.get("rpc");t.send(new c.Message.asset.close.RequestMessage(e))}create(e,t,n,r,u){const o=s.runtime.get("rpc");o.send(new c.Message.asset.create.RequestMessage(e,t,n,r,u))}delete(e){const t=Array.isArray(e)?e:[e];if(0===t.length)return;const n=s.runtime.get("rpc");n.send(new c.Message.asset.delete.RequestMessage(t))}add(e,t,n){const r=s.runtime.get("rpc");r.send(new c.Message.asset.add.RequestMessage(e,n,t))}remove(e,t){const n=s.runtime.get("rpc");n.send(new c.Message.asset.remove.RequestMessage(e,t))}dragdrap(e,t,n,r){const u=s.runtime.get("rpc");u.send(new c.Message.asset.dragdrap.RequestMessage(e,t,n,r))}rename(e,t){const n=s.runtime.get("rpc");n.send(new c.Message.asset.rename.RequestMessage(t,e))}cut(e,t){if(0===e.length)return;const n=s.runtime.get("rpc");n.send(new c.Message.asset.cut.RequestMessage(e,t))}copy(e,t){if(0===e.length)return;const n=s.runtime.get("rpc");n.send(new c.Message.asset.copy.RequestMessage(e,t))}update(e,t){const n=s.runtime.get("rpc");n.send(new c.Message.asset.update.RequestMessage(e,t))}read(e){return y(this,null,function*(){const t=yield c.request.get(e,{responseType:"text"});return t.data})}}v(M,"key","asset"),v(M,"save",(e,t)=>{const n=t instanceof Blob?t:new Blob([t]),r=window.URL.createObjectURL(n),u=document.createElement("a");u.href=r,u.setAttribute("download",e),document.body.appendChild(u),u.click(),document.body.removeChild(u),window.URL.revokeObjectURL(r)})},50931:function(e,t,n){n.r(t),n.d(t,{Actor:function(){return D.Ag},AnimationUnitActor:function(){return D.g1},AnimationUnitDescriptor:function(){return y.uj},AnimationUnitInterpreter:function(){return M.DM},ArrayUtils:function(){return c.l},Asset:function(){return w.Vd},AssetGraph:function(){return w.jB},AsyncTask:function(){return m.g},BasicStyleColor:function(){return o.Ru},CameraDescriptor:function(){return y.Vp},Category:function(){return s.b},Color:function(){return o.Q1},Compilation:function(){return b.O2},ControllerDescriptor:function(){return y.SS},DatasetDescriptor:function(){return y.Y2},DatasetInterpreter:function(){return M.zI},DefaultStyleColor:function(){return o.E8},Dependencide:function(){return w.FD},Descriptor:function(){return y.oJ},DivActor:function(){return D.TD},DivDescriptor:function(){return y.fX},DivInterpreter:function(){return M.oA},DynamicDescriptor:function(){return y.Ts},Engine:function(){return _.N},Euler:function(){return u.O9},FragmentActor:function(){return D.aj},FragmentInterpreter:function(){return M.FG},Generate:function(){return f.w},Graphics:function(){return b.A1},HTMLActor:function(){return D.NA},HTMLDescriptor:function(){return y.Pp},HTMLServiceActor:function(){return D.u2},HTMLServiceDescriptor:function(){return y.q5},HTMLServiceInterpreter:function(){return M.Pk},HTMLTransformControllerActor:function(){return D.ZQ},HTMLTransformControllerDescriptor:function(){return y.xq},HTMLTransformControllerInterpreter:function(){return M.OH},HttpType:function(){return S.$B},InputSystem:function(){return p.U},InteractionDescriptor:function(){return v.MS},InteractionExecutor:function(){return v.oU},Interpreter:function(){return M.$R},LinearStyleColor:function(){return o.yq},Listener:function(){return d.r},Matrix4:function(){return u.kn},NodeDescriptor:function(){return y.KM},ObjectUtils:function(){return a.B},PrefaInterpreter:function(){return M.TS},PrefabInstanceDescriptor:function(){return y.X7},PrefabInstanceInterpreter:function(){return M.Gd},PrefabeDescriptor:function(){return y.Zl},Quaternion:function(){return u.PT},Queue:function(){return b.op},RadialStyleColor:function(){return o.GH},Scriptable:function(){return h.e},Serialization:function(){return i.z},ServiceDescriptor:function(){return y.RE},ServiceInterpreter:function(){return M._J},ServiceSchedulerDescriptor:function(){return y.K4},ServiceSchedulerInterpreter:function(){return M.B0},StyleActor:function(){return D.XI},StyleDescriptor:function(){return y.Jf},StyleInterpreter:function(){return M.KQ},StyleRule:function(){return y.aq},StyleShadow:function(){return y.CH},StyleSpacing:function(){return y.Dg},Traverser:function(){return l.B},Unit:function(){return b.Nf},VariableProxy:function(){return b.D_},Vector2:function(){return u.I9},Vector3:function(){return u.Pq},compile:function(){return S.wE},destroyInstance:function(){return g.Sh},executePreset:function(){return A.N},http:function(){return S.LV},interactionPreset:function(){return A.a},language:function(){return r.B},observer:function(){return b.PA},privateState:function(){return w.nP},setHttpHeaders:function(){return S.P},zhCnLanguageProvider:function(){return r.t}});var r=n(64898),u=n(64006),o=n(69776),i=n(21627),s=n(13591),c=n(48393),a=n(48583),f=n(47552),l=n(17227),d=n(13507),p=n(25946),g=n(97338),m=n(72094),h=n(65325),v=n(93360),y=n(21865),M=n(42778),S=n(35265),D=n(81789),b=n(51329),w=n(10692),A=n(23083),_=n(46597)},81336:function(e,t,n){n.r(t),n.d(t,{Action:function(){return o.r},ActionGroup:function(){return o.K},DataService:function(){return i.u},Draggable:function(){return c.s},DraggableService:function(){return c.f},Global:function(){return i.m},InspectorService:function(){return a.j},PresetService:function(){return s.R},RemoteService:function(){return f.e},Runtime:function(){return d.v},ShortcutkeyService:function(){return l.t},SidebarNavigator:function(){return u.I},Status:function(){return u.n},language:function(){return r.B},runtime:function(){return d.f},zhCnLanguageProvider:function(){return r.t}});var r=n(72931),u=n(34361),o=n(1520),i=n(46550),s=n(34774),c=n(2284),a=n(21822),f=n(52913),l=n(20986),d=n(69188)},92328:function(e,t,n){n.r(t),n.d(t,{Bridge:function(){return o.q},Collection:function(){return i.p},Job:function(){return u._},RemoteExecutor:function(){return s.Q},RemoteInvoker:function(){return a.p},RemoteProcess:function(){return c.u},language:function(){return r.B},zhCnLanguageProvider:function(){return r.t}});var r=n(28723),u=n(84105),o=n(76379),i=n(70026),s=n(93355),c=n(70151),a=n(22984)},93785:function(e,t,n){n.r(t),n.d(t,{Entity:function(){return r.wC},ExampleDO:function(){return r.Aj},ExampleVO:function(){return r.Uc},Message:function(){return r.QB},Method:function(){return r.IT},NoticeMessage:function(){return r.qe},Operation:function(){return r.I},RpcService:function(){return i.R},UseRecord:function(){return r.Nk},UserDO:function(){return r.bw},UserVO:function(){return r.dC},VirtualNode:function(){return r.UV},defineScheme:function(){return r.XZ},language:function(){return u.B},path:function(){return r.Ae},request:function(){return o.E},tokenKey:function(){return r.bV},topic:function(){return r.At},zhCnLanguageProvider:function(){return u.t}});var r=n(38788),u=n(70584),o=n(92699),i=n(9763)}}]);
|