yuang-framework-ui-pc 1.1.42 → 1.1.43

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.
Files changed (226) hide show
  1. package/es/utils/chart-theme-dark.d.ts +373 -0
  2. package/es/utils/chart-theme-dark.js +397 -0
  3. package/es/utils/chart-theme.d.ts +368 -0
  4. package/es/utils/chart-theme.js +392 -0
  5. package/es/utils/menu-util.d.ts +14 -0
  6. package/es/utils/menu-util.js +78 -0
  7. package/es/utils/message-box.d.ts +25 -0
  8. package/es/utils/message-box.js +98 -0
  9. package/es/utils/message.d.ts +66 -0
  10. package/es/utils/message.js +267 -0
  11. package/es/utils/resolvers.d.ts +18 -0
  12. package/es/utils/resolvers.js +50 -0
  13. package/es/utils/theme-util.d.ts +6 -0
  14. package/es/utils/theme-util.js +42 -0
  15. package/es/utils/validate.d.ts +182 -0
  16. package/es/utils/validate.js +197 -0
  17. package/lib/core.d.ts +3 -0
  18. package/lib/ele-admin-layout/components/layout-tabs.d.ts +5646 -0
  19. package/lib/ele-admin-layout/components/layout-tool.d.ts +2 -0
  20. package/lib/ele-admin-layout/style/index.d.ts +1 -0
  21. package/lib/ele-admin-layout/types.d.ts +54 -0
  22. package/lib/ele-alert/index.d.ts +131 -0
  23. package/lib/ele-alert/props.d.ts +58 -0
  24. package/lib/ele-app/el.d.ts +304 -0
  25. package/lib/ele-app/style/common/index.d.ts +1 -0
  26. package/lib/ele-app/style/overwrite/backtop/index.d.ts +1 -0
  27. package/lib/ele-app/style/overwrite/checkbox/index.d.ts +1 -0
  28. package/lib/ele-app/style/overwrite/date-picker/index.d.ts +1 -0
  29. package/lib/ele-app/style/overwrite/message-box/index.d.ts +1 -0
  30. package/lib/ele-app/style/overwrite/popper/index.d.ts +1 -0
  31. package/lib/ele-app/style/overwrite/select/index.d.ts +1 -0
  32. package/lib/ele-app/style/overwrite/tag/index.d.ts +1 -0
  33. package/lib/ele-app/style/overwrite/tree/index.d.ts +1 -0
  34. package/lib/ele-app/style/scrollbar/index.d.ts +1 -0
  35. package/lib/ele-app/types.d.ts +48 -0
  36. package/lib/ele-avatar-group/props.d.ts +56 -0
  37. package/lib/ele-avatar-group/style/index.d.ts +1 -0
  38. package/lib/ele-avatar-group/types.d.ts +21 -0
  39. package/lib/ele-backtop/props.d.ts +36 -0
  40. package/lib/ele-bar-code/index.d.ts +26 -0
  41. package/lib/ele-bottom-bar/index.d.ts +15 -0
  42. package/lib/ele-bottom-bar/props.d.ts +15 -0
  43. package/lib/ele-breadcrumb/index.d.ts +278 -0
  44. package/lib/ele-breadcrumb/props.d.ts +24 -0
  45. package/lib/ele-breadcrumb/style/index.d.ts +1 -0
  46. package/lib/ele-card/index.d.ts +106 -0
  47. package/lib/ele-card/style/index.d.ts +1 -0
  48. package/lib/ele-check-card/components/card-item.d.ts +37 -0
  49. package/lib/ele-check-card/props.d.ts +49 -0
  50. package/lib/ele-check-card/style/index.d.ts +1 -0
  51. package/lib/ele-check-card/types.d.ts +37 -0
  52. package/lib/ele-config-provider/components/receiver-view.d.ts +71 -0
  53. package/lib/ele-config-provider/props.d.ts +26 -0
  54. package/lib/ele-config-provider/style/index.d.ts +0 -0
  55. package/lib/ele-config-provider/types.d.ts +103 -0
  56. package/lib/ele-copyable/style/index.d.ts +1 -0
  57. package/lib/ele-copyable/types.d.ts +14 -0
  58. package/lib/ele-count-up/style/index.d.ts +0 -0
  59. package/lib/ele-cropper/index.d.ts +2824 -0
  60. package/lib/ele-cropper/props.d.ts +68 -0
  61. package/lib/ele-cropper/style/index.d.ts +1 -0
  62. package/lib/ele-cropper-modal/props.d.ts +58 -0
  63. package/lib/ele-cropper-modal/style/index.d.ts +1 -0
  64. package/lib/ele-dashboard/index.d.ts +14 -0
  65. package/lib/ele-dashboard/style/index.d.ts +1 -0
  66. package/lib/ele-dashboard/types.d.ts +4 -0
  67. package/lib/ele-data-table/props.d.ts +272 -0
  68. package/lib/ele-data-table/style/index.d.ts +1 -0
  69. package/lib/ele-data-table/types.d.ts +253 -0
  70. package/lib/ele-data-table/util.d.ts +172 -0
  71. package/lib/ele-dialog/index.d.ts +1074 -0
  72. package/lib/ele-dialog/style/index.d.ts +1 -0
  73. package/lib/ele-dialog/util.d.ts +52 -0
  74. package/lib/ele-dot/index.d.ts +29 -0
  75. package/lib/ele-dot/props.d.ts +25 -0
  76. package/lib/ele-dot/style/index.d.ts +1 -0
  77. package/lib/ele-drawer/index.d.ts +1170 -0
  78. package/lib/ele-drawer/props.d.ts +184 -0
  79. package/lib/ele-drawer/style/index.d.ts +1 -0
  80. package/lib/ele-dropdown/components/dropdown-menu-item.d.ts +97 -0
  81. package/lib/ele-dropdown/index.d.ts +4846 -0
  82. package/lib/ele-dropdown/types.d.ts +22 -0
  83. package/lib/ele-edit-tag/props.d.ts +55 -0
  84. package/lib/ele-edit-tag/style/index.d.ts +1 -0
  85. package/lib/ele-edit-tag/types.d.ts +9 -0
  86. package/lib/ele-ellipsis/index.d.ts +1660 -0
  87. package/lib/ele-icon-select/types.d.ts +16 -0
  88. package/lib/ele-image-viewer/index.d.ts +635 -0
  89. package/lib/ele-loading/props.d.ts +33 -0
  90. package/lib/ele-loading/types.d.ts +19 -0
  91. package/lib/ele-map-picker/style/index.d.ts +1 -0
  92. package/lib/ele-menus/components/item-title.d.ts +323 -0
  93. package/lib/ele-menus/types.d.ts +107 -0
  94. package/lib/ele-pagination/style/index.d.ts +1 -0
  95. package/lib/ele-pagination/types.d.ts +9 -0
  96. package/lib/ele-printer/index.d.ts +111 -0
  97. package/lib/ele-printer/util.d.ts +25 -0
  98. package/lib/ele-pro-layout/components/pro-iframe.d.ts +39 -0
  99. package/lib/ele-pro-layout/style/index.d.ts +1 -0
  100. package/lib/ele-pro-layout/util.d.ts +88 -0
  101. package/lib/ele-pro-table/components/tool-column.d.ts +3722 -0
  102. package/lib/ele-pro-table/components/tool-print-header-cell.d.ts +39 -0
  103. package/lib/ele-pro-table/style/index.d.ts +1 -0
  104. package/lib/ele-pro-table/types.d.ts +489 -0
  105. package/lib/ele-qr-code/components/canvas-render.d.ts +67 -0
  106. package/lib/ele-qr-code/qrcodegen.d.ts +95 -0
  107. package/lib/ele-qr-code/style/index.d.ts +0 -0
  108. package/lib/ele-qr-code/util.d.ts +27 -0
  109. package/lib/ele-segmented/index.d.ts +485 -0
  110. package/lib/ele-segmented/style/index.d.ts +1 -0
  111. package/lib/ele-split-panel/index.d.ts +192 -0
  112. package/lib/ele-split-panel/props.d.ts +47 -0
  113. package/lib/ele-steps/index.d.ts +638 -0
  114. package/lib/ele-steps/style/index.d.ts +1 -0
  115. package/lib/ele-steps/types.d.ts +14 -0
  116. package/lib/ele-tab-tool/index.d.ts +75 -0
  117. package/lib/ele-tab-tool/props.d.ts +14 -0
  118. package/lib/ele-tab-wrap/components/tab-dropdown.d.ts +5006 -0
  119. package/lib/ele-tab-wrap/props.d.ts +13 -0
  120. package/lib/ele-tab-wrap/style/index.d.ts +0 -0
  121. package/lib/ele-table/index.d.ts +28 -0
  122. package/lib/ele-table/style/index.d.ts +1 -0
  123. package/lib/ele-table-select/props.d.ts +120 -0
  124. package/lib/ele-table-select/style/index.d.ts +1 -0
  125. package/lib/ele-tabs/props.d.ts +88 -0
  126. package/lib/ele-test/index.d.ts +2 -0
  127. package/lib/ele-test/style/index.d.ts +1 -0
  128. package/lib/ele-text/index.d.ts +93 -0
  129. package/lib/ele-text/style/index.d.ts +1 -0
  130. package/lib/ele-text/types.d.ts +35 -0
  131. package/lib/ele-toolbar/index.d.ts +1633 -0
  132. package/lib/ele-tooltip/props.d.ts +187 -0
  133. package/lib/ele-tooltip/style/index.d.ts +1 -0
  134. package/lib/ele-tour/types.d.ts +42 -0
  135. package/lib/ele-tour/util.d.ts +20 -0
  136. package/lib/ele-tree-select/style/index.d.ts +1 -0
  137. package/lib/ele-upload-list/components/list-item.d.ts +902 -0
  138. package/lib/ele-upload-list/props.d.ts +81 -0
  139. package/lib/ele-upload-list/types.d.ts +71 -0
  140. package/lib/ele-virtual-table/components/body-row.d.ts +984 -0
  141. package/lib/ele-virtual-table/components/expand-row.d.ts +19 -0
  142. package/lib/ele-virtual-table/components/footer-row.d.ts +65 -0
  143. package/lib/ele-virtual-table/components/header-cell.d.ts +3929 -0
  144. package/lib/ele-virtual-table/index.d.ts +7882 -0
  145. package/lib/ele-virtual-table/util.d.ts +229 -0
  146. package/lib/ele-watermark/index.d.ts +57 -0
  147. package/lib/ele-watermark/types.d.ts +39 -0
  148. package/lib/ele-xg-player/index.d.ts +22 -0
  149. package/lib/ele-xg-player/style/index.d.ts +1 -0
  150. package/lib/icons/AppstoreAddOutlined.d.ts +2 -0
  151. package/lib/icons/AppstoreOutlined.d.ts +2 -0
  152. package/lib/icons/ArrowLeft.d.ts +2 -0
  153. package/lib/icons/ArrowLeftOutlined.d.ts +2 -0
  154. package/lib/icons/ArrowRight.d.ts +2 -0
  155. package/lib/icons/ArrowRightOutlined.d.ts +2 -0
  156. package/lib/icons/ArrowUp.d.ts +2 -0
  157. package/lib/icons/ArrowUpOutlined.d.ts +2 -0
  158. package/lib/icons/BellOutlined.d.ts +2 -0
  159. package/lib/icons/BookOutlined.d.ts +2 -0
  160. package/lib/icons/CaretDownFilled.d.ts +2 -0
  161. package/lib/icons/CaretUpFilled.d.ts +2 -0
  162. package/lib/icons/CheckOutlined.d.ts +2 -0
  163. package/lib/icons/ClockCircleOutlined.d.ts +2 -0
  164. package/lib/icons/CloudUploadOutlined.d.ts +2 -0
  165. package/lib/icons/ClusterOutlined.d.ts +2 -0
  166. package/lib/icons/CodeOutlined.d.ts +2 -0
  167. package/lib/icons/CompassOutlined.d.ts +2 -0
  168. package/lib/icons/ConnectionOutlined.d.ts +2 -0
  169. package/lib/icons/ControlOutlined.d.ts +2 -0
  170. package/lib/icons/CornerRightFilled.d.ts +2 -0
  171. package/lib/icons/DashboardOutlined.d.ts +2 -0
  172. package/lib/icons/DesktopOutlined.d.ts +2 -0
  173. package/lib/icons/DragOutlined.d.ts +2 -0
  174. package/lib/icons/EditOutlined.d.ts +2 -0
  175. package/lib/icons/EnvironmentOutlined.d.ts +2 -0
  176. package/lib/icons/FileOutlined.d.ts +2 -0
  177. package/lib/icons/FilterFilled.d.ts +2 -0
  178. package/lib/icons/GlobalOutlined.d.ts +2 -0
  179. package/lib/icons/HomeOutlined.d.ts +2 -0
  180. package/lib/icons/LoadingDotOutlined.d.ts +2 -0
  181. package/lib/icons/LoadingOutlined.d.ts +2 -0
  182. package/lib/icons/LockOutlined.d.ts +2 -0
  183. package/lib/icons/LogOutlined.d.ts +2 -0
  184. package/lib/icons/MailOutlined.d.ts +2 -0
  185. package/lib/icons/MenuFoldOutlined.d.ts +2 -0
  186. package/lib/icons/MenuOutlined.d.ts +2 -0
  187. package/lib/icons/MenuUnfoldOutlined.d.ts +2 -0
  188. package/lib/icons/MessageOutlined.d.ts +2 -0
  189. package/lib/icons/MinusCircleOutlined.d.ts +2 -0
  190. package/lib/icons/MoonOutlined.d.ts +2 -0
  191. package/lib/icons/MoreOutlined.d.ts +2 -0
  192. package/lib/icons/PauseFilled.d.ts +2 -0
  193. package/lib/icons/PieChartOutlined.d.ts +2 -0
  194. package/lib/icons/PlusOutlined.d.ts +2 -0
  195. package/lib/icons/ProtectOutlined.d.ts +2 -0
  196. package/lib/icons/QuestionCircleOutlined.d.ts +2 -0
  197. package/lib/icons/ReloadOutlined.d.ts +2 -0
  198. package/lib/icons/SortOutlined.d.ts +2 -0
  199. package/lib/icons/StarFilled.d.ts +2 -0
  200. package/lib/icons/StepForwardFilled.d.ts +2 -0
  201. package/lib/icons/UndoOutlined.d.ts +2 -0
  202. package/lib/icons/UnlockOutlined.d.ts +2 -0
  203. package/lib/icons/VerticalLeftOutlined.d.ts +2 -0
  204. package/lib/icons/WarningOutlined.d.ts +2 -0
  205. package/lib/icons/ZoomOutOutlined.d.ts +2 -0
  206. package/lib/index.d.ts +4 -0
  207. package/lib/installer.d.ts +3 -0
  208. package/lib/lang/en_US.d.ts +4 -0
  209. package/lib/lang/zh_CN.d.ts +4 -0
  210. package/lib/utils/chart-theme-dark.d.ts +373 -0
  211. package/lib/utils/chart-theme.d.ts +368 -0
  212. package/lib/utils/core.cjs +318 -0
  213. package/lib/utils/core.d.ts +168 -0
  214. package/lib/utils/hook.cjs +264 -0
  215. package/lib/utils/hook.d.ts +113 -0
  216. package/lib/utils/menu-util.d.ts +14 -0
  217. package/lib/utils/message-box.d.ts +25 -0
  218. package/lib/utils/message.d.ts +66 -0
  219. package/lib/utils/resolvers.cjs +50 -0
  220. package/lib/utils/resolvers.d.ts +18 -0
  221. package/lib/utils/theme-util.d.ts +6 -0
  222. package/lib/utils/validate.cjs +197 -0
  223. package/lib/utils/validate.d.ts +182 -0
  224. package/lib/yu-framework-slider-captcha-dialog/SliderCaptcha.d.ts +67 -0
  225. package/lib/yu-framework-slider-captcha-dialog/index.d.ts +14 -0
  226. package/package.json +1 -1
@@ -0,0 +1,397 @@
1
+ const ChartThemeDark = {
2
+ color: [
3
+ "#5b8ff9",
4
+ "#61ddaa",
5
+ "#65789b",
6
+ "#f6bd16",
7
+ "#7262fd",
8
+ "#78d3f8",
9
+ "#9661bc",
10
+ "#f6903d",
11
+ "#008685",
12
+ "#f08bb4"
13
+ ],
14
+ backgroundColor: "rgba(0,0,0,0)",
15
+ textStyle: {},
16
+ title: {
17
+ textStyle: {
18
+ color: "#f2f2f2"
19
+ },
20
+ subtextStyle: {
21
+ color: "#bfbfbf"
22
+ }
23
+ },
24
+ line: {
25
+ itemStyle: {
26
+ borderWidth: 1
27
+ },
28
+ lineStyle: {
29
+ width: "2"
30
+ },
31
+ symbolSize: 4,
32
+ symbol: "emptyCircle",
33
+ smooth: false
34
+ },
35
+ radar: {
36
+ itemStyle: {
37
+ borderWidth: 1
38
+ },
39
+ lineStyle: {
40
+ width: "2"
41
+ },
42
+ symbolSize: 4,
43
+ symbol: "emptyCircle",
44
+ smooth: false
45
+ },
46
+ bar: {
47
+ barCategoryGap: "50%",
48
+ itemStyle: {
49
+ barBorderWidth: "0",
50
+ barBorderColor: "#000"
51
+ }
52
+ },
53
+ pie: {
54
+ itemStyle: {
55
+ borderWidth: "2",
56
+ borderColor: "#000"
57
+ }
58
+ },
59
+ scatter: {
60
+ itemStyle: {
61
+ borderWidth: "0",
62
+ borderColor: "#000"
63
+ }
64
+ },
65
+ boxplot: {
66
+ itemStyle: {
67
+ borderWidth: "0",
68
+ borderColor: "#000"
69
+ }
70
+ },
71
+ parallel: {
72
+ itemStyle: {
73
+ borderWidth: "0",
74
+ borderColor: "#000"
75
+ }
76
+ },
77
+ sankey: {
78
+ itemStyle: {
79
+ borderWidth: "0",
80
+ borderColor: "#000"
81
+ }
82
+ },
83
+ funnel: {
84
+ itemStyle: {
85
+ borderWidth: "0",
86
+ borderColor: "#000"
87
+ }
88
+ },
89
+ gauge: {
90
+ itemStyle: {
91
+ borderWidth: "0",
92
+ borderColor: "#000"
93
+ }
94
+ },
95
+ candlestick: {
96
+ itemStyle: {
97
+ color: "#fd1050",
98
+ color0: "#0cf49b",
99
+ borderColor: "#fd1050",
100
+ borderColor0: "#0cf49b",
101
+ borderWidth: 1
102
+ }
103
+ },
104
+ graph: {
105
+ itemStyle: {
106
+ borderWidth: "0",
107
+ borderColor: "#000"
108
+ },
109
+ lineStyle: {
110
+ width: 1,
111
+ color: "#434343"
112
+ },
113
+ symbolSize: 4,
114
+ symbol: "emptyCircle",
115
+ smooth: false,
116
+ color: [
117
+ "#5b8ff9",
118
+ "#61ddaa",
119
+ "#65789b",
120
+ "#f6bd16",
121
+ "#7262fd",
122
+ "#78d3f8",
123
+ "#9661bc",
124
+ "#f6903d",
125
+ "#008685",
126
+ "#f08bb4"
127
+ ],
128
+ label: {
129
+ color: "#bfbfbf"
130
+ }
131
+ },
132
+ map: {
133
+ itemStyle: {
134
+ areaColor: "#202020",
135
+ borderColor: "#303030",
136
+ borderWidth: 1
137
+ },
138
+ label: {
139
+ color: "#f2f2f2",
140
+ textBorderColor: "#000",
141
+ textBorderWidth: 1
142
+ },
143
+ emphasis: {
144
+ itemStyle: {
145
+ areaColor: "rgba(255,215,0,0.8)",
146
+ borderColor: "#303030",
147
+ borderWidth: 1
148
+ },
149
+ label: {
150
+ color: "#f2f2f2"
151
+ }
152
+ }
153
+ },
154
+ geo: {
155
+ itemStyle: {
156
+ areaColor: "#202020",
157
+ borderColor: "#303030",
158
+ borderWidth: 1
159
+ },
160
+ label: {
161
+ color: "#f2f2f2",
162
+ textBorderColor: "#000",
163
+ textBorderWidth: 1
164
+ },
165
+ emphasis: {
166
+ itemStyle: {
167
+ areaColor: "rgba(255,215,0,0.8)",
168
+ borderColor: "#303030",
169
+ borderWidth: 1
170
+ },
171
+ label: {
172
+ color: "#f2f2f2"
173
+ }
174
+ }
175
+ },
176
+ grid: {
177
+ top: 30,
178
+ right: 20,
179
+ left: 60,
180
+ bottom: 40
181
+ },
182
+ categoryAxis: {
183
+ axisLine: {
184
+ show: true,
185
+ lineStyle: {
186
+ color: "#434343"
187
+ }
188
+ },
189
+ axisTick: {
190
+ show: true,
191
+ lineStyle: {
192
+ color: "#434343"
193
+ },
194
+ alignWithLabel: true
195
+ },
196
+ axisLabel: {
197
+ show: true,
198
+ color: "#bfbfbf"
199
+ },
200
+ splitLine: {
201
+ show: false,
202
+ lineStyle: {
203
+ type: "dashed",
204
+ color: ["#303030"]
205
+ }
206
+ },
207
+ splitArea: {
208
+ show: false,
209
+ areaStyle: {
210
+ color: ["#202020"]
211
+ }
212
+ }
213
+ },
214
+ valueAxis: {
215
+ axisLine: {
216
+ show: false,
217
+ lineStyle: {
218
+ color: "#434343"
219
+ }
220
+ },
221
+ axisTick: {
222
+ show: false,
223
+ lineStyle: {
224
+ color: "#434343"
225
+ }
226
+ },
227
+ axisLabel: {
228
+ show: true,
229
+ color: "#bfbfbf"
230
+ },
231
+ splitLine: {
232
+ show: true,
233
+ lineStyle: {
234
+ type: "dashed",
235
+ color: ["#303030"]
236
+ }
237
+ },
238
+ splitArea: {
239
+ show: false,
240
+ areaStyle: {
241
+ color: ["#202020"]
242
+ }
243
+ }
244
+ },
245
+ logAxis: {
246
+ axisLine: {
247
+ show: false,
248
+ lineStyle: {
249
+ color: "#434343"
250
+ }
251
+ },
252
+ axisTick: {
253
+ show: false,
254
+ lineStyle: {
255
+ color: "#434343"
256
+ }
257
+ },
258
+ axisLabel: {
259
+ show: true,
260
+ color: "#bfbfbf"
261
+ },
262
+ splitLine: {
263
+ show: true,
264
+ lineStyle: {
265
+ color: ["#303030"]
266
+ }
267
+ },
268
+ splitArea: {
269
+ show: false,
270
+ areaStyle: {
271
+ color: ["#202020"]
272
+ }
273
+ }
274
+ },
275
+ timeAxis: {
276
+ axisLine: {
277
+ show: true,
278
+ lineStyle: {
279
+ color: "#434343"
280
+ }
281
+ },
282
+ axisTick: {
283
+ show: true,
284
+ lineStyle: {
285
+ color: "#434343"
286
+ }
287
+ },
288
+ axisLabel: {
289
+ show: true,
290
+ color: "#bfbfbf"
291
+ },
292
+ splitLine: {
293
+ show: false,
294
+ lineStyle: {
295
+ color: ["#303030"]
296
+ }
297
+ },
298
+ splitArea: {
299
+ show: false,
300
+ areaStyle: {
301
+ color: ["#202020"]
302
+ }
303
+ }
304
+ },
305
+ toolbox: {
306
+ iconStyle: {
307
+ borderColor: "#8c8c8c"
308
+ },
309
+ emphasis: {
310
+ iconStyle: {
311
+ borderColor: "#bfbfbf"
312
+ }
313
+ }
314
+ },
315
+ legend: {
316
+ inactiveColor: "#595959",
317
+ inactiveBorderColor: "#000",
318
+ textStyle: {
319
+ color: "#bfbfbf",
320
+ lineHeight: 14
321
+ }
322
+ },
323
+ tooltip: {
324
+ axisPointer: {
325
+ lineStyle: {
326
+ color: "#434343",
327
+ width: "1"
328
+ },
329
+ crossStyle: {
330
+ color: "#434343",
331
+ width: "1"
332
+ }
333
+ },
334
+ backgroundColor: "rgba(48,48,48,0.95)",
335
+ borderWidth: 0,
336
+ textStyle: {
337
+ color: "#ffffff"
338
+ }
339
+ },
340
+ timeline: {
341
+ lineStyle: {
342
+ color: "#303030",
343
+ width: "1"
344
+ },
345
+ itemStyle: {
346
+ color: "#303030",
347
+ borderWidth: "1"
348
+ },
349
+ controlStyle: {
350
+ color: "#303030",
351
+ borderColor: "#303030",
352
+ borderWidth: "0.5"
353
+ },
354
+ checkpointStyle: {
355
+ color: "#5b8ff9",
356
+ borderColor: "#5b8ff9"
357
+ },
358
+ label: {
359
+ color: "#8c8c8c"
360
+ },
361
+ emphasis: {
362
+ itemStyle: {
363
+ color: "#5b8ff9"
364
+ },
365
+ controlStyle: {
366
+ color: "#303030",
367
+ borderColor: "#303030",
368
+ borderWidth: "0.5"
369
+ },
370
+ label: {
371
+ color: "#bfbfbf"
372
+ }
373
+ }
374
+ },
375
+ visualMap: {
376
+ itemHeight: 80,
377
+ itemWidth: 15,
378
+ color: ["#5b8ff9", "#294070", "#111c35"],
379
+ textStyle: {
380
+ color: "#bfbfbf"
381
+ }
382
+ },
383
+ dataZoom: {
384
+ handleSize: "100%",
385
+ textStyle: {
386
+ color: "#bfbfbf"
387
+ }
388
+ },
389
+ markPoint: {
390
+ label: {
391
+ color: "#ffffff"
392
+ }
393
+ }
394
+ };
395
+ export {
396
+ ChartThemeDark
397
+ };