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,54 +0,0 @@
1
- import { durationSecond as a, durationMinute as f, durationHour as d, durationDay as y, durationWeek as H, durationMonth as g, durationYear as v } from "./duration.js";
2
- import { millisecond as Y } from "./millisecond.js";
3
- import { second as k } from "./second.js";
4
- import { timeMinute as b, utcMinute as W } from "./minute.js";
5
- import { timeHour as j, utcHour as q } from "./hour.js";
6
- import { timeDay as w, unixDay as z } from "./day.js";
7
- import { timeSunday as A, utcSunday as B } from "./week.js";
8
- import { timeMonth as C, utcMonth as E } from "./month.js";
9
- import { timeYear as F, utcYear as G } from "./year.js";
10
- import J from "../../d3-array/src/bisector.js";
11
- import { tickStep as I } from "../../d3-array/src/ticks.js";
12
- function S(p, s, T, l, c, m) {
13
- const o = [
14
- [k, 1, a],
15
- [k, 5, 5 * a],
16
- [k, 15, 15 * a],
17
- [k, 30, 30 * a],
18
- [m, 1, f],
19
- [m, 5, 5 * f],
20
- [m, 15, 15 * f],
21
- [m, 30, 30 * f],
22
- [c, 1, d],
23
- [c, 3, 3 * d],
24
- [c, 6, 6 * d],
25
- [c, 12, 12 * d],
26
- [l, 1, y],
27
- [l, 2, 2 * y],
28
- [T, 1, H],
29
- [s, 1, g],
30
- [s, 3, 3 * g],
31
- [p, 1, v]
32
- ];
33
- function h(r, t, e) {
34
- const n = t < r;
35
- n && ([r, t] = [t, r]);
36
- const i = e && typeof e.range == "function" ? e : M(r, t, e), u = i ? i.range(r, +t + 1) : [];
37
- return n ? u.reverse() : u;
38
- }
39
- function M(r, t, e) {
40
- const n = Math.abs(t - r) / e, i = J(([, , D]) => D).right(o, n);
41
- if (i === o.length) return p.every(I(r / v, t / v, e));
42
- if (i === 0) return Y.every(Math.max(I(r, t, e), 1));
43
- const [u, x] = o[n / o[i - 1][2] < o[i][2] / n ? i - 1 : i];
44
- return u.every(x);
45
- }
46
- return [h, M];
47
- }
48
- const [_, $] = S(G, E, B, z, q, W), [rr, tr] = S(F, C, A, w, j, b);
49
- export {
50
- tr as timeTickInterval,
51
- rr as timeTicks,
52
- $ as utcTickInterval,
53
- _ as utcTicks
54
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./interval.cjs"),u=require("./duration.cjs");function n(r){return s.timeInterval(e=>{e.setDate(e.getDate()-(e.getDay()+7-r)%7),e.setHours(0,0,0,0)},(e,t)=>{e.setDate(e.getDate()+t*7)},(e,t)=>(t-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*u.durationMinute)/u.durationWeek)}const i=n(0),c=n(1),o=n(2),y=n(3),d=n(4),g=n(5),m=n(6);i.range;c.range;o.range;y.range;d.range;g.range;m.range;function a(r){return s.timeInterval(e=>{e.setUTCDate(e.getUTCDate()-(e.getUTCDay()+7-r)%7),e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t*7)},(e,t)=>(t-e)/u.durationWeek)}const T=a(0),D=a(1),S=a(2),W=a(3),f=a(4),l=a(5),C=a(6);T.range;D.range;S.range;W.range;f.range;l.range;C.range;exports.timeFriday=g;exports.timeMonday=c;exports.timeSaturday=m;exports.timeSunday=i;exports.timeThursday=d;exports.timeTuesday=o;exports.timeWednesday=y;exports.utcFriday=l;exports.utcMonday=D;exports.utcSaturday=C;exports.utcSunday=T;exports.utcThursday=f;exports.utcTuesday=S;exports.utcWednesday=W;
@@ -1,48 +0,0 @@
1
- import { timeInterval as o } from "./interval.js";
2
- import { durationMinute as u, durationWeek as s } from "./duration.js";
3
- function n(a) {
4
- return o((e) => {
5
- e.setDate(e.getDate() - (e.getDay() + 7 - a) % 7), e.setHours(0, 0, 0, 0);
6
- }, (e, t) => {
7
- e.setDate(e.getDate() + t * 7);
8
- }, (e, t) => (t - e - (t.getTimezoneOffset() - e.getTimezoneOffset()) * u) / s);
9
- }
10
- const c = n(0), g = n(1), i = n(2), y = n(3), m = n(4), T = n(5), d = n(6);
11
- c.range;
12
- g.range;
13
- i.range;
14
- y.range;
15
- m.range;
16
- T.range;
17
- d.range;
18
- function r(a) {
19
- return o((e) => {
20
- e.setUTCDate(e.getUTCDate() - (e.getUTCDay() + 7 - a) % 7), e.setUTCHours(0, 0, 0, 0);
21
- }, (e, t) => {
22
- e.setUTCDate(e.getUTCDate() + t * 7);
23
- }, (e, t) => (t - e) / s);
24
- }
25
- const D = r(0), f = r(1), C = r(2), U = r(3), W = r(4), S = r(5), k = r(6);
26
- D.range;
27
- f.range;
28
- C.range;
29
- U.range;
30
- W.range;
31
- S.range;
32
- k.range;
33
- export {
34
- T as timeFriday,
35
- g as timeMonday,
36
- d as timeSaturday,
37
- c as timeSunday,
38
- m as timeThursday,
39
- i as timeTuesday,
40
- y as timeWednesday,
41
- S as utcFriday,
42
- f as utcMonday,
43
- k as utcSaturday,
44
- D as utcSunday,
45
- W as utcThursday,
46
- C as utcTuesday,
47
- U as utcWednesday
48
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./interval.cjs"),u=l.timeInterval(e=>{e.setMonth(0,1),e.setHours(0,0,0,0)},(e,r)=>{e.setFullYear(e.getFullYear()+r)},(e,r)=>r.getFullYear()-e.getFullYear(),e=>e.getFullYear());u.every=e=>!isFinite(e=Math.floor(e))||!(e>0)?null:l.timeInterval(r=>{r.setFullYear(Math.floor(r.getFullYear()/e)*e),r.setMonth(0,1),r.setHours(0,0,0,0)},(r,t)=>{r.setFullYear(r.getFullYear()+t*e)});u.range;const n=l.timeInterval(e=>{e.setUTCMonth(0,1),e.setUTCHours(0,0,0,0)},(e,r)=>{e.setUTCFullYear(e.getUTCFullYear()+r)},(e,r)=>r.getUTCFullYear()-e.getUTCFullYear(),e=>e.getUTCFullYear());n.every=e=>!isFinite(e=Math.floor(e))||!(e>0)?null:l.timeInterval(r=>{r.setUTCFullYear(Math.floor(r.getUTCFullYear()/e)*e),r.setUTCMonth(0,1),r.setUTCHours(0,0,0,0)},(r,t)=>{r.setUTCFullYear(r.getUTCFullYear()+t*e)});n.range;exports.timeYear=u;exports.utcYear=n;
@@ -1,27 +0,0 @@
1
- import { timeInterval as l } from "./interval.js";
2
- const u = l((e) => {
3
- e.setMonth(0, 1), e.setHours(0, 0, 0, 0);
4
- }, (e, r) => {
5
- e.setFullYear(e.getFullYear() + r);
6
- }, (e, r) => r.getFullYear() - e.getFullYear(), (e) => e.getFullYear());
7
- u.every = (e) => !isFinite(e = Math.floor(e)) || !(e > 0) ? null : l((r) => {
8
- r.setFullYear(Math.floor(r.getFullYear() / e) * e), r.setMonth(0, 1), r.setHours(0, 0, 0, 0);
9
- }, (r, t) => {
10
- r.setFullYear(r.getFullYear() + t * e);
11
- });
12
- u.range;
13
- const s = l((e) => {
14
- e.setUTCMonth(0, 1), e.setUTCHours(0, 0, 0, 0);
15
- }, (e, r) => {
16
- e.setUTCFullYear(e.getUTCFullYear() + r);
17
- }, (e, r) => r.getUTCFullYear() - e.getUTCFullYear(), (e) => e.getUTCFullYear());
18
- s.every = (e) => !isFinite(e = Math.floor(e)) || !(e > 0) ? null : l((r) => {
19
- r.setUTCFullYear(Math.floor(r.getUTCFullYear() / e) * e), r.setUTCMonth(0, 1), r.setUTCHours(0, 0, 0, 0);
20
- }, (r, t) => {
21
- r.setUTCFullYear(r.getUTCFullYear() + t * e);
22
- });
23
- s.range;
24
- export {
25
- u as timeYear,
26
- s as utcYear
27
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=require("./locale.cjs");var e;exports.timeFormat=void 0;exports.utcFormat=void 0;a({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});function a(t){return e=r.default(t),exports.timeFormat=e.format,e.parse,exports.utcFormat=e.utcFormat,e.utcParse,e}exports.default=a;
@@ -1,20 +0,0 @@
1
- import r from "./locale.js";
2
- var a, t, u;
3
- o({
4
- dateTime: "%x, %X",
5
- date: "%-m/%-d/%Y",
6
- time: "%-I:%M:%S %p",
7
- periods: ["AM", "PM"],
8
- days: ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
9
- shortDays: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
10
- months: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
11
- shortMonths: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]
12
- });
13
- function o(e) {
14
- return a = r(e), t = a.format, a.parse, u = a.utcFormat, a.utcParse, a;
15
- }
16
- export {
17
- o as default,
18
- t as timeFormat,
19
- u as utcFormat
20
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("../../d3-time/src/week.cjs"),W=require("../../d3-time/src/day.cjs"),h=require("../../d3-time/src/year.cjs");function L(e){if(0<=e.y&&e.y<100){var t=new Date(-1,e.m,e.d,e.H,e.M,e.S,e.L);return t.setFullYear(e.y),t}return new Date(e.y,e.m,e.d,e.H,e.M,e.S,e.L)}function b(e){if(0<=e.y&&e.y<100){var t=new Date(Date.UTC(-1,e.m,e.d,e.H,e.M,e.S,e.L));return t.setUTCFullYear(e.y),t}return new Date(Date.UTC(e.y,e.m,e.d,e.H,e.M,e.S,e.L))}function v(e,t,n){return{y:e,m:t,d:n,H:0,M:0,S:0,L:0}}function we(e){var t=e.dateTime,n=e.date,u=e.time,T=e.periods,U=e.days,w=e.shortDays,Y=e.months,k=e.shortMonths,B=D(T),G=S(T),z=D(U),E=S(U),J=D(w),K=S(w),ee=D(Y),te=S(Y),ne=D(k),re=S(k),C={a:ye,A:ge,b:he,B:Te,c:null,d:A,e:A,f:Be,g:ut,G:ot,H:Xe,I:je,j:$e,L:P,m:Ge,M:ze,p:Me,q:Ue,Q,s:V,S:Ee,u:Je,U:Ke,V:et,w:tt,W:nt,x:null,X:null,y:rt,Y:at,Z:ct,"%":R},p={a:Ce,A:pe,b:de,B:ve,c:null,d:_,e:_,f:lt,g:dt,G:Dt,H:ft,I:it,j:st,L:j,m:mt,M:yt,p:De,q:Se,Q,s:V,S:gt,u:ht,U:Tt,V:Mt,w:Ut,W:Ct,x:null,X:null,y:pt,Y:vt,Z:St,"%":R},ue={a:oe,A:ce,b:fe,B:ie,c:se,d:I,e:I,f:Re,g:Z,G:O,H:q,I:q,j:Ie,L:_e,m:Ze,M:qe,p:ae,q:Oe,Q:Ve,s:Pe,S:Ae,u:Le,U:be,V:He,w:We,W:Fe,x:le,X:me,y:Z,Y:O,Z:Ne,"%":Qe};C.x=M(n,C),C.X=M(u,C),C.c=M(t,C),p.x=M(n,p),p.X=M(u,p),p.c=M(t,p);function M(a,o){return function(c){var r=[],m=-1,i=0,y=a.length,g,d,F;for(c instanceof Date||(c=new Date(+c));++m<y;)a.charCodeAt(m)===37&&(r.push(a.slice(i,m)),(d=N[g=a.charAt(++m)])!=null?g=a.charAt(++m):d=g==="e"?" ":"0",(F=o[g])&&(g=F(c,d)),r.push(g),i=m+1);return r.push(a.slice(i,m)),r.join("")}}function H(a,o){return function(c){var r=v(1900,void 0,1),m=x(r,a,c+="",0),i,y;if(m!=c.length)return null;if("Q"in r)return new Date(r.Q);if("s"in r)return new Date(r.s*1e3+("L"in r?r.L:0));if(o&&!("Z"in r)&&(r.Z=0),"p"in r&&(r.H=r.H%12+r.p*12),r.m===void 0&&(r.m="q"in r?r.q:0),"V"in r){if(r.V<1||r.V>53)return null;"w"in r||(r.w=1),"Z"in r?(i=b(v(r.y,0,1)),y=i.getUTCDay(),i=y>4||y===0?s.utcMonday.ceil(i):s.utcMonday(i),i=W.utcDay.offset(i,(r.V-1)*7),r.y=i.getUTCFullYear(),r.m=i.getUTCMonth(),r.d=i.getUTCDate()+(r.w+6)%7):(i=L(v(r.y,0,1)),y=i.getDay(),i=y>4||y===0?s.timeMonday.ceil(i):s.timeMonday(i),i=W.timeDay.offset(i,(r.V-1)*7),r.y=i.getFullYear(),r.m=i.getMonth(),r.d=i.getDate()+(r.w+6)%7)}else("W"in r||"U"in r)&&("w"in r||(r.w="u"in r?r.u%7:"W"in r?1:0),y="Z"in r?b(v(r.y,0,1)).getUTCDay():L(v(r.y,0,1)).getDay(),r.m=0,r.d="W"in r?(r.w+6)%7+r.W*7-(y+5)%7:r.w+r.U*7-(y+6)%7);return"Z"in r?(r.H+=r.Z/100|0,r.M+=r.Z%100,b(r)):L(r)}}function x(a,o,c,r){for(var m=0,i=o.length,y=c.length,g,d;m<i;){if(r>=y)return-1;if(g=o.charCodeAt(m++),g===37){if(g=o.charAt(m++),d=ue[g in N?o.charAt(m++):g],!d||(r=d(a,c,r))<0)return-1}else if(g!=c.charCodeAt(r++))return-1}return r}function ae(a,o,c){var r=B.exec(o.slice(c));return r?(a.p=G.get(r[0].toLowerCase()),c+r[0].length):-1}function oe(a,o,c){var r=J.exec(o.slice(c));return r?(a.w=K.get(r[0].toLowerCase()),c+r[0].length):-1}function ce(a,o,c){var r=z.exec(o.slice(c));return r?(a.w=E.get(r[0].toLowerCase()),c+r[0].length):-1}function fe(a,o,c){var r=ne.exec(o.slice(c));return r?(a.m=re.get(r[0].toLowerCase()),c+r[0].length):-1}function ie(a,o,c){var r=ee.exec(o.slice(c));return r?(a.m=te.get(r[0].toLowerCase()),c+r[0].length):-1}function se(a,o,c){return x(a,t,o,c)}function le(a,o,c){return x(a,n,o,c)}function me(a,o,c){return x(a,u,o,c)}function ye(a){return w[a.getDay()]}function ge(a){return U[a.getDay()]}function he(a){return k[a.getMonth()]}function Te(a){return Y[a.getMonth()]}function Me(a){return T[+(a.getHours()>=12)]}function Ue(a){return 1+~~(a.getMonth()/3)}function Ce(a){return w[a.getUTCDay()]}function pe(a){return U[a.getUTCDay()]}function de(a){return k[a.getUTCMonth()]}function ve(a){return Y[a.getUTCMonth()]}function De(a){return T[+(a.getUTCHours()>=12)]}function Se(a){return 1+~~(a.getUTCMonth()/3)}return{format:function(a){var o=M(a+="",C);return o.toString=function(){return a},o},parse:function(a){var o=H(a+="",!1);return o.toString=function(){return a},o},utcFormat:function(a){var o=M(a+="",p);return o.toString=function(){return a},o},utcParse:function(a){var o=H(a+="",!0);return o.toString=function(){return a},o}}}var N={"-":"",_:" ",0:"0"},l=/^\s*\d+/,Ye=/^%/,ke=/[\\^$*+?|[\]().{}]/g;function f(e,t,n){var u=e<0?"-":"",T=(u?-e:e)+"",U=T.length;return u+(U<n?new Array(n-U+1).join(t)+T:T)}function xe(e){return e.replace(ke,"\\$&")}function D(e){return new RegExp("^(?:"+e.map(xe).join("|")+")","i")}function S(e){return new Map(e.map((t,n)=>[t.toLowerCase(),n]))}function We(e,t,n){var u=l.exec(t.slice(n,n+1));return u?(e.w=+u[0],n+u[0].length):-1}function Le(e,t,n){var u=l.exec(t.slice(n,n+1));return u?(e.u=+u[0],n+u[0].length):-1}function be(e,t,n){var u=l.exec(t.slice(n,n+2));return u?(e.U=+u[0],n+u[0].length):-1}function He(e,t,n){var u=l.exec(t.slice(n,n+2));return u?(e.V=+u[0],n+u[0].length):-1}function Fe(e,t,n){var u=l.exec(t.slice(n,n+2));return u?(e.W=+u[0],n+u[0].length):-1}function O(e,t,n){var u=l.exec(t.slice(n,n+4));return u?(e.y=+u[0],n+u[0].length):-1}function Z(e,t,n){var u=l.exec(t.slice(n,n+2));return u?(e.y=+u[0]+(+u[0]>68?1900:2e3),n+u[0].length):-1}function Ne(e,t,n){var u=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(t.slice(n,n+6));return u?(e.Z=u[1]?0:-(u[2]+(u[3]||"00")),n+u[0].length):-1}function Oe(e,t,n){var u=l.exec(t.slice(n,n+1));return u?(e.q=u[0]*3-3,n+u[0].length):-1}function Ze(e,t,n){var u=l.exec(t.slice(n,n+2));return u?(e.m=u[0]-1,n+u[0].length):-1}function I(e,t,n){var u=l.exec(t.slice(n,n+2));return u?(e.d=+u[0],n+u[0].length):-1}function Ie(e,t,n){var u=l.exec(t.slice(n,n+3));return u?(e.m=0,e.d=+u[0],n+u[0].length):-1}function q(e,t,n){var u=l.exec(t.slice(n,n+2));return u?(e.H=+u[0],n+u[0].length):-1}function qe(e,t,n){var u=l.exec(t.slice(n,n+2));return u?(e.M=+u[0],n+u[0].length):-1}function Ae(e,t,n){var u=l.exec(t.slice(n,n+2));return u?(e.S=+u[0],n+u[0].length):-1}function _e(e,t,n){var u=l.exec(t.slice(n,n+3));return u?(e.L=+u[0],n+u[0].length):-1}function Re(e,t,n){var u=l.exec(t.slice(n,n+6));return u?(e.L=Math.floor(u[0]/1e3),n+u[0].length):-1}function Qe(e,t,n){var u=Ye.exec(t.slice(n,n+1));return u?n+u[0].length:-1}function Ve(e,t,n){var u=l.exec(t.slice(n));return u?(e.Q=+u[0],n+u[0].length):-1}function Pe(e,t,n){var u=l.exec(t.slice(n));return u?(e.s=+u[0],n+u[0].length):-1}function A(e,t){return f(e.getDate(),t,2)}function Xe(e,t){return f(e.getHours(),t,2)}function je(e,t){return f(e.getHours()%12||12,t,2)}function $e(e,t){return f(1+W.timeDay.count(h.timeYear(e),e),t,3)}function P(e,t){return f(e.getMilliseconds(),t,3)}function Be(e,t){return P(e,t)+"000"}function Ge(e,t){return f(e.getMonth()+1,t,2)}function ze(e,t){return f(e.getMinutes(),t,2)}function Ee(e,t){return f(e.getSeconds(),t,2)}function Je(e){var t=e.getDay();return t===0?7:t}function Ke(e,t){return f(s.timeSunday.count(h.timeYear(e)-1,e),t,2)}function X(e){var t=e.getDay();return t>=4||t===0?s.timeThursday(e):s.timeThursday.ceil(e)}function et(e,t){return e=X(e),f(s.timeThursday.count(h.timeYear(e),e)+(h.timeYear(e).getDay()===4),t,2)}function tt(e){return e.getDay()}function nt(e,t){return f(s.timeMonday.count(h.timeYear(e)-1,e),t,2)}function rt(e,t){return f(e.getFullYear()%100,t,2)}function ut(e,t){return e=X(e),f(e.getFullYear()%100,t,2)}function at(e,t){return f(e.getFullYear()%1e4,t,4)}function ot(e,t){var n=e.getDay();return e=n>=4||n===0?s.timeThursday(e):s.timeThursday.ceil(e),f(e.getFullYear()%1e4,t,4)}function ct(e){var t=e.getTimezoneOffset();return(t>0?"-":(t*=-1,"+"))+f(t/60|0,"0",2)+f(t%60,"0",2)}function _(e,t){return f(e.getUTCDate(),t,2)}function ft(e,t){return f(e.getUTCHours(),t,2)}function it(e,t){return f(e.getUTCHours()%12||12,t,2)}function st(e,t){return f(1+W.utcDay.count(h.utcYear(e),e),t,3)}function j(e,t){return f(e.getUTCMilliseconds(),t,3)}function lt(e,t){return j(e,t)+"000"}function mt(e,t){return f(e.getUTCMonth()+1,t,2)}function yt(e,t){return f(e.getUTCMinutes(),t,2)}function gt(e,t){return f(e.getUTCSeconds(),t,2)}function ht(e){var t=e.getUTCDay();return t===0?7:t}function Tt(e,t){return f(s.utcSunday.count(h.utcYear(e)-1,e),t,2)}function $(e){var t=e.getUTCDay();return t>=4||t===0?s.utcThursday(e):s.utcThursday.ceil(e)}function Mt(e,t){return e=$(e),f(s.utcThursday.count(h.utcYear(e),e)+(h.utcYear(e).getUTCDay()===4),t,2)}function Ut(e){return e.getUTCDay()}function Ct(e,t){return f(s.utcMonday.count(h.utcYear(e)-1,e),t,2)}function pt(e,t){return f(e.getUTCFullYear()%100,t,2)}function dt(e,t){return e=$(e),f(e.getUTCFullYear()%100,t,2)}function vt(e,t){return f(e.getUTCFullYear()%1e4,t,4)}function Dt(e,t){var n=e.getUTCDay();return e=n>=4||n===0?s.utcThursday(e):s.utcThursday.ceil(e),f(e.getUTCFullYear()%1e4,t,4)}function St(){return"+0000"}function R(){return"%"}function Q(e){return+e}function V(e){return Math.floor(+e/1e3)}exports.default=we;
@@ -1,478 +0,0 @@
1
- import { utcMonday as F, timeMonday as N, utcThursday as S, utcSunday as Ye, timeThursday as w, timeSunday as He } from "../../d3-time/src/week.js";
2
- import { utcDay as B, timeDay as G } from "../../d3-time/src/day.js";
3
- import { utcYear as d, timeYear as x } from "../../d3-time/src/year.js";
4
- function H(e) {
5
- if (0 <= e.y && e.y < 100) {
6
- var n = new Date(-1, e.m, e.d, e.H, e.M, e.S, e.L);
7
- return n.setFullYear(e.y), n;
8
- }
9
- return new Date(e.y, e.m, e.d, e.H, e.M, e.S, e.L);
10
- }
11
- function b(e) {
12
- if (0 <= e.y && e.y < 100) {
13
- var n = new Date(Date.UTC(-1, e.m, e.d, e.H, e.M, e.S, e.L));
14
- return n.setUTCFullYear(e.y), n;
15
- }
16
- return new Date(Date.UTC(e.y, e.m, e.d, e.H, e.M, e.S, e.L));
17
- }
18
- function p(e, n, t) {
19
- return { y: e, m: n, d: t, H: 0, M: 0, S: 0, L: 0 };
20
- }
21
- function On(e) {
22
- var n = e.dateTime, t = e.date, u = e.time, y = e.periods, T = e.days, k = e.shortDays, W = e.months, L = e.shortMonths, K = v(y), ee = D(y), ne = v(T), te = D(T), re = v(k), ue = D(k), oe = v(W), ae = D(W), ce = v(L), fe = D(L), U = {
23
- a: Ce,
24
- A: Me,
25
- b: pe,
26
- B: ve,
27
- c: null,
28
- d: _,
29
- e: _,
30
- f: en,
31
- g: sn,
32
- G: gn,
33
- H: Ee,
34
- I: Je,
35
- j: Ke,
36
- L: z,
37
- m: nn,
38
- M: tn,
39
- p: De,
40
- q: Se,
41
- Q: X,
42
- s: j,
43
- S: rn,
44
- u: un,
45
- U: on,
46
- V: an,
47
- w: cn,
48
- W: fn,
49
- x: null,
50
- X: null,
51
- y: ln,
52
- Y: mn,
53
- Z: yn,
54
- "%": P
55
- }, C = {
56
- a: we,
57
- A: de,
58
- b: xe,
59
- B: ke,
60
- c: null,
61
- d: q,
62
- e: q,
63
- f: Cn,
64
- g: Wn,
65
- G: Yn,
66
- H: hn,
67
- I: Tn,
68
- j: Un,
69
- L: E,
70
- m: Mn,
71
- M: pn,
72
- p: We,
73
- q: Le,
74
- Q: X,
75
- s: j,
76
- S: vn,
77
- u: Dn,
78
- U: Sn,
79
- V: wn,
80
- w: dn,
81
- W: xn,
82
- x: null,
83
- X: null,
84
- y: kn,
85
- Y: Ln,
86
- Z: Hn,
87
- "%": P
88
- }, ie = {
89
- a: se,
90
- A: me,
91
- b: ge,
92
- B: ye,
93
- c: he,
94
- d: Q,
95
- e: Q,
96
- f: Be,
97
- g: R,
98
- G: A,
99
- H: V,
100
- I: V,
101
- j: qe,
102
- L: je,
103
- m: _e,
104
- M: Pe,
105
- p: le,
106
- q: Ve,
107
- Q: ze,
108
- s: $e,
109
- S: Xe,
110
- u: Ze,
111
- U: Ie,
112
- V: Ae,
113
- w: Oe,
114
- W: Re,
115
- x: Te,
116
- X: Ue,
117
- y: R,
118
- Y: A,
119
- Z: Qe,
120
- "%": Ge
121
- };
122
- U.x = h(t, U), U.X = h(u, U), U.c = h(n, U), C.x = h(t, C), C.X = h(u, C), C.c = h(n, C);
123
- function h(o, a) {
124
- return function(c) {
125
- var r = [], s = -1, i = 0, m = o.length, g, M, Z;
126
- for (c instanceof Date || (c = /* @__PURE__ */ new Date(+c)); ++s < m; )
127
- o.charCodeAt(s) === 37 && (r.push(o.slice(i, s)), (M = I[g = o.charAt(++s)]) != null ? g = o.charAt(++s) : M = g === "e" ? " " : "0", (Z = a[g]) && (g = Z(c, M)), r.push(g), i = s + 1);
128
- return r.push(o.slice(i, s)), r.join("");
129
- };
130
- }
131
- function O(o, a) {
132
- return function(c) {
133
- var r = p(1900, void 0, 1), s = Y(r, o, c += "", 0), i, m;
134
- if (s != c.length) return null;
135
- if ("Q" in r) return new Date(r.Q);
136
- if ("s" in r) return new Date(r.s * 1e3 + ("L" in r ? r.L : 0));
137
- if (a && !("Z" in r) && (r.Z = 0), "p" in r && (r.H = r.H % 12 + r.p * 12), r.m === void 0 && (r.m = "q" in r ? r.q : 0), "V" in r) {
138
- if (r.V < 1 || r.V > 53) return null;
139
- "w" in r || (r.w = 1), "Z" in r ? (i = b(p(r.y, 0, 1)), m = i.getUTCDay(), i = m > 4 || m === 0 ? F.ceil(i) : F(i), i = B.offset(i, (r.V - 1) * 7), r.y = i.getUTCFullYear(), r.m = i.getUTCMonth(), r.d = i.getUTCDate() + (r.w + 6) % 7) : (i = H(p(r.y, 0, 1)), m = i.getDay(), i = m > 4 || m === 0 ? N.ceil(i) : N(i), i = G.offset(i, (r.V - 1) * 7), r.y = i.getFullYear(), r.m = i.getMonth(), r.d = i.getDate() + (r.w + 6) % 7);
140
- } else ("W" in r || "U" in r) && ("w" in r || (r.w = "u" in r ? r.u % 7 : "W" in r ? 1 : 0), m = "Z" in r ? b(p(r.y, 0, 1)).getUTCDay() : H(p(r.y, 0, 1)).getDay(), r.m = 0, r.d = "W" in r ? (r.w + 6) % 7 + r.W * 7 - (m + 5) % 7 : r.w + r.U * 7 - (m + 6) % 7);
141
- return "Z" in r ? (r.H += r.Z / 100 | 0, r.M += r.Z % 100, b(r)) : H(r);
142
- };
143
- }
144
- function Y(o, a, c, r) {
145
- for (var s = 0, i = a.length, m = c.length, g, M; s < i; ) {
146
- if (r >= m) return -1;
147
- if (g = a.charCodeAt(s++), g === 37) {
148
- if (g = a.charAt(s++), M = ie[g in I ? a.charAt(s++) : g], !M || (r = M(o, c, r)) < 0) return -1;
149
- } else if (g != c.charCodeAt(r++))
150
- return -1;
151
- }
152
- return r;
153
- }
154
- function le(o, a, c) {
155
- var r = K.exec(a.slice(c));
156
- return r ? (o.p = ee.get(r[0].toLowerCase()), c + r[0].length) : -1;
157
- }
158
- function se(o, a, c) {
159
- var r = re.exec(a.slice(c));
160
- return r ? (o.w = ue.get(r[0].toLowerCase()), c + r[0].length) : -1;
161
- }
162
- function me(o, a, c) {
163
- var r = ne.exec(a.slice(c));
164
- return r ? (o.w = te.get(r[0].toLowerCase()), c + r[0].length) : -1;
165
- }
166
- function ge(o, a, c) {
167
- var r = ce.exec(a.slice(c));
168
- return r ? (o.m = fe.get(r[0].toLowerCase()), c + r[0].length) : -1;
169
- }
170
- function ye(o, a, c) {
171
- var r = oe.exec(a.slice(c));
172
- return r ? (o.m = ae.get(r[0].toLowerCase()), c + r[0].length) : -1;
173
- }
174
- function he(o, a, c) {
175
- return Y(o, n, a, c);
176
- }
177
- function Te(o, a, c) {
178
- return Y(o, t, a, c);
179
- }
180
- function Ue(o, a, c) {
181
- return Y(o, u, a, c);
182
- }
183
- function Ce(o) {
184
- return k[o.getDay()];
185
- }
186
- function Me(o) {
187
- return T[o.getDay()];
188
- }
189
- function pe(o) {
190
- return L[o.getMonth()];
191
- }
192
- function ve(o) {
193
- return W[o.getMonth()];
194
- }
195
- function De(o) {
196
- return y[+(o.getHours() >= 12)];
197
- }
198
- function Se(o) {
199
- return 1 + ~~(o.getMonth() / 3);
200
- }
201
- function we(o) {
202
- return k[o.getUTCDay()];
203
- }
204
- function de(o) {
205
- return T[o.getUTCDay()];
206
- }
207
- function xe(o) {
208
- return L[o.getUTCMonth()];
209
- }
210
- function ke(o) {
211
- return W[o.getUTCMonth()];
212
- }
213
- function We(o) {
214
- return y[+(o.getUTCHours() >= 12)];
215
- }
216
- function Le(o) {
217
- return 1 + ~~(o.getUTCMonth() / 3);
218
- }
219
- return {
220
- format: function(o) {
221
- var a = h(o += "", U);
222
- return a.toString = function() {
223
- return o;
224
- }, a;
225
- },
226
- parse: function(o) {
227
- var a = O(o += "", !1);
228
- return a.toString = function() {
229
- return o;
230
- }, a;
231
- },
232
- utcFormat: function(o) {
233
- var a = h(o += "", C);
234
- return a.toString = function() {
235
- return o;
236
- }, a;
237
- },
238
- utcParse: function(o) {
239
- var a = O(o += "", !0);
240
- return a.toString = function() {
241
- return o;
242
- }, a;
243
- }
244
- };
245
- }
246
- var I = { "-": "", _: " ", 0: "0" }, l = /^\s*\d+/, be = /^%/, Fe = /[\\^$*+?|[\]().{}]/g;
247
- function f(e, n, t) {
248
- var u = e < 0 ? "-" : "", y = (u ? -e : e) + "", T = y.length;
249
- return u + (T < t ? new Array(t - T + 1).join(n) + y : y);
250
- }
251
- function Ne(e) {
252
- return e.replace(Fe, "\\$&");
253
- }
254
- function v(e) {
255
- return new RegExp("^(?:" + e.map(Ne).join("|") + ")", "i");
256
- }
257
- function D(e) {
258
- return new Map(e.map((n, t) => [n.toLowerCase(), t]));
259
- }
260
- function Oe(e, n, t) {
261
- var u = l.exec(n.slice(t, t + 1));
262
- return u ? (e.w = +u[0], t + u[0].length) : -1;
263
- }
264
- function Ze(e, n, t) {
265
- var u = l.exec(n.slice(t, t + 1));
266
- return u ? (e.u = +u[0], t + u[0].length) : -1;
267
- }
268
- function Ie(e, n, t) {
269
- var u = l.exec(n.slice(t, t + 2));
270
- return u ? (e.U = +u[0], t + u[0].length) : -1;
271
- }
272
- function Ae(e, n, t) {
273
- var u = l.exec(n.slice(t, t + 2));
274
- return u ? (e.V = +u[0], t + u[0].length) : -1;
275
- }
276
- function Re(e, n, t) {
277
- var u = l.exec(n.slice(t, t + 2));
278
- return u ? (e.W = +u[0], t + u[0].length) : -1;
279
- }
280
- function A(e, n, t) {
281
- var u = l.exec(n.slice(t, t + 4));
282
- return u ? (e.y = +u[0], t + u[0].length) : -1;
283
- }
284
- function R(e, n, t) {
285
- var u = l.exec(n.slice(t, t + 2));
286
- return u ? (e.y = +u[0] + (+u[0] > 68 ? 1900 : 2e3), t + u[0].length) : -1;
287
- }
288
- function Qe(e, n, t) {
289
- var u = /^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(n.slice(t, t + 6));
290
- return u ? (e.Z = u[1] ? 0 : -(u[2] + (u[3] || "00")), t + u[0].length) : -1;
291
- }
292
- function Ve(e, n, t) {
293
- var u = l.exec(n.slice(t, t + 1));
294
- return u ? (e.q = u[0] * 3 - 3, t + u[0].length) : -1;
295
- }
296
- function _e(e, n, t) {
297
- var u = l.exec(n.slice(t, t + 2));
298
- return u ? (e.m = u[0] - 1, t + u[0].length) : -1;
299
- }
300
- function Q(e, n, t) {
301
- var u = l.exec(n.slice(t, t + 2));
302
- return u ? (e.d = +u[0], t + u[0].length) : -1;
303
- }
304
- function qe(e, n, t) {
305
- var u = l.exec(n.slice(t, t + 3));
306
- return u ? (e.m = 0, e.d = +u[0], t + u[0].length) : -1;
307
- }
308
- function V(e, n, t) {
309
- var u = l.exec(n.slice(t, t + 2));
310
- return u ? (e.H = +u[0], t + u[0].length) : -1;
311
- }
312
- function Pe(e, n, t) {
313
- var u = l.exec(n.slice(t, t + 2));
314
- return u ? (e.M = +u[0], t + u[0].length) : -1;
315
- }
316
- function Xe(e, n, t) {
317
- var u = l.exec(n.slice(t, t + 2));
318
- return u ? (e.S = +u[0], t + u[0].length) : -1;
319
- }
320
- function je(e, n, t) {
321
- var u = l.exec(n.slice(t, t + 3));
322
- return u ? (e.L = +u[0], t + u[0].length) : -1;
323
- }
324
- function Be(e, n, t) {
325
- var u = l.exec(n.slice(t, t + 6));
326
- return u ? (e.L = Math.floor(u[0] / 1e3), t + u[0].length) : -1;
327
- }
328
- function Ge(e, n, t) {
329
- var u = be.exec(n.slice(t, t + 1));
330
- return u ? t + u[0].length : -1;
331
- }
332
- function ze(e, n, t) {
333
- var u = l.exec(n.slice(t));
334
- return u ? (e.Q = +u[0], t + u[0].length) : -1;
335
- }
336
- function $e(e, n, t) {
337
- var u = l.exec(n.slice(t));
338
- return u ? (e.s = +u[0], t + u[0].length) : -1;
339
- }
340
- function _(e, n) {
341
- return f(e.getDate(), n, 2);
342
- }
343
- function Ee(e, n) {
344
- return f(e.getHours(), n, 2);
345
- }
346
- function Je(e, n) {
347
- return f(e.getHours() % 12 || 12, n, 2);
348
- }
349
- function Ke(e, n) {
350
- return f(1 + G.count(x(e), e), n, 3);
351
- }
352
- function z(e, n) {
353
- return f(e.getMilliseconds(), n, 3);
354
- }
355
- function en(e, n) {
356
- return z(e, n) + "000";
357
- }
358
- function nn(e, n) {
359
- return f(e.getMonth() + 1, n, 2);
360
- }
361
- function tn(e, n) {
362
- return f(e.getMinutes(), n, 2);
363
- }
364
- function rn(e, n) {
365
- return f(e.getSeconds(), n, 2);
366
- }
367
- function un(e) {
368
- var n = e.getDay();
369
- return n === 0 ? 7 : n;
370
- }
371
- function on(e, n) {
372
- return f(He.count(x(e) - 1, e), n, 2);
373
- }
374
- function $(e) {
375
- var n = e.getDay();
376
- return n >= 4 || n === 0 ? w(e) : w.ceil(e);
377
- }
378
- function an(e, n) {
379
- return e = $(e), f(w.count(x(e), e) + (x(e).getDay() === 4), n, 2);
380
- }
381
- function cn(e) {
382
- return e.getDay();
383
- }
384
- function fn(e, n) {
385
- return f(N.count(x(e) - 1, e), n, 2);
386
- }
387
- function ln(e, n) {
388
- return f(e.getFullYear() % 100, n, 2);
389
- }
390
- function sn(e, n) {
391
- return e = $(e), f(e.getFullYear() % 100, n, 2);
392
- }
393
- function mn(e, n) {
394
- return f(e.getFullYear() % 1e4, n, 4);
395
- }
396
- function gn(e, n) {
397
- var t = e.getDay();
398
- return e = t >= 4 || t === 0 ? w(e) : w.ceil(e), f(e.getFullYear() % 1e4, n, 4);
399
- }
400
- function yn(e) {
401
- var n = e.getTimezoneOffset();
402
- return (n > 0 ? "-" : (n *= -1, "+")) + f(n / 60 | 0, "0", 2) + f(n % 60, "0", 2);
403
- }
404
- function q(e, n) {
405
- return f(e.getUTCDate(), n, 2);
406
- }
407
- function hn(e, n) {
408
- return f(e.getUTCHours(), n, 2);
409
- }
410
- function Tn(e, n) {
411
- return f(e.getUTCHours() % 12 || 12, n, 2);
412
- }
413
- function Un(e, n) {
414
- return f(1 + B.count(d(e), e), n, 3);
415
- }
416
- function E(e, n) {
417
- return f(e.getUTCMilliseconds(), n, 3);
418
- }
419
- function Cn(e, n) {
420
- return E(e, n) + "000";
421
- }
422
- function Mn(e, n) {
423
- return f(e.getUTCMonth() + 1, n, 2);
424
- }
425
- function pn(e, n) {
426
- return f(e.getUTCMinutes(), n, 2);
427
- }
428
- function vn(e, n) {
429
- return f(e.getUTCSeconds(), n, 2);
430
- }
431
- function Dn(e) {
432
- var n = e.getUTCDay();
433
- return n === 0 ? 7 : n;
434
- }
435
- function Sn(e, n) {
436
- return f(Ye.count(d(e) - 1, e), n, 2);
437
- }
438
- function J(e) {
439
- var n = e.getUTCDay();
440
- return n >= 4 || n === 0 ? S(e) : S.ceil(e);
441
- }
442
- function wn(e, n) {
443
- return e = J(e), f(S.count(d(e), e) + (d(e).getUTCDay() === 4), n, 2);
444
- }
445
- function dn(e) {
446
- return e.getUTCDay();
447
- }
448
- function xn(e, n) {
449
- return f(F.count(d(e) - 1, e), n, 2);
450
- }
451
- function kn(e, n) {
452
- return f(e.getUTCFullYear() % 100, n, 2);
453
- }
454
- function Wn(e, n) {
455
- return e = J(e), f(e.getUTCFullYear() % 100, n, 2);
456
- }
457
- function Ln(e, n) {
458
- return f(e.getUTCFullYear() % 1e4, n, 4);
459
- }
460
- function Yn(e, n) {
461
- var t = e.getUTCDay();
462
- return e = t >= 4 || t === 0 ? S(e) : S.ceil(e), f(e.getUTCFullYear() % 1e4, n, 4);
463
- }
464
- function Hn() {
465
- return "+0000";
466
- }
467
- function P() {
468
- return "%";
469
- }
470
- function X(e) {
471
- return +e;
472
- }
473
- function j(e) {
474
- return Math.floor(+e / 1e3);
475
- }
476
- export {
477
- On as default
478
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("./timer.cjs");function n(r,t,u){var e=new o.Timer;return t=t==null?0:+t,e.restart(i=>{e.stop(),r(i+t)},t,u),e}exports.default=n;
@@ -1,10 +0,0 @@
1
- import { Timer as i } from "./timer.js";
2
- function e(o, t, n) {
3
- var r = new i();
4
- return t = t == null ? 0 : +t, r.restart((u) => {
5
- r.stop(), o(u + t);
6
- }, t, n), r;
7
- }
8
- export {
9
- e as default
10
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var r=0,a=0,l=0,y=1e3,s,c,u=0,i=0,m=0,f=typeof performance=="object"&&performance.now?performance:Date,d=typeof window=="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(t){setTimeout(t,17)};function h(){return i||(d(x),i=f.now()+m)}function x(){i=0}function w(){this._call=this._time=this._next=null}w.prototype=k.prototype={constructor:w,restart:function(t,e,n){if(typeof t!="function")throw new TypeError("callback is not a function");n=(n==null?h():+n)+(e==null?0:+e),!this._next&&c!==this&&(c?c._next=this:s=this,c=this),this._call=t,this._time=n,_()},stop:function(){this._call&&(this._call=null,this._time=1/0,_())}};function k(t,e,n){var o=new w;return o.restart(t,e,n),o}function v(){h(),++r;for(var t=s,e;t;)(e=i-t._time)>=0&&t._call.call(void 0,e),t=t._next;--r}function p(){i=(u=f.now())+m,r=a=0;try{v()}finally{r=0,b(),i=0}}function T(){var t=f.now(),e=t-u;e>y&&(m-=e,u=t)}function b(){for(var t,e=s,n,o=1/0;e;)e._call?(o>e._time&&(o=e._time),t=e,e=e._next):(n=e._next,e._next=null,e=t?t._next=n:s=n);c=t,_(o)}function _(t){if(!r){a&&(a=clearTimeout(a));var e=t-i;e>24?(t<1/0&&(a=setTimeout(p,t-f.now()-m)),l&&(l=clearInterval(l))):(l||(u=f.now(),l=setInterval(T,y)),r=1,d(p))}}exports.Timer=w;exports.now=h;exports.timer=k;exports.timerFlush=v;