@shjjs/visual-ui 1.0.13 → 1.0.15
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/datasource/core/api.d.ts +1 -0
- package/es/commons/core/datasource/core/api.mjs +32 -0
- package/es/commons/core/datasource/core/static.d.ts +1 -0
- package/es/commons/core/datasource/core/static.mjs +16 -0
- package/es/commons/core/datasource/core/url.d.ts +1 -0
- package/es/commons/core/datasource/core/url.mjs +17 -0
- package/es/commons/core/datasource/core/variable.d.ts +1 -0
- package/es/commons/core/datasource/core/variable.mjs +17 -0
- package/es/commons/core/datasource/core/ws.d.ts +32 -0
- package/es/commons/core/datasource/core/ws.mjs +138 -0
- package/es/commons/core/datasource/index.d.ts +63 -0
- package/es/commons/core/datasource/index.mjs +191 -0
- package/es/commons/core/datasource/utils/request.d.ts +3 -0
- package/es/commons/core/datasource/utils/request.mjs +7 -0
- package/es/commons/core/datasource/utils/utils.d.ts +50 -0
- package/es/commons/core/datasource/utils/utils.mjs +123 -0
- package/es/commons/core/datasource/utils/wsManager.d.ts +16 -0
- package/es/commons/core/datasource/utils/wsManager.mjs +78 -0
- package/es/commons/core/earth/base64/Aperture.d.ts +1 -0
- package/es/commons/core/earth/base64/Aperture.mjs +4 -0
- package/es/commons/core/earth/base64/Callout.d.ts +1 -0
- package/es/commons/core/earth/base64/Callout.mjs +4 -0
- package/es/commons/core/earth/base64/CalloutAperture.d.ts +1 -0
- package/es/commons/core/earth/base64/CalloutAperture.mjs +4 -0
- package/es/commons/core/earth/base64/CloudCover.d.ts +1 -0
- package/es/commons/core/earth/base64/CloudCover.mjs +4 -0
- package/es/commons/core/earth/base64/LightColumn.d.ts +1 -0
- package/es/commons/core/earth/base64/LightColumn.mjs +4 -0
- package/es/commons/core/earth/base64/StarrySky.d.ts +1 -0
- package/es/commons/core/earth/base64/StarrySky.mjs +4 -0
- package/es/commons/core/earth/base64/rotation/innner.d.ts +1 -0
- package/es/commons/core/earth/base64/rotation/innner.mjs +4 -0
- package/es/commons/core/earth/base64/rotation/out.d.ts +1 -0
- package/es/commons/core/earth/base64/rotation/out.mjs +4 -0
- package/es/commons/core/earth/border.vue.d.ts +70 -0
- package/es/commons/core/earth/border.vue.mjs +19 -0
- package/es/commons/core/earth/border.vue2.mjs +4 -0
- package/es/commons/core/earth/geojson/china-border.d.ts +22 -0
- package/es/commons/core/earth/geojson/china-border.mjs +29305 -0
- package/es/commons/core/earth/geojson/china.d.ts +84 -0
- package/es/commons/core/earth/geojson/china.mjs +103022 -0
- package/es/commons/core/earth/geojson/world.d.ts +25 -0
- package/es/commons/core/earth/geojson/world.mjs +43220 -0
- package/es/commons/core/earth/interface.d.ts +190 -0
- package/es/commons/core/earth/main.d.ts +94 -0
- package/es/commons/core/earth/main.mjs +504 -0
- package/es/commons/core/earth/main.vue.d.ts +834 -0
- package/es/commons/core/earth/main.vue.mjs +7 -0
- package/es/commons/core/earth/main.vue2.mjs +290 -0
- package/es/commons/core/earth/types.d.ts +108 -0
- package/es/commons/core/earth/utils/GradientLine.d.ts +17 -0
- package/es/commons/core/earth/utils/GradientLine.mjs +78 -0
- package/es/commons/core/earth/utils/composer.d.ts +38 -0
- package/es/commons/core/earth/utils/composer.mjs +40 -0
- package/es/commons/core/earth/utils/controls/obt.d.ts +9 -0
- package/es/commons/core/earth/utils/controls/obt.mjs +19 -0
- package/es/commons/core/earth/utils/interface.d.ts +134 -0
- package/es/commons/core/earth/utils/label.d.ts +4 -0
- package/es/commons/core/earth/utils/label.mjs +15 -0
- package/es/commons/core/earth/utils/line2.d.ts +3 -0
- package/es/commons/core/earth/utils/line2.mjs +21 -0
- package/es/commons/core/earth/utils/scene.d.ts +28 -0
- package/es/commons/core/earth/utils/scene.mjs +120 -0
- package/es/commons/core/useChart.d.ts +15 -0
- package/es/commons/core/useChart.mjs +115 -0
- package/es/commons/utils/babylon/ColorConvert.d.ts +3 -0
- package/es/commons/utils/babylon/ColorConvert.mjs +21 -0
- package/es/commons/utils/clickOutSide.d.ts +5 -0
- package/es/commons/utils/clickOutSide.mjs +13 -0
- package/es/commons/utils/cloneSeries.d.ts +7 -0
- package/es/commons/utils/cloneSeries.mjs +12 -0
- package/es/commons/utils/hoverLoop.d.ts +10 -0
- package/es/commons/utils/hoverLoop.mjs +43 -0
- package/es/commons/utils/imgPreloader.d.ts +1 -0
- package/es/commons/utils/imgPreloader.mjs +16 -0
- package/es/commons/utils/install.d.ts +2 -0
- package/es/commons/utils/install.mjs +7 -0
- package/es/commons/utils/json2css.d.ts +3 -0
- package/es/commons/utils/json2css.mjs +31 -0
- package/es/commons/utils/parseDataset.d.ts +4 -0
- package/es/commons/utils/parseDataset.mjs +19 -0
- package/es/commons/utils/parseOtherData.d.ts +1 -0
- package/es/commons/utils/parseOtherData.mjs +10 -0
- package/es/commons/utils/parseScatterData.d.ts +3 -0
- package/es/commons/utils/parseScatterData.mjs +14 -0
- package/es/commons/utils/shj/component-refs.d.ts +6 -0
- package/es/commons/utils/shj/component-refs.mjs +10 -0
- package/es/commons/utils/typescript.d.ts +5 -0
- package/es/components/chart-bar-animation/index.d.ts +1 -1
- package/es/components/chart-bar-animation/index.mjs +1 -1
- package/es/components/chart-bar-animation/index.vue.mjs +21 -20
- package/es/components/chart-bar-basic/index.d.ts +1 -1
- package/es/components/chart-bar-basic/index.mjs +1 -1
- package/es/components/chart-bar-basic/index.vue.mjs +21 -20
- package/es/components/chart-bar-contrast/index.d.ts +1 -1
- package/es/components/chart-bar-contrast/index.mjs +1 -1
- package/es/components/chart-bar-contrast/index.vue.mjs +34 -33
- package/es/components/chart-bar-contrast2/index.d.ts +1 -1
- package/es/components/chart-bar-contrast2/index.mjs +1 -1
- package/es/components/chart-bar-contrast2/index.vue.mjs +20 -19
- package/es/components/chart-bar-contrast3/index.d.ts +1 -1
- package/es/components/chart-bar-contrast3/index.mjs +1 -1
- package/es/components/chart-bar-contrast3/index.vue.mjs +19 -18
- package/es/components/chart-bar-gradient-column-chart/index.d.ts +1 -1
- package/es/components/chart-bar-gradient-column-chart/index.mjs +1 -1
- package/es/components/chart-bar-gradient-column-chart/index.vue.mjs +21 -20
- package/es/components/chart-bar-horizontal/index.d.ts +1 -1
- package/es/components/chart-bar-horizontal/index.mjs +1 -1
- package/es/components/chart-bar-horizontal/index.vue.mjs +21 -20
- package/es/components/chart-bar-horizontal-stack/index.d.ts +1 -1
- package/es/components/chart-bar-horizontal-stack/index.mjs +1 -1
- package/es/components/chart-bar-horizontal-stack/index.vue.mjs +21 -20
- package/es/components/chart-bar-line-bar/index.d.ts +1 -1
- package/es/components/chart-bar-line-bar/index.mjs +1 -1
- package/es/components/chart-bar-line-bar/index.vue.mjs +26 -25
- package/es/components/chart-bar-line-bar2/index.d.ts +1 -1
- package/es/components/chart-bar-line-bar2/index.mjs +1 -1
- package/es/components/chart-bar-line-bar2/index.vue.mjs +26 -25
- package/es/components/chart-bar-loop/index.d.ts +1 -1
- package/es/components/chart-bar-loop/index.mjs +1 -1
- package/es/components/chart-bar-loop/index.vue.mjs +14 -13
- package/es/components/chart-bar-mini/index.d.ts +1 -1
- package/es/components/chart-bar-mini/index.mjs +1 -1
- package/es/components/chart-bar-mini/index.vue.mjs +23 -22
- package/es/components/chart-bar-polar/index.d.ts +1 -1
- package/es/components/chart-bar-polar/index.mjs +1 -1
- package/es/components/chart-bar-polar/index.vue.mjs +20 -19
- package/es/components/chart-bar-polar-stack/index.d.ts +1 -1
- package/es/components/chart-bar-polar-stack/index.mjs +1 -1
- package/es/components/chart-bar-polar-stack/index.vue.mjs +20 -19
- package/es/components/chart-bar-polar2/index.d.ts +1 -1
- package/es/components/chart-bar-polar2/index.mjs +1 -1
- package/es/components/chart-bar-polar2/index.vue.mjs +20 -19
- package/es/components/chart-bar-radius-circle/index.d.ts +1 -1
- package/es/components/chart-bar-radius-circle/index.mjs +1 -1
- package/es/components/chart-bar-radius-circle/index.vue.mjs +20 -19
- package/es/components/chart-bar-rank/index.d.ts +1 -1
- package/es/components/chart-bar-rank/index.mjs +1 -1
- package/es/components/chart-bar-rank/index.vue.mjs +19 -18
- package/es/components/chart-bar-segmented-progress/index.d.ts +1 -1
- package/es/components/chart-bar-segmented-progress/index.mjs +1 -1
- package/es/components/chart-bar-segmented-progress/index.vue.mjs +19 -18
- package/es/components/chart-bar-spire/index.d.ts +1 -1
- package/es/components/chart-bar-spire/index.mjs +1 -1
- package/es/components/chart-bar-spire/index.vue.mjs +22 -21
- package/es/components/chart-bar-stack/index.d.ts +1 -1
- package/es/components/chart-bar-stack/index.mjs +1 -1
- package/es/components/chart-bar-stack/index.vue.mjs +21 -20
- package/es/components/chart-bar-stack-line/index.d.ts +1 -1
- package/es/components/chart-bar-stack-line/index.mjs +1 -1
- package/es/components/chart-bar-stack-line/index.vue.mjs +20 -19
- package/es/components/chart-bar-stack2/index.d.ts +1 -1
- package/es/components/chart-bar-stack2/index.mjs +1 -1
- package/es/components/chart-bar-stack2/index.vue.mjs +20 -19
- package/es/components/chart-bar-stack3/index.d.ts +1 -1
- package/es/components/chart-bar-stack3/index.mjs +1 -1
- package/es/components/chart-bar-stack3/index.vue.mjs +20 -19
- package/es/components/chart-bar-staggered/index.d.ts +1 -1
- package/es/components/chart-bar-staggered/index.mjs +1 -1
- package/es/components/chart-bar-staggered/index.vue.mjs +20 -19
- package/es/components/chart-bar-three/index.d.ts +1 -1
- package/es/components/chart-bar-three/index.mjs +1 -1
- package/es/components/chart-bar-three/index.vue.mjs +18 -17
- package/es/components/chart-bar-waterfall/index.d.ts +1 -1
- package/es/components/chart-bar-waterfall/index.mjs +1 -1
- package/es/components/chart-bar-waterfall/index.vue.mjs +18 -17
- package/es/components/chart-bar-zebra/index.d.ts +1 -1
- package/es/components/chart-bar-zebra/index.mjs +1 -1
- package/es/components/chart-bar-zebra/index.vue.mjs +20 -19
- package/es/components/chart-line-area-gradient/index.d.ts +1 -1
- package/es/components/chart-line-area-gradient/index.mjs +1 -1
- package/es/components/chart-line-area-gradient/index.vue.mjs +18 -17
- package/es/components/chart-line-area-highlight/index.d.ts +1 -1
- package/es/components/chart-line-area-highlight/index.mjs +1 -1
- package/es/components/chart-line-area-highlight/index.vue.mjs +19 -18
- package/es/components/chart-line-area-highlight2/index.d.ts +1 -1
- package/es/components/chart-line-area-highlight2/index.mjs +1 -1
- package/es/components/chart-line-area-highlight2/index.vue.mjs +19 -18
- package/es/components/chart-line-basic/index.d.ts +1 -1
- package/es/components/chart-line-basic/index.mjs +1 -1
- package/es/components/chart-line-basic/index.vue.mjs +18 -17
- package/es/components/chart-line-bump/index.d.ts +1 -1
- package/es/components/chart-line-bump/index.mjs +1 -1
- package/es/components/chart-line-bump/index.vue.mjs +17 -16
- package/es/components/chart-line-dashed/index.d.ts +1 -1
- package/es/components/chart-line-dashed/index.mjs +1 -1
- package/es/components/chart-line-dashed/index.vue.mjs +20 -19
- package/es/components/chart-line-ladder/index.d.ts +1 -1
- package/es/components/chart-line-ladder/index.mjs +1 -1
- package/es/components/chart-line-ladder/index.vue.mjs +18 -17
- package/es/components/chart-line-logarithm/index.d.ts +1 -1
- package/es/components/chart-line-logarithm/index.mjs +1 -1
- package/es/components/chart-line-logarithm/index.vue.mjs +18 -17
- package/es/components/chart-line-multix/index.d.ts +1 -1
- package/es/components/chart-line-multix/index.mjs +1 -1
- package/es/components/chart-line-multix/index.vue.mjs +18 -17
- package/es/components/chart-line-polar-double/index.d.ts +1 -1
- package/es/components/chart-line-polar-double/index.mjs +1 -1
- package/es/components/chart-line-polar-double/index.vue.mjs +14 -13
- package/es/components/chart-line-rain-flow/index.d.ts +1 -1
- package/es/components/chart-line-rain-flow/index.mjs +1 -1
- package/es/components/chart-line-rain-flow/index.vue.mjs +20 -19
- package/es/components/chart-line-scale/index.d.ts +1 -1
- package/es/components/chart-line-scale/index.mjs +1 -1
- package/es/components/chart-line-scale/index.vue.mjs +18 -17
- package/es/components/chart-line-smooth/index.d.ts +1 -1
- package/es/components/chart-line-smooth/index.mjs +1 -1
- package/es/components/chart-line-smooth/index.vue.mjs +21 -20
- package/es/components/chart-line-smooth-area/index.d.ts +1 -1
- package/es/components/chart-line-smooth-area/index.mjs +1 -1
- package/es/components/chart-line-smooth-area/index.vue.mjs +21 -20
- package/es/components/chart-line-stack/index.d.ts +1 -1
- package/es/components/chart-line-stack/index.mjs +1 -1
- package/es/components/chart-line-stack/index.vue.mjs +18 -17
- package/es/components/chart-line-stack-area/index.d.ts +1 -1
- package/es/components/chart-line-stack-area/index.mjs +1 -1
- package/es/components/chart-line-stack-area/index.vue.mjs +18 -17
- package/es/components/chart-line-temp/index.d.ts +1 -1
- package/es/components/chart-line-temp/index.mjs +1 -1
- package/es/components/chart-line-temp/index.vue.mjs +17 -16
- package/es/components/chart-line-vertical/index.d.ts +1 -1
- package/es/components/chart-line-vertical/index.mjs +1 -1
- package/es/components/chart-line-vertical/index.vue.mjs +18 -17
- package/es/components/chart-map-basic/index.d.ts +1 -1
- package/es/components/chart-map-basic/index.mjs +1 -1
- package/es/components/chart-map-basic/index.vue.mjs +18 -17
- package/es/components/chart-map-bmap-basic/index.d.ts +1 -1
- package/es/components/chart-map-bmap-basic/index.mjs +1 -1
- package/es/components/chart-map-bmap-basic/index.vue.mjs +24 -23
- package/es/components/chart-map-bmap-heatmap/index.d.ts +1 -1
- package/es/components/chart-map-bmap-heatmap/index.mjs +1 -1
- package/es/components/chart-map-bmap-heatmap/index.vue.mjs +24 -23
- package/es/components/chart-map-bmap-rich/index.d.ts +1 -1
- package/es/components/chart-map-bmap-rich/index.mjs +1 -1
- package/es/components/chart-map-bmap-rich/index.vue.mjs +24 -23
- package/es/components/chart-map-customize/index.d.ts +1 -1
- package/es/components/chart-map-customize/index.mjs +1 -1
- package/es/components/chart-map-customize/index.vue.mjs +25 -24
- package/es/components/chart-map-lines/index.d.ts +1 -1
- package/es/components/chart-map-lines/index.mjs +1 -1
- package/es/components/chart-map-lines/index.vue.mjs +23 -22
- package/es/components/chart-map-scatter/index.d.ts +1 -1
- package/es/components/chart-map-scatter/index.mjs +1 -1
- package/es/components/chart-map-scatter/index.vue.mjs +25 -24
- package/es/components/chart-other-candlestick-basic/index.d.ts +1 -1
- package/es/components/chart-other-candlestick-basic/index.mjs +1 -1
- package/es/components/chart-other-candlestick-basic/index.vue.mjs +20 -19
- package/es/components/chart-other-candlestick-demo/index.d.ts +1 -1
- package/es/components/chart-other-candlestick-demo/index.mjs +1 -1
- package/es/components/chart-other-candlestick-demo/index.vue.mjs +31 -30
- package/es/components/chart-other-candlestick-shanghai/index.d.ts +1 -1
- package/es/components/chart-other-candlestick-shanghai/index.mjs +1 -1
- package/es/components/chart-other-candlestick-shanghai/index.vue.mjs +17 -16
- package/es/components/chart-other-circular-graph/index.d.ts +1 -1
- package/es/components/chart-other-circular-graph/index.mjs +1 -1
- package/es/components/chart-other-circular-graph/index.vue.mjs +13 -12
- package/es/components/chart-other-force/index.d.ts +1 -1
- package/es/components/chart-other-force/index.mjs +1 -1
- package/es/components/chart-other-force/index.vue.mjs +27 -26
- package/es/components/chart-other-force2/index.d.ts +1 -1
- package/es/components/chart-other-force2/index.mjs +1 -1
- package/es/components/chart-other-force2/index.vue.mjs +27 -26
- package/es/components/chart-other-funnel/index.d.ts +1 -1
- package/es/components/chart-other-funnel/index.mjs +1 -1
- package/es/components/chart-other-funnel/index.vue.mjs +25 -24
- package/es/components/chart-other-funnel-contrast/index.d.ts +1 -1
- package/es/components/chart-other-funnel-contrast/index.mjs +1 -1
- package/es/components/chart-other-funnel-contrast/index.vue.mjs +25 -24
- package/es/components/chart-other-funnel-split/index.d.ts +1 -1
- package/es/components/chart-other-funnel-split/index.mjs +1 -1
- package/es/components/chart-other-funnel-split/index.vue.mjs +25 -24
- package/es/components/chart-other-funnel2/index.d.ts +1 -1
- package/es/components/chart-other-funnel2/index.mjs +1 -1
- package/es/components/chart-other-funnel2/index.vue.mjs +25 -24
- package/es/components/chart-other-gauge/index.d.ts +1 -1
- package/es/components/chart-other-gauge/index.mjs +1 -1
- package/es/components/chart-other-gauge/index.vue.mjs +23 -22
- package/es/components/chart-other-gauge-grade/index.d.ts +1 -1
- package/es/components/chart-other-gauge-grade/index.mjs +1 -1
- package/es/components/chart-other-gauge-grade/index.vue.mjs +24 -23
- package/es/components/chart-other-gauge-stage/index.d.ts +1 -1
- package/es/components/chart-other-gauge-stage/index.mjs +1 -1
- package/es/components/chart-other-gauge-stage/index.vue.mjs +24 -23
- package/es/components/chart-other-graph-basic/index.d.ts +1 -1
- package/es/components/chart-other-graph-basic/index.mjs +1 -1
- package/es/components/chart-other-graph-basic/index.vue.mjs +13 -12
- package/es/components/chart-other-graph-basic2/index.d.ts +1 -1
- package/es/components/chart-other-graph-basic2/index.mjs +1 -1
- package/es/components/chart-other-graph-basic2/index.vue.mjs +13 -12
- package/es/components/chart-other-graph-calendar/index.d.ts +1 -1
- package/es/components/chart-other-graph-calendar/index.mjs +1 -1
- package/es/components/chart-other-graph-calendar/index.vue.mjs +13 -12
- package/es/components/chart-other-grid-percentage/index.d.ts +1 -1
- package/es/components/chart-other-grid-percentage/index.mjs +1 -1
- package/es/components/chart-other-grid-percentage/index.vue.mjs +11 -10
- package/es/components/chart-other-heatmap/index.d.ts +1 -1
- package/es/components/chart-other-heatmap/index.mjs +1 -1
- package/es/components/chart-other-heatmap/index.vue.mjs +27 -26
- package/es/components/chart-other-label-gauge/index.d.ts +1 -1
- package/es/components/chart-other-label-gauge/index.mjs +1 -1
- package/es/components/chart-other-label-gauge/index.vue.mjs +11 -10
- package/es/components/chart-other-liquidfill/index.d.ts +1 -1
- package/es/components/chart-other-liquidfill/index.mjs +1 -1
- package/es/components/chart-other-liquidfill/index.vue.mjs +11 -10
- package/es/components/chart-other-parallel-basic/index.d.ts +1 -1
- package/es/components/chart-other-parallel-basic/index.mjs +1 -1
- package/es/components/chart-other-parallel-basic/index.vue.mjs +13 -12
- package/es/components/chart-other-parallel-mul/index.d.ts +1 -1
- package/es/components/chart-other-parallel-mul/index.mjs +1 -1
- package/es/components/chart-other-parallel-mul/index.vue.mjs +18 -17
- package/es/components/chart-other-radar/index.d.ts +1 -1
- package/es/components/chart-other-radar/index.mjs +1 -1
- package/es/components/chart-other-radar/index.vue.mjs +30 -29
- package/es/components/chart-other-radar-stack/index.d.ts +1 -1
- package/es/components/chart-other-radar-stack/index.mjs +1 -1
- package/es/components/chart-other-radar-stack/index.vue.mjs +21 -20
- package/es/components/chart-other-sunburst-basic/index.d.ts +1 -1
- package/es/components/chart-other-sunburst-basic/index.mjs +1 -1
- package/es/components/chart-other-sunburst-basic/index.vue.mjs +20 -19
- package/es/components/chart-other-sunburst-basic2/index.d.ts +1 -1
- package/es/components/chart-other-sunburst-basic2/index.mjs +1 -1
- package/es/components/chart-other-sunburst-basic2/index.vue.mjs +20 -19
- package/es/components/chart-other-sunburst-basic3/index.d.ts +1 -1
- package/es/components/chart-other-sunburst-basic3/index.mjs +1 -1
- package/es/components/chart-other-sunburst-basic3/index.vue.mjs +20 -19
- package/es/components/chart-other-sunburst-basic4/index.d.ts +1 -1
- package/es/components/chart-other-sunburst-basic4/index.mjs +1 -1
- package/es/components/chart-other-sunburst-basic4/index.vue.mjs +20 -19
- package/es/components/chart-other-sunburst-book/index.d.ts +1 -1
- package/es/components/chart-other-sunburst-book/index.mjs +1 -1
- package/es/components/chart-other-sunburst-book/index.vue.mjs +17 -16
- package/es/components/chart-other-sunburst-flavors/index.d.ts +1 -1
- package/es/components/chart-other-sunburst-flavors/index.mjs +1 -1
- package/es/components/chart-other-sunburst-flavors/index.vue.mjs +13 -12
- package/es/components/chart-other-sunburst-radius/index.d.ts +1 -1
- package/es/components/chart-other-sunburst-radius/index.mjs +1 -1
- package/es/components/chart-other-sunburst-radius/index.vue.mjs +27 -26
- package/es/components/chart-other-theme-river/index.d.ts +1 -1
- package/es/components/chart-other-theme-river/index.mjs +1 -1
- package/es/components/chart-other-theme-river/index.vue.mjs +23 -22
- package/es/components/chart-other-tree/index.d.ts +1 -1
- package/es/components/chart-other-tree/index.mjs +1 -1
- package/es/components/chart-other-tree/index.vue.mjs +16 -15
- package/es/components/chart-other-tree-line/index.d.ts +1 -1
- package/es/components/chart-other-tree-line/index.mjs +1 -1
- package/es/components/chart-other-tree-line/index.vue.mjs +15 -14
- package/es/components/chart-other-treemap/index.d.ts +1 -1
- package/es/components/chart-other-treemap/index.mjs +1 -1
- package/es/components/chart-other-treemap/index.vue.mjs +16 -15
- package/es/components/chart-other-treemap-basic/index.d.ts +1 -1
- package/es/components/chart-other-treemap-basic/index.mjs +1 -1
- package/es/components/chart-other-treemap-basic/index.vue.mjs +19 -18
- package/es/components/chart-other-word-cloud/index.d.ts +1 -1
- package/es/components/chart-other-word-cloud/index.mjs +1 -1
- package/es/components/chart-other-word-cloud/index.vue.mjs +15 -14
- package/es/components/chart-pie-3d/index.d.ts +1 -1
- package/es/components/chart-pie-3d/index.mjs +1 -1
- package/es/components/chart-pie-3d/index.vue.mjs +21 -20
- package/es/components/chart-pie-basic/index.d.ts +1 -1
- package/es/components/chart-pie-basic/index.mjs +1 -1
- package/es/components/chart-pie-basic/index.vue.mjs +17 -16
- package/es/components/chart-pie-basic2/index.d.ts +1 -1
- package/es/components/chart-pie-basic2/index.mjs +1 -1
- package/es/components/chart-pie-basic2/index.vue.mjs +17 -16
- package/es/components/chart-pie-customized/index.d.ts +1 -1
- package/es/components/chart-pie-customized/index.mjs +1 -1
- package/es/components/chart-pie-customized/index.vue.mjs +19 -18
- package/es/components/chart-pie-index/index.d.ts +1 -1
- package/es/components/chart-pie-index/index.mjs +1 -1
- package/es/components/chart-pie-index/index.vue.mjs +26 -25
- package/es/components/chart-pie-interval/index.d.ts +1 -1
- package/es/components/chart-pie-interval/index.mjs +1 -1
- package/es/components/chart-pie-interval/index.vue.mjs +23 -22
- package/es/components/chart-pie-legend-scroll/index.d.ts +1 -1
- package/es/components/chart-pie-legend-scroll/index.mjs +1 -1
- package/es/components/chart-pie-legend-scroll/index.vue.mjs +17 -16
- package/es/components/chart-pie-radius/index.d.ts +1 -1
- package/es/components/chart-pie-radius/index.mjs +1 -1
- package/es/components/chart-pie-radius/index.vue.mjs +17 -16
- package/es/components/chart-pie-rose/index.d.ts +1 -1
- package/es/components/chart-pie-rose/index.mjs +1 -1
- package/es/components/chart-pie-rose/index.vue.mjs +20 -19
- package/es/components/chart-pie-round/index.d.ts +1 -1
- package/es/components/chart-pie-round/index.mjs +1 -1
- package/es/components/chart-pie-round/index.vue.mjs +17 -16
- package/es/components/chart-pie-semicircle/index.d.ts +1 -1
- package/es/components/chart-pie-semicircle/index.mjs +1 -1
- package/es/components/chart-pie-semicircle/index.vue.mjs +20 -19
- package/es/components/chart-pie-sunburst/index.d.ts +1 -1
- package/es/components/chart-pie-sunburst/index.mjs +1 -1
- package/es/components/chart-pie-sunburst/index.vue.mjs +17 -16
- package/es/components/chart-scatter-basic/index.d.ts +1 -1
- package/es/components/chart-scatter-basic/index.mjs +1 -1
- package/es/components/chart-scatter-basic/index.vue.mjs +21 -20
- package/es/components/chart-scatter-basic2/index.d.ts +1 -1
- package/es/components/chart-scatter-basic2/index.mjs +1 -1
- package/es/components/chart-scatter-basic2/index.vue.mjs +21 -20
- package/es/components/chart-scatter-bubble/index.d.ts +1 -1
- package/es/components/chart-scatter-bubble/index.mjs +1 -1
- package/es/components/chart-scatter-bubble/index.vue.mjs +18 -17
- package/es/components/chart-scatter-ripples/index.d.ts +1 -1
- package/es/components/chart-scatter-ripples/index.mjs +1 -1
- package/es/components/chart-scatter-ripples/index.vue.mjs +19 -18
- package/es/components/commons-babylon/index.mjs +1 -1
- package/es/components/commons-echarts/compileAndRunEcharts.mjs +4 -3
- package/es/components/commons-echarts/index.d.ts +1 -37
- package/es/components/commons-echarts/index.mjs +1 -1
- package/es/components/commons-gaussian-splatting-view/index.mjs +1 -1
- package/es/components/commons-gaussian-splatting-view/index.vue.mjs +2 -2
- package/es/components/commons-gaussian-splatting-view/index.vue2.mjs +1 -1
- package/es/components/commons-loop-iterator/index.d.ts +1 -1
- package/es/components/commons-loop-iterator/index.mjs +1 -1
- package/es/components/commons-loop-iterator/index.vue.mjs +1 -1
- package/es/components/commons-loop-iterator/index.vue2.mjs +28 -27
- package/es/components/commons-product-model/index.mjs +1 -1
- package/es/components/commons-product-model/index.vue.mjs +2 -2
- package/es/components/commons-product-model/index.vue2.mjs +1 -1
- package/es/components/commons-qrcode/index.mjs +1 -1
- package/es/components/commons-svg/index.d.ts +1 -1
- package/es/components/commons-svg/index.mjs +1 -1
- package/es/components/commons-three-loader/index.mjs +1 -1
- package/es/components/commons-three-loader/index.vue.mjs +2 -2
- package/es/components/commons-three-loader/index.vue2.mjs +1 -1
- package/es/components/commons-three-loader3/index.d.ts +1 -1
- package/es/components/commons-three-loader3/index.mjs +1 -1
- package/es/components/commons-three-loader3/index.vue.mjs +2 -2
- package/es/components/commons-three-loader3/index.vue2.mjs +1 -1
- package/es/components/commons-vr-photo/index.mjs +1 -1
- package/es/components/commons-vr-video/index.mjs +1 -1
- package/es/components/commons-weather/index.mjs +1 -1
- package/es/components/commons-weather/index.vue.mjs +1 -1
- package/es/components/commons-weather/index.vue2.mjs +1 -1
- package/es/components/graphical-circle/index.d.ts +1 -1
- package/es/components/graphical-circle/index.mjs +1 -1
- package/es/components/graphical-diamond/index.d.ts +1 -1
- package/es/components/graphical-diamond/index.mjs +1 -1
- package/es/components/graphical-hexagon/index.d.ts +1 -1
- package/es/components/graphical-hexagon/index.mjs +1 -1
- package/es/components/graphical-isosceles-triangle/index.d.ts +1 -1
- package/es/components/graphical-isosceles-triangle/index.mjs +1 -1
- package/es/components/graphical-pentagon/index.d.ts +1 -1
- package/es/components/graphical-pentagon/index.mjs +1 -1
- package/es/components/graphical-rect/index.d.ts +1 -1
- package/es/components/graphical-rect/index.mjs +1 -1
- package/es/components/graphical-right-triangle/index.d.ts +1 -1
- package/es/components/graphical-right-triangle/index.mjs +1 -1
- package/es/components/interaction-button/index.d.ts +1 -1
- package/es/components/interaction-button/index.mjs +1 -1
- package/es/components/interaction-button/index.vue.mjs +2 -2
- package/es/components/interaction-button/index.vue2.mjs +1 -1
- package/es/components/interaction-button-image/index.d.ts +1 -1
- package/es/components/interaction-button-image/index.mjs +1 -1
- package/es/components/interaction-button-image/index.vue.mjs +2 -2
- package/es/components/interaction-button-image/index.vue2.mjs +2 -2
- package/es/components/interaction-button-refresh/index.d.ts +1 -1
- package/es/components/interaction-button-refresh/index.mjs +1 -1
- package/es/components/interaction-button-refresh/index.vue.mjs +2 -2
- package/es/components/interaction-button-refresh/index.vue2.mjs +2 -2
- package/es/components/interaction-data-picker/index.d.ts +1 -1
- package/es/components/interaction-data-picker/index.mjs +1 -1
- package/es/components/interaction-input/index.d.ts +1 -1
- package/es/components/interaction-input/index.mjs +1 -1
- package/es/components/interaction-input/index.vue.mjs +1 -1
- package/es/components/interaction-input/index.vue2.mjs +31 -30
- package/es/components/interaction-radio/index.d.ts +1 -1
- package/es/components/interaction-radio/index.mjs +1 -1
- package/es/components/interaction-select/index.d.ts +1 -1
- package/es/components/interaction-select/index.mjs +1 -1
- package/es/components/interaction-select/index.vue.mjs +2 -2
- package/es/components/interaction-select/index.vue2.mjs +27 -26
- package/es/components/interaction-slider/index.d.ts +1 -1
- package/es/components/interaction-slider/index.mjs +1 -1
- package/es/components/interaction-slider/index.vue.mjs +2 -2
- package/es/components/interaction-slider/index.vue2.mjs +41 -40
- package/es/components/interaction-switch/index.d.ts +1 -1
- package/es/components/interaction-switch/index.mjs +1 -1
- package/es/components/interaction-tabs/index.d.ts +1 -1
- package/es/components/interaction-tabs/index.mjs +1 -1
- package/es/components/interaction-tabs/index.vue.mjs +2 -2
- package/es/components/interaction-tabs/index.vue2.mjs +1 -1
- package/es/components/interaction-tabs2/index.d.ts +1 -1
- package/es/components/interaction-tabs2/index.mjs +1 -1
- package/es/components/interaction-tabs2/index.vue.mjs +2 -2
- package/es/components/interaction-tabs2/index.vue2.mjs +1 -1
- package/es/components/map-earth-basic/index.d.ts +3 -3
- package/es/components/map-earth-basic/index.mjs +1 -1
- package/es/components/map-earth-basic/index.vue.d.ts +6 -4
- package/es/components/map-earth-basic/index.vue.mjs +16 -15
- package/es/components/map-earth-cool-tech/index.d.ts +3 -3
- package/es/components/map-earth-cool-tech/index.mjs +1 -1
- package/es/components/map-earth-cool-tech/index.vue.d.ts +4 -4
- package/es/components/map-earth-cool-tech/index.vue.mjs +16 -15
- package/es/components/map-earth-fly-line/index.d.ts +3 -3
- package/es/components/map-earth-fly-line/index.mjs +1 -1
- package/es/components/map-earth-fly-line/index.vue.d.ts +4 -6
- package/es/components/map-earth-fly-line/index.vue.mjs +10 -9
- package/es/components/map-earth-hacker/index.d.ts +3 -3
- package/es/components/map-earth-hacker/index.mjs +1 -1
- package/es/components/map-earth-hacker/index.vue.d.ts +2 -6
- package/es/components/map-earth-hacker/index.vue.mjs +10 -9
- package/es/components/map-earth-particle/index.d.ts +3 -3
- package/es/components/map-earth-particle/index.mjs +1 -1
- package/es/components/map-earth-particle/index.vue.d.ts +4 -6
- package/es/components/map-earth-particle/index.vue.mjs +16 -15
- package/es/components/media-audio/index.d.ts +1 -1
- package/es/components/media-audio/index.mjs +1 -1
- package/es/components/media-audio-dynamic/index.d.ts +1 -1
- package/es/components/media-audio-dynamic/index.mjs +1 -1
- package/es/components/media-audio-dynamic/index.vue.mjs +2 -2
- package/es/components/media-audio-dynamic/index.vue2.mjs +18 -17
- package/es/components/media-carousel/index.d.ts +1 -1
- package/es/components/media-carousel/index.mjs +1 -1
- package/es/components/media-carousel-slides/index.d.ts +1 -1
- package/es/components/media-carousel-slides/index.mjs +1 -1
- package/es/components/media-flv/index.d.ts +1 -1
- package/es/components/media-flv/index.mjs +1 -1
- package/es/components/media-iframe/index.d.ts +1 -1
- package/es/components/media-iframe/index.mjs +1 -1
- package/es/components/media-iframe-carousel/index.d.ts +1 -1
- package/es/components/media-iframe-carousel/index.mjs +1 -1
- package/es/components/media-image/index.d.ts +1 -1
- package/es/components/media-image/index.mjs +1 -1
- package/es/components/media-image-dynamic/index.d.ts +1 -1
- package/es/components/media-image-dynamic/index.mjs +1 -1
- package/es/components/media-image-dynamic/index.vue.mjs +1 -1
- package/es/components/media-image-dynamic/index.vue2.mjs +14 -13
- package/es/components/media-m3u8/index.d.ts +1 -1
- package/es/components/media-m3u8/index.mjs +1 -1
- package/es/components/media-m3u8-dynamic/index.d.ts +1 -1
- package/es/components/media-m3u8-dynamic/index.mjs +1 -1
- package/es/components/media-m3u8-dynamic/index.vue.mjs +12 -11
- package/es/components/media-video/index.d.ts +1 -1
- package/es/components/media-video/index.mjs +1 -1
- package/es/components/media-video-dynamic/index.d.ts +1 -1
- package/es/components/media-video-dynamic/index.mjs +1 -1
- package/es/components/media-video-dynamic/index.vue.mjs +2 -2
- package/es/components/media-video-dynamic/index.vue2.mjs +10 -9
- package/es/components/media-wavesurfer/index.d.ts +1 -1
- package/es/components/media-wavesurfer/index.mjs +1 -1
- package/es/components/scene-amap2d/index.d.ts +1 -1
- package/es/components/scene-amap2d/index.mjs +1 -1
- package/es/components/scene-amap2d/index.vue.mjs +2 -2
- package/es/components/scene-amap2d/index.vue2.mjs +9 -8
- package/es/components/scene-amap3d/index.d.ts +1 -1
- package/es/components/scene-amap3d/index.mjs +1 -1
- package/es/components/scene-amap3d/index.vue.mjs +2 -2
- package/es/components/scene-amap3d/index.vue2.mjs +23 -22
- package/es/components/scene-map3d/index.d.ts +1 -1
- package/es/components/scene-map3d/index.mjs +1 -1
- package/es/components/scene-map3d/index.vue.mjs +2 -2
- package/es/components/scene-map3d/index.vue2.mjs +10 -9
- package/es/components/scene-map3d/map3d/map.mjs +1 -1
- package/es/components/scene-ue-iframe/index.d.ts +1 -1
- package/es/components/scene-ue-iframe/index.mjs +1 -1
- package/es/components/scene-ue-iframe/index.vue.mjs +2 -2
- package/es/components/scene-ue-iframe/index.vue2.mjs +32 -23
- package/es/components/scene-ue-shj/index.d.ts +1 -1
- package/es/components/scene-ue-shj/index.mjs +1 -1
- package/es/components/scene-unity-iframe/index.d.ts +1 -1
- package/es/components/scene-unity-iframe/index.mjs +1 -1
- package/es/components/scene-unity-webgl/index.d.ts +1 -1
- package/es/components/scene-unity-webgl/index.mjs +1 -1
- package/es/components/scene-vr/index.d.ts +1 -1
- package/es/components/scene-vr/index.mjs +1 -1
- package/es/components/text-carousel/index.d.ts +1 -1
- package/es/components/text-carousel/index.mjs +1 -1
- package/es/components/text-carousel/index.vue.mjs +2 -2
- package/es/components/text-carousel/index.vue2.mjs +7 -7
- package/es/components/text-count-down/index.mjs +1 -1
- package/es/components/text-count-down/index.vue.mjs +2 -2
- package/es/components/text-count-down/index.vue2.mjs +1 -1
- package/es/components/text-over-number/index.mjs +1 -1
- package/es/components/text-over-number/index.vue.d.ts +16 -16
- package/es/components/text-over-number/index.vue.mjs +2 -2
- package/es/components/text-over-number/index.vue2.mjs +8 -7
- package/es/components/text-real-time/index.mjs +1 -1
- package/es/components/text-real-time/index.vue.mjs +1 -1
- package/es/components/text-real-time/index.vue2.mjs +1 -1
- package/es/components/text-row-scroll/index.d.ts +1 -1
- package/es/components/text-row-scroll/index.mjs +1 -1
- package/es/components/text-row-scroll/index.vue.mjs +1 -1
- package/es/components/text-row-scroll/index.vue2.mjs +45 -44
- package/es/components/text-table-basic/index.d.ts +1 -1
- package/es/components/text-table-basic/index.mjs +1 -1
- package/es/components/text-table-basic/index.vue.mjs +3 -3
- package/es/components/text-table-basic/index.vue2.mjs +69 -68
- package/es/components/text-table-scroll/index.d.ts +1 -1
- package/es/components/text-table-scroll/index.mjs +1 -1
- package/es/components/text-table-scroll/index.vue.mjs +2 -2
- package/es/components/text-table-scroll/index.vue2.mjs +36 -35
- package/es/components/text-text-basic/index.d.ts +1 -1
- package/es/components/text-text-basic/index.mjs +1 -1
- package/es/components/text-text-basic/index.vue.mjs +2 -2
- package/es/components/text-text-basic/index.vue2.mjs +1 -1
- package/es/components/text-text-dynamic/index.d.ts +1 -1
- package/es/components/text-text-dynamic/index.mjs +1 -1
- package/es/components/text-text-dynamic/index.vue.mjs +1 -1
- package/es/components/text-text-dynamic/index.vue2.mjs +26 -25
- package/es/components/text-title/index.d.ts +1 -1
- package/es/components/text-title/index.mjs +1 -1
- package/es/components/text-title/index.vue.mjs +2 -2
- package/es/components/text-title/index.vue2.mjs +1 -1
- package/es/core/datasource/core/api.d.ts +1 -0
- package/es/core/datasource/core/api.mjs +32 -0
- package/es/core/datasource/core/static.d.ts +1 -0
- package/es/core/datasource/core/static.mjs +16 -0
- package/es/core/datasource/core/url.d.ts +1 -0
- package/es/core/datasource/core/url.mjs +17 -0
- package/es/core/datasource/core/variable.d.ts +1 -0
- package/es/core/datasource/core/variable.mjs +17 -0
- package/es/core/datasource/core/ws.d.ts +32 -0
- package/es/core/datasource/core/ws.mjs +138 -0
- package/es/core/datasource/index.d.ts +63 -0
- package/es/core/datasource/index.mjs +188 -0
- package/es/core/datasource/utils/request.d.ts +3 -0
- package/es/core/datasource/utils/request.mjs +7 -0
- package/es/core/datasource/utils/useMapping.d.ts +7 -0
- package/es/core/datasource/utils/useMapping.mjs +55 -0
- package/es/core/datasource/utils/userRequest.d.ts +3 -0
- package/es/core/datasource/utils/userRequest.mjs +7 -0
- package/es/core/datasource/utils/utils.d.ts +50 -0
- package/es/core/datasource/utils/utils.mjs +123 -0
- package/es/core/datasource/utils/wsManager.d.ts +16 -0
- package/es/core/datasource/utils/wsManager.mjs +78 -0
- package/es/env.d.ts +0 -2
- package/es/index.d.ts +2 -1
- package/es/index.mjs +347 -345
- package/es/widgets.css +1 -1
- package/lib/commons/core/datasource/core/api.js +1 -0
- package/lib/commons/core/datasource/core/static.js +1 -0
- package/lib/commons/core/datasource/core/url.js +1 -0
- package/lib/commons/core/datasource/core/variable.js +1 -0
- package/lib/commons/core/datasource/core/ws.js +1 -0
- package/lib/commons/core/datasource/index.js +6 -0
- package/lib/commons/core/datasource/utils/request.js +1 -0
- package/lib/commons/core/datasource/utils/utils.js +1 -0
- package/lib/commons/core/datasource/utils/wsManager.js +1 -0
- package/lib/commons/core/earth/base64/Aperture.js +1 -0
- package/lib/commons/core/earth/base64/Callout.js +1 -0
- package/lib/commons/core/earth/base64/CalloutAperture.js +1 -0
- package/lib/commons/core/earth/base64/CloudCover.js +1 -0
- package/lib/commons/core/earth/base64/LightColumn.js +1 -0
- package/lib/commons/core/earth/base64/StarrySky.js +1 -0
- package/lib/commons/core/earth/base64/rotation/innner.js +1 -0
- package/lib/commons/core/earth/base64/rotation/out.js +1 -0
- package/lib/commons/core/earth/border.vue.js +1 -0
- package/lib/commons/core/earth/border.vue2.js +1 -0
- package/lib/commons/core/earth/geojson/china-border.js +1 -0
- package/lib/commons/core/earth/geojson/china.js +1 -0
- package/lib/commons/core/earth/geojson/world.js +1 -0
- package/lib/commons/core/earth/main.js +32 -0
- package/lib/commons/core/earth/main.vue.js +1 -0
- package/lib/commons/core/earth/main.vue2.js +1 -0
- package/lib/commons/core/earth/utils/GradientLine.js +1 -0
- package/lib/commons/core/earth/utils/composer.js +1 -0
- package/lib/commons/core/earth/utils/controls/obt.js +1 -0
- package/lib/commons/core/earth/utils/label.js +1 -0
- package/lib/commons/core/earth/utils/line2.js +1 -0
- package/lib/commons/core/earth/utils/scene.js +1 -0
- package/lib/commons/core/useChart.js +1 -0
- package/lib/commons/utils/babylon/ColorConvert.js +1 -0
- package/lib/commons/utils/clickOutSide.js +1 -0
- package/lib/commons/utils/cloneSeries.js +1 -0
- package/lib/commons/utils/hoverLoop.js +1 -0
- package/lib/commons/utils/imgPreloader.js +1 -0
- package/lib/commons/utils/install.js +1 -0
- package/lib/commons/utils/json2css.js +1 -0
- package/lib/commons/utils/parseDataset.js +1 -0
- package/lib/commons/utils/parseOtherData.js +1 -0
- package/lib/commons/utils/parseScatterData.js +1 -0
- package/lib/commons/utils/shj/component-refs.js +1 -0
- package/lib/components/chart-bar-animation/index.js +1 -1
- package/lib/components/chart-bar-animation/index.vue.js +1 -1
- package/lib/components/chart-bar-basic/index.js +1 -1
- package/lib/components/chart-bar-basic/index.vue.js +1 -1
- package/lib/components/chart-bar-contrast/index.js +1 -1
- package/lib/components/chart-bar-contrast/index.vue.js +1 -1
- package/lib/components/chart-bar-contrast2/index.js +1 -1
- package/lib/components/chart-bar-contrast2/index.vue.js +1 -1
- package/lib/components/chart-bar-contrast3/index.js +1 -1
- package/lib/components/chart-bar-contrast3/index.vue.js +1 -1
- package/lib/components/chart-bar-gradient-column-chart/index.js +1 -1
- package/lib/components/chart-bar-gradient-column-chart/index.vue.js +1 -1
- package/lib/components/chart-bar-horizontal/index.js +1 -1
- package/lib/components/chart-bar-horizontal/index.vue.js +1 -1
- package/lib/components/chart-bar-horizontal-stack/index.js +1 -1
- package/lib/components/chart-bar-horizontal-stack/index.vue.js +1 -1
- package/lib/components/chart-bar-line-bar/index.js +1 -1
- package/lib/components/chart-bar-line-bar/index.vue.js +1 -1
- package/lib/components/chart-bar-line-bar2/index.js +1 -1
- package/lib/components/chart-bar-line-bar2/index.vue.js +1 -1
- package/lib/components/chart-bar-loop/index.js +1 -1
- package/lib/components/chart-bar-loop/index.vue.js +1 -1
- package/lib/components/chart-bar-mini/index.js +1 -1
- package/lib/components/chart-bar-mini/index.vue.js +1 -1
- package/lib/components/chart-bar-polar/index.js +1 -1
- package/lib/components/chart-bar-polar/index.vue.js +1 -1
- package/lib/components/chart-bar-polar-stack/index.js +1 -1
- package/lib/components/chart-bar-polar-stack/index.vue.js +1 -1
- package/lib/components/chart-bar-polar2/index.js +1 -1
- package/lib/components/chart-bar-polar2/index.vue.js +1 -1
- package/lib/components/chart-bar-radius-circle/index.js +1 -1
- package/lib/components/chart-bar-radius-circle/index.vue.js +1 -1
- package/lib/components/chart-bar-rank/index.js +1 -1
- package/lib/components/chart-bar-rank/index.vue.js +1 -1
- package/lib/components/chart-bar-segmented-progress/index.js +1 -1
- package/lib/components/chart-bar-segmented-progress/index.vue.js +1 -1
- package/lib/components/chart-bar-spire/index.js +1 -1
- package/lib/components/chart-bar-spire/index.vue.js +1 -1
- package/lib/components/chart-bar-stack/index.js +1 -1
- package/lib/components/chart-bar-stack/index.vue.js +1 -1
- package/lib/components/chart-bar-stack-line/index.js +1 -1
- package/lib/components/chart-bar-stack-line/index.vue.js +1 -1
- package/lib/components/chart-bar-stack2/index.js +1 -1
- package/lib/components/chart-bar-stack2/index.vue.js +1 -1
- package/lib/components/chart-bar-stack3/index.js +1 -1
- package/lib/components/chart-bar-stack3/index.vue.js +1 -1
- package/lib/components/chart-bar-staggered/index.js +1 -1
- package/lib/components/chart-bar-staggered/index.vue.js +1 -1
- package/lib/components/chart-bar-three/index.js +1 -1
- package/lib/components/chart-bar-three/index.vue.js +1 -1
- package/lib/components/chart-bar-waterfall/index.js +1 -1
- package/lib/components/chart-bar-waterfall/index.vue.js +1 -1
- package/lib/components/chart-bar-zebra/index.js +1 -1
- package/lib/components/chart-bar-zebra/index.vue.js +1 -1
- package/lib/components/chart-line-area-gradient/index.js +1 -1
- package/lib/components/chart-line-area-gradient/index.vue.js +1 -1
- package/lib/components/chart-line-area-highlight/index.js +1 -1
- package/lib/components/chart-line-area-highlight/index.vue.js +1 -1
- package/lib/components/chart-line-area-highlight2/index.js +1 -1
- package/lib/components/chart-line-area-highlight2/index.vue.js +1 -1
- package/lib/components/chart-line-basic/index.js +1 -1
- package/lib/components/chart-line-basic/index.vue.js +1 -1
- package/lib/components/chart-line-bump/index.js +1 -1
- package/lib/components/chart-line-bump/index.vue.js +1 -1
- package/lib/components/chart-line-dashed/index.js +1 -1
- package/lib/components/chart-line-dashed/index.vue.js +1 -1
- package/lib/components/chart-line-ladder/index.js +1 -1
- package/lib/components/chart-line-ladder/index.vue.js +1 -1
- package/lib/components/chart-line-logarithm/index.js +1 -1
- package/lib/components/chart-line-logarithm/index.vue.js +1 -1
- package/lib/components/chart-line-multix/index.js +1 -1
- package/lib/components/chart-line-multix/index.vue.js +1 -1
- package/lib/components/chart-line-polar-double/index.js +1 -1
- package/lib/components/chart-line-polar-double/index.vue.js +1 -1
- package/lib/components/chart-line-rain-flow/index.js +1 -1
- package/lib/components/chart-line-rain-flow/index.vue.js +1 -1
- package/lib/components/chart-line-scale/index.js +1 -1
- package/lib/components/chart-line-scale/index.vue.js +1 -1
- package/lib/components/chart-line-smooth/index.js +1 -1
- package/lib/components/chart-line-smooth/index.vue.js +1 -1
- package/lib/components/chart-line-smooth-area/index.js +1 -1
- package/lib/components/chart-line-smooth-area/index.vue.js +1 -1
- package/lib/components/chart-line-stack/index.js +1 -1
- package/lib/components/chart-line-stack/index.vue.js +1 -1
- package/lib/components/chart-line-stack-area/index.js +1 -1
- package/lib/components/chart-line-stack-area/index.vue.js +1 -1
- package/lib/components/chart-line-temp/index.js +1 -1
- package/lib/components/chart-line-temp/index.vue.js +1 -1
- package/lib/components/chart-line-vertical/index.js +1 -1
- package/lib/components/chart-line-vertical/index.vue.js +1 -1
- package/lib/components/chart-map-basic/index.js +1 -1
- package/lib/components/chart-map-basic/index.vue.js +1 -1
- package/lib/components/chart-map-bmap-basic/index.js +1 -1
- package/lib/components/chart-map-bmap-basic/index.vue.js +1 -1
- package/lib/components/chart-map-bmap-heatmap/index.js +1 -1
- package/lib/components/chart-map-bmap-heatmap/index.vue.js +1 -1
- package/lib/components/chart-map-bmap-rich/index.js +1 -1
- package/lib/components/chart-map-bmap-rich/index.vue.js +1 -1
- package/lib/components/chart-map-customize/index.js +1 -1
- package/lib/components/chart-map-customize/index.vue.js +1 -1
- package/lib/components/chart-map-lines/index.js +1 -1
- package/lib/components/chart-map-lines/index.vue.js +1 -1
- package/lib/components/chart-map-scatter/index.js +1 -1
- package/lib/components/chart-map-scatter/index.vue.js +1 -1
- package/lib/components/chart-other-candlestick-basic/index.js +1 -1
- package/lib/components/chart-other-candlestick-basic/index.vue.js +1 -1
- package/lib/components/chart-other-candlestick-demo/index.js +1 -1
- package/lib/components/chart-other-candlestick-demo/index.vue.js +1 -1
- package/lib/components/chart-other-candlestick-shanghai/index.js +1 -1
- package/lib/components/chart-other-candlestick-shanghai/index.vue.js +1 -1
- package/lib/components/chart-other-circular-graph/index.js +1 -1
- package/lib/components/chart-other-circular-graph/index.vue.js +1 -1
- package/lib/components/chart-other-force/index.js +1 -1
- package/lib/components/chart-other-force/index.vue.js +1 -1
- package/lib/components/chart-other-force2/index.js +1 -1
- package/lib/components/chart-other-force2/index.vue.js +1 -1
- package/lib/components/chart-other-funnel/index.js +1 -1
- package/lib/components/chart-other-funnel/index.vue.js +1 -1
- package/lib/components/chart-other-funnel-contrast/index.js +1 -1
- package/lib/components/chart-other-funnel-contrast/index.vue.js +1 -1
- package/lib/components/chart-other-funnel-split/index.js +1 -1
- package/lib/components/chart-other-funnel-split/index.vue.js +1 -1
- package/lib/components/chart-other-funnel2/index.js +1 -1
- package/lib/components/chart-other-funnel2/index.vue.js +1 -1
- package/lib/components/chart-other-gauge/index.js +1 -1
- package/lib/components/chart-other-gauge/index.vue.js +1 -1
- package/lib/components/chart-other-gauge-grade/index.js +1 -1
- package/lib/components/chart-other-gauge-grade/index.vue.js +1 -1
- package/lib/components/chart-other-gauge-stage/index.js +1 -1
- package/lib/components/chart-other-gauge-stage/index.vue.js +1 -1
- package/lib/components/chart-other-graph-basic/index.js +1 -1
- package/lib/components/chart-other-graph-basic/index.vue.js +1 -1
- package/lib/components/chart-other-graph-basic2/index.js +1 -1
- package/lib/components/chart-other-graph-basic2/index.vue.js +1 -1
- package/lib/components/chart-other-graph-calendar/index.js +1 -1
- package/lib/components/chart-other-graph-calendar/index.vue.js +1 -1
- package/lib/components/chart-other-grid-percentage/index.js +1 -1
- package/lib/components/chart-other-grid-percentage/index.vue.js +1 -1
- package/lib/components/chart-other-heatmap/index.js +1 -1
- package/lib/components/chart-other-heatmap/index.vue.js +1 -1
- package/lib/components/chart-other-label-gauge/index.js +1 -1
- package/lib/components/chart-other-label-gauge/index.vue.js +1 -1
- package/lib/components/chart-other-liquidfill/index.js +1 -1
- package/lib/components/chart-other-liquidfill/index.vue.js +1 -1
- package/lib/components/chart-other-parallel-basic/index.js +1 -1
- package/lib/components/chart-other-parallel-basic/index.vue.js +1 -1
- package/lib/components/chart-other-parallel-mul/index.js +1 -1
- package/lib/components/chart-other-parallel-mul/index.vue.js +1 -1
- package/lib/components/chart-other-radar/index.js +1 -1
- package/lib/components/chart-other-radar/index.vue.js +1 -1
- package/lib/components/chart-other-radar-stack/index.js +1 -1
- package/lib/components/chart-other-radar-stack/index.vue.js +1 -1
- package/lib/components/chart-other-sunburst-basic/index.js +1 -1
- package/lib/components/chart-other-sunburst-basic/index.vue.js +1 -1
- package/lib/components/chart-other-sunburst-basic2/index.js +1 -1
- package/lib/components/chart-other-sunburst-basic2/index.vue.js +1 -1
- package/lib/components/chart-other-sunburst-basic3/index.js +1 -1
- package/lib/components/chart-other-sunburst-basic3/index.vue.js +1 -1
- package/lib/components/chart-other-sunburst-basic4/index.js +1 -1
- package/lib/components/chart-other-sunburst-basic4/index.vue.js +1 -1
- package/lib/components/chart-other-sunburst-book/index.js +1 -1
- package/lib/components/chart-other-sunburst-book/index.vue.js +1 -1
- package/lib/components/chart-other-sunburst-flavors/index.js +1 -1
- package/lib/components/chart-other-sunburst-flavors/index.vue.js +1 -1
- package/lib/components/chart-other-sunburst-radius/index.js +1 -1
- package/lib/components/chart-other-sunburst-radius/index.vue.js +1 -1
- package/lib/components/chart-other-theme-river/index.js +1 -1
- package/lib/components/chart-other-theme-river/index.vue.js +1 -1
- package/lib/components/chart-other-tree/index.js +1 -1
- package/lib/components/chart-other-tree/index.vue.js +1 -1
- package/lib/components/chart-other-tree-line/index.js +1 -1
- package/lib/components/chart-other-tree-line/index.vue.js +1 -1
- package/lib/components/chart-other-treemap/index.js +1 -1
- package/lib/components/chart-other-treemap/index.vue.js +1 -1
- package/lib/components/chart-other-treemap-basic/index.js +1 -1
- package/lib/components/chart-other-treemap-basic/index.vue.js +1 -1
- package/lib/components/chart-other-word-cloud/index.js +1 -1
- package/lib/components/chart-other-word-cloud/index.vue.js +1 -1
- package/lib/components/chart-pie-3d/index.js +1 -1
- package/lib/components/chart-pie-3d/index.vue.js +1 -1
- package/lib/components/chart-pie-basic/index.js +1 -1
- package/lib/components/chart-pie-basic/index.vue.js +1 -1
- package/lib/components/chart-pie-basic2/index.js +1 -1
- package/lib/components/chart-pie-basic2/index.vue.js +1 -1
- package/lib/components/chart-pie-customized/index.js +1 -1
- package/lib/components/chart-pie-customized/index.vue.js +1 -1
- package/lib/components/chart-pie-index/index.js +1 -1
- package/lib/components/chart-pie-index/index.vue.js +1 -1
- package/lib/components/chart-pie-interval/index.js +1 -1
- package/lib/components/chart-pie-interval/index.vue.js +1 -1
- package/lib/components/chart-pie-legend-scroll/index.js +1 -1
- package/lib/components/chart-pie-legend-scroll/index.vue.js +1 -1
- package/lib/components/chart-pie-radius/index.js +1 -1
- package/lib/components/chart-pie-radius/index.vue.js +1 -1
- package/lib/components/chart-pie-rose/index.js +1 -1
- package/lib/components/chart-pie-rose/index.vue.js +1 -1
- package/lib/components/chart-pie-round/index.js +1 -1
- package/lib/components/chart-pie-round/index.vue.js +1 -1
- package/lib/components/chart-pie-semicircle/index.js +1 -1
- package/lib/components/chart-pie-semicircle/index.vue.js +1 -1
- package/lib/components/chart-pie-sunburst/index.js +1 -1
- package/lib/components/chart-pie-sunburst/index.vue.js +1 -1
- package/lib/components/chart-scatter-basic/index.js +1 -1
- package/lib/components/chart-scatter-basic/index.vue.js +1 -1
- package/lib/components/chart-scatter-basic2/index.js +1 -1
- package/lib/components/chart-scatter-basic2/index.vue.js +1 -1
- package/lib/components/chart-scatter-bubble/index.js +1 -1
- package/lib/components/chart-scatter-bubble/index.vue.js +1 -1
- package/lib/components/chart-scatter-ripples/index.js +1 -1
- package/lib/components/chart-scatter-ripples/index.vue.js +1 -1
- package/lib/components/commons-babylon/index.js +1 -1
- package/lib/components/commons-echarts/compileAndRunEcharts.js +4 -4
- package/lib/components/commons-echarts/index.js +1 -1
- package/lib/components/commons-gaussian-splatting-view/index.js +1 -1
- 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.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.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-qrcode/index.js +1 -1
- package/lib/components/commons-svg/index.js +1 -1
- package/lib/components/commons-three-loader/index.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.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-vr-photo/index.js +1 -1
- package/lib/components/commons-vr-video/index.js +1 -1
- package/lib/components/commons-weather/index.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/graphical-circle/index.js +1 -1
- package/lib/components/graphical-diamond/index.js +1 -1
- package/lib/components/graphical-hexagon/index.js +1 -1
- package/lib/components/graphical-isosceles-triangle/index.js +1 -1
- package/lib/components/graphical-pentagon/index.js +1 -1
- package/lib/components/graphical-rect/index.js +1 -1
- package/lib/components/graphical-right-triangle/index.js +1 -1
- package/lib/components/interaction-button/index.js +1 -1
- package/lib/components/interaction-button/index.vue.js +1 -1
- package/lib/components/interaction-button/index.vue2.js +1 -1
- package/lib/components/interaction-button-image/index.js +1 -1
- package/lib/components/interaction-button-image/index.vue.js +1 -1
- package/lib/components/interaction-button-image/index.vue2.js +1 -1
- package/lib/components/interaction-button-refresh/index.js +1 -1
- package/lib/components/interaction-button-refresh/index.vue.js +1 -1
- package/lib/components/interaction-button-refresh/index.vue2.js +1 -1
- package/lib/components/interaction-data-picker/index.js +1 -1
- package/lib/components/interaction-input/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-radio/index.js +1 -1
- package/lib/components/interaction-select/index.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.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.js +1 -1
- package/lib/components/interaction-tabs/index.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.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.js +1 -1
- package/lib/components/map-earth-basic/index.vue.js +1 -1
- package/lib/components/map-earth-cool-tech/index.js +1 -1
- package/lib/components/map-earth-cool-tech/index.vue.js +1 -1
- package/lib/components/map-earth-fly-line/index.js +1 -1
- package/lib/components/map-earth-fly-line/index.vue.js +1 -1
- package/lib/components/map-earth-hacker/index.js +1 -1
- package/lib/components/map-earth-hacker/index.vue.js +1 -1
- package/lib/components/map-earth-particle/index.js +1 -1
- package/lib/components/map-earth-particle/index.vue.js +1 -1
- package/lib/components/media-audio/index.js +1 -1
- package/lib/components/media-audio-dynamic/index.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-carousel/index.js +1 -1
- package/lib/components/media-carousel-slides/index.js +1 -1
- package/lib/components/media-flv/index.js +1 -1
- package/lib/components/media-iframe/index.js +1 -1
- package/lib/components/media-iframe-carousel/index.js +1 -1
- package/lib/components/media-image/index.js +1 -1
- package/lib/components/media-image-dynamic/index.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.js +1 -1
- package/lib/components/media-m3u8-dynamic/index.js +1 -1
- package/lib/components/media-m3u8-dynamic/index.vue.js +1 -1
- package/lib/components/media-video/index.js +1 -1
- package/lib/components/media-video-dynamic/index.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/media-wavesurfer/index.js +1 -1
- package/lib/components/scene-amap2d/index.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.js +1 -1
- package/lib/components/scene-amap3d/index.vue.js +1 -1
- package/lib/components/scene-amap3d/index.vue2.js +2 -2
- package/lib/components/scene-map3d/index.js +1 -1
- package/lib/components/scene-map3d/index.vue.js +1 -1
- package/lib/components/scene-map3d/index.vue2.js +1 -1
- package/lib/components/scene-map3d/map3d/map.js +1 -1
- package/lib/components/scene-ue-iframe/index.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.js +1 -1
- package/lib/components/scene-unity-iframe/index.js +1 -1
- package/lib/components/scene-unity-webgl/index.js +1 -1
- package/lib/components/scene-vr/index.js +1 -1
- package/lib/components/text-carousel/index.js +1 -1
- package/lib/components/text-carousel/index.vue.js +1 -1
- package/lib/components/text-carousel/index.vue2.js +1 -1
- package/lib/components/text-count-down/index.js +1 -1
- 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.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.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.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.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.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-basic/index.js +1 -1
- package/lib/components/text-text-basic/index.vue.js +1 -1
- package/lib/components/text-text-basic/index.vue2.js +1 -1
- package/lib/components/text-text-dynamic/index.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/components/text-title/index.js +1 -1
- package/lib/components/text-title/index.vue.js +1 -1
- package/lib/components/text-title/index.vue2.js +1 -1
- package/lib/core/datasource/core/api.js +1 -0
- package/lib/core/datasource/core/static.js +1 -0
- package/lib/core/datasource/core/url.js +1 -0
- package/lib/core/datasource/core/variable.js +1 -0
- package/lib/core/datasource/core/ws.js +1 -0
- package/lib/core/datasource/index.js +6 -0
- package/lib/core/datasource/utils/request.js +1 -0
- package/lib/core/datasource/utils/useMapping.js +1 -0
- package/lib/core/datasource/utils/userRequest.js +1 -0
- package/lib/core/datasource/utils/utils.js +1 -0
- package/lib/core/datasource/utils/wsManager.js +1 -0
- package/lib/index.js +1 -1
- package/lib/widgets.css +1 -1
- package/package.json +3 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("vue"),i=require("lodash"),w=require("nanoid"),b=require("../../core/earth/main.vue.js"),c=require("../../core/earth/border.vue.js"),
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("vue"),i=require("lodash"),w=require("nanoid"),b=require("../../commons/core/datasource/index.js"),B=require("../../commons/core/earth/main.vue.js"),c=require("../../commons/core/earth/border.vue.js"),S={class:"zerov-widget"},_=["id"],C=a.defineComponent({name:"zv-map-earth-basic"}),x=a.defineComponent({...C,props:{basicOption:{},sources:{},useEvents:{},uuid:{}},emits:["on-success"],setup(y,{expose:h,emit:m}){const k=m,t=y,f=w.nanoid(),u=a.ref(),d=a.ref(!0),e=a.ref(i.cloneDeep(t.basicOption)),l=i.debounce((o=!1)=>{d.value=!0,e.value=i.cloneDeep(t.basicOption),t.sources&&t.sources.length>0?b.SHJDatasourceV2.parse({tId:t.uuid,sources:t.sources,callback:r=>{try{window.SHJParseEvent(t.useEvents,"dataListener",r.data);const s=e.value.lines&&e.value.lines.find(n=>n._sourceId===r.id);s&&(s.data=r.data[0].data);const v=e.value.flylines&&e.value.flylines.find(n=>n._sourceId===r.id);v&&(v.data=r.data[0].data);const p=e.value.lightBeams&&e.value.lightBeams.find(n=>n._sourceId===r.id);p&&(p.data=r.data[0].data),!o&&u.value.refresh()}catch{window.SHJParseEvent(t.useEvents,"dataListener",null)}}}):!o&&u.value.refresh()},200);a.onMounted(()=>l(!0)),a.watch(()=>i.cloneDeep(t.basicOption),(o,r)=>{i.isEqual(o,r)||l()},{deep:!0}),a.watch(()=>i.cloneDeep(t.sources),(o,r)=>{i.isEqual(o,r)||l()},{deep:!0}),h({refresh:()=>l(),refreshView:()=>l(),refreshData:()=>l()});const g=()=>{d.value=!1,k("on-success"),window.SHJParseEvent(t.useEvents,"on-success",null)};return(o,r)=>(a.openBlock(),a.createElementBlock("div",S,[a.createElementVNode("div",{id:a.unref(f),class:"widget"},[a.createVNode(B.default,{ref_key:"earthRef",ref:u,style:{height:"100%"},background:e.value.background,"is-background":e.value.isBackground,fog:e.value.fog,"fog-color":e.value.fogColor,"fog-near":e.value.fogNear,"fog-far":e.value.fogFar,stats:e.value.stats,"stats-type":e.value.statsType,radius:e.value.radius,subdivision:e.value.subdivision,animation:e.value.animation,"animation-speed":e.value.animationSpeed,texture:e.value.texture,color:e.value.color,opacity:e.value.opacity,transparent:e.value.transparent,wireframe:e.value.wireframe,label:e.value.label,particle:e.value.particle,"particle-color":e.value.particleColor,"particle-size":e.value.particleSize,aperture:e.value.aperture,"aperture-color":e.value.apertureColor,"aperture-opacity":e.value.apertureOpacity,"aperture-transparent":e.value.apertureTransparent,"aperture-depth-write":e.value.apertureDepthWrite,"cloud-cover":e.value.cloudCover,"cloud-cover-color":e.value.cloudCoverColor,"cloud-cover-opacity":e.value.cloudCoverOpacity,"cloud-cover-transparent":e.value.cloudCoverTransparent,"cloud-cover-animation":e.value.cloudCoverAnimation,"cloud-cover-animation-speed":e.value.cloudCoverAnimationSpeed,"starry-sky":e.value.starrySky,"starry-sky-texture":e.value.starrySkyTexture,"starry-sky-number":e.value.starrySkyNumber,"starry-sky-size":e.value.starrySkySize,"starry-sky-color":e.value.starrySkyColor,"starry-sky-opacity":e.value.starrySkyOpacity,"starry-sky-animation":e.value.starrySkyAnimation,"starry-sky-animation-speed":e.value.starrySkyAnimationSpeed,"ambient-light-color":e.value.ambientLightColor,"ambient-light-intensity":e.value.ambientLightIntensity,"directional-light-x":e.value.directionalLightX,"directional-light-y":e.value.directionalLightY,"directional-light-z":e.value.directionalLightZ,"directional-light-intensity":e.value.directionalLightIntensity,"directional-light-color":e.value.directionalLightColor,"is-composer":e.value.isComposer,composer:e.value.composer,flylines:e.value.flylines,lines:e.value.lines,"light-beam":e.value.lightBeams,onOnSuccess:g},{default:a.withCtx(()=>[e.value.chinaBorderShow?(a.openBlock(),a.createBlock(c.default,{key:0,geojson:"china",color:e.value.chinaBorderColor,width:e.value.chinaBorderWidth,opacity:e.value.chinaBorderOpacity,wakeline:e.value.chinaBorderWakeline,"wakeline-number":e.value.chinaBorderWakelineNumber},null,8,["color","width","opacity","wakeline","wakeline-number"])):a.createCommentVNode("",!0),e.value.china2BorderShow?(a.openBlock(),a.createBlock(c.default,{key:1,geojson:"china-border",color:e.value.china2BorderColor,width:e.value.china2BorderWidth,opacity:e.value.china2BorderOpacity,wakeline:e.value.china2BorderWakeline,"wakeline-number":e.value.china2BorderWakelineNumber},null,8,["color","width","opacity","wakeline","wakeline-number"])):a.createCommentVNode("",!0),e.value.worldBorderShow?(a.openBlock(),a.createBlock(c.default,{key:2,geojson:"world",color:e.value.worldBorderColor,width:e.value.worldBorderWidth,opacity:e.value.worldBorderOpacity,wakeline:e.value.worldBorderWakeline,"wakeline-number":e.value.worldBorderWakelineNumber},null,8,["color","width","opacity","wakeline","wakeline-number"])):a.createCommentVNode("",!0)]),_:1},8,["background","is-background","fog","fog-color","fog-near","fog-far","stats","stats-type","radius","subdivision","animation","animation-speed","texture","color","opacity","transparent","wireframe","label","particle","particle-color","particle-size","aperture","aperture-color","aperture-opacity","aperture-transparent","aperture-depth-write","cloud-cover","cloud-cover-color","cloud-cover-opacity","cloud-cover-transparent","cloud-cover-animation","cloud-cover-animation-speed","starry-sky","starry-sky-texture","starry-sky-number","starry-sky-size","starry-sky-color","starry-sky-opacity","starry-sky-animation","starry-sky-animation-speed","ambient-light-color","ambient-light-intensity","directional-light-x","directional-light-y","directional-light-z","directional-light-intensity","directional-light-color","is-composer","composer","flylines","lines","light-beam"])],8,_)]))}});exports.default=x;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),l=require("../../utils/install.js"),e=l.withInstall(t.default);exports.ZvMapEarthCoolTech=e;exports.default=e;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),l=require("../../commons/utils/install.js"),e=l.withInstall(t.default);exports.ZvMapEarthCoolTech=e;exports.default=e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("vue"),i=require("lodash"),w=require("nanoid"),b=require("../../core/earth/main.vue.js"),s=require("../../core/earth/border.vue.js"),
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("vue"),i=require("lodash"),w=require("nanoid"),b=require("../../commons/core/datasource/index.js"),B=require("../../commons/core/earth/main.vue.js"),s=require("../../commons/core/earth/border.vue.js"),S={class:"zerov-widget"},_=["id"],C=a.defineComponent({name:"zv-map-earth-cool-tech"}),x=a.defineComponent({...C,props:{basicOption:{},sources:{},useEvents:{},uuid:{}},emits:["on-success"],setup(y,{expose:h,emit:m}){const k=m,t=y,f=w.nanoid(),u=a.ref(),d=a.ref(!0),e=a.ref(i.cloneDeep(t.basicOption)),l=i.debounce((o=!1)=>{d.value=!0,e.value=i.cloneDeep(t.basicOption),t.sources&&t.sources.length>0?b.SHJDatasourceV2.parse({tId:t.uuid,sources:t.sources,callback:r=>{try{window.SHJParseEvent(t.useEvents,"dataListener",r.data);const c=e.value.lines&&e.value.lines.find(n=>n._sourceId===r.id);c&&(c.data=r.data[0].data);const v=e.value.flylines&&e.value.flylines.find(n=>n._sourceId===r.id);v&&(v.data=r.data[0].data);const p=e.value.lightBeams&&e.value.lightBeams.find(n=>n._sourceId===r.id);p&&(p.data=r.data[0].data),!o&&u.value.refresh()}catch{window.SHJParseEvent(t.useEvents,"dataListener",null)}}}):!o&&u.value.refresh()},200);a.onMounted(()=>l(!0)),a.watch(()=>i.cloneDeep(t.basicOption),(o,r)=>{i.isEqual(o,r)||l()},{deep:!0}),a.watch(()=>i.cloneDeep(t.sources),(o,r)=>{i.isEqual(o,r)||l()},{deep:!0}),h({refresh:()=>l(),refreshView:()=>l(),refreshData:()=>l()});const g=()=>{d.value=!1,k("on-success"),window.SHJParseEvent(t.useEvents,"on-success",null)};return(o,r)=>(a.openBlock(),a.createElementBlock("div",S,[a.createElementVNode("div",{id:a.unref(f),class:"widget"},[a.createVNode(B.default,{ref_key:"earthRef",ref:u,style:{height:"100%"},background:e.value.background,"is-background":e.value.isBackground,fog:e.value.fog,"fog-color":e.value.fogColor,"fog-near":e.value.fogNear,"fog-far":e.value.fogFar,stats:e.value.stats,"stats-type":e.value.statsType,radius:e.value.radius,subdivision:e.value.subdivision,animation:e.value.animation,"animation-speed":e.value.animationSpeed,texture:e.value.texture,color:e.value.color,opacity:e.value.opacity,transparent:e.value.transparent,wireframe:e.value.wireframe,label:e.value.label,particle:e.value.particle,"particle-color":e.value.particleColor,"particle-size":e.value.particleSize,aperture:e.value.aperture,"aperture-color":e.value.apertureColor,"aperture-opacity":e.value.apertureOpacity,"aperture-transparent":e.value.apertureTransparent,"aperture-depth-write":e.value.apertureDepthWrite,"cloud-cover":e.value.cloudCover,"cloud-cover-color":e.value.cloudCoverColor,"cloud-cover-opacity":e.value.cloudCoverOpacity,"cloud-cover-transparent":e.value.cloudCoverTransparent,"cloud-cover-animation":e.value.cloudCoverAnimation,"cloud-cover-animation-speed":e.value.cloudCoverAnimationSpeed,"starry-sky":e.value.starrySky,"starry-sky-texture":e.value.starrySkyTexture,"starry-sky-number":e.value.starrySkyNumber,"starry-sky-size":e.value.starrySkySize,"starry-sky-color":e.value.starrySkyColor,"starry-sky-opacity":e.value.starrySkyOpacity,"starry-sky-animation":e.value.starrySkyAnimation,"starry-sky-animation-speed":e.value.starrySkyAnimationSpeed,"ambient-light-color":e.value.ambientLightColor,"ambient-light-intensity":e.value.ambientLightIntensity,"directional-light-x":e.value.directionalLightX,"directional-light-y":e.value.directionalLightY,"directional-light-z":e.value.directionalLightZ,"directional-light-intensity":e.value.directionalLightIntensity,"directional-light-color":e.value.directionalLightColor,"is-composer":e.value.isComposer,composer:e.value.composer,flylines:e.value.flylines,lines:e.value.lines,"light-beam":e.value.lightBeams,onOnSuccess:g},{default:a.withCtx(()=>[e.value.chinaBorderShow?(a.openBlock(),a.createBlock(s.default,{key:0,geojson:"china",color:e.value.chinaBorderColor,width:e.value.chinaBorderWidth,opacity:e.value.chinaBorderOpacity,wakeline:e.value.chinaBorderWakeline,"wakeline-number":e.value.chinaBorderWakelineNumber},null,8,["color","width","opacity","wakeline","wakeline-number"])):a.createCommentVNode("",!0),e.value.china2BorderShow?(a.openBlock(),a.createBlock(s.default,{key:1,geojson:"china-border",color:e.value.china2BorderColor,width:e.value.china2BorderWidth,opacity:e.value.china2BorderOpacity,wakeline:e.value.china2BorderWakeline,"wakeline-number":e.value.china2BorderWakelineNumber},null,8,["color","width","opacity","wakeline","wakeline-number"])):a.createCommentVNode("",!0),e.value.worldBorderShow?(a.openBlock(),a.createBlock(s.default,{key:2,geojson:"world",color:e.value.worldBorderColor,width:e.value.worldBorderWidth,opacity:e.value.worldBorderOpacity,wakeline:e.value.worldBorderWakeline,"wakeline-number":e.value.worldBorderWakelineNumber},null,8,["color","width","opacity","wakeline","wakeline-number"])):a.createCommentVNode("",!0)]),_:1},8,["background","is-background","fog","fog-color","fog-near","fog-far","stats","stats-type","radius","subdivision","animation","animation-speed","texture","color","opacity","transparent","wireframe","label","particle","particle-color","particle-size","aperture","aperture-color","aperture-opacity","aperture-transparent","aperture-depth-write","cloud-cover","cloud-cover-color","cloud-cover-opacity","cloud-cover-transparent","cloud-cover-animation","cloud-cover-animation-speed","starry-sky","starry-sky-texture","starry-sky-number","starry-sky-size","starry-sky-color","starry-sky-opacity","starry-sky-animation","starry-sky-animation-speed","ambient-light-color","ambient-light-intensity","directional-light-x","directional-light-y","directional-light-z","directional-light-intensity","directional-light-color","is-composer","composer","flylines","lines","light-beam"])],8,_)]))}});exports.default=x;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),l=require("../../utils/install.js"),e=l.withInstall(t.default);exports.ZvMapEarthFlyLine=e;exports.default=e;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),l=require("../../commons/utils/install.js"),e=l.withInstall(t.default);exports.ZvMapEarthFlyLine=e;exports.default=e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("vue"),i=require("lodash"),w=require("nanoid"),b=require("../../core/earth/main.vue.js"),c=require("../../core/earth/border.vue.js"),
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("vue"),i=require("lodash"),w=require("nanoid"),b=require("../../commons/core/datasource/index.js"),B=require("../../commons/core/earth/main.vue.js"),c=require("../../commons/core/earth/border.vue.js"),S={class:"zerov-widget"},_=["id"],C=a.defineComponent({name:"zv-map-earth-fly-line"}),x=a.defineComponent({...C,props:{basicOption:{},sources:{},useEvents:{},uuid:{}},emits:["on-success"],setup(y,{expose:h,emit:m}){const k=m,t=y,f=w.nanoid(),u=a.ref(),d=a.ref(!0),e=a.ref(i.cloneDeep(t.basicOption)),l=i.debounce((o=!1)=>{d.value=!0,e.value=i.cloneDeep(t.basicOption),t.sources&&t.sources.length>0?b.SHJDatasourceV2.parse({tId:t.uuid,sources:t.sources,callback:r=>{try{window.SHJParseEvent(t.useEvents,"dataListener",r.data);const s=e.value.lines&&e.value.lines.find(n=>n._sourceId===r.id);s&&(s.data=r.data[0].data);const v=e.value.flylines&&e.value.flylines.find(n=>n._sourceId===r.id);v&&(v.data=r.data[0].data);const p=e.value.lightBeams&&e.value.lightBeams.find(n=>n._sourceId===r.id);p&&(p.data=r.data[0].data),!o&&u.value.refresh()}catch{window.SHJParseEvent(t.useEvents,"dataListener",null)}}}):!o&&u.value.refresh()},200);a.onMounted(()=>l(!0)),a.watch(()=>i.cloneDeep(t.basicOption),(o,r)=>{i.isEqual(o,r)||l()},{deep:!0}),a.watch(()=>i.cloneDeep(t.sources),(o,r)=>{i.isEqual(o,r)||l()},{deep:!0}),h({refresh:()=>l(),refreshView:()=>l(),refreshData:()=>l()});const g=()=>{d.value=!1,k("on-success"),window.SHJParseEvent(t.useEvents,"on-success",null)};return(o,r)=>(a.openBlock(),a.createElementBlock("div",S,[a.createElementVNode("div",{id:a.unref(f),class:"widget"},[a.createVNode(B.default,{ref_key:"earthRef",ref:u,style:{height:"100%"},background:e.value.background,"is-background":e.value.isBackground,fog:e.value.fog,"fog-color":e.value.fogColor,"fog-near":e.value.fogNear,"fog-far":e.value.fogFar,stats:e.value.stats,"stats-type":e.value.statsType,radius:e.value.radius,subdivision:e.value.subdivision,animation:e.value.animation,"animation-speed":e.value.animationSpeed,texture:e.value.texture,color:e.value.color,opacity:e.value.opacity,transparent:e.value.transparent,wireframe:e.value.wireframe,label:e.value.label,particle:e.value.particle,"particle-color":e.value.particleColor,"particle-size":e.value.particleSize,aperture:e.value.aperture,"aperture-color":e.value.apertureColor,"aperture-opacity":e.value.apertureOpacity,"aperture-transparent":e.value.apertureTransparent,"aperture-depth-write":e.value.apertureDepthWrite,"cloud-cover":e.value.cloudCover,"cloud-cover-color":e.value.cloudCoverColor,"cloud-cover-opacity":e.value.cloudCoverOpacity,"cloud-cover-transparent":e.value.cloudCoverTransparent,"cloud-cover-animation":e.value.cloudCoverAnimation,"cloud-cover-animation-speed":e.value.cloudCoverAnimationSpeed,"starry-sky":e.value.starrySky,"starry-sky-texture":e.value.starrySkyTexture,"starry-sky-number":e.value.starrySkyNumber,"starry-sky-size":e.value.starrySkySize,"starry-sky-color":e.value.starrySkyColor,"starry-sky-opacity":e.value.starrySkyOpacity,"starry-sky-animation":e.value.starrySkyAnimation,"starry-sky-animation-speed":e.value.starrySkyAnimationSpeed,"ambient-light-color":e.value.ambientLightColor,"ambient-light-intensity":e.value.ambientLightIntensity,"directional-light-x":e.value.directionalLightX,"directional-light-y":e.value.directionalLightY,"directional-light-z":e.value.directionalLightZ,"directional-light-intensity":e.value.directionalLightIntensity,"directional-light-color":e.value.directionalLightColor,"is-composer":e.value.isComposer,composer:e.value.composer,flylines:e.value.flylines,lines:e.value.lines,"light-beam":e.value.lightBeams,onOnSuccess:g},{default:a.withCtx(()=>[e.value.chinaBorderShow?(a.openBlock(),a.createBlock(c.default,{key:0,geojson:"china",color:e.value.chinaBorderColor,width:e.value.chinaBorderWidth,opacity:e.value.chinaBorderOpacity,wakeline:e.value.chinaBorderWakeline,"wakeline-number":e.value.chinaBorderWakelineNumber},null,8,["color","width","opacity","wakeline","wakeline-number"])):a.createCommentVNode("",!0),e.value.china2BorderShow?(a.openBlock(),a.createBlock(c.default,{key:1,geojson:"china-border",color:e.value.china2BorderColor,width:e.value.china2BorderWidth,opacity:e.value.china2BorderOpacity,wakeline:e.value.china2BorderWakeline,"wakeline-number":e.value.china2BorderWakelineNumber},null,8,["color","width","opacity","wakeline","wakeline-number"])):a.createCommentVNode("",!0),e.value.worldBorderShow?(a.openBlock(),a.createBlock(c.default,{key:2,geojson:"world",color:e.value.worldBorderColor,width:e.value.worldBorderWidth,opacity:e.value.worldBorderOpacity,wakeline:e.value.worldBorderWakeline,"wakeline-number":e.value.worldBorderWakelineNumber},null,8,["color","width","opacity","wakeline","wakeline-number"])):a.createCommentVNode("",!0)]),_:1},8,["background","is-background","fog","fog-color","fog-near","fog-far","stats","stats-type","radius","subdivision","animation","animation-speed","texture","color","opacity","transparent","wireframe","label","particle","particle-color","particle-size","aperture","aperture-color","aperture-opacity","aperture-transparent","aperture-depth-write","cloud-cover","cloud-cover-color","cloud-cover-opacity","cloud-cover-transparent","cloud-cover-animation","cloud-cover-animation-speed","starry-sky","starry-sky-texture","starry-sky-number","starry-sky-size","starry-sky-color","starry-sky-opacity","starry-sky-animation","starry-sky-animation-speed","ambient-light-color","ambient-light-intensity","directional-light-x","directional-light-y","directional-light-z","directional-light-intensity","directional-light-color","is-composer","composer","flylines","lines","light-beam"])],8,_)]))}});exports.default=x;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),r=require("../../utils/install.js"),e=r.withInstall(t.default);exports.ZvMapEarthHacker=e;exports.default=e;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),r=require("../../commons/utils/install.js"),e=r.withInstall(t.default);exports.ZvMapEarthHacker=e;exports.default=e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("vue"),i=require("lodash"),w=require("nanoid"),b=require("../../core/earth/main.vue.js"),
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("vue"),i=require("lodash"),w=require("nanoid"),b=require("../../commons/core/datasource/index.js"),B=require("../../commons/core/earth/main.vue.js"),c=require("../../commons/core/earth/border.vue.js"),S={class:"zerov-widget"},_=["id"],C=a.defineComponent({name:"zv-map-earth-hacker"}),x=a.defineComponent({...C,props:{basicOption:{},sources:{},useEvents:{},uuid:{}},emits:["on-success"],setup(y,{expose:h,emit:m}){const k=m,t=y,f=w.nanoid(),u=a.ref(),d=a.ref(!0),e=a.ref(i.cloneDeep(t.basicOption)),l=i.debounce((o=!1)=>{d.value=!0,e.value=i.cloneDeep(t.basicOption),t.sources&&t.sources.length>0?b.SHJDatasourceV2.parse({tId:t.uuid,sources:t.sources,callback:r=>{try{window.SHJParseEvent(t.useEvents,"dataListener",r.data);const s=e.value.lines&&e.value.lines.find(n=>n._sourceId===r.id);s&&(s.data=r.data[0].data);const v=e.value.flylines&&e.value.flylines.find(n=>n._sourceId===r.id);v&&(v.data=r.data[0].data);const p=e.value.lightBeams&&e.value.lightBeams.find(n=>n._sourceId===r.id);p&&(p.data=r.data[0].data),!o&&u.value.refresh()}catch{window.SHJParseEvent(t.useEvents,"dataListener",null)}}}):!o&&u.value.refresh()},200);a.onMounted(()=>l(!0)),a.watch(()=>i.cloneDeep(t.basicOption),(o,r)=>{i.isEqual(o,r)||l()},{deep:!0}),a.watch(()=>i.cloneDeep(t.sources),(o,r)=>{i.isEqual(o,r)||l()},{deep:!0}),h({refresh:()=>l(),refreshView:()=>l(),refreshData:()=>l()});const g=()=>{d.value=!1,k("on-success"),window.SHJParseEvent(t.useEvents,"on-success",null)};return(o,r)=>(a.openBlock(),a.createElementBlock("div",S,[a.createElementVNode("div",{id:a.unref(f),class:"widget"},[a.createVNode(B.default,{ref_key:"earthRef",ref:u,style:{height:"100%"},background:e.value.background,"is-background":e.value.isBackground,fog:e.value.fog,"fog-color":e.value.fogColor,"fog-near":e.value.fogNear,"fog-far":e.value.fogFar,stats:e.value.stats,"stats-type":e.value.statsType,radius:e.value.radius,subdivision:e.value.subdivision,animation:e.value.animation,"animation-speed":e.value.animationSpeed,texture:e.value.texture,color:e.value.color,opacity:e.value.opacity,transparent:e.value.transparent,wireframe:e.value.wireframe,label:e.value.label,particle:e.value.particle,"particle-color":e.value.particleColor,"particle-size":e.value.particleSize,aperture:e.value.aperture,"aperture-color":e.value.apertureColor,"aperture-opacity":e.value.apertureOpacity,"aperture-transparent":e.value.apertureTransparent,"aperture-depth-write":e.value.apertureDepthWrite,"cloud-cover":e.value.cloudCover,"cloud-cover-color":e.value.cloudCoverColor,"cloud-cover-opacity":e.value.cloudCoverOpacity,"cloud-cover-transparent":e.value.cloudCoverTransparent,"cloud-cover-animation":e.value.cloudCoverAnimation,"cloud-cover-animation-speed":e.value.cloudCoverAnimationSpeed,"starry-sky":e.value.starrySky,"starry-sky-texture":e.value.starrySkyTexture,"starry-sky-number":e.value.starrySkyNumber,"starry-sky-size":e.value.starrySkySize,"starry-sky-color":e.value.starrySkyColor,"starry-sky-opacity":e.value.starrySkyOpacity,"starry-sky-animation":e.value.starrySkyAnimation,"starry-sky-animation-speed":e.value.starrySkyAnimationSpeed,"ambient-light-color":e.value.ambientLightColor,"ambient-light-intensity":e.value.ambientLightIntensity,"directional-light-x":e.value.directionalLightX,"directional-light-y":e.value.directionalLightY,"directional-light-z":e.value.directionalLightZ,"directional-light-intensity":e.value.directionalLightIntensity,"directional-light-color":e.value.directionalLightColor,"is-composer":e.value.isComposer,composer:e.value.composer,flylines:e.value.flylines,lines:e.value.lines,"light-beam":e.value.lightBeams,onOnSuccess:g},{default:a.withCtx(()=>[e.value.chinaBorderShow?(a.openBlock(),a.createBlock(c.default,{key:0,geojson:"china",color:e.value.chinaBorderColor,width:e.value.chinaBorderWidth,opacity:e.value.chinaBorderOpacity,wakeline:e.value.chinaBorderWakeline,"wakeline-number":e.value.chinaBorderWakelineNumber},null,8,["color","width","opacity","wakeline","wakeline-number"])):a.createCommentVNode("",!0),e.value.china2BorderShow?(a.openBlock(),a.createBlock(c.default,{key:1,geojson:"china-border",color:e.value.china2BorderColor,width:e.value.china2BorderWidth,opacity:e.value.china2BorderOpacity,wakeline:e.value.china2BorderWakeline,"wakeline-number":e.value.china2BorderWakelineNumber},null,8,["color","width","opacity","wakeline","wakeline-number"])):a.createCommentVNode("",!0),e.value.worldBorderShow?(a.openBlock(),a.createBlock(c.default,{key:2,geojson:"world",color:e.value.worldBorderColor,width:e.value.worldBorderWidth,opacity:e.value.worldBorderOpacity,wakeline:e.value.worldBorderWakeline,"wakeline-number":e.value.worldBorderWakelineNumber},null,8,["color","width","opacity","wakeline","wakeline-number"])):a.createCommentVNode("",!0)]),_:1},8,["background","is-background","fog","fog-color","fog-near","fog-far","stats","stats-type","radius","subdivision","animation","animation-speed","texture","color","opacity","transparent","wireframe","label","particle","particle-color","particle-size","aperture","aperture-color","aperture-opacity","aperture-transparent","aperture-depth-write","cloud-cover","cloud-cover-color","cloud-cover-opacity","cloud-cover-transparent","cloud-cover-animation","cloud-cover-animation-speed","starry-sky","starry-sky-texture","starry-sky-number","starry-sky-size","starry-sky-color","starry-sky-opacity","starry-sky-animation","starry-sky-animation-speed","ambient-light-color","ambient-light-intensity","directional-light-x","directional-light-y","directional-light-z","directional-light-intensity","directional-light-color","is-composer","composer","flylines","lines","light-beam"])],8,_)]))}});exports.default=x;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),r=require("../../utils/install.js"),e=r.withInstall(t.default);exports.ZvMapEarthParticle=e;exports.default=e;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),r=require("../../commons/utils/install.js"),e=r.withInstall(t.default);exports.ZvMapEarthParticle=e;exports.default=e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("vue"),i=require("lodash"),w=require("nanoid"),b=require("../../core/earth/main.vue.js"),
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("vue"),i=require("lodash"),w=require("nanoid"),b=require("../../commons/core/datasource/index.js"),B=require("../../commons/core/earth/main.vue.js"),c=require("../../commons/core/earth/border.vue.js"),S={class:"zerov-widget"},_=["id"],C=a.defineComponent({name:"zv-map-earth-particle"}),x=a.defineComponent({...C,props:{basicOption:{},sources:{},useEvents:{},uuid:{}},emits:["on-success"],setup(y,{expose:h,emit:m}){const k=m,t=y,f=w.nanoid(),u=a.ref(),d=a.ref(!0),e=a.ref(i.cloneDeep(t.basicOption)),l=i.debounce((o=!1)=>{d.value=!0,e.value=i.cloneDeep(t.basicOption),t.sources&&t.sources.length>0?b.SHJDatasourceV2.parse({tId:t.uuid,sources:t.sources,callback:r=>{try{window.SHJParseEvent(t.useEvents,"dataListener",r.data);const s=e.value.lines&&e.value.lines.find(n=>n._sourceId===r.id);s&&(s.data=r.data[0].data);const v=e.value.flylines&&e.value.flylines.find(n=>n._sourceId===r.id);v&&(v.data=r.data[0].data);const p=e.value.lightBeams&&e.value.lightBeams.find(n=>n._sourceId===r.id);p&&(p.data=r.data[0].data),!o&&u.value.refresh()}catch{window.SHJParseEvent(t.useEvents,"dataListener",null)}}}):!o&&u.value.refresh()},200);a.onMounted(()=>l(!0)),a.watch(()=>i.cloneDeep(t.basicOption),(o,r)=>{i.isEqual(o,r)||l()},{deep:!0}),a.watch(()=>i.cloneDeep(t.sources),(o,r)=>{i.isEqual(o,r)||l()},{deep:!0}),h({refresh:()=>l(),refreshView:()=>l(),refreshData:()=>l()});const g=()=>{d.value=!1,k("on-success"),window.SHJParseEvent(t.useEvents,"on-success",null)};return(o,r)=>(a.openBlock(),a.createElementBlock("div",S,[a.createElementVNode("div",{id:a.unref(f),class:"widget"},[a.createVNode(B.default,{ref_key:"earthRef",ref:u,style:{height:"100%"},background:e.value.background,"is-background":e.value.isBackground,fog:e.value.fog,"fog-color":e.value.fogColor,"fog-near":e.value.fogNear,"fog-far":e.value.fogFar,stats:e.value.stats,"stats-type":e.value.statsType,radius:e.value.radius,subdivision:e.value.subdivision,animation:e.value.animation,"animation-speed":e.value.animationSpeed,texture:e.value.texture,color:e.value.color,opacity:e.value.opacity,transparent:e.value.transparent,wireframe:e.value.wireframe,label:e.value.label,particle:e.value.particle,"particle-color":e.value.particleColor,"particle-size":e.value.particleSize,aperture:e.value.aperture,"aperture-color":e.value.apertureColor,"aperture-opacity":e.value.apertureOpacity,"aperture-transparent":e.value.apertureTransparent,"aperture-depth-write":e.value.apertureDepthWrite,"cloud-cover":e.value.cloudCover,"cloud-cover-color":e.value.cloudCoverColor,"cloud-cover-opacity":e.value.cloudCoverOpacity,"cloud-cover-transparent":e.value.cloudCoverTransparent,"cloud-cover-animation":e.value.cloudCoverAnimation,"cloud-cover-animation-speed":e.value.cloudCoverAnimationSpeed,"starry-sky":e.value.starrySky,"starry-sky-texture":e.value.starrySkyTexture,"starry-sky-number":e.value.starrySkyNumber,"starry-sky-size":e.value.starrySkySize,"starry-sky-color":e.value.starrySkyColor,"starry-sky-opacity":e.value.starrySkyOpacity,"starry-sky-animation":e.value.starrySkyAnimation,"starry-sky-animation-speed":e.value.starrySkyAnimationSpeed,"ambient-light-color":e.value.ambientLightColor,"ambient-light-intensity":e.value.ambientLightIntensity,"directional-light-x":e.value.directionalLightX,"directional-light-y":e.value.directionalLightY,"directional-light-z":e.value.directionalLightZ,"directional-light-intensity":e.value.directionalLightIntensity,"directional-light-color":e.value.directionalLightColor,"is-composer":e.value.isComposer,composer:e.value.composer,flylines:e.value.flylines,lines:e.value.lines,"light-beam":e.value.lightBeams,onOnSuccess:g},{default:a.withCtx(()=>[e.value.chinaBorderShow?(a.openBlock(),a.createBlock(c.default,{key:0,geojson:"china",color:e.value.chinaBorderColor,width:e.value.chinaBorderWidth,opacity:e.value.chinaBorderOpacity,wakeline:e.value.chinaBorderWakeline,"wakeline-number":e.value.chinaBorderWakelineNumber},null,8,["color","width","opacity","wakeline","wakeline-number"])):a.createCommentVNode("",!0),e.value.china2BorderShow?(a.openBlock(),a.createBlock(c.default,{key:1,geojson:"china-border",color:e.value.china2BorderColor,width:e.value.china2BorderWidth,opacity:e.value.china2BorderOpacity,wakeline:e.value.china2BorderWakeline,"wakeline-number":e.value.china2BorderWakelineNumber},null,8,["color","width","opacity","wakeline","wakeline-number"])):a.createCommentVNode("",!0),e.value.worldBorderShow?(a.openBlock(),a.createBlock(c.default,{key:2,geojson:"world",color:e.value.worldBorderColor,width:e.value.worldBorderWidth,opacity:e.value.worldBorderOpacity,wakeline:e.value.worldBorderWakeline,"wakeline-number":e.value.worldBorderWakelineNumber},null,8,["color","width","opacity","wakeline","wakeline-number"])):a.createCommentVNode("",!0)]),_:1},8,["background","is-background","fog","fog-color","fog-near","fog-far","stats","stats-type","radius","subdivision","animation","animation-speed","texture","color","opacity","transparent","wireframe","label","particle","particle-color","particle-size","aperture","aperture-color","aperture-opacity","aperture-transparent","aperture-depth-write","cloud-cover","cloud-cover-color","cloud-cover-opacity","cloud-cover-transparent","cloud-cover-animation","cloud-cover-animation-speed","starry-sky","starry-sky-texture","starry-sky-number","starry-sky-size","starry-sky-color","starry-sky-opacity","starry-sky-animation","starry-sky-animation-speed","ambient-light-color","ambient-light-intensity","directional-light-x","directional-light-y","directional-light-z","directional-light-intensity","directional-light-color","is-composer","composer","flylines","lines","light-beam"])],8,_)]))}});exports.default=x;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),i=require("../../utils/install.js"),e=i.withInstall(t.default);exports.ZvMediaAudio=e;exports.default=e;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),i=require("../../commons/utils/install.js"),e=i.withInstall(t.default);exports.ZvMediaAudio=e;exports.default=e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=require("./index.vue.js"),t=require("../../utils/install.js"),e=t.withInstall(i.default);exports.ZvMediaAudioDynamic=e;exports.default=e;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=require("./index.vue.js"),t=require("../../commons/utils/install.js"),e=t.withInstall(i.default);exports.ZvMediaAudioDynamic=e;exports.default=e;
|
|
@@ -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-60a50fa1"]]);exports.default=u;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),A=require("nanoid"),
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),A=require("nanoid"),d=require("lodash"),J=require("../../commons/core/datasource/index.js"),k=["autoplay","loop","muted"],b=["src"],D=e.createStaticVNode('<svg width="100%" height="100%" viewBox="0 0 75 75" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-60a50fa1><circle cx="37.5" cy="37.5" r="37.5" fill="#3D9CFF" fill-opacity="0.1" data-v-60a50fa1></circle><path fill-rule="evenodd" clip-rule="evenodd" d="M51.3268 20.4054H33.1254C32.2255 20.4 31.3554 20.728 30.6832 21.3264C30.0109 21.9247 29.5841 22.7508 29.4852 23.6453L27.0161 44.2762C26.1001 43.746 25.053 43.4598 23.9763 43.4598C22.3672 43.4598 20.824 44.099 19.6862 45.2368C18.5484 46.3746 17.9092 47.9178 17.9092 49.5269C17.9092 51.136 18.5484 52.6792 19.6862 53.817C20.824 54.9548 22.3672 55.594 23.9763 55.594C25.5854 55.594 27.1286 54.9548 28.2664 53.817C29.3529 52.7305 29.9848 51.2743 30.0395 49.744L30.0555 49.746L32.361 31.3141H50.5623L48.8975 44.2994C47.9722 43.7543 46.9103 43.4598 45.818 43.4598C44.2089 43.4598 42.6657 44.099 41.5279 45.2368C40.3901 46.3746 39.7509 47.9178 39.7509 49.5269C39.7509 51.136 40.3901 52.6792 41.5279 53.817C42.6657 54.9548 44.2089 55.594 45.818 55.594C47.4271 55.594 48.9703 54.9548 50.1081 53.817C51.1946 52.7305 51.8265 51.2743 51.8812 49.744L51.8971 49.746L54.9792 24.434C55.034 23.9233 54.9801 23.4069 54.8211 22.9185C54.6621 22.4301 54.4015 21.981 54.0566 21.6005C53.7116 21.22 53.29 20.9168 52.8196 20.7108C52.3491 20.5049 51.8403 20.4008 51.3268 20.4054Z" fill="url(#paint0_linear_534:1941)" data-v-60a50fa1></path><defs data-v-60a50fa1><linearGradient id="paint0_linear_534:1941" x1="17.9092" y1="37.9996" x2="56.4836" y2="37.9996" gradientUnits="userSpaceOnUse" data-v-60a50fa1><stop stop-color="#3D9CFF" data-v-60a50fa1></stop><stop offset="1" stop-color="#43E8F3" data-v-60a50fa1></stop></linearGradient></defs></svg>',1),L=[D],V=e.defineComponent({name:"zv-media-audio-dynamic"}),O=e.defineComponent({...V,props:{basicOption:{},sources:{},useEvents:{},uuid:{}},emits:["on-audio-progress","on-audio-play","on-audio-pause","on-audio-ended","on-audio-playing","on-audio-timeupdate","on-audio-error","on-audio-volumechange"],setup(c,{expose:p,emit:v}){const o=c,f=()=>{const a=e.ref(""),i=e.ref(A.nanoid()),H=e.ref(!1),r=()=>{J.SHJDatasourceV2.parse({tId:o.uuid,sources:o.sources,callback:({data:l})=>{try{window.SHJParseEvent(o.useEvents,"dataListener",l),a.value=l[0].data[0].src}catch{window.SHJParseEvent(o.useEvents,"dataListener",null)}}})};return e.onMounted(()=>e.nextTick(()=>r())),{init:r,src:a,key:i,isAudioPlay:H}},{init:t,src:y,key:E,isAudioPlay:s}=f();e.watch(()=>d.cloneDeep(o.basicOption),(a,i)=>{d.isEqual(a,i)||t()},{deep:!0}),e.watch(()=>d.cloneDeep(o.sources),(a,i)=>{d.isEqual(a,i)||t()},{deep:!0});const u=e.ref(),n=v,m=()=>{n("on-audio-progress"),window.SHJParseEvent(o.useEvents,"on-audio-progress"),s.value=!0},w=()=>{n("on-audio-play"),window.SHJParseEvent(o.useEvents,"on-audio-play"),s.value=!0},h=()=>{n("on-audio-pause"),window.SHJParseEvent(o.useEvents,"on-audio-pause"),s.value=!1},C=()=>{n("on-audio-ended"),window.SHJParseEvent(o.useEvents,"on-audio-ended"),s.value=!1},g=()=>{n("on-audio-playing"),window.SHJParseEvent(o.useEvents,"on-audio-playing")},P=()=>{n("on-audio-timeupdate"),window.SHJParseEvent(o.useEvents,"on-audio-timeupdate")},_=()=>{n("on-audio-error"),window.SHJParseEvent(o.useEvents,"on-audio-error"),s.value=!1},S=()=>{n("on-audio-volumechange"),window.SHJParseEvent(o.useEvents,"on-audio-volumechange")};return p({play:()=>{u.value&&u.value.play()},pause:()=>{u.value&&u.value.pause()},refresh:()=>t(),refreshView:()=>t(),refreshData:()=>t()}),(a,i)=>(e.openBlock(),e.createElementBlock("div",{key:e.unref(E),class:"audio"},[e.withDirectives(e.createElementVNode("audio",{ref_key:"audioRef",ref:u,autoplay:a.basicOption.autoplay,loop:a.basicOption.loop,controls:!1,muted:a.basicOption.muted,onProgress:m,onPlay:w,onEnded:C,onPlaying:g,onPause:h,onTimeupdate:P,onError:_,onVolumechange:S},[e.createElementVNode("source",{src:e.unref(y)},null,8,b)],40,k),[[e.vShow,!1]]),e.createElementVNode("div",{class:e.normalizeClass(["audio-svg",{animation:e.unref(s)}])},L,2)]))}});exports.default=O;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),l=require("../../utils/install.js"),e=l.withInstall(t.default);exports.ZvMediaCarousel=e;exports.default=e;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),l=require("../../commons/utils/install.js"),e=l.withInstall(t.default);exports.ZvMediaCarousel=e;exports.default=e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("./index.vue.js"),t=require("../../utils/install.js"),e=t.withInstall(l.default);exports.ZvMediaCarouselSlides=e;exports.default=e;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("./index.vue.js"),t=require("../../commons/utils/install.js"),e=t.withInstall(l.default);exports.ZvMediaCarouselSlides=e;exports.default=e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),l=require("../../utils/install.js"),e=l.withInstall(t.default);exports.ZvMediaFlv=e;exports.default=e;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),l=require("../../commons/utils/install.js"),e=l.withInstall(t.default);exports.ZvMediaFlv=e;exports.default=e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),a=require("../../utils/install.js"),e=a.withInstall(t.default);exports.ZvMediaIframe=e;exports.default=e;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),a=require("../../commons/utils/install.js"),e=a.withInstall(t.default);exports.ZvMediaIframe=e;exports.default=e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),a=require("../../utils/install.js"),e=a.withInstall(t.default);exports.ZvMediaIframeCarousel=e;exports.default=e;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),a=require("../../commons/utils/install.js"),e=a.withInstall(t.default);exports.ZvMediaIframeCarousel=e;exports.default=e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),a=require("../../utils/install.js"),e=a.withInstall(t.default);exports.ZvMediaImage=e;exports.default=e;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),a=require("../../commons/utils/install.js"),e=a.withInstall(t.default);exports.ZvMediaImage=e;exports.default=e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),a=require("../../utils/install.js"),e=a.withInstall(t.default);exports.ZvMediaImageDynamic=e;exports.default=e;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),a=require("../../commons/utils/install.js"),e=a.withInstall(t.default);exports.ZvMediaImageDynamic=e;exports.default=e;
|
|
@@ -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-0b7db26e"]]);exports.default=u;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),a=require("lodash"),l=e.defineComponent({name:"zv-media-image-dynamic"}),
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),a=require("lodash"),l=require("../../commons/core/datasource/index.js"),p=e.defineComponent({name:"zv-media-image-dynamic"}),m=e.defineComponent({...p,props:{basicOption:{},sources:{},useEvents:{},uuid:{}},setup(c,{expose:u}){const t=c,i=()=>{const r=e.ref(""),n=()=>{l.SHJDatasourceV2.parse({tId:t.uuid,sources:t.sources,callback:({data:o})=>{try{window.SHJParseEvent(t.useEvents,"dataListener",o),r.value=o[0].data[0].src}catch{window.SHJParseEvent(t.useEvents,"dataListener",null)}}})};return e.onMounted(()=>e.nextTick(()=>n())),{init:n,src:r}},{init:s,src:d}=i();return e.watch(()=>a.cloneDeep(t.sources),(r,n)=>{a.isEqual(r,n)||s()},{deep:!0}),u({refresh:()=>s(),refreshView:()=>s(),refreshData:()=>s()}),(r,n)=>(e.openBlock(),e.createElementBlock("div",{class:"zerov-image",style:e.normalizeStyle({backgroundImage:`url('${e.unref(d)}')`,...t.basicOption.mode==="repeat"?{backgroundRepeat:"repeat",backgroundSize:"auto"}:{backgroundSize:t.basicOption.mode,backgroundRepeat:"no-repeat"}})},null,4))}});exports.default=m;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),u=require("../../utils/install.js"),e=u.withInstall(t.default);exports.ZvMediaM3u8=e;exports.default=e;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),u=require("../../commons/utils/install.js"),e=u.withInstall(t.default);exports.ZvMediaM3u8=e;exports.default=e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),u=require("../../utils/install.js"),e=u.withInstall(t.default);exports.ZvMediaM3u8Dynamic=e;exports.default=e;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),u=require("../../commons/utils/install.js"),e=u.withInstall(t.default);exports.ZvMediaM3u8Dynamic=e;exports.default=e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("vue"),u=require("hls.js"),
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("vue"),u=require("hls.js"),d=require("lodash"),J=require("nanoid"),M=require("../../commons/core/datasource/index.js"),O=["poster","autoplay","controls","loop","muted"],_=n.defineComponent({name:"zv-media-m3u8-dynamic"}),k=n.defineComponent({..._,props:{basicOption:{},sources:{},useEvents:{},uuid:{}},emits:["on-video-progress","on-video-play","on-video-pause","on-video-ended","on-video-playing","on-video-timeupdate","on-video-error","on-video-volumechange"],setup(c,{expose:p,emit:E}){const e=c,y=()=>{const o=n.ref(),s=n.ref(""),b=n.ref(J.nanoid()),v=()=>{M.SHJDatasourceV2.parse({tId:e.uuid,sources:e.sources,callback:({data:l})=>{try{if(window.SHJParseEvent(e.useEvents,"dataListener",l),s.value=l[0].data[0].src,s.value)if(u.isSupported()){const r=new u;r.loadSource(s.value),r.attachMedia(o.value),r.on(u.Events.MANIFEST_PARSED,()=>{e.basicOption.autoplay&&o.value.play()})}else o.value.canPlayType("application/vnd.apple.mpegurl")&&(o.value.src=s.value)}catch{window.SHJParseEvent(e.useEvents,"dataListener",null)}}})};return n.onMounted(()=>v()),{key:b,videoRef:o,initM3u8Video:v}},{key:f,videoRef:t,initM3u8Video:a}=y();n.watch(()=>d.cloneDeep(e.basicOption),(o,s)=>{d.isEqual(o,s)||a()},{deep:!0}),n.watch(()=>d.cloneDeep(e.sources),(o,s)=>{d.isEqual(o,s)||a()},{deep:!0});const i=E,m=()=>{i("on-video-progress"),window.SHJParseEvent(e.useEvents,"on-video-progress")},w=()=>{i("on-video-play"),window.SHJParseEvent(e.useEvents,"on-video-play")},P=()=>{i("on-video-pause"),window.SHJParseEvent(e.useEvents,"on-video-pause")},g=()=>{i("on-video-ended"),window.SHJParseEvent(e.useEvents,"on-video-ended")},S=()=>{i("on-video-playing"),window.SHJParseEvent(e.useEvents,"on-video-playing")},h=()=>{i("on-video-timeupdate"),window.SHJParseEvent(e.useEvents,"on-video-timeupdate")},V=()=>{i("on-video-error"),window.SHJParseEvent(e.useEvents,"on-video-error")},H=()=>{i("on-video-volumechange"),window.SHJParseEvent(e.useEvents,"on-video-volumechange")};return p({play:()=>{t.value&&t.value.play()},pause:()=>{t.value&&t.value.pause()},refresh:()=>a(),refreshView:()=>a(),refreshData:()=>a()}),(o,s)=>(n.openBlock(),n.createElementBlock("video",{key:n.unref(f),ref_key:"videoRef",ref:t,class:"zerov-widget",poster:o.basicOption.poster,autoplay:o.basicOption.autoplay,controls:o.basicOption.controls,loop:o.basicOption.loop,muted:o.basicOption.muted,onProgress:m,onPlay:w,onEnded:g,onPlaying:S,onPause:P,onTimeupdate:h,onError:V,onVolumechange:H},null,40,O))}});exports.default=k;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),i=require("../../utils/install.js"),e=i.withInstall(t.default);exports.ZvMediaVideo=e;exports.default=e;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),i=require("../../commons/utils/install.js"),e=i.withInstall(t.default);exports.ZvMediaVideo=e;exports.default=e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=require("./index.vue.js"),t=require("../../utils/install.js"),e=t.withInstall(i.default);exports.ZvMediaVideoDynamic=e;exports.default=e;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=require("./index.vue.js"),t=require("../../commons/utils/install.js"),e=t.withInstall(i.default);exports.ZvMediaVideoDynamic=e;exports.default=e;
|
|
@@ -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-286203c9"]]);exports.default=u;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("vue"),H=require("nanoid"),u=require("lodash"),J=["poster","autoplay","controls","loop","muted","src"],
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("vue"),H=require("nanoid"),u=require("lodash"),J=require("../../commons/core/datasource/index.js"),b=["poster","autoplay","controls","loop","muted","src"],k=o.defineComponent({name:"zv-media-video-dynamic"}),_=o.defineComponent({...k,props:{basicOption:{},sources:{},useEvents:{},uuid:{}},emits:["on-video-progress","on-video-play","on-video-pause","on-video-ended","on-video-playing","on-video-timeupdate","on-video-error","on-video-volumechange"],setup(v,{expose:c,emit:l}){const e=v,p=()=>{const n=o.ref(""),r=o.ref(H.nanoid()),d=()=>{J.SHJDatasourceV2.parse({tId:e.uuid,sources:e.sources,callback:({data:a})=>{try{window.SHJParseEvent(e.useEvents,"dataListener",a),n.value=a[0].data[0].src}catch{window.SHJParseEvent(e.useEvents,"dataListener",null)}}})};return o.onMounted(()=>o.nextTick(()=>d())),{init:d,src:n,key:r}},{init:t,src:E,key:m}=p();o.watch(()=>u.cloneDeep(e.sources),(n,r)=>{u.isEqual(n,r)||t()},{deep:!0});const i=o.ref(),s=l,y=()=>{s("on-video-progress"),window.SHJParseEvent(e.useEvents,"on-video-progress")},w=()=>{s("on-video-play"),window.SHJParseEvent(e.useEvents,"on-video-play")},f=()=>{s("on-video-pause"),window.SHJParseEvent(e.useEvents,"on-video-pause")},P=()=>{s("on-video-ended"),window.SHJParseEvent(e.useEvents,"on-video-ended")},g=()=>{s("on-video-playing"),window.SHJParseEvent(e.useEvents,"on-video-playing")},h=()=>{s("on-video-timeupdate"),window.SHJParseEvent(e.useEvents,"on-video-timeupdate")},S=()=>{s("on-video-error"),window.SHJParseEvent(e.useEvents,"on-video-error")},V=()=>{s("on-video-volumechange"),window.SHJParseEvent(e.useEvents,"on-video-volumechange")};return c({play:()=>{i.value&&i.value.play()},pause:()=>{i.value&&i.value.pause()},refresh:()=>t(),refreshView:()=>t(),refreshData:()=>t()}),(n,r)=>(o.openBlock(),o.createElementBlock("video",{ref_key:"videoRef",ref:i,key:o.unref(m),poster:n.basicOption.poster,autoplay:n.basicOption.autoplay,controls:n.basicOption.controls,loop:n.basicOption.loop,muted:n.basicOption.muted,class:"zerov-widget-video",src:o.unref(E),onProgress:y,onPlay:w,onEnded:P,onPlaying:g,onPause:f,onTimeupdate:h,onError:S,onVolumechange:V},null,40,b))}});exports.default=_;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),r=require("../../utils/install.js"),e=r.withInstall(t.default);exports.ZvMediaWavesurfer=e;exports.default=e;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),r=require("../../commons/utils/install.js"),e=r.withInstall(t.default);exports.ZvMediaWavesurfer=e;exports.default=e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),l=require("../../utils/install.js"),e=l.withInstall(t.default);exports.ZvSceneAmap2d=e;exports.default=e;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),l=require("../../commons/utils/install.js"),e=l.withInstall(t.default);exports.ZvSceneAmap2d=e;exports.default=e;
|
|
@@ -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-83f29823"]]);exports.default=u;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("vue"),R=require("@amap/amap-jsapi-loader"),Z=require("axios"),V=require("nanoid"),U=y=>(l.pushScopeId("data-v-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("vue"),R=require("@amap/amap-jsapi-loader"),Z=require("axios"),V=require("nanoid"),U=require("../../commons/core/datasource/index.js"),K=y=>(l.pushScopeId("data-v-83f29823"),y=y(),l.popScopeId(),y),Q=K(()=>l.createElementVNode("div",{id:"zerov-amap-2d",class:"zerov-amap-container"},null,-1)),X=[Q],Y=l.defineComponent({name:"zv-scene-amap2d"}),$=l.defineComponent({...Y,props:{basicOption:{},sources:{},useEvents:{},uuid:{}},emits:["amap2d-scene-success","amap2d-scene-zoomstart","amap2d-scene-zoomend","amap2d-scene-mapclick","amap2d-scene-dragstart","amap2d-scene-dragging","amap2d-scene-dragend"],setup(y,{expose:k,emit:x}){const s=y,u=x,E=()=>{const o=l.shallowRef(),c=l.shallowRef(),w=l.ref(!1),p=l.ref(),g=l.ref(),m=l.ref(),f=l.ref(),C=a=>{O(),window._AMapSecurityConfig={securityJsCode:a.basic.securityJsCode},R.load({key:a.basic.key,version:"2.0",Loca:{version:"2.0.0"},plugins:["AMap.ControlBar","AMap.ToolBar","AMap.Scale","AMap.HeatMap","AMap.GeoJSON"]}).then(e=>{f.value=e,o.value=new e.Map("zerov-amap-2d",{rotateEnable:a.config.rotateEnable,pitchEnable:a.config.pitchEnable,resizeEnable:a.config.resizeEnable,zoomEnable:a.config.zoomEnable,dragEnable:a.config.dragEnable,zoom:a.config.zoom,viewMode:"2D",zooms:a.config.zooms,center:a.config.center,mapStyle:a.config.mapStyle,features:a.config.features}),c.value=new window.Loca.Container({map:o.value}),m.value=new f.value.Scale({visible:a.config.plugin.scale.visible,position:{left:a.config.plugin.scale.position.left+"px",bottom:a.config.plugin.scale.position.bottom+"px"}}),o.value.addControl(m.value),p.value=new e.ControlBar({visible:a.config.plugin.controlBar.visible,showControlButton:a.config.plugin.controlBar.showControlButton,position:{right:a.config.plugin.controlBar.position.right+"px",top:a.config.plugin.controlBar.position.top+"px"}}),o.value.addControl(p.value),g.value=new e.ToolBar({visible:a.config.plugin.toolBar.visible,position:{left:a.config.plugin.toolBar.position.left+"px",top:a.config.plugin.toolBar.position.top+"px"}}),o.value.addControl(g.value),S(e),o.value.on("complete",()=>{setTimeout(()=>{w.value=!0,u("amap2d-scene-success"),window.SHJParseEvent(s.useEvents,"amap2d-scene-success",null)},666)}),o.value.on("zoomstart",()=>{u("amap2d-scene-zoomstart"),window.SHJParseEvent(s.useEvents,"amap2d-scene-zoomstart",null)}),o.value.on("zoomend",()=>{u("amap2d-scene-zoomend"),window.SHJParseEvent(s.useEvents,"amap2d-scene-zoomend",null)}),o.value.on("click",t=>{u("amap2d-scene-mapclick",t.lnglat),window.SHJParseEvent(s.useEvents,"amap2d-scene-mapclick",t.lnglat)}),o.value.on("dragstart",t=>{u("amap2d-scene-dragstart",t.lnglat),window.SHJParseEvent(s.useEvents,"amap2d-scene-dragstart",t.lnglat)}),o.value.on("dragend",t=>{u("amap2d-scene-dragend",t.lnglat),window.SHJParseEvent(s.useEvents,"amap2d-scene-dragend",t.lnglat)})}).catch(e=>{})},S=a=>{s.sources&&s.sources.length>0?U.SHJDatasourceV2.parse({tId:s.uuid,sources:s.sources,callback:e=>{try{const t=s.basicOption.widgets.find(n=>n._sourceId===e.id);t&&t.type==="heatmap"&&P(a,t,e.data[0].data),t&&t.type==="dotlayers"&&I(window.Loca,t,h(e.data[0].data)),t&&t.type==="scatter"&&J(window.Loca,t,h(e.data[0].data)),t&&t.type==="labelsLayer"&&D(window.Loca,t,h(e.data[0].data))}catch{}s.basicOption.widgets.filter(t=>t.type==="boundary").forEach(t=>{z(a,t)})}}):s.basicOption.widgets.filter(e=>e.type==="boundary").forEach(e=>{z(a,e)})},L=a=>{const t=a.slice(a.indexOf("(")+1,a.lastIndexOf(")")).split(",").map(r=>r.trim()),n={};for(let r=1;r<t.length;r++){const d=t[r].split(" "),i=d[0],G=parseFloat(d[1])/100,j=Math.round(G*100)/100;n[j]=i}return n},P=(a,e,t)=>{try{const n=new a.HeatMap(o.value,{radius:e.radius,opacity:e.opacity,gradient:L(e.gradient)});setTimeout(()=>{n.setDataSet({data:t,max:e.max})},0)}catch{}},z=async(a,e)=>{try{const t=await Z.get(e.geojson);if(t.status===200){const n=new a.GeoJSON({geoJSON:t.data,getPolygon:function(r,d){const i=new a.Polygon({path:d,zIndex:e.zIndex,fillColor:e.style.fillColor,strokeOpacity:e.style.strokeOpacity,fillOpacity:e.style.fillOpacity,strokeColor:e.style.strokeColor,strokeWeight:e.style.strokeWeight,strokeStyle:e.style.strokeStyle});return i.on("mouseover",()=>{i.setOptions({fillOpacity:e.mouseover.fillOpacity,fillColor:e.mouseover.fillColor,strokeOpacity:e.mouseover.strokeOpacity,strokeColor:e.mouseover.strokeColor,strokeStyle:e.mouseover.strokeStyle,strokeWeight:e.mouseover.strokeWeight})}),i.on("mouseout",()=>{i.setOptions({fillColor:e.style.fillColor,strokeOpacity:e.style.strokeOpacity,fillOpacity:e.style.fillOpacity,strokeColor:e.style.strokeColor,strokeWeight:e.style.strokeWeight,strokeStyle:e.style.strokeStyle})}),i}});o.value.add(n)}}catch{}},I=(a,e,t)=>{try{const n=new a.GeoJSONSource({data:t}),r=new a.PointLayer({zIndex:e.zIndex,blend:e.blend,visible:e.visible,opacity:e.opacity}),d={radius:e.style.radius,unit:e.style.unit,color:e.style.color,borderWidth:e.style.borderWidth,blurWidth:e.style.blurWidth,borderColor:e.style.borderColor};r.setSource(n),r.setStyle(d),c.value.add(r),r.addAnimate({key:e.animate.key,value:e.animate.value,duration:e.animate.duration,easing:e.animate.easing,transform:e.animate.transform,random:e.animate.random,delay:e.animate.delay,yoyo:e.animate.yoyo,repeat:e.animate.repeat})}catch{}},J=(a,e,t)=>{try{const n=new a.GeoJSONSource({data:t}),r=new a.ScatterLayer({loca:c.value,zIndex:e.zIndex,opacity:e.opacity,visible:e.visible,zooms:e.zooms});r.setSource(n),r.setStyle({unit:e.style.unit,size:e.style.size,borderWidth:e.style.borderWidth,texture:e.style.texture,duration:e.style.duration,animate:e.style.animate}),c.value.animate.start()}catch{}},D=(a,e,t)=>{try{const n=new a.GeoJSONSource({data:t}),r=new a.LabelsLayer({eventSupport:!0,visible:e.visible,zooms:e.zooms,opacity:e.opacity,collision:e.collision,allowCollision:e.allowCollision,zIndex:e.zIndex});r.on("click",d=>{}),r.setSource(n),r.setStyle({icon:{image:e.icon.image,size:e.icon.size,clipOrigin:e.icon.clipOrigin,offset:e.icon.offset,anchor:e.icon.anchor},text:{content:(d,i)=>i.properties[e.text.content],zooms:e.text.zooms,offset:e.text.offset,direction:e.text.direction,style:{fontSize:e.text.style.fontSize,fillColor:e.text.style.fillColor,strokeColor:e.text.style.strokeColor,strokeWidth:e.text.style.strokeWidth,padding:e.text.style.padding,backgroundColor:e.text.style.backgroundColor,borderColor:e.text.style.borderColor,borderWidth:e.text.style.borderWidth,fold:e.text.style.fold,fontWeight:e.text.style.fontWeight}}}),c.value.add(r)}catch{}},h=a=>{const e={type:"FeatureCollection",features:[]};return a.forEach((t,n)=>{const r={type:"Feature",id:V.nanoid(),properties:{name:t.name||"",_draw_type:"point"},geometry:{type:"Point",coordinates:t.value}};e.features.push(r)}),e},H=a=>{o.value.setFeatures(a.config.features),o.value.setStatus({dragEnable:a.config.dragEnable,zoomEnable:a.config.zoomEnable,rotateEnable:a.config.rotateEnable}),a.config.plugin.scale.visible?m.value.show():m.value.hide(),a.config.plugin.toolBar.visible?g.value.show():g.value.hide(),a.config.plugin.controlBar.visible?p.value.show():p.value.hide()},N=()=>{o.value.clearMap(),c.value.clear(),S(f.value)},T=a=>{o.value.setMapStyle(a.config.mapStyle)},q=a=>{o.value.setZoom(a.config.zoom,!1,200)},F=a=>{o.value.setCenter(a.config.center,!1,200)},O=()=>{o.value&&(o.value.clearMap(),o.value.destroy(),o.value=null,c.value&&(c.value.clear(),c.value.destroy(),c.value=null))};return l.onMounted(()=>{setTimeout(()=>{C(s.basicOption)},0)}),l.onUnmounted(()=>O()),{initAMap2d:C,updateAMapStyle:T,updateAMapConfig:H,updateAMapComponents:N,updateAMapZoom:q,updateAMapCenter:F,amap2d:o,loading:w,AMapPrototype:f}},{initAMap2d:v,updateAMapStyle:M,updateAMapConfig:b,updateAMapComponents:A,updateAMapZoom:B,updateAMapCenter:_,loading:W}=E();return l.watch(()=>s.basicOption.config,()=>{b(s.basicOption)},{deep:!0}),l.watch(()=>s.basicOption.config.zoom,()=>{B(s.basicOption)},{deep:!0}),l.watch(()=>s.basicOption.config.center,()=>{_(s.basicOption)},{deep:!0}),l.watch(()=>s.basicOption.widgets,()=>{A()},{deep:!0}),l.watch(()=>s.basicOption.config.mapStyle,()=>{M(s.basicOption)},{deep:!0}),l.watch(()=>s.basicOption.basic,()=>{v(s.basicOption)},{deep:!0}),l.watch(()=>s.sources,()=>{v(s.basicOption)},{deep:!0}),k({refresh:()=>v(s.basicOption),refreshView:()=>b(s.basicOption),refreshData:()=>b(s.basicOption)}),(o,c)=>(l.openBlock(),l.createElementBlock("div",{class:l.normalizeClass(["amap-2d-wrap",{show:l.unref(W)}])},X,2))}});exports.default=$;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),l=require("../../utils/install.js"),e=l.withInstall(t.default);exports.ZvSceneAmap3d=e;exports.default=e;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),l=require("../../commons/utils/install.js"),e=l.withInstall(t.default);exports.ZvSceneAmap3d=e;exports.default=e;
|
|
@@ -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-9af4ba07"]]);exports.default=u;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("vue"),V=require("@amap/amap-jsapi-loader"),U=require("axios"),K=require("nanoid"),k=require("lodash"),Q=g=>(o.pushScopeId("data-v-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("vue"),V=require("@amap/amap-jsapi-loader"),U=require("axios"),K=require("nanoid"),k=require("lodash"),Q=require("../../commons/core/datasource/index.js"),X=g=>(o.pushScopeId("data-v-9af4ba07"),g=g(),o.popScopeId(),g),Y=X(()=>o.createElementVNode("div",{id:"zerov-amap-3d",class:"zerov-amap-container"},null,-1)),ee=[Y],ae=o.defineComponent({name:"zv-scene-amap3d"}),te=o.defineComponent({...ae,props:{basicOption:{},sources:{},useEvents:{},uuid:{}},emits:["amap3d-scene-success","amap3d-scene-zoomstart","amap3d-scene-zoomend","amap3d-scene-mapclick","amap3d-scene-dragstart","amap3d-scene-dragging","amap3d-scene-dragend","amap3d-scene-pulseLinkLayer"],setup(g,{expose:M,emit:E}){const s=g,u=E,L=()=>{const n=o.shallowRef(),d=o.shallowRef(),S=o.ref(!1),f=o.ref(),v=o.ref(),h=o.ref(),p=o.ref(),z=a=>{O(),window._AMapSecurityConfig={securityJsCode:a.basic.securityJsCode},V.load({key:a.basic.key,version:"2.0",Loca:{version:"2.0.0"},plugins:["AMap.ControlBar","AMap.ToolBar","AMap.Scale","AMap.HeatMap","AMap.GeoJSON"]}).then(e=>{p.value=e,n.value=new e.Map("zerov-amap-3d",{rotateEnable:a.config.rotateEnable,pitchEnable:a.config.pitchEnable,resizeEnable:a.config.resizeEnable,zoomEnable:a.config.zoomEnable,dragEnable:a.config.dragEnable,zoom:a.config.zoom,viewMode:"3D",zooms:a.config.zooms,center:a.config.center,mapStyle:a.config.mapStyle,features:a.config.features,pitch:a.config.pitch,rotation:a.config.rotation,wallColor:a.config.floors.wallColor,roofColor:a.config.floors.roofColor,skyColor:a.config.skyColor}),d.value=new window.Loca.Container({map:n.value}),h.value=new p.value.Scale({visible:a.config.plugin.scale.visible,position:{left:a.config.plugin.scale.position.left+"px",bottom:a.config.plugin.scale.position.bottom+"px"}}),n.value.addControl(h.value),f.value=new e.ControlBar({visible:a.config.plugin.controlBar.visible,showControlButton:a.config.plugin.controlBar.showControlButton,position:{right:a.config.plugin.controlBar.position.right+"px",top:a.config.plugin.controlBar.position.top+"px"}}),n.value.addControl(f.value),v.value=new e.ToolBar({visible:a.config.plugin.toolBar.visible,position:{left:a.config.plugin.toolBar.position.left+"px",top:a.config.plugin.toolBar.position.top+"px"}}),n.value.addControl(v.value),C(e),n.value.on("complete",()=>{setTimeout(()=>{S.value=!0,u("amap3d-scene-success"),window.SHJParseEvent(s.useEvents,"amap3d-scene-success",null)},666)}),n.value.on("zoomstart",()=>{u("amap3d-scene-zoomstart"),window.SHJParseEvent(s.useEvents,"amap3d-scene-zoomstart",null)}),n.value.on("zoomend",()=>{u("amap3d-scene-zoomend"),window.SHJParseEvent(s.useEvents,"amap3d-scene-zoomend",null)}),n.value.on("click",t=>{u("amap3d-scene-mapclick",t.lnglat),window.SHJParseEvent(s.useEvents,"amap3d-scene-mapclick",t.lnglat)}),n.value.on("dragstart",t=>{u("amap3d-scene-dragstart",t.lnglat),window.SHJParseEvent(s.useEvents,"amap3d-scene-dragstart",t.lnglat)}),n.value.on("dragend",t=>{u("amap3d-scene-dragend",t.lnglat),window.SHJParseEvent(s.useEvents,"amap3d-scene-dragend",t.lnglat)})}).catch(e=>{})},C=k.debounce(a=>{s.sources&&s.sources.length>0?Q.SHJDatasourceV2.parse({tId:s.uuid,sources:s.sources,callback:e=>{try{const t=s.basicOption.widgets.find(l=>l._sourceId===e.id);t&&t.type==="heatmap"&&_(window.Loca,t,y(e.data[0].data,"Point")),t&&t.type==="dotlayers"&&$(window.Loca,t,y(e.data[0].data,"Point")),t&&t.type==="scatter"&&H(window.Loca,t,y(e.data[0].data,"Point")),t&&t.type==="labelsLayer"&&D(window.Loca,t,y(e.data[0].data,"Point")),t&&t.type==="signagePoints"&&F(window.Loca,t,y(e.data[0].data,"Point")),t&&t.type==="pulseLinkLayer"&&N(window.Loca,t,y(e.data[0].data,"LineString"))}catch{}s.basicOption.widgets.filter(t=>t.type==="boundary").forEach(t=>{x(a,t)})}}):s.basicOption.widgets.filter(e=>e.type==="boundary").forEach(e=>{x(a,e)})},200),J=a=>{const t=a.slice(a.indexOf("(")+1,a.lastIndexOf(")")).split(",").map(r=>r.trim()),l={};for(let r=1;r<t.length;r++){const i=t[r].split(" "),c=i[0],b=parseFloat(i[1])/100,j=Math.round(b*100)/100;l[j]=c}return l},_=(a,e,t)=>{try{const l=new a.HeatMapLayer({zIndex:10,opacity:e.opacity,visible:!0,zooms:[2,22]}),r=new a.GeoJSONSource({data:t});l.setSource(r,{radius:e.style.radius,unit:e.style.unit,height:e.style.height,opacity:e.style.opacity,gradient:J(e.style.gradient),value:function(i,c){return c.coordinates[2]||0},min:e.style.min,max:e.style.max,heightBezier:[0,.53,.37,.98]}),d.value.add(l)}catch{}},x=async(a,e)=>{try{const t=await U.get(e.geojson);if(t.status===200){const l=new a.GeoJSON({geoJSON:t.data,getPolygon:function(r,i){const c=new a.Polygon({path:i,zIndex:e.zIndex,fillColor:e.style.fillColor,strokeOpacity:e.style.strokeOpacity,fillOpacity:e.style.fillOpacity,strokeColor:e.style.strokeColor,strokeWeight:e.style.strokeWeight,strokeStyle:e.style.strokeStyle});return c.on("mouseover",()=>{c.setOptions({fillOpacity:e.mouseover.fillOpacity,fillColor:e.mouseover.fillColor,strokeOpacity:e.mouseover.strokeOpacity,strokeColor:e.mouseover.strokeColor,strokeStyle:e.mouseover.strokeStyle,strokeWeight:e.mouseover.strokeWeight})}),c.on("mouseout",()=>{c.setOptions({fillColor:e.style.fillColor,strokeOpacity:e.style.strokeOpacity,fillOpacity:e.style.fillOpacity,strokeColor:e.style.strokeColor,strokeWeight:e.style.strokeWeight,strokeStyle:e.style.strokeStyle})}),c}});n.value.add(l)}}catch{}},$=(a,e,t)=>{try{const l=new a.GeoJSONSource({data:t}),r=new a.PointLayer({zIndex:e.zIndex,blend:e.blend,visible:e.visible,opacity:e.opacity}),i={radius:e.style.radius,unit:e.style.unit,color:e.style.color,borderWidth:e.style.borderWidth,blurWidth:e.style.blurWidth,borderColor:e.style.borderColor};r.setSource(l),r.setStyle(i),d.value.add(r),r.addAnimate({key:e.animate.key,value:e.animate.value,duration:e.animate.duration,easing:e.animate.easing,transform:e.animate.transform,random:e.animate.random,delay:e.animate.delay,yoyo:e.animate.yoyo,repeat:e.animate.repeat})}catch{}},H=(a,e,t)=>{try{const l=new a.GeoJSONSource({data:t}),r=new a.ScatterLayer({loca:d.value,zIndex:e.zIndex,opacity:e.opacity,visible:e.visible,zooms:e.zooms});r.setSource(l),r.setStyle({unit:e.style.unit,size:e.style.size,borderWidth:e.style.borderWidth,texture:e.style.texture,duration:e.style.duration,animate:e.style.animate}),d.value.animate.start()}catch{}},D=(a,e,t)=>{try{const l=new a.GeoJSONSource({data:t}),r=new a.LabelsLayer({eventSupport:!0,visible:e.visible,zooms:e.zooms,opacity:e.opacity,collision:e.collision,allowCollision:e.allowCollision,zIndex:e.zIndex});r.on("click",i=>{}),r.setSource(l),r.setStyle({icon:{image:e.icon.image,size:e.icon.size,clipOrigin:e.icon.clipOrigin,offset:e.icon.offset,anchor:e.icon.anchor},text:{content:(i,c)=>c.properties[e.text.content],zooms:e.text.zooms,offset:e.text.offset,direction:e.text.direction,style:{fontSize:e.text.style.fontSize,fillColor:e.text.style.fillColor,strokeColor:e.text.style.strokeColor,strokeWidth:e.text.style.strokeWidth,padding:e.text.style.padding,backgroundColor:e.text.style.backgroundColor,borderColor:e.text.style.borderColor,borderWidth:e.text.style.borderWidth,fold:e.text.style.fold,fontWeight:e.text.style.fontWeight}}}),d.value.add(r)}catch{}},F=(a,e,t)=>{try{const l=new a.GeoJSONSource({data:t}),r=new a.ZMarkerLayer({zIndex:e.signs.zIndex,visible:e.signs.visible,zooms:e.signs.zooms,opacity:e.signs.opacity,depth:!1});r.setSource(l),r.setStyle({content:(c,b)=>`<div style="
|
|
2
2
|
width: ${e.signs.style.width}px;
|
|
3
3
|
height: ${e.signs.style.height+148}px;
|
|
4
4
|
">
|
|
@@ -22,4 +22,4 @@
|
|
|
22
22
|
background: url(${e.landmark.style.image});
|
|
23
23
|
background-size:contain;
|
|
24
24
|
">
|
|
25
|
-
</div>`,unit:e.landmark.style.unit,rotation:e.landmark.style.rotation,alwaysFront:e.landmark.style.alwaysFront,size:e.landmark.style.size,altitude:e.landmark.style.altitude}),i.addAnimate({key:"altitude",value:[0,1],random:e.landmark.animate.random,duration:e.landmark.animate.duration,transform:e.landmark.animate.transform,delay:e.landmark.animate.delay,yoyo:e.landmark.animate.yoyo,repeat:e.landmark.animate.repeat}),d.value.add(i),d.value.animate.start()}catch{}},N=(a,e,t)=>{const l=new a.PulseLinkLayer({zIndex:e.zIndex,opacity:e.opacity,visible:e.visible,zooms:e.zooms,depth:e.depth}),r=new a.GeoJSONSource({data:t});l.setSource(r),l.setStyle({unit:e.style.unit,dash:[4e4,0,4e4,0],lineWidth:e.style.lineWidth,height:function(i,c){return c.distance/3+e.style.height},smoothSteps:30,speed:function(i,c){return 1e5+Math.random()*e.style.speed},flowLength:e.style.flowLength,lineColors:e.style.lineColors,maxHeightScale:e.style.maxHeightScale,headColor:e.style.headColor,trailColor:e.style.trailColor}),n.value.on("click",i=>{const c=l.queryFeature(i.pixel.toArray());c&&(u("amap3d-scene-pulseLinkLayer",c),window.SHJParseEvent(s.useEvents,"amap3d-scene-pulseLinkLayer",c))}),d.value.add(l),d.value.animate.start()},y=(a,e)=>{const t={type:"FeatureCollection",features:[]};return a.forEach((l,r)=>{const i={type:"Feature",id:K.nanoid(),properties:{type:e==="Point"?e:0,...l},geometry:{type:e,coordinates:l.value}};t.features.push(i)}),t},G=a=>{n.value.setFeatures(a.config.features),n.value.setPitch(a.config.pitch),n.value.setRotation(a.config.rotation),n.value.setStatus({dragEnable:a.config.dragEnable,zoomEnable:a.config.zoomEnable,rotateEnable:a.config.rotateEnable,pitchEnable:a.config.pitchEnable}),a.config.plugin.scale.visible?h.value.show():h.value.hide(),a.config.plugin.toolBar.visible?v.value.show():v.value.hide(),a.config.plugin.controlBar.visible?f.value.show():f.value.hide()},
|
|
25
|
+
</div>`,unit:e.landmark.style.unit,rotation:e.landmark.style.rotation,alwaysFront:e.landmark.style.alwaysFront,size:e.landmark.style.size,altitude:e.landmark.style.altitude}),i.addAnimate({key:"altitude",value:[0,1],random:e.landmark.animate.random,duration:e.landmark.animate.duration,transform:e.landmark.animate.transform,delay:e.landmark.animate.delay,yoyo:e.landmark.animate.yoyo,repeat:e.landmark.animate.repeat}),d.value.add(i),d.value.animate.start()}catch{}},N=(a,e,t)=>{const l=new a.PulseLinkLayer({zIndex:e.zIndex,opacity:e.opacity,visible:e.visible,zooms:e.zooms,depth:e.depth}),r=new a.GeoJSONSource({data:t});l.setSource(r),l.setStyle({unit:e.style.unit,dash:[4e4,0,4e4,0],lineWidth:e.style.lineWidth,height:function(i,c){return c.distance/3+e.style.height},smoothSteps:30,speed:function(i,c){return 1e5+Math.random()*e.style.speed},flowLength:e.style.flowLength,lineColors:e.style.lineColors,maxHeightScale:e.style.maxHeightScale,headColor:e.style.headColor,trailColor:e.style.trailColor}),n.value.on("click",i=>{const c=l.queryFeature(i.pixel.toArray());c&&(u("amap3d-scene-pulseLinkLayer",c),window.SHJParseEvent(s.useEvents,"amap3d-scene-pulseLinkLayer",c))}),d.value.add(l),d.value.animate.start()},y=(a,e)=>{const t={type:"FeatureCollection",features:[]};return a.forEach((l,r)=>{const i={type:"Feature",id:K.nanoid(),properties:{type:e==="Point"?e:0,...l},geometry:{type:e,coordinates:l.value}};t.features.push(i)}),t},G=a=>{n.value.setFeatures(a.config.features),n.value.setPitch(a.config.pitch),n.value.setRotation(a.config.rotation),n.value.setStatus({dragEnable:a.config.dragEnable,zoomEnable:a.config.zoomEnable,rotateEnable:a.config.rotateEnable,pitchEnable:a.config.pitchEnable}),a.config.plugin.scale.visible?h.value.show():h.value.hide(),a.config.plugin.toolBar.visible?v.value.show():v.value.hide(),a.config.plugin.controlBar.visible?f.value.show():f.value.hide()},q=()=>{n.value.clearMap(),d.value.clear(),C(p.value)},Z=a=>{n.value.setMapStyle(a.config.mapStyle)},R=a=>{n.value.setZoom(a.config.zoom,!1,200)},T=a=>{n.value.setCenter(a.config.center,!1,200)},O=()=>{n.value&&(n.value.clearMap(),n.value.destroy(),n.value=null,d.value&&(d.value.clear(),d.value.destroy(),d.value=null))};return o.onMounted(()=>{setTimeout(()=>{z(s.basicOption)},0)}),o.onUnmounted(()=>O()),{initAMap3d:z,updateAMapStyle:Z,updateAMapConfig:G,updateAMapComponents:q,updateAMapZoom:R,updateAMapCenter:T,amap3d:n,loading:S,AMapPrototype:p}},{initAMap3d:m,updateAMapStyle:P,updateAMapConfig:w,updateAMapComponents:A,updateAMapZoom:I,updateAMapCenter:B,loading:W}=L();return o.watch(()=>s.basicOption.config,()=>{w(s.basicOption)},{deep:!0}),o.watch(()=>s.basicOption.config.zoom,()=>{I(s.basicOption)},{deep:!0}),o.watch(()=>s.basicOption.config.center,()=>{B(s.basicOption)},{deep:!0}),o.watch(()=>s.basicOption.config.floors,k.debounce(()=>{m(s.basicOption)},300),{deep:!0}),o.watch(()=>s.basicOption.config.skyColor,k.debounce(()=>{m(s.basicOption)},300),{deep:!0}),o.watch(()=>s.basicOption.widgets,()=>{A()},{deep:!0}),o.watch(()=>s.basicOption.config.mapStyle,()=>{P(s.basicOption)},{deep:!0}),o.watch(()=>s.basicOption.basic,()=>{m(s.basicOption)},{deep:!0}),o.watch(()=>s.sources,()=>{m(s.basicOption)},{deep:!0}),M({refresh:()=>m(s.basicOption),refreshView:()=>w(s.basicOption),refreshData:()=>w(s.basicOption)}),(n,d)=>(o.openBlock(),o.createElementBlock("div",{class:o.normalizeClass(["amap-3d-wrap",{show:o.unref(W)}])},ee,2))}});exports.default=te;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),l=require("../../utils/install.js"),e=l.withInstall(t.default);exports.ZvSceneMap3d=e;exports.default=e;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./index.vue.js"),l=require("../../commons/utils/install.js"),e=l.withInstall(t.default);exports.ZvSceneMap3d=e;exports.default=e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./index.vue2.js");;/* empty css */;/* 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 */;/* empty css */const t=require("../../_virtual/_plugin-vue_export-helper.js"),u=t.default(e.default,[["__scopeId","data-v-55d911a2"]]);exports.default=u;
|