constant.d.ts 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. export declare function getClassNames(prefixCls?: string): {
  2. CONTAINER: string;
  3. TITLE: string;
  4. LIST: string;
  5. LIST_ITEM: string;
  6. NAME: string;
  7. MARKER: string;
  8. NAME_LABEL: string;
  9. VALUE: string;
  10. CROSSHAIR_X: string;
  11. CROSSHAIR_Y: string;
  12. };
  13. export declare function getDefaultTooltipStyle(prefixCls?: string): {
  14. [x: string]: {
  15. position: string;
  16. visibility: string;
  17. 'z-index': number;
  18. transition: string;
  19. 'background-color': string;
  20. 'box-shadow': string;
  21. 'border-radius': string;
  22. color: string;
  23. 'font-size': string;
  24. 'line-height': string;
  25. padding: string;
  26. 'min-width': string;
  27. 'max-width': string;
  28. 'font-family': string;
  29. margin?: undefined;
  30. 'list-style-type'?: undefined;
  31. display?: undefined;
  32. 'align-items'?: undefined;
  33. 'justify-content'?: undefined;
  34. 'white-space'?: undefined;
  35. width?: undefined;
  36. height?: undefined;
  37. 'margin-right'?: undefined;
  38. } | {
  39. color: string;
  40. position?: undefined;
  41. visibility?: undefined;
  42. 'z-index'?: undefined;
  43. transition?: undefined;
  44. 'background-color'?: undefined;
  45. 'box-shadow'?: undefined;
  46. 'border-radius'?: undefined;
  47. 'font-size'?: undefined;
  48. 'line-height'?: undefined;
  49. padding?: undefined;
  50. 'min-width'?: undefined;
  51. 'max-width'?: undefined;
  52. 'font-family'?: undefined;
  53. margin?: undefined;
  54. 'list-style-type'?: undefined;
  55. display?: undefined;
  56. 'align-items'?: undefined;
  57. 'justify-content'?: undefined;
  58. 'white-space'?: undefined;
  59. width?: undefined;
  60. height?: undefined;
  61. 'margin-right'?: undefined;
  62. } | {
  63. margin: string;
  64. 'list-style-type': string;
  65. padding: string;
  66. position?: undefined;
  67. visibility?: undefined;
  68. 'z-index'?: undefined;
  69. transition?: undefined;
  70. 'background-color'?: undefined;
  71. 'box-shadow'?: undefined;
  72. 'border-radius'?: undefined;
  73. color?: undefined;
  74. 'font-size'?: undefined;
  75. 'line-height'?: undefined;
  76. 'min-width'?: undefined;
  77. 'max-width'?: undefined;
  78. 'font-family'?: undefined;
  79. display?: undefined;
  80. 'align-items'?: undefined;
  81. 'justify-content'?: undefined;
  82. 'white-space'?: undefined;
  83. width?: undefined;
  84. height?: undefined;
  85. 'margin-right'?: undefined;
  86. } | {
  87. 'list-style-type': string;
  88. display: string;
  89. 'line-height': string;
  90. 'align-items': string;
  91. 'justify-content': string;
  92. 'white-space': string;
  93. position?: undefined;
  94. visibility?: undefined;
  95. 'z-index'?: undefined;
  96. transition?: undefined;
  97. 'background-color'?: undefined;
  98. 'box-shadow'?: undefined;
  99. 'border-radius'?: undefined;
  100. color?: undefined;
  101. 'font-size'?: undefined;
  102. padding?: undefined;
  103. 'min-width'?: undefined;
  104. 'max-width'?: undefined;
  105. 'font-family'?: undefined;
  106. margin?: undefined;
  107. width?: undefined;
  108. height?: undefined;
  109. 'margin-right'?: undefined;
  110. } | {
  111. width: string;
  112. height: string;
  113. 'border-radius': string;
  114. display: string;
  115. 'margin-right': string;
  116. position?: undefined;
  117. visibility?: undefined;
  118. 'z-index'?: undefined;
  119. transition?: undefined;
  120. 'background-color'?: undefined;
  121. 'box-shadow'?: undefined;
  122. color?: undefined;
  123. 'font-size'?: undefined;
  124. 'line-height'?: undefined;
  125. padding?: undefined;
  126. 'min-width'?: undefined;
  127. 'max-width'?: undefined;
  128. 'font-family'?: undefined;
  129. margin?: undefined;
  130. 'list-style-type'?: undefined;
  131. 'align-items'?: undefined;
  132. 'justify-content'?: undefined;
  133. 'white-space'?: undefined;
  134. } | {
  135. display: string;
  136. 'align-items': string;
  137. 'max-width': string;
  138. position?: undefined;
  139. visibility?: undefined;
  140. 'z-index'?: undefined;
  141. transition?: undefined;
  142. 'background-color'?: undefined;
  143. 'box-shadow'?: undefined;
  144. 'border-radius'?: undefined;
  145. color?: undefined;
  146. 'font-size'?: undefined;
  147. 'line-height'?: undefined;
  148. padding?: undefined;
  149. 'min-width'?: undefined;
  150. 'font-family'?: undefined;
  151. margin?: undefined;
  152. 'list-style-type'?: undefined;
  153. 'justify-content'?: undefined;
  154. 'white-space'?: undefined;
  155. width?: undefined;
  156. height?: undefined;
  157. 'margin-right'?: undefined;
  158. } | {
  159. overflow: string;
  160. 'white-space': string;
  161. 'text-overflow': string;
  162. flex: number;
  163. position?: undefined;
  164. visibility?: undefined;
  165. 'z-index'?: undefined;
  166. transition?: undefined;
  167. 'background-color'?: undefined;
  168. 'box-shadow'?: undefined;
  169. 'border-radius'?: undefined;
  170. color?: undefined;
  171. 'font-size'?: undefined;
  172. 'line-height'?: undefined;
  173. padding?: undefined;
  174. 'min-width'?: undefined;
  175. 'max-width'?: undefined;
  176. 'font-family'?: undefined;
  177. margin?: undefined;
  178. 'list-style-type'?: undefined;
  179. display?: undefined;
  180. 'align-items'?: undefined;
  181. 'justify-content'?: undefined;
  182. width?: undefined;
  183. height?: undefined;
  184. 'margin-right'?: undefined;
  185. } | {
  186. overflow: string;
  187. 'white-space': string;
  188. 'text-overflow': string;
  189. display: string;
  190. float: string;
  191. flex: number;
  192. 'text-align': string;
  193. 'min-width': string;
  194. 'margin-left': string;
  195. color: string;
  196. position?: undefined;
  197. visibility?: undefined;
  198. 'z-index'?: undefined;
  199. transition?: undefined;
  200. 'background-color'?: undefined;
  201. 'box-shadow'?: undefined;
  202. 'border-radius'?: undefined;
  203. 'font-size'?: undefined;
  204. 'line-height'?: undefined;
  205. padding?: undefined;
  206. 'max-width'?: undefined;
  207. 'font-family'?: undefined;
  208. margin?: undefined;
  209. 'list-style-type'?: undefined;
  210. 'align-items'?: undefined;
  211. 'justify-content'?: undefined;
  212. width?: undefined;
  213. height?: undefined;
  214. 'margin-right'?: undefined;
  215. } | {
  216. position: string;
  217. width: string;
  218. 'background-color': string;
  219. visibility?: undefined;
  220. 'z-index'?: undefined;
  221. transition?: undefined;
  222. 'box-shadow'?: undefined;
  223. 'border-radius'?: undefined;
  224. color?: undefined;
  225. 'font-size'?: undefined;
  226. 'line-height'?: undefined;
  227. padding?: undefined;
  228. 'min-width'?: undefined;
  229. 'max-width'?: undefined;
  230. 'font-family'?: undefined;
  231. margin?: undefined;
  232. 'list-style-type'?: undefined;
  233. display?: undefined;
  234. 'align-items'?: undefined;
  235. 'justify-content'?: undefined;
  236. 'white-space'?: undefined;
  237. height?: undefined;
  238. 'margin-right'?: undefined;
  239. } | {
  240. position: string;
  241. height: string;
  242. 'background-color': string;
  243. visibility?: undefined;
  244. 'z-index'?: undefined;
  245. transition?: undefined;
  246. 'box-shadow'?: undefined;
  247. 'border-radius'?: undefined;
  248. color?: undefined;
  249. 'font-size'?: undefined;
  250. 'line-height'?: undefined;
  251. padding?: undefined;
  252. 'min-width'?: undefined;
  253. 'max-width'?: undefined;
  254. 'font-family'?: undefined;
  255. margin?: undefined;
  256. 'list-style-type'?: undefined;
  257. display?: undefined;
  258. 'align-items'?: undefined;
  259. 'justify-content'?: undefined;
  260. 'white-space'?: undefined;
  261. width?: undefined;
  262. 'margin-right'?: undefined;
  263. };
  264. };