@visactor/vchart 1.6.2 → 1.7.0-alpha.0

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 (601) hide show
  1. package/build/es5/index.js +1 -1
  2. package/build/index.js +2505 -1615
  3. package/build/index.min.js +1 -1
  4. package/build/tsconfig.tsbuildinfo +1 -1
  5. package/cjs/animation/config.js +1 -0
  6. package/cjs/animation/config.js.map +1 -1
  7. package/cjs/animation/utils.d.ts +2 -2
  8. package/cjs/animation/utils.js +13 -13
  9. package/cjs/animation/utils.js.map +1 -1
  10. package/cjs/chart/base-chart.d.ts +4 -4
  11. package/cjs/chart/base-chart.js +33 -22
  12. package/cjs/chart/base-chart.js.map +1 -1
  13. package/cjs/chart/interface/chart.d.ts +2 -2
  14. package/cjs/chart/interface/chart.js.map +1 -1
  15. package/cjs/chart/stack.js +1 -2
  16. package/cjs/compile/compilable-base.js +2 -1
  17. package/cjs/compile/compiler.js +1 -1
  18. package/cjs/compile/compiler.js.map +1 -1
  19. package/cjs/compile/mark/compilable-mark.d.ts +1 -2
  20. package/cjs/compile/mark/compilable-mark.js +4 -7
  21. package/cjs/compile/mark/compilable-mark.js.map +1 -1
  22. package/cjs/component/axis/base-axis.d.ts +1 -0
  23. package/cjs/component/axis/base-axis.js +2 -2
  24. package/cjs/component/axis/base-axis.js.map +1 -1
  25. package/cjs/component/axis/cartesian/axis.d.ts +12 -9
  26. package/cjs/component/axis/cartesian/axis.js +46 -55
  27. package/cjs/component/axis/cartesian/axis.js.map +1 -1
  28. package/cjs/component/axis/cartesian/interface/theme.d.ts +1 -1
  29. package/cjs/component/axis/cartesian/interface/theme.js.map +1 -1
  30. package/cjs/component/axis/mixin/band-axis-mixin.js +1 -1
  31. package/cjs/component/axis/mixin/band-axis-mixin.js.map +1 -1
  32. package/cjs/component/axis/polar/axis.d.ts +3 -4
  33. package/cjs/component/axis/polar/axis.js +7 -12
  34. package/cjs/component/axis/polar/axis.js.map +1 -1
  35. package/cjs/component/base/base-component.d.ts +12 -4
  36. package/cjs/component/base/base-component.js +20 -10
  37. package/cjs/component/base/base-component.js.map +1 -1
  38. package/cjs/component/brush/brush.d.ts +3 -4
  39. package/cjs/component/brush/brush.js +3 -5
  40. package/cjs/component/brush/brush.js.map +1 -1
  41. package/cjs/component/crosshair/base.d.ts +4 -5
  42. package/cjs/component/crosshair/base.js +1 -1
  43. package/cjs/component/crosshair/base.js.map +1 -1
  44. package/cjs/component/crosshair/cartesian.d.ts +2 -0
  45. package/cjs/component/crosshair/cartesian.js +6 -8
  46. package/cjs/component/crosshair/cartesian.js.map +1 -1
  47. package/cjs/component/crosshair/interface/spec.d.ts +1 -1
  48. package/cjs/component/crosshair/interface/spec.js.map +1 -1
  49. package/cjs/component/crosshair/polar.d.ts +2 -0
  50. package/cjs/component/crosshair/polar.js +5 -8
  51. package/cjs/component/crosshair/polar.js.map +1 -1
  52. package/cjs/component/custom-mark/custom-mark.d.ts +3 -4
  53. package/cjs/component/custom-mark/custom-mark.js +1 -2
  54. package/cjs/component/custom-mark/custom-mark.js.map +1 -1
  55. package/cjs/component/data-zoom/data-filter-base-component.d.ts +6 -8
  56. package/cjs/component/data-zoom/data-filter-base-component.js +26 -25
  57. package/cjs/component/data-zoom/data-filter-base-component.js.map +1 -1
  58. package/cjs/component/data-zoom/data-zoom/data-zoom.d.ts +1 -1
  59. package/cjs/component/data-zoom/data-zoom/data-zoom.js +12 -15
  60. package/cjs/component/data-zoom/data-zoom/data-zoom.js.map +1 -1
  61. package/cjs/component/data-zoom/data-zoom/interface.d.ts +1 -0
  62. package/cjs/component/data-zoom/data-zoom/interface.js.map +1 -1
  63. package/cjs/component/data-zoom/scroll-bar/interface.d.ts +1 -1
  64. package/cjs/component/data-zoom/scroll-bar/interface.js.map +1 -1
  65. package/cjs/component/data-zoom/scroll-bar/scroll-bar.js +6 -9
  66. package/cjs/component/data-zoom/scroll-bar/scroll-bar.js.map +1 -1
  67. package/cjs/component/geo/geo-coordinate.d.ts +4 -3
  68. package/cjs/component/geo/geo-coordinate.js +4 -4
  69. package/cjs/component/geo/geo-coordinate.js.map +1 -1
  70. package/cjs/component/indicator/indicator.d.ts +2 -4
  71. package/cjs/component/indicator/indicator.js +3 -4
  72. package/cjs/component/indicator/indicator.js.map +1 -1
  73. package/cjs/component/indicator/interface.d.ts +1 -1
  74. package/cjs/component/indicator/interface.js.map +1 -1
  75. package/cjs/component/interface/common.d.ts +3 -3
  76. package/cjs/component/interface/common.js.map +1 -1
  77. package/cjs/component/label/base-label.d.ts +3 -4
  78. package/cjs/component/label/base-label.js +1 -2
  79. package/cjs/component/label/base-label.js.map +1 -1
  80. package/cjs/component/label/label.d.ts +3 -3
  81. package/cjs/component/label/label.js +2 -3
  82. package/cjs/component/label/label.js.map +1 -1
  83. package/cjs/component/label/totalLabel.d.ts +3 -3
  84. package/cjs/component/label/totalLabel.js +2 -3
  85. package/cjs/component/label/totalLabel.js.map +1 -1
  86. package/cjs/component/legend/base-legend.d.ts +6 -9
  87. package/cjs/component/legend/base-legend.js +3 -9
  88. package/cjs/component/legend/base-legend.js.map +1 -1
  89. package/cjs/component/legend/continuous/legend.d.ts +4 -1
  90. package/cjs/component/legend/continuous/legend.js +7 -7
  91. package/cjs/component/legend/continuous/legend.js.map +1 -1
  92. package/cjs/component/legend/discrete/legend.d.ts +4 -1
  93. package/cjs/component/legend/discrete/legend.js +6 -7
  94. package/cjs/component/legend/discrete/legend.js.map +1 -1
  95. package/cjs/component/legend/discrete/util.d.ts +1 -1
  96. package/cjs/component/legend/discrete/util.js.map +1 -1
  97. package/cjs/component/legend/util.d.ts +1 -1
  98. package/cjs/component/map-label/component.d.ts +2 -4
  99. package/cjs/component/map-label/component.js +1 -2
  100. package/cjs/component/map-label/component.js.map +1 -1
  101. package/cjs/component/marker/base-marker.d.ts +2 -3
  102. package/cjs/component/marker/base-marker.js.map +1 -1
  103. package/cjs/component/marker/interface.d.ts +1 -1
  104. package/cjs/component/marker/interface.js.map +1 -1
  105. package/cjs/component/marker/mark-area/mark-area.d.ts +1 -3
  106. package/cjs/component/marker/mark-area/mark-area.js +6 -10
  107. package/cjs/component/marker/mark-area/mark-area.js.map +1 -1
  108. package/cjs/component/marker/mark-line/mark-line.d.ts +1 -3
  109. package/cjs/component/marker/mark-line/mark-line.js +8 -12
  110. package/cjs/component/marker/mark-line/mark-line.js.map +1 -1
  111. package/cjs/component/marker/mark-point/mark-point.d.ts +1 -3
  112. package/cjs/component/marker/mark-point/mark-point.js +6 -10
  113. package/cjs/component/marker/mark-point/mark-point.js.map +1 -1
  114. package/cjs/component/player/interface/theme.d.ts +1 -1
  115. package/cjs/component/player/interface/theme.js.map +1 -1
  116. package/cjs/component/player/player.d.ts +6 -7
  117. package/cjs/component/player/player.js +4 -7
  118. package/cjs/component/player/player.js.map +1 -1
  119. package/cjs/component/title/interface/theme.d.ts +1 -1
  120. package/cjs/component/title/interface/theme.js.map +1 -1
  121. package/cjs/component/title/title.d.ts +6 -9
  122. package/cjs/component/title/title.js +13 -24
  123. package/cjs/component/title/title.js.map +1 -1
  124. package/cjs/component/tooltip/handler/base.js.map +1 -1
  125. package/cjs/component/tooltip/handler/dom/model/content-column-model.js +12 -10
  126. package/cjs/component/tooltip/handler/dom/model/content-column-model.js.map +1 -1
  127. package/cjs/component/tooltip/handler/dom/model/shape-model.d.ts +1 -0
  128. package/cjs/component/tooltip/handler/dom/model/shape-model.js +4 -4
  129. package/cjs/component/tooltip/handler/dom/model/shape-model.js.map +1 -1
  130. package/cjs/component/tooltip/tooltip.d.ts +4 -3
  131. package/cjs/component/tooltip/tooltip.js +5 -8
  132. package/cjs/component/tooltip/tooltip.js.map +1 -1
  133. package/cjs/constant/layout.d.ts +1 -0
  134. package/cjs/constant/layout.js +2 -2
  135. package/cjs/constant/layout.js.map +1 -1
  136. package/cjs/core/factory.d.ts +5 -2
  137. package/cjs/core/factory.js +6 -3
  138. package/cjs/core/factory.js.map +1 -1
  139. package/cjs/core/index.d.ts +1 -1
  140. package/cjs/core/index.js +1 -1
  141. package/cjs/core/index.js.map +1 -1
  142. package/cjs/core/vchart.d.ts +1 -0
  143. package/cjs/core/vchart.js +11 -8
  144. package/cjs/core/vchart.js.map +1 -1
  145. package/cjs/event/events/base.d.ts +16 -0
  146. package/cjs/event/events/base.js +23 -0
  147. package/cjs/event/events/base.js.map +1 -0
  148. package/cjs/event/events/dimension/util/cartesian.d.ts +1 -1
  149. package/cjs/event/events/dimension/util/cartesian.js.map +1 -1
  150. package/cjs/event/events/dimension/util/common.d.ts +1 -2
  151. package/cjs/event/events/dimension/util/common.js +1 -1
  152. package/cjs/event/events/dimension/util/common.js.map +1 -1
  153. package/cjs/event/events/dimension/util/polar.d.ts +1 -1
  154. package/cjs/event/events/dimension/util/polar.js.map +1 -1
  155. package/cjs/event/interface.d.ts +1 -1
  156. package/cjs/event/interface.js.map +1 -1
  157. package/cjs/interaction/zoom/zoomable.d.ts +1 -0
  158. package/cjs/interaction/zoom/zoomable.js +6 -5
  159. package/cjs/interaction/zoom/zoomable.js.map +1 -1
  160. package/cjs/layout/base-layout.d.ts +3 -5
  161. package/cjs/layout/base-layout.js +8 -8
  162. package/cjs/layout/base-layout.js.map +1 -1
  163. package/cjs/layout/grid-layout/grid-layout.d.ts +1 -2
  164. package/cjs/layout/grid-layout/grid-layout.js +6 -4
  165. package/cjs/layout/grid-layout/grid-layout.js.map +1 -1
  166. package/cjs/layout/interface.d.ts +74 -6
  167. package/cjs/layout/interface.js.map +1 -1
  168. package/cjs/{model → layout}/layout-item.d.ts +35 -23
  169. package/cjs/{model → layout}/layout-item.js +100 -64
  170. package/cjs/layout/layout-item.js.map +1 -0
  171. package/cjs/layout/layout3d/index.d.ts +2 -4
  172. package/cjs/layout/layout3d/index.js +6 -6
  173. package/cjs/layout/layout3d/index.js.map +1 -1
  174. package/cjs/layout/util.d.ts +1 -1
  175. package/cjs/layout/util.js.map +1 -1
  176. package/cjs/mark/arc.js +2 -2
  177. package/cjs/mark/arc.js.map +1 -1
  178. package/cjs/mark/base/base-mark.d.ts +3 -3
  179. package/cjs/mark/base/base-mark.js +32 -72
  180. package/cjs/mark/base/base-mark.js.map +1 -1
  181. package/cjs/model/base-model.d.ts +10 -6
  182. package/cjs/model/base-model.js +23 -21
  183. package/cjs/model/base-model.js.map +1 -1
  184. package/cjs/model/interface.d.ts +20 -82
  185. package/cjs/model/interface.js.map +1 -1
  186. package/cjs/model/layout-model.d.ts +39 -0
  187. package/cjs/model/layout-model.js +75 -0
  188. package/cjs/model/layout-model.js.map +1 -0
  189. package/cjs/region/interface.d.ts +3 -2
  190. package/cjs/region/interface.js.map +1 -1
  191. package/cjs/region/region.d.ts +12 -7
  192. package/cjs/region/region.js +18 -10
  193. package/cjs/region/region.js.map +1 -1
  194. package/cjs/series/base/base-series.d.ts +10 -4
  195. package/cjs/series/base/base-series.js +27 -10
  196. package/cjs/series/base/base-series.js.map +1 -1
  197. package/cjs/series/cartesian/cartesian.js +6 -3
  198. package/cjs/series/cartesian/cartesian.js.map +1 -1
  199. package/cjs/series/funnel/interface.d.ts +1 -2
  200. package/cjs/series/funnel/interface.js.map +1 -1
  201. package/cjs/series/interface/series.d.ts +3 -2
  202. package/cjs/series/interface/series.js.map +1 -1
  203. package/cjs/series/mixin/line-mixin.d.ts +2 -1
  204. package/cjs/series/mixin/line-mixin.js.map +1 -1
  205. package/cjs/series/sankey/sankey.d.ts +2 -1
  206. package/cjs/series/sankey/sankey.js +23 -28
  207. package/cjs/series/sankey/sankey.js.map +1 -1
  208. package/cjs/theme/builtin/common-mobile/component/axis/band-axis.d.ts +2 -0
  209. package/cjs/theme/builtin/common-mobile/component/axis/band-axis.js +22 -0
  210. package/cjs/theme/builtin/common-mobile/component/axis/band-axis.js.map +1 -0
  211. package/cjs/theme/builtin/common-mobile/component/axis/cartesian-axis.d.ts +3 -0
  212. package/cjs/theme/builtin/common-mobile/component/axis/cartesian-axis.js +36 -0
  213. package/cjs/theme/builtin/common-mobile/component/axis/cartesian-axis.js.map +1 -0
  214. package/cjs/theme/builtin/common-mobile/component/axis/common-axis.d.ts +2 -0
  215. package/cjs/theme/builtin/common-mobile/component/axis/common-axis.js +42 -0
  216. package/cjs/theme/builtin/common-mobile/component/axis/common-axis.js.map +1 -0
  217. package/cjs/theme/builtin/common-mobile/component/axis/linear-axis.d.ts +2 -0
  218. package/cjs/theme/builtin/common-mobile/component/axis/linear-axis.js +22 -0
  219. package/cjs/theme/builtin/common-mobile/component/axis/linear-axis.js.map +1 -0
  220. package/cjs/theme/builtin/common-mobile/component/axis/polar-axis.d.ts +3 -0
  221. package/cjs/theme/builtin/common-mobile/component/axis/polar-axis.js +25 -0
  222. package/cjs/theme/builtin/common-mobile/component/axis/polar-axis.js.map +1 -0
  223. package/cjs/theme/builtin/common-mobile/component/crosshair.d.ts +2 -0
  224. package/cjs/theme/builtin/common-mobile/component/crosshair.js +39 -0
  225. package/cjs/theme/builtin/common-mobile/component/crosshair.js.map +1 -0
  226. package/cjs/theme/builtin/common-mobile/component/data-zoom.d.ts +2 -0
  227. package/cjs/theme/builtin/common-mobile/component/data-zoom.js +40 -0
  228. package/cjs/theme/builtin/common-mobile/component/data-zoom.js.map +1 -0
  229. package/cjs/theme/builtin/common-mobile/component/index.d.ts +2 -0
  230. package/cjs/theme/builtin/common-mobile/component/index.js +33 -0
  231. package/cjs/theme/builtin/common-mobile/component/index.js.map +1 -0
  232. package/cjs/theme/builtin/common-mobile/component/indicator.d.ts +2 -0
  233. package/cjs/theme/builtin/common-mobile/component/indicator.js +23 -0
  234. package/cjs/theme/builtin/common-mobile/component/indicator.js.map +1 -0
  235. package/cjs/theme/builtin/common-mobile/component/legend/color-legend.d.ts +2 -0
  236. package/cjs/theme/builtin/common-mobile/component/legend/color-legend.js +23 -0
  237. package/cjs/theme/builtin/common-mobile/component/legend/color-legend.js.map +1 -0
  238. package/cjs/theme/builtin/common-mobile/component/legend/continuous.d.ts +2 -0
  239. package/cjs/theme/builtin/common-mobile/component/legend/continuous.js +44 -0
  240. package/cjs/theme/builtin/common-mobile/component/legend/continuous.js.map +1 -0
  241. package/cjs/theme/builtin/common-mobile/component/legend/discrete-legend.d.ts +2 -0
  242. package/cjs/theme/builtin/common-mobile/component/legend/discrete-legend.js +39 -0
  243. package/cjs/theme/builtin/common-mobile/component/legend/discrete-legend.js.map +1 -0
  244. package/cjs/theme/builtin/common-mobile/component/legend/size-legend.d.ts +2 -0
  245. package/cjs/theme/builtin/common-mobile/component/legend/size-legend.js +23 -0
  246. package/cjs/theme/builtin/common-mobile/component/legend/size-legend.js.map +1 -0
  247. package/cjs/theme/builtin/common-mobile/component/map-label.d.ts +2 -0
  248. package/cjs/theme/builtin/common-mobile/component/map-label.js +39 -0
  249. package/cjs/theme/builtin/common-mobile/component/map-label.js.map +1 -0
  250. package/cjs/theme/builtin/common-mobile/component/mark-area.d.ts +2 -0
  251. package/cjs/theme/builtin/common-mobile/component/mark-area.js +24 -0
  252. package/cjs/theme/builtin/common-mobile/component/mark-area.js.map +1 -0
  253. package/cjs/theme/builtin/common-mobile/component/mark-line.d.ts +2 -0
  254. package/cjs/theme/builtin/common-mobile/component/mark-line.js +33 -0
  255. package/cjs/theme/builtin/common-mobile/component/mark-line.js.map +1 -0
  256. package/cjs/theme/builtin/common-mobile/component/mark-point.d.ts +2 -0
  257. package/cjs/theme/builtin/common-mobile/component/mark-point.js +19 -0
  258. package/cjs/theme/builtin/common-mobile/component/mark-point.js.map +1 -0
  259. package/cjs/theme/builtin/common-mobile/component/player.d.ts +2 -0
  260. package/cjs/theme/builtin/common-mobile/component/player.js +51 -0
  261. package/cjs/theme/builtin/common-mobile/component/player.js.map +1 -0
  262. package/cjs/theme/builtin/common-mobile/component/poptip.d.ts +2 -0
  263. package/cjs/theme/builtin/common-mobile/component/poptip.js +25 -0
  264. package/cjs/theme/builtin/common-mobile/component/poptip.js.map +1 -0
  265. package/cjs/theme/builtin/common-mobile/component/title.d.ts +2 -0
  266. package/cjs/theme/builtin/common-mobile/component/title.js +23 -0
  267. package/cjs/theme/builtin/common-mobile/component/title.js.map +1 -0
  268. package/cjs/theme/builtin/common-mobile/component/tooltip.d.ts +2 -0
  269. package/cjs/theme/builtin/common-mobile/component/tooltip.js +43 -0
  270. package/cjs/theme/builtin/common-mobile/component/tooltip.js.map +1 -0
  271. package/cjs/theme/builtin/common-mobile/component/total-label.d.ts +2 -0
  272. package/cjs/theme/builtin/common-mobile/component/total-label.js +16 -0
  273. package/cjs/theme/builtin/common-mobile/component/total-label.js.map +1 -0
  274. package/cjs/theme/builtin/common-mobile/constants.d.ts +2 -0
  275. package/cjs/theme/builtin/common-mobile/constants.js +23 -0
  276. package/cjs/theme/builtin/common-mobile/constants.js.map +1 -0
  277. package/cjs/theme/builtin/common-mobile/mark.d.ts +3 -0
  278. package/cjs/theme/builtin/common-mobile/mark.js +35 -0
  279. package/cjs/theme/builtin/common-mobile/mark.js.map +1 -0
  280. package/cjs/theme/builtin/dark-mobile/index.d.ts +2 -0
  281. package/cjs/theme/builtin/dark-mobile/index.js +18 -0
  282. package/cjs/theme/builtin/dark-mobile/index.js.map +1 -0
  283. package/cjs/theme/builtin/index.js +4 -2
  284. package/cjs/theme/builtin/index.js.map +1 -1
  285. package/cjs/theme/builtin/light-mobile/index.d.ts +2 -0
  286. package/cjs/theme/builtin/light-mobile/index.js +18 -0
  287. package/cjs/theme/builtin/light-mobile/index.js.map +1 -0
  288. package/cjs/theme/interface.d.ts +1 -2
  289. package/cjs/theme/interface.js.map +1 -1
  290. package/cjs/typings/index.d.ts +1 -0
  291. package/cjs/typings/index.js +2 -1
  292. package/cjs/typings/index.js.map +1 -1
  293. package/cjs/typings/layout.d.ts +23 -0
  294. package/cjs/typings/layout.js +6 -0
  295. package/cjs/typings/layout.js.map +1 -0
  296. package/cjs/typings/spec/common.d.ts +1 -2
  297. package/cjs/typings/spec/common.js.map +1 -1
  298. package/cjs/util/space.d.ts +1 -1
  299. package/cjs/util/space.js.map +1 -1
  300. package/cjs/util/type.js +1 -1
  301. package/cjs/util/type.js.map +1 -1
  302. package/esm/animation/config.js +1 -0
  303. package/esm/animation/config.js.map +1 -1
  304. package/esm/animation/utils.d.ts +2 -2
  305. package/esm/animation/utils.js +13 -13
  306. package/esm/animation/utils.js.map +1 -1
  307. package/esm/chart/base-chart.d.ts +4 -4
  308. package/esm/chart/base-chart.js +33 -22
  309. package/esm/chart/base-chart.js.map +1 -1
  310. package/esm/chart/interface/chart.d.ts +2 -2
  311. package/esm/chart/interface/chart.js.map +1 -1
  312. package/esm/chart/stack.js +1 -2
  313. package/esm/compile/compilable-base.js +2 -1
  314. package/esm/compile/compiler.js +1 -1
  315. package/esm/compile/compiler.js.map +1 -1
  316. package/esm/compile/mark/compilable-mark.d.ts +1 -2
  317. package/esm/compile/mark/compilable-mark.js +3 -7
  318. package/esm/compile/mark/compilable-mark.js.map +1 -1
  319. package/esm/component/axis/base-axis.d.ts +1 -0
  320. package/esm/component/axis/base-axis.js +2 -2
  321. package/esm/component/axis/base-axis.js.map +1 -1
  322. package/esm/component/axis/cartesian/axis.d.ts +12 -9
  323. package/esm/component/axis/cartesian/axis.js +44 -52
  324. package/esm/component/axis/cartesian/axis.js.map +1 -1
  325. package/esm/component/axis/cartesian/interface/theme.d.ts +1 -1
  326. package/esm/component/axis/cartesian/interface/theme.js.map +1 -1
  327. package/esm/component/axis/mixin/band-axis-mixin.js +1 -1
  328. package/esm/component/axis/mixin/band-axis-mixin.js.map +1 -1
  329. package/esm/component/axis/polar/axis.d.ts +3 -4
  330. package/esm/component/axis/polar/axis.js +7 -12
  331. package/esm/component/axis/polar/axis.js.map +1 -1
  332. package/esm/component/base/base-component.d.ts +12 -4
  333. package/esm/component/base/base-component.js +21 -11
  334. package/esm/component/base/base-component.js.map +1 -1
  335. package/esm/component/brush/brush.d.ts +3 -4
  336. package/esm/component/brush/brush.js +3 -5
  337. package/esm/component/brush/brush.js.map +1 -1
  338. package/esm/component/crosshair/base.d.ts +4 -5
  339. package/esm/component/crosshair/base.js +1 -1
  340. package/esm/component/crosshair/base.js.map +1 -1
  341. package/esm/component/crosshair/cartesian.d.ts +2 -0
  342. package/esm/component/crosshair/cartesian.js +5 -8
  343. package/esm/component/crosshair/cartesian.js.map +1 -1
  344. package/esm/component/crosshair/interface/spec.d.ts +1 -1
  345. package/esm/component/crosshair/interface/spec.js.map +1 -1
  346. package/esm/component/crosshair/polar.d.ts +2 -0
  347. package/esm/component/crosshair/polar.js +5 -8
  348. package/esm/component/crosshair/polar.js.map +1 -1
  349. package/esm/component/custom-mark/custom-mark.d.ts +3 -4
  350. package/esm/component/custom-mark/custom-mark.js +1 -2
  351. package/esm/component/custom-mark/custom-mark.js.map +1 -1
  352. package/esm/component/data-zoom/data-filter-base-component.d.ts +6 -8
  353. package/esm/component/data-zoom/data-filter-base-component.js +26 -24
  354. package/esm/component/data-zoom/data-filter-base-component.js.map +1 -1
  355. package/esm/component/data-zoom/data-zoom/data-zoom.d.ts +1 -1
  356. package/esm/component/data-zoom/data-zoom/data-zoom.js +12 -15
  357. package/esm/component/data-zoom/data-zoom/data-zoom.js.map +1 -1
  358. package/esm/component/data-zoom/data-zoom/interface.d.ts +1 -0
  359. package/esm/component/data-zoom/data-zoom/interface.js.map +1 -1
  360. package/esm/component/data-zoom/scroll-bar/interface.d.ts +1 -1
  361. package/esm/component/data-zoom/scroll-bar/interface.js.map +1 -1
  362. package/esm/component/data-zoom/scroll-bar/scroll-bar.js +6 -9
  363. package/esm/component/data-zoom/scroll-bar/scroll-bar.js.map +1 -1
  364. package/esm/component/geo/geo-coordinate.d.ts +4 -3
  365. package/esm/component/geo/geo-coordinate.js +3 -1
  366. package/esm/component/geo/geo-coordinate.js.map +1 -1
  367. package/esm/component/indicator/indicator.d.ts +2 -4
  368. package/esm/component/indicator/indicator.js +3 -4
  369. package/esm/component/indicator/indicator.js.map +1 -1
  370. package/esm/component/indicator/interface.d.ts +1 -1
  371. package/esm/component/indicator/interface.js.map +1 -1
  372. package/esm/component/interface/common.d.ts +3 -3
  373. package/esm/component/interface/common.js.map +1 -1
  374. package/esm/component/label/base-label.d.ts +3 -4
  375. package/esm/component/label/base-label.js +1 -3
  376. package/esm/component/label/base-label.js.map +1 -1
  377. package/esm/component/label/label.d.ts +3 -3
  378. package/esm/component/label/label.js +2 -3
  379. package/esm/component/label/label.js.map +1 -1
  380. package/esm/component/label/totalLabel.d.ts +3 -3
  381. package/esm/component/label/totalLabel.js +2 -3
  382. package/esm/component/label/totalLabel.js.map +1 -1
  383. package/esm/component/legend/base-legend.d.ts +6 -9
  384. package/esm/component/legend/base-legend.js +3 -9
  385. package/esm/component/legend/base-legend.js.map +1 -1
  386. package/esm/component/legend/continuous/legend.d.ts +4 -1
  387. package/esm/component/legend/continuous/legend.js +6 -7
  388. package/esm/component/legend/continuous/legend.js.map +1 -1
  389. package/esm/component/legend/discrete/legend.d.ts +4 -1
  390. package/esm/component/legend/discrete/legend.js +6 -7
  391. package/esm/component/legend/discrete/legend.js.map +1 -1
  392. package/esm/component/legend/discrete/util.d.ts +1 -1
  393. package/esm/component/legend/discrete/util.js.map +1 -1
  394. package/esm/component/legend/util.d.ts +1 -1
  395. package/esm/component/map-label/component.d.ts +2 -4
  396. package/esm/component/map-label/component.js +1 -1
  397. package/esm/component/map-label/component.js.map +1 -1
  398. package/esm/component/marker/base-marker.d.ts +2 -3
  399. package/esm/component/marker/base-marker.js.map +1 -1
  400. package/esm/component/marker/interface.d.ts +1 -1
  401. package/esm/component/marker/interface.js.map +1 -1
  402. package/esm/component/marker/mark-area/mark-area.d.ts +1 -3
  403. package/esm/component/marker/mark-area/mark-area.js +6 -9
  404. package/esm/component/marker/mark-area/mark-area.js.map +1 -1
  405. package/esm/component/marker/mark-line/mark-line.d.ts +1 -3
  406. package/esm/component/marker/mark-line/mark-line.js +8 -11
  407. package/esm/component/marker/mark-line/mark-line.js.map +1 -1
  408. package/esm/component/marker/mark-point/mark-point.d.ts +1 -3
  409. package/esm/component/marker/mark-point/mark-point.js +6 -9
  410. package/esm/component/marker/mark-point/mark-point.js.map +1 -1
  411. package/esm/component/player/interface/theme.d.ts +1 -1
  412. package/esm/component/player/interface/theme.js.map +1 -1
  413. package/esm/component/player/player.d.ts +6 -7
  414. package/esm/component/player/player.js +4 -7
  415. package/esm/component/player/player.js.map +1 -1
  416. package/esm/component/title/interface/theme.d.ts +1 -1
  417. package/esm/component/title/interface/theme.js.map +1 -1
  418. package/esm/component/title/title.d.ts +6 -9
  419. package/esm/component/title/title.js +12 -22
  420. package/esm/component/title/title.js.map +1 -1
  421. package/esm/component/tooltip/handler/base.js.map +1 -1
  422. package/esm/component/tooltip/handler/dom/model/content-column-model.js +13 -9
  423. package/esm/component/tooltip/handler/dom/model/content-column-model.js.map +1 -1
  424. package/esm/component/tooltip/handler/dom/model/shape-model.d.ts +1 -0
  425. package/esm/component/tooltip/handler/dom/model/shape-model.js +4 -4
  426. package/esm/component/tooltip/handler/dom/model/shape-model.js.map +1 -1
  427. package/esm/component/tooltip/tooltip.d.ts +4 -3
  428. package/esm/component/tooltip/tooltip.js +5 -8
  429. package/esm/component/tooltip/tooltip.js.map +1 -1
  430. package/esm/constant/layout.d.ts +1 -0
  431. package/esm/constant/layout.js +2 -0
  432. package/esm/constant/layout.js.map +1 -1
  433. package/esm/core/factory.d.ts +5 -2
  434. package/esm/core/factory.js +6 -3
  435. package/esm/core/factory.js.map +1 -1
  436. package/esm/core/index.d.ts +1 -1
  437. package/esm/core/index.js +1 -1
  438. package/esm/core/index.js.map +1 -1
  439. package/esm/core/vchart.d.ts +1 -0
  440. package/esm/core/vchart.js +11 -8
  441. package/esm/core/vchart.js.map +1 -1
  442. package/esm/event/events/base.d.ts +16 -0
  443. package/esm/event/events/base.js +15 -0
  444. package/esm/event/events/base.js.map +1 -0
  445. package/esm/event/events/dimension/util/cartesian.d.ts +1 -1
  446. package/esm/event/events/dimension/util/cartesian.js.map +1 -1
  447. package/esm/event/events/dimension/util/common.d.ts +1 -2
  448. package/esm/event/events/dimension/util/common.js +1 -1
  449. package/esm/event/events/dimension/util/common.js.map +1 -1
  450. package/esm/event/events/dimension/util/polar.d.ts +1 -1
  451. package/esm/event/events/dimension/util/polar.js.map +1 -1
  452. package/esm/event/interface.d.ts +1 -1
  453. package/esm/event/interface.js.map +1 -1
  454. package/esm/interaction/zoom/zoomable.d.ts +1 -0
  455. package/esm/interaction/zoom/zoomable.js +6 -5
  456. package/esm/interaction/zoom/zoomable.js.map +1 -1
  457. package/esm/layout/base-layout.d.ts +3 -5
  458. package/esm/layout/base-layout.js +8 -8
  459. package/esm/layout/base-layout.js.map +1 -1
  460. package/esm/layout/grid-layout/grid-layout.d.ts +1 -2
  461. package/esm/layout/grid-layout/grid-layout.js +6 -4
  462. package/esm/layout/grid-layout/grid-layout.js.map +1 -1
  463. package/esm/layout/interface.d.ts +74 -6
  464. package/esm/layout/interface.js.map +1 -1
  465. package/esm/{model → layout}/layout-item.d.ts +35 -23
  466. package/esm/{model → layout}/layout-item.js +95 -63
  467. package/esm/layout/layout-item.js.map +1 -0
  468. package/esm/layout/layout3d/index.d.ts +2 -4
  469. package/esm/layout/layout3d/index.js +5 -5
  470. package/esm/layout/layout3d/index.js.map +1 -1
  471. package/esm/layout/util.d.ts +1 -1
  472. package/esm/layout/util.js.map +1 -1
  473. package/esm/mark/arc.js +2 -2
  474. package/esm/mark/arc.js.map +1 -1
  475. package/esm/mark/base/base-mark.d.ts +3 -3
  476. package/esm/mark/base/base-mark.js +30 -69
  477. package/esm/mark/base/base-mark.js.map +1 -1
  478. package/esm/model/base-model.d.ts +10 -6
  479. package/esm/model/base-model.js +24 -22
  480. package/esm/model/base-model.js.map +1 -1
  481. package/esm/model/interface.d.ts +20 -82
  482. package/esm/model/interface.js.map +1 -1
  483. package/esm/model/layout-model.d.ts +39 -0
  484. package/esm/model/layout-model.js +71 -0
  485. package/esm/model/layout-model.js.map +1 -0
  486. package/esm/region/interface.d.ts +3 -2
  487. package/esm/region/interface.js.map +1 -1
  488. package/esm/region/region.d.ts +12 -7
  489. package/esm/region/region.js +19 -11
  490. package/esm/region/region.js.map +1 -1
  491. package/esm/series/base/base-series.d.ts +10 -4
  492. package/esm/series/base/base-series.js +26 -10
  493. package/esm/series/base/base-series.js.map +1 -1
  494. package/esm/series/cartesian/cartesian.js +4 -1
  495. package/esm/series/cartesian/cartesian.js.map +1 -1
  496. package/esm/series/funnel/interface.d.ts +1 -2
  497. package/esm/series/funnel/interface.js.map +1 -1
  498. package/esm/series/interface/series.d.ts +3 -2
  499. package/esm/series/interface/series.js.map +1 -1
  500. package/esm/series/mixin/line-mixin.d.ts +2 -1
  501. package/esm/series/mixin/line-mixin.js.map +1 -1
  502. package/esm/series/sankey/sankey.d.ts +2 -1
  503. package/esm/series/sankey/sankey.js +23 -27
  504. package/esm/series/sankey/sankey.js.map +1 -1
  505. package/esm/theme/builtin/common-mobile/component/axis/band-axis.d.ts +2 -0
  506. package/esm/theme/builtin/common-mobile/component/axis/band-axis.js +18 -0
  507. package/esm/theme/builtin/common-mobile/component/axis/band-axis.js.map +1 -0
  508. package/esm/theme/builtin/common-mobile/component/axis/cartesian-axis.d.ts +3 -0
  509. package/esm/theme/builtin/common-mobile/component/axis/cartesian-axis.js +32 -0
  510. package/esm/theme/builtin/common-mobile/component/axis/cartesian-axis.js.map +1 -0
  511. package/esm/theme/builtin/common-mobile/component/axis/common-axis.d.ts +2 -0
  512. package/esm/theme/builtin/common-mobile/component/axis/common-axis.js +36 -0
  513. package/esm/theme/builtin/common-mobile/component/axis/common-axis.js.map +1 -0
  514. package/esm/theme/builtin/common-mobile/component/axis/linear-axis.d.ts +2 -0
  515. package/esm/theme/builtin/common-mobile/component/axis/linear-axis.js +18 -0
  516. package/esm/theme/builtin/common-mobile/component/axis/linear-axis.js.map +1 -0
  517. package/esm/theme/builtin/common-mobile/component/axis/polar-axis.d.ts +3 -0
  518. package/esm/theme/builtin/common-mobile/component/axis/polar-axis.js +23 -0
  519. package/esm/theme/builtin/common-mobile/component/axis/polar-axis.js.map +1 -0
  520. package/esm/theme/builtin/common-mobile/component/crosshair.d.ts +2 -0
  521. package/esm/theme/builtin/common-mobile/component/crosshair.js +35 -0
  522. package/esm/theme/builtin/common-mobile/component/crosshair.js.map +1 -0
  523. package/esm/theme/builtin/common-mobile/component/data-zoom.d.ts +2 -0
  524. package/esm/theme/builtin/common-mobile/component/data-zoom.js +34 -0
  525. package/esm/theme/builtin/common-mobile/component/data-zoom.js.map +1 -0
  526. package/esm/theme/builtin/common-mobile/component/index.d.ts +2 -0
  527. package/esm/theme/builtin/common-mobile/component/index.js +65 -0
  528. package/esm/theme/builtin/common-mobile/component/index.js.map +1 -0
  529. package/esm/theme/builtin/common-mobile/component/indicator.d.ts +2 -0
  530. package/esm/theme/builtin/common-mobile/component/indicator.js +17 -0
  531. package/esm/theme/builtin/common-mobile/component/indicator.js.map +1 -0
  532. package/esm/theme/builtin/common-mobile/component/legend/color-legend.d.ts +2 -0
  533. package/esm/theme/builtin/common-mobile/component/legend/color-legend.js +17 -0
  534. package/esm/theme/builtin/common-mobile/component/legend/color-legend.js.map +1 -0
  535. package/esm/theme/builtin/common-mobile/component/legend/continuous.d.ts +2 -0
  536. package/esm/theme/builtin/common-mobile/component/legend/continuous.js +38 -0
  537. package/esm/theme/builtin/common-mobile/component/legend/continuous.js.map +1 -0
  538. package/esm/theme/builtin/common-mobile/component/legend/discrete-legend.d.ts +2 -0
  539. package/esm/theme/builtin/common-mobile/component/legend/discrete-legend.js +33 -0
  540. package/esm/theme/builtin/common-mobile/component/legend/discrete-legend.js.map +1 -0
  541. package/esm/theme/builtin/common-mobile/component/legend/size-legend.d.ts +2 -0
  542. package/esm/theme/builtin/common-mobile/component/legend/size-legend.js +17 -0
  543. package/esm/theme/builtin/common-mobile/component/legend/size-legend.js.map +1 -0
  544. package/esm/theme/builtin/common-mobile/component/map-label.d.ts +2 -0
  545. package/esm/theme/builtin/common-mobile/component/map-label.js +33 -0
  546. package/esm/theme/builtin/common-mobile/component/map-label.js.map +1 -0
  547. package/esm/theme/builtin/common-mobile/component/mark-area.d.ts +2 -0
  548. package/esm/theme/builtin/common-mobile/component/mark-area.js +18 -0
  549. package/esm/theme/builtin/common-mobile/component/mark-area.js.map +1 -0
  550. package/esm/theme/builtin/common-mobile/component/mark-line.d.ts +2 -0
  551. package/esm/theme/builtin/common-mobile/component/mark-line.js +27 -0
  552. package/esm/theme/builtin/common-mobile/component/mark-line.js.map +1 -0
  553. package/esm/theme/builtin/common-mobile/component/mark-point.d.ts +2 -0
  554. package/esm/theme/builtin/common-mobile/component/mark-point.js +15 -0
  555. package/esm/theme/builtin/common-mobile/component/mark-point.js.map +1 -0
  556. package/esm/theme/builtin/common-mobile/component/player.d.ts +2 -0
  557. package/esm/theme/builtin/common-mobile/component/player.js +47 -0
  558. package/esm/theme/builtin/common-mobile/component/player.js.map +1 -0
  559. package/esm/theme/builtin/common-mobile/component/poptip.d.ts +2 -0
  560. package/esm/theme/builtin/common-mobile/component/poptip.js +19 -0
  561. package/esm/theme/builtin/common-mobile/component/poptip.js.map +1 -0
  562. package/esm/theme/builtin/common-mobile/component/title.d.ts +2 -0
  563. package/esm/theme/builtin/common-mobile/component/title.js +17 -0
  564. package/esm/theme/builtin/common-mobile/component/title.js.map +1 -0
  565. package/esm/theme/builtin/common-mobile/component/tooltip.d.ts +2 -0
  566. package/esm/theme/builtin/common-mobile/component/tooltip.js +37 -0
  567. package/esm/theme/builtin/common-mobile/component/tooltip.js.map +1 -0
  568. package/esm/theme/builtin/common-mobile/component/total-label.d.ts +2 -0
  569. package/esm/theme/builtin/common-mobile/component/total-label.js +10 -0
  570. package/esm/theme/builtin/common-mobile/component/total-label.js.map +1 -0
  571. package/esm/theme/builtin/common-mobile/constants.d.ts +2 -0
  572. package/esm/theme/builtin/common-mobile/constants.js +19 -0
  573. package/esm/theme/builtin/common-mobile/constants.js.map +1 -0
  574. package/esm/theme/builtin/common-mobile/mark.d.ts +3 -0
  575. package/esm/theme/builtin/common-mobile/mark.js +31 -0
  576. package/esm/theme/builtin/common-mobile/mark.js.map +1 -0
  577. package/esm/theme/builtin/dark-mobile/index.d.ts +2 -0
  578. package/esm/theme/builtin/dark-mobile/index.js +16 -0
  579. package/esm/theme/builtin/dark-mobile/index.js.map +1 -0
  580. package/esm/theme/builtin/index.js +7 -1
  581. package/esm/theme/builtin/index.js.map +1 -1
  582. package/esm/theme/builtin/light-mobile/index.d.ts +2 -0
  583. package/esm/theme/builtin/light-mobile/index.js +16 -0
  584. package/esm/theme/builtin/light-mobile/index.js.map +1 -0
  585. package/esm/theme/interface.d.ts +1 -2
  586. package/esm/theme/interface.js.map +1 -1
  587. package/esm/typings/index.d.ts +1 -0
  588. package/esm/typings/index.js +2 -0
  589. package/esm/typings/index.js.map +1 -1
  590. package/esm/typings/layout.d.ts +23 -0
  591. package/esm/typings/layout.js +2 -0
  592. package/esm/typings/layout.js.map +1 -0
  593. package/esm/typings/spec/common.d.ts +1 -2
  594. package/esm/typings/spec/common.js.map +1 -1
  595. package/esm/util/space.d.ts +1 -1
  596. package/esm/util/space.js.map +1 -1
  597. package/esm/util/type.js +1 -1
  598. package/esm/util/type.js.map +1 -1
  599. package/package.json +19 -19
  600. package/cjs/model/layout-item.js.map +0 -1
  601. package/esm/model/layout-item.js.map +0 -1
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: !0
5
+ }), exports.axisAngle = exports.axisRadius = void 0, exports.axisRadius = {
6
+ grid: {
7
+ smooth: !0,
8
+ visible: !0
9
+ },
10
+ subGrid: {
11
+ smooth: !0,
12
+ visible: !1
13
+ }
14
+ }, exports.axisAngle = {
15
+ grid: {
16
+ visible: !0,
17
+ style: {
18
+ lineDash: [ 6, 6 ]
19
+ }
20
+ },
21
+ label: {
22
+ space: 4
23
+ }
24
+ };
25
+ //# sourceMappingURL=polar-axis.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common-mobile/component/axis/polar-axis.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAA0B;IAC/C,IAAI,EAAE;QACJ,MAAM,EAAE,IAAI;QACZ,OAAO,EAAE,IAAI;KACd;IACD,OAAO,EAAE;QACP,MAAM,EAAE,IAAI;QACZ,OAAO,EAAE,KAAK;KACf;CACF,CAAC;AAEW,QAAA,SAAS,GAA0B;IAC9C,IAAI,EAAE;QACJ,OAAO,EAAE,IAAI;QACb,KAAK,EAAE;YACL,QAAQ,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;SACjB;KACF;IACD,KAAK,EAAE;QACL,KAAK,EAAE,CAAC;KACT;CACF,CAAC","file":"polar-axis.js","sourcesContent":["import type { IPolarAxisCommonTheme } from '../../../../../component/axis/polar/interface/theme';\n\nexport const axisRadius: IPolarAxisCommonTheme = {\n grid: {\n smooth: true,\n visible: true\n },\n subGrid: {\n smooth: true,\n visible: false\n }\n};\n\nexport const axisAngle: IPolarAxisCommonTheme = {\n grid: {\n visible: true,\n style: {\n lineDash: [6, 6]\n }\n },\n label: {\n space: 4\n }\n};\n"]}
@@ -0,0 +1,2 @@
1
+ import type { ICrosshairTheme } from '../../../../component/crosshair/interface';
2
+ export declare const crosshair: ICrosshairTheme;
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: !0
5
+ }), exports.crosshair = void 0;
6
+
7
+ const constants_1 = require("../constants"), getLabelSpec = () => ({
8
+ visible: !1,
9
+ style: {
10
+ fontSize: constants_1.THEME_CONSTANTS.l5FontSize
11
+ },
12
+ labelBackground: {
13
+ padding: {
14
+ bottom: 0,
15
+ top: 0,
16
+ left: 2,
17
+ right: 2
18
+ }
19
+ }
20
+ }), getBandField = () => ({
21
+ visible: !1,
22
+ label: getLabelSpec()
23
+ }), getLinearField = () => ({
24
+ visible: !1,
25
+ label: getLabelSpec()
26
+ });
27
+
28
+ exports.crosshair = {
29
+ trigger: "hover",
30
+ bandField: {
31
+ visible: !1,
32
+ label: getLabelSpec()
33
+ },
34
+ linearField: {
35
+ visible: !1,
36
+ label: getLabelSpec()
37
+ }
38
+ };
39
+ //# sourceMappingURL=crosshair.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common-mobile/component/crosshair.ts"],"names":[],"mappings":";;;AAMA,4CAA+C;AAE/C,MAAM,YAAY,GAAG,GAAwB,EAAE,CAAC,CAAC;IAC/C,OAAO,EAAE,KAAK;IACd,KAAK,EAAE;QACL,QAAQ,EAAE,2BAAe,CAAC,UAAU;KAErC;IACD,eAAe,EAAE;QACf,OAAO,EAAE;YACP,MAAM,EAAE,CAAC;YACT,GAAG,EAAE,CAAC;YACN,IAAI,EAAE,CAAC;YACP,KAAK,EAAE,CAAC;SACT;KACF;CACF,CAAC,CAAC;AAEH,MAAM,YAAY,GAAG,GAAgC,EAAE,CAAC,CAAC;IACvD,OAAO,EAAE,KAAK;IACd,KAAK,EAAE,YAAY,EAAE;CACtB,CAAC,CAAC;AAEH,MAAM,cAAc,GAAG,GAA6B,EAAE,CAAC,CAAC;IACtD,OAAO,EAAE,KAAK;IACd,KAAK,EAAE,YAAY,EAAE;CACtB,CAAC,CAAC;AAEU,QAAA,SAAS,GAAoB;IACxC,OAAO,EAAE,OAAO;IAChB,SAAS,EAAE,YAAY,EAAE;IACzB,WAAW,EAAE,cAAc,EAAE;CAC9B,CAAC","file":"crosshair.js","sourcesContent":["import type {\n ICrosshairValueFieldSpec,\n ICrosshairCategoryFieldSpec,\n ICrosshairLabelSpec,\n ICrosshairTheme\n} from '../../../../component/crosshair/interface';\nimport { THEME_CONSTANTS } from '../constants';\n\nconst getLabelSpec = (): ICrosshairLabelSpec => ({\n visible: false,\n style: {\n fontSize: THEME_CONSTANTS.l5FontSize\n //lineHeight: THEME_CONSTANTS.l5LineHeight,\n },\n labelBackground: {\n padding: {\n bottom: 0,\n top: 0,\n left: 2,\n right: 2\n }\n }\n});\n\nconst getBandField = (): ICrosshairCategoryFieldSpec => ({\n visible: false,\n label: getLabelSpec()\n});\n\nconst getLinearField = (): ICrosshairValueFieldSpec => ({\n visible: false,\n label: getLabelSpec()\n});\n\nexport const crosshair: ICrosshairTheme = {\n trigger: 'hover',\n bandField: getBandField(),\n linearField: getLinearField()\n};\n"]}
@@ -0,0 +1,2 @@
1
+ import type { IDataZoomTheme } from '../../../../component/data-zoom';
2
+ export declare const dataZoom: IDataZoomTheme;
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: !0
5
+ }), exports.dataZoom = void 0;
6
+
7
+ const constants_1 = require("../constants");
8
+
9
+ exports.dataZoom = {
10
+ padding: [ 12, 0 ],
11
+ middleHandler: {
12
+ visible: !1,
13
+ background: {
14
+ size: 6
15
+ },
16
+ icon: {
17
+ style: {
18
+ size: 4
19
+ }
20
+ }
21
+ },
22
+ background: {
23
+ size: 20
24
+ },
25
+ startText: {
26
+ padding: 8,
27
+ style: {
28
+ fontSize: constants_1.THEME_CONSTANTS.l5FontSize,
29
+ lineHeight: constants_1.THEME_CONSTANTS.l5LineHeight
30
+ }
31
+ },
32
+ endText: {
33
+ padding: 8,
34
+ style: {
35
+ fontSize: constants_1.THEME_CONSTANTS.l5FontSize,
36
+ lineHeight: constants_1.THEME_CONSTANTS.l5LineHeight
37
+ }
38
+ }
39
+ };
40
+ //# sourceMappingURL=data-zoom.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common-mobile/component/data-zoom.ts"],"names":[],"mappings":";;;AACA,4CAA+C;AAElC,QAAA,QAAQ,GAAmB;IACtC,OAAO,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC;IAChB,aAAa,EAAE;QACb,OAAO,EAAE,KAAK;QACd,UAAU,EAAE;YACV,IAAI,EAAE,CAAC;SACR;QACD,IAAI,EAAE;YACJ,KAAK,EAAE;gBACL,IAAI,EAAE,CAAC;aACR;SACF;KACF;IACD,UAAU,EAAE;QACV,IAAI,EAAE,EAAE;KACT;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC;QACV,KAAK,EAAE;YACL,QAAQ,EAAE,2BAAe,CAAC,UAAU;YACpC,UAAU,EAAE,2BAAe,CAAC,YAAY;SACzC;KACF;IACD,OAAO,EAAE;QACP,OAAO,EAAE,CAAC;QACV,KAAK,EAAE;YACL,QAAQ,EAAE,2BAAe,CAAC,UAAU;YACpC,UAAU,EAAE,2BAAe,CAAC,YAAY;SACzC;KACF;CACF,CAAC","file":"data-zoom.js","sourcesContent":["import type { IDataZoomTheme } from '../../../../component/data-zoom';\nimport { THEME_CONSTANTS } from '../constants';\n\nexport const dataZoom: IDataZoomTheme = {\n padding: [12, 0],\n middleHandler: {\n visible: false,\n background: {\n size: 6\n },\n icon: {\n style: {\n size: 4\n }\n }\n },\n background: {\n size: 20\n },\n startText: {\n padding: 8,\n style: {\n fontSize: THEME_CONSTANTS.l5FontSize,\n lineHeight: THEME_CONSTANTS.l5LineHeight\n }\n },\n endText: {\n padding: 8,\n style: {\n fontSize: THEME_CONSTANTS.l5FontSize,\n lineHeight: THEME_CONSTANTS.l5LineHeight\n }\n }\n};\n"]}
@@ -0,0 +1,2 @@
1
+ import type { IComponentTheme } from '../../../../component/interface';
2
+ export declare const component: IComponentTheme;
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: !0
5
+ }), exports.component = void 0;
6
+
7
+ const band_axis_1 = require("./axis/band-axis"), cartesian_axis_1 = require("./axis/cartesian-axis"), common_axis_1 = require("./axis/common-axis"), linear_axis_1 = require("./axis/linear-axis"), polar_axis_1 = require("./axis/polar-axis"), crosshair_1 = require("./crosshair"), data_zoom_1 = require("./data-zoom"), indicator_1 = require("./indicator"), color_legend_1 = require("./legend/color-legend"), discrete_legend_1 = require("./legend/discrete-legend"), size_legend_1 = require("./legend/size-legend"), map_label_1 = require("./map-label"), mark_area_1 = require("./mark-area"), mark_line_1 = require("./mark-line"), mark_point_1 = require("./mark-point"), player_1 = require("./player"), title_1 = require("./title"), tooltip_1 = require("./tooltip"), poptip_1 = require("./poptip"), total_label_1 = require("./total-label");
8
+
9
+ exports.component = {
10
+ discreteLegend: discrete_legend_1.discreteLegend,
11
+ colorLegend: color_legend_1.colorLegend,
12
+ sizeLegend: size_legend_1.sizeLegend,
13
+ axis: common_axis_1.commonAxis,
14
+ axisBand: band_axis_1.axisBand,
15
+ axisLinear: linear_axis_1.axisLinear,
16
+ axisX: cartesian_axis_1.axisX,
17
+ axisY: cartesian_axis_1.axisY,
18
+ axisAngle: polar_axis_1.axisAngle,
19
+ axisRadius: polar_axis_1.axisRadius,
20
+ markLine: mark_line_1.markLine,
21
+ markArea: mark_area_1.markArea,
22
+ markPoint: mark_point_1.markPoint,
23
+ tooltip: tooltip_1.tooltip,
24
+ dataZoom: data_zoom_1.dataZoom,
25
+ crosshair: crosshair_1.crosshair,
26
+ player: player_1.player,
27
+ indicator: indicator_1.indicator,
28
+ title: title_1.title,
29
+ mapLabel: map_label_1.mapLabel,
30
+ poptip: poptip_1.poptip,
31
+ totalLabel: total_label_1.totalLabel
32
+ };
33
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common-mobile/component/index.ts"],"names":[],"mappings":";;;AACA,gDAA4C;AAC5C,0DAAqD;AACrD,oDAAgD;AAChD,oDAAgD;AAChD,kDAA0D;AAC1D,2CAAwC;AACxC,2CAAuC;AACvC,2CAAwC;AACxC,wDAAoD;AACpD,8DAA0D;AAC1D,sDAAkD;AAClD,2CAAuC;AACvC,2CAAuC;AACvC,2CAAuC;AACvC,6CAAyC;AACzC,qCAAkC;AAClC,mCAAgC;AAChC,uCAAoC;AACpC,qCAAkC;AAClC,+CAA2C;AAE9B,QAAA,SAAS,GAAoB;IACxC,cAAc,EAAd,gCAAc;IACd,WAAW,EAAX,0BAAW;IACX,UAAU,EAAV,wBAAU;IACV,IAAI,EAAE,wBAAU;IAChB,QAAQ,EAAR,oBAAQ;IACR,UAAU,EAAV,wBAAU;IACV,KAAK,EAAL,sBAAK;IACL,KAAK,EAAL,sBAAK;IACL,SAAS,EAAT,sBAAS;IACT,UAAU,EAAV,uBAAU;IACV,QAAQ,EAAR,oBAAQ;IACR,QAAQ,EAAR,oBAAQ;IACR,SAAS,EAAT,sBAAS;IACT,OAAO,EAAP,iBAAO;IACP,QAAQ,EAAR,oBAAQ;IACR,SAAS,EAAT,qBAAS;IACT,MAAM,EAAN,eAAM;IACN,SAAS,EAAT,qBAAS;IACT,KAAK,EAAL,aAAK;IACL,QAAQ,EAAR,oBAAQ;IACR,MAAM,EAAN,eAAM;IACN,UAAU,EAAV,wBAAU;CACX,CAAC","file":"index.js","sourcesContent":["import type { IComponentTheme } from '../../../../component/interface';\nimport { axisBand } from './axis/band-axis';\nimport { axisX, axisY } from './axis/cartesian-axis';\nimport { commonAxis } from './axis/common-axis';\nimport { axisLinear } from './axis/linear-axis';\nimport { axisAngle, axisRadius } from './axis/polar-axis';\nimport { crosshair } from './crosshair';\nimport { dataZoom } from './data-zoom';\nimport { indicator } from './indicator';\nimport { colorLegend } from './legend/color-legend';\nimport { discreteLegend } from './legend/discrete-legend';\nimport { sizeLegend } from './legend/size-legend';\nimport { mapLabel } from './map-label';\nimport { markArea } from './mark-area';\nimport { markLine } from './mark-line';\nimport { markPoint } from './mark-point';\nimport { player } from './player';\nimport { title } from './title';\nimport { tooltip } from './tooltip';\nimport { poptip } from './poptip';\nimport { totalLabel } from './total-label';\n\nexport const component: IComponentTheme = {\n discreteLegend,\n colorLegend,\n sizeLegend,\n axis: commonAxis,\n axisBand,\n axisLinear,\n axisX,\n axisY,\n axisAngle,\n axisRadius,\n markLine,\n markArea,\n markPoint,\n tooltip,\n dataZoom,\n crosshair,\n player,\n indicator,\n title,\n mapLabel,\n poptip,\n totalLabel\n};\n"]}
@@ -0,0 +1,2 @@
1
+ import type { IIndicatorTheme } from '../../../../component/indicator/interface';
2
+ export declare const indicator: IIndicatorTheme;
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: !0
5
+ }), exports.indicator = void 0;
6
+
7
+ const constants_1 = require("../constants");
8
+
9
+ exports.indicator = {
10
+ title: {
11
+ visible: !0,
12
+ style: {
13
+ fontSize: constants_1.THEME_CONSTANTS.l1FontSize
14
+ }
15
+ },
16
+ content: {
17
+ visible: !0,
18
+ style: {
19
+ fontSize: constants_1.THEME_CONSTANTS.l2FontSize
20
+ }
21
+ }
22
+ };
23
+ //# sourceMappingURL=indicator.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common-mobile/component/indicator.ts"],"names":[],"mappings":";;;AACA,4CAA+C;AAElC,QAAA,SAAS,GAAoB;IACxC,KAAK,EAAE;QACL,OAAO,EAAE,IAAI;QACb,KAAK,EAAE;YACL,QAAQ,EAAE,2BAAe,CAAC,UAAU;SAErC;KACF;IACD,OAAO,EAAE;QACP,OAAO,EAAE,IAAI;QACb,KAAK,EAAE;YACL,QAAQ,EAAE,2BAAe,CAAC,UAAU;SAErC;KACF;CACF,CAAC","file":"indicator.js","sourcesContent":["import type { IIndicatorTheme } from '../../../../component/indicator/interface';\nimport { THEME_CONSTANTS } from '../constants';\n\nexport const indicator: IIndicatorTheme = {\n title: {\n visible: true,\n style: {\n fontSize: THEME_CONSTANTS.l1FontSize\n // lineHeight: THEME_CONSTANTS.l1LineHeight,\n }\n },\n content: {\n visible: true,\n style: {\n fontSize: THEME_CONSTANTS.l2FontSize\n // lineHeight: THEME_CONSTANTS.l2LineHeight,\n }\n }\n};\n"]}
@@ -0,0 +1,2 @@
1
+ import type { IColorLegendTheme } from '../../../../../component/legend';
2
+ export declare const colorLegend: IColorLegendTheme;
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: !0
5
+ }), exports.colorLegend = void 0;
6
+
7
+ const continuous_1 = require("./continuous");
8
+
9
+ exports.colorLegend = {
10
+ horizontal: Object.assign(Object.assign({}, continuous_1.DEFAULT_CONTINUOUS_LEGEND_THEME), {
11
+ rail: {
12
+ width: 200,
13
+ height: 8
14
+ }
15
+ }),
16
+ vertical: Object.assign(Object.assign({}, continuous_1.DEFAULT_CONTINUOUS_LEGEND_THEME), {
17
+ rail: {
18
+ width: 8,
19
+ height: 200
20
+ }
21
+ })
22
+ };
23
+ //# sourceMappingURL=color-legend.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common-mobile/component/legend/color-legend.ts"],"names":[],"mappings":";;;AACA,6CAA+D;AAElD,QAAA,WAAW,GAAsB;IAC5C,UAAU,kCACL,4CAA+B,KAClC,IAAI,EAAE;YACJ,KAAK,EAAE,GAAG;YACV,MAAM,EAAE,CAAC;SACV,GACF;IACD,QAAQ,kCACH,4CAA+B,KAClC,IAAI,EAAE;YACJ,KAAK,EAAE,CAAC;YACR,MAAM,EAAE,GAAG;SACZ,GACF;CACF,CAAC","file":"color-legend.js","sourcesContent":["import type { IColorLegendTheme } from '../../../../../component/legend';\nimport { DEFAULT_CONTINUOUS_LEGEND_THEME } from './continuous';\n\nexport const colorLegend: IColorLegendTheme = {\n horizontal: {\n ...DEFAULT_CONTINUOUS_LEGEND_THEME,\n rail: {\n width: 200,\n height: 8\n }\n },\n vertical: {\n ...DEFAULT_CONTINUOUS_LEGEND_THEME,\n rail: {\n width: 8,\n height: 200\n }\n }\n};\n"]}
@@ -0,0 +1,2 @@
1
+ import type { IContinuousLegendTheme } from '../../../../../component/legend';
2
+ export declare const DEFAULT_CONTINUOUS_LEGEND_THEME: IContinuousLegendTheme;
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: !0
5
+ }), exports.DEFAULT_CONTINUOUS_LEGEND_THEME = void 0;
6
+
7
+ const constants_1 = require("../../constants");
8
+
9
+ exports.DEFAULT_CONTINUOUS_LEGEND_THEME = {
10
+ orient: "right",
11
+ position: "middle",
12
+ padding: [ 12, 12 ],
13
+ title: {
14
+ visible: !1,
15
+ padding: 0,
16
+ textStyle: {
17
+ fontSize: constants_1.THEME_CONSTANTS.l5FontSize,
18
+ lineHeight: constants_1.THEME_CONSTANTS.l5LineHeight
19
+ },
20
+ space: 12
21
+ },
22
+ startText: {
23
+ style: {
24
+ fontSize: constants_1.THEME_CONSTANTS.l5FontSize,
25
+ lineHeight: constants_1.THEME_CONSTANTS.l5LineHeight
26
+ },
27
+ space: 6
28
+ },
29
+ endText: {
30
+ style: {
31
+ fontSize: constants_1.THEME_CONSTANTS.l5FontSize,
32
+ lineHeight: constants_1.THEME_CONSTANTS.l5LineHeight
33
+ },
34
+ space: 6
35
+ },
36
+ handlerText: {
37
+ style: {
38
+ fontSize: constants_1.THEME_CONSTANTS.l5FontSize,
39
+ lineHeight: constants_1.THEME_CONSTANTS.l5LineHeight
40
+ },
41
+ space: 6
42
+ }
43
+ };
44
+ //# sourceMappingURL=continuous.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common-mobile/component/legend/continuous.ts"],"names":[],"mappings":";;;AACA,+CAAkD;AAErC,QAAA,+BAA+B,GAA2B;IACrE,MAAM,EAAE,OAAO;IACf,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC;IACjB,KAAK,EAAE;QACL,OAAO,EAAE,KAAK;QACd,OAAO,EAAE,CAAC;QACV,SAAS,EAAE;YACT,QAAQ,EAAE,2BAAe,CAAC,UAAU;YACpC,UAAU,EAAE,2BAAe,CAAC,YAAY;SACzC;QACD,KAAK,EAAE,EAAE;KACV;IACD,SAAS,EAAE;QACT,KAAK,EAAE;YACL,QAAQ,EAAE,2BAAe,CAAC,UAAU;YACpC,UAAU,EAAE,2BAAe,CAAC,YAAY;SACzC;QACD,KAAK,EAAE,CAAC;KACT;IACD,OAAO,EAAE;QACP,KAAK,EAAE;YACL,QAAQ,EAAE,2BAAe,CAAC,UAAU;YACpC,UAAU,EAAE,2BAAe,CAAC,YAAY;SACzC;QACD,KAAK,EAAE,CAAC;KACT;IACD,WAAW,EAAE;QACX,KAAK,EAAE;YACL,QAAQ,EAAE,2BAAe,CAAC,UAAU;YACpC,UAAU,EAAE,2BAAe,CAAC,YAAY;SACzC;QACD,KAAK,EAAE,CAAC;KACT;CACF,CAAC","file":"continuous.js","sourcesContent":["import type { IContinuousLegendTheme } from '../../../../../component/legend';\nimport { THEME_CONSTANTS } from '../../constants';\n\nexport const DEFAULT_CONTINUOUS_LEGEND_THEME: IContinuousLegendTheme = {\n orient: 'right',\n position: 'middle',\n padding: [12, 12],\n title: {\n visible: false,\n padding: 0,\n textStyle: {\n fontSize: THEME_CONSTANTS.l5FontSize,\n lineHeight: THEME_CONSTANTS.l5LineHeight\n },\n space: 12\n },\n startText: {\n style: {\n fontSize: THEME_CONSTANTS.l5FontSize,\n lineHeight: THEME_CONSTANTS.l5LineHeight\n },\n space: 6\n },\n endText: {\n style: {\n fontSize: THEME_CONSTANTS.l5FontSize,\n lineHeight: THEME_CONSTANTS.l5LineHeight\n },\n space: 6\n },\n handlerText: {\n style: {\n fontSize: THEME_CONSTANTS.l5FontSize,\n lineHeight: THEME_CONSTANTS.l5LineHeight\n },\n space: 6\n }\n};\n"]}
@@ -0,0 +1,2 @@
1
+ import type { IDiscreteLegendTheme } from '../../../../../component/legend';
2
+ export declare const discreteLegend: IDiscreteLegendTheme;
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: !0
5
+ }), exports.discreteLegend = void 0;
6
+
7
+ const constants_1 = require("../../constants");
8
+
9
+ exports.discreteLegend = {
10
+ orient: "top",
11
+ position: "middle",
12
+ padding: [ 12, 12 ],
13
+ title: {
14
+ visible: !1,
15
+ padding: 0,
16
+ textStyle: {
17
+ fontSize: constants_1.THEME_CONSTANTS.l5FontSize,
18
+ lineHeight: constants_1.THEME_CONSTANTS.l5LineHeight
19
+ },
20
+ space: 12
21
+ },
22
+ item: {
23
+ visible: !0,
24
+ spaceCol: 10,
25
+ spaceRow: 6,
26
+ padding: 2,
27
+ shape: {
28
+ space: 6
29
+ },
30
+ label: {
31
+ space: 6,
32
+ style: {
33
+ fontSize: constants_1.THEME_CONSTANTS.l5FontSize,
34
+ lineHeight: constants_1.THEME_CONSTANTS.l5LineHeight
35
+ }
36
+ }
37
+ }
38
+ };
39
+ //# sourceMappingURL=discrete-legend.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common-mobile/component/legend/discrete-legend.ts"],"names":[],"mappings":";;;AACA,+CAAkD;AAErC,QAAA,cAAc,GAAyB;IAClD,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC;IACjB,KAAK,EAAE;QACL,OAAO,EAAE,KAAK;QACd,OAAO,EAAE,CAAC;QACV,SAAS,EAAE;YACT,QAAQ,EAAE,2BAAe,CAAC,UAAU;YACpC,UAAU,EAAE,2BAAe,CAAC,YAAY;SACzC;QACD,KAAK,EAAE,EAAE;KACV;IACD,IAAI,EAAE;QACJ,OAAO,EAAE,IAAI;QACb,QAAQ,EAAE,EAAE;QACZ,QAAQ,EAAE,CAAC;QACX,OAAO,EAAE,CAAC;QACV,KAAK,EAAE;YACL,KAAK,EAAE,CAAC;SACT;QACD,KAAK,EAAE;YACL,KAAK,EAAE,CAAC;YACR,KAAK,EAAE;gBACL,QAAQ,EAAE,2BAAe,CAAC,UAAU;gBACpC,UAAU,EAAE,2BAAe,CAAC,YAAY;aACzC;SACF;KACF;CACF,CAAC","file":"discrete-legend.js","sourcesContent":["import type { IDiscreteLegendTheme } from '../../../../../component/legend';\nimport { THEME_CONSTANTS } from '../../constants';\n\nexport const discreteLegend: IDiscreteLegendTheme = {\n orient: 'top',\n position: 'middle',\n padding: [12, 12],\n title: {\n visible: false,\n padding: 0,\n textStyle: {\n fontSize: THEME_CONSTANTS.l5FontSize,\n lineHeight: THEME_CONSTANTS.l5LineHeight\n },\n space: 12\n },\n item: {\n visible: true,\n spaceCol: 10,\n spaceRow: 6,\n padding: 2,\n shape: {\n space: 6\n },\n label: {\n space: 6,\n style: {\n fontSize: THEME_CONSTANTS.l5FontSize,\n lineHeight: THEME_CONSTANTS.l5LineHeight\n }\n }\n }\n};\n"]}
@@ -0,0 +1,2 @@
1
+ import type { ISizeLegendTheme } from '../../../../../component/legend';
2
+ export declare const sizeLegend: ISizeLegendTheme;
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: !0
5
+ }), exports.sizeLegend = void 0;
6
+
7
+ const continuous_1 = require("./continuous");
8
+
9
+ exports.sizeLegend = {
10
+ horizontal: Object.assign(Object.assign({}, continuous_1.DEFAULT_CONTINUOUS_LEGEND_THEME), {
11
+ rail: {
12
+ width: 200,
13
+ height: 4
14
+ }
15
+ }),
16
+ vertical: Object.assign(Object.assign({}, continuous_1.DEFAULT_CONTINUOUS_LEGEND_THEME), {
17
+ rail: {
18
+ width: 4,
19
+ height: 200
20
+ }
21
+ })
22
+ };
23
+ //# sourceMappingURL=size-legend.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common-mobile/component/legend/size-legend.ts"],"names":[],"mappings":";;;AACA,6CAA+D;AAElD,QAAA,UAAU,GAAqB;IAC1C,UAAU,kCACL,4CAA+B,KAClC,IAAI,EAAE;YACJ,KAAK,EAAE,GAAG;YACV,MAAM,EAAE,CAAC;SACV,GACF;IACD,QAAQ,kCACH,4CAA+B,KAClC,IAAI,EAAE;YACJ,KAAK,EAAE,CAAC;YACR,MAAM,EAAE,GAAG;SACZ,GACF;CACF,CAAC","file":"size-legend.js","sourcesContent":["import type { ISizeLegendTheme } from '../../../../../component/legend';\nimport { DEFAULT_CONTINUOUS_LEGEND_THEME } from './continuous';\n\nexport const sizeLegend: ISizeLegendTheme = {\n horizontal: {\n ...DEFAULT_CONTINUOUS_LEGEND_THEME,\n rail: {\n width: 200,\n height: 4\n }\n },\n vertical: {\n ...DEFAULT_CONTINUOUS_LEGEND_THEME,\n rail: {\n width: 4,\n height: 200\n }\n }\n};\n"]}
@@ -0,0 +1,2 @@
1
+ import type { IMapLabelTheme } from '../../../../component/map-label';
2
+ export declare const mapLabel: IMapLabelTheme;
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: !0
5
+ }), exports.mapLabel = void 0;
6
+
7
+ const constants_1 = require("../constants");
8
+
9
+ exports.mapLabel = {
10
+ visible: !0,
11
+ offset: 12,
12
+ position: "top",
13
+ space: 10,
14
+ nameLabel: {
15
+ visible: !0,
16
+ style: {
17
+ fontSize: constants_1.THEME_CONSTANTS.l6FontSize
18
+ }
19
+ },
20
+ valueLabel: {
21
+ visible: !0,
22
+ style: {
23
+ fontSize: constants_1.THEME_CONSTANTS.l6FontSize
24
+ }
25
+ },
26
+ background: {
27
+ visible: !0,
28
+ padding: {
29
+ top: 4,
30
+ bottom: 4,
31
+ left: 6,
32
+ right: 6
33
+ }
34
+ },
35
+ leader: {
36
+ visible: !1
37
+ }
38
+ };
39
+ //# sourceMappingURL=map-label.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common-mobile/component/map-label.ts"],"names":[],"mappings":";;;AACA,4CAA+C;AAElC,QAAA,QAAQ,GAAmB;IACtC,OAAO,EAAE,IAAI;IACb,MAAM,EAAE,EAAE;IACV,QAAQ,EAAE,KAAK;IACf,KAAK,EAAE,EAAE;IACT,SAAS,EAAE;QACT,OAAO,EAAE,IAAI;QACb,KAAK,EAAE;YACL,QAAQ,EAAE,2BAAe,CAAC,UAAU;SAErC;KACF;IACD,UAAU,EAAE;QACV,OAAO,EAAE,IAAI;QACb,KAAK,EAAE;YACL,QAAQ,EAAE,2BAAe,CAAC,UAAU;SAErC;KACF;IACD,UAAU,EAAE;QACV,OAAO,EAAE,IAAI;QACb,OAAO,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE;KAClD;IACD,MAAM,EAAE;QACN,OAAO,EAAE,KAAK;KACf;CACF,CAAC","file":"map-label.js","sourcesContent":["import type { IMapLabelTheme } from '../../../../component/map-label';\nimport { THEME_CONSTANTS } from '../constants';\n\nexport const mapLabel: IMapLabelTheme = {\n visible: true,\n offset: 12,\n position: 'top',\n space: 10,\n nameLabel: {\n visible: true,\n style: {\n fontSize: THEME_CONSTANTS.l6FontSize\n // lineHeight: THEME_CONSTANTS.l6LineHeight,\n }\n },\n valueLabel: {\n visible: true,\n style: {\n fontSize: THEME_CONSTANTS.l6FontSize\n // lineHeight: THEME_CONSTANTS.l6LineHeight,\n }\n },\n background: {\n visible: true,\n padding: { top: 4, bottom: 4, left: 6, right: 6 }\n },\n leader: {\n visible: false\n }\n};\n"]}
@@ -0,0 +1,2 @@
1
+ import type { IMarkAreaTheme } from '../../../../component/marker/mark-area/interface';
2
+ export declare const markArea: IMarkAreaTheme;
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: !0
5
+ }), exports.markArea = void 0;
6
+
7
+ const constants_1 = require("../constants");
8
+
9
+ exports.markArea = {
10
+ label: {
11
+ style: {
12
+ fontSize: constants_1.THEME_CONSTANTS.l4FontSize
13
+ },
14
+ labelBackground: {
15
+ padding: {
16
+ top: 2,
17
+ bottom: 2,
18
+ right: 4,
19
+ left: 4
20
+ }
21
+ }
22
+ }
23
+ };
24
+ //# sourceMappingURL=mark-area.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common-mobile/component/mark-area.ts"],"names":[],"mappings":";;;AACA,4CAA+C;AAElC,QAAA,QAAQ,GAAmB;IACtC,KAAK,EAAE;QACL,KAAK,EAAE;YACL,QAAQ,EAAE,2BAAe,CAAC,UAAU;SAErC;QACD,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,GAAG,EAAE,CAAC;gBACN,MAAM,EAAE,CAAC;gBACT,KAAK,EAAE,CAAC;gBACR,IAAI,EAAE,CAAC;aACR;SACF;KACF;CACF,CAAC","file":"mark-area.js","sourcesContent":["import type { IMarkAreaTheme } from '../../../../component/marker/mark-area/interface';\nimport { THEME_CONSTANTS } from '../constants';\n\nexport const markArea: IMarkAreaTheme = {\n label: {\n style: {\n fontSize: THEME_CONSTANTS.l4FontSize\n // lineHeight: THEME_CONSTANTS.l4LineHeight,\n },\n labelBackground: {\n padding: {\n top: 2,\n bottom: 2,\n right: 4,\n left: 4\n }\n }\n }\n};\n"]}
@@ -0,0 +1,2 @@
1
+ import type { IMarkLineTheme } from '../../../../component/marker/mark-line/interface';
2
+ export declare const markLine: IMarkLineTheme;
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: !0
5
+ }), exports.markLine = void 0;
6
+
7
+ const constants_1 = require("../constants");
8
+
9
+ exports.markLine = {
10
+ startSymbol: {
11
+ visible: !1,
12
+ size: 10
13
+ },
14
+ endSymbol: {
15
+ visible: !0,
16
+ size: 10
17
+ },
18
+ label: {
19
+ refY: 5,
20
+ style: {
21
+ fontSize: constants_1.THEME_CONSTANTS.l4FontSize
22
+ },
23
+ labelBackground: {
24
+ padding: {
25
+ top: 2,
26
+ bottom: 2,
27
+ right: 4,
28
+ left: 4
29
+ }
30
+ }
31
+ }
32
+ };
33
+ //# sourceMappingURL=mark-line.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common-mobile/component/mark-line.ts"],"names":[],"mappings":";;;AACA,4CAA+C;AAElC,QAAA,QAAQ,GAAmB;IACtC,WAAW,EAAE;QACX,OAAO,EAAE,KAAK;QACd,IAAI,EAAE,EAAE;KACT;IACD,SAAS,EAAE;QACT,OAAO,EAAE,IAAI;QACb,IAAI,EAAE,EAAE;KACT;IACD,KAAK,EAAE;QACL,IAAI,EAAE,CAAC;QACP,KAAK,EAAE;YACL,QAAQ,EAAE,2BAAe,CAAC,UAAU;SAErC;QACD,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,GAAG,EAAE,CAAC;gBACN,MAAM,EAAE,CAAC;gBACT,KAAK,EAAE,CAAC;gBACR,IAAI,EAAE,CAAC;aACR;SACF;KACF;CACF,CAAC","file":"mark-line.js","sourcesContent":["import type { IMarkLineTheme } from '../../../../component/marker/mark-line/interface';\nimport { THEME_CONSTANTS } from '../constants';\n\nexport const markLine: IMarkLineTheme = {\n startSymbol: {\n visible: false,\n size: 10\n },\n endSymbol: {\n visible: true,\n size: 10\n },\n label: {\n refY: 5,\n style: {\n fontSize: THEME_CONSTANTS.l4FontSize\n // lineHeight: THEME_CONSTANTS.l4LineHeight,\n },\n labelBackground: {\n padding: {\n top: 2,\n bottom: 2,\n right: 4,\n left: 4\n }\n }\n }\n};\n"]}
@@ -0,0 +1,2 @@
1
+ import type { IMarkPointTheme } from '../../../../component/marker/mark-point/interface';
2
+ export declare const markPoint: IMarkPointTheme;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: !0
5
+ }), exports.markPoint = void 0, exports.markPoint = {
6
+ itemLine: {
7
+ decorativeLine: {
8
+ visible: !1
9
+ },
10
+ startSymbol: {
11
+ size: 5,
12
+ visible: !0
13
+ }
14
+ },
15
+ itemContent: {
16
+ offsetY: -50
17
+ }
18
+ };
19
+ //# sourceMappingURL=mark-point.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common-mobile/component/mark-point.ts"],"names":[],"mappings":";;;AAEa,QAAA,SAAS,GAAoB;IACxC,QAAQ,EAAE;QACR,cAAc,EAAE;YACd,OAAO,EAAE,KAAK;SACf;QACD,WAAW,EAAE;YACX,IAAI,EAAE,CAAC;YACP,OAAO,EAAE,IAAI;SACd;KACF;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,EAAE;KACb;CACF,CAAC","file":"mark-point.js","sourcesContent":["import type { IMarkPointTheme } from '../../../../component/marker/mark-point/interface';\n\nexport const markPoint: IMarkPointTheme = {\n itemLine: {\n decorativeLine: {\n visible: false\n },\n startSymbol: {\n size: 5,\n visible: true\n }\n },\n itemContent: {\n offsetY: -50\n }\n};\n"]}
@@ -0,0 +1,2 @@
1
+ import type { IPlayerTheme } from '../../../../component/player';
2
+ export declare const player: IPlayerTheme;
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: !0
5
+ }), exports.player = void 0, exports.player = {
6
+ visible: !0,
7
+ position: "start",
8
+ padding: {
9
+ top: 12,
10
+ bottom: 12
11
+ },
12
+ slider: {
13
+ space: 10,
14
+ handlerStyle: {
15
+ size: 15
16
+ }
17
+ },
18
+ controller: {
19
+ start: {
20
+ order: 0,
21
+ space: 0,
22
+ style: {
23
+ size: 25
24
+ }
25
+ },
26
+ pause: {
27
+ order: 0,
28
+ space: 0,
29
+ style: {
30
+ size: 25
31
+ }
32
+ },
33
+ backward: {
34
+ order: 0,
35
+ space: 10,
36
+ position: "start",
37
+ style: {
38
+ size: 12
39
+ }
40
+ },
41
+ forward: {
42
+ order: 0,
43
+ space: 10,
44
+ position: "end",
45
+ style: {
46
+ size: 12
47
+ }
48
+ }
49
+ }
50
+ };
51
+ //# sourceMappingURL=player.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common-mobile/component/player.ts"],"names":[],"mappings":";;;AAEa,QAAA,MAAM,GAAiB;IAClC,OAAO,EAAE,IAAI;IACb,QAAQ,EAAE,OAAO;IACjB,OAAO,EAAE;QACP,GAAG,EAAE,EAAE;QACP,MAAM,EAAE,EAAE;KACX;IACD,MAAM,EAAE;QACN,KAAK,EAAE,EAAE;QACT,YAAY,EAAE;YACZ,IAAI,EAAE,EAAE;SACT;KACF;IACD,UAAU,EAAE;QACV,KAAK,EAAE;YACL,KAAK,EAAE,CAAC;YACR,KAAK,EAAE,CAAC;YACR,KAAK,EAAE;gBACL,IAAI,EAAE,EAAE;aACT;SACF;QACD,KAAK,EAAE;YACL,KAAK,EAAE,CAAC;YACR,KAAK,EAAE,CAAC;YACR,KAAK,EAAE;gBACL,IAAI,EAAE,EAAE;aACT;SACF;QACD,QAAQ,EAAE;YACR,KAAK,EAAE,CAAC;YACR,KAAK,EAAE,EAAE;YACT,QAAQ,EAAE,OAAO;YACjB,KAAK,EAAE;gBACL,IAAI,EAAE,EAAE;aACT;SACF;QACD,OAAO,EAAE;YACP,KAAK,EAAE,CAAC;YACR,KAAK,EAAE,EAAE;YACT,QAAQ,EAAE,KAAK;YACf,KAAK,EAAE;gBACL,IAAI,EAAE,EAAE;aACT;SACF;KACF;CACF,CAAC","file":"player.js","sourcesContent":["import type { IPlayerTheme } from '../../../../component/player';\n\nexport const player: IPlayerTheme = {\n visible: true,\n position: 'start',\n padding: {\n top: 12,\n bottom: 12\n },\n slider: {\n space: 10,\n handlerStyle: {\n size: 15\n }\n },\n controller: {\n start: {\n order: 0,\n space: 0,\n style: {\n size: 25\n }\n },\n pause: {\n order: 0,\n space: 0,\n style: {\n size: 25\n }\n },\n backward: {\n order: 0,\n space: 10,\n position: 'start',\n style: {\n size: 12\n }\n },\n forward: {\n order: 0,\n space: 10,\n position: 'end',\n style: {\n size: 12\n }\n }\n }\n};\n"]}
@@ -0,0 +1,2 @@
1
+ import type { IPoptipTheme } from '../../../../component/poptip/interface';
2
+ export declare const poptip: IPoptipTheme;
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: !0
5
+ }), exports.poptip = void 0;
6
+
7
+ const constants_1 = require("../constants");
8
+
9
+ exports.poptip = {
10
+ visible: !0,
11
+ position: "auto",
12
+ padding: 8,
13
+ titleStyle: {
14
+ fontSize: constants_1.THEME_CONSTANTS.l5FontSize
15
+ },
16
+ contentStyle: {
17
+ fontSize: constants_1.THEME_CONSTANTS.l5FontSize
18
+ },
19
+ panel: {
20
+ visible: !0,
21
+ size: 0,
22
+ space: 12
23
+ }
24
+ };
25
+ //# sourceMappingURL=poptip.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/theme/builtin/common-mobile/component/poptip.ts"],"names":[],"mappings":";;;AACA,4CAA+C;AAElC,QAAA,MAAM,GAAiB;IAClC,OAAO,EAAE,IAAI;IACb,QAAQ,EAAE,MAAM;IAChB,OAAO,EAAE,CAAC;IACV,UAAU,EAAE;QACV,QAAQ,EAAE,2BAAe,CAAC,UAAU;KAErC;IACD,YAAY,EAAE;QACZ,QAAQ,EAAE,2BAAe,CAAC,UAAU;KAErC;IACD,KAAK,EAAE;QACL,OAAO,EAAE,IAAI;QACb,IAAI,EAAE,CAAC;QACP,KAAK,EAAE,EAAE;KACV;CACF,CAAC","file":"poptip.js","sourcesContent":["import type { IPoptipTheme } from '../../../../component/poptip/interface';\nimport { THEME_CONSTANTS } from '../constants';\n\nexport const poptip: IPoptipTheme = {\n visible: true,\n position: 'auto',\n padding: 8,\n titleStyle: {\n fontSize: THEME_CONSTANTS.l5FontSize\n // lineHeight: THEME_CONSTANTS.l5LineHeight, // FIXME: vrender 支持行高字符串后取消注释\n },\n contentStyle: {\n fontSize: THEME_CONSTANTS.l5FontSize\n // lineHeight: THEME_CONSTANTS.l5LineHeight, // FIXME: vrender 支持行高字符串后取消注释\n },\n panel: {\n visible: true,\n size: 0,\n space: 12\n }\n};\n"]}
@@ -0,0 +1,2 @@
1
+ import type { ITitleTheme } from '../../../../component/title/interface';
2
+ export declare const title: ITitleTheme;