@erpsquad/common 1.8.7 → 1.8.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (560) hide show
  1. package/dist/_virtual/ArrowDropDown/index.esm.js +5 -0
  2. package/dist/_virtual/ArrowDropDown/index.esm.js.map +1 -0
  3. package/dist/_virtual/ArrowDropDown/index.js +2 -0
  4. package/dist/_virtual/ArrowDropDown/index.js.map +1 -0
  5. package/dist/_virtual/ArrowDropUp/index.esm.js +5 -0
  6. package/dist/_virtual/ArrowDropUp/index.esm.js.map +1 -0
  7. package/dist/_virtual/ArrowDropUp/index.js +2 -0
  8. package/dist/_virtual/ArrowDropUp/index.js.map +1 -0
  9. package/dist/components/Dashboard/dashboard-card/index.esm.js +17 -0
  10. package/dist/components/Dashboard/dashboard-card/index.esm.js.map +1 -0
  11. package/dist/components/Dashboard/dashboard-card/index.js +6 -0
  12. package/dist/components/Dashboard/dashboard-card/index.js.map +1 -0
  13. package/dist/components/Dashboard/dashboard-header/index.esm.js +68 -0
  14. package/dist/components/Dashboard/dashboard-header/index.esm.js.map +1 -0
  15. package/dist/components/Dashboard/dashboard-header/index.js +7 -0
  16. package/dist/components/Dashboard/dashboard-header/index.js.map +1 -0
  17. package/dist/components/activityLog/activity-log/index.esm.js +104 -0
  18. package/dist/components/activityLog/activity-log/index.esm.js.map +1 -0
  19. package/dist/components/activityLog/activity-log/index.js +14 -0
  20. package/dist/components/activityLog/activity-log/index.js.map +1 -0
  21. package/dist/components/charts/ChartLegends/index.esm.js +31 -0
  22. package/dist/components/charts/ChartLegends/index.esm.js.map +1 -0
  23. package/dist/components/charts/ChartLegends/index.js +5 -0
  24. package/dist/components/charts/ChartLegends/index.js.map +1 -0
  25. package/dist/components/charts/areaLinerChart/index.esm.js +110 -0
  26. package/dist/components/charts/areaLinerChart/index.esm.js.map +1 -0
  27. package/dist/components/charts/areaLinerChart/index.js +4 -0
  28. package/dist/components/charts/areaLinerChart/index.js.map +1 -0
  29. package/dist/components/charts/bar-chart/bar-chart/index.esm.js +85 -0
  30. package/dist/components/charts/bar-chart/bar-chart/index.esm.js.map +1 -0
  31. package/dist/components/charts/bar-chart/bar-chart/index.js +2 -0
  32. package/dist/components/charts/bar-chart/bar-chart/index.js.map +1 -0
  33. package/dist/components/charts/barChart/barChart/index.esm.js +147 -0
  34. package/dist/components/charts/barChart/barChart/index.esm.js.map +1 -0
  35. package/dist/components/charts/barChart/barChart/index.js +2 -0
  36. package/dist/components/charts/barChart/barChart/index.js.map +1 -0
  37. package/dist/components/charts/barLineChart/barLinechart/index.esm.js +193 -0
  38. package/dist/components/charts/barLineChart/barLinechart/index.esm.js.map +1 -0
  39. package/dist/components/charts/barLineChart/barLinechart/index.js +11 -0
  40. package/dist/components/charts/barLineChart/barLinechart/index.js.map +1 -0
  41. package/dist/components/charts/donut-chart/donut-chart/index.esm.js +85 -0
  42. package/dist/components/charts/donut-chart/donut-chart/index.esm.js.map +1 -0
  43. package/dist/components/charts/donut-chart/donut-chart/index.js +6 -0
  44. package/dist/components/charts/donut-chart/donut-chart/index.js.map +1 -0
  45. package/dist/components/charts/donutChart/DonutChart/index.esm.js +96 -0
  46. package/dist/components/charts/donutChart/DonutChart/index.esm.js.map +1 -0
  47. package/dist/components/charts/donutChart/DonutChart/index.js +5 -0
  48. package/dist/components/charts/donutChart/DonutChart/index.js.map +1 -0
  49. package/dist/components/charts/groupBarChart/GroupBarChart/index.esm.js +92 -0
  50. package/dist/components/charts/groupBarChart/GroupBarChart/index.esm.js.map +1 -0
  51. package/dist/components/charts/groupBarChart/GroupBarChart/index.js +2 -0
  52. package/dist/components/charts/groupBarChart/GroupBarChart/index.js.map +1 -0
  53. package/dist/components/charts/line-chart/area-lineChart/index.esm.js +55 -0
  54. package/dist/components/charts/line-chart/area-lineChart/index.esm.js.map +1 -0
  55. package/dist/components/charts/line-chart/area-lineChart/index.js +2 -0
  56. package/dist/components/charts/line-chart/area-lineChart/index.js.map +1 -0
  57. package/dist/components/charts/line-chart/line-chart/index.esm.js +108 -0
  58. package/dist/components/charts/line-chart/line-chart/index.esm.js.map +1 -0
  59. package/dist/components/charts/line-chart/line-chart/index.js +2 -0
  60. package/dist/components/charts/line-chart/line-chart/index.js.map +1 -0
  61. package/dist/components/charts/multiLineChart/multi-line-chart/index.esm.js +100 -0
  62. package/dist/components/charts/multiLineChart/multi-line-chart/index.esm.js.map +1 -0
  63. package/dist/components/charts/multiLineChart/multi-line-chart/index.js +2 -0
  64. package/dist/components/charts/multiLineChart/multi-line-chart/index.js.map +1 -0
  65. package/dist/components/filter/filter/index.esm.js +1 -1
  66. package/dist/components/filter/filter/index.js +6 -6
  67. package/dist/components/grid/custom-grid-card/custom-grid-card/index.esm.js +131 -0
  68. package/dist/components/grid/custom-grid-card/custom-grid-card/index.esm.js.map +1 -0
  69. package/dist/components/grid/custom-grid-card/custom-grid-card/index.js +11 -0
  70. package/dist/components/grid/custom-grid-card/custom-grid-card/index.js.map +1 -0
  71. package/dist/components/grid/grid-card/grid-card/index.esm.js +102 -0
  72. package/dist/components/grid/grid-card/grid-card/index.esm.js.map +1 -0
  73. package/dist/components/grid/grid-card/grid-card/index.js +12 -0
  74. package/dist/components/grid/grid-card/grid-card/index.js.map +1 -0
  75. package/dist/components/grid/grid-wrapper/grid-wrapper/index.esm.js +17 -0
  76. package/dist/components/grid/grid-wrapper/grid-wrapper/index.esm.js.map +1 -0
  77. package/dist/components/grid/grid-wrapper/grid-wrapper/index.js +5 -0
  78. package/dist/components/grid/grid-wrapper/grid-wrapper/index.js.map +1 -0
  79. package/dist/components/index.d.ts +54 -12
  80. package/dist/components/index.esm.js +479 -431
  81. package/dist/components/index.esm.js.map +1 -1
  82. package/dist/components/index.js +1 -1
  83. package/dist/components/material-table/material-table/index.esm.js +2 -2
  84. package/dist/components/material-table/material-table/index.js +4 -4
  85. package/dist/components/mulitline/multiline/index.esm.js +62 -0
  86. package/dist/components/mulitline/multiline/index.esm.js.map +1 -0
  87. package/dist/components/mulitline/multiline/index.js +13 -0
  88. package/dist/components/mulitline/multiline/index.js.map +1 -0
  89. package/dist/components/reports/dynamic-report/dynamic-report/index.esm.js +472 -0
  90. package/dist/components/reports/dynamic-report/dynamic-report/index.esm.js.map +1 -0
  91. package/dist/components/reports/dynamic-report/dynamic-report/index.js +8 -0
  92. package/dist/components/reports/dynamic-report/dynamic-report/index.js.map +1 -0
  93. package/dist/components/reports/dynamic-report/dynamic-rows/index.esm.js +201 -0
  94. package/dist/components/reports/dynamic-report/dynamic-rows/index.esm.js.map +1 -0
  95. package/dist/components/reports/dynamic-report/dynamic-rows/index.js +6 -0
  96. package/dist/components/reports/dynamic-report/dynamic-rows/index.js.map +1 -0
  97. package/dist/components/rfq-response/item-response-details/index.esm.js +91 -0
  98. package/dist/components/rfq-response/item-response-details/index.esm.js.map +1 -0
  99. package/dist/components/rfq-response/item-response-details/index.js +9 -0
  100. package/dist/components/rfq-response/item-response-details/index.js.map +1 -0
  101. package/dist/constants/index.d.ts +4 -1
  102. package/dist/constants/index.esm.js +2 -0
  103. package/dist/constants/index.esm.js.map +1 -1
  104. package/dist/constants/index.js +1 -1
  105. package/dist/index.esm.js +571 -523
  106. package/dist/index.esm.js.map +1 -1
  107. package/dist/index.js +1 -1
  108. package/dist/node_modules/@mui/icons-material/ArrowDropDown/index.esm.js +18 -0
  109. package/dist/node_modules/@mui/icons-material/ArrowDropDown/index.esm.js.map +1 -0
  110. package/dist/node_modules/@mui/icons-material/ArrowDropDown/index.js +2 -0
  111. package/dist/node_modules/@mui/icons-material/ArrowDropDown/index.js.map +1 -0
  112. package/dist/node_modules/@mui/icons-material/ArrowDropUp/index.esm.js +18 -0
  113. package/dist/node_modules/@mui/icons-material/ArrowDropUp/index.esm.js.map +1 -0
  114. package/dist/node_modules/@mui/icons-material/ArrowDropUp/index.js +2 -0
  115. package/dist/node_modules/@mui/icons-material/ArrowDropUp/index.js.map +1 -0
  116. package/dist/node_modules/d3-array/src/ascending/index.esm.js +7 -0
  117. package/dist/node_modules/d3-array/src/ascending/index.esm.js.map +1 -0
  118. package/dist/node_modules/d3-array/src/ascending/index.js +2 -0
  119. package/dist/node_modules/d3-array/src/ascending/index.js.map +1 -0
  120. package/dist/node_modules/d3-array/src/bisect/index.esm.js +11 -0
  121. package/dist/node_modules/d3-array/src/bisect/index.esm.js.map +1 -0
  122. package/dist/node_modules/d3-array/src/bisect/index.js +2 -0
  123. package/dist/node_modules/d3-array/src/bisect/index.js.map +1 -0
  124. package/dist/node_modules/d3-array/src/bisector/index.esm.js +48 -0
  125. package/dist/node_modules/d3-array/src/bisector/index.esm.js.map +1 -0
  126. package/dist/node_modules/d3-array/src/bisector/index.js +2 -0
  127. package/dist/node_modules/d3-array/src/bisector/index.js.map +1 -0
  128. package/dist/node_modules/d3-array/src/descending/index.esm.js +7 -0
  129. package/dist/node_modules/d3-array/src/descending/index.esm.js.map +1 -0
  130. package/dist/node_modules/d3-array/src/descending/index.js +2 -0
  131. package/dist/node_modules/d3-array/src/descending/index.js.map +1 -0
  132. package/dist/node_modules/d3-array/src/max/index.esm.js +22 -0
  133. package/dist/node_modules/d3-array/src/max/index.esm.js.map +1 -0
  134. package/dist/node_modules/d3-array/src/max/index.js +2 -0
  135. package/dist/node_modules/d3-array/src/max/index.js.map +1 -0
  136. package/dist/node_modules/d3-array/src/min/index.esm.js +22 -0
  137. package/dist/node_modules/d3-array/src/min/index.esm.js.map +1 -0
  138. package/dist/node_modules/d3-array/src/min/index.js +2 -0
  139. package/dist/node_modules/d3-array/src/min/index.js.map +1 -0
  140. package/dist/node_modules/d3-array/src/number/index.esm.js +7 -0
  141. package/dist/node_modules/d3-array/src/number/index.esm.js.map +1 -0
  142. package/dist/node_modules/d3-array/src/number/index.js +2 -0
  143. package/dist/node_modules/d3-array/src/number/index.js.map +1 -0
  144. package/dist/node_modules/d3-array/src/range/index.esm.js +12 -0
  145. package/dist/node_modules/d3-array/src/range/index.esm.js.map +1 -0
  146. package/dist/node_modules/d3-array/src/range/index.js +2 -0
  147. package/dist/node_modules/d3-array/src/range/index.js.map +1 -0
  148. package/dist/node_modules/d3-array/src/ticks/index.esm.js +52 -0
  149. package/dist/node_modules/d3-array/src/ticks/index.esm.js.map +1 -0
  150. package/dist/node_modules/d3-array/src/ticks/index.js +2 -0
  151. package/dist/node_modules/d3-array/src/ticks/index.js.map +1 -0
  152. package/dist/node_modules/d3-axis/src/axis/index.esm.js +99 -0
  153. package/dist/node_modules/d3-axis/src/axis/index.esm.js.map +1 -0
  154. package/dist/node_modules/d3-axis/src/axis/index.js +2 -0
  155. package/dist/node_modules/d3-axis/src/axis/index.js.map +1 -0
  156. package/dist/node_modules/d3-axis/src/identity/index.esm.js +7 -0
  157. package/dist/node_modules/d3-axis/src/identity/index.esm.js.map +1 -0
  158. package/dist/node_modules/d3-axis/src/identity/index.js +2 -0
  159. package/dist/node_modules/d3-axis/src/identity/index.js.map +1 -0
  160. package/dist/node_modules/d3-color/src/color/index.esm.js +339 -0
  161. package/dist/node_modules/d3-color/src/color/index.esm.js.map +1 -0
  162. package/dist/node_modules/d3-color/src/color/index.js +2 -0
  163. package/dist/node_modules/d3-color/src/color/index.js.map +1 -0
  164. package/dist/node_modules/d3-color/src/define/index.esm.js +14 -0
  165. package/dist/node_modules/d3-color/src/define/index.esm.js.map +1 -0
  166. package/dist/node_modules/d3-color/src/define/index.js +2 -0
  167. package/dist/node_modules/d3-color/src/define/index.js.map +1 -0
  168. package/dist/node_modules/d3-format/src/defaultLocale/index.esm.js +21 -0
  169. package/dist/node_modules/d3-format/src/defaultLocale/index.esm.js.map +1 -0
  170. package/dist/node_modules/d3-format/src/defaultLocale/index.js +2 -0
  171. package/dist/node_modules/d3-format/src/defaultLocale/index.js.map +1 -0
  172. package/dist/node_modules/d3-format/src/exponent/index.esm.js +8 -0
  173. package/dist/node_modules/d3-format/src/exponent/index.esm.js.map +1 -0
  174. package/dist/node_modules/d3-format/src/exponent/index.js +2 -0
  175. package/dist/node_modules/d3-format/src/exponent/index.js.map +1 -0
  176. package/dist/node_modules/d3-format/src/formatDecimal/index.esm.js +16 -0
  177. package/dist/node_modules/d3-format/src/formatDecimal/index.esm.js.map +1 -0
  178. package/dist/node_modules/d3-format/src/formatDecimal/index.js +2 -0
  179. package/dist/node_modules/d3-format/src/formatDecimal/index.js.map +1 -0
  180. package/dist/node_modules/d3-format/src/formatGroup/index.esm.js +16 -0
  181. package/dist/node_modules/d3-format/src/formatGroup/index.esm.js.map +1 -0
  182. package/dist/node_modules/d3-format/src/formatGroup/index.js +2 -0
  183. package/dist/node_modules/d3-format/src/formatGroup/index.js.map +1 -0
  184. package/dist/node_modules/d3-format/src/formatNumerals/index.esm.js +11 -0
  185. package/dist/node_modules/d3-format/src/formatNumerals/index.esm.js.map +1 -0
  186. package/dist/node_modules/d3-format/src/formatNumerals/index.js +2 -0
  187. package/dist/node_modules/d3-format/src/formatNumerals/index.js.map +1 -0
  188. package/dist/node_modules/d3-format/src/formatPrefixAuto/index.esm.js +13 -0
  189. package/dist/node_modules/d3-format/src/formatPrefixAuto/index.esm.js.map +1 -0
  190. package/dist/node_modules/d3-format/src/formatPrefixAuto/index.js +2 -0
  191. package/dist/node_modules/d3-format/src/formatPrefixAuto/index.js.map +1 -0
  192. package/dist/node_modules/d3-format/src/formatRounded/index.esm.js +11 -0
  193. package/dist/node_modules/d3-format/src/formatRounded/index.esm.js.map +1 -0
  194. package/dist/node_modules/d3-format/src/formatRounded/index.js +2 -0
  195. package/dist/node_modules/d3-format/src/formatRounded/index.js.map +1 -0
  196. package/dist/node_modules/d3-format/src/formatSpecifier/index.esm.js +38 -0
  197. package/dist/node_modules/d3-format/src/formatSpecifier/index.esm.js.map +1 -0
  198. package/dist/node_modules/d3-format/src/formatSpecifier/index.js +2 -0
  199. package/dist/node_modules/d3-format/src/formatSpecifier/index.js.map +1 -0
  200. package/dist/node_modules/d3-format/src/formatTrim/index.esm.js +22 -0
  201. package/dist/node_modules/d3-format/src/formatTrim/index.esm.js.map +1 -0
  202. package/dist/node_modules/d3-format/src/formatTrim/index.js +2 -0
  203. package/dist/node_modules/d3-format/src/formatTrim/index.js.map +1 -0
  204. package/dist/node_modules/d3-format/src/formatTypes/index.esm.js +22 -0
  205. package/dist/node_modules/d3-format/src/formatTypes/index.esm.js.map +1 -0
  206. package/dist/node_modules/d3-format/src/formatTypes/index.js +2 -0
  207. package/dist/node_modules/d3-format/src/formatTypes/index.js.map +1 -0
  208. package/dist/node_modules/d3-format/src/identity/index.esm.js +7 -0
  209. package/dist/node_modules/d3-format/src/identity/index.esm.js.map +1 -0
  210. package/dist/node_modules/d3-format/src/identity/index.js +2 -0
  211. package/dist/node_modules/d3-format/src/identity/index.js.map +1 -0
  212. package/dist/node_modules/d3-format/src/locale/index.esm.js +83 -0
  213. package/dist/node_modules/d3-format/src/locale/index.esm.js.map +1 -0
  214. package/dist/node_modules/d3-format/src/locale/index.js +2 -0
  215. package/dist/node_modules/d3-format/src/locale/index.js.map +1 -0
  216. package/dist/node_modules/d3-format/src/precisionFixed/index.esm.js +8 -0
  217. package/dist/node_modules/d3-format/src/precisionFixed/index.esm.js.map +1 -0
  218. package/dist/node_modules/d3-format/src/precisionFixed/index.js +2 -0
  219. package/dist/node_modules/d3-format/src/precisionFixed/index.js.map +1 -0
  220. package/dist/node_modules/d3-format/src/precisionPrefix/index.esm.js +8 -0
  221. package/dist/node_modules/d3-format/src/precisionPrefix/index.esm.js.map +1 -0
  222. package/dist/node_modules/d3-format/src/precisionPrefix/index.js +2 -0
  223. package/dist/node_modules/d3-format/src/precisionPrefix/index.js.map +1 -0
  224. package/dist/node_modules/d3-format/src/precisionRound/index.esm.js +9 -0
  225. package/dist/node_modules/d3-format/src/precisionRound/index.esm.js.map +1 -0
  226. package/dist/node_modules/d3-format/src/precisionRound/index.js +2 -0
  227. package/dist/node_modules/d3-format/src/precisionRound/index.js.map +1 -0
  228. package/dist/node_modules/d3-interpolate/src/array/index.esm.js +14 -0
  229. package/dist/node_modules/d3-interpolate/src/array/index.esm.js.map +1 -0
  230. package/dist/node_modules/d3-interpolate/src/array/index.js +2 -0
  231. package/dist/node_modules/d3-interpolate/src/array/index.js.map +1 -0
  232. package/dist/node_modules/d3-interpolate/src/color/index.esm.js +25 -0
  233. package/dist/node_modules/d3-interpolate/src/color/index.esm.js.map +1 -0
  234. package/dist/node_modules/d3-interpolate/src/color/index.js +2 -0
  235. package/dist/node_modules/d3-interpolate/src/color/index.js.map +1 -0
  236. package/dist/node_modules/d3-interpolate/src/constant/index.esm.js +5 -0
  237. package/dist/node_modules/d3-interpolate/src/constant/index.esm.js.map +1 -0
  238. package/dist/node_modules/d3-interpolate/src/constant/index.js +2 -0
  239. package/dist/node_modules/d3-interpolate/src/constant/index.js.map +1 -0
  240. package/dist/node_modules/d3-interpolate/src/date/index.esm.js +10 -0
  241. package/dist/node_modules/d3-interpolate/src/date/index.esm.js.map +1 -0
  242. package/dist/node_modules/d3-interpolate/src/date/index.js +2 -0
  243. package/dist/node_modules/d3-interpolate/src/date/index.js.map +1 -0
  244. package/dist/node_modules/d3-interpolate/src/number/index.esm.js +9 -0
  245. package/dist/node_modules/d3-interpolate/src/number/index.esm.js.map +1 -0
  246. package/dist/node_modules/d3-interpolate/src/number/index.js +2 -0
  247. package/dist/node_modules/d3-interpolate/src/number/index.js.map +1 -0
  248. package/dist/node_modules/d3-interpolate/src/numberArray/index.esm.js +16 -0
  249. package/dist/node_modules/d3-interpolate/src/numberArray/index.esm.js.map +1 -0
  250. package/dist/node_modules/d3-interpolate/src/numberArray/index.js +2 -0
  251. package/dist/node_modules/d3-interpolate/src/numberArray/index.js.map +1 -0
  252. package/dist/node_modules/d3-interpolate/src/object/index.esm.js +21 -0
  253. package/dist/node_modules/d3-interpolate/src/object/index.esm.js.map +1 -0
  254. package/dist/node_modules/d3-interpolate/src/object/index.js +2 -0
  255. package/dist/node_modules/d3-interpolate/src/object/index.js.map +1 -0
  256. package/dist/node_modules/d3-interpolate/src/rgb/index.esm.js +21 -0
  257. package/dist/node_modules/d3-interpolate/src/rgb/index.esm.js.map +1 -0
  258. package/dist/node_modules/d3-interpolate/src/rgb/index.js +2 -0
  259. package/dist/node_modules/d3-interpolate/src/rgb/index.js.map +1 -0
  260. package/dist/node_modules/d3-interpolate/src/round/index.esm.js +9 -0
  261. package/dist/node_modules/d3-interpolate/src/round/index.esm.js.map +1 -0
  262. package/dist/node_modules/d3-interpolate/src/round/index.js +2 -0
  263. package/dist/node_modules/d3-interpolate/src/round/index.js.map +1 -0
  264. package/dist/node_modules/d3-interpolate/src/string/index.esm.js +44 -0
  265. package/dist/node_modules/d3-interpolate/src/string/index.esm.js.map +1 -0
  266. package/dist/node_modules/d3-interpolate/src/string/index.js +2 -0
  267. package/dist/node_modules/d3-interpolate/src/string/index.js.map +1 -0
  268. package/dist/node_modules/d3-interpolate/src/value/index.esm.js +17 -0
  269. package/dist/node_modules/d3-interpolate/src/value/index.esm.js.map +1 -0
  270. package/dist/node_modules/d3-interpolate/src/value/index.js +2 -0
  271. package/dist/node_modules/d3-interpolate/src/value/index.js.map +1 -0
  272. package/dist/node_modules/d3-path/src/path/index.esm.js +89 -0
  273. package/dist/node_modules/d3-path/src/path/index.esm.js.map +1 -0
  274. package/dist/node_modules/d3-path/src/path/index.js +2 -0
  275. package/dist/node_modules/d3-path/src/path/index.js.map +1 -0
  276. package/dist/node_modules/d3-scale/src/band/index.esm.js +71 -0
  277. package/dist/node_modules/d3-scale/src/band/index.esm.js.map +1 -0
  278. package/dist/node_modules/d3-scale/src/band/index.js +2 -0
  279. package/dist/node_modules/d3-scale/src/band/index.js.map +1 -0
  280. package/dist/node_modules/d3-scale/src/constant/index.esm.js +9 -0
  281. package/dist/node_modules/d3-scale/src/constant/index.esm.js.map +1 -0
  282. package/dist/node_modules/d3-scale/src/constant/index.js +2 -0
  283. package/dist/node_modules/d3-scale/src/constant/index.js.map +1 -0
  284. package/dist/node_modules/d3-scale/src/continuous/index.esm.js +96 -0
  285. package/dist/node_modules/d3-scale/src/continuous/index.esm.js.map +1 -0
  286. package/dist/node_modules/d3-scale/src/continuous/index.js +2 -0
  287. package/dist/node_modules/d3-scale/src/continuous/index.js.map +1 -0
  288. package/dist/node_modules/d3-scale/src/init/index.esm.js +17 -0
  289. package/dist/node_modules/d3-scale/src/init/index.esm.js.map +1 -0
  290. package/dist/node_modules/d3-scale/src/init/index.js +2 -0
  291. package/dist/node_modules/d3-scale/src/init/index.js.map +1 -0
  292. package/dist/node_modules/d3-scale/src/linear/index.esm.js +62 -0
  293. package/dist/node_modules/d3-scale/src/linear/index.esm.js.map +1 -0
  294. package/dist/node_modules/d3-scale/src/linear/index.js +2 -0
  295. package/dist/node_modules/d3-scale/src/linear/index.js.map +1 -0
  296. package/dist/node_modules/d3-scale/src/number/index.esm.js +7 -0
  297. package/dist/node_modules/d3-scale/src/number/index.esm.js.map +1 -0
  298. package/dist/node_modules/d3-scale/src/number/index.js +2 -0
  299. package/dist/node_modules/d3-scale/src/number/index.js.map +1 -0
  300. package/dist/node_modules/d3-scale/src/ordinal/index.esm.js +39 -0
  301. package/dist/node_modules/d3-scale/src/ordinal/index.esm.js.map +1 -0
  302. package/dist/node_modules/d3-scale/src/ordinal/index.js +2 -0
  303. package/dist/node_modules/d3-scale/src/ordinal/index.js.map +1 -0
  304. package/dist/node_modules/d3-scale/src/tickFormat/index.esm.js +35 -0
  305. package/dist/node_modules/d3-scale/src/tickFormat/index.esm.js.map +1 -0
  306. package/dist/node_modules/d3-scale/src/tickFormat/index.js +2 -0
  307. package/dist/node_modules/d3-scale/src/tickFormat/index.js.map +1 -0
  308. package/dist/node_modules/d3-selection/src/array/index.esm.js +7 -0
  309. package/dist/node_modules/d3-selection/src/array/index.esm.js.map +1 -0
  310. package/dist/node_modules/d3-selection/src/array/index.js +2 -0
  311. package/dist/node_modules/d3-selection/src/array/index.js.map +1 -0
  312. package/dist/node_modules/d3-selection/src/constant/index.esm.js +9 -0
  313. package/dist/node_modules/d3-selection/src/constant/index.esm.js.map +1 -0
  314. package/dist/node_modules/d3-selection/src/constant/index.js +2 -0
  315. package/dist/node_modules/d3-selection/src/constant/index.js.map +1 -0
  316. package/dist/node_modules/d3-selection/src/creator/index.esm.js +21 -0
  317. package/dist/node_modules/d3-selection/src/creator/index.esm.js.map +1 -0
  318. package/dist/node_modules/d3-selection/src/creator/index.js +2 -0
  319. package/dist/node_modules/d3-selection/src/creator/index.js.map +1 -0
  320. package/dist/node_modules/d3-selection/src/matcher/index.esm.js +15 -0
  321. package/dist/node_modules/d3-selection/src/matcher/index.esm.js.map +1 -0
  322. package/dist/node_modules/d3-selection/src/matcher/index.js +2 -0
  323. package/dist/node_modules/d3-selection/src/matcher/index.js.map +1 -0
  324. package/dist/node_modules/d3-selection/src/namespace/index.esm.js +10 -0
  325. package/dist/node_modules/d3-selection/src/namespace/index.esm.js.map +1 -0
  326. package/dist/node_modules/d3-selection/src/namespace/index.js +2 -0
  327. package/dist/node_modules/d3-selection/src/namespace/index.js.map +1 -0
  328. package/dist/node_modules/d3-selection/src/namespaces/index.esm.js +13 -0
  329. package/dist/node_modules/d3-selection/src/namespaces/index.esm.js.map +1 -0
  330. package/dist/node_modules/d3-selection/src/namespaces/index.js +2 -0
  331. package/dist/node_modules/d3-selection/src/namespaces/index.js.map +1 -0
  332. package/dist/node_modules/d3-selection/src/pointer/index.esm.js +23 -0
  333. package/dist/node_modules/d3-selection/src/pointer/index.esm.js.map +1 -0
  334. package/dist/node_modules/d3-selection/src/pointer/index.js +2 -0
  335. package/dist/node_modules/d3-selection/src/pointer/index.js.map +1 -0
  336. package/dist/node_modules/d3-selection/src/select/index.esm.js +8 -0
  337. package/dist/node_modules/d3-selection/src/select/index.esm.js.map +1 -0
  338. package/dist/node_modules/d3-selection/src/select/index.js +2 -0
  339. package/dist/node_modules/d3-selection/src/select/index.js.map +1 -0
  340. package/dist/node_modules/d3-selection/src/selection/append/index.esm.js +11 -0
  341. package/dist/node_modules/d3-selection/src/selection/append/index.esm.js.map +1 -0
  342. package/dist/node_modules/d3-selection/src/selection/append/index.js +2 -0
  343. package/dist/node_modules/d3-selection/src/selection/append/index.js.map +1 -0
  344. package/dist/node_modules/d3-selection/src/selection/attr/index.esm.js +47 -0
  345. package/dist/node_modules/d3-selection/src/selection/attr/index.esm.js.map +1 -0
  346. package/dist/node_modules/d3-selection/src/selection/attr/index.js +2 -0
  347. package/dist/node_modules/d3-selection/src/selection/attr/index.js.map +1 -0
  348. package/dist/node_modules/d3-selection/src/selection/call/index.esm.js +10 -0
  349. package/dist/node_modules/d3-selection/src/selection/call/index.esm.js.map +1 -0
  350. package/dist/node_modules/d3-selection/src/selection/call/index.js +2 -0
  351. package/dist/node_modules/d3-selection/src/selection/call/index.js.map +1 -0
  352. package/dist/node_modules/d3-selection/src/selection/classed/index.esm.js +65 -0
  353. package/dist/node_modules/d3-selection/src/selection/classed/index.esm.js.map +1 -0
  354. package/dist/node_modules/d3-selection/src/selection/classed/index.js +2 -0
  355. package/dist/node_modules/d3-selection/src/selection/classed/index.js.map +1 -0
  356. package/dist/node_modules/d3-selection/src/selection/clone/index.esm.js +15 -0
  357. package/dist/node_modules/d3-selection/src/selection/clone/index.esm.js.map +1 -0
  358. package/dist/node_modules/d3-selection/src/selection/clone/index.js +2 -0
  359. package/dist/node_modules/d3-selection/src/selection/clone/index.js.map +1 -0
  360. package/dist/node_modules/d3-selection/src/selection/data/index.esm.js +77 -0
  361. package/dist/node_modules/d3-selection/src/selection/data/index.esm.js.map +1 -0
  362. package/dist/node_modules/d3-selection/src/selection/data/index.js +2 -0
  363. package/dist/node_modules/d3-selection/src/selection/data/index.js.map +1 -0
  364. package/dist/node_modules/d3-selection/src/selection/datum/index.esm.js +7 -0
  365. package/dist/node_modules/d3-selection/src/selection/datum/index.esm.js.map +1 -0
  366. package/dist/node_modules/d3-selection/src/selection/datum/index.js +2 -0
  367. package/dist/node_modules/d3-selection/src/selection/datum/index.js.map +1 -0
  368. package/dist/node_modules/d3-selection/src/selection/dispatch/index.esm.js +29 -0
  369. package/dist/node_modules/d3-selection/src/selection/dispatch/index.esm.js.map +1 -0
  370. package/dist/node_modules/d3-selection/src/selection/dispatch/index.js +2 -0
  371. package/dist/node_modules/d3-selection/src/selection/dispatch/index.js.map +1 -0
  372. package/dist/node_modules/d3-selection/src/selection/each/index.esm.js +12 -0
  373. package/dist/node_modules/d3-selection/src/selection/each/index.esm.js.map +1 -0
  374. package/dist/node_modules/d3-selection/src/selection/each/index.js +2 -0
  375. package/dist/node_modules/d3-selection/src/selection/each/index.js.map +1 -0
  376. package/dist/node_modules/d3-selection/src/selection/empty/index.esm.js +7 -0
  377. package/dist/node_modules/d3-selection/src/selection/empty/index.esm.js.map +1 -0
  378. package/dist/node_modules/d3-selection/src/selection/empty/index.js +2 -0
  379. package/dist/node_modules/d3-selection/src/selection/empty/index.js.map +1 -0
  380. package/dist/node_modules/d3-selection/src/selection/enter/index.esm.js +32 -0
  381. package/dist/node_modules/d3-selection/src/selection/enter/index.esm.js.map +1 -0
  382. package/dist/node_modules/d3-selection/src/selection/enter/index.js +2 -0
  383. package/dist/node_modules/d3-selection/src/selection/enter/index.js.map +1 -0
  384. package/dist/node_modules/d3-selection/src/selection/exit/index.esm.js +9 -0
  385. package/dist/node_modules/d3-selection/src/selection/exit/index.esm.js.map +1 -0
  386. package/dist/node_modules/d3-selection/src/selection/exit/index.js +2 -0
  387. package/dist/node_modules/d3-selection/src/selection/exit/index.js.map +1 -0
  388. package/dist/node_modules/d3-selection/src/selection/filter/index.esm.js +17 -0
  389. package/dist/node_modules/d3-selection/src/selection/filter/index.esm.js.map +1 -0
  390. package/dist/node_modules/d3-selection/src/selection/filter/index.js +2 -0
  391. package/dist/node_modules/d3-selection/src/selection/filter/index.js.map +1 -0
  392. package/dist/node_modules/d3-selection/src/selection/html/index.esm.js +21 -0
  393. package/dist/node_modules/d3-selection/src/selection/html/index.esm.js.map +1 -0
  394. package/dist/node_modules/d3-selection/src/selection/html/index.js +2 -0
  395. package/dist/node_modules/d3-selection/src/selection/html/index.js.map +1 -0
  396. package/dist/node_modules/d3-selection/src/selection/index/index.esm.js +85 -0
  397. package/dist/node_modules/d3-selection/src/selection/index/index.esm.js.map +1 -0
  398. package/dist/node_modules/d3-selection/src/selection/index/index.js +2 -0
  399. package/dist/node_modules/d3-selection/src/selection/index/index.js.map +1 -0
  400. package/dist/node_modules/d3-selection/src/selection/insert/index.esm.js +15 -0
  401. package/dist/node_modules/d3-selection/src/selection/insert/index.esm.js.map +1 -0
  402. package/dist/node_modules/d3-selection/src/selection/insert/index.js +2 -0
  403. package/dist/node_modules/d3-selection/src/selection/insert/index.js.map +1 -0
  404. package/dist/node_modules/d3-selection/src/selection/iterator/index.esm.js +11 -0
  405. package/dist/node_modules/d3-selection/src/selection/iterator/index.esm.js.map +1 -0
  406. package/dist/node_modules/d3-selection/src/selection/iterator/index.js +2 -0
  407. package/dist/node_modules/d3-selection/src/selection/iterator/index.js.map +1 -0
  408. package/dist/node_modules/d3-selection/src/selection/join/index.esm.js +20 -0
  409. package/dist/node_modules/d3-selection/src/selection/join/index.esm.js.map +1 -0
  410. package/dist/node_modules/d3-selection/src/selection/join/index.js +2 -0
  411. package/dist/node_modules/d3-selection/src/selection/join/index.js.map +1 -0
  412. package/dist/node_modules/d3-selection/src/selection/lower/index.esm.js +10 -0
  413. package/dist/node_modules/d3-selection/src/selection/lower/index.esm.js.map +1 -0
  414. package/dist/node_modules/d3-selection/src/selection/lower/index.js +2 -0
  415. package/dist/node_modules/d3-selection/src/selection/lower/index.js.map +1 -0
  416. package/dist/node_modules/d3-selection/src/selection/merge/index.esm.js +19 -0
  417. package/dist/node_modules/d3-selection/src/selection/merge/index.esm.js.map +1 -0
  418. package/dist/node_modules/d3-selection/src/selection/merge/index.js +2 -0
  419. package/dist/node_modules/d3-selection/src/selection/merge/index.js.map +1 -0
  420. package/dist/node_modules/d3-selection/src/selection/node/index.esm.js +13 -0
  421. package/dist/node_modules/d3-selection/src/selection/node/index.esm.js.map +1 -0
  422. package/dist/node_modules/d3-selection/src/selection/node/index.js +2 -0
  423. package/dist/node_modules/d3-selection/src/selection/node/index.js.map +1 -0
  424. package/dist/node_modules/d3-selection/src/selection/nodes/index.esm.js +7 -0
  425. package/dist/node_modules/d3-selection/src/selection/nodes/index.esm.js.map +1 -0
  426. package/dist/node_modules/d3-selection/src/selection/nodes/index.js +2 -0
  427. package/dist/node_modules/d3-selection/src/selection/nodes/index.js.map +1 -0
  428. package/dist/node_modules/d3-selection/src/selection/on/index.esm.js +65 -0
  429. package/dist/node_modules/d3-selection/src/selection/on/index.esm.js.map +1 -0
  430. package/dist/node_modules/d3-selection/src/selection/on/index.js +2 -0
  431. package/dist/node_modules/d3-selection/src/selection/on/index.js.map +1 -0
  432. package/dist/node_modules/d3-selection/src/selection/order/index.esm.js +15 -0
  433. package/dist/node_modules/d3-selection/src/selection/order/index.esm.js.map +1 -0
  434. package/dist/node_modules/d3-selection/src/selection/order/index.js +2 -0
  435. package/dist/node_modules/d3-selection/src/selection/order/index.js.map +1 -0
  436. package/dist/node_modules/d3-selection/src/selection/property/index.esm.js +24 -0
  437. package/dist/node_modules/d3-selection/src/selection/property/index.esm.js.map +1 -0
  438. package/dist/node_modules/d3-selection/src/selection/property/index.js +2 -0
  439. package/dist/node_modules/d3-selection/src/selection/property/index.js.map +1 -0
  440. package/dist/node_modules/d3-selection/src/selection/raise/index.esm.js +10 -0
  441. package/dist/node_modules/d3-selection/src/selection/raise/index.esm.js.map +1 -0
  442. package/dist/node_modules/d3-selection/src/selection/raise/index.js +2 -0
  443. package/dist/node_modules/d3-selection/src/selection/raise/index.js.map +1 -0
  444. package/dist/node_modules/d3-selection/src/selection/remove/index.esm.js +11 -0
  445. package/dist/node_modules/d3-selection/src/selection/remove/index.esm.js.map +1 -0
  446. package/dist/node_modules/d3-selection/src/selection/remove/index.js +2 -0
  447. package/dist/node_modules/d3-selection/src/selection/remove/index.js.map +1 -0
  448. package/dist/node_modules/d3-selection/src/selection/select/index.esm.js +18 -0
  449. package/dist/node_modules/d3-selection/src/selection/select/index.esm.js.map +1 -0
  450. package/dist/node_modules/d3-selection/src/selection/select/index.js +2 -0
  451. package/dist/node_modules/d3-selection/src/selection/select/index.js.map +1 -0
  452. package/dist/node_modules/d3-selection/src/selection/selectAll/index.esm.js +25 -0
  453. package/dist/node_modules/d3-selection/src/selection/selectAll/index.esm.js.map +1 -0
  454. package/dist/node_modules/d3-selection/src/selection/selectAll/index.js +2 -0
  455. package/dist/node_modules/d3-selection/src/selection/selectAll/index.js.map +1 -0
  456. package/dist/node_modules/d3-selection/src/selection/selectChild/index.esm.js +17 -0
  457. package/dist/node_modules/d3-selection/src/selection/selectChild/index.esm.js.map +1 -0
  458. package/dist/node_modules/d3-selection/src/selection/selectChild/index.js +2 -0
  459. package/dist/node_modules/d3-selection/src/selection/selectChild/index.js.map +1 -0
  460. package/dist/node_modules/d3-selection/src/selection/selectChildren/index.esm.js +17 -0
  461. package/dist/node_modules/d3-selection/src/selection/selectChildren/index.esm.js.map +1 -0
  462. package/dist/node_modules/d3-selection/src/selection/selectChildren/index.js +2 -0
  463. package/dist/node_modules/d3-selection/src/selection/selectChildren/index.js.map +1 -0
  464. package/dist/node_modules/d3-selection/src/selection/size/index.esm.js +9 -0
  465. package/dist/node_modules/d3-selection/src/selection/size/index.esm.js.map +1 -0
  466. package/dist/node_modules/d3-selection/src/selection/size/index.js +2 -0
  467. package/dist/node_modules/d3-selection/src/selection/size/index.js.map +1 -0
  468. package/dist/node_modules/d3-selection/src/selection/sort/index.esm.js +23 -0
  469. package/dist/node_modules/d3-selection/src/selection/sort/index.esm.js.map +1 -0
  470. package/dist/node_modules/d3-selection/src/selection/sort/index.js +2 -0
  471. package/dist/node_modules/d3-selection/src/selection/sort/index.js.map +1 -0
  472. package/dist/node_modules/d3-selection/src/selection/sparse/index.esm.js +7 -0
  473. package/dist/node_modules/d3-selection/src/selection/sparse/index.esm.js.map +1 -0
  474. package/dist/node_modules/d3-selection/src/selection/sparse/index.js +2 -0
  475. package/dist/node_modules/d3-selection/src/selection/sparse/index.js.map +1 -0
  476. package/dist/node_modules/d3-selection/src/selection/style/index.esm.js +29 -0
  477. package/dist/node_modules/d3-selection/src/selection/style/index.esm.js.map +1 -0
  478. package/dist/node_modules/d3-selection/src/selection/style/index.js +2 -0
  479. package/dist/node_modules/d3-selection/src/selection/style/index.js.map +1 -0
  480. package/dist/node_modules/d3-selection/src/selection/text/index.esm.js +21 -0
  481. package/dist/node_modules/d3-selection/src/selection/text/index.esm.js.map +1 -0
  482. package/dist/node_modules/d3-selection/src/selection/text/index.js +2 -0
  483. package/dist/node_modules/d3-selection/src/selection/text/index.js.map +1 -0
  484. package/dist/node_modules/d3-selection/src/selector/index.esm.js +11 -0
  485. package/dist/node_modules/d3-selection/src/selector/index.esm.js.map +1 -0
  486. package/dist/node_modules/d3-selection/src/selector/index.js +2 -0
  487. package/dist/node_modules/d3-selection/src/selector/index.js.map +1 -0
  488. package/dist/node_modules/d3-selection/src/selectorAll/index.esm.js +12 -0
  489. package/dist/node_modules/d3-selection/src/selectorAll/index.esm.js.map +1 -0
  490. package/dist/node_modules/d3-selection/src/selectorAll/index.js +2 -0
  491. package/dist/node_modules/d3-selection/src/selectorAll/index.js.map +1 -0
  492. package/dist/node_modules/d3-selection/src/sourceEvent/index.esm.js +9 -0
  493. package/dist/node_modules/d3-selection/src/sourceEvent/index.esm.js.map +1 -0
  494. package/dist/node_modules/d3-selection/src/sourceEvent/index.js +2 -0
  495. package/dist/node_modules/d3-selection/src/sourceEvent/index.js.map +1 -0
  496. package/dist/node_modules/d3-selection/src/window/index.esm.js +7 -0
  497. package/dist/node_modules/d3-selection/src/window/index.esm.js.map +1 -0
  498. package/dist/node_modules/d3-selection/src/window/index.js +2 -0
  499. package/dist/node_modules/d3-selection/src/window/index.js.map +1 -0
  500. package/dist/node_modules/d3-shape/src/arc/index.esm.js +134 -0
  501. package/dist/node_modules/d3-shape/src/arc/index.esm.js.map +1 -0
  502. package/dist/node_modules/d3-shape/src/arc/index.js +2 -0
  503. package/dist/node_modules/d3-shape/src/arc/index.js.map +1 -0
  504. package/dist/node_modules/d3-shape/src/area/index.esm.js +82 -0
  505. package/dist/node_modules/d3-shape/src/area/index.esm.js.map +1 -0
  506. package/dist/node_modules/d3-shape/src/area/index.js +2 -0
  507. package/dist/node_modules/d3-shape/src/area/index.js.map +1 -0
  508. package/dist/node_modules/d3-shape/src/array/index.esm.js +7 -0
  509. package/dist/node_modules/d3-shape/src/array/index.esm.js.map +1 -0
  510. package/dist/node_modules/d3-shape/src/array/index.js +2 -0
  511. package/dist/node_modules/d3-shape/src/array/index.js.map +1 -0
  512. package/dist/node_modules/d3-shape/src/constant/index.esm.js +9 -0
  513. package/dist/node_modules/d3-shape/src/constant/index.esm.js.map +1 -0
  514. package/dist/node_modules/d3-shape/src/constant/index.js +2 -0
  515. package/dist/node_modules/d3-shape/src/constant/index.js.map +1 -0
  516. package/dist/node_modules/d3-shape/src/curve/linear/index.esm.js +39 -0
  517. package/dist/node_modules/d3-shape/src/curve/linear/index.esm.js.map +1 -0
  518. package/dist/node_modules/d3-shape/src/curve/linear/index.js +2 -0
  519. package/dist/node_modules/d3-shape/src/curve/linear/index.js.map +1 -0
  520. package/dist/node_modules/d3-shape/src/curve/monotone/index.esm.js +76 -0
  521. package/dist/node_modules/d3-shape/src/curve/monotone/index.esm.js.map +1 -0
  522. package/dist/node_modules/d3-shape/src/curve/monotone/index.js +2 -0
  523. package/dist/node_modules/d3-shape/src/curve/monotone/index.js.map +1 -0
  524. package/dist/node_modules/d3-shape/src/descending/index.esm.js +7 -0
  525. package/dist/node_modules/d3-shape/src/descending/index.esm.js.map +1 -0
  526. package/dist/node_modules/d3-shape/src/descending/index.js +2 -0
  527. package/dist/node_modules/d3-shape/src/descending/index.js.map +1 -0
  528. package/dist/node_modules/d3-shape/src/identity/index.esm.js +7 -0
  529. package/dist/node_modules/d3-shape/src/identity/index.esm.js.map +1 -0
  530. package/dist/node_modules/d3-shape/src/identity/index.js +2 -0
  531. package/dist/node_modules/d3-shape/src/identity/index.js.map +1 -0
  532. package/dist/node_modules/d3-shape/src/line/index.esm.js +42 -0
  533. package/dist/node_modules/d3-shape/src/line/index.esm.js.map +1 -0
  534. package/dist/node_modules/d3-shape/src/line/index.js +2 -0
  535. package/dist/node_modules/d3-shape/src/line/index.js.map +1 -0
  536. package/dist/node_modules/d3-shape/src/math/index.esm.js +33 -0
  537. package/dist/node_modules/d3-shape/src/math/index.esm.js.map +1 -0
  538. package/dist/node_modules/d3-shape/src/math/index.js +2 -0
  539. package/dist/node_modules/d3-shape/src/math/index.js.map +1 -0
  540. package/dist/node_modules/d3-shape/src/path/index.esm.js +20 -0
  541. package/dist/node_modules/d3-shape/src/path/index.esm.js.map +1 -0
  542. package/dist/node_modules/d3-shape/src/path/index.js +2 -0
  543. package/dist/node_modules/d3-shape/src/path/index.js.map +1 -0
  544. package/dist/node_modules/d3-shape/src/pie/index.esm.js +56 -0
  545. package/dist/node_modules/d3-shape/src/pie/index.esm.js.map +1 -0
  546. package/dist/node_modules/d3-shape/src/pie/index.js +2 -0
  547. package/dist/node_modules/d3-shape/src/pie/index.js.map +1 -0
  548. package/dist/node_modules/d3-shape/src/point/index.esm.js +11 -0
  549. package/dist/node_modules/d3-shape/src/point/index.esm.js.map +1 -0
  550. package/dist/node_modules/d3-shape/src/point/index.js +2 -0
  551. package/dist/node_modules/d3-shape/src/point/index.js.map +1 -0
  552. package/dist/node_modules/internmap/src/index/index.esm.js +44 -0
  553. package/dist/node_modules/internmap/src/index/index.esm.js.map +1 -0
  554. package/dist/node_modules/internmap/src/index/index.js +2 -0
  555. package/dist/node_modules/internmap/src/index/index.js.map +1 -0
  556. package/dist/style.css +2 -2
  557. package/dist/views/template-editor/components/EditorHeader/index.esm.js +1 -1
  558. package/dist/views/template-editor/components/EditorHeader/index.js +3 -3
  559. package/dist/views/template-editor/utils/index.d.ts +1 -1
  560. package/package.json +1 -1
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=function(e){return function(t){return t.replace(/[0-9]/g,function(t){return e[+t]})}};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../node_modules/d3-format/src/formatNumerals.js"],"sourcesContent":["export default function(numerals) {\n return function(value) {\n return value.replace(/[0-9]/g, function(i) {\n return numerals[+i];\n });\n };\n}\n"],"names":["numerals","value","replace","i"],"mappings":"oFAAe,SAASA,GACtB,OAAO,SAASC,GACd,OAAOA,EAAMC,QAAQ,SAAU,SAASC,GACtC,OAAOH,GAAUG,EACnB,EACF,CACF","x_google_ignoreList":[0]}
@@ -0,0 +1,13 @@
1
+ import { formatDecimalParts } from "../formatDecimal/index.esm.js";
2
+ var prefixExponent;
3
+ function formatPrefixAuto(x, p) {
4
+ var d = formatDecimalParts(x, p);
5
+ if (!d) return x + "";
6
+ var coefficient = d[0], exponent = d[1], i = exponent - (prefixExponent = Math.max(-8, Math.min(8, Math.floor(exponent / 3))) * 3) + 1, n = coefficient.length;
7
+ return i === n ? coefficient : i > n ? coefficient + new Array(i - n + 1).join("0") : i > 0 ? coefficient.slice(0, i) + "." + coefficient.slice(i) : "0." + new Array(1 - i).join("0") + formatDecimalParts(x, Math.max(0, p + i - 1))[0];
8
+ }
9
+ export {
10
+ formatPrefixAuto as default,
11
+ prefixExponent
12
+ };
13
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../../../../../node_modules/d3-format/src/formatPrefixAuto.js"],"sourcesContent":["import {formatDecimalParts} from \"./formatDecimal.js\";\n\nexport var prefixExponent;\n\nexport default function(x, p) {\n var d = formatDecimalParts(x, p);\n if (!d) return x + \"\";\n var coefficient = d[0],\n exponent = d[1],\n i = exponent - (prefixExponent = Math.max(-8, Math.min(8, Math.floor(exponent / 3))) * 3) + 1,\n n = coefficient.length;\n return i === n ? coefficient\n : i > n ? coefficient + new Array(i - n + 1).join(\"0\")\n : i > 0 ? coefficient.slice(0, i) + \".\" + coefficient.slice(i)\n : \"0.\" + new Array(1 - i).join(\"0\") + formatDecimalParts(x, Math.max(0, p + i - 1))[0]; // less than 1y!\n}\n"],"names":[],"mappings":";AAEU,IAAC;AAEI,SAAA,iBAAS,GAAG,GAAG;AAC5B,MAAI,IAAI,mBAAmB,GAAG,CAAC;AAC/B,MAAI,CAAC,EAAG,QAAO,IAAI;AACnB,MAAI,cAAc,EAAE,CAAC,GACjB,WAAW,EAAE,CAAC,GACd,IAAI,YAAY,iBAAiB,KAAK,IAAI,IAAI,KAAK,IAAI,GAAG,KAAK,MAAM,WAAW,CAAC,CAAC,CAAC,IAAI,KAAK,GAC5F,IAAI,YAAY;AACpB,SAAO,MAAM,IAAI,cACX,IAAI,IAAI,cAAc,IAAI,MAAM,IAAI,IAAI,CAAC,EAAE,KAAK,GAAG,IACnD,IAAI,IAAI,YAAY,MAAM,GAAG,CAAC,IAAI,MAAM,YAAY,MAAM,CAAC,IAC3D,OAAO,IAAI,MAAM,IAAI,CAAC,EAAE,KAAK,GAAG,IAAI,mBAAmB,GAAG,KAAK,IAAI,GAAG,IAAI,IAAI,CAAC,CAAC,EAAE,CAAC;AAC3F;","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../formatDecimal/index.js");exports.prefixExponent=void 0,exports.default=function(r,t){var a=e.formatDecimalParts(r,t);if(!a)return r+"";var i=a[0],o=a[1],n=o-(exports.prefixExponent=3*Math.max(-8,Math.min(8,Math.floor(o/3))))+1,s=i.length;return n===s?i:n>s?i+new Array(n-s+1).join("0"):n>0?i.slice(0,n)+"."+i.slice(n):"0."+new Array(1-n).join("0")+e.formatDecimalParts(r,Math.max(0,t+n-1))[0]};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../node_modules/d3-format/src/formatPrefixAuto.js"],"sourcesContent":["import {formatDecimalParts} from \"./formatDecimal.js\";\n\nexport var prefixExponent;\n\nexport default function(x, p) {\n var d = formatDecimalParts(x, p);\n if (!d) return x + \"\";\n var coefficient = d[0],\n exponent = d[1],\n i = exponent - (prefixExponent = Math.max(-8, Math.min(8, Math.floor(exponent / 3))) * 3) + 1,\n n = coefficient.length;\n return i === n ? coefficient\n : i > n ? coefficient + new Array(i - n + 1).join(\"0\")\n : i > 0 ? coefficient.slice(0, i) + \".\" + coefficient.slice(i)\n : \"0.\" + new Array(1 - i).join(\"0\") + formatDecimalParts(x, Math.max(0, p + i - 1))[0]; // less than 1y!\n}\n"],"names":["prefixExponent","x","p","d","formatDecimalParts","coefficient","exponent","i","Math","max","min","floor","n","length","Array","join","slice"],"mappings":"+GAEWA,QAAAA,oBAAAA,kBAEI,SAASC,EAAGC,GACzB,IAAIC,EAAIC,EAAAA,mBAAmBH,EAAGC,GAC9B,IAAKC,EAAG,OAAOF,EAAI,GACnB,IAAII,EAAcF,EAAE,GAChBG,EAAWH,EAAE,GACbI,EAAID,GAAYN,uBAAuE,EAAtDQ,KAAKC,KAAI,EAAID,KAAKE,IAAI,EAAGF,KAAKG,MAAML,EAAW,MAAY,EAC5FM,EAAIP,EAAYQ,OACpB,OAAON,IAAMK,EAAIP,EACXE,EAAIK,EAAIP,EAAc,IAAIS,MAAMP,EAAIK,EAAI,GAAGG,KAAK,KAChDR,EAAI,EAAIF,EAAYW,MAAM,EAAGT,GAAK,IAAMF,EAAYW,MAAMT,GAC1D,KAAO,IAAIO,MAAM,EAAIP,GAAGQ,KAAK,KAAOX,EAAAA,mBAAmBH,EAAGO,KAAKC,IAAI,EAAGP,EAAIK,EAAI,IAAI,EAC1F","x_google_ignoreList":[0]}
@@ -0,0 +1,11 @@
1
+ import { formatDecimalParts } from "../formatDecimal/index.esm.js";
2
+ function formatRounded(x, p) {
3
+ var d = formatDecimalParts(x, p);
4
+ if (!d) return x + "";
5
+ var coefficient = d[0], exponent = d[1];
6
+ return exponent < 0 ? "0." + new Array(-exponent).join("0") + coefficient : coefficient.length > exponent + 1 ? coefficient.slice(0, exponent + 1) + "." + coefficient.slice(exponent + 1) : coefficient + new Array(exponent - coefficient.length + 2).join("0");
7
+ }
8
+ export {
9
+ formatRounded as default
10
+ };
11
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../../../../../node_modules/d3-format/src/formatRounded.js"],"sourcesContent":["import {formatDecimalParts} from \"./formatDecimal.js\";\n\nexport default function(x, p) {\n var d = formatDecimalParts(x, p);\n if (!d) return x + \"\";\n var coefficient = d[0],\n exponent = d[1];\n return exponent < 0 ? \"0.\" + new Array(-exponent).join(\"0\") + coefficient\n : coefficient.length > exponent + 1 ? coefficient.slice(0, exponent + 1) + \".\" + coefficient.slice(exponent + 1)\n : coefficient + new Array(exponent - coefficient.length + 2).join(\"0\");\n}\n"],"names":[],"mappings":";AAEe,SAAA,cAAS,GAAG,GAAG;AAC5B,MAAI,IAAI,mBAAmB,GAAG,CAAC;AAC/B,MAAI,CAAC,EAAG,QAAO,IAAI;AACnB,MAAI,cAAc,EAAE,CAAC,GACjB,WAAW,EAAE,CAAC;AAClB,SAAO,WAAW,IAAI,OAAO,IAAI,MAAM,CAAC,QAAQ,EAAE,KAAK,GAAG,IAAI,cACxD,YAAY,SAAS,WAAW,IAAI,YAAY,MAAM,GAAG,WAAW,CAAC,IAAI,MAAM,YAAY,MAAM,WAAW,CAAC,IAC7G,cAAc,IAAI,MAAM,WAAW,YAAY,SAAS,CAAC,EAAE,KAAK,GAAG;AAC3E;","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../formatDecimal/index.js");exports.default=function(r,t){var a=e.formatDecimalParts(r,t);if(!a)return r+"";var i=a[0],n=a[1];return n<0?"0."+new Array(-n).join("0")+i:i.length>n+1?i.slice(0,n+1)+"."+i.slice(n+1):i+new Array(n-i.length+2).join("0")};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../node_modules/d3-format/src/formatRounded.js"],"sourcesContent":["import {formatDecimalParts} from \"./formatDecimal.js\";\n\nexport default function(x, p) {\n var d = formatDecimalParts(x, p);\n if (!d) return x + \"\";\n var coefficient = d[0],\n exponent = d[1];\n return exponent < 0 ? \"0.\" + new Array(-exponent).join(\"0\") + coefficient\n : coefficient.length > exponent + 1 ? coefficient.slice(0, exponent + 1) + \".\" + coefficient.slice(exponent + 1)\n : coefficient + new Array(exponent - coefficient.length + 2).join(\"0\");\n}\n"],"names":["x","p","d","formatDecimalParts","coefficient","exponent","Array","join","length","slice"],"mappings":"+HAEe,SAASA,EAAGC,GACzB,IAAIC,EAAIC,EAAAA,mBAAmBH,EAAGC,GAC9B,IAAKC,EAAG,OAAOF,EAAI,GACnB,IAAII,EAAcF,EAAE,GAChBG,EAAWH,EAAE,GACjB,OAAOG,EAAW,EAAI,KAAO,IAAIC,OAAOD,GAAUE,KAAK,KAAOH,EACxDA,EAAYI,OAASH,EAAW,EAAID,EAAYK,MAAM,EAAGJ,EAAW,GAAK,IAAMD,EAAYK,MAAMJ,EAAW,GAC5GD,EAAc,IAAIE,MAAMD,EAAWD,EAAYI,OAAS,GAAGD,KAAK,IACxE","x_google_ignoreList":[0]}
@@ -0,0 +1,38 @@
1
+ var re = /^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;
2
+ function formatSpecifier(specifier) {
3
+ if (!(match = re.exec(specifier))) throw new Error("invalid format: " + specifier);
4
+ var match;
5
+ return new FormatSpecifier({
6
+ fill: match[1],
7
+ align: match[2],
8
+ sign: match[3],
9
+ symbol: match[4],
10
+ zero: match[5],
11
+ width: match[6],
12
+ comma: match[7],
13
+ precision: match[8] && match[8].slice(1),
14
+ trim: match[9],
15
+ type: match[10]
16
+ });
17
+ }
18
+ formatSpecifier.prototype = FormatSpecifier.prototype;
19
+ function FormatSpecifier(specifier) {
20
+ this.fill = specifier.fill === void 0 ? " " : specifier.fill + "";
21
+ this.align = specifier.align === void 0 ? ">" : specifier.align + "";
22
+ this.sign = specifier.sign === void 0 ? "-" : specifier.sign + "";
23
+ this.symbol = specifier.symbol === void 0 ? "" : specifier.symbol + "";
24
+ this.zero = !!specifier.zero;
25
+ this.width = specifier.width === void 0 ? void 0 : +specifier.width;
26
+ this.comma = !!specifier.comma;
27
+ this.precision = specifier.precision === void 0 ? void 0 : +specifier.precision;
28
+ this.trim = !!specifier.trim;
29
+ this.type = specifier.type === void 0 ? "" : specifier.type + "";
30
+ }
31
+ FormatSpecifier.prototype.toString = function() {
32
+ return this.fill + this.align + this.sign + this.symbol + (this.zero ? "0" : "") + (this.width === void 0 ? "" : Math.max(1, this.width | 0)) + (this.comma ? "," : "") + (this.precision === void 0 ? "" : "." + Math.max(0, this.precision | 0)) + (this.trim ? "~" : "") + this.type;
33
+ };
34
+ export {
35
+ FormatSpecifier,
36
+ formatSpecifier as default
37
+ };
38
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../../../../../node_modules/d3-format/src/formatSpecifier.js"],"sourcesContent":["// [[fill]align][sign][symbol][0][width][,][.precision][~][type]\nvar re = /^(?:(.)?([<>=^]))?([+\\-( ])?([$#])?(0)?(\\d+)?(,)?(\\.\\d+)?(~)?([a-z%])?$/i;\n\nexport default function formatSpecifier(specifier) {\n if (!(match = re.exec(specifier))) throw new Error(\"invalid format: \" + specifier);\n var match;\n return new FormatSpecifier({\n fill: match[1],\n align: match[2],\n sign: match[3],\n symbol: match[4],\n zero: match[5],\n width: match[6],\n comma: match[7],\n precision: match[8] && match[8].slice(1),\n trim: match[9],\n type: match[10]\n });\n}\n\nformatSpecifier.prototype = FormatSpecifier.prototype; // instanceof\n\nexport function FormatSpecifier(specifier) {\n this.fill = specifier.fill === undefined ? \" \" : specifier.fill + \"\";\n this.align = specifier.align === undefined ? \">\" : specifier.align + \"\";\n this.sign = specifier.sign === undefined ? \"-\" : specifier.sign + \"\";\n this.symbol = specifier.symbol === undefined ? \"\" : specifier.symbol + \"\";\n this.zero = !!specifier.zero;\n this.width = specifier.width === undefined ? undefined : +specifier.width;\n this.comma = !!specifier.comma;\n this.precision = specifier.precision === undefined ? undefined : +specifier.precision;\n this.trim = !!specifier.trim;\n this.type = specifier.type === undefined ? \"\" : specifier.type + \"\";\n}\n\nFormatSpecifier.prototype.toString = function() {\n return this.fill\n + this.align\n + this.sign\n + this.symbol\n + (this.zero ? \"0\" : \"\")\n + (this.width === undefined ? \"\" : Math.max(1, this.width | 0))\n + (this.comma ? \",\" : \"\")\n + (this.precision === undefined ? \"\" : \".\" + Math.max(0, this.precision | 0))\n + (this.trim ? \"~\" : \"\")\n + this.type;\n};\n"],"names":[],"mappings":"AACA,IAAI,KAAK;AAEM,SAAS,gBAAgB,WAAW;AACjD,MAAI,EAAE,QAAQ,GAAG,KAAK,SAAS,GAAI,OAAM,IAAI,MAAM,qBAAqB,SAAS;AACjF,MAAI;AACJ,SAAO,IAAI,gBAAgB;AAAA,IACzB,MAAM,MAAM,CAAC;AAAA,IACb,OAAO,MAAM,CAAC;AAAA,IACd,MAAM,MAAM,CAAC;AAAA,IACb,QAAQ,MAAM,CAAC;AAAA,IACf,MAAM,MAAM,CAAC;AAAA,IACb,OAAO,MAAM,CAAC;AAAA,IACd,OAAO,MAAM,CAAC;AAAA,IACd,WAAW,MAAM,CAAC,KAAK,MAAM,CAAC,EAAE,MAAM,CAAC;AAAA,IACvC,MAAM,MAAM,CAAC;AAAA,IACb,MAAM,MAAM,EAAE;AAAA,EAClB,CAAG;AACH;AAEA,gBAAgB,YAAY,gBAAgB;AAErC,SAAS,gBAAgB,WAAW;AACzC,OAAK,OAAO,UAAU,SAAS,SAAY,MAAM,UAAU,OAAO;AAClE,OAAK,QAAQ,UAAU,UAAU,SAAY,MAAM,UAAU,QAAQ;AACrE,OAAK,OAAO,UAAU,SAAS,SAAY,MAAM,UAAU,OAAO;AAClE,OAAK,SAAS,UAAU,WAAW,SAAY,KAAK,UAAU,SAAS;AACvE,OAAK,OAAO,CAAC,CAAC,UAAU;AACxB,OAAK,QAAQ,UAAU,UAAU,SAAY,SAAY,CAAC,UAAU;AACpE,OAAK,QAAQ,CAAC,CAAC,UAAU;AACzB,OAAK,YAAY,UAAU,cAAc,SAAY,SAAY,CAAC,UAAU;AAC5E,OAAK,OAAO,CAAC,CAAC,UAAU;AACxB,OAAK,OAAO,UAAU,SAAS,SAAY,KAAK,UAAU,OAAO;AACnE;AAEA,gBAAgB,UAAU,WAAW,WAAW;AAC9C,SAAO,KAAK,OACN,KAAK,QACL,KAAK,OACL,KAAK,UACJ,KAAK,OAAO,MAAM,OAClB,KAAK,UAAU,SAAY,KAAK,KAAK,IAAI,GAAG,KAAK,QAAQ,CAAC,MAC1D,KAAK,QAAQ,MAAM,OACnB,KAAK,cAAc,SAAY,KAAK,MAAM,KAAK,IAAI,GAAG,KAAK,YAAY,CAAC,MACxE,KAAK,OAAO,MAAM,MACnB,KAAK;AACb;","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var i=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function t(t){if(!(s=i.exec(t)))throw new Error("invalid format: "+t);var s;return new o({fill:s[1],align:s[2],sign:s[3],symbol:s[4],zero:s[5],width:s[6],comma:s[7],precision:s[8]&&s[8].slice(1),trim:s[9],type:s[10]})}function o(i){this.fill=void 0===i.fill?" ":i.fill+"",this.align=void 0===i.align?">":i.align+"",this.sign=void 0===i.sign?"-":i.sign+"",this.symbol=void 0===i.symbol?"":i.symbol+"",this.zero=!!i.zero,this.width=void 0===i.width?void 0:+i.width,this.comma=!!i.comma,this.precision=void 0===i.precision?void 0:+i.precision,this.trim=!!i.trim,this.type=void 0===i.type?"":i.type+""}t.prototype=o.prototype,o.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(void 0===this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(void 0===this.precision?"":"."+Math.max(0,0|this.precision))+(this.trim?"~":"")+this.type},exports.FormatSpecifier=o,exports.default=t;
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../node_modules/d3-format/src/formatSpecifier.js"],"sourcesContent":["// [[fill]align][sign][symbol][0][width][,][.precision][~][type]\nvar re = /^(?:(.)?([<>=^]))?([+\\-( ])?([$#])?(0)?(\\d+)?(,)?(\\.\\d+)?(~)?([a-z%])?$/i;\n\nexport default function formatSpecifier(specifier) {\n if (!(match = re.exec(specifier))) throw new Error(\"invalid format: \" + specifier);\n var match;\n return new FormatSpecifier({\n fill: match[1],\n align: match[2],\n sign: match[3],\n symbol: match[4],\n zero: match[5],\n width: match[6],\n comma: match[7],\n precision: match[8] && match[8].slice(1),\n trim: match[9],\n type: match[10]\n });\n}\n\nformatSpecifier.prototype = FormatSpecifier.prototype; // instanceof\n\nexport function FormatSpecifier(specifier) {\n this.fill = specifier.fill === undefined ? \" \" : specifier.fill + \"\";\n this.align = specifier.align === undefined ? \">\" : specifier.align + \"\";\n this.sign = specifier.sign === undefined ? \"-\" : specifier.sign + \"\";\n this.symbol = specifier.symbol === undefined ? \"\" : specifier.symbol + \"\";\n this.zero = !!specifier.zero;\n this.width = specifier.width === undefined ? undefined : +specifier.width;\n this.comma = !!specifier.comma;\n this.precision = specifier.precision === undefined ? undefined : +specifier.precision;\n this.trim = !!specifier.trim;\n this.type = specifier.type === undefined ? \"\" : specifier.type + \"\";\n}\n\nFormatSpecifier.prototype.toString = function() {\n return this.fill\n + this.align\n + this.sign\n + this.symbol\n + (this.zero ? \"0\" : \"\")\n + (this.width === undefined ? \"\" : Math.max(1, this.width | 0))\n + (this.comma ? \",\" : \"\")\n + (this.precision === undefined ? \"\" : \".\" + Math.max(0, this.precision | 0))\n + (this.trim ? \"~\" : \"\")\n + this.type;\n};\n"],"names":["re","formatSpecifier","specifier","match","exec","Error","FormatSpecifier","fill","align","sign","symbol","zero","width","comma","precision","slice","trim","type","this","prototype","toString","Math","max"],"mappings":"oEACA,IAAIA,EAAK,2EAEM,SAASC,EAAgBC,GACtC,KAAMC,EAAQH,EAAGI,KAAKF,IAAa,MAAM,IAAIG,MAAM,mBAAqBH,GACxE,IAAIC,EACJ,OAAO,IAAIG,EAAgB,CACzBC,KAAMJ,EAAM,GACZK,MAAOL,EAAM,GACbM,KAAMN,EAAM,GACZO,OAAQP,EAAM,GACdQ,KAAMR,EAAM,GACZS,MAAOT,EAAM,GACbU,MAAOV,EAAM,GACbW,UAAWX,EAAM,IAAMA,EAAM,GAAGY,MAAM,GACtCC,KAAMb,EAAM,GACZc,KAAMd,EAAM,KAEhB,CAIO,SAASG,EAAgBJ,GAC9BgB,KAAKX,UAA0B,IAAnBL,EAAUK,KAAqB,IAAML,EAAUK,KAAO,GAClEW,KAAKV,WAA4B,IAApBN,EAAUM,MAAsB,IAAMN,EAAUM,MAAQ,GACrEU,KAAKT,UAA0B,IAAnBP,EAAUO,KAAqB,IAAMP,EAAUO,KAAO,GAClES,KAAKR,YAA8B,IAArBR,EAAUQ,OAAuB,GAAKR,EAAUQ,OAAS,GACvEQ,KAAKP,OAAST,EAAUS,KACxBO,KAAKN,WAA4B,IAApBV,EAAUU,WAAsB,GAAaV,EAAUU,MACpEM,KAAKL,QAAUX,EAAUW,MACzBK,KAAKJ,eAAoC,IAAxBZ,EAAUY,eAA0B,GAAaZ,EAAUY,UAC5EI,KAAKF,OAASd,EAAUc,KACxBE,KAAKD,UAA0B,IAAnBf,EAAUe,KAAqB,GAAKf,EAAUe,KAAO,EACnE,CAbAhB,EAAgBkB,UAAYb,EAAgBa,UAe5Cb,EAAgBa,UAAUC,SAAW,WACnC,OAAOF,KAAKX,KACNW,KAAKV,MACLU,KAAKT,KACLS,KAAKR,QACJQ,KAAKP,KAAO,IAAM,UACH,IAAfO,KAAKN,MAAsB,GAAKS,KAAKC,IAAI,EAAgB,EAAbJ,KAAKN,SACjDM,KAAKL,MAAQ,IAAM,UACA,IAAnBK,KAAKJ,UAA0B,GAAK,IAAMO,KAAKC,IAAI,EAAoB,EAAjBJ,KAAKJ,aAC3DI,KAAKF,KAAO,IAAM,IACnBE,KAAKD,IACb","x_google_ignoreList":[0]}
@@ -0,0 +1,22 @@
1
+ function formatTrim(s) {
2
+ out: for (var n = s.length, i = 1, i0 = -1, i1; i < n; ++i) {
3
+ switch (s[i]) {
4
+ case ".":
5
+ i0 = i1 = i;
6
+ break;
7
+ case "0":
8
+ if (i0 === 0) i0 = i;
9
+ i1 = i;
10
+ break;
11
+ default:
12
+ if (!+s[i]) break out;
13
+ if (i0 > 0) i0 = 0;
14
+ break;
15
+ }
16
+ }
17
+ return i0 > 0 ? s.slice(0, i0) + s.slice(i1 + 1) : s;
18
+ }
19
+ export {
20
+ formatTrim as default
21
+ };
22
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../../../../../node_modules/d3-format/src/formatTrim.js"],"sourcesContent":["// Trims insignificant zeros, e.g., replaces 1.2000k with 1.2k.\nexport default function(s) {\n out: for (var n = s.length, i = 1, i0 = -1, i1; i < n; ++i) {\n switch (s[i]) {\n case \".\": i0 = i1 = i; break;\n case \"0\": if (i0 === 0) i0 = i; i1 = i; break;\n default: if (!+s[i]) break out; if (i0 > 0) i0 = 0; break;\n }\n }\n return i0 > 0 ? s.slice(0, i0) + s.slice(i1 + 1) : s;\n}\n"],"names":[],"mappings":"AACe,SAAA,WAAS,GAAG;AACzB,MAAK,UAAS,IAAI,EAAE,QAAQ,IAAI,GAAG,KAAK,IAAI,IAAI,IAAI,GAAG,EAAE,GAAG;AAC1D,YAAQ,EAAE,CAAC,GAAC;AAAA,MACV,KAAK;AAAK,aAAK,KAAK;AAAG;AAAA,MACvB,KAAK;AAAK,YAAI,OAAO,EAAG,MAAK;AAAG,aAAK;AAAG;AAAA,MACxC;AAAS,YAAI,CAAC,CAAC,EAAE,CAAC,EAAG,OAAM;AAAK,YAAI,KAAK,EAAG,MAAK;AAAG;AAAA,IAC1D;AAAA,EACE;AACA,SAAO,KAAK,IAAI,EAAE,MAAM,GAAG,EAAE,IAAI,EAAE,MAAM,KAAK,CAAC,IAAI;AACrD;","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=function(e){e:for(var r,t=e.length,s=1,a=-1;s<t;++s)switch(e[s]){case".":a=r=s;break;case"0":0===a&&(a=s),r=s;break;default:if(!+e[s])break e;a>0&&(a=0)}return a>0?e.slice(0,a)+e.slice(r+1):e};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../node_modules/d3-format/src/formatTrim.js"],"sourcesContent":["// Trims insignificant zeros, e.g., replaces 1.2000k with 1.2k.\nexport default function(s) {\n out: for (var n = s.length, i = 1, i0 = -1, i1; i < n; ++i) {\n switch (s[i]) {\n case \".\": i0 = i1 = i; break;\n case \"0\": if (i0 === 0) i0 = i; i1 = i; break;\n default: if (!+s[i]) break out; if (i0 > 0) i0 = 0; break;\n }\n }\n return i0 > 0 ? s.slice(0, i0) + s.slice(i1 + 1) : s;\n}\n"],"names":["s","out","i1","n","length","i","i0","slice"],"mappings":"oFACe,SAASA,GACtBC,EAAK,IAAA,IAAuCC,EAA9BC,EAAIH,EAAEI,OAAQC,EAAI,EAAGC,GAAK,EAAQD,EAAIF,IAAKE,EACvD,OAAQL,EAAEK,IACR,IAAK,IAAKC,EAAKJ,EAAKG,EAAG,MACvB,IAAK,IAAgB,IAAPC,IAAUA,EAAKD,GAAGH,EAAKG,EAAG,MACxC,QAAS,KAAML,EAAEK,GAAI,MAAMJ,EAASK,EAAK,IAAGA,EAAK,GAGrD,OAAOA,EAAK,EAAIN,EAAEO,MAAM,EAAGD,GAAMN,EAAEO,MAAML,EAAK,GAAKF,CACrD","x_google_ignoreList":[0]}
@@ -0,0 +1,22 @@
1
+ import formatDecimal from "../formatDecimal/index.esm.js";
2
+ import formatPrefixAuto from "../formatPrefixAuto/index.esm.js";
3
+ import formatRounded from "../formatRounded/index.esm.js";
4
+ var formatTypes = {
5
+ "%": (x, p) => (x * 100).toFixed(p),
6
+ "b": (x) => Math.round(x).toString(2),
7
+ "c": (x) => x + "",
8
+ "d": formatDecimal,
9
+ "e": (x, p) => x.toExponential(p),
10
+ "f": (x, p) => x.toFixed(p),
11
+ "g": (x, p) => x.toPrecision(p),
12
+ "o": (x) => Math.round(x).toString(8),
13
+ "p": (x, p) => formatRounded(x * 100, p),
14
+ "r": formatRounded,
15
+ "s": formatPrefixAuto,
16
+ "X": (x) => Math.round(x).toString(16).toUpperCase(),
17
+ "x": (x) => Math.round(x).toString(16)
18
+ };
19
+ export {
20
+ formatTypes as default
21
+ };
22
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../../../../../node_modules/d3-format/src/formatTypes.js"],"sourcesContent":["import formatDecimal from \"./formatDecimal.js\";\nimport formatPrefixAuto from \"./formatPrefixAuto.js\";\nimport formatRounded from \"./formatRounded.js\";\n\nexport default {\n \"%\": (x, p) => (x * 100).toFixed(p),\n \"b\": (x) => Math.round(x).toString(2),\n \"c\": (x) => x + \"\",\n \"d\": formatDecimal,\n \"e\": (x, p) => x.toExponential(p),\n \"f\": (x, p) => x.toFixed(p),\n \"g\": (x, p) => x.toPrecision(p),\n \"o\": (x) => Math.round(x).toString(8),\n \"p\": (x, p) => formatRounded(x * 100, p),\n \"r\": formatRounded,\n \"s\": formatPrefixAuto,\n \"X\": (x) => Math.round(x).toString(16).toUpperCase(),\n \"x\": (x) => Math.round(x).toString(16)\n};\n"],"names":[],"mappings":";;;AAIA,IAAA,cAAe;AAAA,EACb,KAAK,CAAC,GAAG,OAAO,IAAI,KAAK,QAAQ,CAAC;AAAA,EAClC,KAAK,CAAC,MAAM,KAAK,MAAM,CAAC,EAAE,SAAS,CAAC;AAAA,EACpC,KAAK,CAAC,MAAM,IAAI;AAAA,EAChB,KAAK;AAAA,EACL,KAAK,CAAC,GAAG,MAAM,EAAE,cAAc,CAAC;AAAA,EAChC,KAAK,CAAC,GAAG,MAAM,EAAE,QAAQ,CAAC;AAAA,EAC1B,KAAK,CAAC,GAAG,MAAM,EAAE,YAAY,CAAC;AAAA,EAC9B,KAAK,CAAC,MAAM,KAAK,MAAM,CAAC,EAAE,SAAS,CAAC;AAAA,EACpC,KAAK,CAAC,GAAG,MAAM,cAAc,IAAI,KAAK,CAAC;AAAA,EACvC,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK,CAAC,MAAM,KAAK,MAAM,CAAC,EAAE,SAAS,EAAE,EAAE,YAAW;AAAA,EAClD,KAAK,CAAC,MAAM,KAAK,MAAM,CAAC,EAAE,SAAS,EAAE;AACvC;","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../formatDecimal/index.js"),t=require("../formatPrefixAuto/index.js"),r=require("../formatRounded/index.js"),o={"%":(e,t)=>(100*e).toFixed(t),b:e=>Math.round(e).toString(2),c:e=>e+"",d:e.default,e:(e,t)=>e.toExponential(t),f:(e,t)=>e.toFixed(t),g:(e,t)=>e.toPrecision(t),o:e=>Math.round(e).toString(8),p:(e,t)=>r.default(100*e,t),r:r.default,s:t.default,X:e=>Math.round(e).toString(16).toUpperCase(),x:e=>Math.round(e).toString(16)};exports.default=o;
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../node_modules/d3-format/src/formatTypes.js"],"sourcesContent":["import formatDecimal from \"./formatDecimal.js\";\nimport formatPrefixAuto from \"./formatPrefixAuto.js\";\nimport formatRounded from \"./formatRounded.js\";\n\nexport default {\n \"%\": (x, p) => (x * 100).toFixed(p),\n \"b\": (x) => Math.round(x).toString(2),\n \"c\": (x) => x + \"\",\n \"d\": formatDecimal,\n \"e\": (x, p) => x.toExponential(p),\n \"f\": (x, p) => x.toFixed(p),\n \"g\": (x, p) => x.toPrecision(p),\n \"o\": (x) => Math.round(x).toString(8),\n \"p\": (x, p) => formatRounded(x * 100, p),\n \"r\": formatRounded,\n \"s\": formatPrefixAuto,\n \"X\": (x) => Math.round(x).toString(16).toUpperCase(),\n \"x\": (x) => Math.round(x).toString(16)\n};\n"],"names":["formatTypes","x","p","toFixed","b","Math","round","toString","c","d","formatDecimal","e","toExponential","f","g","toPrecision","o","formatRounded","r","s","formatPrefixAuto","X","toUpperCase"],"mappings":"gMAIAA,EAAe,CACb,IAAK,CAACC,EAAGC,KAAW,IAAJD,GAASE,QAAQD,GACjCE,EAAMH,GAAMI,KAAKC,MAAML,GAAGM,SAAS,GACnCC,EAAMP,GAAMA,EAAI,GAChBQ,EAAKC,EAAAA,QACLC,EAAK,CAACV,EAAGC,IAAMD,EAAEW,cAAcV,GAC/BW,EAAK,CAACZ,EAAGC,IAAMD,EAAEE,QAAQD,GACzBY,EAAK,CAACb,EAAGC,IAAMD,EAAEc,YAAYb,GAC7Bc,EAAMf,GAAMI,KAAKC,MAAML,GAAGM,SAAS,GACnCL,EAAK,CAACD,EAAGC,IAAMe,EAAAA,QAAkB,IAAJhB,EAASC,GACtCgB,EAAKD,EAAAA,QACLE,EAAKC,EAAAA,QACLC,EAAMpB,GAAMI,KAAKC,MAAML,GAAGM,SAAS,IAAIe,cACvCrB,EAAMA,GAAMI,KAAKC,MAAML,GAAGM,SAAS","x_google_ignoreList":[0]}
@@ -0,0 +1,7 @@
1
+ function identity(x) {
2
+ return x;
3
+ }
4
+ export {
5
+ identity as default
6
+ };
7
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../../../../../node_modules/d3-format/src/identity.js"],"sourcesContent":["export default function(x) {\n return x;\n}\n"],"names":[],"mappings":"AAAe,SAAA,SAAS,GAAG;AACzB,SAAO;AACT;","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=function(e){return e};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../node_modules/d3-format/src/identity.js"],"sourcesContent":["export default function(x) {\n return x;\n}\n"],"names":["x"],"mappings":"oFAAe,SAASA,GACtB,OAAOA,CACT","x_google_ignoreList":[0]}
@@ -0,0 +1,83 @@
1
+ import exponent from "../exponent/index.esm.js";
2
+ import formatGroup from "../formatGroup/index.esm.js";
3
+ import formatNumerals from "../formatNumerals/index.esm.js";
4
+ import formatSpecifier from "../formatSpecifier/index.esm.js";
5
+ import formatTrim from "../formatTrim/index.esm.js";
6
+ import formatTypes from "../formatTypes/index.esm.js";
7
+ import { prefixExponent } from "../formatPrefixAuto/index.esm.js";
8
+ import identity from "../identity/index.esm.js";
9
+ var map = Array.prototype.map, prefixes = ["y", "z", "a", "f", "p", "n", "µ", "m", "", "k", "M", "G", "T", "P", "E", "Z", "Y"];
10
+ function formatLocale(locale) {
11
+ var group = locale.grouping === void 0 || locale.thousands === void 0 ? identity : formatGroup(map.call(locale.grouping, Number), locale.thousands + ""), currencyPrefix = locale.currency === void 0 ? "" : locale.currency[0] + "", currencySuffix = locale.currency === void 0 ? "" : locale.currency[1] + "", decimal = locale.decimal === void 0 ? "." : locale.decimal + "", numerals = locale.numerals === void 0 ? identity : formatNumerals(map.call(locale.numerals, String)), percent = locale.percent === void 0 ? "%" : locale.percent + "", minus = locale.minus === void 0 ? "−" : locale.minus + "", nan = locale.nan === void 0 ? "NaN" : locale.nan + "";
12
+ function newFormat(specifier) {
13
+ specifier = formatSpecifier(specifier);
14
+ var fill = specifier.fill, align = specifier.align, sign = specifier.sign, symbol = specifier.symbol, zero = specifier.zero, width = specifier.width, comma = specifier.comma, precision = specifier.precision, trim = specifier.trim, type = specifier.type;
15
+ if (type === "n") comma = true, type = "g";
16
+ else if (!formatTypes[type]) precision === void 0 && (precision = 12), trim = true, type = "g";
17
+ if (zero || fill === "0" && align === "=") zero = true, fill = "0", align = "=";
18
+ var prefix = symbol === "$" ? currencyPrefix : symbol === "#" && /[boxX]/.test(type) ? "0" + type.toLowerCase() : "", suffix = symbol === "$" ? currencySuffix : /[%p]/.test(type) ? percent : "";
19
+ var formatType = formatTypes[type], maybeSuffix = /[defgprs%]/.test(type);
20
+ precision = precision === void 0 ? 6 : /[gprs]/.test(type) ? Math.max(1, Math.min(21, precision)) : Math.max(0, Math.min(20, precision));
21
+ function format(value) {
22
+ var valuePrefix = prefix, valueSuffix = suffix, i, n, c;
23
+ if (type === "c") {
24
+ valueSuffix = formatType(value) + valueSuffix;
25
+ value = "";
26
+ } else {
27
+ value = +value;
28
+ var valueNegative = value < 0 || 1 / value < 0;
29
+ value = isNaN(value) ? nan : formatType(Math.abs(value), precision);
30
+ if (trim) value = formatTrim(value);
31
+ if (valueNegative && +value === 0 && sign !== "+") valueNegative = false;
32
+ valuePrefix = (valueNegative ? sign === "(" ? sign : minus : sign === "-" || sign === "(" ? "" : sign) + valuePrefix;
33
+ valueSuffix = (type === "s" ? prefixes[8 + prefixExponent / 3] : "") + valueSuffix + (valueNegative && sign === "(" ? ")" : "");
34
+ if (maybeSuffix) {
35
+ i = -1, n = value.length;
36
+ while (++i < n) {
37
+ if (c = value.charCodeAt(i), 48 > c || c > 57) {
38
+ valueSuffix = (c === 46 ? decimal + value.slice(i + 1) : value.slice(i)) + valueSuffix;
39
+ value = value.slice(0, i);
40
+ break;
41
+ }
42
+ }
43
+ }
44
+ }
45
+ if (comma && !zero) value = group(value, Infinity);
46
+ var length = valuePrefix.length + value.length + valueSuffix.length, padding = length < width ? new Array(width - length + 1).join(fill) : "";
47
+ if (comma && zero) value = group(padding + value, padding.length ? width - valueSuffix.length : Infinity), padding = "";
48
+ switch (align) {
49
+ case "<":
50
+ value = valuePrefix + value + valueSuffix + padding;
51
+ break;
52
+ case "=":
53
+ value = valuePrefix + padding + value + valueSuffix;
54
+ break;
55
+ case "^":
56
+ value = padding.slice(0, length = padding.length >> 1) + valuePrefix + value + valueSuffix + padding.slice(length);
57
+ break;
58
+ default:
59
+ value = padding + valuePrefix + value + valueSuffix;
60
+ break;
61
+ }
62
+ return numerals(value);
63
+ }
64
+ format.toString = function() {
65
+ return specifier + "";
66
+ };
67
+ return format;
68
+ }
69
+ function formatPrefix(specifier, value) {
70
+ var f = newFormat((specifier = formatSpecifier(specifier), specifier.type = "f", specifier)), e = Math.max(-8, Math.min(8, Math.floor(exponent(value) / 3))) * 3, k = Math.pow(10, -e), prefix = prefixes[8 + e / 3];
71
+ return function(value2) {
72
+ return f(k * value2) + prefix;
73
+ };
74
+ }
75
+ return {
76
+ format: newFormat,
77
+ formatPrefix
78
+ };
79
+ }
80
+ export {
81
+ formatLocale as default
82
+ };
83
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../../../../../node_modules/d3-format/src/locale.js"],"sourcesContent":["import exponent from \"./exponent.js\";\nimport formatGroup from \"./formatGroup.js\";\nimport formatNumerals from \"./formatNumerals.js\";\nimport formatSpecifier from \"./formatSpecifier.js\";\nimport formatTrim from \"./formatTrim.js\";\nimport formatTypes from \"./formatTypes.js\";\nimport {prefixExponent} from \"./formatPrefixAuto.js\";\nimport identity from \"./identity.js\";\n\nvar map = Array.prototype.map,\n prefixes = [\"y\",\"z\",\"a\",\"f\",\"p\",\"n\",\"µ\",\"m\",\"\",\"k\",\"M\",\"G\",\"T\",\"P\",\"E\",\"Z\",\"Y\"];\n\nexport default function(locale) {\n var group = locale.grouping === undefined || locale.thousands === undefined ? identity : formatGroup(map.call(locale.grouping, Number), locale.thousands + \"\"),\n currencyPrefix = locale.currency === undefined ? \"\" : locale.currency[0] + \"\",\n currencySuffix = locale.currency === undefined ? \"\" : locale.currency[1] + \"\",\n decimal = locale.decimal === undefined ? \".\" : locale.decimal + \"\",\n numerals = locale.numerals === undefined ? identity : formatNumerals(map.call(locale.numerals, String)),\n percent = locale.percent === undefined ? \"%\" : locale.percent + \"\",\n minus = locale.minus === undefined ? \"−\" : locale.minus + \"\",\n nan = locale.nan === undefined ? \"NaN\" : locale.nan + \"\";\n\n function newFormat(specifier) {\n specifier = formatSpecifier(specifier);\n\n var fill = specifier.fill,\n align = specifier.align,\n sign = specifier.sign,\n symbol = specifier.symbol,\n zero = specifier.zero,\n width = specifier.width,\n comma = specifier.comma,\n precision = specifier.precision,\n trim = specifier.trim,\n type = specifier.type;\n\n // The \"n\" type is an alias for \",g\".\n if (type === \"n\") comma = true, type = \"g\";\n\n // The \"\" type, and any invalid type, is an alias for \".12~g\".\n else if (!formatTypes[type]) precision === undefined && (precision = 12), trim = true, type = \"g\";\n\n // If zero fill is specified, padding goes after sign and before digits.\n if (zero || (fill === \"0\" && align === \"=\")) zero = true, fill = \"0\", align = \"=\";\n\n // Compute the prefix and suffix.\n // For SI-prefix, the suffix is lazily computed.\n var prefix = symbol === \"$\" ? currencyPrefix : symbol === \"#\" && /[boxX]/.test(type) ? \"0\" + type.toLowerCase() : \"\",\n suffix = symbol === \"$\" ? currencySuffix : /[%p]/.test(type) ? percent : \"\";\n\n // What format function should we use?\n // Is this an integer type?\n // Can this type generate exponential notation?\n var formatType = formatTypes[type],\n maybeSuffix = /[defgprs%]/.test(type);\n\n // Set the default precision if not specified,\n // or clamp the specified precision to the supported range.\n // For significant precision, it must be in [1, 21].\n // For fixed precision, it must be in [0, 20].\n precision = precision === undefined ? 6\n : /[gprs]/.test(type) ? Math.max(1, Math.min(21, precision))\n : Math.max(0, Math.min(20, precision));\n\n function format(value) {\n var valuePrefix = prefix,\n valueSuffix = suffix,\n i, n, c;\n\n if (type === \"c\") {\n valueSuffix = formatType(value) + valueSuffix;\n value = \"\";\n } else {\n value = +value;\n\n // Determine the sign. -0 is not less than 0, but 1 / -0 is!\n var valueNegative = value < 0 || 1 / value < 0;\n\n // Perform the initial formatting.\n value = isNaN(value) ? nan : formatType(Math.abs(value), precision);\n\n // Trim insignificant zeros.\n if (trim) value = formatTrim(value);\n\n // If a negative value rounds to zero after formatting, and no explicit positive sign is requested, hide the sign.\n if (valueNegative && +value === 0 && sign !== \"+\") valueNegative = false;\n\n // Compute the prefix and suffix.\n valuePrefix = (valueNegative ? (sign === \"(\" ? sign : minus) : sign === \"-\" || sign === \"(\" ? \"\" : sign) + valuePrefix;\n valueSuffix = (type === \"s\" ? prefixes[8 + prefixExponent / 3] : \"\") + valueSuffix + (valueNegative && sign === \"(\" ? \")\" : \"\");\n\n // Break the formatted value into the integer “value” part that can be\n // grouped, and fractional or exponential “suffix” part that is not.\n if (maybeSuffix) {\n i = -1, n = value.length;\n while (++i < n) {\n if (c = value.charCodeAt(i), 48 > c || c > 57) {\n valueSuffix = (c === 46 ? decimal + value.slice(i + 1) : value.slice(i)) + valueSuffix;\n value = value.slice(0, i);\n break;\n }\n }\n }\n }\n\n // If the fill character is not \"0\", grouping is applied before padding.\n if (comma && !zero) value = group(value, Infinity);\n\n // Compute the padding.\n var length = valuePrefix.length + value.length + valueSuffix.length,\n padding = length < width ? new Array(width - length + 1).join(fill) : \"\";\n\n // If the fill character is \"0\", grouping is applied after padding.\n if (comma && zero) value = group(padding + value, padding.length ? width - valueSuffix.length : Infinity), padding = \"\";\n\n // Reconstruct the final output based on the desired alignment.\n switch (align) {\n case \"<\": value = valuePrefix + value + valueSuffix + padding; break;\n case \"=\": value = valuePrefix + padding + value + valueSuffix; break;\n case \"^\": value = padding.slice(0, length = padding.length >> 1) + valuePrefix + value + valueSuffix + padding.slice(length); break;\n default: value = padding + valuePrefix + value + valueSuffix; break;\n }\n\n return numerals(value);\n }\n\n format.toString = function() {\n return specifier + \"\";\n };\n\n return format;\n }\n\n function formatPrefix(specifier, value) {\n var f = newFormat((specifier = formatSpecifier(specifier), specifier.type = \"f\", specifier)),\n e = Math.max(-8, Math.min(8, Math.floor(exponent(value) / 3))) * 3,\n k = Math.pow(10, -e),\n prefix = prefixes[8 + e / 3];\n return function(value) {\n return f(k * value) + prefix;\n };\n }\n\n return {\n format: newFormat,\n formatPrefix: formatPrefix\n };\n}\n"],"names":["value"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../exponent/index.js"),r=require("../formatGroup/index.js"),t=require("../formatNumerals/index.js"),i=require("../formatSpecifier/index.js"),a=require("../formatTrim/index.js"),n=require("../formatTypes/index.js"),o=require("../formatPrefixAuto/index.js"),u=require("../identity/index.js"),s=Array.prototype.map,d=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];exports.default=function(l){var f=void 0===l.grouping||void 0===l.thousands?u.default:r.default(s.call(l.grouping,Number),l.thousands+""),c=void 0===l.currency?"":l.currency[0]+"",m=void 0===l.currency?"":l.currency[1]+"",p=void 0===l.decimal?".":l.decimal+"",h=void 0===l.numerals?u.default:t.default(s.call(l.numerals,String)),v=void 0===l.percent?"%":l.percent+"",g=void 0===l.minus?"−":l.minus+"",x=void 0===l.nan?"NaN":l.nan+"";function y(e){var r=(e=i.default(e)).fill,t=e.align,u=e.sign,s=e.symbol,l=e.zero,y=e.width,M=e.comma,j=e.precision,b=e.trim,q=e.type;"n"===q?(M=!0,q="g"):n.default[q]||(void 0===j&&(j=12),b=!0,q="g"),(l||"0"===r&&"="===t)&&(l=!0,r="0",t="=");var N="$"===s?c:"#"===s&&/[boxX]/.test(q)?"0"+q.toLowerCase():"",k="$"===s?m:/[%p]/.test(q)?v:"",w=n.default[q],A=/[defgprs%]/.test(q);function P(e){var i,n,s,c=N,m=k;if("c"===q)m=w(e)+m,e="";else{var v=(e=+e)<0||1/e<0;if(e=isNaN(e)?x:w(Math.abs(e),j),b&&(e=a.default(e)),v&&0===+e&&"+"!==u&&(v=!1),c=(v?"("===u?u:g:"-"===u||"("===u?"":u)+c,m=("s"===q?d[8+o.prefixExponent/3]:"")+m+(v&&"("===u?")":""),A)for(i=-1,n=e.length;++i<n;)if(48>(s=e.charCodeAt(i))||s>57){m=(46===s?p+e.slice(i+1):e.slice(i))+m,e=e.slice(0,i);break}}M&&!l&&(e=f(e,1/0));var P=c.length+e.length+m.length,S=P<y?new Array(y-P+1).join(r):"";switch(M&&l&&(e=f(S+e,S.length?y-m.length:1/0),S=""),t){case"<":e=c+e+m+S;break;case"=":e=c+S+e+m;break;case"^":e=S.slice(0,P=S.length>>1)+c+e+m+S.slice(P);break;default:e=S+c+e+m}return h(e)}return j=void 0===j?6:/[gprs]/.test(q)?Math.max(1,Math.min(21,j)):Math.max(0,Math.min(20,j)),P.toString=function(){return e+""},P}return{format:y,formatPrefix:function(r,t){var a=y(((r=i.default(r)).type="f",r)),n=3*Math.max(-8,Math.min(8,Math.floor(e.default(t)/3))),o=Math.pow(10,-n),u=d[8+n/3];return function(e){return a(o*e)+u}}}};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../node_modules/d3-format/src/locale.js"],"sourcesContent":["import exponent from \"./exponent.js\";\nimport formatGroup from \"./formatGroup.js\";\nimport formatNumerals from \"./formatNumerals.js\";\nimport formatSpecifier from \"./formatSpecifier.js\";\nimport formatTrim from \"./formatTrim.js\";\nimport formatTypes from \"./formatTypes.js\";\nimport {prefixExponent} from \"./formatPrefixAuto.js\";\nimport identity from \"./identity.js\";\n\nvar map = Array.prototype.map,\n prefixes = [\"y\",\"z\",\"a\",\"f\",\"p\",\"n\",\"µ\",\"m\",\"\",\"k\",\"M\",\"G\",\"T\",\"P\",\"E\",\"Z\",\"Y\"];\n\nexport default function(locale) {\n var group = locale.grouping === undefined || locale.thousands === undefined ? identity : formatGroup(map.call(locale.grouping, Number), locale.thousands + \"\"),\n currencyPrefix = locale.currency === undefined ? \"\" : locale.currency[0] + \"\",\n currencySuffix = locale.currency === undefined ? \"\" : locale.currency[1] + \"\",\n decimal = locale.decimal === undefined ? \".\" : locale.decimal + \"\",\n numerals = locale.numerals === undefined ? identity : formatNumerals(map.call(locale.numerals, String)),\n percent = locale.percent === undefined ? \"%\" : locale.percent + \"\",\n minus = locale.minus === undefined ? \"−\" : locale.minus + \"\",\n nan = locale.nan === undefined ? \"NaN\" : locale.nan + \"\";\n\n function newFormat(specifier) {\n specifier = formatSpecifier(specifier);\n\n var fill = specifier.fill,\n align = specifier.align,\n sign = specifier.sign,\n symbol = specifier.symbol,\n zero = specifier.zero,\n width = specifier.width,\n comma = specifier.comma,\n precision = specifier.precision,\n trim = specifier.trim,\n type = specifier.type;\n\n // The \"n\" type is an alias for \",g\".\n if (type === \"n\") comma = true, type = \"g\";\n\n // The \"\" type, and any invalid type, is an alias for \".12~g\".\n else if (!formatTypes[type]) precision === undefined && (precision = 12), trim = true, type = \"g\";\n\n // If zero fill is specified, padding goes after sign and before digits.\n if (zero || (fill === \"0\" && align === \"=\")) zero = true, fill = \"0\", align = \"=\";\n\n // Compute the prefix and suffix.\n // For SI-prefix, the suffix is lazily computed.\n var prefix = symbol === \"$\" ? currencyPrefix : symbol === \"#\" && /[boxX]/.test(type) ? \"0\" + type.toLowerCase() : \"\",\n suffix = symbol === \"$\" ? currencySuffix : /[%p]/.test(type) ? percent : \"\";\n\n // What format function should we use?\n // Is this an integer type?\n // Can this type generate exponential notation?\n var formatType = formatTypes[type],\n maybeSuffix = /[defgprs%]/.test(type);\n\n // Set the default precision if not specified,\n // or clamp the specified precision to the supported range.\n // For significant precision, it must be in [1, 21].\n // For fixed precision, it must be in [0, 20].\n precision = precision === undefined ? 6\n : /[gprs]/.test(type) ? Math.max(1, Math.min(21, precision))\n : Math.max(0, Math.min(20, precision));\n\n function format(value) {\n var valuePrefix = prefix,\n valueSuffix = suffix,\n i, n, c;\n\n if (type === \"c\") {\n valueSuffix = formatType(value) + valueSuffix;\n value = \"\";\n } else {\n value = +value;\n\n // Determine the sign. -0 is not less than 0, but 1 / -0 is!\n var valueNegative = value < 0 || 1 / value < 0;\n\n // Perform the initial formatting.\n value = isNaN(value) ? nan : formatType(Math.abs(value), precision);\n\n // Trim insignificant zeros.\n if (trim) value = formatTrim(value);\n\n // If a negative value rounds to zero after formatting, and no explicit positive sign is requested, hide the sign.\n if (valueNegative && +value === 0 && sign !== \"+\") valueNegative = false;\n\n // Compute the prefix and suffix.\n valuePrefix = (valueNegative ? (sign === \"(\" ? sign : minus) : sign === \"-\" || sign === \"(\" ? \"\" : sign) + valuePrefix;\n valueSuffix = (type === \"s\" ? prefixes[8 + prefixExponent / 3] : \"\") + valueSuffix + (valueNegative && sign === \"(\" ? \")\" : \"\");\n\n // Break the formatted value into the integer “value” part that can be\n // grouped, and fractional or exponential “suffix” part that is not.\n if (maybeSuffix) {\n i = -1, n = value.length;\n while (++i < n) {\n if (c = value.charCodeAt(i), 48 > c || c > 57) {\n valueSuffix = (c === 46 ? decimal + value.slice(i + 1) : value.slice(i)) + valueSuffix;\n value = value.slice(0, i);\n break;\n }\n }\n }\n }\n\n // If the fill character is not \"0\", grouping is applied before padding.\n if (comma && !zero) value = group(value, Infinity);\n\n // Compute the padding.\n var length = valuePrefix.length + value.length + valueSuffix.length,\n padding = length < width ? new Array(width - length + 1).join(fill) : \"\";\n\n // If the fill character is \"0\", grouping is applied after padding.\n if (comma && zero) value = group(padding + value, padding.length ? width - valueSuffix.length : Infinity), padding = \"\";\n\n // Reconstruct the final output based on the desired alignment.\n switch (align) {\n case \"<\": value = valuePrefix + value + valueSuffix + padding; break;\n case \"=\": value = valuePrefix + padding + value + valueSuffix; break;\n case \"^\": value = padding.slice(0, length = padding.length >> 1) + valuePrefix + value + valueSuffix + padding.slice(length); break;\n default: value = padding + valuePrefix + value + valueSuffix; break;\n }\n\n return numerals(value);\n }\n\n format.toString = function() {\n return specifier + \"\";\n };\n\n return format;\n }\n\n function formatPrefix(specifier, value) {\n var f = newFormat((specifier = formatSpecifier(specifier), specifier.type = \"f\", specifier)),\n e = Math.max(-8, Math.min(8, Math.floor(exponent(value) / 3))) * 3,\n k = Math.pow(10, -e),\n prefix = prefixes[8 + e / 3];\n return function(value) {\n return f(k * value) + prefix;\n };\n }\n\n return {\n format: newFormat,\n formatPrefix: formatPrefix\n };\n}\n"],"names":["map","Array","prototype","prefixes","locale","group","grouping","thousands","identity","formatGroup","call","Number","currencyPrefix","currency","currencySuffix","decimal","numerals","formatNumerals","String","percent","minus","nan","newFormat","specifier","fill","formatSpecifier","align","sign","symbol","zero","width","comma","precision","trim","type","formatTypes","prefix","test","toLowerCase","suffix","formatType","maybeSuffix","format","value","i","n","c","valuePrefix","valueSuffix","valueNegative","isNaN","Math","abs","formatTrim","prefixExponent","length","charCodeAt","slice","Infinity","padding","join","max","min","toString","formatPrefix","f","e","floor","exponent","k","pow"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,8 @@
1
+ import exponent from "../exponent/index.esm.js";
2
+ function precisionFixed(step) {
3
+ return Math.max(0, -exponent(Math.abs(step)));
4
+ }
5
+ export {
6
+ precisionFixed as default
7
+ };
8
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../../../../../node_modules/d3-format/src/precisionFixed.js"],"sourcesContent":["import exponent from \"./exponent.js\";\n\nexport default function(step) {\n return Math.max(0, -exponent(Math.abs(step)));\n}\n"],"names":[],"mappings":";AAEe,SAAA,eAAS,MAAM;AAC5B,SAAO,KAAK,IAAI,GAAG,CAAC,SAAS,KAAK,IAAI,IAAI,CAAC,CAAC;AAC9C;","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../exponent/index.js");exports.default=function(t){return Math.max(0,-e.default(Math.abs(t)))};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../node_modules/d3-format/src/precisionFixed.js"],"sourcesContent":["import exponent from \"./exponent.js\";\n\nexport default function(step) {\n return Math.max(0, -exponent(Math.abs(step)));\n}\n"],"names":["step","Math","max","exponent","abs"],"mappings":"0HAEe,SAASA,GACtB,OAAOC,KAAKC,IAAI,GAAIC,EAAAA,QAASF,KAAKG,IAAIJ,IACxC","x_google_ignoreList":[0]}
@@ -0,0 +1,8 @@
1
+ import exponent from "../exponent/index.esm.js";
2
+ function precisionPrefix(step, value) {
3
+ return Math.max(0, Math.max(-8, Math.min(8, Math.floor(exponent(value) / 3))) * 3 - exponent(Math.abs(step)));
4
+ }
5
+ export {
6
+ precisionPrefix as default
7
+ };
8
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../../../../../node_modules/d3-format/src/precisionPrefix.js"],"sourcesContent":["import exponent from \"./exponent.js\";\n\nexport default function(step, value) {\n return Math.max(0, Math.max(-8, Math.min(8, Math.floor(exponent(value) / 3))) * 3 - exponent(Math.abs(step)));\n}\n"],"names":[],"mappings":";AAEe,SAAA,gBAAS,MAAM,OAAO;AACnC,SAAO,KAAK,IAAI,GAAG,KAAK,IAAI,IAAI,KAAK,IAAI,GAAG,KAAK,MAAM,SAAS,KAAK,IAAI,CAAC,CAAC,CAAC,IAAI,IAAI,SAAS,KAAK,IAAI,IAAI,CAAC,CAAC;AAC9G;","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../exponent/index.js");exports.default=function(t,a){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor(e.default(a)/3)))-e.default(Math.abs(t)))};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../node_modules/d3-format/src/precisionPrefix.js"],"sourcesContent":["import exponent from \"./exponent.js\";\n\nexport default function(step, value) {\n return Math.max(0, Math.max(-8, Math.min(8, Math.floor(exponent(value) / 3))) * 3 - exponent(Math.abs(step)));\n}\n"],"names":["step","value","Math","max","min","floor","exponent","abs"],"mappings":"0HAEe,SAASA,EAAMC,GAC5B,OAAOC,KAAKC,IAAI,EAAgE,EAA7DD,KAAKC,KAAI,EAAID,KAAKE,IAAI,EAAGF,KAAKG,MAAMC,EAAAA,QAASL,GAAS,KAAWK,EAAAA,QAASJ,KAAKK,IAAIP,IACxG","x_google_ignoreList":[0]}
@@ -0,0 +1,9 @@
1
+ import exponent from "../exponent/index.esm.js";
2
+ function precisionRound(step, max) {
3
+ step = Math.abs(step), max = Math.abs(max) - step;
4
+ return Math.max(0, exponent(max) - exponent(step)) + 1;
5
+ }
6
+ export {
7
+ precisionRound as default
8
+ };
9
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../../../../../node_modules/d3-format/src/precisionRound.js"],"sourcesContent":["import exponent from \"./exponent.js\";\n\nexport default function(step, max) {\n step = Math.abs(step), max = Math.abs(max) - step;\n return Math.max(0, exponent(max) - exponent(step)) + 1;\n}\n"],"names":[],"mappings":";AAEe,SAAA,eAAS,MAAM,KAAK;AACjC,SAAO,KAAK,IAAI,IAAI,GAAG,MAAM,KAAK,IAAI,GAAG,IAAI;AAC7C,SAAO,KAAK,IAAI,GAAG,SAAS,GAAG,IAAI,SAAS,IAAI,CAAC,IAAI;AACvD;","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../exponent/index.js");exports.default=function(t,a){return t=Math.abs(t),a=Math.abs(a)-t,Math.max(0,e.default(a)-e.default(t))+1};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../node_modules/d3-format/src/precisionRound.js"],"sourcesContent":["import exponent from \"./exponent.js\";\n\nexport default function(step, max) {\n step = Math.abs(step), max = Math.abs(max) - step;\n return Math.max(0, exponent(max) - exponent(step)) + 1;\n}\n"],"names":["step","max","Math","abs","exponent"],"mappings":"0HAEe,SAASA,EAAMC,GAE5B,OADAD,EAAOE,KAAKC,IAAIH,GAAOC,EAAMC,KAAKC,IAAIF,GAAOD,EACtCE,KAAKD,IAAI,EAAGG,EAAAA,QAASH,GAAOG,EAAAA,QAASJ,IAAS,CACvD","x_google_ignoreList":[0]}
@@ -0,0 +1,14 @@
1
+ import interpolate from "../value/index.esm.js";
2
+ function genericArray(a, b) {
3
+ var nb = b ? b.length : 0, na = a ? Math.min(nb, a.length) : 0, x = new Array(na), c = new Array(nb), i;
4
+ for (i = 0; i < na; ++i) x[i] = interpolate(a[i], b[i]);
5
+ for (; i < nb; ++i) c[i] = b[i];
6
+ return function(t) {
7
+ for (i = 0; i < na; ++i) c[i] = x[i](t);
8
+ return c;
9
+ };
10
+ }
11
+ export {
12
+ genericArray
13
+ };
14
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../../../../../node_modules/d3-interpolate/src/array.js"],"sourcesContent":["import value from \"./value.js\";\nimport numberArray, {isNumberArray} from \"./numberArray.js\";\n\nexport default function(a, b) {\n return (isNumberArray(b) ? numberArray : genericArray)(a, b);\n}\n\nexport function genericArray(a, b) {\n var nb = b ? b.length : 0,\n na = a ? Math.min(nb, a.length) : 0,\n x = new Array(na),\n c = new Array(nb),\n i;\n\n for (i = 0; i < na; ++i) x[i] = value(a[i], b[i]);\n for (; i < nb; ++i) c[i] = b[i];\n\n return function(t) {\n for (i = 0; i < na; ++i) c[i] = x[i](t);\n return c;\n };\n}\n"],"names":["value"],"mappings":";AAOO,SAAS,aAAa,GAAG,GAAG;AACjC,MAAI,KAAK,IAAI,EAAE,SAAS,GACpB,KAAK,IAAI,KAAK,IAAI,IAAI,EAAE,MAAM,IAAI,GAClC,IAAI,IAAI,MAAM,EAAE,GAChB,IAAI,IAAI,MAAM,EAAE,GAChB;AAEJ,OAAK,IAAI,GAAG,IAAI,IAAI,EAAE,EAAG,GAAE,CAAC,IAAIA,YAAM,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC;AAChD,SAAO,IAAI,IAAI,EAAE,EAAG,GAAE,CAAC,IAAI,EAAE,CAAC;AAE9B,SAAO,SAAS,GAAG;AACjB,SAAK,IAAI,GAAG,IAAI,IAAI,EAAE,EAAG,GAAE,CAAC,IAAI,EAAE,CAAC,EAAE,CAAC;AACtC,WAAO;AAAA,EACT;AACF;","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../value/index.js");exports.genericArray=function(r,n){var t,u=n?n.length:0,a=r?Math.min(u,r.length):0,o=new Array(a),i=new Array(u);for(t=0;t<a;++t)o[t]=e.default(r[t],n[t]);for(;t<u;++t)i[t]=n[t];return function(e){for(t=0;t<a;++t)i[t]=o[t](e);return i}};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../node_modules/d3-interpolate/src/array.js"],"sourcesContent":["import value from \"./value.js\";\nimport numberArray, {isNumberArray} from \"./numberArray.js\";\n\nexport default function(a, b) {\n return (isNumberArray(b) ? numberArray : genericArray)(a, b);\n}\n\nexport function genericArray(a, b) {\n var nb = b ? b.length : 0,\n na = a ? Math.min(nb, a.length) : 0,\n x = new Array(na),\n c = new Array(nb),\n i;\n\n for (i = 0; i < na; ++i) x[i] = value(a[i], b[i]);\n for (; i < nb; ++i) c[i] = b[i];\n\n return function(t) {\n for (i = 0; i < na; ++i) c[i] = x[i](t);\n return c;\n };\n}\n"],"names":["a","b","i","nb","length","na","Math","min","x","Array","c","value","t"],"mappings":"4HAOO,SAAsBA,EAAGC,GAC9B,IAIIC,EAJAC,EAAKF,EAAIA,EAAEG,OAAS,EACpBC,EAAKL,EAAIM,KAAKC,IAAIJ,EAAIH,EAAEI,QAAU,EAClCI,EAAI,IAAIC,MAAMJ,GACdK,EAAI,IAAID,MAAMN,GAGlB,IAAKD,EAAI,EAAGA,EAAIG,IAAMH,EAAGM,EAAEN,GAAKS,EAAAA,QAAMX,EAAEE,GAAID,EAAEC,IAC9C,KAAOA,EAAIC,IAAMD,IAAKA,GAAKD,EAAEC,GAE7B,OAAO,SAASU,GACd,IAAKV,EAAI,EAAGA,EAAIG,IAAMH,EAAGQ,EAAER,GAAKM,EAAEN,GAAGU,GACrC,OAAOF,CACT,CACF","x_google_ignoreList":[0]}
@@ -0,0 +1,25 @@
1
+ import constant from "../constant/index.esm.js";
2
+ function linear(a, d) {
3
+ return function(t) {
4
+ return a + t * d;
5
+ };
6
+ }
7
+ function exponential(a, b, y) {
8
+ return a = Math.pow(a, y), b = Math.pow(b, y) - a, y = 1 / y, function(t) {
9
+ return Math.pow(a + t * b, y);
10
+ };
11
+ }
12
+ function gamma(y) {
13
+ return (y = +y) === 1 ? nogamma : function(a, b) {
14
+ return b - a ? exponential(a, b, y) : constant(isNaN(a) ? b : a);
15
+ };
16
+ }
17
+ function nogamma(a, b) {
18
+ var d = b - a;
19
+ return d ? linear(a, d) : constant(isNaN(a) ? b : a);
20
+ }
21
+ export {
22
+ nogamma as default,
23
+ gamma
24
+ };
25
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../../../../../node_modules/d3-interpolate/src/color.js"],"sourcesContent":["import constant from \"./constant.js\";\n\nfunction linear(a, d) {\n return function(t) {\n return a + t * d;\n };\n}\n\nfunction exponential(a, b, y) {\n return a = Math.pow(a, y), b = Math.pow(b, y) - a, y = 1 / y, function(t) {\n return Math.pow(a + t * b, y);\n };\n}\n\nexport function hue(a, b) {\n var d = b - a;\n return d ? linear(a, d > 180 || d < -180 ? d - 360 * Math.round(d / 360) : d) : constant(isNaN(a) ? b : a);\n}\n\nexport function gamma(y) {\n return (y = +y) === 1 ? nogamma : function(a, b) {\n return b - a ? exponential(a, b, y) : constant(isNaN(a) ? b : a);\n };\n}\n\nexport default function nogamma(a, b) {\n var d = b - a;\n return d ? linear(a, d) : constant(isNaN(a) ? b : a);\n}\n"],"names":[],"mappings":";AAEA,SAAS,OAAO,GAAG,GAAG;AACpB,SAAO,SAAS,GAAG;AACjB,WAAO,IAAI,IAAI;AAAA,EACjB;AACF;AAEA,SAAS,YAAY,GAAG,GAAG,GAAG;AAC5B,SAAO,IAAI,KAAK,IAAI,GAAG,CAAC,GAAG,IAAI,KAAK,IAAI,GAAG,CAAC,IAAI,GAAG,IAAI,IAAI,GAAG,SAAS,GAAG;AACxE,WAAO,KAAK,IAAI,IAAI,IAAI,GAAG,CAAC;AAAA,EAC9B;AACF;AAOO,SAAS,MAAM,GAAG;AACvB,UAAQ,IAAI,CAAC,OAAO,IAAI,UAAU,SAAS,GAAG,GAAG;AAC/C,WAAO,IAAI,IAAI,YAAY,GAAG,GAAG,CAAC,IAAI,SAAS,MAAM,CAAC,IAAI,IAAI,CAAC;AAAA,EACjE;AACF;AAEe,SAAS,QAAQ,GAAG,GAAG;AACpC,MAAI,IAAI,IAAI;AACZ,SAAO,IAAI,OAAO,GAAG,CAAC,IAAI,SAAS,MAAM,CAAC,IAAI,IAAI,CAAC;AACrD;","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var t=require("../constant/index.js");function n(n,e){var r=e-n;return r?function(t,n){return function(e){return t+e*n}}(n,r):t.default(isNaN(n)?e:n)}exports.default=n,exports.gamma=function(e){return 1===(e=+e)?n:function(n,r){return r-n?function(t,n,e){return t=Math.pow(t,e),n=Math.pow(n,e)-t,e=1/e,function(r){return Math.pow(t+r*n,e)}}(n,r,e):t.default(isNaN(n)?r:n)}};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../node_modules/d3-interpolate/src/color.js"],"sourcesContent":["import constant from \"./constant.js\";\n\nfunction linear(a, d) {\n return function(t) {\n return a + t * d;\n };\n}\n\nfunction exponential(a, b, y) {\n return a = Math.pow(a, y), b = Math.pow(b, y) - a, y = 1 / y, function(t) {\n return Math.pow(a + t * b, y);\n };\n}\n\nexport function hue(a, b) {\n var d = b - a;\n return d ? linear(a, d > 180 || d < -180 ? d - 360 * Math.round(d / 360) : d) : constant(isNaN(a) ? b : a);\n}\n\nexport function gamma(y) {\n return (y = +y) === 1 ? nogamma : function(a, b) {\n return b - a ? exponential(a, b, y) : constant(isNaN(a) ? b : a);\n };\n}\n\nexport default function nogamma(a, b) {\n var d = b - a;\n return d ? linear(a, d) : constant(isNaN(a) ? b : a);\n}\n"],"names":["nogamma","a","b","d","t","linear","constant","isNaN","y","Math","pow","exponential"],"mappings":"0GAyBe,SAASA,EAAQC,EAAGC,GACjC,IAAIC,EAAID,EAAID,EACZ,OAAOE,EAzBT,SAAgBF,EAAGE,GACjB,OAAO,SAASC,GACd,OAAOH,EAAIG,EAAID,CACjB,CACF,CAqBaE,CAAOJ,EAAGE,GAAKG,UAASC,MAAMN,GAAKC,EAAID,EACpD,iCATO,SAAeO,GACpB,OAAoB,KAAZA,GAAKA,GAAWR,EAAU,SAASC,EAAGC,GAC5C,OAAOA,EAAID,EAbf,SAAqBA,EAAGC,EAAGM,GACzB,OAAOP,EAAIQ,KAAKC,IAAIT,EAAGO,GAAIN,EAAIO,KAAKC,IAAIR,EAAGM,GAAKP,EAAGO,EAAI,EAAIA,EAAG,SAASJ,GACrE,OAAOK,KAAKC,IAAIT,EAAIG,EAAIF,EAAGM,EAC7B,CACF,CASmBG,CAAYV,EAAGC,EAAGM,GAAKF,EAAAA,QAASC,MAAMN,GAAKC,EAAID,EAChE,CACF","x_google_ignoreList":[0]}
@@ -0,0 +1,5 @@
1
+ var constant = (x) => () => x;
2
+ export {
3
+ constant as default
4
+ };
5
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../../../../../node_modules/d3-interpolate/src/constant.js"],"sourcesContent":["export default x => () => x;\n"],"names":[],"mappings":"AAAA,IAAA,WAAe,OAAK,MAAM;","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=e=>()=>e;
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../node_modules/d3-interpolate/src/constant.js"],"sourcesContent":["export default x => () => x;\n"],"names":["x"],"mappings":"uFAAoB,IAAMA","x_google_ignoreList":[0]}
@@ -0,0 +1,10 @@
1
+ function date(a, b) {
2
+ var d = /* @__PURE__ */ new Date();
3
+ return a = +a, b = +b, function(t) {
4
+ return d.setTime(a * (1 - t) + b * t), d;
5
+ };
6
+ }
7
+ export {
8
+ date as default
9
+ };
10
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../../../../../node_modules/d3-interpolate/src/date.js"],"sourcesContent":["export default function(a, b) {\n var d = new Date;\n return a = +a, b = +b, function(t) {\n return d.setTime(a * (1 - t) + b * t), d;\n };\n}\n"],"names":[],"mappings":"AAAe,SAAA,KAAS,GAAG,GAAG;AAC5B,MAAI,IAAI,oBAAI;AACZ,SAAO,IAAI,CAAC,GAAG,IAAI,CAAC,GAAG,SAAS,GAAG;AACjC,WAAO,EAAE,QAAQ,KAAK,IAAI,KAAK,IAAI,CAAC,GAAG;AAAA,EACzC;AACF;","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=function(e,t){var r=/* @__PURE__ */new Date;return e=+e,t=+t,function(n){return r.setTime(e*(1-n)+t*n),r}};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../node_modules/d3-interpolate/src/date.js"],"sourcesContent":["export default function(a, b) {\n var d = new Date;\n return a = +a, b = +b, function(t) {\n return d.setTime(a * (1 - t) + b * t), d;\n };\n}\n"],"names":["a","b","d","Date","t","setTime"],"mappings":"oFAAe,SAASA,EAAGC,GACzB,IAAIC,iBAAI,IAAIC,KACZ,OAAOH,GAAKA,EAAGC,GAAKA,EAAG,SAASG,GAC9B,OAAOF,EAAEG,QAAQL,GAAK,EAAII,GAAKH,EAAIG,GAAIF,CACzC,CACF","x_google_ignoreList":[0]}
@@ -0,0 +1,9 @@
1
+ function interpolateNumber(a, b) {
2
+ return a = +a, b = +b, function(t) {
3
+ return a * (1 - t) + b * t;
4
+ };
5
+ }
6
+ export {
7
+ interpolateNumber as default
8
+ };
9
+ //# sourceMappingURL=index.esm.js.map