@shjjs/visual-ui 1.0.35 → 1.0.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/commons/core/earth/main.vue.d.ts +2 -2
- package/es/commons/core/useChart.mjs +257 -73
- package/es/components/chart/commons/components/common-chart/index.vue.mjs +213 -30
- package/es/components/chart/commons/components/common-chart-map/index.vue.mjs +210 -27
- package/es/components/chart/commons/hooks/useChart.mjs +261 -77
- package/es/components/chart/src/map/bmap-basic/index.vue.d.ts +6 -2
- package/es/components/chart/src/map/bmap-heatmap/index.vue.d.ts +6 -2
- package/es/components/chart-other-candlestick-basic/index.vue.mjs +212 -29
- package/es/components/chart-other-candlestick-demo/index.vue.mjs +213 -30
- package/es/components/chart-other-candlestick-shanghai/index.vue.mjs +214 -31
- package/es/components/chart-other-circular-graph/index.vue.mjs +214 -31
- package/es/components/chart-other-force/index.vue.mjs +212 -29
- package/es/components/chart-other-force2/index.vue.mjs +212 -29
- package/es/components/chart-other-funnel/index.vue.mjs +214 -31
- package/es/components/chart-other-funnel-contrast/index.vue.mjs +214 -31
- package/es/components/chart-other-funnel-split/index.vue.mjs +214 -31
- package/es/components/chart-other-funnel2/index.vue.mjs +214 -31
- package/es/components/chart-other-gauge/index.vue.mjs +214 -31
- package/es/components/chart-other-gauge-grade/index.vue.mjs +214 -31
- package/es/components/chart-other-gauge-stage/index.vue.mjs +214 -31
- package/es/components/chart-other-graph-basic/index.vue.mjs +214 -31
- package/es/components/chart-other-graph-basic2/index.vue.mjs +214 -31
- package/es/components/chart-other-graph-calendar/index.vue.mjs +214 -31
- package/es/components/chart-other-grid-percentage/index.vue.mjs +218 -35
- package/es/components/chart-other-heatmap/index.vue.mjs +212 -29
- package/es/components/chart-other-label-gauge/index.vue.mjs +216 -33
- package/es/components/chart-other-liquidfill/index.vue.mjs +214 -31
- package/es/components/chart-other-parallel-basic/index.vue.mjs +214 -31
- package/es/components/chart-other-parallel-mul/index.vue.mjs +211 -28
- package/es/components/chart-other-radar/index.vue.mjs +224 -41
- package/es/components/chart-other-radar-stack/index.vue.mjs +211 -28
- package/es/components/chart-other-sunburst-basic/index.vue.mjs +212 -29
- package/es/components/chart-other-sunburst-basic2/index.vue.mjs +212 -29
- package/es/components/chart-other-sunburst-basic3/index.vue.mjs +212 -29
- package/es/components/chart-other-sunburst-basic4/index.vue.mjs +212 -29
- package/es/components/chart-other-sunburst-book/index.vue.mjs +212 -29
- package/es/components/chart-other-sunburst-flavors/index.vue.mjs +214 -31
- package/es/components/chart-other-sunburst-radius/index.vue.mjs +212 -29
- package/es/components/chart-other-theme-river/index.vue.mjs +216 -33
- package/es/components/chart-other-tree/index.vue.mjs +214 -31
- package/es/components/chart-other-tree-line/index.vue.mjs +214 -31
- package/es/components/chart-other-treemap/index.vue.mjs +214 -31
- package/es/components/chart-other-treemap-basic/index.vue.mjs +214 -31
- package/es/components/chart-other-word-cloud/index.vue.mjs +216 -33
- package/es/components/commons-echarts/compileAndRunEcharts.mjs +219 -35
- package/es/components/commons-loop-iterator/index.vue.mjs +2 -2
- package/es/components/commons-loop-iterator/index.vue2.mjs +218 -35
- package/es/components/commons-product-model/index.vue.mjs +1 -1
- package/es/components/commons-product-model/index.vue2.mjs +246 -62
- package/es/components/commons-three-loader/index.vue.mjs +1 -1
- package/es/components/commons-three-loader/index.vue2.mjs +257 -73
- package/es/components/commons-three-loader3/index.vue.mjs +2 -2
- package/es/components/commons-three-loader3/index.vue2.mjs +301 -117
- package/es/components/commons-weather/index.vue.mjs +1 -1
- package/es/components/commons-weather/index.vue2.mjs +233 -48
- package/es/components/commons-weather-dynamic/index.vue.mjs +2 -2
- package/es/components/commons-weather-dynamic/index.vue2.mjs +236 -52
- package/es/components/index.d.ts +112 -111
- package/es/components/index.mjs +362 -360
- package/es/components/interaction/button/index.vue.mjs +2 -2
- package/es/components/interaction/button/index.vue2.mjs +252 -68
- package/es/components/interaction/date-picker/components/common-date-picker/index.vue.mjs +2 -2
- package/es/components/interaction/date-picker/components/common-date-picker/index.vue2.mjs +324 -140
- package/es/components/interaction/date-picker/src/date-picker/index.d.ts +211 -211
- package/es/components/interaction/date-picker/src/date-picker/index.vue.d.ts +211 -211
- package/es/components/interaction/date-picker/src/date-picker-range/index.d.ts +211 -211
- package/es/components/interaction/date-picker/src/date-picker-range/index.vue.d.ts +211 -211
- package/es/components/interaction/tabs/index.vue.mjs +223 -39
- package/es/components/interaction/tabs-icon/index.vue.mjs +225 -41
- package/es/components/interaction-input/index.vue.mjs +2 -2
- package/es/components/interaction-input/index.vue2.mjs +244 -61
- package/es/components/interaction-select/index.vue.mjs +1 -1
- package/es/components/interaction-select/index.vue2.mjs +269 -86
- package/es/components/interaction-slider/index.vue.mjs +2 -2
- package/es/components/interaction-slider/index.vue2.mjs +248 -65
- package/es/components/interaction-switch/index.vue.mjs +1 -1
- package/es/components/interaction-switch/index.vue2.mjs +217 -33
- package/es/components/interaction-tabs/index.vue.mjs +2 -2
- package/es/components/interaction-tabs/index.vue2.mjs +221 -37
- package/es/components/interaction-tabs2/index.vue.mjs +1 -1
- package/es/components/interaction-tabs2/index.vue2.mjs +219 -35
- 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-basic/index.vue.mjs +286 -103
- 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-cool-tech/index.vue.mjs +286 -103
- 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-fly-line/index.vue.mjs +286 -103
- 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-hacker/index.vue.mjs +286 -103
- 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/map-earth-particle/index.vue.mjs +286 -103
- package/es/components/media-audio/index.vue.mjs +2 -2
- package/es/components/media-audio/index.vue2.mjs +219 -35
- package/es/components/media-audio-dynamic/index.vue.mjs +1 -1
- package/es/components/media-audio-dynamic/index.vue2.mjs +233 -50
- package/es/components/media-flv/index.vue.mjs +219 -35
- package/es/components/media-iframe/index.vue.mjs +2 -2
- package/es/components/media-iframe/index.vue2.mjs +199 -15
- package/es/components/media-iframe-dynamic/index.d.ts +51 -0
- package/es/components/media-iframe-dynamic/index.mjs +7 -0
- package/es/components/media-iframe-dynamic/index.vue.d.ts +51 -0
- package/es/components/media-iframe-dynamic/index.vue.mjs +7 -0
- package/es/components/media-iframe-dynamic/index.vue2.mjs +259 -0
- package/es/components/media-image-dynamic/index.vue.mjs +2 -2
- package/es/components/media-image-dynamic/index.vue2.mjs +207 -24
- package/es/components/media-m3u8/index.vue.mjs +221 -37
- package/es/components/media-m3u8-dynamic/index.vue.mjs +228 -45
- package/es/components/media-video/index.vue.mjs +2 -2
- package/es/components/media-video/index.vue2.mjs +216 -31
- package/es/components/media-video-dynamic/index.vue.mjs +2 -2
- package/es/components/media-video-dynamic/index.vue2.mjs +223 -40
- package/es/components/scene-amap2d/index.vue.mjs +1 -1
- package/es/components/scene-amap2d/index.vue2.mjs +376 -192
- package/es/components/scene-amap3d/index.vue.mjs +2 -2
- package/es/components/scene-amap3d/index.vue2.mjs +414 -231
- package/es/components/scene-default/index.vue.mjs +2 -2
- package/es/components/scene-default/index.vue2.mjs +201 -16
- package/es/components/scene-map3d/index.vue.mjs +2 -2
- package/es/components/scene-map3d/index.vue2.mjs +289 -106
- package/es/components/scene-ue-iframe/index.vue.mjs +2 -2
- package/es/components/scene-ue-iframe/index.vue2.mjs +212 -27
- package/es/components/scene-ue-shj/index.vue.mjs +2 -2
- package/es/components/scene-ue-shj/index.vue2.mjs +200 -15
- package/es/components/scene-unity-iframe/index.vue.mjs +1 -1
- package/es/components/scene-unity-iframe/index.vue2.mjs +204 -19
- package/es/components/scene-unity-webgl/index.vue.mjs +2 -2
- package/es/components/scene-unity-webgl/index.vue2.mjs +204 -19
- package/es/components/scene-vr/index.vue.mjs +2 -2
- package/es/components/scene-vr/index.vue2.mjs +302 -118
- package/es/components/text/list/index.vue.mjs +240 -56
- package/es/components/text-count-down/index.vue.mjs +2 -2
- package/es/components/text-count-down/index.vue2.mjs +245 -60
- package/es/components/text-over-number/index.vue.mjs +2 -2
- package/es/components/text-over-number/index.vue2.mjs +243 -60
- package/es/components/text-real-time/index.vue.mjs +2 -2
- package/es/components/text-real-time/index.vue2.mjs +212 -28
- package/es/components/text-row-scroll/index.vue.mjs +1 -1
- package/es/components/text-row-scroll/index.vue2.mjs +288 -105
- package/es/components/text-table-basic/index.vue.mjs +2 -2
- package/es/components/text-table-basic/index.vue2.mjs +286 -103
- package/es/components/text-table-scroll/index.vue.mjs +2 -2
- package/es/components/text-table-scroll/index.vue2.mjs +291 -108
- package/es/components/text-text-dynamic/index.vue.mjs +2 -2
- package/es/components/text-text-dynamic/index.vue2.mjs +218 -35
- package/es/index.d.ts +1 -0
- package/es/index.mjs +386 -370
- package/es/{commons/plugins → plugins}/datasource/index.mjs +217 -214
- package/es/{commons/plugins → plugins}/datasource/sources/api.mjs +32 -32
- package/es/{commons/plugins → plugins}/datasource/sources/static.mjs +17 -17
- package/es/{commons/plugins → plugins}/datasource/sources/storage.mjs +28 -28
- package/es/{commons/plugins → plugins}/datasource/sources/url.mjs +17 -17
- package/es/{commons/plugins → plugins}/datasource/sources/variable.mjs +17 -17
- package/es/{commons/plugins → plugins}/datasource/sources/ws.mjs +139 -139
- package/es/{commons/plugins → plugins}/datasource/utils/axios.mjs +134 -134
- package/es/{commons/plugins → plugins}/datasource/utils/request.mjs +5 -5
- package/es/{commons/plugins → plugins}/datasource/utils/utils.mjs +229 -229
- package/es/{commons/plugins → plugins}/datasource/utils/wsManager.mjs +78 -78
- package/es/{commons/plugins → plugins}/event/actions/fullScreenAction.mjs +8 -8
- package/es/{commons/plugins → plugins}/event/actions/invokeAction.mjs +11 -11
- package/es/{commons/plugins → plugins}/event/actions/linkAction.mjs +8 -8
- package/es/{commons/plugins → plugins}/event/actions/moveAction.mjs +15 -15
- package/es/{commons/plugins → plugins}/event/actions/refreshVariableAction.mjs +18 -18
- package/es/{commons/plugins → plugins}/event/actions/rotateAction.mjs +19 -19
- package/es/{commons/plugins → plugins}/event/actions/scaleAction.mjs +24 -24
- package/es/{commons/plugins → plugins}/event/actions/sendApiAction.mjs +16 -16
- package/es/{commons/plugins → plugins}/event/actions/ueCommonsWebscoketAction.mjs +31 -31
- package/es/{commons/plugins → plugins}/event/actions/ueShjExecMethodAction.mjs +31 -31
- package/es/{commons/plugins → plugins}/event/actions/unityIframeExecMethodAction.mjs +28 -28
- package/es/{commons/plugins → plugins}/event/actions/unityWebglExecMethodAction.mjs +28 -28
- package/es/{commons/plugins → plugins}/event/actions/updatePageAction.mjs +6 -6
- package/es/{commons/plugins → plugins}/event/actions/updateVariableAction.mjs +25 -25
- package/es/{commons/plugins → plugins}/event/actions/updateWidgetAction.mjs +14 -14
- package/es/{commons/plugins → plugins}/event/actions/vrSceneMethodAction.mjs +12 -12
- package/es/{commons/plugins → plugins}/event/index.mjs +161 -161
- package/es/{commons/plugins → plugins}/event/utils/utils.mjs +50 -50
- package/es/{commons → plugins}/utils/componentRefs.mjs +37 -37
- package/es/{commons → plugins}/utils/getNextElement.mjs +12 -12
- package/es/widgets.css +1 -1
- package/package.json +1 -1
- package/es/commons/plugins/datasource/index.d.ts +0 -73
- package/es/commons/plugins/datasource/sources/api.d.ts +0 -1
- package/es/commons/plugins/datasource/sources/static.d.ts +0 -1
- package/es/commons/plugins/datasource/sources/storage.d.ts +0 -1
- package/es/commons/plugins/datasource/sources/url.d.ts +0 -1
- package/es/commons/plugins/datasource/sources/variable.d.ts +0 -1
- package/es/commons/plugins/datasource/sources/ws.d.ts +0 -32
- package/es/commons/plugins/datasource/utils/axios.d.ts +0 -70
- package/es/commons/plugins/datasource/utils/request.d.ts +0 -3
- package/es/commons/plugins/datasource/utils/utils.d.ts +0 -115
- package/es/commons/plugins/datasource/utils/wsManager.d.ts +0 -16
- package/es/commons/plugins/event/actions/fullScreenAction.d.ts +0 -8
- package/es/commons/plugins/event/actions/invokeAction.d.ts +0 -8
- package/es/commons/plugins/event/actions/linkAction.d.ts +0 -8
- package/es/commons/plugins/event/actions/moveAction.d.ts +0 -8
- package/es/commons/plugins/event/actions/refreshVariableAction.d.ts +0 -7
- package/es/commons/plugins/event/actions/rotateAction.d.ts +0 -8
- package/es/commons/plugins/event/actions/scaleAction.d.ts +0 -8
- package/es/commons/plugins/event/actions/sendApiAction.d.ts +0 -8
- package/es/commons/plugins/event/actions/ueCommonsWebscoketAction.d.ts +0 -7
- package/es/commons/plugins/event/actions/ueShjExecMethodAction.d.ts +0 -7
- package/es/commons/plugins/event/actions/unityIframeExecMethodAction.d.ts +0 -7
- package/es/commons/plugins/event/actions/unityWebglExecMethodAction.d.ts +0 -7
- package/es/commons/plugins/event/actions/updatePageAction.d.ts +0 -8
- package/es/commons/plugins/event/actions/updateVariableAction.d.ts +0 -7
- package/es/commons/plugins/event/actions/updateWidgetAction.d.ts +0 -7
- package/es/commons/plugins/event/actions/vrSceneMethodAction.d.ts +0 -7
- package/es/commons/plugins/event/index.d.ts +0 -206
- package/es/commons/plugins/event/utils/utils.d.ts +0 -22
- package/es/commons/utils/componentRefs.d.ts +0 -28
- package/es/commons/utils/getNextElement.d.ts +0 -7
|
@@ -1,10 +1,193 @@
|
|
|
1
|
-
import { defineComponent as W, useCssVars as A, ref as S, computed as E, watch as z, onMounted as G, resolveComponent as K, createElementBlock as
|
|
2
|
-
import { debounce as
|
|
1
|
+
import { defineComponent as W, useCssVars as A, ref as S, computed as E, watch as z, onMounted as G, resolveComponent as K, createElementBlock as a, createCommentVNode as M, openBlock as c, createVNode as $, normalizeStyle as u, Fragment as V, renderList as I, createElementVNode as O, toDisplayString as D, unref as d, withCtx as L } from "vue";
|
|
2
|
+
import { debounce as f, cloneDeep as w, isEqual as R } from "lodash";
|
|
3
3
|
import { nanoid as k } from "nanoid";
|
|
4
4
|
import { RecycleScroller as Q } from "vue-virtual-scroller";
|
|
5
|
-
import
|
|
5
|
+
import "../text-text-basic/index.mjs";
|
|
6
|
+
import "./index.mjs";
|
|
7
|
+
import "../chart-other-gauge/index.mjs";
|
|
8
|
+
import "../chart-other-gauge-stage/index.mjs";
|
|
9
|
+
import "../chart-other-gauge-grade/index.mjs";
|
|
10
|
+
import "../chart-other-word-cloud/index.mjs";
|
|
11
|
+
import "../chart-other-liquidfill/index.mjs";
|
|
12
|
+
import "../chart-other-funnel/index.mjs";
|
|
13
|
+
import "../chart-other-force/index.mjs";
|
|
14
|
+
import "../chart-other-radar/index.mjs";
|
|
15
|
+
import "../chart-other-funnel-split/index.mjs";
|
|
16
|
+
import "../chart-other-funnel-contrast/index.mjs";
|
|
17
|
+
import "../chart-other-candlestick-basic/index.mjs";
|
|
18
|
+
import "../chart-other-candlestick-shanghai/index.mjs";
|
|
19
|
+
import "../chart-other-candlestick-demo/index.mjs";
|
|
20
|
+
import "../chart-other-heatmap/index.mjs";
|
|
21
|
+
import "../chart-other-force2/index.mjs";
|
|
22
|
+
import "../chart-other-graph-basic/index.mjs";
|
|
23
|
+
import "../chart-other-graph-basic2/index.mjs";
|
|
24
|
+
import "../chart-other-graph-calendar/index.mjs";
|
|
25
|
+
import "../chart-other-tree-line/index.mjs";
|
|
26
|
+
import "../chart-other-treemap-basic/index.mjs";
|
|
27
|
+
import "../chart-other-sunburst-basic/index.mjs";
|
|
28
|
+
import "../chart-other-sunburst-basic2/index.mjs";
|
|
29
|
+
import "../chart-other-sunburst-basic3/index.mjs";
|
|
30
|
+
import "../chart-other-sunburst-basic4/index.mjs";
|
|
31
|
+
import "../chart-other-sunburst-book/index.mjs";
|
|
32
|
+
import "../chart-other-sunburst-radius/index.mjs";
|
|
33
|
+
import "../chart-other-sunburst-flavors/index.mjs";
|
|
34
|
+
import "../chart-other-parallel-basic/index.mjs";
|
|
35
|
+
import "../chart-other-parallel-mul/index.mjs";
|
|
36
|
+
import "../chart-other-circular-graph/index.mjs";
|
|
37
|
+
import "../map-earth-basic/index.mjs";
|
|
38
|
+
import "../map-earth-cool-tech/index.mjs";
|
|
39
|
+
import "../map-earth-particle/index.mjs";
|
|
40
|
+
import "../map-earth-hacker/index.mjs";
|
|
41
|
+
import "../map-earth-fly-line/index.mjs";
|
|
42
|
+
import "../chart-other-grid-percentage/index.mjs";
|
|
43
|
+
import "../chart-other-radar-stack/index.mjs";
|
|
44
|
+
import "../chart-other-funnel2/index.mjs";
|
|
45
|
+
import "../chart-other-label-gauge/index.mjs";
|
|
46
|
+
import "../chart-other-theme-river/index.mjs";
|
|
47
|
+
import "../chart-other-tree/index.mjs";
|
|
48
|
+
import "../chart-other-treemap/index.mjs";
|
|
49
|
+
import "../commons-product-model/index.mjs";
|
|
50
|
+
import "../commons-vr-photo/index.mjs";
|
|
51
|
+
import "../commons-vr-video/index.mjs";
|
|
52
|
+
import "../commons-three-loader/index.mjs";
|
|
53
|
+
import "../commons-three-loader3/index.mjs";
|
|
54
|
+
import "../commons-loop-iterator/index.mjs";
|
|
55
|
+
import "../commons-gaussian-splatting-view/index.mjs";
|
|
56
|
+
import "../commons-babylon/index.mjs";
|
|
57
|
+
import "../commons-svg/index.mjs";
|
|
58
|
+
import "../commons-weather/index.mjs";
|
|
59
|
+
import "../commons-weather-dynamic/index.mjs";
|
|
60
|
+
import "../media-wavesurfer/index.mjs";
|
|
61
|
+
import "../interaction-tabs/index.mjs";
|
|
62
|
+
import "../interaction-tabs2/index.mjs";
|
|
63
|
+
import "../interaction-button/index.mjs";
|
|
64
|
+
import "../interaction-button-image/index.mjs";
|
|
65
|
+
import "../interaction-select/index.mjs";
|
|
66
|
+
import "../interaction-input/index.mjs";
|
|
67
|
+
import "../interaction-radio/index.mjs";
|
|
68
|
+
import "../interaction-slider/index.mjs";
|
|
69
|
+
import "../interaction-switch/index.mjs";
|
|
70
|
+
import "../interaction-data-picker/index.mjs";
|
|
71
|
+
import "../interaction-button-refresh/index.mjs";
|
|
72
|
+
import "../media-image/index.mjs";
|
|
73
|
+
import "../text-title/index.mjs";
|
|
74
|
+
import "../commons-qrcode/index.mjs";
|
|
75
|
+
import "../media-video/index.mjs";
|
|
76
|
+
import "../media-audio/index.mjs";
|
|
77
|
+
import "../text-real-time/index.mjs";
|
|
78
|
+
import "../media-carousel/index.mjs";
|
|
79
|
+
import "../media-carousel-slides/index.mjs";
|
|
80
|
+
import "../media-iframe-carousel/index.mjs";
|
|
81
|
+
import "../media-iframe/index.mjs";
|
|
82
|
+
import "../media-m3u8/index.mjs";
|
|
83
|
+
import "../media-m3u8-dynamic/index.mjs";
|
|
84
|
+
import "../media-audio-dynamic/index.mjs";
|
|
85
|
+
import "../media-video-dynamic/index.mjs";
|
|
86
|
+
import "../media-image-dynamic/index.mjs";
|
|
87
|
+
import "../media-iframe-dynamic/index.mjs";
|
|
88
|
+
import "../media-flv/index.mjs";
|
|
89
|
+
import "../commons-echarts/index.mjs";
|
|
90
|
+
import "../text-over-number/index.mjs";
|
|
91
|
+
import "../text-table-scroll/index.mjs";
|
|
92
|
+
import "../text-carousel/index.mjs";
|
|
93
|
+
import "../text-row-scroll/index.mjs";
|
|
94
|
+
import "../text-text-dynamic/index.mjs";
|
|
95
|
+
import "../text-count-down/index.mjs";
|
|
96
|
+
import "../graphical-circle/index.mjs";
|
|
97
|
+
import "../graphical-diamond/index.mjs";
|
|
98
|
+
import "../graphical-hexagon/index.mjs";
|
|
99
|
+
import "../graphical-isosceles-triangle/index.mjs";
|
|
100
|
+
import "../graphical-pentagon/index.mjs";
|
|
101
|
+
import "../graphical-rect/index.mjs";
|
|
102
|
+
import "../graphical-right-triangle/index.mjs";
|
|
103
|
+
import "../scene-map3d/index.mjs";
|
|
104
|
+
import "../scene-amap2d/index.mjs";
|
|
105
|
+
import "../scene-amap3d/index.mjs";
|
|
106
|
+
import "../scene-vr/index.mjs";
|
|
107
|
+
import "../scene-unity-iframe/index.mjs";
|
|
108
|
+
import "../scene-unity-webgl/index.mjs";
|
|
109
|
+
import "../scene-ue-iframe/index.mjs";
|
|
110
|
+
import "../scene-ue-shj/index.mjs";
|
|
111
|
+
import "../scene-default/index.mjs";
|
|
112
|
+
import "../interaction/tabs/index.mjs";
|
|
113
|
+
import "../interaction/tabs-icon/index.mjs";
|
|
114
|
+
import "../interaction/button/index.mjs";
|
|
115
|
+
import "../interaction/date-picker/src/date-picker/index.mjs";
|
|
116
|
+
import "../interaction/date-picker/src/date-picker-range/index.mjs";
|
|
117
|
+
import "../text/list/index.mjs";
|
|
118
|
+
import "../chart/src/bar/basic/index.mjs";
|
|
119
|
+
import "../chart/src/bar/animation/index.mjs";
|
|
120
|
+
import "../chart/src/bar/contrast/index.mjs";
|
|
121
|
+
import "../chart/src/bar/contrast2/index.mjs";
|
|
122
|
+
import "../chart/src/bar/contrast3/index.mjs";
|
|
123
|
+
import "../chart/src/bar/gradient-column-chart/index.mjs";
|
|
124
|
+
import "../chart/src/bar/horizontal/index.mjs";
|
|
125
|
+
import "../chart/src/bar/horizontal-stack/index.mjs";
|
|
126
|
+
import "../chart/src/bar/line-bar/index.mjs";
|
|
127
|
+
import "../chart/src/bar/line-bar2/index.mjs";
|
|
128
|
+
import "../chart/src/bar/loop/index.mjs";
|
|
129
|
+
import "../chart/src/bar/mini/index.mjs";
|
|
130
|
+
import "../chart/src/bar/polar/index.mjs";
|
|
131
|
+
import "../chart/src/bar/polar-stack/index.mjs";
|
|
132
|
+
import "../chart/src/bar/polar2/index.mjs";
|
|
133
|
+
import "../chart/src/bar/radius-circle/index.mjs";
|
|
134
|
+
import "../chart/src/bar/rank/index.mjs";
|
|
135
|
+
import "../chart/src/bar/segmented-progress/index.mjs";
|
|
136
|
+
import "../chart/src/bar/spire/index.mjs";
|
|
137
|
+
import "../chart/src/bar/stack/index.mjs";
|
|
138
|
+
import "../chart/src/bar/stack-line/index.mjs";
|
|
139
|
+
import "../chart/src/bar/stack2/index.mjs";
|
|
140
|
+
import "../chart/src/bar/stack3/index.mjs";
|
|
141
|
+
import "../chart/src/bar/staggered/index.mjs";
|
|
142
|
+
import "../chart/src/bar/three/index.mjs";
|
|
143
|
+
import "../chart/src/bar/waterfall/index.mjs";
|
|
144
|
+
import "../chart/src/bar/zebra/index.mjs";
|
|
145
|
+
import "../chart/src/line/area-gradient/index.mjs";
|
|
146
|
+
import "../chart/src/line/area-highlight/index.mjs";
|
|
147
|
+
import "../chart/src/line/area-highlight2/index.mjs";
|
|
148
|
+
import "../chart/src/line/basic/index.mjs";
|
|
149
|
+
import "../chart/src/line/bump/index.mjs";
|
|
150
|
+
import "../chart/src/line/dashed/index.mjs";
|
|
151
|
+
import "../chart/src/line/ladder/index.mjs";
|
|
152
|
+
import "../chart/src/line/logarithm/index.mjs";
|
|
153
|
+
import "../chart/src/line/multix/index.mjs";
|
|
154
|
+
import "../chart/src/line/polar-double/index.mjs";
|
|
155
|
+
import "../chart/src/line/rain-flow/index.mjs";
|
|
156
|
+
import "../chart/src/line/scale/index.mjs";
|
|
157
|
+
import "../chart/src/line/smooth/index.mjs";
|
|
158
|
+
import "../chart/src/line/smooth-area/index.mjs";
|
|
159
|
+
import "../chart/src/line/stack/index.mjs";
|
|
160
|
+
import "../chart/src/line/stack-area/index.mjs";
|
|
161
|
+
import "../chart/src/line/temp/index.mjs";
|
|
162
|
+
import "../chart/src/line/vertical/index.mjs";
|
|
163
|
+
import "../chart/src/map/basic/index.mjs";
|
|
164
|
+
import "../chart/src/map/bmap-basic/index.mjs";
|
|
165
|
+
import "../chart/src/map/bmap-heatmap/index.mjs";
|
|
166
|
+
import "../chart/src/map/bmap-rich/index.mjs";
|
|
167
|
+
import "../chart/src/map/customize/index.mjs";
|
|
168
|
+
import "../chart/src/map/lines/index.mjs";
|
|
169
|
+
import "../chart/src/map/scatter/index.mjs";
|
|
170
|
+
import "../chart/src/pie/3d/index.mjs";
|
|
171
|
+
import "../chart/src/pie/basic/index.mjs";
|
|
172
|
+
import "../chart/src/pie/basic2/index.mjs";
|
|
173
|
+
import "../chart/src/pie/customized/index.mjs";
|
|
174
|
+
import "../chart/src/pie/index/index.mjs";
|
|
175
|
+
import "../chart/src/pie/interval/index.mjs";
|
|
176
|
+
import "../chart/src/pie/legend-scroll/index.mjs";
|
|
177
|
+
import "../chart/src/pie/radius/index.mjs";
|
|
178
|
+
import "../chart/src/pie/rose/index.mjs";
|
|
179
|
+
import "../chart/src/pie/round/index.mjs";
|
|
180
|
+
import "../chart/src/pie/sunburst/index.mjs";
|
|
181
|
+
import "../chart/src/scatter/basic/index.mjs";
|
|
182
|
+
import "../chart/src/scatter/basic2/index.mjs";
|
|
183
|
+
import "../chart/src/scatter/bubble/index.mjs";
|
|
184
|
+
import "../chart/src/scatter/ripples/index.mjs";
|
|
185
|
+
/* empty css */
|
|
186
|
+
/* empty css */
|
|
187
|
+
import { SHJDatasourceV2 as U } from "../../plugins/datasource/index.mjs";
|
|
188
|
+
import { SHJParseEvent as l } from "../../plugins/event/index.mjs";
|
|
6
189
|
import "vue-virtual-scroller/dist/vue-virtual-scroller.css";
|
|
7
|
-
const X = ["onClick", "onMouseenter", "onMouseout"], Y = ["onClick"], Z = W({ name: "zv-text-table-basic" }),
|
|
190
|
+
const X = ["onClick", "onMouseenter", "onMouseout"], Y = ["onClick"], Z = W({ name: "zv-text-table-basic" }), zr = /* @__PURE__ */ W({
|
|
8
191
|
...Z,
|
|
9
192
|
props: {
|
|
10
193
|
basicOption: {},
|
|
@@ -14,69 +197,69 @@ const X = ["onClick", "onMouseenter", "onMouseout"], Y = ["onClick"], Z = W({ na
|
|
|
14
197
|
},
|
|
15
198
|
emits: ["on-click-item", "on-click-row", "on-mouseenter-row", "on-mouseout-row"],
|
|
16
199
|
setup(B, { expose: N, emit: j }) {
|
|
17
|
-
A((
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
"
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
"
|
|
35
|
-
|
|
200
|
+
A((t) => ({
|
|
201
|
+
"185eb83b": t.basicOption.css.table.borderWidth + "px",
|
|
202
|
+
"5472f006": t.basicOption.css.table.borderStyle,
|
|
203
|
+
"563acca2": t.basicOption.css.table.borderColor,
|
|
204
|
+
"3acb6bbd": t.basicOption.css.table.paddingLeft + "px",
|
|
205
|
+
"844fb4ba": t.basicOption.css.table.alignItems,
|
|
206
|
+
"5ea855b1": t.basicOption.css.table.justifyContent,
|
|
207
|
+
"7c34cc67": t.basicOption.css.header.background,
|
|
208
|
+
"16d740a6": t.basicOption.css.header.height + "px",
|
|
209
|
+
"1eed4eec": t.basicOption.css.header.color,
|
|
210
|
+
"41f3be04": t.basicOption.css.header.fontSize + "px",
|
|
211
|
+
c0540a40: t.basicOption.css.header.fontWeight,
|
|
212
|
+
dd4c8f6e: t.basicOption.css.header.fontStyle,
|
|
213
|
+
d11afffc: t.basicOption.css.body.height + "px",
|
|
214
|
+
"0fa99432": t.basicOption.css.body.background,
|
|
215
|
+
"7e78c442": t.basicOption.css.body.color,
|
|
216
|
+
b469c5ce: t.basicOption.css.body.fontSize + "px",
|
|
217
|
+
"334ac2ab": t.basicOption.css.body.fontWeight,
|
|
218
|
+
f4d169c4: t.basicOption.css.body.fontStyle
|
|
36
219
|
}));
|
|
37
|
-
const
|
|
38
|
-
if (!
|
|
39
|
-
const
|
|
40
|
-
const
|
|
220
|
+
const b = j, v = S(k()), s = S([]), p = B, H = () => {
|
|
221
|
+
if (!s.value.length) return;
|
|
222
|
+
const t = Object.keys(s.value[0]), o = p.basicOption.columns || [], r = t.map((i, m) => {
|
|
223
|
+
const e = o.find((C) => C.name === i) || {};
|
|
41
224
|
return {
|
|
42
|
-
name:
|
|
225
|
+
name: e.name || i,
|
|
43
226
|
// 如果用户没有提供 name,使用 key 作为 name
|
|
44
|
-
label:
|
|
227
|
+
label: e.label || i,
|
|
45
228
|
// 如果用户没有提供 label,使用 key 作为 label
|
|
46
|
-
visible:
|
|
229
|
+
visible: e.visible !== void 0 ? e.visible : !0,
|
|
47
230
|
// 如果用户没有提供 visible,默认可见
|
|
48
|
-
index:
|
|
231
|
+
index: e.index !== void 0 ? e.index : m,
|
|
49
232
|
// 如果用户没有提供 index,使用默认顺序
|
|
50
|
-
width:
|
|
233
|
+
width: e.width || { auto: !0, width: 100 },
|
|
51
234
|
// 如果用户没有提供 width,使用默认宽度
|
|
52
|
-
font:
|
|
235
|
+
font: e.font || { auto: !0, color: "#ffffff", fontSize: 12, fontStyle: "normal" }
|
|
53
236
|
// 如果用户没有提供 font,使用默认字体
|
|
54
237
|
};
|
|
55
238
|
});
|
|
56
|
-
|
|
57
|
-
}, h = E(() =>
|
|
239
|
+
p.basicOption.columns = r.sort((i, m) => i.index - m.index);
|
|
240
|
+
}, h = E(() => p.basicOption.columns || []), y = E(() => h.value.filter((t) => t.visible).map((t) => t.name)), n = () => {
|
|
58
241
|
U.parse({
|
|
59
|
-
tId:
|
|
60
|
-
sources:
|
|
61
|
-
callback: (
|
|
242
|
+
tId: p.uuid,
|
|
243
|
+
sources: p.sources,
|
|
244
|
+
callback: (t) => {
|
|
62
245
|
try {
|
|
63
|
-
|
|
64
|
-
id:
|
|
246
|
+
l.parseEvents(p.useEvents, "dataListener", s), v.value = k(), s.value = w(t.data[0].data).map((o, r) => ({
|
|
247
|
+
id: o.id || r,
|
|
65
248
|
// 使用索引作为 id
|
|
66
|
-
...
|
|
249
|
+
...o
|
|
67
250
|
})), H();
|
|
68
251
|
} catch {
|
|
69
|
-
|
|
252
|
+
l.parseEvents(p.useEvents, "dataListener", null), v.value = k(), s.value = [];
|
|
70
253
|
}
|
|
71
254
|
}
|
|
72
255
|
});
|
|
73
|
-
}, g = (
|
|
74
|
-
const
|
|
75
|
-
return
|
|
76
|
-
}, J = (
|
|
77
|
-
const
|
|
78
|
-
if (!
|
|
79
|
-
const
|
|
256
|
+
}, g = (t) => {
|
|
257
|
+
const o = h.value.find((r) => r.name === t);
|
|
258
|
+
return o != null && o.width.auto ? null : `${o == null ? void 0 : o.width.width}px`;
|
|
259
|
+
}, J = (t) => {
|
|
260
|
+
const o = h.value.find((i) => i.name === t);
|
|
261
|
+
if (!o) return {};
|
|
262
|
+
const r = {
|
|
80
263
|
whiteSpace: "nowrap",
|
|
81
264
|
// 默认不换行
|
|
82
265
|
textOverflow: "ellipsis",
|
|
@@ -85,86 +268,86 @@ const X = ["onClick", "onMouseenter", "onMouseout"], Y = ["onClick"], Z = W({ na
|
|
|
85
268
|
// 默认隐藏溢出内容
|
|
86
269
|
};
|
|
87
270
|
return {
|
|
88
|
-
color:
|
|
89
|
-
fontSize: `${
|
|
90
|
-
fontStyle:
|
|
91
|
-
...
|
|
92
|
-
...
|
|
271
|
+
color: o.font.color,
|
|
272
|
+
fontSize: `${o.font.fontSize}px`,
|
|
273
|
+
fontStyle: o.font.fontStyle,
|
|
274
|
+
...r,
|
|
275
|
+
...o.textStyle
|
|
93
276
|
// 用户自定义样式
|
|
94
277
|
};
|
|
95
|
-
}, q =
|
|
96
|
-
const
|
|
97
|
-
|
|
98
|
-
}, 100), F =
|
|
99
|
-
const
|
|
100
|
-
|
|
101
|
-
}, 100), P =
|
|
102
|
-
const
|
|
103
|
-
|
|
104
|
-
}, 100), T =
|
|
105
|
-
const
|
|
106
|
-
|
|
278
|
+
}, q = f((t, o) => {
|
|
279
|
+
const r = { row: t, rowIndex: o };
|
|
280
|
+
b("on-click-row", r), l.parseEvents(p.useEvents, "on-click-row", r);
|
|
281
|
+
}, 100), F = f((t, o) => {
|
|
282
|
+
const r = { row: t, rowIndex: o };
|
|
283
|
+
b("on-mouseenter-row", r), l.parseEvents(p.useEvents, "on-mouseenter-row", r);
|
|
284
|
+
}, 100), P = f((t, o) => {
|
|
285
|
+
const r = { row: t, rowIndex: o };
|
|
286
|
+
b("on-mouseout-row", r), l.parseEvents(p.useEvents, "on-mouseout-row", r);
|
|
287
|
+
}, 100), T = f((t, o, r, i) => {
|
|
288
|
+
const m = { row: t, item: o, rowIndex: r, columnIndex: i };
|
|
289
|
+
b("on-click-item", m), l.parseEvents(p.useEvents, "on-click-item", m);
|
|
107
290
|
}, 100);
|
|
108
|
-
return z(() => w(
|
|
109
|
-
R(
|
|
110
|
-
}, { deep: !0 }), z(() => w(
|
|
111
|
-
R(
|
|
112
|
-
}, { deep: !0 }), G(() =>
|
|
113
|
-
refresh: () =>
|
|
114
|
-
refreshView: () =>
|
|
115
|
-
refreshData: () =>
|
|
116
|
-
}), (
|
|
117
|
-
const
|
|
118
|
-
return
|
|
291
|
+
return z(() => w(p.sources), (t, o) => {
|
|
292
|
+
R(t, o) || n();
|
|
293
|
+
}, { deep: !0 }), z(() => w(p.basicOption), (t, o) => {
|
|
294
|
+
R(t, o) || n();
|
|
295
|
+
}, { deep: !0 }), G(() => n()), N({
|
|
296
|
+
refresh: () => n(),
|
|
297
|
+
refreshView: () => n(),
|
|
298
|
+
refreshData: () => n()
|
|
299
|
+
}), (t, o) => {
|
|
300
|
+
const r = K("el-tooltip");
|
|
301
|
+
return s.value.length > 0 ? (c(), a("div", {
|
|
119
302
|
key: v.value,
|
|
120
303
|
class: "table-scroll"
|
|
121
304
|
}, [
|
|
122
|
-
|
|
305
|
+
t.basicOption.css.header.show ? (c(), a("div", {
|
|
123
306
|
key: 0,
|
|
124
307
|
class: "table-header",
|
|
125
|
-
style:
|
|
126
|
-
"--header-background-image": `url(${
|
|
308
|
+
style: u({
|
|
309
|
+
"--header-background-image": `url(${t.basicOption.css.header.background})`
|
|
127
310
|
})
|
|
128
311
|
}, [
|
|
129
|
-
(
|
|
130
|
-
key:
|
|
312
|
+
(c(!0), a(V, null, I(y.value, (i) => (c(), a("div", {
|
|
313
|
+
key: i,
|
|
131
314
|
class: "th",
|
|
132
|
-
style:
|
|
315
|
+
style: u({ width: g(i) })
|
|
133
316
|
}, [
|
|
134
|
-
O("p", null, D(
|
|
317
|
+
O("p", null, D(i), 1)
|
|
135
318
|
], 4))), 128))
|
|
136
319
|
], 4)) : M("", !0),
|
|
137
|
-
$(
|
|
320
|
+
$(d(Q), {
|
|
138
321
|
id: "",
|
|
139
322
|
class: "table-body",
|
|
140
|
-
items:
|
|
141
|
-
"item-size":
|
|
323
|
+
items: s.value,
|
|
324
|
+
"item-size": t.basicOption.css.body.height,
|
|
142
325
|
"key-field": "id"
|
|
143
326
|
}, {
|
|
144
|
-
default: L(({ item:
|
|
327
|
+
default: L(({ item: i, index: m }) => [
|
|
145
328
|
O("div", {
|
|
146
329
|
class: "tr",
|
|
147
|
-
style:
|
|
148
|
-
"--row-hover":
|
|
149
|
-
"--odd-background":
|
|
330
|
+
style: u({
|
|
331
|
+
"--row-hover": t.basicOption.css.hoverColor,
|
|
332
|
+
"--odd-background": t.basicOption.css.oddBackground
|
|
150
333
|
}),
|
|
151
|
-
onClick: (
|
|
152
|
-
onMouseenter: (
|
|
153
|
-
onMouseout: (
|
|
334
|
+
onClick: (e) => d(q)(i, m),
|
|
335
|
+
onMouseenter: (e) => d(F)(i, m),
|
|
336
|
+
onMouseout: (e) => d(P)(i, m)
|
|
154
337
|
}, [
|
|
155
|
-
(
|
|
156
|
-
key:
|
|
338
|
+
(c(!0), a(V, null, I(y.value, (e) => (c(), a("div", {
|
|
339
|
+
key: e,
|
|
157
340
|
class: "td",
|
|
158
|
-
style:
|
|
159
|
-
onClick: (C) =>
|
|
341
|
+
style: u({ width: g(e) }),
|
|
342
|
+
onClick: (C) => d(T)(i, i[e], m, y.value.indexOf(e))
|
|
160
343
|
}, [
|
|
161
|
-
$(
|
|
162
|
-
content:
|
|
344
|
+
$(r, {
|
|
345
|
+
content: i[e]
|
|
163
346
|
}, {
|
|
164
347
|
default: L(() => [
|
|
165
348
|
O("p", {
|
|
166
|
-
style:
|
|
167
|
-
}, D(
|
|
349
|
+
style: u(J(e))
|
|
350
|
+
}, D(i[e]), 5)
|
|
168
351
|
]),
|
|
169
352
|
_: 2
|
|
170
353
|
}, 1032, ["content"])
|
|
@@ -178,5 +361,5 @@ const X = ["onClick", "onMouseenter", "onMouseout"], Y = ["onClick"], Z = W({ na
|
|
|
178
361
|
}
|
|
179
362
|
});
|
|
180
363
|
export {
|
|
181
|
-
|
|
364
|
+
zr as default
|
|
182
365
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./index.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const
|
|
4
|
+
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-b98bf301"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
m as default
|
|
7
7
|
};
|