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 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const L=require("./nice.cjs"),k=require("./continuous.cjs"),S=require("./init.cjs"),q=require("../../d3-array/src/ticks.cjs"),j=require("../../d3-format/src/formatSpecifier.cjs"),F=require("../../d3-format/src/defaultLocale.cjs");function y(t){return Math.log(t)}function v(t){return Math.exp(t)}function _(t){return-Math.log(-t)}function b(t){return-Math.exp(-t)}function z(t){return isFinite(t)?+("1e"+t):t<0?0:t}function I(t){return t===10?z:t===Math.E?Math.exp:n=>Math.pow(t,n)}function O(t){return t===Math.E?Math.log:t===10&&Math.log10||t===2&&Math.log2||(t=Math.log(t),n=>Math.log(n)/t)}function w(t){return(n,c)=>-t(-n,c)}function E(t){const n=t(y,v),c=n.domain;let l=10,s,u;function p(){return s=O(l),u=I(l),c()[0]<0?(s=w(s),u=w(u),t(_,b)):t(y,v),n}return n.base=function(e){return arguments.length?(l=+e,p()):l},n.domain=function(e){return arguments.length?(c(e),p()):c()},n.ticks=e=>{const r=c();let a=r[0],i=r[r.length-1];const m=i<a;m&&([a,i]=[i,a]);let o=s(a),g=s(i),f,h;const d=e==null?10:+e;let M=[];if(!(l%1)&&g-o<d){if(o=Math.floor(o),g=Math.ceil(g),a>0){for(;o<=g;++o)for(f=1;f<l;++f)if(h=o<0?f/u(-o):f*u(o),!(h<a)){if(h>i)break;M.push(h)}}else for(;o<=g;++o)for(f=l-1;f>=1;--f)if(h=o>0?f/u(-o):f*u(o),!(h<a)){if(h>i)break;M.push(h)}M.length*2<d&&(M=q.default(a,i,d))}else M=q.default(o,g,Math.min(g-o,d)).map(u);return m?M.reverse():M},n.tickFormat=(e,r)=>{if(e==null&&(e=10),r==null&&(r=l===10?"s":","),typeof r!="function"&&(!(l%1)&&(r=j.default(r)).precision==null&&(r.trim=!0),r=F.format(r)),e===1/0)return r;const a=Math.max(1,l*e/n.ticks().length);return i=>{let m=i/u(Math.round(s(i)));return m*l<l-.5&&(m*=l),m<=a?r(i):""}},n.nice=()=>c(L.default(c(),{floor:e=>u(Math.floor(s(e))),ceil:e=>u(Math.ceil(s(e)))})),n}function x(){const t=E(k.transformer()).domain([1,10]);return t.copy=()=>k.copy(t,x()).base(t.base()),S.initRange.apply(t,arguments),t}exports.default=x;exports.loggish=E;
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import E from "./nice.js";
|
|
2
|
+
import { transformer as v, copy as F } from "./continuous.js";
|
|
3
|
+
import { initRange as L } from "./init.js";
|
|
4
|
+
import d from "../../d3-array/src/ticks.js";
|
|
5
|
+
import j from "../../d3-format/src/formatSpecifier.js";
|
|
6
|
+
import { format as z } from "../../d3-format/src/defaultLocale.js";
|
|
7
|
+
function y(t) {
|
|
8
|
+
return Math.log(t);
|
|
9
|
+
}
|
|
10
|
+
function w(t) {
|
|
11
|
+
return Math.exp(t);
|
|
12
|
+
}
|
|
13
|
+
function I(t) {
|
|
14
|
+
return -Math.log(-t);
|
|
15
|
+
}
|
|
16
|
+
function R(t) {
|
|
17
|
+
return -Math.exp(-t);
|
|
18
|
+
}
|
|
19
|
+
function S(t) {
|
|
20
|
+
return isFinite(t) ? +("1e" + t) : t < 0 ? 0 : t;
|
|
21
|
+
}
|
|
22
|
+
function q(t) {
|
|
23
|
+
return t === 10 ? S : t === Math.E ? Math.exp : (n) => Math.pow(t, n);
|
|
24
|
+
}
|
|
25
|
+
function A(t) {
|
|
26
|
+
return t === Math.E ? Math.log : t === 10 && Math.log10 || t === 2 && Math.log2 || (t = Math.log(t), (n) => Math.log(n) / t);
|
|
27
|
+
}
|
|
28
|
+
function x(t) {
|
|
29
|
+
return (n, m) => -t(-n, m);
|
|
30
|
+
}
|
|
31
|
+
function B(t) {
|
|
32
|
+
const n = t(y, w), m = n.domain;
|
|
33
|
+
let l = 10, h, i;
|
|
34
|
+
function k() {
|
|
35
|
+
return h = A(l), i = q(l), m()[0] < 0 ? (h = x(h), i = x(i), t(I, R)) : t(y, w), n;
|
|
36
|
+
}
|
|
37
|
+
return n.base = function(o) {
|
|
38
|
+
return arguments.length ? (l = +o, k()) : l;
|
|
39
|
+
}, n.domain = function(o) {
|
|
40
|
+
return arguments.length ? (m(o), k()) : m();
|
|
41
|
+
}, n.ticks = (o) => {
|
|
42
|
+
const e = m();
|
|
43
|
+
let u = e[0], f = e[e.length - 1];
|
|
44
|
+
const M = f < u;
|
|
45
|
+
M && ([u, f] = [f, u]);
|
|
46
|
+
let r = h(u), g = h(f), a, c;
|
|
47
|
+
const p = o == null ? 10 : +o;
|
|
48
|
+
let s = [];
|
|
49
|
+
if (!(l % 1) && g - r < p) {
|
|
50
|
+
if (r = Math.floor(r), g = Math.ceil(g), u > 0) {
|
|
51
|
+
for (; r <= g; ++r)
|
|
52
|
+
for (a = 1; a < l; ++a)
|
|
53
|
+
if (c = r < 0 ? a / i(-r) : a * i(r), !(c < u)) {
|
|
54
|
+
if (c > f) break;
|
|
55
|
+
s.push(c);
|
|
56
|
+
}
|
|
57
|
+
} else for (; r <= g; ++r)
|
|
58
|
+
for (a = l - 1; a >= 1; --a)
|
|
59
|
+
if (c = r > 0 ? a / i(-r) : a * i(r), !(c < u)) {
|
|
60
|
+
if (c > f) break;
|
|
61
|
+
s.push(c);
|
|
62
|
+
}
|
|
63
|
+
s.length * 2 < p && (s = d(u, f, p));
|
|
64
|
+
} else
|
|
65
|
+
s = d(r, g, Math.min(g - r, p)).map(i);
|
|
66
|
+
return M ? s.reverse() : s;
|
|
67
|
+
}, n.tickFormat = (o, e) => {
|
|
68
|
+
if (o == null && (o = 10), e == null && (e = l === 10 ? "s" : ","), typeof e != "function" && (!(l % 1) && (e = j(e)).precision == null && (e.trim = !0), e = z(e)), o === 1 / 0) return e;
|
|
69
|
+
const u = Math.max(1, l * o / n.ticks().length);
|
|
70
|
+
return (f) => {
|
|
71
|
+
let M = f / i(Math.round(h(f)));
|
|
72
|
+
return M * l < l - 0.5 && (M *= l), M <= u ? e(f) : "";
|
|
73
|
+
};
|
|
74
|
+
}, n.nice = () => m(E(m(), {
|
|
75
|
+
floor: (o) => i(Math.floor(h(o))),
|
|
76
|
+
ceil: (o) => i(Math.ceil(h(o)))
|
|
77
|
+
})), n;
|
|
78
|
+
}
|
|
79
|
+
function C() {
|
|
80
|
+
const t = B(v()).domain([1, 10]);
|
|
81
|
+
return t.copy = () => F(t, C()).base(t.base()), L.apply(t, arguments), t;
|
|
82
|
+
}
|
|
83
|
+
export {
|
|
84
|
+
C as default,
|
|
85
|
+
B as loggish
|
|
86
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});function s(e,f){e=e.slice();var t=0,l=e.length-1,u=e[t],r=e[l],c;return r<u&&(c=t,t=l,l=c,c=u,u=r,r=c),e[t]=f.floor(u),e[l]=f.ceil(r),e}exports.default=s;
|
|
@@ -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 s=require("./init.cjs"),l=require("../../internmap/src/index.cjs"),a=Symbol("implicit");function c(){var i=new l.InternMap,r=[],u=[],o=a;function n(e){let t=i.get(e);if(t===void 0){if(o!==a)return o;i.set(e,t=r.push(e)-1)}return u[t%u.length]}return n.domain=function(e){if(!arguments.length)return r.slice();r=[],i=new l.InternMap;for(const t of e)i.has(t)||i.set(t,r.push(t)-1);return n},n.range=function(e){return arguments.length?(u=Array.from(e),n):u.slice()},n.unknown=function(e){return arguments.length?(o=e,n):o},n.copy=function(){return c(r,u).unknown(o)},s.initRange.apply(n,arguments),n}exports.default=c;exports.implicit=a;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { initRange as c } from "./init.js";
|
|
2
|
+
import { InternMap as a } from "../../internmap/src/index.js";
|
|
3
|
+
const f = Symbol("implicit");
|
|
4
|
+
function l() {
|
|
5
|
+
var r = new a(), i = [], u = [], o = f;
|
|
6
|
+
function n(t) {
|
|
7
|
+
let e = r.get(t);
|
|
8
|
+
if (e === void 0) {
|
|
9
|
+
if (o !== f) return o;
|
|
10
|
+
r.set(t, e = i.push(t) - 1);
|
|
11
|
+
}
|
|
12
|
+
return u[e % u.length];
|
|
13
|
+
}
|
|
14
|
+
return n.domain = function(t) {
|
|
15
|
+
if (!arguments.length) return i.slice();
|
|
16
|
+
i = [], r = new a();
|
|
17
|
+
for (const e of t)
|
|
18
|
+
r.has(e) || r.set(e, i.push(e) - 1);
|
|
19
|
+
return n;
|
|
20
|
+
}, n.range = function(t) {
|
|
21
|
+
return arguments.length ? (u = Array.from(t), n) : u.slice();
|
|
22
|
+
}, n.unknown = function(t) {
|
|
23
|
+
return arguments.length ? (o = t, n) : o;
|
|
24
|
+
}, n.copy = function() {
|
|
25
|
+
return l(i, u).unknown(o);
|
|
26
|
+
}, c.apply(n, arguments), n;
|
|
27
|
+
}
|
|
28
|
+
export {
|
|
29
|
+
l as default,
|
|
30
|
+
f as implicit
|
|
31
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const c=require("./linear.cjs"),r=require("./continuous.cjs"),l=require("./init.cjs");function i(n){return function(t){return t<0?-Math.pow(-t,n):Math.pow(t,n)}}function p(n){return n<0?-Math.sqrt(-n):Math.sqrt(n)}function f(n){return n<0?-n*n:n*n}function o(n){var t=n(r.identity,r.identity),e=1;function a(){return e===1?n(r.identity,r.identity):e===.5?n(p,f):n(i(e),i(1/e))}return t.exponent=function(s){return arguments.length?(e=+s,a()):e},c.linearish(t)}function u(){var n=o(r.transformer());return n.copy=function(){return r.copy(n,u()).exponent(n.exponent())},l.initRange.apply(n,arguments),n}function q(){return u.apply(null,arguments).exponent(.5)}exports.default=u;exports.powish=o;exports.sqrt=q;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { linearish as p } from "./linear.js";
|
|
2
|
+
import { transformer as c, copy as f, identity as e } from "./continuous.js";
|
|
3
|
+
import { initRange as s } from "./init.js";
|
|
4
|
+
function o(n) {
|
|
5
|
+
return function(t) {
|
|
6
|
+
return t < 0 ? -Math.pow(-t, n) : Math.pow(t, n);
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
function l(n) {
|
|
10
|
+
return n < 0 ? -Math.sqrt(-n) : Math.sqrt(n);
|
|
11
|
+
}
|
|
12
|
+
function m(n) {
|
|
13
|
+
return n < 0 ? -n * n : n * n;
|
|
14
|
+
}
|
|
15
|
+
function h(n) {
|
|
16
|
+
var t = n(e, e), r = 1;
|
|
17
|
+
function a() {
|
|
18
|
+
return r === 1 ? n(e, e) : r === 0.5 ? n(l, m) : n(o(r), o(1 / r));
|
|
19
|
+
}
|
|
20
|
+
return t.exponent = function(i) {
|
|
21
|
+
return arguments.length ? (r = +i, a()) : r;
|
|
22
|
+
}, p(t);
|
|
23
|
+
}
|
|
24
|
+
function u() {
|
|
25
|
+
var n = h(c());
|
|
26
|
+
return n.copy = function() {
|
|
27
|
+
return f(n, u()).exponent(n.exponent());
|
|
28
|
+
}, s.apply(n, arguments), n;
|
|
29
|
+
}
|
|
30
|
+
function y() {
|
|
31
|
+
return u.apply(null, arguments).exponent(0.5);
|
|
32
|
+
}
|
|
33
|
+
export {
|
|
34
|
+
u as default,
|
|
35
|
+
h as powish,
|
|
36
|
+
y as sqrt
|
|
37
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("./init.cjs"),c=require("../../d3-array/src/ascending.cjs"),f=require("../../d3-array/src/quantile.cjs"),g=require("../../d3-array/src/bisect.cjs");function l(){var t=[],i=[],u=[],a;function o(){var n=0,e=Math.max(1,i.length);for(u=new Array(e-1);++n<e;)u[n-1]=f.quantileSorted(t,n/e);return r}function r(n){return n==null||isNaN(n=+n)?a:i[g.bisectRight(u,n)]}return r.invertExtent=function(n){var e=i.indexOf(n);return e<0?[NaN,NaN]:[e>0?u[e-1]:t[0],e<u.length?u[e]:t[t.length-1]]},r.domain=function(n){if(!arguments.length)return t.slice();t=[];for(let e of n)e!=null&&!isNaN(e=+e)&&t.push(e);return t.sort(c.default),o()},r.range=function(n){return arguments.length?(i=Array.from(n),o()):i.slice()},r.unknown=function(n){return arguments.length?(a=n,r):a},r.quantiles=function(){return u.slice()},r.copy=function(){return l().domain(t).range(i).unknown(a)},s.initRange.apply(r,arguments)}exports.default=l;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { initRange as l } from "./init.js";
|
|
2
|
+
import f from "../../d3-array/src/ascending.js";
|
|
3
|
+
import { quantileSorted as s } from "../../d3-array/src/quantile.js";
|
|
4
|
+
import { bisectRight as c } from "../../d3-array/src/bisect.js";
|
|
5
|
+
function m() {
|
|
6
|
+
var t = [], u = [], i = [], a;
|
|
7
|
+
function o() {
|
|
8
|
+
var n = 0, r = Math.max(1, u.length);
|
|
9
|
+
for (i = new Array(r - 1); ++n < r; ) i[n - 1] = s(t, n / r);
|
|
10
|
+
return e;
|
|
11
|
+
}
|
|
12
|
+
function e(n) {
|
|
13
|
+
return n == null || isNaN(n = +n) ? a : u[c(i, n)];
|
|
14
|
+
}
|
|
15
|
+
return e.invertExtent = function(n) {
|
|
16
|
+
var r = u.indexOf(n);
|
|
17
|
+
return r < 0 ? [NaN, NaN] : [
|
|
18
|
+
r > 0 ? i[r - 1] : t[0],
|
|
19
|
+
r < i.length ? i[r] : t[t.length - 1]
|
|
20
|
+
];
|
|
21
|
+
}, e.domain = function(n) {
|
|
22
|
+
if (!arguments.length) return t.slice();
|
|
23
|
+
t = [];
|
|
24
|
+
for (let r of n) r != null && !isNaN(r = +r) && t.push(r);
|
|
25
|
+
return t.sort(f), o();
|
|
26
|
+
}, e.range = function(n) {
|
|
27
|
+
return arguments.length ? (u = Array.from(n), o()) : u.slice();
|
|
28
|
+
}, e.unknown = function(n) {
|
|
29
|
+
return arguments.length ? (a = n, e) : a;
|
|
30
|
+
}, e.quantiles = function() {
|
|
31
|
+
return i.slice();
|
|
32
|
+
}, e.copy = function() {
|
|
33
|
+
return m().domain(t).range(u).unknown(a);
|
|
34
|
+
}, l.apply(e, arguments);
|
|
35
|
+
}
|
|
36
|
+
export {
|
|
37
|
+
m as default
|
|
38
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const g=require("./linear.cjs"),f=require("./init.cjs"),d=require("../../d3-array/src/bisect.cjs");function s(){var i=0,u=1,r=1,t=[.5],a=[0,1],c;function e(n){return n!=null&&n<=n?a[d.bisectRight(t,n,0,r)]:c}function l(){var n=-1;for(t=new Array(r);++n<r;)t[n]=((n+1)*u-(n-r)*i)/(r+1);return e}return e.domain=function(n){return arguments.length?([i,u]=n,i=+i,u=+u,l()):[i,u]},e.range=function(n){return arguments.length?(r=(a=Array.from(n)).length-1,l()):a.slice()},e.invertExtent=function(n){var o=a.indexOf(n);return o<0?[NaN,NaN]:o<1?[i,t[0]]:o>=r?[t[r-1],u]:[t[o-1],t[o]]},e.unknown=function(n){return arguments.length&&(c=n),e},e.thresholds=function(){return t.slice()},e.copy=function(){return s().domain([i,u]).range(a).unknown(c)},f.initRange.apply(g.linearish(e),arguments)}exports.default=s;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { linearish as l } from "./linear.js";
|
|
2
|
+
import { initRange as m } from "./init.js";
|
|
3
|
+
import { bisectRight as g } from "../../d3-array/src/bisect.js";
|
|
4
|
+
function s() {
|
|
5
|
+
var i = 0, u = 1, t = 1, e = [0.5], a = [0, 1], c;
|
|
6
|
+
function r(n) {
|
|
7
|
+
return n != null && n <= n ? a[g(e, n, 0, t)] : c;
|
|
8
|
+
}
|
|
9
|
+
function f() {
|
|
10
|
+
var n = -1;
|
|
11
|
+
for (e = new Array(t); ++n < t; ) e[n] = ((n + 1) * u - (n - t) * i) / (t + 1);
|
|
12
|
+
return r;
|
|
13
|
+
}
|
|
14
|
+
return r.domain = function(n) {
|
|
15
|
+
return arguments.length ? ([i, u] = n, i = +i, u = +u, f()) : [i, u];
|
|
16
|
+
}, r.range = function(n) {
|
|
17
|
+
return arguments.length ? (t = (a = Array.from(n)).length - 1, f()) : a.slice();
|
|
18
|
+
}, r.invertExtent = function(n) {
|
|
19
|
+
var o = a.indexOf(n);
|
|
20
|
+
return o < 0 ? [NaN, NaN] : o < 1 ? [i, e[0]] : o >= t ? [e[t - 1], u] : [e[o - 1], e[o]];
|
|
21
|
+
}, r.unknown = function(n) {
|
|
22
|
+
return arguments.length && (c = n), r;
|
|
23
|
+
}, r.thresholds = function() {
|
|
24
|
+
return e.slice();
|
|
25
|
+
}, r.copy = function() {
|
|
26
|
+
return s().domain([i, u]).range(a).unknown(c);
|
|
27
|
+
}, m.apply(l(r), arguments);
|
|
28
|
+
}
|
|
29
|
+
export {
|
|
30
|
+
s as default
|
|
31
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const p=require("./continuous.cjs"),q=require("./init.cjs"),v=require("./linear.cjs"),k=require("../../d3-interpolate/src/value.cjs"),w=require("../../d3-interpolate/src/round.cjs");function M(){var t=0,e=1,u,o,i,l,a=p.identity,c=!1,s;function r(n){return n==null||isNaN(n=+n)?s:a(i===0?.5:(n=(l(n)-u)*i,c?Math.max(0,Math.min(1,n)):n))}r.domain=function(n){return arguments.length?([t,e]=n,u=l(t=+t),o=l(e=+e),i=u===o?0:1/(o-u),r):[t,e]},r.clamp=function(n){return arguments.length?(c=!!n,r):c},r.interpolator=function(n){return arguments.length?(a=n,r):a};function f(n){return function(y){var m,g;return arguments.length?([m,g]=y,a=n(m,g),r):[a(0),a(1)]}}return r.range=f(k.default),r.rangeRound=f(w.default),r.unknown=function(n){return arguments.length?(s=n,r):s},function(n){return l=n,u=n(t),o=n(e),i=u===o?0:1/(o-u),r}}function d(t,e){return e.domain(t.domain()).interpolator(t.interpolator()).clamp(t.clamp()).unknown(t.unknown())}function h(){var t=v.linearish(M()(p.identity));return t.copy=function(){return d(t,h())},q.initInterpolator.apply(t,arguments)}exports.copy=d;exports.default=h;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { identity as s } from "./continuous.js";
|
|
2
|
+
import { initInterpolator as d } from "./init.js";
|
|
3
|
+
import { linearish as k } from "./linear.js";
|
|
4
|
+
import w from "../../d3-interpolate/src/value.js";
|
|
5
|
+
import y from "../../d3-interpolate/src/round.js";
|
|
6
|
+
function v() {
|
|
7
|
+
var r = 0, o = 1, e, a, i, m, u = s, l = !1, f;
|
|
8
|
+
function t(n) {
|
|
9
|
+
return n == null || isNaN(n = +n) ? f : u(i === 0 ? 0.5 : (n = (m(n) - e) * i, l ? Math.max(0, Math.min(1, n)) : n));
|
|
10
|
+
}
|
|
11
|
+
t.domain = function(n) {
|
|
12
|
+
return arguments.length ? ([r, o] = n, e = m(r = +r), a = m(o = +o), i = e === a ? 0 : 1 / (a - e), t) : [r, o];
|
|
13
|
+
}, t.clamp = function(n) {
|
|
14
|
+
return arguments.length ? (l = !!n, t) : l;
|
|
15
|
+
}, t.interpolator = function(n) {
|
|
16
|
+
return arguments.length ? (u = n, t) : u;
|
|
17
|
+
};
|
|
18
|
+
function p(n) {
|
|
19
|
+
return function(h) {
|
|
20
|
+
var c, g;
|
|
21
|
+
return arguments.length ? ([c, g] = h, u = n(c, g), t) : [u(0), u(1)];
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
return t.range = p(w), t.rangeRound = p(y), t.unknown = function(n) {
|
|
25
|
+
return arguments.length ? (f = n, t) : f;
|
|
26
|
+
}, function(n) {
|
|
27
|
+
return m = n, e = n(r), a = n(o), i = e === a ? 0 : 1 / (a - e), t;
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
function M(r, o) {
|
|
31
|
+
return o.domain(r.domain()).interpolator(r.interpolator()).clamp(r.clamp()).unknown(r.unknown());
|
|
32
|
+
}
|
|
33
|
+
function N() {
|
|
34
|
+
var r = k(v()(s));
|
|
35
|
+
return r.copy = function() {
|
|
36
|
+
return M(r, N());
|
|
37
|
+
}, d.apply(r, arguments);
|
|
38
|
+
}
|
|
39
|
+
export {
|
|
40
|
+
M as copy,
|
|
41
|
+
N as default
|
|
42
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const c=require("./linear.cjs"),r=require("./continuous.cjs"),l=require("./init.cjs");function o(n){return function(t){return Math.sign(t)*Math.log1p(Math.abs(t/n))}}function u(n){return function(t){return Math.sign(t)*Math.expm1(Math.abs(t))*n}}function a(n){var t=1,e=n(o(t),u(t));return e.constant=function(s){return arguments.length?n(o(t=+s),u(t)):t},c.linearish(e)}function i(){var n=a(r.transformer());return n.copy=function(){return r.copy(n,i()).constant(n.constant())},l.initRange.apply(n,arguments)}exports.default=i;exports.symlogish=a;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { linearish as u } from "./linear.js";
|
|
2
|
+
import { transformer as i, copy as s } from "./continuous.js";
|
|
3
|
+
import { initRange as c } from "./init.js";
|
|
4
|
+
function o(n) {
|
|
5
|
+
return function(t) {
|
|
6
|
+
return Math.sign(t) * Math.log1p(Math.abs(t / n));
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
function a(n) {
|
|
10
|
+
return function(t) {
|
|
11
|
+
return Math.sign(t) * Math.expm1(Math.abs(t)) * n;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
function m(n) {
|
|
15
|
+
var t = 1, r = n(o(t), a(t));
|
|
16
|
+
return r.constant = function(e) {
|
|
17
|
+
return arguments.length ? n(o(t = +e), a(t)) : t;
|
|
18
|
+
}, u(r);
|
|
19
|
+
}
|
|
20
|
+
function f() {
|
|
21
|
+
var n = m(i());
|
|
22
|
+
return n.copy = function() {
|
|
23
|
+
return s(n, f()).constant(n.constant());
|
|
24
|
+
}, c.apply(n, arguments);
|
|
25
|
+
}
|
|
26
|
+
export {
|
|
27
|
+
f as default,
|
|
28
|
+
m as symlogish
|
|
29
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("./init.cjs"),g=require("../../d3-array/src/bisect.cjs");function a(){var t=[.5],r=[0,1],u,i=1;function e(n){return n!=null&&n<=n?r[g.bisectRight(t,n,0,i)]:u}return e.domain=function(n){return arguments.length?(t=Array.from(n),i=Math.min(t.length,r.length-1),e):t.slice()},e.range=function(n){return arguments.length?(r=Array.from(n),i=Math.min(t.length,r.length-1),e):r.slice()},e.invertExtent=function(n){var o=r.indexOf(n);return[t[o-1],t[o]]},e.unknown=function(n){return arguments.length?(u=n,e):u},e.copy=function(){return a().domain(t).range(r).unknown(u)},l.initRange.apply(e,arguments)}exports.default=a;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { initRange as a } from "./init.js";
|
|
2
|
+
import { bisectRight as g } from "../../d3-array/src/bisect.js";
|
|
3
|
+
function l() {
|
|
4
|
+
var r = [0.5], e = [0, 1], i, u = 1;
|
|
5
|
+
function t(n) {
|
|
6
|
+
return n != null && n <= n ? e[g(r, n, 0, u)] : i;
|
|
7
|
+
}
|
|
8
|
+
return t.domain = function(n) {
|
|
9
|
+
return arguments.length ? (r = Array.from(n), u = Math.min(r.length, e.length - 1), t) : r.slice();
|
|
10
|
+
}, t.range = function(n) {
|
|
11
|
+
return arguments.length ? (e = Array.from(n), u = Math.min(r.length, e.length - 1), t) : e.slice();
|
|
12
|
+
}, t.invertExtent = function(n) {
|
|
13
|
+
var o = e.indexOf(n);
|
|
14
|
+
return [r[o - 1], r[o]];
|
|
15
|
+
}, t.unknown = function(n) {
|
|
16
|
+
return arguments.length ? (i = n, t) : i;
|
|
17
|
+
}, t.copy = function() {
|
|
18
|
+
return l().domain(r).range(e).unknown(i);
|
|
19
|
+
}, a.apply(t, arguments);
|
|
20
|
+
}
|
|
21
|
+
export {
|
|
22
|
+
l as default
|
|
23
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const c=require("../../d3-array/src/ticks.cjs"),i=require("../../d3-format/src/formatSpecifier.cjs"),l=require("../../d3-format/src/precisionFixed.cjs"),d=require("../../d3-format/src/precisionRound.cjs"),b=require("../../d3-format/src/precisionPrefix.cjs"),u=require("../../d3-format/src/defaultLocale.cjs");function M(t,r,s,a){var n=c.tickStep(t,r,s),e;switch(a=i.default(a??",f"),a.type){case"s":{var o=Math.max(Math.abs(t),Math.abs(r));return a.precision==null&&!isNaN(e=b.default(n,o))&&(a.precision=e),u.formatPrefix(a,o)}case"":case"e":case"g":case"p":case"r":{a.precision==null&&!isNaN(e=d.default(n,Math.max(Math.abs(t),Math.abs(r))))&&(a.precision=e-(a.type==="e"));break}case"f":case"%":{a.precision==null&&!isNaN(e=l.default(n))&&(a.precision=e-(a.type==="%")*2);break}}return u.format(a)}exports.default=M;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { tickStep as s } from "../../d3-array/src/ticks.js";
|
|
2
|
+
import c from "../../d3-format/src/formatSpecifier.js";
|
|
3
|
+
import e from "../../d3-format/src/precisionFixed.js";
|
|
4
|
+
import p from "../../d3-format/src/precisionRound.js";
|
|
5
|
+
import l from "../../d3-format/src/precisionPrefix.js";
|
|
6
|
+
import { formatPrefix as u, format as h } from "../../d3-format/src/defaultLocale.js";
|
|
7
|
+
function d(r, t, i, a) {
|
|
8
|
+
var n = s(r, t, i), o;
|
|
9
|
+
switch (a = c(a ?? ",f"), a.type) {
|
|
10
|
+
case "s": {
|
|
11
|
+
var m = Math.max(Math.abs(r), Math.abs(t));
|
|
12
|
+
return a.precision == null && !isNaN(o = l(n, m)) && (a.precision = o), u(a, m);
|
|
13
|
+
}
|
|
14
|
+
case "":
|
|
15
|
+
case "e":
|
|
16
|
+
case "g":
|
|
17
|
+
case "p":
|
|
18
|
+
case "r": {
|
|
19
|
+
a.precision == null && !isNaN(o = p(n, Math.max(Math.abs(r), Math.abs(t)))) && (a.precision = o - (a.type === "e"));
|
|
20
|
+
break;
|
|
21
|
+
}
|
|
22
|
+
case "f":
|
|
23
|
+
case "%": {
|
|
24
|
+
a.precision == null && !isNaN(o = e(n)) && (a.precision = o - (a.type === "%") * 2);
|
|
25
|
+
break;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
return h(a);
|
|
29
|
+
}
|
|
30
|
+
export {
|
|
31
|
+
d as default
|
|
32
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const y=require("./continuous.cjs"),Y=require("./init.cjs"),v=require("./nice.cjs"),H=require("../../d3-time-format/src/defaultLocale.cjs"),I=require("../../d3-time/src/second.cjs"),L=require("../../d3-time/src/minute.cjs"),_=require("../../d3-time/src/hour.cjs"),j=require("../../d3-time/src/day.cjs"),A=require("../../d3-time/src/week.cjs"),B=require("../../d3-time/src/month.cjs"),O=require("../../d3-time/src/year.cjs"),d=require("../../d3-time/src/ticks.cjs");function P(u){return new Date(u)}function R(u){return u instanceof Date?+u:+new Date(+u)}function o(u,c,s,a,m,f,l,q,g,t){var e=y.default(),D=e.invert,i=e.domain,M=t(".%L"),p=t(":%S"),h=t("%I:%M"),k=t("%I %p"),w=t("%a %d"),S=t("%b %d"),b=t("%B"),F=t("%Y");function T(n){return(g(n)<n?M:q(n)<n?p:l(n)<n?h:f(n)<n?k:a(n)<n?m(n)<n?w:S:s(n)<n?b:F)(n)}return e.invert=function(n){return new Date(D(n))},e.domain=function(n){return arguments.length?i(Array.from(n,R)):i().map(P)},e.ticks=function(n){var r=i();return u(r[0],r[r.length-1],n??10)},e.tickFormat=function(n,r){return r==null?T:t(r)},e.nice=function(n){var r=i();return(!n||typeof n.range!="function")&&(n=c(r[0],r[r.length-1],n??10)),n?i(v.default(r,n)):e},e.copy=function(){return y.copy(e,o(u,c,s,a,m,f,l,q,g,t))},e}function W(){return Y.initRange.apply(o(d.timeTicks,d.timeTickInterval,O.timeYear,B.timeMonth,A.timeSunday,j.timeDay,_.timeHour,L.timeMinute,I.second,H.timeFormat).domain([new Date(2e3,0,1),new Date(2e3,0,2)]),arguments)}exports.calendar=o;exports.default=W;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import H, { copy as I } from "./continuous.js";
|
|
2
|
+
import { initRange as T } from "./init.js";
|
|
3
|
+
import x from "./nice.js";
|
|
4
|
+
import { timeFormat as A } from "../../d3-time-format/src/defaultLocale.js";
|
|
5
|
+
import { second as B } from "../../d3-time/src/second.js";
|
|
6
|
+
import { timeMinute as L } from "../../d3-time/src/minute.js";
|
|
7
|
+
import { timeHour as R } from "../../d3-time/src/hour.js";
|
|
8
|
+
import { timeDay as W } from "../../d3-time/src/day.js";
|
|
9
|
+
import { timeSunday as j } from "../../d3-time/src/week.js";
|
|
10
|
+
import { timeMonth as q } from "../../d3-time/src/month.js";
|
|
11
|
+
import { timeYear as v } from "../../d3-time/src/year.js";
|
|
12
|
+
import { timeTickInterval as z, timeTicks as C } from "../../d3-time/src/ticks.js";
|
|
13
|
+
function E(i) {
|
|
14
|
+
return new Date(i);
|
|
15
|
+
}
|
|
16
|
+
function G(i) {
|
|
17
|
+
return i instanceof Date ? +i : +/* @__PURE__ */ new Date(+i);
|
|
18
|
+
}
|
|
19
|
+
function g(i, u, e, f, c, p, a, l, D, t) {
|
|
20
|
+
var r = H(), s = r.invert, m = r.domain, y = t(".%L"), M = t(":%S"), w = t("%I:%M"), h = t("%I %p"), k = t("%a %d"), F = t("%b %d"), S = t("%B"), Y = t("%Y");
|
|
21
|
+
function b(n) {
|
|
22
|
+
return (D(n) < n ? y : l(n) < n ? M : a(n) < n ? w : p(n) < n ? h : f(n) < n ? c(n) < n ? k : F : e(n) < n ? S : Y)(n);
|
|
23
|
+
}
|
|
24
|
+
return r.invert = function(n) {
|
|
25
|
+
return new Date(s(n));
|
|
26
|
+
}, r.domain = function(n) {
|
|
27
|
+
return arguments.length ? m(Array.from(n, G)) : m().map(E);
|
|
28
|
+
}, r.ticks = function(n) {
|
|
29
|
+
var o = m();
|
|
30
|
+
return i(o[0], o[o.length - 1], n ?? 10);
|
|
31
|
+
}, r.tickFormat = function(n, o) {
|
|
32
|
+
return o == null ? b : t(o);
|
|
33
|
+
}, r.nice = function(n) {
|
|
34
|
+
var o = m();
|
|
35
|
+
return (!n || typeof n.range != "function") && (n = u(o[0], o[o.length - 1], n ?? 10)), n ? m(x(o, n)) : r;
|
|
36
|
+
}, r.copy = function() {
|
|
37
|
+
return I(r, g(i, u, e, f, c, p, a, l, D, t));
|
|
38
|
+
}, r;
|
|
39
|
+
}
|
|
40
|
+
function d() {
|
|
41
|
+
return T.apply(g(C, z, v, q, j, W, R, L, B, A).domain([new Date(2e3, 0, 1), new Date(2e3, 0, 2)]), arguments);
|
|
42
|
+
}
|
|
43
|
+
export {
|
|
44
|
+
g as calendar,
|
|
45
|
+
d as default
|
|
46
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./time.cjs"),r=require("./init.cjs"),u=require("../../d3-time-format/src/defaultLocale.cjs"),c=require("../../d3-time/src/second.cjs"),n=require("../../d3-time/src/minute.cjs"),i=require("../../d3-time/src/hour.cjs"),o=require("../../d3-time/src/day.cjs"),a=require("../../d3-time/src/week.cjs"),s=require("../../d3-time/src/month.cjs"),d=require("../../d3-time/src/year.cjs"),e=require("../../d3-time/src/ticks.cjs");function l(){return r.initRange.apply(t.calendar(e.utcTicks,e.utcTickInterval,d.utcYear,s.utcMonth,a.utcSunday,o.utcDay,i.utcHour,n.utcMinute,c.second,u.utcFormat).domain([Date.UTC(2e3,0,1),Date.UTC(2e3,0,2)]),arguments)}exports.default=l;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { calendar as t } from "./time.js";
|
|
2
|
+
import { initRange as r } from "./init.js";
|
|
3
|
+
import { utcFormat as o } from "../../d3-time-format/src/defaultLocale.js";
|
|
4
|
+
import { second as m } from "../../d3-time/src/second.js";
|
|
5
|
+
import { utcMinute as i } from "../../d3-time/src/minute.js";
|
|
6
|
+
import { utcHour as u } from "../../d3-time/src/hour.js";
|
|
7
|
+
import { utcDay as a } from "../../d3-time/src/day.js";
|
|
8
|
+
import { utcSunday as c } from "../../d3-time/src/week.js";
|
|
9
|
+
import { utcMonth as p } from "../../d3-time/src/month.js";
|
|
10
|
+
import { utcYear as e } from "../../d3-time/src/year.js";
|
|
11
|
+
import { utcTickInterval as f, utcTicks as n } from "../../d3-time/src/ticks.js";
|
|
12
|
+
function h() {
|
|
13
|
+
return r.apply(t(n, f, e, p, c, a, u, i, m, o).domain([Date.UTC(2e3, 0, 1), Date.UTC(2e3, 0, 2)]), arguments);
|
|
14
|
+
}
|
|
15
|
+
export {
|
|
16
|
+
h as default
|
|
17
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});function e(r){return r==null?[]:Array.isArray(r)?r:Array.from(r)}exports.default=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});function t(e){return function(){return e}}exports.default=t;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const c=require("./namespace.cjs"),n=require("./namespaces.cjs");function u(e){return function(){var t=this.ownerDocument,r=this.namespaceURI;return r===n.xhtml&&t.documentElement.namespaceURI===n.xhtml?t.createElement(e):t.createElementNS(r,e)}}function a(e){return function(){return this.ownerDocument.createElementNS(e.space,e.local)}}function o(e){var t=c.default(e);return(t.local?a:u)(t)}exports.default=o;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import c from "./namespace.js";
|
|
2
|
+
import { xhtml as n } from "./namespaces.js";
|
|
3
|
+
function o(e) {
|
|
4
|
+
return function() {
|
|
5
|
+
var t = this.ownerDocument, r = this.namespaceURI;
|
|
6
|
+
return r === n && t.documentElement.namespaceURI === n ? t.createElement(e) : t.createElementNS(r, e);
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
function a(e) {
|
|
10
|
+
return function() {
|
|
11
|
+
return this.ownerDocument.createElementNS(e.space, e.local);
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
function i(e) {
|
|
15
|
+
var t = c(e);
|
|
16
|
+
return (t.local ? a : o)(t);
|
|
17
|
+
}
|
|
18
|
+
export {
|
|
19
|
+
i as default
|
|
20
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});function r(e){return function(){return this.matches(e)}}function u(e){return function(t){return t.matches(e)}}exports.childMatcher=u;exports.default=r;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=require("./namespaces.cjs");function s(e){var t=e+="",l=t.indexOf(":");return l>=0&&(t=e.slice(0,l))!=="xmlns"&&(e=e.slice(l+1)),r.default.hasOwnProperty(t)?{space:r.default[t],local:e}:e}exports.default=s;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});var t="http://www.w3.org/1999/xhtml";const w={svg:"http://www.w3.org/2000/svg",xhtml:t,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};exports.default=w;exports.xhtml=t;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
var w = "http://www.w3.org/1999/xhtml";
|
|
2
|
+
const t = {
|
|
3
|
+
svg: "http://www.w3.org/2000/svg",
|
|
4
|
+
xhtml: w,
|
|
5
|
+
xlink: "http://www.w3.org/1999/xlink",
|
|
6
|
+
xml: "http://www.w3.org/XML/1998/namespace",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/xmlns/"
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
t as default,
|
|
11
|
+
w as xhtml
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("./sourceEvent.cjs");function c(r,e){if(r=l.default(r),e===void 0&&(e=r.currentTarget),e){var i=e.ownerSVGElement||e;if(i.createSVGPoint){var t=i.createSVGPoint();return t.x=r.clientX,t.y=r.clientY,t=t.matrixTransform(e.getScreenCTM().inverse()),[t.x,t.y]}if(e.getBoundingClientRect){var u=e.getBoundingClientRect();return[r.clientX-u.left-e.clientLeft,r.clientY-u.top-e.clientTop]}}return[r.pageX,r.pageY]}exports.default=c;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import a from "./sourceEvent.js";
|
|
2
|
+
function l(t, r) {
|
|
3
|
+
if (t = a(t), r === void 0 && (r = t.currentTarget), r) {
|
|
4
|
+
var e = r.ownerSVGElement || r;
|
|
5
|
+
if (e.createSVGPoint) {
|
|
6
|
+
var i = e.createSVGPoint();
|
|
7
|
+
return i.x = t.clientX, i.y = t.clientY, i = i.matrixTransform(r.getScreenCTM().inverse()), [i.x, i.y];
|
|
8
|
+
}
|
|
9
|
+
if (r.getBoundingClientRect) {
|
|
10
|
+
var c = r.getBoundingClientRect();
|
|
11
|
+
return [t.clientX - c.left - r.clientLeft, t.clientY - c.top - r.clientTop];
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
return [t.pageX, t.pageY];
|
|
15
|
+
}
|
|
16
|
+
export {
|
|
17
|
+
l as default
|
|
18
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./selection/index.cjs");function n(e){return typeof e=="string"?new t.Selection([[document.querySelector(e)]],[document.documentElement]):new t.Selection([[e]],t.root)}exports.default=n;
|