@shjjs/visual-ui 1.0.22 → 1.0.24
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/components/text.vue.d.ts +24 -0
- package/es/commons/components/text.vue.mjs +29 -0
- package/es/commons/components/text.vue2.mjs +4 -0
- package/es/commons/const/css.d.ts +1 -0
- package/es/commons/const/css.mjs +80 -0
- package/es/commons/core/earth/border.vue.d.ts +1 -1
- package/es/commons/core/earth/main.vue.d.ts +1 -1
- package/es/commons/plugins/datasource/index.d.ts +6 -0
- package/es/commons/plugins/datasource/index.mjs +75 -60
- package/es/commons/plugins/datasource/sources/storage.d.ts +1 -0
- package/es/commons/plugins/datasource/sources/storage.mjs +28 -0
- package/es/commons/plugins/event/index.mjs +52 -45
- package/es/commons/plugins/event/utils/utils.mjs +1 -1
- package/es/commons/types/base.d.ts +27 -0
- package/es/commons/types/flex.d.ts +9 -0
- package/es/commons/types/scroll.d.ts +9 -0
- package/es/commons/types/shadow.d.ts +7 -0
- package/es/commons/types/text-style.d.ts +19 -0
- package/es/commons/utils/json2css.d.ts +11 -2
- package/es/commons/utils/json2css.mjs +21 -17
- package/es/commons/utils/utils.d.ts +18 -0
- package/es/commons/utils/utils.mjs +71 -0
- package/es/components/chart/commons/components/common-chart/hooks/useCommonChart.d.ts +12 -0
- package/es/components/chart/commons/components/common-chart/hooks/useCommonChart.mjs +27 -0
- package/es/components/chart/commons/components/common-chart/index.vue.d.ts +68 -0
- package/es/components/chart/commons/components/common-chart/index.vue.mjs +59 -0
- package/es/components/chart/commons/components/common-chart/index.vue2.mjs +4 -0
- package/es/components/chart/commons/components/common-chart-map/hooks/useCommonChart.d.ts +12 -0
- package/es/components/chart/commons/components/common-chart-map/hooks/useCommonChart.mjs +27 -0
- package/es/components/chart/commons/components/common-chart-map/index.vue.d.ts +52 -0
- package/es/components/chart/commons/components/common-chart-map/index.vue.mjs +53 -0
- package/es/components/chart/commons/components/common-chart-map/index.vue2.mjs +4 -0
- package/es/components/chart/commons/hooks/useChart.d.ts +15 -0
- package/es/components/chart/commons/hooks/useChart.mjs +116 -0
- package/es/components/chart/commons/utils/hoverLoop.d.ts +10 -0
- package/es/components/chart/commons/utils/hoverLoop.mjs +43 -0
- package/es/components/chart/components/bar/animation/index.d.ts +104 -0
- package/es/components/chart/components/bar/animation/index.mjs +7 -0
- package/es/components/chart/components/bar/animation/index.vue.d.ts +104 -0
- package/es/components/chart/components/bar/animation/index.vue.mjs +23 -0
- package/es/components/chart/components/bar/animation/index.vue2.mjs +4 -0
- package/es/components/chart/components/bar/basic/index.d.ts +104 -0
- package/es/components/chart/components/bar/basic/index.mjs +7 -0
- package/es/components/chart/components/bar/basic/index.vue.d.ts +104 -0
- package/es/components/chart/components/bar/basic/index.vue.mjs +23 -0
- package/es/components/chart/components/bar/basic/index.vue2.mjs +4 -0
- package/es/components/chart/components/bar/contrast/index.d.ts +104 -0
- package/es/components/chart/components/bar/contrast/index.mjs +7 -0
- package/es/components/chart/components/bar/contrast/index.vue.d.ts +104 -0
- package/es/components/chart/components/bar/contrast/index.vue.mjs +23 -0
- package/es/components/chart/components/bar/contrast/index.vue2.mjs +4 -0
- package/es/components/chart/components/bar/contrast2/index.d.ts +104 -0
- package/es/components/chart/components/bar/contrast2/index.mjs +7 -0
- package/es/components/chart/components/bar/contrast2/index.vue.d.ts +104 -0
- package/es/components/chart/components/bar/contrast2/index.vue.mjs +23 -0
- package/es/components/chart/components/bar/contrast2/index.vue2.mjs +4 -0
- package/es/components/chart/components/bar/contrast3/index.d.ts +104 -0
- package/es/components/chart/components/bar/contrast3/index.mjs +7 -0
- package/es/components/chart/components/bar/contrast3/index.vue.d.ts +104 -0
- package/es/components/chart/components/bar/contrast3/index.vue.mjs +23 -0
- package/es/components/chart/components/bar/contrast3/index.vue2.mjs +4 -0
- package/es/components/chart/components/bar/gradient-column-chart/index.d.ts +104 -0
- package/es/components/chart/components/bar/gradient-column-chart/index.mjs +7 -0
- package/es/components/chart/components/bar/gradient-column-chart/index.vue.d.ts +104 -0
- package/es/components/chart/components/bar/gradient-column-chart/index.vue.mjs +23 -0
- package/es/components/chart/components/bar/gradient-column-chart/index.vue2.mjs +4 -0
- package/es/components/chart/components/bar/horizontal/index.d.ts +104 -0
- package/es/components/chart/components/bar/horizontal/index.mjs +7 -0
- package/es/components/chart/components/bar/horizontal/index.vue.d.ts +104 -0
- package/es/components/chart/components/bar/horizontal/index.vue.mjs +23 -0
- package/es/components/chart/components/bar/horizontal/index.vue2.mjs +4 -0
- package/es/components/chart/components/bar/horizontal-stack/index.d.ts +104 -0
- package/es/components/chart/components/bar/horizontal-stack/index.mjs +7 -0
- package/es/components/chart/components/bar/horizontal-stack/index.vue.d.ts +104 -0
- package/es/components/chart/components/bar/horizontal-stack/index.vue.mjs +23 -0
- package/es/components/chart/components/bar/horizontal-stack/index.vue2.mjs +4 -0
- package/es/components/chart/components/bar/index.d.ts +27 -0
- package/es/components/chart/components/bar/line-bar/index.d.ts +104 -0
- package/es/components/chart/components/bar/line-bar/index.mjs +7 -0
- package/es/components/chart/components/bar/line-bar/index.vue.d.ts +104 -0
- package/es/components/chart/components/bar/line-bar/index.vue.mjs +23 -0
- package/es/components/chart/components/bar/line-bar/index.vue2.mjs +4 -0
- package/es/components/chart/components/bar/line-bar2/index.d.ts +104 -0
- package/es/components/chart/components/bar/line-bar2/index.mjs +7 -0
- package/es/components/chart/components/bar/line-bar2/index.vue.d.ts +104 -0
- package/es/components/chart/components/bar/line-bar2/index.vue.mjs +23 -0
- package/es/components/chart/components/bar/line-bar2/index.vue2.mjs +4 -0
- package/es/components/chart/components/bar/loop/index.d.ts +104 -0
- package/es/components/chart/components/bar/loop/index.mjs +7 -0
- package/es/components/chart/components/bar/loop/index.vue.d.ts +104 -0
- package/es/components/chart/components/bar/loop/index.vue.mjs +23 -0
- package/es/components/chart/components/bar/loop/index.vue2.mjs +4 -0
- package/es/components/chart/components/bar/mini/index.d.ts +104 -0
- package/es/components/chart/components/bar/mini/index.mjs +7 -0
- package/es/components/chart/components/bar/mini/index.vue.d.ts +104 -0
- package/es/components/chart/components/bar/mini/index.vue.mjs +23 -0
- package/es/components/chart/components/bar/mini/index.vue2.mjs +4 -0
- package/es/components/chart/components/bar/polar/index.d.ts +104 -0
- package/es/components/chart/components/bar/polar/index.mjs +7 -0
- package/es/components/chart/components/bar/polar/index.vue.d.ts +104 -0
- package/es/components/chart/components/bar/polar/index.vue.mjs +23 -0
- package/es/components/chart/components/bar/polar/index.vue2.mjs +4 -0
- package/es/components/chart/components/bar/polar-stack/index.d.ts +104 -0
- package/es/components/chart/components/bar/polar-stack/index.mjs +7 -0
- package/es/components/chart/components/bar/polar-stack/index.vue.d.ts +104 -0
- package/es/components/chart/components/bar/polar-stack/index.vue.mjs +23 -0
- package/es/components/chart/components/bar/polar-stack/index.vue2.mjs +4 -0
- package/es/components/chart/components/bar/polar2/index.d.ts +104 -0
- package/es/components/chart/components/bar/polar2/index.mjs +7 -0
- package/es/components/chart/components/bar/polar2/index.vue.d.ts +104 -0
- package/es/components/chart/components/bar/polar2/index.vue.mjs +23 -0
- package/es/components/chart/components/bar/polar2/index.vue2.mjs +4 -0
- package/es/components/chart/components/bar/radius-circle/index.d.ts +104 -0
- package/es/components/chart/components/bar/radius-circle/index.mjs +7 -0
- package/es/components/chart/components/bar/radius-circle/index.vue.d.ts +104 -0
- package/es/components/chart/components/bar/radius-circle/index.vue.mjs +23 -0
- package/es/components/chart/components/bar/radius-circle/index.vue2.mjs +4 -0
- package/es/components/chart/components/bar/rank/index.d.ts +104 -0
- package/es/components/chart/components/bar/rank/index.mjs +7 -0
- package/es/components/chart/components/bar/rank/index.vue.d.ts +104 -0
- package/es/components/chart/components/bar/rank/index.vue.mjs +23 -0
- package/es/components/chart/components/bar/rank/index.vue2.mjs +4 -0
- package/es/components/chart/components/bar/segmented-progress/index.d.ts +104 -0
- package/es/components/chart/components/bar/segmented-progress/index.mjs +7 -0
- package/es/components/chart/components/bar/segmented-progress/index.vue.d.ts +104 -0
- package/es/components/chart/components/bar/segmented-progress/index.vue.mjs +23 -0
- package/es/components/chart/components/bar/segmented-progress/index.vue2.mjs +4 -0
- package/es/components/chart/components/bar/spire/index.d.ts +104 -0
- package/es/components/chart/components/bar/spire/index.mjs +7 -0
- package/es/components/chart/components/bar/spire/index.vue.d.ts +104 -0
- package/es/components/chart/components/bar/spire/index.vue.mjs +23 -0
- package/es/components/chart/components/bar/spire/index.vue2.mjs +4 -0
- package/es/components/chart/components/bar/stack/index.d.ts +104 -0
- package/es/components/chart/components/bar/stack/index.mjs +7 -0
- package/es/components/chart/components/bar/stack/index.vue.d.ts +104 -0
- package/es/components/chart/components/bar/stack/index.vue.mjs +23 -0
- package/es/components/chart/components/bar/stack/index.vue2.mjs +4 -0
- package/es/components/chart/components/bar/stack-line/index.d.ts +104 -0
- package/es/components/chart/components/bar/stack-line/index.mjs +7 -0
- package/es/components/chart/components/bar/stack-line/index.vue.d.ts +104 -0
- package/es/components/chart/components/bar/stack-line/index.vue.mjs +23 -0
- package/es/components/chart/components/bar/stack-line/index.vue2.mjs +4 -0
- package/es/components/chart/components/bar/stack2/index.d.ts +104 -0
- package/es/components/chart/components/bar/stack2/index.mjs +7 -0
- package/es/components/chart/components/bar/stack2/index.vue.d.ts +104 -0
- package/es/components/chart/components/bar/stack2/index.vue.mjs +23 -0
- package/es/components/chart/components/bar/stack2/index.vue2.mjs +4 -0
- package/es/components/chart/components/bar/stack3/index.d.ts +104 -0
- package/es/components/chart/components/bar/stack3/index.mjs +7 -0
- package/es/components/chart/components/bar/stack3/index.vue.d.ts +104 -0
- package/es/components/chart/components/bar/stack3/index.vue.mjs +23 -0
- package/es/components/chart/components/bar/stack3/index.vue2.mjs +4 -0
- package/es/components/chart/components/bar/staggered/index.d.ts +104 -0
- package/es/components/chart/components/bar/staggered/index.mjs +7 -0
- package/es/components/chart/components/bar/staggered/index.vue.d.ts +104 -0
- package/es/components/chart/components/bar/staggered/index.vue.mjs +23 -0
- package/es/components/chart/components/bar/staggered/index.vue2.mjs +4 -0
- package/es/components/chart/components/bar/three/index.d.ts +104 -0
- package/es/components/chart/components/bar/three/index.mjs +7 -0
- package/es/components/chart/components/bar/three/index.vue.d.ts +104 -0
- package/es/components/chart/components/bar/three/index.vue.mjs +23 -0
- package/es/components/chart/components/bar/three/index.vue2.mjs +4 -0
- package/es/components/chart/components/bar/waterfall/index.d.ts +104 -0
- package/es/components/chart/components/bar/waterfall/index.mjs +7 -0
- package/es/components/chart/components/bar/waterfall/index.vue.d.ts +104 -0
- package/es/components/chart/components/bar/waterfall/index.vue.mjs +23 -0
- package/es/components/chart/components/bar/waterfall/index.vue2.mjs +4 -0
- package/es/components/chart/components/bar/zebra/index.d.ts +104 -0
- package/es/components/chart/components/bar/zebra/index.mjs +7 -0
- package/es/components/chart/components/bar/zebra/index.vue.d.ts +104 -0
- package/es/components/chart/components/bar/zebra/index.vue.mjs +23 -0
- package/es/components/chart/components/bar/zebra/index.vue2.mjs +4 -0
- package/es/components/chart/components/line/area-gradient/index.d.ts +104 -0
- package/es/components/chart/components/line/area-gradient/index.mjs +7 -0
- package/es/components/chart/components/line/area-gradient/index.vue.d.ts +104 -0
- package/es/components/chart/components/line/area-gradient/index.vue.mjs +23 -0
- package/es/components/chart/components/line/area-gradient/index.vue2.mjs +4 -0
- package/es/components/chart/components/line/area-highlight/index.d.ts +104 -0
- package/es/components/chart/components/line/area-highlight/index.mjs +7 -0
- package/es/components/chart/components/line/area-highlight/index.vue.d.ts +104 -0
- package/es/components/chart/components/line/area-highlight/index.vue.mjs +23 -0
- package/es/components/chart/components/line/area-highlight/index.vue2.mjs +4 -0
- package/es/components/chart/components/line/area-highlight2/index.d.ts +104 -0
- package/es/components/chart/components/line/area-highlight2/index.mjs +7 -0
- package/es/components/chart/components/line/area-highlight2/index.vue.d.ts +104 -0
- package/es/components/chart/components/line/area-highlight2/index.vue.mjs +23 -0
- package/es/components/chart/components/line/area-highlight2/index.vue2.mjs +4 -0
- package/es/components/chart/components/line/basic/index.d.ts +104 -0
- package/es/components/chart/components/line/basic/index.mjs +7 -0
- package/es/components/chart/components/line/basic/index.vue.d.ts +104 -0
- package/es/components/chart/components/line/basic/index.vue.mjs +23 -0
- package/es/components/chart/components/line/basic/index.vue2.mjs +4 -0
- package/es/components/chart/components/line/bump/index.d.ts +104 -0
- package/es/components/chart/components/line/bump/index.mjs +7 -0
- package/es/components/chart/components/line/bump/index.vue.d.ts +104 -0
- package/es/components/chart/components/line/bump/index.vue.mjs +23 -0
- package/es/components/chart/components/line/bump/index.vue2.mjs +4 -0
- package/es/components/chart/components/line/dashed/index.d.ts +104 -0
- package/es/components/chart/components/line/dashed/index.mjs +7 -0
- package/es/components/chart/components/line/dashed/index.vue.d.ts +104 -0
- package/es/components/chart/components/line/dashed/index.vue.mjs +23 -0
- package/es/components/chart/components/line/dashed/index.vue2.mjs +4 -0
- package/es/components/chart/components/line/index.d.ts +18 -0
- package/es/components/chart/components/line/ladder/index.d.ts +104 -0
- package/es/components/chart/components/line/ladder/index.mjs +7 -0
- package/es/components/chart/components/line/ladder/index.vue.d.ts +104 -0
- package/es/components/chart/components/line/ladder/index.vue.mjs +23 -0
- package/es/components/chart/components/line/ladder/index.vue2.mjs +4 -0
- package/es/components/chart/components/line/logarithm/index.d.ts +104 -0
- package/es/components/chart/components/line/logarithm/index.mjs +7 -0
- package/es/components/chart/components/line/logarithm/index.vue.d.ts +104 -0
- package/es/components/chart/components/line/logarithm/index.vue.mjs +23 -0
- package/es/components/chart/components/line/logarithm/index.vue2.mjs +4 -0
- package/es/components/chart/components/line/multix/index.d.ts +104 -0
- package/es/components/chart/components/line/multix/index.mjs +7 -0
- package/es/components/chart/components/line/multix/index.vue.d.ts +104 -0
- package/es/components/chart/components/line/multix/index.vue.mjs +23 -0
- package/es/components/chart/components/line/multix/index.vue2.mjs +4 -0
- package/es/components/chart/components/line/polar-double/index.d.ts +104 -0
- package/es/components/chart/components/line/polar-double/index.mjs +7 -0
- package/es/components/chart/components/line/polar-double/index.vue.d.ts +104 -0
- package/es/components/chart/components/line/polar-double/index.vue.mjs +23 -0
- package/es/components/chart/components/line/polar-double/index.vue2.mjs +4 -0
- package/es/components/chart/components/line/rain-flow/index.d.ts +104 -0
- package/es/components/chart/components/line/rain-flow/index.mjs +7 -0
- package/es/components/chart/components/line/rain-flow/index.vue.d.ts +104 -0
- package/es/components/chart/components/line/rain-flow/index.vue.mjs +23 -0
- package/es/components/chart/components/line/rain-flow/index.vue2.mjs +4 -0
- package/es/components/chart/components/line/scale/index.d.ts +104 -0
- package/es/components/chart/components/line/scale/index.mjs +7 -0
- package/es/components/chart/components/line/scale/index.vue.d.ts +104 -0
- package/es/components/chart/components/line/scale/index.vue.mjs +23 -0
- package/es/components/chart/components/line/scale/index.vue2.mjs +4 -0
- package/es/components/chart/components/line/smooth/index.d.ts +104 -0
- package/es/components/chart/components/line/smooth/index.mjs +7 -0
- package/es/components/chart/components/line/smooth/index.vue.d.ts +104 -0
- package/es/components/chart/components/line/smooth/index.vue.mjs +23 -0
- package/es/components/chart/components/line/smooth/index.vue2.mjs +4 -0
- package/es/components/chart/components/line/smooth-area/index.d.ts +104 -0
- package/es/components/chart/components/line/smooth-area/index.mjs +7 -0
- package/es/components/chart/components/line/smooth-area/index.vue.d.ts +104 -0
- package/es/components/chart/components/line/smooth-area/index.vue.mjs +23 -0
- package/es/components/chart/components/line/smooth-area/index.vue2.mjs +4 -0
- package/es/components/chart/components/line/stack/index.d.ts +104 -0
- package/es/components/chart/components/line/stack/index.mjs +7 -0
- package/es/components/chart/components/line/stack/index.vue.d.ts +104 -0
- package/es/components/chart/components/line/stack/index.vue.mjs +23 -0
- package/es/components/chart/components/line/stack/index.vue2.mjs +4 -0
- package/es/components/chart/components/line/stack-area/index.d.ts +104 -0
- package/es/components/chart/components/line/stack-area/index.mjs +7 -0
- package/es/components/chart/components/line/stack-area/index.vue.d.ts +104 -0
- package/es/components/chart/components/line/stack-area/index.vue.mjs +23 -0
- package/es/components/chart/components/line/stack-area/index.vue2.mjs +4 -0
- package/es/components/chart/components/line/temp/index.d.ts +104 -0
- package/es/components/chart/components/line/temp/index.mjs +7 -0
- package/es/components/chart/components/line/temp/index.vue.d.ts +104 -0
- package/es/components/chart/components/line/temp/index.vue.mjs +23 -0
- package/es/components/chart/components/line/temp/index.vue2.mjs +4 -0
- package/es/components/chart/components/line/vertical/index.d.ts +104 -0
- package/es/components/chart/components/line/vertical/index.mjs +7 -0
- package/es/components/chart/components/line/vertical/index.vue.d.ts +104 -0
- package/es/components/chart/components/line/vertical/index.vue.mjs +23 -0
- package/es/components/chart/components/line/vertical/index.vue2.mjs +4 -0
- package/es/components/chart/components/map/basic/index.d.ts +88 -0
- package/es/components/chart/components/map/basic/index.mjs +7 -0
- package/es/components/chart/components/map/basic/index.vue.d.ts +88 -0
- package/es/components/chart/components/map/basic/index.vue.mjs +22 -0
- package/es/components/chart/components/map/basic/index.vue2.mjs +4 -0
- package/es/components/chart/components/map/bmap-basic/index.d.ts +88 -0
- package/es/components/chart/components/map/bmap-basic/index.mjs +7 -0
- package/es/components/chart/components/map/bmap-basic/index.vue.d.ts +88 -0
- package/es/components/chart/components/map/bmap-basic/index.vue.mjs +22 -0
- package/es/components/chart/components/map/bmap-basic/index.vue2.mjs +4 -0
- package/es/components/chart/components/map/bmap-heatmap/index.d.ts +88 -0
- package/es/components/chart/components/map/bmap-heatmap/index.mjs +7 -0
- package/es/components/chart/components/map/bmap-heatmap/index.vue.d.ts +88 -0
- package/es/components/chart/components/map/bmap-heatmap/index.vue.mjs +22 -0
- package/es/components/chart/components/map/bmap-heatmap/index.vue2.mjs +4 -0
- package/es/components/chart/components/map/bmap-rich/index.d.ts +88 -0
- package/es/components/chart/components/map/bmap-rich/index.mjs +7 -0
- package/es/components/chart/components/map/bmap-rich/index.vue.d.ts +92 -0
- package/es/components/chart/components/map/bmap-rich/index.vue.mjs +22 -0
- package/es/components/chart/components/map/bmap-rich/index.vue2.mjs +4 -0
- package/es/components/chart/components/map/customize/index.d.ts +88 -0
- package/es/components/chart/components/map/customize/index.mjs +7 -0
- package/es/components/chart/components/map/customize/index.vue.d.ts +92 -0
- package/es/components/chart/components/map/customize/index.vue.mjs +22 -0
- package/es/components/chart/components/map/customize/index.vue2.mjs +4 -0
- package/es/components/chart/components/map/index.d.ts +7 -0
- package/es/components/chart/components/map/lines/index.d.ts +88 -0
- package/es/components/chart/components/map/lines/index.mjs +7 -0
- package/es/components/chart/components/map/lines/index.vue.d.ts +88 -0
- package/es/components/chart/components/map/lines/index.vue.mjs +22 -0
- package/es/components/chart/components/map/lines/index.vue2.mjs +4 -0
- package/es/components/chart/components/map/scatter/index.d.ts +88 -0
- package/es/components/chart/components/map/scatter/index.mjs +7 -0
- package/es/components/chart/components/map/scatter/index.vue.d.ts +88 -0
- package/es/components/chart/components/map/scatter/index.vue.mjs +22 -0
- package/es/components/chart/components/map/scatter/index.vue2.mjs +4 -0
- package/es/components/chart/components/pie/3d/index.d.ts +105 -0
- package/es/components/chart/components/pie/3d/index.mjs +7 -0
- package/es/components/chart/components/pie/3d/index.vue.d.ts +111 -0
- package/es/components/chart/components/pie/3d/index.vue.mjs +30 -0
- package/es/components/chart/components/pie/3d/index.vue2.mjs +4 -0
- package/es/components/chart/components/pie/3d/renderPie3d.d.ts +30 -0
- package/es/components/chart/components/pie/3d/renderPie3d.mjs +124 -0
- package/es/components/chart/components/pie/basic/index.d.ts +104 -0
- package/es/components/chart/components/pie/basic/index.mjs +7 -0
- package/es/components/chart/components/pie/basic/index.vue.d.ts +104 -0
- package/es/components/chart/components/pie/basic/index.vue.mjs +23 -0
- package/es/components/chart/components/pie/basic/index.vue2.mjs +4 -0
- package/es/components/chart/components/pie/basic2/index.d.ts +104 -0
- package/es/components/chart/components/pie/basic2/index.mjs +7 -0
- package/es/components/chart/components/pie/basic2/index.vue.d.ts +104 -0
- package/es/components/chart/components/pie/basic2/index.vue.mjs +23 -0
- package/es/components/chart/components/pie/basic2/index.vue2.mjs +4 -0
- package/es/components/chart/components/pie/customized/index.d.ts +104 -0
- package/es/components/chart/components/pie/customized/index.mjs +7 -0
- package/es/components/chart/components/pie/customized/index.vue.d.ts +104 -0
- package/es/components/chart/components/pie/customized/index.vue.mjs +23 -0
- package/es/components/chart/components/pie/customized/index.vue2.mjs +4 -0
- package/es/components/chart/components/pie/index/index.d.ts +105 -0
- package/es/components/chart/components/pie/index/index.mjs +7 -0
- package/es/components/chart/components/pie/index/index.vue.d.ts +105 -0
- package/es/components/chart/components/pie/index/index.vue.mjs +30 -0
- package/es/components/chart/components/pie/index/index.vue2.mjs +4 -0
- package/es/components/chart/components/pie/index.d.ts +11 -0
- package/es/components/chart/components/pie/interval/index.d.ts +104 -0
- package/es/components/chart/components/pie/interval/index.mjs +7 -0
- package/es/components/chart/components/pie/interval/index.vue.d.ts +104 -0
- package/es/components/chart/components/pie/interval/index.vue.mjs +23 -0
- package/es/components/chart/components/pie/interval/index.vue2.mjs +4 -0
- package/es/components/chart/components/pie/legend-scroll/index.d.ts +104 -0
- package/es/components/chart/components/pie/legend-scroll/index.mjs +7 -0
- package/es/components/chart/components/pie/legend-scroll/index.vue.d.ts +104 -0
- package/es/components/chart/components/pie/legend-scroll/index.vue.mjs +23 -0
- package/es/components/chart/components/pie/legend-scroll/index.vue2.mjs +4 -0
- package/es/components/chart/components/pie/radius/index.d.ts +104 -0
- package/es/components/chart/components/pie/radius/index.mjs +7 -0
- package/es/components/chart/components/pie/radius/index.vue.d.ts +104 -0
- package/es/components/chart/components/pie/radius/index.vue.mjs +23 -0
- package/es/components/chart/components/pie/radius/index.vue2.mjs +4 -0
- package/es/components/chart/components/pie/rose/index.d.ts +104 -0
- package/es/components/chart/components/pie/rose/index.mjs +7 -0
- package/es/components/chart/components/pie/rose/index.vue.d.ts +104 -0
- package/es/components/chart/components/pie/rose/index.vue.mjs +23 -0
- package/es/components/chart/components/pie/rose/index.vue2.mjs +4 -0
- package/es/components/chart/components/pie/round/index.d.ts +104 -0
- package/es/components/chart/components/pie/round/index.mjs +7 -0
- package/es/components/chart/components/pie/round/index.vue.d.ts +104 -0
- package/es/components/chart/components/pie/round/index.vue.mjs +23 -0
- package/es/components/chart/components/pie/round/index.vue2.mjs +4 -0
- package/es/components/chart/components/pie/sunburst/index.d.ts +104 -0
- package/es/components/chart/components/pie/sunburst/index.mjs +7 -0
- package/es/components/chart/components/pie/sunburst/index.vue.d.ts +104 -0
- package/es/components/chart/components/pie/sunburst/index.vue.mjs +23 -0
- package/es/components/chart/components/pie/sunburst/index.vue2.mjs +4 -0
- package/es/components/chart/index.d.ts +4 -0
- package/es/components/chart-bar-animation/index.d.ts +52 -52
- package/es/components/chart-bar-animation/index.mjs +7 -7
- package/es/components/chart-bar-animation/index.vue.d.ts +52 -52
- package/es/components/chart-bar-animation/index.vue.mjs +79 -79
- package/es/components/chart-bar-animation/index.vue2.mjs +4 -4
- package/es/components/chart-bar-basic/index.d.ts +52 -52
- package/es/components/chart-bar-basic/index.mjs +7 -7
- package/es/components/chart-bar-basic/index.vue.d.ts +52 -52
- package/es/components/chart-bar-basic/index.vue.mjs +79 -79
- package/es/components/chart-bar-basic/index.vue2.mjs +4 -4
- package/es/components/chart-bar-contrast/index.d.ts +52 -52
- package/es/components/chart-bar-contrast/index.mjs +7 -7
- package/es/components/chart-bar-contrast/index.vue.d.ts +52 -52
- package/es/components/chart-bar-contrast/index.vue.mjs +92 -92
- package/es/components/chart-bar-contrast/index.vue2.mjs +4 -4
- package/es/components/chart-bar-contrast2/index.d.ts +51 -51
- package/es/components/chart-bar-contrast2/index.mjs +7 -7
- package/es/components/chart-bar-contrast2/index.vue.d.ts +51 -51
- package/es/components/chart-bar-contrast2/index.vue.mjs +77 -77
- package/es/components/chart-bar-contrast2/index.vue2.mjs +4 -4
- package/es/components/chart-bar-contrast3/index.d.ts +51 -51
- package/es/components/chart-bar-contrast3/index.mjs +7 -7
- package/es/components/chart-bar-contrast3/index.vue.d.ts +51 -51
- package/es/components/chart-bar-contrast3/index.vue.mjs +78 -78
- package/es/components/chart-bar-contrast3/index.vue2.mjs +4 -4
- package/es/components/chart-bar-gradient-column-chart/index.d.ts +51 -51
- package/es/components/chart-bar-gradient-column-chart/index.mjs +7 -7
- package/es/components/chart-bar-gradient-column-chart/index.vue.d.ts +51 -51
- package/es/components/chart-bar-gradient-column-chart/index.vue.mjs +78 -78
- package/es/components/chart-bar-gradient-column-chart/index.vue2.mjs +4 -4
- package/es/components/chart-bar-horizontal/index.d.ts +51 -51
- package/es/components/chart-bar-horizontal/index.mjs +7 -7
- package/es/components/chart-bar-horizontal/index.vue.d.ts +51 -51
- package/es/components/chart-bar-horizontal/index.vue.mjs +78 -78
- package/es/components/chart-bar-horizontal/index.vue2.mjs +4 -4
- package/es/components/chart-bar-horizontal-stack/index.d.ts +51 -51
- package/es/components/chart-bar-horizontal-stack/index.mjs +7 -7
- package/es/components/chart-bar-horizontal-stack/index.vue.d.ts +51 -51
- package/es/components/chart-bar-horizontal-stack/index.vue.mjs +78 -78
- package/es/components/chart-bar-horizontal-stack/index.vue2.mjs +4 -4
- package/es/components/chart-bar-line-bar/index.d.ts +51 -51
- package/es/components/chart-bar-line-bar/index.mjs +7 -7
- package/es/components/chart-bar-line-bar/index.vue.d.ts +51 -51
- package/es/components/chart-bar-line-bar/index.vue.mjs +77 -77
- package/es/components/chart-bar-line-bar/index.vue2.mjs +4 -4
- package/es/components/chart-bar-line-bar2/index.d.ts +51 -51
- package/es/components/chart-bar-line-bar2/index.mjs +7 -7
- package/es/components/chart-bar-line-bar2/index.vue.d.ts +51 -51
- package/es/components/chart-bar-line-bar2/index.vue.mjs +77 -77
- package/es/components/chart-bar-line-bar2/index.vue2.mjs +4 -4
- package/es/components/chart-bar-loop/index.d.ts +51 -51
- package/es/components/chart-bar-loop/index.mjs +7 -7
- package/es/components/chart-bar-loop/index.vue.d.ts +51 -51
- package/es/components/chart-bar-loop/index.vue.mjs +78 -78
- package/es/components/chart-bar-loop/index.vue2.mjs +4 -4
- package/es/components/chart-bar-mini/index.d.ts +51 -51
- package/es/components/chart-bar-mini/index.mjs +7 -7
- package/es/components/chart-bar-mini/index.vue.d.ts +51 -51
- package/es/components/chart-bar-mini/index.vue.mjs +78 -78
- package/es/components/chart-bar-mini/index.vue2.mjs +4 -4
- package/es/components/chart-bar-polar/index.d.ts +51 -51
- package/es/components/chart-bar-polar/index.mjs +7 -7
- package/es/components/chart-bar-polar/index.vue.d.ts +51 -51
- package/es/components/chart-bar-polar/index.vue.mjs +77 -77
- package/es/components/chart-bar-polar/index.vue2.mjs +4 -4
- package/es/components/chart-bar-polar-stack/index.d.ts +51 -51
- package/es/components/chart-bar-polar-stack/index.mjs +7 -7
- package/es/components/chart-bar-polar-stack/index.vue.d.ts +51 -51
- package/es/components/chart-bar-polar-stack/index.vue.mjs +77 -77
- package/es/components/chart-bar-polar-stack/index.vue2.mjs +4 -4
- package/es/components/chart-bar-polar2/index.d.ts +51 -51
- package/es/components/chart-bar-polar2/index.mjs +7 -7
- package/es/components/chart-bar-polar2/index.vue.d.ts +51 -51
- package/es/components/chart-bar-polar2/index.vue.mjs +77 -77
- package/es/components/chart-bar-polar2/index.vue2.mjs +4 -4
- package/es/components/chart-bar-radius-circle/index.d.ts +51 -51
- package/es/components/chart-bar-radius-circle/index.mjs +7 -7
- package/es/components/chart-bar-radius-circle/index.vue.d.ts +51 -51
- package/es/components/chart-bar-radius-circle/index.vue.mjs +77 -77
- package/es/components/chart-bar-radius-circle/index.vue2.mjs +4 -4
- package/es/components/chart-bar-rank/index.d.ts +51 -51
- package/es/components/chart-bar-rank/index.mjs +7 -7
- package/es/components/chart-bar-rank/index.vue.d.ts +51 -51
- package/es/components/chart-bar-rank/index.vue.mjs +78 -78
- package/es/components/chart-bar-rank/index.vue2.mjs +4 -4
- package/es/components/chart-bar-segmented-progress/index.d.ts +51 -51
- package/es/components/chart-bar-segmented-progress/index.mjs +7 -7
- package/es/components/chart-bar-segmented-progress/index.vue.d.ts +51 -51
- package/es/components/chart-bar-segmented-progress/index.vue.mjs +77 -77
- package/es/components/chart-bar-segmented-progress/index.vue2.mjs +4 -4
- package/es/components/chart-bar-spire/index.d.ts +51 -51
- package/es/components/chart-bar-spire/index.mjs +7 -7
- package/es/components/chart-bar-spire/index.vue.d.ts +51 -51
- package/es/components/chart-bar-spire/index.vue.mjs +77 -77
- package/es/components/chart-bar-spire/index.vue2.mjs +4 -4
- package/es/components/chart-bar-stack/index.d.ts +51 -51
- package/es/components/chart-bar-stack/index.mjs +7 -7
- package/es/components/chart-bar-stack/index.vue.d.ts +51 -51
- package/es/components/chart-bar-stack/index.vue.mjs +78 -78
- package/es/components/chart-bar-stack/index.vue2.mjs +4 -4
- package/es/components/chart-bar-stack-line/index.d.ts +51 -51
- package/es/components/chart-bar-stack-line/index.mjs +7 -7
- package/es/components/chart-bar-stack-line/index.vue.d.ts +51 -51
- package/es/components/chart-bar-stack-line/index.vue.mjs +77 -77
- package/es/components/chart-bar-stack-line/index.vue2.mjs +4 -4
- package/es/components/chart-bar-stack2/index.d.ts +51 -51
- package/es/components/chart-bar-stack2/index.mjs +7 -7
- package/es/components/chart-bar-stack2/index.vue.d.ts +51 -51
- package/es/components/chart-bar-stack2/index.vue.mjs +77 -77
- package/es/components/chart-bar-stack2/index.vue2.mjs +4 -4
- package/es/components/chart-bar-stack3/index.d.ts +51 -51
- package/es/components/chart-bar-stack3/index.mjs +7 -7
- package/es/components/chart-bar-stack3/index.vue.d.ts +51 -51
- package/es/components/chart-bar-stack3/index.vue.mjs +77 -77
- package/es/components/chart-bar-stack3/index.vue2.mjs +4 -4
- package/es/components/chart-bar-staggered/index.d.ts +51 -51
- package/es/components/chart-bar-staggered/index.mjs +7 -7
- package/es/components/chart-bar-staggered/index.vue.d.ts +51 -51
- package/es/components/chart-bar-staggered/index.vue.mjs +77 -77
- package/es/components/chart-bar-staggered/index.vue2.mjs +4 -4
- package/es/components/chart-bar-three/index.d.ts +51 -51
- package/es/components/chart-bar-three/index.mjs +7 -7
- package/es/components/chart-bar-three/index.vue.d.ts +51 -51
- package/es/components/chart-bar-three/index.vue.mjs +77 -77
- package/es/components/chart-bar-three/index.vue2.mjs +4 -4
- package/es/components/chart-bar-waterfall/index.d.ts +51 -51
- package/es/components/chart-bar-waterfall/index.mjs +7 -7
- package/es/components/chart-bar-waterfall/index.vue.d.ts +51 -51
- package/es/components/chart-bar-waterfall/index.vue.mjs +77 -77
- package/es/components/chart-bar-waterfall/index.vue2.mjs +4 -4
- package/es/components/chart-bar-zebra/index.d.ts +51 -51
- package/es/components/chart-bar-zebra/index.mjs +7 -7
- package/es/components/chart-bar-zebra/index.vue.d.ts +51 -51
- package/es/components/chart-bar-zebra/index.vue.mjs +77 -77
- package/es/components/chart-bar-zebra/index.vue2.mjs +4 -4
- package/es/components/chart-line-area-gradient/index.d.ts +51 -51
- package/es/components/chart-line-area-gradient/index.mjs +7 -7
- package/es/components/chart-line-area-gradient/index.vue.d.ts +51 -51
- package/es/components/chart-line-area-gradient/index.vue.mjs +78 -78
- package/es/components/chart-line-area-gradient/index.vue2.mjs +4 -4
- package/es/components/chart-line-area-highlight/index.d.ts +51 -51
- package/es/components/chart-line-area-highlight/index.mjs +7 -7
- package/es/components/chart-line-area-highlight/index.vue.d.ts +51 -51
- package/es/components/chart-line-area-highlight/index.vue.mjs +78 -78
- package/es/components/chart-line-area-highlight/index.vue2.mjs +4 -4
- package/es/components/chart-line-area-highlight2/index.d.ts +51 -51
- package/es/components/chart-line-area-highlight2/index.mjs +7 -7
- package/es/components/chart-line-area-highlight2/index.vue.d.ts +51 -51
- package/es/components/chart-line-area-highlight2/index.vue.mjs +78 -78
- package/es/components/chart-line-area-highlight2/index.vue2.mjs +4 -4
- package/es/components/chart-line-basic/index.d.ts +51 -51
- package/es/components/chart-line-basic/index.mjs +7 -7
- package/es/components/chart-line-basic/index.vue.d.ts +51 -51
- package/es/components/chart-line-basic/index.vue.mjs +78 -78
- package/es/components/chart-line-basic/index.vue2.mjs +4 -4
- package/es/components/chart-line-bump/index.d.ts +51 -51
- package/es/components/chart-line-bump/index.mjs +7 -7
- package/es/components/chart-line-bump/index.vue.d.ts +51 -51
- package/es/components/chart-line-bump/index.vue.mjs +78 -78
- package/es/components/chart-line-bump/index.vue2.mjs +4 -4
- package/es/components/chart-line-dashed/index.d.ts +51 -51
- package/es/components/chart-line-dashed/index.mjs +7 -7
- package/es/components/chart-line-dashed/index.vue.d.ts +51 -51
- package/es/components/chart-line-dashed/index.vue.mjs +78 -78
- package/es/components/chart-line-dashed/index.vue2.mjs +4 -4
- package/es/components/chart-line-ladder/index.d.ts +51 -51
- package/es/components/chart-line-ladder/index.mjs +7 -7
- package/es/components/chart-line-ladder/index.vue.d.ts +51 -51
- package/es/components/chart-line-ladder/index.vue.mjs +78 -78
- package/es/components/chart-line-ladder/index.vue2.mjs +4 -4
- package/es/components/chart-line-logarithm/index.d.ts +51 -51
- package/es/components/chart-line-logarithm/index.mjs +7 -7
- package/es/components/chart-line-logarithm/index.vue.d.ts +51 -51
- package/es/components/chart-line-logarithm/index.vue.mjs +78 -78
- package/es/components/chart-line-logarithm/index.vue2.mjs +4 -4
- package/es/components/chart-line-multix/index.d.ts +51 -51
- package/es/components/chart-line-multix/index.mjs +7 -7
- package/es/components/chart-line-multix/index.vue.d.ts +51 -51
- package/es/components/chart-line-multix/index.vue.mjs +78 -78
- package/es/components/chart-line-multix/index.vue2.mjs +4 -4
- package/es/components/chart-line-polar-double/index.d.ts +51 -51
- package/es/components/chart-line-polar-double/index.mjs +7 -7
- package/es/components/chart-line-polar-double/index.vue.d.ts +51 -51
- package/es/components/chart-line-polar-double/index.vue.mjs +78 -78
- package/es/components/chart-line-polar-double/index.vue2.mjs +4 -4
- package/es/components/chart-line-rain-flow/index.d.ts +51 -51
- package/es/components/chart-line-rain-flow/index.mjs +7 -7
- package/es/components/chart-line-rain-flow/index.vue.d.ts +51 -51
- package/es/components/chart-line-rain-flow/index.vue.mjs +78 -78
- package/es/components/chart-line-rain-flow/index.vue2.mjs +4 -4
- package/es/components/chart-line-scale/index.d.ts +51 -51
- package/es/components/chart-line-scale/index.mjs +7 -7
- package/es/components/chart-line-scale/index.vue.d.ts +51 -51
- package/es/components/chart-line-scale/index.vue.mjs +78 -78
- package/es/components/chart-line-scale/index.vue2.mjs +4 -4
- package/es/components/chart-line-smooth/index.d.ts +51 -51
- package/es/components/chart-line-smooth/index.mjs +7 -7
- package/es/components/chart-line-smooth/index.vue.d.ts +51 -51
- package/es/components/chart-line-smooth/index.vue.mjs +78 -78
- package/es/components/chart-line-smooth/index.vue2.mjs +4 -4
- package/es/components/chart-line-smooth-area/index.d.ts +51 -51
- package/es/components/chart-line-smooth-area/index.mjs +7 -7
- package/es/components/chart-line-smooth-area/index.vue.d.ts +51 -51
- package/es/components/chart-line-smooth-area/index.vue.mjs +78 -78
- package/es/components/chart-line-smooth-area/index.vue2.mjs +4 -4
- package/es/components/chart-line-stack/index.d.ts +51 -51
- package/es/components/chart-line-stack/index.mjs +7 -7
- package/es/components/chart-line-stack/index.vue.d.ts +51 -51
- package/es/components/chart-line-stack/index.vue.mjs +78 -78
- package/es/components/chart-line-stack/index.vue2.mjs +4 -4
- package/es/components/chart-line-stack-area/index.d.ts +51 -51
- package/es/components/chart-line-stack-area/index.mjs +7 -7
- package/es/components/chart-line-stack-area/index.vue.d.ts +51 -51
- package/es/components/chart-line-stack-area/index.vue.mjs +78 -78
- package/es/components/chart-line-stack-area/index.vue2.mjs +4 -4
- package/es/components/chart-line-temp/index.d.ts +51 -51
- package/es/components/chart-line-temp/index.mjs +7 -7
- package/es/components/chart-line-temp/index.vue.d.ts +51 -51
- package/es/components/chart-line-temp/index.vue.mjs +78 -78
- package/es/components/chart-line-temp/index.vue2.mjs +4 -4
- package/es/components/chart-line-vertical/index.d.ts +51 -51
- package/es/components/chart-line-vertical/index.mjs +7 -7
- package/es/components/chart-line-vertical/index.vue.d.ts +51 -51
- package/es/components/chart-line-vertical/index.vue.mjs +78 -78
- package/es/components/chart-line-vertical/index.vue2.mjs +4 -4
- package/es/components/chart-map-basic/index.d.ts +51 -51
- package/es/components/chart-map-basic/index.mjs +7 -7
- package/es/components/chart-map-basic/index.vue.d.ts +51 -51
- package/es/components/chart-map-basic/index.vue.mjs +78 -78
- package/es/components/chart-map-basic/index.vue2.mjs +4 -4
- package/es/components/chart-map-bmap-basic/index.d.ts +51 -51
- package/es/components/chart-map-bmap-basic/index.mjs +7 -7
- package/es/components/chart-map-bmap-basic/index.vue.d.ts +51 -51
- package/es/components/chart-map-bmap-basic/index.vue.mjs +78 -78
- package/es/components/chart-map-bmap-basic/index.vue2.mjs +4 -4
- package/es/components/chart-map-bmap-heatmap/index.d.ts +51 -51
- package/es/components/chart-map-bmap-heatmap/index.mjs +7 -7
- package/es/components/chart-map-bmap-heatmap/index.vue.d.ts +51 -51
- package/es/components/chart-map-bmap-heatmap/index.vue.mjs +78 -78
- package/es/components/chart-map-bmap-heatmap/index.vue2.mjs +4 -4
- package/es/components/chart-map-bmap-rich/index.d.ts +51 -51
- package/es/components/chart-map-bmap-rich/index.mjs +7 -7
- package/es/components/chart-map-bmap-rich/index.vue.d.ts +51 -51
- package/es/components/chart-map-bmap-rich/index.vue.mjs +78 -78
- package/es/components/chart-map-bmap-rich/index.vue2.mjs +4 -4
- package/es/components/chart-map-customize/index.d.ts +51 -51
- package/es/components/chart-map-customize/index.mjs +7 -7
- package/es/components/chart-map-customize/index.vue.d.ts +51 -51
- package/es/components/chart-map-customize/index.vue.mjs +78 -78
- package/es/components/chart-map-customize/index.vue2.mjs +4 -4
- package/es/components/chart-map-lines/index.d.ts +51 -51
- package/es/components/chart-map-lines/index.mjs +7 -7
- package/es/components/chart-map-lines/index.vue.d.ts +51 -51
- package/es/components/chart-map-lines/index.vue.mjs +78 -78
- package/es/components/chart-map-lines/index.vue2.mjs +4 -4
- package/es/components/chart-map-scatter/index.d.ts +51 -51
- package/es/components/chart-map-scatter/index.mjs +7 -7
- package/es/components/chart-map-scatter/index.vue.d.ts +51 -51
- package/es/components/chart-map-scatter/index.vue.mjs +78 -78
- package/es/components/chart-map-scatter/index.vue2.mjs +4 -4
- package/es/components/chart-pie-3d/index.d.ts +51 -51
- package/es/components/chart-pie-3d/index.mjs +7 -7
- package/es/components/chart-pie-3d/index.vue.d.ts +51 -51
- package/es/components/chart-pie-3d/index.vue.mjs +80 -80
- package/es/components/chart-pie-3d/index.vue2.mjs +4 -4
- package/es/components/chart-pie-3d/renderPie3d.d.ts +30 -30
- package/es/components/chart-pie-3d/renderPie3d.mjs +124 -124
- package/es/components/chart-pie-basic/index.d.ts +51 -51
- package/es/components/chart-pie-basic/index.mjs +7 -7
- package/es/components/chart-pie-basic/index.vue.d.ts +51 -51
- package/es/components/chart-pie-basic/index.vue.mjs +77 -77
- package/es/components/chart-pie-basic/index.vue2.mjs +4 -4
- package/es/components/chart-pie-basic2/index.d.ts +51 -51
- package/es/components/chart-pie-basic2/index.mjs +7 -7
- package/es/components/chart-pie-basic2/index.vue.d.ts +51 -51
- package/es/components/chart-pie-basic2/index.vue.mjs +77 -77
- package/es/components/chart-pie-basic2/index.vue2.mjs +4 -4
- package/es/components/chart-pie-customized/index.d.ts +51 -51
- package/es/components/chart-pie-customized/index.mjs +7 -7
- package/es/components/chart-pie-customized/index.vue.d.ts +51 -51
- package/es/components/chart-pie-customized/index.vue.mjs +77 -77
- package/es/components/chart-pie-customized/index.vue2.mjs +4 -4
- package/es/components/chart-pie-index/index.d.ts +51 -51
- package/es/components/chart-pie-index/index.mjs +7 -7
- package/es/components/chart-pie-index/index.vue.d.ts +51 -51
- package/es/components/chart-pie-index/index.vue.mjs +79 -79
- package/es/components/chart-pie-index/index.vue2.mjs +4 -4
- package/es/components/chart-pie-interval/index.d.ts +51 -51
- package/es/components/chart-pie-interval/index.mjs +7 -7
- package/es/components/chart-pie-interval/index.vue.d.ts +51 -51
- package/es/components/chart-pie-interval/index.vue.mjs +77 -77
- package/es/components/chart-pie-interval/index.vue2.mjs +4 -4
- package/es/components/chart-pie-legend-scroll/index.d.ts +51 -51
- package/es/components/chart-pie-legend-scroll/index.mjs +7 -7
- package/es/components/chart-pie-legend-scroll/index.vue.d.ts +51 -51
- package/es/components/chart-pie-legend-scroll/index.vue.mjs +77 -77
- package/es/components/chart-pie-legend-scroll/index.vue2.mjs +4 -4
- package/es/components/chart-pie-radius/index.d.ts +51 -51
- package/es/components/chart-pie-radius/index.mjs +7 -7
- package/es/components/chart-pie-radius/index.vue.d.ts +51 -51
- package/es/components/chart-pie-radius/index.vue.mjs +77 -77
- package/es/components/chart-pie-radius/index.vue2.mjs +4 -4
- package/es/components/chart-pie-rose/index.d.ts +51 -51
- package/es/components/chart-pie-rose/index.mjs +7 -7
- package/es/components/chart-pie-rose/index.vue.d.ts +51 -51
- package/es/components/chart-pie-rose/index.vue.mjs +77 -77
- package/es/components/chart-pie-rose/index.vue2.mjs +4 -4
- package/es/components/chart-pie-round/index.d.ts +51 -51
- package/es/components/chart-pie-round/index.mjs +7 -7
- package/es/components/chart-pie-round/index.vue.d.ts +51 -51
- package/es/components/chart-pie-round/index.vue.mjs +77 -77
- package/es/components/chart-pie-round/index.vue2.mjs +4 -4
- package/es/components/chart-pie-semicircle/index.d.ts +51 -51
- package/es/components/chart-pie-semicircle/index.mjs +7 -7
- package/es/components/chart-pie-semicircle/index.vue.d.ts +51 -51
- package/es/components/chart-pie-semicircle/index.vue.mjs +77 -77
- package/es/components/chart-pie-semicircle/index.vue2.mjs +4 -4
- package/es/components/chart-pie-sunburst/index.d.ts +51 -51
- package/es/components/chart-pie-sunburst/index.mjs +7 -7
- package/es/components/chart-pie-sunburst/index.vue.d.ts +51 -51
- package/es/components/chart-pie-sunburst/index.vue.mjs +77 -77
- package/es/components/chart-pie-sunburst/index.vue2.mjs +4 -4
- package/es/components/commons-echarts/compileAndRunEcharts.mjs +51 -74
- package/es/components/commons-weather/index.vue.d.ts +0 -16
- package/es/components/index.d.ts +3 -67
- package/es/components/index.mjs +352 -346
- package/es/components/interaction/button/hooks/useButtonWatch.d.ts +10 -0
- package/es/components/interaction/button/hooks/useButtonWatch.mjs +11 -0
- package/es/components/interaction/button/index.d.ts +45 -0
- package/es/components/interaction/button/index.mjs +7 -0
- package/es/components/interaction/button/index.vue.d.ts +46 -0
- package/es/components/interaction/button/index.vue.mjs +7 -0
- package/es/components/interaction/button/index.vue2.mjs +95 -0
- package/es/components/interaction/button/types.d.ts +8 -0
- package/es/components/interaction/date-picker/hooks/useDatePickerWatch.d.ts +10 -0
- package/es/components/interaction/date-picker/hooks/useDatePickerWatch.mjs +16 -0
- package/es/components/interaction/date-picker/index.d.ts +174 -0
- package/es/components/interaction/date-picker/index.mjs +7 -0
- package/es/components/interaction/date-picker/index.vue.d.ts +175 -0
- package/es/components/interaction/date-picker/index.vue.mjs +7 -0
- package/es/components/interaction/date-picker/index.vue2.mjs +169 -0
- package/es/components/interaction/date-picker/types.d.ts +208 -0
- package/es/components/interaction/index.d.ts +3 -0
- package/es/components/interaction/tabs/base.vue.d.ts +30 -0
- package/es/components/interaction/tabs/base.vue.mjs +7 -0
- package/es/components/interaction/tabs/base.vue2.mjs +35 -0
- package/es/components/interaction/tabs/hooks/useTabsWatch.d.ts +11 -0
- package/es/components/interaction/tabs/hooks/useTabsWatch.mjs +16 -0
- package/es/components/interaction/tabs/index.d.ts +74 -0
- package/es/components/interaction/tabs/index.mjs +7 -0
- package/es/components/interaction/tabs/index.vue.d.ts +75 -0
- package/es/components/interaction/tabs/index.vue.mjs +88 -0
- package/es/components/interaction/tabs/index.vue2.mjs +4 -0
- package/es/components/interaction/tabs/templates/basic/index.d.ts +52 -0
- package/es/components/interaction/tabs/templates/basic/index.mjs +7 -0
- package/es/components/interaction/tabs/templates/basic/index.vue.d.ts +52 -0
- package/es/components/interaction/tabs/templates/basic/index.vue.mjs +19 -0
- package/es/components/interaction/tabs/templates/basic/index.vue2.mjs +4 -0
- package/es/components/interaction/tabs/templates/v2/index.d.ts +52 -0
- package/es/components/interaction/tabs/templates/v2/index.mjs +7 -0
- package/es/components/interaction/tabs/templates/v2/index.vue.d.ts +52 -0
- package/es/components/interaction/tabs/templates/v2/index.vue.mjs +19 -0
- package/es/components/interaction/tabs/templates/v2/index.vue2.mjs +4 -0
- package/es/components/interaction/tabs/types.d.ts +16 -0
- package/es/components/interaction-input/index.d.ts +2 -16
- package/es/components/interaction-input/index.vue.d.ts +2 -16
- package/es/components/interaction-select/index.d.ts +6 -96
- package/es/components/interaction-select/index.vue.d.ts +6 -96
- package/es/components/interaction-tabs/index.d.ts +2 -16
- package/es/components/interaction-tabs/index.vue.d.ts +2 -16
- package/es/components/interaction-tabs2/index.d.ts +2 -16
- package/es/components/interaction-tabs2/index.vue.d.ts +2 -16
- package/es/components/map-earth-basic/index.d.ts +2 -2
- package/es/components/map-earth-basic/index.vue.d.ts +2 -2
- package/es/components/map-earth-cool-tech/index.d.ts +2 -2
- package/es/components/map-earth-cool-tech/index.vue.d.ts +2 -2
- package/es/components/map-earth-fly-line/index.d.ts +2 -2
- package/es/components/map-earth-fly-line/index.vue.d.ts +2 -2
- package/es/components/map-earth-hacker/index.d.ts +2 -2
- package/es/components/map-earth-hacker/index.vue.d.ts +2 -2
- package/es/components/map-earth-particle/index.d.ts +2 -2
- package/es/components/map-earth-particle/index.vue.d.ts +2 -2
- package/es/components/scene-amap2d/index.vue.mjs +2 -2
- package/es/components/scene-amap2d/index.vue2.mjs +199 -139
- package/es/components/scene-amap3d/index.vue.mjs +1 -1
- package/es/components/scene-amap3d/index.vue2.mjs +201 -140
- package/es/components/scene-map3d/index.d.ts +0 -8
- package/es/components/scene-map3d/index.vue.d.ts +0 -8
- package/es/components/text/index.d.ts +1 -0
- package/es/components/text/list/hooks/useListWatch.d.ts +10 -0
- package/es/components/text/list/hooks/useListWatch.mjs +11 -0
- package/es/components/text/list/index.d.ts +68 -0
- package/es/components/text/list/index.mjs +7 -0
- package/es/components/text/list/index.vue.d.ts +69 -0
- package/es/components/text/list/index.vue.mjs +98 -0
- package/es/components/text/list/index.vue2.mjs +4 -0
- package/es/components/text/list/types.d.ts +15 -0
- package/es/components/text-table-scroll/index.vue.mjs +1 -1
- package/es/components/text-table-scroll/index.vue2.mjs +25 -24
- package/es/index.d.ts +0 -1
- package/es/index.mjs +367 -360
- package/es/widgets.css +1 -1
- package/lib/commons/components/text.vue.js +1 -0
- package/lib/commons/components/text.vue2.js +1 -0
- package/lib/commons/const/css.js +1 -0
- package/lib/commons/plugins/datasource/index.js +2 -2
- package/lib/commons/plugins/datasource/sources/storage.js +1 -0
- package/lib/commons/plugins/event/index.js +4 -4
- package/lib/commons/plugins/event/utils/utils.js +1 -1
- package/lib/commons/utils/json2css.js +1 -1
- package/lib/commons/utils/utils.js +1 -0
- package/lib/components/chart/commons/components/common-chart/hooks/useCommonChart.js +1 -0
- package/lib/components/chart/commons/components/common-chart/index.vue.js +1 -0
- package/lib/components/chart/commons/components/common-chart/index.vue2.js +1 -0
- package/lib/components/chart/commons/components/common-chart-map/hooks/useCommonChart.js +1 -0
- package/lib/components/chart/commons/components/common-chart-map/index.vue.js +1 -0
- package/lib/components/chart/commons/components/common-chart-map/index.vue2.js +1 -0
- package/lib/components/chart/commons/hooks/useChart.js +1 -0
- package/lib/components/chart/commons/utils/hoverLoop.js +1 -0
- package/lib/components/chart/components/bar/animation/index.js +1 -0
- package/lib/components/chart/components/bar/animation/index.vue.js +1 -0
- package/lib/components/chart/components/bar/animation/index.vue2.js +1 -0
- package/lib/components/chart/components/bar/basic/index.js +1 -0
- package/lib/components/chart/components/bar/basic/index.vue.js +1 -0
- package/lib/components/chart/components/bar/basic/index.vue2.js +1 -0
- package/lib/components/chart/components/bar/contrast/index.js +1 -0
- package/lib/components/chart/components/bar/contrast/index.vue.js +1 -0
- package/lib/components/chart/components/bar/contrast/index.vue2.js +1 -0
- package/lib/components/chart/components/bar/contrast2/index.js +1 -0
- package/lib/components/chart/components/bar/contrast2/index.vue.js +1 -0
- package/lib/components/chart/components/bar/contrast2/index.vue2.js +1 -0
- package/lib/components/chart/components/bar/contrast3/index.js +1 -0
- package/lib/components/chart/components/bar/contrast3/index.vue.js +1 -0
- package/lib/components/chart/components/bar/contrast3/index.vue2.js +1 -0
- package/lib/components/chart/components/bar/gradient-column-chart/index.js +1 -0
- package/lib/components/chart/components/bar/gradient-column-chart/index.vue.js +1 -0
- package/lib/components/chart/components/bar/gradient-column-chart/index.vue2.js +1 -0
- package/lib/components/chart/components/bar/horizontal/index.js +1 -0
- package/lib/components/chart/components/bar/horizontal/index.vue.js +1 -0
- package/lib/components/chart/components/bar/horizontal/index.vue2.js +1 -0
- package/lib/components/chart/components/bar/horizontal-stack/index.js +1 -0
- package/lib/components/chart/components/bar/horizontal-stack/index.vue.js +1 -0
- package/lib/components/chart/components/bar/horizontal-stack/index.vue2.js +1 -0
- package/lib/components/chart/components/bar/line-bar/index.js +1 -0
- package/lib/components/chart/components/bar/line-bar/index.vue.js +1 -0
- package/lib/components/chart/components/bar/line-bar/index.vue2.js +1 -0
- package/lib/components/chart/components/bar/line-bar2/index.js +1 -0
- package/lib/components/chart/components/bar/line-bar2/index.vue.js +1 -0
- package/lib/components/chart/components/bar/line-bar2/index.vue2.js +1 -0
- package/lib/components/chart/components/bar/loop/index.js +1 -0
- package/lib/components/chart/components/bar/loop/index.vue.js +1 -0
- package/lib/components/chart/components/bar/loop/index.vue2.js +1 -0
- package/lib/components/chart/components/bar/mini/index.js +1 -0
- package/lib/components/chart/components/bar/mini/index.vue.js +1 -0
- package/lib/components/chart/components/bar/mini/index.vue2.js +1 -0
- package/lib/components/chart/components/bar/polar/index.js +1 -0
- package/lib/components/chart/components/bar/polar/index.vue.js +1 -0
- package/lib/components/chart/components/bar/polar/index.vue2.js +1 -0
- package/lib/components/chart/components/bar/polar-stack/index.js +1 -0
- package/lib/components/chart/components/bar/polar-stack/index.vue.js +1 -0
- package/lib/components/chart/components/bar/polar-stack/index.vue2.js +1 -0
- package/lib/components/chart/components/bar/polar2/index.js +1 -0
- package/lib/components/chart/components/bar/polar2/index.vue.js +1 -0
- package/lib/components/chart/components/bar/polar2/index.vue2.js +1 -0
- package/lib/components/chart/components/bar/radius-circle/index.js +1 -0
- package/lib/components/chart/components/bar/radius-circle/index.vue.js +1 -0
- package/lib/components/chart/components/bar/radius-circle/index.vue2.js +1 -0
- package/lib/components/chart/components/bar/rank/index.js +1 -0
- package/lib/components/chart/components/bar/rank/index.vue.js +1 -0
- package/lib/components/chart/components/bar/rank/index.vue2.js +1 -0
- package/lib/components/chart/components/bar/segmented-progress/index.js +1 -0
- package/lib/components/chart/components/bar/segmented-progress/index.vue.js +1 -0
- package/lib/components/chart/components/bar/segmented-progress/index.vue2.js +1 -0
- package/lib/components/chart/components/bar/spire/index.js +1 -0
- package/lib/components/chart/components/bar/spire/index.vue.js +1 -0
- package/lib/components/chart/components/bar/spire/index.vue2.js +1 -0
- package/lib/components/chart/components/bar/stack/index.js +1 -0
- package/lib/components/chart/components/bar/stack/index.vue.js +1 -0
- package/lib/components/chart/components/bar/stack/index.vue2.js +1 -0
- package/lib/components/chart/components/bar/stack-line/index.js +1 -0
- package/lib/components/chart/components/bar/stack-line/index.vue.js +1 -0
- package/lib/components/chart/components/bar/stack-line/index.vue2.js +1 -0
- package/lib/components/chart/components/bar/stack2/index.js +1 -0
- package/lib/components/chart/components/bar/stack2/index.vue.js +1 -0
- package/lib/components/chart/components/bar/stack2/index.vue2.js +1 -0
- package/lib/components/chart/components/bar/stack3/index.js +1 -0
- package/lib/components/chart/components/bar/stack3/index.vue.js +1 -0
- package/lib/components/chart/components/bar/stack3/index.vue2.js +1 -0
- package/lib/components/chart/components/bar/staggered/index.js +1 -0
- package/lib/components/chart/components/bar/staggered/index.vue.js +1 -0
- package/lib/components/chart/components/bar/staggered/index.vue2.js +1 -0
- package/lib/components/chart/components/bar/three/index.js +1 -0
- package/lib/components/chart/components/bar/three/index.vue.js +1 -0
- package/lib/components/chart/components/bar/three/index.vue2.js +1 -0
- package/lib/components/chart/components/bar/waterfall/index.js +1 -0
- package/lib/components/chart/components/bar/waterfall/index.vue.js +1 -0
- package/lib/components/chart/components/bar/waterfall/index.vue2.js +1 -0
- package/lib/components/chart/components/bar/zebra/index.js +1 -0
- package/lib/components/chart/components/bar/zebra/index.vue.js +1 -0
- package/lib/components/chart/components/bar/zebra/index.vue2.js +1 -0
- package/lib/components/chart/components/line/area-gradient/index.js +1 -0
- package/lib/components/chart/components/line/area-gradient/index.vue.js +1 -0
- package/lib/components/chart/components/line/area-gradient/index.vue2.js +1 -0
- package/lib/components/chart/components/line/area-highlight/index.js +1 -0
- package/lib/components/chart/components/line/area-highlight/index.vue.js +1 -0
- package/lib/components/chart/components/line/area-highlight/index.vue2.js +1 -0
- package/lib/components/chart/components/line/area-highlight2/index.js +1 -0
- package/lib/components/chart/components/line/area-highlight2/index.vue.js +1 -0
- package/lib/components/chart/components/line/area-highlight2/index.vue2.js +1 -0
- package/lib/components/chart/components/line/basic/index.js +1 -0
- package/lib/components/chart/components/line/basic/index.vue.js +1 -0
- package/lib/components/chart/components/line/basic/index.vue2.js +1 -0
- package/lib/components/chart/components/line/bump/index.js +1 -0
- package/lib/components/chart/components/line/bump/index.vue.js +1 -0
- package/lib/components/chart/components/line/bump/index.vue2.js +1 -0
- package/lib/components/chart/components/line/dashed/index.js +1 -0
- package/lib/components/chart/components/line/dashed/index.vue.js +1 -0
- package/lib/components/chart/components/line/dashed/index.vue2.js +1 -0
- package/lib/components/chart/components/line/ladder/index.js +1 -0
- package/lib/components/chart/components/line/ladder/index.vue.js +1 -0
- package/lib/components/chart/components/line/ladder/index.vue2.js +1 -0
- package/lib/components/chart/components/line/logarithm/index.js +1 -0
- package/lib/components/chart/components/line/logarithm/index.vue.js +1 -0
- package/lib/components/chart/components/line/logarithm/index.vue2.js +1 -0
- package/lib/components/chart/components/line/multix/index.js +1 -0
- package/lib/components/chart/components/line/multix/index.vue.js +1 -0
- package/lib/components/chart/components/line/multix/index.vue2.js +1 -0
- package/lib/components/chart/components/line/polar-double/index.js +1 -0
- package/lib/components/chart/components/line/polar-double/index.vue.js +1 -0
- package/lib/components/chart/components/line/polar-double/index.vue2.js +1 -0
- package/lib/components/chart/components/line/rain-flow/index.js +1 -0
- package/lib/components/chart/components/line/rain-flow/index.vue.js +1 -0
- package/lib/components/chart/components/line/rain-flow/index.vue2.js +1 -0
- package/lib/components/chart/components/line/scale/index.js +1 -0
- package/lib/components/chart/components/line/scale/index.vue.js +1 -0
- package/lib/components/chart/components/line/scale/index.vue2.js +1 -0
- package/lib/components/chart/components/line/smooth/index.js +1 -0
- package/lib/components/chart/components/line/smooth/index.vue.js +1 -0
- package/lib/components/chart/components/line/smooth/index.vue2.js +1 -0
- package/lib/components/chart/components/line/smooth-area/index.js +1 -0
- package/lib/components/chart/components/line/smooth-area/index.vue.js +1 -0
- package/lib/components/chart/components/line/smooth-area/index.vue2.js +1 -0
- package/lib/components/chart/components/line/stack/index.js +1 -0
- package/lib/components/chart/components/line/stack/index.vue.js +1 -0
- package/lib/components/chart/components/line/stack/index.vue2.js +1 -0
- package/lib/components/chart/components/line/stack-area/index.js +1 -0
- package/lib/components/chart/components/line/stack-area/index.vue.js +1 -0
- package/lib/components/chart/components/line/stack-area/index.vue2.js +1 -0
- package/lib/components/chart/components/line/temp/index.js +1 -0
- package/lib/components/chart/components/line/temp/index.vue.js +1 -0
- package/lib/components/chart/components/line/temp/index.vue2.js +1 -0
- package/lib/components/chart/components/line/vertical/index.js +1 -0
- package/lib/components/chart/components/line/vertical/index.vue.js +1 -0
- package/lib/components/chart/components/line/vertical/index.vue2.js +1 -0
- package/lib/components/chart/components/map/basic/index.js +1 -0
- package/lib/components/chart/components/map/basic/index.vue.js +1 -0
- package/lib/components/chart/components/map/basic/index.vue2.js +1 -0
- package/lib/components/chart/components/map/bmap-basic/index.js +1 -0
- package/lib/components/chart/components/map/bmap-basic/index.vue.js +1 -0
- package/lib/components/chart/components/map/bmap-basic/index.vue2.js +1 -0
- package/lib/components/chart/components/map/bmap-heatmap/index.js +1 -0
- package/lib/components/chart/components/map/bmap-heatmap/index.vue.js +1 -0
- package/lib/components/chart/components/map/bmap-heatmap/index.vue2.js +1 -0
- package/lib/components/chart/components/map/bmap-rich/index.js +1 -0
- package/lib/components/chart/components/map/bmap-rich/index.vue.js +1 -0
- package/lib/components/chart/components/map/bmap-rich/index.vue2.js +1 -0
- package/lib/components/chart/components/map/customize/index.js +1 -0
- package/lib/components/chart/components/map/customize/index.vue.js +1 -0
- package/lib/components/chart/components/map/customize/index.vue2.js +1 -0
- package/lib/components/chart/components/map/lines/index.js +1 -0
- package/lib/components/chart/components/map/lines/index.vue.js +1 -0
- package/lib/components/chart/components/map/lines/index.vue2.js +1 -0
- package/lib/components/chart/components/map/scatter/index.js +1 -0
- package/lib/components/chart/components/map/scatter/index.vue.js +1 -0
- package/lib/components/chart/components/map/scatter/index.vue2.js +1 -0
- package/lib/components/chart/components/pie/3d/index.js +1 -0
- package/lib/components/chart/components/pie/3d/index.vue.js +1 -0
- package/lib/components/chart/components/pie/3d/index.vue2.js +1 -0
- package/lib/components/chart/components/pie/3d/renderPie3d.js +4 -0
- package/lib/components/chart/components/pie/basic/index.js +1 -0
- package/lib/components/chart/components/pie/basic/index.vue.js +1 -0
- package/lib/components/chart/components/pie/basic/index.vue2.js +1 -0
- package/lib/components/chart/components/pie/basic2/index.js +1 -0
- package/lib/components/chart/components/pie/basic2/index.vue.js +1 -0
- package/lib/components/chart/components/pie/basic2/index.vue2.js +1 -0
- package/lib/components/chart/components/pie/customized/index.js +1 -0
- package/lib/components/chart/components/pie/customized/index.vue.js +1 -0
- package/lib/components/chart/components/pie/customized/index.vue2.js +1 -0
- package/lib/components/chart/components/pie/index/index.js +1 -0
- package/lib/components/chart/components/pie/index/index.vue.js +1 -0
- package/lib/components/chart/components/pie/index/index.vue2.js +1 -0
- package/lib/components/chart/components/pie/interval/index.js +1 -0
- package/lib/components/chart/components/pie/interval/index.vue.js +1 -0
- package/lib/components/chart/components/pie/interval/index.vue2.js +1 -0
- package/lib/components/chart/components/pie/legend-scroll/index.js +1 -0
- package/lib/components/chart/components/pie/legend-scroll/index.vue.js +1 -0
- package/lib/components/chart/components/pie/legend-scroll/index.vue2.js +1 -0
- package/lib/components/chart/components/pie/radius/index.js +1 -0
- package/lib/components/chart/components/pie/radius/index.vue.js +1 -0
- package/lib/components/chart/components/pie/radius/index.vue2.js +1 -0
- package/lib/components/chart/components/pie/rose/index.js +1 -0
- package/lib/components/chart/components/pie/rose/index.vue.js +1 -0
- package/lib/components/chart/components/pie/rose/index.vue2.js +1 -0
- package/lib/components/chart/components/pie/round/index.js +1 -0
- package/lib/components/chart/components/pie/round/index.vue.js +1 -0
- package/lib/components/chart/components/pie/round/index.vue2.js +1 -0
- package/lib/components/chart/components/pie/sunburst/index.js +1 -0
- package/lib/components/chart/components/pie/sunburst/index.vue.js +1 -0
- package/lib/components/chart/components/pie/sunburst/index.vue2.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-animation/index.vue2.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-basic/index.vue2.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-contrast/index.vue2.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-contrast2/index.vue2.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-contrast3/index.vue2.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-gradient-column-chart/index.vue2.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/index.vue2.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-horizontal-stack/index.vue2.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-bar/index.vue2.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-line-bar2/index.vue2.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-loop/index.vue2.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-mini/index.vue2.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/index.vue2.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-polar-stack/index.vue2.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-polar2/index.vue2.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-radius-circle/index.vue2.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-rank/index.vue2.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-segmented-progress/index.vue2.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-spire/index.vue2.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/index.vue2.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-stack-line/index.vue2.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-stack2/index.vue2.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-stack3/index.vue2.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-staggered/index.vue2.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-three/index.vue2.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-waterfall/index.vue2.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-bar-zebra/index.vue2.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-gradient/index.vue2.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-highlight/index.vue2.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-area-highlight2/index.vue2.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-basic/index.vue2.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-bump/index.vue2.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-dashed/index.vue2.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-ladder/index.vue2.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-logarithm/index.vue2.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-multix/index.vue2.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-polar-double/index.vue2.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-rain-flow/index.vue2.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-scale/index.vue2.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/index.vue2.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-smooth-area/index.vue2.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/index.vue2.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-stack-area/index.vue2.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-temp/index.vue2.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-line-vertical/index.vue2.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-basic/index.vue2.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-basic/index.vue2.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-heatmap/index.vue2.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-bmap-rich/index.vue2.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-customize/index.vue2.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-lines/index.vue2.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-map-scatter/index.vue2.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-3d/index.vue2.js +1 -1
- package/lib/components/chart-pie-3d/renderPie3d.js +4 -4
- 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-basic/index.vue2.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-basic2/index.vue2.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-customized/index.vue2.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-index/index.vue2.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-interval/index.vue2.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-legend-scroll/index.vue2.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-radius/index.vue2.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-rose/index.vue2.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-round/index.vue2.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-semicircle/index.vue2.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-pie-sunburst/index.vue2.js +1 -1
- package/lib/components/commons-echarts/compileAndRunEcharts.js +13 -14
- package/lib/components/index.js +1 -1
- package/lib/components/interaction/button/hooks/useButtonWatch.js +1 -0
- package/lib/components/interaction/button/index.js +1 -0
- package/lib/components/interaction/button/index.vue.js +1 -0
- package/lib/components/interaction/button/index.vue2.js +1 -0
- package/lib/components/interaction/date-picker/hooks/useDatePickerWatch.js +1 -0
- package/lib/components/interaction/date-picker/index.js +1 -0
- package/lib/components/interaction/date-picker/index.vue.js +1 -0
- package/lib/components/interaction/date-picker/index.vue2.js +1 -0
- package/lib/components/interaction/tabs/base.vue.js +1 -0
- package/lib/components/interaction/tabs/base.vue2.js +1 -0
- package/lib/components/interaction/tabs/hooks/useTabsWatch.js +1 -0
- package/lib/components/interaction/tabs/index.js +1 -0
- package/lib/components/interaction/tabs/index.vue.js +1 -0
- package/lib/components/interaction/tabs/index.vue2.js +1 -0
- package/lib/components/interaction/tabs/templates/basic/index.js +1 -0
- package/lib/components/interaction/tabs/templates/basic/index.vue.js +1 -0
- package/lib/components/interaction/tabs/templates/basic/index.vue2.js +1 -0
- package/lib/components/interaction/tabs/templates/v2/index.js +1 -0
- package/lib/components/interaction/tabs/templates/v2/index.vue.js +1 -0
- package/lib/components/interaction/tabs/templates/v2/index.vue2.js +1 -0
- package/lib/components/scene-amap2d/index.vue.js +1 -1
- package/lib/components/scene-amap2d/index.vue2.js +1 -1
- package/lib/components/scene-amap3d/index.vue.js +1 -1
- package/lib/components/scene-amap3d/index.vue2.js +3 -3
- package/lib/components/text/list/hooks/useListWatch.js +1 -0
- package/lib/components/text/list/index.js +1 -0
- package/lib/components/text/list/index.vue.js +1 -0
- package/lib/components/text/list/index.vue2.js +1 -0
- package/lib/components/text-table-scroll/index.vue.js +1 -1
- package/lib/components/text-table-scroll/index.vue2.js +1 -1
- package/lib/index.js +1 -1
- package/lib/widgets.css +1 -1
- package/package.json +1 -1
package/lib/widgets.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";.zerov-widget-text[data-v-7dcb2cfd]{width:100%;height:100%;display:flex;white-space:pre-wrap;font-weight:400}.zerov-widget-text[data-v-7dcb2cfd]:before{content:attr(ztitle);position:absolute;z-index:-1;text-shadow:var(--text-shadow)}.table-scroll[data-v-5d78d597]{height:100%;display:flex!important;flex-direction:column;border:var(--b3073844) var(--8b05448c) var(--8ccd2128)}.table-scroll .th[data-v-5d78d597],.table-scroll .td[data-v-5d78d597]{width:calc(100% - 8px);height:100%;display:flex!important;padding-left:var(--6e2dd140);align-items:var(--337db774);justify-content:var(--175b4ad4);border-left:var(--b3073844) var(--8b05448c) var(--8ccd2128);overflow:hidden}.table-scroll .th p[data-v-5d78d597],.table-scroll .td p[data-v-5d78d597]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-right:10px}.table-scroll .th[data-v-5d78d597]:first-child,.table-scroll .td[data-v-5d78d597]:first-child{border-left:0}.table-scroll .table-header[data-v-5d78d597]{flex:none;display:flex;flex-direction:row;background-color:var(--60eba224);border-bottom:var(--b3073844) var(--8b05448c) var(--8ccd2128);height:var(--a5715660);color:var(--07adbea6);font-size:var(--cc841332);font-weight:var(--f6e65ec6);font-style:var(--8c7a9228);padding:0 8px;background-image:var(--header-background-image);background-repeat:no-repeat;background-size:100% 100%}.table-scroll .table-body[data-v-5d78d597]{flex:1;overflow:auto}.table-scroll .table-body .tr[data-v-5d78d597]{border-bottom:var(--b3073844) var(--8b05448c) var(--8ccd2128);height:var(--499661e5);background-color:var(--72b695a2);padding:0 8px;display:flex;flex-direction:row;transition:all .2s}.table-scroll .table-body .tr[data-v-5d78d597]:nth-child(odd){background:var(--odd-background)}.table-scroll .table-body .tr .td p[data-v-5d78d597]{color:var(--30ed12c2);font-size:var(--5e7e123c);font-weight:var(--2b7438b0);font-style:var(--28659681)}.table-scroll .table-body .tr[data-v-5d78d597]:hover{background-color:var(--row-hover)}.earth-wrap[data-v-689c7e5c]{width:100%;height:100%;min-width:100px;min-height:100px;overflow:hidden;position:relative}.zv-earth[data-v-689c7e5c]{width:100%;height:100%}.zv-earth[data-v-689c7e5c] .tag{opacity:0;transition:opacity .2s}.zv-earth.showLabel[data-v-689c7e5c] .tag{opacity:1}.widget[data-v-7620ca45]{opacity:0;transition:all .8s ease}.widget.show[data-v-7620ca45]{opacity:1}.babylon-loading[data-v-7620ca45]{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);transition:all .2s;pointer-events:none!important;font-size:14px;color:#fff;text-shadow:0 0 2px #676767}.widget[data-v-6792ad5c]{opacity:0;transition:all .8s ease}.widget.show[data-v-6792ad5c]{opacity:1}.babylon-loading[data-v-6792ad5c]{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);transition:all .2s;pointer-events:none!important;font-size:14px;color:#fff;text-shadow:0 0 2px #676767}.widget[data-v-c911b312]{opacity:0;transition:all .8s ease}.widget.show[data-v-c911b312]{opacity:1}.babylon-loading[data-v-c911b312]{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);transition:all .2s;pointer-events:none!important;font-size:14px;color:#fff;text-shadow:0 0 2px #676767}.loop-iterator-wrap[data-v-3ad683d6]{display:grid;overflow:auto;box-sizing:border-box}.loop-iterator-wrap[data-v-3ad683d6]::-webkit-scrollbar{display:none}.loop-iterator-wrap .loop-iterator-item[data-v-3ad683d6]{display:grid;cursor:pointer}.loop-iterator-wrap .loop-iterator-item-image img[data-v-3ad683d6]{width:100%;height:100%;object-fit:cover}.widget[data-v-c1aa323e]{opacity:0;transition:all .8s ease}.widget.show[data-v-c1aa323e]{opacity:1}.babylon-loading[data-v-c1aa323e]{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);transition:all .2s;pointer-events:none!important;font-size:14px;color:#fff;text-shadow:0 0 2px #676767}.zerov-widgets[data-v-c5cf90ee]{display:flex;justify-content:space-between;align-items:center}.wavesurfer-wrap[data-v-84099254]{width:100%;height:100%;position:relative;display:flex;align-items:center}.wavesurfer-wrap .wavesurfer[data-v-84099254]{width:100%;position:relative}.wavesurfer-wrap .wavesurfer .time[data-v-84099254],.wavesurfer-wrap .wavesurfer .duration[data-v-84099254]{position:absolute;z-index:11;top:50%;margin-top:-1px;transform:translateY(-50%);font-size:12px;background:#000000bf;padding:2px;color:#ddd}.wavesurfer-wrap .wavesurfer .time[data-v-84099254]{left:0}.wavesurfer-wrap .wavesurfer .duration[data-v-84099254]{right:0}.zerov-widget-tabs[data-v-da6ebaec]{height:100%;display:flex;flex-direction:row;gap:6px;overflow:hidden}.zerov-widget-tabs .tab-item[data-v-da6ebaec]{flex:1;display:flex;justify-content:center;align-items:center;background:var(--item-background) no-repeat center center;border-radius:2px;font-size:14px;font-style:normal;font-weight:400;color:#fff;border-width:0px;border-color:#292929;border-style:solid;cursor:pointer;background-size:cover;transition:color .2s,background-color .2s;text-shadow:var(--text-shadow)}.zerov-widget-tabs .tab-item.selected[data-v-da6ebaec]{font-family:var(--selected-font-family)!important;color:var(--selected-color)!important;font-size:var(--selected-font-size)!important;font-weight:var(--selected-font-weight)!important;font-style:var(--selected-font-style)!important;border-width:var(--selected-border-width)!important;border-color:var(--selected-border-color)!important;border-style:var(--selected-border-style)!important;background:var(--selected-background) no-repeat center center!important;background-size:100%;text-shadow:var(--selected-text-shadow)}.zerov-widget-tabs[data-v-64e0e0c7]{height:100%;display:flex;flex-direction:row;gap:6px;overflow:hidden}.zerov-widget-tabs .tab-item[data-v-64e0e0c7]{flex:1;display:flex;justify-content:center;align-items:center;background-color:#006aff33;border-radius:2px;font-size:14px;font-style:normal;font-weight:400;color:#fff;border-width:0px;border-color:#292929;border-style:solid;cursor:pointer;background-position:center;background-repeat:no-repeat;background-size:100% 100%;background-image:var(--item-background-image);transition:color .2s,background-color .2s;text-shadow:var(--text-shadow)}.zerov-widget-tabs .tab-item.selected[data-v-64e0e0c7]{font-family:var(--selected-font-family)!important;color:var(--selected-color)!important;font-size:var(--selected-font-size)!important;font-weight:var(--selected-font-weight)!important;font-style:var(--selected-font-style)!important;border-width:var(--selected-border-width)!important;border-color:var(--selected-border-color)!important;border-style:var(--selected-border-style)!important;background-color:var(--selected-background-color)!important;background-image:var(--selected-background-image)!important;text-shadow:var(--selected-text-shadow)}.zv-button[data-v-44033ae5]{height:100%;width:100%;white-space:nowrap;cursor:pointer;color:#000;text-align:center;box-sizing:border-box;outline:0;font-weight:500;-webkit-user-select:none;user-select:none;vertical-align:middle;background-color:#fff;font-size:14px;border-radius:4px;transition:background-color .1s}.zv-button[data-v-44033ae5]:focus,.zv-button[data-v-44033ae5]:hover{outline:0;background-color:var(--hover-auto-background-color)!important}.zv-button[data-v-44033ae5]:active{background-color:var(--active-auto-background-color)!important}.zv-button[data-v-9fbacf32]{height:100%;width:100%;white-space:nowrap;cursor:pointer;color:#000;text-align:center;box-sizing:border-box;outline:0;font-weight:500;-webkit-user-select:none;user-select:none;vertical-align:middle;background-color:transparent;font-size:14px;border-radius:4px;transition:all .2s;background-repeat:no-repeat;overflow:hidden}.zv-button[data-v-9fbacf32]:hover{outline:0;color:var(--hover-color)!important;font-size:var(--hover-font-size)!important;font-weight:var(--hover-font-weight)!important;font-style:var(--hover-font-style)!important;background-color:var(--hover-background-color)!important;background-image:var(--hover-background-image)!important;border-width:var(--hover-border-width)!important;border-color:var(--hover-border-color)!important;border-style:var(--hover-border-style)!important}.zv-button[data-v-9fbacf32]:focus{outline:0}.zv-button[data-v-9fbacf32]:active{color:var(--active-color)!important;font-size:var(--active-font-size)!important;font-weight:var(--active-font-weight)!important;font-style:var(--active-font-style)!important;background-color:var(--active-background-color)!important;background-image:var(--active-background-image)!important;border-width:var(--active-border-width)!important;border-color:var(--active-border-color)!important;border-style:var(--active-border-style)!important}.zerov-widget-select[data-v-c5a3dc95]{position:relative;display:inline-block;width:100%;height:100%;cursor:pointer}.zerov-widget-select__trigger[data-v-c5a3dc95]{width:100%;height:100%;display:flex;justify-content:space-between;align-items:center;padding:8px;border-radius:4px;transition:all .3s;border:1px solid #4c4d4f;background-repeat:no-repeat;background-size:100% 100%}.zerov-widget-select__trigger[data-v-c5a3dc95]:hover{color:var(--hover-color)!important;font-weight:var(--hover-font-weight)!important;font-style:var(--hover-font-style)!important;font-size:var(--hover-font-size)!important;background-color:var(--hover-background-color)!important;border-color:var(--hover-border-color)!important;border-width:var(--hover-border-width)!important;border-style:var(--hover-border-style)!important}.zerov-widget-select__trigger.is-active[data-v-c5a3dc95]{color:var(--hover-color)!important;font-weight:var(--focus-font-weight)!important;font-style:var(--focus-font-style)!important;font-size:var(--focus-font-size)!important;background-color:var(--focus-background-color)!important;border-color:var(--focus-border-color)!important;border-width:var(--focus-border-width)!important;border-style:var(--focus-border-style)!important}.zerov-widget-select__placeholder[data-v-c5a3dc95]{color:#8d9095;font-size:14px;line-height:100%;font-weight:500;font-style:normal;font-family:SHJ-SourceHanSansSC-Regular-otf}.zerov-widget-select__prefix[data-v-c5a3dc95]{width:24px;height:24px;display:block}.zerov-widget-select__prefix img[data-v-c5a3dc95]{width:100%;height:100%}.zerov-widget-select__selected[data-v-c5a3dc95]{color:#c0c4cc;font-weight:500;display:block}.zerov-widget-select__arrow[data-v-c5a3dc95]{line-height:100%;transform:rotate(0);transition:transform .3s}.zerov-widget-select__arrow img[data-v-c5a3dc95]{width:14px;height:14px}.zerov-widget-select__arrow.is-open[data-v-c5a3dc95]{transform:rotate(180deg)}.zerov-widget-select__dropdown[data-v-c5a3dc95]{position:absolute;left:0;right:0;z-index:1000;padding:5px 0;margin-top:6px;background-color:#1d1e1f;border:1px solid #414243;border-radius:4px;box-shadow:0 2px 12px #0000001a;max-height:190px;overflow-y:auto}.zerov-widget-select__option[data-v-c5a3dc95]{font-size:14px;color:#c5c9d1;cursor:pointer;list-style:none;font-weight:500;height:36px;padding:0 12px;box-sizing:border-box;display:flex;align-items:center}.zerov-widget-select__option-prefix[data-v-c5a3dc95]{width:24px;height:24px;margin-right:6px;display:block}.zerov-widget-select__option-prefix img[data-v-c5a3dc95]{width:100%;height:100%}.zerov-widget-select__option[data-v-c5a3dc95]:hover{background-color:var(--hover-background-color)!important;color:var(--hover-color)!important;font-size:var(--hover-font-size)!important;font-weight:var(--hover-font-weight)!important;font-style:var(--hover-font-style)!important}.zerov-widget-select__option.is-selected[data-v-c5a3dc95]{background-color:var(--active-background-color)!important;color:var(--active-color)!important;font-size:var(--active-font-size)!important;font-weight:var(--active-font-weight)!important;font-style:var(--active-font-style)!important}.fade-in-linear-enter-active[data-v-c5a3dc95],.fade-in-linear-leave-active[data-v-c5a3dc95]{transition:opacity .3s ease,transform .3s ease}.fade-in-linear-enter-from[data-v-c5a3dc95],.fade-in-linear-leave-to[data-v-c5a3dc95]{opacity:0;transform:translateY(-5%)}.fade-in-linear-leave-from[data-v-c5a3dc95]{opacity:1;transform:translateY(0)}.zerov-widget-input[data-v-6e7a96b6]{height:100%;width:100%;background-color:#212c46;outline:0;color:#fff;font-size:14px;padding:0 10px;text-align:left;border-width:1px;border-color:#1f69ff;border-style:solid;border-radius:4px;cursor:text}.zerov-widget-input[data-v-6e7a96b6]::placeholder{color:var(--placeholder-color)!important;font-size:var(--placeholder-font-size)!important}.zerov-widget-input[data-v-6e7a96b6]:focus{font-size:var(--focus-font-size)!important;font-family:var(--focus-font-family)!important;color:var(--focus-color)!important;font-weight:var(--focus-font-weight)!important;background-color:var(--focus-background-color)!important;border-width:var(--focus-border-width)!important;border-color:var(--focus-border-color)!important;border-style:var(--focus-border-style)!important}.zerov-widget-slider[data-v-18e3309e]{width:100%;height:100%;display:flex;align-items:center}.zerov-widget-slider .slider[data-v-18e3309e]{width:100%;--slider-bg: var(--3c5b8910);--slider-connect-bg: var(--f3ecf0b8);--slider-height: var(--9b89184a);--slider-radius: var(--0446fa10);--slider-handle-bg: var(--7901f5d0);--slider-handle-width: var(--bf9745cc);--slider-handle-height: var(--9e40ba5a);--slider-handle-radius: var(--02eb2908);--slider-handle-ring-width: var(--261491ea);--slider-handle-ring-color: var(--75889240);--slider-tooltip-font-size: var(--ed677736);--slider-tooltip-font-weight: var(--5cb2a3ce);--slider-tooltip-bg: var(--de310706);--slider-tooltip-color: var(--ab3997aa);--slider-tooltip-radius: var(--3d0edefa);--slider-tooltip-py: var(--09794f2c);--slider-tooltip-px: var(--bccfbb66);--slider-tooltip-arrow-size: var(--2afba7db);--slider-tooltip-distance: var(--6a864c80)}.zerov-widget-slider .slider[data-v-18e3309e] .slider-handle{top:calc((var(--slider-handle-height, 16px) - var(--slider-height, 6px)) / 2 * -1)!important}.zv-switch[data-v-3644cf76]{width:100%;height:100%;overflow:hidden;display:flex;justify-content:center;align-items:center;--zv-switch-on-color: var(--1e49fb33);--zv-switch-off-color: var(--3d1276a5)}.zv-switch.is-checked .zv-switch__core[data-v-3644cf76]{border-color:var(--zv-switch-border-color, var(--zv-switch-on-color));background-color:var(--zv-switch-on-color)}.zv-switch.is-checked .zv-switch__core .zv-switch__action[data-v-3644cf76]{left:calc(100% - var(--785e8df6) - 2px)}.zv-switch .zv-switch__input[data-v-3644cf76]{position:absolute;width:0;height:0;opacity:0;margin:0}.zv-switch .zv-switch__core[data-v-3644cf76]{display:inline-flex;position:relative;align-items:center;min-width:var(--af899230);height:var(--5b444888);border:1px solid var(--zv-switch-border-color, var(--zv-switch-off-color));outline:none;border-radius:var(--79766582);box-sizing:border-box;background:var(--zv-switch-off-color);cursor:pointer;transition:border-color .3s,background-color .3s}.zv-switch .zv-switch__core .zv-switch__action[data-v-3644cf76]{position:absolute;left:2px;border-radius:var(--7e0e5188);transition:all .3s;width:var(--785e8df6);height:var(--785e8df6);background-color:var(--2e4dc5ee);display:flex;justify-content:center;align-items:center}.zerov-widgets-wrap[data-v-6b2adda5]{width:100%;height:100%;position:relative}.zerov-widgets-wrap .selected-date[data-v-6b2adda5]{width:100%;height:100%;border:1px solid #4c4d4f;background-repeat:no-repeat;background-size:100% 100%;border-radius:4px}.zerov-widgets-wrap .selected-date__prefix[data-v-6b2adda5]{width:34px;height:34px;display:flex;align-items:center;justify-content:center}.zerov-widgets-wrap .selected-date__prefix img[data-v-6b2adda5]{width:16px;height:16px}.zerov-widgets-wrap .selected-date__inner[data-v-6b2adda5]{width:100%;height:100%;position:absolute;padding-left:34px;left:0;top:0;display:flex;align-items:center;justify-content:start}.zerov-widgets-wrap .zv-date-picker[data-v-6b2adda5]{width:100%;min-width:322px;position:absolute;left:0;top:100%;margin-top:10px;border-radius:4px;z-index:2000;font-size:12px;line-height:20px;overflow-wrap:break-word;visibility:visible;background-color:#1d1e1f;border:1px solid #414243;box-shadow:0 0 12px #000000b8;color:#cfd3dc;line-height:30px}.zerov-widgets-wrap .zv-date-picker__header[data-v-6b2adda5]{padding:12px 12px 0;text-align:center}.zerov-widgets-wrap .zv-date-picker__header .zv-date-picker__prev-btn .iconfont[data-v-6b2adda5],.zerov-widgets-wrap .zv-date-picker__header .zv-date-picker__next-btn .iconfont[data-v-6b2adda5]{font-size:12px;color:#e5eaf3;cursor:pointer;padding:1px 6px}.zerov-widgets-wrap .zv-date-picker__header .zv-date-picker__prev-btn .iconfont[data-v-6b2adda5]:hover,.zerov-widgets-wrap .zv-date-picker__header .zv-date-picker__next-btn .iconfont[data-v-6b2adda5]:hover{color:#409eff}.zerov-widgets-wrap .zv-date-picker__header .zv-date-picker__prev-btn[data-v-6b2adda5]{float:left}.zerov-widgets-wrap .zv-date-picker__header .zv-date-picker__next-btn[data-v-6b2adda5]{float:right}.zerov-widgets-wrap .zv-date-picker__header-label[data-v-6b2adda5]{font-size:16px;font-weight:500;padding:0 5px;line-height:22px;text-align:center;cursor:pointer;color:#cfd3dc}.zerov-widgets-wrap .zv-date-picker__header-label[data-v-6b2adda5]:hover{color:#409eff}.zerov-widgets-wrap .zv-date-picker__body[data-v-6b2adda5]{margin:15px}.zerov-widgets-wrap .zv-date-picker__body .zv-date-table[data-v-6b2adda5]{font-size:12px;-webkit-user-select:none;user-select:none;width:100%}.zerov-widgets-wrap .zv-date-picker__body .zv-date-table th[data-v-6b2adda5]{padding:5px;color:#cfd3dc;font-weight:500;border-bottom:solid 1px #363637}.zerov-widgets-wrap .zv-date-picker__body .zv-date-table td[data-v-6b2adda5]{width:32px;height:30px;padding:4px 0;box-sizing:border-box;text-align:center;cursor:pointer;position:relative}.zerov-widgets-wrap .zv-date-picker__body .zv-date-table td.prev-month[data-v-6b2adda5],.zerov-widgets-wrap .zv-date-picker__body .zv-date-table td.next-month[data-v-6b2adda5]{color:#8d9095}.zv-button[data-v-cf181ab5]{height:100%;width:100%;white-space:nowrap;cursor:pointer;color:#000;text-align:center;box-sizing:border-box;outline:0;font-weight:500;-webkit-user-select:none;user-select:none;vertical-align:middle;background-color:transparent;font-size:14px;border-radius:4px;transition:all .2s;background-repeat:no-repeat;overflow:hidden}.zv-button[data-v-cf181ab5]:hover{outline:0;color:var(--hover-color)!important;font-size:var(--hover-font-size)!important;font-weight:var(--hover-font-weight)!important;font-style:var(--hover-font-style)!important;background-color:var(--hover-background-color)!important;background-image:var(--hover-background-image)!important;border-width:var(--hover-border-width)!important;border-color:var(--hover-border-color)!important;border-style:var(--hover-border-style)!important}.zv-button[data-v-cf181ab5]:focus{outline:0}.zv-button[data-v-cf181ab5]:active{color:var(--active-color)!important;font-size:var(--active-font-size)!important;font-weight:var(--active-font-weight)!important;font-style:var(--active-font-style)!important;background-color:var(--active-background-color)!important;background-image:var(--active-background-image)!important;border-width:var(--active-border-width)!important;border-color:var(--active-border-color)!important;border-style:var(--active-border-style)!important}.zerov-image[data-v-b608febd]{width:100%;height:100%;background-size:auto;background-repeat:no-repeat;background-position:center}.zerov-widget-title[data-v-3e8689ba]{width:100%;height:100%;display:flex;white-space:pre-wrap;font-weight:400}.zerov-widget-title[data-v-3e8689ba]:before{content:attr(ztitle);position:absolute;z-index:-1;text-shadow:var(--text-shadow)}.qrcode[data-v-106420a4],.zerov-widget-video[data-v-c69fb493]{width:100%;height:100%}.audio[data-v-a535f752]{width:100%;height:100%;overflow:hidden;display:flex;align-items:center}.audio audio[data-v-a535f752]{width:100%}.audio .audio-svg[data-v-a535f752]{width:100%;height:100%}.audio .audio-svg.animation[data-v-a535f752]{animation:audiocircle-a535f752 5s infinite linear}@keyframes audiocircle-a535f752{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.real-time[data-v-68f8955f]{width:100%;height:100%;display:flex;white-space:pre-wrap}.real-time[data-v-68f8955f]:before{content:attr(ztitle);position:absolute;z-index:-1;text-shadow:var(--text-shadow)}.carousel[data-v-6dd219d9]{width:100%;height:100%;color:#fff;overflow:hidden}.carousel img.image[data-v-6dd219d9]{width:100%;height:100%;object-fit:cover;background:#000}.carousel[data-v-6f4add55]{width:100%;height:100%;color:#fff;overflow:hidden}.carousel img.image[data-v-6f4add55]{width:100%;height:100%;object-fit:cover;background:#000}.carousel[data-v-cd51dd8f]{width:100%;height:100%;color:#fff;overflow:hidden}.carousel .iframe-slide[data-v-cd51dd8f]{width:100%;height:100%;overflow:hidden;border:0;pointer-events:none}iframe.iframe[data-v-ed1339a9]{width:100%;height:100%;border:0;overflow:hidden}.audio[data-v-6c497752]{width:100%;height:100%;overflow:hidden;display:flex;align-items:center}.audio audio[data-v-6c497752]{width:100%}.audio .audio-svg[data-v-6c497752]{width:100%;height:100%}.audio .audio-svg.animation[data-v-6c497752]{animation:audiocircle-6c497752 5s infinite linear}@keyframes audiocircle-6c497752{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.zerov-widget-video[data-v-fb3135d9]{width:100%;height:100%}.zerov-image[data-v-1cba2727]{width:100%;height:100%;background-size:auto;background-repeat:no-repeat;background-position:center}.zerov-widget-over-number[data-v-b77ebdeb]{width:100%;height:100%;display:flex;color:#fff;font-family:"";white-space:pre-wrap}.table-scroll[data-v-1ca17191]{height:100%;display:flex!important;flex-direction:column;overflow-y:auto;border:var(--58ba5df3) var(--64ed3d76) var(--66b51a12);overflow-x:hidden}.table-scroll .th[data-v-1ca17191],.table-scroll .td[data-v-1ca17191]{width:calc(100% - 8px);height:100%;display:flex!important;padding-left:var(--7b271175);align-items:var(--3131035b);justify-content:var(--cb28d12e);border-left:var(--58ba5df3) var(--64ed3d76) var(--66b51a12);overflow:hidden}.table-scroll .th p[data-v-1ca17191],.table-scroll .td p[data-v-1ca17191]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-right:10px}.table-scroll .th[data-v-1ca17191]:first-child,.table-scroll .td[data-v-1ca17191]:first-child{border-left:0}.table-scroll .th.customWidth[data-v-1ca17191],.table-scroll .td.customWidth[data-v-1ca17191]{width:var(--width);flex:none}.table-scroll .table-header[data-v-1ca17191]{flex:none;display:flex;flex-direction:row;background-color:var(--73f7a5af);border-bottom:var(--58ba5df3) var(--64ed3d76) var(--66b51a12);height:var(--3057a165);color:var(--1ea5d242);font-size:var(--cc251c88);font-weight:var(--d0ce57b0);font-style:var(--04b29601);padding:0 8px;background-image:var(--header-background-image);background-repeat:no-repeat;background-size:100% 100%}.table-scroll .table-body[data-v-1ca17191]{flex:1;overflow:hidden}.table-scroll .table-body .tr[data-v-1ca17191]{border-bottom:var(--58ba5df3) var(--64ed3d76) var(--66b51a12);background-color:var(--13621f7a);padding:0 8px;display:flex;flex-direction:row;transition:all .2s}.table-scroll .table-body .tr[data-v-1ca17191]:nth-child(odd){background:var(--89062386)}.table-scroll .table-body .tr .td p[data-v-1ca17191]{color:var(--68a32597);font-size:var(--3ce3425e);font-weight:var(--37034df3);font-style:var(--c3079254)}.table-scroll .table-body .tr .td p.customFont[data-v-1ca17191]{color:var(--text-color);font-size:var(--text-font-size);font-style:var(--text-font-style)}.table-scroll .table-body .tr[data-v-1ca17191]:hover{background-color:var(--row-hover)}.text-carousel[data-v-af559243]{width:100%;height:100%;white-space:nowrap;overflow:hidden;display:flex;align-items:center}.text-carousel .words[data-v-af559243]{position:relative;width:fit-content;animation:move-af559243 var(--ac059ce8) linear infinite;padding-left:var(--62e7f995)}.text-carousel .words[data-v-af559243]:before{content:attr(ztitle);position:absolute;z-index:-1;text-shadow:var(--text-shadow)}.text-carousel .words[data-v-af559243]:after{position:absolute;right:-100%;content:attr(text)}@keyframes move-af559243{0%{transform:translate(0)}to{transform:translate(-100%)}}.table-scroll[data-v-ed5eeea7]{height:100%;display:flex!important;flex-direction:column;overflow-y:auto;border:var(--1ecf4d84) var(--d92d3a58) var(--daf516f4);overflow-x:hidden}.table-scroll .th[data-v-ed5eeea7],.table-scroll .td[data-v-ed5eeea7]{width:calc(100% - 8px);height:100%;display:flex!important;padding-left:var(--413c0106);align-items:var(--379313ec);justify-content:var(--ed7e110c);border-left:var(--1ecf4d84) var(--d92d3a58) var(--daf516f4);overflow:hidden}.table-scroll .th p[data-v-ed5eeea7],.table-scroll .td p[data-v-ed5eeea7]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-right:10px}.table-scroll .th[data-v-ed5eeea7]:first-child,.table-scroll .td[data-v-ed5eeea7]:first-child{border-left:0}.table-scroll .th.customWidth[data-v-ed5eeea7],.table-scroll .td.customWidth[data-v-ed5eeea7]{width:var(--width);flex:none}.table-scroll .table-header[data-v-ed5eeea7]{flex:none;display:flex;flex-direction:row;background-color:var(--39d7a73e);border-bottom:var(--1ecf4d84) var(--d92d3a58) var(--daf516f4);height:var(--1f2d0176);color:var(--08fe595a);font-size:var(--28eb118d);font-weight:var(--5d78d5b7);font-style:var(--0b14a692);padding:0 8px;background-image:var(--header-background-image);background-repeat:no-repeat;background-size:100% 100%}.table-scroll .table-body[data-v-ed5eeea7]{flex:1;overflow:hidden}.table-scroll .table-body .tr[data-v-ed5eeea7]{border-bottom:var(--1ecf4d84) var(--d92d3a58) var(--daf516f4);height:var(--e3a9ffea);background-color:var(--452338c9);padding:0 8px;display:flex;flex-direction:row;transition:all .2s}.table-scroll .table-body .tr[data-v-ed5eeea7]:nth-child(odd){background:var(--7a020f4c)}.table-scroll .table-body .tr .td p[data-v-ed5eeea7]{color:var(--b8859230);font-size:var(--5f38823c);font-weight:var(--68c46742);font-style:var(--9ec990b2)}.table-scroll .table-body .tr .td p.customFont[data-v-ed5eeea7]{color:var(--text-color);font-size:var(--text-font-size);font-style:var(--text-font-style)}.table-scroll .table-body .tr[data-v-ed5eeea7]:hover{background-color:var(--row-hover)}.zerov-widget-text[data-v-896f9b11]{width:100%;height:100%;display:flex;white-space:pre-wrap;font-weight:400}.zerov-widget-text[data-v-896f9b11]:before{content:attr(ztitle);position:absolute;z-index:-1;text-shadow:var(--text-shadow)}.count-down[data-v-8b8c9005]{width:100%;height:100%;display:flex;white-space:pre-wrap}.count-down[data-v-8b8c9005]:before{content:attr(ztitle);position:absolute;z-index:-1;text-shadow:var(--text-shadow)}svg[data-v-69a4bd9e]{width:100%;height:100%}svg[data-v-af886cfd]{width:100%;height:100%}svg[data-v-dacc35e0]{width:100%;height:100%}svg[data-v-f00dcb42]{width:100%;height:100%}svg[data-v-a4789139]{width:100%;height:100%}svg[data-v-1df2f161]{width:100%;height:100%}svg[data-v-d3292a01]{width:100%;height:100%}.map-3d-wrap[data-v-acc89c32]{position:relative;width:100%;height:100%;opacity:0;transition:all .5s}.map-3d-wrap .fps[data-v-acc89c32]{position:absolute;left:0;bottom:0;background-color:#88888867;z-index:9;padding:2px 12px}.map-3d-wrap.show[data-v-acc89c32]{opacity:1}.map-3d-wrap .loading[data-v-acc89c32]{width:100%;height:100%;position:absolute;top:0;left:0}.map-3d-wrap .zerov-map-3d[data-v-acc89c32]{width:100%;height:100%}.map-3d-wrap .regional-level[data-v-acc89c32]{position:absolute;left:5%;bottom:5%;transform:translate(-50%) translateY(-50%);padding:6px 20px;color:#fff;font-size:12px;cursor:pointer;transition:all .2s;border-radius:4px;display:flex;gap:16px;flex-direction:column}.map-3d-wrap .regional-level .item[data-v-acc89c32]{display:flex;align-items:center;gap:8px}.map-3d-wrap .regional-level .item .color[data-v-acc89c32]{width:var(--color-width);height:var(--color-height);border-radius:var(--color-borderRadius)}.map-3d-wrap .return-btn[data-v-acc89c32]{position:absolute;left:50%;bottom:5%;transform:translate(-50%);padding:6px 20px;color:#fff;font-size:12px;cursor:pointer;transition:all .2s;border-radius:4px;background-color:#006eff}.map-3d-wrap .return-btn[data-v-acc89c32]:hover{opacity:.8}.map-3d-wrap .return-btn[data-v-acc89c32]:active{opacity:.5}.map-3d-wrap .widget-control[data-v-acc89c32]{position:absolute;left:95%;top:50%;transform:translate(-50%) translateY(-50%);padding:6px 20px;color:#fff;font-size:12px;cursor:pointer;transition:all .2s;border-radius:2px;display:flex;gap:16px;flex-direction:column}.map-3d-wrap .widget-control .control-button[data-v-acc89c32]{width:var(--widget-width);height:var(--widget-height);white-space:nowrap;cursor:pointer;color:#a9a9a9;text-align:center;box-sizing:border-box;outline:0;font-weight:500;-webkit-user-select:none;user-select:none;vertical-align:middle;background-color:transparent;font-size:12px;border-radius:2px;transition:all .2s;background-repeat:no-repeat;overflow:hidden;border:1px solid rgba(114,124,144,.2078431373);display:flex;align-items:center;justify-content:center}.map-3d-wrap .widget-control .control-button[data-v-acc89c32]:hover{outline:0;color:var(--hover-color)!important;font-size:var(--hover-font-size)!important;font-weight:var(--hover-font-weight)!important;font-style:var(--hover-font-style)!important;background-image:var(--hover-background-image)!important;background-color:var(--hover-background-color)!important;border-width:var(--hover-border-width)!important;border-color:var(--hover-border-color)!important;border-style:var(--hover-border-style)!important}.map-3d-wrap .widget-control .control-button.active[data-v-acc89c32]{color:var(--active-color)!important;font-size:var(--active-font-size)!important;font-weight:var(--active-font-weight)!important;font-style:var(--active-font-style)!important;background-image:var(--active-background-image)!important;background-color:var(--active-background-color)!important;border-width:var(--active-border-width)!important;border-color:var(--active-border-color)!important;border-style:var(--active-border-style)!important}.map-3d-wrap .widget-control[data-v-acc89c32]:focus{outline:0}.map-3d-wrap .widget-control[data-v-acc89c32]:hover{outline:0}.map-3d-wrap .area-label p.label{opacity:0;color:#e0e0e0;text-shadow:1px 1px 0px transparent!important}.map-3d-wrap .bar-label .wrap{background-color:#000000b0;padding:2px 6px;border-radius:4px;display:flex;align-items:center;justify-content:center;border-width:1px;border-color:#fff;border-style:solid}.map-3d-wrap .bar-label .wrap .label{opacity:1!important;color:#e0e0e0;text-shadow:1px 1px 0px transparent!important;vertical-align:-1px}.map-3d-wrap .bar-label .wrap .unit{opacity:1!important;color:#e0e0e0;text-shadow:1px 1px 0px transparent!important}.map-3d-wrap .scatter-label .wrap{opacity:0;padding:2px 6px;display:flex;align-items:center;justify-content:center;transform:translateY(-50%)}.map-3d-wrap .scatter-label .wrap .label{position:absolute;left:0;top:0;opacity:1!important;color:#e0e0e0;text-shadow:1px 1px 0px transparent!important;width:100%;text-align:center;white-space:nowrap}.map-3d-wrap .flyline-label .wrap{opacity:0;background-color:#000000b0;padding:2px 6px;border-radius:4px;display:flex;align-items:center;justify-content:center;border-width:1px;border-color:#fff;border-style:solid}.map-3d-wrap .flyline-label .wrap .label{opacity:1!important;color:#e0e0e0;text-shadow:1px 1px 0px transparent!important}.map-3d-wrap .map-label{will-change:transform;-webkit-box-reflect:below 0 -webkit-linear-gradient(transparent,transparent 20%,rgba(255,255,255,.3));opacity:0}.map-3d-wrap .map-label .other-label{display:flex;flex-direction:column;align-items:center;color:#fff;font-size:46px;letter-spacing:4.5px;transform:translateY(300px)}.map-3d-wrap .map-label span:last-child{font-size:12px;font-weight:400;letter-spacing:0px;opacity:.5}.amap-2d-wrap[data-v-67e74be1]{position:relative;width:100%;height:100%;opacity:0;transition:all .5s}.amap-2d-wrap.show[data-v-67e74be1]{opacity:1}.amap-2d-wrap .zerov-amap-container[data-v-67e74be1]{width:100%;height:100%}.amap-3d-wrap[data-v-f5bf46c3]{position:relative;width:100%;height:100%;opacity:0;transition:all .5s}.amap-3d-wrap.show[data-v-f5bf46c3]{opacity:1}.amap-3d-wrap .zerov-amap-container[data-v-f5bf46c3]{width:100%;height:100%}.vr-scene-wrap[data-v-d1dd2ed8],.vr-scene-wrap .vr-scene-main[data-v-d1dd2ed8]{width:100%;height:100%;position:relative}.vr-scene-wrap .vr-scene[data-v-d1dd2ed8]{width:100%;height:100%;position:relative;background-color:#2f2f2f}.vr-scene-wrap .vr-scene-controls[data-v-d1dd2ed8]{width:100%;position:absolute;bottom:20px;z-index:2;text-align:center;display:flex;align-items:center;justify-content:center;gap:10px;height:32px}.vr-scene-wrap .vr-scene-controls .btn-icon[data-v-d1dd2ed8]{height:32px;width:32px;border-radius:50%;border:1px solid rgba(255,255,255,.2392156863);display:flex;align-items:center;justify-content:center;background-color:#00000047;transition:all .2s}.vr-scene-wrap .vr-scene-controls .btn-icon img[data-v-d1dd2ed8]{width:18px;height:18px}.vr-scene-wrap .vr-scene-controls .btn-icon.up[data-v-d1dd2ed8]{transform:rotate(90deg)}.vr-scene-wrap .vr-scene-controls .btn-icon.down[data-v-d1dd2ed8]{transform:rotate(-90deg)}.vr-scene-wrap .vr-scene-controls .btn-icon.left[data-v-d1dd2ed8]{transform:rotate(0)}.vr-scene-wrap .vr-scene-controls .btn-icon.right[data-v-d1dd2ed8]{transform:rotate(-180deg)}.vr-scene-wrap .vr-scene-controls .btn-icon i.iconfont[data-v-d1dd2ed8]{color:#fff}.vr-scene-wrap .vr-scene-controls .btn-icon[data-v-d1dd2ed8]:hover{border-color:#ff7d00}.vr-scene-wrap .scene-menu[data-v-d1dd2ed8]{width:100%;position:absolute;bottom:80px;z-index:2;height:78px;left:0;background-color:#0003;display:flex;justify-content:center}.vr-scene-wrap .scene-menu .scene-list[data-v-d1dd2ed8]{display:flex;padding:6px 0 12px;box-sizing:border-box}.vr-scene-wrap .scene-menu .scene-list .scene-item[data-v-d1dd2ed8]{min-width:100px;width:100px;height:60px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;position:relative;border:2px solid #fff;border-radius:4px;margin-right:8px}.vr-scene-wrap .scene-menu .scene-list .scene-item .thumbnail[data-v-d1dd2ed8]{width:100%;height:100%;object-fit:cover}.vr-scene-wrap .scene-menu .scene-list .scene-item .label[data-v-d1dd2ed8]{width:100%;position:absolute;left:0;bottom:0;color:#fff;text-align:center;background-color:#00000080;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.vr-scene-wrap .mouse-tip[data-v-d1dd2ed8]{width:200px;height:160px;border-radius:12px;background-color:#00000067;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:24px}.vr-scene-wrap .mouse-tip i.zv-mouse[data-v-d1dd2ed8]{font-size:34px}.vr-scene-wrap .mouse-tip .icon-wrap[data-v-d1dd2ed8]{display:flex;gap:2px}.vr-scene-wrap .mouse-tip .icon-wrap .left[data-v-d1dd2ed8]{transform:rotate(90deg)}.vr-scene-wrap .mouse-tip .icon-wrap .left i.iconfont[data-v-d1dd2ed8]{font-size:24px;color:#ff3434}.vr-scene-wrap .mouse-tip .icon-wrap .right[data-v-d1dd2ed8]{transform:rotate(-90deg)}.vr-scene-wrap .mouse-tip .icon-wrap .right i.iconfont[data-v-d1dd2ed8]{font-size:24px;color:#ff3434}audio[data-v-d1dd2ed8]{opacity:0}[data-v-d1dd2ed8] .swiper .swiper-wrapper .swiper-slide{width:128px!important;height:78px!important}[data-v-d1dd2ed8] .vjs-mouse-display{display:none!important}[data-v-d1dd2ed8] .custom-hotspot{background-size:contain;background-repeat:no-repeat;background-position:0 0;border-radius:var(--ued-border-radius)}[data-v-d1dd2ed8] .pnlm-tooltip span{visibility:visible!important;top:10px}[data-v-d1dd2ed8] .pnlm-tooltip span:after{display:none}.unity-canvas[data-v-c4ee033f],.unity-wrap[data-v-761ae9f1],.iframe-webscoket[data-v-a11ee760],.shj-for-ue[data-v-d1d43031],.shj-default[data-v-a7b7a26c]{width:100%;height:100%}.zerov-widget{width:100%;height:100%;position:relative}.zerov-widget .widget{width:100%;height:100%;outline:none!important;background-color:transparent!important}.zerov-widget.svg-wrap svg{width:100%;height:100%}
|
|
1
|
+
@charset "UTF-8";.zerov-widget-text[data-v-7dcb2cfd]{width:100%;height:100%;display:flex;white-space:pre-wrap;font-weight:400}.zerov-widget-text[data-v-7dcb2cfd]:before{content:attr(ztitle);position:absolute;z-index:-1;text-shadow:var(--text-shadow)}.table-scroll[data-v-5d78d597]{height:100%;display:flex!important;flex-direction:column;border:var(--b3073844) var(--8b05448c) var(--8ccd2128)}.table-scroll .th[data-v-5d78d597],.table-scroll .td[data-v-5d78d597]{width:calc(100% - 8px);height:100%;display:flex!important;padding-left:var(--6e2dd140);align-items:var(--337db774);justify-content:var(--175b4ad4);border-left:var(--b3073844) var(--8b05448c) var(--8ccd2128);overflow:hidden}.table-scroll .th p[data-v-5d78d597],.table-scroll .td p[data-v-5d78d597]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-right:10px}.table-scroll .th[data-v-5d78d597]:first-child,.table-scroll .td[data-v-5d78d597]:first-child{border-left:0}.table-scroll .table-header[data-v-5d78d597]{flex:none;display:flex;flex-direction:row;background-color:var(--60eba224);border-bottom:var(--b3073844) var(--8b05448c) var(--8ccd2128);height:var(--a5715660);color:var(--07adbea6);font-size:var(--cc841332);font-weight:var(--f6e65ec6);font-style:var(--8c7a9228);padding:0 8px;background-image:var(--header-background-image);background-repeat:no-repeat;background-size:100% 100%}.table-scroll .table-body[data-v-5d78d597]{flex:1;overflow:auto}.table-scroll .table-body .tr[data-v-5d78d597]{border-bottom:var(--b3073844) var(--8b05448c) var(--8ccd2128);height:var(--499661e5);background-color:var(--72b695a2);padding:0 8px;display:flex;flex-direction:row;transition:all .2s}.table-scroll .table-body .tr[data-v-5d78d597]:nth-child(odd){background:var(--odd-background)}.table-scroll .table-body .tr .td p[data-v-5d78d597]{color:var(--30ed12c2);font-size:var(--5e7e123c);font-weight:var(--2b7438b0);font-style:var(--28659681)}.table-scroll .table-body .tr[data-v-5d78d597]:hover{background-color:var(--row-hover)}.earth-wrap[data-v-689c7e5c]{width:100%;height:100%;min-width:100px;min-height:100px;overflow:hidden;position:relative}.zv-earth[data-v-689c7e5c]{width:100%;height:100%}.zv-earth[data-v-689c7e5c] .tag{opacity:0;transition:opacity .2s}.zv-earth.showLabel[data-v-689c7e5c] .tag{opacity:1}.widget[data-v-7620ca45]{opacity:0;transition:all .8s ease}.widget.show[data-v-7620ca45]{opacity:1}.babylon-loading[data-v-7620ca45]{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);transition:all .2s;pointer-events:none!important;font-size:14px;color:#fff;text-shadow:0 0 2px #676767}.widget[data-v-6792ad5c]{opacity:0;transition:all .8s ease}.widget.show[data-v-6792ad5c]{opacity:1}.babylon-loading[data-v-6792ad5c]{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);transition:all .2s;pointer-events:none!important;font-size:14px;color:#fff;text-shadow:0 0 2px #676767}.widget[data-v-c911b312]{opacity:0;transition:all .8s ease}.widget.show[data-v-c911b312]{opacity:1}.babylon-loading[data-v-c911b312]{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);transition:all .2s;pointer-events:none!important;font-size:14px;color:#fff;text-shadow:0 0 2px #676767}.loop-iterator-wrap[data-v-3ad683d6]{display:grid;overflow:auto;box-sizing:border-box}.loop-iterator-wrap[data-v-3ad683d6]::-webkit-scrollbar{display:none}.loop-iterator-wrap .loop-iterator-item[data-v-3ad683d6]{display:grid;cursor:pointer}.loop-iterator-wrap .loop-iterator-item-image img[data-v-3ad683d6]{width:100%;height:100%;object-fit:cover}.widget[data-v-c1aa323e]{opacity:0;transition:all .8s ease}.widget.show[data-v-c1aa323e]{opacity:1}.babylon-loading[data-v-c1aa323e]{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);transition:all .2s;pointer-events:none!important;font-size:14px;color:#fff;text-shadow:0 0 2px #676767}.zerov-widgets[data-v-c5cf90ee]{display:flex;justify-content:space-between;align-items:center}.wavesurfer-wrap[data-v-84099254]{width:100%;height:100%;position:relative;display:flex;align-items:center}.wavesurfer-wrap .wavesurfer[data-v-84099254]{width:100%;position:relative}.wavesurfer-wrap .wavesurfer .time[data-v-84099254],.wavesurfer-wrap .wavesurfer .duration[data-v-84099254]{position:absolute;z-index:11;top:50%;margin-top:-1px;transform:translateY(-50%);font-size:12px;background:#000000bf;padding:2px;color:#ddd}.wavesurfer-wrap .wavesurfer .time[data-v-84099254]{left:0}.wavesurfer-wrap .wavesurfer .duration[data-v-84099254]{right:0}.zerov-widget-tabs[data-v-da6ebaec]{height:100%;display:flex;flex-direction:row;gap:6px;overflow:hidden}.zerov-widget-tabs .tab-item[data-v-da6ebaec]{flex:1;display:flex;justify-content:center;align-items:center;background:var(--item-background) no-repeat center center;border-radius:2px;font-size:14px;font-style:normal;font-weight:400;color:#fff;border-width:0px;border-color:#292929;border-style:solid;cursor:pointer;background-size:cover;transition:color .2s,background-color .2s;text-shadow:var(--text-shadow)}.zerov-widget-tabs .tab-item.selected[data-v-da6ebaec]{font-family:var(--selected-font-family)!important;color:var(--selected-color)!important;font-size:var(--selected-font-size)!important;font-weight:var(--selected-font-weight)!important;font-style:var(--selected-font-style)!important;border-width:var(--selected-border-width)!important;border-color:var(--selected-border-color)!important;border-style:var(--selected-border-style)!important;background:var(--selected-background) no-repeat center center!important;background-size:100%;text-shadow:var(--selected-text-shadow)}.zerov-widget-tabs[data-v-64e0e0c7]{height:100%;display:flex;flex-direction:row;gap:6px;overflow:hidden}.zerov-widget-tabs .tab-item[data-v-64e0e0c7]{flex:1;display:flex;justify-content:center;align-items:center;background-color:#006aff33;border-radius:2px;font-size:14px;font-style:normal;font-weight:400;color:#fff;border-width:0px;border-color:#292929;border-style:solid;cursor:pointer;background-position:center;background-repeat:no-repeat;background-size:100% 100%;background-image:var(--item-background-image);transition:color .2s,background-color .2s;text-shadow:var(--text-shadow)}.zerov-widget-tabs .tab-item.selected[data-v-64e0e0c7]{font-family:var(--selected-font-family)!important;color:var(--selected-color)!important;font-size:var(--selected-font-size)!important;font-weight:var(--selected-font-weight)!important;font-style:var(--selected-font-style)!important;border-width:var(--selected-border-width)!important;border-color:var(--selected-border-color)!important;border-style:var(--selected-border-style)!important;background-color:var(--selected-background-color)!important;background-image:var(--selected-background-image)!important;text-shadow:var(--selected-text-shadow)}.zv-button[data-v-44033ae5]{height:100%;width:100%;white-space:nowrap;cursor:pointer;color:#000;text-align:center;box-sizing:border-box;outline:0;font-weight:500;-webkit-user-select:none;user-select:none;vertical-align:middle;background-color:#fff;font-size:14px;border-radius:4px;transition:background-color .1s}.zv-button[data-v-44033ae5]:focus,.zv-button[data-v-44033ae5]:hover{outline:0;background-color:var(--hover-auto-background-color)!important}.zv-button[data-v-44033ae5]:active{background-color:var(--active-auto-background-color)!important}.zv-button[data-v-9fbacf32]{height:100%;width:100%;white-space:nowrap;cursor:pointer;color:#000;text-align:center;box-sizing:border-box;outline:0;font-weight:500;-webkit-user-select:none;user-select:none;vertical-align:middle;background-color:transparent;font-size:14px;border-radius:4px;transition:all .2s;background-repeat:no-repeat;overflow:hidden}.zv-button[data-v-9fbacf32]:hover{outline:0;color:var(--hover-color)!important;font-size:var(--hover-font-size)!important;font-weight:var(--hover-font-weight)!important;font-style:var(--hover-font-style)!important;background-color:var(--hover-background-color)!important;background-image:var(--hover-background-image)!important;border-width:var(--hover-border-width)!important;border-color:var(--hover-border-color)!important;border-style:var(--hover-border-style)!important}.zv-button[data-v-9fbacf32]:focus{outline:0}.zv-button[data-v-9fbacf32]:active{color:var(--active-color)!important;font-size:var(--active-font-size)!important;font-weight:var(--active-font-weight)!important;font-style:var(--active-font-style)!important;background-color:var(--active-background-color)!important;background-image:var(--active-background-image)!important;border-width:var(--active-border-width)!important;border-color:var(--active-border-color)!important;border-style:var(--active-border-style)!important}.zerov-widget-select[data-v-c5a3dc95]{position:relative;display:inline-block;width:100%;height:100%;cursor:pointer}.zerov-widget-select__trigger[data-v-c5a3dc95]{width:100%;height:100%;display:flex;justify-content:space-between;align-items:center;padding:8px;border-radius:4px;transition:all .3s;border:1px solid #4c4d4f;background-repeat:no-repeat;background-size:100% 100%}.zerov-widget-select__trigger[data-v-c5a3dc95]:hover{color:var(--hover-color)!important;font-weight:var(--hover-font-weight)!important;font-style:var(--hover-font-style)!important;font-size:var(--hover-font-size)!important;background-color:var(--hover-background-color)!important;border-color:var(--hover-border-color)!important;border-width:var(--hover-border-width)!important;border-style:var(--hover-border-style)!important}.zerov-widget-select__trigger.is-active[data-v-c5a3dc95]{color:var(--hover-color)!important;font-weight:var(--focus-font-weight)!important;font-style:var(--focus-font-style)!important;font-size:var(--focus-font-size)!important;background-color:var(--focus-background-color)!important;border-color:var(--focus-border-color)!important;border-width:var(--focus-border-width)!important;border-style:var(--focus-border-style)!important}.zerov-widget-select__placeholder[data-v-c5a3dc95]{color:#8d9095;font-size:14px;line-height:100%;font-weight:500;font-style:normal;font-family:SHJ-SourceHanSansSC-Regular-otf}.zerov-widget-select__prefix[data-v-c5a3dc95]{width:24px;height:24px;display:block}.zerov-widget-select__prefix img[data-v-c5a3dc95]{width:100%;height:100%}.zerov-widget-select__selected[data-v-c5a3dc95]{color:#c0c4cc;font-weight:500;display:block}.zerov-widget-select__arrow[data-v-c5a3dc95]{line-height:100%;transform:rotate(0);transition:transform .3s}.zerov-widget-select__arrow img[data-v-c5a3dc95]{width:14px;height:14px}.zerov-widget-select__arrow.is-open[data-v-c5a3dc95]{transform:rotate(180deg)}.zerov-widget-select__dropdown[data-v-c5a3dc95]{position:absolute;left:0;right:0;z-index:1000;padding:5px 0;margin-top:6px;background-color:#1d1e1f;border:1px solid #414243;border-radius:4px;box-shadow:0 2px 12px #0000001a;max-height:190px;overflow-y:auto}.zerov-widget-select__option[data-v-c5a3dc95]{font-size:14px;color:#c5c9d1;cursor:pointer;list-style:none;font-weight:500;height:36px;padding:0 12px;box-sizing:border-box;display:flex;align-items:center}.zerov-widget-select__option-prefix[data-v-c5a3dc95]{width:24px;height:24px;margin-right:6px;display:block}.zerov-widget-select__option-prefix img[data-v-c5a3dc95]{width:100%;height:100%}.zerov-widget-select__option[data-v-c5a3dc95]:hover{background-color:var(--hover-background-color)!important;color:var(--hover-color)!important;font-size:var(--hover-font-size)!important;font-weight:var(--hover-font-weight)!important;font-style:var(--hover-font-style)!important}.zerov-widget-select__option.is-selected[data-v-c5a3dc95]{background-color:var(--active-background-color)!important;color:var(--active-color)!important;font-size:var(--active-font-size)!important;font-weight:var(--active-font-weight)!important;font-style:var(--active-font-style)!important}.fade-in-linear-enter-active[data-v-c5a3dc95],.fade-in-linear-leave-active[data-v-c5a3dc95]{transition:opacity .3s ease,transform .3s ease}.fade-in-linear-enter-from[data-v-c5a3dc95],.fade-in-linear-leave-to[data-v-c5a3dc95]{opacity:0;transform:translateY(-5%)}.fade-in-linear-leave-from[data-v-c5a3dc95]{opacity:1;transform:translateY(0)}.zerov-widget-input[data-v-6e7a96b6]{height:100%;width:100%;background-color:#212c46;outline:0;color:#fff;font-size:14px;padding:0 10px;text-align:left;border-width:1px;border-color:#1f69ff;border-style:solid;border-radius:4px;cursor:text}.zerov-widget-input[data-v-6e7a96b6]::placeholder{color:var(--placeholder-color)!important;font-size:var(--placeholder-font-size)!important}.zerov-widget-input[data-v-6e7a96b6]:focus{font-size:var(--focus-font-size)!important;font-family:var(--focus-font-family)!important;color:var(--focus-color)!important;font-weight:var(--focus-font-weight)!important;background-color:var(--focus-background-color)!important;border-width:var(--focus-border-width)!important;border-color:var(--focus-border-color)!important;border-style:var(--focus-border-style)!important}.zerov-widget-slider[data-v-18e3309e]{width:100%;height:100%;display:flex;align-items:center}.zerov-widget-slider .slider[data-v-18e3309e]{width:100%;--slider-bg: var(--3c5b8910);--slider-connect-bg: var(--f3ecf0b8);--slider-height: var(--9b89184a);--slider-radius: var(--0446fa10);--slider-handle-bg: var(--7901f5d0);--slider-handle-width: var(--bf9745cc);--slider-handle-height: var(--9e40ba5a);--slider-handle-radius: var(--02eb2908);--slider-handle-ring-width: var(--261491ea);--slider-handle-ring-color: var(--75889240);--slider-tooltip-font-size: var(--ed677736);--slider-tooltip-font-weight: var(--5cb2a3ce);--slider-tooltip-bg: var(--de310706);--slider-tooltip-color: var(--ab3997aa);--slider-tooltip-radius: var(--3d0edefa);--slider-tooltip-py: var(--09794f2c);--slider-tooltip-px: var(--bccfbb66);--slider-tooltip-arrow-size: var(--2afba7db);--slider-tooltip-distance: var(--6a864c80)}.zerov-widget-slider .slider[data-v-18e3309e] .slider-handle{top:calc((var(--slider-handle-height, 16px) - var(--slider-height, 6px)) / 2 * -1)!important}.zv-switch[data-v-3644cf76]{width:100%;height:100%;overflow:hidden;display:flex;justify-content:center;align-items:center;--zv-switch-on-color: var(--1e49fb33);--zv-switch-off-color: var(--3d1276a5)}.zv-switch.is-checked .zv-switch__core[data-v-3644cf76]{border-color:var(--zv-switch-border-color, var(--zv-switch-on-color));background-color:var(--zv-switch-on-color)}.zv-switch.is-checked .zv-switch__core .zv-switch__action[data-v-3644cf76]{left:calc(100% - var(--785e8df6) - 2px)}.zv-switch .zv-switch__input[data-v-3644cf76]{position:absolute;width:0;height:0;opacity:0;margin:0}.zv-switch .zv-switch__core[data-v-3644cf76]{display:inline-flex;position:relative;align-items:center;min-width:var(--af899230);height:var(--5b444888);border:1px solid var(--zv-switch-border-color, var(--zv-switch-off-color));outline:none;border-radius:var(--79766582);box-sizing:border-box;background:var(--zv-switch-off-color);cursor:pointer;transition:border-color .3s,background-color .3s}.zv-switch .zv-switch__core .zv-switch__action[data-v-3644cf76]{position:absolute;left:2px;border-radius:var(--7e0e5188);transition:all .3s;width:var(--785e8df6);height:var(--785e8df6);background-color:var(--2e4dc5ee);display:flex;justify-content:center;align-items:center}.zerov-widgets-wrap[data-v-6b2adda5]{width:100%;height:100%;position:relative}.zerov-widgets-wrap .selected-date[data-v-6b2adda5]{width:100%;height:100%;border:1px solid #4c4d4f;background-repeat:no-repeat;background-size:100% 100%;border-radius:4px}.zerov-widgets-wrap .selected-date__prefix[data-v-6b2adda5]{width:34px;height:34px;display:flex;align-items:center;justify-content:center}.zerov-widgets-wrap .selected-date__prefix img[data-v-6b2adda5]{width:16px;height:16px}.zerov-widgets-wrap .selected-date__inner[data-v-6b2adda5]{width:100%;height:100%;position:absolute;padding-left:34px;left:0;top:0;display:flex;align-items:center;justify-content:start}.zerov-widgets-wrap .zv-date-picker[data-v-6b2adda5]{width:100%;min-width:322px;position:absolute;left:0;top:100%;margin-top:10px;border-radius:4px;z-index:2000;font-size:12px;line-height:20px;overflow-wrap:break-word;visibility:visible;background-color:#1d1e1f;border:1px solid #414243;box-shadow:0 0 12px #000000b8;color:#cfd3dc;line-height:30px}.zerov-widgets-wrap .zv-date-picker__header[data-v-6b2adda5]{padding:12px 12px 0;text-align:center}.zerov-widgets-wrap .zv-date-picker__header .zv-date-picker__prev-btn .iconfont[data-v-6b2adda5],.zerov-widgets-wrap .zv-date-picker__header .zv-date-picker__next-btn .iconfont[data-v-6b2adda5]{font-size:12px;color:#e5eaf3;cursor:pointer;padding:1px 6px}.zerov-widgets-wrap .zv-date-picker__header .zv-date-picker__prev-btn .iconfont[data-v-6b2adda5]:hover,.zerov-widgets-wrap .zv-date-picker__header .zv-date-picker__next-btn .iconfont[data-v-6b2adda5]:hover{color:#409eff}.zerov-widgets-wrap .zv-date-picker__header .zv-date-picker__prev-btn[data-v-6b2adda5]{float:left}.zerov-widgets-wrap .zv-date-picker__header .zv-date-picker__next-btn[data-v-6b2adda5]{float:right}.zerov-widgets-wrap .zv-date-picker__header-label[data-v-6b2adda5]{font-size:16px;font-weight:500;padding:0 5px;line-height:22px;text-align:center;cursor:pointer;color:#cfd3dc}.zerov-widgets-wrap .zv-date-picker__header-label[data-v-6b2adda5]:hover{color:#409eff}.zerov-widgets-wrap .zv-date-picker__body[data-v-6b2adda5]{margin:15px}.zerov-widgets-wrap .zv-date-picker__body .zv-date-table[data-v-6b2adda5]{font-size:12px;-webkit-user-select:none;user-select:none;width:100%}.zerov-widgets-wrap .zv-date-picker__body .zv-date-table th[data-v-6b2adda5]{padding:5px;color:#cfd3dc;font-weight:500;border-bottom:solid 1px #363637}.zerov-widgets-wrap .zv-date-picker__body .zv-date-table td[data-v-6b2adda5]{width:32px;height:30px;padding:4px 0;box-sizing:border-box;text-align:center;cursor:pointer;position:relative}.zerov-widgets-wrap .zv-date-picker__body .zv-date-table td.prev-month[data-v-6b2adda5],.zerov-widgets-wrap .zv-date-picker__body .zv-date-table td.next-month[data-v-6b2adda5]{color:#8d9095}.zv-button[data-v-cf181ab5]{height:100%;width:100%;white-space:nowrap;cursor:pointer;color:#000;text-align:center;box-sizing:border-box;outline:0;font-weight:500;-webkit-user-select:none;user-select:none;vertical-align:middle;background-color:transparent;font-size:14px;border-radius:4px;transition:all .2s;background-repeat:no-repeat;overflow:hidden}.zv-button[data-v-cf181ab5]:hover{outline:0;color:var(--hover-color)!important;font-size:var(--hover-font-size)!important;font-weight:var(--hover-font-weight)!important;font-style:var(--hover-font-style)!important;background-color:var(--hover-background-color)!important;background-image:var(--hover-background-image)!important;border-width:var(--hover-border-width)!important;border-color:var(--hover-border-color)!important;border-style:var(--hover-border-style)!important}.zv-button[data-v-cf181ab5]:focus{outline:0}.zv-button[data-v-cf181ab5]:active{color:var(--active-color)!important;font-size:var(--active-font-size)!important;font-weight:var(--active-font-weight)!important;font-style:var(--active-font-style)!important;background-color:var(--active-background-color)!important;background-image:var(--active-background-image)!important;border-width:var(--active-border-width)!important;border-color:var(--active-border-color)!important;border-style:var(--active-border-style)!important}.zerov-image[data-v-b608febd]{width:100%;height:100%;background-size:auto;background-repeat:no-repeat;background-position:center}.zerov-widget-title[data-v-3e8689ba]{width:100%;height:100%;display:flex;white-space:pre-wrap;font-weight:400}.zerov-widget-title[data-v-3e8689ba]:before{content:attr(ztitle);position:absolute;z-index:-1;text-shadow:var(--text-shadow)}.qrcode[data-v-106420a4],.zerov-widget-video[data-v-c69fb493]{width:100%;height:100%}.audio[data-v-a535f752]{width:100%;height:100%;overflow:hidden;display:flex;align-items:center}.audio audio[data-v-a535f752]{width:100%}.audio .audio-svg[data-v-a535f752]{width:100%;height:100%}.audio .audio-svg.animation[data-v-a535f752]{animation:audiocircle-a535f752 5s infinite linear}@keyframes audiocircle-a535f752{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.real-time[data-v-68f8955f]{width:100%;height:100%;display:flex;white-space:pre-wrap}.real-time[data-v-68f8955f]:before{content:attr(ztitle);position:absolute;z-index:-1;text-shadow:var(--text-shadow)}.carousel[data-v-6dd219d9]{width:100%;height:100%;color:#fff;overflow:hidden}.carousel img.image[data-v-6dd219d9]{width:100%;height:100%;object-fit:cover;background:#000}.carousel[data-v-6f4add55]{width:100%;height:100%;color:#fff;overflow:hidden}.carousel img.image[data-v-6f4add55]{width:100%;height:100%;object-fit:cover;background:#000}.carousel[data-v-cd51dd8f]{width:100%;height:100%;color:#fff;overflow:hidden}.carousel .iframe-slide[data-v-cd51dd8f]{width:100%;height:100%;overflow:hidden;border:0;pointer-events:none}iframe.iframe[data-v-ed1339a9]{width:100%;height:100%;border:0;overflow:hidden}.audio[data-v-6c497752]{width:100%;height:100%;overflow:hidden;display:flex;align-items:center}.audio audio[data-v-6c497752]{width:100%}.audio .audio-svg[data-v-6c497752]{width:100%;height:100%}.audio .audio-svg.animation[data-v-6c497752]{animation:audiocircle-6c497752 5s infinite linear}@keyframes audiocircle-6c497752{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.zerov-widget-video[data-v-fb3135d9]{width:100%;height:100%}.zerov-image[data-v-1cba2727]{width:100%;height:100%;background-size:auto;background-repeat:no-repeat;background-position:center}.zerov-widget-over-number[data-v-b77ebdeb]{width:100%;height:100%;display:flex;color:#fff;font-family:"";white-space:pre-wrap}.table-scroll[data-v-e3c62825]{height:100%;display:flex!important;flex-direction:column;overflow-y:auto;border:var(--0811a92e) var(--71192c8f) var(--70353e41);overflow-x:hidden}.table-scroll .th[data-v-e3c62825],.table-scroll .td[data-v-e3c62825]{width:calc(100% - 8px);height:100%;display:flex!important;padding-left:var(--1e63deeb);align-items:var(--2e35a6d1);justify-content:var(--74e58fdf);border-left:var(--0811a92e) var(--71192c8f) var(--70353e41);overflow:hidden}.table-scroll .th p[data-v-e3c62825],.table-scroll .td p[data-v-e3c62825]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-right:10px}.table-scroll .th[data-v-e3c62825]:first-child,.table-scroll .td[data-v-e3c62825]:first-child{border-left:0}.table-scroll .th.customWidth[data-v-e3c62825],.table-scroll .td.customWidth[data-v-e3c62825]{width:var(--width);flex:none}.table-scroll .table-header[data-v-e3c62825]{flex:none;display:flex;flex-direction:row;background-color:var(--178770f9);border-bottom:var(--0811a92e) var(--71192c8f) var(--70353e41);height:var(--0ad199db);color:var(--277abe90);font-size:var(--8469b69c);font-weight:var(--3b289f72);font-style:var(--01b73977);padding:0 8px;background-image:var(--header-background-image);background-repeat:no-repeat;background-size:100% 100%}.table-scroll .table-body[data-v-e3c62825]{flex:1;overflow:hidden}.table-scroll .table-body .tr[data-v-e3c62825]{border-bottom:var(--0811a92e) var(--71192c8f) var(--70353e41);background-color:var(--6e203544);padding:0 8px;display:flex;flex-direction:row;transition:all .2s}.table-scroll .table-body .tr[data-v-e3c62825]:nth-child(odd){background:var(--bd0c22f2)}.table-scroll .table-body .tr .td p[data-v-e3c62825]{color:var(--20ed198d);font-size:var(--87ef5172);font-weight:var(--dc7d3886);font-style:var(--781f3fcc)}.table-scroll .table-body .tr .td p.customFont[data-v-e3c62825]{color:var(--text-color);font-size:var(--text-font-size);font-style:var(--text-font-style)}.table-scroll .table-body .tr[data-v-e3c62825]:hover{background-color:var(--row-hover)}.text-carousel[data-v-af559243]{width:100%;height:100%;white-space:nowrap;overflow:hidden;display:flex;align-items:center}.text-carousel .words[data-v-af559243]{position:relative;width:fit-content;animation:move-af559243 var(--ac059ce8) linear infinite;padding-left:var(--62e7f995)}.text-carousel .words[data-v-af559243]:before{content:attr(ztitle);position:absolute;z-index:-1;text-shadow:var(--text-shadow)}.text-carousel .words[data-v-af559243]:after{position:absolute;right:-100%;content:attr(text)}@keyframes move-af559243{0%{transform:translate(0)}to{transform:translate(-100%)}}.table-scroll[data-v-ed5eeea7]{height:100%;display:flex!important;flex-direction:column;overflow-y:auto;border:var(--1ecf4d84) var(--d92d3a58) var(--daf516f4);overflow-x:hidden}.table-scroll .th[data-v-ed5eeea7],.table-scroll .td[data-v-ed5eeea7]{width:calc(100% - 8px);height:100%;display:flex!important;padding-left:var(--413c0106);align-items:var(--379313ec);justify-content:var(--ed7e110c);border-left:var(--1ecf4d84) var(--d92d3a58) var(--daf516f4);overflow:hidden}.table-scroll .th p[data-v-ed5eeea7],.table-scroll .td p[data-v-ed5eeea7]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-right:10px}.table-scroll .th[data-v-ed5eeea7]:first-child,.table-scroll .td[data-v-ed5eeea7]:first-child{border-left:0}.table-scroll .th.customWidth[data-v-ed5eeea7],.table-scroll .td.customWidth[data-v-ed5eeea7]{width:var(--width);flex:none}.table-scroll .table-header[data-v-ed5eeea7]{flex:none;display:flex;flex-direction:row;background-color:var(--39d7a73e);border-bottom:var(--1ecf4d84) var(--d92d3a58) var(--daf516f4);height:var(--1f2d0176);color:var(--08fe595a);font-size:var(--28eb118d);font-weight:var(--5d78d5b7);font-style:var(--0b14a692);padding:0 8px;background-image:var(--header-background-image);background-repeat:no-repeat;background-size:100% 100%}.table-scroll .table-body[data-v-ed5eeea7]{flex:1;overflow:hidden}.table-scroll .table-body .tr[data-v-ed5eeea7]{border-bottom:var(--1ecf4d84) var(--d92d3a58) var(--daf516f4);height:var(--e3a9ffea);background-color:var(--452338c9);padding:0 8px;display:flex;flex-direction:row;transition:all .2s}.table-scroll .table-body .tr[data-v-ed5eeea7]:nth-child(odd){background:var(--7a020f4c)}.table-scroll .table-body .tr .td p[data-v-ed5eeea7]{color:var(--b8859230);font-size:var(--5f38823c);font-weight:var(--68c46742);font-style:var(--9ec990b2)}.table-scroll .table-body .tr .td p.customFont[data-v-ed5eeea7]{color:var(--text-color);font-size:var(--text-font-size);font-style:var(--text-font-style)}.table-scroll .table-body .tr[data-v-ed5eeea7]:hover{background-color:var(--row-hover)}.zerov-widget-text[data-v-896f9b11]{width:100%;height:100%;display:flex;white-space:pre-wrap;font-weight:400}.zerov-widget-text[data-v-896f9b11]:before{content:attr(ztitle);position:absolute;z-index:-1;text-shadow:var(--text-shadow)}.count-down[data-v-8b8c9005]{width:100%;height:100%;display:flex;white-space:pre-wrap}.count-down[data-v-8b8c9005]:before{content:attr(ztitle);position:absolute;z-index:-1;text-shadow:var(--text-shadow)}svg[data-v-69a4bd9e]{width:100%;height:100%}svg[data-v-af886cfd]{width:100%;height:100%}svg[data-v-dacc35e0]{width:100%;height:100%}svg[data-v-f00dcb42]{width:100%;height:100%}svg[data-v-a4789139]{width:100%;height:100%}svg[data-v-1df2f161]{width:100%;height:100%}svg[data-v-d3292a01]{width:100%;height:100%}.map-3d-wrap[data-v-acc89c32]{position:relative;width:100%;height:100%;opacity:0;transition:all .5s}.map-3d-wrap .fps[data-v-acc89c32]{position:absolute;left:0;bottom:0;background-color:#88888867;z-index:9;padding:2px 12px}.map-3d-wrap.show[data-v-acc89c32]{opacity:1}.map-3d-wrap .loading[data-v-acc89c32]{width:100%;height:100%;position:absolute;top:0;left:0}.map-3d-wrap .zerov-map-3d[data-v-acc89c32]{width:100%;height:100%}.map-3d-wrap .regional-level[data-v-acc89c32]{position:absolute;left:5%;bottom:5%;transform:translate(-50%) translateY(-50%);padding:6px 20px;color:#fff;font-size:12px;cursor:pointer;transition:all .2s;border-radius:4px;display:flex;gap:16px;flex-direction:column}.map-3d-wrap .regional-level .item[data-v-acc89c32]{display:flex;align-items:center;gap:8px}.map-3d-wrap .regional-level .item .color[data-v-acc89c32]{width:var(--color-width);height:var(--color-height);border-radius:var(--color-borderRadius)}.map-3d-wrap .return-btn[data-v-acc89c32]{position:absolute;left:50%;bottom:5%;transform:translate(-50%);padding:6px 20px;color:#fff;font-size:12px;cursor:pointer;transition:all .2s;border-radius:4px;background-color:#006eff}.map-3d-wrap .return-btn[data-v-acc89c32]:hover{opacity:.8}.map-3d-wrap .return-btn[data-v-acc89c32]:active{opacity:.5}.map-3d-wrap .widget-control[data-v-acc89c32]{position:absolute;left:95%;top:50%;transform:translate(-50%) translateY(-50%);padding:6px 20px;color:#fff;font-size:12px;cursor:pointer;transition:all .2s;border-radius:2px;display:flex;gap:16px;flex-direction:column}.map-3d-wrap .widget-control .control-button[data-v-acc89c32]{width:var(--widget-width);height:var(--widget-height);white-space:nowrap;cursor:pointer;color:#a9a9a9;text-align:center;box-sizing:border-box;outline:0;font-weight:500;-webkit-user-select:none;user-select:none;vertical-align:middle;background-color:transparent;font-size:12px;border-radius:2px;transition:all .2s;background-repeat:no-repeat;overflow:hidden;border:1px solid rgba(114,124,144,.2078431373);display:flex;align-items:center;justify-content:center}.map-3d-wrap .widget-control .control-button[data-v-acc89c32]:hover{outline:0;color:var(--hover-color)!important;font-size:var(--hover-font-size)!important;font-weight:var(--hover-font-weight)!important;font-style:var(--hover-font-style)!important;background-image:var(--hover-background-image)!important;background-color:var(--hover-background-color)!important;border-width:var(--hover-border-width)!important;border-color:var(--hover-border-color)!important;border-style:var(--hover-border-style)!important}.map-3d-wrap .widget-control .control-button.active[data-v-acc89c32]{color:var(--active-color)!important;font-size:var(--active-font-size)!important;font-weight:var(--active-font-weight)!important;font-style:var(--active-font-style)!important;background-image:var(--active-background-image)!important;background-color:var(--active-background-color)!important;border-width:var(--active-border-width)!important;border-color:var(--active-border-color)!important;border-style:var(--active-border-style)!important}.map-3d-wrap .widget-control[data-v-acc89c32]:focus{outline:0}.map-3d-wrap .widget-control[data-v-acc89c32]:hover{outline:0}.map-3d-wrap .area-label p.label{opacity:0;color:#e0e0e0;text-shadow:1px 1px 0px transparent!important}.map-3d-wrap .bar-label .wrap{background-color:#000000b0;padding:2px 6px;border-radius:4px;display:flex;align-items:center;justify-content:center;border-width:1px;border-color:#fff;border-style:solid}.map-3d-wrap .bar-label .wrap .label{opacity:1!important;color:#e0e0e0;text-shadow:1px 1px 0px transparent!important;vertical-align:-1px}.map-3d-wrap .bar-label .wrap .unit{opacity:1!important;color:#e0e0e0;text-shadow:1px 1px 0px transparent!important}.map-3d-wrap .scatter-label .wrap{opacity:0;padding:2px 6px;display:flex;align-items:center;justify-content:center;transform:translateY(-50%)}.map-3d-wrap .scatter-label .wrap .label{position:absolute;left:0;top:0;opacity:1!important;color:#e0e0e0;text-shadow:1px 1px 0px transparent!important;width:100%;text-align:center;white-space:nowrap}.map-3d-wrap .flyline-label .wrap{opacity:0;background-color:#000000b0;padding:2px 6px;border-radius:4px;display:flex;align-items:center;justify-content:center;border-width:1px;border-color:#fff;border-style:solid}.map-3d-wrap .flyline-label .wrap .label{opacity:1!important;color:#e0e0e0;text-shadow:1px 1px 0px transparent!important}.map-3d-wrap .map-label{will-change:transform;-webkit-box-reflect:below 0 -webkit-linear-gradient(transparent,transparent 20%,rgba(255,255,255,.3));opacity:0}.map-3d-wrap .map-label .other-label{display:flex;flex-direction:column;align-items:center;color:#fff;font-size:46px;letter-spacing:4.5px;transform:translateY(300px)}.map-3d-wrap .map-label span:last-child{font-size:12px;font-weight:400;letter-spacing:0px;opacity:.5}.amap-2d-wrap[data-v-1495d842]{position:relative;width:100%;height:100%;opacity:0;transition:all .5s}.amap-2d-wrap.show[data-v-1495d842]{opacity:1}.amap-2d-wrap .zerov-amap-container[data-v-1495d842]{width:100%;height:100%}.amap-3d-wrap[data-v-ee406fec]{position:relative;width:100%;height:100%;opacity:0;transition:all .5s}.amap-3d-wrap.show[data-v-ee406fec]{opacity:1}.amap-3d-wrap .zerov-amap-container[data-v-ee406fec]{width:100%;height:100%}.vr-scene-wrap[data-v-d1dd2ed8],.vr-scene-wrap .vr-scene-main[data-v-d1dd2ed8]{width:100%;height:100%;position:relative}.vr-scene-wrap .vr-scene[data-v-d1dd2ed8]{width:100%;height:100%;position:relative;background-color:#2f2f2f}.vr-scene-wrap .vr-scene-controls[data-v-d1dd2ed8]{width:100%;position:absolute;bottom:20px;z-index:2;text-align:center;display:flex;align-items:center;justify-content:center;gap:10px;height:32px}.vr-scene-wrap .vr-scene-controls .btn-icon[data-v-d1dd2ed8]{height:32px;width:32px;border-radius:50%;border:1px solid rgba(255,255,255,.2392156863);display:flex;align-items:center;justify-content:center;background-color:#00000047;transition:all .2s}.vr-scene-wrap .vr-scene-controls .btn-icon img[data-v-d1dd2ed8]{width:18px;height:18px}.vr-scene-wrap .vr-scene-controls .btn-icon.up[data-v-d1dd2ed8]{transform:rotate(90deg)}.vr-scene-wrap .vr-scene-controls .btn-icon.down[data-v-d1dd2ed8]{transform:rotate(-90deg)}.vr-scene-wrap .vr-scene-controls .btn-icon.left[data-v-d1dd2ed8]{transform:rotate(0)}.vr-scene-wrap .vr-scene-controls .btn-icon.right[data-v-d1dd2ed8]{transform:rotate(-180deg)}.vr-scene-wrap .vr-scene-controls .btn-icon i.iconfont[data-v-d1dd2ed8]{color:#fff}.vr-scene-wrap .vr-scene-controls .btn-icon[data-v-d1dd2ed8]:hover{border-color:#ff7d00}.vr-scene-wrap .scene-menu[data-v-d1dd2ed8]{width:100%;position:absolute;bottom:80px;z-index:2;height:78px;left:0;background-color:#0003;display:flex;justify-content:center}.vr-scene-wrap .scene-menu .scene-list[data-v-d1dd2ed8]{display:flex;padding:6px 0 12px;box-sizing:border-box}.vr-scene-wrap .scene-menu .scene-list .scene-item[data-v-d1dd2ed8]{min-width:100px;width:100px;height:60px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;position:relative;border:2px solid #fff;border-radius:4px;margin-right:8px}.vr-scene-wrap .scene-menu .scene-list .scene-item .thumbnail[data-v-d1dd2ed8]{width:100%;height:100%;object-fit:cover}.vr-scene-wrap .scene-menu .scene-list .scene-item .label[data-v-d1dd2ed8]{width:100%;position:absolute;left:0;bottom:0;color:#fff;text-align:center;background-color:#00000080;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.vr-scene-wrap .mouse-tip[data-v-d1dd2ed8]{width:200px;height:160px;border-radius:12px;background-color:#00000067;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:24px}.vr-scene-wrap .mouse-tip i.zv-mouse[data-v-d1dd2ed8]{font-size:34px}.vr-scene-wrap .mouse-tip .icon-wrap[data-v-d1dd2ed8]{display:flex;gap:2px}.vr-scene-wrap .mouse-tip .icon-wrap .left[data-v-d1dd2ed8]{transform:rotate(90deg)}.vr-scene-wrap .mouse-tip .icon-wrap .left i.iconfont[data-v-d1dd2ed8]{font-size:24px;color:#ff3434}.vr-scene-wrap .mouse-tip .icon-wrap .right[data-v-d1dd2ed8]{transform:rotate(-90deg)}.vr-scene-wrap .mouse-tip .icon-wrap .right i.iconfont[data-v-d1dd2ed8]{font-size:24px;color:#ff3434}audio[data-v-d1dd2ed8]{opacity:0}[data-v-d1dd2ed8] .swiper .swiper-wrapper .swiper-slide{width:128px!important;height:78px!important}[data-v-d1dd2ed8] .vjs-mouse-display{display:none!important}[data-v-d1dd2ed8] .custom-hotspot{background-size:contain;background-repeat:no-repeat;background-position:0 0;border-radius:var(--ued-border-radius)}[data-v-d1dd2ed8] .pnlm-tooltip span{visibility:visible!important;top:10px}[data-v-d1dd2ed8] .pnlm-tooltip span:after{display:none}.unity-canvas[data-v-c4ee033f],.unity-wrap[data-v-761ae9f1],.iframe-webscoket[data-v-a11ee760],.shj-for-ue[data-v-d1d43031],.shj-default[data-v-a7b7a26c]{width:100%;height:100%}button[data-v-396f48bd]:hover{background-color:var(--d93a17e2)!important;border-radius:var(--4aa97d6e)!important;border-width:var(--338af0f9)!important;border-style:var(--9a4fc1c2)!important;border-color:var(--9c179e5e)!important;background-image:url(var(--d89323f2))!important;background-size:var(--46d8d5d5)!important;background-repeat:var(--1bee0322)!important;background-position-x:var(--0a9f8752)!important;background-position-y:var(--7280b431)!important;padding-left:var(--55f7a47b)!important;padding-right:var(--635cd008)!important;padding-top:var(--352a7563)!important;padding-bottom:var(--6aeea097)!important}button:hover p[data-v-396f48bd]{font-style:var(--530ee5f2)!important;font-family:var(--10e4c97a)!important;color:var(--7641c2b3)!important;font-size:var(--e763f9e6)!important;font-weight:var(--14c68257)!important;align-items:var(--012cfa6b)!important;justify-content:var(--e314f30e)!important;-webkit-text-stroke-color:var(--861f5074)!important;-webkit-text-stroke-width:var(--6c7c3db8)!important;letter-spacing:var(--740e5580)!important;line-height:var(--21ce64eb)!important}button[data-v-396f48bd]:active{background-color:var(--260a10fe)!important;border-radius:var(--4e5f888a)!important;border-width:var(--5483e047)!important;border-style:var(--24cfab91)!important;border-color:var(--23ebbd43)!important;background-image:url(var(--25631d0e))!important;background-size:var(--854cc7ba)!important;background-repeat:var(--691d2d86)!important;background-position-x:var(--77d96ec0)!important;background-position-y:var(--2bf4757f)!important;padding-left:var(--76f093c9)!important;padding-right:var(--6712db24)!important;padding-top:var(--ee613756)!important;padding-bottom:var(--3168f465)!important}button:active p[data-v-396f48bd]{font-style:var(--5133e064)!important;font-family:var(--83f021de)!important;color:var(--604c73b6)!important;font-size:var(--78544002)!important;font-weight:var(--497e53b6)!important;align-items:var(--70b1638e)!important;justify-content:var(--24e54347)!important;-webkit-text-stroke-color:var(--55b69414)!important;-webkit-text-stroke-width:var(--535bd116)!important;letter-spacing:var(--3ff68064)!important;line-height:var(--2f6e8e8e)!important}.date-picker[data-v-a6893215]{width:100%;height:100%}.date-picker .left-sidebar[data-v-a6893215]{width:100px;height:100%;display:flex;flex-direction:column;color:var(--dp-text-color)}.date-picker .left-sidebar .left-sidebar-item[data-v-a6893215]{width:100%;padding:6px 12px;cursor:pointer;border-radius:4px;font-size:13px}.date-picker .left-sidebar .left-sidebar-item[data-v-a6893215]:hover{background-color:var(--dp-hover-color)}.date-picker .input-slot-image[data-v-a6893215]{height:20px;width:auto;margin-left:5px}.date-picker[data-v-a6893215] .dp__main .dp__cell_inner{border-radius:50%}.date-picker[data-v-a6893215] .dp__main .dp__input{background-color:var(--dp-input-background-color);height:var(--dp-input-height)}.date-picker[data-v-a6893215] .dp__theme_light{--dp-background-color: var(--7f1b2dc8);--dp-text-color: var(--20b9512e);--dp-hover-color: var(--7ee84e98);--dp-hover-text-color: var(--890e71f2);--dp-primary-color: var(--3a87ef24);--dp-primary-disabled-color: var(--5b705f5c);--dp-primary-text-color: var(--3392ec7e);--dp-secondary-color: var(--073d9608);--dp-border-color: var(--8e8fa1ec);--dp-menu-border-color: var(--204c8eab);--dp-border-color-hover: var(--43488052);--dp-border-color-focus: var(--432c0bee);--dp-disabled-color: var(--d074ec0c);--dp-scroll-bar-background: var(--fee81572);--dp-scroll-bar-color: var(--28d423aa);--dp-success-color: var(--037021e6);--dp-success-color-disabled: var(--466330a9);--dp-danger-color: var(--6d0f2f73);--dp-disabled-color-text: var(--74789372);--dp-highlight-color: var(--60ef21bc);--dp-range-between-dates-background-color: var(--dp-hover-color);--dp-range-between-dates-text-color: var(--dp-hover-text-color);--dp-range-between-border-color: var(--dp-hover-color);--dp-loader: 5px solid var(--5cd1cbc0);--dp-font-size: var(--174f055d);--dp-input-background-color: var(--1d47b298);--dp-input-height: var(--67c8fe04)}.zerov-widget{width:100%;height:100%;position:relative}.zerov-widget .widget{width:100%;height:100%;outline:none!important;background-color:transparent!important}.zerov-widget.svg-wrap svg{width:100%;height:100%}.translate-center{transform:translate(-50%,-50%)}.translate-center-left{transform:translate(-100%) translateY(-50%)}.translate-center-right{transform:translate(100%) translateY(-50%)}.translate-center-left-active-scale-095{transform:translate(-100%) translateY(-50%)}.translate-center-left-active-scale-095:active{transform:translate(-100%) translateY(-50%) scale(.95)}.translate-center-right-active-scale-095{transform:translate(100%) translateY(-50%)}.translate-center-right-active-scale-095:active{transform:translate(100%) translateY(-50%) scale(.95)}.flex{display:flex}.flex-1{flex:1}.gap-10px{gap:10px}.gap-4px{gap:4px}.gap-2px{gap:2px}.flex-none{flex:none}.flex-direction-column{flex-direction:column}.align-items-center{align-items:center}.min-width-0{min-width:0}.cursor-pointer{cursor:pointer}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-x-hidden-y-auto{overflow-x:hidden;overflow-y:auto}.overflow-x-auto-y-hidden{overflow-x:auto;overflow-y:hidden}.height-100{height:100%}.width-100{width:100%}.height-50px{height:50px}.width-50px{width:50px}.height-60px{height:60px}.width-0{width:0}.transition-color-background-color{transition:color .2s,background-color .2s}.transition-all{transition:all .2s}.position-absolute{position:absolute}.position-relative{position:relative}.top-50{top:50%}.left-50{left:50%}.left-0{left:0}.right-0{right:0}.scroll-behavior-smooth{scroll-behavior:smooth}.background-size-cover{background-size:cover}.background-size-contain{background-size:contain}.padding-4px{padding:4px}.font-size-13px{font-size:13px}.font-size-10px{font-size:10px}.color-white{color:#fff}.color-9d9d9d{color:#9d9d9d}.background-color-black{background-color:#000}.background-color-blue{background-color:#00f}.text-overflow-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.line-height-normal{line-height:normal}.text-overflow-ellipsis-2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.margin-top-10px{margin-top:10px}.object-fit-cover{object-fit:cover}
|