vue-chrts 0.1.0-beta.2-internal-20 → 0.1.0-beta.2-internal-21

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 (694) hide show
  1. package/dist/_virtual/_commonjsHelpers.cjs +1 -0
  2. package/dist/_virtual/_commonjsHelpers.js +6 -0
  3. package/dist/_virtual/browser.cjs +1 -0
  4. package/dist/_virtual/browser.js +2 -0
  5. package/dist/_virtual/striptags.cjs +1 -0
  6. package/dist/_virtual/striptags.js +7 -0
  7. package/dist/_virtual/striptags2.cjs +1 -0
  8. package/dist/_virtual/striptags2.js +4 -0
  9. package/dist/components/Area/AreaChart.cjs +6 -0
  10. package/dist/components/Area/AreaChart.js +141 -0
  11. package/dist/components/Area/AreaChart.vue.d.ts +14 -0
  12. package/dist/components/Area/AreaChart2.cjs +1 -0
  13. package/dist/components/Area/AreaChart2.js +4 -0
  14. package/dist/components/Area/index.d.ts +2 -0
  15. package/dist/components/Area/types.d.ts +82 -0
  16. package/dist/components/AreaStacked/AreaStackedChart.cjs +1 -0
  17. package/dist/components/AreaStacked/AreaStackedChart.js +74 -0
  18. package/dist/components/AreaStacked/AreaStackedChart.vue.d.ts +20 -0
  19. package/dist/components/AreaStacked/AreaStackedChart2.cjs +1 -0
  20. package/dist/components/AreaStacked/AreaStackedChart2.js +4 -0
  21. package/dist/components/AreaStacked/index.d.ts +1 -0
  22. package/dist/components/Bar/BarChart.cjs +1 -0
  23. package/dist/components/Bar/BarChart.js +121 -0
  24. package/dist/components/Bar/BarChart.vue.d.ts +33 -0
  25. package/dist/components/Bar/BarChart2.cjs +1 -0
  26. package/dist/components/Bar/BarChart2.js +4 -0
  27. package/dist/components/Bar/index.d.ts +1 -0
  28. package/dist/components/Crosshair/Crosshair.vue.d.ts +12 -0
  29. package/dist/components/Crosshair/index.d.ts +1 -0
  30. package/dist/components/Donut/DonutChart.cjs +5 -0
  31. package/dist/components/Donut/DonutChart.js +62 -0
  32. package/dist/components/Donut/DonutChart.vue.d.ts +18 -0
  33. package/dist/components/Donut/DonutChart2.cjs +1 -0
  34. package/dist/components/Donut/DonutChart2.js +4 -0
  35. package/dist/components/Donut/index.cjs +1 -0
  36. package/dist/components/Donut/index.d.ts +17 -0
  37. package/dist/components/Donut/index.js +5 -0
  38. package/dist/components/Line/LineChart.cjs +1 -0
  39. package/dist/components/Line/LineChart.js +97 -0
  40. package/dist/components/Line/LineChart.vue.d.ts +27 -0
  41. package/dist/components/Line/LineChart2.cjs +1 -0
  42. package/dist/components/Line/LineChart2.js +4 -0
  43. package/dist/components/Line/index.d.ts +1 -0
  44. package/dist/components/Tooltip.cjs +1 -0
  45. package/dist/components/Tooltip.js +37 -0
  46. package/dist/components/Tooltip.vue.d.ts +19 -0
  47. package/dist/components/Tooltip2.cjs +1 -0
  48. package/dist/components/Tooltip2.js +4 -0
  49. package/dist/index.cjs +1 -0
  50. package/dist/index.d.ts +6 -0
  51. package/dist/index.js +12 -0
  52. package/dist/node_modules/@emotion/cache/dist/emotion-cache.browser.esm.cjs +1 -0
  53. package/dist/node_modules/@emotion/cache/dist/emotion-cache.browser.esm.js +279 -0
  54. package/dist/node_modules/@emotion/css/create-instance/dist/emotion-css-create-instance.esm.cjs +1 -0
  55. package/dist/node_modules/@emotion/css/create-instance/dist/emotion-css-create-instance.esm.js +86 -0
  56. package/dist/node_modules/@emotion/css/dist/emotion-css.esm.cjs +1 -0
  57. package/dist/node_modules/@emotion/css/dist/emotion-css.esm.js +8 -0
  58. package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.cjs +1 -0
  59. package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.js +22 -0
  60. package/dist/node_modules/@emotion/memoize/dist/emotion-memoize.esm.cjs +1 -0
  61. package/dist/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js +9 -0
  62. package/dist/node_modules/@emotion/serialize/dist/emotion-serialize.esm.cjs +1 -0
  63. package/dist/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js +123 -0
  64. package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.cjs +1 -0
  65. package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js +44 -0
  66. package/dist/node_modules/@emotion/unitless/dist/emotion-unitless.esm.cjs +1 -0
  67. package/dist/node_modules/@emotion/unitless/dist/emotion-unitless.esm.js +53 -0
  68. package/dist/node_modules/@emotion/utils/dist/emotion-utils.browser.esm.cjs +1 -0
  69. package/dist/node_modules/@emotion/utils/dist/emotion-utils.browser.esm.js +29 -0
  70. package/dist/node_modules/@juggle/resize-observer/lib/DOMRectReadOnly.cjs +1 -0
  71. package/dist/node_modules/@juggle/resize-observer/lib/DOMRectReadOnly.js +15 -0
  72. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObservation.cjs +1 -0
  73. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObservation.js +20 -0
  74. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserver.cjs +1 -0
  75. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserver.js +31 -0
  76. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverBoxOptions.cjs +1 -0
  77. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverBoxOptions.js +7 -0
  78. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverController.cjs +1 -0
  79. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverController.js +31 -0
  80. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverDetail.cjs +1 -0
  81. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverDetail.js +9 -0
  82. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverEntry.cjs +1 -0
  83. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverEntry.js +12 -0
  84. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverSize.cjs +1 -0
  85. package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverSize.js +10 -0
  86. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/broadcastActiveObservations.cjs +1 -0
  87. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/broadcastActiveObservations.js +26 -0
  88. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/calculateBoxSize.cjs +1 -0
  89. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/calculateBoxSize.js +42 -0
  90. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/calculateDepthForNode.cjs +1 -0
  91. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/calculateDepthForNode.js +11 -0
  92. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/deliverResizeLoopError.cjs +1 -0
  93. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/deliverResizeLoopError.js +9 -0
  94. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/gatherActiveObservationsAtDepth.cjs +1 -0
  95. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/gatherActiveObservationsAtDepth.js +12 -0
  96. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/hasActiveObservations.cjs +1 -0
  97. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/hasActiveObservations.js +9 -0
  98. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/hasSkippedObservations.cjs +1 -0
  99. package/dist/node_modules/@juggle/resize-observer/lib/algorithms/hasSkippedObservations.js +9 -0
  100. package/dist/node_modules/@juggle/resize-observer/lib/utils/element.cjs +1 -0
  101. package/dist/node_modules/@juggle/resize-observer/lib/utils/element.js +37 -0
  102. package/dist/node_modules/@juggle/resize-observer/lib/utils/freeze.cjs +1 -0
  103. package/dist/node_modules/@juggle/resize-observer/lib/utils/freeze.js +6 -0
  104. package/dist/node_modules/@juggle/resize-observer/lib/utils/global.cjs +1 -0
  105. package/dist/node_modules/@juggle/resize-observer/lib/utils/global.js +4 -0
  106. package/dist/node_modules/@juggle/resize-observer/lib/utils/process.cjs +1 -0
  107. package/dist/node_modules/@juggle/resize-observer/lib/utils/process.js +14 -0
  108. package/dist/node_modules/@juggle/resize-observer/lib/utils/queueMicroTask.cjs +1 -0
  109. package/dist/node_modules/@juggle/resize-observer/lib/utils/queueMicroTask.js +18 -0
  110. package/dist/node_modules/@juggle/resize-observer/lib/utils/queueResizeObserver.cjs +1 -0
  111. package/dist/node_modules/@juggle/resize-observer/lib/utils/queueResizeObserver.js +9 -0
  112. package/dist/node_modules/@juggle/resize-observer/lib/utils/resizeObservers.cjs +1 -0
  113. package/dist/node_modules/@juggle/resize-observer/lib/utils/resizeObservers.js +4 -0
  114. package/dist/node_modules/@juggle/resize-observer/lib/utils/scheduler.cjs +1 -0
  115. package/dist/node_modules/@juggle/resize-observer/lib/utils/scheduler.js +70 -0
  116. package/dist/node_modules/@unovis/ts/components/area/config.cjs +1 -0
  117. package/dist/node_modules/@unovis/ts/components/area/config.js +6 -0
  118. package/dist/node_modules/@unovis/ts/components/area/index.cjs +1 -0
  119. package/dist/node_modules/@unovis/ts/components/area/index.js +52 -0
  120. package/dist/node_modules/@unovis/ts/components/area/style.cjs +35 -0
  121. package/dist/node_modules/@unovis/ts/components/area/style.js +41 -0
  122. package/dist/node_modules/@unovis/ts/components/axis/config.cjs +1 -0
  123. package/dist/node_modules/@unovis/ts/components/axis/config.js +6 -0
  124. package/dist/node_modules/@unovis/ts/components/axis/index.cjs +1 -0
  125. package/dist/node_modules/@unovis/ts/components/axis/index.js +287 -0
  126. package/dist/node_modules/@unovis/ts/components/axis/style.cjs +101 -0
  127. package/dist/node_modules/@unovis/ts/components/axis/style.js +114 -0
  128. package/dist/node_modules/@unovis/ts/components/axis/types.cjs +1 -0
  129. package/dist/node_modules/@unovis/ts/components/axis/types.js +7 -0
  130. package/dist/node_modules/@unovis/ts/components/bullet-legend/config.cjs +1 -0
  131. package/dist/node_modules/@unovis/ts/components/bullet-legend/config.js +18 -0
  132. package/dist/node_modules/@unovis/ts/components/bullet-legend/index.cjs +1 -0
  133. package/dist/node_modules/@unovis/ts/components/bullet-legend/index.js +36 -0
  134. package/dist/node_modules/@unovis/ts/components/bullet-legend/modules/shape.cjs +1 -0
  135. package/dist/node_modules/@unovis/ts/components/bullet-legend/modules/shape.js +48 -0
  136. package/dist/node_modules/@unovis/ts/components/bullet-legend/style.cjs +63 -0
  137. package/dist/node_modules/@unovis/ts/components/bullet-legend/style.js +73 -0
  138. package/dist/node_modules/@unovis/ts/components/bullet-legend/types.cjs +1 -0
  139. package/dist/node_modules/@unovis/ts/components/bullet-legend/types.js +10 -0
  140. package/dist/node_modules/@unovis/ts/components/crosshair/config.cjs +1 -0
  141. package/dist/node_modules/@unovis/ts/components/crosshair/config.js +5 -0
  142. package/dist/node_modules/@unovis/ts/components/crosshair/index.cjs +1 -0
  143. package/dist/node_modules/@unovis/ts/components/crosshair/index.js +119 -0
  144. package/dist/node_modules/@unovis/ts/components/crosshair/style.cjs +22 -0
  145. package/dist/node_modules/@unovis/ts/components/crosshair/style.js +29 -0
  146. package/dist/node_modules/@unovis/ts/components/donut/config.cjs +1 -0
  147. package/dist/node_modules/@unovis/ts/components/donut/config.js +8 -0
  148. package/dist/node_modules/@unovis/ts/components/donut/constants.cjs +1 -0
  149. package/dist/node_modules/@unovis/ts/components/donut/constants.js +11 -0
  150. package/dist/node_modules/@unovis/ts/components/donut/index.cjs +1 -0
  151. package/dist/node_modules/@unovis/ts/components/donut/index.js +57 -0
  152. package/dist/node_modules/@unovis/ts/components/donut/modules/arc.cjs +1 -0
  153. package/dist/node_modules/@unovis/ts/components/donut/modules/arc.js +37 -0
  154. package/dist/node_modules/@unovis/ts/components/donut/style.cjs +58 -0
  155. package/dist/node_modules/@unovis/ts/components/donut/style.js +68 -0
  156. package/dist/node_modules/@unovis/ts/components/grouped-bar/config.cjs +1 -0
  157. package/dist/node_modules/@unovis/ts/components/grouped-bar/config.js +6 -0
  158. package/dist/node_modules/@unovis/ts/components/grouped-bar/index.cjs +1 -0
  159. package/dist/node_modules/@unovis/ts/components/grouped-bar/index.js +121 -0
  160. package/dist/node_modules/@unovis/ts/components/grouped-bar/style.cjs +35 -0
  161. package/dist/node_modules/@unovis/ts/components/grouped-bar/style.js +43 -0
  162. package/dist/node_modules/@unovis/ts/components/line/config.cjs +1 -0
  163. package/dist/node_modules/@unovis/ts/components/line/config.js +6 -0
  164. package/dist/node_modules/@unovis/ts/components/line/index.cjs +1 -0
  165. package/dist/node_modules/@unovis/ts/components/line/index.js +86 -0
  166. package/dist/node_modules/@unovis/ts/components/line/style.cjs +35 -0
  167. package/dist/node_modules/@unovis/ts/components/line/style.js +45 -0
  168. package/dist/node_modules/@unovis/ts/components/stacked-bar/config.cjs +1 -0
  169. package/dist/node_modules/@unovis/ts/components/stacked-bar/config.js +6 -0
  170. package/dist/node_modules/@unovis/ts/components/stacked-bar/index.cjs +1 -0
  171. package/dist/node_modules/@unovis/ts/components/stacked-bar/index.js +111 -0
  172. package/dist/node_modules/@unovis/ts/components/stacked-bar/style.cjs +34 -0
  173. package/dist/node_modules/@unovis/ts/components/stacked-bar/style.js +42 -0
  174. package/dist/node_modules/@unovis/ts/components/tooltip/config.cjs +1 -0
  175. package/dist/node_modules/@unovis/ts/components/tooltip/config.js +17 -0
  176. package/dist/node_modules/@unovis/ts/components/tooltip/index.cjs +1 -0
  177. package/dist/node_modules/@unovis/ts/components/tooltip/index.js +166 -0
  178. package/dist/node_modules/@unovis/ts/components/tooltip/style.cjs +61 -0
  179. package/dist/node_modules/@unovis/ts/components/tooltip/style.js +71 -0
  180. package/dist/node_modules/@unovis/ts/containers/single-container/config.cjs +1 -0
  181. package/dist/node_modules/@unovis/ts/containers/single-container/config.js +5 -0
  182. package/dist/node_modules/@unovis/ts/containers/single-container/index.cjs +1 -0
  183. package/dist/node_modules/@unovis/ts/containers/single-container/index.js +71 -0
  184. package/dist/node_modules/@unovis/ts/containers/xy-container/config.cjs +1 -0
  185. package/dist/node_modules/@unovis/ts/containers/xy-container/config.js +6 -0
  186. package/dist/node_modules/@unovis/ts/containers/xy-container/index.cjs +3 -0
  187. package/dist/node_modules/@unovis/ts/containers/xy-container/index.js +185 -0
  188. package/dist/node_modules/@unovis/ts/core/component/config.cjs +1 -0
  189. package/dist/node_modules/@unovis/ts/core/component/config.js +8 -0
  190. package/dist/node_modules/@unovis/ts/core/component/index.cjs +1 -0
  191. package/dist/node_modules/@unovis/ts/core/component/index.js +68 -0
  192. package/dist/node_modules/@unovis/ts/core/container/config.cjs +1 -0
  193. package/dist/node_modules/@unovis/ts/core/container/config.js +24 -0
  194. package/dist/node_modules/@unovis/ts/core/container/index.cjs +1 -0
  195. package/dist/node_modules/@unovis/ts/core/container/index.js +73 -0
  196. package/dist/node_modules/@unovis/ts/core/xy-component/config.cjs +1 -0
  197. package/dist/node_modules/@unovis/ts/core/xy-component/config.js +8 -0
  198. package/dist/node_modules/@unovis/ts/core/xy-component/index.cjs +1 -0
  199. package/dist/node_modules/@unovis/ts/core/xy-component/index.js +53 -0
  200. package/dist/node_modules/@unovis/ts/data-models/core.cjs +1 -0
  201. package/dist/node_modules/@unovis/ts/data-models/core.js +14 -0
  202. package/dist/node_modules/@unovis/ts/data-models/series.cjs +1 -0
  203. package/dist/node_modules/@unovis/ts/data-models/series.js +16 -0
  204. package/dist/node_modules/@unovis/ts/styles/colors.cjs +1 -0
  205. package/dist/node_modules/@unovis/ts/styles/colors.js +18 -0
  206. package/dist/node_modules/@unovis/ts/styles/index.cjs +38 -0
  207. package/dist/node_modules/@unovis/ts/styles/index.js +63 -0
  208. package/dist/node_modules/@unovis/ts/styles/patterns.cjs +15 -0
  209. package/dist/node_modules/@unovis/ts/styles/patterns.js +45 -0
  210. package/dist/node_modules/@unovis/ts/types/component.cjs +1 -0
  211. package/dist/node_modules/@unovis/ts/types/component.js +12 -0
  212. package/dist/node_modules/@unovis/ts/types/curve.cjs +1 -0
  213. package/dist/node_modules/@unovis/ts/types/curve.js +43 -0
  214. package/dist/node_modules/@unovis/ts/types/direction.cjs +1 -0
  215. package/dist/node_modules/@unovis/ts/types/direction.js +7 -0
  216. package/dist/node_modules/@unovis/ts/types/position.cjs +1 -0
  217. package/dist/node_modules/@unovis/ts/types/position.js +22 -0
  218. package/dist/node_modules/@unovis/ts/types/scale.cjs +1 -0
  219. package/dist/node_modules/@unovis/ts/types/scale.js +40 -0
  220. package/dist/node_modules/@unovis/ts/types/svg.cjs +1 -0
  221. package/dist/node_modules/@unovis/ts/types/svg.js +15 -0
  222. package/dist/node_modules/@unovis/ts/types/symbol.cjs +1 -0
  223. package/dist/node_modules/@unovis/ts/types/symbol.js +24 -0
  224. package/dist/node_modules/@unovis/ts/types/text.cjs +1 -0
  225. package/dist/node_modules/@unovis/ts/types/text.js +22 -0
  226. package/dist/node_modules/@unovis/ts/utils/color.cjs +1 -0
  227. package/dist/node_modules/@unovis/ts/utils/color.js +8 -0
  228. package/dist/node_modules/@unovis/ts/utils/d3.cjs +1 -0
  229. package/dist/node_modules/@unovis/ts/utils/d3.js +12 -0
  230. package/dist/node_modules/@unovis/ts/utils/data.cjs +1 -0
  231. package/dist/node_modules/@unovis/ts/utils/data.js +169 -0
  232. package/dist/node_modules/@unovis/ts/utils/misc.cjs +1 -0
  233. package/dist/node_modules/@unovis/ts/utils/misc.js +28 -0
  234. package/dist/node_modules/@unovis/ts/utils/path.cjs +1 -0
  235. package/dist/node_modules/@unovis/ts/utils/path.js +9 -0
  236. package/dist/node_modules/@unovis/ts/utils/resize-observer.cjs +1 -0
  237. package/dist/node_modules/@unovis/ts/utils/resize-observer.js +6 -0
  238. package/dist/node_modules/@unovis/ts/utils/text.cjs +2 -0
  239. package/dist/node_modules/@unovis/ts/utils/text.js +178 -0
  240. package/dist/node_modules/@unovis/vue/components/area/index.cjs +1 -0
  241. package/dist/node_modules/@unovis/vue/components/area/index.js +48 -0
  242. package/dist/node_modules/@unovis/vue/components/axis/index.cjs +1 -0
  243. package/dist/node_modules/@unovis/vue/components/axis/index.js +69 -0
  244. package/dist/node_modules/@unovis/vue/components/crosshair/index.cjs +1 -0
  245. package/dist/node_modules/@unovis/vue/components/crosshair/index.js +33 -0
  246. package/dist/node_modules/@unovis/vue/components/donut/index.cjs +1 -0
  247. package/dist/node_modules/@unovis/vue/components/donut/index.js +54 -0
  248. package/dist/node_modules/@unovis/vue/components/grouped-bar/index.cjs +1 -0
  249. package/dist/node_modules/@unovis/vue/components/grouped-bar/index.js +54 -0
  250. package/dist/node_modules/@unovis/vue/components/line/index.cjs +1 -0
  251. package/dist/node_modules/@unovis/vue/components/line/index.js +50 -0
  252. package/dist/node_modules/@unovis/vue/components/stacked-bar/index.cjs +1 -0
  253. package/dist/node_modules/@unovis/vue/components/stacked-bar/index.js +54 -0
  254. package/dist/node_modules/@unovis/vue/components/tooltip/index.cjs +1 -0
  255. package/dist/node_modules/@unovis/vue/components/tooltip/index.js +40 -0
  256. package/dist/node_modules/@unovis/vue/containers/single-container/index.cjs +1 -0
  257. package/dist/node_modules/@unovis/vue/containers/single-container/index.js +66 -0
  258. package/dist/node_modules/@unovis/vue/containers/xy-container/index.cjs +1 -0
  259. package/dist/node_modules/@unovis/vue/containers/xy-container/index.js +102 -0
  260. package/dist/node_modules/@unovis/vue/html-components/bullet-legend/index.cjs +1 -0
  261. package/dist/node_modules/@unovis/vue/html-components/bullet-legend/index.js +43 -0
  262. package/dist/node_modules/@unovis/vue/index.cjs +1 -0
  263. package/dist/node_modules/@unovis/vue/index.js +10 -0
  264. package/dist/node_modules/@unovis/vue/utils/context.cjs +1 -0
  265. package/dist/node_modules/@unovis/vue/utils/context.js +8 -0
  266. package/dist/node_modules/@unovis/vue/utils/props.cjs +1 -0
  267. package/dist/node_modules/@unovis/vue/utils/props.js +18 -0
  268. package/dist/node_modules/d3-array/src/ascending.cjs +1 -0
  269. package/dist/node_modules/d3-array/src/ascending.js +6 -0
  270. package/dist/node_modules/d3-array/src/bisect.cjs +1 -0
  271. package/dist/node_modules/d3-array/src/bisect.js +9 -0
  272. package/dist/node_modules/d3-array/src/bisector.cjs +1 -0
  273. package/dist/node_modules/d3-array/src/bisector.js +37 -0
  274. package/dist/node_modules/d3-array/src/descending.cjs +1 -0
  275. package/dist/node_modules/d3-array/src/descending.js +6 -0
  276. package/dist/node_modules/d3-array/src/extent.cjs +1 -0
  277. package/dist/node_modules/d3-array/src/extent.js +9 -0
  278. package/dist/node_modules/d3-array/src/max.cjs +1 -0
  279. package/dist/node_modules/d3-array/src/max.js +15 -0
  280. package/dist/node_modules/d3-array/src/mean.cjs +1 -0
  281. package/dist/node_modules/d3-array/src/mean.js +15 -0
  282. package/dist/node_modules/d3-array/src/merge.cjs +1 -0
  283. package/dist/node_modules/d3-array/src/merge.js +10 -0
  284. package/dist/node_modules/d3-array/src/min.cjs +1 -0
  285. package/dist/node_modules/d3-array/src/min.js +15 -0
  286. package/dist/node_modules/d3-array/src/number.cjs +1 -0
  287. package/dist/node_modules/d3-array/src/number.js +6 -0
  288. package/dist/node_modules/d3-array/src/quantile.cjs +1 -0
  289. package/dist/node_modules/d3-array/src/quantile.js +12 -0
  290. package/dist/node_modules/d3-array/src/range.cjs +1 -0
  291. package/dist/node_modules/d3-array/src/range.js +9 -0
  292. package/dist/node_modules/d3-array/src/sum.cjs +1 -0
  293. package/dist/node_modules/d3-array/src/sum.js +15 -0
  294. package/dist/node_modules/d3-array/src/ticks.cjs +1 -0
  295. package/dist/node_modules/d3-array/src/ticks.js +32 -0
  296. package/dist/node_modules/d3-axis/src/axis.cjs +1 -0
  297. package/dist/node_modules/d3-axis/src/axis.js +72 -0
  298. package/dist/node_modules/d3-axis/src/identity.cjs +1 -0
  299. package/dist/node_modules/d3-axis/src/identity.js +6 -0
  300. package/dist/node_modules/d3-color/src/color.cjs +1 -0
  301. package/dist/node_modules/d3-color/src/color.js +305 -0
  302. package/dist/node_modules/d3-color/src/define.cjs +1 -0
  303. package/dist/node_modules/d3-color/src/define.js +12 -0
  304. package/dist/node_modules/d3-dispatch/src/dispatch.cjs +1 -0
  305. package/dist/node_modules/d3-dispatch/src/dispatch.js +64 -0
  306. package/dist/node_modules/d3-ease/src/cubic.cjs +1 -0
  307. package/dist/node_modules/d3-ease/src/cubic.js +6 -0
  308. package/dist/node_modules/d3-ease/src/linear.cjs +1 -0
  309. package/dist/node_modules/d3-ease/src/linear.js +4 -0
  310. package/dist/node_modules/d3-format/src/defaultLocale.cjs +1 -0
  311. package/dist/node_modules/d3-format/src/defaultLocale.js +15 -0
  312. package/dist/node_modules/d3-format/src/exponent.cjs +1 -0
  313. package/dist/node_modules/d3-format/src/exponent.js +7 -0
  314. package/dist/node_modules/d3-format/src/formatDecimal.cjs +1 -0
  315. package/dist/node_modules/d3-format/src/formatDecimal.js +15 -0
  316. package/dist/node_modules/d3-format/src/formatGroup.cjs +1 -0
  317. package/dist/node_modules/d3-format/src/formatGroup.js +10 -0
  318. package/dist/node_modules/d3-format/src/formatNumerals.cjs +1 -0
  319. package/dist/node_modules/d3-format/src/formatNumerals.js +10 -0
  320. package/dist/node_modules/d3-format/src/formatPrefixAuto.cjs +1 -0
  321. package/dist/node_modules/d3-format/src/formatPrefixAuto.js +12 -0
  322. package/dist/node_modules/d3-format/src/formatRounded.cjs +1 -0
  323. package/dist/node_modules/d3-format/src/formatRounded.js +10 -0
  324. package/dist/node_modules/d3-format/src/formatSpecifier.cjs +1 -0
  325. package/dist/node_modules/d3-format/src/formatSpecifier.js +28 -0
  326. package/dist/node_modules/d3-format/src/formatTrim.cjs +1 -0
  327. package/dist/node_modules/d3-format/src/formatTrim.js +19 -0
  328. package/dist/node_modules/d3-format/src/formatTypes.cjs +1 -0
  329. package/dist/node_modules/d3-format/src/formatTypes.js +21 -0
  330. package/dist/node_modules/d3-format/src/identity.cjs +1 -0
  331. package/dist/node_modules/d3-format/src/identity.js +6 -0
  332. package/dist/node_modules/d3-format/src/locale.cjs +1 -0
  333. package/dist/node_modules/d3-format/src/locale.js +68 -0
  334. package/dist/node_modules/d3-format/src/precisionFixed.cjs +1 -0
  335. package/dist/node_modules/d3-format/src/precisionFixed.js +7 -0
  336. package/dist/node_modules/d3-format/src/precisionPrefix.cjs +1 -0
  337. package/dist/node_modules/d3-format/src/precisionPrefix.js +7 -0
  338. package/dist/node_modules/d3-format/src/precisionRound.cjs +1 -0
  339. package/dist/node_modules/d3-format/src/precisionRound.js +7 -0
  340. package/dist/node_modules/d3-interpolate/src/array.cjs +1 -0
  341. package/dist/node_modules/d3-interpolate/src/array.js +13 -0
  342. package/dist/node_modules/d3-interpolate/src/color.cjs +1 -0
  343. package/dist/node_modules/d3-interpolate/src/color.js +24 -0
  344. package/dist/node_modules/d3-interpolate/src/constant.cjs +1 -0
  345. package/dist/node_modules/d3-interpolate/src/constant.js +4 -0
  346. package/dist/node_modules/d3-interpolate/src/date.cjs +1 -0
  347. package/dist/node_modules/d3-interpolate/src/date.js +9 -0
  348. package/dist/node_modules/d3-interpolate/src/number.cjs +1 -0
  349. package/dist/node_modules/d3-interpolate/src/number.js +8 -0
  350. package/dist/node_modules/d3-interpolate/src/numberArray.cjs +1 -0
  351. package/dist/node_modules/d3-interpolate/src/numberArray.js +15 -0
  352. package/dist/node_modules/d3-interpolate/src/object.cjs +1 -0
  353. package/dist/node_modules/d3-interpolate/src/object.js +14 -0
  354. package/dist/node_modules/d3-interpolate/src/piecewise.cjs +1 -0
  355. package/dist/node_modules/d3-interpolate/src/piecewise.js +12 -0
  356. package/dist/node_modules/d3-interpolate/src/rgb.cjs +1 -0
  357. package/dist/node_modules/d3-interpolate/src/rgb.js +15 -0
  358. package/dist/node_modules/d3-interpolate/src/round.cjs +1 -0
  359. package/dist/node_modules/d3-interpolate/src/round.js +8 -0
  360. package/dist/node_modules/d3-interpolate/src/string.cjs +1 -0
  361. package/dist/node_modules/d3-interpolate/src/string.js +24 -0
  362. package/dist/node_modules/d3-interpolate/src/transform/decompose.cjs +1 -0
  363. package/dist/node_modules/d3-interpolate/src/transform/decompose.js +23 -0
  364. package/dist/node_modules/d3-interpolate/src/transform/index.cjs +1 -0
  365. package/dist/node_modules/d3-interpolate/src/transform/index.js +37 -0
  366. package/dist/node_modules/d3-interpolate/src/transform/parse.cjs +1 -0
  367. package/dist/node_modules/d3-interpolate/src/transform/parse.js +13 -0
  368. package/dist/node_modules/d3-interpolate/src/value.cjs +1 -0
  369. package/dist/node_modules/d3-interpolate/src/value.js +16 -0
  370. package/dist/node_modules/d3-interpolate-path/build/d3-interpolate-path.cjs +2 -0
  371. package/dist/node_modules/d3-interpolate-path/build/d3-interpolate-path.js +301 -0
  372. package/dist/node_modules/d3-path/src/path.cjs +1 -0
  373. package/dist/node_modules/d3-path/src/path.js +64 -0
  374. package/dist/node_modules/d3-scale/src/band.cjs +1 -0
  375. package/dist/node_modules/d3-scale/src/band.js +51 -0
  376. package/dist/node_modules/d3-scale/src/constant.cjs +1 -0
  377. package/dist/node_modules/d3-scale/src/constant.js +8 -0
  378. package/dist/node_modules/d3-scale/src/continuous.cjs +1 -0
  379. package/dist/node_modules/d3-scale/src/continuous.js +75 -0
  380. package/dist/node_modules/d3-scale/src/diverging.cjs +1 -0
  381. package/dist/node_modules/d3-scale/src/diverging.js +40 -0
  382. package/dist/node_modules/d3-scale/src/identity.cjs +1 -0
  383. package/dist/node_modules/d3-scale/src/identity.js +18 -0
  384. package/dist/node_modules/d3-scale/src/init.cjs +1 -0
  385. package/dist/node_modules/d3-scale/src/init.js +32 -0
  386. package/dist/node_modules/d3-scale/src/linear.cjs +1 -0
  387. package/dist/node_modules/d3-scale/src/linear.js +39 -0
  388. package/dist/node_modules/d3-scale/src/log.cjs +1 -0
  389. package/dist/node_modules/d3-scale/src/log.js +86 -0
  390. package/dist/node_modules/d3-scale/src/nice.cjs +1 -0
  391. package/dist/node_modules/d3-scale/src/nice.js +8 -0
  392. package/dist/node_modules/d3-scale/src/number.cjs +1 -0
  393. package/dist/node_modules/d3-scale/src/number.js +6 -0
  394. package/dist/node_modules/d3-scale/src/ordinal.cjs +1 -0
  395. package/dist/node_modules/d3-scale/src/ordinal.js +31 -0
  396. package/dist/node_modules/d3-scale/src/pow.cjs +1 -0
  397. package/dist/node_modules/d3-scale/src/pow.js +37 -0
  398. package/dist/node_modules/d3-scale/src/quantile.cjs +1 -0
  399. package/dist/node_modules/d3-scale/src/quantile.js +38 -0
  400. package/dist/node_modules/d3-scale/src/quantize.cjs +1 -0
  401. package/dist/node_modules/d3-scale/src/quantize.js +31 -0
  402. package/dist/node_modules/d3-scale/src/sequential.cjs +1 -0
  403. package/dist/node_modules/d3-scale/src/sequential.js +42 -0
  404. package/dist/node_modules/d3-scale/src/symlog.cjs +1 -0
  405. package/dist/node_modules/d3-scale/src/symlog.js +29 -0
  406. package/dist/node_modules/d3-scale/src/threshold.cjs +1 -0
  407. package/dist/node_modules/d3-scale/src/threshold.js +23 -0
  408. package/dist/node_modules/d3-scale/src/tickFormat.cjs +1 -0
  409. package/dist/node_modules/d3-scale/src/tickFormat.js +32 -0
  410. package/dist/node_modules/d3-scale/src/time.cjs +1 -0
  411. package/dist/node_modules/d3-scale/src/time.js +46 -0
  412. package/dist/node_modules/d3-scale/src/utcTime.cjs +1 -0
  413. package/dist/node_modules/d3-scale/src/utcTime.js +17 -0
  414. package/dist/node_modules/d3-selection/src/array.cjs +1 -0
  415. package/dist/node_modules/d3-selection/src/array.js +6 -0
  416. package/dist/node_modules/d3-selection/src/constant.cjs +1 -0
  417. package/dist/node_modules/d3-selection/src/constant.js +8 -0
  418. package/dist/node_modules/d3-selection/src/creator.cjs +1 -0
  419. package/dist/node_modules/d3-selection/src/creator.js +20 -0
  420. package/dist/node_modules/d3-selection/src/matcher.cjs +1 -0
  421. package/dist/node_modules/d3-selection/src/matcher.js +14 -0
  422. package/dist/node_modules/d3-selection/src/namespace.cjs +1 -0
  423. package/dist/node_modules/d3-selection/src/namespace.js +8 -0
  424. package/dist/node_modules/d3-selection/src/namespaces.cjs +1 -0
  425. package/dist/node_modules/d3-selection/src/namespaces.js +12 -0
  426. package/dist/node_modules/d3-selection/src/pointer.cjs +1 -0
  427. package/dist/node_modules/d3-selection/src/pointer.js +18 -0
  428. package/dist/node_modules/d3-selection/src/select.cjs +1 -0
  429. package/dist/node_modules/d3-selection/src/select.js +7 -0
  430. package/dist/node_modules/d3-selection/src/selection/append.cjs +1 -0
  431. package/dist/node_modules/d3-selection/src/selection/append.js +10 -0
  432. package/dist/node_modules/d3-selection/src/selection/attr.cjs +1 -0
  433. package/dist/node_modules/d3-selection/src/selection/attr.js +44 -0
  434. package/dist/node_modules/d3-selection/src/selection/call.cjs +1 -0
  435. package/dist/node_modules/d3-selection/src/selection/call.js +7 -0
  436. package/dist/node_modules/d3-selection/src/selection/classed.cjs +1 -0
  437. package/dist/node_modules/d3-selection/src/selection/classed.js +54 -0
  438. package/dist/node_modules/d3-selection/src/selection/clone.cjs +1 -0
  439. package/dist/node_modules/d3-selection/src/selection/clone.js +14 -0
  440. package/dist/node_modules/d3-selection/src/selection/data.cjs +1 -0
  441. package/dist/node_modules/d3-selection/src/selection/data.js +42 -0
  442. package/dist/node_modules/d3-selection/src/selection/datum.cjs +1 -0
  443. package/dist/node_modules/d3-selection/src/selection/datum.js +6 -0
  444. package/dist/node_modules/d3-selection/src/selection/dispatch.cjs +1 -0
  445. package/dist/node_modules/d3-selection/src/selection/dispatch.js +21 -0
  446. package/dist/node_modules/d3-selection/src/selection/each.cjs +1 -0
  447. package/dist/node_modules/d3-selection/src/selection/each.js +9 -0
  448. package/dist/node_modules/d3-selection/src/selection/empty.cjs +1 -0
  449. package/dist/node_modules/d3-selection/src/selection/empty.js +6 -0
  450. package/dist/node_modules/d3-selection/src/selection/enter.cjs +1 -0
  451. package/dist/node_modules/d3-selection/src/selection/enter.js +27 -0
  452. package/dist/node_modules/d3-selection/src/selection/exit.cjs +1 -0
  453. package/dist/node_modules/d3-selection/src/selection/exit.js +8 -0
  454. package/dist/node_modules/d3-selection/src/selection/filter.cjs +1 -0
  455. package/dist/node_modules/d3-selection/src/selection/filter.js +12 -0
  456. package/dist/node_modules/d3-selection/src/selection/html.cjs +1 -0
  457. package/dist/node_modules/d3-selection/src/selection/html.js +20 -0
  458. package/dist/node_modules/d3-selection/src/selection/index.cjs +1 -0
  459. package/dist/node_modules/d3-selection/src/selection/index.js +87 -0
  460. package/dist/node_modules/d3-selection/src/selection/insert.cjs +1 -0
  461. package/dist/node_modules/d3-selection/src/selection/insert.js +14 -0
  462. package/dist/node_modules/d3-selection/src/selection/iterator.cjs +1 -0
  463. package/dist/node_modules/d3-selection/src/selection/iterator.js +8 -0
  464. package/dist/node_modules/d3-selection/src/selection/join.cjs +1 -0
  465. package/dist/node_modules/d3-selection/src/selection/join.js +7 -0
  466. package/dist/node_modules/d3-selection/src/selection/lower.cjs +1 -0
  467. package/dist/node_modules/d3-selection/src/selection/lower.js +9 -0
  468. package/dist/node_modules/d3-selection/src/selection/merge.cjs +1 -0
  469. package/dist/node_modules/d3-selection/src/selection/merge.js +12 -0
  470. package/dist/node_modules/d3-selection/src/selection/node.cjs +1 -0
  471. package/dist/node_modules/d3-selection/src/selection/node.js +11 -0
  472. package/dist/node_modules/d3-selection/src/selection/nodes.cjs +1 -0
  473. package/dist/node_modules/d3-selection/src/selection/nodes.js +6 -0
  474. package/dist/node_modules/d3-selection/src/selection/on.cjs +1 -0
  475. package/dist/node_modules/d3-selection/src/selection/on.js +52 -0
  476. package/dist/node_modules/d3-selection/src/selection/order.cjs +1 -0
  477. package/dist/node_modules/d3-selection/src/selection/order.js +9 -0
  478. package/dist/node_modules/d3-selection/src/selection/property.cjs +1 -0
  479. package/dist/node_modules/d3-selection/src/selection/property.js +22 -0
  480. package/dist/node_modules/d3-selection/src/selection/raise.cjs +1 -0
  481. package/dist/node_modules/d3-selection/src/selection/raise.js +9 -0
  482. package/dist/node_modules/d3-selection/src/selection/remove.cjs +1 -0
  483. package/dist/node_modules/d3-selection/src/selection/remove.js +10 -0
  484. package/dist/node_modules/d3-selection/src/selection/select.cjs +1 -0
  485. package/dist/node_modules/d3-selection/src/selection/select.js +12 -0
  486. package/dist/node_modules/d3-selection/src/selection/selectAll.cjs +1 -0
  487. package/dist/node_modules/d3-selection/src/selection/selectAll.js +18 -0
  488. package/dist/node_modules/d3-selection/src/selection/selectChild.cjs +1 -0
  489. package/dist/node_modules/d3-selection/src/selection/selectChild.js +16 -0
  490. package/dist/node_modules/d3-selection/src/selection/selectChildren.cjs +1 -0
  491. package/dist/node_modules/d3-selection/src/selection/selectChildren.js +16 -0
  492. package/dist/node_modules/d3-selection/src/selection/size.cjs +1 -0
  493. package/dist/node_modules/d3-selection/src/selection/size.js +8 -0
  494. package/dist/node_modules/d3-selection/src/selection/sort.cjs +1 -0
  495. package/dist/node_modules/d3-selection/src/selection/sort.js +19 -0
  496. package/dist/node_modules/d3-selection/src/selection/sparse.cjs +1 -0
  497. package/dist/node_modules/d3-selection/src/selection/sparse.js +6 -0
  498. package/dist/node_modules/d3-selection/src/selection/style.cjs +1 -0
  499. package/dist/node_modules/d3-selection/src/selection/style.js +27 -0
  500. package/dist/node_modules/d3-selection/src/selection/text.cjs +1 -0
  501. package/dist/node_modules/d3-selection/src/selection/text.js +20 -0
  502. package/dist/node_modules/d3-selection/src/selector.cjs +1 -0
  503. package/dist/node_modules/d3-selection/src/selector.js +10 -0
  504. package/dist/node_modules/d3-selection/src/selectorAll.cjs +1 -0
  505. package/dist/node_modules/d3-selection/src/selectorAll.js +11 -0
  506. package/dist/node_modules/d3-selection/src/sourceEvent.cjs +1 -0
  507. package/dist/node_modules/d3-selection/src/sourceEvent.js +8 -0
  508. package/dist/node_modules/d3-selection/src/window.cjs +1 -0
  509. package/dist/node_modules/d3-selection/src/window.js +6 -0
  510. package/dist/node_modules/d3-shape/src/arc.cjs +1 -0
  511. package/dist/node_modules/d3-shape/src/arc.js +85 -0
  512. package/dist/node_modules/d3-shape/src/area.cjs +1 -0
  513. package/dist/node_modules/d3-shape/src/area.js +56 -0
  514. package/dist/node_modules/d3-shape/src/array.cjs +1 -0
  515. package/dist/node_modules/d3-shape/src/array.js +6 -0
  516. package/dist/node_modules/d3-shape/src/constant.cjs +1 -0
  517. package/dist/node_modules/d3-shape/src/constant.js +8 -0
  518. package/dist/node_modules/d3-shape/src/curve/basis.cjs +1 -0
  519. package/dist/node_modules/d3-shape/src/curve/basis.js +60 -0
  520. package/dist/node_modules/d3-shape/src/curve/basisClosed.cjs +1 -0
  521. package/dist/node_modules/d3-shape/src/curve/basisClosed.js +51 -0
  522. package/dist/node_modules/d3-shape/src/curve/basisOpen.cjs +1 -0
  523. package/dist/node_modules/d3-shape/src/curve/basisOpen.js +46 -0
  524. package/dist/node_modules/d3-shape/src/curve/bundle.cjs +1 -0
  525. package/dist/node_modules/d3-shape/src/curve/bundle.js +33 -0
  526. package/dist/node_modules/d3-shape/src/curve/cardinal.cjs +1 -0
  527. package/dist/node_modules/d3-shape/src/curve/cardinal.js +65 -0
  528. package/dist/node_modules/d3-shape/src/curve/cardinalClosed.cjs +1 -0
  529. package/dist/node_modules/d3-shape/src/curve/cardinalClosed.js +57 -0
  530. package/dist/node_modules/d3-shape/src/curve/cardinalOpen.cjs +1 -0
  531. package/dist/node_modules/d3-shape/src/curve/cardinalOpen.js +50 -0
  532. package/dist/node_modules/d3-shape/src/curve/catmullRom.cjs +1 -0
  533. package/dist/node_modules/d3-shape/src/curve/catmullRom.js +72 -0
  534. package/dist/node_modules/d3-shape/src/curve/catmullRomClosed.cjs +1 -0
  535. package/dist/node_modules/d3-shape/src/curve/catmullRomClosed.js +61 -0
  536. package/dist/node_modules/d3-shape/src/curve/catmullRomOpen.cjs +1 -0
  537. package/dist/node_modules/d3-shape/src/curve/catmullRomOpen.js +54 -0
  538. package/dist/node_modules/d3-shape/src/curve/linear.cjs +1 -0
  539. package/dist/node_modules/d3-shape/src/curve/linear.js +36 -0
  540. package/dist/node_modules/d3-shape/src/curve/linearClosed.cjs +1 -0
  541. package/dist/node_modules/d3-shape/src/curve/linearClosed.js +23 -0
  542. package/dist/node_modules/d3-shape/src/curve/monotone.cjs +1 -0
  543. package/dist/node_modules/d3-shape/src/curve/monotone.js +93 -0
  544. package/dist/node_modules/d3-shape/src/curve/natural.cjs +1 -0
  545. package/dist/node_modules/d3-shape/src/curve/natural.js +41 -0
  546. package/dist/node_modules/d3-shape/src/curve/step.cjs +1 -0
  547. package/dist/node_modules/d3-shape/src/curve/step.js +51 -0
  548. package/dist/node_modules/d3-shape/src/descending.cjs +1 -0
  549. package/dist/node_modules/d3-shape/src/descending.js +6 -0
  550. package/dist/node_modules/d3-shape/src/identity.cjs +1 -0
  551. package/dist/node_modules/d3-shape/src/identity.js +6 -0
  552. package/dist/node_modules/d3-shape/src/line.cjs +1 -0
  553. package/dist/node_modules/d3-shape/src/line.js +29 -0
  554. package/dist/node_modules/d3-shape/src/math.cjs +1 -0
  555. package/dist/node_modules/d3-shape/src/math.js +22 -0
  556. package/dist/node_modules/d3-shape/src/noop.cjs +1 -0
  557. package/dist/node_modules/d3-shape/src/noop.js +5 -0
  558. package/dist/node_modules/d3-shape/src/path.cjs +1 -0
  559. package/dist/node_modules/d3-shape/src/path.js +18 -0
  560. package/dist/node_modules/d3-shape/src/pie.cjs +1 -0
  561. package/dist/node_modules/d3-shape/src/pie.js +43 -0
  562. package/dist/node_modules/d3-shape/src/point.cjs +1 -0
  563. package/dist/node_modules/d3-shape/src/point.js +10 -0
  564. package/dist/node_modules/d3-shape/src/symbol/circle.cjs +1 -0
  565. package/dist/node_modules/d3-shape/src/symbol/circle.js +10 -0
  566. package/dist/node_modules/d3-shape/src/symbol/cross.cjs +1 -0
  567. package/dist/node_modules/d3-shape/src/symbol/cross.js +10 -0
  568. package/dist/node_modules/d3-shape/src/symbol/diamond.cjs +1 -0
  569. package/dist/node_modules/d3-shape/src/symbol/diamond.js +10 -0
  570. package/dist/node_modules/d3-shape/src/symbol/square.cjs +1 -0
  571. package/dist/node_modules/d3-shape/src/symbol/square.js +10 -0
  572. package/dist/node_modules/d3-shape/src/symbol/star.cjs +1 -0
  573. package/dist/node_modules/d3-shape/src/symbol/star.js +15 -0
  574. package/dist/node_modules/d3-shape/src/symbol/triangle.cjs +1 -0
  575. package/dist/node_modules/d3-shape/src/symbol/triangle.js +10 -0
  576. package/dist/node_modules/d3-shape/src/symbol/wye.cjs +1 -0
  577. package/dist/node_modules/d3-shape/src/symbol/wye.js +10 -0
  578. package/dist/node_modules/d3-shape/src/symbol.cjs +1 -0
  579. package/dist/node_modules/d3-shape/src/symbol.js +21 -0
  580. package/dist/node_modules/d3-time/src/day.cjs +1 -0
  581. package/dist/node_modules/d3-time/src/day.js +26 -0
  582. package/dist/node_modules/d3-time/src/duration.cjs +1 -0
  583. package/dist/node_modules/d3-time/src/duration.js +10 -0
  584. package/dist/node_modules/d3-time/src/hour.cjs +1 -0
  585. package/dist/node_modules/d3-time/src/hour.js +18 -0
  586. package/dist/node_modules/d3-time/src/interval.cjs +1 -0
  587. package/dist/node_modules/d3-time/src/interval.js +31 -0
  588. package/dist/node_modules/d3-time/src/millisecond.cjs +1 -0
  589. package/dist/node_modules/d3-time/src/millisecond.js +14 -0
  590. package/dist/node_modules/d3-time/src/minute.cjs +1 -0
  591. package/dist/node_modules/d3-time/src/minute.js +18 -0
  592. package/dist/node_modules/d3-time/src/month.cjs +1 -0
  593. package/dist/node_modules/d3-time/src/month.js +17 -0
  594. package/dist/node_modules/d3-time/src/second.cjs +1 -0
  595. package/dist/node_modules/d3-time/src/second.js +11 -0
  596. package/dist/node_modules/d3-time/src/ticks.cjs +1 -0
  597. package/dist/node_modules/d3-time/src/ticks.js +54 -0
  598. package/dist/node_modules/d3-time/src/week.cjs +1 -0
  599. package/dist/node_modules/d3-time/src/week.js +48 -0
  600. package/dist/node_modules/d3-time/src/year.cjs +1 -0
  601. package/dist/node_modules/d3-time/src/year.js +27 -0
  602. package/dist/node_modules/d3-time-format/src/defaultLocale.cjs +1 -0
  603. package/dist/node_modules/d3-time-format/src/defaultLocale.js +20 -0
  604. package/dist/node_modules/d3-time-format/src/locale.cjs +1 -0
  605. package/dist/node_modules/d3-time-format/src/locale.js +478 -0
  606. package/dist/node_modules/d3-timer/src/timeout.cjs +1 -0
  607. package/dist/node_modules/d3-timer/src/timeout.js +10 -0
  608. package/dist/node_modules/d3-timer/src/timer.cjs +1 -0
  609. package/dist/node_modules/d3-timer/src/timer.js +62 -0
  610. package/dist/node_modules/d3-transition/src/interrupt.cjs +1 -0
  611. package/dist/node_modules/d3-transition/src/interrupt.js +18 -0
  612. package/dist/node_modules/d3-transition/src/selection/index.cjs +1 -0
  613. package/dist/node_modules/d3-transition/src/selection/index.js +5 -0
  614. package/dist/node_modules/d3-transition/src/selection/interrupt.cjs +1 -0
  615. package/dist/node_modules/d3-transition/src/selection/interrupt.js +9 -0
  616. package/dist/node_modules/d3-transition/src/selection/transition.cjs +1 -0
  617. package/dist/node_modules/d3-transition/src/selection/transition.js +28 -0
  618. package/dist/node_modules/d3-transition/src/transition/attr.cjs +1 -0
  619. package/dist/node_modules/d3-transition/src/transition/attr.js +49 -0
  620. package/dist/node_modules/d3-transition/src/transition/attrTween.cjs +1 -0
  621. package/dist/node_modules/d3-transition/src/transition/attrTween.js +38 -0
  622. package/dist/node_modules/d3-transition/src/transition/delay.cjs +1 -0
  623. package/dist/node_modules/d3-transition/src/transition/delay.js +18 -0
  624. package/dist/node_modules/d3-transition/src/transition/duration.cjs +1 -0
  625. package/dist/node_modules/d3-transition/src/transition/duration.js +18 -0
  626. package/dist/node_modules/d3-transition/src/transition/ease.cjs +1 -0
  627. package/dist/node_modules/d3-transition/src/transition/ease.js +14 -0
  628. package/dist/node_modules/d3-transition/src/transition/easeVarying.cjs +1 -0
  629. package/dist/node_modules/d3-transition/src/transition/easeVarying.js +15 -0
  630. package/dist/node_modules/d3-transition/src/transition/end.cjs +1 -0
  631. package/dist/node_modules/d3-transition/src/transition/end.js +16 -0
  632. package/dist/node_modules/d3-transition/src/transition/filter.cjs +1 -0
  633. package/dist/node_modules/d3-transition/src/transition/filter.js +12 -0
  634. package/dist/node_modules/d3-transition/src/transition/index.cjs +1 -0
  635. package/dist/node_modules/d3-transition/src/transition/index.js +65 -0
  636. package/dist/node_modules/d3-transition/src/transition/interpolate.cjs +1 -0
  637. package/dist/node_modules/d3-transition/src/transition/interpolate.js +11 -0
  638. package/dist/node_modules/d3-transition/src/transition/merge.cjs +1 -0
  639. package/dist/node_modules/d3-transition/src/transition/merge.js +13 -0
  640. package/dist/node_modules/d3-transition/src/transition/on.cjs +1 -0
  641. package/dist/node_modules/d3-transition/src/transition/on.js +21 -0
  642. package/dist/node_modules/d3-transition/src/transition/remove.cjs +1 -0
  643. package/dist/node_modules/d3-transition/src/transition/remove.js +13 -0
  644. package/dist/node_modules/d3-transition/src/transition/schedule.cjs +1 -0
  645. package/dist/node_modules/d3-transition/src/transition/schedule.js +85 -0
  646. package/dist/node_modules/d3-transition/src/transition/select.cjs +1 -0
  647. package/dist/node_modules/d3-transition/src/transition/select.js +14 -0
  648. package/dist/node_modules/d3-transition/src/transition/selectAll.cjs +1 -0
  649. package/dist/node_modules/d3-transition/src/transition/selectAll.js +18 -0
  650. package/dist/node_modules/d3-transition/src/transition/selection.cjs +1 -0
  651. package/dist/node_modules/d3-transition/src/transition/selection.js +8 -0
  652. package/dist/node_modules/d3-transition/src/transition/style.cjs +1 -0
  653. package/dist/node_modules/d3-transition/src/transition/style.js +45 -0
  654. package/dist/node_modules/d3-transition/src/transition/styleTween.cjs +1 -0
  655. package/dist/node_modules/d3-transition/src/transition/styleTween.js +23 -0
  656. package/dist/node_modules/d3-transition/src/transition/text.cjs +1 -0
  657. package/dist/node_modules/d3-transition/src/transition/text.js +18 -0
  658. package/dist/node_modules/d3-transition/src/transition/textTween.cjs +1 -0
  659. package/dist/node_modules/d3-transition/src/transition/textTween.js +23 -0
  660. package/dist/node_modules/d3-transition/src/transition/transition.cjs +1 -0
  661. package/dist/node_modules/d3-transition/src/transition/transition.js +19 -0
  662. package/dist/node_modules/d3-transition/src/transition/tween.cjs +1 -0
  663. package/dist/node_modules/d3-transition/src/transition/tween.js +56 -0
  664. package/dist/node_modules/internmap/src/index.cjs +1 -0
  665. package/dist/node_modules/internmap/src/index.js +35 -0
  666. package/dist/node_modules/parse-unit/index.cjs +1 -0
  667. package/dist/node_modules/parse-unit/index.js +11 -0
  668. package/dist/node_modules/striptags/src/striptags.cjs +2 -0
  669. package/dist/node_modules/striptags/src/striptags.js +118 -0
  670. package/dist/node_modules/stylis/src/Enum.cjs +1 -0
  671. package/dist/node_modules/stylis/src/Enum.js +12 -0
  672. package/dist/node_modules/stylis/src/Middleware.cjs +1 -0
  673. package/dist/node_modules/stylis/src/Middleware.js +18 -0
  674. package/dist/node_modules/stylis/src/Parser.cjs +1 -0
  675. package/dist/node_modules/stylis/src/Parser.js +131 -0
  676. package/dist/node_modules/stylis/src/Serializer.cjs +1 -0
  677. package/dist/node_modules/stylis/src/Serializer.js +27 -0
  678. package/dist/node_modules/stylis/src/Tokenizer.cjs +1 -0
  679. package/dist/node_modules/stylis/src/Tokenizer.js +141 -0
  680. package/dist/node_modules/stylis/src/Utility.cjs +1 -0
  681. package/dist/node_modules/stylis/src/Utility.js +50 -0
  682. package/dist/node_modules/throttle-debounce/esm/index.cjs +1 -0
  683. package/dist/node_modules/throttle-debounce/esm/index.js +28 -0
  684. package/dist/node_modules/to-px/browser.cjs +1 -0
  685. package/dist/node_modules/to-px/browser.js +63 -0
  686. package/dist/types.cjs +1 -0
  687. package/dist/types.d.ts +5 -0
  688. package/dist/types.js +4 -0
  689. package/dist/utils.cjs +1 -0
  690. package/dist/utils.d.ts +1 -0
  691. package/dist/utils.js +18 -0
  692. package/package.json +22 -26
  693. package/dist/vue-chrts.js +0 -8524
  694. package/dist/vue-chrts.umd.cjs +0 -373
@@ -0,0 +1,62 @@
1
+ var r = 0, a = 0, l = 0, p = 1e3, s, f, u = 0, i = 0, w = 0, c = typeof performance == "object" && performance.now ? performance : Date, y = typeof window == "object" && window.requestAnimationFrame ? window.requestAnimationFrame.bind(window) : function(t) {
2
+ setTimeout(t, 17);
3
+ };
4
+ function k() {
5
+ return i || (y(d), i = c.now() + w);
6
+ }
7
+ function d() {
8
+ i = 0;
9
+ }
10
+ function _() {
11
+ this._call = this._time = this._next = null;
12
+ }
13
+ _.prototype = v.prototype = {
14
+ constructor: _,
15
+ restart: function(t, n, e) {
16
+ if (typeof t != "function") throw new TypeError("callback is not a function");
17
+ e = (e == null ? k() : +e) + (n == null ? 0 : +n), !this._next && f !== this && (f ? f._next = this : s = this, f = this), this._call = t, this._time = e, m();
18
+ },
19
+ stop: function() {
20
+ this._call && (this._call = null, this._time = 1 / 0, m());
21
+ }
22
+ };
23
+ function v(t, n, e) {
24
+ var o = new _();
25
+ return o.restart(t, n, e), o;
26
+ }
27
+ function x() {
28
+ k(), ++r;
29
+ for (var t = s, n; t; )
30
+ (n = i - t._time) >= 0 && t._call.call(void 0, n), t = t._next;
31
+ --r;
32
+ }
33
+ function h() {
34
+ i = (u = c.now()) + w, r = a = 0;
35
+ try {
36
+ x();
37
+ } finally {
38
+ r = 0, I(), i = 0;
39
+ }
40
+ }
41
+ function T() {
42
+ var t = c.now(), n = t - u;
43
+ n > p && (w -= n, u = t);
44
+ }
45
+ function I() {
46
+ for (var t, n = s, e, o = 1 / 0; n; )
47
+ n._call ? (o > n._time && (o = n._time), t = n, n = n._next) : (e = n._next, n._next = null, n = t ? t._next = e : s = e);
48
+ f = t, m(o);
49
+ }
50
+ function m(t) {
51
+ if (!r) {
52
+ a && (a = clearTimeout(a));
53
+ var n = t - i;
54
+ n > 24 ? (t < 1 / 0 && (a = setTimeout(h, t - c.now() - w)), l && (l = clearInterval(l))) : (l || (u = c.now(), l = setInterval(T, p)), r = 1, y(h));
55
+ }
56
+ }
57
+ export {
58
+ _ as Timer,
59
+ k as now,
60
+ v as timer,
61
+ x as timerFlush
62
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("./transition/schedule.cjs");function a(t,i){var r=t.__transition,e,s,n=!0,u;if(r){i=i==null?null:i+"";for(u in r){if((e=r[u]).name!==i){n=!1;continue}s=e.state>l.STARTING&&e.state<l.ENDING,e.state=l.ENDED,e.timer.stop(),e.on.call(s?"interrupt":"cancel",t,t.__data__,e.index,e.group),delete r[u]}n&&delete t.__transition}}exports.default=a;
@@ -0,0 +1,18 @@
1
+ import { STARTING as u, ENDING as s, ENDED as c } from "./transition/schedule.js";
2
+ function o(e, i) {
3
+ var r = e.__transition, t, a, n = !0, l;
4
+ if (r) {
5
+ i = i == null ? null : i + "";
6
+ for (l in r) {
7
+ if ((t = r[l]).name !== i) {
8
+ n = !1;
9
+ continue;
10
+ }
11
+ a = t.state > u && t.state < s, t.state = c, t.timer.stop(), t.on.call(a ? "interrupt" : "cancel", e, e.__data__, t.index, t.group), delete r[l];
12
+ }
13
+ n && delete e.__transition;
14
+ }
15
+ }
16
+ export {
17
+ o as default
18
+ };
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./interrupt.cjs"),r=require("./transition.cjs"),t=require("../../../d3-selection/src/selection/index.cjs");t.default.prototype.interrupt=e.default;t.default.prototype.transition=r.default;
@@ -0,0 +1,5 @@
1
+ import o from "./interrupt.js";
2
+ import r from "./transition.js";
3
+ import t from "../../../d3-selection/src/selection/index.js";
4
+ t.prototype.interrupt = o;
5
+ t.prototype.transition = r;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("../interrupt.cjs");function u(e){return this.each(function(){t.default(this,e)})}exports.default=u;
@@ -0,0 +1,9 @@
1
+ import r from "../interrupt.js";
2
+ function i(t) {
3
+ return this.each(function() {
4
+ r(this, t);
5
+ });
6
+ }
7
+ export {
8
+ i as default
9
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("../transition/index.cjs"),f=require("../transition/schedule.cjs"),d=require("../../../d3-timer/src/timer.cjs"),_=require("../../../d3-ease/src/cubic.cjs");var h={time:null,delay:0,duration:250,ease:_.cubicInOut};function v(t,i){for(var e;!(e=t.__transition)||!(e=e[i]);)if(!(t=t.parentNode))throw new Error(`transition ${i} not found`);return e}function w(t){var i,e;t instanceof s.Transition?(i=t._id,t=t._name):(i=s.newId(),(e=h).time=d.now(),t=t==null?null:t+"");for(var n=this._groups,a=n.length,u=0;u<a;++u)for(var l=n[u],c=l.length,o,r=0;r<c;++r)(o=l[r])&&f.default(o,t,i,r,l,e||v(o,i));return new s.Transition(n,this._parents,t,i)}exports.default=w;
@@ -0,0 +1,28 @@
1
+ import { Transition as s, newId as h } from "../transition/index.js";
2
+ import c from "../transition/schedule.js";
3
+ import { now as _ } from "../../../d3-timer/src/timer.js";
4
+ import { cubicInOut as m } from "../../../d3-ease/src/cubic.js";
5
+ var w = {
6
+ time: null,
7
+ // Set on use.
8
+ delay: 0,
9
+ duration: 250,
10
+ ease: m
11
+ };
12
+ function d(t, i) {
13
+ for (var r; !(r = t.__transition) || !(r = r[i]); )
14
+ if (!(t = t.parentNode))
15
+ throw new Error(`transition ${i} not found`);
16
+ return r;
17
+ }
18
+ function T(t) {
19
+ var i, r;
20
+ t instanceof s ? (i = t._id, t = t._name) : (i = h(), (r = w).time = _(), t = t == null ? null : t + "");
21
+ for (var o = this._groups, a = o.length, e = 0; e < a; ++e)
22
+ for (var f = o[e], u = f.length, l, n = 0; n < u; ++n)
23
+ (l = f[n]) && c(l, t, i, n, f, r || d(l, i));
24
+ return new s(o, this._parents, t, i);
25
+ }
26
+ export {
27
+ T as default
28
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const c=require("./tween.cjs"),l=require("./interpolate.cjs"),g=require("../../../d3-selection/src/namespace.cjs"),f=require("../../../d3-interpolate/src/transform/index.cjs");function v(t){return function(){this.removeAttribute(t)}}function p(t){return function(){this.removeAttributeNS(t.space,t.local)}}function h(t,i,r){var e,u=r+"",o;return function(){var n=this.getAttribute(t);return n===u?null:n===e?o:o=i(e=n,r)}}function b(t,i,r){var e,u=r+"",o;return function(){var n=this.getAttributeNS(t.space,t.local);return n===u?null:n===e?o:o=i(e=n,r)}}function S(t,i,r){var e,u,o;return function(){var n,a=r(this),s;return a==null?void this.removeAttribute(t):(n=this.getAttribute(t),s=a+"",n===s?null:n===e&&s===u?o:(u=s,o=i(e=n,a)))}}function d(t,i,r){var e,u,o;return function(){var n,a=r(this),s;return a==null?void this.removeAttributeNS(t.space,t.local):(n=this.getAttributeNS(t.space,t.local),s=a+"",n===s?null:n===e&&s===u?o:(u=s,o=i(e=n,a)))}}function A(t,i){var r=g.default(t),e=r==="transform"?f.interpolateTransformSvg:l.default;return this.attrTween(t,typeof i=="function"?(r.local?d:S)(r,e,c.tweenValue(this,"attr."+t,i)):i==null?(r.local?p:v)(r):(r.local?b:h)(r,e,i))}exports.default=A;
@@ -0,0 +1,49 @@
1
+ import { tweenValue as c } from "./tween.js";
2
+ import l from "./interpolate.js";
3
+ import f from "../../../d3-selection/src/namespace.js";
4
+ import { interpolateTransformSvg as g } from "../../../d3-interpolate/src/transform/index.js";
5
+ function p(t) {
6
+ return function() {
7
+ this.removeAttribute(t);
8
+ };
9
+ }
10
+ function v(t) {
11
+ return function() {
12
+ this.removeAttributeNS(t.space, t.local);
13
+ };
14
+ }
15
+ function h(t, e, r) {
16
+ var i, u = r + "", o;
17
+ return function() {
18
+ var n = this.getAttribute(t);
19
+ return n === u ? null : n === i ? o : o = e(i = n, r);
20
+ };
21
+ }
22
+ function m(t, e, r) {
23
+ var i, u = r + "", o;
24
+ return function() {
25
+ var n = this.getAttributeNS(t.space, t.local);
26
+ return n === u ? null : n === i ? o : o = e(i = n, r);
27
+ };
28
+ }
29
+ function b(t, e, r) {
30
+ var i, u, o;
31
+ return function() {
32
+ var n, a = r(this), s;
33
+ return a == null ? void this.removeAttribute(t) : (n = this.getAttribute(t), s = a + "", n === s ? null : n === i && s === u ? o : (u = s, o = e(i = n, a)));
34
+ };
35
+ }
36
+ function A(t, e, r) {
37
+ var i, u, o;
38
+ return function() {
39
+ var n, a = r(this), s;
40
+ return a == null ? void this.removeAttributeNS(t.space, t.local) : (n = this.getAttributeNS(t.space, t.local), s = a + "", n === s ? null : n === i && s === u ? o : (u = s, o = e(i = n, a)));
41
+ };
42
+ }
43
+ function C(t, e) {
44
+ var r = f(t), i = r === "transform" ? g : l;
45
+ return this.attrTween(t, typeof e == "function" ? (r.local ? A : b)(r, i, c(this, "attr." + t, e)) : e == null ? (r.local ? v : p)(r) : (r.local ? m : h)(r, i, e));
46
+ }
47
+ export {
48
+ C as default
49
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("../../../d3-selection/src/namespace.cjs");function o(n,e){return function(t){this.setAttribute(n,e.call(this,t))}}function l(n,e){return function(t){this.setAttributeNS(n.space,n.local,e.call(this,t))}}function s(n,e){var t,r;function u(){var i=e.apply(this,arguments);return i!==r&&(t=(r=i)&&l(n,i)),t}return u._value=e,u}function c(n,e){var t,r;function u(){var i=e.apply(this,arguments);return i!==r&&(t=(r=i)&&o(n,i)),t}return u._value=e,u}function f(n,e){var t="attr."+n;if(arguments.length<2)return(t=this.tween(t))&&t._value;if(e==null)return this.tween(t,null);if(typeof e!="function")throw new Error;var r=a.default(n);return this.tween(t,(r.local?s:c)(r,e))}exports.default=f;
@@ -0,0 +1,38 @@
1
+ import u from "../../../d3-selection/src/namespace.js";
2
+ function o(r, n) {
3
+ return function(t) {
4
+ this.setAttribute(r, n.call(this, t));
5
+ };
6
+ }
7
+ function f(r, n) {
8
+ return function(t) {
9
+ this.setAttributeNS(r.space, r.local, n.call(this, t));
10
+ };
11
+ }
12
+ function s(r, n) {
13
+ var t, e;
14
+ function a() {
15
+ var i = n.apply(this, arguments);
16
+ return i !== e && (t = (e = i) && f(r, i)), t;
17
+ }
18
+ return a._value = n, a;
19
+ }
20
+ function l(r, n) {
21
+ var t, e;
22
+ function a() {
23
+ var i = n.apply(this, arguments);
24
+ return i !== e && (t = (e = i) && o(r, i)), t;
25
+ }
26
+ return a._value = n, a;
27
+ }
28
+ function h(r, n) {
29
+ var t = "attr." + r;
30
+ if (arguments.length < 2) return (t = this.tween(t)) && t._value;
31
+ if (n == null) return this.tween(t, null);
32
+ if (typeof n != "function") throw new Error();
33
+ var e = u(r);
34
+ return this.tween(t, (e.local ? s : l)(e, n));
35
+ }
36
+ export {
37
+ h as default
38
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("./schedule.cjs");function i(e,t){return function(){n.init(this,e).delay=+t.apply(this,arguments)}}function u(e,t){return t=+t,function(){n.init(this,e).delay=t}}function o(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?i:u)(t,e)):n.get(this.node(),t).delay}exports.default=o;
@@ -0,0 +1,18 @@
1
+ import { get as e, init as i } from "./schedule.js";
2
+ function o(n, t) {
3
+ return function() {
4
+ i(this, n).delay = +t.apply(this, arguments);
5
+ };
6
+ }
7
+ function r(n, t) {
8
+ return t = +t, function() {
9
+ i(this, n).delay = t;
10
+ };
11
+ }
12
+ function s(n) {
13
+ var t = this._id;
14
+ return arguments.length ? this.each((typeof n == "function" ? o : r)(t, n)) : e(this.node(), t).delay;
15
+ }
16
+ export {
17
+ s as default
18
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=require("./schedule.cjs");function e(n,t){return function(){i.set(this,n).duration=+t.apply(this,arguments)}}function u(n,t){return t=+t,function(){i.set(this,n).duration=t}}function o(n){var t=this._id;return arguments.length?this.each((typeof n=="function"?e:u)(t,n)):i.get(this.node(),t).duration}exports.default=o;
@@ -0,0 +1,18 @@
1
+ import { get as o, set as i } from "./schedule.js";
2
+ function r(n, t) {
3
+ return function() {
4
+ i(this, n).duration = +t.apply(this, arguments);
5
+ };
6
+ }
7
+ function u(n, t) {
8
+ return t = +t, function() {
9
+ i(this, n).duration = t;
10
+ };
11
+ }
12
+ function s(n) {
13
+ var t = this._id;
14
+ return arguments.length ? this.each((typeof n == "function" ? r : u)(t, n)) : o(this.node(), t).duration;
15
+ }
16
+ export {
17
+ s as default
18
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("./schedule.cjs");function i(t,e){if(typeof e!="function")throw new Error;return function(){n.set(this,t).ease=e}}function r(t){var e=this._id;return arguments.length?this.each(i(e,t)):n.get(this.node(),e).ease}exports.default=r;
@@ -0,0 +1,14 @@
1
+ import { get as n, set as i } from "./schedule.js";
2
+ function r(e, t) {
3
+ if (typeof t != "function") throw new Error();
4
+ return function() {
5
+ i(this, e).ease = t;
6
+ };
7
+ }
8
+ function s(e) {
9
+ var t = this._id;
10
+ return arguments.length ? this.each(r(t, e)) : n(this.node(), t).ease;
11
+ }
12
+ export {
13
+ s as default
14
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("./schedule.cjs");function i(e,r){return function(){var t=r.apply(this,arguments);if(typeof t!="function")throw new Error;n.set(this,e).ease=t}}function o(e){if(typeof e!="function")throw new Error;return this.each(i(this._id,e))}exports.default=o;
@@ -0,0 +1,15 @@
1
+ import { set as i } from "./schedule.js";
2
+ function e(t, n) {
3
+ return function() {
4
+ var r = n.apply(this, arguments);
5
+ if (typeof r != "function") throw new Error();
6
+ i(this, t).ease = r;
7
+ };
8
+ }
9
+ function a(t) {
10
+ if (typeof t != "function") throw new Error();
11
+ return this.each(e(this._id, t));
12
+ }
13
+ export {
14
+ a as default
15
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("./schedule.cjs");function f(){var t,e,n=this,r=n._id,i=n.size();return new Promise(function(u,a){var o={value:a},d={value:function(){--i===0&&u()}};n.each(function(){var s=l.set(this,r),c=s.on;c!==t&&(e=(t=c).copy(),e._.cancel.push(o),e._.interrupt.push(o),e._.end.push(d)),s.on=e}),i===0&&u()})}exports.default=f;
@@ -0,0 +1,16 @@
1
+ import { set as h } from "./schedule.js";
2
+ function p() {
3
+ var e, n, i = this, r = i._id, t = i.size();
4
+ return new Promise(function(o, s) {
5
+ var u = { value: s }, f = { value: function() {
6
+ --t === 0 && o();
7
+ } };
8
+ i.each(function() {
9
+ var a = h(this, r), c = a.on;
10
+ c !== e && (n = (e = c).copy(), n._.cancel.push(u), n._.interrupt.push(u), n._.end.push(f)), a.on = n;
11
+ }), t === 0 && o();
12
+ });
13
+ }
14
+ export {
15
+ p as default
16
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const u=require("./index.cjs"),o=require("../../../d3-selection/src/matcher.cjs");function c(e){typeof e!="function"&&(e=o.default(e));for(var a=this._groups,l=a.length,s=new Array(l),t=0;t<l;++t)for(var n=a[t],f=n.length,_=s[t]=[],r,i=0;i<f;++i)(r=n[i])&&e.call(r,r.__data__,i,n)&&_.push(r);return new u.Transition(s,this._parents,this._name,this._id)}exports.default=c;
@@ -0,0 +1,12 @@
1
+ import { Transition as o } from "./index.js";
2
+ import h from "../../../d3-selection/src/matcher.js";
3
+ function v(t) {
4
+ typeof t != "function" && (t = h(t));
5
+ for (var a = this._groups, e = a.length, _ = new Array(e), r = 0; r < e; ++r)
6
+ for (var f = a[r], s = f.length, l = _[r] = [], i, n = 0; n < s; ++n)
7
+ (i = f[n]) && t.call(i, i.__data__, n, f) && l.push(i);
8
+ return new o(_, this._parents, this._name, this._id);
9
+ }
10
+ export {
11
+ v as default
12
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./attr.cjs"),s=require("./attrTween.cjs"),u=require("./delay.cjs"),a=require("./duration.cjs"),c=require("./ease.cjs"),d=require("./easeVarying.cjs"),f=require("./filter.cjs"),q=require("./merge.cjs"),y=require("./on.cjs"),p=require("./remove.cjs"),h=require("./select.cjs"),m=require("./selectAll.cjs"),w=require("./selection.cjs"),T=require("./style.cjs"),g=require("./styleTween.cjs"),v=require("./text.cjs"),x=require("./textTween.cjs"),_=require("./transition.cjs"),b=require("./tween.cjs"),C=require("./end.cjs"),S=require("../../../d3-selection/src/selection/index.cjs");var z=0;function t(r,n,i,l){this._groups=r,this._parents=n,this._name=i,this._id=l}function A(){return++z}var e=S.default.prototype;t.prototype={constructor:t,select:h.default,selectAll:m.default,selectChild:e.selectChild,selectChildren:e.selectChildren,filter:f.default,merge:q.default,selection:w.default,transition:_.default,call:e.call,nodes:e.nodes,node:e.node,size:e.size,empty:e.empty,each:e.each,on:y.default,attr:o.default,attrTween:s.default,style:T.default,styleTween:g.default,text:v.default,textTween:x.default,remove:p.default,tween:b.default,delay:u.default,duration:a.default,ease:c.default,easeVarying:d.default,end:C.default,[Symbol.iterator]:e[Symbol.iterator]};exports.Transition=t;exports.newId=A;
@@ -0,0 +1,65 @@
1
+ import s from "./attr.js";
2
+ import m from "./attrTween.js";
3
+ import a from "./delay.js";
4
+ import l from "./duration.js";
5
+ import p from "./ease.js";
6
+ import f from "./easeVarying.js";
7
+ import _ from "./filter.js";
8
+ import c from "./merge.js";
9
+ import d from "./on.js";
10
+ import y from "./remove.js";
11
+ import h from "./select.js";
12
+ import w from "./selectAll.js";
13
+ import u from "./selection.js";
14
+ import T from "./style.js";
15
+ import g from "./styleTween.js";
16
+ import x from "./text.js";
17
+ import v from "./textTween.js";
18
+ import C from "./transition.js";
19
+ import b from "./tween.js";
20
+ import z from "./end.js";
21
+ import A from "../../../d3-selection/src/selection/index.js";
22
+ var S = 0;
23
+ function r(o, i, e, n) {
24
+ this._groups = o, this._parents = i, this._name = e, this._id = n;
25
+ }
26
+ function W() {
27
+ return ++S;
28
+ }
29
+ var t = A.prototype;
30
+ r.prototype = {
31
+ constructor: r,
32
+ select: h,
33
+ selectAll: w,
34
+ selectChild: t.selectChild,
35
+ selectChildren: t.selectChildren,
36
+ filter: _,
37
+ merge: c,
38
+ selection: u,
39
+ transition: C,
40
+ call: t.call,
41
+ nodes: t.nodes,
42
+ node: t.node,
43
+ size: t.size,
44
+ empty: t.empty,
45
+ each: t.each,
46
+ on: d,
47
+ attr: s,
48
+ attrTween: m,
49
+ style: T,
50
+ styleTween: g,
51
+ text: x,
52
+ textTween: v,
53
+ remove: y,
54
+ tween: b,
55
+ delay: a,
56
+ duration: l,
57
+ ease: p,
58
+ easeVarying: f,
59
+ end: z,
60
+ [Symbol.iterator]: t[Symbol.iterator]
61
+ };
62
+ export {
63
+ r as Transition,
64
+ W as newId
65
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("../../../d3-interpolate/src/number.cjs"),r=require("../../../d3-interpolate/src/rgb.cjs"),l=require("../../../d3-interpolate/src/string.cjs"),u=require("../../../d3-color/src/color.cjs");function a(n,e){var t;return(typeof e=="number"?o.default:e instanceof u.default?r.default:(t=u.default(e))?(e=t,r.default):l.default)(n,e)}exports.default=a;
@@ -0,0 +1,11 @@
1
+ import n from "../../../d3-interpolate/src/number.js";
2
+ import o from "../../../d3-interpolate/src/rgb.js";
3
+ import m from "../../../d3-interpolate/src/string.js";
4
+ import e from "../../../d3-color/src/color.js";
5
+ function u(i, r) {
6
+ var t;
7
+ return (typeof r == "number" ? n : r instanceof e ? o : (t = e(r)) ? (r = t, o) : m)(i, r);
8
+ }
9
+ export {
10
+ u as default
11
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const w=require("./index.cjs");function c(a){if(a._id!==this._id)throw new Error;for(var r=this._groups,h=a._groups,n=r.length,s=h.length,f=Math.min(n,s),i=new Array(n),e=0;e<f;++e)for(var o=r[e],u=h[e],_=o.length,d=i[e]=new Array(_),l,t=0;t<_;++t)(l=o[t]||u[t])&&(d[t]=l);for(;e<n;++e)i[e]=r[e];return new w.Transition(i,this._parents,this._name,this._id)}exports.default=c;
@@ -0,0 +1,13 @@
1
+ import { Transition as v } from "./index.js";
2
+ function A(h) {
3
+ if (h._id !== this._id) throw new Error();
4
+ for (var n = this._groups, e = h._groups, i = n.length, s = e.length, w = Math.min(i, s), a = new Array(i), r = 0; r < w; ++r)
5
+ for (var f = n[r], l = e[r], _ = f.length, d = a[r] = new Array(_), o, t = 0; t < _; ++t)
6
+ (o = f[t] || l[t]) && (d[t] = o);
7
+ for (; r < i; ++r)
8
+ a[r] = n[r];
9
+ return new v(a, this._parents, this._name, this._id);
10
+ }
11
+ export {
12
+ A as default
13
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=require("./schedule.cjs");function a(e){return(e+"").trim().split(/^|\s+/).every(function(n){var t=n.indexOf(".");return t>=0&&(n=n.slice(0,t)),!n||n==="start"})}function l(e,n,t){var o,r,c=a(n)?i.init:i.set;return function(){var u=c(this,e),s=u.on;s!==o&&(r=(o=s).copy()).on(n,t),u.on=r}}function d(e,n){var t=this._id;return arguments.length<2?i.get(this.node(),t).on.on(e):this.each(l(t,e,n))}exports.default=d;
@@ -0,0 +1,21 @@
1
+ import { get as c, init as f, set as a } from "./schedule.js";
2
+ function h(i) {
3
+ return (i + "").trim().split(/^|\s+/).every(function(n) {
4
+ var t = n.indexOf(".");
5
+ return t >= 0 && (n = n.slice(0, t)), !n || n === "start";
6
+ });
7
+ }
8
+ function d(i, n, t) {
9
+ var o, r, u = h(n) ? f : a;
10
+ return function() {
11
+ var e = u(this, i), s = e.on;
12
+ s !== o && (r = (o = s).copy()).on(n, t), e.on = r;
13
+ };
14
+ }
15
+ function v(i, n) {
16
+ var t = this._id;
17
+ return arguments.length < 2 ? c(this.node(), t).on.on(i) : this.each(d(t, i, n));
18
+ }
19
+ export {
20
+ v as default
21
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});function n(t){return function(){var e=this.parentNode;for(var i in this.__transition)if(+i!==t)return;e&&e.removeChild(this)}}function r(){return this.on("end.remove",n(this._id))}exports.default=r;
@@ -0,0 +1,13 @@
1
+ function r(t) {
2
+ return function() {
3
+ var n = this.parentNode;
4
+ for (var i in this.__transition) if (+i !== t) return;
5
+ n && n.removeChild(this);
6
+ };
7
+ }
8
+ function e() {
9
+ return this.on("end.remove", r(this._id));
10
+ }
11
+ export {
12
+ e as default
13
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const g=require("../../../d3-dispatch/src/dispatch.cjs"),R=require("../../../d3-timer/src/timer.cjs"),T=require("../../../d3-timer/src/timeout.cjs");var S=g.default("start","end","cancel","interrupt"),A=[],N=0,E=1,h=2,l=3,p=4,D=5,v=6;function x(r,a,t,i,o,c){var _=r.__transition;if(!_)r.__transition={};else if(t in _)return;C(r,t,{name:a,index:i,group:o,on:S,tween:A,time:c.time,delay:c.delay,duration:c.duration,ease:c.ease,timer:null,state:N})}function G(r,a){var t=w(r,a);if(t.state>N)throw new Error("too late; already scheduled");return t}function I(r,a){var t=w(r,a);if(t.state>l)throw new Error("too late; already running");return t}function w(r,a){var t=r.__transition;if(!t||!(t=t[a]))throw new Error("transition not found");return t}function C(r,a,t){var i=r.__transition,o;i[a]=t,t.timer=R.timer(c,0,t.time);function c(u){t.state=E,t.timer.restart(_,t.delay,t.time),t.delay<=u&&_(u-t.delay)}function _(u){var n,d,s,e;if(t.state!==E)return m();for(n in i)if(e=i[n],e.name===t.name){if(e.state===l)return T.default(_);e.state===p?(e.state=v,e.timer.stop(),e.on.call("interrupt",r,r.__data__,e.index,e.group),delete i[n]):+n<a&&(e.state=v,e.timer.stop(),e.on.call("cancel",r,r.__data__,e.index,e.group),delete i[n])}if(T.default(function(){t.state===l&&(t.state=p,t.timer.restart(y,t.delay,t.time),y(u))}),t.state=h,t.on.call("start",r,r.__data__,t.index,t.group),t.state===h){for(t.state=l,o=new Array(s=t.tween.length),n=0,d=-1;n<s;++n)(e=t.tween[n].value.call(r,r.__data__,t.index,t.group))&&(o[++d]=e);o.length=d+1}}function y(u){for(var n=u<t.duration?t.ease.call(null,u/t.duration):(t.timer.restart(m),t.state=D,1),d=-1,s=o.length;++d<s;)o[d].call(r,n);t.state===D&&(t.on.call("end",r,r.__data__,t.index,t.group),m())}function m(){t.state=v,t.timer.stop(),delete i[a];for(var u in i)return;delete r.__transition}}exports.CREATED=N;exports.ENDED=v;exports.ENDING=D;exports.RUNNING=p;exports.SCHEDULED=E;exports.STARTED=l;exports.STARTING=h;exports.default=x;exports.get=w;exports.init=G;exports.set=I;
@@ -0,0 +1,85 @@
1
+ import N from "../../../d3-dispatch/src/dispatch.js";
2
+ import { timer as T } from "../../../d3-timer/src/timer.js";
3
+ import w from "../../../d3-timer/src/timeout.js";
4
+ var A = N("start", "end", "cancel", "interrupt"), R = [], x = 0, l = 1, y = 2, v = 3, E = 4, g = 5, h = 6;
5
+ function U(r, e, t, i, u, c) {
6
+ var _ = r.__transition;
7
+ if (!_) r.__transition = {};
8
+ else if (t in _) return;
9
+ G(r, t, {
10
+ name: e,
11
+ index: i,
12
+ // For context during callback.
13
+ group: u,
14
+ // For context during callback.
15
+ on: A,
16
+ tween: R,
17
+ time: c.time,
18
+ delay: c.delay,
19
+ duration: c.duration,
20
+ ease: c.ease,
21
+ timer: null,
22
+ state: x
23
+ });
24
+ }
25
+ function j(r, e) {
26
+ var t = D(r, e);
27
+ if (t.state > x) throw new Error("too late; already scheduled");
28
+ return t;
29
+ }
30
+ function k(r, e) {
31
+ var t = D(r, e);
32
+ if (t.state > v) throw new Error("too late; already running");
33
+ return t;
34
+ }
35
+ function D(r, e) {
36
+ var t = r.__transition;
37
+ if (!t || !(t = t[e])) throw new Error("transition not found");
38
+ return t;
39
+ }
40
+ function G(r, e, t) {
41
+ var i = r.__transition, u;
42
+ i[e] = t, t.timer = T(c, 0, t.time);
43
+ function c(o) {
44
+ t.state = l, t.timer.restart(_, t.delay, t.time), t.delay <= o && _(o - t.delay);
45
+ }
46
+ function _(o) {
47
+ var n, m, d, a;
48
+ if (t.state !== l) return p();
49
+ for (n in i)
50
+ if (a = i[n], a.name === t.name) {
51
+ if (a.state === v) return w(_);
52
+ a.state === E ? (a.state = h, a.timer.stop(), a.on.call("interrupt", r, r.__data__, a.index, a.group), delete i[n]) : +n < e && (a.state = h, a.timer.stop(), a.on.call("cancel", r, r.__data__, a.index, a.group), delete i[n]);
53
+ }
54
+ if (w(function() {
55
+ t.state === v && (t.state = E, t.timer.restart(s, t.delay, t.time), s(o));
56
+ }), t.state = y, t.on.call("start", r, r.__data__, t.index, t.group), t.state === y) {
57
+ for (t.state = v, u = new Array(d = t.tween.length), n = 0, m = -1; n < d; ++n)
58
+ (a = t.tween[n].value.call(r, r.__data__, t.index, t.group)) && (u[++m] = a);
59
+ u.length = m + 1;
60
+ }
61
+ }
62
+ function s(o) {
63
+ for (var n = o < t.duration ? t.ease.call(null, o / t.duration) : (t.timer.restart(p), t.state = g, 1), m = -1, d = u.length; ++m < d; )
64
+ u[m].call(r, n);
65
+ t.state === g && (t.on.call("end", r, r.__data__, t.index, t.group), p());
66
+ }
67
+ function p() {
68
+ t.state = h, t.timer.stop(), delete i[e];
69
+ for (var o in i) return;
70
+ delete r.__transition;
71
+ }
72
+ }
73
+ export {
74
+ x as CREATED,
75
+ h as ENDED,
76
+ g as ENDING,
77
+ E as RUNNING,
78
+ l as SCHEDULED,
79
+ v as STARTED,
80
+ y as STARTING,
81
+ U as default,
82
+ D as get,
83
+ j as init,
84
+ k as set
85
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const v=require("./index.cjs"),u=require("./schedule.cjs"),o=require("../../../d3-selection/src/selector.cjs");function y(a){var l=this._name,r=this._id;typeof a!="function"&&(a=o.default(a));for(var c=this._groups,s=c.length,d=new Array(s),_=0;_<s;++_)for(var i=c[_],h=i.length,n=d[_]=new Array(h),e,f,t=0;t<h;++t)(e=i[t])&&(f=a.call(e,e.__data__,t,i))&&("__data__"in e&&(f.__data__=e.__data__),n[t]=f,u.default(n[t],l,r,t,n,u.get(e,r)));return new v.Transition(d,this._parents,l,r)}exports.default=y;
@@ -0,0 +1,14 @@
1
+ import { Transition as v } from "./index.js";
2
+ import w, { get as y } from "./schedule.js";
3
+ import s from "../../../d3-selection/src/selector.js";
4
+ function x(_) {
5
+ var m = this._name, i = this._id;
6
+ typeof _ != "function" && (_ = s(_));
7
+ for (var e = this._groups, l = e.length, c = new Array(l), r = 0; r < l; ++r)
8
+ for (var f = e[r], o = f.length, n = c[r] = new Array(o), a, h, t = 0; t < o; ++t)
9
+ (a = f[t]) && (h = _.call(a, a.__data__, t, f)) && ("__data__" in a && (h.__data__ = a.__data__), n[t] = h, w(n[t], m, i, t, n, y(a, i)));
10
+ return new v(c, this._parents, m, i);
11
+ }
12
+ export {
13
+ x as default
14
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const q=require("./index.cjs"),h=require("./schedule.cjs"),y=require("../../../d3-selection/src/selectorAll.cjs");function A(e){var n=this._name,u=this._id;typeof e!="function"&&(e=y.default(e));for(var s=this._groups,c=s.length,o=[],_=[],f=0;f<c;++f)for(var l=s[f],d=l.length,t,a=0;a<d;++a)if(t=l[a]){for(var r=e.call(t,t.__data__,a,l),v,g=h.get(t,u),i=0,m=r.length;i<m;++i)(v=r[i])&&h.default(v,n,u,i,r,g);o.push(r),_.push(t)}return new q.Transition(o,_,n,u)}exports.default=A;