@visactor/vchart 1.8.8-alpha.1 → 1.8.9

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 (415) hide show
  1. package/build/es5/index.js +1 -1
  2. package/build/index.js +1068 -756
  3. package/build/index.min.js +1 -1
  4. package/build/tsconfig.tsbuildinfo +1 -1
  5. package/cjs/animation/config.js +1 -1
  6. package/cjs/animation/config.js.map +1 -1
  7. package/cjs/compile/interface/compiler.d.ts +2 -0
  8. package/cjs/compile/interface/compiler.js.map +1 -1
  9. package/cjs/component/axis/base-axis.d.ts +2 -1
  10. package/cjs/component/axis/base-axis.js +11 -1
  11. package/cjs/component/axis/base-axis.js.map +1 -1
  12. package/cjs/component/axis/cartesian/axis.d.ts +1 -1
  13. package/cjs/component/axis/cartesian/axis.js +6 -6
  14. package/cjs/component/axis/cartesian/axis.js.map +1 -1
  15. package/cjs/component/axis/mixin/band-axis-mixin.d.ts +6 -1
  16. package/cjs/component/axis/mixin/band-axis-mixin.js +17 -1
  17. package/cjs/component/axis/mixin/band-axis-mixin.js.map +1 -1
  18. package/cjs/component/axis/mixin/linear-axis-mixin.d.ts +9 -1
  19. package/cjs/component/axis/mixin/linear-axis-mixin.js +18 -5
  20. package/cjs/component/axis/mixin/linear-axis-mixin.js.map +1 -1
  21. package/cjs/component/axis/polar/axis.d.ts +1 -1
  22. package/cjs/component/axis/polar/axis.js +4 -4
  23. package/cjs/component/axis/polar/axis.js.map +1 -1
  24. package/cjs/component/brush/brush.js +3 -3
  25. package/cjs/component/brush/brush.js.map +1 -1
  26. package/cjs/component/crosshair/base.js +5 -4
  27. package/cjs/component/crosshair/base.js.map +1 -1
  28. package/cjs/component/crosshair/cartesian.js +20 -17
  29. package/cjs/component/crosshair/cartesian.js.map +1 -1
  30. package/cjs/component/data-zoom/data-filter-base-component.d.ts +1 -1
  31. package/cjs/component/data-zoom/data-filter-base-component.js +6 -3
  32. package/cjs/component/data-zoom/data-filter-base-component.js.map +1 -1
  33. package/cjs/component/geo/geo-coordinate.d.ts +1 -0
  34. package/cjs/component/geo/geo-coordinate.js +7 -6
  35. package/cjs/component/geo/geo-coordinate.js.map +1 -1
  36. package/cjs/component/indicator/indicator.js +2 -2
  37. package/cjs/component/indicator/indicator.js.map +1 -1
  38. package/cjs/component/label/label.js +3 -3
  39. package/cjs/component/label/label.js.map +1 -1
  40. package/cjs/component/label/total-label.js +3 -3
  41. package/cjs/component/label/total-label.js.map +1 -1
  42. package/cjs/component/label/util.js.map +1 -1
  43. package/cjs/component/legend/base-legend.d.ts +1 -1
  44. package/cjs/component/legend/util.d.ts +1 -1
  45. package/cjs/component/map-label/component.js +1 -1
  46. package/cjs/component/map-label/component.js.map +1 -1
  47. package/cjs/component/marker/mark-line/mark-line.js +3 -3
  48. package/cjs/component/marker/mark-line/mark-line.js.map +1 -1
  49. package/cjs/component/marker/utils.js +6 -6
  50. package/cjs/component/marker/utils.js.map +1 -1
  51. package/cjs/component/player/player.js +2 -1
  52. package/cjs/component/player/player.js.map +1 -1
  53. package/cjs/component/tooltip/utils/show-tooltip.js +1 -1
  54. package/cjs/component/tooltip/utils/show-tooltip.js.map +1 -1
  55. package/cjs/constant/event.js +2 -1
  56. package/cjs/constant/scroll-bar.js +1 -2
  57. package/cjs/core/index.d.ts +1 -1
  58. package/cjs/core/index.js +1 -1
  59. package/cjs/core/index.js.map +1 -1
  60. package/cjs/core/vchart.js +1 -1
  61. package/cjs/core/vchart.js.map +1 -1
  62. package/cjs/env/env.js +1 -1
  63. package/cjs/env/index.js +1 -1
  64. package/cjs/event/event-dispatcher.js +4 -6
  65. package/cjs/event/event-dispatcher.js.map +1 -1
  66. package/cjs/event/event.js +1 -1
  67. package/cjs/event/index.js +1 -1
  68. package/cjs/event/interface.js +1 -1
  69. package/cjs/interaction/interface.js +2 -1
  70. package/cjs/interaction/trigger.js +1 -1
  71. package/cjs/interaction/zoom/zoomable.js +9 -9
  72. package/cjs/interaction/zoom/zoomable.js.map +1 -1
  73. package/cjs/layout/base-layout.d.ts +46 -2
  74. package/cjs/layout/base-layout.js +194 -36
  75. package/cjs/layout/base-layout.js.map +1 -1
  76. package/cjs/layout/index.js +1 -1
  77. package/cjs/layout/interface.d.ts +3 -3
  78. package/cjs/layout/interface.js +1 -1
  79. package/cjs/layout/interface.js.map +1 -1
  80. package/cjs/layout/layout-item.d.ts +3 -6
  81. package/cjs/layout/layout-item.js +7 -26
  82. package/cjs/layout/layout-item.js.map +1 -1
  83. package/cjs/layout/layout3d/index.d.ts +1 -8
  84. package/cjs/layout/layout3d/index.js +10 -69
  85. package/cjs/layout/layout3d/index.js.map +1 -1
  86. package/cjs/layout/util.js +91 -119
  87. package/cjs/layout/util.js.map +1 -1
  88. package/cjs/model/base-model-transformer.d.ts +2 -1
  89. package/cjs/model/base-model-transformer.js +6 -2
  90. package/cjs/model/base-model-transformer.js.map +1 -1
  91. package/cjs/model/interface.d.ts +0 -2
  92. package/cjs/model/interface.js.map +1 -1
  93. package/cjs/model/layout-model.d.ts +0 -8
  94. package/cjs/model/layout-model.js +0 -15
  95. package/cjs/model/layout-model.js.map +1 -1
  96. package/cjs/series/area/area-transformer.d.ts +2 -0
  97. package/cjs/series/area/area-transformer.js +18 -1
  98. package/cjs/series/area/area-transformer.js.map +1 -1
  99. package/cjs/series/area/area.d.ts +0 -1
  100. package/cjs/series/area/area.js +1 -17
  101. package/cjs/series/area/area.js.map +1 -1
  102. package/cjs/series/bar/bar.js +1 -1
  103. package/cjs/series/bar/bar.js.map +1 -1
  104. package/cjs/series/base/base-series-transformer.js +1 -2
  105. package/cjs/series/base/base-series-transformer.js.map +1 -1
  106. package/cjs/series/base/base-series.js +14 -13
  107. package/cjs/series/base/base-series.js.map +1 -1
  108. package/cjs/series/cartesian/cartesian.js +4 -3
  109. package/cjs/series/cartesian/cartesian.js.map +1 -1
  110. package/cjs/series/correlation/correlation.js +1 -1
  111. package/cjs/series/correlation/correlation.js.map +1 -1
  112. package/cjs/series/mixin/line-mixin.js +1 -1
  113. package/cjs/series/mixin/line-mixin.js.map +1 -1
  114. package/cjs/series/pie/3d/pie-3d.js +1 -1
  115. package/cjs/series/pie/3d/pie-3d.js.map +1 -1
  116. package/cjs/series/pie/pie.js +7 -7
  117. package/cjs/series/pie/pie.js.map +1 -1
  118. package/cjs/series/polar/polar.js +1 -1
  119. package/cjs/series/polar/polar.js.map +1 -1
  120. package/cjs/series/radar/animation.js +1 -1
  121. package/cjs/series/radar/animation.js.map +1 -1
  122. package/cjs/series/sankey/sankey.js +1 -1
  123. package/cjs/series/sankey/sankey.js.map +1 -1
  124. package/cjs/series/sunburst/sunburst.js +2 -2
  125. package/cjs/series/sunburst/sunburst.js.map +1 -1
  126. package/cjs/series/word-cloud/base.js +3 -3
  127. package/cjs/series/word-cloud/base.js.map +1 -1
  128. package/cjs/theme/builtin/index.js +3 -1
  129. package/cjs/theme/builtin/index.js.map +1 -1
  130. package/cjs/typings/layout.d.ts +2 -1
  131. package/cjs/typings/layout.js.map +1 -1
  132. package/esm/animation/config.js +1 -1
  133. package/esm/animation/config.js.map +1 -1
  134. package/esm/compile/interface/compiler.d.ts +2 -0
  135. package/esm/compile/interface/compiler.js.map +1 -1
  136. package/esm/component/axis/base-axis.d.ts +2 -1
  137. package/esm/component/axis/base-axis.js +11 -1
  138. package/esm/component/axis/base-axis.js.map +1 -1
  139. package/esm/component/axis/cartesian/axis.d.ts +1 -1
  140. package/esm/component/axis/cartesian/axis.js +5 -5
  141. package/esm/component/axis/cartesian/axis.js.map +1 -1
  142. package/esm/component/axis/mixin/band-axis-mixin.d.ts +6 -1
  143. package/esm/component/axis/mixin/band-axis-mixin.js +17 -1
  144. package/esm/component/axis/mixin/band-axis-mixin.js.map +1 -1
  145. package/esm/component/axis/mixin/linear-axis-mixin.d.ts +9 -1
  146. package/esm/component/axis/mixin/linear-axis-mixin.js +19 -5
  147. package/esm/component/axis/mixin/linear-axis-mixin.js.map +1 -1
  148. package/esm/component/axis/polar/axis.d.ts +1 -1
  149. package/esm/component/axis/polar/axis.js +4 -4
  150. package/esm/component/axis/polar/axis.js.map +1 -1
  151. package/esm/component/brush/brush.js +3 -3
  152. package/esm/component/brush/brush.js.map +1 -1
  153. package/esm/component/crosshair/base.js +5 -4
  154. package/esm/component/crosshair/base.js.map +1 -1
  155. package/esm/component/crosshair/cartesian.js +20 -17
  156. package/esm/component/crosshair/cartesian.js.map +1 -1
  157. package/esm/component/data-zoom/data-filter-base-component.d.ts +1 -1
  158. package/esm/component/data-zoom/data-filter-base-component.js +6 -4
  159. package/esm/component/data-zoom/data-filter-base-component.js.map +1 -1
  160. package/esm/component/geo/geo-coordinate.d.ts +1 -0
  161. package/esm/component/geo/geo-coordinate.js +7 -6
  162. package/esm/component/geo/geo-coordinate.js.map +1 -1
  163. package/esm/component/indicator/indicator.js +2 -2
  164. package/esm/component/indicator/indicator.js.map +1 -1
  165. package/esm/component/label/label.js +3 -3
  166. package/esm/component/label/label.js.map +1 -1
  167. package/esm/component/label/total-label.js +3 -3
  168. package/esm/component/label/total-label.js.map +1 -1
  169. package/esm/component/label/util.js.map +1 -1
  170. package/esm/component/legend/base-legend.d.ts +1 -1
  171. package/esm/component/legend/util.d.ts +1 -1
  172. package/esm/component/map-label/component.js +1 -1
  173. package/esm/component/map-label/component.js.map +1 -1
  174. package/esm/component/marker/mark-line/mark-line.js +3 -3
  175. package/esm/component/marker/mark-line/mark-line.js.map +1 -1
  176. package/esm/component/marker/utils.js +6 -6
  177. package/esm/component/marker/utils.js.map +1 -1
  178. package/esm/component/player/player.js +2 -1
  179. package/esm/component/player/player.js.map +1 -1
  180. package/esm/component/tooltip/utils/show-tooltip.js +1 -1
  181. package/esm/component/tooltip/utils/show-tooltip.js.map +1 -1
  182. package/esm/constant/event.js +2 -1
  183. package/esm/constant/scroll-bar.js +1 -2
  184. package/esm/core/index.d.ts +1 -1
  185. package/esm/core/index.js +1 -1
  186. package/esm/core/index.js.map +1 -1
  187. package/esm/core/vchart.js +1 -1
  188. package/esm/core/vchart.js.map +1 -1
  189. package/esm/env/env.js +1 -1
  190. package/esm/env/index.js +1 -1
  191. package/esm/event/event-dispatcher.js +4 -6
  192. package/esm/event/event-dispatcher.js.map +1 -1
  193. package/esm/event/event.js +1 -1
  194. package/esm/event/index.js +1 -1
  195. package/esm/event/interface.js +1 -1
  196. package/esm/interaction/interface.js +2 -1
  197. package/esm/interaction/trigger.js +1 -1
  198. package/esm/interaction/zoom/zoomable.js +8 -9
  199. package/esm/interaction/zoom/zoomable.js.map +1 -1
  200. package/esm/layout/base-layout.d.ts +46 -2
  201. package/esm/layout/base-layout.js +192 -36
  202. package/esm/layout/base-layout.js.map +1 -1
  203. package/esm/layout/index.js +1 -1
  204. package/esm/layout/interface.d.ts +3 -3
  205. package/esm/layout/interface.js +1 -1
  206. package/esm/layout/interface.js.map +1 -1
  207. package/esm/layout/layout-item.d.ts +3 -6
  208. package/esm/layout/layout-item.js +7 -25
  209. package/esm/layout/layout-item.js.map +1 -1
  210. package/esm/layout/layout3d/index.d.ts +1 -8
  211. package/esm/layout/layout3d/index.js +10 -69
  212. package/esm/layout/layout3d/index.js.map +1 -1
  213. package/esm/layout/util.js +91 -119
  214. package/esm/layout/util.js.map +1 -1
  215. package/esm/model/base-model-transformer.d.ts +2 -1
  216. package/esm/model/base-model-transformer.js +6 -2
  217. package/esm/model/base-model-transformer.js.map +1 -1
  218. package/esm/model/interface.d.ts +0 -2
  219. package/esm/model/interface.js.map +1 -1
  220. package/esm/model/layout-model.d.ts +0 -8
  221. package/esm/model/layout-model.js +0 -15
  222. package/esm/model/layout-model.js.map +1 -1
  223. package/esm/series/area/area-transformer.d.ts +2 -0
  224. package/esm/series/area/area-transformer.js +19 -0
  225. package/esm/series/area/area-transformer.js.map +1 -1
  226. package/esm/series/area/area.d.ts +0 -1
  227. package/esm/series/area/area.js +1 -18
  228. package/esm/series/area/area.js.map +1 -1
  229. package/esm/series/bar/bar.js +1 -1
  230. package/esm/series/bar/bar.js.map +1 -1
  231. package/esm/series/base/base-series-transformer.js +1 -2
  232. package/esm/series/base/base-series-transformer.js.map +1 -1
  233. package/esm/series/base/base-series.js +13 -12
  234. package/esm/series/base/base-series.js.map +1 -1
  235. package/esm/series/cartesian/cartesian.js +3 -2
  236. package/esm/series/cartesian/cartesian.js.map +1 -1
  237. package/esm/series/correlation/correlation.js +1 -1
  238. package/esm/series/correlation/correlation.js.map +1 -1
  239. package/esm/series/mixin/line-mixin.js +1 -1
  240. package/esm/series/mixin/line-mixin.js.map +1 -1
  241. package/esm/series/pie/3d/pie-3d.js +1 -1
  242. package/esm/series/pie/3d/pie-3d.js.map +1 -1
  243. package/esm/series/pie/pie.js +7 -7
  244. package/esm/series/pie/pie.js.map +1 -1
  245. package/esm/series/polar/polar.js +1 -1
  246. package/esm/series/polar/polar.js.map +1 -1
  247. package/esm/series/radar/animation.js +1 -1
  248. package/esm/series/radar/animation.js.map +1 -1
  249. package/esm/series/sankey/sankey.js +1 -1
  250. package/esm/series/sankey/sankey.js.map +1 -1
  251. package/esm/series/sunburst/sunburst.js +2 -2
  252. package/esm/series/sunburst/sunburst.js.map +1 -1
  253. package/esm/series/word-cloud/base.js +3 -3
  254. package/esm/series/word-cloud/base.js.map +1 -1
  255. package/esm/theme/builtin/index.js +2 -1
  256. package/esm/theme/builtin/index.js.map +1 -1
  257. package/esm/typings/layout.d.ts +2 -1
  258. package/esm/typings/layout.js.map +1 -1
  259. package/package.json +14 -14
  260. package/cjs/theme/builtin/common-mobile/component/axis/band-axis.d.ts +0 -2
  261. package/cjs/theme/builtin/common-mobile/component/axis/band-axis.js +0 -22
  262. package/cjs/theme/builtin/common-mobile/component/axis/band-axis.js.map +0 -1
  263. package/cjs/theme/builtin/common-mobile/component/axis/cartesian-axis.d.ts +0 -4
  264. package/cjs/theme/builtin/common-mobile/component/axis/cartesian-axis.js +0 -40
  265. package/cjs/theme/builtin/common-mobile/component/axis/cartesian-axis.js.map +0 -1
  266. package/cjs/theme/builtin/common-mobile/component/axis/common-axis.d.ts +0 -2
  267. package/cjs/theme/builtin/common-mobile/component/axis/common-axis.js +0 -42
  268. package/cjs/theme/builtin/common-mobile/component/axis/common-axis.js.map +0 -1
  269. package/cjs/theme/builtin/common-mobile/component/axis/linear-axis.d.ts +0 -2
  270. package/cjs/theme/builtin/common-mobile/component/axis/linear-axis.js +0 -22
  271. package/cjs/theme/builtin/common-mobile/component/axis/linear-axis.js.map +0 -1
  272. package/cjs/theme/builtin/common-mobile/component/axis/polar-axis.d.ts +0 -3
  273. package/cjs/theme/builtin/common-mobile/component/axis/polar-axis.js +0 -25
  274. package/cjs/theme/builtin/common-mobile/component/axis/polar-axis.js.map +0 -1
  275. package/cjs/theme/builtin/common-mobile/component/crosshair.d.ts +0 -2
  276. package/cjs/theme/builtin/common-mobile/component/crosshair.js +0 -39
  277. package/cjs/theme/builtin/common-mobile/component/crosshair.js.map +0 -1
  278. package/cjs/theme/builtin/common-mobile/component/data-zoom.d.ts +0 -2
  279. package/cjs/theme/builtin/common-mobile/component/data-zoom.js +0 -40
  280. package/cjs/theme/builtin/common-mobile/component/data-zoom.js.map +0 -1
  281. package/cjs/theme/builtin/common-mobile/component/index.d.ts +0 -2
  282. package/cjs/theme/builtin/common-mobile/component/index.js +0 -34
  283. package/cjs/theme/builtin/common-mobile/component/index.js.map +0 -1
  284. package/cjs/theme/builtin/common-mobile/component/indicator.d.ts +0 -2
  285. package/cjs/theme/builtin/common-mobile/component/indicator.js +0 -23
  286. package/cjs/theme/builtin/common-mobile/component/indicator.js.map +0 -1
  287. package/cjs/theme/builtin/common-mobile/component/legend/color-legend.d.ts +0 -2
  288. package/cjs/theme/builtin/common-mobile/component/legend/color-legend.js +0 -23
  289. package/cjs/theme/builtin/common-mobile/component/legend/color-legend.js.map +0 -1
  290. package/cjs/theme/builtin/common-mobile/component/legend/continuous.d.ts +0 -2
  291. package/cjs/theme/builtin/common-mobile/component/legend/continuous.js +0 -44
  292. package/cjs/theme/builtin/common-mobile/component/legend/continuous.js.map +0 -1
  293. package/cjs/theme/builtin/common-mobile/component/legend/discrete-legend.d.ts +0 -2
  294. package/cjs/theme/builtin/common-mobile/component/legend/discrete-legend.js +0 -39
  295. package/cjs/theme/builtin/common-mobile/component/legend/discrete-legend.js.map +0 -1
  296. package/cjs/theme/builtin/common-mobile/component/legend/size-legend.d.ts +0 -2
  297. package/cjs/theme/builtin/common-mobile/component/legend/size-legend.js +0 -23
  298. package/cjs/theme/builtin/common-mobile/component/legend/size-legend.js.map +0 -1
  299. package/cjs/theme/builtin/common-mobile/component/map-label.d.ts +0 -2
  300. package/cjs/theme/builtin/common-mobile/component/map-label.js +0 -39
  301. package/cjs/theme/builtin/common-mobile/component/map-label.js.map +0 -1
  302. package/cjs/theme/builtin/common-mobile/component/mark-area.d.ts +0 -2
  303. package/cjs/theme/builtin/common-mobile/component/mark-area.js +0 -24
  304. package/cjs/theme/builtin/common-mobile/component/mark-area.js.map +0 -1
  305. package/cjs/theme/builtin/common-mobile/component/mark-line.d.ts +0 -2
  306. package/cjs/theme/builtin/common-mobile/component/mark-line.js +0 -33
  307. package/cjs/theme/builtin/common-mobile/component/mark-line.js.map +0 -1
  308. package/cjs/theme/builtin/common-mobile/component/mark-point.d.ts +0 -2
  309. package/cjs/theme/builtin/common-mobile/component/mark-point.js +0 -19
  310. package/cjs/theme/builtin/common-mobile/component/mark-point.js.map +0 -1
  311. package/cjs/theme/builtin/common-mobile/component/player.d.ts +0 -2
  312. package/cjs/theme/builtin/common-mobile/component/player.js +0 -51
  313. package/cjs/theme/builtin/common-mobile/component/player.js.map +0 -1
  314. package/cjs/theme/builtin/common-mobile/component/poptip.d.ts +0 -2
  315. package/cjs/theme/builtin/common-mobile/component/poptip.js +0 -25
  316. package/cjs/theme/builtin/common-mobile/component/poptip.js.map +0 -1
  317. package/cjs/theme/builtin/common-mobile/component/title.d.ts +0 -2
  318. package/cjs/theme/builtin/common-mobile/component/title.js +0 -23
  319. package/cjs/theme/builtin/common-mobile/component/title.js.map +0 -1
  320. package/cjs/theme/builtin/common-mobile/component/tooltip.d.ts +0 -2
  321. package/cjs/theme/builtin/common-mobile/component/tooltip.js +0 -43
  322. package/cjs/theme/builtin/common-mobile/component/tooltip.js.map +0 -1
  323. package/cjs/theme/builtin/common-mobile/component/total-label.d.ts +0 -2
  324. package/cjs/theme/builtin/common-mobile/component/total-label.js +0 -16
  325. package/cjs/theme/builtin/common-mobile/component/total-label.js.map +0 -1
  326. package/cjs/theme/builtin/common-mobile/constants.d.ts +0 -2
  327. package/cjs/theme/builtin/common-mobile/constants.js +0 -23
  328. package/cjs/theme/builtin/common-mobile/constants.js.map +0 -1
  329. package/cjs/theme/builtin/common-mobile/mark.d.ts +0 -3
  330. package/cjs/theme/builtin/common-mobile/mark.js +0 -35
  331. package/cjs/theme/builtin/common-mobile/mark.js.map +0 -1
  332. package/cjs/theme/builtin/dark-mobile/index.d.ts +0 -2
  333. package/cjs/theme/builtin/dark-mobile/index.js +0 -18
  334. package/cjs/theme/builtin/dark-mobile/index.js.map +0 -1
  335. package/cjs/theme/builtin/light-mobile/index.d.ts +0 -2
  336. package/cjs/theme/builtin/light-mobile/index.js +0 -18
  337. package/cjs/theme/builtin/light-mobile/index.js.map +0 -1
  338. package/esm/theme/builtin/common-mobile/component/axis/band-axis.d.ts +0 -2
  339. package/esm/theme/builtin/common-mobile/component/axis/band-axis.js +0 -18
  340. package/esm/theme/builtin/common-mobile/component/axis/band-axis.js.map +0 -1
  341. package/esm/theme/builtin/common-mobile/component/axis/cartesian-axis.d.ts +0 -4
  342. package/esm/theme/builtin/common-mobile/component/axis/cartesian-axis.js +0 -38
  343. package/esm/theme/builtin/common-mobile/component/axis/cartesian-axis.js.map +0 -1
  344. package/esm/theme/builtin/common-mobile/component/axis/common-axis.d.ts +0 -2
  345. package/esm/theme/builtin/common-mobile/component/axis/common-axis.js +0 -36
  346. package/esm/theme/builtin/common-mobile/component/axis/common-axis.js.map +0 -1
  347. package/esm/theme/builtin/common-mobile/component/axis/linear-axis.d.ts +0 -2
  348. package/esm/theme/builtin/common-mobile/component/axis/linear-axis.js +0 -18
  349. package/esm/theme/builtin/common-mobile/component/axis/linear-axis.js.map +0 -1
  350. package/esm/theme/builtin/common-mobile/component/axis/polar-axis.d.ts +0 -3
  351. package/esm/theme/builtin/common-mobile/component/axis/polar-axis.js +0 -23
  352. package/esm/theme/builtin/common-mobile/component/axis/polar-axis.js.map +0 -1
  353. package/esm/theme/builtin/common-mobile/component/crosshair.d.ts +0 -2
  354. package/esm/theme/builtin/common-mobile/component/crosshair.js +0 -35
  355. package/esm/theme/builtin/common-mobile/component/crosshair.js.map +0 -1
  356. package/esm/theme/builtin/common-mobile/component/data-zoom.d.ts +0 -2
  357. package/esm/theme/builtin/common-mobile/component/data-zoom.js +0 -34
  358. package/esm/theme/builtin/common-mobile/component/data-zoom.js.map +0 -1
  359. package/esm/theme/builtin/common-mobile/component/index.d.ts +0 -2
  360. package/esm/theme/builtin/common-mobile/component/index.js +0 -66
  361. package/esm/theme/builtin/common-mobile/component/index.js.map +0 -1
  362. package/esm/theme/builtin/common-mobile/component/indicator.d.ts +0 -2
  363. package/esm/theme/builtin/common-mobile/component/indicator.js +0 -17
  364. package/esm/theme/builtin/common-mobile/component/indicator.js.map +0 -1
  365. package/esm/theme/builtin/common-mobile/component/legend/color-legend.d.ts +0 -2
  366. package/esm/theme/builtin/common-mobile/component/legend/color-legend.js +0 -17
  367. package/esm/theme/builtin/common-mobile/component/legend/color-legend.js.map +0 -1
  368. package/esm/theme/builtin/common-mobile/component/legend/continuous.d.ts +0 -2
  369. package/esm/theme/builtin/common-mobile/component/legend/continuous.js +0 -38
  370. package/esm/theme/builtin/common-mobile/component/legend/continuous.js.map +0 -1
  371. package/esm/theme/builtin/common-mobile/component/legend/discrete-legend.d.ts +0 -2
  372. package/esm/theme/builtin/common-mobile/component/legend/discrete-legend.js +0 -33
  373. package/esm/theme/builtin/common-mobile/component/legend/discrete-legend.js.map +0 -1
  374. package/esm/theme/builtin/common-mobile/component/legend/size-legend.d.ts +0 -2
  375. package/esm/theme/builtin/common-mobile/component/legend/size-legend.js +0 -17
  376. package/esm/theme/builtin/common-mobile/component/legend/size-legend.js.map +0 -1
  377. package/esm/theme/builtin/common-mobile/component/map-label.d.ts +0 -2
  378. package/esm/theme/builtin/common-mobile/component/map-label.js +0 -33
  379. package/esm/theme/builtin/common-mobile/component/map-label.js.map +0 -1
  380. package/esm/theme/builtin/common-mobile/component/mark-area.d.ts +0 -2
  381. package/esm/theme/builtin/common-mobile/component/mark-area.js +0 -18
  382. package/esm/theme/builtin/common-mobile/component/mark-area.js.map +0 -1
  383. package/esm/theme/builtin/common-mobile/component/mark-line.d.ts +0 -2
  384. package/esm/theme/builtin/common-mobile/component/mark-line.js +0 -27
  385. package/esm/theme/builtin/common-mobile/component/mark-line.js.map +0 -1
  386. package/esm/theme/builtin/common-mobile/component/mark-point.d.ts +0 -2
  387. package/esm/theme/builtin/common-mobile/component/mark-point.js +0 -15
  388. package/esm/theme/builtin/common-mobile/component/mark-point.js.map +0 -1
  389. package/esm/theme/builtin/common-mobile/component/player.d.ts +0 -2
  390. package/esm/theme/builtin/common-mobile/component/player.js +0 -47
  391. package/esm/theme/builtin/common-mobile/component/player.js.map +0 -1
  392. package/esm/theme/builtin/common-mobile/component/poptip.d.ts +0 -2
  393. package/esm/theme/builtin/common-mobile/component/poptip.js +0 -19
  394. package/esm/theme/builtin/common-mobile/component/poptip.js.map +0 -1
  395. package/esm/theme/builtin/common-mobile/component/title.d.ts +0 -2
  396. package/esm/theme/builtin/common-mobile/component/title.js +0 -17
  397. package/esm/theme/builtin/common-mobile/component/title.js.map +0 -1
  398. package/esm/theme/builtin/common-mobile/component/tooltip.d.ts +0 -2
  399. package/esm/theme/builtin/common-mobile/component/tooltip.js +0 -37
  400. package/esm/theme/builtin/common-mobile/component/tooltip.js.map +0 -1
  401. package/esm/theme/builtin/common-mobile/component/total-label.d.ts +0 -2
  402. package/esm/theme/builtin/common-mobile/component/total-label.js +0 -10
  403. package/esm/theme/builtin/common-mobile/component/total-label.js.map +0 -1
  404. package/esm/theme/builtin/common-mobile/constants.d.ts +0 -2
  405. package/esm/theme/builtin/common-mobile/constants.js +0 -19
  406. package/esm/theme/builtin/common-mobile/constants.js.map +0 -1
  407. package/esm/theme/builtin/common-mobile/mark.d.ts +0 -3
  408. package/esm/theme/builtin/common-mobile/mark.js +0 -31
  409. package/esm/theme/builtin/common-mobile/mark.js.map +0 -1
  410. package/esm/theme/builtin/dark-mobile/index.d.ts +0 -2
  411. package/esm/theme/builtin/dark-mobile/index.js +0 -16
  412. package/esm/theme/builtin/dark-mobile/index.js.map +0 -1
  413. package/esm/theme/builtin/light-mobile/index.d.ts +0 -2
  414. package/esm/theme/builtin/light-mobile/index.js +0 -16
  415. package/esm/theme/builtin/light-mobile/index.js.map +0 -1
@@ -1,25 +0,0 @@
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
@@ -1 +0,0 @@
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"]}
@@ -1,2 +0,0 @@
1
- import type { ICrosshairTheme } from '../../../../component/crosshair/interface';
2
- export declare const crosshair: ICrosshairTheme;
@@ -1,39 +0,0 @@
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
@@ -1 +0,0 @@
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"]}
@@ -1,2 +0,0 @@
1
- import type { IDataZoomTheme } from '../../../../component/data-zoom';
2
- export declare const dataZoom: IDataZoomTheme;
@@ -1,40 +0,0 @@
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
@@ -1 +0,0 @@
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"]}
@@ -1,2 +0,0 @@
1
- import type { IComponentTheme } from '../../../../component/interface';
2
- export declare const component: IComponentTheme;
@@ -1,34 +0,0 @@
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
- axisZ: cartesian_axis_1.axisZ,
19
- axisAngle: polar_axis_1.axisAngle,
20
- axisRadius: polar_axis_1.axisRadius,
21
- markLine: mark_line_1.markLine,
22
- markArea: mark_area_1.markArea,
23
- markPoint: mark_point_1.markPoint,
24
- tooltip: tooltip_1.tooltip,
25
- dataZoom: data_zoom_1.dataZoom,
26
- crosshair: crosshair_1.crosshair,
27
- player: player_1.player,
28
- indicator: indicator_1.indicator,
29
- title: title_1.title,
30
- mapLabel: map_label_1.mapLabel,
31
- poptip: poptip_1.poptip,
32
- totalLabel: total_label_1.totalLabel
33
- };
34
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/theme/builtin/common-mobile/component/index.ts"],"names":[],"mappings":";;;AACA,gDAA4C;AAC5C,0DAA4D;AAC5D,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,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, axisZ } 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 axisZ,\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"]}
@@ -1,2 +0,0 @@
1
- import type { IIndicatorTheme } from '../../../../component/indicator/interface';
2
- export declare const indicator: IIndicatorTheme;
@@ -1,23 +0,0 @@
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
@@ -1 +0,0 @@
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"]}
@@ -1,2 +0,0 @@
1
- import type { IColorLegendTheme } from '../../../../../component/legend';
2
- export declare const colorLegend: IColorLegendTheme;
@@ -1,23 +0,0 @@
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
@@ -1 +0,0 @@
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"]}
@@ -1,2 +0,0 @@
1
- import type { IContinuousLegendTheme } from '../../../../../component/legend';
2
- export declare const DEFAULT_CONTINUOUS_LEGEND_THEME: IContinuousLegendTheme;
@@ -1,44 +0,0 @@
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
@@ -1 +0,0 @@
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"]}
@@ -1,2 +0,0 @@
1
- import type { IDiscreteLegendTheme } from '../../../../../component/legend';
2
- export declare const discreteLegend: IDiscreteLegendTheme;
@@ -1,39 +0,0 @@
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
@@ -1 +0,0 @@
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"]}
@@ -1,2 +0,0 @@
1
- import type { ISizeLegendTheme } from '../../../../../component/legend';
2
- export declare const sizeLegend: ISizeLegendTheme;
@@ -1,23 +0,0 @@
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
@@ -1 +0,0 @@
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"]}
@@ -1,2 +0,0 @@
1
- import type { IMapLabelTheme } from '../../../../component/map-label';
2
- export declare const mapLabel: IMapLabelTheme;
@@ -1,39 +0,0 @@
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
@@ -1 +0,0 @@
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"]}
@@ -1,2 +0,0 @@
1
- import type { IMarkAreaTheme } from '../../../../component/marker/mark-area/interface';
2
- export declare const markArea: IMarkAreaTheme;
@@ -1,24 +0,0 @@
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
@@ -1 +0,0 @@
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"]}
@@ -1,2 +0,0 @@
1
- import type { IMarkLineTheme } from '../../../../component/marker/mark-line/interface';
2
- export declare const markLine: IMarkLineTheme;
@@ -1,33 +0,0 @@
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
@@ -1 +0,0 @@
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"]}
@@ -1,2 +0,0 @@
1
- import type { IMarkPointTheme } from '../../../../component/marker/mark-point/interface';
2
- export declare const markPoint: IMarkPointTheme;
@@ -1,19 +0,0 @@
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
@@ -1 +0,0 @@
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"]}
@@ -1,2 +0,0 @@
1
- import type { IPlayerTheme } from '../../../../component/player';
2
- export declare const player: IPlayerTheme;
@@ -1,51 +0,0 @@
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
@@ -1 +0,0 @@
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"]}
@@ -1,2 +0,0 @@
1
- import type { IPoptipTheme } from '../../../../component/poptip/interface';
2
- export declare const poptip: IPoptipTheme;
@@ -1,25 +0,0 @@
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
@@ -1 +0,0 @@
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"]}
@@ -1,2 +0,0 @@
1
- import type { ITitleTheme } from '../../../../component/title/interface';
2
- export declare const title: ITitleTheme;