@shjjs/visual-ui 1.0.13 → 1.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/commons/core/datasource/core/api.d.ts +1 -0
- package/es/commons/core/datasource/core/api.mjs +32 -0
- package/es/commons/core/datasource/core/static.d.ts +1 -0
- package/es/commons/core/datasource/core/static.mjs +16 -0
- package/es/commons/core/datasource/core/url.d.ts +1 -0
- package/es/commons/core/datasource/core/url.mjs +17 -0
- package/es/commons/core/datasource/core/variable.d.ts +1 -0
- package/es/commons/core/datasource/core/variable.mjs +17 -0
- package/es/commons/core/datasource/core/ws.d.ts +32 -0
- package/es/commons/core/datasource/core/ws.mjs +138 -0
- package/es/commons/core/datasource/index.d.ts +63 -0
- package/es/commons/core/datasource/index.mjs +191 -0
- package/es/commons/core/datasource/utils/request.d.ts +3 -0
- package/es/commons/core/datasource/utils/request.mjs +7 -0
- package/es/commons/core/datasource/utils/utils.d.ts +50 -0
- package/es/commons/core/datasource/utils/utils.mjs +123 -0
- package/es/commons/core/datasource/utils/wsManager.d.ts +16 -0
- package/es/commons/core/datasource/utils/wsManager.mjs +78 -0
- package/es/commons/core/earth/base64/Aperture.d.ts +1 -0
- package/es/commons/core/earth/base64/Aperture.mjs +4 -0
- package/es/commons/core/earth/base64/Callout.d.ts +1 -0
- package/es/commons/core/earth/base64/Callout.mjs +4 -0
- package/es/commons/core/earth/base64/CalloutAperture.d.ts +1 -0
- package/es/commons/core/earth/base64/CalloutAperture.mjs +4 -0
- package/es/commons/core/earth/base64/CloudCover.d.ts +1 -0
- package/es/commons/core/earth/base64/CloudCover.mjs +4 -0
- package/es/commons/core/earth/base64/LightColumn.d.ts +1 -0
- package/es/commons/core/earth/base64/LightColumn.mjs +4 -0
- package/es/commons/core/earth/base64/StarrySky.d.ts +1 -0
- package/es/commons/core/earth/base64/StarrySky.mjs +4 -0
- package/es/commons/core/earth/base64/rotation/innner.d.ts +1 -0
- package/es/commons/core/earth/base64/rotation/innner.mjs +4 -0
- package/es/commons/core/earth/base64/rotation/out.d.ts +1 -0
- package/es/commons/core/earth/base64/rotation/out.mjs +4 -0
- package/es/commons/core/earth/border.vue.d.ts +70 -0
- package/es/commons/core/earth/border.vue.mjs +19 -0
- package/es/commons/core/earth/border.vue2.mjs +4 -0
- package/es/commons/core/earth/geojson/china-border.d.ts +22 -0
- package/es/commons/core/earth/geojson/china-border.mjs +29305 -0
- package/es/commons/core/earth/geojson/china.d.ts +84 -0
- package/es/commons/core/earth/geojson/china.mjs +103022 -0
- package/es/commons/core/earth/geojson/world.d.ts +25 -0
- package/es/commons/core/earth/geojson/world.mjs +43220 -0
- package/es/commons/core/earth/interface.d.ts +190 -0
- package/es/commons/core/earth/main.d.ts +94 -0
- package/es/commons/core/earth/main.mjs +504 -0
- package/es/commons/core/earth/main.vue.d.ts +834 -0
- package/es/commons/core/earth/main.vue.mjs +7 -0
- package/es/commons/core/earth/main.vue2.mjs +290 -0
- package/es/commons/core/earth/types.d.ts +108 -0
- package/es/commons/core/earth/utils/GradientLine.d.ts +17 -0
- package/es/commons/core/earth/utils/GradientLine.mjs +78 -0
- package/es/commons/core/earth/utils/composer.d.ts +38 -0
- package/es/commons/core/earth/utils/composer.mjs +40 -0
- package/es/commons/core/earth/utils/controls/obt.d.ts +9 -0
- package/es/commons/core/earth/utils/controls/obt.mjs +19 -0
- package/es/commons/core/earth/utils/interface.d.ts +134 -0
- package/es/commons/core/earth/utils/label.d.ts +4 -0
- package/es/commons/core/earth/utils/label.mjs +15 -0
- package/es/commons/core/earth/utils/line2.d.ts +3 -0
- package/es/commons/core/earth/utils/line2.mjs +21 -0
- package/es/commons/core/earth/utils/scene.d.ts +28 -0
- package/es/commons/core/earth/utils/scene.mjs +120 -0
- package/es/commons/core/useChart.d.ts +15 -0
- package/es/commons/core/useChart.mjs +115 -0
- package/es/commons/utils/babylon/ColorConvert.d.ts +3 -0
- package/es/commons/utils/babylon/ColorConvert.mjs +21 -0
- package/es/commons/utils/clickOutSide.d.ts +5 -0
- package/es/commons/utils/clickOutSide.mjs +13 -0
- package/es/commons/utils/cloneSeries.d.ts +7 -0
- package/es/commons/utils/cloneSeries.mjs +12 -0
- package/es/commons/utils/hoverLoop.d.ts +10 -0
- package/es/commons/utils/hoverLoop.mjs +43 -0
- package/es/commons/utils/imgPreloader.d.ts +1 -0
- package/es/commons/utils/imgPreloader.mjs +16 -0
- package/es/commons/utils/install.d.ts +2 -0
- package/es/commons/utils/install.mjs +7 -0
- package/es/commons/utils/json2css.d.ts +3 -0
- package/es/commons/utils/json2css.mjs +31 -0
- package/es/commons/utils/parseDataset.d.ts +4 -0
- package/es/commons/utils/parseDataset.mjs +19 -0
- package/es/commons/utils/parseOtherData.d.ts +1 -0
- package/es/commons/utils/parseOtherData.mjs +10 -0
- package/es/commons/utils/parseScatterData.d.ts +3 -0
- package/es/commons/utils/parseScatterData.mjs +14 -0
- package/es/commons/utils/shj/component-refs.d.ts +6 -0
- package/es/commons/utils/shj/component-refs.mjs +10 -0
- package/es/commons/utils/typescript.d.ts +5 -0
- package/es/components/chart-bar-animation/index.d.ts +1 -1
- package/es/components/chart-bar-animation/index.mjs +1 -1
- package/es/components/chart-bar-animation/index.vue.mjs +21 -20
- package/es/components/chart-bar-basic/index.d.ts +1 -1
- package/es/components/chart-bar-basic/index.mjs +1 -1
- package/es/components/chart-bar-basic/index.vue.mjs +21 -20
- package/es/components/chart-bar-contrast/index.d.ts +1 -1
- package/es/components/chart-bar-contrast/index.mjs +1 -1
- package/es/components/chart-bar-contrast/index.vue.mjs +34 -33
- package/es/components/chart-bar-contrast2/index.d.ts +1 -1
- package/es/components/chart-bar-contrast2/index.mjs +1 -1
- package/es/components/chart-bar-contrast2/index.vue.mjs +20 -19
- package/es/components/chart-bar-contrast3/index.d.ts +1 -1
- package/es/components/chart-bar-contrast3/index.mjs +1 -1
- package/es/components/chart-bar-contrast3/index.vue.mjs +19 -18
- package/es/components/chart-bar-gradient-column-chart/index.d.ts +1 -1
- package/es/components/chart-bar-gradient-column-chart/index.mjs +1 -1
- package/es/components/chart-bar-gradient-column-chart/index.vue.mjs +21 -20
- package/es/components/chart-bar-horizontal/index.d.ts +1 -1
- package/es/components/chart-bar-horizontal/index.mjs +1 -1
- package/es/components/chart-bar-horizontal/index.vue.mjs +21 -20
- package/es/components/chart-bar-horizontal-stack/index.d.ts +1 -1
- package/es/components/chart-bar-horizontal-stack/index.mjs +1 -1
- package/es/components/chart-bar-horizontal-stack/index.vue.mjs +21 -20
- package/es/components/chart-bar-line-bar/index.d.ts +1 -1
- package/es/components/chart-bar-line-bar/index.mjs +1 -1
- package/es/components/chart-bar-line-bar/index.vue.mjs +26 -25
- package/es/components/chart-bar-line-bar2/index.d.ts +1 -1
- package/es/components/chart-bar-line-bar2/index.mjs +1 -1
- package/es/components/chart-bar-line-bar2/index.vue.mjs +26 -25
- package/es/components/chart-bar-loop/index.d.ts +1 -1
- package/es/components/chart-bar-loop/index.mjs +1 -1
- package/es/components/chart-bar-loop/index.vue.mjs +14 -13
- package/es/components/chart-bar-mini/index.d.ts +1 -1
- package/es/components/chart-bar-mini/index.mjs +1 -1
- package/es/components/chart-bar-mini/index.vue.mjs +23 -22
- package/es/components/chart-bar-polar/index.d.ts +1 -1
- package/es/components/chart-bar-polar/index.mjs +1 -1
- package/es/components/chart-bar-polar/index.vue.mjs +20 -19
- package/es/components/chart-bar-polar-stack/index.d.ts +1 -1
- package/es/components/chart-bar-polar-stack/index.mjs +1 -1
- package/es/components/chart-bar-polar-stack/index.vue.mjs +20 -19
- package/es/components/chart-bar-polar2/index.d.ts +1 -1
- package/es/components/chart-bar-polar2/index.mjs +1 -1
- package/es/components/chart-bar-polar2/index.vue.mjs +20 -19
- package/es/components/chart-bar-radius-circle/index.d.ts +1 -1
- package/es/components/chart-bar-radius-circle/index.mjs +1 -1
- package/es/components/chart-bar-radius-circle/index.vue.mjs +20 -19
- package/es/components/chart-bar-rank/index.d.ts +1 -1
- package/es/components/chart-bar-rank/index.mjs +1 -1
- package/es/components/chart-bar-rank/index.vue.mjs +19 -18
- package/es/components/chart-bar-segmented-progress/index.d.ts +1 -1
- package/es/components/chart-bar-segmented-progress/index.mjs +1 -1
- package/es/components/chart-bar-segmented-progress/index.vue.mjs +19 -18
- package/es/components/chart-bar-spire/index.d.ts +1 -1
- package/es/components/chart-bar-spire/index.mjs +1 -1
- package/es/components/chart-bar-spire/index.vue.mjs +22 -21
- package/es/components/chart-bar-stack/index.d.ts +1 -1
- package/es/components/chart-bar-stack/index.mjs +1 -1
- package/es/components/chart-bar-stack/index.vue.mjs +21 -20
- package/es/components/chart-bar-stack-line/index.d.ts +1 -1
- package/es/components/chart-bar-stack-line/index.mjs +1 -1
- package/es/components/chart-bar-stack-line/index.vue.mjs +20 -19
- package/es/components/chart-bar-stack2/index.d.ts +1 -1
- package/es/components/chart-bar-stack2/index.mjs +1 -1
- package/es/components/chart-bar-stack2/index.vue.mjs +20 -19
- package/es/components/chart-bar-stack3/index.d.ts +1 -1
- package/es/components/chart-bar-stack3/index.mjs +1 -1
- package/es/components/chart-bar-stack3/index.vue.mjs +20 -19
- package/es/components/chart-bar-staggered/index.d.ts +1 -1
- package/es/components/chart-bar-staggered/index.mjs +1 -1
- package/es/components/chart-bar-staggered/index.vue.mjs +20 -19
- package/es/components/chart-bar-three/index.d.ts +1 -1
- package/es/components/chart-bar-three/index.mjs +1 -1
- package/es/components/chart-bar-three/index.vue.mjs +18 -17
- package/es/components/chart-bar-waterfall/index.d.ts +1 -1
- package/es/components/chart-bar-waterfall/index.mjs +1 -1
- package/es/components/chart-bar-waterfall/index.vue.mjs +18 -17
- package/es/components/chart-bar-zebra/index.d.ts +1 -1
- package/es/components/chart-bar-zebra/index.mjs +1 -1
- package/es/components/chart-bar-zebra/index.vue.mjs +20 -19
- package/es/components/chart-line-area-gradient/index.d.ts +1 -1
- package/es/components/chart-line-area-gradient/index.mjs +1 -1
- package/es/components/chart-line-area-gradient/index.vue.mjs +18 -17
- package/es/components/chart-line-area-highlight/index.d.ts +1 -1
- package/es/components/chart-line-area-highlight/index.mjs +1 -1
- package/es/components/chart-line-area-highlight/index.vue.mjs +19 -18
- package/es/components/chart-line-area-highlight2/index.d.ts +1 -1
- package/es/components/chart-line-area-highlight2/index.mjs +1 -1
- package/es/components/chart-line-area-highlight2/index.vue.mjs +19 -18
- package/es/components/chart-line-basic/index.d.ts +1 -1
- package/es/components/chart-line-basic/index.mjs +1 -1
- package/es/components/chart-line-basic/index.vue.mjs +18 -17
- package/es/components/chart-line-bump/index.d.ts +1 -1
- package/es/components/chart-line-bump/index.mjs +1 -1
- package/es/components/chart-line-bump/index.vue.mjs +17 -16
- package/es/components/chart-line-dashed/index.d.ts +1 -1
- package/es/components/chart-line-dashed/index.mjs +1 -1
- package/es/components/chart-line-dashed/index.vue.mjs +20 -19
- package/es/components/chart-line-ladder/index.d.ts +1 -1
- package/es/components/chart-line-ladder/index.mjs +1 -1
- package/es/components/chart-line-ladder/index.vue.mjs +18 -17
- package/es/components/chart-line-logarithm/index.d.ts +1 -1
- package/es/components/chart-line-logarithm/index.mjs +1 -1
- package/es/components/chart-line-logarithm/index.vue.mjs +18 -17
- package/es/components/chart-line-multix/index.d.ts +1 -1
- package/es/components/chart-line-multix/index.mjs +1 -1
- package/es/components/chart-line-multix/index.vue.mjs +18 -17
- package/es/components/chart-line-polar-double/index.d.ts +1 -1
- package/es/components/chart-line-polar-double/index.mjs +1 -1
- package/es/components/chart-line-polar-double/index.vue.mjs +14 -13
- package/es/components/chart-line-rain-flow/index.d.ts +1 -1
- package/es/components/chart-line-rain-flow/index.mjs +1 -1
- package/es/components/chart-line-rain-flow/index.vue.mjs +20 -19
- package/es/components/chart-line-scale/index.d.ts +1 -1
- package/es/components/chart-line-scale/index.mjs +1 -1
- package/es/components/chart-line-scale/index.vue.mjs +18 -17
- package/es/components/chart-line-smooth/index.d.ts +1 -1
- package/es/components/chart-line-smooth/index.mjs +1 -1
- package/es/components/chart-line-smooth/index.vue.mjs +21 -20
- package/es/components/chart-line-smooth-area/index.d.ts +1 -1
- package/es/components/chart-line-smooth-area/index.mjs +1 -1
- package/es/components/chart-line-smooth-area/index.vue.mjs +21 -20
- package/es/components/chart-line-stack/index.d.ts +1 -1
- package/es/components/chart-line-stack/index.mjs +1 -1
- package/es/components/chart-line-stack/index.vue.mjs +18 -17
- package/es/components/chart-line-stack-area/index.d.ts +1 -1
- package/es/components/chart-line-stack-area/index.mjs +1 -1
- package/es/components/chart-line-stack-area/index.vue.mjs +18 -17
- package/es/components/chart-line-temp/index.d.ts +1 -1
- package/es/components/chart-line-temp/index.mjs +1 -1
- package/es/components/chart-line-temp/index.vue.mjs +17 -16
- package/es/components/chart-line-vertical/index.d.ts +1 -1
- package/es/components/chart-line-vertical/index.mjs +1 -1
- package/es/components/chart-line-vertical/index.vue.mjs +18 -17
- package/es/components/chart-map-basic/index.d.ts +1 -1
- package/es/components/chart-map-basic/index.mjs +1 -1
- package/es/components/chart-map-basic/index.vue.mjs +18 -17
- package/es/components/chart-map-bmap-basic/index.d.ts +1 -1
- package/es/components/chart-map-bmap-basic/index.mjs +1 -1
- package/es/components/chart-map-bmap-basic/index.vue.mjs +24 -23
- package/es/components/chart-map-bmap-heatmap/index.d.ts +1 -1
- package/es/components/chart-map-bmap-heatmap/index.mjs +1 -1
- package/es/components/chart-map-bmap-heatmap/index.vue.mjs +24 -23
- package/es/components/chart-map-bmap-rich/index.d.ts +1 -1
- package/es/components/chart-map-bmap-rich/index.mjs +1 -1
- package/es/components/chart-map-bmap-rich/index.vue.mjs +24 -23
- package/es/components/chart-map-customize/index.d.ts +1 -1
- package/es/components/chart-map-customize/index.mjs +1 -1
- package/es/components/chart-map-customize/index.vue.mjs +25 -24
- package/es/components/chart-map-lines/index.d.ts +1 -1
- package/es/components/chart-map-lines/index.mjs +1 -1
- package/es/components/chart-map-lines/index.vue.mjs +23 -22
- package/es/components/chart-map-scatter/index.d.ts +1 -1
- package/es/components/chart-map-scatter/index.mjs +1 -1
- package/es/components/chart-map-scatter/index.vue.mjs +25 -24
- package/es/components/chart-other-candlestick-basic/index.d.ts +1 -1
- package/es/components/chart-other-candlestick-basic/index.mjs +1 -1
- package/es/components/chart-other-candlestick-basic/index.vue.mjs +20 -19
- package/es/components/chart-other-candlestick-demo/index.d.ts +1 -1
- package/es/components/chart-other-candlestick-demo/index.mjs +1 -1
- package/es/components/chart-other-candlestick-demo/index.vue.mjs +31 -30
- package/es/components/chart-other-candlestick-shanghai/index.d.ts +1 -1
- package/es/components/chart-other-candlestick-shanghai/index.mjs +1 -1
- package/es/components/chart-other-candlestick-shanghai/index.vue.mjs +17 -16
- package/es/components/chart-other-circular-graph/index.d.ts +1 -1
- package/es/components/chart-other-circular-graph/index.mjs +1 -1
- package/es/components/chart-other-circular-graph/index.vue.mjs +13 -12
- package/es/components/chart-other-force/index.d.ts +1 -1
- package/es/components/chart-other-force/index.mjs +1 -1
- package/es/components/chart-other-force/index.vue.mjs +27 -26
- package/es/components/chart-other-force2/index.d.ts +1 -1
- package/es/components/chart-other-force2/index.mjs +1 -1
- package/es/components/chart-other-force2/index.vue.mjs +27 -26
- package/es/components/chart-other-funnel/index.d.ts +1 -1
- package/es/components/chart-other-funnel/index.mjs +1 -1
- package/es/components/chart-other-funnel/index.vue.mjs +25 -24
- package/es/components/chart-other-funnel-contrast/index.d.ts +1 -1
- package/es/components/chart-other-funnel-contrast/index.mjs +1 -1
- package/es/components/chart-other-funnel-contrast/index.vue.mjs +25 -24
- package/es/components/chart-other-funnel-split/index.d.ts +1 -1
- package/es/components/chart-other-funnel-split/index.mjs +1 -1
- package/es/components/chart-other-funnel-split/index.vue.mjs +25 -24
- package/es/components/chart-other-funnel2/index.d.ts +1 -1
- package/es/components/chart-other-funnel2/index.mjs +1 -1
- package/es/components/chart-other-funnel2/index.vue.mjs +25 -24
- package/es/components/chart-other-gauge/index.d.ts +1 -1
- package/es/components/chart-other-gauge/index.mjs +1 -1
- package/es/components/chart-other-gauge/index.vue.mjs +23 -22
- package/es/components/chart-other-gauge-grade/index.d.ts +1 -1
- package/es/components/chart-other-gauge-grade/index.mjs +1 -1
- package/es/components/chart-other-gauge-grade/index.vue.mjs +24 -23
- package/es/components/chart-other-gauge-stage/index.d.ts +1 -1
- package/es/components/chart-other-gauge-stage/index.mjs +1 -1
- package/es/components/chart-other-gauge-stage/index.vue.mjs +24 -23
- package/es/components/chart-other-graph-basic/index.d.ts +1 -1
- package/es/components/chart-other-graph-basic/index.mjs +1 -1
- package/es/components/chart-other-graph-basic/index.vue.mjs +13 -12
- package/es/components/chart-other-graph-basic2/index.d.ts +1 -1
- package/es/components/chart-other-graph-basic2/index.mjs +1 -1
- package/es/components/chart-other-graph-basic2/index.vue.mjs +13 -12
- package/es/components/chart-other-graph-calendar/index.d.ts +1 -1
- package/es/components/chart-other-graph-calendar/index.mjs +1 -1
- package/es/components/chart-other-graph-calendar/index.vue.mjs +13 -12
- package/es/components/chart-other-grid-percentage/index.d.ts +1 -1
- package/es/components/chart-other-grid-percentage/index.mjs +1 -1
- package/es/components/chart-other-grid-percentage/index.vue.mjs +11 -10
- package/es/components/chart-other-heatmap/index.d.ts +1 -1
- package/es/components/chart-other-heatmap/index.mjs +1 -1
- package/es/components/chart-other-heatmap/index.vue.mjs +27 -26
- package/es/components/chart-other-label-gauge/index.d.ts +1 -1
- package/es/components/chart-other-label-gauge/index.mjs +1 -1
- package/es/components/chart-other-label-gauge/index.vue.mjs +11 -10
- package/es/components/chart-other-liquidfill/index.d.ts +1 -1
- package/es/components/chart-other-liquidfill/index.mjs +1 -1
- package/es/components/chart-other-liquidfill/index.vue.mjs +11 -10
- package/es/components/chart-other-parallel-basic/index.d.ts +1 -1
- package/es/components/chart-other-parallel-basic/index.mjs +1 -1
- package/es/components/chart-other-parallel-basic/index.vue.mjs +13 -12
- package/es/components/chart-other-parallel-mul/index.d.ts +1 -1
- package/es/components/chart-other-parallel-mul/index.mjs +1 -1
- package/es/components/chart-other-parallel-mul/index.vue.mjs +18 -17
- package/es/components/chart-other-radar/index.d.ts +1 -1
- package/es/components/chart-other-radar/index.mjs +1 -1
- package/es/components/chart-other-radar/index.vue.mjs +30 -29
- package/es/components/chart-other-radar-stack/index.d.ts +1 -1
- package/es/components/chart-other-radar-stack/index.mjs +1 -1
- package/es/components/chart-other-radar-stack/index.vue.mjs +21 -20
- package/es/components/chart-other-sunburst-basic/index.d.ts +1 -1
- package/es/components/chart-other-sunburst-basic/index.mjs +1 -1
- package/es/components/chart-other-sunburst-basic/index.vue.mjs +20 -19
- package/es/components/chart-other-sunburst-basic2/index.d.ts +1 -1
- package/es/components/chart-other-sunburst-basic2/index.mjs +1 -1
- package/es/components/chart-other-sunburst-basic2/index.vue.mjs +20 -19
- package/es/components/chart-other-sunburst-basic3/index.d.ts +1 -1
- package/es/components/chart-other-sunburst-basic3/index.mjs +1 -1
- package/es/components/chart-other-sunburst-basic3/index.vue.mjs +20 -19
- package/es/components/chart-other-sunburst-basic4/index.d.ts +1 -1
- package/es/components/chart-other-sunburst-basic4/index.mjs +1 -1
- package/es/components/chart-other-sunburst-basic4/index.vue.mjs +20 -19
- package/es/components/chart-other-sunburst-book/index.d.ts +1 -1
- package/es/components/chart-other-sunburst-book/index.mjs +1 -1
- package/es/components/chart-other-sunburst-book/index.vue.mjs +17 -16
- package/es/components/chart-other-sunburst-flavors/index.d.ts +1 -1
- package/es/components/chart-other-sunburst-flavors/index.mjs +1 -1
- package/es/components/chart-other-sunburst-flavors/index.vue.mjs +13 -12
- package/es/components/chart-other-sunburst-radius/index.d.ts +1 -1
- package/es/components/chart-other-sunburst-radius/index.mjs +1 -1
- package/es/components/chart-other-sunburst-radius/index.vue.mjs +27 -26
- package/es/components/chart-other-theme-river/index.d.ts +1 -1
- package/es/components/chart-other-theme-river/index.mjs +1 -1
- package/es/components/chart-other-theme-river/index.vue.mjs +23 -22
- package/es/components/chart-other-tree/index.d.ts +1 -1
- package/es/components/chart-other-tree/index.mjs +1 -1
- package/es/components/chart-other-tree/index.vue.mjs +16 -15
- package/es/components/chart-other-tree-line/index.d.ts +1 -1
- package/es/components/chart-other-tree-line/index.mjs +1 -1
- package/es/components/chart-other-tree-line/index.vue.mjs +15 -14
- package/es/components/chart-other-treemap/index.d.ts +1 -1
- package/es/components/chart-other-treemap/index.mjs +1 -1
- package/es/components/chart-other-treemap/index.vue.mjs +16 -15
- package/es/components/chart-other-treemap-basic/index.d.ts +1 -1
- package/es/components/chart-other-treemap-basic/index.mjs +1 -1
- package/es/components/chart-other-treemap-basic/index.vue.mjs +19 -18
- package/es/components/chart-other-word-cloud/index.d.ts +1 -1
- package/es/components/chart-other-word-cloud/index.mjs +1 -1
- package/es/components/chart-other-word-cloud/index.vue.mjs +15 -14
- package/es/components/chart-pie-3d/index.d.ts +1 -1
- package/es/components/chart-pie-3d/index.mjs +1 -1
- package/es/components/chart-pie-3d/index.vue.mjs +21 -20
- package/es/components/chart-pie-basic/index.d.ts +1 -1
- package/es/components/chart-pie-basic/index.mjs +1 -1
- package/es/components/chart-pie-basic/index.vue.mjs +17 -16
- package/es/components/chart-pie-basic2/index.d.ts +1 -1
- package/es/components/chart-pie-basic2/index.mjs +1 -1
- package/es/components/chart-pie-basic2/index.vue.mjs +17 -16
- package/es/components/chart-pie-customized/index.d.ts +1 -1
- package/es/components/chart-pie-customized/index.mjs +1 -1
- package/es/components/chart-pie-customized/index.vue.mjs +19 -18
- package/es/components/chart-pie-index/index.d.ts +1 -1
- package/es/components/chart-pie-index/index.mjs +1 -1
- package/es/components/chart-pie-index/index.vue.mjs +26 -25
- package/es/components/chart-pie-interval/index.d.ts +1 -1
- package/es/components/chart-pie-interval/index.mjs +1 -1
- package/es/components/chart-pie-interval/index.vue.mjs +23 -22
- package/es/components/chart-pie-legend-scroll/index.d.ts +1 -1
- package/es/components/chart-pie-legend-scroll/index.mjs +1 -1
- package/es/components/chart-pie-legend-scroll/index.vue.mjs +17 -16
- package/es/components/chart-pie-radius/index.d.ts +1 -1
- package/es/components/chart-pie-radius/index.mjs +1 -1
- package/es/components/chart-pie-radius/index.vue.mjs +17 -16
- package/es/components/chart-pie-rose/index.d.ts +1 -1
- package/es/components/chart-pie-rose/index.mjs +1 -1
- package/es/components/chart-pie-rose/index.vue.mjs +20 -19
- package/es/components/chart-pie-round/index.d.ts +1 -1
- package/es/components/chart-pie-round/index.mjs +1 -1
- package/es/components/chart-pie-round/index.vue.mjs +17 -16
- package/es/components/chart-pie-semicircle/index.d.ts +1 -1
- package/es/components/chart-pie-semicircle/index.mjs +1 -1
- package/es/components/chart-pie-semicircle/index.vue.mjs +20 -19
- package/es/components/chart-pie-sunburst/index.d.ts +1 -1
- package/es/components/chart-pie-sunburst/index.mjs +1 -1
- package/es/components/chart-pie-sunburst/index.vue.mjs +17 -16
- package/es/components/chart-scatter-basic/index.d.ts +1 -1
- package/es/components/chart-scatter-basic/index.mjs +1 -1
- package/es/components/chart-scatter-basic/index.vue.mjs +21 -20
- package/es/components/chart-scatter-basic2/index.d.ts +1 -1
- package/es/components/chart-scatter-basic2/index.mjs +1 -1
- package/es/components/chart-scatter-basic2/index.vue.mjs +21 -20
- package/es/components/chart-scatter-bubble/index.d.ts +1 -1
- package/es/components/chart-scatter-bubble/index.mjs +1 -1
- package/es/components/chart-scatter-bubble/index.vue.mjs +18 -17
- package/es/components/chart-scatter-ripples/index.d.ts +1 -1
- package/es/components/chart-scatter-ripples/index.mjs +1 -1
- package/es/components/chart-scatter-ripples/index.vue.mjs +19 -18
- package/es/components/commons-babylon/index.mjs +1 -1
- package/es/components/commons-echarts/compileAndRunEcharts.mjs +4 -3
- package/es/components/commons-echarts/index.d.ts +1 -37
- package/es/components/commons-echarts/index.mjs +1 -1
- package/es/components/commons-gaussian-splatting-view/index.mjs +1 -1
- package/es/components/commons-gaussian-splatting-view/index.vue.mjs +2 -2
- package/es/components/commons-gaussian-splatting-view/index.vue2.mjs +1 -1
- package/es/components/commons-loop-iterator/index.d.ts +1 -1
- package/es/components/commons-loop-iterator/index.mjs +1 -1
- package/es/components/commons-loop-iterator/index.vue.mjs +1 -1
- package/es/components/commons-loop-iterator/index.vue2.mjs +28 -27
- package/es/components/commons-product-model/index.mjs +1 -1
- package/es/components/commons-product-model/index.vue.mjs +2 -2
- package/es/components/commons-product-model/index.vue2.mjs +1 -1
- package/es/components/commons-qrcode/index.mjs +1 -1
- package/es/components/commons-svg/index.d.ts +1 -1
- package/es/components/commons-svg/index.mjs +1 -1
- package/es/components/commons-three-loader/index.mjs +1 -1
- package/es/components/commons-three-loader/index.vue.mjs +2 -2
- package/es/components/commons-three-loader/index.vue2.mjs +1 -1
- package/es/components/commons-three-loader3/index.d.ts +1 -1
- package/es/components/commons-three-loader3/index.mjs +1 -1
- package/es/components/commons-three-loader3/index.vue.mjs +2 -2
- package/es/components/commons-three-loader3/index.vue2.mjs +1 -1
- package/es/components/commons-vr-photo/index.mjs +1 -1
- package/es/components/commons-vr-video/index.mjs +1 -1
- package/es/components/commons-weather/index.mjs +1 -1
- package/es/components/commons-weather/index.vue.mjs +1 -1
- package/es/components/commons-weather/index.vue2.mjs +1 -1
- package/es/components/graphical-circle/index.d.ts +1 -1
- package/es/components/graphical-circle/index.mjs +1 -1
- package/es/components/graphical-diamond/index.d.ts +1 -1
- package/es/components/graphical-diamond/index.mjs +1 -1
- package/es/components/graphical-hexagon/index.d.ts +1 -1
- package/es/components/graphical-hexagon/index.mjs +1 -1
- package/es/components/graphical-isosceles-triangle/index.d.ts +1 -1
- package/es/components/graphical-isosceles-triangle/index.mjs +1 -1
- package/es/components/graphical-pentagon/index.d.ts +1 -1
- package/es/components/graphical-pentagon/index.mjs +1 -1
- package/es/components/graphical-rect/index.d.ts +1 -1
- package/es/components/graphical-rect/index.mjs +1 -1
- package/es/components/graphical-right-triangle/index.d.ts +1 -1
- package/es/components/graphical-right-triangle/index.mjs +1 -1
- package/es/components/interaction-button/index.d.ts +1 -1
- package/es/components/interaction-button/index.mjs +1 -1
- package/es/components/interaction-button/index.vue.mjs +2 -2
- package/es/components/interaction-button/index.vue2.mjs +1 -1
- package/es/components/interaction-button-image/index.d.ts +1 -1
- package/es/components/interaction-button-image/index.mjs +1 -1
- package/es/components/interaction-button-image/index.vue.mjs +2 -2
- package/es/components/interaction-button-image/index.vue2.mjs +2 -2
- package/es/components/interaction-button-refresh/index.d.ts +1 -1
- package/es/components/interaction-button-refresh/index.mjs +1 -1
- package/es/components/interaction-button-refresh/index.vue.mjs +2 -2
- package/es/components/interaction-button-refresh/index.vue2.mjs +2 -2
- package/es/components/interaction-data-picker/index.d.ts +1 -1
- package/es/components/interaction-data-picker/index.mjs +1 -1
- package/es/components/interaction-input/index.d.ts +1 -1
- package/es/components/interaction-input/index.mjs +1 -1
- package/es/components/interaction-input/index.vue.mjs +1 -1
- package/es/components/interaction-input/index.vue2.mjs +31 -30
- package/es/components/interaction-radio/index.d.ts +1 -1
- package/es/components/interaction-radio/index.mjs +1 -1
- package/es/components/interaction-select/index.d.ts +1 -1
- package/es/components/interaction-select/index.mjs +1 -1
- package/es/components/interaction-select/index.vue.mjs +2 -2
- package/es/components/interaction-select/index.vue2.mjs +27 -26
- package/es/components/interaction-slider/index.d.ts +1 -1
- package/es/components/interaction-slider/index.mjs +1 -1
- package/es/components/interaction-slider/index.vue.mjs +2 -2
- package/es/components/interaction-slider/index.vue2.mjs +41 -40
- package/es/components/interaction-switch/index.d.ts +1 -1
- package/es/components/interaction-switch/index.mjs +1 -1
- package/es/components/interaction-tabs/index.d.ts +1 -1
- package/es/components/interaction-tabs/index.mjs +1 -1
- package/es/components/interaction-tabs/index.vue.mjs +2 -2
- package/es/components/interaction-tabs/index.vue2.mjs +1 -1
- package/es/components/interaction-tabs2/index.d.ts +1 -1
- package/es/components/interaction-tabs2/index.mjs +1 -1
- package/es/components/interaction-tabs2/index.vue.mjs +2 -2
- package/es/components/interaction-tabs2/index.vue2.mjs +1 -1
- package/es/components/map-earth-basic/index.d.ts +3 -3
- package/es/components/map-earth-basic/index.mjs +1 -1
- package/es/components/map-earth-basic/index.vue.d.ts +6 -4
- package/es/components/map-earth-basic/index.vue.mjs +16 -15
- package/es/components/map-earth-cool-tech/index.d.ts +3 -3
- package/es/components/map-earth-cool-tech/index.mjs +1 -1
- package/es/components/map-earth-cool-tech/index.vue.d.ts +4 -4
- package/es/components/map-earth-cool-tech/index.vue.mjs +16 -15
- package/es/components/map-earth-fly-line/index.d.ts +3 -3
- package/es/components/map-earth-fly-line/index.mjs +1 -1
- package/es/components/map-earth-fly-line/index.vue.d.ts +4 -6
- package/es/components/map-earth-fly-line/index.vue.mjs +10 -9
- package/es/components/map-earth-hacker/index.d.ts +3 -3
- package/es/components/map-earth-hacker/index.mjs +1 -1
- package/es/components/map-earth-hacker/index.vue.d.ts +2 -6
- package/es/components/map-earth-hacker/index.vue.mjs +10 -9
- package/es/components/map-earth-particle/index.d.ts +3 -3
- package/es/components/map-earth-particle/index.mjs +1 -1
- package/es/components/map-earth-particle/index.vue.d.ts +4 -6
- package/es/components/map-earth-particle/index.vue.mjs +16 -15
- package/es/components/media-audio/index.d.ts +1 -1
- package/es/components/media-audio/index.mjs +1 -1
- package/es/components/media-audio-dynamic/index.d.ts +1 -1
- package/es/components/media-audio-dynamic/index.mjs +1 -1
- package/es/components/media-audio-dynamic/index.vue.mjs +2 -2
- package/es/components/media-audio-dynamic/index.vue2.mjs +18 -17
- package/es/components/media-carousel/index.d.ts +1 -1
- package/es/components/media-carousel/index.mjs +1 -1
- package/es/components/media-carousel-slides/index.d.ts +1 -1
- package/es/components/media-carousel-slides/index.mjs +1 -1
- package/es/components/media-flv/index.d.ts +1 -1
- package/es/components/media-flv/index.mjs +1 -1
- package/es/components/media-iframe/index.d.ts +1 -1
- package/es/components/media-iframe/index.mjs +1 -1
- package/es/components/media-iframe-carousel/index.d.ts +1 -1
- package/es/components/media-iframe-carousel/index.mjs +1 -1
- package/es/components/media-image/index.d.ts +1 -1
- package/es/components/media-image/index.mjs +1 -1
- package/es/components/media-image-dynamic/index.d.ts +1 -1
- package/es/components/media-image-dynamic/index.mjs +1 -1
- package/es/components/media-image-dynamic/index.vue.mjs +1 -1
- package/es/components/media-image-dynamic/index.vue2.mjs +14 -13
- package/es/components/media-m3u8/index.d.ts +1 -1
- package/es/components/media-m3u8/index.mjs +1 -1
- package/es/components/media-m3u8-dynamic/index.d.ts +1 -1
- package/es/components/media-m3u8-dynamic/index.mjs +1 -1
- package/es/components/media-m3u8-dynamic/index.vue.mjs +12 -11
- package/es/components/media-video/index.d.ts +1 -1
- package/es/components/media-video/index.mjs +1 -1
- package/es/components/media-video-dynamic/index.d.ts +1 -1
- package/es/components/media-video-dynamic/index.mjs +1 -1
- package/es/components/media-video-dynamic/index.vue.mjs +2 -2
- package/es/components/media-video-dynamic/index.vue2.mjs +10 -9
- package/es/components/media-wavesurfer/index.d.ts +1 -1
- package/es/components/media-wavesurfer/index.mjs +1 -1
- package/es/components/scene-amap2d/index.d.ts +1 -1
- package/es/components/scene-amap2d/index.mjs +1 -1
- package/es/components/scene-amap2d/index.vue.mjs +2 -2
- package/es/components/scene-amap2d/index.vue2.mjs +9 -8
- package/es/components/scene-amap3d/index.d.ts +1 -1
- package/es/components/scene-amap3d/index.mjs +1 -1
- package/es/components/scene-amap3d/index.vue.mjs +2 -2
- package/es/components/scene-amap3d/index.vue2.mjs +23 -22
- package/es/components/scene-map3d/index.d.ts +1 -1
- package/es/components/scene-map3d/index.mjs +1 -1
- package/es/components/scene-map3d/index.vue.mjs +2 -2
- package/es/components/scene-map3d/index.vue2.mjs +10 -9
- package/es/components/scene-map3d/map3d/map.mjs +1 -1
- package/es/components/scene-ue-iframe/index.d.ts +1 -1
- package/es/components/scene-ue-iframe/index.mjs +1 -1
- package/es/components/scene-ue-iframe/index.vue.mjs +2 -2
- package/es/components/scene-ue-iframe/index.vue2.mjs +32 -23
- package/es/components/scene-ue-shj/index.d.ts +1 -1
- package/es/components/scene-ue-shj/index.mjs +1 -1
- package/es/components/scene-unity-iframe/index.d.ts +1 -1
- package/es/components/scene-unity-iframe/index.mjs +1 -1
- package/es/components/scene-unity-webgl/index.d.ts +1 -1
- package/es/components/scene-unity-webgl/index.mjs +1 -1
- package/es/components/scene-vr/index.d.ts +1 -1
- package/es/components/scene-vr/index.mjs +1 -1
- package/es/components/text-carousel/index.d.ts +1 -1
- package/es/components/text-carousel/index.mjs +1 -1
- package/es/components/text-carousel/index.vue.mjs +2 -2
- package/es/components/text-carousel/index.vue2.mjs +7 -7
- package/es/components/text-count-down/index.mjs +1 -1
- package/es/components/text-count-down/index.vue.mjs +2 -2
- package/es/components/text-count-down/index.vue2.mjs +1 -1
- package/es/components/text-over-number/index.mjs +1 -1
- package/es/components/text-over-number/index.vue.d.ts +16 -16
- package/es/components/text-over-number/index.vue.mjs +2 -2
- package/es/components/text-over-number/index.vue2.mjs +8 -7
- package/es/components/text-real-time/index.mjs +1 -1
- package/es/components/text-real-time/index.vue.mjs +1 -1
- package/es/components/text-real-time/index.vue2.mjs +1 -1
- package/es/components/text-row-scroll/index.d.ts +1 -1
- package/es/components/text-row-scroll/index.mjs +1 -1
- package/es/components/text-row-scroll/index.vue.mjs +1 -1
- package/es/components/text-row-scroll/index.vue2.mjs +45 -44
- package/es/components/text-table-basic/index.d.ts +1 -1
- package/es/components/text-table-basic/index.mjs +1 -1
- package/es/components/text-table-basic/index.vue.mjs +3 -3
- package/es/components/text-table-basic/index.vue2.mjs +69 -68
- package/es/components/text-table-scroll/index.d.ts +1 -1
- package/es/components/text-table-scroll/index.mjs +1 -1
- package/es/components/text-table-scroll/index.vue.mjs +2 -2
- package/es/components/text-table-scroll/index.vue2.mjs +36 -35
- package/es/components/text-text-basic/index.d.ts +1 -1
- package/es/components/text-text-basic/index.mjs +1 -1
- package/es/components/text-text-basic/index.vue.mjs +2 -2
- package/es/components/text-text-basic/index.vue2.mjs +1 -1
- package/es/components/text-text-dynamic/index.d.ts +1 -1
- package/es/components/text-text-dynamic/index.mjs +1 -1
- package/es/components/text-text-dynamic/index.vue.mjs +1 -1
- package/es/components/text-text-dynamic/index.vue2.mjs +26 -25
- package/es/components/text-title/index.d.ts +1 -1
- package/es/components/text-title/index.mjs +1 -1
- package/es/components/text-title/index.vue.mjs +2 -2
- package/es/components/text-title/index.vue2.mjs +1 -1
- package/es/core/datasource/core/api.d.ts +1 -0
- package/es/core/datasource/core/api.mjs +32 -0
- package/es/core/datasource/core/static.d.ts +1 -0
- package/es/core/datasource/core/static.mjs +16 -0
- package/es/core/datasource/core/url.d.ts +1 -0
- package/es/core/datasource/core/url.mjs +17 -0
- package/es/core/datasource/core/variable.d.ts +1 -0
- package/es/core/datasource/core/variable.mjs +17 -0
- package/es/core/datasource/core/ws.d.ts +32 -0
- package/es/core/datasource/core/ws.mjs +138 -0
- package/es/core/datasource/index.d.ts +63 -0
- package/es/core/datasource/index.mjs +188 -0
- package/es/core/datasource/utils/request.d.ts +3 -0
- package/es/core/datasource/utils/request.mjs +7 -0
- package/es/core/datasource/utils/useMapping.d.ts +7 -0
- package/es/core/datasource/utils/useMapping.mjs +55 -0
- package/es/core/datasource/utils/userRequest.d.ts +3 -0
- package/es/core/datasource/utils/userRequest.mjs +7 -0
- package/es/core/datasource/utils/utils.d.ts +50 -0
- package/es/core/datasource/utils/utils.mjs +123 -0
- package/es/core/datasource/utils/wsManager.d.ts +16 -0
- package/es/core/datasource/utils/wsManager.mjs +78 -0
- package/es/env.d.ts +0 -2
- package/es/index.d.ts +2 -1
- package/es/index.mjs +347 -345
- package/es/widgets.css +1 -1
- package/lib/commons/core/datasource/core/api.js +1 -0
- package/lib/commons/core/datasource/core/static.js +1 -0
- package/lib/commons/core/datasource/core/url.js +1 -0
- package/lib/commons/core/datasource/core/variable.js +1 -0
- package/lib/commons/core/datasource/core/ws.js +1 -0
- package/lib/commons/core/datasource/index.js +6 -0
- package/lib/commons/core/datasource/utils/request.js +1 -0
- package/lib/commons/core/datasource/utils/utils.js +1 -0
- package/lib/commons/core/datasource/utils/wsManager.js +1 -0
- package/lib/commons/core/earth/base64/Aperture.js +1 -0
- package/lib/commons/core/earth/base64/Callout.js +1 -0
- package/lib/commons/core/earth/base64/CalloutAperture.js +1 -0
- package/lib/commons/core/earth/base64/CloudCover.js +1 -0
- package/lib/commons/core/earth/base64/LightColumn.js +1 -0
- package/lib/commons/core/earth/base64/StarrySky.js +1 -0
- package/lib/commons/core/earth/base64/rotation/innner.js +1 -0
- package/lib/commons/core/earth/base64/rotation/out.js +1 -0
- package/lib/commons/core/earth/border.vue.js +1 -0
- package/lib/commons/core/earth/border.vue2.js +1 -0
- package/lib/commons/core/earth/geojson/china-border.js +1 -0
- package/lib/commons/core/earth/geojson/china.js +1 -0
- package/lib/commons/core/earth/geojson/world.js +1 -0
- package/lib/commons/core/earth/main.js +32 -0
- package/lib/commons/core/earth/main.vue.js +1 -0
- package/lib/commons/core/earth/main.vue2.js +1 -0
- package/lib/commons/core/earth/utils/GradientLine.js +1 -0
- package/lib/commons/core/earth/utils/composer.js +1 -0
- package/lib/commons/core/earth/utils/controls/obt.js +1 -0
- package/lib/commons/core/earth/utils/label.js +1 -0
- package/lib/commons/core/earth/utils/line2.js +1 -0
- package/lib/commons/core/earth/utils/scene.js +1 -0
- package/lib/commons/core/useChart.js +1 -0
- package/lib/commons/utils/babylon/ColorConvert.js +1 -0
- package/lib/commons/utils/clickOutSide.js +1 -0
- package/lib/commons/utils/cloneSeries.js +1 -0
- package/lib/commons/utils/hoverLoop.js +1 -0
- package/lib/commons/utils/imgPreloader.js +1 -0
- package/lib/commons/utils/install.js +1 -0
- package/lib/commons/utils/json2css.js +1 -0
- package/lib/commons/utils/parseDataset.js +1 -0
- package/lib/commons/utils/parseOtherData.js +1 -0
- package/lib/commons/utils/parseScatterData.js +1 -0
- package/lib/commons/utils/shj/component-refs.js +1 -0
- package/lib/components/chart-bar-animation/index.js +1 -1
- package/lib/components/chart-bar-animation/index.vue.js +1 -1
- package/lib/components/chart-bar-basic/index.js +1 -1
- package/lib/components/chart-bar-basic/index.vue.js +1 -1
- package/lib/components/chart-bar-contrast/index.js +1 -1
- package/lib/components/chart-bar-contrast/index.vue.js +1 -1
- package/lib/components/chart-bar-contrast2/index.js +1 -1
- package/lib/components/chart-bar-contrast2/index.vue.js +1 -1
- package/lib/components/chart-bar-contrast3/index.js +1 -1
- package/lib/components/chart-bar-contrast3/index.vue.js +1 -1
- package/lib/components/chart-bar-gradient-column-chart/index.js +1 -1
- package/lib/components/chart-bar-gradient-column-chart/index.vue.js +1 -1
- package/lib/components/chart-bar-horizontal/index.js +1 -1
- package/lib/components/chart-bar-horizontal/index.vue.js +1 -1
- package/lib/components/chart-bar-horizontal-stack/index.js +1 -1
- package/lib/components/chart-bar-horizontal-stack/index.vue.js +1 -1
- package/lib/components/chart-bar-line-bar/index.js +1 -1
- package/lib/components/chart-bar-line-bar/index.vue.js +1 -1
- package/lib/components/chart-bar-line-bar2/index.js +1 -1
- package/lib/components/chart-bar-line-bar2/index.vue.js +1 -1
- package/lib/components/chart-bar-loop/index.js +1 -1
- package/lib/components/chart-bar-loop/index.vue.js +1 -1
- package/lib/components/chart-bar-mini/index.js +1 -1
- package/lib/components/chart-bar-mini/index.vue.js +1 -1
- package/lib/components/chart-bar-polar/index.js +1 -1
- package/lib/components/chart-bar-polar/index.vue.js +1 -1
- package/lib/components/chart-bar-polar-stack/index.js +1 -1
- package/lib/components/chart-bar-polar-stack/index.vue.js +1 -1
- package/lib/components/chart-bar-polar2/index.js +1 -1
- package/lib/components/chart-bar-polar2/index.vue.js +1 -1
- package/lib/components/chart-bar-radius-circle/index.js +1 -1
- package/lib/components/chart-bar-radius-circle/index.vue.js +1 -1
- package/lib/components/chart-bar-rank/index.js +1 -1
- package/lib/components/chart-bar-rank/index.vue.js +1 -1
- package/lib/components/chart-bar-segmented-progress/index.js +1 -1
- package/lib/components/chart-bar-segmented-progress/index.vue.js +1 -1
- package/lib/components/chart-bar-spire/index.js +1 -1
- package/lib/components/chart-bar-spire/index.vue.js +1 -1
- package/lib/components/chart-bar-stack/index.js +1 -1
- package/lib/components/chart-bar-stack/index.vue.js +1 -1
- package/lib/components/chart-bar-stack-line/index.js +1 -1
- package/lib/components/chart-bar-stack-line/index.vue.js +1 -1
- package/lib/components/chart-bar-stack2/index.js +1 -1
- package/lib/components/chart-bar-stack2/index.vue.js +1 -1
- package/lib/components/chart-bar-stack3/index.js +1 -1
- package/lib/components/chart-bar-stack3/index.vue.js +1 -1
- package/lib/components/chart-bar-staggered/index.js +1 -1
- package/lib/components/chart-bar-staggered/index.vue.js +1 -1
- package/lib/components/chart-bar-three/index.js +1 -1
- package/lib/components/chart-bar-three/index.vue.js +1 -1
- package/lib/components/chart-bar-waterfall/index.js +1 -1
- package/lib/components/chart-bar-waterfall/index.vue.js +1 -1
- package/lib/components/chart-bar-zebra/index.js +1 -1
- package/lib/components/chart-bar-zebra/index.vue.js +1 -1
- package/lib/components/chart-line-area-gradient/index.js +1 -1
- package/lib/components/chart-line-area-gradient/index.vue.js +1 -1
- package/lib/components/chart-line-area-highlight/index.js +1 -1
- package/lib/components/chart-line-area-highlight/index.vue.js +1 -1
- package/lib/components/chart-line-area-highlight2/index.js +1 -1
- package/lib/components/chart-line-area-highlight2/index.vue.js +1 -1
- package/lib/components/chart-line-basic/index.js +1 -1
- package/lib/components/chart-line-basic/index.vue.js +1 -1
- package/lib/components/chart-line-bump/index.js +1 -1
- package/lib/components/chart-line-bump/index.vue.js +1 -1
- package/lib/components/chart-line-dashed/index.js +1 -1
- package/lib/components/chart-line-dashed/index.vue.js +1 -1
- package/lib/components/chart-line-ladder/index.js +1 -1
- package/lib/components/chart-line-ladder/index.vue.js +1 -1
- package/lib/components/chart-line-logarithm/index.js +1 -1
- package/lib/components/chart-line-logarithm/index.vue.js +1 -1
- package/lib/components/chart-line-multix/index.js +1 -1
- package/lib/components/chart-line-multix/index.vue.js +1 -1
- package/lib/components/chart-line-polar-double/index.js +1 -1
- package/lib/components/chart-line-polar-double/index.vue.js +1 -1
- package/lib/components/chart-line-rain-flow/index.js +1 -1
- package/lib/components/chart-line-rain-flow/index.vue.js +1 -1
- package/lib/components/chart-line-scale/index.js +1 -1
- package/lib/components/chart-line-scale/index.vue.js +1 -1
- package/lib/components/chart-line-smooth/index.js +1 -1
- package/lib/components/chart-line-smooth/index.vue.js +1 -1
- package/lib/components/chart-line-smooth-area/index.js +1 -1
- package/lib/components/chart-line-smooth-area/index.vue.js +1 -1
- package/lib/components/chart-line-stack/index.js +1 -1
- package/lib/components/chart-line-stack/index.vue.js +1 -1
- package/lib/components/chart-line-stack-area/index.js +1 -1
- package/lib/components/chart-line-stack-area/index.vue.js +1 -1
- package/lib/components/chart-line-temp/index.js +1 -1
- package/lib/components/chart-line-temp/index.vue.js +1 -1
- package/lib/components/chart-line-vertical/index.js +1 -1
- package/lib/components/chart-line-vertical/index.vue.js +1 -1
- package/lib/components/chart-map-basic/index.js +1 -1
- package/lib/components/chart-map-basic/index.vue.js +1 -1
- package/lib/components/chart-map-bmap-basic/index.js +1 -1
- package/lib/components/chart-map-bmap-basic/index.vue.js +1 -1
- package/lib/components/chart-map-bmap-heatmap/index.js +1 -1
- package/lib/components/chart-map-bmap-heatmap/index.vue.js +1 -1
- package/lib/components/chart-map-bmap-rich/index.js +1 -1
- package/lib/components/chart-map-bmap-rich/index.vue.js +1 -1
- package/lib/components/chart-map-customize/index.js +1 -1
- package/lib/components/chart-map-customize/index.vue.js +1 -1
- package/lib/components/chart-map-lines/index.js +1 -1
- package/lib/components/chart-map-lines/index.vue.js +1 -1
- package/lib/components/chart-map-scatter/index.js +1 -1
- package/lib/components/chart-map-scatter/index.vue.js +1 -1
- package/lib/components/chart-other-candlestick-basic/index.js +1 -1
- package/lib/components/chart-other-candlestick-basic/index.vue.js +1 -1
- package/lib/components/chart-other-candlestick-demo/index.js +1 -1
- package/lib/components/chart-other-candlestick-demo/index.vue.js +1 -1
- package/lib/components/chart-other-candlestick-shanghai/index.js +1 -1
- package/lib/components/chart-other-candlestick-shanghai/index.vue.js +1 -1
- package/lib/components/chart-other-circular-graph/index.js +1 -1
- package/lib/components/chart-other-circular-graph/index.vue.js +1 -1
- package/lib/components/chart-other-force/index.js +1 -1
- package/lib/components/chart-other-force/index.vue.js +1 -1
- package/lib/components/chart-other-force2/index.js +1 -1
- package/lib/components/chart-other-force2/index.vue.js +1 -1
- package/lib/components/chart-other-funnel/index.js +1 -1
- package/lib/components/chart-other-funnel/index.vue.js +1 -1
- package/lib/components/chart-other-funnel-contrast/index.js +1 -1
- package/lib/components/chart-other-funnel-contrast/index.vue.js +1 -1
- package/lib/components/chart-other-funnel-split/index.js +1 -1
- package/lib/components/chart-other-funnel-split/index.vue.js +1 -1
- package/lib/components/chart-other-funnel2/index.js +1 -1
- package/lib/components/chart-other-funnel2/index.vue.js +1 -1
- package/lib/components/chart-other-gauge/index.js +1 -1
- package/lib/components/chart-other-gauge/index.vue.js +1 -1
- package/lib/components/chart-other-gauge-grade/index.js +1 -1
- package/lib/components/chart-other-gauge-grade/index.vue.js +1 -1
- package/lib/components/chart-other-gauge-stage/index.js +1 -1
- package/lib/components/chart-other-gauge-stage/index.vue.js +1 -1
- package/lib/components/chart-other-graph-basic/index.js +1 -1
- package/lib/components/chart-other-graph-basic/index.vue.js +1 -1
- package/lib/components/chart-other-graph-basic2/index.js +1 -1
- package/lib/components/chart-other-graph-basic2/index.vue.js +1 -1
- package/lib/components/chart-other-graph-calendar/index.js +1 -1
- package/lib/components/chart-other-graph-calendar/index.vue.js +1 -1
- package/lib/components/chart-other-grid-percentage/index.js +1 -1
- package/lib/components/chart-other-grid-percentage/index.vue.js +1 -1
- package/lib/components/chart-other-heatmap/index.js +1 -1
- package/lib/components/chart-other-heatmap/index.vue.js +1 -1
- package/lib/components/chart-other-label-gauge/index.js +1 -1
- package/lib/components/chart-other-label-gauge/index.vue.js +1 -1
- package/lib/components/chart-other-liquidfill/index.js +1 -1
- package/lib/components/chart-other-liquidfill/index.vue.js +1 -1
- package/lib/components/chart-other-parallel-basic/index.js +1 -1
- package/lib/components/chart-other-parallel-basic/index.vue.js +1 -1
- package/lib/components/chart-other-parallel-mul/index.js +1 -1
- package/lib/components/chart-other-parallel-mul/index.vue.js +1 -1
- package/lib/components/chart-other-radar/index.js +1 -1
- package/lib/components/chart-other-radar/index.vue.js +1 -1
- package/lib/components/chart-other-radar-stack/index.js +1 -1
- package/lib/components/chart-other-radar-stack/index.vue.js +1 -1
- package/lib/components/chart-other-sunburst-basic/index.js +1 -1
- package/lib/components/chart-other-sunburst-basic/index.vue.js +1 -1
- package/lib/components/chart-other-sunburst-basic2/index.js +1 -1
- package/lib/components/chart-other-sunburst-basic2/index.vue.js +1 -1
- package/lib/components/chart-other-sunburst-basic3/index.js +1 -1
- package/lib/components/chart-other-sunburst-basic3/index.vue.js +1 -1
- package/lib/components/chart-other-sunburst-basic4/index.js +1 -1
- package/lib/components/chart-other-sunburst-basic4/index.vue.js +1 -1
- package/lib/components/chart-other-sunburst-book/index.js +1 -1
- package/lib/components/chart-other-sunburst-book/index.vue.js +1 -1
- package/lib/components/chart-other-sunburst-flavors/index.js +1 -1
- package/lib/components/chart-other-sunburst-flavors/index.vue.js +1 -1
- package/lib/components/chart-other-sunburst-radius/index.js +1 -1
- package/lib/components/chart-other-sunburst-radius/index.vue.js +1 -1
- package/lib/components/chart-other-theme-river/index.js +1 -1
- package/lib/components/chart-other-theme-river/index.vue.js +1 -1
- package/lib/components/chart-other-tree/index.js +1 -1
- package/lib/components/chart-other-tree/index.vue.js +1 -1
- package/lib/components/chart-other-tree-line/index.js +1 -1
- package/lib/components/chart-other-tree-line/index.vue.js +1 -1
- package/lib/components/chart-other-treemap/index.js +1 -1
- package/lib/components/chart-other-treemap/index.vue.js +1 -1
- package/lib/components/chart-other-treemap-basic/index.js +1 -1
- package/lib/components/chart-other-treemap-basic/index.vue.js +1 -1
- package/lib/components/chart-other-word-cloud/index.js +1 -1
- package/lib/components/chart-other-word-cloud/index.vue.js +1 -1
- package/lib/components/chart-pie-3d/index.js +1 -1
- package/lib/components/chart-pie-3d/index.vue.js +1 -1
- package/lib/components/chart-pie-basic/index.js +1 -1
- package/lib/components/chart-pie-basic/index.vue.js +1 -1
- package/lib/components/chart-pie-basic2/index.js +1 -1
- package/lib/components/chart-pie-basic2/index.vue.js +1 -1
- package/lib/components/chart-pie-customized/index.js +1 -1
- package/lib/components/chart-pie-customized/index.vue.js +1 -1
- package/lib/components/chart-pie-index/index.js +1 -1
- package/lib/components/chart-pie-index/index.vue.js +1 -1
- package/lib/components/chart-pie-interval/index.js +1 -1
- package/lib/components/chart-pie-interval/index.vue.js +1 -1
- package/lib/components/chart-pie-legend-scroll/index.js +1 -1
- package/lib/components/chart-pie-legend-scroll/index.vue.js +1 -1
- package/lib/components/chart-pie-radius/index.js +1 -1
- package/lib/components/chart-pie-radius/index.vue.js +1 -1
- package/lib/components/chart-pie-rose/index.js +1 -1
- package/lib/components/chart-pie-rose/index.vue.js +1 -1
- package/lib/components/chart-pie-round/index.js +1 -1
- package/lib/components/chart-pie-round/index.vue.js +1 -1
- package/lib/components/chart-pie-semicircle/index.js +1 -1
- package/lib/components/chart-pie-semicircle/index.vue.js +1 -1
- package/lib/components/chart-pie-sunburst/index.js +1 -1
- package/lib/components/chart-pie-sunburst/index.vue.js +1 -1
- package/lib/components/chart-scatter-basic/index.js +1 -1
- package/lib/components/chart-scatter-basic/index.vue.js +1 -1
- package/lib/components/chart-scatter-basic2/index.js +1 -1
- package/lib/components/chart-scatter-basic2/index.vue.js +1 -1
- package/lib/components/chart-scatter-bubble/index.js +1 -1
- package/lib/components/chart-scatter-bubble/index.vue.js +1 -1
- package/lib/components/chart-scatter-ripples/index.js +1 -1
- package/lib/components/chart-scatter-ripples/index.vue.js +1 -1
- package/lib/components/commons-babylon/index.js +1 -1
- package/lib/components/commons-echarts/compileAndRunEcharts.js +4 -4
- package/lib/components/commons-echarts/index.js +1 -1
- package/lib/components/commons-gaussian-splatting-view/index.js +1 -1
- package/lib/components/commons-gaussian-splatting-view/index.vue.js +1 -1
- package/lib/components/commons-gaussian-splatting-view/index.vue2.js +1 -1
- package/lib/components/commons-loop-iterator/index.js +1 -1
- package/lib/components/commons-loop-iterator/index.vue.js +1 -1
- package/lib/components/commons-loop-iterator/index.vue2.js +1 -1
- package/lib/components/commons-product-model/index.js +1 -1
- package/lib/components/commons-product-model/index.vue.js +1 -1
- package/lib/components/commons-product-model/index.vue2.js +1 -1
- package/lib/components/commons-qrcode/index.js +1 -1
- package/lib/components/commons-svg/index.js +1 -1
- package/lib/components/commons-three-loader/index.js +1 -1
- package/lib/components/commons-three-loader/index.vue.js +1 -1
- package/lib/components/commons-three-loader/index.vue2.js +1 -1
- package/lib/components/commons-three-loader3/index.js +1 -1
- package/lib/components/commons-three-loader3/index.vue.js +1 -1
- package/lib/components/commons-three-loader3/index.vue2.js +1 -1
- package/lib/components/commons-vr-photo/index.js +1 -1
- package/lib/components/commons-vr-video/index.js +1 -1
- package/lib/components/commons-weather/index.js +1 -1
- package/lib/components/commons-weather/index.vue.js +1 -1
- package/lib/components/commons-weather/index.vue2.js +1 -1
- package/lib/components/graphical-circle/index.js +1 -1
- package/lib/components/graphical-diamond/index.js +1 -1
- package/lib/components/graphical-hexagon/index.js +1 -1
- package/lib/components/graphical-isosceles-triangle/index.js +1 -1
- package/lib/components/graphical-pentagon/index.js +1 -1
- package/lib/components/graphical-rect/index.js +1 -1
- package/lib/components/graphical-right-triangle/index.js +1 -1
- package/lib/components/interaction-button/index.js +1 -1
- package/lib/components/interaction-button/index.vue.js +1 -1
- package/lib/components/interaction-button/index.vue2.js +1 -1
- package/lib/components/interaction-button-image/index.js +1 -1
- package/lib/components/interaction-button-image/index.vue.js +1 -1
- package/lib/components/interaction-button-image/index.vue2.js +1 -1
- package/lib/components/interaction-button-refresh/index.js +1 -1
- package/lib/components/interaction-button-refresh/index.vue.js +1 -1
- package/lib/components/interaction-button-refresh/index.vue2.js +1 -1
- package/lib/components/interaction-data-picker/index.js +1 -1
- package/lib/components/interaction-input/index.js +1 -1
- package/lib/components/interaction-input/index.vue.js +1 -1
- package/lib/components/interaction-input/index.vue2.js +1 -1
- package/lib/components/interaction-radio/index.js +1 -1
- package/lib/components/interaction-select/index.js +1 -1
- package/lib/components/interaction-select/index.vue.js +1 -1
- package/lib/components/interaction-select/index.vue2.js +1 -1
- package/lib/components/interaction-slider/index.js +1 -1
- package/lib/components/interaction-slider/index.vue.js +1 -1
- package/lib/components/interaction-slider/index.vue2.js +1 -1
- package/lib/components/interaction-switch/index.js +1 -1
- package/lib/components/interaction-tabs/index.js +1 -1
- package/lib/components/interaction-tabs/index.vue.js +1 -1
- package/lib/components/interaction-tabs/index.vue2.js +1 -1
- package/lib/components/interaction-tabs2/index.js +1 -1
- package/lib/components/interaction-tabs2/index.vue.js +1 -1
- package/lib/components/interaction-tabs2/index.vue2.js +1 -1
- package/lib/components/map-earth-basic/index.js +1 -1
- package/lib/components/map-earth-basic/index.vue.js +1 -1
- package/lib/components/map-earth-cool-tech/index.js +1 -1
- package/lib/components/map-earth-cool-tech/index.vue.js +1 -1
- package/lib/components/map-earth-fly-line/index.js +1 -1
- package/lib/components/map-earth-fly-line/index.vue.js +1 -1
- package/lib/components/map-earth-hacker/index.js +1 -1
- package/lib/components/map-earth-hacker/index.vue.js +1 -1
- package/lib/components/map-earth-particle/index.js +1 -1
- package/lib/components/map-earth-particle/index.vue.js +1 -1
- package/lib/components/media-audio/index.js +1 -1
- package/lib/components/media-audio-dynamic/index.js +1 -1
- package/lib/components/media-audio-dynamic/index.vue.js +1 -1
- package/lib/components/media-audio-dynamic/index.vue2.js +1 -1
- package/lib/components/media-carousel/index.js +1 -1
- package/lib/components/media-carousel-slides/index.js +1 -1
- package/lib/components/media-flv/index.js +1 -1
- package/lib/components/media-iframe/index.js +1 -1
- package/lib/components/media-iframe-carousel/index.js +1 -1
- package/lib/components/media-image/index.js +1 -1
- package/lib/components/media-image-dynamic/index.js +1 -1
- package/lib/components/media-image-dynamic/index.vue.js +1 -1
- package/lib/components/media-image-dynamic/index.vue2.js +1 -1
- package/lib/components/media-m3u8/index.js +1 -1
- package/lib/components/media-m3u8-dynamic/index.js +1 -1
- package/lib/components/media-m3u8-dynamic/index.vue.js +1 -1
- package/lib/components/media-video/index.js +1 -1
- package/lib/components/media-video-dynamic/index.js +1 -1
- package/lib/components/media-video-dynamic/index.vue.js +1 -1
- package/lib/components/media-video-dynamic/index.vue2.js +1 -1
- package/lib/components/media-wavesurfer/index.js +1 -1
- package/lib/components/scene-amap2d/index.js +1 -1
- package/lib/components/scene-amap2d/index.vue.js +1 -1
- package/lib/components/scene-amap2d/index.vue2.js +1 -1
- package/lib/components/scene-amap3d/index.js +1 -1
- package/lib/components/scene-amap3d/index.vue.js +1 -1
- package/lib/components/scene-amap3d/index.vue2.js +2 -2
- package/lib/components/scene-map3d/index.js +1 -1
- package/lib/components/scene-map3d/index.vue.js +1 -1
- package/lib/components/scene-map3d/index.vue2.js +1 -1
- package/lib/components/scene-map3d/map3d/map.js +1 -1
- package/lib/components/scene-ue-iframe/index.js +1 -1
- package/lib/components/scene-ue-iframe/index.vue.js +1 -1
- package/lib/components/scene-ue-iframe/index.vue2.js +1 -1
- package/lib/components/scene-ue-shj/index.js +1 -1
- package/lib/components/scene-unity-iframe/index.js +1 -1
- package/lib/components/scene-unity-webgl/index.js +1 -1
- package/lib/components/scene-vr/index.js +1 -1
- package/lib/components/text-carousel/index.js +1 -1
- package/lib/components/text-carousel/index.vue.js +1 -1
- package/lib/components/text-carousel/index.vue2.js +1 -1
- package/lib/components/text-count-down/index.js +1 -1
- package/lib/components/text-count-down/index.vue.js +1 -1
- package/lib/components/text-count-down/index.vue2.js +1 -1
- package/lib/components/text-over-number/index.js +1 -1
- package/lib/components/text-over-number/index.vue.js +1 -1
- package/lib/components/text-over-number/index.vue2.js +1 -1
- package/lib/components/text-real-time/index.js +1 -1
- package/lib/components/text-real-time/index.vue.js +1 -1
- package/lib/components/text-real-time/index.vue2.js +1 -1
- package/lib/components/text-row-scroll/index.js +1 -1
- package/lib/components/text-row-scroll/index.vue.js +1 -1
- package/lib/components/text-row-scroll/index.vue2.js +1 -1
- package/lib/components/text-table-basic/index.js +1 -1
- package/lib/components/text-table-basic/index.vue.js +1 -1
- package/lib/components/text-table-basic/index.vue2.js +1 -1
- package/lib/components/text-table-scroll/index.js +1 -1
- package/lib/components/text-table-scroll/index.vue.js +1 -1
- package/lib/components/text-table-scroll/index.vue2.js +1 -1
- package/lib/components/text-text-basic/index.js +1 -1
- package/lib/components/text-text-basic/index.vue.js +1 -1
- package/lib/components/text-text-basic/index.vue2.js +1 -1
- package/lib/components/text-text-dynamic/index.js +1 -1
- package/lib/components/text-text-dynamic/index.vue.js +1 -1
- package/lib/components/text-text-dynamic/index.vue2.js +1 -1
- package/lib/components/text-title/index.js +1 -1
- package/lib/components/text-title/index.vue.js +1 -1
- package/lib/components/text-title/index.vue2.js +1 -1
- package/lib/core/datasource/core/api.js +1 -0
- package/lib/core/datasource/core/static.js +1 -0
- package/lib/core/datasource/core/url.js +1 -0
- package/lib/core/datasource/core/variable.js +1 -0
- package/lib/core/datasource/core/ws.js +1 -0
- package/lib/core/datasource/index.js +6 -0
- package/lib/core/datasource/utils/request.js +1 -0
- package/lib/core/datasource/utils/useMapping.js +1 -0
- package/lib/core/datasource/utils/userRequest.js +1 -0
- package/lib/core/datasource/utils/utils.js +1 -0
- package/lib/core/datasource/utils/wsManager.js +1 -0
- package/lib/index.js +1 -1
- package/lib/widgets.css +1 -1
- package/package.json +3 -2
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { defineComponent as g, onMounted as z, watch as h, createElementBlock as n, openBlock as t, normalizeStyle as u, unref as p, Fragment as
|
|
1
|
+
import { defineComponent as g, onMounted as z, watch as h, createElementBlock as n, openBlock as t, normalizeStyle as u, unref as p, Fragment as m, renderList as s, withModifiers as F, createElementVNode as O, toDisplayString as $, ref as x } from "vue";
|
|
2
2
|
import { isEqual as w, cloneDeep as H } from "lodash";
|
|
3
3
|
import { nanoid as b } from "nanoid";
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
import { SHJDatasourceV2 as J } from "../../commons/core/datasource/index.mjs";
|
|
5
|
+
import { autoInstallFont as V } from "../../commons/utils/json2css.mjs";
|
|
6
|
+
const j = ["onClick"], B = ["src"], M = g({ name: "zv-commons-loop-iterator" }), U = /* @__PURE__ */ g({
|
|
7
|
+
...M,
|
|
7
8
|
props: {
|
|
8
9
|
basicOption: {},
|
|
9
10
|
sources: {},
|
|
@@ -13,23 +14,23 @@ const V = ["onClick"], j = ["src"], B = g({ name: "zv-commons-loop-iterator" }),
|
|
|
13
14
|
emits: ["on-change"],
|
|
14
15
|
setup(f, { expose: S, emit: k }) {
|
|
15
16
|
const e = f, v = () => {
|
|
16
|
-
const r =
|
|
17
|
+
const r = x(), a = x([]);
|
|
17
18
|
return {
|
|
18
19
|
init: () => {
|
|
19
|
-
|
|
20
|
+
J.parse({
|
|
20
21
|
tId: e.uuid,
|
|
21
22
|
sources: e.sources,
|
|
22
23
|
callback: (o) => {
|
|
23
24
|
try {
|
|
24
|
-
r.value = b(), o && o.data ?
|
|
25
|
+
r.value = b(), o && o.data ? a.value = H(o.data[0].data) : a.value = [];
|
|
25
26
|
} catch {
|
|
26
|
-
window.SHJParseEvent(e.useEvents, "dataListener", null), r.value = b(),
|
|
27
|
+
window.SHJParseEvent(e.useEvents, "dataListener", null), r.value = b(), a.value = [];
|
|
27
28
|
}
|
|
28
29
|
}
|
|
29
30
|
});
|
|
30
31
|
},
|
|
31
32
|
key: r,
|
|
32
|
-
loopData:
|
|
33
|
+
loopData: a,
|
|
33
34
|
renderItemStyle: (o) => ({
|
|
34
35
|
gridTemplateColumns: `repeat(${o.columns}, 1fr)`,
|
|
35
36
|
alignItems: o.alignItems,
|
|
@@ -51,7 +52,7 @@ const V = ["onClick"], j = ["src"], B = g({ name: "zv-commons-loop-iterator" }),
|
|
|
51
52
|
boxShadow: o.shadow.x + "px " + o.shadow.y + "px " + o.shadow.blur + "px " + o.shadow.diffus + "px " + o.shadow.color,
|
|
52
53
|
padding: o.padding[0] + "px " + o.padding[1] + "px " + o.padding[2] + "px " + o.padding[3] + "px"
|
|
53
54
|
} : {},
|
|
54
|
-
renderTextStyle: (o) => (
|
|
55
|
+
renderTextStyle: (o) => (V(o.font), o ? {
|
|
55
56
|
width: o.width + "px",
|
|
56
57
|
height: o.height + "px",
|
|
57
58
|
color: o.color,
|
|
@@ -85,46 +86,46 @@ const V = ["onClick"], j = ["src"], B = g({ name: "zv-commons-loop-iterator" }),
|
|
|
85
86
|
} = v(), L = k, W = (r) => {
|
|
86
87
|
L("on-change", r), window.SHJParseEvent(e.useEvents, "on-change", { data: r });
|
|
87
88
|
};
|
|
88
|
-
return z(() => i()), h(() => e.basicOption, (r,
|
|
89
|
-
w(r,
|
|
90
|
-
}, { deep: !0 }), h(() => e.sources, (r,
|
|
91
|
-
w(r,
|
|
89
|
+
return z(() => i()), h(() => e.basicOption, (r, a) => {
|
|
90
|
+
w(r, a) || i();
|
|
91
|
+
}, { deep: !0 }), h(() => e.sources, (r, a) => {
|
|
92
|
+
w(r, a) || i();
|
|
92
93
|
}, { deep: !0 }), S({
|
|
93
94
|
refresh: () => i(),
|
|
94
95
|
refreshView: () => i(),
|
|
95
96
|
refreshData: () => i()
|
|
96
|
-
}), (r,
|
|
97
|
+
}), (r, a) => (t(), n("div", {
|
|
97
98
|
key: p(I),
|
|
98
99
|
class: "zerov-widget loop-iterator-wrap",
|
|
99
100
|
style: u(p(D)(e.basicOption))
|
|
100
101
|
}, [
|
|
101
|
-
(t(!0), n(
|
|
102
|
+
(t(!0), n(m, null, s(p(_), (c, l) => (t(), n("div", {
|
|
102
103
|
key: l,
|
|
103
104
|
class: "loop-iterator-item",
|
|
104
105
|
style: u(p(G)(e.basicOption.itemStyle)),
|
|
105
|
-
onClick: F((
|
|
106
|
+
onClick: F((d) => W(c), ["stop"])
|
|
106
107
|
}, [
|
|
107
|
-
(t(!0), n(
|
|
108
|
-
key:
|
|
108
|
+
(t(!0), n(m, null, s(e.basicOption.itemContent, (d, T) => (t(), n("div", {
|
|
109
|
+
key: d.id
|
|
109
110
|
}, [
|
|
110
|
-
|
|
111
|
+
d.type === "image" ? (t(), n("div", {
|
|
111
112
|
key: 0,
|
|
112
113
|
class: "loop-iterator-item-image",
|
|
113
|
-
style: u(p(C)(
|
|
114
|
+
style: u(p(C)(d.style))
|
|
114
115
|
}, [
|
|
115
116
|
O("img", {
|
|
116
|
-
src: c[
|
|
117
|
+
src: c[d.field],
|
|
117
118
|
alt: "图片"
|
|
118
|
-
}, null, 8,
|
|
119
|
+
}, null, 8, B)
|
|
119
120
|
], 4)) : (t(), n("div", {
|
|
120
121
|
key: 1,
|
|
121
|
-
style: u(p(E)(
|
|
122
|
-
}, $(c[
|
|
122
|
+
style: u(p(E)(d.style))
|
|
123
|
+
}, $(c[d.field]), 5))
|
|
123
124
|
]))), 128))
|
|
124
|
-
], 12,
|
|
125
|
+
], 12, j))), 128))
|
|
125
126
|
], 4));
|
|
126
127
|
}
|
|
127
128
|
});
|
|
128
129
|
export {
|
|
129
|
-
|
|
130
|
+
U as default
|
|
130
131
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./index.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const
|
|
4
|
+
const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-a31d8162"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
p as default
|
|
7
7
|
};
|
|
@@ -6,7 +6,7 @@ import "@babylonjs/loaders/glTF";
|
|
|
6
6
|
import { cloneDeep as f, isEqual as m } from "lodash";
|
|
7
7
|
import { useResizeObserver as j } from "@vueuse/core";
|
|
8
8
|
import { Engine as Q, Scene as X, Color4 as S, Color3 as b, DefaultRenderingPipeline as Z, DepthOfFieldEffectBlurLevel as C, Vector3 as v, DirectionalLight as $, ShadowGenerator as O, Tools as z, SceneLoader as ee } from "@babylonjs/core";
|
|
9
|
-
import { hex2Color4 as T, hex2Color3 as w } from "../../utils/babylon/ColorConvert.mjs";
|
|
9
|
+
import { hex2Color4 as T, hex2Color3 as w } from "../../commons/utils/babylon/ColorConvert.mjs";
|
|
10
10
|
const ie = { class: "zerov-widget" }, te = k({ name: "zv-commons-product-model" }), he = /* @__PURE__ */ k({
|
|
11
11
|
...te,
|
|
12
12
|
props: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const ZvCommonsSvg: import("../../utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
1
|
+
export declare const ZvCommonsSvg: import("../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
basicOption: {
|
|
3
3
|
type: any;
|
|
4
4
|
required: true;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./index.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const
|
|
4
|
+
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-5c0391e0"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
m as default
|
|
7
7
|
};
|
|
@@ -6,7 +6,7 @@ import "@babylonjs/loaders/glTF";
|
|
|
6
6
|
import { cloneDeep as h, isEqual as d } from "lodash";
|
|
7
7
|
import { Vector3 as c, Engine as X, Scene as Y, Color4 as P, Color3 as y, DefaultRenderingPipeline as $, DepthOfFieldEffectBlurLevel as R, ArcRotateCamera as O, Tools as A, HemisphericLight as ee, DirectionalLight as ie, PointLight as te, SceneLoader as se } from "@babylonjs/core";
|
|
8
8
|
import { useResizeObserver as oe } from "@vueuse/core";
|
|
9
|
-
import { hex2Color4 as W, hex2Color3 as L } from "../../utils/babylon/ColorConvert.mjs";
|
|
9
|
+
import { hex2Color4 as W, hex2Color3 as L } from "../../commons/utils/babylon/ColorConvert.mjs";
|
|
10
10
|
const ne = { class: "zerov-widget" }, ae = _({ name: "zv-commons-three-loader" }), be = /* @__PURE__ */ _({
|
|
11
11
|
...ae,
|
|
12
12
|
props: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const ZvCommonsThreeLoader3: import("../../utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
1
|
+
export declare const ZvCommonsThreeLoader3: import("../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
basicOption: {
|
|
3
3
|
type: any;
|
|
4
4
|
required: true;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./index.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const
|
|
4
|
+
const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-1fb6b2cd"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
f as default
|
|
7
7
|
};
|
|
@@ -2,7 +2,7 @@ import { defineComponent as z, ref as H, onMounted as q, onBeforeUnmount as K, w
|
|
|
2
2
|
import "@babylonjs/loaders/glTF";
|
|
3
3
|
import * as t from "@babylonjs/core";
|
|
4
4
|
import { cloneDeep as b, isEqual as u } from "lodash";
|
|
5
|
-
import { hex2Color4 as U, hex2Color3 as A } from "../../utils/babylon/ColorConvert.mjs";
|
|
5
|
+
import { hex2Color4 as U, hex2Color3 as A } from "../../commons/utils/babylon/ColorConvert.mjs";
|
|
6
6
|
const X = { class: "zerov-widget" }, j = z({ name: "zv-commons-three-loader3" }), te = /* @__PURE__ */ z({
|
|
7
7
|
...j,
|
|
8
8
|
props: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./index.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-
|
|
4
|
+
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-f69ffb86"]]);
|
|
5
5
|
export {
|
|
6
6
|
m as default
|
|
7
7
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as b, watch as U, createElementBlock as i, openBlock as s, createCommentVNode as c, normalizeStyle as u, unref as r, toDisplayString as n, createTextVNode as z, ref as f, onMounted as H, onBeforeUnmount as R } from "vue";
|
|
2
2
|
import W from "axios";
|
|
3
|
-
import { autoInstallFont as B, jsonToCssStyle as C } from "../../utils/json2css.mjs";
|
|
3
|
+
import { autoInstallFont as B, jsonToCssStyle as C } from "../../commons/utils/json2css.mjs";
|
|
4
4
|
const D = {
|
|
5
5
|
key: 0,
|
|
6
6
|
class: "weather-temperature__suffix"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const ZvGraphicalCircle: import("../../utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
1
|
+
export declare const ZvGraphicalCircle: import("../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
basicOption: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
required: true;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const ZvGraphicalDiamond: import("../../utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
1
|
+
export declare const ZvGraphicalDiamond: import("../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
basicOption: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
required: true;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const ZvGraphicalHexagon: import("../../utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
1
|
+
export declare const ZvGraphicalHexagon: import("../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
basicOption: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
required: true;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const ZvGraphicalIsoscelesTriangle: import("../../utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
1
|
+
export declare const ZvGraphicalIsoscelesTriangle: import("../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
basicOption: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
required: true;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const ZvGraphicalPentagon: import("../../utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
1
|
+
export declare const ZvGraphicalPentagon: import("../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
basicOption: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
required: true;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const ZvGraphicalRect: import("../../utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
1
|
+
export declare const ZvGraphicalRect: import("../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
basicOption: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
required: true;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const ZvGraphicalRightTriangle: import("../../utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
1
|
+
export declare const ZvGraphicalRightTriangle: import("../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
basicOption: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
required: true;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const ZvInteractionButton: import("../../utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
1
|
+
export declare const ZvInteractionButton: import("../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
basicOption: {
|
|
3
3
|
type: any;
|
|
4
4
|
required: true;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./index.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const
|
|
4
|
+
const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-44033ae5"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
p as default
|
|
7
7
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as e, createElementBlock as l, openBlock as c, normalizeStyle as i, unref as s, toDisplayString as f, ref as m } from "vue";
|
|
2
2
|
import p from "color-js";
|
|
3
|
-
import { autoInstallFont as b, jsonToCssStyle as d } from "../../utils/json2css.mjs";
|
|
3
|
+
import { autoInstallFont as b, jsonToCssStyle as d } from "../../commons/utils/json2css.mjs";
|
|
4
4
|
const y = e({ name: "zv-interaction-button" }), v = /* @__PURE__ */ e({
|
|
5
5
|
...y,
|
|
6
6
|
props: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const ZvInteractionButtonImage: import("../../utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
1
|
+
export declare const ZvInteractionButtonImage: import("../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
basicOption: {
|
|
3
3
|
type: any;
|
|
4
4
|
required: true;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./index.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const
|
|
4
|
+
const c = /* @__PURE__ */ t(o, [["__scopeId", "data-v-9fbacf32"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
c as default
|
|
7
7
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as s, createElementBlock as k, createCommentVNode as y, unref as c, openBlock as h, normalizeStyle as I, toDisplayString as O, ref as i, onMounted as _ } from "vue";
|
|
2
|
-
import { autoInstallFont as S, jsonToCssStyle as r } from "../../utils/json2css.mjs";
|
|
3
|
-
import { imgsPreloader as B } from "../../utils/imgPreloader.mjs";
|
|
2
|
+
import { autoInstallFont as S, jsonToCssStyle as r } from "../../commons/utils/json2css.mjs";
|
|
3
|
+
import { imgsPreloader as B } from "../../commons/utils/imgPreloader.mjs";
|
|
4
4
|
const D = s({ name: "zv-interaction-button-image" }), $ = /* @__PURE__ */ s({
|
|
5
5
|
...D,
|
|
6
6
|
props: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const ZvInteractionButtonRefresh: import("../../utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
1
|
+
export declare const ZvInteractionButtonRefresh: import("../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
basicOption: {
|
|
3
3
|
type: any;
|
|
4
4
|
required: true;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./index.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const
|
|
4
|
+
const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-cf181ab5"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
f as default
|
|
7
7
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as l, createElementBlock as h, createCommentVNode as I, unref as r, openBlock as R, normalizeStyle as C, ref as c, onMounted as O } from "vue";
|
|
2
|
-
import { jsonToCssStyle as i } from "../../utils/json2css.mjs";
|
|
3
|
-
import { imgsPreloader as B } from "../../utils/imgPreloader.mjs";
|
|
2
|
+
import { jsonToCssStyle as i } from "../../commons/utils/json2css.mjs";
|
|
3
|
+
import { imgsPreloader as B } from "../../commons/utils/imgPreloader.mjs";
|
|
4
4
|
const S = l({ name: "zv-interaction-button-refresh" }), z = /* @__PURE__ */ l({
|
|
5
5
|
...S,
|
|
6
6
|
props: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const ZvInteractionDataPicker: import("../../utils/typescript").SFCWithInstall<import("vue").DefineComponent<{}, {
|
|
1
|
+
export declare const ZvInteractionDataPicker: import("../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<{}, {
|
|
2
2
|
calendarOpen: import("vue").Ref<boolean>;
|
|
3
3
|
useDatePicker: () => {
|
|
4
4
|
getCurrentDate: () => number[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const ZvInteractionInput: import("../../utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
1
|
+
export declare const ZvInteractionInput: import("../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
basicOption: {
|
|
3
3
|
type: any;
|
|
4
4
|
required: true;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./index.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-
|
|
4
|
+
const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-e8875a40"]]);
|
|
5
5
|
export {
|
|
6
6
|
p as default
|
|
7
7
|
};
|