@shjjs/visual-ui 1.0.2 → 1.0.4
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/components/chart-bar-contrast2/index.d.ts +51 -0
- package/es/components/chart-bar-contrast2/index.mjs +7 -0
- package/es/components/chart-bar-contrast2/index.vue.d.ts +51 -0
- package/es/components/chart-bar-contrast2/index.vue.mjs +75 -0
- package/es/components/chart-bar-contrast2/index.vue2.mjs +4 -0
- package/es/components/chart-line-rain-flow/index.d.ts +51 -0
- package/es/components/chart-line-rain-flow/index.mjs +7 -0
- package/es/components/chart-line-rain-flow/index.vue.d.ts +51 -0
- package/es/components/chart-line-rain-flow/index.vue.mjs +76 -0
- package/es/components/chart-line-rain-flow/index.vue2.mjs +4 -0
- package/es/components/index.d.ts +2 -0
- package/es/components/index.mjs +222 -218
- package/es/components/interaction-data-picker/index.d.ts +14 -12
- package/es/components/interaction-data-picker/index.mjs +2 -2
- package/es/components/interaction-data-picker/index.vue.d.ts +14 -12
- package/es/components/interaction-data-picker/index.vue.mjs +5 -11
- package/es/components/interaction-data-picker/index.vue2.mjs +130 -2
- package/es/components/interaction-input/index.d.ts +25 -5
- package/es/components/interaction-input/index.vue.d.ts +25 -5
- package/es/components/interaction-input/index.vue.mjs +2 -2
- package/es/components/interaction-input/index.vue2.mjs +67 -36
- package/es/components/interaction-slider/index.d.ts +22 -5
- package/es/components/interaction-slider/index.vue.d.ts +22 -5
- package/es/components/interaction-slider/index.vue.mjs +2 -2
- package/es/components/interaction-slider/index.vue2.mjs +84 -50
- package/es/components/scene-ue-iframe/index.d.ts +3 -3
- package/es/components/scene-ue-iframe/index.vue.d.ts +3 -3
- package/es/components/scene-ue-iframe/index.vue.mjs +1 -1
- package/es/components/scene-ue-iframe/index.vue2.mjs +9 -11
- package/es/components/scene-ue-shj/index.d.ts +3 -3
- package/es/components/scene-ue-shj/index.vue.d.ts +3 -3
- package/es/components/scene-ue-shj/index.vue.mjs +2 -2
- package/es/components/scene-ue-shj/index.vue2.mjs +4 -6
- package/es/components/scene-unity-iframe/index.d.ts +3 -3
- package/es/components/scene-unity-iframe/index.vue.d.ts +3 -3
- package/es/components/scene-unity-iframe/index.vue.mjs +2 -2
- package/es/components/scene-unity-iframe/index.vue2.mjs +10 -12
- package/es/components/scene-unity-webgl/index.d.ts +3 -3
- package/es/components/scene-unity-webgl/index.vue.d.ts +3 -3
- package/es/components/scene-unity-webgl/index.vue.mjs +1 -1
- package/es/components/scene-unity-webgl/index.vue2.mjs +12 -12
- package/es/env.d.ts +4 -1
- package/es/index.mjs +222 -218
- package/es/style.css +1 -1
- package/es/utils/parseDataset.mjs +12 -12
- package/lib/components/chart-bar-contrast2/index.js +1 -0
- package/lib/components/chart-bar-contrast2/index.vue.js +1 -0
- package/lib/components/chart-bar-contrast2/index.vue2.js +1 -0
- package/lib/components/chart-line-rain-flow/index.js +1 -0
- package/lib/components/chart-line-rain-flow/index.vue.js +1 -0
- package/lib/components/chart-line-rain-flow/index.vue2.js +1 -0
- package/lib/components/index.js +1 -1
- package/lib/components/interaction-data-picker/index.js +1 -1
- package/lib/components/interaction-data-picker/index.vue.js +1 -1
- package/lib/components/interaction-data-picker/index.vue2.js +1 -1
- package/lib/components/interaction-input/index.vue.js +1 -1
- package/lib/components/interaction-input/index.vue2.js +1 -1
- package/lib/components/interaction-slider/index.vue.js +1 -1
- package/lib/components/interaction-slider/index.vue2.js +1 -1
- package/lib/components/scene-ue-iframe/index.vue.js +1 -1
- package/lib/components/scene-ue-iframe/index.vue2.js +1 -1
- package/lib/components/scene-ue-shj/index.vue.js +1 -1
- package/lib/components/scene-ue-shj/index.vue2.js +1 -1
- package/lib/components/scene-unity-iframe/index.vue.js +1 -1
- package/lib/components/scene-unity-iframe/index.vue2.js +1 -1
- package/lib/components/scene-unity-webgl/index.vue.js +1 -1
- package/lib/components/scene-unity-webgl/index.vue2.js +1 -1
- package/lib/index.js +1 -1
- package/lib/style.css +1 -1
- package/lib/utils/parseDataset.js +1 -1
- package/package.json +1 -1
package/es/index.mjs
CHANGED
|
@@ -6,115 +6,117 @@ import { ZvChartBarBasic as i } from "./components/chart-bar-basic/index.mjs";
|
|
|
6
6
|
import { ZvChartBarLoop as h } from "./components/chart-bar-loop/index.mjs";
|
|
7
7
|
import { ZvChartBarZebra as c } from "./components/chart-bar-zebra/index.mjs";
|
|
8
8
|
import { ZvChartBarContrast as l } from "./components/chart-bar-contrast/index.mjs";
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
9
|
+
import { ZvChartBarContrast2 as B } from "./components/chart-bar-contrast2/index.mjs";
|
|
10
|
+
import { ZvChartBarLineBar as u } from "./components/chart-bar-line-bar/index.mjs";
|
|
11
|
+
import { ZvChartBarStack2 as T } from "./components/chart-bar-stack2/index.mjs";
|
|
12
|
+
import { ZvChartBarStackLine as g } from "./components/chart-bar-stack-line/index.mjs";
|
|
13
|
+
import { ZvChartBarGradientColumnChart as O } from "./components/chart-bar-gradient-column-chart/index.mjs";
|
|
14
|
+
import { ZvChartBarSpire as G } from "./components/chart-bar-spire/index.mjs";
|
|
15
|
+
import { ZvChartPieBasic as b } from "./components/chart-pie-basic/index.mjs";
|
|
16
|
+
import { ZvChartLineSmooth as D } from "./components/chart-line-smooth/index.mjs";
|
|
17
|
+
import { ZvChartLineSmoothArea as V } from "./components/chart-line-smooth-area/index.mjs";
|
|
18
|
+
import { ZvChartLineRainFlow as F } from "./components/chart-line-rain-flow/index.mjs";
|
|
19
|
+
import { ZvChartScatterBasic as A } from "./components/chart-scatter-basic/index.mjs";
|
|
20
|
+
import { ZvTextTextBasic as U } from "./components/text-text-basic/index.mjs";
|
|
21
|
+
import { ZvTextTableBasic as z } from "./components/text-table-basic/index.mjs";
|
|
22
|
+
import { ZvChartOtherGauge as q } from "./components/chart-other-gauge/index.mjs";
|
|
23
|
+
import { ZvChartOtherWordCloud as Q } from "./components/chart-other-word-cloud/index.mjs";
|
|
24
|
+
import { ZvChartOtherLiquidfill as J } from "./components/chart-other-liquidfill/index.mjs";
|
|
25
|
+
import { ZvChartBarHorizontal as X } from "./components/chart-bar-horizontal/index.mjs";
|
|
26
|
+
import { ZvChartBarThree as _ } from "./components/chart-bar-three/index.mjs";
|
|
27
|
+
import { ZvChartBarRank as or } from "./components/chart-bar-rank/index.mjs";
|
|
28
|
+
import { ZvChartBarMini as tr } from "./components/chart-bar-mini/index.mjs";
|
|
29
|
+
import { ZvChartLineDashed as mr } from "./components/chart-line-dashed/index.mjs";
|
|
30
|
+
import { ZvChartPieSemicircle as xr } from "./components/chart-pie-semicircle/index.mjs";
|
|
31
|
+
import { ZvChartPieRose as vr } from "./components/chart-pie-rose/index.mjs";
|
|
32
|
+
import { ZvChartScatterBasic2 as ir } from "./components/chart-scatter-basic2/index.mjs";
|
|
33
|
+
import { ZvChartOtherFunnel as hr } from "./components/chart-other-funnel/index.mjs";
|
|
34
|
+
import { ZvChartOtherForce as cr } from "./components/chart-other-force/index.mjs";
|
|
35
|
+
import { ZvChartOtherRadar as lr } from "./components/chart-other-radar/index.mjs";
|
|
36
|
+
import { ZvChartLineBasic as Br } from "./components/chart-line-basic/index.mjs";
|
|
37
|
+
import { ZvChartLineScale as ur } from "./components/chart-line-scale/index.mjs";
|
|
38
|
+
import { ZvChartMapLines as Tr } from "./components/chart-map-lines/index.mjs";
|
|
39
|
+
import { ZvChartMapBasic as gr } from "./components/chart-map-basic/index.mjs";
|
|
40
|
+
import { ZvChartMapScatter as Or } from "./components/chart-map-scatter/index.mjs";
|
|
41
|
+
import { ZvChartMapCustomize as Gr } from "./components/chart-map-customize/index.mjs";
|
|
42
|
+
import { ZvChartMapBmapRich as br } from "./components/chart-map-bmap-rich/index.mjs";
|
|
43
|
+
import { ZvChartOtherCircularGraph as Dr } from "./components/chart-other-circular-graph/index.mjs";
|
|
44
|
+
import { ZvChartMapBmapHeatmap as Vr } from "./components/chart-map-bmap-heatmap/index.mjs";
|
|
45
|
+
import { ZvChartMapBmapBasic as Fr } from "./components/chart-map-bmap-basic/index.mjs";
|
|
46
|
+
import { ZvMapEarthBasic as Ar } from "./components/map-earth-basic/index.mjs";
|
|
47
|
+
import { ZvMapEarthCoolTech as Ur } from "./components/map-earth-cool-tech/index.mjs";
|
|
48
|
+
import { ZvMapEarthParticle as zr } from "./components/map-earth-particle/index.mjs";
|
|
49
|
+
import { ZvMapEarthHacker as qr } from "./components/map-earth-hacker/index.mjs";
|
|
50
|
+
import { ZvMapEarthFlyLine as Qr } from "./components/map-earth-fly-line/index.mjs";
|
|
51
|
+
import { ZvChartPieIndex as Jr } from "./components/chart-pie-index/index.mjs";
|
|
52
|
+
import { ZvChartOtherGridPercentage as Xr } from "./components/chart-other-grid-percentage/index.mjs";
|
|
53
|
+
import { ZvChartOtherRadarStack as _r } from "./components/chart-other-radar-stack/index.mjs";
|
|
54
|
+
import { ZvChartBarSegmentedProgress as oo } from "./components/chart-bar-segmented-progress/index.mjs";
|
|
55
|
+
import { ZvChartOtherFunnel2 as to } from "./components/chart-other-funnel2/index.mjs";
|
|
56
|
+
import { ZvChartOtherLabelGauge as mo } from "./components/chart-other-label-gauge/index.mjs";
|
|
57
|
+
import { ZvChartPieRound as xo } from "./components/chart-pie-round/index.mjs";
|
|
58
|
+
import { ZvChartPieSunburst as vo } from "./components/chart-pie-sunburst/index.mjs";
|
|
59
|
+
import { ZvChartOtherThemeRiver as io } from "./components/chart-other-theme-river/index.mjs";
|
|
60
|
+
import { ZvChartOtherTree as ho } from "./components/chart-other-tree/index.mjs";
|
|
61
|
+
import { ZvChartOtherTreemap as co } from "./components/chart-other-treemap/index.mjs";
|
|
62
|
+
import { ZvCommonsProductModel as lo } from "./components/commons-product-model/index.mjs";
|
|
63
|
+
import { ZvCommonsVrPhoto as So } from "./components/commons-vr-photo/index.mjs";
|
|
64
|
+
import { ZvCommonsVrVideo as Mo } from "./components/commons-vr-video/index.mjs";
|
|
65
|
+
import { ZvCommonsThreeLoader as Io } from "./components/commons-three-loader/index.mjs";
|
|
66
|
+
import { ZvCommonsThreeLoader3 as Lo } from "./components/commons-three-loader3/index.mjs";
|
|
67
|
+
import { ZvCommonsGaussianSplattingView as Ro } from "./components/commons-gaussian-splatting-view/index.mjs";
|
|
68
|
+
import { ZvCommonsBabylon as Po } from "./components/commons-babylon/index.mjs";
|
|
69
|
+
import { ZvCommonsSvg as yo } from "./components/commons-svg/index.mjs";
|
|
70
|
+
import { ZvCommonsWeather as ko } from "./components/commons-weather/index.mjs";
|
|
71
|
+
import { ZvMediaWavesurfer as Eo } from "./components/media-wavesurfer/index.mjs";
|
|
72
|
+
import { ZvInteractionTabs as wo } from "./components/interaction-tabs/index.mjs";
|
|
73
|
+
import { ZvInteractionTabs2 as Ho } from "./components/interaction-tabs2/index.mjs";
|
|
74
|
+
import { ZvInteractionButton as Wo } from "./components/interaction-button/index.mjs";
|
|
75
|
+
import { ZvInteractionButtonImage as jo } from "./components/interaction-button-image/index.mjs";
|
|
76
|
+
import { ZvInteractionSelect as No } from "./components/interaction-select/index.mjs";
|
|
77
|
+
import { ZvInteractionInput as $o } from "./components/interaction-input/index.mjs";
|
|
78
|
+
import { ZvInteractionRadio as Ko } from "./components/interaction-radio/index.mjs";
|
|
79
|
+
import { ZvInteractionSlider as Yo } from "./components/interaction-slider/index.mjs";
|
|
80
|
+
import { ZvInteractionSwitch as re } from "./components/interaction-switch/index.mjs";
|
|
81
|
+
import { ZvInteractionDataPicker as ee } from "./components/interaction-data-picker/index.mjs";
|
|
82
|
+
import { ZvInteractionButtonRefresh as ae } from "./components/interaction-button-refresh/index.mjs";
|
|
83
|
+
import { ZvMediaImage as pe } from "./components/media-image/index.mjs";
|
|
84
|
+
import { ZvTextTitle as fe } from "./components/text-title/index.mjs";
|
|
85
|
+
import { ZvCommonsQrcode as Ze } from "./components/commons-qrcode/index.mjs";
|
|
86
|
+
import { ZvMediaVideo as ne } from "./components/media-video/index.mjs";
|
|
87
|
+
import { ZvMediaAudio as Ce } from "./components/media-audio/index.mjs";
|
|
88
|
+
import { ZvTextRealTime as se } from "./components/text-real-time/index.mjs";
|
|
89
|
+
import { ZvMediaCarousel as de } from "./components/media-carousel/index.mjs";
|
|
90
|
+
import { ZvMediaCarouselSlides as Se } from "./components/media-carousel-slides/index.mjs";
|
|
91
|
+
import { ZvMediaIframeCarousel as Me } from "./components/media-iframe-carousel/index.mjs";
|
|
92
|
+
import { ZvMediaIframe as Ie } from "./components/media-iframe/index.mjs";
|
|
93
|
+
import { ZvMediaM3u8 as Le } from "./components/media-m3u8/index.mjs";
|
|
94
|
+
import { ZvMediaAudioDynamic as Re } from "./components/media-audio-dynamic/index.mjs";
|
|
95
|
+
import { ZvMediaVideoDynamic as Pe } from "./components/media-video-dynamic/index.mjs";
|
|
96
|
+
import { ZvMediaImageDynamic as ye } from "./components/media-image-dynamic/index.mjs";
|
|
97
|
+
import { ZvMediaFlv as ke } from "./components/media-flv/index.mjs";
|
|
98
|
+
import { ZvCommonsEcharts as Ee } from "./components/commons-echarts/index.mjs";
|
|
99
|
+
import { ZvTextOverNumber as we } from "./components/text-over-number/index.mjs";
|
|
100
|
+
import { ZvTextTableScroll as He } from "./components/text-table-scroll/index.mjs";
|
|
101
|
+
import { ZvTextCarousel as We } from "./components/text-carousel/index.mjs";
|
|
102
|
+
import { ZvTextRowScroll as je } from "./components/text-row-scroll/index.mjs";
|
|
103
|
+
import { ZvTextTextDynamic as Ne } from "./components/text-text-dynamic/index.mjs";
|
|
104
|
+
import { ZvTextCountDown as $e } from "./components/text-count-down/index.mjs";
|
|
105
|
+
import { ZvGraphicalCircle as Ke } from "./components/graphical-circle/index.mjs";
|
|
106
|
+
import { ZvGraphicalDiamond as Ye } from "./components/graphical-diamond/index.mjs";
|
|
107
|
+
import { ZvGraphicalHexagon as rt } from "./components/graphical-hexagon/index.mjs";
|
|
108
|
+
import { ZvGraphicalIsoscelesTriangle as et } from "./components/graphical-isosceles-triangle/index.mjs";
|
|
109
|
+
import { ZvGraphicalPentagon as at } from "./components/graphical-pentagon/index.mjs";
|
|
110
|
+
import { ZvGraphicalRect as pt } from "./components/graphical-rect/index.mjs";
|
|
111
|
+
import { ZvGraphicalRightTriangle as ft } from "./components/graphical-right-triangle/index.mjs";
|
|
112
|
+
import { ZvSceneMap3d as Zt } from "./components/scene-map3d/index.mjs";
|
|
113
|
+
import { ZvSceneAmap2d as nt } from "./components/scene-amap2d/index.mjs";
|
|
114
|
+
import { ZvSceneAmap3d as Ct } from "./components/scene-amap3d/index.mjs";
|
|
115
|
+
import { ZvSceneVr as st } from "./components/scene-vr/index.mjs";
|
|
116
|
+
import { ZvSceneUnityIframe as dt } from "./components/scene-unity-iframe/index.mjs";
|
|
117
|
+
import { ZvSceneUnityWebgl as St } from "./components/scene-unity-webgl/index.mjs";
|
|
118
|
+
import { ZvSceneUeIframe as Mt } from "./components/scene-ue-iframe/index.mjs";
|
|
119
|
+
import { ZvSceneUeShj as It } from "./components/scene-ue-shj/index.mjs";
|
|
118
120
|
const a = {
|
|
119
121
|
install: (o) => {
|
|
120
122
|
for (const e in r)
|
|
@@ -124,118 +126,120 @@ const a = {
|
|
|
124
126
|
export {
|
|
125
127
|
i as ZvChartBarBasic,
|
|
126
128
|
l as ZvChartBarContrast,
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
129
|
+
B as ZvChartBarContrast2,
|
|
130
|
+
O as ZvChartBarGradientColumnChart,
|
|
131
|
+
X as ZvChartBarHorizontal,
|
|
132
|
+
u as ZvChartBarLineBar,
|
|
130
133
|
h as ZvChartBarLoop,
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
134
|
+
tr as ZvChartBarMini,
|
|
135
|
+
or as ZvChartBarRank,
|
|
136
|
+
oo as ZvChartBarSegmentedProgress,
|
|
137
|
+
G as ZvChartBarSpire,
|
|
135
138
|
v as ZvChartBarStack,
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
+
T as ZvChartBarStack2,
|
|
140
|
+
g as ZvChartBarStackLine,
|
|
141
|
+
_ as ZvChartBarThree,
|
|
139
142
|
c as ZvChartBarZebra,
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
D as
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
Tr as
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
Ar as
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
143
|
+
Br as ZvChartLineBasic,
|
|
144
|
+
mr as ZvChartLineDashed,
|
|
145
|
+
F as ZvChartLineRainFlow,
|
|
146
|
+
ur as ZvChartLineScale,
|
|
147
|
+
D as ZvChartLineSmooth,
|
|
148
|
+
V as ZvChartLineSmoothArea,
|
|
149
|
+
gr as ZvChartMapBasic,
|
|
150
|
+
Fr as ZvChartMapBmapBasic,
|
|
151
|
+
Vr as ZvChartMapBmapHeatmap,
|
|
152
|
+
br as ZvChartMapBmapRich,
|
|
153
|
+
Gr as ZvChartMapCustomize,
|
|
154
|
+
Tr as ZvChartMapLines,
|
|
155
|
+
Or as ZvChartMapScatter,
|
|
156
|
+
Dr as ZvChartOtherCircularGraph,
|
|
157
|
+
cr as ZvChartOtherForce,
|
|
158
|
+
hr as ZvChartOtherFunnel,
|
|
159
|
+
to as ZvChartOtherFunnel2,
|
|
160
|
+
q as ZvChartOtherGauge,
|
|
161
|
+
Xr as ZvChartOtherGridPercentage,
|
|
162
|
+
mo as ZvChartOtherLabelGauge,
|
|
163
|
+
J as ZvChartOtherLiquidfill,
|
|
164
|
+
lr as ZvChartOtherRadar,
|
|
165
|
+
_r as ZvChartOtherRadarStack,
|
|
166
|
+
io as ZvChartOtherThemeRiver,
|
|
167
|
+
ho as ZvChartOtherTree,
|
|
168
|
+
co as ZvChartOtherTreemap,
|
|
169
|
+
Q as ZvChartOtherWordCloud,
|
|
170
|
+
b as ZvChartPieBasic,
|
|
171
|
+
Jr as ZvChartPieIndex,
|
|
172
|
+
vr as ZvChartPieRose,
|
|
173
|
+
xo as ZvChartPieRound,
|
|
174
|
+
xr as ZvChartPieSemicircle,
|
|
175
|
+
vo as ZvChartPieSunburst,
|
|
176
|
+
A as ZvChartScatterBasic,
|
|
177
|
+
ir as ZvChartScatterBasic2,
|
|
178
|
+
Po as ZvCommonsBabylon,
|
|
179
|
+
Ee as ZvCommonsEcharts,
|
|
180
|
+
Ro as ZvCommonsGaussianSplattingView,
|
|
181
|
+
lo as ZvCommonsProductModel,
|
|
182
|
+
Ze as ZvCommonsQrcode,
|
|
183
|
+
yo as ZvCommonsSvg,
|
|
184
|
+
Io as ZvCommonsThreeLoader,
|
|
185
|
+
Lo as ZvCommonsThreeLoader3,
|
|
186
|
+
So as ZvCommonsVrPhoto,
|
|
187
|
+
Mo as ZvCommonsVrVideo,
|
|
188
|
+
ko as ZvCommonsWeather,
|
|
189
|
+
Ke as ZvGraphicalCircle,
|
|
190
|
+
Ye as ZvGraphicalDiamond,
|
|
191
|
+
rt as ZvGraphicalHexagon,
|
|
192
|
+
et as ZvGraphicalIsoscelesTriangle,
|
|
193
|
+
at as ZvGraphicalPentagon,
|
|
194
|
+
pt as ZvGraphicalRect,
|
|
195
|
+
ft as ZvGraphicalRightTriangle,
|
|
196
|
+
Wo as ZvInteractionButton,
|
|
197
|
+
jo as ZvInteractionButtonImage,
|
|
198
|
+
ae as ZvInteractionButtonRefresh,
|
|
199
|
+
ee as ZvInteractionDataPicker,
|
|
200
|
+
$o as ZvInteractionInput,
|
|
201
|
+
Ko as ZvInteractionRadio,
|
|
202
|
+
No as ZvInteractionSelect,
|
|
203
|
+
Yo as ZvInteractionSlider,
|
|
204
|
+
re as ZvInteractionSwitch,
|
|
205
|
+
wo as ZvInteractionTabs,
|
|
206
|
+
Ho as ZvInteractionTabs2,
|
|
207
|
+
Ar as ZvMapEarthBasic,
|
|
208
|
+
Ur as ZvMapEarthCoolTech,
|
|
209
|
+
Qr as ZvMapEarthFlyLine,
|
|
210
|
+
qr as ZvMapEarthHacker,
|
|
211
|
+
zr as ZvMapEarthParticle,
|
|
212
|
+
Ce as ZvMediaAudio,
|
|
213
|
+
Re as ZvMediaAudioDynamic,
|
|
214
|
+
de as ZvMediaCarousel,
|
|
215
|
+
Se as ZvMediaCarouselSlides,
|
|
216
|
+
ke as ZvMediaFlv,
|
|
217
|
+
Ie as ZvMediaIframe,
|
|
218
|
+
Me as ZvMediaIframeCarousel,
|
|
219
|
+
pe as ZvMediaImage,
|
|
220
|
+
ye as ZvMediaImageDynamic,
|
|
221
|
+
Le as ZvMediaM3u8,
|
|
222
|
+
ne as ZvMediaVideo,
|
|
223
|
+
Pe as ZvMediaVideoDynamic,
|
|
224
|
+
Eo as ZvMediaWavesurfer,
|
|
225
|
+
nt as ZvSceneAmap2d,
|
|
226
|
+
Ct as ZvSceneAmap3d,
|
|
227
|
+
Zt as ZvSceneMap3d,
|
|
228
|
+
Mt as ZvSceneUeIframe,
|
|
229
|
+
It as ZvSceneUeShj,
|
|
230
|
+
dt as ZvSceneUnityIframe,
|
|
231
|
+
St as ZvSceneUnityWebgl,
|
|
232
|
+
st as ZvSceneVr,
|
|
233
|
+
We as ZvTextCarousel,
|
|
234
|
+
$e as ZvTextCountDown,
|
|
235
|
+
we as ZvTextOverNumber,
|
|
236
|
+
se as ZvTextRealTime,
|
|
237
|
+
je as ZvTextRowScroll,
|
|
238
|
+
z as ZvTextTableBasic,
|
|
239
|
+
He as ZvTextTableScroll,
|
|
240
|
+
U as ZvTextTextBasic,
|
|
241
|
+
Ne as ZvTextTextDynamic,
|
|
242
|
+
fe as ZvTextTitle,
|
|
239
243
|
a as default,
|
|
240
244
|
x as registerComponentRef
|
|
241
245
|
};
|