vue-chrts 0.1.0-beta.2-internal-22 → 0.1.0-beta.3

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 (699) hide show
  1. package/README.md +2 -0
  2. package/dist/components/AreaChart/AreaChart.js +133 -0
  3. package/dist/components/{Area → AreaChart}/types.d.ts +10 -9
  4. package/dist/components/{AreaStacked → AreaStackedChart}/AreaStackedChart.js +21 -26
  5. package/dist/components/AreaStackedChart/types.d.ts +58 -0
  6. package/dist/components/BarChart/BarChart.js +123 -0
  7. package/dist/components/BarChart/BarChart.vue.d.ts +14 -0
  8. package/dist/components/BarChart/types.d.ts +106 -0
  9. package/dist/components/DonutChart/DonutChart.js +58 -0
  10. package/dist/components/{Donut → DonutChart}/DonutChart.vue.d.ts +1 -1
  11. package/dist/components/DonutChart/types.d.ts +36 -0
  12. package/dist/components/{Donut/index.js → DonutChart/types.js} +0 -1
  13. package/dist/components/LineChart/LineChart.js +112 -0
  14. package/dist/components/{Line → LineChart}/LineChart.vue.d.ts +2 -15
  15. package/dist/components/LineChart/types.d.ts +90 -0
  16. package/dist/components/Tooltip.vue.d.ts +1 -3
  17. package/dist/index.d.ts +8 -6
  18. package/dist/index.js +13 -9
  19. package/dist/types.d.ts +39 -2
  20. package/dist/types.js +4 -2
  21. package/package.json +4 -5
  22. package/dist/_virtual/_commonjsHelpers.cjs +0 -1
  23. package/dist/_virtual/_commonjsHelpers.js +0 -6
  24. package/dist/_virtual/browser.cjs +0 -1
  25. package/dist/_virtual/browser.js +0 -2
  26. package/dist/_virtual/striptags.cjs +0 -1
  27. package/dist/_virtual/striptags.js +0 -7
  28. package/dist/_virtual/striptags2.cjs +0 -1
  29. package/dist/_virtual/striptags2.js +0 -4
  30. package/dist/components/Area/AreaChart.cjs +0 -6
  31. package/dist/components/Area/AreaChart.js +0 -141
  32. package/dist/components/Area/AreaChart2.cjs +0 -1
  33. package/dist/components/Area/index.d.ts +0 -2
  34. package/dist/components/AreaStacked/AreaStackedChart.cjs +0 -1
  35. package/dist/components/AreaStacked/AreaStackedChart2.cjs +0 -1
  36. package/dist/components/AreaStacked/index.d.ts +0 -1
  37. package/dist/components/Bar/BarChart.cjs +0 -1
  38. package/dist/components/Bar/BarChart.js +0 -121
  39. package/dist/components/Bar/BarChart.vue.d.ts +0 -33
  40. package/dist/components/Bar/BarChart2.cjs +0 -1
  41. package/dist/components/Bar/index.d.ts +0 -1
  42. package/dist/components/Crosshair/Crosshair.vue.d.ts +0 -12
  43. package/dist/components/Crosshair/index.d.ts +0 -1
  44. package/dist/components/Donut/DonutChart.cjs +0 -5
  45. package/dist/components/Donut/DonutChart.js +0 -62
  46. package/dist/components/Donut/DonutChart2.cjs +0 -1
  47. package/dist/components/Donut/index.cjs +0 -1
  48. package/dist/components/Donut/index.d.ts +0 -17
  49. package/dist/components/Line/LineChart.cjs +0 -1
  50. package/dist/components/Line/LineChart.js +0 -97
  51. package/dist/components/Line/LineChart2.cjs +0 -1
  52. package/dist/components/Line/index.d.ts +0 -1
  53. package/dist/components/Tooltip.cjs +0 -1
  54. package/dist/components/Tooltip2.cjs +0 -1
  55. package/dist/index.cjs +0 -1
  56. package/dist/node_modules/@emotion/cache/dist/emotion-cache.browser.esm.cjs +0 -1
  57. package/dist/node_modules/@emotion/cache/dist/emotion-cache.browser.esm.js +0 -279
  58. package/dist/node_modules/@emotion/css/create-instance/dist/emotion-css-create-instance.esm.cjs +0 -1
  59. package/dist/node_modules/@emotion/css/create-instance/dist/emotion-css-create-instance.esm.js +0 -86
  60. package/dist/node_modules/@emotion/css/dist/emotion-css.esm.cjs +0 -1
  61. package/dist/node_modules/@emotion/css/dist/emotion-css.esm.js +0 -8
  62. package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.cjs +0 -1
  63. package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.js +0 -22
  64. package/dist/node_modules/@emotion/memoize/dist/emotion-memoize.esm.cjs +0 -1
  65. package/dist/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js +0 -9
  66. package/dist/node_modules/@emotion/serialize/dist/emotion-serialize.esm.cjs +0 -1
  67. package/dist/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js +0 -123
  68. package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.cjs +0 -1
  69. package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js +0 -44
  70. package/dist/node_modules/@emotion/unitless/dist/emotion-unitless.esm.cjs +0 -1
  71. package/dist/node_modules/@emotion/unitless/dist/emotion-unitless.esm.js +0 -53
  72. package/dist/node_modules/@emotion/utils/dist/emotion-utils.browser.esm.cjs +0 -1
  73. package/dist/node_modules/@emotion/utils/dist/emotion-utils.browser.esm.js +0 -29
  74. package/dist/node_modules/@juggle/resize-observer/lib/DOMRectReadOnly.cjs +0 -1
  75. package/dist/node_modules/@juggle/resize-observer/lib/DOMRectReadOnly.js +0 -15
  76. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObservation.cjs +0 -1
  77. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObservation.js +0 -20
  78. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserver.cjs +0 -1
  79. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserver.js +0 -31
  80. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverBoxOptions.cjs +0 -1
  81. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverBoxOptions.js +0 -7
  82. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverController.cjs +0 -1
  83. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverController.js +0 -31
  84. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverDetail.cjs +0 -1
  85. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverDetail.js +0 -9
  86. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverEntry.cjs +0 -1
  87. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverEntry.js +0 -12
  88. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverSize.cjs +0 -1
  89. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverSize.js +0 -10
  90. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/broadcastActiveObservations.cjs +0 -1
  91. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/broadcastActiveObservations.js +0 -26
  92. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/calculateBoxSize.cjs +0 -1
  93. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/calculateBoxSize.js +0 -42
  94. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/calculateDepthForNode.cjs +0 -1
  95. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/calculateDepthForNode.js +0 -11
  96. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/deliverResizeLoopError.cjs +0 -1
  97. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/deliverResizeLoopError.js +0 -9
  98. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/gatherActiveObservationsAtDepth.cjs +0 -1
  99. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/gatherActiveObservationsAtDepth.js +0 -12
  100. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/hasActiveObservations.cjs +0 -1
  101. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/hasActiveObservations.js +0 -9
  102. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/hasSkippedObservations.cjs +0 -1
  103. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/hasSkippedObservations.js +0 -9
  104. package/dist/node_modules/@juggle/resize-observer/lib/utils/element.cjs +0 -1
  105. package/dist/node_modules/@juggle/resize-observer/lib/utils/element.js +0 -37
  106. package/dist/node_modules/@juggle/resize-observer/lib/utils/freeze.cjs +0 -1
  107. package/dist/node_modules/@juggle/resize-observer/lib/utils/freeze.js +0 -6
  108. package/dist/node_modules/@juggle/resize-observer/lib/utils/global.cjs +0 -1
  109. package/dist/node_modules/@juggle/resize-observer/lib/utils/global.js +0 -4
  110. package/dist/node_modules/@juggle/resize-observer/lib/utils/process.cjs +0 -1
  111. package/dist/node_modules/@juggle/resize-observer/lib/utils/process.js +0 -14
  112. package/dist/node_modules/@juggle/resize-observer/lib/utils/queueMicroTask.cjs +0 -1
  113. package/dist/node_modules/@juggle/resize-observer/lib/utils/queueMicroTask.js +0 -18
  114. package/dist/node_modules/@juggle/resize-observer/lib/utils/queueResizeObserver.cjs +0 -1
  115. package/dist/node_modules/@juggle/resize-observer/lib/utils/queueResizeObserver.js +0 -9
  116. package/dist/node_modules/@juggle/resize-observer/lib/utils/resizeObservers.cjs +0 -1
  117. package/dist/node_modules/@juggle/resize-observer/lib/utils/resizeObservers.js +0 -4
  118. package/dist/node_modules/@juggle/resize-observer/lib/utils/scheduler.cjs +0 -1
  119. package/dist/node_modules/@juggle/resize-observer/lib/utils/scheduler.js +0 -70
  120. package/dist/node_modules/@unovis/ts/components/area/config.cjs +0 -1
  121. package/dist/node_modules/@unovis/ts/components/area/config.js +0 -6
  122. package/dist/node_modules/@unovis/ts/components/area/index.cjs +0 -1
  123. package/dist/node_modules/@unovis/ts/components/area/index.js +0 -52
  124. package/dist/node_modules/@unovis/ts/components/area/style.cjs +0 -35
  125. package/dist/node_modules/@unovis/ts/components/area/style.js +0 -41
  126. package/dist/node_modules/@unovis/ts/components/axis/config.cjs +0 -1
  127. package/dist/node_modules/@unovis/ts/components/axis/config.js +0 -6
  128. package/dist/node_modules/@unovis/ts/components/axis/index.cjs +0 -1
  129. package/dist/node_modules/@unovis/ts/components/axis/index.js +0 -287
  130. package/dist/node_modules/@unovis/ts/components/axis/style.cjs +0 -101
  131. package/dist/node_modules/@unovis/ts/components/axis/style.js +0 -114
  132. package/dist/node_modules/@unovis/ts/components/axis/types.cjs +0 -1
  133. package/dist/node_modules/@unovis/ts/components/axis/types.js +0 -7
  134. package/dist/node_modules/@unovis/ts/components/bullet-legend/config.cjs +0 -1
  135. package/dist/node_modules/@unovis/ts/components/bullet-legend/config.js +0 -18
  136. package/dist/node_modules/@unovis/ts/components/bullet-legend/index.cjs +0 -1
  137. package/dist/node_modules/@unovis/ts/components/bullet-legend/index.js +0 -36
  138. package/dist/node_modules/@unovis/ts/components/bullet-legend/modules/shape.cjs +0 -1
  139. package/dist/node_modules/@unovis/ts/components/bullet-legend/modules/shape.js +0 -48
  140. package/dist/node_modules/@unovis/ts/components/bullet-legend/style.cjs +0 -63
  141. package/dist/node_modules/@unovis/ts/components/bullet-legend/style.js +0 -73
  142. package/dist/node_modules/@unovis/ts/components/bullet-legend/types.cjs +0 -1
  143. package/dist/node_modules/@unovis/ts/components/bullet-legend/types.js +0 -10
  144. package/dist/node_modules/@unovis/ts/components/crosshair/config.cjs +0 -1
  145. package/dist/node_modules/@unovis/ts/components/crosshair/config.js +0 -5
  146. package/dist/node_modules/@unovis/ts/components/crosshair/index.cjs +0 -1
  147. package/dist/node_modules/@unovis/ts/components/crosshair/index.js +0 -119
  148. package/dist/node_modules/@unovis/ts/components/crosshair/style.cjs +0 -22
  149. package/dist/node_modules/@unovis/ts/components/crosshair/style.js +0 -29
  150. package/dist/node_modules/@unovis/ts/components/donut/config.cjs +0 -1
  151. package/dist/node_modules/@unovis/ts/components/donut/config.js +0 -8
  152. package/dist/node_modules/@unovis/ts/components/donut/constants.cjs +0 -1
  153. package/dist/node_modules/@unovis/ts/components/donut/constants.js +0 -11
  154. package/dist/node_modules/@unovis/ts/components/donut/index.cjs +0 -1
  155. package/dist/node_modules/@unovis/ts/components/donut/index.js +0 -57
  156. package/dist/node_modules/@unovis/ts/components/donut/modules/arc.cjs +0 -1
  157. package/dist/node_modules/@unovis/ts/components/donut/modules/arc.js +0 -37
  158. package/dist/node_modules/@unovis/ts/components/donut/style.cjs +0 -58
  159. package/dist/node_modules/@unovis/ts/components/donut/style.js +0 -68
  160. package/dist/node_modules/@unovis/ts/components/grouped-bar/config.cjs +0 -1
  161. package/dist/node_modules/@unovis/ts/components/grouped-bar/config.js +0 -6
  162. package/dist/node_modules/@unovis/ts/components/grouped-bar/index.cjs +0 -1
  163. package/dist/node_modules/@unovis/ts/components/grouped-bar/index.js +0 -121
  164. package/dist/node_modules/@unovis/ts/components/grouped-bar/style.cjs +0 -35
  165. package/dist/node_modules/@unovis/ts/components/grouped-bar/style.js +0 -43
  166. package/dist/node_modules/@unovis/ts/components/line/config.cjs +0 -1
  167. package/dist/node_modules/@unovis/ts/components/line/config.js +0 -6
  168. package/dist/node_modules/@unovis/ts/components/line/index.cjs +0 -1
  169. package/dist/node_modules/@unovis/ts/components/line/index.js +0 -86
  170. package/dist/node_modules/@unovis/ts/components/line/style.cjs +0 -35
  171. package/dist/node_modules/@unovis/ts/components/line/style.js +0 -45
  172. package/dist/node_modules/@unovis/ts/components/stacked-bar/config.cjs +0 -1
  173. package/dist/node_modules/@unovis/ts/components/stacked-bar/config.js +0 -6
  174. package/dist/node_modules/@unovis/ts/components/stacked-bar/index.cjs +0 -1
  175. package/dist/node_modules/@unovis/ts/components/stacked-bar/index.js +0 -111
  176. package/dist/node_modules/@unovis/ts/components/stacked-bar/style.cjs +0 -34
  177. package/dist/node_modules/@unovis/ts/components/stacked-bar/style.js +0 -42
  178. package/dist/node_modules/@unovis/ts/components/tooltip/config.cjs +0 -1
  179. package/dist/node_modules/@unovis/ts/components/tooltip/config.js +0 -17
  180. package/dist/node_modules/@unovis/ts/components/tooltip/index.cjs +0 -1
  181. package/dist/node_modules/@unovis/ts/components/tooltip/index.js +0 -166
  182. package/dist/node_modules/@unovis/ts/components/tooltip/style.cjs +0 -61
  183. package/dist/node_modules/@unovis/ts/components/tooltip/style.js +0 -71
  184. package/dist/node_modules/@unovis/ts/containers/single-container/config.cjs +0 -1
  185. package/dist/node_modules/@unovis/ts/containers/single-container/config.js +0 -5
  186. package/dist/node_modules/@unovis/ts/containers/single-container/index.cjs +0 -1
  187. package/dist/node_modules/@unovis/ts/containers/single-container/index.js +0 -71
  188. package/dist/node_modules/@unovis/ts/containers/xy-container/config.cjs +0 -1
  189. package/dist/node_modules/@unovis/ts/containers/xy-container/config.js +0 -6
  190. package/dist/node_modules/@unovis/ts/containers/xy-container/index.cjs +0 -3
  191. package/dist/node_modules/@unovis/ts/containers/xy-container/index.js +0 -185
  192. package/dist/node_modules/@unovis/ts/core/component/config.cjs +0 -1
  193. package/dist/node_modules/@unovis/ts/core/component/config.js +0 -8
  194. package/dist/node_modules/@unovis/ts/core/component/index.cjs +0 -1
  195. package/dist/node_modules/@unovis/ts/core/component/index.js +0 -68
  196. package/dist/node_modules/@unovis/ts/core/container/config.cjs +0 -1
  197. package/dist/node_modules/@unovis/ts/core/container/config.js +0 -24
  198. package/dist/node_modules/@unovis/ts/core/container/index.cjs +0 -1
  199. package/dist/node_modules/@unovis/ts/core/container/index.js +0 -73
  200. package/dist/node_modules/@unovis/ts/core/xy-component/config.cjs +0 -1
  201. package/dist/node_modules/@unovis/ts/core/xy-component/config.js +0 -8
  202. package/dist/node_modules/@unovis/ts/core/xy-component/index.cjs +0 -1
  203. package/dist/node_modules/@unovis/ts/core/xy-component/index.js +0 -53
  204. package/dist/node_modules/@unovis/ts/data-models/core.cjs +0 -1
  205. package/dist/node_modules/@unovis/ts/data-models/core.js +0 -14
  206. package/dist/node_modules/@unovis/ts/data-models/series.cjs +0 -1
  207. package/dist/node_modules/@unovis/ts/data-models/series.js +0 -16
  208. package/dist/node_modules/@unovis/ts/styles/colors.cjs +0 -1
  209. package/dist/node_modules/@unovis/ts/styles/colors.js +0 -18
  210. package/dist/node_modules/@unovis/ts/styles/index.cjs +0 -38
  211. package/dist/node_modules/@unovis/ts/styles/index.js +0 -63
  212. package/dist/node_modules/@unovis/ts/styles/patterns.cjs +0 -15
  213. package/dist/node_modules/@unovis/ts/styles/patterns.js +0 -45
  214. package/dist/node_modules/@unovis/ts/types/component.cjs +0 -1
  215. package/dist/node_modules/@unovis/ts/types/component.js +0 -12
  216. package/dist/node_modules/@unovis/ts/types/curve.cjs +0 -1
  217. package/dist/node_modules/@unovis/ts/types/curve.js +0 -43
  218. package/dist/node_modules/@unovis/ts/types/direction.cjs +0 -1
  219. package/dist/node_modules/@unovis/ts/types/direction.js +0 -7
  220. package/dist/node_modules/@unovis/ts/types/position.cjs +0 -1
  221. package/dist/node_modules/@unovis/ts/types/position.js +0 -22
  222. package/dist/node_modules/@unovis/ts/types/scale.cjs +0 -1
  223. package/dist/node_modules/@unovis/ts/types/scale.js +0 -40
  224. package/dist/node_modules/@unovis/ts/types/svg.cjs +0 -1
  225. package/dist/node_modules/@unovis/ts/types/svg.js +0 -15
  226. package/dist/node_modules/@unovis/ts/types/symbol.cjs +0 -1
  227. package/dist/node_modules/@unovis/ts/types/symbol.js +0 -24
  228. package/dist/node_modules/@unovis/ts/types/text.cjs +0 -1
  229. package/dist/node_modules/@unovis/ts/types/text.js +0 -22
  230. package/dist/node_modules/@unovis/ts/utils/color.cjs +0 -1
  231. package/dist/node_modules/@unovis/ts/utils/color.js +0 -8
  232. package/dist/node_modules/@unovis/ts/utils/d3.cjs +0 -1
  233. package/dist/node_modules/@unovis/ts/utils/d3.js +0 -12
  234. package/dist/node_modules/@unovis/ts/utils/data.cjs +0 -1
  235. package/dist/node_modules/@unovis/ts/utils/data.js +0 -169
  236. package/dist/node_modules/@unovis/ts/utils/misc.cjs +0 -1
  237. package/dist/node_modules/@unovis/ts/utils/misc.js +0 -28
  238. package/dist/node_modules/@unovis/ts/utils/path.cjs +0 -1
  239. package/dist/node_modules/@unovis/ts/utils/path.js +0 -9
  240. package/dist/node_modules/@unovis/ts/utils/resize-observer.cjs +0 -1
  241. package/dist/node_modules/@unovis/ts/utils/resize-observer.js +0 -6
  242. package/dist/node_modules/@unovis/ts/utils/text.cjs +0 -2
  243. package/dist/node_modules/@unovis/ts/utils/text.js +0 -178
  244. package/dist/node_modules/@unovis/vue/components/area/index.cjs +0 -1
  245. package/dist/node_modules/@unovis/vue/components/area/index.js +0 -48
  246. package/dist/node_modules/@unovis/vue/components/axis/index.cjs +0 -1
  247. package/dist/node_modules/@unovis/vue/components/axis/index.js +0 -69
  248. package/dist/node_modules/@unovis/vue/components/crosshair/index.cjs +0 -1
  249. package/dist/node_modules/@unovis/vue/components/crosshair/index.js +0 -33
  250. package/dist/node_modules/@unovis/vue/components/donut/index.cjs +0 -1
  251. package/dist/node_modules/@unovis/vue/components/donut/index.js +0 -54
  252. package/dist/node_modules/@unovis/vue/components/grouped-bar/index.cjs +0 -1
  253. package/dist/node_modules/@unovis/vue/components/grouped-bar/index.js +0 -54
  254. package/dist/node_modules/@unovis/vue/components/line/index.cjs +0 -1
  255. package/dist/node_modules/@unovis/vue/components/line/index.js +0 -50
  256. package/dist/node_modules/@unovis/vue/components/stacked-bar/index.cjs +0 -1
  257. package/dist/node_modules/@unovis/vue/components/stacked-bar/index.js +0 -54
  258. package/dist/node_modules/@unovis/vue/components/tooltip/index.cjs +0 -1
  259. package/dist/node_modules/@unovis/vue/components/tooltip/index.js +0 -40
  260. package/dist/node_modules/@unovis/vue/containers/single-container/index.cjs +0 -1
  261. package/dist/node_modules/@unovis/vue/containers/single-container/index.js +0 -66
  262. package/dist/node_modules/@unovis/vue/containers/xy-container/index.cjs +0 -1
  263. package/dist/node_modules/@unovis/vue/containers/xy-container/index.js +0 -102
  264. package/dist/node_modules/@unovis/vue/html-components/bullet-legend/index.cjs +0 -1
  265. package/dist/node_modules/@unovis/vue/html-components/bullet-legend/index.js +0 -43
  266. package/dist/node_modules/@unovis/vue/index.cjs +0 -1
  267. package/dist/node_modules/@unovis/vue/index.js +0 -10
  268. package/dist/node_modules/@unovis/vue/utils/context.cjs +0 -1
  269. package/dist/node_modules/@unovis/vue/utils/context.js +0 -8
  270. package/dist/node_modules/@unovis/vue/utils/props.cjs +0 -1
  271. package/dist/node_modules/@unovis/vue/utils/props.js +0 -18
  272. package/dist/node_modules/d3-array/src/ascending.cjs +0 -1
  273. package/dist/node_modules/d3-array/src/ascending.js +0 -6
  274. package/dist/node_modules/d3-array/src/bisect.cjs +0 -1
  275. package/dist/node_modules/d3-array/src/bisect.js +0 -9
  276. package/dist/node_modules/d3-array/src/bisector.cjs +0 -1
  277. package/dist/node_modules/d3-array/src/bisector.js +0 -37
  278. package/dist/node_modules/d3-array/src/descending.cjs +0 -1
  279. package/dist/node_modules/d3-array/src/descending.js +0 -6
  280. package/dist/node_modules/d3-array/src/extent.cjs +0 -1
  281. package/dist/node_modules/d3-array/src/extent.js +0 -9
  282. package/dist/node_modules/d3-array/src/max.cjs +0 -1
  283. package/dist/node_modules/d3-array/src/max.js +0 -15
  284. package/dist/node_modules/d3-array/src/mean.cjs +0 -1
  285. package/dist/node_modules/d3-array/src/mean.js +0 -15
  286. package/dist/node_modules/d3-array/src/merge.cjs +0 -1
  287. package/dist/node_modules/d3-array/src/merge.js +0 -10
  288. package/dist/node_modules/d3-array/src/min.cjs +0 -1
  289. package/dist/node_modules/d3-array/src/min.js +0 -15
  290. package/dist/node_modules/d3-array/src/number.cjs +0 -1
  291. package/dist/node_modules/d3-array/src/number.js +0 -6
  292. package/dist/node_modules/d3-array/src/quantile.cjs +0 -1
  293. package/dist/node_modules/d3-array/src/quantile.js +0 -12
  294. package/dist/node_modules/d3-array/src/range.cjs +0 -1
  295. package/dist/node_modules/d3-array/src/range.js +0 -9
  296. package/dist/node_modules/d3-array/src/sum.cjs +0 -1
  297. package/dist/node_modules/d3-array/src/sum.js +0 -15
  298. package/dist/node_modules/d3-array/src/ticks.cjs +0 -1
  299. package/dist/node_modules/d3-array/src/ticks.js +0 -32
  300. package/dist/node_modules/d3-axis/src/axis.cjs +0 -1
  301. package/dist/node_modules/d3-axis/src/axis.js +0 -72
  302. package/dist/node_modules/d3-axis/src/identity.cjs +0 -1
  303. package/dist/node_modules/d3-axis/src/identity.js +0 -6
  304. package/dist/node_modules/d3-color/src/color.cjs +0 -1
  305. package/dist/node_modules/d3-color/src/color.js +0 -305
  306. package/dist/node_modules/d3-color/src/define.cjs +0 -1
  307. package/dist/node_modules/d3-color/src/define.js +0 -12
  308. package/dist/node_modules/d3-dispatch/src/dispatch.cjs +0 -1
  309. package/dist/node_modules/d3-dispatch/src/dispatch.js +0 -64
  310. package/dist/node_modules/d3-ease/src/cubic.cjs +0 -1
  311. package/dist/node_modules/d3-ease/src/cubic.js +0 -6
  312. package/dist/node_modules/d3-ease/src/linear.cjs +0 -1
  313. package/dist/node_modules/d3-ease/src/linear.js +0 -4
  314. package/dist/node_modules/d3-format/src/defaultLocale.cjs +0 -1
  315. package/dist/node_modules/d3-format/src/defaultLocale.js +0 -15
  316. package/dist/node_modules/d3-format/src/exponent.cjs +0 -1
  317. package/dist/node_modules/d3-format/src/exponent.js +0 -7
  318. package/dist/node_modules/d3-format/src/formatDecimal.cjs +0 -1
  319. package/dist/node_modules/d3-format/src/formatDecimal.js +0 -15
  320. package/dist/node_modules/d3-format/src/formatGroup.cjs +0 -1
  321. package/dist/node_modules/d3-format/src/formatGroup.js +0 -10
  322. package/dist/node_modules/d3-format/src/formatNumerals.cjs +0 -1
  323. package/dist/node_modules/d3-format/src/formatNumerals.js +0 -10
  324. package/dist/node_modules/d3-format/src/formatPrefixAuto.cjs +0 -1
  325. package/dist/node_modules/d3-format/src/formatPrefixAuto.js +0 -12
  326. package/dist/node_modules/d3-format/src/formatRounded.cjs +0 -1
  327. package/dist/node_modules/d3-format/src/formatRounded.js +0 -10
  328. package/dist/node_modules/d3-format/src/formatSpecifier.cjs +0 -1
  329. package/dist/node_modules/d3-format/src/formatSpecifier.js +0 -28
  330. package/dist/node_modules/d3-format/src/formatTrim.cjs +0 -1
  331. package/dist/node_modules/d3-format/src/formatTrim.js +0 -19
  332. package/dist/node_modules/d3-format/src/formatTypes.cjs +0 -1
  333. package/dist/node_modules/d3-format/src/formatTypes.js +0 -21
  334. package/dist/node_modules/d3-format/src/identity.cjs +0 -1
  335. package/dist/node_modules/d3-format/src/identity.js +0 -6
  336. package/dist/node_modules/d3-format/src/locale.cjs +0 -1
  337. package/dist/node_modules/d3-format/src/locale.js +0 -68
  338. package/dist/node_modules/d3-format/src/precisionFixed.cjs +0 -1
  339. package/dist/node_modules/d3-format/src/precisionFixed.js +0 -7
  340. package/dist/node_modules/d3-format/src/precisionPrefix.cjs +0 -1
  341. package/dist/node_modules/d3-format/src/precisionPrefix.js +0 -7
  342. package/dist/node_modules/d3-format/src/precisionRound.cjs +0 -1
  343. package/dist/node_modules/d3-format/src/precisionRound.js +0 -7
  344. package/dist/node_modules/d3-interpolate/src/array.cjs +0 -1
  345. package/dist/node_modules/d3-interpolate/src/array.js +0 -13
  346. package/dist/node_modules/d3-interpolate/src/color.cjs +0 -1
  347. package/dist/node_modules/d3-interpolate/src/color.js +0 -24
  348. package/dist/node_modules/d3-interpolate/src/constant.cjs +0 -1
  349. package/dist/node_modules/d3-interpolate/src/constant.js +0 -4
  350. package/dist/node_modules/d3-interpolate/src/date.cjs +0 -1
  351. package/dist/node_modules/d3-interpolate/src/date.js +0 -9
  352. package/dist/node_modules/d3-interpolate/src/number.cjs +0 -1
  353. package/dist/node_modules/d3-interpolate/src/number.js +0 -8
  354. package/dist/node_modules/d3-interpolate/src/numberArray.cjs +0 -1
  355. package/dist/node_modules/d3-interpolate/src/numberArray.js +0 -15
  356. package/dist/node_modules/d3-interpolate/src/object.cjs +0 -1
  357. package/dist/node_modules/d3-interpolate/src/object.js +0 -14
  358. package/dist/node_modules/d3-interpolate/src/piecewise.cjs +0 -1
  359. package/dist/node_modules/d3-interpolate/src/piecewise.js +0 -12
  360. package/dist/node_modules/d3-interpolate/src/rgb.cjs +0 -1
  361. package/dist/node_modules/d3-interpolate/src/rgb.js +0 -15
  362. package/dist/node_modules/d3-interpolate/src/round.cjs +0 -1
  363. package/dist/node_modules/d3-interpolate/src/round.js +0 -8
  364. package/dist/node_modules/d3-interpolate/src/string.cjs +0 -1
  365. package/dist/node_modules/d3-interpolate/src/string.js +0 -24
  366. package/dist/node_modules/d3-interpolate/src/transform/decompose.cjs +0 -1
  367. package/dist/node_modules/d3-interpolate/src/transform/decompose.js +0 -23
  368. package/dist/node_modules/d3-interpolate/src/transform/index.cjs +0 -1
  369. package/dist/node_modules/d3-interpolate/src/transform/index.js +0 -37
  370. package/dist/node_modules/d3-interpolate/src/transform/parse.cjs +0 -1
  371. package/dist/node_modules/d3-interpolate/src/transform/parse.js +0 -13
  372. package/dist/node_modules/d3-interpolate/src/value.cjs +0 -1
  373. package/dist/node_modules/d3-interpolate/src/value.js +0 -16
  374. package/dist/node_modules/d3-interpolate-path/build/d3-interpolate-path.cjs +0 -2
  375. package/dist/node_modules/d3-interpolate-path/build/d3-interpolate-path.js +0 -301
  376. package/dist/node_modules/d3-path/src/path.cjs +0 -1
  377. package/dist/node_modules/d3-path/src/path.js +0 -64
  378. package/dist/node_modules/d3-scale/src/band.cjs +0 -1
  379. package/dist/node_modules/d3-scale/src/band.js +0 -51
  380. package/dist/node_modules/d3-scale/src/constant.cjs +0 -1
  381. package/dist/node_modules/d3-scale/src/constant.js +0 -8
  382. package/dist/node_modules/d3-scale/src/continuous.cjs +0 -1
  383. package/dist/node_modules/d3-scale/src/continuous.js +0 -75
  384. package/dist/node_modules/d3-scale/src/diverging.cjs +0 -1
  385. package/dist/node_modules/d3-scale/src/diverging.js +0 -40
  386. package/dist/node_modules/d3-scale/src/identity.cjs +0 -1
  387. package/dist/node_modules/d3-scale/src/identity.js +0 -18
  388. package/dist/node_modules/d3-scale/src/init.cjs +0 -1
  389. package/dist/node_modules/d3-scale/src/init.js +0 -32
  390. package/dist/node_modules/d3-scale/src/linear.cjs +0 -1
  391. package/dist/node_modules/d3-scale/src/linear.js +0 -39
  392. package/dist/node_modules/d3-scale/src/log.cjs +0 -1
  393. package/dist/node_modules/d3-scale/src/log.js +0 -86
  394. package/dist/node_modules/d3-scale/src/nice.cjs +0 -1
  395. package/dist/node_modules/d3-scale/src/nice.js +0 -8
  396. package/dist/node_modules/d3-scale/src/number.cjs +0 -1
  397. package/dist/node_modules/d3-scale/src/number.js +0 -6
  398. package/dist/node_modules/d3-scale/src/ordinal.cjs +0 -1
  399. package/dist/node_modules/d3-scale/src/ordinal.js +0 -31
  400. package/dist/node_modules/d3-scale/src/pow.cjs +0 -1
  401. package/dist/node_modules/d3-scale/src/pow.js +0 -37
  402. package/dist/node_modules/d3-scale/src/quantile.cjs +0 -1
  403. package/dist/node_modules/d3-scale/src/quantile.js +0 -38
  404. package/dist/node_modules/d3-scale/src/quantize.cjs +0 -1
  405. package/dist/node_modules/d3-scale/src/quantize.js +0 -31
  406. package/dist/node_modules/d3-scale/src/sequential.cjs +0 -1
  407. package/dist/node_modules/d3-scale/src/sequential.js +0 -42
  408. package/dist/node_modules/d3-scale/src/symlog.cjs +0 -1
  409. package/dist/node_modules/d3-scale/src/symlog.js +0 -29
  410. package/dist/node_modules/d3-scale/src/threshold.cjs +0 -1
  411. package/dist/node_modules/d3-scale/src/threshold.js +0 -23
  412. package/dist/node_modules/d3-scale/src/tickFormat.cjs +0 -1
  413. package/dist/node_modules/d3-scale/src/tickFormat.js +0 -32
  414. package/dist/node_modules/d3-scale/src/time.cjs +0 -1
  415. package/dist/node_modules/d3-scale/src/time.js +0 -46
  416. package/dist/node_modules/d3-scale/src/utcTime.cjs +0 -1
  417. package/dist/node_modules/d3-scale/src/utcTime.js +0 -17
  418. package/dist/node_modules/d3-selection/src/array.cjs +0 -1
  419. package/dist/node_modules/d3-selection/src/array.js +0 -6
  420. package/dist/node_modules/d3-selection/src/constant.cjs +0 -1
  421. package/dist/node_modules/d3-selection/src/constant.js +0 -8
  422. package/dist/node_modules/d3-selection/src/creator.cjs +0 -1
  423. package/dist/node_modules/d3-selection/src/creator.js +0 -20
  424. package/dist/node_modules/d3-selection/src/matcher.cjs +0 -1
  425. package/dist/node_modules/d3-selection/src/matcher.js +0 -14
  426. package/dist/node_modules/d3-selection/src/namespace.cjs +0 -1
  427. package/dist/node_modules/d3-selection/src/namespace.js +0 -8
  428. package/dist/node_modules/d3-selection/src/namespaces.cjs +0 -1
  429. package/dist/node_modules/d3-selection/src/namespaces.js +0 -12
  430. package/dist/node_modules/d3-selection/src/pointer.cjs +0 -1
  431. package/dist/node_modules/d3-selection/src/pointer.js +0 -18
  432. package/dist/node_modules/d3-selection/src/select.cjs +0 -1
  433. package/dist/node_modules/d3-selection/src/select.js +0 -7
  434. package/dist/node_modules/d3-selection/src/selection/append.cjs +0 -1
  435. package/dist/node_modules/d3-selection/src/selection/append.js +0 -10
  436. package/dist/node_modules/d3-selection/src/selection/attr.cjs +0 -1
  437. package/dist/node_modules/d3-selection/src/selection/attr.js +0 -44
  438. package/dist/node_modules/d3-selection/src/selection/call.cjs +0 -1
  439. package/dist/node_modules/d3-selection/src/selection/call.js +0 -7
  440. package/dist/node_modules/d3-selection/src/selection/classed.cjs +0 -1
  441. package/dist/node_modules/d3-selection/src/selection/classed.js +0 -54
  442. package/dist/node_modules/d3-selection/src/selection/clone.cjs +0 -1
  443. package/dist/node_modules/d3-selection/src/selection/clone.js +0 -14
  444. package/dist/node_modules/d3-selection/src/selection/data.cjs +0 -1
  445. package/dist/node_modules/d3-selection/src/selection/data.js +0 -42
  446. package/dist/node_modules/d3-selection/src/selection/datum.cjs +0 -1
  447. package/dist/node_modules/d3-selection/src/selection/datum.js +0 -6
  448. package/dist/node_modules/d3-selection/src/selection/dispatch.cjs +0 -1
  449. package/dist/node_modules/d3-selection/src/selection/dispatch.js +0 -21
  450. package/dist/node_modules/d3-selection/src/selection/each.cjs +0 -1
  451. package/dist/node_modules/d3-selection/src/selection/each.js +0 -9
  452. package/dist/node_modules/d3-selection/src/selection/empty.cjs +0 -1
  453. package/dist/node_modules/d3-selection/src/selection/empty.js +0 -6
  454. package/dist/node_modules/d3-selection/src/selection/enter.cjs +0 -1
  455. package/dist/node_modules/d3-selection/src/selection/enter.js +0 -27
  456. package/dist/node_modules/d3-selection/src/selection/exit.cjs +0 -1
  457. package/dist/node_modules/d3-selection/src/selection/exit.js +0 -8
  458. package/dist/node_modules/d3-selection/src/selection/filter.cjs +0 -1
  459. package/dist/node_modules/d3-selection/src/selection/filter.js +0 -12
  460. package/dist/node_modules/d3-selection/src/selection/html.cjs +0 -1
  461. package/dist/node_modules/d3-selection/src/selection/html.js +0 -20
  462. package/dist/node_modules/d3-selection/src/selection/index.cjs +0 -1
  463. package/dist/node_modules/d3-selection/src/selection/index.js +0 -87
  464. package/dist/node_modules/d3-selection/src/selection/insert.cjs +0 -1
  465. package/dist/node_modules/d3-selection/src/selection/insert.js +0 -14
  466. package/dist/node_modules/d3-selection/src/selection/iterator.cjs +0 -1
  467. package/dist/node_modules/d3-selection/src/selection/iterator.js +0 -8
  468. package/dist/node_modules/d3-selection/src/selection/join.cjs +0 -1
  469. package/dist/node_modules/d3-selection/src/selection/join.js +0 -7
  470. package/dist/node_modules/d3-selection/src/selection/lower.cjs +0 -1
  471. package/dist/node_modules/d3-selection/src/selection/lower.js +0 -9
  472. package/dist/node_modules/d3-selection/src/selection/merge.cjs +0 -1
  473. package/dist/node_modules/d3-selection/src/selection/merge.js +0 -12
  474. package/dist/node_modules/d3-selection/src/selection/node.cjs +0 -1
  475. package/dist/node_modules/d3-selection/src/selection/node.js +0 -11
  476. package/dist/node_modules/d3-selection/src/selection/nodes.cjs +0 -1
  477. package/dist/node_modules/d3-selection/src/selection/nodes.js +0 -6
  478. package/dist/node_modules/d3-selection/src/selection/on.cjs +0 -1
  479. package/dist/node_modules/d3-selection/src/selection/on.js +0 -52
  480. package/dist/node_modules/d3-selection/src/selection/order.cjs +0 -1
  481. package/dist/node_modules/d3-selection/src/selection/order.js +0 -9
  482. package/dist/node_modules/d3-selection/src/selection/property.cjs +0 -1
  483. package/dist/node_modules/d3-selection/src/selection/property.js +0 -22
  484. package/dist/node_modules/d3-selection/src/selection/raise.cjs +0 -1
  485. package/dist/node_modules/d3-selection/src/selection/raise.js +0 -9
  486. package/dist/node_modules/d3-selection/src/selection/remove.cjs +0 -1
  487. package/dist/node_modules/d3-selection/src/selection/remove.js +0 -10
  488. package/dist/node_modules/d3-selection/src/selection/select.cjs +0 -1
  489. package/dist/node_modules/d3-selection/src/selection/select.js +0 -12
  490. package/dist/node_modules/d3-selection/src/selection/selectAll.cjs +0 -1
  491. package/dist/node_modules/d3-selection/src/selection/selectAll.js +0 -18
  492. package/dist/node_modules/d3-selection/src/selection/selectChild.cjs +0 -1
  493. package/dist/node_modules/d3-selection/src/selection/selectChild.js +0 -16
  494. package/dist/node_modules/d3-selection/src/selection/selectChildren.cjs +0 -1
  495. package/dist/node_modules/d3-selection/src/selection/selectChildren.js +0 -16
  496. package/dist/node_modules/d3-selection/src/selection/size.cjs +0 -1
  497. package/dist/node_modules/d3-selection/src/selection/size.js +0 -8
  498. package/dist/node_modules/d3-selection/src/selection/sort.cjs +0 -1
  499. package/dist/node_modules/d3-selection/src/selection/sort.js +0 -19
  500. package/dist/node_modules/d3-selection/src/selection/sparse.cjs +0 -1
  501. package/dist/node_modules/d3-selection/src/selection/sparse.js +0 -6
  502. package/dist/node_modules/d3-selection/src/selection/style.cjs +0 -1
  503. package/dist/node_modules/d3-selection/src/selection/style.js +0 -27
  504. package/dist/node_modules/d3-selection/src/selection/text.cjs +0 -1
  505. package/dist/node_modules/d3-selection/src/selection/text.js +0 -20
  506. package/dist/node_modules/d3-selection/src/selector.cjs +0 -1
  507. package/dist/node_modules/d3-selection/src/selector.js +0 -10
  508. package/dist/node_modules/d3-selection/src/selectorAll.cjs +0 -1
  509. package/dist/node_modules/d3-selection/src/selectorAll.js +0 -11
  510. package/dist/node_modules/d3-selection/src/sourceEvent.cjs +0 -1
  511. package/dist/node_modules/d3-selection/src/sourceEvent.js +0 -8
  512. package/dist/node_modules/d3-selection/src/window.cjs +0 -1
  513. package/dist/node_modules/d3-selection/src/window.js +0 -6
  514. package/dist/node_modules/d3-shape/src/arc.cjs +0 -1
  515. package/dist/node_modules/d3-shape/src/arc.js +0 -85
  516. package/dist/node_modules/d3-shape/src/area.cjs +0 -1
  517. package/dist/node_modules/d3-shape/src/area.js +0 -56
  518. package/dist/node_modules/d3-shape/src/array.cjs +0 -1
  519. package/dist/node_modules/d3-shape/src/array.js +0 -6
  520. package/dist/node_modules/d3-shape/src/constant.cjs +0 -1
  521. package/dist/node_modules/d3-shape/src/constant.js +0 -8
  522. package/dist/node_modules/d3-shape/src/curve/basis.cjs +0 -1
  523. package/dist/node_modules/d3-shape/src/curve/basis.js +0 -60
  524. package/dist/node_modules/d3-shape/src/curve/basisClosed.cjs +0 -1
  525. package/dist/node_modules/d3-shape/src/curve/basisClosed.js +0 -51
  526. package/dist/node_modules/d3-shape/src/curve/basisOpen.cjs +0 -1
  527. package/dist/node_modules/d3-shape/src/curve/basisOpen.js +0 -46
  528. package/dist/node_modules/d3-shape/src/curve/bundle.cjs +0 -1
  529. package/dist/node_modules/d3-shape/src/curve/bundle.js +0 -33
  530. package/dist/node_modules/d3-shape/src/curve/cardinal.cjs +0 -1
  531. package/dist/node_modules/d3-shape/src/curve/cardinal.js +0 -65
  532. package/dist/node_modules/d3-shape/src/curve/cardinalClosed.cjs +0 -1
  533. package/dist/node_modules/d3-shape/src/curve/cardinalClosed.js +0 -57
  534. package/dist/node_modules/d3-shape/src/curve/cardinalOpen.cjs +0 -1
  535. package/dist/node_modules/d3-shape/src/curve/cardinalOpen.js +0 -50
  536. package/dist/node_modules/d3-shape/src/curve/catmullRom.cjs +0 -1
  537. package/dist/node_modules/d3-shape/src/curve/catmullRom.js +0 -72
  538. package/dist/node_modules/d3-shape/src/curve/catmullRomClosed.cjs +0 -1
  539. package/dist/node_modules/d3-shape/src/curve/catmullRomClosed.js +0 -61
  540. package/dist/node_modules/d3-shape/src/curve/catmullRomOpen.cjs +0 -1
  541. package/dist/node_modules/d3-shape/src/curve/catmullRomOpen.js +0 -54
  542. package/dist/node_modules/d3-shape/src/curve/linear.cjs +0 -1
  543. package/dist/node_modules/d3-shape/src/curve/linear.js +0 -36
  544. package/dist/node_modules/d3-shape/src/curve/linearClosed.cjs +0 -1
  545. package/dist/node_modules/d3-shape/src/curve/linearClosed.js +0 -23
  546. package/dist/node_modules/d3-shape/src/curve/monotone.cjs +0 -1
  547. package/dist/node_modules/d3-shape/src/curve/monotone.js +0 -93
  548. package/dist/node_modules/d3-shape/src/curve/natural.cjs +0 -1
  549. package/dist/node_modules/d3-shape/src/curve/natural.js +0 -41
  550. package/dist/node_modules/d3-shape/src/curve/step.cjs +0 -1
  551. package/dist/node_modules/d3-shape/src/curve/step.js +0 -51
  552. package/dist/node_modules/d3-shape/src/descending.cjs +0 -1
  553. package/dist/node_modules/d3-shape/src/descending.js +0 -6
  554. package/dist/node_modules/d3-shape/src/identity.cjs +0 -1
  555. package/dist/node_modules/d3-shape/src/identity.js +0 -6
  556. package/dist/node_modules/d3-shape/src/line.cjs +0 -1
  557. package/dist/node_modules/d3-shape/src/line.js +0 -29
  558. package/dist/node_modules/d3-shape/src/math.cjs +0 -1
  559. package/dist/node_modules/d3-shape/src/math.js +0 -22
  560. package/dist/node_modules/d3-shape/src/noop.cjs +0 -1
  561. package/dist/node_modules/d3-shape/src/noop.js +0 -5
  562. package/dist/node_modules/d3-shape/src/path.cjs +0 -1
  563. package/dist/node_modules/d3-shape/src/path.js +0 -18
  564. package/dist/node_modules/d3-shape/src/pie.cjs +0 -1
  565. package/dist/node_modules/d3-shape/src/pie.js +0 -43
  566. package/dist/node_modules/d3-shape/src/point.cjs +0 -1
  567. package/dist/node_modules/d3-shape/src/point.js +0 -10
  568. package/dist/node_modules/d3-shape/src/symbol/circle.cjs +0 -1
  569. package/dist/node_modules/d3-shape/src/symbol/circle.js +0 -10
  570. package/dist/node_modules/d3-shape/src/symbol/cross.cjs +0 -1
  571. package/dist/node_modules/d3-shape/src/symbol/cross.js +0 -10
  572. package/dist/node_modules/d3-shape/src/symbol/diamond.cjs +0 -1
  573. package/dist/node_modules/d3-shape/src/symbol/diamond.js +0 -10
  574. package/dist/node_modules/d3-shape/src/symbol/square.cjs +0 -1
  575. package/dist/node_modules/d3-shape/src/symbol/square.js +0 -10
  576. package/dist/node_modules/d3-shape/src/symbol/star.cjs +0 -1
  577. package/dist/node_modules/d3-shape/src/symbol/star.js +0 -15
  578. package/dist/node_modules/d3-shape/src/symbol/triangle.cjs +0 -1
  579. package/dist/node_modules/d3-shape/src/symbol/triangle.js +0 -10
  580. package/dist/node_modules/d3-shape/src/symbol/wye.cjs +0 -1
  581. package/dist/node_modules/d3-shape/src/symbol/wye.js +0 -10
  582. package/dist/node_modules/d3-shape/src/symbol.cjs +0 -1
  583. package/dist/node_modules/d3-shape/src/symbol.js +0 -21
  584. package/dist/node_modules/d3-time/src/day.cjs +0 -1
  585. package/dist/node_modules/d3-time/src/day.js +0 -26
  586. package/dist/node_modules/d3-time/src/duration.cjs +0 -1
  587. package/dist/node_modules/d3-time/src/duration.js +0 -10
  588. package/dist/node_modules/d3-time/src/hour.cjs +0 -1
  589. package/dist/node_modules/d3-time/src/hour.js +0 -18
  590. package/dist/node_modules/d3-time/src/interval.cjs +0 -1
  591. package/dist/node_modules/d3-time/src/interval.js +0 -31
  592. package/dist/node_modules/d3-time/src/millisecond.cjs +0 -1
  593. package/dist/node_modules/d3-time/src/millisecond.js +0 -14
  594. package/dist/node_modules/d3-time/src/minute.cjs +0 -1
  595. package/dist/node_modules/d3-time/src/minute.js +0 -18
  596. package/dist/node_modules/d3-time/src/month.cjs +0 -1
  597. package/dist/node_modules/d3-time/src/month.js +0 -17
  598. package/dist/node_modules/d3-time/src/second.cjs +0 -1
  599. package/dist/node_modules/d3-time/src/second.js +0 -11
  600. package/dist/node_modules/d3-time/src/ticks.cjs +0 -1
  601. package/dist/node_modules/d3-time/src/ticks.js +0 -54
  602. package/dist/node_modules/d3-time/src/week.cjs +0 -1
  603. package/dist/node_modules/d3-time/src/week.js +0 -48
  604. package/dist/node_modules/d3-time/src/year.cjs +0 -1
  605. package/dist/node_modules/d3-time/src/year.js +0 -27
  606. package/dist/node_modules/d3-time-format/src/defaultLocale.cjs +0 -1
  607. package/dist/node_modules/d3-time-format/src/defaultLocale.js +0 -20
  608. package/dist/node_modules/d3-time-format/src/locale.cjs +0 -1
  609. package/dist/node_modules/d3-time-format/src/locale.js +0 -478
  610. package/dist/node_modules/d3-timer/src/timeout.cjs +0 -1
  611. package/dist/node_modules/d3-timer/src/timeout.js +0 -10
  612. package/dist/node_modules/d3-timer/src/timer.cjs +0 -1
  613. package/dist/node_modules/d3-timer/src/timer.js +0 -62
  614. package/dist/node_modules/d3-transition/src/interrupt.cjs +0 -1
  615. package/dist/node_modules/d3-transition/src/interrupt.js +0 -18
  616. package/dist/node_modules/d3-transition/src/selection/index.cjs +0 -1
  617. package/dist/node_modules/d3-transition/src/selection/index.js +0 -5
  618. package/dist/node_modules/d3-transition/src/selection/interrupt.cjs +0 -1
  619. package/dist/node_modules/d3-transition/src/selection/interrupt.js +0 -9
  620. package/dist/node_modules/d3-transition/src/selection/transition.cjs +0 -1
  621. package/dist/node_modules/d3-transition/src/selection/transition.js +0 -28
  622. package/dist/node_modules/d3-transition/src/transition/attr.cjs +0 -1
  623. package/dist/node_modules/d3-transition/src/transition/attr.js +0 -49
  624. package/dist/node_modules/d3-transition/src/transition/attrTween.cjs +0 -1
  625. package/dist/node_modules/d3-transition/src/transition/attrTween.js +0 -38
  626. package/dist/node_modules/d3-transition/src/transition/delay.cjs +0 -1
  627. package/dist/node_modules/d3-transition/src/transition/delay.js +0 -18
  628. package/dist/node_modules/d3-transition/src/transition/duration.cjs +0 -1
  629. package/dist/node_modules/d3-transition/src/transition/duration.js +0 -18
  630. package/dist/node_modules/d3-transition/src/transition/ease.cjs +0 -1
  631. package/dist/node_modules/d3-transition/src/transition/ease.js +0 -14
  632. package/dist/node_modules/d3-transition/src/transition/easeVarying.cjs +0 -1
  633. package/dist/node_modules/d3-transition/src/transition/easeVarying.js +0 -15
  634. package/dist/node_modules/d3-transition/src/transition/end.cjs +0 -1
  635. package/dist/node_modules/d3-transition/src/transition/end.js +0 -16
  636. package/dist/node_modules/d3-transition/src/transition/filter.cjs +0 -1
  637. package/dist/node_modules/d3-transition/src/transition/filter.js +0 -12
  638. package/dist/node_modules/d3-transition/src/transition/index.cjs +0 -1
  639. package/dist/node_modules/d3-transition/src/transition/index.js +0 -65
  640. package/dist/node_modules/d3-transition/src/transition/interpolate.cjs +0 -1
  641. package/dist/node_modules/d3-transition/src/transition/interpolate.js +0 -11
  642. package/dist/node_modules/d3-transition/src/transition/merge.cjs +0 -1
  643. package/dist/node_modules/d3-transition/src/transition/merge.js +0 -13
  644. package/dist/node_modules/d3-transition/src/transition/on.cjs +0 -1
  645. package/dist/node_modules/d3-transition/src/transition/on.js +0 -21
  646. package/dist/node_modules/d3-transition/src/transition/remove.cjs +0 -1
  647. package/dist/node_modules/d3-transition/src/transition/remove.js +0 -13
  648. package/dist/node_modules/d3-transition/src/transition/schedule.cjs +0 -1
  649. package/dist/node_modules/d3-transition/src/transition/schedule.js +0 -85
  650. package/dist/node_modules/d3-transition/src/transition/select.cjs +0 -1
  651. package/dist/node_modules/d3-transition/src/transition/select.js +0 -14
  652. package/dist/node_modules/d3-transition/src/transition/selectAll.cjs +0 -1
  653. package/dist/node_modules/d3-transition/src/transition/selectAll.js +0 -18
  654. package/dist/node_modules/d3-transition/src/transition/selection.cjs +0 -1
  655. package/dist/node_modules/d3-transition/src/transition/selection.js +0 -8
  656. package/dist/node_modules/d3-transition/src/transition/style.cjs +0 -1
  657. package/dist/node_modules/d3-transition/src/transition/style.js +0 -45
  658. package/dist/node_modules/d3-transition/src/transition/styleTween.cjs +0 -1
  659. package/dist/node_modules/d3-transition/src/transition/styleTween.js +0 -23
  660. package/dist/node_modules/d3-transition/src/transition/text.cjs +0 -1
  661. package/dist/node_modules/d3-transition/src/transition/text.js +0 -18
  662. package/dist/node_modules/d3-transition/src/transition/textTween.cjs +0 -1
  663. package/dist/node_modules/d3-transition/src/transition/textTween.js +0 -23
  664. package/dist/node_modules/d3-transition/src/transition/transition.cjs +0 -1
  665. package/dist/node_modules/d3-transition/src/transition/transition.js +0 -19
  666. package/dist/node_modules/d3-transition/src/transition/tween.cjs +0 -1
  667. package/dist/node_modules/d3-transition/src/transition/tween.js +0 -56
  668. package/dist/node_modules/internmap/src/index.cjs +0 -1
  669. package/dist/node_modules/internmap/src/index.js +0 -35
  670. package/dist/node_modules/parse-unit/index.cjs +0 -1
  671. package/dist/node_modules/parse-unit/index.js +0 -11
  672. package/dist/node_modules/striptags/src/striptags.cjs +0 -2
  673. package/dist/node_modules/striptags/src/striptags.js +0 -118
  674. package/dist/node_modules/stylis/src/Enum.cjs +0 -1
  675. package/dist/node_modules/stylis/src/Enum.js +0 -12
  676. package/dist/node_modules/stylis/src/Middleware.cjs +0 -1
  677. package/dist/node_modules/stylis/src/Middleware.js +0 -18
  678. package/dist/node_modules/stylis/src/Parser.cjs +0 -1
  679. package/dist/node_modules/stylis/src/Parser.js +0 -131
  680. package/dist/node_modules/stylis/src/Serializer.cjs +0 -1
  681. package/dist/node_modules/stylis/src/Serializer.js +0 -27
  682. package/dist/node_modules/stylis/src/Tokenizer.cjs +0 -1
  683. package/dist/node_modules/stylis/src/Tokenizer.js +0 -141
  684. package/dist/node_modules/stylis/src/Utility.cjs +0 -1
  685. package/dist/node_modules/stylis/src/Utility.js +0 -50
  686. package/dist/node_modules/throttle-debounce/esm/index.cjs +0 -1
  687. package/dist/node_modules/throttle-debounce/esm/index.js +0 -28
  688. package/dist/node_modules/to-px/browser.cjs +0 -1
  689. package/dist/node_modules/to-px/browser.js +0 -63
  690. package/dist/types.cjs +0 -1
  691. package/dist/utils.cjs +0 -1
  692. package/dist/vite.svg +0 -1
  693. /package/dist/components/{Area → AreaChart}/AreaChart.vue.d.ts +0 -0
  694. /package/dist/components/{Area → AreaChart}/AreaChart2.js +0 -0
  695. /package/dist/components/{AreaStacked → AreaStackedChart}/AreaStackedChart.vue.d.ts +0 -0
  696. /package/dist/components/{AreaStacked → AreaStackedChart}/AreaStackedChart2.js +0 -0
  697. /package/dist/components/{Bar → BarChart}/BarChart2.js +0 -0
  698. /package/dist/components/{Donut → DonutChart}/DonutChart2.js +0 -0
  699. /package/dist/components/{Line → LineChart}/LineChart2.js +0 -0
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const u=require("./define.cjs");function g(){}var b=.7,p=1/b,o="\\s*([+-]?\\d+)\\s*",m="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",n="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",z=/^#([0-9a-f]{3,8})$/,L=new RegExp(`^rgb\\(${o},${o},${o}\\)$`),T=new RegExp(`^rgb\\(${n},${n},${n}\\)$`),A=new RegExp(`^rgba\\(${o},${o},${o},${m}\\)$`),B=new RegExp(`^rgba\\(${n},${n},${n},${m}\\)$`),D=new RegExp(`^hsl\\(${m},${n},${n}\\)$`),F=new RegExp(`^hsla\\(${m},${n},${n},${m}\\)$`),R={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};u.default(g,k,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:M,formatHex:M,formatHex8:G,formatHsl:J,formatRgb:q,toString:q});function M(){return this.rgb().formatHex()}function G(){return this.rgb().formatHex8()}function J(){return H(this).formatHsl()}function q(){return this.rgb().formatRgb()}function k(e){var r,t;return e=(e+"").trim().toLowerCase(),(r=z.exec(e))?(t=r[1].length,r=parseInt(r[1],16),t===6?_(r):t===3?new a(r>>8&15|r>>4&240,r>>4&15|r&240,(r&15)<<4|r&15,1):t===8?w(r>>24&255,r>>16&255,r>>8&255,(r&255)/255):t===4?w(r>>12&15|r>>8&240,r>>8&15|r>>4&240,r>>4&15|r&240,((r&15)<<4|r&15)/255):null):(r=L.exec(e))?new a(r[1],r[2],r[3],1):(r=T.exec(e))?new a(r[1]*255/100,r[2]*255/100,r[3]*255/100,1):(r=A.exec(e))?w(r[1],r[2],r[3],r[4]):(r=B.exec(e))?w(r[1]*255/100,r[2]*255/100,r[3]*255/100,r[4]):(r=D.exec(e))?P(r[1],r[2]/100,r[3]/100,1):(r=F.exec(e))?P(r[1],r[2]/100,r[3]/100,r[4]):R.hasOwnProperty(e)?_(R[e]):e==="transparent"?new a(NaN,NaN,NaN,0):null}function _(e){return new a(e>>16&255,e>>8&255,e&255,1)}function w(e,r,t,f){return f<=0&&(e=r=t=NaN),new a(e,r,t,f)}function I(e){return e instanceof g||(e=k(e)),e?(e=e.rgb(),new a(e.r,e.g,e.b,e.opacity)):new a}function j(e,r,t,f){return arguments.length===1?I(e):new a(e,r,t,f??1)}function a(e,r,t,f){this.r=+e,this.g=+r,this.b=+t,this.opacity=+f}u.default(a,j,u.extend(g,{brighter(e){return e=e==null?p:Math.pow(p,e),new a(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=e==null?b:Math.pow(b,e),new a(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new a(h(this.r),h(this.g),h(this.b),N(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:E,formatHex:E,formatHex8:K,formatRgb:C,toString:C}));function E(){return`#${l(this.r)}${l(this.g)}${l(this.b)}`}function K(){return`#${l(this.r)}${l(this.g)}${l(this.b)}${l((isNaN(this.opacity)?1:this.opacity)*255)}`}function C(){const e=N(this.opacity);return`${e===1?"rgb(":"rgba("}${h(this.r)}, ${h(this.g)}, ${h(this.b)}${e===1?")":`, ${e})`}`}function N(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function h(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function l(e){return e=h(e),(e<16?"0":"")+e.toString(16)}function P(e,r,t,f){return f<=0?e=r=t=NaN:t<=0||t>=1?e=r=NaN:r<=0&&(e=NaN),new i(e,r,t,f)}function H(e){if(e instanceof i)return new i(e.h,e.s,e.l,e.opacity);if(e instanceof g||(e=k(e)),!e)return new i;if(e instanceof i)return e;e=e.rgb();var r=e.r/255,t=e.g/255,f=e.b/255,x=Math.min(r,t,f),d=Math.max(r,t,f),c=NaN,s=d-x,y=(d+x)/2;return s?(r===d?c=(t-f)/s+(t<f)*6:t===d?c=(f-r)/s+2:c=(r-t)/s+4,s/=y<.5?d+x:2-d-x,c*=60):s=y>0&&y<1?0:c,new i(c,s,y,e.opacity)}function O(e,r,t,f){return arguments.length===1?H(e):new i(e,r,t,f??1)}function i(e,r,t,f){this.h=+e,this.s=+r,this.l=+t,this.opacity=+f}u.default(i,O,u.extend(g,{brighter(e){return e=e==null?p:Math.pow(p,e),new i(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=e==null?b:Math.pow(b,e),new i(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+(this.h<0)*360,r=isNaN(e)||isNaN(this.s)?0:this.s,t=this.l,f=t+(t<.5?t:1-t)*r,x=2*t-f;return new a(v(e>=240?e-240:e+120,x,f),v(e,x,f),v(e<120?e+240:e-120,x,f),this.opacity)},clamp(){return new i(S(this.h),$(this.s),$(this.l),N(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const e=N(this.opacity);return`${e===1?"hsl(":"hsla("}${S(this.h)}, ${$(this.s)*100}%, ${$(this.l)*100}%${e===1?")":`, ${e})`}`}}));function S(e){return e=(e||0)%360,e<0?e+360:e}function $(e){return Math.max(0,Math.min(1,e||0))}function v(e,r,t){return(e<60?r+(t-r)*e/60:e<180?t:e<240?r+(t-r)*(240-e)/60:r)*255}exports.Color=g;exports.Rgb=a;exports.brighter=p;exports.darker=b;exports.default=k;exports.hsl=O;exports.hslConvert=H;exports.rgb=j;exports.rgbConvert=I;
@@ -1,305 +0,0 @@
1
- import k, { extend as I } from "./define.js";
2
- function u() {
3
- }
4
- var b = 0.7, y = 1 / b, o = "\\s*([+-]?\\d+)\\s*", g = "\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*", n = "\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*", j = /^#([0-9a-f]{3,8})$/, O = new RegExp(`^rgb\\(${o},${o},${o}\\)$`), z = new RegExp(`^rgb\\(${n},${n},${n}\\)$`), L = new RegExp(`^rgba\\(${o},${o},${o},${g}\\)$`), A = new RegExp(`^rgba\\(${n},${n},${n},${g}\\)$`), B = new RegExp(`^hsl\\(${g},${n},${n}\\)$`), D = new RegExp(`^hsla\\(${g},${n},${n},${g}\\)$`), v = {
5
- aliceblue: 15792383,
6
- antiquewhite: 16444375,
7
- aqua: 65535,
8
- aquamarine: 8388564,
9
- azure: 15794175,
10
- beige: 16119260,
11
- bisque: 16770244,
12
- black: 0,
13
- blanchedalmond: 16772045,
14
- blue: 255,
15
- blueviolet: 9055202,
16
- brown: 10824234,
17
- burlywood: 14596231,
18
- cadetblue: 6266528,
19
- chartreuse: 8388352,
20
- chocolate: 13789470,
21
- coral: 16744272,
22
- cornflowerblue: 6591981,
23
- cornsilk: 16775388,
24
- crimson: 14423100,
25
- cyan: 65535,
26
- darkblue: 139,
27
- darkcyan: 35723,
28
- darkgoldenrod: 12092939,
29
- darkgray: 11119017,
30
- darkgreen: 25600,
31
- darkgrey: 11119017,
32
- darkkhaki: 12433259,
33
- darkmagenta: 9109643,
34
- darkolivegreen: 5597999,
35
- darkorange: 16747520,
36
- darkorchid: 10040012,
37
- darkred: 9109504,
38
- darksalmon: 15308410,
39
- darkseagreen: 9419919,
40
- darkslateblue: 4734347,
41
- darkslategray: 3100495,
42
- darkslategrey: 3100495,
43
- darkturquoise: 52945,
44
- darkviolet: 9699539,
45
- deeppink: 16716947,
46
- deepskyblue: 49151,
47
- dimgray: 6908265,
48
- dimgrey: 6908265,
49
- dodgerblue: 2003199,
50
- firebrick: 11674146,
51
- floralwhite: 16775920,
52
- forestgreen: 2263842,
53
- fuchsia: 16711935,
54
- gainsboro: 14474460,
55
- ghostwhite: 16316671,
56
- gold: 16766720,
57
- goldenrod: 14329120,
58
- gray: 8421504,
59
- green: 32768,
60
- greenyellow: 11403055,
61
- grey: 8421504,
62
- honeydew: 15794160,
63
- hotpink: 16738740,
64
- indianred: 13458524,
65
- indigo: 4915330,
66
- ivory: 16777200,
67
- khaki: 15787660,
68
- lavender: 15132410,
69
- lavenderblush: 16773365,
70
- lawngreen: 8190976,
71
- lemonchiffon: 16775885,
72
- lightblue: 11393254,
73
- lightcoral: 15761536,
74
- lightcyan: 14745599,
75
- lightgoldenrodyellow: 16448210,
76
- lightgray: 13882323,
77
- lightgreen: 9498256,
78
- lightgrey: 13882323,
79
- lightpink: 16758465,
80
- lightsalmon: 16752762,
81
- lightseagreen: 2142890,
82
- lightskyblue: 8900346,
83
- lightslategray: 7833753,
84
- lightslategrey: 7833753,
85
- lightsteelblue: 11584734,
86
- lightyellow: 16777184,
87
- lime: 65280,
88
- limegreen: 3329330,
89
- linen: 16445670,
90
- magenta: 16711935,
91
- maroon: 8388608,
92
- mediumaquamarine: 6737322,
93
- mediumblue: 205,
94
- mediumorchid: 12211667,
95
- mediumpurple: 9662683,
96
- mediumseagreen: 3978097,
97
- mediumslateblue: 8087790,
98
- mediumspringgreen: 64154,
99
- mediumturquoise: 4772300,
100
- mediumvioletred: 13047173,
101
- midnightblue: 1644912,
102
- mintcream: 16121850,
103
- mistyrose: 16770273,
104
- moccasin: 16770229,
105
- navajowhite: 16768685,
106
- navy: 128,
107
- oldlace: 16643558,
108
- olive: 8421376,
109
- olivedrab: 7048739,
110
- orange: 16753920,
111
- orangered: 16729344,
112
- orchid: 14315734,
113
- palegoldenrod: 15657130,
114
- palegreen: 10025880,
115
- paleturquoise: 11529966,
116
- palevioletred: 14381203,
117
- papayawhip: 16773077,
118
- peachpuff: 16767673,
119
- peru: 13468991,
120
- pink: 16761035,
121
- plum: 14524637,
122
- powderblue: 11591910,
123
- purple: 8388736,
124
- rebeccapurple: 6697881,
125
- red: 16711680,
126
- rosybrown: 12357519,
127
- royalblue: 4286945,
128
- saddlebrown: 9127187,
129
- salmon: 16416882,
130
- sandybrown: 16032864,
131
- seagreen: 3050327,
132
- seashell: 16774638,
133
- sienna: 10506797,
134
- silver: 12632256,
135
- skyblue: 8900331,
136
- slateblue: 6970061,
137
- slategray: 7372944,
138
- slategrey: 7372944,
139
- snow: 16775930,
140
- springgreen: 65407,
141
- steelblue: 4620980,
142
- tan: 13808780,
143
- teal: 32896,
144
- thistle: 14204888,
145
- tomato: 16737095,
146
- turquoise: 4251856,
147
- violet: 15631086,
148
- wheat: 16113331,
149
- white: 16777215,
150
- whitesmoke: 16119285,
151
- yellow: 16776960,
152
- yellowgreen: 10145074
153
- };
154
- k(u, H, {
155
- copy(e) {
156
- return Object.assign(new this.constructor(), this, e);
157
- },
158
- displayable() {
159
- return this.rgb().displayable();
160
- },
161
- hex: R,
162
- // Deprecated! Use color.formatHex.
163
- formatHex: R,
164
- formatHex8: F,
165
- formatHsl: G,
166
- formatRgb: M,
167
- toString: M
168
- });
169
- function R() {
170
- return this.rgb().formatHex();
171
- }
172
- function F() {
173
- return this.rgb().formatHex8();
174
- }
175
- function G() {
176
- return S(this).formatHsl();
177
- }
178
- function M() {
179
- return this.rgb().formatRgb();
180
- }
181
- function H(e) {
182
- var r, t;
183
- return e = (e + "").trim().toLowerCase(), (r = j.exec(e)) ? (t = r[1].length, r = parseInt(r[1], 16), t === 6 ? q(r) : t === 3 ? new a(r >> 8 & 15 | r >> 4 & 240, r >> 4 & 15 | r & 240, (r & 15) << 4 | r & 15, 1) : t === 8 ? m(r >> 24 & 255, r >> 16 & 255, r >> 8 & 255, (r & 255) / 255) : t === 4 ? m(r >> 12 & 15 | r >> 8 & 240, r >> 8 & 15 | r >> 4 & 240, r >> 4 & 15 | r & 240, ((r & 15) << 4 | r & 15) / 255) : null) : (r = O.exec(e)) ? new a(r[1], r[2], r[3], 1) : (r = z.exec(e)) ? new a(r[1] * 255 / 100, r[2] * 255 / 100, r[3] * 255 / 100, 1) : (r = L.exec(e)) ? m(r[1], r[2], r[3], r[4]) : (r = A.exec(e)) ? m(r[1] * 255 / 100, r[2] * 255 / 100, r[3] * 255 / 100, r[4]) : (r = B.exec(e)) ? P(r[1], r[2] / 100, r[3] / 100, 1) : (r = D.exec(e)) ? P(r[1], r[2] / 100, r[3] / 100, r[4]) : v.hasOwnProperty(e) ? q(v[e]) : e === "transparent" ? new a(NaN, NaN, NaN, 0) : null;
184
- }
185
- function q(e) {
186
- return new a(e >> 16 & 255, e >> 8 & 255, e & 255, 1);
187
- }
188
- function m(e, r, t, f) {
189
- return f <= 0 && (e = r = t = NaN), new a(e, r, t, f);
190
- }
191
- function J(e) {
192
- return e instanceof u || (e = H(e)), e ? (e = e.rgb(), new a(e.r, e.g, e.b, e.opacity)) : new a();
193
- }
194
- function K(e, r, t, f) {
195
- return arguments.length === 1 ? J(e) : new a(e, r, t, f ?? 1);
196
- }
197
- function a(e, r, t, f) {
198
- this.r = +e, this.g = +r, this.b = +t, this.opacity = +f;
199
- }
200
- k(a, K, I(u, {
201
- brighter(e) {
202
- return e = e == null ? y : Math.pow(y, e), new a(this.r * e, this.g * e, this.b * e, this.opacity);
203
- },
204
- darker(e) {
205
- return e = e == null ? b : Math.pow(b, e), new a(this.r * e, this.g * e, this.b * e, this.opacity);
206
- },
207
- rgb() {
208
- return this;
209
- },
210
- clamp() {
211
- return new a(h(this.r), h(this.g), h(this.b), $(this.opacity));
212
- },
213
- displayable() {
214
- return -0.5 <= this.r && this.r < 255.5 && -0.5 <= this.g && this.g < 255.5 && -0.5 <= this.b && this.b < 255.5 && 0 <= this.opacity && this.opacity <= 1;
215
- },
216
- hex: E,
217
- // Deprecated! Use color.formatHex.
218
- formatHex: E,
219
- formatHex8: Q,
220
- formatRgb: _,
221
- toString: _
222
- }));
223
- function E() {
224
- return `#${l(this.r)}${l(this.g)}${l(this.b)}`;
225
- }
226
- function Q() {
227
- return `#${l(this.r)}${l(this.g)}${l(this.b)}${l((isNaN(this.opacity) ? 1 : this.opacity) * 255)}`;
228
- }
229
- function _() {
230
- const e = $(this.opacity);
231
- return `${e === 1 ? "rgb(" : "rgba("}${h(this.r)}, ${h(this.g)}, ${h(this.b)}${e === 1 ? ")" : `, ${e})`}`;
232
- }
233
- function $(e) {
234
- return isNaN(e) ? 1 : Math.max(0, Math.min(1, e));
235
- }
236
- function h(e) {
237
- return Math.max(0, Math.min(255, Math.round(e) || 0));
238
- }
239
- function l(e) {
240
- return e = h(e), (e < 16 ? "0" : "") + e.toString(16);
241
- }
242
- function P(e, r, t, f) {
243
- return f <= 0 ? e = r = t = NaN : t <= 0 || t >= 1 ? e = r = NaN : r <= 0 && (e = NaN), new i(e, r, t, f);
244
- }
245
- function S(e) {
246
- if (e instanceof i) return new i(e.h, e.s, e.l, e.opacity);
247
- if (e instanceof u || (e = H(e)), !e) return new i();
248
- if (e instanceof i) return e;
249
- e = e.rgb();
250
- var r = e.r / 255, t = e.g / 255, f = e.b / 255, x = Math.min(r, t, f), d = Math.max(r, t, f), c = NaN, s = d - x, p = (d + x) / 2;
251
- return s ? (r === d ? c = (t - f) / s + (t < f) * 6 : t === d ? c = (f - r) / s + 2 : c = (r - t) / s + 4, s /= p < 0.5 ? d + x : 2 - d - x, c *= 60) : s = p > 0 && p < 1 ? 0 : c, new i(c, s, p, e.opacity);
252
- }
253
- function T(e, r, t, f) {
254
- return arguments.length === 1 ? S(e) : new i(e, r, t, f ?? 1);
255
- }
256
- function i(e, r, t, f) {
257
- this.h = +e, this.s = +r, this.l = +t, this.opacity = +f;
258
- }
259
- k(i, T, I(u, {
260
- brighter(e) {
261
- return e = e == null ? y : Math.pow(y, e), new i(this.h, this.s, this.l * e, this.opacity);
262
- },
263
- darker(e) {
264
- return e = e == null ? b : Math.pow(b, e), new i(this.h, this.s, this.l * e, this.opacity);
265
- },
266
- rgb() {
267
- var e = this.h % 360 + (this.h < 0) * 360, r = isNaN(e) || isNaN(this.s) ? 0 : this.s, t = this.l, f = t + (t < 0.5 ? t : 1 - t) * r, x = 2 * t - f;
268
- return new a(
269
- N(e >= 240 ? e - 240 : e + 120, x, f),
270
- N(e, x, f),
271
- N(e < 120 ? e + 240 : e - 120, x, f),
272
- this.opacity
273
- );
274
- },
275
- clamp() {
276
- return new i(C(this.h), w(this.s), w(this.l), $(this.opacity));
277
- },
278
- displayable() {
279
- return (0 <= this.s && this.s <= 1 || isNaN(this.s)) && 0 <= this.l && this.l <= 1 && 0 <= this.opacity && this.opacity <= 1;
280
- },
281
- formatHsl() {
282
- const e = $(this.opacity);
283
- return `${e === 1 ? "hsl(" : "hsla("}${C(this.h)}, ${w(this.s) * 100}%, ${w(this.l) * 100}%${e === 1 ? ")" : `, ${e})`}`;
284
- }
285
- }));
286
- function C(e) {
287
- return e = (e || 0) % 360, e < 0 ? e + 360 : e;
288
- }
289
- function w(e) {
290
- return Math.max(0, Math.min(1, e || 0));
291
- }
292
- function N(e, r, t) {
293
- return (e < 60 ? r + (t - r) * e / 60 : e < 180 ? t : e < 240 ? r + (t - r) * (240 - e) / 60 : r) * 255;
294
- }
295
- export {
296
- u as Color,
297
- a as Rgb,
298
- y as brighter,
299
- b as darker,
300
- H as default,
301
- T as hsl,
302
- S as hslConvert,
303
- K as rgb,
304
- J as rgbConvert
305
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});function u(t,r,e){t.prototype=r.prototype=e,e.constructor=t}function n(t,r){var e=Object.create(t.prototype);for(var o in r)e[o]=r[o];return e}exports.default=u;exports.extend=n;
@@ -1,12 +0,0 @@
1
- function p(e, r, t) {
2
- e.prototype = r.prototype = t, t.constructor = e;
3
- }
4
- function n(e, r) {
5
- var t = Object.create(e.prototype);
6
- for (var o in r) t[o] = r[o];
7
- return t;
8
- }
9
- export {
10
- p as default,
11
- n as extend
12
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});var a={value:()=>{}};function s(){for(var r=0,t=arguments.length,n={},e;r<t;++r){if(!(e=arguments[r]+"")||e in n||/[\s.]/.test(e))throw new Error("illegal type: "+e);n[e]=[]}return new i(n)}function i(r){this._=r}function h(r,t){return r.trim().split(/^|\s+/).map(function(n){var e="",o=n.indexOf(".");if(o>=0&&(e=n.slice(o+1),n=n.slice(0,o)),n&&!t.hasOwnProperty(n))throw new Error("unknown type: "+n);return{type:n,name:e}})}i.prototype=s.prototype={constructor:i,on:function(r,t){var n=this._,e=h(r+"",n),o,u=-1,f=e.length;if(arguments.length<2){for(;++u<f;)if((o=(r=e[u]).type)&&(o=w(n[o],r.name)))return o;return}if(t!=null&&typeof t!="function")throw new Error("invalid callback: "+t);for(;++u<f;)if(o=(r=e[u]).type)n[o]=l(n[o],r.name,t);else if(t==null)for(o in n)n[o]=l(n[o],r.name,null);return this},copy:function(){var r={},t=this._;for(var n in t)r[n]=t[n].slice();return new i(r)},call:function(r,t){if((o=arguments.length-2)>0)for(var n=new Array(o),e=0,o,u;e<o;++e)n[e]=arguments[e+2];if(!this._.hasOwnProperty(r))throw new Error("unknown type: "+r);for(u=this._[r],e=0,o=u.length;e<o;++e)u[e].value.apply(t,n)},apply:function(r,t,n){if(!this._.hasOwnProperty(r))throw new Error("unknown type: "+r);for(var e=this._[r],o=0,u=e.length;o<u;++o)e[o].value.apply(t,n)}};function w(r,t){for(var n=0,e=r.length,o;n<e;++n)if((o=r[n]).name===t)return o.value}function l(r,t,n){for(var e=0,o=r.length;e<o;++e)if(r[e].name===t){r[e]=a,r=r.slice(0,e).concat(r.slice(e+1));break}return n!=null&&r.push({name:t,value:n}),r}exports.default=s;
@@ -1,64 +0,0 @@
1
- var a = { value: () => {
2
- } };
3
- function l() {
4
- for (var n = 0, t = arguments.length, r = {}, e; n < t; ++n) {
5
- if (!(e = arguments[n] + "") || e in r || /[\s.]/.test(e)) throw new Error("illegal type: " + e);
6
- r[e] = [];
7
- }
8
- return new f(r);
9
- }
10
- function f(n) {
11
- this._ = n;
12
- }
13
- function h(n, t) {
14
- return n.trim().split(/^|\s+/).map(function(r) {
15
- var e = "", o = r.indexOf(".");
16
- if (o >= 0 && (e = r.slice(o + 1), r = r.slice(0, o)), r && !t.hasOwnProperty(r)) throw new Error("unknown type: " + r);
17
- return { type: r, name: e };
18
- });
19
- }
20
- f.prototype = l.prototype = {
21
- constructor: f,
22
- on: function(n, t) {
23
- var r = this._, e = h(n + "", r), o, u = -1, i = e.length;
24
- if (arguments.length < 2) {
25
- for (; ++u < i; ) if ((o = (n = e[u]).type) && (o = w(r[o], n.name))) return o;
26
- return;
27
- }
28
- if (t != null && typeof t != "function") throw new Error("invalid callback: " + t);
29
- for (; ++u < i; )
30
- if (o = (n = e[u]).type) r[o] = s(r[o], n.name, t);
31
- else if (t == null) for (o in r) r[o] = s(r[o], n.name, null);
32
- return this;
33
- },
34
- copy: function() {
35
- var n = {}, t = this._;
36
- for (var r in t) n[r] = t[r].slice();
37
- return new f(n);
38
- },
39
- call: function(n, t) {
40
- if ((o = arguments.length - 2) > 0) for (var r = new Array(o), e = 0, o, u; e < o; ++e) r[e] = arguments[e + 2];
41
- if (!this._.hasOwnProperty(n)) throw new Error("unknown type: " + n);
42
- for (u = this._[n], e = 0, o = u.length; e < o; ++e) u[e].value.apply(t, r);
43
- },
44
- apply: function(n, t, r) {
45
- if (!this._.hasOwnProperty(n)) throw new Error("unknown type: " + n);
46
- for (var e = this._[n], o = 0, u = e.length; o < u; ++o) e[o].value.apply(t, r);
47
- }
48
- };
49
- function w(n, t) {
50
- for (var r = 0, e = n.length, o; r < e; ++r)
51
- if ((o = n[r]).name === t)
52
- return o.value;
53
- }
54
- function s(n, t, r) {
55
- for (var e = 0, o = n.length; e < o; ++e)
56
- if (n[e].name === t) {
57
- n[e] = a, n = n.slice(0, e).concat(n.slice(e + 1));
58
- break;
59
- }
60
- return r != null && n.push({ name: t, value: r }), n;
61
- }
62
- export {
63
- l as default
64
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function e(u){return((u*=2)<=1?u*u*u:(u-=2)*u*u+2)/2}exports.cubicInOut=e;
@@ -1,6 +0,0 @@
1
- function u(n) {
2
- return ((n *= 2) <= 1 ? n * n * n : (n -= 2) * n * n + 2) / 2;
3
- }
4
- export {
5
- u as cubicInOut
6
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=e=>+e;exports.linear=t;
@@ -1,4 +0,0 @@
1
- const n = (e) => +e;
2
- export {
3
- n as linear
4
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./locale.cjs");var e;exports.format=void 0;exports.formatPrefix=void 0;r({thousands:",",grouping:[3],currency:["$",""]});function r(o){return e=t.default(o),exports.format=e.format,exports.formatPrefix=e.formatPrefix,e}exports.default=r;
@@ -1,15 +0,0 @@
1
- import o from "./locale.js";
2
- var r, t, f;
3
- e({
4
- thousands: ",",
5
- grouping: [3],
6
- currency: ["$", ""]
7
- });
8
- function e(a) {
9
- return r = o(a), t = r.format, f = r.formatPrefix, r;
10
- }
11
- export {
12
- e as default,
13
- t as format,
14
- f as formatPrefix
15
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./formatDecimal.cjs");function a(e){return e=t.formatDecimalParts(Math.abs(e)),e?e[1]:NaN}exports.default=a;
@@ -1,7 +0,0 @@
1
- import { formatDecimalParts as a } from "./formatDecimal.js";
2
- function e(t) {
3
- return t = a(Math.abs(t)), t ? t[1] : NaN;
4
- }
5
- export {
6
- e as default
7
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});function r(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)}function a(e,n){if((i=(e=n?e.toExponential(n-1):e.toExponential()).indexOf("e"))<0)return null;var i,t=e.slice(0,i);return[t.length>1?t[0]+t.slice(2):t,+e.slice(i+1)]}exports.default=r;exports.formatDecimalParts=a;
@@ -1,15 +0,0 @@
1
- function a(e) {
2
- return Math.abs(e = Math.round(e)) >= 1e21 ? e.toLocaleString("en").replace(/,/g, "") : e.toString(10);
3
- }
4
- function r(e, i) {
5
- if ((n = (e = i ? e.toExponential(i - 1) : e.toExponential()).indexOf("e")) < 0) return null;
6
- var n, t = e.slice(0, n);
7
- return [
8
- t.length > 1 ? t[0] + t.slice(2) : t,
9
- +e.slice(n + 1)
10
- ];
11
- }
12
- export {
13
- a as default,
14
- r as formatDecimalParts
15
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});function s(t,o){return function(l,r){for(var n=l.length,a=[],i=0,e=t[0],u=0;n>0&&e>0&&(u+e+1>r&&(e=Math.max(1,r-u)),a.push(l.substring(n-=e,n+e)),!((u+=e+1)>r));)e=t[i=(i+1)%t.length];return a.reverse().join(o)}}exports.default=s;
@@ -1,10 +0,0 @@
1
- function i(t, h) {
2
- return function(f, r) {
3
- for (var n = f.length, s = [], u = 0, e = t[0], a = 0; n > 0 && e > 0 && (a + e + 1 > r && (e = Math.max(1, r - a)), s.push(f.substring(n -= e, n + e)), !((a += e + 1) > r)); )
4
- e = t[u = (u + 1) % t.length];
5
- return s.reverse().join(h);
6
- };
7
- }
8
- export {
9
- i as default
10
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});function u(e){return function(t){return t.replace(/[0-9]/g,function(r){return e[+r]})}}exports.default=u;
@@ -1,10 +0,0 @@
1
- function e(r) {
2
- return function(n) {
3
- return n.replace(/[0-9]/g, function(t) {
4
- return r[+t];
5
- });
6
- };
7
- }
8
- export {
9
- e as default
10
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const f=require("./formatDecimal.cjs");exports.prefixExponent=void 0;function l(r,n){var a=f.formatDecimalParts(r,n);if(!a)return r+"";var t=a[0],o=a[1],e=o-(exports.prefixExponent=Math.max(-8,Math.min(8,Math.floor(o/3)))*3)+1,i=t.length;return e===i?t:e>i?t+new Array(e-i+1).join("0"):e>0?t.slice(0,e)+"."+t.slice(e):"0."+new Array(1-e).join("0")+f.formatDecimalParts(r,Math.max(0,n+e-1))[0]}exports.default=l;
@@ -1,12 +0,0 @@
1
- import { formatDecimalParts as f } from "./formatDecimal.js";
2
- var m;
3
- function l(a, i) {
4
- var e = f(a, i);
5
- if (!e) return a + "";
6
- var t = e[0], o = e[1], r = o - (m = Math.max(-8, Math.min(8, Math.floor(o / 3))) * 3) + 1, n = t.length;
7
- return r === n ? t : r > n ? t + new Array(r - n + 1).join("0") : r > 0 ? t.slice(0, r) + "." + t.slice(r) : "0." + new Array(1 - r).join("0") + f(a, Math.max(0, i + r - 1))[0];
8
- }
9
- export {
10
- l as default,
11
- m as prefixExponent
12
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("./formatDecimal.cjs");function a(n,i){var t=o.formatDecimalParts(n,i);if(!t)return n+"";var e=t[0],r=t[1];return r<0?"0."+new Array(-r).join("0")+e:e.length>r+1?e.slice(0,r+1)+"."+e.slice(r+1):e+new Array(r-e.length+2).join("0")}exports.default=a;
@@ -1,10 +0,0 @@
1
- import { formatDecimalParts as a } from "./formatDecimal.js";
2
- function f(t, o) {
3
- var n = a(t, o);
4
- if (!n) return t + "";
5
- var e = n[0], r = n[1];
6
- return r < 0 ? "0." + new Array(-r).join("0") + e : e.length > r + 1 ? e.slice(0, r + 1) + "." + e.slice(r + 1) : e + new Array(r - e.length + 2).join("0");
7
- }
8
- export {
9
- f as default
10
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});var d=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function o(t){if(!(i=d.exec(t)))throw new Error("invalid format: "+t);var i;return new n({fill:i[1],align:i[2],sign:i[3],symbol:i[4],zero:i[5],width:i[6],comma:i[7],precision:i[8]&&i[8].slice(1),trim:i[9],type:i[10]})}o.prototype=n.prototype;function n(t){this.fill=t.fill===void 0?" ":t.fill+"",this.align=t.align===void 0?">":t.align+"",this.sign=t.sign===void 0?"-":t.sign+"",this.symbol=t.symbol===void 0?"":t.symbol+"",this.zero=!!t.zero,this.width=t.width===void 0?void 0:+t.width,this.comma=!!t.comma,this.precision=t.precision===void 0?void 0:+t.precision,this.trim=!!t.trim,this.type=t.type===void 0?"":t.type+""}n.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(this.width===void 0?"":Math.max(1,this.width|0))+(this.comma?",":"")+(this.precision===void 0?"":"."+Math.max(0,this.precision|0))+(this.trim?"~":"")+this.type};exports.FormatSpecifier=n;exports.default=o;
@@ -1,28 +0,0 @@
1
- var o = /^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;
2
- function d(t) {
3
- if (!(n = o.exec(t))) throw new Error("invalid format: " + t);
4
- var n;
5
- return new i({
6
- fill: n[1],
7
- align: n[2],
8
- sign: n[3],
9
- symbol: n[4],
10
- zero: n[5],
11
- width: n[6],
12
- comma: n[7],
13
- precision: n[8] && n[8].slice(1),
14
- trim: n[9],
15
- type: n[10]
16
- });
17
- }
18
- d.prototype = i.prototype;
19
- function i(t) {
20
- this.fill = t.fill === void 0 ? " " : t.fill + "", this.align = t.align === void 0 ? ">" : t.align + "", this.sign = t.sign === void 0 ? "-" : t.sign + "", this.symbol = t.symbol === void 0 ? "" : t.symbol + "", this.zero = !!t.zero, this.width = t.width === void 0 ? void 0 : +t.width, this.comma = !!t.comma, this.precision = t.precision === void 0 ? void 0 : +t.precision, this.trim = !!t.trim, this.type = t.type === void 0 ? "" : t.type + "";
21
- }
22
- i.prototype.toString = function() {
23
- return this.fill + this.align + this.sign + this.symbol + (this.zero ? "0" : "") + (this.width === void 0 ? "" : Math.max(1, this.width | 0)) + (this.comma ? "," : "") + (this.precision === void 0 ? "" : "." + Math.max(0, this.precision | 0)) + (this.trim ? "~" : "") + this.type;
24
- };
25
- export {
26
- i as FormatSpecifier,
27
- d as default
28
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});function u(t){e:for(var l=t.length,e=1,r=-1,a;e<l;++e)switch(t[e]){case".":r=a=e;break;case"0":r===0&&(r=e),a=e;break;default:if(!+t[e])break e;r>0&&(r=0);break}return r>0?t.slice(0,r)+t.slice(a+1):t}exports.default=u;
@@ -1,19 +0,0 @@
1
- function c(r) {
2
- e: for (var t = r.length, e = 1, a = -1, f; e < t; ++e)
3
- switch (r[e]) {
4
- case ".":
5
- a = f = e;
6
- break;
7
- case "0":
8
- a === 0 && (a = e), f = e;
9
- break;
10
- default:
11
- if (!+r[e]) break e;
12
- a > 0 && (a = 0);
13
- break;
14
- }
15
- return a > 0 ? r.slice(0, a) + r.slice(f + 1) : r;
16
- }
17
- export {
18
- c as default
19
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=require("./formatDecimal.cjs"),u=require("./formatPrefixAuto.cjs"),o=require("./formatRounded.cjs"),a={"%":(t,e)=>(t*100).toFixed(e),b:t=>Math.round(t).toString(2),c:t=>t+"",d:r.default,e:(t,e)=>t.toExponential(e),f:(t,e)=>t.toFixed(e),g:(t,e)=>t.toPrecision(e),o:t=>Math.round(t).toString(8),p:(t,e)=>o.default(t*100,e),r:o.default,s:u.default,X:t=>Math.round(t).toString(16).toUpperCase(),x:t=>Math.round(t).toString(16)};exports.default=a;
@@ -1,21 +0,0 @@
1
- import i from "./formatDecimal.js";
2
- import a from "./formatPrefixAuto.js";
3
- import r from "./formatRounded.js";
4
- const d = {
5
- "%": (o, t) => (o * 100).toFixed(t),
6
- b: (o) => Math.round(o).toString(2),
7
- c: (o) => o + "",
8
- d: i,
9
- e: (o, t) => o.toExponential(t),
10
- f: (o, t) => o.toFixed(t),
11
- g: (o, t) => o.toPrecision(t),
12
- o: (o) => Math.round(o).toString(8),
13
- p: (o, t) => r(o * 100, t),
14
- r,
15
- s: a,
16
- X: (o) => Math.round(o).toString(16).toUpperCase(),
17
- x: (o) => Math.round(o).toString(16)
18
- };
19
- export {
20
- d as default
21
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});function t(e){return e}exports.default=t;
@@ -1,6 +0,0 @@
1
- function e(t) {
2
- return t;
3
- }
4
- export {
5
- e as default
6
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const Z=require("./exponent.cjs"),B=require("./formatGroup.cjs"),D=require("./formatNumerals.cjs"),T=require("./formatSpecifier.cjs"),H=require("./formatTrim.cjs"),A=require("./formatTypes.cjs"),J=require("./formatPrefixAuto.cjs"),z=require("./identity.cjs");var N=Array.prototype.map,j=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function K(t){var M=t.grouping===void 0||t.thousands===void 0?z.default:B.default(N.call(t.grouping,Number),t.thousands+""),C=t.currency===void 0?"":t.currency[0]+"",E=t.currency===void 0?"":t.currency[1]+"",G=t.decimal===void 0?".":t.decimal+"",I=t.numerals===void 0?z.default:D.default(N.call(t.numerals,String)),L=t.percent===void 0?"%":t.percent+"",_=t.minus===void 0?"−":t.minus+"",$=t.nan===void 0?"NaN":t.nan+"";function q(r){r=T.default(r);var a=r.fill,h=r.align,f=r.sign,g=r.symbol,o=r.zero,c=r.width,b=r.comma,u=r.precision,w=r.trim,e=r.type;e==="n"?(b=!0,e="g"):A.default[e]||(u===void 0&&(u=12),w=!0,e="g"),(o||a==="0"&&h==="=")&&(o=!0,a="0",h="=");var O=g==="$"?C:g==="#"&&/[boxX]/.test(e)?"0"+e.toLowerCase():"",X=g==="$"?E:/[%p]/.test(e)?L:"",S=A.default[e],Y=/[defgprs%]/.test(e);u=u===void 0?6:/[gprs]/.test(e)?Math.max(1,Math.min(21,u)):Math.max(0,Math.min(20,u));function k(n){var m=O,i=X,s,P,y;if(e==="c")i=S(n)+i,n="";else{n=+n;var x=n<0||1/n<0;if(n=isNaN(n)?$:S(Math.abs(n),u),w&&(n=H.default(n)),x&&+n==0&&f!=="+"&&(x=!1),m=(x?f==="("?f:_:f==="-"||f==="("?"":f)+m,i=(e==="s"?j[8+J.prefixExponent/3]:"")+i+(x&&f==="("?")":""),Y){for(s=-1,P=n.length;++s<P;)if(y=n.charCodeAt(s),48>y||y>57){i=(y===46?G+n.slice(s+1):n.slice(s))+i,n=n.slice(0,s);break}}}b&&!o&&(n=M(n,1/0));var p=m.length+n.length+i.length,d=p<c?new Array(c-p+1).join(a):"";switch(b&&o&&(n=M(d+n,d.length?c-i.length:1/0),d=""),h){case"<":n=m+n+i+d;break;case"=":n=m+d+n+i;break;case"^":n=d.slice(0,p=d.length>>1)+m+n+i+d.slice(p);break;default:n=d+m+n+i;break}return I(n)}return k.toString=function(){return r+""},k}function F(r,a){var h=q((r=T.default(r),r.type="f",r)),f=Math.max(-8,Math.min(8,Math.floor(Z.default(a)/3)))*3,g=Math.pow(10,-f),o=j[8+f/3];return function(c){return h(g*c)+o}}return{format:q,formatPrefix:F}}exports.default=K;