@shjjs/visual-ui 1.0.17 → 1.0.19
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/es/commons/core/useChart.mjs +59 -58
- package/es/commons/{core → plugins}/datasource/index.mjs +5 -5
- package/es/commons/plugins/datasource/utils/axios.d.ts +70 -0
- package/es/commons/plugins/datasource/utils/axios.mjs +134 -0
- package/es/commons/{core → plugins}/datasource/utils/request.d.ts +1 -1
- package/es/commons/plugins/datasource/utils/request.mjs +5 -0
- package/es/commons/plugins/datasource/utils/utils.d.ts +84 -0
- package/es/commons/plugins/datasource/utils/utils.mjs +156 -0
- package/es/commons/plugins/event/actions/fullScreenAction.d.ts +8 -0
- package/es/commons/plugins/event/actions/fullScreenAction.mjs +8 -0
- package/es/commons/plugins/event/actions/invokeAction.d.ts +8 -0
- package/es/commons/plugins/event/actions/invokeAction.mjs +10 -0
- package/es/commons/plugins/event/actions/linkAction.d.ts +8 -0
- package/es/commons/plugins/event/actions/linkAction.mjs +7 -0
- package/es/commons/plugins/event/actions/moveAction.d.ts +8 -0
- package/es/commons/plugins/event/actions/moveAction.mjs +15 -0
- package/es/commons/plugins/event/actions/pageAction.d.ts +8 -0
- package/es/commons/plugins/event/actions/pageAction.mjs +14 -0
- package/es/commons/plugins/event/actions/rotateAction.d.ts +8 -0
- package/es/commons/plugins/event/actions/rotateAction.mjs +19 -0
- package/es/commons/plugins/event/actions/scaleAction.d.ts +8 -0
- package/es/commons/plugins/event/actions/scaleAction.mjs +24 -0
- package/es/commons/plugins/event/actions/sendApiAction.d.ts +8 -0
- package/es/commons/plugins/event/actions/sendApiAction.mjs +16 -0
- package/es/commons/plugins/event/actions/ueCommonsWebscoketAction.d.ts +7 -0
- package/es/commons/plugins/event/actions/ueCommonsWebscoketAction.mjs +31 -0
- package/es/commons/plugins/event/actions/ueShjExecMethodAction.d.ts +7 -0
- package/es/commons/plugins/event/actions/ueShjExecMethodAction.mjs +31 -0
- package/es/commons/plugins/event/actions/unityIframeExecMethodAction.d.ts +7 -0
- package/es/commons/plugins/event/actions/unityIframeExecMethodAction.mjs +28 -0
- package/es/commons/plugins/event/actions/unityWebglExecMethodAction.d.ts +7 -0
- package/es/commons/plugins/event/actions/unityWebglExecMethodAction.mjs +28 -0
- package/es/commons/plugins/event/actions/updatePageAction.d.ts +8 -0
- package/es/commons/plugins/event/actions/updatePageAction.mjs +6 -0
- package/es/commons/plugins/event/actions/updateVariableAction.d.ts +7 -0
- package/es/commons/plugins/event/actions/updateVariableAction.mjs +23 -0
- package/es/commons/plugins/event/actions/updateWidgetAction.d.ts +7 -0
- package/es/commons/plugins/event/actions/updateWidgetAction.mjs +13 -0
- package/es/commons/plugins/event/actions/vrSceneMethodAction.d.ts +7 -0
- package/es/commons/plugins/event/actions/vrSceneMethodAction.mjs +12 -0
- package/es/commons/plugins/event/index.d.ts +202 -0
- package/es/commons/plugins/event/index.mjs +150 -0
- package/es/commons/plugins/event/utils/utils.d.ts +22 -0
- package/es/commons/plugins/event/utils/utils.mjs +52 -0
- package/es/commons/utils/getNextElement.d.ts +7 -0
- package/es/commons/utils/getNextElement.mjs +12 -0
- package/es/components/chart-bar-animation/index.vue.mjs +24 -23
- package/es/components/chart-bar-basic/index.vue.mjs +24 -23
- package/es/components/chart-bar-contrast/index.vue.mjs +32 -31
- package/es/components/chart-bar-contrast2/index.vue.mjs +23 -22
- package/es/components/chart-bar-contrast3/index.vue.mjs +25 -24
- package/es/components/chart-bar-gradient-column-chart/index.vue.mjs +24 -23
- package/es/components/chart-bar-horizontal/index.vue.mjs +25 -24
- package/es/components/chart-bar-horizontal-stack/index.vue.mjs +25 -24
- package/es/components/chart-bar-line-bar/index.vue.mjs +23 -22
- package/es/components/chart-bar-line-bar2/index.vue.mjs +23 -22
- package/es/components/chart-bar-loop/index.vue.mjs +25 -24
- package/es/components/chart-bar-mini/index.vue.mjs +25 -24
- package/es/components/chart-bar-polar/index.vue.mjs +23 -22
- package/es/components/chart-bar-polar-stack/index.vue.mjs +23 -22
- package/es/components/chart-bar-polar2/index.vue.mjs +23 -22
- package/es/components/chart-bar-radius-circle/index.vue.mjs +23 -22
- package/es/components/chart-bar-rank/index.vue.mjs +25 -24
- package/es/components/chart-bar-segmented-progress/index.vue.mjs +27 -26
- package/es/components/chart-bar-spire/index.vue.mjs +30 -29
- package/es/components/chart-bar-stack/index.vue.mjs +24 -23
- package/es/components/chart-bar-stack-line/index.vue.mjs +23 -22
- package/es/components/chart-bar-stack2/index.vue.mjs +23 -22
- package/es/components/chart-bar-stack3/index.vue.mjs +23 -22
- package/es/components/chart-bar-staggered/index.vue.mjs +23 -22
- package/es/components/chart-bar-three/index.vue.mjs +21 -20
- package/es/components/chart-bar-waterfall/index.vue.mjs +30 -29
- package/es/components/chart-bar-zebra/index.vue.mjs +23 -22
- package/es/components/chart-line-area-gradient/index.vue.mjs +24 -23
- package/es/components/chart-line-area-highlight/index.vue.mjs +23 -22
- package/es/components/chart-line-area-highlight2/index.vue.mjs +23 -22
- package/es/components/chart-line-basic/index.vue.mjs +25 -24
- package/es/components/chart-line-bump/index.vue.mjs +30 -29
- package/es/components/chart-line-dashed/index.vue.mjs +24 -23
- package/es/components/chart-line-ladder/index.vue.mjs +24 -23
- package/es/components/chart-line-logarithm/index.vue.mjs +29 -28
- package/es/components/chart-line-multix/index.vue.mjs +29 -28
- package/es/components/chart-line-polar-double/index.vue.mjs +25 -24
- package/es/components/chart-line-rain-flow/index.vue.mjs +29 -28
- package/es/components/chart-line-scale/index.vue.mjs +24 -23
- package/es/components/chart-line-smooth/index.vue.mjs +24 -23
- package/es/components/chart-line-smooth-area/index.vue.mjs +29 -28
- package/es/components/chart-line-stack/index.vue.mjs +24 -23
- package/es/components/chart-line-stack-area/index.vue.mjs +24 -23
- package/es/components/chart-line-temp/index.vue.mjs +29 -28
- package/es/components/chart-line-vertical/index.vue.mjs +24 -23
- package/es/components/chart-map-basic/index.vue.mjs +29 -28
- package/es/components/chart-map-bmap-basic/index.vue.mjs +25 -24
- package/es/components/chart-map-bmap-heatmap/index.vue.mjs +24 -23
- package/es/components/chart-map-bmap-rich/index.vue.mjs +24 -23
- package/es/components/chart-map-customize/index.vue.mjs +23 -22
- package/es/components/chart-map-lines/index.vue.mjs +24 -23
- package/es/components/chart-map-scatter/index.vue.mjs +24 -23
- package/es/components/chart-other-candlestick-basic/index.vue.mjs +25 -24
- package/es/components/chart-other-candlestick-demo/index.vue.mjs +22 -21
- package/es/components/chart-other-candlestick-shanghai/index.vue.mjs +22 -21
- package/es/components/chart-other-circular-graph/index.vue.mjs +20 -19
- package/es/components/chart-other-force/index.vue.mjs +22 -21
- package/es/components/chart-other-force2/index.vue.mjs +22 -21
- package/es/components/chart-other-funnel/index.vue.mjs +20 -19
- package/es/components/chart-other-funnel-contrast/index.vue.mjs +20 -19
- package/es/components/chart-other-funnel-split/index.vue.mjs +20 -19
- package/es/components/chart-other-funnel2/index.vue.mjs +20 -19
- package/es/components/chart-other-gauge/index.vue.mjs +20 -19
- package/es/components/chart-other-gauge-grade/index.vue.mjs +20 -19
- package/es/components/chart-other-gauge-stage/index.vue.mjs +20 -19
- package/es/components/chart-other-graph-basic/index.vue.mjs +21 -20
- package/es/components/chart-other-graph-basic2/index.vue.mjs +21 -20
- package/es/components/chart-other-graph-calendar/index.vue.mjs +21 -20
- package/es/components/chart-other-grid-percentage/index.vue.mjs +25 -24
- package/es/components/chart-other-heatmap/index.vue.mjs +23 -22
- package/es/components/chart-other-label-gauge/index.vue.mjs +30 -29
- package/es/components/chart-other-liquidfill/index.vue.mjs +22 -21
- package/es/components/chart-other-parallel-basic/index.vue.mjs +21 -20
- package/es/components/chart-other-parallel-mul/index.vue.mjs +30 -29
- package/es/components/chart-other-radar/index.vue.mjs +32 -31
- package/es/components/chart-other-radar-stack/index.vue.mjs +23 -22
- package/es/components/chart-other-sunburst-basic/index.vue.mjs +22 -21
- package/es/components/chart-other-sunburst-basic2/index.vue.mjs +22 -21
- package/es/components/chart-other-sunburst-basic3/index.vue.mjs +22 -21
- package/es/components/chart-other-sunburst-basic4/index.vue.mjs +22 -21
- package/es/components/chart-other-sunburst-book/index.vue.mjs +22 -21
- package/es/components/chart-other-sunburst-flavors/index.vue.mjs +20 -19
- package/es/components/chart-other-sunburst-radius/index.vue.mjs +22 -21
- package/es/components/chart-other-theme-river/index.vue.mjs +25 -24
- package/es/components/chart-other-tree/index.vue.mjs +20 -19
- package/es/components/chart-other-tree-line/index.vue.mjs +21 -20
- package/es/components/chart-other-treemap/index.vue.mjs +19 -18
- package/es/components/chart-other-treemap-basic/index.vue.mjs +20 -19
- package/es/components/chart-other-word-cloud/index.vue.mjs +18 -17
- package/es/components/chart-pie-3d/index.vue.mjs +25 -24
- package/es/components/chart-pie-basic/index.vue.mjs +23 -22
- package/es/components/chart-pie-basic2/index.vue.mjs +23 -22
- package/es/components/chart-pie-customized/index.vue.mjs +28 -27
- package/es/components/chart-pie-index/index.vue.mjs +22 -21
- package/es/components/chart-pie-interval/index.vue.mjs +22 -21
- package/es/components/chart-pie-legend-scroll/index.vue.mjs +28 -27
- package/es/components/chart-pie-radius/index.vue.mjs +22 -21
- package/es/components/chart-pie-rose/index.vue.mjs +27 -26
- package/es/components/chart-pie-round/index.vue.mjs +27 -26
- package/es/components/chart-pie-semicircle/index.vue.mjs +23 -22
- package/es/components/chart-pie-sunburst/index.vue.mjs +23 -22
- package/es/components/chart-scatter-basic/index.vue.mjs +24 -23
- package/es/components/chart-scatter-basic2/index.vue.mjs +24 -23
- package/es/components/chart-scatter-bubble/index.vue.mjs +25 -24
- package/es/components/chart-scatter-ripples/index.vue.mjs +21 -20
- package/es/components/commons-echarts/compileAndRunEcharts.mjs +22 -21
- package/es/components/commons-gaussian-splatting-view/index.vue.mjs +2 -2
- package/es/components/commons-gaussian-splatting-view/index.vue2.mjs +45 -46
- package/es/components/commons-loop-iterator/index.vue.mjs +2 -2
- package/es/components/commons-loop-iterator/index.vue2.mjs +39 -38
- package/es/components/commons-product-model/index.vue.mjs +2 -2
- package/es/components/commons-product-model/index.vue2.mjs +49 -49
- package/es/components/commons-three-loader/index.vue.mjs +1 -1
- package/es/components/commons-three-loader/index.vue2.mjs +73 -73
- package/es/components/commons-three-loader3/index.vue.mjs +2 -2
- package/es/components/commons-three-loader3/index.vue2.mjs +67 -67
- package/es/components/commons-weather/index.vue.mjs +2 -2
- package/es/components/commons-weather/index.vue2.mjs +45 -44
- package/es/components/index.d.ts +1 -0
- package/es/components/index.mjs +16 -14
- package/es/components/interaction-input/index.vue.mjs +1 -1
- package/es/components/interaction-input/index.vue2.mjs +56 -55
- package/es/components/interaction-select/index.vue.mjs +1 -1
- package/es/components/interaction-select/index.vue2.mjs +83 -82
- package/es/components/interaction-slider/index.vue.mjs +2 -2
- package/es/components/interaction-slider/index.vue2.mjs +45 -44
- package/es/components/interaction-switch/index.vue.mjs +2 -2
- package/es/components/interaction-switch/index.vue2.mjs +31 -30
- package/es/components/interaction-tabs/index.vue.mjs +2 -2
- package/es/components/interaction-tabs/index.vue2.mjs +31 -30
- package/es/components/interaction-tabs2/index.vue.mjs +2 -2
- package/es/components/interaction-tabs2/index.vue2.mjs +31 -30
- package/es/components/map-earth-basic/index.vue.d.ts +4 -4
- package/es/components/map-earth-basic/index.vue.mjs +30 -29
- package/es/components/map-earth-cool-tech/index.vue.d.ts +0 -2
- package/es/components/map-earth-cool-tech/index.vue.mjs +30 -29
- package/es/components/map-earth-fly-line/index.vue.d.ts +4 -2
- package/es/components/map-earth-fly-line/index.vue.mjs +34 -33
- package/es/components/map-earth-hacker/index.vue.d.ts +4 -2
- package/es/components/map-earth-hacker/index.vue.mjs +29 -28
- package/es/components/map-earth-particle/index.vue.d.ts +4 -2
- package/es/components/map-earth-particle/index.vue.mjs +30 -29
- package/es/components/media-audio/index.vue.mjs +1 -1
- package/es/components/media-audio/index.vue2.mjs +49 -48
- package/es/components/media-audio-dynamic/index.vue.mjs +1 -1
- package/es/components/media-audio-dynamic/index.vue2.mjs +58 -57
- package/es/components/media-flv/index.vue.mjs +40 -39
- package/es/components/media-iframe/index.vue.mjs +2 -2
- package/es/components/media-iframe/index.vue2.mjs +14 -13
- package/es/components/media-image-dynamic/index.vue.mjs +2 -2
- package/es/components/media-image-dynamic/index.vue2.mjs +23 -22
- package/es/components/media-m3u8/index.vue.mjs +39 -38
- package/es/components/media-m3u8-dynamic/index.vue.mjs +54 -53
- package/es/components/media-video/index.vue.mjs +1 -1
- package/es/components/media-video/index.vue2.mjs +38 -37
- package/es/components/media-video-dynamic/index.vue.mjs +1 -1
- package/es/components/media-video-dynamic/index.vue2.mjs +49 -48
- package/es/components/scene-amap2d/index.vue.mjs +1 -1
- package/es/components/scene-amap2d/index.vue2.mjs +107 -104
- package/es/components/scene-amap3d/index.vue.mjs +2 -2
- package/es/components/scene-amap3d/index.vue2.mjs +95 -92
- package/es/components/scene-default/index.d.ts +39 -0
- package/es/components/scene-default/index.mjs +7 -0
- package/es/components/scene-default/index.vue.d.ts +40 -0
- package/es/components/scene-default/index.vue.mjs +7 -0
- package/es/components/scene-default/index.vue2.mjs +35 -0
- package/es/components/scene-map3d/index.d.ts +1 -1
- package/es/components/scene-map3d/index.vue.d.ts +1 -1
- package/es/components/scene-map3d/index.vue.mjs +2 -2
- package/es/components/scene-map3d/index.vue2.mjs +129 -126
- package/es/components/scene-ue-iframe/index.vue.mjs +2 -2
- package/es/components/scene-ue-iframe/index.vue2.mjs +19 -18
- package/es/components/scene-ue-shj/index.vue.mjs +1 -1
- package/es/components/scene-ue-shj/index.vue2.mjs +14 -13
- package/es/components/scene-unity-iframe/index.vue.mjs +2 -2
- package/es/components/scene-unity-iframe/index.vue2.mjs +19 -16
- package/es/components/scene-unity-webgl/index.vue.mjs +1 -1
- package/es/components/scene-unity-webgl/index.vue2.mjs +16 -13
- package/es/components/scene-vr/index.vue.mjs +1 -1
- package/es/components/scene-vr/index.vue2.mjs +162 -159
- package/es/components/text-count-down/index.vue.mjs +1 -1
- package/es/components/text-count-down/index.vue2.mjs +34 -33
- package/es/components/text-over-number/index.vue.mjs +2 -2
- package/es/components/text-over-number/index.vue2.mjs +49 -48
- package/es/components/text-real-time/index.vue.mjs +2 -2
- package/es/components/text-real-time/index.vue2.mjs +26 -25
- package/es/components/text-row-scroll/index.vue.mjs +1 -1
- package/es/components/text-row-scroll/index.vue2.mjs +83 -82
- package/es/components/text-table-basic/index.vue.mjs +3 -3
- package/es/components/text-table-basic/index.vue2.mjs +97 -96
- package/es/components/text-table-scroll/index.vue.mjs +1 -1
- package/es/components/text-table-scroll/index.vue2.mjs +96 -95
- package/es/components/text-text-dynamic/index.vue.mjs +1 -1
- package/es/components/text-text-dynamic/index.vue2.mjs +29 -28
- package/es/env.d.ts +0 -2
- package/es/index.d.ts +3 -1
- package/es/index.mjs +351 -345
- package/es/widgets.css +1 -1
- package/lib/commons/core/useChart.js +1 -1
- package/lib/commons/{core → plugins}/datasource/index.js +1 -1
- package/lib/commons/plugins/datasource/utils/axios.js +1 -0
- package/lib/commons/plugins/datasource/utils/request.js +1 -0
- package/lib/commons/plugins/datasource/utils/utils.js +1 -0
- package/lib/commons/plugins/event/actions/fullScreenAction.js +1 -0
- package/lib/commons/plugins/event/actions/invokeAction.js +1 -0
- package/lib/commons/plugins/event/actions/linkAction.js +1 -0
- package/lib/commons/plugins/event/actions/moveAction.js +1 -0
- package/lib/commons/plugins/event/actions/pageAction.js +1 -0
- package/lib/commons/plugins/event/actions/rotateAction.js +1 -0
- package/lib/commons/plugins/event/actions/scaleAction.js +1 -0
- package/lib/commons/plugins/event/actions/sendApiAction.js +1 -0
- package/lib/commons/plugins/event/actions/ueCommonsWebscoketAction.js +1 -0
- package/lib/commons/plugins/event/actions/ueShjExecMethodAction.js +1 -0
- package/lib/commons/plugins/event/actions/unityIframeExecMethodAction.js +1 -0
- package/lib/commons/plugins/event/actions/unityWebglExecMethodAction.js +1 -0
- package/lib/commons/plugins/event/actions/updatePageAction.js +1 -0
- package/lib/commons/plugins/event/actions/updateVariableAction.js +1 -0
- package/lib/commons/plugins/event/actions/updateWidgetAction.js +1 -0
- package/lib/commons/plugins/event/actions/vrSceneMethodAction.js +1 -0
- package/lib/commons/plugins/event/index.js +9 -0
- package/lib/commons/plugins/event/utils/utils.js +1 -0
- package/lib/commons/utils/getNextElement.js +1 -0
- package/lib/components/chart-bar-animation/index.vue.js +1 -1
- package/lib/components/chart-bar-basic/index.vue.js +1 -1
- package/lib/components/chart-bar-contrast/index.vue.js +1 -1
- package/lib/components/chart-bar-contrast2/index.vue.js +1 -1
- package/lib/components/chart-bar-contrast3/index.vue.js +1 -1
- package/lib/components/chart-bar-gradient-column-chart/index.vue.js +1 -1
- package/lib/components/chart-bar-horizontal/index.vue.js +1 -1
- package/lib/components/chart-bar-horizontal-stack/index.vue.js +1 -1
- package/lib/components/chart-bar-line-bar/index.vue.js +1 -1
- package/lib/components/chart-bar-line-bar2/index.vue.js +1 -1
- package/lib/components/chart-bar-loop/index.vue.js +1 -1
- package/lib/components/chart-bar-mini/index.vue.js +1 -1
- package/lib/components/chart-bar-polar/index.vue.js +1 -1
- package/lib/components/chart-bar-polar-stack/index.vue.js +1 -1
- package/lib/components/chart-bar-polar2/index.vue.js +1 -1
- package/lib/components/chart-bar-radius-circle/index.vue.js +1 -1
- package/lib/components/chart-bar-rank/index.vue.js +1 -1
- package/lib/components/chart-bar-segmented-progress/index.vue.js +1 -1
- package/lib/components/chart-bar-spire/index.vue.js +1 -1
- package/lib/components/chart-bar-stack/index.vue.js +1 -1
- package/lib/components/chart-bar-stack-line/index.vue.js +1 -1
- package/lib/components/chart-bar-stack2/index.vue.js +1 -1
- package/lib/components/chart-bar-stack3/index.vue.js +1 -1
- package/lib/components/chart-bar-staggered/index.vue.js +1 -1
- package/lib/components/chart-bar-three/index.vue.js +1 -1
- package/lib/components/chart-bar-waterfall/index.vue.js +1 -1
- package/lib/components/chart-bar-zebra/index.vue.js +1 -1
- package/lib/components/chart-line-area-gradient/index.vue.js +1 -1
- package/lib/components/chart-line-area-highlight/index.vue.js +1 -1
- package/lib/components/chart-line-area-highlight2/index.vue.js +1 -1
- package/lib/components/chart-line-basic/index.vue.js +1 -1
- package/lib/components/chart-line-bump/index.vue.js +1 -1
- package/lib/components/chart-line-dashed/index.vue.js +1 -1
- package/lib/components/chart-line-ladder/index.vue.js +1 -1
- package/lib/components/chart-line-logarithm/index.vue.js +1 -1
- package/lib/components/chart-line-multix/index.vue.js +1 -1
- package/lib/components/chart-line-polar-double/index.vue.js +1 -1
- package/lib/components/chart-line-rain-flow/index.vue.js +1 -1
- package/lib/components/chart-line-scale/index.vue.js +1 -1
- package/lib/components/chart-line-smooth/index.vue.js +1 -1
- package/lib/components/chart-line-smooth-area/index.vue.js +1 -1
- package/lib/components/chart-line-stack/index.vue.js +1 -1
- package/lib/components/chart-line-stack-area/index.vue.js +1 -1
- package/lib/components/chart-line-temp/index.vue.js +1 -1
- package/lib/components/chart-line-vertical/index.vue.js +1 -1
- package/lib/components/chart-map-basic/index.vue.js +1 -1
- package/lib/components/chart-map-bmap-basic/index.vue.js +1 -1
- package/lib/components/chart-map-bmap-heatmap/index.vue.js +1 -1
- package/lib/components/chart-map-bmap-rich/index.vue.js +1 -1
- package/lib/components/chart-map-customize/index.vue.js +1 -1
- package/lib/components/chart-map-lines/index.vue.js +1 -1
- package/lib/components/chart-map-scatter/index.vue.js +1 -1
- package/lib/components/chart-other-candlestick-basic/index.vue.js +1 -1
- package/lib/components/chart-other-candlestick-demo/index.vue.js +1 -1
- package/lib/components/chart-other-candlestick-shanghai/index.vue.js +1 -1
- package/lib/components/chart-other-circular-graph/index.vue.js +1 -1
- package/lib/components/chart-other-force/index.vue.js +1 -1
- package/lib/components/chart-other-force2/index.vue.js +1 -1
- package/lib/components/chart-other-funnel/index.vue.js +1 -1
- package/lib/components/chart-other-funnel-contrast/index.vue.js +1 -1
- package/lib/components/chart-other-funnel-split/index.vue.js +1 -1
- package/lib/components/chart-other-funnel2/index.vue.js +1 -1
- package/lib/components/chart-other-gauge/index.vue.js +1 -1
- package/lib/components/chart-other-gauge-grade/index.vue.js +1 -1
- package/lib/components/chart-other-gauge-stage/index.vue.js +1 -1
- package/lib/components/chart-other-graph-basic/index.vue.js +1 -1
- package/lib/components/chart-other-graph-basic2/index.vue.js +1 -1
- package/lib/components/chart-other-graph-calendar/index.vue.js +1 -1
- package/lib/components/chart-other-grid-percentage/index.vue.js +1 -1
- package/lib/components/chart-other-heatmap/index.vue.js +1 -1
- package/lib/components/chart-other-label-gauge/index.vue.js +1 -1
- package/lib/components/chart-other-liquidfill/index.vue.js +1 -1
- package/lib/components/chart-other-parallel-basic/index.vue.js +1 -1
- package/lib/components/chart-other-parallel-mul/index.vue.js +1 -1
- package/lib/components/chart-other-radar/index.vue.js +1 -1
- package/lib/components/chart-other-radar-stack/index.vue.js +1 -1
- package/lib/components/chart-other-sunburst-basic/index.vue.js +1 -1
- package/lib/components/chart-other-sunburst-basic2/index.vue.js +1 -1
- package/lib/components/chart-other-sunburst-basic3/index.vue.js +1 -1
- package/lib/components/chart-other-sunburst-basic4/index.vue.js +1 -1
- package/lib/components/chart-other-sunburst-book/index.vue.js +1 -1
- package/lib/components/chart-other-sunburst-flavors/index.vue.js +1 -1
- package/lib/components/chart-other-sunburst-radius/index.vue.js +1 -1
- package/lib/components/chart-other-theme-river/index.vue.js +1 -1
- package/lib/components/chart-other-tree/index.vue.js +1 -1
- package/lib/components/chart-other-tree-line/index.vue.js +1 -1
- package/lib/components/chart-other-treemap/index.vue.js +1 -1
- package/lib/components/chart-other-treemap-basic/index.vue.js +1 -1
- package/lib/components/chart-other-word-cloud/index.vue.js +1 -1
- package/lib/components/chart-pie-3d/index.vue.js +1 -1
- package/lib/components/chart-pie-basic/index.vue.js +1 -1
- package/lib/components/chart-pie-basic2/index.vue.js +1 -1
- package/lib/components/chart-pie-customized/index.vue.js +1 -1
- package/lib/components/chart-pie-index/index.vue.js +1 -1
- package/lib/components/chart-pie-interval/index.vue.js +1 -1
- package/lib/components/chart-pie-legend-scroll/index.vue.js +1 -1
- package/lib/components/chart-pie-radius/index.vue.js +1 -1
- package/lib/components/chart-pie-rose/index.vue.js +1 -1
- package/lib/components/chart-pie-round/index.vue.js +1 -1
- package/lib/components/chart-pie-semicircle/index.vue.js +1 -1
- package/lib/components/chart-pie-sunburst/index.vue.js +1 -1
- package/lib/components/chart-scatter-basic/index.vue.js +1 -1
- package/lib/components/chart-scatter-basic2/index.vue.js +1 -1
- package/lib/components/chart-scatter-bubble/index.vue.js +1 -1
- package/lib/components/chart-scatter-ripples/index.vue.js +1 -1
- package/lib/components/commons-echarts/compileAndRunEcharts.js +6 -6
- package/lib/components/commons-gaussian-splatting-view/index.vue.js +1 -1
- package/lib/components/commons-gaussian-splatting-view/index.vue2.js +1 -1
- package/lib/components/commons-loop-iterator/index.vue.js +1 -1
- package/lib/components/commons-loop-iterator/index.vue2.js +1 -1
- package/lib/components/commons-product-model/index.vue.js +1 -1
- package/lib/components/commons-product-model/index.vue2.js +1 -1
- package/lib/components/commons-three-loader/index.vue.js +1 -1
- package/lib/components/commons-three-loader/index.vue2.js +1 -1
- package/lib/components/commons-three-loader3/index.vue.js +1 -1
- package/lib/components/commons-three-loader3/index.vue2.js +1 -1
- package/lib/components/commons-weather/index.vue.js +1 -1
- package/lib/components/commons-weather/index.vue2.js +1 -1
- package/lib/components/index.js +1 -1
- package/lib/components/interaction-input/index.vue.js +1 -1
- package/lib/components/interaction-input/index.vue2.js +1 -1
- package/lib/components/interaction-select/index.vue.js +1 -1
- package/lib/components/interaction-select/index.vue2.js +1 -1
- package/lib/components/interaction-slider/index.vue.js +1 -1
- package/lib/components/interaction-slider/index.vue2.js +1 -1
- package/lib/components/interaction-switch/index.vue.js +1 -1
- package/lib/components/interaction-switch/index.vue2.js +1 -1
- package/lib/components/interaction-tabs/index.vue.js +1 -1
- package/lib/components/interaction-tabs/index.vue2.js +1 -1
- package/lib/components/interaction-tabs2/index.vue.js +1 -1
- package/lib/components/interaction-tabs2/index.vue2.js +1 -1
- package/lib/components/map-earth-basic/index.vue.js +1 -1
- package/lib/components/map-earth-cool-tech/index.vue.js +1 -1
- package/lib/components/map-earth-fly-line/index.vue.js +1 -1
- package/lib/components/map-earth-hacker/index.vue.js +1 -1
- package/lib/components/map-earth-particle/index.vue.js +1 -1
- package/lib/components/media-audio/index.vue.js +1 -1
- package/lib/components/media-audio/index.vue2.js +1 -1
- package/lib/components/media-audio-dynamic/index.vue.js +1 -1
- package/lib/components/media-audio-dynamic/index.vue2.js +1 -1
- package/lib/components/media-flv/index.vue.js +1 -1
- package/lib/components/media-iframe/index.vue.js +1 -1
- package/lib/components/media-iframe/index.vue2.js +1 -1
- package/lib/components/media-image-dynamic/index.vue.js +1 -1
- package/lib/components/media-image-dynamic/index.vue2.js +1 -1
- package/lib/components/media-m3u8/index.vue.js +1 -1
- package/lib/components/media-m3u8-dynamic/index.vue.js +1 -1
- package/lib/components/media-video/index.vue.js +1 -1
- package/lib/components/media-video/index.vue2.js +1 -1
- package/lib/components/media-video-dynamic/index.vue.js +1 -1
- package/lib/components/media-video-dynamic/index.vue2.js +1 -1
- package/lib/components/scene-amap2d/index.vue.js +1 -1
- package/lib/components/scene-amap2d/index.vue2.js +1 -1
- package/lib/components/scene-amap3d/index.vue.js +1 -1
- package/lib/components/scene-amap3d/index.vue2.js +4 -4
- package/lib/components/scene-default/index.js +1 -0
- package/lib/components/scene-default/index.vue.js +1 -0
- package/lib/components/scene-default/index.vue2.js +1 -0
- package/lib/components/scene-map3d/index.vue.js +1 -1
- package/lib/components/scene-map3d/index.vue2.js +1 -1
- package/lib/components/scene-ue-iframe/index.vue.js +1 -1
- package/lib/components/scene-ue-iframe/index.vue2.js +1 -1
- package/lib/components/scene-ue-shj/index.vue.js +1 -1
- package/lib/components/scene-ue-shj/index.vue2.js +1 -1
- package/lib/components/scene-unity-iframe/index.vue.js +1 -1
- package/lib/components/scene-unity-iframe/index.vue2.js +1 -1
- package/lib/components/scene-unity-webgl/index.vue.js +1 -1
- package/lib/components/scene-unity-webgl/index.vue2.js +1 -1
- package/lib/components/scene-vr/index.vue.js +1 -1
- package/lib/components/scene-vr/index.vue2.js +2 -2
- package/lib/components/text-count-down/index.vue.js +1 -1
- package/lib/components/text-count-down/index.vue2.js +1 -1
- package/lib/components/text-over-number/index.vue.js +1 -1
- package/lib/components/text-over-number/index.vue2.js +1 -1
- package/lib/components/text-real-time/index.vue.js +1 -1
- package/lib/components/text-real-time/index.vue2.js +1 -1
- package/lib/components/text-row-scroll/index.vue.js +1 -1
- package/lib/components/text-row-scroll/index.vue2.js +1 -1
- package/lib/components/text-table-basic/index.vue.js +1 -1
- package/lib/components/text-table-basic/index.vue2.js +1 -1
- package/lib/components/text-table-scroll/index.vue.js +1 -1
- package/lib/components/text-table-scroll/index.vue2.js +1 -1
- package/lib/components/text-text-dynamic/index.vue.js +1 -1
- package/lib/components/text-text-dynamic/index.vue2.js +1 -1
- package/lib/index.js +1 -1
- package/lib/widgets.css +1 -1
- package/package.json +1 -1
- package/es/commons/core/datasource/utils/request.mjs +0 -7
- package/es/commons/core/datasource/utils/utils.d.ts +0 -50
- package/es/commons/core/datasource/utils/utils.mjs +0 -123
- package/es/commons/utils/babylon/ColorConvert.d.ts +0 -3
- package/es/commons/utils/babylon/ColorConvert.mjs +0 -21
- package/lib/commons/core/datasource/utils/request.js +0 -1
- package/lib/commons/core/datasource/utils/utils.js +0 -1
- package/lib/commons/utils/babylon/ColorConvert.js +0 -1
- /package/es/commons/{core → plugins}/datasource/index.d.ts +0 -0
- /package/es/commons/{core/datasource/core → plugins/datasource/sources}/api.d.ts +0 -0
- /package/es/commons/{core/datasource/core → plugins/datasource/sources}/api.mjs +0 -0
- /package/es/commons/{core/datasource/core → plugins/datasource/sources}/static.d.ts +0 -0
- /package/es/commons/{core/datasource/core → plugins/datasource/sources}/static.mjs +0 -0
- /package/es/commons/{core/datasource/core → plugins/datasource/sources}/url.d.ts +0 -0
- /package/es/commons/{core/datasource/core → plugins/datasource/sources}/url.mjs +0 -0
- /package/es/commons/{core/datasource/core → plugins/datasource/sources}/variable.d.ts +0 -0
- /package/es/commons/{core/datasource/core → plugins/datasource/sources}/variable.mjs +0 -0
- /package/es/commons/{core/datasource/core → plugins/datasource/sources}/ws.d.ts +0 -0
- /package/es/commons/{core/datasource/core → plugins/datasource/sources}/ws.mjs +0 -0
- /package/es/commons/{core → plugins}/datasource/utils/wsManager.d.ts +0 -0
- /package/es/commons/{core → plugins}/datasource/utils/wsManager.mjs +0 -0
- /package/lib/commons/{core/datasource/core → plugins/datasource/sources}/api.js +0 -0
- /package/lib/commons/{core/datasource/core → plugins/datasource/sources}/static.js +0 -0
- /package/lib/commons/{core/datasource/core → plugins/datasource/sources}/url.js +0 -0
- /package/lib/commons/{core/datasource/core → plugins/datasource/sources}/variable.js +0 -0
- /package/lib/commons/{core/datasource/core → plugins/datasource/sources}/ws.js +0 -0
- /package/lib/commons/{core → plugins}/datasource/utils/wsManager.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("vue"),d=require("lodash"),V=require("vue3-seamless-scroll"),v=require("nanoid"),M=require("../../commons/plugins/datasource/index.js"),u=require("../../commons/plugins/event/index.js"),q=["onClick","onMouseenter","onMouseout"],D=["onClick"],H={key:1},W=t.defineComponent({name:"zv-text-table-scroll"}),J=t.defineComponent({...W,props:{basicOption:{},useEvents:{},sources:{},uuid:{}},emits:["on-click-item","on-click-row","on-mouseenter-row","on-mouseout-row"],setup(O,{expose:y,emit:g}){t.useCssVars(e=>({"58ba5df3":e.basicOption.css.table.borderWidth+"px","64ed3d76":e.basicOption.css.table.borderStyle,"66b51a12":e.basicOption.css.table.borderColor,"7b271175":e.basicOption.css.table.paddingLeft+"px","3131035b":e.basicOption.css.table.alignItems,cb28d12e:e.basicOption.css.table.justifyContent,"73f7a5af":e.basicOption.css.header.background,"3057a165":e.basicOption.css.header.height+"px","1ea5d242":e.basicOption.css.header.color,cc251c88:e.basicOption.css.header.fontSize+"px",d0ce57b0:e.basicOption.css.header.fontWeight,"04b29601":e.basicOption.css.header.fontStyle,"13621f7a":e.basicOption.css.body.background,89062386:e.basicOption.css.oddBackground,"68a32597":e.basicOption.css.body.color,"3ce3425e":e.basicOption.css.body.fontSize+"px","37034df3":e.basicOption.css.body.fontWeight,c3079254:e.basicOption.css.body.fontStyle}));const p=g,m=t.ref(v.nanoid()),i=t.ref([]),s=O,b=t.ref(s.basicOption.scroll.start),a=()=>{M.SHJDatasourceV2.parse({tId:s.uuid,sources:s.sources,callback:e=>{try{u.SHJParseEvent.parseEvents(s.useEvents,"dataListener",i),i.value=d.cloneDeep(e.data[0].data)||[],m.value=v.nanoid(),b.value=s.basicOption.scroll.start}catch{u.SHJParseEvent.parseEvents(s.useEvents,"dataListener",null),m.value=v.nanoid(),i.value=[],b.value=s.basicOption.scroll.start}}})},E=e=>{const o=[];for(const n in e)o.push(e[n]);return o};t.onMounted(()=>a()),t.watch(()=>d.cloneDeep(s.basicOption),(e,o)=>{d.isEqual(e,o)||a()},{deep:!0}),t.watch(()=>d.cloneDeep(s.sources),(e,o)=>{d.isEqual(e,o)||a()},{deep:!0}),y({refresh:()=>a(),refreshView:()=>a(),refreshData:()=>a()});const S=e=>{if(!s.basicOption.columns)return!0;const o=s.basicOption.columns.find(n=>n.index===e);return o?o.font.auto:!0},h=e=>{if(!s.basicOption.columns)return null;const o=s.basicOption.columns.find(n=>n.index===e);return o&&o.font.auto===!1?o.font:null},f=e=>{if(!s.basicOption.columns)return!0;const o=s.basicOption.columns.find(n=>n.index===e);return o?o.width.auto:!0},k=e=>{if(!s.basicOption.columns)return null;const o=s.basicOption.columns.find(n=>n.index===e);return o&&o.width.auto===!1?o.width.width:null},w=(e,o)=>{const n={row:e,rowIndex:o};p("on-click-row",n),u.SHJParseEvent.parseEvents(s.useEvents,"on-click-row",n)},C=(e,o)=>{const n={row:e,rowIndex:o};p("on-mouseenter-row",n),u.SHJParseEvent.parseEvents(s.useEvents,"on-mouseenter-row",n)},B=(e,o)=>{const n={row:e,rowIndex:o};p("on-mouseout-row",n),u.SHJParseEvent.parseEvents(s.useEvents,"on-mouseout-row",n)},z=(e,o,n,l)=>{const r={row:e,item:o,rowIndex:n,columnIndex:l};p("on-click-item",r),u.SHJParseEvent.parseEvents(s.useEvents,"on-click-item",r)};return(e,o)=>i.value.length>0?(t.openBlock(),t.createElementBlock("div",{key:m.value,class:"table-scroll",style:t.normalizeStyle({lineHeight:e.basicOption.css.body.height+"px"})},[e.basicOption.css.header.show?(t.openBlock(),t.createElementBlock("div",{key:0,class:"table-header",style:t.normalizeStyle({"--header-background-image":`url(${e.basicOption.css.header.backgroundImage})`})},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(Object.keys(i.value[0]),(n,l)=>(t.openBlock(),t.createElementBlock("div",{key:n,class:t.normalizeClass(["th",{customWidth:!f(l+1)}]),style:t.normalizeStyle({"--width":k(l+1)+"px"})},[t.createElementVNode("p",null,t.toDisplayString(n),1)],6))),128))],4)):t.createCommentVNode("",!0),t.createVNode(t.unref(V.Vue3SeamlessScroll),{modelValue:b.value,"onUpdate:modelValue":o[0]||(o[0]=n=>b.value=n),direction:e.basicOption.scroll.direction,list:i.value,"is-watch":"",hover:e.basicOption.scroll.hover,"limit-scroll-num":e.basicOption.scroll.limitScrollNum,"single-height":e.basicOption.scroll.isSingle?e.basicOption.css.body.height:0,"single-wait-time":e.basicOption.scroll.singleWaitTime,class:"table-body",style:t.normalizeStyle([{color:"red"},{"line-height":"36px"}])},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.value,(n,l)=>(t.openBlock(),t.createElementBlock("div",{key:n,class:"tr",style:t.normalizeStyle({"--row-hover":e.basicOption.css.hoverColor}),onClick:r=>w(n,l),onMouseenter:r=>C(n,l),onMouseout:r=>B(n,l)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(E(n),(r,c)=>(t.openBlock(),t.createElementBlock("div",{key:r,class:t.normalizeClass(["td",{customWidth:!f(c+1)}]),style:t.normalizeStyle({"--width":k(c+1)+"px"}),onClick:P=>z(n,r,l,c)},[S(c+1)?(t.openBlock(),t.createElementBlock("p",H,t.toDisplayString(r),1)):(t.openBlock(),t.createElementBlock("p",{key:0,class:"customFont",style:t.normalizeStyle({"--text-color":h(c+1).color,"--text-font-size":h(c+1).fontSize+"px","--text-font-style":h(c+1).fontStyle})},t.toDisplayString(r),5))],14,D))),128))],44,q))),128))]),_:1},8,["modelValue","direction","list","hover","limit-scroll-num","single-height","single-wait-time"])],4)):t.createCommentVNode("",!0)}});exports.default=J;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./index.vue2.js");;/* empty css */const t=require("../../_virtual/_plugin-vue_export-helper.js"),u=t.default(e.default,[["__scopeId","data-v-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./index.vue2.js");;/* empty css */const t=require("../../_virtual/_plugin-vue_export-helper.js"),u=t.default(e.default,[["__scopeId","data-v-896f9b11"]]);exports.default=u;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("vue"),u=require("lodash"),y=require("../../commons/
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("vue"),u=require("lodash"),y=require("../../commons/plugins/datasource/index.js"),c=require("../../commons/utils/json2css.js"),d=require("../../commons/plugins/event/index.js"),S=["ztitle"],m=t.defineComponent({name:"zv-text-text-dynamic"}),g=t.defineComponent({...m,props:{basicOption:{},sources:{},useEvents:{},uuid:{}},setup(f,{expose:p}){const r=f,x=()=>{const n=t.ref(""),o=e=>{c.autoInstallFont(e.fontFamily);const a={};e.color&&e.color.includes("linear-gradient")&&(a.backgroundImage=e.color,a["-webkit-background-clip"]="text",a.color="transparent");const h={};return e.textAlign==="left"&&(e.justifyContent="flex-start"),e.textAlign==="center"&&(e.justifyContent="center"),e.textAlign==="right"&&(e.justifyContent="flex-end"),{...c.jsonToCssStyle(e),...a,...h,...e.textShadow.show?{"--text-shadow":`${e.textShadow.x}px ${e.textShadow.y}px ${e.textShadow.value}px ${e.textShadow.color}`}:{}}},s=()=>{y.SHJDatasourceV2.parse({tId:r.uuid,sources:r.sources,callback:({data:e})=>{try{d.SHJParseEvent.parseEvents(r.useEvents,"dataListener",e),n.value=e[0].data[0].value}catch{d.SHJParseEvent.parseEvents(r.useEvents,"dataListener",null)}}})};return t.onMounted(()=>t.nextTick(()=>s())),{rendererDomStyle:o,init:s,value:n}},{rendererDomStyle:v,init:i,value:l}=x();return t.watch(()=>u.cloneDeep(r.basicOption),(n,o)=>{u.isEqual(n,o)||i()},{deep:!0}),t.watch(()=>u.cloneDeep(r.sources),(n,o)=>{u.isEqual(n,o)||i()},{deep:!0}),p({refresh:()=>i(),refreshView:()=>i(),refreshData:()=>i()}),(n,o)=>(t.openBlock(),t.createElementBlock("p",{class:"zerov-widget-text",style:t.normalizeStyle(t.unref(v)(n.basicOption.css)),ztitle:t.unref(l)},t.toDisplayString(t.unref(l)),13,S))}});exports.default=g;
|
package/lib/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./components/index.js");;/* empty css */const a=require("./commons/utils/shj/component-refs.js"),i=require("./commons/core/datasource/index.js"),n=require("./components/chart-bar-stack/index.js"),o=require("./components/chart-bar-basic/index.js"),c=require("./components/chart-bar-loop/index.js"),h=require("./components/chart-bar-zebra/index.js"),v=require("./components/chart-bar-contrast/index.js"),Z=require("./components/chart-bar-contrast2/index.js"),s=require("./components/chart-bar-line-bar/index.js"),u=require("./components/chart-bar-stack2/index.js"),d=require("./components/chart-bar-stack-line/index.js"),C=require("./components/chart-bar-gradient-column-chart/index.js"),x=require("./components/chart-bar-spire/index.js"),q=require("./components/chart-bar-waterfall/index.js"),$=require("./components/chart-bar-polar/index.js"),l=require("./components/chart-bar-polar2/index.js"),m=require("./components/chart-bar-staggered/index.js"),B=require("./components/chart-bar-polar-stack/index.js"),S=require("./components/chart-bar-stack3/index.js"),p=require("./components/chart-bar-horizontal-stack/index.js"),O=require("./components/chart-bar-contrast3/index.js"),M=require("./components/chart-bar-line-bar2/index.js"),L=require("./components/chart-bar-radius-circle/index.js"),g=require("./components/chart-bar-animation/index.js"),T=require("./components/chart-pie-3d/index.js"),P=require("./components/chart-pie-basic/index.js"),I=require("./components/chart-pie-basic2/index.js"),b=require("./components/chart-pie-radius/index.js"),G=require("./components/chart-pie-customized/index.js"),R=require("./components/chart-pie-interval/index.js"),k=require("./components/chart-pie-legend-scroll/index.js"),D=require("./components/chart-line-bump/index.js"),f=require("./components/chart-line-temp/index.js"),A=require("./components/chart-line-stack/index.js"),F=require("./components/chart-line-smooth/index.js"),y=require("./components/chart-line-rain-flow/index.js"),H=require("./components/chart-line-stack-area/index.js"),V=require("./components/chart-line-smooth-area/index.js"),E=require("./components/chart-line-area-gradient/index.js"),w=require("./components/chart-line-area-highlight/index.js"),W=require("./components/chart-line-area-highlight2/index.js"),z=require("./components/chart-line-multix/index.js"),U=require("./components/chart-line-logarithm/index.js"),j=require("./components/chart-line-ladder/index.js"),J=require("./components/chart-line-vertical/index.js"),N=require("./components/chart-line-polar-double/index.js"),Q=require("./components/chart-scatter-basic/index.js"),_=require("./components/chart-scatter-ripples/index.js"),K=require("./components/chart-scatter-bubble/index.js"),X=require("./components/text-text-basic/index.js"),Y=require("./components/text-table-basic/index.js"),ee=require("./components/chart-other-gauge/index.js"),re=require("./components/chart-other-gauge-stage/index.js"),te=require("./components/chart-other-gauge-grade/index.js"),ae=require("./components/chart-other-word-cloud/index.js"),ie=require("./components/chart-other-liquidfill/index.js"),ne=require("./components/chart-bar-horizontal/index.js"),oe=require("./components/chart-bar-three/index.js"),ce=require("./components/chart-bar-rank/index.js"),he=require("./components/chart-bar-mini/index.js"),ve=require("./components/chart-line-dashed/index.js"),Ze=require("./components/chart-pie-semicircle/index.js"),se=require("./components/chart-pie-rose/index.js"),ue=require("./components/chart-scatter-basic2/index.js"),de=require("./components/chart-other-funnel/index.js"),Ce=require("./components/chart-other-force/index.js"),xe=require("./components/chart-other-radar/index.js"),qe=require("./components/chart-other-funnel-split/index.js"),$e=require("./components/chart-other-funnel-contrast/index.js"),le=require("./components/chart-other-candlestick-basic/index.js"),me=require("./components/chart-other-candlestick-shanghai/index.js"),Be=require("./components/chart-other-candlestick-demo/index.js"),Se=require("./components/chart-other-heatmap/index.js"),pe=require("./components/chart-other-force2/index.js"),Oe=require("./components/chart-other-graph-basic/index.js"),Me=require("./components/chart-other-graph-basic2/index.js"),Le=require("./components/chart-other-graph-calendar/index.js"),ge=require("./components/chart-other-tree-line/index.js"),Te=require("./components/chart-other-treemap-basic/index.js"),Pe=require("./components/chart-other-sunburst-basic/index.js"),Ie=require("./components/chart-other-sunburst-basic2/index.js"),be=require("./components/chart-other-sunburst-basic3/index.js"),Ge=require("./components/chart-other-sunburst-basic4/index.js"),Re=require("./components/chart-other-sunburst-book/index.js"),ke=require("./components/chart-other-sunburst-radius/index.js"),De=require("./components/chart-other-sunburst-flavors/index.js"),fe=require("./components/chart-other-parallel-basic/index.js"),Ae=require("./components/chart-other-parallel-mul/index.js"),Fe=require("./components/chart-line-basic/index.js"),ye=require("./components/chart-line-scale/index.js"),He=require("./components/chart-map-lines/index.js"),Ve=require("./components/chart-map-basic/index.js"),Ee=require("./components/chart-map-scatter/index.js"),we=require("./components/chart-map-customize/index.js"),We=require("./components/chart-map-bmap-rich/index.js"),ze=require("./components/chart-other-circular-graph/index.js"),Ue=require("./components/chart-map-bmap-heatmap/index.js"),je=require("./components/chart-map-bmap-basic/index.js"),Je=require("./components/map-earth-basic/index.js"),Ne=require("./components/map-earth-cool-tech/index.js"),Qe=require("./components/map-earth-particle/index.js"),_e=require("./components/map-earth-hacker/index.js"),Ke=require("./components/map-earth-fly-line/index.js"),Xe=require("./components/chart-pie-index/index.js"),Ye=require("./components/chart-other-grid-percentage/index.js"),er=require("./components/chart-other-radar-stack/index.js"),rr=require("./components/chart-bar-segmented-progress/index.js"),tr=require("./components/chart-other-funnel2/index.js"),ar=require("./components/chart-other-label-gauge/index.js"),ir=require("./components/chart-pie-round/index.js"),nr=require("./components/chart-pie-sunburst/index.js"),or=require("./components/chart-other-theme-river/index.js"),cr=require("./components/chart-other-tree/index.js"),hr=require("./components/chart-other-treemap/index.js"),vr=require("./components/commons-product-model/index.js"),Zr=require("./components/commons-vr-photo/index.js"),sr=require("./components/commons-vr-video/index.js"),ur=require("./components/commons-three-loader/index.js"),dr=require("./components/commons-three-loader3/index.js"),Cr=require("./components/commons-loop-iterator/index.js"),xr=require("./components/commons-gaussian-splatting-view/index.js"),qr=require("./components/commons-babylon/index.js"),$r=require("./components/commons-svg/index.js"),lr=require("./components/commons-weather/index.js"),mr=require("./components/media-wavesurfer/index.js"),Br=require("./components/interaction-tabs/index.js"),Sr=require("./components/interaction-tabs2/index.js"),pr=require("./components/interaction-button/index.js"),Or=require("./components/interaction-button-image/index.js"),Mr=require("./components/interaction-select/index.js"),Lr=require("./components/interaction-input/index.js"),gr=require("./components/interaction-radio/index.js"),Tr=require("./components/interaction-slider/index.js"),Pr=require("./components/interaction-switch/index.js"),Ir=require("./components/interaction-data-picker/index.js"),br=require("./components/interaction-button-refresh/index.js"),Gr=require("./components/media-image/index.js"),Rr=require("./components/text-title/index.js"),kr=require("./components/commons-qrcode/index.js"),Dr=require("./components/media-video/index.js"),fr=require("./components/media-audio/index.js"),Ar=require("./components/text-real-time/index.js"),Fr=require("./components/media-carousel/index.js"),yr=require("./components/media-carousel-slides/index.js"),Hr=require("./components/media-iframe-carousel/index.js"),Vr=require("./components/media-iframe/index.js"),Er=require("./components/media-m3u8/index.js"),wr=require("./components/media-m3u8-dynamic/index.js"),Wr=require("./components/media-audio-dynamic/index.js"),zr=require("./components/media-video-dynamic/index.js"),Ur=require("./components/media-image-dynamic/index.js"),jr=require("./components/media-flv/index.js"),Jr=require("./components/commons-echarts/index.js"),Nr=require("./components/text-over-number/index.js"),Qr=require("./components/text-table-scroll/index.js"),_r=require("./components/text-carousel/index.js"),Kr=require("./components/text-row-scroll/index.js"),Xr=require("./components/text-text-dynamic/index.js"),Yr=require("./components/text-count-down/index.js"),et=require("./components/graphical-circle/index.js"),rt=require("./components/graphical-diamond/index.js"),tt=require("./components/graphical-hexagon/index.js"),at=require("./components/graphical-isosceles-triangle/index.js"),it=require("./components/graphical-pentagon/index.js"),nt=require("./components/graphical-rect/index.js"),ot=require("./components/graphical-right-triangle/index.js"),ct=require("./components/scene-map3d/index.js"),ht=require("./components/scene-amap2d/index.js"),vt=require("./components/scene-amap3d/index.js"),Zt=require("./components/scene-vr/index.js"),st=require("./components/scene-unity-iframe/index.js"),ut=require("./components/scene-unity-webgl/index.js"),dt=require("./components/scene-ue-iframe/index.js"),Ct=require("./components/scene-ue-shj/index.js"),xt={install:r=>{for(const t in e)r.use(e[t])}};exports.registerComponentRef=a.registerComponentRef;exports.SHJDatasourceV2=i.SHJDatasourceV2;exports.ZvChartBarStack=n.ZvChartBarStack;exports.ZvChartBarBasic=o.ZvChartBarBasic;exports.ZvChartBarLoop=c.ZvChartBarLoop;exports.ZvChartBarZebra=h.ZvChartBarZebra;exports.ZvChartBarContrast=v.ZvChartBarContrast;exports.ZvChartBarContrast2=Z.ZvChartBarContrast2;exports.ZvChartBarLineBar=s.ZvChartBarLineBar;exports.ZvChartBarStack2=u.ZvChartBarStack2;exports.ZvChartBarStackLine=d.ZvChartBarStackLine;exports.ZvChartBarGradientColumnChart=C.ZvChartBarGradientColumnChart;exports.ZvChartBarSpire=x.ZvChartBarSpire;exports.ZvchartBarPolar=q.ZvchartBarPolar;exports.ZvChartBarPolar=$.ZvChartBarPolar;exports.ZvchartBarWaterfall2=l.ZvchartBarWaterfall2;exports.ZvChartBarStaggered=m.ZvChartBarStaggered;exports.ZvChartBarPolarStack=B.ZvChartBarPolarStack;exports.ZvChartBarStack3=S.ZvChartBarStack3;exports.ZvChartBarHorizontalStack=p.ZvChartBarHorizontalStack;exports.ZvChartBarContrast3=O.ZvChartBarContrast3;exports.ZvChartBarLineBar2=M.ZvChartBarLineBar2;exports.ZvchartBarRadiusCricle=L.ZvchartBarRadiusCricle;exports.ZvChartBarAnimation=g.ZvChartBarAnimation;exports.ZvChartPie3d=T.ZvChartPie3d;exports.ZvChartPieBasic=P.ZvChartPieBasic;exports.ZvChartPieBasic2=I.ZvChartPieBasic2;exports.ZvChartPieRadius=b.ZvChartPieRadius;exports.ZvChartPieCustomized=G.ZvChartPieCustomized;exports.ZvChartPieInterval=R.ZvChartPieInterval;exports.ZvChartPieLegendScroll=k.ZvChartPieLegendScroll;exports.ZvChartLineBump=D.ZvChartLineBump;exports.ZvChartLineTemp=f.ZvChartLineTemp;exports.ZvChartLineStack=A.ZvChartLineStack;exports.ZvChartLineSmooth=F.ZvChartLineSmooth;exports.ZvChartLineRainFlow=y.ZvChartLineRainFlow;exports.ZvChartLineStackArea=H.ZvChartLineStackArea;exports.ZvChartLineSmoothArea=V.ZvChartLineSmoothArea;exports.ZvChartLineAreaGardient=E.ZvChartLineAreaGardient;exports.ZvChartLineAreaHighlight=w.ZvChartLineAreaHighlight;exports.ZvChartLineAreaHighlight2=W.ZvChartLineAreaHighlight2;exports.ZvChartLineMultix=z.ZvChartLineMultix;exports.ZvChartLineLogarithm=U.ZvChartLineLogarithm;exports.ZvChartLineLadder=j.ZvChartLineLadder;exports.ZvChartLineVertical=J.ZvChartLineVertical;exports.ZvChartLinePolarDouble=N.ZvChartLinePolarDouble;exports.ZvChartScatterBasic=Q.ZvChartScatterBasic;exports.ZvChartScatterRipples=_.ZvChartScatterRipples;exports.ZvChartScatterBubble=K.ZvChartScatterBubble;exports.ZvTextTextBasic=X.ZvTextTextBasic;exports.ZvTextTableBasic=Y.ZvTextTableBasic;exports.ZvChartOtherGauge=ee.ZvChartOtherGauge;exports.ZvChartOtherGaugeStage=re.ZvChartOtherGaugeStage;exports.ZvChartOtherGaugeGrade=te.ZvChartOtherGaugeGrade;exports.ZvChartOtherWordCloud=ae.ZvChartOtherWordCloud;exports.ZvChartOtherLiquidfill=ie.ZvChartOtherLiquidfill;exports.ZvChartBarHorizontal=ne.ZvChartBarHorizontal;exports.ZvChartBarThree=oe.ZvChartBarThree;exports.ZvChartBarRank=ce.ZvChartBarRank;exports.ZvChartBarMini=he.ZvChartBarMini;exports.ZvChartLineDashed=ve.ZvChartLineDashed;exports.ZvChartPieSemicircle=Ze.ZvChartPieSemicircle;exports.ZvChartPieRose=se.ZvChartPieRose;exports.ZvChartScatterBasic2=ue.ZvChartScatterBasic2;exports.ZvChartOtherFunnel=de.ZvChartOtherFunnel;exports.ZvChartOtherForce=Ce.ZvChartOtherForce;exports.ZvChartOtherRadar=xe.ZvChartOtherRadar;exports.ZvChartOtherFunnelSplit=qe.ZvChartOtherFunnelSplit;exports.ZvChartOtherFunnelContrast=$e.ZvChartOtherFunnelContrast;exports.ZvChartOtherCandlestickBasic=le.ZvChartOtherCandlestickBasic;exports.ZvChartOtherCandlestickShanghai=me.ZvChartOtherCandlestickShanghai;exports.ZvChartOtherCandlestickDemo=Be.ZvChartOtherCandlestickDemo;exports.ZvChartOtherHeatmap=Se.ZvChartOtherHeatmap;exports.ZvChartOtherForce2=pe.ZvChartOtherForce2;exports.ZvChartOtherGraphBasic=Oe.ZvChartOtherGraphBasic;exports.ZvChartOtherGraphBasic2=Me.ZvChartOtherGraphBasic2;exports.ZvChartOtherGraphCalendar=Le.ZvChartOtherGraphCalendar;exports.ZvChartOtherTreeLine=ge.ZvChartOtherTreeLine;exports.ZvChartOtherTreemapBasic=Te.ZvChartOtherTreemapBasic;exports.ZvChartOtherSunburstBasic=Pe.ZvChartOtherSunburstBasic;exports.ZvChartOtherSunburstBasic2=Ie.ZvChartOtherSunburstBasic2;exports.ZvChartOtherSunburstBasic3=be.ZvChartOtherSunburstBasic3;exports.ZvChartOtherSunburstBasic4=Ge.ZvChartOtherSunburstBasic4;exports.ZvChartOtherSunburstBook=Re.ZvChartOtherSunburstBook;exports.ZvChartOtherSunburstRadius=ke.ZvChartOtherSunburstRadius;exports.ZvChartOtherSunburstFlavors=De.ZvChartOtherSunburstFlavors;exports.ZvChartOtherParallelBasic=fe.ZvChartOtherParallelBasic;exports.ZvChartOtherParallelMul=Ae.ZvChartOtherParallelMul;exports.ZvChartLineBasic=Fe.ZvChartLineBasic;exports.ZvChartLineScale=ye.ZvChartLineScale;exports.ZvChartMapLines=He.ZvChartMapLines;exports.ZvChartMapBasic=Ve.ZvChartMapBasic;exports.ZvChartMapScatter=Ee.ZvChartMapScatter;exports.ZvChartMapCustomize=we.ZvChartMapCustomize;exports.ZvChartMapBmapRich=We.ZvChartMapBmapRich;exports.ZvChartOtherCircularGraph=ze.ZvChartOtherCircularGraph;exports.ZvChartMapBmapHeatmap=Ue.ZvChartMapBmapHeatmap;exports.ZvChartMapBmapBasic=je.ZvChartMapBmapBasic;exports.ZvMapEarthBasic=Je.ZvMapEarthBasic;exports.ZvMapEarthCoolTech=Ne.ZvMapEarthCoolTech;exports.ZvMapEarthParticle=Qe.ZvMapEarthParticle;exports.ZvMapEarthHacker=_e.ZvMapEarthHacker;exports.ZvMapEarthFlyLine=Ke.ZvMapEarthFlyLine;exports.ZvChartPieIndex=Xe.ZvChartPieIndex;exports.ZvChartOtherGridPercentage=Ye.ZvChartOtherGridPercentage;exports.ZvChartOtherRadarStack=er.ZvChartOtherRadarStack;exports.ZvChartBarSegmentedProgress=rr.ZvChartBarSegmentedProgress;exports.ZvChartOtherFunnel2=tr.ZvChartOtherFunnel2;exports.ZvChartOtherLabelGauge=ar.ZvChartOtherLabelGauge;exports.ZvChartPieRound=ir.ZvChartPieRound;exports.ZvChartPieSunburst=nr.ZvChartPieSunburst;exports.ZvChartOtherThemeRiver=or.ZvChartOtherThemeRiver;exports.ZvChartOtherTree=cr.ZvChartOtherTree;exports.ZvChartOtherTreemap=hr.ZvChartOtherTreemap;exports.ZvCommonsProductModel=vr.ZvCommonsProductModel;exports.ZvCommonsVrPhoto=Zr.ZvCommonsVrPhoto;exports.ZvCommonsVrVideo=sr.ZvCommonsVrVideo;exports.ZvCommonsThreeLoader=ur.ZvCommonsThreeLoader;exports.ZvCommonsThreeLoader3=dr.ZvCommonsThreeLoader3;exports.ZvCommonsLoopIterator=Cr.ZvCommonsLoopIterator;exports.ZvCommonsGaussianSplattingView=xr.ZvCommonsGaussianSplattingView;exports.ZvCommonsBabylon=qr.ZvCommonsBabylon;exports.ZvCommonsSvg=$r.ZvCommonsSvg;exports.ZvCommonsWeather=lr.ZvCommonsWeather;exports.ZvMediaWavesurfer=mr.ZvMediaWavesurfer;exports.ZvInteractionTabs=Br.ZvInteractionTabs;exports.ZvInteractionTabs2=Sr.ZvInteractionTabs2;exports.ZvInteractionButton=pr.ZvInteractionButton;exports.ZvInteractionButtonImage=Or.ZvInteractionButtonImage;exports.ZvInteractionSelect=Mr.ZvInteractionSelect;exports.ZvInteractionInput=Lr.ZvInteractionInput;exports.ZvInteractionRadio=gr.ZvInteractionRadio;exports.ZvInteractionSlider=Tr.ZvInteractionSlider;exports.ZvInteractionSwitch=Pr.ZvInteractionSwitch;exports.ZvInteractionDataPicker=Ir.ZvInteractionDataPicker;exports.ZvInteractionButtonRefresh=br.ZvInteractionButtonRefresh;exports.ZvMediaImage=Gr.ZvMediaImage;exports.ZvTextTitle=Rr.ZvTextTitle;exports.ZvCommonsQrcode=kr.ZvCommonsQrcode;exports.ZvMediaVideo=Dr.ZvMediaVideo;exports.ZvMediaAudio=fr.ZvMediaAudio;exports.ZvTextRealTime=Ar.ZvTextRealTime;exports.ZvMediaCarousel=Fr.ZvMediaCarousel;exports.ZvMediaCarouselSlides=yr.ZvMediaCarouselSlides;exports.ZvMediaIframeCarousel=Hr.ZvMediaIframeCarousel;exports.ZvMediaIframe=Vr.ZvMediaIframe;exports.ZvMediaM3u8=Er.ZvMediaM3u8;exports.ZvMediaM3u8Dynamic=wr.ZvMediaM3u8Dynamic;exports.ZvMediaAudioDynamic=Wr.ZvMediaAudioDynamic;exports.ZvMediaVideoDynamic=zr.ZvMediaVideoDynamic;exports.ZvMediaImageDynamic=Ur.ZvMediaImageDynamic;exports.ZvMediaFlv=jr.ZvMediaFlv;exports.ZvCommonsEcharts=Jr.ZvCommonsEcharts;exports.ZvTextOverNumber=Nr.ZvTextOverNumber;exports.ZvTextTableScroll=Qr.ZvTextTableScroll;exports.ZvTextCarousel=_r.ZvTextCarousel;exports.ZvTextRowScroll=Kr.ZvTextRowScroll;exports.ZvTextTextDynamic=Xr.ZvTextTextDynamic;exports.ZvTextCountDown=Yr.ZvTextCountDown;exports.ZvGraphicalCircle=et.ZvGraphicalCircle;exports.ZvGraphicalDiamond=rt.ZvGraphicalDiamond;exports.ZvGraphicalHexagon=tt.ZvGraphicalHexagon;exports.ZvGraphicalIsoscelesTriangle=at.ZvGraphicalIsoscelesTriangle;exports.ZvGraphicalPentagon=it.ZvGraphicalPentagon;exports.ZvGraphicalRect=nt.ZvGraphicalRect;exports.ZvGraphicalRightTriangle=ot.ZvGraphicalRightTriangle;exports.ZvSceneMap3d=ct.ZvSceneMap3d;exports.ZvSceneAmap2d=ht.ZvSceneAmap2d;exports.ZvSceneAmap3d=vt.ZvSceneAmap3d;exports.ZvSceneVr=Zt.ZvSceneVr;exports.ZvSceneUnityIframe=st.ZvSceneUnityIframe;exports.ZvSceneUnityWebgl=ut.ZvSceneUnityWebgl;exports.ZvSceneUeIframe=dt.ZvSceneUeIframe;exports.ZvSceneUeShj=Ct.ZvSceneUeShj;exports.default=xt;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./components/index.js");;/* empty css */const a=require("./commons/utils/shj/component-refs.js"),i=require("./commons/plugins/datasource/index.js"),n=require("./commons/plugins/event/index.js"),o=require("./commons/utils/getNextElement.js"),c=require("./components/chart-bar-stack/index.js"),h=require("./components/chart-bar-basic/index.js"),v=require("./components/chart-bar-loop/index.js"),Z=require("./components/chart-bar-zebra/index.js"),s=require("./components/chart-bar-contrast/index.js"),u=require("./components/chart-bar-contrast2/index.js"),d=require("./components/chart-bar-line-bar/index.js"),C=require("./components/chart-bar-stack2/index.js"),x=require("./components/chart-bar-stack-line/index.js"),q=require("./components/chart-bar-gradient-column-chart/index.js"),$=require("./components/chart-bar-spire/index.js"),l=require("./components/chart-bar-waterfall/index.js"),m=require("./components/chart-bar-polar/index.js"),B=require("./components/chart-bar-polar2/index.js"),S=require("./components/chart-bar-staggered/index.js"),p=require("./components/chart-bar-polar-stack/index.js"),O=require("./components/chart-bar-stack3/index.js"),M=require("./components/chart-bar-horizontal-stack/index.js"),L=require("./components/chart-bar-contrast3/index.js"),g=require("./components/chart-bar-line-bar2/index.js"),T=require("./components/chart-bar-radius-circle/index.js"),P=require("./components/chart-bar-animation/index.js"),I=require("./components/chart-pie-3d/index.js"),b=require("./components/chart-pie-basic/index.js"),G=require("./components/chart-pie-basic2/index.js"),R=require("./components/chart-pie-radius/index.js"),k=require("./components/chart-pie-customized/index.js"),D=require("./components/chart-pie-interval/index.js"),f=require("./components/chart-pie-legend-scroll/index.js"),A=require("./components/chart-line-bump/index.js"),F=require("./components/chart-line-temp/index.js"),H=require("./components/chart-line-stack/index.js"),y=require("./components/chart-line-smooth/index.js"),E=require("./components/chart-line-rain-flow/index.js"),V=require("./components/chart-line-stack-area/index.js"),w=require("./components/chart-line-smooth-area/index.js"),W=require("./components/chart-line-area-gradient/index.js"),z=require("./components/chart-line-area-highlight/index.js"),U=require("./components/chart-line-area-highlight2/index.js"),J=require("./components/chart-line-multix/index.js"),N=require("./components/chart-line-logarithm/index.js"),j=require("./components/chart-line-ladder/index.js"),Q=require("./components/chart-line-vertical/index.js"),_=require("./components/chart-line-polar-double/index.js"),K=require("./components/chart-scatter-basic/index.js"),X=require("./components/chart-scatter-ripples/index.js"),Y=require("./components/chart-scatter-bubble/index.js"),ee=require("./components/text-text-basic/index.js"),re=require("./components/text-table-basic/index.js"),te=require("./components/chart-other-gauge/index.js"),ae=require("./components/chart-other-gauge-stage/index.js"),ie=require("./components/chart-other-gauge-grade/index.js"),ne=require("./components/chart-other-word-cloud/index.js"),oe=require("./components/chart-other-liquidfill/index.js"),ce=require("./components/chart-bar-horizontal/index.js"),he=require("./components/chart-bar-three/index.js"),ve=require("./components/chart-bar-rank/index.js"),Ze=require("./components/chart-bar-mini/index.js"),se=require("./components/chart-line-dashed/index.js"),ue=require("./components/chart-pie-semicircle/index.js"),de=require("./components/chart-pie-rose/index.js"),Ce=require("./components/chart-scatter-basic2/index.js"),xe=require("./components/chart-other-funnel/index.js"),qe=require("./components/chart-other-force/index.js"),$e=require("./components/chart-other-radar/index.js"),le=require("./components/chart-other-funnel-split/index.js"),me=require("./components/chart-other-funnel-contrast/index.js"),Be=require("./components/chart-other-candlestick-basic/index.js"),Se=require("./components/chart-other-candlestick-shanghai/index.js"),pe=require("./components/chart-other-candlestick-demo/index.js"),Oe=require("./components/chart-other-heatmap/index.js"),Me=require("./components/chart-other-force2/index.js"),Le=require("./components/chart-other-graph-basic/index.js"),ge=require("./components/chart-other-graph-basic2/index.js"),Te=require("./components/chart-other-graph-calendar/index.js"),Pe=require("./components/chart-other-tree-line/index.js"),Ie=require("./components/chart-other-treemap-basic/index.js"),be=require("./components/chart-other-sunburst-basic/index.js"),Ge=require("./components/chart-other-sunburst-basic2/index.js"),Re=require("./components/chart-other-sunburst-basic3/index.js"),ke=require("./components/chart-other-sunburst-basic4/index.js"),De=require("./components/chart-other-sunburst-book/index.js"),fe=require("./components/chart-other-sunburst-radius/index.js"),Ae=require("./components/chart-other-sunburst-flavors/index.js"),Fe=require("./components/chart-other-parallel-basic/index.js"),He=require("./components/chart-other-parallel-mul/index.js"),ye=require("./components/chart-line-basic/index.js"),Ee=require("./components/chart-line-scale/index.js"),Ve=require("./components/chart-map-lines/index.js"),we=require("./components/chart-map-basic/index.js"),We=require("./components/chart-map-scatter/index.js"),ze=require("./components/chart-map-customize/index.js"),Ue=require("./components/chart-map-bmap-rich/index.js"),Je=require("./components/chart-other-circular-graph/index.js"),Ne=require("./components/chart-map-bmap-heatmap/index.js"),je=require("./components/chart-map-bmap-basic/index.js"),Qe=require("./components/map-earth-basic/index.js"),_e=require("./components/map-earth-cool-tech/index.js"),Ke=require("./components/map-earth-particle/index.js"),Xe=require("./components/map-earth-hacker/index.js"),Ye=require("./components/map-earth-fly-line/index.js"),er=require("./components/chart-pie-index/index.js"),rr=require("./components/chart-other-grid-percentage/index.js"),tr=require("./components/chart-other-radar-stack/index.js"),ar=require("./components/chart-bar-segmented-progress/index.js"),ir=require("./components/chart-other-funnel2/index.js"),nr=require("./components/chart-other-label-gauge/index.js"),or=require("./components/chart-pie-round/index.js"),cr=require("./components/chart-pie-sunburst/index.js"),hr=require("./components/chart-other-theme-river/index.js"),vr=require("./components/chart-other-tree/index.js"),Zr=require("./components/chart-other-treemap/index.js"),sr=require("./components/commons-product-model/index.js"),ur=require("./components/commons-vr-photo/index.js"),dr=require("./components/commons-vr-video/index.js"),Cr=require("./components/commons-three-loader/index.js"),xr=require("./components/commons-three-loader3/index.js"),qr=require("./components/commons-loop-iterator/index.js"),$r=require("./components/commons-gaussian-splatting-view/index.js"),lr=require("./components/commons-babylon/index.js"),mr=require("./components/commons-svg/index.js"),Br=require("./components/commons-weather/index.js"),Sr=require("./components/media-wavesurfer/index.js"),pr=require("./components/interaction-tabs/index.js"),Or=require("./components/interaction-tabs2/index.js"),Mr=require("./components/interaction-button/index.js"),Lr=require("./components/interaction-button-image/index.js"),gr=require("./components/interaction-select/index.js"),Tr=require("./components/interaction-input/index.js"),Pr=require("./components/interaction-radio/index.js"),Ir=require("./components/interaction-slider/index.js"),br=require("./components/interaction-switch/index.js"),Gr=require("./components/interaction-data-picker/index.js"),Rr=require("./components/interaction-button-refresh/index.js"),kr=require("./components/media-image/index.js"),Dr=require("./components/text-title/index.js"),fr=require("./components/commons-qrcode/index.js"),Ar=require("./components/media-video/index.js"),Fr=require("./components/media-audio/index.js"),Hr=require("./components/text-real-time/index.js"),yr=require("./components/media-carousel/index.js"),Er=require("./components/media-carousel-slides/index.js"),Vr=require("./components/media-iframe-carousel/index.js"),wr=require("./components/media-iframe/index.js"),Wr=require("./components/media-m3u8/index.js"),zr=require("./components/media-m3u8-dynamic/index.js"),Ur=require("./components/media-audio-dynamic/index.js"),Jr=require("./components/media-video-dynamic/index.js"),Nr=require("./components/media-image-dynamic/index.js"),jr=require("./components/media-flv/index.js"),Qr=require("./components/commons-echarts/index.js"),_r=require("./components/text-over-number/index.js"),Kr=require("./components/text-table-scroll/index.js"),Xr=require("./components/text-carousel/index.js"),Yr=require("./components/text-row-scroll/index.js"),et=require("./components/text-text-dynamic/index.js"),rt=require("./components/text-count-down/index.js"),tt=require("./components/graphical-circle/index.js"),at=require("./components/graphical-diamond/index.js"),it=require("./components/graphical-hexagon/index.js"),nt=require("./components/graphical-isosceles-triangle/index.js"),ot=require("./components/graphical-pentagon/index.js"),ct=require("./components/graphical-rect/index.js"),ht=require("./components/graphical-right-triangle/index.js"),vt=require("./components/scene-map3d/index.js"),Zt=require("./components/scene-amap2d/index.js"),st=require("./components/scene-amap3d/index.js"),ut=require("./components/scene-vr/index.js"),dt=require("./components/scene-unity-iframe/index.js"),Ct=require("./components/scene-unity-webgl/index.js"),xt=require("./components/scene-ue-iframe/index.js"),qt=require("./components/scene-ue-shj/index.js"),$t=require("./components/scene-default/index.js"),lt={install:r=>{for(const t in e)r.use(e[t])}};exports.registerComponentRef=a.registerComponentRef;exports.SHJDatasourceV2=i.SHJDatasourceV2;exports.SHJParseEvent=n.SHJParseEvent;exports.getNextElement=o.getNextElement;exports.ZvChartBarStack=c.ZvChartBarStack;exports.ZvChartBarBasic=h.ZvChartBarBasic;exports.ZvChartBarLoop=v.ZvChartBarLoop;exports.ZvChartBarZebra=Z.ZvChartBarZebra;exports.ZvChartBarContrast=s.ZvChartBarContrast;exports.ZvChartBarContrast2=u.ZvChartBarContrast2;exports.ZvChartBarLineBar=d.ZvChartBarLineBar;exports.ZvChartBarStack2=C.ZvChartBarStack2;exports.ZvChartBarStackLine=x.ZvChartBarStackLine;exports.ZvChartBarGradientColumnChart=q.ZvChartBarGradientColumnChart;exports.ZvChartBarSpire=$.ZvChartBarSpire;exports.ZvchartBarPolar=l.ZvchartBarPolar;exports.ZvChartBarPolar=m.ZvChartBarPolar;exports.ZvchartBarWaterfall2=B.ZvchartBarWaterfall2;exports.ZvChartBarStaggered=S.ZvChartBarStaggered;exports.ZvChartBarPolarStack=p.ZvChartBarPolarStack;exports.ZvChartBarStack3=O.ZvChartBarStack3;exports.ZvChartBarHorizontalStack=M.ZvChartBarHorizontalStack;exports.ZvChartBarContrast3=L.ZvChartBarContrast3;exports.ZvChartBarLineBar2=g.ZvChartBarLineBar2;exports.ZvchartBarRadiusCricle=T.ZvchartBarRadiusCricle;exports.ZvChartBarAnimation=P.ZvChartBarAnimation;exports.ZvChartPie3d=I.ZvChartPie3d;exports.ZvChartPieBasic=b.ZvChartPieBasic;exports.ZvChartPieBasic2=G.ZvChartPieBasic2;exports.ZvChartPieRadius=R.ZvChartPieRadius;exports.ZvChartPieCustomized=k.ZvChartPieCustomized;exports.ZvChartPieInterval=D.ZvChartPieInterval;exports.ZvChartPieLegendScroll=f.ZvChartPieLegendScroll;exports.ZvChartLineBump=A.ZvChartLineBump;exports.ZvChartLineTemp=F.ZvChartLineTemp;exports.ZvChartLineStack=H.ZvChartLineStack;exports.ZvChartLineSmooth=y.ZvChartLineSmooth;exports.ZvChartLineRainFlow=E.ZvChartLineRainFlow;exports.ZvChartLineStackArea=V.ZvChartLineStackArea;exports.ZvChartLineSmoothArea=w.ZvChartLineSmoothArea;exports.ZvChartLineAreaGardient=W.ZvChartLineAreaGardient;exports.ZvChartLineAreaHighlight=z.ZvChartLineAreaHighlight;exports.ZvChartLineAreaHighlight2=U.ZvChartLineAreaHighlight2;exports.ZvChartLineMultix=J.ZvChartLineMultix;exports.ZvChartLineLogarithm=N.ZvChartLineLogarithm;exports.ZvChartLineLadder=j.ZvChartLineLadder;exports.ZvChartLineVertical=Q.ZvChartLineVertical;exports.ZvChartLinePolarDouble=_.ZvChartLinePolarDouble;exports.ZvChartScatterBasic=K.ZvChartScatterBasic;exports.ZvChartScatterRipples=X.ZvChartScatterRipples;exports.ZvChartScatterBubble=Y.ZvChartScatterBubble;exports.ZvTextTextBasic=ee.ZvTextTextBasic;exports.ZvTextTableBasic=re.ZvTextTableBasic;exports.ZvChartOtherGauge=te.ZvChartOtherGauge;exports.ZvChartOtherGaugeStage=ae.ZvChartOtherGaugeStage;exports.ZvChartOtherGaugeGrade=ie.ZvChartOtherGaugeGrade;exports.ZvChartOtherWordCloud=ne.ZvChartOtherWordCloud;exports.ZvChartOtherLiquidfill=oe.ZvChartOtherLiquidfill;exports.ZvChartBarHorizontal=ce.ZvChartBarHorizontal;exports.ZvChartBarThree=he.ZvChartBarThree;exports.ZvChartBarRank=ve.ZvChartBarRank;exports.ZvChartBarMini=Ze.ZvChartBarMini;exports.ZvChartLineDashed=se.ZvChartLineDashed;exports.ZvChartPieSemicircle=ue.ZvChartPieSemicircle;exports.ZvChartPieRose=de.ZvChartPieRose;exports.ZvChartScatterBasic2=Ce.ZvChartScatterBasic2;exports.ZvChartOtherFunnel=xe.ZvChartOtherFunnel;exports.ZvChartOtherForce=qe.ZvChartOtherForce;exports.ZvChartOtherRadar=$e.ZvChartOtherRadar;exports.ZvChartOtherFunnelSplit=le.ZvChartOtherFunnelSplit;exports.ZvChartOtherFunnelContrast=me.ZvChartOtherFunnelContrast;exports.ZvChartOtherCandlestickBasic=Be.ZvChartOtherCandlestickBasic;exports.ZvChartOtherCandlestickShanghai=Se.ZvChartOtherCandlestickShanghai;exports.ZvChartOtherCandlestickDemo=pe.ZvChartOtherCandlestickDemo;exports.ZvChartOtherHeatmap=Oe.ZvChartOtherHeatmap;exports.ZvChartOtherForce2=Me.ZvChartOtherForce2;exports.ZvChartOtherGraphBasic=Le.ZvChartOtherGraphBasic;exports.ZvChartOtherGraphBasic2=ge.ZvChartOtherGraphBasic2;exports.ZvChartOtherGraphCalendar=Te.ZvChartOtherGraphCalendar;exports.ZvChartOtherTreeLine=Pe.ZvChartOtherTreeLine;exports.ZvChartOtherTreemapBasic=Ie.ZvChartOtherTreemapBasic;exports.ZvChartOtherSunburstBasic=be.ZvChartOtherSunburstBasic;exports.ZvChartOtherSunburstBasic2=Ge.ZvChartOtherSunburstBasic2;exports.ZvChartOtherSunburstBasic3=Re.ZvChartOtherSunburstBasic3;exports.ZvChartOtherSunburstBasic4=ke.ZvChartOtherSunburstBasic4;exports.ZvChartOtherSunburstBook=De.ZvChartOtherSunburstBook;exports.ZvChartOtherSunburstRadius=fe.ZvChartOtherSunburstRadius;exports.ZvChartOtherSunburstFlavors=Ae.ZvChartOtherSunburstFlavors;exports.ZvChartOtherParallelBasic=Fe.ZvChartOtherParallelBasic;exports.ZvChartOtherParallelMul=He.ZvChartOtherParallelMul;exports.ZvChartLineBasic=ye.ZvChartLineBasic;exports.ZvChartLineScale=Ee.ZvChartLineScale;exports.ZvChartMapLines=Ve.ZvChartMapLines;exports.ZvChartMapBasic=we.ZvChartMapBasic;exports.ZvChartMapScatter=We.ZvChartMapScatter;exports.ZvChartMapCustomize=ze.ZvChartMapCustomize;exports.ZvChartMapBmapRich=Ue.ZvChartMapBmapRich;exports.ZvChartOtherCircularGraph=Je.ZvChartOtherCircularGraph;exports.ZvChartMapBmapHeatmap=Ne.ZvChartMapBmapHeatmap;exports.ZvChartMapBmapBasic=je.ZvChartMapBmapBasic;exports.ZvMapEarthBasic=Qe.ZvMapEarthBasic;exports.ZvMapEarthCoolTech=_e.ZvMapEarthCoolTech;exports.ZvMapEarthParticle=Ke.ZvMapEarthParticle;exports.ZvMapEarthHacker=Xe.ZvMapEarthHacker;exports.ZvMapEarthFlyLine=Ye.ZvMapEarthFlyLine;exports.ZvChartPieIndex=er.ZvChartPieIndex;exports.ZvChartOtherGridPercentage=rr.ZvChartOtherGridPercentage;exports.ZvChartOtherRadarStack=tr.ZvChartOtherRadarStack;exports.ZvChartBarSegmentedProgress=ar.ZvChartBarSegmentedProgress;exports.ZvChartOtherFunnel2=ir.ZvChartOtherFunnel2;exports.ZvChartOtherLabelGauge=nr.ZvChartOtherLabelGauge;exports.ZvChartPieRound=or.ZvChartPieRound;exports.ZvChartPieSunburst=cr.ZvChartPieSunburst;exports.ZvChartOtherThemeRiver=hr.ZvChartOtherThemeRiver;exports.ZvChartOtherTree=vr.ZvChartOtherTree;exports.ZvChartOtherTreemap=Zr.ZvChartOtherTreemap;exports.ZvCommonsProductModel=sr.ZvCommonsProductModel;exports.ZvCommonsVrPhoto=ur.ZvCommonsVrPhoto;exports.ZvCommonsVrVideo=dr.ZvCommonsVrVideo;exports.ZvCommonsThreeLoader=Cr.ZvCommonsThreeLoader;exports.ZvCommonsThreeLoader3=xr.ZvCommonsThreeLoader3;exports.ZvCommonsLoopIterator=qr.ZvCommonsLoopIterator;exports.ZvCommonsGaussianSplattingView=$r.ZvCommonsGaussianSplattingView;exports.ZvCommonsBabylon=lr.ZvCommonsBabylon;exports.ZvCommonsSvg=mr.ZvCommonsSvg;exports.ZvCommonsWeather=Br.ZvCommonsWeather;exports.ZvMediaWavesurfer=Sr.ZvMediaWavesurfer;exports.ZvInteractionTabs=pr.ZvInteractionTabs;exports.ZvInteractionTabs2=Or.ZvInteractionTabs2;exports.ZvInteractionButton=Mr.ZvInteractionButton;exports.ZvInteractionButtonImage=Lr.ZvInteractionButtonImage;exports.ZvInteractionSelect=gr.ZvInteractionSelect;exports.ZvInteractionInput=Tr.ZvInteractionInput;exports.ZvInteractionRadio=Pr.ZvInteractionRadio;exports.ZvInteractionSlider=Ir.ZvInteractionSlider;exports.ZvInteractionSwitch=br.ZvInteractionSwitch;exports.ZvInteractionDataPicker=Gr.ZvInteractionDataPicker;exports.ZvInteractionButtonRefresh=Rr.ZvInteractionButtonRefresh;exports.ZvMediaImage=kr.ZvMediaImage;exports.ZvTextTitle=Dr.ZvTextTitle;exports.ZvCommonsQrcode=fr.ZvCommonsQrcode;exports.ZvMediaVideo=Ar.ZvMediaVideo;exports.ZvMediaAudio=Fr.ZvMediaAudio;exports.ZvTextRealTime=Hr.ZvTextRealTime;exports.ZvMediaCarousel=yr.ZvMediaCarousel;exports.ZvMediaCarouselSlides=Er.ZvMediaCarouselSlides;exports.ZvMediaIframeCarousel=Vr.ZvMediaIframeCarousel;exports.ZvMediaIframe=wr.ZvMediaIframe;exports.ZvMediaM3u8=Wr.ZvMediaM3u8;exports.ZvMediaM3u8Dynamic=zr.ZvMediaM3u8Dynamic;exports.ZvMediaAudioDynamic=Ur.ZvMediaAudioDynamic;exports.ZvMediaVideoDynamic=Jr.ZvMediaVideoDynamic;exports.ZvMediaImageDynamic=Nr.ZvMediaImageDynamic;exports.ZvMediaFlv=jr.ZvMediaFlv;exports.ZvCommonsEcharts=Qr.ZvCommonsEcharts;exports.ZvTextOverNumber=_r.ZvTextOverNumber;exports.ZvTextTableScroll=Kr.ZvTextTableScroll;exports.ZvTextCarousel=Xr.ZvTextCarousel;exports.ZvTextRowScroll=Yr.ZvTextRowScroll;exports.ZvTextTextDynamic=et.ZvTextTextDynamic;exports.ZvTextCountDown=rt.ZvTextCountDown;exports.ZvGraphicalCircle=tt.ZvGraphicalCircle;exports.ZvGraphicalDiamond=at.ZvGraphicalDiamond;exports.ZvGraphicalHexagon=it.ZvGraphicalHexagon;exports.ZvGraphicalIsoscelesTriangle=nt.ZvGraphicalIsoscelesTriangle;exports.ZvGraphicalPentagon=ot.ZvGraphicalPentagon;exports.ZvGraphicalRect=ct.ZvGraphicalRect;exports.ZvGraphicalRightTriangle=ht.ZvGraphicalRightTriangle;exports.ZvSceneMap3d=vt.ZvSceneMap3d;exports.ZvSceneAmap2d=Zt.ZvSceneAmap2d;exports.ZvSceneAmap3d=st.ZvSceneAmap3d;exports.ZvSceneVr=ut.ZvSceneVr;exports.ZvSceneUnityIframe=dt.ZvSceneUnityIframe;exports.ZvSceneUnityWebgl=Ct.ZvSceneUnityWebgl;exports.ZvSceneUeIframe=xt.ZvSceneUeIframe;exports.ZvSceneUeShj=qt.ZvSceneUeShj;exports.ZvSceneDefault=$t.ZvSceneDefault;exports.default=lt;
|
package/lib/widgets.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";.zerov-widget-text[data-v-7dcb2cfd]{width:100%;height:100%;display:flex;white-space:pre-wrap;font-weight:400}.zerov-widget-text[data-v-7dcb2cfd]:before{content:attr(ztitle);position:absolute;z-index:-1;text-shadow:var(--text-shadow)}.table-scroll[data-v-c9a58eea]{height:100%;display:flex!important;flex-direction:column;border:var(--832a4e1c) var(--52e7b726) var(--5203c8d8)}.table-scroll .th[data-v-c9a58eea],.table-scroll .td[data-v-c9a58eea]{width:calc(100% - 8px);height:100%;display:flex!important;padding-left:var(--3e50e718);align-items:var(--08a0254c);justify-content:var(--51512c30);border-left:var(--832a4e1c) var(--52e7b726) var(--5203c8d8);overflow:hidden}.table-scroll .th p[data-v-c9a58eea],.table-scroll .td p[data-v-c9a58eea]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-right:10px}.table-scroll .th[data-v-c9a58eea]:first-child,.table-scroll .td[data-v-c9a58eea]:first-child{border-left:0}.table-scroll .table-header[data-v-c9a58eea]{flex:none;display:flex;flex-direction:row;background-color:var(--0d5408e0);border-bottom:var(--832a4e1c) var(--52e7b726) var(--5203c8d8);height:var(--6d4373e4);color:var(--e220d87e);font-size:var(--4b2ea07b);font-weight:var(--1cf72a09);font-style:var(--619d0000);padding:0 8px;background-image:var(--header-background-image);background-repeat:no-repeat;background-size:100% 100%}.table-scroll .table-body[data-v-c9a58eea]{flex:1;overflow:auto}.table-scroll .table-body .tr[data-v-c9a58eea]{border-bottom:var(--832a4e1c) var(--52e7b726) var(--5203c8d8);height:var(--8311940e);background-color:var(--2a6e799b);padding:0 8px;display:flex;flex-direction:row;transition:all .2s}.table-scroll .table-body .tr[data-v-c9a58eea]:nth-child(odd){background:var(--odd-background)}.table-scroll .table-body .tr .td p[data-v-c9a58eea]{color:var(--e1c58a54);font-size:var(--1e7a3150);font-weight:var(--4e0fa814);font-style:var(--235b9495)}.table-scroll .table-body .tr[data-v-c9a58eea]:hover{background-color:var(--row-hover)}.earth-wrap[data-v-689c7e5c]{width:100%;height:100%;min-width:100px;min-height:100px;overflow:hidden;position:relative}.zv-earth[data-v-689c7e5c]{width:100%;height:100%}.zv-earth[data-v-689c7e5c] .tag{opacity:0;transition:opacity .2s}.zv-earth.showLabel[data-v-689c7e5c] .tag{opacity:1}.widget[data-v-a31d8162]{opacity:0;transition:all .8s ease}.widget.show[data-v-a31d8162]{opacity:1}.babylon-loading[data-v-a31d8162]{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);transition:all .2s;pointer-events:none!important;font-size:14px;color:#fff;text-shadow:0 0 2px #676767}.widget[data-v-5c0391e0]{opacity:0;transition:all .8s ease}.widget.show[data-v-5c0391e0]{opacity:1}.babylon-loading[data-v-5c0391e0]{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);transition:all .2s;pointer-events:none!important;font-size:14px;color:#fff;text-shadow:0 0 2px #676767}.widget[data-v-1fb6b2cd]{opacity:0;transition:all .8s ease}.widget.show[data-v-1fb6b2cd]{opacity:1}.babylon-loading[data-v-1fb6b2cd]{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);transition:all .2s;pointer-events:none!important;font-size:14px;color:#fff;text-shadow:0 0 2px #676767}.loop-iterator-wrap[data-v-dba81cad]{display:grid;overflow:auto;box-sizing:border-box}.loop-iterator-wrap[data-v-dba81cad]::-webkit-scrollbar{display:none}.loop-iterator-wrap .loop-iterator-item[data-v-dba81cad]{display:grid;cursor:pointer}.loop-iterator-wrap .loop-iterator-item-image img[data-v-dba81cad]{width:100%;height:100%;object-fit:cover}.widget[data-v-45048847]{opacity:0;transition:all .8s ease}.widget.show[data-v-45048847]{opacity:1}.babylon-loading[data-v-45048847]{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);transition:all .2s;pointer-events:none!important;font-size:14px;color:#fff;text-shadow:0 0 2px #676767}.zerov-widgets[data-v-f69ffb86]{display:flex;justify-content:space-between;align-items:center}.wavesurfer-wrap[data-v-84099254]{width:100%;height:100%;position:relative;display:flex;align-items:center}.wavesurfer-wrap .wavesurfer[data-v-84099254]{width:100%;position:relative}.wavesurfer-wrap .wavesurfer .time[data-v-84099254],.wavesurfer-wrap .wavesurfer .duration[data-v-84099254]{position:absolute;z-index:11;top:50%;margin-top:-1px;transform:translateY(-50%);font-size:12px;background:#000000bf;padding:2px;color:#ddd}.wavesurfer-wrap .wavesurfer .time[data-v-84099254]{left:0}.wavesurfer-wrap .wavesurfer .duration[data-v-84099254]{right:0}.zerov-widget-tabs[data-v-13810438]{height:100%;display:flex;flex-direction:row;gap:6px;overflow:hidden}.zerov-widget-tabs .tab-item[data-v-13810438]{flex:1;display:flex;justify-content:center;align-items:center;background:var(--item-background) no-repeat center center;border-radius:2px;font-size:14px;font-style:normal;font-weight:400;color:#fff;border-width:0px;border-color:#292929;border-style:solid;cursor:pointer;background-size:cover;transition:color .2s,background-color .2s;text-shadow:var(--text-shadow)}.zerov-widget-tabs .tab-item.selected[data-v-13810438]{font-family:var(--selected-font-family)!important;color:var(--selected-color)!important;font-size:var(--selected-font-size)!important;font-weight:var(--selected-font-weight)!important;font-style:var(--selected-font-style)!important;border-width:var(--selected-border-width)!important;border-color:var(--selected-border-color)!important;border-style:var(--selected-border-style)!important;background:var(--selected-background) no-repeat center center!important;background-size:100%;text-shadow:var(--selected-text-shadow)}.zerov-widget-tabs[data-v-cfc0f927]{height:100%;display:flex;flex-direction:row;gap:6px;overflow:hidden}.zerov-widget-tabs .tab-item[data-v-cfc0f927]{flex:1;display:flex;justify-content:center;align-items:center;background-color:#006aff33;border-radius:2px;font-size:14px;font-style:normal;font-weight:400;color:#fff;border-width:0px;border-color:#292929;border-style:solid;cursor:pointer;background-position:center;background-repeat:no-repeat;background-size:100% 100%;background-image:var(--item-background-image);transition:color .2s,background-color .2s;text-shadow:var(--text-shadow)}.zerov-widget-tabs .tab-item.selected[data-v-cfc0f927]{font-family:var(--selected-font-family)!important;color:var(--selected-color)!important;font-size:var(--selected-font-size)!important;font-weight:var(--selected-font-weight)!important;font-style:var(--selected-font-style)!important;border-width:var(--selected-border-width)!important;border-color:var(--selected-border-color)!important;border-style:var(--selected-border-style)!important;background-color:var(--selected-background-color)!important;background-image:var(--selected-background-image)!important;text-shadow:var(--selected-text-shadow)}.zv-button[data-v-44033ae5]{height:100%;width:100%;white-space:nowrap;cursor:pointer;color:#000;text-align:center;box-sizing:border-box;outline:0;font-weight:500;-webkit-user-select:none;user-select:none;vertical-align:middle;background-color:#fff;font-size:14px;border-radius:4px;transition:background-color .1s}.zv-button[data-v-44033ae5]:focus,.zv-button[data-v-44033ae5]:hover{outline:0;background-color:var(--hover-auto-background-color)!important}.zv-button[data-v-44033ae5]:active{background-color:var(--active-auto-background-color)!important}.zv-button[data-v-9fbacf32]{height:100%;width:100%;white-space:nowrap;cursor:pointer;color:#000;text-align:center;box-sizing:border-box;outline:0;font-weight:500;-webkit-user-select:none;user-select:none;vertical-align:middle;background-color:transparent;font-size:14px;border-radius:4px;transition:all .2s;background-repeat:no-repeat;overflow:hidden}.zv-button[data-v-9fbacf32]:hover{outline:0;color:var(--hover-color)!important;font-size:var(--hover-font-size)!important;font-weight:var(--hover-font-weight)!important;font-style:var(--hover-font-style)!important;background-color:var(--hover-background-color)!important;background-image:var(--hover-background-image)!important;border-width:var(--hover-border-width)!important;border-color:var(--hover-border-color)!important;border-style:var(--hover-border-style)!important}.zv-button[data-v-9fbacf32]:focus{outline:0}.zv-button[data-v-9fbacf32]:active{color:var(--active-color)!important;font-size:var(--active-font-size)!important;font-weight:var(--active-font-weight)!important;font-style:var(--active-font-style)!important;background-color:var(--active-background-color)!important;background-image:var(--active-background-image)!important;border-width:var(--active-border-width)!important;border-color:var(--active-border-color)!important;border-style:var(--active-border-style)!important}.zerov-widget-select[data-v-7afe63fa]{position:relative;display:inline-block;width:100%;height:100%;cursor:pointer}.zerov-widget-select__trigger[data-v-7afe63fa]{width:100%;height:100%;display:flex;justify-content:space-between;align-items:center;padding:8px;border-radius:4px;transition:all .3s;border:1px solid #4c4d4f;background-repeat:no-repeat;background-size:100% 100%}.zerov-widget-select__trigger[data-v-7afe63fa]:hover{color:var(--hover-color)!important;font-weight:var(--hover-font-weight)!important;font-style:var(--hover-font-style)!important;font-size:var(--hover-font-size)!important;background-color:var(--hover-background-color)!important;border-color:var(--hover-border-color)!important;border-width:var(--hover-border-width)!important;border-style:var(--hover-border-style)!important}.zerov-widget-select__trigger.is-active[data-v-7afe63fa]{color:var(--hover-color)!important;font-weight:var(--focus-font-weight)!important;font-style:var(--focus-font-style)!important;font-size:var(--focus-font-size)!important;background-color:var(--focus-background-color)!important;border-color:var(--focus-border-color)!important;border-width:var(--focus-border-width)!important;border-style:var(--focus-border-style)!important}.zerov-widget-select__placeholder[data-v-7afe63fa]{color:#8d9095;font-size:14px;line-height:100%;font-weight:500;font-style:normal;font-family:SHJ-SourceHanSansSC-Regular-otf}.zerov-widget-select__prefix[data-v-7afe63fa]{width:24px;height:24px;display:block}.zerov-widget-select__prefix img[data-v-7afe63fa]{width:100%;height:100%}.zerov-widget-select__selected[data-v-7afe63fa]{color:#c0c4cc;font-weight:500;display:block}.zerov-widget-select__arrow[data-v-7afe63fa]{line-height:100%;transform:rotate(0);transition:transform .3s}.zerov-widget-select__arrow img[data-v-7afe63fa]{width:14px;height:14px}.zerov-widget-select__arrow.is-open[data-v-7afe63fa]{transform:rotate(180deg)}.zerov-widget-select__dropdown[data-v-7afe63fa]{position:absolute;left:0;right:0;z-index:1000;padding:5px 0;margin-top:6px;background-color:#1d1e1f;border:1px solid #414243;border-radius:4px;box-shadow:0 2px 12px #0000001a;max-height:190px;overflow-y:auto}.zerov-widget-select__option[data-v-7afe63fa]{font-size:14px;color:#c5c9d1;cursor:pointer;list-style:none;font-weight:500;height:36px;padding:0 12px;box-sizing:border-box;display:flex;align-items:center}.zerov-widget-select__option-prefix[data-v-7afe63fa]{width:24px;height:24px;margin-right:6px;display:block}.zerov-widget-select__option-prefix img[data-v-7afe63fa]{width:100%;height:100%}.zerov-widget-select__option[data-v-7afe63fa]:hover{background-color:var(--hover-background-color)!important;color:var(--hover-color)!important;font-size:var(--hover-font-size)!important;font-weight:var(--hover-font-weight)!important;font-style:var(--hover-font-style)!important}.zerov-widget-select__option.is-selected[data-v-7afe63fa]{background-color:var(--active-background-color)!important;color:var(--active-color)!important;font-size:var(--active-font-size)!important;font-weight:var(--active-font-weight)!important;font-style:var(--active-font-style)!important}.fade-in-linear-enter-active[data-v-7afe63fa],.fade-in-linear-leave-active[data-v-7afe63fa]{transition:opacity .3s ease,transform .3s ease}.fade-in-linear-enter-from[data-v-7afe63fa],.fade-in-linear-leave-to[data-v-7afe63fa]{opacity:0;transform:translateY(-5%)}.fade-in-linear-leave-from[data-v-7afe63fa]{opacity:1;transform:translateY(0)}.zerov-widget-input[data-v-e8875a40]{height:100%;width:100%;background-color:#212c46;outline:0;color:#fff;font-size:14px;padding:0 10px;text-align:left;border-width:1px;border-color:#1f69ff;border-style:solid;border-radius:4px;cursor:text}.zerov-widget-input[data-v-e8875a40]::placeholder{color:var(--placeholder-color)!important;font-size:var(--placeholder-font-size)!important}.zerov-widget-input[data-v-e8875a40]:focus{font-size:var(--focus-font-size)!important;font-family:var(--focus-font-family)!important;color:var(--focus-color)!important;font-weight:var(--focus-font-weight)!important;background-color:var(--focus-background-color)!important;border-width:var(--focus-border-width)!important;border-color:var(--focus-border-color)!important;border-style:var(--focus-border-style)!important}.zerov-widget-slider[data-v-4af2bcf2]{width:100%;height:100%;display:flex;align-items:center}.zerov-widget-slider .slider[data-v-4af2bcf2]{width:100%;--slider-bg: var(--b6a7cf50);--slider-connect-bg: var(--231eb75c);--slider-height: var(--5d420793);--slider-radius: var(--a164e470);--slider-handle-bg: var(--2ba8fe60);--slider-handle-width: var(--0965473c);--slider-handle-height: var(--8e32e6ea);--slider-handle-radius: var(--0af212c0);--slider-handle-ring-width: var(--428cad32);--slider-handle-ring-color: var(--6e2786d0);--slider-tooltip-font-size: var(--b47740a6);--slider-tooltip-font-weight: var(--3b910d16);--slider-tooltip-bg: var(--2dfcac35);--slider-tooltip-color: var(--e2416d1a);--slider-tooltip-radius: var(--4b62446a);--slider-tooltip-py: var(--7bd98074);--slider-tooltip-px: var(--13f85395);--slider-tooltip-arrow-size: var(--c4f214da);--slider-tooltip-distance: var(--319615f0)}.zerov-widget-slider .slider[data-v-4af2bcf2] .slider-handle{top:calc((var(--slider-handle-height, 16px) - var(--slider-height, 6px)) / 2 * -1)!important}.zv-switch[data-v-ffeabca5]{width:100%;height:100%;overflow:hidden;display:flex;justify-content:center;align-items:center;--zv-switch-on-color: var(--1b211f87);--zv-switch-off-color: var(--49c0465e)}.zv-switch.is-checked .zv-switch__core[data-v-ffeabca5]{border-color:var(--zv-switch-border-color, var(--zv-switch-on-color));background-color:var(--zv-switch-on-color)}.zv-switch.is-checked .zv-switch__core .zv-switch__action[data-v-ffeabca5]{left:calc(100% - var(--37d4f74e) - 2px)}.zv-switch .zv-switch__input[data-v-ffeabca5]{position:absolute;width:0;height:0;opacity:0;margin:0}.zv-switch .zv-switch__core[data-v-ffeabca5]{display:inline-flex;position:relative;align-items:center;min-width:var(--2422c73c);height:var(--4e456c10);border:1px solid var(--zv-switch-border-color, var(--zv-switch-off-color));outline:none;border-radius:var(--e5de6cda);box-sizing:border-box;background:var(--zv-switch-off-color);cursor:pointer;transition:border-color .3s,background-color .3s}.zv-switch .zv-switch__core .zv-switch__action[data-v-ffeabca5]{position:absolute;left:2px;border-radius:var(--04cc88dc);transition:all .3s;width:var(--37d4f74e);height:var(--37d4f74e);background-color:var(--8456717c);display:flex;justify-content:center;align-items:center}.zerov-widgets-wrap[data-v-6b2adda5]{width:100%;height:100%;position:relative}.zerov-widgets-wrap .selected-date[data-v-6b2adda5]{width:100%;height:100%;border:1px solid #4c4d4f;background-repeat:no-repeat;background-size:100% 100%;border-radius:4px}.zerov-widgets-wrap .selected-date__prefix[data-v-6b2adda5]{width:34px;height:34px;display:flex;align-items:center;justify-content:center}.zerov-widgets-wrap .selected-date__prefix img[data-v-6b2adda5]{width:16px;height:16px}.zerov-widgets-wrap .selected-date__inner[data-v-6b2adda5]{width:100%;height:100%;position:absolute;padding-left:34px;left:0;top:0;display:flex;align-items:center;justify-content:start}.zerov-widgets-wrap .zv-date-picker[data-v-6b2adda5]{width:100%;min-width:322px;position:absolute;left:0;top:100%;margin-top:10px;border-radius:4px;z-index:2000;font-size:12px;line-height:20px;overflow-wrap:break-word;visibility:visible;background-color:#1d1e1f;border:1px solid #414243;box-shadow:0 0 12px #000000b8;color:#cfd3dc;line-height:30px}.zerov-widgets-wrap .zv-date-picker__header[data-v-6b2adda5]{padding:12px 12px 0;text-align:center}.zerov-widgets-wrap .zv-date-picker__header .zv-date-picker__prev-btn .iconfont[data-v-6b2adda5],.zerov-widgets-wrap .zv-date-picker__header .zv-date-picker__next-btn .iconfont[data-v-6b2adda5]{font-size:12px;color:#e5eaf3;cursor:pointer;padding:1px 6px}.zerov-widgets-wrap .zv-date-picker__header .zv-date-picker__prev-btn .iconfont[data-v-6b2adda5]:hover,.zerov-widgets-wrap .zv-date-picker__header .zv-date-picker__next-btn .iconfont[data-v-6b2adda5]:hover{color:#409eff}.zerov-widgets-wrap .zv-date-picker__header .zv-date-picker__prev-btn[data-v-6b2adda5]{float:left}.zerov-widgets-wrap .zv-date-picker__header .zv-date-picker__next-btn[data-v-6b2adda5]{float:right}.zerov-widgets-wrap .zv-date-picker__header-label[data-v-6b2adda5]{font-size:16px;font-weight:500;padding:0 5px;line-height:22px;text-align:center;cursor:pointer;color:#cfd3dc}.zerov-widgets-wrap .zv-date-picker__header-label[data-v-6b2adda5]:hover{color:#409eff}.zerov-widgets-wrap .zv-date-picker__body[data-v-6b2adda5]{margin:15px}.zerov-widgets-wrap .zv-date-picker__body .zv-date-table[data-v-6b2adda5]{font-size:12px;-webkit-user-select:none;user-select:none;width:100%}.zerov-widgets-wrap .zv-date-picker__body .zv-date-table th[data-v-6b2adda5]{padding:5px;color:#cfd3dc;font-weight:500;border-bottom:solid 1px #363637}.zerov-widgets-wrap .zv-date-picker__body .zv-date-table td[data-v-6b2adda5]{width:32px;height:30px;padding:4px 0;box-sizing:border-box;text-align:center;cursor:pointer;position:relative}.zerov-widgets-wrap .zv-date-picker__body .zv-date-table td.prev-month[data-v-6b2adda5],.zerov-widgets-wrap .zv-date-picker__body .zv-date-table td.next-month[data-v-6b2adda5]{color:#8d9095}.zv-button[data-v-cf181ab5]{height:100%;width:100%;white-space:nowrap;cursor:pointer;color:#000;text-align:center;box-sizing:border-box;outline:0;font-weight:500;-webkit-user-select:none;user-select:none;vertical-align:middle;background-color:transparent;font-size:14px;border-radius:4px;transition:all .2s;background-repeat:no-repeat;overflow:hidden}.zv-button[data-v-cf181ab5]:hover{outline:0;color:var(--hover-color)!important;font-size:var(--hover-font-size)!important;font-weight:var(--hover-font-weight)!important;font-style:var(--hover-font-style)!important;background-color:var(--hover-background-color)!important;background-image:var(--hover-background-image)!important;border-width:var(--hover-border-width)!important;border-color:var(--hover-border-color)!important;border-style:var(--hover-border-style)!important}.zv-button[data-v-cf181ab5]:focus{outline:0}.zv-button[data-v-cf181ab5]:active{color:var(--active-color)!important;font-size:var(--active-font-size)!important;font-weight:var(--active-font-weight)!important;font-style:var(--active-font-style)!important;background-color:var(--active-background-color)!important;background-image:var(--active-background-image)!important;border-width:var(--active-border-width)!important;border-color:var(--active-border-color)!important;border-style:var(--active-border-style)!important}.zerov-image[data-v-b608febd]{width:100%;height:100%;background-size:auto;background-repeat:no-repeat;background-position:center}.zerov-widget-title[data-v-3e8689ba]{width:100%;height:100%;display:flex;white-space:pre-wrap;font-weight:400}.zerov-widget-title[data-v-3e8689ba]:before{content:attr(ztitle);position:absolute;z-index:-1;text-shadow:var(--text-shadow)}.qrcode[data-v-106420a4],.zerov-widget-video[data-v-9caab71f]{width:100%;height:100%}.audio[data-v-7a78f199]{width:100%;height:100%;overflow:hidden;display:flex;align-items:center}.audio audio[data-v-7a78f199]{width:100%}.audio .audio-svg[data-v-7a78f199]{width:100%;height:100%}.audio .audio-svg.animation[data-v-7a78f199]{animation:audiocircle-7a78f199 5s infinite linear}@keyframes audiocircle-7a78f199{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.real-time[data-v-54bb5d61]{width:100%;height:100%;display:flex;white-space:pre-wrap}.real-time[data-v-54bb5d61]:before{content:attr(ztitle);position:absolute;z-index:-1;text-shadow:var(--text-shadow)}.carousel[data-v-6dd219d9]{width:100%;height:100%;color:#fff;overflow:hidden}.carousel img.image[data-v-6dd219d9]{width:100%;height:100%;object-fit:cover;background:#000}.carousel[data-v-6f4add55]{width:100%;height:100%;color:#fff;overflow:hidden}.carousel img.image[data-v-6f4add55]{width:100%;height:100%;object-fit:cover;background:#000}.carousel[data-v-cd51dd8f]{width:100%;height:100%;color:#fff;overflow:hidden}.carousel .iframe-slide[data-v-cd51dd8f]{width:100%;height:100%;overflow:hidden;border:0;pointer-events:none}iframe.iframe[data-v-3d6e1c78]{width:100%;height:100%;border:0;overflow:hidden}.audio[data-v-60a50fa1]{width:100%;height:100%;overflow:hidden;display:flex;align-items:center}.audio audio[data-v-60a50fa1]{width:100%}.audio .audio-svg[data-v-60a50fa1]{width:100%;height:100%}.audio .audio-svg.animation[data-v-60a50fa1]{animation:audiocircle-60a50fa1 5s infinite linear}@keyframes audiocircle-60a50fa1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.zerov-widget-video[data-v-286203c9]{width:100%;height:100%}.zerov-image[data-v-0b7db26e]{width:100%;height:100%;background-size:auto;background-repeat:no-repeat;background-position:center}.zerov-widget-over-number[data-v-f0914c1d]{width:100%;height:100%;display:flex;color:#fff;font-family:"";white-space:pre-wrap}.table-scroll[data-v-7a9a366c]{height:100%;display:flex!important;flex-direction:column;overflow-y:auto;border:var(--c8ab01be) var(--16a7d052) var(--186facee);overflow-x:hidden}.table-scroll .th[data-v-7a9a366c],.table-scroll .td[data-v-7a9a366c]{width:calc(100% - 8px);height:100%;display:flex!important;padding-left:var(--83d19aba);align-items:var(--32743289);justify-content:var(--49f100d2);border-left:var(--c8ab01be) var(--16a7d052) var(--186facee);overflow:hidden}.table-scroll .th p[data-v-7a9a366c],.table-scroll .td p[data-v-7a9a366c]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-right:10px}.table-scroll .th[data-v-7a9a366c]:first-child,.table-scroll .td[data-v-7a9a366c]:first-child{border-left:0}.table-scroll .th.customWidth[data-v-7a9a366c],.table-scroll .td.customWidth[data-v-7a9a366c]{width:var(--width);flex:none}.table-scroll .table-header[data-v-7a9a366c]{flex:none;display:flex;flex-direction:row;background-color:var(--c9cb477e);border-bottom:var(--c8ab01be) var(--16a7d052) var(--186facee);height:var(--70f38993);color:var(--6d4bc870);font-size:var(--2330066a);font-weight:var(--8288ea8c);font-style:var(--05f5c52f);padding:0 8px;background-image:var(--header-background-image);background-repeat:no-repeat;background-size:100% 100%}.table-scroll .table-body[data-v-7a9a366c]{flex:1;overflow:hidden}.table-scroll .table-body .tr[data-v-7a9a366c]{border-bottom:var(--c8ab01be) var(--16a7d052) var(--186facee);background-color:var(--7685528c);padding:0 8px;display:flex;flex-direction:row;transition:all .2s}.table-scroll .table-body .tr[data-v-7a9a366c]:nth-child(odd){background:var(--4195bdcf)}.table-scroll .table-body .tr .td p[data-v-7a9a366c]{color:var(--a9e66176);font-size:var(--222a46ff);font-weight:var(--cbb2fdf6);font-style:var(--49054cf8)}.table-scroll .table-body .tr .td p.customFont[data-v-7a9a366c]{color:var(--text-color);font-size:var(--text-font-size);font-style:var(--text-font-style)}.table-scroll .table-body .tr[data-v-7a9a366c]:hover{background-color:var(--row-hover)}.text-carousel[data-v-af559243]{width:100%;height:100%;white-space:nowrap;overflow:hidden;display:flex;align-items:center}.text-carousel .words[data-v-af559243]{position:relative;width:fit-content;animation:move-af559243 var(--ac059ce8) linear infinite;padding-left:var(--62e7f995)}.text-carousel .words[data-v-af559243]:before{content:attr(ztitle);position:absolute;z-index:-1;text-shadow:var(--text-shadow)}.text-carousel .words[data-v-af559243]:after{position:absolute;right:-100%;content:attr(text)}@keyframes move-af559243{0%{transform:translate(0)}to{transform:translate(-100%)}}.table-scroll[data-v-9b2fa9eb]{height:100%;display:flex!important;flex-direction:column;overflow-y:auto;border:var(--0666b15e) var(--5631c5a7) var(--554dd759);overflow-x:hidden}.table-scroll .th[data-v-9b2fa9eb],.table-scroll .td[data-v-9b2fa9eb]{width:calc(100% - 8px);height:100%;display:flex!important;padding-left:var(--1f395ad3);align-items:var(--35998ab9);justify-content:var(--c3358072);border-left:var(--0666b15e) var(--5631c5a7) var(--554dd759);overflow:hidden}.table-scroll .th p[data-v-9b2fa9eb],.table-scroll .td p[data-v-9b2fa9eb]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-right:10px}.table-scroll .th[data-v-9b2fa9eb]:first-child,.table-scroll .td[data-v-9b2fa9eb]:first-child{border-left:0}.table-scroll .th.customWidth[data-v-9b2fa9eb],.table-scroll .td.customWidth[data-v-9b2fa9eb]{width:var(--width);flex:none}.table-scroll .table-header[data-v-9b2fa9eb]{flex:none;display:flex;flex-direction:row;background-color:var(--06bfebde);border-bottom:var(--0666b15e) var(--5631c5a7) var(--554dd759);height:var(--345149c3);color:var(--33c4b8a0);font-size:var(--f3c30acc);font-weight:var(--2041388a);font-style:var(--091b1d5f);padding:0 8px;background-image:var(--header-background-image);background-repeat:no-repeat;background-size:100% 100%}.table-scroll .table-body[data-v-9b2fa9eb]{flex:1;overflow:hidden}.table-scroll .table-body .tr[data-v-9b2fa9eb]{border-bottom:var(--0666b15e) var(--5631c5a7) var(--554dd759);height:var(--246ef798);background-color:var(--2b879748);padding:0 8px;display:flex;flex-direction:row;transition:all .2s}.table-scroll .table-body .tr[data-v-9b2fa9eb]:nth-child(odd){background:var(--4a3ad39f)}.table-scroll .table-body .tr .td p[data-v-9b2fa9eb]{color:var(--2b37e916);font-size:var(--34eff1a2);font-weight:var(--0ddd62d5);font-style:var(--310a0498)}.table-scroll .table-body .tr .td p.customFont[data-v-9b2fa9eb]{color:var(--text-color);font-size:var(--text-font-size);font-style:var(--text-font-style)}.table-scroll .table-body .tr[data-v-9b2fa9eb]:hover{background-color:var(--row-hover)}.zerov-widget-text[data-v-a95bb805]{width:100%;height:100%;display:flex;white-space:pre-wrap;font-weight:400}.zerov-widget-text[data-v-a95bb805]:before{content:attr(ztitle);position:absolute;z-index:-1;text-shadow:var(--text-shadow)}.count-down[data-v-e5c184aa]{width:100%;height:100%;display:flex;white-space:pre-wrap}.count-down[data-v-e5c184aa]:before{content:attr(ztitle);position:absolute;z-index:-1;text-shadow:var(--text-shadow)}svg[data-v-69a4bd9e]{width:100%;height:100%}svg[data-v-af886cfd]{width:100%;height:100%}svg[data-v-dacc35e0]{width:100%;height:100%}svg[data-v-f00dcb42]{width:100%;height:100%}svg[data-v-a4789139]{width:100%;height:100%}svg[data-v-1df2f161]{width:100%;height:100%}svg[data-v-d3292a01]{width:100%;height:100%}.map-3d-wrap[data-v-55d911a2]{position:relative;width:100%;height:100%;opacity:0;transition:all .5s}.map-3d-wrap .fps[data-v-55d911a2]{position:absolute;left:0;bottom:0;background-color:#88888867;z-index:9;padding:2px 12px}.map-3d-wrap.show[data-v-55d911a2]{opacity:1}.map-3d-wrap .loading[data-v-55d911a2]{width:100%;height:100%;position:absolute;top:0;left:0}.map-3d-wrap .zerov-map-3d[data-v-55d911a2]{width:100%;height:100%}.map-3d-wrap .regional-level[data-v-55d911a2]{position:absolute;left:5%;bottom:5%;transform:translate(-50%) translateY(-50%);padding:6px 20px;color:#fff;font-size:12px;cursor:pointer;transition:all .2s;border-radius:4px;display:flex;gap:16px;flex-direction:column}.map-3d-wrap .regional-level .item[data-v-55d911a2]{display:flex;align-items:center;gap:8px}.map-3d-wrap .regional-level .item .color[data-v-55d911a2]{width:var(--color-width);height:var(--color-height);border-radius:var(--color-borderRadius)}.map-3d-wrap .return-btn[data-v-55d911a2]{position:absolute;left:50%;bottom:5%;transform:translate(-50%);padding:6px 20px;color:#fff;font-size:12px;cursor:pointer;transition:all .2s;border-radius:4px;background-color:#006eff}.map-3d-wrap .return-btn[data-v-55d911a2]:hover{opacity:.8}.map-3d-wrap .return-btn[data-v-55d911a2]:active{opacity:.5}.map-3d-wrap .widget-control[data-v-55d911a2]{position:absolute;left:95%;top:50%;transform:translate(-50%) translateY(-50%);padding:6px 20px;color:#fff;font-size:12px;cursor:pointer;transition:all .2s;border-radius:2px;display:flex;gap:16px;flex-direction:column}.map-3d-wrap .widget-control .control-button[data-v-55d911a2]{width:var(--widget-width);height:var(--widget-height);white-space:nowrap;cursor:pointer;color:#a9a9a9;text-align:center;box-sizing:border-box;outline:0;font-weight:500;-webkit-user-select:none;user-select:none;vertical-align:middle;background-color:transparent;font-size:12px;border-radius:2px;transition:all .2s;background-repeat:no-repeat;overflow:hidden;border:1px solid rgba(114,124,144,.2078431373);display:flex;align-items:center;justify-content:center}.map-3d-wrap .widget-control .control-button[data-v-55d911a2]:hover{outline:0;color:var(--hover-color)!important;font-size:var(--hover-font-size)!important;font-weight:var(--hover-font-weight)!important;font-style:var(--hover-font-style)!important;background-image:var(--hover-background-image)!important;background-color:var(--hover-background-color)!important;border-width:var(--hover-border-width)!important;border-color:var(--hover-border-color)!important;border-style:var(--hover-border-style)!important}.map-3d-wrap .widget-control .control-button.active[data-v-55d911a2]{color:var(--active-color)!important;font-size:var(--active-font-size)!important;font-weight:var(--active-font-weight)!important;font-style:var(--active-font-style)!important;background-image:var(--active-background-image)!important;background-color:var(--active-background-color)!important;border-width:var(--active-border-width)!important;border-color:var(--active-border-color)!important;border-style:var(--active-border-style)!important}.map-3d-wrap .widget-control[data-v-55d911a2]:focus{outline:0}.map-3d-wrap .widget-control[data-v-55d911a2]:hover{outline:0}.map-3d-wrap .area-label p.label{opacity:0;color:#e0e0e0;text-shadow:1px 1px 0px transparent!important}.map-3d-wrap .bar-label .wrap{background-color:#000000b0;padding:2px 6px;border-radius:4px;display:flex;align-items:center;justify-content:center;border-width:1px;border-color:#fff;border-style:solid}.map-3d-wrap .bar-label .wrap .label{opacity:1!important;color:#e0e0e0;text-shadow:1px 1px 0px transparent!important;vertical-align:-1px}.map-3d-wrap .bar-label .wrap .unit{opacity:1!important;color:#e0e0e0;text-shadow:1px 1px 0px transparent!important}.map-3d-wrap .scatter-label .wrap{opacity:0;padding:2px 6px;display:flex;align-items:center;justify-content:center;transform:translateY(-50%)}.map-3d-wrap .scatter-label .wrap .label{position:absolute;left:0;top:0;opacity:1!important;color:#e0e0e0;text-shadow:1px 1px 0px transparent!important;width:100%;text-align:center;white-space:nowrap}.map-3d-wrap .flyline-label .wrap{opacity:0;background-color:#000000b0;padding:2px 6px;border-radius:4px;display:flex;align-items:center;justify-content:center;border-width:1px;border-color:#fff;border-style:solid}.map-3d-wrap .flyline-label .wrap .label{opacity:1!important;color:#e0e0e0;text-shadow:1px 1px 0px transparent!important}.map-3d-wrap .map-label{will-change:transform;-webkit-box-reflect:below 0 -webkit-linear-gradient(transparent,transparent 20%,rgba(255,255,255,.3));opacity:0}.map-3d-wrap .map-label .other-label{display:flex;flex-direction:column;align-items:center;color:#fff;font-size:46px;letter-spacing:4.5px;transform:translateY(300px)}.map-3d-wrap .map-label span:last-child{font-size:12px;font-weight:400;letter-spacing:0px;opacity:.5}.amap-2d-wrap[data-v-83f29823]{position:relative;width:100%;height:100%;opacity:0;transition:all .5s}.amap-2d-wrap.show[data-v-83f29823]{opacity:1}.amap-2d-wrap .zerov-amap-container[data-v-83f29823]{width:100%;height:100%}.amap-3d-wrap[data-v-9af4ba07]{position:relative;width:100%;height:100%;opacity:0;transition:all .5s}.amap-3d-wrap.show[data-v-9af4ba07]{opacity:1}.amap-3d-wrap .zerov-amap-container[data-v-9af4ba07]{width:100%;height:100%}.vr-scene-wrap[data-v-96f96666],.vr-scene-wrap .vr-scene-main[data-v-96f96666]{width:100%;height:100%;position:relative}.vr-scene-wrap .vr-scene[data-v-96f96666]{width:100%;height:100%;position:relative;background-color:#2f2f2f}.vr-scene-wrap .vr-scene-controls[data-v-96f96666]{width:100%;position:absolute;bottom:20px;z-index:2;text-align:center;display:flex;align-items:center;justify-content:center;gap:10px;height:32px}.vr-scene-wrap .vr-scene-controls .btn-icon[data-v-96f96666]{height:32px;width:32px;border-radius:50%;border:1px solid rgba(255,255,255,.2392156863);display:flex;align-items:center;justify-content:center;background-color:#00000047;transition:all .2s}.vr-scene-wrap .vr-scene-controls .btn-icon img[data-v-96f96666]{width:18px;height:18px}.vr-scene-wrap .vr-scene-controls .btn-icon.up[data-v-96f96666]{transform:rotate(90deg)}.vr-scene-wrap .vr-scene-controls .btn-icon.down[data-v-96f96666]{transform:rotate(-90deg)}.vr-scene-wrap .vr-scene-controls .btn-icon.left[data-v-96f96666]{transform:rotate(0)}.vr-scene-wrap .vr-scene-controls .btn-icon.right[data-v-96f96666]{transform:rotate(-180deg)}.vr-scene-wrap .vr-scene-controls .btn-icon i.iconfont[data-v-96f96666]{color:#fff}.vr-scene-wrap .vr-scene-controls .btn-icon[data-v-96f96666]:hover{border-color:#ff7d00}.vr-scene-wrap .scene-menu[data-v-96f96666]{width:100%;position:absolute;bottom:80px;z-index:2;height:78px;left:0;background-color:#0003;display:flex;justify-content:center}.vr-scene-wrap .scene-menu .scene-list[data-v-96f96666]{display:flex;padding:6px 0 12px;box-sizing:border-box}.vr-scene-wrap .scene-menu .scene-list .scene-item[data-v-96f96666]{min-width:100px;width:100px;height:60px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;position:relative;border:2px solid #fff;border-radius:4px;margin-right:8px}.vr-scene-wrap .scene-menu .scene-list .scene-item .thumbnail[data-v-96f96666]{width:100%;height:100%;object-fit:cover}.vr-scene-wrap .scene-menu .scene-list .scene-item .label[data-v-96f96666]{width:100%;position:absolute;left:0;bottom:0;color:#fff;text-align:center;background-color:#00000080;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.vr-scene-wrap .mouse-tip[data-v-96f96666]{width:200px;height:160px;border-radius:12px;background-color:#00000067;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:24px}.vr-scene-wrap .mouse-tip i.zv-mouse[data-v-96f96666]{font-size:34px}.vr-scene-wrap .mouse-tip .icon-wrap[data-v-96f96666]{display:flex;gap:2px}.vr-scene-wrap .mouse-tip .icon-wrap .left[data-v-96f96666]{transform:rotate(90deg)}.vr-scene-wrap .mouse-tip .icon-wrap .left i.iconfont[data-v-96f96666]{font-size:24px;color:#ff3434}.vr-scene-wrap .mouse-tip .icon-wrap .right[data-v-96f96666]{transform:rotate(-90deg)}.vr-scene-wrap .mouse-tip .icon-wrap .right i.iconfont[data-v-96f96666]{font-size:24px;color:#ff3434}audio[data-v-96f96666]{opacity:0}[data-v-96f96666] .swiper .swiper-wrapper .swiper-slide{width:128px!important;height:78px!important}[data-v-96f96666] .vjs-mouse-display{display:none!important}[data-v-96f96666] .custom-hotspot{background-size:contain;background-repeat:no-repeat;background-position:0 0;border-radius:var(--ued-border-radius)}[data-v-96f96666] .pnlm-tooltip span{visibility:visible!important;top:10px}[data-v-96f96666] .pnlm-tooltip span:after{display:none}.unity-canvas[data-v-f93f10bb],.unity-wrap[data-v-50d20c64],.iframe-webscoket[data-v-a0eceb2b],.shj-for-ue[data-v-43a0b7b9]{width:100%;height:100%}.zerov-widget{width:100%;height:100%;position:relative}.zerov-widget .widget{width:100%;height:100%;outline:none!important;background-color:transparent!important}.zerov-widget.svg-wrap svg{width:100%;height:100%}
|
|
1
|
+
@charset "UTF-8";.zerov-widget-text[data-v-7dcb2cfd]{width:100%;height:100%;display:flex;white-space:pre-wrap;font-weight:400}.zerov-widget-text[data-v-7dcb2cfd]:before{content:attr(ztitle);position:absolute;z-index:-1;text-shadow:var(--text-shadow)}.table-scroll[data-v-5d78d597]{height:100%;display:flex!important;flex-direction:column;border:var(--b3073844) var(--8b05448c) var(--8ccd2128)}.table-scroll .th[data-v-5d78d597],.table-scroll .td[data-v-5d78d597]{width:calc(100% - 8px);height:100%;display:flex!important;padding-left:var(--6e2dd140);align-items:var(--337db774);justify-content:var(--175b4ad4);border-left:var(--b3073844) var(--8b05448c) var(--8ccd2128);overflow:hidden}.table-scroll .th p[data-v-5d78d597],.table-scroll .td p[data-v-5d78d597]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-right:10px}.table-scroll .th[data-v-5d78d597]:first-child,.table-scroll .td[data-v-5d78d597]:first-child{border-left:0}.table-scroll .table-header[data-v-5d78d597]{flex:none;display:flex;flex-direction:row;background-color:var(--60eba224);border-bottom:var(--b3073844) var(--8b05448c) var(--8ccd2128);height:var(--a5715660);color:var(--07adbea6);font-size:var(--cc841332);font-weight:var(--f6e65ec6);font-style:var(--8c7a9228);padding:0 8px;background-image:var(--header-background-image);background-repeat:no-repeat;background-size:100% 100%}.table-scroll .table-body[data-v-5d78d597]{flex:1;overflow:auto}.table-scroll .table-body .tr[data-v-5d78d597]{border-bottom:var(--b3073844) var(--8b05448c) var(--8ccd2128);height:var(--499661e5);background-color:var(--72b695a2);padding:0 8px;display:flex;flex-direction:row;transition:all .2s}.table-scroll .table-body .tr[data-v-5d78d597]:nth-child(odd){background:var(--odd-background)}.table-scroll .table-body .tr .td p[data-v-5d78d597]{color:var(--30ed12c2);font-size:var(--5e7e123c);font-weight:var(--2b7438b0);font-style:var(--28659681)}.table-scroll .table-body .tr[data-v-5d78d597]:hover{background-color:var(--row-hover)}.earth-wrap[data-v-689c7e5c]{width:100%;height:100%;min-width:100px;min-height:100px;overflow:hidden;position:relative}.zv-earth[data-v-689c7e5c]{width:100%;height:100%}.zv-earth[data-v-689c7e5c] .tag{opacity:0;transition:opacity .2s}.zv-earth.showLabel[data-v-689c7e5c] .tag{opacity:1}.widget[data-v-7620ca45]{opacity:0;transition:all .8s ease}.widget.show[data-v-7620ca45]{opacity:1}.babylon-loading[data-v-7620ca45]{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);transition:all .2s;pointer-events:none!important;font-size:14px;color:#fff;text-shadow:0 0 2px #676767}.widget[data-v-6792ad5c]{opacity:0;transition:all .8s ease}.widget.show[data-v-6792ad5c]{opacity:1}.babylon-loading[data-v-6792ad5c]{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);transition:all .2s;pointer-events:none!important;font-size:14px;color:#fff;text-shadow:0 0 2px #676767}.widget[data-v-c911b312]{opacity:0;transition:all .8s ease}.widget.show[data-v-c911b312]{opacity:1}.babylon-loading[data-v-c911b312]{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);transition:all .2s;pointer-events:none!important;font-size:14px;color:#fff;text-shadow:0 0 2px #676767}.loop-iterator-wrap[data-v-3ad683d6]{display:grid;overflow:auto;box-sizing:border-box}.loop-iterator-wrap[data-v-3ad683d6]::-webkit-scrollbar{display:none}.loop-iterator-wrap .loop-iterator-item[data-v-3ad683d6]{display:grid;cursor:pointer}.loop-iterator-wrap .loop-iterator-item-image img[data-v-3ad683d6]{width:100%;height:100%;object-fit:cover}.widget[data-v-c1aa323e]{opacity:0;transition:all .8s ease}.widget.show[data-v-c1aa323e]{opacity:1}.babylon-loading[data-v-c1aa323e]{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);transition:all .2s;pointer-events:none!important;font-size:14px;color:#fff;text-shadow:0 0 2px #676767}.zerov-widgets[data-v-c5cf90ee]{display:flex;justify-content:space-between;align-items:center}.wavesurfer-wrap[data-v-84099254]{width:100%;height:100%;position:relative;display:flex;align-items:center}.wavesurfer-wrap .wavesurfer[data-v-84099254]{width:100%;position:relative}.wavesurfer-wrap .wavesurfer .time[data-v-84099254],.wavesurfer-wrap .wavesurfer .duration[data-v-84099254]{position:absolute;z-index:11;top:50%;margin-top:-1px;transform:translateY(-50%);font-size:12px;background:#000000bf;padding:2px;color:#ddd}.wavesurfer-wrap .wavesurfer .time[data-v-84099254]{left:0}.wavesurfer-wrap .wavesurfer .duration[data-v-84099254]{right:0}.zerov-widget-tabs[data-v-da6ebaec]{height:100%;display:flex;flex-direction:row;gap:6px;overflow:hidden}.zerov-widget-tabs .tab-item[data-v-da6ebaec]{flex:1;display:flex;justify-content:center;align-items:center;background:var(--item-background) no-repeat center center;border-radius:2px;font-size:14px;font-style:normal;font-weight:400;color:#fff;border-width:0px;border-color:#292929;border-style:solid;cursor:pointer;background-size:cover;transition:color .2s,background-color .2s;text-shadow:var(--text-shadow)}.zerov-widget-tabs .tab-item.selected[data-v-da6ebaec]{font-family:var(--selected-font-family)!important;color:var(--selected-color)!important;font-size:var(--selected-font-size)!important;font-weight:var(--selected-font-weight)!important;font-style:var(--selected-font-style)!important;border-width:var(--selected-border-width)!important;border-color:var(--selected-border-color)!important;border-style:var(--selected-border-style)!important;background:var(--selected-background) no-repeat center center!important;background-size:100%;text-shadow:var(--selected-text-shadow)}.zerov-widget-tabs[data-v-64e0e0c7]{height:100%;display:flex;flex-direction:row;gap:6px;overflow:hidden}.zerov-widget-tabs .tab-item[data-v-64e0e0c7]{flex:1;display:flex;justify-content:center;align-items:center;background-color:#006aff33;border-radius:2px;font-size:14px;font-style:normal;font-weight:400;color:#fff;border-width:0px;border-color:#292929;border-style:solid;cursor:pointer;background-position:center;background-repeat:no-repeat;background-size:100% 100%;background-image:var(--item-background-image);transition:color .2s,background-color .2s;text-shadow:var(--text-shadow)}.zerov-widget-tabs .tab-item.selected[data-v-64e0e0c7]{font-family:var(--selected-font-family)!important;color:var(--selected-color)!important;font-size:var(--selected-font-size)!important;font-weight:var(--selected-font-weight)!important;font-style:var(--selected-font-style)!important;border-width:var(--selected-border-width)!important;border-color:var(--selected-border-color)!important;border-style:var(--selected-border-style)!important;background-color:var(--selected-background-color)!important;background-image:var(--selected-background-image)!important;text-shadow:var(--selected-text-shadow)}.zv-button[data-v-44033ae5]{height:100%;width:100%;white-space:nowrap;cursor:pointer;color:#000;text-align:center;box-sizing:border-box;outline:0;font-weight:500;-webkit-user-select:none;user-select:none;vertical-align:middle;background-color:#fff;font-size:14px;border-radius:4px;transition:background-color .1s}.zv-button[data-v-44033ae5]:focus,.zv-button[data-v-44033ae5]:hover{outline:0;background-color:var(--hover-auto-background-color)!important}.zv-button[data-v-44033ae5]:active{background-color:var(--active-auto-background-color)!important}.zv-button[data-v-9fbacf32]{height:100%;width:100%;white-space:nowrap;cursor:pointer;color:#000;text-align:center;box-sizing:border-box;outline:0;font-weight:500;-webkit-user-select:none;user-select:none;vertical-align:middle;background-color:transparent;font-size:14px;border-radius:4px;transition:all .2s;background-repeat:no-repeat;overflow:hidden}.zv-button[data-v-9fbacf32]:hover{outline:0;color:var(--hover-color)!important;font-size:var(--hover-font-size)!important;font-weight:var(--hover-font-weight)!important;font-style:var(--hover-font-style)!important;background-color:var(--hover-background-color)!important;background-image:var(--hover-background-image)!important;border-width:var(--hover-border-width)!important;border-color:var(--hover-border-color)!important;border-style:var(--hover-border-style)!important}.zv-button[data-v-9fbacf32]:focus{outline:0}.zv-button[data-v-9fbacf32]:active{color:var(--active-color)!important;font-size:var(--active-font-size)!important;font-weight:var(--active-font-weight)!important;font-style:var(--active-font-style)!important;background-color:var(--active-background-color)!important;background-image:var(--active-background-image)!important;border-width:var(--active-border-width)!important;border-color:var(--active-border-color)!important;border-style:var(--active-border-style)!important}.zerov-widget-select[data-v-c5a3dc95]{position:relative;display:inline-block;width:100%;height:100%;cursor:pointer}.zerov-widget-select__trigger[data-v-c5a3dc95]{width:100%;height:100%;display:flex;justify-content:space-between;align-items:center;padding:8px;border-radius:4px;transition:all .3s;border:1px solid #4c4d4f;background-repeat:no-repeat;background-size:100% 100%}.zerov-widget-select__trigger[data-v-c5a3dc95]:hover{color:var(--hover-color)!important;font-weight:var(--hover-font-weight)!important;font-style:var(--hover-font-style)!important;font-size:var(--hover-font-size)!important;background-color:var(--hover-background-color)!important;border-color:var(--hover-border-color)!important;border-width:var(--hover-border-width)!important;border-style:var(--hover-border-style)!important}.zerov-widget-select__trigger.is-active[data-v-c5a3dc95]{color:var(--hover-color)!important;font-weight:var(--focus-font-weight)!important;font-style:var(--focus-font-style)!important;font-size:var(--focus-font-size)!important;background-color:var(--focus-background-color)!important;border-color:var(--focus-border-color)!important;border-width:var(--focus-border-width)!important;border-style:var(--focus-border-style)!important}.zerov-widget-select__placeholder[data-v-c5a3dc95]{color:#8d9095;font-size:14px;line-height:100%;font-weight:500;font-style:normal;font-family:SHJ-SourceHanSansSC-Regular-otf}.zerov-widget-select__prefix[data-v-c5a3dc95]{width:24px;height:24px;display:block}.zerov-widget-select__prefix img[data-v-c5a3dc95]{width:100%;height:100%}.zerov-widget-select__selected[data-v-c5a3dc95]{color:#c0c4cc;font-weight:500;display:block}.zerov-widget-select__arrow[data-v-c5a3dc95]{line-height:100%;transform:rotate(0);transition:transform .3s}.zerov-widget-select__arrow img[data-v-c5a3dc95]{width:14px;height:14px}.zerov-widget-select__arrow.is-open[data-v-c5a3dc95]{transform:rotate(180deg)}.zerov-widget-select__dropdown[data-v-c5a3dc95]{position:absolute;left:0;right:0;z-index:1000;padding:5px 0;margin-top:6px;background-color:#1d1e1f;border:1px solid #414243;border-radius:4px;box-shadow:0 2px 12px #0000001a;max-height:190px;overflow-y:auto}.zerov-widget-select__option[data-v-c5a3dc95]{font-size:14px;color:#c5c9d1;cursor:pointer;list-style:none;font-weight:500;height:36px;padding:0 12px;box-sizing:border-box;display:flex;align-items:center}.zerov-widget-select__option-prefix[data-v-c5a3dc95]{width:24px;height:24px;margin-right:6px;display:block}.zerov-widget-select__option-prefix img[data-v-c5a3dc95]{width:100%;height:100%}.zerov-widget-select__option[data-v-c5a3dc95]:hover{background-color:var(--hover-background-color)!important;color:var(--hover-color)!important;font-size:var(--hover-font-size)!important;font-weight:var(--hover-font-weight)!important;font-style:var(--hover-font-style)!important}.zerov-widget-select__option.is-selected[data-v-c5a3dc95]{background-color:var(--active-background-color)!important;color:var(--active-color)!important;font-size:var(--active-font-size)!important;font-weight:var(--active-font-weight)!important;font-style:var(--active-font-style)!important}.fade-in-linear-enter-active[data-v-c5a3dc95],.fade-in-linear-leave-active[data-v-c5a3dc95]{transition:opacity .3s ease,transform .3s ease}.fade-in-linear-enter-from[data-v-c5a3dc95],.fade-in-linear-leave-to[data-v-c5a3dc95]{opacity:0;transform:translateY(-5%)}.fade-in-linear-leave-from[data-v-c5a3dc95]{opacity:1;transform:translateY(0)}.zerov-widget-input[data-v-6e7a96b6]{height:100%;width:100%;background-color:#212c46;outline:0;color:#fff;font-size:14px;padding:0 10px;text-align:left;border-width:1px;border-color:#1f69ff;border-style:solid;border-radius:4px;cursor:text}.zerov-widget-input[data-v-6e7a96b6]::placeholder{color:var(--placeholder-color)!important;font-size:var(--placeholder-font-size)!important}.zerov-widget-input[data-v-6e7a96b6]:focus{font-size:var(--focus-font-size)!important;font-family:var(--focus-font-family)!important;color:var(--focus-color)!important;font-weight:var(--focus-font-weight)!important;background-color:var(--focus-background-color)!important;border-width:var(--focus-border-width)!important;border-color:var(--focus-border-color)!important;border-style:var(--focus-border-style)!important}.zerov-widget-slider[data-v-18e3309e]{width:100%;height:100%;display:flex;align-items:center}.zerov-widget-slider .slider[data-v-18e3309e]{width:100%;--slider-bg: var(--3c5b8910);--slider-connect-bg: var(--f3ecf0b8);--slider-height: var(--9b89184a);--slider-radius: var(--0446fa10);--slider-handle-bg: var(--7901f5d0);--slider-handle-width: var(--bf9745cc);--slider-handle-height: var(--9e40ba5a);--slider-handle-radius: var(--02eb2908);--slider-handle-ring-width: var(--261491ea);--slider-handle-ring-color: var(--75889240);--slider-tooltip-font-size: var(--ed677736);--slider-tooltip-font-weight: var(--5cb2a3ce);--slider-tooltip-bg: var(--de310706);--slider-tooltip-color: var(--ab3997aa);--slider-tooltip-radius: var(--3d0edefa);--slider-tooltip-py: var(--09794f2c);--slider-tooltip-px: var(--bccfbb66);--slider-tooltip-arrow-size: var(--2afba7db);--slider-tooltip-distance: var(--6a864c80)}.zerov-widget-slider .slider[data-v-18e3309e] .slider-handle{top:calc((var(--slider-handle-height, 16px) - var(--slider-height, 6px)) / 2 * -1)!important}.zv-switch[data-v-3644cf76]{width:100%;height:100%;overflow:hidden;display:flex;justify-content:center;align-items:center;--zv-switch-on-color: var(--1e49fb33);--zv-switch-off-color: var(--3d1276a5)}.zv-switch.is-checked .zv-switch__core[data-v-3644cf76]{border-color:var(--zv-switch-border-color, var(--zv-switch-on-color));background-color:var(--zv-switch-on-color)}.zv-switch.is-checked .zv-switch__core .zv-switch__action[data-v-3644cf76]{left:calc(100% - var(--785e8df6) - 2px)}.zv-switch .zv-switch__input[data-v-3644cf76]{position:absolute;width:0;height:0;opacity:0;margin:0}.zv-switch .zv-switch__core[data-v-3644cf76]{display:inline-flex;position:relative;align-items:center;min-width:var(--af899230);height:var(--5b444888);border:1px solid var(--zv-switch-border-color, var(--zv-switch-off-color));outline:none;border-radius:var(--79766582);box-sizing:border-box;background:var(--zv-switch-off-color);cursor:pointer;transition:border-color .3s,background-color .3s}.zv-switch .zv-switch__core .zv-switch__action[data-v-3644cf76]{position:absolute;left:2px;border-radius:var(--7e0e5188);transition:all .3s;width:var(--785e8df6);height:var(--785e8df6);background-color:var(--2e4dc5ee);display:flex;justify-content:center;align-items:center}.zerov-widgets-wrap[data-v-6b2adda5]{width:100%;height:100%;position:relative}.zerov-widgets-wrap .selected-date[data-v-6b2adda5]{width:100%;height:100%;border:1px solid #4c4d4f;background-repeat:no-repeat;background-size:100% 100%;border-radius:4px}.zerov-widgets-wrap .selected-date__prefix[data-v-6b2adda5]{width:34px;height:34px;display:flex;align-items:center;justify-content:center}.zerov-widgets-wrap .selected-date__prefix img[data-v-6b2adda5]{width:16px;height:16px}.zerov-widgets-wrap .selected-date__inner[data-v-6b2adda5]{width:100%;height:100%;position:absolute;padding-left:34px;left:0;top:0;display:flex;align-items:center;justify-content:start}.zerov-widgets-wrap .zv-date-picker[data-v-6b2adda5]{width:100%;min-width:322px;position:absolute;left:0;top:100%;margin-top:10px;border-radius:4px;z-index:2000;font-size:12px;line-height:20px;overflow-wrap:break-word;visibility:visible;background-color:#1d1e1f;border:1px solid #414243;box-shadow:0 0 12px #000000b8;color:#cfd3dc;line-height:30px}.zerov-widgets-wrap .zv-date-picker__header[data-v-6b2adda5]{padding:12px 12px 0;text-align:center}.zerov-widgets-wrap .zv-date-picker__header .zv-date-picker__prev-btn .iconfont[data-v-6b2adda5],.zerov-widgets-wrap .zv-date-picker__header .zv-date-picker__next-btn .iconfont[data-v-6b2adda5]{font-size:12px;color:#e5eaf3;cursor:pointer;padding:1px 6px}.zerov-widgets-wrap .zv-date-picker__header .zv-date-picker__prev-btn .iconfont[data-v-6b2adda5]:hover,.zerov-widgets-wrap .zv-date-picker__header .zv-date-picker__next-btn .iconfont[data-v-6b2adda5]:hover{color:#409eff}.zerov-widgets-wrap .zv-date-picker__header .zv-date-picker__prev-btn[data-v-6b2adda5]{float:left}.zerov-widgets-wrap .zv-date-picker__header .zv-date-picker__next-btn[data-v-6b2adda5]{float:right}.zerov-widgets-wrap .zv-date-picker__header-label[data-v-6b2adda5]{font-size:16px;font-weight:500;padding:0 5px;line-height:22px;text-align:center;cursor:pointer;color:#cfd3dc}.zerov-widgets-wrap .zv-date-picker__header-label[data-v-6b2adda5]:hover{color:#409eff}.zerov-widgets-wrap .zv-date-picker__body[data-v-6b2adda5]{margin:15px}.zerov-widgets-wrap .zv-date-picker__body .zv-date-table[data-v-6b2adda5]{font-size:12px;-webkit-user-select:none;user-select:none;width:100%}.zerov-widgets-wrap .zv-date-picker__body .zv-date-table th[data-v-6b2adda5]{padding:5px;color:#cfd3dc;font-weight:500;border-bottom:solid 1px #363637}.zerov-widgets-wrap .zv-date-picker__body .zv-date-table td[data-v-6b2adda5]{width:32px;height:30px;padding:4px 0;box-sizing:border-box;text-align:center;cursor:pointer;position:relative}.zerov-widgets-wrap .zv-date-picker__body .zv-date-table td.prev-month[data-v-6b2adda5],.zerov-widgets-wrap .zv-date-picker__body .zv-date-table td.next-month[data-v-6b2adda5]{color:#8d9095}.zv-button[data-v-cf181ab5]{height:100%;width:100%;white-space:nowrap;cursor:pointer;color:#000;text-align:center;box-sizing:border-box;outline:0;font-weight:500;-webkit-user-select:none;user-select:none;vertical-align:middle;background-color:transparent;font-size:14px;border-radius:4px;transition:all .2s;background-repeat:no-repeat;overflow:hidden}.zv-button[data-v-cf181ab5]:hover{outline:0;color:var(--hover-color)!important;font-size:var(--hover-font-size)!important;font-weight:var(--hover-font-weight)!important;font-style:var(--hover-font-style)!important;background-color:var(--hover-background-color)!important;background-image:var(--hover-background-image)!important;border-width:var(--hover-border-width)!important;border-color:var(--hover-border-color)!important;border-style:var(--hover-border-style)!important}.zv-button[data-v-cf181ab5]:focus{outline:0}.zv-button[data-v-cf181ab5]:active{color:var(--active-color)!important;font-size:var(--active-font-size)!important;font-weight:var(--active-font-weight)!important;font-style:var(--active-font-style)!important;background-color:var(--active-background-color)!important;background-image:var(--active-background-image)!important;border-width:var(--active-border-width)!important;border-color:var(--active-border-color)!important;border-style:var(--active-border-style)!important}.zerov-image[data-v-b608febd]{width:100%;height:100%;background-size:auto;background-repeat:no-repeat;background-position:center}.zerov-widget-title[data-v-3e8689ba]{width:100%;height:100%;display:flex;white-space:pre-wrap;font-weight:400}.zerov-widget-title[data-v-3e8689ba]:before{content:attr(ztitle);position:absolute;z-index:-1;text-shadow:var(--text-shadow)}.qrcode[data-v-106420a4],.zerov-widget-video[data-v-c69fb493]{width:100%;height:100%}.audio[data-v-a535f752]{width:100%;height:100%;overflow:hidden;display:flex;align-items:center}.audio audio[data-v-a535f752]{width:100%}.audio .audio-svg[data-v-a535f752]{width:100%;height:100%}.audio .audio-svg.animation[data-v-a535f752]{animation:audiocircle-a535f752 5s infinite linear}@keyframes audiocircle-a535f752{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.real-time[data-v-68f8955f]{width:100%;height:100%;display:flex;white-space:pre-wrap}.real-time[data-v-68f8955f]:before{content:attr(ztitle);position:absolute;z-index:-1;text-shadow:var(--text-shadow)}.carousel[data-v-6dd219d9]{width:100%;height:100%;color:#fff;overflow:hidden}.carousel img.image[data-v-6dd219d9]{width:100%;height:100%;object-fit:cover;background:#000}.carousel[data-v-6f4add55]{width:100%;height:100%;color:#fff;overflow:hidden}.carousel img.image[data-v-6f4add55]{width:100%;height:100%;object-fit:cover;background:#000}.carousel[data-v-cd51dd8f]{width:100%;height:100%;color:#fff;overflow:hidden}.carousel .iframe-slide[data-v-cd51dd8f]{width:100%;height:100%;overflow:hidden;border:0;pointer-events:none}iframe.iframe[data-v-ed1339a9]{width:100%;height:100%;border:0;overflow:hidden}.audio[data-v-6c497752]{width:100%;height:100%;overflow:hidden;display:flex;align-items:center}.audio audio[data-v-6c497752]{width:100%}.audio .audio-svg[data-v-6c497752]{width:100%;height:100%}.audio .audio-svg.animation[data-v-6c497752]{animation:audiocircle-6c497752 5s infinite linear}@keyframes audiocircle-6c497752{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.zerov-widget-video[data-v-fb3135d9]{width:100%;height:100%}.zerov-image[data-v-1cba2727]{width:100%;height:100%;background-size:auto;background-repeat:no-repeat;background-position:center}.zerov-widget-over-number[data-v-b77ebdeb]{width:100%;height:100%;display:flex;color:#fff;font-family:"";white-space:pre-wrap}.table-scroll[data-v-1ca17191]{height:100%;display:flex!important;flex-direction:column;overflow-y:auto;border:var(--58ba5df3) var(--64ed3d76) var(--66b51a12);overflow-x:hidden}.table-scroll .th[data-v-1ca17191],.table-scroll .td[data-v-1ca17191]{width:calc(100% - 8px);height:100%;display:flex!important;padding-left:var(--7b271175);align-items:var(--3131035b);justify-content:var(--cb28d12e);border-left:var(--58ba5df3) var(--64ed3d76) var(--66b51a12);overflow:hidden}.table-scroll .th p[data-v-1ca17191],.table-scroll .td p[data-v-1ca17191]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-right:10px}.table-scroll .th[data-v-1ca17191]:first-child,.table-scroll .td[data-v-1ca17191]:first-child{border-left:0}.table-scroll .th.customWidth[data-v-1ca17191],.table-scroll .td.customWidth[data-v-1ca17191]{width:var(--width);flex:none}.table-scroll .table-header[data-v-1ca17191]{flex:none;display:flex;flex-direction:row;background-color:var(--73f7a5af);border-bottom:var(--58ba5df3) var(--64ed3d76) var(--66b51a12);height:var(--3057a165);color:var(--1ea5d242);font-size:var(--cc251c88);font-weight:var(--d0ce57b0);font-style:var(--04b29601);padding:0 8px;background-image:var(--header-background-image);background-repeat:no-repeat;background-size:100% 100%}.table-scroll .table-body[data-v-1ca17191]{flex:1;overflow:hidden}.table-scroll .table-body .tr[data-v-1ca17191]{border-bottom:var(--58ba5df3) var(--64ed3d76) var(--66b51a12);background-color:var(--13621f7a);padding:0 8px;display:flex;flex-direction:row;transition:all .2s}.table-scroll .table-body .tr[data-v-1ca17191]:nth-child(odd){background:var(--89062386)}.table-scroll .table-body .tr .td p[data-v-1ca17191]{color:var(--68a32597);font-size:var(--3ce3425e);font-weight:var(--37034df3);font-style:var(--c3079254)}.table-scroll .table-body .tr .td p.customFont[data-v-1ca17191]{color:var(--text-color);font-size:var(--text-font-size);font-style:var(--text-font-style)}.table-scroll .table-body .tr[data-v-1ca17191]:hover{background-color:var(--row-hover)}.text-carousel[data-v-af559243]{width:100%;height:100%;white-space:nowrap;overflow:hidden;display:flex;align-items:center}.text-carousel .words[data-v-af559243]{position:relative;width:fit-content;animation:move-af559243 var(--ac059ce8) linear infinite;padding-left:var(--62e7f995)}.text-carousel .words[data-v-af559243]:before{content:attr(ztitle);position:absolute;z-index:-1;text-shadow:var(--text-shadow)}.text-carousel .words[data-v-af559243]:after{position:absolute;right:-100%;content:attr(text)}@keyframes move-af559243{0%{transform:translate(0)}to{transform:translate(-100%)}}.table-scroll[data-v-ed5eeea7]{height:100%;display:flex!important;flex-direction:column;overflow-y:auto;border:var(--1ecf4d84) var(--d92d3a58) var(--daf516f4);overflow-x:hidden}.table-scroll .th[data-v-ed5eeea7],.table-scroll .td[data-v-ed5eeea7]{width:calc(100% - 8px);height:100%;display:flex!important;padding-left:var(--413c0106);align-items:var(--379313ec);justify-content:var(--ed7e110c);border-left:var(--1ecf4d84) var(--d92d3a58) var(--daf516f4);overflow:hidden}.table-scroll .th p[data-v-ed5eeea7],.table-scroll .td p[data-v-ed5eeea7]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-right:10px}.table-scroll .th[data-v-ed5eeea7]:first-child,.table-scroll .td[data-v-ed5eeea7]:first-child{border-left:0}.table-scroll .th.customWidth[data-v-ed5eeea7],.table-scroll .td.customWidth[data-v-ed5eeea7]{width:var(--width);flex:none}.table-scroll .table-header[data-v-ed5eeea7]{flex:none;display:flex;flex-direction:row;background-color:var(--39d7a73e);border-bottom:var(--1ecf4d84) var(--d92d3a58) var(--daf516f4);height:var(--1f2d0176);color:var(--08fe595a);font-size:var(--28eb118d);font-weight:var(--5d78d5b7);font-style:var(--0b14a692);padding:0 8px;background-image:var(--header-background-image);background-repeat:no-repeat;background-size:100% 100%}.table-scroll .table-body[data-v-ed5eeea7]{flex:1;overflow:hidden}.table-scroll .table-body .tr[data-v-ed5eeea7]{border-bottom:var(--1ecf4d84) var(--d92d3a58) var(--daf516f4);height:var(--e3a9ffea);background-color:var(--452338c9);padding:0 8px;display:flex;flex-direction:row;transition:all .2s}.table-scroll .table-body .tr[data-v-ed5eeea7]:nth-child(odd){background:var(--7a020f4c)}.table-scroll .table-body .tr .td p[data-v-ed5eeea7]{color:var(--b8859230);font-size:var(--5f38823c);font-weight:var(--68c46742);font-style:var(--9ec990b2)}.table-scroll .table-body .tr .td p.customFont[data-v-ed5eeea7]{color:var(--text-color);font-size:var(--text-font-size);font-style:var(--text-font-style)}.table-scroll .table-body .tr[data-v-ed5eeea7]:hover{background-color:var(--row-hover)}.zerov-widget-text[data-v-896f9b11]{width:100%;height:100%;display:flex;white-space:pre-wrap;font-weight:400}.zerov-widget-text[data-v-896f9b11]:before{content:attr(ztitle);position:absolute;z-index:-1;text-shadow:var(--text-shadow)}.count-down[data-v-8b8c9005]{width:100%;height:100%;display:flex;white-space:pre-wrap}.count-down[data-v-8b8c9005]:before{content:attr(ztitle);position:absolute;z-index:-1;text-shadow:var(--text-shadow)}svg[data-v-69a4bd9e]{width:100%;height:100%}svg[data-v-af886cfd]{width:100%;height:100%}svg[data-v-dacc35e0]{width:100%;height:100%}svg[data-v-f00dcb42]{width:100%;height:100%}svg[data-v-a4789139]{width:100%;height:100%}svg[data-v-1df2f161]{width:100%;height:100%}svg[data-v-d3292a01]{width:100%;height:100%}.map-3d-wrap[data-v-acc89c32]{position:relative;width:100%;height:100%;opacity:0;transition:all .5s}.map-3d-wrap .fps[data-v-acc89c32]{position:absolute;left:0;bottom:0;background-color:#88888867;z-index:9;padding:2px 12px}.map-3d-wrap.show[data-v-acc89c32]{opacity:1}.map-3d-wrap .loading[data-v-acc89c32]{width:100%;height:100%;position:absolute;top:0;left:0}.map-3d-wrap .zerov-map-3d[data-v-acc89c32]{width:100%;height:100%}.map-3d-wrap .regional-level[data-v-acc89c32]{position:absolute;left:5%;bottom:5%;transform:translate(-50%) translateY(-50%);padding:6px 20px;color:#fff;font-size:12px;cursor:pointer;transition:all .2s;border-radius:4px;display:flex;gap:16px;flex-direction:column}.map-3d-wrap .regional-level .item[data-v-acc89c32]{display:flex;align-items:center;gap:8px}.map-3d-wrap .regional-level .item .color[data-v-acc89c32]{width:var(--color-width);height:var(--color-height);border-radius:var(--color-borderRadius)}.map-3d-wrap .return-btn[data-v-acc89c32]{position:absolute;left:50%;bottom:5%;transform:translate(-50%);padding:6px 20px;color:#fff;font-size:12px;cursor:pointer;transition:all .2s;border-radius:4px;background-color:#006eff}.map-3d-wrap .return-btn[data-v-acc89c32]:hover{opacity:.8}.map-3d-wrap .return-btn[data-v-acc89c32]:active{opacity:.5}.map-3d-wrap .widget-control[data-v-acc89c32]{position:absolute;left:95%;top:50%;transform:translate(-50%) translateY(-50%);padding:6px 20px;color:#fff;font-size:12px;cursor:pointer;transition:all .2s;border-radius:2px;display:flex;gap:16px;flex-direction:column}.map-3d-wrap .widget-control .control-button[data-v-acc89c32]{width:var(--widget-width);height:var(--widget-height);white-space:nowrap;cursor:pointer;color:#a9a9a9;text-align:center;box-sizing:border-box;outline:0;font-weight:500;-webkit-user-select:none;user-select:none;vertical-align:middle;background-color:transparent;font-size:12px;border-radius:2px;transition:all .2s;background-repeat:no-repeat;overflow:hidden;border:1px solid rgba(114,124,144,.2078431373);display:flex;align-items:center;justify-content:center}.map-3d-wrap .widget-control .control-button[data-v-acc89c32]:hover{outline:0;color:var(--hover-color)!important;font-size:var(--hover-font-size)!important;font-weight:var(--hover-font-weight)!important;font-style:var(--hover-font-style)!important;background-image:var(--hover-background-image)!important;background-color:var(--hover-background-color)!important;border-width:var(--hover-border-width)!important;border-color:var(--hover-border-color)!important;border-style:var(--hover-border-style)!important}.map-3d-wrap .widget-control .control-button.active[data-v-acc89c32]{color:var(--active-color)!important;font-size:var(--active-font-size)!important;font-weight:var(--active-font-weight)!important;font-style:var(--active-font-style)!important;background-image:var(--active-background-image)!important;background-color:var(--active-background-color)!important;border-width:var(--active-border-width)!important;border-color:var(--active-border-color)!important;border-style:var(--active-border-style)!important}.map-3d-wrap .widget-control[data-v-acc89c32]:focus{outline:0}.map-3d-wrap .widget-control[data-v-acc89c32]:hover{outline:0}.map-3d-wrap .area-label p.label{opacity:0;color:#e0e0e0;text-shadow:1px 1px 0px transparent!important}.map-3d-wrap .bar-label .wrap{background-color:#000000b0;padding:2px 6px;border-radius:4px;display:flex;align-items:center;justify-content:center;border-width:1px;border-color:#fff;border-style:solid}.map-3d-wrap .bar-label .wrap .label{opacity:1!important;color:#e0e0e0;text-shadow:1px 1px 0px transparent!important;vertical-align:-1px}.map-3d-wrap .bar-label .wrap .unit{opacity:1!important;color:#e0e0e0;text-shadow:1px 1px 0px transparent!important}.map-3d-wrap .scatter-label .wrap{opacity:0;padding:2px 6px;display:flex;align-items:center;justify-content:center;transform:translateY(-50%)}.map-3d-wrap .scatter-label .wrap .label{position:absolute;left:0;top:0;opacity:1!important;color:#e0e0e0;text-shadow:1px 1px 0px transparent!important;width:100%;text-align:center;white-space:nowrap}.map-3d-wrap .flyline-label .wrap{opacity:0;background-color:#000000b0;padding:2px 6px;border-radius:4px;display:flex;align-items:center;justify-content:center;border-width:1px;border-color:#fff;border-style:solid}.map-3d-wrap .flyline-label .wrap .label{opacity:1!important;color:#e0e0e0;text-shadow:1px 1px 0px transparent!important}.map-3d-wrap .map-label{will-change:transform;-webkit-box-reflect:below 0 -webkit-linear-gradient(transparent,transparent 20%,rgba(255,255,255,.3));opacity:0}.map-3d-wrap .map-label .other-label{display:flex;flex-direction:column;align-items:center;color:#fff;font-size:46px;letter-spacing:4.5px;transform:translateY(300px)}.map-3d-wrap .map-label span:last-child{font-size:12px;font-weight:400;letter-spacing:0px;opacity:.5}.amap-2d-wrap[data-v-67e74be1]{position:relative;width:100%;height:100%;opacity:0;transition:all .5s}.amap-2d-wrap.show[data-v-67e74be1]{opacity:1}.amap-2d-wrap .zerov-amap-container[data-v-67e74be1]{width:100%;height:100%}.amap-3d-wrap[data-v-f5bf46c3]{position:relative;width:100%;height:100%;opacity:0;transition:all .5s}.amap-3d-wrap.show[data-v-f5bf46c3]{opacity:1}.amap-3d-wrap .zerov-amap-container[data-v-f5bf46c3]{width:100%;height:100%}.vr-scene-wrap[data-v-d1dd2ed8],.vr-scene-wrap .vr-scene-main[data-v-d1dd2ed8]{width:100%;height:100%;position:relative}.vr-scene-wrap .vr-scene[data-v-d1dd2ed8]{width:100%;height:100%;position:relative;background-color:#2f2f2f}.vr-scene-wrap .vr-scene-controls[data-v-d1dd2ed8]{width:100%;position:absolute;bottom:20px;z-index:2;text-align:center;display:flex;align-items:center;justify-content:center;gap:10px;height:32px}.vr-scene-wrap .vr-scene-controls .btn-icon[data-v-d1dd2ed8]{height:32px;width:32px;border-radius:50%;border:1px solid rgba(255,255,255,.2392156863);display:flex;align-items:center;justify-content:center;background-color:#00000047;transition:all .2s}.vr-scene-wrap .vr-scene-controls .btn-icon img[data-v-d1dd2ed8]{width:18px;height:18px}.vr-scene-wrap .vr-scene-controls .btn-icon.up[data-v-d1dd2ed8]{transform:rotate(90deg)}.vr-scene-wrap .vr-scene-controls .btn-icon.down[data-v-d1dd2ed8]{transform:rotate(-90deg)}.vr-scene-wrap .vr-scene-controls .btn-icon.left[data-v-d1dd2ed8]{transform:rotate(0)}.vr-scene-wrap .vr-scene-controls .btn-icon.right[data-v-d1dd2ed8]{transform:rotate(-180deg)}.vr-scene-wrap .vr-scene-controls .btn-icon i.iconfont[data-v-d1dd2ed8]{color:#fff}.vr-scene-wrap .vr-scene-controls .btn-icon[data-v-d1dd2ed8]:hover{border-color:#ff7d00}.vr-scene-wrap .scene-menu[data-v-d1dd2ed8]{width:100%;position:absolute;bottom:80px;z-index:2;height:78px;left:0;background-color:#0003;display:flex;justify-content:center}.vr-scene-wrap .scene-menu .scene-list[data-v-d1dd2ed8]{display:flex;padding:6px 0 12px;box-sizing:border-box}.vr-scene-wrap .scene-menu .scene-list .scene-item[data-v-d1dd2ed8]{min-width:100px;width:100px;height:60px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;position:relative;border:2px solid #fff;border-radius:4px;margin-right:8px}.vr-scene-wrap .scene-menu .scene-list .scene-item .thumbnail[data-v-d1dd2ed8]{width:100%;height:100%;object-fit:cover}.vr-scene-wrap .scene-menu .scene-list .scene-item .label[data-v-d1dd2ed8]{width:100%;position:absolute;left:0;bottom:0;color:#fff;text-align:center;background-color:#00000080;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.vr-scene-wrap .mouse-tip[data-v-d1dd2ed8]{width:200px;height:160px;border-radius:12px;background-color:#00000067;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:24px}.vr-scene-wrap .mouse-tip i.zv-mouse[data-v-d1dd2ed8]{font-size:34px}.vr-scene-wrap .mouse-tip .icon-wrap[data-v-d1dd2ed8]{display:flex;gap:2px}.vr-scene-wrap .mouse-tip .icon-wrap .left[data-v-d1dd2ed8]{transform:rotate(90deg)}.vr-scene-wrap .mouse-tip .icon-wrap .left i.iconfont[data-v-d1dd2ed8]{font-size:24px;color:#ff3434}.vr-scene-wrap .mouse-tip .icon-wrap .right[data-v-d1dd2ed8]{transform:rotate(-90deg)}.vr-scene-wrap .mouse-tip .icon-wrap .right i.iconfont[data-v-d1dd2ed8]{font-size:24px;color:#ff3434}audio[data-v-d1dd2ed8]{opacity:0}[data-v-d1dd2ed8] .swiper .swiper-wrapper .swiper-slide{width:128px!important;height:78px!important}[data-v-d1dd2ed8] .vjs-mouse-display{display:none!important}[data-v-d1dd2ed8] .custom-hotspot{background-size:contain;background-repeat:no-repeat;background-position:0 0;border-radius:var(--ued-border-radius)}[data-v-d1dd2ed8] .pnlm-tooltip span{visibility:visible!important;top:10px}[data-v-d1dd2ed8] .pnlm-tooltip span:after{display:none}.unity-canvas[data-v-c4ee033f],.unity-wrap[data-v-761ae9f1],.iframe-webscoket[data-v-a11ee760],.shj-for-ue[data-v-d1d43031],.shj-default[data-v-a7b7a26c]{width:100%;height:100%}.zerov-widget{width:100%;height:100%;position:relative}.zerov-widget .widget{width:100%;height:100%;outline:none!important;background-color:transparent!important}.zerov-widget.svg-wrap svg{width:100%;height:100%}
|
package/package.json
CHANGED
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
export declare class DataSourceUtils {
|
|
2
|
-
/**
|
|
3
|
-
* 解析URL中是否包含全局变量
|
|
4
|
-
* 包含 则解析全局变量
|
|
5
|
-
* 不包含 则忽略
|
|
6
|
-
*/
|
|
7
|
-
static replaceURLVariables(url: string, variableData: any[]): string;
|
|
8
|
-
/**
|
|
9
|
-
* 解析对象中是否包含全局变量
|
|
10
|
-
* 包含 则解析全局变量
|
|
11
|
-
* 不包含 则忽略
|
|
12
|
-
*/
|
|
13
|
-
static replaceObjectVariables(obj: any, variableData: any[]): any;
|
|
14
|
-
/**
|
|
15
|
-
* 解析字符串中是否包含全局变量
|
|
16
|
-
* 包含 则解析全局变量
|
|
17
|
-
* 不包含 则忽略
|
|
18
|
-
*/
|
|
19
|
-
static replaceStringVariables(str: string, variableData: any[]): string;
|
|
20
|
-
/**
|
|
21
|
-
* 解析环境变量
|
|
22
|
-
* 包含 则解析环境变量
|
|
23
|
-
* 不包含 则忽略
|
|
24
|
-
*/
|
|
25
|
-
static replaceEnvVariables(url: string, environments: any[]): string;
|
|
26
|
-
/**
|
|
27
|
-
* 返回空数据
|
|
28
|
-
*/
|
|
29
|
-
static noneData(id: string): {
|
|
30
|
-
id: string;
|
|
31
|
-
finalKeyData: any[];
|
|
32
|
-
finalUserData: {
|
|
33
|
-
id: string;
|
|
34
|
-
data: any[];
|
|
35
|
-
};
|
|
36
|
-
filteredData: any[];
|
|
37
|
-
rawData: any[];
|
|
38
|
-
noMappingData: any[];
|
|
39
|
-
};
|
|
40
|
-
/**
|
|
41
|
-
* 获取环境变量
|
|
42
|
-
*/
|
|
43
|
-
static getEnvironments(): any;
|
|
44
|
-
/**
|
|
45
|
-
* 获取变量数据
|
|
46
|
-
*/
|
|
47
|
-
static getVariableData(): any;
|
|
48
|
-
static hasValidWebSocket(wsInstances: any, tId: string, sourceId: string): boolean;
|
|
49
|
-
static cleanupPreviousWebSockets(wsInstances: any, sourceIds: string[], tId: string): void;
|
|
50
|
-
}
|
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
import { isArray as i } from "lodash";
|
|
2
|
-
class f {
|
|
3
|
-
/**
|
|
4
|
-
* 解析URL中是否包含全局变量
|
|
5
|
-
* 包含 则解析全局变量
|
|
6
|
-
* 不包含 则忽略
|
|
7
|
-
*/
|
|
8
|
-
static replaceURLVariables(e, l) {
|
|
9
|
-
try {
|
|
10
|
-
const r = e.match(/\${(.*?)}/g);
|
|
11
|
-
if (r)
|
|
12
|
-
for (let t = 0; t < r.length; t++) {
|
|
13
|
-
const a = l.filter((n) => n.name === r[t].substring(2, r[t].length - 1));
|
|
14
|
-
a && i(a) && a.length > 0 && (e = e.replaceAll(r[t], a[0]._value));
|
|
15
|
-
}
|
|
16
|
-
return e;
|
|
17
|
-
} catch {
|
|
18
|
-
return e;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* 解析对象中是否包含全局变量
|
|
23
|
-
* 包含 则解析全局变量
|
|
24
|
-
* 不包含 则忽略
|
|
25
|
-
*/
|
|
26
|
-
static replaceObjectVariables(e, l) {
|
|
27
|
-
try {
|
|
28
|
-
let r = JSON.stringify(e);
|
|
29
|
-
const t = r.match(/\$g{(.*?)}/g);
|
|
30
|
-
if (t) {
|
|
31
|
-
for (let a = 0; a < t.length; a++) {
|
|
32
|
-
const n = l.filter((c) => c.name === t[a].substring(3, t[a].length - 1));
|
|
33
|
-
n && i(n) && n.length > 0 && (r = r.replaceAll(t[a], n[0]._value));
|
|
34
|
-
}
|
|
35
|
-
return JSON.parse(r);
|
|
36
|
-
}
|
|
37
|
-
return e;
|
|
38
|
-
} catch {
|
|
39
|
-
return e;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
/**
|
|
43
|
-
* 解析字符串中是否包含全局变量
|
|
44
|
-
* 包含 则解析全局变量
|
|
45
|
-
* 不包含 则忽略
|
|
46
|
-
*/
|
|
47
|
-
static replaceStringVariables(e, l) {
|
|
48
|
-
try {
|
|
49
|
-
const r = e.match(/\$g{(.*?)}/g);
|
|
50
|
-
if (r)
|
|
51
|
-
for (let t = 0; t < r.length; t++) {
|
|
52
|
-
const a = l.filter((n) => n.name === r[t].substring(3, r[t].length - 1));
|
|
53
|
-
a && i(a) && a.length > 0 && (e = e.replaceAll(r[t], a[0]._value));
|
|
54
|
-
}
|
|
55
|
-
return e;
|
|
56
|
-
} catch {
|
|
57
|
-
return e;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
/**
|
|
61
|
-
* 解析环境变量
|
|
62
|
-
* 包含 则解析环境变量
|
|
63
|
-
* 不包含 则忽略
|
|
64
|
-
*/
|
|
65
|
-
static replaceEnvVariables(e, l) {
|
|
66
|
-
try {
|
|
67
|
-
let r = "";
|
|
68
|
-
if (!e.includes("http") && l) {
|
|
69
|
-
const t = l.filter((a) => a.selected);
|
|
70
|
-
t && i(t) && t.length > 0 && (r = t[0].envBaseUrl || "");
|
|
71
|
-
}
|
|
72
|
-
return r;
|
|
73
|
-
} catch {
|
|
74
|
-
return "";
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
/**
|
|
78
|
-
* 返回空数据
|
|
79
|
-
*/
|
|
80
|
-
static noneData(e) {
|
|
81
|
-
return {
|
|
82
|
-
id: e,
|
|
83
|
-
finalKeyData: [],
|
|
84
|
-
finalUserData: { id: e, data: [] },
|
|
85
|
-
filteredData: [],
|
|
86
|
-
rawData: [],
|
|
87
|
-
noMappingData: []
|
|
88
|
-
};
|
|
89
|
-
}
|
|
90
|
-
/**
|
|
91
|
-
* 获取环境变量
|
|
92
|
-
*/
|
|
93
|
-
static getEnvironments() {
|
|
94
|
-
let e = localStorage.getItem("currentApiEnvironments");
|
|
95
|
-
return e && (e = JSON.parse(e)), e;
|
|
96
|
-
}
|
|
97
|
-
/**
|
|
98
|
-
* 获取变量数据
|
|
99
|
-
*/
|
|
100
|
-
static getVariableData() {
|
|
101
|
-
let e = localStorage.getItem("currentVariableData");
|
|
102
|
-
return e && (e = JSON.parse(e)), e;
|
|
103
|
-
}
|
|
104
|
-
// 新增:检查 WebSocket 是否已存在且有效
|
|
105
|
-
static hasValidWebSocket(e, l, r) {
|
|
106
|
-
const t = e.get(l);
|
|
107
|
-
if (!t) return !1;
|
|
108
|
-
for (const a of t)
|
|
109
|
-
if (a.getId() === r && a.isConnected())
|
|
110
|
-
return !0;
|
|
111
|
-
return !1;
|
|
112
|
-
}
|
|
113
|
-
// 优化:只在必要时清理 WebSocket 连接
|
|
114
|
-
static cleanupPreviousWebSockets(e, l, r) {
|
|
115
|
-
const t = e.get(r);
|
|
116
|
-
t && (t.forEach((a) => {
|
|
117
|
-
l.includes(a.getId()) || (a.disconnect(), t.delete(a));
|
|
118
|
-
}), t.size === 0 && e.delete(r));
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
export {
|
|
122
|
-
f as DataSourceUtils
|
|
123
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { Color4 as f, Color3 as o } from "@babylonjs/core";
|
|
2
|
-
import { hex2rgb as i } from "@swiftcarrot/color-fns";
|
|
3
|
-
const p = (t, n) => {
|
|
4
|
-
if (t && t.startsWith("#")) {
|
|
5
|
-
const { r, g: s, b: e } = i(t);
|
|
6
|
-
return new o(r / 255, s / 255, e / 255);
|
|
7
|
-
}
|
|
8
|
-
return n;
|
|
9
|
-
}, x = (t, n) => {
|
|
10
|
-
if (t && t.startsWith("#")) {
|
|
11
|
-
let r = 1;
|
|
12
|
-
t.length === 9 && (r = parseInt(t.slice(7, 9), 16) / 255);
|
|
13
|
-
const { r: s, g: e, b: h } = i(t);
|
|
14
|
-
return new f(s / 255, e / 255, h / 255, r);
|
|
15
|
-
}
|
|
16
|
-
return n;
|
|
17
|
-
};
|
|
18
|
-
export {
|
|
19
|
-
p as hex2Color3,
|
|
20
|
-
x as hex2Color4
|
|
21
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@zerov/packages-request"),t=new e.HttpRequest;Object.defineProperty(exports,"IContentType",{enumerable:!0,get:()=>e.IContentType});exports.httpRequest=t;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("lodash");class s{static replaceURLVariables(e,i){try{const r=e.match(/\${(.*?)}/g);if(r)for(let t=0;t<r.length;t++){const a=i.filter(l=>l.name===r[t].substring(2,r[t].length-1));a&&n.isArray(a)&&a.length>0&&(e=e.replaceAll(r[t],a[0]._value))}return e}catch{return e}}static replaceObjectVariables(e,i){try{let r=JSON.stringify(e);const t=r.match(/\$g{(.*?)}/g);if(t){for(let a=0;a<t.length;a++){const l=i.filter(c=>c.name===t[a].substring(3,t[a].length-1));l&&n.isArray(l)&&l.length>0&&(r=r.replaceAll(t[a],l[0]._value))}return JSON.parse(r)}return e}catch{return e}}static replaceStringVariables(e,i){try{const r=e.match(/\$g{(.*?)}/g);if(r)for(let t=0;t<r.length;t++){const a=i.filter(l=>l.name===r[t].substring(3,r[t].length-1));a&&n.isArray(a)&&a.length>0&&(e=e.replaceAll(r[t],a[0]._value))}return e}catch{return e}}static replaceEnvVariables(e,i){try{let r="";if(!e.includes("http")&&i){const t=i.filter(a=>a.selected);t&&n.isArray(t)&&t.length>0&&(r=t[0].envBaseUrl||"")}return r}catch{return""}}static noneData(e){return{id:e,finalKeyData:[],finalUserData:{id:e,data:[]},filteredData:[],rawData:[],noMappingData:[]}}static getEnvironments(){let e=localStorage.getItem("currentApiEnvironments");return e&&(e=JSON.parse(e)),e}static getVariableData(){let e=localStorage.getItem("currentVariableData");return e&&(e=JSON.parse(e)),e}static hasValidWebSocket(e,i,r){const t=e.get(i);if(!t)return!1;for(const a of t)if(a.getId()===r&&a.isConnected())return!0;return!1}static cleanupPreviousWebSockets(e,i,r){const t=e.get(r);t&&(t.forEach(a=>{i.includes(a.getId())||(a.disconnect(),t.delete(a))}),t.size===0&&e.delete(r))}}exports.DataSourceUtils=s;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("@babylonjs/core"),i=require("@swiftcarrot/color-fns"),g=(t,e)=>{if(t&&t.startsWith("#")){const{r,g:n,b:s}=i.hex2rgb(t);return new o.Color3(r/255,n/255,s/255)}return e},b=(t,e)=>{if(t&&t.startsWith("#")){let r=1;t.length===9&&(r=parseInt(t.slice(7,9),16)/255);const{r:n,g:s,b:h}=i.hex2rgb(t);return new o.Color4(n/255,s/255,h/255,r)}return e};exports.hex2Color3=g;exports.hex2Color4=b;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|