vue-chrts 0.1.0-beta.2-internal-20 → 0.1.0-beta.2-internal-21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/_commonjsHelpers.cjs +1 -0
- package/dist/_virtual/_commonjsHelpers.js +6 -0
- package/dist/_virtual/browser.cjs +1 -0
- package/dist/_virtual/browser.js +2 -0
- package/dist/_virtual/striptags.cjs +1 -0
- package/dist/_virtual/striptags.js +7 -0
- package/dist/_virtual/striptags2.cjs +1 -0
- package/dist/_virtual/striptags2.js +4 -0
- package/dist/components/Area/AreaChart.cjs +6 -0
- package/dist/components/Area/AreaChart.js +141 -0
- package/dist/components/Area/AreaChart.vue.d.ts +14 -0
- package/dist/components/Area/AreaChart2.cjs +1 -0
- package/dist/components/Area/AreaChart2.js +4 -0
- package/dist/components/Area/index.d.ts +2 -0
- package/dist/components/Area/types.d.ts +82 -0
- package/dist/components/AreaStacked/AreaStackedChart.cjs +1 -0
- package/dist/components/AreaStacked/AreaStackedChart.js +74 -0
- package/dist/components/AreaStacked/AreaStackedChart.vue.d.ts +20 -0
- package/dist/components/AreaStacked/AreaStackedChart2.cjs +1 -0
- package/dist/components/AreaStacked/AreaStackedChart2.js +4 -0
- package/dist/components/AreaStacked/index.d.ts +1 -0
- package/dist/components/Bar/BarChart.cjs +1 -0
- package/dist/components/Bar/BarChart.js +121 -0
- package/dist/components/Bar/BarChart.vue.d.ts +33 -0
- package/dist/components/Bar/BarChart2.cjs +1 -0
- package/dist/components/Bar/BarChart2.js +4 -0
- package/dist/components/Bar/index.d.ts +1 -0
- package/dist/components/Crosshair/Crosshair.vue.d.ts +12 -0
- package/dist/components/Crosshair/index.d.ts +1 -0
- package/dist/components/Donut/DonutChart.cjs +5 -0
- package/dist/components/Donut/DonutChart.js +62 -0
- package/dist/components/Donut/DonutChart.vue.d.ts +18 -0
- package/dist/components/Donut/DonutChart2.cjs +1 -0
- package/dist/components/Donut/DonutChart2.js +4 -0
- package/dist/components/Donut/index.cjs +1 -0
- package/dist/components/Donut/index.d.ts +17 -0
- package/dist/components/Donut/index.js +5 -0
- package/dist/components/Line/LineChart.cjs +1 -0
- package/dist/components/Line/LineChart.js +97 -0
- package/dist/components/Line/LineChart.vue.d.ts +27 -0
- package/dist/components/Line/LineChart2.cjs +1 -0
- package/dist/components/Line/LineChart2.js +4 -0
- package/dist/components/Line/index.d.ts +1 -0
- package/dist/components/Tooltip.cjs +1 -0
- package/dist/components/Tooltip.js +37 -0
- package/dist/components/Tooltip.vue.d.ts +19 -0
- package/dist/components/Tooltip2.cjs +1 -0
- package/dist/components/Tooltip2.js +4 -0
- package/dist/index.cjs +1 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +12 -0
- package/dist/node_modules/@emotion/cache/dist/emotion-cache.browser.esm.cjs +1 -0
- package/dist/node_modules/@emotion/cache/dist/emotion-cache.browser.esm.js +279 -0
- package/dist/node_modules/@emotion/css/create-instance/dist/emotion-css-create-instance.esm.cjs +1 -0
- package/dist/node_modules/@emotion/css/create-instance/dist/emotion-css-create-instance.esm.js +86 -0
- package/dist/node_modules/@emotion/css/dist/emotion-css.esm.cjs +1 -0
- package/dist/node_modules/@emotion/css/dist/emotion-css.esm.js +8 -0
- package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.cjs +1 -0
- package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.js +22 -0
- package/dist/node_modules/@emotion/memoize/dist/emotion-memoize.esm.cjs +1 -0
- package/dist/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js +9 -0
- package/dist/node_modules/@emotion/serialize/dist/emotion-serialize.esm.cjs +1 -0
- package/dist/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js +123 -0
- package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.cjs +1 -0
- package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js +44 -0
- package/dist/node_modules/@emotion/unitless/dist/emotion-unitless.esm.cjs +1 -0
- package/dist/node_modules/@emotion/unitless/dist/emotion-unitless.esm.js +53 -0
- package/dist/node_modules/@emotion/utils/dist/emotion-utils.browser.esm.cjs +1 -0
- package/dist/node_modules/@emotion/utils/dist/emotion-utils.browser.esm.js +29 -0
- package/dist/node_modules/@juggle/resize-observer/lib/DOMRectReadOnly.cjs +1 -0
- package/dist/node_modules/@juggle/resize-observer/lib/DOMRectReadOnly.js +15 -0
- package/dist/node_modules/@juggle/resize-observer/lib/ResizeObservation.cjs +1 -0
- package/dist/node_modules/@juggle/resize-observer/lib/ResizeObservation.js +20 -0
- package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserver.cjs +1 -0
- package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserver.js +31 -0
- package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverBoxOptions.cjs +1 -0
- package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverBoxOptions.js +7 -0
- package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverController.cjs +1 -0
- package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverController.js +31 -0
- package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverDetail.cjs +1 -0
- package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverDetail.js +9 -0
- package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverEntry.cjs +1 -0
- package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverEntry.js +12 -0
- package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverSize.cjs +1 -0
- package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverSize.js +10 -0
- package/dist/node_modules/@juggle/resize-observer/lib/algorithms/broadcastActiveObservations.cjs +1 -0
- package/dist/node_modules/@juggle/resize-observer/lib/algorithms/broadcastActiveObservations.js +26 -0
- package/dist/node_modules/@juggle/resize-observer/lib/algorithms/calculateBoxSize.cjs +1 -0
- package/dist/node_modules/@juggle/resize-observer/lib/algorithms/calculateBoxSize.js +42 -0
- package/dist/node_modules/@juggle/resize-observer/lib/algorithms/calculateDepthForNode.cjs +1 -0
- package/dist/node_modules/@juggle/resize-observer/lib/algorithms/calculateDepthForNode.js +11 -0
- package/dist/node_modules/@juggle/resize-observer/lib/algorithms/deliverResizeLoopError.cjs +1 -0
- package/dist/node_modules/@juggle/resize-observer/lib/algorithms/deliverResizeLoopError.js +9 -0
- package/dist/node_modules/@juggle/resize-observer/lib/algorithms/gatherActiveObservationsAtDepth.cjs +1 -0
- package/dist/node_modules/@juggle/resize-observer/lib/algorithms/gatherActiveObservationsAtDepth.js +12 -0
- package/dist/node_modules/@juggle/resize-observer/lib/algorithms/hasActiveObservations.cjs +1 -0
- package/dist/node_modules/@juggle/resize-observer/lib/algorithms/hasActiveObservations.js +9 -0
- package/dist/node_modules/@juggle/resize-observer/lib/algorithms/hasSkippedObservations.cjs +1 -0
- package/dist/node_modules/@juggle/resize-observer/lib/algorithms/hasSkippedObservations.js +9 -0
- package/dist/node_modules/@juggle/resize-observer/lib/utils/element.cjs +1 -0
- package/dist/node_modules/@juggle/resize-observer/lib/utils/element.js +37 -0
- package/dist/node_modules/@juggle/resize-observer/lib/utils/freeze.cjs +1 -0
- package/dist/node_modules/@juggle/resize-observer/lib/utils/freeze.js +6 -0
- package/dist/node_modules/@juggle/resize-observer/lib/utils/global.cjs +1 -0
- package/dist/node_modules/@juggle/resize-observer/lib/utils/global.js +4 -0
- package/dist/node_modules/@juggle/resize-observer/lib/utils/process.cjs +1 -0
- package/dist/node_modules/@juggle/resize-observer/lib/utils/process.js +14 -0
- package/dist/node_modules/@juggle/resize-observer/lib/utils/queueMicroTask.cjs +1 -0
- package/dist/node_modules/@juggle/resize-observer/lib/utils/queueMicroTask.js +18 -0
- package/dist/node_modules/@juggle/resize-observer/lib/utils/queueResizeObserver.cjs +1 -0
- package/dist/node_modules/@juggle/resize-observer/lib/utils/queueResizeObserver.js +9 -0
- package/dist/node_modules/@juggle/resize-observer/lib/utils/resizeObservers.cjs +1 -0
- package/dist/node_modules/@juggle/resize-observer/lib/utils/resizeObservers.js +4 -0
- package/dist/node_modules/@juggle/resize-observer/lib/utils/scheduler.cjs +1 -0
- package/dist/node_modules/@juggle/resize-observer/lib/utils/scheduler.js +70 -0
- package/dist/node_modules/@unovis/ts/components/area/config.cjs +1 -0
- package/dist/node_modules/@unovis/ts/components/area/config.js +6 -0
- package/dist/node_modules/@unovis/ts/components/area/index.cjs +1 -0
- package/dist/node_modules/@unovis/ts/components/area/index.js +52 -0
- package/dist/node_modules/@unovis/ts/components/area/style.cjs +35 -0
- package/dist/node_modules/@unovis/ts/components/area/style.js +41 -0
- package/dist/node_modules/@unovis/ts/components/axis/config.cjs +1 -0
- package/dist/node_modules/@unovis/ts/components/axis/config.js +6 -0
- package/dist/node_modules/@unovis/ts/components/axis/index.cjs +1 -0
- package/dist/node_modules/@unovis/ts/components/axis/index.js +287 -0
- package/dist/node_modules/@unovis/ts/components/axis/style.cjs +101 -0
- package/dist/node_modules/@unovis/ts/components/axis/style.js +114 -0
- package/dist/node_modules/@unovis/ts/components/axis/types.cjs +1 -0
- package/dist/node_modules/@unovis/ts/components/axis/types.js +7 -0
- package/dist/node_modules/@unovis/ts/components/bullet-legend/config.cjs +1 -0
- package/dist/node_modules/@unovis/ts/components/bullet-legend/config.js +18 -0
- package/dist/node_modules/@unovis/ts/components/bullet-legend/index.cjs +1 -0
- package/dist/node_modules/@unovis/ts/components/bullet-legend/index.js +36 -0
- package/dist/node_modules/@unovis/ts/components/bullet-legend/modules/shape.cjs +1 -0
- package/dist/node_modules/@unovis/ts/components/bullet-legend/modules/shape.js +48 -0
- package/dist/node_modules/@unovis/ts/components/bullet-legend/style.cjs +63 -0
- package/dist/node_modules/@unovis/ts/components/bullet-legend/style.js +73 -0
- package/dist/node_modules/@unovis/ts/components/bullet-legend/types.cjs +1 -0
- package/dist/node_modules/@unovis/ts/components/bullet-legend/types.js +10 -0
- package/dist/node_modules/@unovis/ts/components/crosshair/config.cjs +1 -0
- package/dist/node_modules/@unovis/ts/components/crosshair/config.js +5 -0
- package/dist/node_modules/@unovis/ts/components/crosshair/index.cjs +1 -0
- package/dist/node_modules/@unovis/ts/components/crosshair/index.js +119 -0
- package/dist/node_modules/@unovis/ts/components/crosshair/style.cjs +22 -0
- package/dist/node_modules/@unovis/ts/components/crosshair/style.js +29 -0
- package/dist/node_modules/@unovis/ts/components/donut/config.cjs +1 -0
- package/dist/node_modules/@unovis/ts/components/donut/config.js +8 -0
- package/dist/node_modules/@unovis/ts/components/donut/constants.cjs +1 -0
- package/dist/node_modules/@unovis/ts/components/donut/constants.js +11 -0
- package/dist/node_modules/@unovis/ts/components/donut/index.cjs +1 -0
- package/dist/node_modules/@unovis/ts/components/donut/index.js +57 -0
- package/dist/node_modules/@unovis/ts/components/donut/modules/arc.cjs +1 -0
- package/dist/node_modules/@unovis/ts/components/donut/modules/arc.js +37 -0
- package/dist/node_modules/@unovis/ts/components/donut/style.cjs +58 -0
- package/dist/node_modules/@unovis/ts/components/donut/style.js +68 -0
- package/dist/node_modules/@unovis/ts/components/grouped-bar/config.cjs +1 -0
- package/dist/node_modules/@unovis/ts/components/grouped-bar/config.js +6 -0
- package/dist/node_modules/@unovis/ts/components/grouped-bar/index.cjs +1 -0
- package/dist/node_modules/@unovis/ts/components/grouped-bar/index.js +121 -0
- package/dist/node_modules/@unovis/ts/components/grouped-bar/style.cjs +35 -0
- package/dist/node_modules/@unovis/ts/components/grouped-bar/style.js +43 -0
- package/dist/node_modules/@unovis/ts/components/line/config.cjs +1 -0
- package/dist/node_modules/@unovis/ts/components/line/config.js +6 -0
- package/dist/node_modules/@unovis/ts/components/line/index.cjs +1 -0
- package/dist/node_modules/@unovis/ts/components/line/index.js +86 -0
- package/dist/node_modules/@unovis/ts/components/line/style.cjs +35 -0
- package/dist/node_modules/@unovis/ts/components/line/style.js +45 -0
- package/dist/node_modules/@unovis/ts/components/stacked-bar/config.cjs +1 -0
- package/dist/node_modules/@unovis/ts/components/stacked-bar/config.js +6 -0
- package/dist/node_modules/@unovis/ts/components/stacked-bar/index.cjs +1 -0
- package/dist/node_modules/@unovis/ts/components/stacked-bar/index.js +111 -0
- package/dist/node_modules/@unovis/ts/components/stacked-bar/style.cjs +34 -0
- package/dist/node_modules/@unovis/ts/components/stacked-bar/style.js +42 -0
- package/dist/node_modules/@unovis/ts/components/tooltip/config.cjs +1 -0
- package/dist/node_modules/@unovis/ts/components/tooltip/config.js +17 -0
- package/dist/node_modules/@unovis/ts/components/tooltip/index.cjs +1 -0
- package/dist/node_modules/@unovis/ts/components/tooltip/index.js +166 -0
- package/dist/node_modules/@unovis/ts/components/tooltip/style.cjs +61 -0
- package/dist/node_modules/@unovis/ts/components/tooltip/style.js +71 -0
- package/dist/node_modules/@unovis/ts/containers/single-container/config.cjs +1 -0
- package/dist/node_modules/@unovis/ts/containers/single-container/config.js +5 -0
- package/dist/node_modules/@unovis/ts/containers/single-container/index.cjs +1 -0
- package/dist/node_modules/@unovis/ts/containers/single-container/index.js +71 -0
- package/dist/node_modules/@unovis/ts/containers/xy-container/config.cjs +1 -0
- package/dist/node_modules/@unovis/ts/containers/xy-container/config.js +6 -0
- package/dist/node_modules/@unovis/ts/containers/xy-container/index.cjs +3 -0
- package/dist/node_modules/@unovis/ts/containers/xy-container/index.js +185 -0
- package/dist/node_modules/@unovis/ts/core/component/config.cjs +1 -0
- package/dist/node_modules/@unovis/ts/core/component/config.js +8 -0
- package/dist/node_modules/@unovis/ts/core/component/index.cjs +1 -0
- package/dist/node_modules/@unovis/ts/core/component/index.js +68 -0
- package/dist/node_modules/@unovis/ts/core/container/config.cjs +1 -0
- package/dist/node_modules/@unovis/ts/core/container/config.js +24 -0
- package/dist/node_modules/@unovis/ts/core/container/index.cjs +1 -0
- package/dist/node_modules/@unovis/ts/core/container/index.js +73 -0
- package/dist/node_modules/@unovis/ts/core/xy-component/config.cjs +1 -0
- package/dist/node_modules/@unovis/ts/core/xy-component/config.js +8 -0
- package/dist/node_modules/@unovis/ts/core/xy-component/index.cjs +1 -0
- package/dist/node_modules/@unovis/ts/core/xy-component/index.js +53 -0
- package/dist/node_modules/@unovis/ts/data-models/core.cjs +1 -0
- package/dist/node_modules/@unovis/ts/data-models/core.js +14 -0
- package/dist/node_modules/@unovis/ts/data-models/series.cjs +1 -0
- package/dist/node_modules/@unovis/ts/data-models/series.js +16 -0
- package/dist/node_modules/@unovis/ts/styles/colors.cjs +1 -0
- package/dist/node_modules/@unovis/ts/styles/colors.js +18 -0
- package/dist/node_modules/@unovis/ts/styles/index.cjs +38 -0
- package/dist/node_modules/@unovis/ts/styles/index.js +63 -0
- package/dist/node_modules/@unovis/ts/styles/patterns.cjs +15 -0
- package/dist/node_modules/@unovis/ts/styles/patterns.js +45 -0
- package/dist/node_modules/@unovis/ts/types/component.cjs +1 -0
- package/dist/node_modules/@unovis/ts/types/component.js +12 -0
- package/dist/node_modules/@unovis/ts/types/curve.cjs +1 -0
- package/dist/node_modules/@unovis/ts/types/curve.js +43 -0
- package/dist/node_modules/@unovis/ts/types/direction.cjs +1 -0
- package/dist/node_modules/@unovis/ts/types/direction.js +7 -0
- package/dist/node_modules/@unovis/ts/types/position.cjs +1 -0
- package/dist/node_modules/@unovis/ts/types/position.js +22 -0
- package/dist/node_modules/@unovis/ts/types/scale.cjs +1 -0
- package/dist/node_modules/@unovis/ts/types/scale.js +40 -0
- package/dist/node_modules/@unovis/ts/types/svg.cjs +1 -0
- package/dist/node_modules/@unovis/ts/types/svg.js +15 -0
- package/dist/node_modules/@unovis/ts/types/symbol.cjs +1 -0
- package/dist/node_modules/@unovis/ts/types/symbol.js +24 -0
- package/dist/node_modules/@unovis/ts/types/text.cjs +1 -0
- package/dist/node_modules/@unovis/ts/types/text.js +22 -0
- package/dist/node_modules/@unovis/ts/utils/color.cjs +1 -0
- package/dist/node_modules/@unovis/ts/utils/color.js +8 -0
- package/dist/node_modules/@unovis/ts/utils/d3.cjs +1 -0
- package/dist/node_modules/@unovis/ts/utils/d3.js +12 -0
- package/dist/node_modules/@unovis/ts/utils/data.cjs +1 -0
- package/dist/node_modules/@unovis/ts/utils/data.js +169 -0
- package/dist/node_modules/@unovis/ts/utils/misc.cjs +1 -0
- package/dist/node_modules/@unovis/ts/utils/misc.js +28 -0
- package/dist/node_modules/@unovis/ts/utils/path.cjs +1 -0
- package/dist/node_modules/@unovis/ts/utils/path.js +9 -0
- package/dist/node_modules/@unovis/ts/utils/resize-observer.cjs +1 -0
- package/dist/node_modules/@unovis/ts/utils/resize-observer.js +6 -0
- package/dist/node_modules/@unovis/ts/utils/text.cjs +2 -0
- package/dist/node_modules/@unovis/ts/utils/text.js +178 -0
- package/dist/node_modules/@unovis/vue/components/area/index.cjs +1 -0
- package/dist/node_modules/@unovis/vue/components/area/index.js +48 -0
- package/dist/node_modules/@unovis/vue/components/axis/index.cjs +1 -0
- package/dist/node_modules/@unovis/vue/components/axis/index.js +69 -0
- package/dist/node_modules/@unovis/vue/components/crosshair/index.cjs +1 -0
- package/dist/node_modules/@unovis/vue/components/crosshair/index.js +33 -0
- package/dist/node_modules/@unovis/vue/components/donut/index.cjs +1 -0
- package/dist/node_modules/@unovis/vue/components/donut/index.js +54 -0
- package/dist/node_modules/@unovis/vue/components/grouped-bar/index.cjs +1 -0
- package/dist/node_modules/@unovis/vue/components/grouped-bar/index.js +54 -0
- package/dist/node_modules/@unovis/vue/components/line/index.cjs +1 -0
- package/dist/node_modules/@unovis/vue/components/line/index.js +50 -0
- package/dist/node_modules/@unovis/vue/components/stacked-bar/index.cjs +1 -0
- package/dist/node_modules/@unovis/vue/components/stacked-bar/index.js +54 -0
- package/dist/node_modules/@unovis/vue/components/tooltip/index.cjs +1 -0
- package/dist/node_modules/@unovis/vue/components/tooltip/index.js +40 -0
- package/dist/node_modules/@unovis/vue/containers/single-container/index.cjs +1 -0
- package/dist/node_modules/@unovis/vue/containers/single-container/index.js +66 -0
- package/dist/node_modules/@unovis/vue/containers/xy-container/index.cjs +1 -0
- package/dist/node_modules/@unovis/vue/containers/xy-container/index.js +102 -0
- package/dist/node_modules/@unovis/vue/html-components/bullet-legend/index.cjs +1 -0
- package/dist/node_modules/@unovis/vue/html-components/bullet-legend/index.js +43 -0
- package/dist/node_modules/@unovis/vue/index.cjs +1 -0
- package/dist/node_modules/@unovis/vue/index.js +10 -0
- package/dist/node_modules/@unovis/vue/utils/context.cjs +1 -0
- package/dist/node_modules/@unovis/vue/utils/context.js +8 -0
- package/dist/node_modules/@unovis/vue/utils/props.cjs +1 -0
- package/dist/node_modules/@unovis/vue/utils/props.js +18 -0
- package/dist/node_modules/d3-array/src/ascending.cjs +1 -0
- package/dist/node_modules/d3-array/src/ascending.js +6 -0
- package/dist/node_modules/d3-array/src/bisect.cjs +1 -0
- package/dist/node_modules/d3-array/src/bisect.js +9 -0
- package/dist/node_modules/d3-array/src/bisector.cjs +1 -0
- package/dist/node_modules/d3-array/src/bisector.js +37 -0
- package/dist/node_modules/d3-array/src/descending.cjs +1 -0
- package/dist/node_modules/d3-array/src/descending.js +6 -0
- package/dist/node_modules/d3-array/src/extent.cjs +1 -0
- package/dist/node_modules/d3-array/src/extent.js +9 -0
- package/dist/node_modules/d3-array/src/max.cjs +1 -0
- package/dist/node_modules/d3-array/src/max.js +15 -0
- package/dist/node_modules/d3-array/src/mean.cjs +1 -0
- package/dist/node_modules/d3-array/src/mean.js +15 -0
- package/dist/node_modules/d3-array/src/merge.cjs +1 -0
- package/dist/node_modules/d3-array/src/merge.js +10 -0
- package/dist/node_modules/d3-array/src/min.cjs +1 -0
- package/dist/node_modules/d3-array/src/min.js +15 -0
- package/dist/node_modules/d3-array/src/number.cjs +1 -0
- package/dist/node_modules/d3-array/src/number.js +6 -0
- package/dist/node_modules/d3-array/src/quantile.cjs +1 -0
- package/dist/node_modules/d3-array/src/quantile.js +12 -0
- package/dist/node_modules/d3-array/src/range.cjs +1 -0
- package/dist/node_modules/d3-array/src/range.js +9 -0
- package/dist/node_modules/d3-array/src/sum.cjs +1 -0
- package/dist/node_modules/d3-array/src/sum.js +15 -0
- package/dist/node_modules/d3-array/src/ticks.cjs +1 -0
- package/dist/node_modules/d3-array/src/ticks.js +32 -0
- package/dist/node_modules/d3-axis/src/axis.cjs +1 -0
- package/dist/node_modules/d3-axis/src/axis.js +72 -0
- package/dist/node_modules/d3-axis/src/identity.cjs +1 -0
- package/dist/node_modules/d3-axis/src/identity.js +6 -0
- package/dist/node_modules/d3-color/src/color.cjs +1 -0
- package/dist/node_modules/d3-color/src/color.js +305 -0
- package/dist/node_modules/d3-color/src/define.cjs +1 -0
- package/dist/node_modules/d3-color/src/define.js +12 -0
- package/dist/node_modules/d3-dispatch/src/dispatch.cjs +1 -0
- package/dist/node_modules/d3-dispatch/src/dispatch.js +64 -0
- package/dist/node_modules/d3-ease/src/cubic.cjs +1 -0
- package/dist/node_modules/d3-ease/src/cubic.js +6 -0
- package/dist/node_modules/d3-ease/src/linear.cjs +1 -0
- package/dist/node_modules/d3-ease/src/linear.js +4 -0
- package/dist/node_modules/d3-format/src/defaultLocale.cjs +1 -0
- package/dist/node_modules/d3-format/src/defaultLocale.js +15 -0
- package/dist/node_modules/d3-format/src/exponent.cjs +1 -0
- package/dist/node_modules/d3-format/src/exponent.js +7 -0
- package/dist/node_modules/d3-format/src/formatDecimal.cjs +1 -0
- package/dist/node_modules/d3-format/src/formatDecimal.js +15 -0
- package/dist/node_modules/d3-format/src/formatGroup.cjs +1 -0
- package/dist/node_modules/d3-format/src/formatGroup.js +10 -0
- package/dist/node_modules/d3-format/src/formatNumerals.cjs +1 -0
- package/dist/node_modules/d3-format/src/formatNumerals.js +10 -0
- package/dist/node_modules/d3-format/src/formatPrefixAuto.cjs +1 -0
- package/dist/node_modules/d3-format/src/formatPrefixAuto.js +12 -0
- package/dist/node_modules/d3-format/src/formatRounded.cjs +1 -0
- package/dist/node_modules/d3-format/src/formatRounded.js +10 -0
- package/dist/node_modules/d3-format/src/formatSpecifier.cjs +1 -0
- package/dist/node_modules/d3-format/src/formatSpecifier.js +28 -0
- package/dist/node_modules/d3-format/src/formatTrim.cjs +1 -0
- package/dist/node_modules/d3-format/src/formatTrim.js +19 -0
- package/dist/node_modules/d3-format/src/formatTypes.cjs +1 -0
- package/dist/node_modules/d3-format/src/formatTypes.js +21 -0
- package/dist/node_modules/d3-format/src/identity.cjs +1 -0
- package/dist/node_modules/d3-format/src/identity.js +6 -0
- package/dist/node_modules/d3-format/src/locale.cjs +1 -0
- package/dist/node_modules/d3-format/src/locale.js +68 -0
- package/dist/node_modules/d3-format/src/precisionFixed.cjs +1 -0
- package/dist/node_modules/d3-format/src/precisionFixed.js +7 -0
- package/dist/node_modules/d3-format/src/precisionPrefix.cjs +1 -0
- package/dist/node_modules/d3-format/src/precisionPrefix.js +7 -0
- package/dist/node_modules/d3-format/src/precisionRound.cjs +1 -0
- package/dist/node_modules/d3-format/src/precisionRound.js +7 -0
- package/dist/node_modules/d3-interpolate/src/array.cjs +1 -0
- package/dist/node_modules/d3-interpolate/src/array.js +13 -0
- package/dist/node_modules/d3-interpolate/src/color.cjs +1 -0
- package/dist/node_modules/d3-interpolate/src/color.js +24 -0
- package/dist/node_modules/d3-interpolate/src/constant.cjs +1 -0
- package/dist/node_modules/d3-interpolate/src/constant.js +4 -0
- package/dist/node_modules/d3-interpolate/src/date.cjs +1 -0
- package/dist/node_modules/d3-interpolate/src/date.js +9 -0
- package/dist/node_modules/d3-interpolate/src/number.cjs +1 -0
- package/dist/node_modules/d3-interpolate/src/number.js +8 -0
- package/dist/node_modules/d3-interpolate/src/numberArray.cjs +1 -0
- package/dist/node_modules/d3-interpolate/src/numberArray.js +15 -0
- package/dist/node_modules/d3-interpolate/src/object.cjs +1 -0
- package/dist/node_modules/d3-interpolate/src/object.js +14 -0
- package/dist/node_modules/d3-interpolate/src/piecewise.cjs +1 -0
- package/dist/node_modules/d3-interpolate/src/piecewise.js +12 -0
- package/dist/node_modules/d3-interpolate/src/rgb.cjs +1 -0
- package/dist/node_modules/d3-interpolate/src/rgb.js +15 -0
- package/dist/node_modules/d3-interpolate/src/round.cjs +1 -0
- package/dist/node_modules/d3-interpolate/src/round.js +8 -0
- package/dist/node_modules/d3-interpolate/src/string.cjs +1 -0
- package/dist/node_modules/d3-interpolate/src/string.js +24 -0
- package/dist/node_modules/d3-interpolate/src/transform/decompose.cjs +1 -0
- package/dist/node_modules/d3-interpolate/src/transform/decompose.js +23 -0
- package/dist/node_modules/d3-interpolate/src/transform/index.cjs +1 -0
- package/dist/node_modules/d3-interpolate/src/transform/index.js +37 -0
- package/dist/node_modules/d3-interpolate/src/transform/parse.cjs +1 -0
- package/dist/node_modules/d3-interpolate/src/transform/parse.js +13 -0
- package/dist/node_modules/d3-interpolate/src/value.cjs +1 -0
- package/dist/node_modules/d3-interpolate/src/value.js +16 -0
- package/dist/node_modules/d3-interpolate-path/build/d3-interpolate-path.cjs +2 -0
- package/dist/node_modules/d3-interpolate-path/build/d3-interpolate-path.js +301 -0
- package/dist/node_modules/d3-path/src/path.cjs +1 -0
- package/dist/node_modules/d3-path/src/path.js +64 -0
- package/dist/node_modules/d3-scale/src/band.cjs +1 -0
- package/dist/node_modules/d3-scale/src/band.js +51 -0
- package/dist/node_modules/d3-scale/src/constant.cjs +1 -0
- package/dist/node_modules/d3-scale/src/constant.js +8 -0
- package/dist/node_modules/d3-scale/src/continuous.cjs +1 -0
- package/dist/node_modules/d3-scale/src/continuous.js +75 -0
- package/dist/node_modules/d3-scale/src/diverging.cjs +1 -0
- package/dist/node_modules/d3-scale/src/diverging.js +40 -0
- package/dist/node_modules/d3-scale/src/identity.cjs +1 -0
- package/dist/node_modules/d3-scale/src/identity.js +18 -0
- package/dist/node_modules/d3-scale/src/init.cjs +1 -0
- package/dist/node_modules/d3-scale/src/init.js +32 -0
- package/dist/node_modules/d3-scale/src/linear.cjs +1 -0
- package/dist/node_modules/d3-scale/src/linear.js +39 -0
- package/dist/node_modules/d3-scale/src/log.cjs +1 -0
- package/dist/node_modules/d3-scale/src/log.js +86 -0
- package/dist/node_modules/d3-scale/src/nice.cjs +1 -0
- package/dist/node_modules/d3-scale/src/nice.js +8 -0
- package/dist/node_modules/d3-scale/src/number.cjs +1 -0
- package/dist/node_modules/d3-scale/src/number.js +6 -0
- package/dist/node_modules/d3-scale/src/ordinal.cjs +1 -0
- package/dist/node_modules/d3-scale/src/ordinal.js +31 -0
- package/dist/node_modules/d3-scale/src/pow.cjs +1 -0
- package/dist/node_modules/d3-scale/src/pow.js +37 -0
- package/dist/node_modules/d3-scale/src/quantile.cjs +1 -0
- package/dist/node_modules/d3-scale/src/quantile.js +38 -0
- package/dist/node_modules/d3-scale/src/quantize.cjs +1 -0
- package/dist/node_modules/d3-scale/src/quantize.js +31 -0
- package/dist/node_modules/d3-scale/src/sequential.cjs +1 -0
- package/dist/node_modules/d3-scale/src/sequential.js +42 -0
- package/dist/node_modules/d3-scale/src/symlog.cjs +1 -0
- package/dist/node_modules/d3-scale/src/symlog.js +29 -0
- package/dist/node_modules/d3-scale/src/threshold.cjs +1 -0
- package/dist/node_modules/d3-scale/src/threshold.js +23 -0
- package/dist/node_modules/d3-scale/src/tickFormat.cjs +1 -0
- package/dist/node_modules/d3-scale/src/tickFormat.js +32 -0
- package/dist/node_modules/d3-scale/src/time.cjs +1 -0
- package/dist/node_modules/d3-scale/src/time.js +46 -0
- package/dist/node_modules/d3-scale/src/utcTime.cjs +1 -0
- package/dist/node_modules/d3-scale/src/utcTime.js +17 -0
- package/dist/node_modules/d3-selection/src/array.cjs +1 -0
- package/dist/node_modules/d3-selection/src/array.js +6 -0
- package/dist/node_modules/d3-selection/src/constant.cjs +1 -0
- package/dist/node_modules/d3-selection/src/constant.js +8 -0
- package/dist/node_modules/d3-selection/src/creator.cjs +1 -0
- package/dist/node_modules/d3-selection/src/creator.js +20 -0
- package/dist/node_modules/d3-selection/src/matcher.cjs +1 -0
- package/dist/node_modules/d3-selection/src/matcher.js +14 -0
- package/dist/node_modules/d3-selection/src/namespace.cjs +1 -0
- package/dist/node_modules/d3-selection/src/namespace.js +8 -0
- package/dist/node_modules/d3-selection/src/namespaces.cjs +1 -0
- package/dist/node_modules/d3-selection/src/namespaces.js +12 -0
- package/dist/node_modules/d3-selection/src/pointer.cjs +1 -0
- package/dist/node_modules/d3-selection/src/pointer.js +18 -0
- package/dist/node_modules/d3-selection/src/select.cjs +1 -0
- package/dist/node_modules/d3-selection/src/select.js +7 -0
- package/dist/node_modules/d3-selection/src/selection/append.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/append.js +10 -0
- package/dist/node_modules/d3-selection/src/selection/attr.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/attr.js +44 -0
- package/dist/node_modules/d3-selection/src/selection/call.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/call.js +7 -0
- package/dist/node_modules/d3-selection/src/selection/classed.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/classed.js +54 -0
- package/dist/node_modules/d3-selection/src/selection/clone.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/clone.js +14 -0
- package/dist/node_modules/d3-selection/src/selection/data.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/data.js +42 -0
- package/dist/node_modules/d3-selection/src/selection/datum.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/datum.js +6 -0
- package/dist/node_modules/d3-selection/src/selection/dispatch.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/dispatch.js +21 -0
- package/dist/node_modules/d3-selection/src/selection/each.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/each.js +9 -0
- package/dist/node_modules/d3-selection/src/selection/empty.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/empty.js +6 -0
- package/dist/node_modules/d3-selection/src/selection/enter.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/enter.js +27 -0
- package/dist/node_modules/d3-selection/src/selection/exit.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/exit.js +8 -0
- package/dist/node_modules/d3-selection/src/selection/filter.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/filter.js +12 -0
- package/dist/node_modules/d3-selection/src/selection/html.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/html.js +20 -0
- package/dist/node_modules/d3-selection/src/selection/index.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/index.js +87 -0
- package/dist/node_modules/d3-selection/src/selection/insert.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/insert.js +14 -0
- package/dist/node_modules/d3-selection/src/selection/iterator.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/iterator.js +8 -0
- package/dist/node_modules/d3-selection/src/selection/join.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/join.js +7 -0
- package/dist/node_modules/d3-selection/src/selection/lower.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/lower.js +9 -0
- package/dist/node_modules/d3-selection/src/selection/merge.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/merge.js +12 -0
- package/dist/node_modules/d3-selection/src/selection/node.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/node.js +11 -0
- package/dist/node_modules/d3-selection/src/selection/nodes.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/nodes.js +6 -0
- package/dist/node_modules/d3-selection/src/selection/on.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/on.js +52 -0
- package/dist/node_modules/d3-selection/src/selection/order.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/order.js +9 -0
- package/dist/node_modules/d3-selection/src/selection/property.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/property.js +22 -0
- package/dist/node_modules/d3-selection/src/selection/raise.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/raise.js +9 -0
- package/dist/node_modules/d3-selection/src/selection/remove.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/remove.js +10 -0
- package/dist/node_modules/d3-selection/src/selection/select.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/select.js +12 -0
- package/dist/node_modules/d3-selection/src/selection/selectAll.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/selectAll.js +18 -0
- package/dist/node_modules/d3-selection/src/selection/selectChild.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/selectChild.js +16 -0
- package/dist/node_modules/d3-selection/src/selection/selectChildren.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/selectChildren.js +16 -0
- package/dist/node_modules/d3-selection/src/selection/size.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/size.js +8 -0
- package/dist/node_modules/d3-selection/src/selection/sort.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/sort.js +19 -0
- package/dist/node_modules/d3-selection/src/selection/sparse.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/sparse.js +6 -0
- package/dist/node_modules/d3-selection/src/selection/style.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/style.js +27 -0
- package/dist/node_modules/d3-selection/src/selection/text.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selection/text.js +20 -0
- package/dist/node_modules/d3-selection/src/selector.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selector.js +10 -0
- package/dist/node_modules/d3-selection/src/selectorAll.cjs +1 -0
- package/dist/node_modules/d3-selection/src/selectorAll.js +11 -0
- package/dist/node_modules/d3-selection/src/sourceEvent.cjs +1 -0
- package/dist/node_modules/d3-selection/src/sourceEvent.js +8 -0
- package/dist/node_modules/d3-selection/src/window.cjs +1 -0
- package/dist/node_modules/d3-selection/src/window.js +6 -0
- package/dist/node_modules/d3-shape/src/arc.cjs +1 -0
- package/dist/node_modules/d3-shape/src/arc.js +85 -0
- package/dist/node_modules/d3-shape/src/area.cjs +1 -0
- package/dist/node_modules/d3-shape/src/area.js +56 -0
- package/dist/node_modules/d3-shape/src/array.cjs +1 -0
- package/dist/node_modules/d3-shape/src/array.js +6 -0
- package/dist/node_modules/d3-shape/src/constant.cjs +1 -0
- package/dist/node_modules/d3-shape/src/constant.js +8 -0
- package/dist/node_modules/d3-shape/src/curve/basis.cjs +1 -0
- package/dist/node_modules/d3-shape/src/curve/basis.js +60 -0
- package/dist/node_modules/d3-shape/src/curve/basisClosed.cjs +1 -0
- package/dist/node_modules/d3-shape/src/curve/basisClosed.js +51 -0
- package/dist/node_modules/d3-shape/src/curve/basisOpen.cjs +1 -0
- package/dist/node_modules/d3-shape/src/curve/basisOpen.js +46 -0
- package/dist/node_modules/d3-shape/src/curve/bundle.cjs +1 -0
- package/dist/node_modules/d3-shape/src/curve/bundle.js +33 -0
- package/dist/node_modules/d3-shape/src/curve/cardinal.cjs +1 -0
- package/dist/node_modules/d3-shape/src/curve/cardinal.js +65 -0
- package/dist/node_modules/d3-shape/src/curve/cardinalClosed.cjs +1 -0
- package/dist/node_modules/d3-shape/src/curve/cardinalClosed.js +57 -0
- package/dist/node_modules/d3-shape/src/curve/cardinalOpen.cjs +1 -0
- package/dist/node_modules/d3-shape/src/curve/cardinalOpen.js +50 -0
- package/dist/node_modules/d3-shape/src/curve/catmullRom.cjs +1 -0
- package/dist/node_modules/d3-shape/src/curve/catmullRom.js +72 -0
- package/dist/node_modules/d3-shape/src/curve/catmullRomClosed.cjs +1 -0
- package/dist/node_modules/d3-shape/src/curve/catmullRomClosed.js +61 -0
- package/dist/node_modules/d3-shape/src/curve/catmullRomOpen.cjs +1 -0
- package/dist/node_modules/d3-shape/src/curve/catmullRomOpen.js +54 -0
- package/dist/node_modules/d3-shape/src/curve/linear.cjs +1 -0
- package/dist/node_modules/d3-shape/src/curve/linear.js +36 -0
- package/dist/node_modules/d3-shape/src/curve/linearClosed.cjs +1 -0
- package/dist/node_modules/d3-shape/src/curve/linearClosed.js +23 -0
- package/dist/node_modules/d3-shape/src/curve/monotone.cjs +1 -0
- package/dist/node_modules/d3-shape/src/curve/monotone.js +93 -0
- package/dist/node_modules/d3-shape/src/curve/natural.cjs +1 -0
- package/dist/node_modules/d3-shape/src/curve/natural.js +41 -0
- package/dist/node_modules/d3-shape/src/curve/step.cjs +1 -0
- package/dist/node_modules/d3-shape/src/curve/step.js +51 -0
- package/dist/node_modules/d3-shape/src/descending.cjs +1 -0
- package/dist/node_modules/d3-shape/src/descending.js +6 -0
- package/dist/node_modules/d3-shape/src/identity.cjs +1 -0
- package/dist/node_modules/d3-shape/src/identity.js +6 -0
- package/dist/node_modules/d3-shape/src/line.cjs +1 -0
- package/dist/node_modules/d3-shape/src/line.js +29 -0
- package/dist/node_modules/d3-shape/src/math.cjs +1 -0
- package/dist/node_modules/d3-shape/src/math.js +22 -0
- package/dist/node_modules/d3-shape/src/noop.cjs +1 -0
- package/dist/node_modules/d3-shape/src/noop.js +5 -0
- package/dist/node_modules/d3-shape/src/path.cjs +1 -0
- package/dist/node_modules/d3-shape/src/path.js +18 -0
- package/dist/node_modules/d3-shape/src/pie.cjs +1 -0
- package/dist/node_modules/d3-shape/src/pie.js +43 -0
- package/dist/node_modules/d3-shape/src/point.cjs +1 -0
- package/dist/node_modules/d3-shape/src/point.js +10 -0
- package/dist/node_modules/d3-shape/src/symbol/circle.cjs +1 -0
- package/dist/node_modules/d3-shape/src/symbol/circle.js +10 -0
- package/dist/node_modules/d3-shape/src/symbol/cross.cjs +1 -0
- package/dist/node_modules/d3-shape/src/symbol/cross.js +10 -0
- package/dist/node_modules/d3-shape/src/symbol/diamond.cjs +1 -0
- package/dist/node_modules/d3-shape/src/symbol/diamond.js +10 -0
- package/dist/node_modules/d3-shape/src/symbol/square.cjs +1 -0
- package/dist/node_modules/d3-shape/src/symbol/square.js +10 -0
- package/dist/node_modules/d3-shape/src/symbol/star.cjs +1 -0
- package/dist/node_modules/d3-shape/src/symbol/star.js +15 -0
- package/dist/node_modules/d3-shape/src/symbol/triangle.cjs +1 -0
- package/dist/node_modules/d3-shape/src/symbol/triangle.js +10 -0
- package/dist/node_modules/d3-shape/src/symbol/wye.cjs +1 -0
- package/dist/node_modules/d3-shape/src/symbol/wye.js +10 -0
- package/dist/node_modules/d3-shape/src/symbol.cjs +1 -0
- package/dist/node_modules/d3-shape/src/symbol.js +21 -0
- package/dist/node_modules/d3-time/src/day.cjs +1 -0
- package/dist/node_modules/d3-time/src/day.js +26 -0
- package/dist/node_modules/d3-time/src/duration.cjs +1 -0
- package/dist/node_modules/d3-time/src/duration.js +10 -0
- package/dist/node_modules/d3-time/src/hour.cjs +1 -0
- package/dist/node_modules/d3-time/src/hour.js +18 -0
- package/dist/node_modules/d3-time/src/interval.cjs +1 -0
- package/dist/node_modules/d3-time/src/interval.js +31 -0
- package/dist/node_modules/d3-time/src/millisecond.cjs +1 -0
- package/dist/node_modules/d3-time/src/millisecond.js +14 -0
- package/dist/node_modules/d3-time/src/minute.cjs +1 -0
- package/dist/node_modules/d3-time/src/minute.js +18 -0
- package/dist/node_modules/d3-time/src/month.cjs +1 -0
- package/dist/node_modules/d3-time/src/month.js +17 -0
- package/dist/node_modules/d3-time/src/second.cjs +1 -0
- package/dist/node_modules/d3-time/src/second.js +11 -0
- package/dist/node_modules/d3-time/src/ticks.cjs +1 -0
- package/dist/node_modules/d3-time/src/ticks.js +54 -0
- package/dist/node_modules/d3-time/src/week.cjs +1 -0
- package/dist/node_modules/d3-time/src/week.js +48 -0
- package/dist/node_modules/d3-time/src/year.cjs +1 -0
- package/dist/node_modules/d3-time/src/year.js +27 -0
- package/dist/node_modules/d3-time-format/src/defaultLocale.cjs +1 -0
- package/dist/node_modules/d3-time-format/src/defaultLocale.js +20 -0
- package/dist/node_modules/d3-time-format/src/locale.cjs +1 -0
- package/dist/node_modules/d3-time-format/src/locale.js +478 -0
- package/dist/node_modules/d3-timer/src/timeout.cjs +1 -0
- package/dist/node_modules/d3-timer/src/timeout.js +10 -0
- package/dist/node_modules/d3-timer/src/timer.cjs +1 -0
- package/dist/node_modules/d3-timer/src/timer.js +62 -0
- package/dist/node_modules/d3-transition/src/interrupt.cjs +1 -0
- package/dist/node_modules/d3-transition/src/interrupt.js +18 -0
- package/dist/node_modules/d3-transition/src/selection/index.cjs +1 -0
- package/dist/node_modules/d3-transition/src/selection/index.js +5 -0
- package/dist/node_modules/d3-transition/src/selection/interrupt.cjs +1 -0
- package/dist/node_modules/d3-transition/src/selection/interrupt.js +9 -0
- package/dist/node_modules/d3-transition/src/selection/transition.cjs +1 -0
- package/dist/node_modules/d3-transition/src/selection/transition.js +28 -0
- package/dist/node_modules/d3-transition/src/transition/attr.cjs +1 -0
- package/dist/node_modules/d3-transition/src/transition/attr.js +49 -0
- package/dist/node_modules/d3-transition/src/transition/attrTween.cjs +1 -0
- package/dist/node_modules/d3-transition/src/transition/attrTween.js +38 -0
- package/dist/node_modules/d3-transition/src/transition/delay.cjs +1 -0
- package/dist/node_modules/d3-transition/src/transition/delay.js +18 -0
- package/dist/node_modules/d3-transition/src/transition/duration.cjs +1 -0
- package/dist/node_modules/d3-transition/src/transition/duration.js +18 -0
- package/dist/node_modules/d3-transition/src/transition/ease.cjs +1 -0
- package/dist/node_modules/d3-transition/src/transition/ease.js +14 -0
- package/dist/node_modules/d3-transition/src/transition/easeVarying.cjs +1 -0
- package/dist/node_modules/d3-transition/src/transition/easeVarying.js +15 -0
- package/dist/node_modules/d3-transition/src/transition/end.cjs +1 -0
- package/dist/node_modules/d3-transition/src/transition/end.js +16 -0
- package/dist/node_modules/d3-transition/src/transition/filter.cjs +1 -0
- package/dist/node_modules/d3-transition/src/transition/filter.js +12 -0
- package/dist/node_modules/d3-transition/src/transition/index.cjs +1 -0
- package/dist/node_modules/d3-transition/src/transition/index.js +65 -0
- package/dist/node_modules/d3-transition/src/transition/interpolate.cjs +1 -0
- package/dist/node_modules/d3-transition/src/transition/interpolate.js +11 -0
- package/dist/node_modules/d3-transition/src/transition/merge.cjs +1 -0
- package/dist/node_modules/d3-transition/src/transition/merge.js +13 -0
- package/dist/node_modules/d3-transition/src/transition/on.cjs +1 -0
- package/dist/node_modules/d3-transition/src/transition/on.js +21 -0
- package/dist/node_modules/d3-transition/src/transition/remove.cjs +1 -0
- package/dist/node_modules/d3-transition/src/transition/remove.js +13 -0
- package/dist/node_modules/d3-transition/src/transition/schedule.cjs +1 -0
- package/dist/node_modules/d3-transition/src/transition/schedule.js +85 -0
- package/dist/node_modules/d3-transition/src/transition/select.cjs +1 -0
- package/dist/node_modules/d3-transition/src/transition/select.js +14 -0
- package/dist/node_modules/d3-transition/src/transition/selectAll.cjs +1 -0
- package/dist/node_modules/d3-transition/src/transition/selectAll.js +18 -0
- package/dist/node_modules/d3-transition/src/transition/selection.cjs +1 -0
- package/dist/node_modules/d3-transition/src/transition/selection.js +8 -0
- package/dist/node_modules/d3-transition/src/transition/style.cjs +1 -0
- package/dist/node_modules/d3-transition/src/transition/style.js +45 -0
- package/dist/node_modules/d3-transition/src/transition/styleTween.cjs +1 -0
- package/dist/node_modules/d3-transition/src/transition/styleTween.js +23 -0
- package/dist/node_modules/d3-transition/src/transition/text.cjs +1 -0
- package/dist/node_modules/d3-transition/src/transition/text.js +18 -0
- package/dist/node_modules/d3-transition/src/transition/textTween.cjs +1 -0
- package/dist/node_modules/d3-transition/src/transition/textTween.js +23 -0
- package/dist/node_modules/d3-transition/src/transition/transition.cjs +1 -0
- package/dist/node_modules/d3-transition/src/transition/transition.js +19 -0
- package/dist/node_modules/d3-transition/src/transition/tween.cjs +1 -0
- package/dist/node_modules/d3-transition/src/transition/tween.js +56 -0
- package/dist/node_modules/internmap/src/index.cjs +1 -0
- package/dist/node_modules/internmap/src/index.js +35 -0
- package/dist/node_modules/parse-unit/index.cjs +1 -0
- package/dist/node_modules/parse-unit/index.js +11 -0
- package/dist/node_modules/striptags/src/striptags.cjs +2 -0
- package/dist/node_modules/striptags/src/striptags.js +118 -0
- package/dist/node_modules/stylis/src/Enum.cjs +1 -0
- package/dist/node_modules/stylis/src/Enum.js +12 -0
- package/dist/node_modules/stylis/src/Middleware.cjs +1 -0
- package/dist/node_modules/stylis/src/Middleware.js +18 -0
- package/dist/node_modules/stylis/src/Parser.cjs +1 -0
- package/dist/node_modules/stylis/src/Parser.js +131 -0
- package/dist/node_modules/stylis/src/Serializer.cjs +1 -0
- package/dist/node_modules/stylis/src/Serializer.js +27 -0
- package/dist/node_modules/stylis/src/Tokenizer.cjs +1 -0
- package/dist/node_modules/stylis/src/Tokenizer.js +141 -0
- package/dist/node_modules/stylis/src/Utility.cjs +1 -0
- package/dist/node_modules/stylis/src/Utility.js +50 -0
- package/dist/node_modules/throttle-debounce/esm/index.cjs +1 -0
- package/dist/node_modules/throttle-debounce/esm/index.js +28 -0
- package/dist/node_modules/to-px/browser.cjs +1 -0
- package/dist/node_modules/to-px/browser.js +63 -0
- package/dist/types.cjs +1 -0
- package/dist/types.d.ts +5 -0
- package/dist/types.js +4 -0
- package/dist/utils.cjs +1 -0
- package/dist/utils.d.ts +1 -0
- package/dist/utils.js +18 -0
- package/package.json +22 -26
- package/dist/vue-chrts.js +0 -8524
- package/dist/vue-chrts.umd.cjs +0 -373
|
@@ -0,0 +1,305 @@
|
|
|
1
|
+
import k, { extend as I } from "./define.js";
|
|
2
|
+
function u() {
|
|
3
|
+
}
|
|
4
|
+
var b = 0.7, y = 1 / b, o = "\\s*([+-]?\\d+)\\s*", g = "\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*", n = "\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*", j = /^#([0-9a-f]{3,8})$/, O = new RegExp(`^rgb\\(${o},${o},${o}\\)$`), z = new RegExp(`^rgb\\(${n},${n},${n}\\)$`), L = new RegExp(`^rgba\\(${o},${o},${o},${g}\\)$`), A = new RegExp(`^rgba\\(${n},${n},${n},${g}\\)$`), B = new RegExp(`^hsl\\(${g},${n},${n}\\)$`), D = new RegExp(`^hsla\\(${g},${n},${n},${g}\\)$`), v = {
|
|
5
|
+
aliceblue: 15792383,
|
|
6
|
+
antiquewhite: 16444375,
|
|
7
|
+
aqua: 65535,
|
|
8
|
+
aquamarine: 8388564,
|
|
9
|
+
azure: 15794175,
|
|
10
|
+
beige: 16119260,
|
|
11
|
+
bisque: 16770244,
|
|
12
|
+
black: 0,
|
|
13
|
+
blanchedalmond: 16772045,
|
|
14
|
+
blue: 255,
|
|
15
|
+
blueviolet: 9055202,
|
|
16
|
+
brown: 10824234,
|
|
17
|
+
burlywood: 14596231,
|
|
18
|
+
cadetblue: 6266528,
|
|
19
|
+
chartreuse: 8388352,
|
|
20
|
+
chocolate: 13789470,
|
|
21
|
+
coral: 16744272,
|
|
22
|
+
cornflowerblue: 6591981,
|
|
23
|
+
cornsilk: 16775388,
|
|
24
|
+
crimson: 14423100,
|
|
25
|
+
cyan: 65535,
|
|
26
|
+
darkblue: 139,
|
|
27
|
+
darkcyan: 35723,
|
|
28
|
+
darkgoldenrod: 12092939,
|
|
29
|
+
darkgray: 11119017,
|
|
30
|
+
darkgreen: 25600,
|
|
31
|
+
darkgrey: 11119017,
|
|
32
|
+
darkkhaki: 12433259,
|
|
33
|
+
darkmagenta: 9109643,
|
|
34
|
+
darkolivegreen: 5597999,
|
|
35
|
+
darkorange: 16747520,
|
|
36
|
+
darkorchid: 10040012,
|
|
37
|
+
darkred: 9109504,
|
|
38
|
+
darksalmon: 15308410,
|
|
39
|
+
darkseagreen: 9419919,
|
|
40
|
+
darkslateblue: 4734347,
|
|
41
|
+
darkslategray: 3100495,
|
|
42
|
+
darkslategrey: 3100495,
|
|
43
|
+
darkturquoise: 52945,
|
|
44
|
+
darkviolet: 9699539,
|
|
45
|
+
deeppink: 16716947,
|
|
46
|
+
deepskyblue: 49151,
|
|
47
|
+
dimgray: 6908265,
|
|
48
|
+
dimgrey: 6908265,
|
|
49
|
+
dodgerblue: 2003199,
|
|
50
|
+
firebrick: 11674146,
|
|
51
|
+
floralwhite: 16775920,
|
|
52
|
+
forestgreen: 2263842,
|
|
53
|
+
fuchsia: 16711935,
|
|
54
|
+
gainsboro: 14474460,
|
|
55
|
+
ghostwhite: 16316671,
|
|
56
|
+
gold: 16766720,
|
|
57
|
+
goldenrod: 14329120,
|
|
58
|
+
gray: 8421504,
|
|
59
|
+
green: 32768,
|
|
60
|
+
greenyellow: 11403055,
|
|
61
|
+
grey: 8421504,
|
|
62
|
+
honeydew: 15794160,
|
|
63
|
+
hotpink: 16738740,
|
|
64
|
+
indianred: 13458524,
|
|
65
|
+
indigo: 4915330,
|
|
66
|
+
ivory: 16777200,
|
|
67
|
+
khaki: 15787660,
|
|
68
|
+
lavender: 15132410,
|
|
69
|
+
lavenderblush: 16773365,
|
|
70
|
+
lawngreen: 8190976,
|
|
71
|
+
lemonchiffon: 16775885,
|
|
72
|
+
lightblue: 11393254,
|
|
73
|
+
lightcoral: 15761536,
|
|
74
|
+
lightcyan: 14745599,
|
|
75
|
+
lightgoldenrodyellow: 16448210,
|
|
76
|
+
lightgray: 13882323,
|
|
77
|
+
lightgreen: 9498256,
|
|
78
|
+
lightgrey: 13882323,
|
|
79
|
+
lightpink: 16758465,
|
|
80
|
+
lightsalmon: 16752762,
|
|
81
|
+
lightseagreen: 2142890,
|
|
82
|
+
lightskyblue: 8900346,
|
|
83
|
+
lightslategray: 7833753,
|
|
84
|
+
lightslategrey: 7833753,
|
|
85
|
+
lightsteelblue: 11584734,
|
|
86
|
+
lightyellow: 16777184,
|
|
87
|
+
lime: 65280,
|
|
88
|
+
limegreen: 3329330,
|
|
89
|
+
linen: 16445670,
|
|
90
|
+
magenta: 16711935,
|
|
91
|
+
maroon: 8388608,
|
|
92
|
+
mediumaquamarine: 6737322,
|
|
93
|
+
mediumblue: 205,
|
|
94
|
+
mediumorchid: 12211667,
|
|
95
|
+
mediumpurple: 9662683,
|
|
96
|
+
mediumseagreen: 3978097,
|
|
97
|
+
mediumslateblue: 8087790,
|
|
98
|
+
mediumspringgreen: 64154,
|
|
99
|
+
mediumturquoise: 4772300,
|
|
100
|
+
mediumvioletred: 13047173,
|
|
101
|
+
midnightblue: 1644912,
|
|
102
|
+
mintcream: 16121850,
|
|
103
|
+
mistyrose: 16770273,
|
|
104
|
+
moccasin: 16770229,
|
|
105
|
+
navajowhite: 16768685,
|
|
106
|
+
navy: 128,
|
|
107
|
+
oldlace: 16643558,
|
|
108
|
+
olive: 8421376,
|
|
109
|
+
olivedrab: 7048739,
|
|
110
|
+
orange: 16753920,
|
|
111
|
+
orangered: 16729344,
|
|
112
|
+
orchid: 14315734,
|
|
113
|
+
palegoldenrod: 15657130,
|
|
114
|
+
palegreen: 10025880,
|
|
115
|
+
paleturquoise: 11529966,
|
|
116
|
+
palevioletred: 14381203,
|
|
117
|
+
papayawhip: 16773077,
|
|
118
|
+
peachpuff: 16767673,
|
|
119
|
+
peru: 13468991,
|
|
120
|
+
pink: 16761035,
|
|
121
|
+
plum: 14524637,
|
|
122
|
+
powderblue: 11591910,
|
|
123
|
+
purple: 8388736,
|
|
124
|
+
rebeccapurple: 6697881,
|
|
125
|
+
red: 16711680,
|
|
126
|
+
rosybrown: 12357519,
|
|
127
|
+
royalblue: 4286945,
|
|
128
|
+
saddlebrown: 9127187,
|
|
129
|
+
salmon: 16416882,
|
|
130
|
+
sandybrown: 16032864,
|
|
131
|
+
seagreen: 3050327,
|
|
132
|
+
seashell: 16774638,
|
|
133
|
+
sienna: 10506797,
|
|
134
|
+
silver: 12632256,
|
|
135
|
+
skyblue: 8900331,
|
|
136
|
+
slateblue: 6970061,
|
|
137
|
+
slategray: 7372944,
|
|
138
|
+
slategrey: 7372944,
|
|
139
|
+
snow: 16775930,
|
|
140
|
+
springgreen: 65407,
|
|
141
|
+
steelblue: 4620980,
|
|
142
|
+
tan: 13808780,
|
|
143
|
+
teal: 32896,
|
|
144
|
+
thistle: 14204888,
|
|
145
|
+
tomato: 16737095,
|
|
146
|
+
turquoise: 4251856,
|
|
147
|
+
violet: 15631086,
|
|
148
|
+
wheat: 16113331,
|
|
149
|
+
white: 16777215,
|
|
150
|
+
whitesmoke: 16119285,
|
|
151
|
+
yellow: 16776960,
|
|
152
|
+
yellowgreen: 10145074
|
|
153
|
+
};
|
|
154
|
+
k(u, H, {
|
|
155
|
+
copy(e) {
|
|
156
|
+
return Object.assign(new this.constructor(), this, e);
|
|
157
|
+
},
|
|
158
|
+
displayable() {
|
|
159
|
+
return this.rgb().displayable();
|
|
160
|
+
},
|
|
161
|
+
hex: R,
|
|
162
|
+
// Deprecated! Use color.formatHex.
|
|
163
|
+
formatHex: R,
|
|
164
|
+
formatHex8: F,
|
|
165
|
+
formatHsl: G,
|
|
166
|
+
formatRgb: M,
|
|
167
|
+
toString: M
|
|
168
|
+
});
|
|
169
|
+
function R() {
|
|
170
|
+
return this.rgb().formatHex();
|
|
171
|
+
}
|
|
172
|
+
function F() {
|
|
173
|
+
return this.rgb().formatHex8();
|
|
174
|
+
}
|
|
175
|
+
function G() {
|
|
176
|
+
return S(this).formatHsl();
|
|
177
|
+
}
|
|
178
|
+
function M() {
|
|
179
|
+
return this.rgb().formatRgb();
|
|
180
|
+
}
|
|
181
|
+
function H(e) {
|
|
182
|
+
var r, t;
|
|
183
|
+
return e = (e + "").trim().toLowerCase(), (r = j.exec(e)) ? (t = r[1].length, r = parseInt(r[1], 16), t === 6 ? q(r) : t === 3 ? new a(r >> 8 & 15 | r >> 4 & 240, r >> 4 & 15 | r & 240, (r & 15) << 4 | r & 15, 1) : t === 8 ? m(r >> 24 & 255, r >> 16 & 255, r >> 8 & 255, (r & 255) / 255) : t === 4 ? m(r >> 12 & 15 | r >> 8 & 240, r >> 8 & 15 | r >> 4 & 240, r >> 4 & 15 | r & 240, ((r & 15) << 4 | r & 15) / 255) : null) : (r = O.exec(e)) ? new a(r[1], r[2], r[3], 1) : (r = z.exec(e)) ? new a(r[1] * 255 / 100, r[2] * 255 / 100, r[3] * 255 / 100, 1) : (r = L.exec(e)) ? m(r[1], r[2], r[3], r[4]) : (r = A.exec(e)) ? m(r[1] * 255 / 100, r[2] * 255 / 100, r[3] * 255 / 100, r[4]) : (r = B.exec(e)) ? P(r[1], r[2] / 100, r[3] / 100, 1) : (r = D.exec(e)) ? P(r[1], r[2] / 100, r[3] / 100, r[4]) : v.hasOwnProperty(e) ? q(v[e]) : e === "transparent" ? new a(NaN, NaN, NaN, 0) : null;
|
|
184
|
+
}
|
|
185
|
+
function q(e) {
|
|
186
|
+
return new a(e >> 16 & 255, e >> 8 & 255, e & 255, 1);
|
|
187
|
+
}
|
|
188
|
+
function m(e, r, t, f) {
|
|
189
|
+
return f <= 0 && (e = r = t = NaN), new a(e, r, t, f);
|
|
190
|
+
}
|
|
191
|
+
function J(e) {
|
|
192
|
+
return e instanceof u || (e = H(e)), e ? (e = e.rgb(), new a(e.r, e.g, e.b, e.opacity)) : new a();
|
|
193
|
+
}
|
|
194
|
+
function K(e, r, t, f) {
|
|
195
|
+
return arguments.length === 1 ? J(e) : new a(e, r, t, f ?? 1);
|
|
196
|
+
}
|
|
197
|
+
function a(e, r, t, f) {
|
|
198
|
+
this.r = +e, this.g = +r, this.b = +t, this.opacity = +f;
|
|
199
|
+
}
|
|
200
|
+
k(a, K, I(u, {
|
|
201
|
+
brighter(e) {
|
|
202
|
+
return e = e == null ? y : Math.pow(y, e), new a(this.r * e, this.g * e, this.b * e, this.opacity);
|
|
203
|
+
},
|
|
204
|
+
darker(e) {
|
|
205
|
+
return e = e == null ? b : Math.pow(b, e), new a(this.r * e, this.g * e, this.b * e, this.opacity);
|
|
206
|
+
},
|
|
207
|
+
rgb() {
|
|
208
|
+
return this;
|
|
209
|
+
},
|
|
210
|
+
clamp() {
|
|
211
|
+
return new a(h(this.r), h(this.g), h(this.b), $(this.opacity));
|
|
212
|
+
},
|
|
213
|
+
displayable() {
|
|
214
|
+
return -0.5 <= this.r && this.r < 255.5 && -0.5 <= this.g && this.g < 255.5 && -0.5 <= this.b && this.b < 255.5 && 0 <= this.opacity && this.opacity <= 1;
|
|
215
|
+
},
|
|
216
|
+
hex: E,
|
|
217
|
+
// Deprecated! Use color.formatHex.
|
|
218
|
+
formatHex: E,
|
|
219
|
+
formatHex8: Q,
|
|
220
|
+
formatRgb: _,
|
|
221
|
+
toString: _
|
|
222
|
+
}));
|
|
223
|
+
function E() {
|
|
224
|
+
return `#${l(this.r)}${l(this.g)}${l(this.b)}`;
|
|
225
|
+
}
|
|
226
|
+
function Q() {
|
|
227
|
+
return `#${l(this.r)}${l(this.g)}${l(this.b)}${l((isNaN(this.opacity) ? 1 : this.opacity) * 255)}`;
|
|
228
|
+
}
|
|
229
|
+
function _() {
|
|
230
|
+
const e = $(this.opacity);
|
|
231
|
+
return `${e === 1 ? "rgb(" : "rgba("}${h(this.r)}, ${h(this.g)}, ${h(this.b)}${e === 1 ? ")" : `, ${e})`}`;
|
|
232
|
+
}
|
|
233
|
+
function $(e) {
|
|
234
|
+
return isNaN(e) ? 1 : Math.max(0, Math.min(1, e));
|
|
235
|
+
}
|
|
236
|
+
function h(e) {
|
|
237
|
+
return Math.max(0, Math.min(255, Math.round(e) || 0));
|
|
238
|
+
}
|
|
239
|
+
function l(e) {
|
|
240
|
+
return e = h(e), (e < 16 ? "0" : "") + e.toString(16);
|
|
241
|
+
}
|
|
242
|
+
function P(e, r, t, f) {
|
|
243
|
+
return f <= 0 ? e = r = t = NaN : t <= 0 || t >= 1 ? e = r = NaN : r <= 0 && (e = NaN), new i(e, r, t, f);
|
|
244
|
+
}
|
|
245
|
+
function S(e) {
|
|
246
|
+
if (e instanceof i) return new i(e.h, e.s, e.l, e.opacity);
|
|
247
|
+
if (e instanceof u || (e = H(e)), !e) return new i();
|
|
248
|
+
if (e instanceof i) return e;
|
|
249
|
+
e = e.rgb();
|
|
250
|
+
var r = e.r / 255, t = e.g / 255, f = e.b / 255, x = Math.min(r, t, f), d = Math.max(r, t, f), c = NaN, s = d - x, p = (d + x) / 2;
|
|
251
|
+
return s ? (r === d ? c = (t - f) / s + (t < f) * 6 : t === d ? c = (f - r) / s + 2 : c = (r - t) / s + 4, s /= p < 0.5 ? d + x : 2 - d - x, c *= 60) : s = p > 0 && p < 1 ? 0 : c, new i(c, s, p, e.opacity);
|
|
252
|
+
}
|
|
253
|
+
function T(e, r, t, f) {
|
|
254
|
+
return arguments.length === 1 ? S(e) : new i(e, r, t, f ?? 1);
|
|
255
|
+
}
|
|
256
|
+
function i(e, r, t, f) {
|
|
257
|
+
this.h = +e, this.s = +r, this.l = +t, this.opacity = +f;
|
|
258
|
+
}
|
|
259
|
+
k(i, T, I(u, {
|
|
260
|
+
brighter(e) {
|
|
261
|
+
return e = e == null ? y : Math.pow(y, e), new i(this.h, this.s, this.l * e, this.opacity);
|
|
262
|
+
},
|
|
263
|
+
darker(e) {
|
|
264
|
+
return e = e == null ? b : Math.pow(b, e), new i(this.h, this.s, this.l * e, this.opacity);
|
|
265
|
+
},
|
|
266
|
+
rgb() {
|
|
267
|
+
var e = this.h % 360 + (this.h < 0) * 360, r = isNaN(e) || isNaN(this.s) ? 0 : this.s, t = this.l, f = t + (t < 0.5 ? t : 1 - t) * r, x = 2 * t - f;
|
|
268
|
+
return new a(
|
|
269
|
+
N(e >= 240 ? e - 240 : e + 120, x, f),
|
|
270
|
+
N(e, x, f),
|
|
271
|
+
N(e < 120 ? e + 240 : e - 120, x, f),
|
|
272
|
+
this.opacity
|
|
273
|
+
);
|
|
274
|
+
},
|
|
275
|
+
clamp() {
|
|
276
|
+
return new i(C(this.h), w(this.s), w(this.l), $(this.opacity));
|
|
277
|
+
},
|
|
278
|
+
displayable() {
|
|
279
|
+
return (0 <= this.s && this.s <= 1 || isNaN(this.s)) && 0 <= this.l && this.l <= 1 && 0 <= this.opacity && this.opacity <= 1;
|
|
280
|
+
},
|
|
281
|
+
formatHsl() {
|
|
282
|
+
const e = $(this.opacity);
|
|
283
|
+
return `${e === 1 ? "hsl(" : "hsla("}${C(this.h)}, ${w(this.s) * 100}%, ${w(this.l) * 100}%${e === 1 ? ")" : `, ${e})`}`;
|
|
284
|
+
}
|
|
285
|
+
}));
|
|
286
|
+
function C(e) {
|
|
287
|
+
return e = (e || 0) % 360, e < 0 ? e + 360 : e;
|
|
288
|
+
}
|
|
289
|
+
function w(e) {
|
|
290
|
+
return Math.max(0, Math.min(1, e || 0));
|
|
291
|
+
}
|
|
292
|
+
function N(e, r, t) {
|
|
293
|
+
return (e < 60 ? r + (t - r) * e / 60 : e < 180 ? t : e < 240 ? r + (t - r) * (240 - e) / 60 : r) * 255;
|
|
294
|
+
}
|
|
295
|
+
export {
|
|
296
|
+
u as Color,
|
|
297
|
+
a as Rgb,
|
|
298
|
+
y as brighter,
|
|
299
|
+
b as darker,
|
|
300
|
+
H as default,
|
|
301
|
+
T as hsl,
|
|
302
|
+
S as hslConvert,
|
|
303
|
+
K as rgb,
|
|
304
|
+
J as rgbConvert
|
|
305
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});function u(t,r,e){t.prototype=r.prototype=e,e.constructor=t}function n(t,r){var e=Object.create(t.prototype);for(var o in r)e[o]=r[o];return e}exports.default=u;exports.extend=n;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});var a={value:()=>{}};function s(){for(var r=0,t=arguments.length,n={},e;r<t;++r){if(!(e=arguments[r]+"")||e in n||/[\s.]/.test(e))throw new Error("illegal type: "+e);n[e]=[]}return new i(n)}function i(r){this._=r}function h(r,t){return r.trim().split(/^|\s+/).map(function(n){var e="",o=n.indexOf(".");if(o>=0&&(e=n.slice(o+1),n=n.slice(0,o)),n&&!t.hasOwnProperty(n))throw new Error("unknown type: "+n);return{type:n,name:e}})}i.prototype=s.prototype={constructor:i,on:function(r,t){var n=this._,e=h(r+"",n),o,u=-1,f=e.length;if(arguments.length<2){for(;++u<f;)if((o=(r=e[u]).type)&&(o=w(n[o],r.name)))return o;return}if(t!=null&&typeof t!="function")throw new Error("invalid callback: "+t);for(;++u<f;)if(o=(r=e[u]).type)n[o]=l(n[o],r.name,t);else if(t==null)for(o in n)n[o]=l(n[o],r.name,null);return this},copy:function(){var r={},t=this._;for(var n in t)r[n]=t[n].slice();return new i(r)},call:function(r,t){if((o=arguments.length-2)>0)for(var n=new Array(o),e=0,o,u;e<o;++e)n[e]=arguments[e+2];if(!this._.hasOwnProperty(r))throw new Error("unknown type: "+r);for(u=this._[r],e=0,o=u.length;e<o;++e)u[e].value.apply(t,n)},apply:function(r,t,n){if(!this._.hasOwnProperty(r))throw new Error("unknown type: "+r);for(var e=this._[r],o=0,u=e.length;o<u;++o)e[o].value.apply(t,n)}};function w(r,t){for(var n=0,e=r.length,o;n<e;++n)if((o=r[n]).name===t)return o.value}function l(r,t,n){for(var e=0,o=r.length;e<o;++e)if(r[e].name===t){r[e]=a,r=r.slice(0,e).concat(r.slice(e+1));break}return n!=null&&r.push({name:t,value:n}),r}exports.default=s;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
var a = { value: () => {
|
|
2
|
+
} };
|
|
3
|
+
function l() {
|
|
4
|
+
for (var n = 0, t = arguments.length, r = {}, e; n < t; ++n) {
|
|
5
|
+
if (!(e = arguments[n] + "") || e in r || /[\s.]/.test(e)) throw new Error("illegal type: " + e);
|
|
6
|
+
r[e] = [];
|
|
7
|
+
}
|
|
8
|
+
return new f(r);
|
|
9
|
+
}
|
|
10
|
+
function f(n) {
|
|
11
|
+
this._ = n;
|
|
12
|
+
}
|
|
13
|
+
function h(n, t) {
|
|
14
|
+
return n.trim().split(/^|\s+/).map(function(r) {
|
|
15
|
+
var e = "", o = r.indexOf(".");
|
|
16
|
+
if (o >= 0 && (e = r.slice(o + 1), r = r.slice(0, o)), r && !t.hasOwnProperty(r)) throw new Error("unknown type: " + r);
|
|
17
|
+
return { type: r, name: e };
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
f.prototype = l.prototype = {
|
|
21
|
+
constructor: f,
|
|
22
|
+
on: function(n, t) {
|
|
23
|
+
var r = this._, e = h(n + "", r), o, u = -1, i = e.length;
|
|
24
|
+
if (arguments.length < 2) {
|
|
25
|
+
for (; ++u < i; ) if ((o = (n = e[u]).type) && (o = w(r[o], n.name))) return o;
|
|
26
|
+
return;
|
|
27
|
+
}
|
|
28
|
+
if (t != null && typeof t != "function") throw new Error("invalid callback: " + t);
|
|
29
|
+
for (; ++u < i; )
|
|
30
|
+
if (o = (n = e[u]).type) r[o] = s(r[o], n.name, t);
|
|
31
|
+
else if (t == null) for (o in r) r[o] = s(r[o], n.name, null);
|
|
32
|
+
return this;
|
|
33
|
+
},
|
|
34
|
+
copy: function() {
|
|
35
|
+
var n = {}, t = this._;
|
|
36
|
+
for (var r in t) n[r] = t[r].slice();
|
|
37
|
+
return new f(n);
|
|
38
|
+
},
|
|
39
|
+
call: function(n, t) {
|
|
40
|
+
if ((o = arguments.length - 2) > 0) for (var r = new Array(o), e = 0, o, u; e < o; ++e) r[e] = arguments[e + 2];
|
|
41
|
+
if (!this._.hasOwnProperty(n)) throw new Error("unknown type: " + n);
|
|
42
|
+
for (u = this._[n], e = 0, o = u.length; e < o; ++e) u[e].value.apply(t, r);
|
|
43
|
+
},
|
|
44
|
+
apply: function(n, t, r) {
|
|
45
|
+
if (!this._.hasOwnProperty(n)) throw new Error("unknown type: " + n);
|
|
46
|
+
for (var e = this._[n], o = 0, u = e.length; o < u; ++o) e[o].value.apply(t, r);
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
function w(n, t) {
|
|
50
|
+
for (var r = 0, e = n.length, o; r < e; ++r)
|
|
51
|
+
if ((o = n[r]).name === t)
|
|
52
|
+
return o.value;
|
|
53
|
+
}
|
|
54
|
+
function s(n, t, r) {
|
|
55
|
+
for (var e = 0, o = n.length; e < o; ++e)
|
|
56
|
+
if (n[e].name === t) {
|
|
57
|
+
n[e] = a, n = n.slice(0, e).concat(n.slice(e + 1));
|
|
58
|
+
break;
|
|
59
|
+
}
|
|
60
|
+
return r != null && n.push({ name: t, value: r }), n;
|
|
61
|
+
}
|
|
62
|
+
export {
|
|
63
|
+
l as default
|
|
64
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function e(u){return((u*=2)<=1?u*u*u:(u-=2)*u*u+2)/2}exports.cubicInOut=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=e=>+e;exports.linear=t;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./locale.cjs");var e;exports.format=void 0;exports.formatPrefix=void 0;r({thousands:",",grouping:[3],currency:["$",""]});function r(o){return e=t.default(o),exports.format=e.format,exports.formatPrefix=e.formatPrefix,e}exports.default=r;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import o from "./locale.js";
|
|
2
|
+
var r, t, f;
|
|
3
|
+
e({
|
|
4
|
+
thousands: ",",
|
|
5
|
+
grouping: [3],
|
|
6
|
+
currency: ["$", ""]
|
|
7
|
+
});
|
|
8
|
+
function e(a) {
|
|
9
|
+
return r = o(a), t = r.format, f = r.formatPrefix, r;
|
|
10
|
+
}
|
|
11
|
+
export {
|
|
12
|
+
e as default,
|
|
13
|
+
t as format,
|
|
14
|
+
f as formatPrefix
|
|
15
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./formatDecimal.cjs");function a(e){return e=t.formatDecimalParts(Math.abs(e)),e?e[1]:NaN}exports.default=a;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});function r(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)}function a(e,n){if((i=(e=n?e.toExponential(n-1):e.toExponential()).indexOf("e"))<0)return null;var i,t=e.slice(0,i);return[t.length>1?t[0]+t.slice(2):t,+e.slice(i+1)]}exports.default=r;exports.formatDecimalParts=a;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
function a(e) {
|
|
2
|
+
return Math.abs(e = Math.round(e)) >= 1e21 ? e.toLocaleString("en").replace(/,/g, "") : e.toString(10);
|
|
3
|
+
}
|
|
4
|
+
function r(e, i) {
|
|
5
|
+
if ((n = (e = i ? e.toExponential(i - 1) : e.toExponential()).indexOf("e")) < 0) return null;
|
|
6
|
+
var n, t = e.slice(0, n);
|
|
7
|
+
return [
|
|
8
|
+
t.length > 1 ? t[0] + t.slice(2) : t,
|
|
9
|
+
+e.slice(n + 1)
|
|
10
|
+
];
|
|
11
|
+
}
|
|
12
|
+
export {
|
|
13
|
+
a as default,
|
|
14
|
+
r as formatDecimalParts
|
|
15
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});function s(t,o){return function(l,r){for(var n=l.length,a=[],i=0,e=t[0],u=0;n>0&&e>0&&(u+e+1>r&&(e=Math.max(1,r-u)),a.push(l.substring(n-=e,n+e)),!((u+=e+1)>r));)e=t[i=(i+1)%t.length];return a.reverse().join(o)}}exports.default=s;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
function i(t, h) {
|
|
2
|
+
return function(f, r) {
|
|
3
|
+
for (var n = f.length, s = [], u = 0, e = t[0], a = 0; n > 0 && e > 0 && (a + e + 1 > r && (e = Math.max(1, r - a)), s.push(f.substring(n -= e, n + e)), !((a += e + 1) > r)); )
|
|
4
|
+
e = t[u = (u + 1) % t.length];
|
|
5
|
+
return s.reverse().join(h);
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export {
|
|
9
|
+
i as default
|
|
10
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});function u(e){return function(t){return t.replace(/[0-9]/g,function(r){return e[+r]})}}exports.default=u;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const f=require("./formatDecimal.cjs");exports.prefixExponent=void 0;function l(r,n){var a=f.formatDecimalParts(r,n);if(!a)return r+"";var t=a[0],o=a[1],e=o-(exports.prefixExponent=Math.max(-8,Math.min(8,Math.floor(o/3)))*3)+1,i=t.length;return e===i?t:e>i?t+new Array(e-i+1).join("0"):e>0?t.slice(0,e)+"."+t.slice(e):"0."+new Array(1-e).join("0")+f.formatDecimalParts(r,Math.max(0,n+e-1))[0]}exports.default=l;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { formatDecimalParts as f } from "./formatDecimal.js";
|
|
2
|
+
var m;
|
|
3
|
+
function l(a, i) {
|
|
4
|
+
var e = f(a, i);
|
|
5
|
+
if (!e) return a + "";
|
|
6
|
+
var t = e[0], o = e[1], r = o - (m = Math.max(-8, Math.min(8, Math.floor(o / 3))) * 3) + 1, n = t.length;
|
|
7
|
+
return r === n ? t : r > n ? t + new Array(r - n + 1).join("0") : r > 0 ? t.slice(0, r) + "." + t.slice(r) : "0." + new Array(1 - r).join("0") + f(a, Math.max(0, i + r - 1))[0];
|
|
8
|
+
}
|
|
9
|
+
export {
|
|
10
|
+
l as default,
|
|
11
|
+
m as prefixExponent
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("./formatDecimal.cjs");function a(n,i){var t=o.formatDecimalParts(n,i);if(!t)return n+"";var e=t[0],r=t[1];return r<0?"0."+new Array(-r).join("0")+e:e.length>r+1?e.slice(0,r+1)+"."+e.slice(r+1):e+new Array(r-e.length+2).join("0")}exports.default=a;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { formatDecimalParts as a } from "./formatDecimal.js";
|
|
2
|
+
function f(t, o) {
|
|
3
|
+
var n = a(t, o);
|
|
4
|
+
if (!n) return t + "";
|
|
5
|
+
var e = n[0], r = n[1];
|
|
6
|
+
return r < 0 ? "0." + new Array(-r).join("0") + e : e.length > r + 1 ? e.slice(0, r + 1) + "." + e.slice(r + 1) : e + new Array(r - e.length + 2).join("0");
|
|
7
|
+
}
|
|
8
|
+
export {
|
|
9
|
+
f as default
|
|
10
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});var d=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function o(t){if(!(i=d.exec(t)))throw new Error("invalid format: "+t);var i;return new n({fill:i[1],align:i[2],sign:i[3],symbol:i[4],zero:i[5],width:i[6],comma:i[7],precision:i[8]&&i[8].slice(1),trim:i[9],type:i[10]})}o.prototype=n.prototype;function n(t){this.fill=t.fill===void 0?" ":t.fill+"",this.align=t.align===void 0?">":t.align+"",this.sign=t.sign===void 0?"-":t.sign+"",this.symbol=t.symbol===void 0?"":t.symbol+"",this.zero=!!t.zero,this.width=t.width===void 0?void 0:+t.width,this.comma=!!t.comma,this.precision=t.precision===void 0?void 0:+t.precision,this.trim=!!t.trim,this.type=t.type===void 0?"":t.type+""}n.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(this.width===void 0?"":Math.max(1,this.width|0))+(this.comma?",":"")+(this.precision===void 0?"":"."+Math.max(0,this.precision|0))+(this.trim?"~":"")+this.type};exports.FormatSpecifier=n;exports.default=o;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
var o = /^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;
|
|
2
|
+
function d(t) {
|
|
3
|
+
if (!(n = o.exec(t))) throw new Error("invalid format: " + t);
|
|
4
|
+
var n;
|
|
5
|
+
return new i({
|
|
6
|
+
fill: n[1],
|
|
7
|
+
align: n[2],
|
|
8
|
+
sign: n[3],
|
|
9
|
+
symbol: n[4],
|
|
10
|
+
zero: n[5],
|
|
11
|
+
width: n[6],
|
|
12
|
+
comma: n[7],
|
|
13
|
+
precision: n[8] && n[8].slice(1),
|
|
14
|
+
trim: n[9],
|
|
15
|
+
type: n[10]
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
d.prototype = i.prototype;
|
|
19
|
+
function i(t) {
|
|
20
|
+
this.fill = t.fill === void 0 ? " " : t.fill + "", this.align = t.align === void 0 ? ">" : t.align + "", this.sign = t.sign === void 0 ? "-" : t.sign + "", this.symbol = t.symbol === void 0 ? "" : t.symbol + "", this.zero = !!t.zero, this.width = t.width === void 0 ? void 0 : +t.width, this.comma = !!t.comma, this.precision = t.precision === void 0 ? void 0 : +t.precision, this.trim = !!t.trim, this.type = t.type === void 0 ? "" : t.type + "";
|
|
21
|
+
}
|
|
22
|
+
i.prototype.toString = function() {
|
|
23
|
+
return this.fill + this.align + this.sign + this.symbol + (this.zero ? "0" : "") + (this.width === void 0 ? "" : Math.max(1, this.width | 0)) + (this.comma ? "," : "") + (this.precision === void 0 ? "" : "." + Math.max(0, this.precision | 0)) + (this.trim ? "~" : "") + this.type;
|
|
24
|
+
};
|
|
25
|
+
export {
|
|
26
|
+
i as FormatSpecifier,
|
|
27
|
+
d as default
|
|
28
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});function u(t){e:for(var l=t.length,e=1,r=-1,a;e<l;++e)switch(t[e]){case".":r=a=e;break;case"0":r===0&&(r=e),a=e;break;default:if(!+t[e])break e;r>0&&(r=0);break}return r>0?t.slice(0,r)+t.slice(a+1):t}exports.default=u;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
function c(r) {
|
|
2
|
+
e: for (var t = r.length, e = 1, a = -1, f; e < t; ++e)
|
|
3
|
+
switch (r[e]) {
|
|
4
|
+
case ".":
|
|
5
|
+
a = f = e;
|
|
6
|
+
break;
|
|
7
|
+
case "0":
|
|
8
|
+
a === 0 && (a = e), f = e;
|
|
9
|
+
break;
|
|
10
|
+
default:
|
|
11
|
+
if (!+r[e]) break e;
|
|
12
|
+
a > 0 && (a = 0);
|
|
13
|
+
break;
|
|
14
|
+
}
|
|
15
|
+
return a > 0 ? r.slice(0, a) + r.slice(f + 1) : r;
|
|
16
|
+
}
|
|
17
|
+
export {
|
|
18
|
+
c as default
|
|
19
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=require("./formatDecimal.cjs"),u=require("./formatPrefixAuto.cjs"),o=require("./formatRounded.cjs"),a={"%":(t,e)=>(t*100).toFixed(e),b:t=>Math.round(t).toString(2),c:t=>t+"",d:r.default,e:(t,e)=>t.toExponential(e),f:(t,e)=>t.toFixed(e),g:(t,e)=>t.toPrecision(e),o:t=>Math.round(t).toString(8),p:(t,e)=>o.default(t*100,e),r:o.default,s:u.default,X:t=>Math.round(t).toString(16).toUpperCase(),x:t=>Math.round(t).toString(16)};exports.default=a;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import i from "./formatDecimal.js";
|
|
2
|
+
import a from "./formatPrefixAuto.js";
|
|
3
|
+
import r from "./formatRounded.js";
|
|
4
|
+
const d = {
|
|
5
|
+
"%": (o, t) => (o * 100).toFixed(t),
|
|
6
|
+
b: (o) => Math.round(o).toString(2),
|
|
7
|
+
c: (o) => o + "",
|
|
8
|
+
d: i,
|
|
9
|
+
e: (o, t) => o.toExponential(t),
|
|
10
|
+
f: (o, t) => o.toFixed(t),
|
|
11
|
+
g: (o, t) => o.toPrecision(t),
|
|
12
|
+
o: (o) => Math.round(o).toString(8),
|
|
13
|
+
p: (o, t) => r(o * 100, t),
|
|
14
|
+
r,
|
|
15
|
+
s: a,
|
|
16
|
+
X: (o) => Math.round(o).toString(16).toUpperCase(),
|
|
17
|
+
x: (o) => Math.round(o).toString(16)
|
|
18
|
+
};
|
|
19
|
+
export {
|
|
20
|
+
d as default
|
|
21
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});function t(e){return e}exports.default=t;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const Z=require("./exponent.cjs"),B=require("./formatGroup.cjs"),D=require("./formatNumerals.cjs"),T=require("./formatSpecifier.cjs"),H=require("./formatTrim.cjs"),A=require("./formatTypes.cjs"),J=require("./formatPrefixAuto.cjs"),z=require("./identity.cjs");var N=Array.prototype.map,j=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function K(t){var M=t.grouping===void 0||t.thousands===void 0?z.default:B.default(N.call(t.grouping,Number),t.thousands+""),C=t.currency===void 0?"":t.currency[0]+"",E=t.currency===void 0?"":t.currency[1]+"",G=t.decimal===void 0?".":t.decimal+"",I=t.numerals===void 0?z.default:D.default(N.call(t.numerals,String)),L=t.percent===void 0?"%":t.percent+"",_=t.minus===void 0?"−":t.minus+"",$=t.nan===void 0?"NaN":t.nan+"";function q(r){r=T.default(r);var a=r.fill,h=r.align,f=r.sign,g=r.symbol,o=r.zero,c=r.width,b=r.comma,u=r.precision,w=r.trim,e=r.type;e==="n"?(b=!0,e="g"):A.default[e]||(u===void 0&&(u=12),w=!0,e="g"),(o||a==="0"&&h==="=")&&(o=!0,a="0",h="=");var O=g==="$"?C:g==="#"&&/[boxX]/.test(e)?"0"+e.toLowerCase():"",X=g==="$"?E:/[%p]/.test(e)?L:"",S=A.default[e],Y=/[defgprs%]/.test(e);u=u===void 0?6:/[gprs]/.test(e)?Math.max(1,Math.min(21,u)):Math.max(0,Math.min(20,u));function k(n){var m=O,i=X,s,P,y;if(e==="c")i=S(n)+i,n="";else{n=+n;var x=n<0||1/n<0;if(n=isNaN(n)?$:S(Math.abs(n),u),w&&(n=H.default(n)),x&&+n==0&&f!=="+"&&(x=!1),m=(x?f==="("?f:_:f==="-"||f==="("?"":f)+m,i=(e==="s"?j[8+J.prefixExponent/3]:"")+i+(x&&f==="("?")":""),Y){for(s=-1,P=n.length;++s<P;)if(y=n.charCodeAt(s),48>y||y>57){i=(y===46?G+n.slice(s+1):n.slice(s))+i,n=n.slice(0,s);break}}}b&&!o&&(n=M(n,1/0));var p=m.length+n.length+i.length,d=p<c?new Array(c-p+1).join(a):"";switch(b&&o&&(n=M(d+n,d.length?c-i.length:1/0),d=""),h){case"<":n=m+n+i+d;break;case"=":n=m+d+n+i;break;case"^":n=d.slice(0,p=d.length>>1)+m+n+i+d.slice(p);break;default:n=d+m+n+i;break}return I(n)}return k.toString=function(){return r+""},k}function F(r,a){var h=q((r=T.default(r),r.type="f",r)),f=Math.max(-8,Math.min(8,Math.floor(Z.default(a)/3)))*3,g=Math.pow(10,-f),o=j[8+f/3];return function(c){return h(g*c)+o}}return{format:q,formatPrefix:F}}exports.default=K;
|