@shjjs/visual-ui 1.0.14 → 1.0.16
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/main.vue.mjs +7 -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.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/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/main.vue.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/index.js +1 -1
- package/lib/widgets.css +1 -1
- package/package.json +1 -1
- package/es/commons/reset.scss.mjs +0 -1
- package/es/components/commons-babylon/compileAndRunBabylon.d.ts +0 -11
- package/es/components/commons-babylon/index.d.ts +0 -21
- package/es/components/commons-babylon/index.vue.d.ts +0 -21
- package/es/components/commons-echarts/compileAndRunEcharts.d.ts +0 -12
- package/es/components/commons-echarts/index.d.ts +0 -38
- package/es/components/commons-echarts/index.vue.d.ts +0 -38
- package/es/components/commons-gaussian-splatting-view/index.d.ts +0 -92
- package/es/components/commons-gaussian-splatting-view/index.vue.d.ts +0 -93
- package/es/components/commons-gaussian-splatting-view/index.vue3.mjs +0 -1
- package/es/components/commons-loop-iterator/index.vue3.mjs +0 -1
- package/es/components/commons-product-model/index.d.ts +0 -142
- package/es/components/commons-product-model/index.vue.d.ts +0 -143
- package/es/components/commons-product-model/index.vue3.mjs +0 -1
- package/es/components/commons-qrcode/index.vue3.mjs +0 -1
- package/es/components/commons-three-loader/index.d.ts +0 -138
- package/es/components/commons-three-loader/index.vue.d.ts +0 -139
- package/es/components/commons-three-loader/index.vue3.mjs +0 -1
- package/es/components/commons-three-loader3/index.vue3.mjs +0 -1
- package/es/components/commons-vr-photo/index.d.ts +0 -59
- package/es/components/commons-vr-photo/index.vue.d.ts +0 -60
- package/es/components/commons-vr-video/index.d.ts +0 -59
- package/es/components/commons-vr-video/index.vue.d.ts +0 -60
- package/es/components/commons-weather/index.vue3.mjs +0 -1
- package/es/components/graphical-circle/index.vue3.mjs +0 -1
- package/es/components/graphical-diamond/index.vue3.mjs +0 -1
- package/es/components/graphical-hexagon/index.vue3.mjs +0 -1
- package/es/components/graphical-isosceles-triangle/index.vue3.mjs +0 -1
- package/es/components/graphical-pentagon/index.vue3.mjs +0 -1
- package/es/components/graphical-rect/index.vue3.mjs +0 -1
- package/es/components/graphical-right-triangle/index.vue3.mjs +0 -1
- package/es/components/interaction-button/index.vue3.mjs +0 -1
- package/es/components/interaction-button-image/index.vue3.mjs +0 -1
- package/es/components/interaction-button-refresh/index.vue3.mjs +0 -1
- package/es/components/interaction-data-picker/index.vue3.mjs +0 -1
- package/es/components/interaction-input/index.vue3.mjs +0 -1
- package/es/components/interaction-select/index.vue3.mjs +0 -1
- package/es/components/interaction-slider/index.vue3.mjs +0 -1
- package/es/components/interaction-switch/index.vue3.mjs +0 -1
- package/es/components/interaction-tabs/index.vue3.mjs +0 -1
- package/es/components/interaction-tabs2/index.vue3.mjs +0 -1
- package/es/components/media-audio/index.vue3.mjs +0 -1
- package/es/components/media-audio-dynamic/index.vue3.mjs +0 -1
- package/es/components/media-carousel/index.vue3.mjs +0 -1
- package/es/components/media-carousel-slides/index.vue3.mjs +0 -1
- package/es/components/media-iframe/index.vue3.mjs +0 -1
- package/es/components/media-iframe-carousel/index.vue3.mjs +0 -1
- package/es/components/media-image/index.vue3.mjs +0 -1
- package/es/components/media-image-dynamic/index.vue3.mjs +0 -1
- package/es/components/media-video/index.vue3.mjs +0 -1
- package/es/components/media-video-dynamic/index.vue3.mjs +0 -1
- package/es/components/media-wavesurfer/index.vue3.mjs +0 -1
- package/es/components/scene-amap2d/index.vue3.mjs +0 -1
- package/es/components/scene-amap3d/index.vue3.mjs +0 -1
- package/es/components/scene-map3d/index.vue3.mjs +0 -1
- package/es/components/scene-map3d/index.vue4.mjs +0 -1
- package/es/components/scene-ue-iframe/index.vue3.mjs +0 -1
- package/es/components/scene-ue-shj/index.vue3.mjs +0 -1
- package/es/components/scene-unity-iframe/index.vue3.mjs +0 -1
- package/es/components/scene-unity-webgl/index.vue3.mjs +0 -1
- package/es/components/scene-vr/index.vue3.mjs +0 -1
- package/es/components/text-carousel/index.vue3.mjs +0 -1
- package/es/components/text-count-down/index.vue3.mjs +0 -1
- package/es/components/text-over-number/index.vue3.mjs +0 -1
- package/es/components/text-real-time/index.vue3.mjs +0 -1
- package/es/components/text-row-scroll/index.vue3.mjs +0 -1
- package/es/components/text-table-basic/index.vue3.mjs +0 -1
- package/es/components/text-table-scroll/index.vue3.mjs +0 -1
- package/es/components/text-text-basic/index.vue3.mjs +0 -1
- package/es/components/text-text-dynamic/index.vue3.mjs +0 -1
- package/es/components/text-title/index.vue3.mjs +0 -1
- package/es/core/earth/main.vue.mjs +0 -7
- package/es/core/earth/main.vue3.mjs +0 -1
- package/es/style.css +0 -1
- package/es/types.d.ts +0 -58
- package/es/utils/mini3d/components/FlyLine.mjs +0 -65
- package/es/utils/mini3d/components/Label3d.mjs +0 -70
- package/es/utils/mini3d/components/Particles.mjs +0 -78
- package/es/utils/mini3d/components/PathLine.mjs +0 -60
- package/es/utils/mini3d/components/Plane.mjs +0 -34
- package/es/utils/mini3d/components/ToastLoading.mjs +0 -26
- package/es/utils/mini3d/core/Camera.mjs +0 -26
- package/es/utils/mini3d/core/Renderer.mjs +0 -25
- package/es/utils/mini3d/core/index.d.ts +0 -7
- package/es/utils/mini3d/core/index.mjs +0 -71
- package/es/utils/mini3d/utils/CreateHistory.mjs +0 -32
- package/es/utils/mini3d/utils/EventEmitter.mjs +0 -28
- package/es/utils/mini3d/utils/Resource.mjs +0 -113
- package/es/utils/mini3d/utils/Sizes.mjs +0 -17
- package/es/utils/mini3d/utils/Time.mjs +0 -25
- package/es/utils/mini3d/utils/utils.mjs +0 -45
- package/lib/commons/reset.scss.js +0 -1
- package/lib/components/commons-gaussian-splatting-view/index.vue3.js +0 -1
- package/lib/components/commons-loop-iterator/index.vue3.js +0 -1
- package/lib/components/commons-product-model/index.vue3.js +0 -1
- package/lib/components/commons-qrcode/index.vue3.js +0 -1
- package/lib/components/commons-three-loader/index.vue3.js +0 -1
- package/lib/components/commons-three-loader3/index.vue3.js +0 -1
- package/lib/components/commons-weather/index.vue3.js +0 -1
- package/lib/components/graphical-circle/index.vue3.js +0 -1
- package/lib/components/graphical-diamond/index.vue3.js +0 -1
- package/lib/components/graphical-hexagon/index.vue3.js +0 -1
- package/lib/components/graphical-isosceles-triangle/index.vue3.js +0 -1
- package/lib/components/graphical-pentagon/index.vue3.js +0 -1
- package/lib/components/graphical-rect/index.vue3.js +0 -1
- package/lib/components/graphical-right-triangle/index.vue3.js +0 -1
- package/lib/components/interaction-button/index.vue3.js +0 -1
- package/lib/components/interaction-button-image/index.vue3.js +0 -1
- package/lib/components/interaction-button-refresh/index.vue3.js +0 -1
- package/lib/components/interaction-data-picker/index.vue3.js +0 -1
- package/lib/components/interaction-input/index.vue3.js +0 -1
- package/lib/components/interaction-select/index.vue3.js +0 -1
- package/lib/components/interaction-slider/index.vue3.js +0 -1
- package/lib/components/interaction-switch/index.vue3.js +0 -1
- package/lib/components/interaction-tabs/index.vue3.js +0 -1
- package/lib/components/interaction-tabs2/index.vue3.js +0 -1
- package/lib/components/media-audio/index.vue3.js +0 -1
- package/lib/components/media-audio-dynamic/index.vue3.js +0 -1
- package/lib/components/media-carousel/index.vue3.js +0 -1
- package/lib/components/media-carousel-slides/index.vue3.js +0 -1
- package/lib/components/media-iframe/index.vue3.js +0 -1
- package/lib/components/media-iframe-carousel/index.vue3.js +0 -1
- package/lib/components/media-image/index.vue3.js +0 -1
- package/lib/components/media-image-dynamic/index.vue3.js +0 -1
- package/lib/components/media-video/index.vue3.js +0 -1
- package/lib/components/media-video-dynamic/index.vue3.js +0 -1
- package/lib/components/media-wavesurfer/index.vue3.js +0 -1
- package/lib/components/scene-amap2d/index.vue3.js +0 -1
- package/lib/components/scene-amap3d/index.vue3.js +0 -1
- package/lib/components/scene-map3d/index.vue3.js +0 -1
- package/lib/components/scene-map3d/index.vue4.js +0 -1
- package/lib/components/scene-ue-iframe/index.vue3.js +0 -1
- package/lib/components/scene-ue-shj/index.vue3.js +0 -1
- package/lib/components/scene-unity-iframe/index.vue3.js +0 -1
- package/lib/components/scene-unity-webgl/index.vue3.js +0 -1
- package/lib/components/scene-vr/index.vue3.js +0 -1
- package/lib/components/text-carousel/index.vue3.js +0 -1
- package/lib/components/text-count-down/index.vue3.js +0 -1
- package/lib/components/text-over-number/index.vue3.js +0 -1
- package/lib/components/text-real-time/index.vue3.js +0 -1
- package/lib/components/text-row-scroll/index.vue3.js +0 -1
- package/lib/components/text-table-basic/index.vue3.js +0 -1
- package/lib/components/text-table-scroll/index.vue3.js +0 -1
- package/lib/components/text-text-basic/index.vue3.js +0 -1
- package/lib/components/text-text-dynamic/index.vue3.js +0 -1
- package/lib/components/text-title/index.vue3.js +0 -1
- package/lib/core/earth/main.vue.js +0 -1
- package/lib/core/earth/main.vue3.js +0 -1
- package/lib/style.css +0 -1
- package/lib/utils/mini3d/components/FlyLine.js +0 -1
- package/lib/utils/mini3d/components/Label3d.js +0 -1
- package/lib/utils/mini3d/components/Particles.js +0 -1
- package/lib/utils/mini3d/components/PathLine.js +0 -1
- package/lib/utils/mini3d/components/Plane.js +0 -1
- package/lib/utils/mini3d/components/ToastLoading.js +0 -5
- package/lib/utils/mini3d/core/Camera.js +0 -1
- package/lib/utils/mini3d/core/Renderer.js +0 -1
- package/lib/utils/mini3d/core/index.js +0 -1
- package/lib/utils/mini3d/utils/CreateHistory.js +0 -1
- package/lib/utils/mini3d/utils/EventEmitter.js +0 -1
- package/lib/utils/mini3d/utils/Resource.js +0 -1
- package/lib/utils/mini3d/utils/Sizes.js +0 -1
- package/lib/utils/mini3d/utils/Time.js +0 -1
- package/lib/utils/mini3d/utils/utils.js +0 -1
- /package/es/{core → commons/core}/earth/base64/Aperture.d.ts +0 -0
- /package/es/{core → commons/core}/earth/base64/Aperture.mjs +0 -0
- /package/es/{core → commons/core}/earth/base64/Callout.d.ts +0 -0
- /package/es/{core → commons/core}/earth/base64/Callout.mjs +0 -0
- /package/es/{core → commons/core}/earth/base64/CalloutAperture.d.ts +0 -0
- /package/es/{core → commons/core}/earth/base64/CalloutAperture.mjs +0 -0
- /package/es/{core → commons/core}/earth/base64/CloudCover.d.ts +0 -0
- /package/es/{core → commons/core}/earth/base64/CloudCover.mjs +0 -0
- /package/es/{core → commons/core}/earth/base64/LightColumn.d.ts +0 -0
- /package/es/{core → commons/core}/earth/base64/LightColumn.mjs +0 -0
- /package/es/{core → commons/core}/earth/base64/StarrySky.d.ts +0 -0
- /package/es/{core → commons/core}/earth/base64/StarrySky.mjs +0 -0
- /package/es/{core → commons/core}/earth/base64/rotation/innner.d.ts +0 -0
- /package/es/{core → commons/core}/earth/base64/rotation/innner.mjs +0 -0
- /package/es/{core → commons/core}/earth/base64/rotation/out.d.ts +0 -0
- /package/es/{core → commons/core}/earth/base64/rotation/out.mjs +0 -0
- /package/es/{core → commons/core}/earth/border.vue.d.ts +0 -0
- /package/es/{core → commons/core}/earth/border.vue.mjs +0 -0
- /package/es/{core → commons/core}/earth/border.vue2.mjs +0 -0
- /package/es/{core → commons/core}/earth/geojson/china-border.d.ts +0 -0
- /package/es/{core → commons/core}/earth/geojson/china-border.mjs +0 -0
- /package/es/{core → commons/core}/earth/geojson/china.d.ts +0 -0
- /package/es/{core → commons/core}/earth/geojson/china.mjs +0 -0
- /package/es/{core → commons/core}/earth/geojson/world.d.ts +0 -0
- /package/es/{core → commons/core}/earth/geojson/world.mjs +0 -0
- /package/es/{core → commons/core}/earth/interface.d.ts +0 -0
- /package/es/{core → commons/core}/earth/main.d.ts +0 -0
- /package/es/{core → commons/core}/earth/main.mjs +0 -0
- /package/es/{core → commons/core}/earth/main.vue.d.ts +0 -0
- /package/es/{core → commons/core}/earth/main.vue2.mjs +0 -0
- /package/es/{core → commons/core}/earth/types.d.ts +0 -0
- /package/es/{core → commons/core}/earth/utils/GradientLine.d.ts +0 -0
- /package/es/{core → commons/core}/earth/utils/GradientLine.mjs +0 -0
- /package/es/{core → commons/core}/earth/utils/composer.d.ts +0 -0
- /package/es/{core → commons/core}/earth/utils/composer.mjs +0 -0
- /package/es/{core → commons/core}/earth/utils/controls/obt.d.ts +0 -0
- /package/es/{core → commons/core}/earth/utils/controls/obt.mjs +0 -0
- /package/es/{core → commons/core}/earth/utils/interface.d.ts +0 -0
- /package/es/{core → commons/core}/earth/utils/label.d.ts +0 -0
- /package/es/{core → commons/core}/earth/utils/label.mjs +0 -0
- /package/es/{core → commons/core}/earth/utils/line2.d.ts +0 -0
- /package/es/{core → commons/core}/earth/utils/line2.mjs +0 -0
- /package/es/{core → commons/core}/earth/utils/scene.d.ts +0 -0
- /package/es/{core → commons/core}/earth/utils/scene.mjs +0 -0
- /package/es/{core → commons/core}/useChart.d.ts +0 -0
- /package/es/{core → commons/core}/useChart.mjs +0 -0
- /package/es/{utils → commons/utils}/babylon/ColorConvert.d.ts +0 -0
- /package/es/{utils → commons/utils}/babylon/ColorConvert.mjs +0 -0
- /package/es/{utils → commons/utils}/clickOutSide.d.ts +0 -0
- /package/es/{utils → commons/utils}/clickOutSide.mjs +0 -0
- /package/es/{utils → commons/utils}/cloneSeries.d.ts +0 -0
- /package/es/{utils → commons/utils}/cloneSeries.mjs +0 -0
- /package/es/{utils → commons/utils}/hoverLoop.d.ts +0 -0
- /package/es/{utils → commons/utils}/hoverLoop.mjs +0 -0
- /package/es/{utils → commons/utils}/imgPreloader.d.ts +0 -0
- /package/es/{utils → commons/utils}/imgPreloader.mjs +0 -0
- /package/es/{utils → commons/utils}/install.d.ts +0 -0
- /package/es/{utils → commons/utils}/install.mjs +0 -0
- /package/es/{utils → commons/utils}/json2css.d.ts +0 -0
- /package/es/{utils → commons/utils}/json2css.mjs +0 -0
- /package/es/{utils → commons/utils}/parseDataset.d.ts +0 -0
- /package/es/{utils → commons/utils}/parseDataset.mjs +0 -0
- /package/es/{utils → commons/utils}/parseOtherData.d.ts +0 -0
- /package/es/{utils → commons/utils}/parseOtherData.mjs +0 -0
- /package/es/{utils → commons/utils}/parseScatterData.d.ts +0 -0
- /package/es/{utils → commons/utils}/parseScatterData.mjs +0 -0
- /package/es/{utils → commons/utils}/shj/component-refs.d.ts +0 -0
- /package/es/{utils → commons/utils}/shj/component-refs.mjs +0 -0
- /package/es/{utils → commons/utils}/typescript.d.ts +0 -0
- /package/lib/{core → commons/core}/earth/base64/Aperture.js +0 -0
- /package/lib/{core → commons/core}/earth/base64/Callout.js +0 -0
- /package/lib/{core → commons/core}/earth/base64/CalloutAperture.js +0 -0
- /package/lib/{core → commons/core}/earth/base64/CloudCover.js +0 -0
- /package/lib/{core → commons/core}/earth/base64/LightColumn.js +0 -0
- /package/lib/{core → commons/core}/earth/base64/StarrySky.js +0 -0
- /package/lib/{core → commons/core}/earth/base64/rotation/innner.js +0 -0
- /package/lib/{core → commons/core}/earth/base64/rotation/out.js +0 -0
- /package/lib/{core → commons/core}/earth/border.vue.js +0 -0
- /package/lib/{core → commons/core}/earth/border.vue2.js +0 -0
- /package/lib/{core → commons/core}/earth/geojson/china-border.js +0 -0
- /package/lib/{core → commons/core}/earth/geojson/china.js +0 -0
- /package/lib/{core → commons/core}/earth/geojson/world.js +0 -0
- /package/lib/{core → commons/core}/earth/main.js +0 -0
- /package/lib/{core → commons/core}/earth/main.vue2.js +0 -0
- /package/lib/{core → commons/core}/earth/utils/GradientLine.js +0 -0
- /package/lib/{core → commons/core}/earth/utils/composer.js +0 -0
- /package/lib/{core → commons/core}/earth/utils/controls/obt.js +0 -0
- /package/lib/{core → commons/core}/earth/utils/label.js +0 -0
- /package/lib/{core → commons/core}/earth/utils/line2.js +0 -0
- /package/lib/{core → commons/core}/earth/utils/scene.js +0 -0
- /package/lib/{core → commons/core}/useChart.js +0 -0
- /package/lib/{utils → commons/utils}/babylon/ColorConvert.js +0 -0
- /package/lib/{utils → commons/utils}/clickOutSide.js +0 -0
- /package/lib/{utils → commons/utils}/cloneSeries.js +0 -0
- /package/lib/{utils → commons/utils}/hoverLoop.js +0 -0
- /package/lib/{utils → commons/utils}/imgPreloader.js +0 -0
- /package/lib/{utils → commons/utils}/install.js +0 -0
- /package/lib/{utils → commons/utils}/json2css.js +0 -0
- /package/lib/{utils → commons/utils}/parseDataset.js +0 -0
- /package/lib/{utils → commons/utils}/parseOtherData.js +0 -0
- /package/lib/{utils → commons/utils}/parseScatterData.js +0 -0
- /package/lib/{utils → commons/utils}/shj/component-refs.js +0 -0
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import { PointsMaterial as m, AdditiveBlending as b, BufferGeometry as x, BufferAttribute as p, Points as v, CanvasTexture as w } from "three";
|
|
2
|
-
class f {
|
|
3
|
-
/**
|
|
4
|
-
*
|
|
5
|
-
* @param {*} base this
|
|
6
|
-
* @param {*} config
|
|
7
|
-
*/
|
|
8
|
-
constructor({ time: t }, r = {}) {
|
|
9
|
-
this.instance = null, this.time = t, this.enable = !0, this.config = Object.assign(
|
|
10
|
-
{
|
|
11
|
-
num: 100,
|
|
12
|
-
// 粒子数量
|
|
13
|
-
range: 500,
|
|
14
|
-
// 范围
|
|
15
|
-
speed: 0.01,
|
|
16
|
-
renderOrder: 99,
|
|
17
|
-
dir: "up",
|
|
18
|
-
// up-上 down-下
|
|
19
|
-
material: new m({
|
|
20
|
-
map: f.createTexture(),
|
|
21
|
-
size: 20,
|
|
22
|
-
color: 16777215,
|
|
23
|
-
transparent: !0,
|
|
24
|
-
opacity: 1,
|
|
25
|
-
depthTest: !1,
|
|
26
|
-
vertexColors: !0,
|
|
27
|
-
blending: b,
|
|
28
|
-
sizeAttenuation: !0
|
|
29
|
-
// 指定点的大小是否因相机深度而衰减
|
|
30
|
-
})
|
|
31
|
-
},
|
|
32
|
-
r
|
|
33
|
-
), this.create();
|
|
34
|
-
}
|
|
35
|
-
create() {
|
|
36
|
-
const { range: t, speed: r, dir: n, material: d, num: g, renderOrder: l } = this.config, s = [], o = [], h = [];
|
|
37
|
-
for (let u = 0; u < g; u++) {
|
|
38
|
-
s.push(
|
|
39
|
-
Math.random() * t - t / 2,
|
|
40
|
-
Math.random() * t - t / 2,
|
|
41
|
-
Math.random() * t - t / 2
|
|
42
|
-
);
|
|
43
|
-
const i = n === "up" ? 1 : -1;
|
|
44
|
-
h.push(Math.random() * i, (0.1 + Math.random()) * i, 0.1 + Math.random() * i);
|
|
45
|
-
const a = d.color.clone(), c = {};
|
|
46
|
-
a.getHSL(c), a.setHSL(c.h, c.s, c.l * Math.random()), o.push(a.r, a.g, a.b);
|
|
47
|
-
}
|
|
48
|
-
const e = new x();
|
|
49
|
-
e.setAttribute("position", new p(new Float32Array(s), 3)), e.setAttribute("velocities", new p(new Float32Array(h), 3)), e.setAttribute("color", new p(new Float32Array(o), 3)), this.instance = new v(e, d), this.instance.name = "Particles", this.instance.renderOrder = l;
|
|
50
|
-
}
|
|
51
|
-
static createTexture() {
|
|
52
|
-
const t = document.createElement("canvas");
|
|
53
|
-
t.width = 1024, t.height = 1024;
|
|
54
|
-
const r = t.getContext("2d"), n = r.createRadialGradient(512, 512, 0, 512, 512, 512);
|
|
55
|
-
return n.addColorStop(0, "rgba(255,255,255,1)"), n.addColorStop(1, "rgba(255,255,255,0)"), r.fillStyle = n, r.fillRect(0, 0, 1024, 1024), new w(t);
|
|
56
|
-
}
|
|
57
|
-
update(t, r) {
|
|
58
|
-
if (!this.instance) return !1;
|
|
59
|
-
const { range: n, speed: d, dir: g } = this.config, l = g === "up" ? 1 : -1, s = this.instance.geometry.getAttribute("position"), o = this.instance.geometry.getAttribute("velocities"), h = s.count;
|
|
60
|
-
for (let e = 0; e < h; e++) {
|
|
61
|
-
let u = s.getX(e);
|
|
62
|
-
s.getY(e);
|
|
63
|
-
let i = s.getZ(e);
|
|
64
|
-
const a = o.getX(e), c = o.getY(e);
|
|
65
|
-
o.getZ(e), u += Math.sin(a * r) * t, i += d * l, i > n / 2 && l === 1 && (i = -n / 2), i < -n / 2 && l == -1 && (i = n / 2), s.setX(e, u), s.setZ(e, i), o.setX(e, a), o.setY(e, c);
|
|
66
|
-
}
|
|
67
|
-
s.needsUpdate = !0, o.needsUpdate = !0;
|
|
68
|
-
}
|
|
69
|
-
// 设置父级,并运行
|
|
70
|
-
setParent(t) {
|
|
71
|
-
t.add(this.instance), this.time.on("tick", (r, n) => {
|
|
72
|
-
this.enable && this.update(r, n);
|
|
73
|
-
});
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
export {
|
|
77
|
-
f as Particles
|
|
78
|
-
};
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { isArray as w } from "lodash";
|
|
2
|
-
import { Group as x, MeshBasicMaterial as P, AdditiveBlending as b, Vector3 as l, CatmullRomCurve3 as O, TubeGeometry as j, Mesh as v } from "three";
|
|
3
|
-
class B {
|
|
4
|
-
constructor({ time: e, geoProjection: d }, s) {
|
|
5
|
-
this.time = e, this.geoProjection = d, this.instance = new x(), this.instance.name = "PathLine", this.run = !0;
|
|
6
|
-
const n = {
|
|
7
|
-
speed: 3e-3,
|
|
8
|
-
texture: null,
|
|
9
|
-
radius: 0.1,
|
|
10
|
-
segments: 32,
|
|
11
|
-
radialSegments: 8,
|
|
12
|
-
data: [],
|
|
13
|
-
renderOrder: 1,
|
|
14
|
-
material: new P({
|
|
15
|
-
color: 16777215,
|
|
16
|
-
transparent: !0,
|
|
17
|
-
fog: !1,
|
|
18
|
-
depthTest: !1,
|
|
19
|
-
blending: b
|
|
20
|
-
})
|
|
21
|
-
};
|
|
22
|
-
this.options = Object.assign({}, n, s), this.init();
|
|
23
|
-
}
|
|
24
|
-
// 初始化
|
|
25
|
-
init() {
|
|
26
|
-
const { material: e, texture: d, segments: s, radius: n, radialSegments: u, data: f, speed: G, renderOrder: m } = this.options;
|
|
27
|
-
try {
|
|
28
|
-
f.map((h) => {
|
|
29
|
-
const i = [];
|
|
30
|
-
h.geometry.coordinates.map((a, y) => {
|
|
31
|
-
y === 0 && (w(a[0][0]) ? a[0].forEach((o) => {
|
|
32
|
-
const [t, c] = this.geoProjection(o);
|
|
33
|
-
(t !== void 0 || t !== NaN) && i.push(new l(t, -c, 0));
|
|
34
|
-
}) : a.forEach((o) => {
|
|
35
|
-
const [t, c] = this.geoProjection(o);
|
|
36
|
-
(t !== void 0 || t !== NaN) && i.push(new l(t, -c, 0));
|
|
37
|
-
}));
|
|
38
|
-
});
|
|
39
|
-
const p = new O(i), g = new j(p, s, n, u, !1), r = new v(g, e);
|
|
40
|
-
r.position.set(0, 0, 0), r.renderOrder = m, this.instance.add(r);
|
|
41
|
-
});
|
|
42
|
-
} catch {
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
// 获取实例
|
|
46
|
-
getInstance() {
|
|
47
|
-
return this.instance;
|
|
48
|
-
}
|
|
49
|
-
// 设置父级
|
|
50
|
-
setParent(e) {
|
|
51
|
-
e.add(this.instance);
|
|
52
|
-
}
|
|
53
|
-
// 设置隐藏显示
|
|
54
|
-
setVisible(e) {
|
|
55
|
-
this.instance.visible = e, this.run = e;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
export {
|
|
59
|
-
B as PathLine
|
|
60
|
-
};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { Vector3 as o, MeshBasicMaterial as n, PlaneGeometry as a, Mesh as h } from "three";
|
|
2
|
-
class r {
|
|
3
|
-
constructor({ time: s }, e) {
|
|
4
|
-
this.time = s, this.options = Object.assign(
|
|
5
|
-
{},
|
|
6
|
-
{
|
|
7
|
-
width: 10,
|
|
8
|
-
scale: 1,
|
|
9
|
-
position: new o(0, 0, 0),
|
|
10
|
-
needRotate: !1,
|
|
11
|
-
rotateSpeed: 1e-3,
|
|
12
|
-
material: new n({
|
|
13
|
-
transparent: !0,
|
|
14
|
-
opacity: 1,
|
|
15
|
-
depthTest: !0
|
|
16
|
-
})
|
|
17
|
-
},
|
|
18
|
-
e
|
|
19
|
-
);
|
|
20
|
-
const i = new a(this.options.width, this.options.width), t = new h(i, this.options.material);
|
|
21
|
-
t.rotateX(-Math.PI / 2), t.position.copy(this.options.position), t.scale.set(this.options.scale, this.options.scale, this.options.scale), this.instance = t;
|
|
22
|
-
}
|
|
23
|
-
setParent(s) {
|
|
24
|
-
s.add(this.instance), this.time.on("tick", () => {
|
|
25
|
-
this.update();
|
|
26
|
-
});
|
|
27
|
-
}
|
|
28
|
-
update() {
|
|
29
|
-
this.options.needRotate && (this.instance.rotation.z += this.options.rotateSpeed);
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
export {
|
|
33
|
-
r as Plane
|
|
34
|
-
};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
class i {
|
|
2
|
-
constructor() {
|
|
3
|
-
this.toastNode = null, this.init();
|
|
4
|
-
}
|
|
5
|
-
init() {
|
|
6
|
-
if (this.toastNode)
|
|
7
|
-
return !1;
|
|
8
|
-
this.toastNode = document.createElement("div"), this.toastNode.classList.add("fixed-loading"), this.toastNode.id = "fixed-loading", this.toastNode.innerHTML = `
|
|
9
|
-
<div class="page-loading-container">
|
|
10
|
-
<div class="page-loading"></div>
|
|
11
|
-
</div>
|
|
12
|
-
`, this.toastNode.style.visibility = "hidden", document.body.appendChild(this.toastNode);
|
|
13
|
-
}
|
|
14
|
-
show() {
|
|
15
|
-
this.toastNode.style.visibility = "visible";
|
|
16
|
-
}
|
|
17
|
-
hide() {
|
|
18
|
-
this.toastNode && (this.toastNode.style.visibility = "hidden");
|
|
19
|
-
}
|
|
20
|
-
destroy() {
|
|
21
|
-
this.toastNode && document.body.removeChild(this.toastNode);
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
export {
|
|
25
|
-
i as ToastLoading
|
|
26
|
-
};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { PerspectiveCamera as i } from "three";
|
|
2
|
-
import { OrbitControls as o } from "three/examples/jsm/controls/OrbitControls";
|
|
3
|
-
class l {
|
|
4
|
-
constructor({ sizes: s, scene: t, canvas: e }, n = {}) {
|
|
5
|
-
this.sizes = s, this.scene = t, this.canvas = e, this.option = n, this.setInstance(), this.setControls(this.option.orbitControls);
|
|
6
|
-
}
|
|
7
|
-
setInstance() {
|
|
8
|
-
const s = this.sizes.width / this.sizes.height;
|
|
9
|
-
this.instance = new i(45, s, 0.1, 2e3), this.instance.position.set(10, 10, 10), this.scene.add(this.instance);
|
|
10
|
-
}
|
|
11
|
-
setControls(s) {
|
|
12
|
-
this.controls || (this.controls = new o(this.instance, this.canvas)), this.controls && (s === void 0 ? (this.controls.enableZoom = !0, this.controls.minDistance = 50, this.controls.maxDistance = 300, this.controls.zoomSpeed = 1, this.controls.enablePan = !0, this.controls.panSpeed = 1, this.controls.minPolarAngle = 0 * Math.PI / 180, this.controls.maxPolarAngle = 75 * Math.PI / 180, this.controls.enableDamping = !0) : (this.controls.enableZoom = s.enableZoom, this.controls.minDistance = s.minDistance, this.controls.maxDistance = s.maxDistance, this.controls.zoomSpeed = s.zoomSpeed, this.controls.enablePan = s.enablePan, this.controls.panSpeed = s.panSpeed, this.controls.minPolarAngle = s.minPolarAngle * Math.PI / 180, this.controls.maxPolarAngle = s.maxPolarAngle * Math.PI / 180, this.controls.enableDamping = s.enableDamping), this.controls.update());
|
|
13
|
-
}
|
|
14
|
-
resize() {
|
|
15
|
-
this.instance.aspect = this.sizes.width / this.sizes.height, this.instance.updateProjectionMatrix();
|
|
16
|
-
}
|
|
17
|
-
update() {
|
|
18
|
-
this.controls.update();
|
|
19
|
-
}
|
|
20
|
-
destroy() {
|
|
21
|
-
this.controls.dispose();
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
export {
|
|
25
|
-
l as Camera
|
|
26
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { WebGLRenderer as a } from "three";
|
|
2
|
-
class o {
|
|
3
|
-
constructor({ canvas: s, sizes: e, scene: i, camera: t, postprocessing: n, composer: h }) {
|
|
4
|
-
this.canvas = s, this.sizes = e, this.scene = i, this.camera = t, this.postprocessing = n, this.composer = h, this.setInstance();
|
|
5
|
-
}
|
|
6
|
-
setInstance() {
|
|
7
|
-
this.instance = new a({
|
|
8
|
-
alpha: !0,
|
|
9
|
-
antialias: !0,
|
|
10
|
-
canvas: this.canvas
|
|
11
|
-
}), this.instance.setSize(this.sizes.width, this.sizes.height), this.instance.setPixelRatio(this.sizes.pixelRatio);
|
|
12
|
-
}
|
|
13
|
-
resize() {
|
|
14
|
-
this.instance.setSize(this.sizes.width, this.sizes.height), this.instance.setPixelRatio(this.sizes.pixelRatio);
|
|
15
|
-
}
|
|
16
|
-
update() {
|
|
17
|
-
this.postprocessing && this.composer ? this.composer.render() : this.instance.render(this.scene, this.camera.instance);
|
|
18
|
-
}
|
|
19
|
-
destroy() {
|
|
20
|
-
this.instance.dispose(), this.instance.forceContextLoss();
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
export {
|
|
24
|
-
o as Renderer
|
|
25
|
-
};
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
var c = Object.defineProperty;
|
|
2
|
-
var h = (i, r, e) => r in i ? c(i, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : i[r] = e;
|
|
3
|
-
var n = (i, r, e) => h(i, typeof r != "symbol" ? r + "" : r, e);
|
|
4
|
-
import { Scene as m, AxesHelper as d, Mesh as p } from "three";
|
|
5
|
-
import { geoMercator as f } from "d3-geo";
|
|
6
|
-
import { Renderer as g } from "./Renderer.mjs";
|
|
7
|
-
import { Camera as l } from "./Camera.mjs";
|
|
8
|
-
import { EventEmitter as u } from "../utils/EventEmitter.mjs";
|
|
9
|
-
import { Sizes as y } from "../utils/Sizes.mjs";
|
|
10
|
-
import { Time as j } from "../utils/Time.mjs";
|
|
11
|
-
import "three/examples/jsm/loaders/GLTFLoader";
|
|
12
|
-
import "three/examples/jsm/loaders/DRACOLoader.js";
|
|
13
|
-
class A extends u {
|
|
14
|
-
constructor(e, t = {}, s = {}) {
|
|
15
|
-
super();
|
|
16
|
-
n(this, "geoProjection", (e) => {
|
|
17
|
-
const { geoProjectionCenter: t, geoProjectionScale: s, geoProjectionTranslate: o } = this.config;
|
|
18
|
-
return f().center(t).scale(s).translate(o)(e);
|
|
19
|
-
});
|
|
20
|
-
this.canvas = e, this.scene = new m(), this.sizes = new y(this), this.time = new j(this), this.camera = new l(this, s), this.renderer = new g(this);
|
|
21
|
-
const o = {
|
|
22
|
-
geoProjectionCenter: [0, 0],
|
|
23
|
-
geoProjectionScale: 120,
|
|
24
|
-
geoProjectionTranslate: [0, 0]
|
|
25
|
-
};
|
|
26
|
-
this.config = Object.assign({}, o, t), this.sizes.on("resize", () => {
|
|
27
|
-
this.resize();
|
|
28
|
-
}), this.time.on("tick", (a) => {
|
|
29
|
-
this.update(a);
|
|
30
|
-
});
|
|
31
|
-
}
|
|
32
|
-
setCss3dVisible(e, t) {
|
|
33
|
-
e && (this[e].visible = t, this[e].children.map((s) => {
|
|
34
|
-
t ? s.show() : s.hide();
|
|
35
|
-
}));
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* 设置AxesHelper
|
|
39
|
-
* @param {*} size 尺寸
|
|
40
|
-
* @returns
|
|
41
|
-
*/
|
|
42
|
-
setAxesHelper(e = 250) {
|
|
43
|
-
if (!e)
|
|
44
|
-
return !1;
|
|
45
|
-
const t = new d(e);
|
|
46
|
-
this.scene.add(t);
|
|
47
|
-
}
|
|
48
|
-
resize() {
|
|
49
|
-
this.camera.resize(), this.renderer.resize();
|
|
50
|
-
}
|
|
51
|
-
update(e) {
|
|
52
|
-
this.camera.update(e), this.renderer.update(e);
|
|
53
|
-
}
|
|
54
|
-
destroy() {
|
|
55
|
-
try {
|
|
56
|
-
this.sizes.destroy(), this.time.destroy(), this.camera.destroy(), this.renderer.destroy(), this.scene.traverse((e) => {
|
|
57
|
-
if (e instanceof p) {
|
|
58
|
-
e.geometry.dispose();
|
|
59
|
-
for (const t in e.material) {
|
|
60
|
-
const s = e.material[t];
|
|
61
|
-
s && typeof s.dispose == "function" && s.dispose();
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
}), this.canvas.parentNode.removeChild(this.canvas);
|
|
65
|
-
} catch {
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
export {
|
|
70
|
-
A as Mini3d
|
|
71
|
-
};
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
class h {
|
|
2
|
-
constructor() {
|
|
3
|
-
this.past = [], this.future = [], this.present = void 0;
|
|
4
|
-
}
|
|
5
|
-
gotoState(t) {
|
|
6
|
-
const s = [...this.past, this.present, ...this.future];
|
|
7
|
-
this.present = s[t], this.past = s.slice(0, t), this.future = s.slice(t + 1, s.length);
|
|
8
|
-
}
|
|
9
|
-
// 获取当前状态index
|
|
10
|
-
getIndex() {
|
|
11
|
-
return this.past.length;
|
|
12
|
-
}
|
|
13
|
-
// 保存当前状态
|
|
14
|
-
push(t) {
|
|
15
|
-
this.present && this.past.push(this.present), this.present = t;
|
|
16
|
-
}
|
|
17
|
-
// 后退
|
|
18
|
-
undo() {
|
|
19
|
-
this.past.length !== 0 && this.gotoState(this.getIndex() - 1);
|
|
20
|
-
}
|
|
21
|
-
// 前进
|
|
22
|
-
redo() {
|
|
23
|
-
this.future.length !== 0 && this.gotoState(this.getIndex() + 1);
|
|
24
|
-
}
|
|
25
|
-
// 清空
|
|
26
|
-
empty() {
|
|
27
|
-
this.past = [], this.future = [], this.present = void 0;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
export {
|
|
31
|
-
h as createHistory
|
|
32
|
-
};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
class c {
|
|
2
|
-
constructor() {
|
|
3
|
-
this.events = /* @__PURE__ */ new Map();
|
|
4
|
-
}
|
|
5
|
-
on(t, s) {
|
|
6
|
-
let e = this.events.get(t);
|
|
7
|
-
e || (e = /* @__PURE__ */ new Set(), this.events.set(t, e)), e.add(s);
|
|
8
|
-
}
|
|
9
|
-
off(t, s) {
|
|
10
|
-
const e = this.events.get(t);
|
|
11
|
-
e && (s ? e.delete(s) : this.events.delete(t));
|
|
12
|
-
}
|
|
13
|
-
emit(t, ...s) {
|
|
14
|
-
const e = this.events.get(t);
|
|
15
|
-
e && e.forEach((i) => {
|
|
16
|
-
i(...s);
|
|
17
|
-
});
|
|
18
|
-
}
|
|
19
|
-
once(t, s) {
|
|
20
|
-
const e = (...i) => {
|
|
21
|
-
s(...i), this.off(t, e);
|
|
22
|
-
};
|
|
23
|
-
this.on(t, e);
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
export {
|
|
27
|
-
c as EventEmitter
|
|
28
|
-
};
|
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
import { TextureLoader as d, Loader as h } from "three";
|
|
2
|
-
import { GLTFLoader as c } from "three/examples/jsm/loaders/GLTFLoader";
|
|
3
|
-
import "three/examples/jsm/loaders/DRACOLoader.js";
|
|
4
|
-
import { EventEmitter as l } from "./EventEmitter.mjs";
|
|
5
|
-
const n = {
|
|
6
|
-
GLTFLoader: "GLTF",
|
|
7
|
-
TextureLoader: "Texture",
|
|
8
|
-
FontLoader: "Font",
|
|
9
|
-
MMDLoader: "MMD",
|
|
10
|
-
MTLLoader: "MTL",
|
|
11
|
-
OBJLoader: "OBJ",
|
|
12
|
-
PCDLoader: "PCD",
|
|
13
|
-
FileLoader: "File",
|
|
14
|
-
ImageLoader: "Image",
|
|
15
|
-
ObjectLoader: "Object",
|
|
16
|
-
MaterialLoader: "Material",
|
|
17
|
-
CubeTextureLoader: "CubeTexture",
|
|
18
|
-
RGBELoader: "RGBELoader",
|
|
19
|
-
FBXLoader: "FBX"
|
|
20
|
-
}, u = Object.values(n);
|
|
21
|
-
class y extends l {
|
|
22
|
-
constructor({ dracoPath: e } = {}) {
|
|
23
|
-
super(), this.itemsLoaded = 0, this.itemsTotal = 0, this.assets = [], this.loaders = {}, this.initDefaultLoader();
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* 默认加载GLTFLoader, TextureLoader
|
|
27
|
-
*/
|
|
28
|
-
initDefaultLoader() {
|
|
29
|
-
[
|
|
30
|
-
{ loader: c, name: "GLTFLoader" },
|
|
31
|
-
{ loader: d, name: "TextureLoader" }
|
|
32
|
-
].map((e) => this.addLoader(e.loader, e.name));
|
|
33
|
-
}
|
|
34
|
-
addLoader(e, t = "") {
|
|
35
|
-
if (e.name && n[t]) {
|
|
36
|
-
if (!this.loaders[t]) {
|
|
37
|
-
const o = new e(this.manager), a = t;
|
|
38
|
-
o instanceof h && (this.loaders[n[a]] = o);
|
|
39
|
-
}
|
|
40
|
-
} else
|
|
41
|
-
throw new Error("请配置正确的加载器");
|
|
42
|
-
}
|
|
43
|
-
loadItem(e) {
|
|
44
|
-
return new Promise((t, r) => {
|
|
45
|
-
if (!this.loaders[e.type])
|
|
46
|
-
throw new Error(`资源${e.path}没有配置加载器`);
|
|
47
|
-
this.loaders[e.type].load(
|
|
48
|
-
e.path,
|
|
49
|
-
(o) => {
|
|
50
|
-
this.itemsLoaded++, this.emit("onProgress", e.path, this.itemsLoaded, this.itemsTotal), t({ ...e, data: o });
|
|
51
|
-
},
|
|
52
|
-
null,
|
|
53
|
-
(o) => {
|
|
54
|
-
this.emit("onError", o), t({ ...e, data: null });
|
|
55
|
-
}
|
|
56
|
-
);
|
|
57
|
-
});
|
|
58
|
-
}
|
|
59
|
-
loadAll(e) {
|
|
60
|
-
return this.itemsLoaded = 0, this.itemsTotal = 0, new Promise((t, r) => {
|
|
61
|
-
const o = this.matchType(e), a = [];
|
|
62
|
-
this.itemsTotal = o.length, o.map((s) => {
|
|
63
|
-
try {
|
|
64
|
-
const i = this.loadItem(s);
|
|
65
|
-
a.push(i);
|
|
66
|
-
} catch {
|
|
67
|
-
}
|
|
68
|
-
}), Promise.all(a).then((s) => {
|
|
69
|
-
this.assets = s, this.emit("onLoad"), t(s);
|
|
70
|
-
}).catch((s) => {
|
|
71
|
-
this.emit("onError", s), r(s);
|
|
72
|
-
});
|
|
73
|
-
});
|
|
74
|
-
}
|
|
75
|
-
matchType(e) {
|
|
76
|
-
return this.assets = e.map((t) => ({
|
|
77
|
-
type: u.includes(t.type) ? t.type : "",
|
|
78
|
-
path: t.path,
|
|
79
|
-
name: t.name,
|
|
80
|
-
data: null
|
|
81
|
-
})).filter((t) => {
|
|
82
|
-
if (!t.type)
|
|
83
|
-
throw new Error(`资源${t.path},type不正确`);
|
|
84
|
-
return t.type;
|
|
85
|
-
}), this.assets;
|
|
86
|
-
}
|
|
87
|
-
getResource(e) {
|
|
88
|
-
const t = this.assets.find((r) => r.name === e);
|
|
89
|
-
if (!t)
|
|
90
|
-
throw new Error(`资源${e}不存在`);
|
|
91
|
-
return t.data;
|
|
92
|
-
}
|
|
93
|
-
getResource3(e) {
|
|
94
|
-
const t = this.assets.find((r) => r.name === e);
|
|
95
|
-
if (!t)
|
|
96
|
-
throw new Error(`资源${e}不存在`);
|
|
97
|
-
return t;
|
|
98
|
-
}
|
|
99
|
-
getResource2(e, t) {
|
|
100
|
-
const r = this.assets.find((o) => o.name === e);
|
|
101
|
-
if (!r)
|
|
102
|
-
throw new Error(`资源${e}不存在`);
|
|
103
|
-
return t !== void 0 && r.path !== t && this.loadItem({ type: r.type, name: r.name, path: t }).then((o) => {
|
|
104
|
-
r.data = o;
|
|
105
|
-
}), r.data;
|
|
106
|
-
}
|
|
107
|
-
destroy() {
|
|
108
|
-
this.off("onProgress"), this.off("onLoad"), this.off("onError"), this.assets = [];
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
export {
|
|
112
|
-
y as Resource
|
|
113
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { EventEmitter as t } from "./EventEmitter.mjs";
|
|
2
|
-
class h extends t {
|
|
3
|
-
constructor({ canvas: i }) {
|
|
4
|
-
super(), this.canvas = i, this.pixelRatio = 0, this.init(), window.addEventListener("resize", () => {
|
|
5
|
-
this.init(), this.emit("resize");
|
|
6
|
-
});
|
|
7
|
-
}
|
|
8
|
-
init() {
|
|
9
|
-
this.width = this.canvas.offsetWidth, this.height = this.canvas.offsetHeight, this.pixelRatio = this.pixelRatio || Math.min(window.devicePixelRatio, 2);
|
|
10
|
-
}
|
|
11
|
-
destroy() {
|
|
12
|
-
this.off("resize");
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
export {
|
|
16
|
-
h as Sizes
|
|
17
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import * as s from "three";
|
|
2
|
-
import { EventEmitter as r } from "./EventEmitter.mjs";
|
|
3
|
-
class n extends r {
|
|
4
|
-
constructor() {
|
|
5
|
-
super(), this.start = Date.now(), this.current = this.start, this.elapsed = 0, this.delta = 16, this.clock = new s.Clock(), this.timer = window.requestAnimationFrame(() => {
|
|
6
|
-
this.tick();
|
|
7
|
-
});
|
|
8
|
-
}
|
|
9
|
-
tick() {
|
|
10
|
-
const t = Date.now();
|
|
11
|
-
this.delta = t - this.current, this.current = t, this.elapsed = this.current - this.start;
|
|
12
|
-
const i = this.clock.getDelta(), e = this.clock.getElapsedTime();
|
|
13
|
-
if (this.emit("tick", i, e), this.stop)
|
|
14
|
-
return window.cancelAnimationFrame(this.timer), !1;
|
|
15
|
-
this.timer = window.requestAnimationFrame(() => {
|
|
16
|
-
this.tick();
|
|
17
|
-
});
|
|
18
|
-
}
|
|
19
|
-
destroy() {
|
|
20
|
-
this.stop = !0, this.off("tick");
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
export {
|
|
24
|
-
n as Time
|
|
25
|
-
};
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { Vector3 as m, Box3 as a } from "three";
|
|
2
|
-
function u(r = 10, o = 62) {
|
|
3
|
-
const n = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""), t = [];
|
|
4
|
-
let e;
|
|
5
|
-
if (o = o || n.length, r)
|
|
6
|
-
for (e = 0; e < r; e++) t[e] = n[0 | Math.random() * o];
|
|
7
|
-
else {
|
|
8
|
-
let s;
|
|
9
|
-
for (t[8] = t[13] = t[18] = t[23] = "-", t[14] = "4", e = 0; e < 36; e++)
|
|
10
|
-
t[e] || (s = 0 | Math.random() * 16, t[e] = n[e == 19 ? s & 3 | 8 : s]);
|
|
11
|
-
}
|
|
12
|
-
return t.join("");
|
|
13
|
-
}
|
|
14
|
-
function y(r) {
|
|
15
|
-
const o = new m(), n = new a();
|
|
16
|
-
n.expandByObject(r);
|
|
17
|
-
const t = new m();
|
|
18
|
-
n.getSize(t);
|
|
19
|
-
const e = new m();
|
|
20
|
-
n.getCenter(e);
|
|
21
|
-
const s = {
|
|
22
|
-
box3: n,
|
|
23
|
-
boxSize: t,
|
|
24
|
-
center: e
|
|
25
|
-
};
|
|
26
|
-
if (r.geometry) {
|
|
27
|
-
r.geometry.computeBoundingBox(), r.geometry.computeBoundingSphere();
|
|
28
|
-
const { max: c, min: i } = r.geometry.boundingBox;
|
|
29
|
-
o.x = c.x - i.x, o.y = c.y - i.y, o.z = c.z - i.z, s.size = o;
|
|
30
|
-
}
|
|
31
|
-
return s;
|
|
32
|
-
}
|
|
33
|
-
const g = (r) => {
|
|
34
|
-
const o = JSON.parse(r), n = o.features;
|
|
35
|
-
for (let t = 0; t < n.length; t++) {
|
|
36
|
-
const e = n[t];
|
|
37
|
-
e.geometry.type === "Polygon" && (e.geometry.coordinates = [e.geometry.coordinates]);
|
|
38
|
-
}
|
|
39
|
-
return o;
|
|
40
|
-
};
|
|
41
|
-
export {
|
|
42
|
-
y as getBoundBox,
|
|
43
|
-
g as transfromMapGeoJSON,
|
|
44
|
-
u as uuid
|
|
45
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|