vue-chrts 0.1.0-beta.2-internal-22 → 0.1.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dist/components/AreaChart/AreaChart.js +133 -0
- package/dist/components/{Area → AreaChart}/types.d.ts +10 -9
- package/dist/components/{AreaStacked → AreaStackedChart}/AreaStackedChart.js +21 -26
- package/dist/components/AreaStackedChart/types.d.ts +58 -0
- package/dist/components/BarChart/BarChart.js +123 -0
- package/dist/components/BarChart/BarChart.vue.d.ts +14 -0
- package/dist/components/BarChart/types.d.ts +106 -0
- package/dist/components/DonutChart/DonutChart.js +58 -0
- package/dist/components/{Donut → DonutChart}/DonutChart.vue.d.ts +1 -1
- package/dist/components/DonutChart/types.d.ts +36 -0
- package/dist/components/{Donut/index.js → DonutChart/types.js} +0 -1
- package/dist/components/LineChart/LineChart.js +112 -0
- package/dist/components/{Line → LineChart}/LineChart.vue.d.ts +2 -15
- package/dist/components/LineChart/types.d.ts +90 -0
- package/dist/components/Tooltip.vue.d.ts +1 -3
- package/dist/index.d.ts +8 -6
- package/dist/index.js +13 -9
- package/dist/types.d.ts +39 -2
- package/dist/types.js +4 -2
- package/package.json +4 -5
- package/dist/_virtual/_commonjsHelpers.cjs +0 -1
- package/dist/_virtual/_commonjsHelpers.js +0 -6
- package/dist/_virtual/browser.cjs +0 -1
- package/dist/_virtual/browser.js +0 -2
- package/dist/_virtual/striptags.cjs +0 -1
- package/dist/_virtual/striptags.js +0 -7
- package/dist/_virtual/striptags2.cjs +0 -1
- package/dist/_virtual/striptags2.js +0 -4
- package/dist/components/Area/AreaChart.cjs +0 -6
- package/dist/components/Area/AreaChart.js +0 -141
- package/dist/components/Area/AreaChart2.cjs +0 -1
- package/dist/components/Area/index.d.ts +0 -2
- package/dist/components/AreaStacked/AreaStackedChart.cjs +0 -1
- package/dist/components/AreaStacked/AreaStackedChart2.cjs +0 -1
- package/dist/components/AreaStacked/index.d.ts +0 -1
- package/dist/components/Bar/BarChart.cjs +0 -1
- package/dist/components/Bar/BarChart.js +0 -121
- package/dist/components/Bar/BarChart.vue.d.ts +0 -33
- package/dist/components/Bar/BarChart2.cjs +0 -1
- package/dist/components/Bar/index.d.ts +0 -1
- package/dist/components/Crosshair/Crosshair.vue.d.ts +0 -12
- package/dist/components/Crosshair/index.d.ts +0 -1
- package/dist/components/Donut/DonutChart.cjs +0 -5
- package/dist/components/Donut/DonutChart.js +0 -62
- package/dist/components/Donut/DonutChart2.cjs +0 -1
- package/dist/components/Donut/index.cjs +0 -1
- package/dist/components/Donut/index.d.ts +0 -17
- package/dist/components/Line/LineChart.cjs +0 -1
- package/dist/components/Line/LineChart.js +0 -97
- package/dist/components/Line/LineChart2.cjs +0 -1
- package/dist/components/Line/index.d.ts +0 -1
- package/dist/components/Tooltip.cjs +0 -1
- package/dist/components/Tooltip2.cjs +0 -1
- package/dist/index.cjs +0 -1
- package/dist/node_modules/@emotion/cache/dist/emotion-cache.browser.esm.cjs +0 -1
- package/dist/node_modules/@emotion/cache/dist/emotion-cache.browser.esm.js +0 -279
- package/dist/node_modules/@emotion/css/create-instance/dist/emotion-css-create-instance.esm.cjs +0 -1
- package/dist/node_modules/@emotion/css/create-instance/dist/emotion-css-create-instance.esm.js +0 -86
- package/dist/node_modules/@emotion/css/dist/emotion-css.esm.cjs +0 -1
- package/dist/node_modules/@emotion/css/dist/emotion-css.esm.js +0 -8
- package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.cjs +0 -1
- package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.js +0 -22
- package/dist/node_modules/@emotion/memoize/dist/emotion-memoize.esm.cjs +0 -1
- package/dist/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js +0 -9
- package/dist/node_modules/@emotion/serialize/dist/emotion-serialize.esm.cjs +0 -1
- package/dist/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js +0 -123
- package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.cjs +0 -1
- package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js +0 -44
- package/dist/node_modules/@emotion/unitless/dist/emotion-unitless.esm.cjs +0 -1
- package/dist/node_modules/@emotion/unitless/dist/emotion-unitless.esm.js +0 -53
- package/dist/node_modules/@emotion/utils/dist/emotion-utils.browser.esm.cjs +0 -1
- package/dist/node_modules/@emotion/utils/dist/emotion-utils.browser.esm.js +0 -29
- package/dist/node_modules/@juggle/resize-observer/lib/DOMRectReadOnly.cjs +0 -1
- package/dist/node_modules/@juggle/resize-observer/lib/DOMRectReadOnly.js +0 -15
- package/dist/node_modules/@juggle/resize-observer/lib/ResizeObservation.cjs +0 -1
- package/dist/node_modules/@juggle/resize-observer/lib/ResizeObservation.js +0 -20
- package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserver.cjs +0 -1
- package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserver.js +0 -31
- package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverBoxOptions.cjs +0 -1
- package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverBoxOptions.js +0 -7
- package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverController.cjs +0 -1
- package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverController.js +0 -31
- package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverDetail.cjs +0 -1
- package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverDetail.js +0 -9
- package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverEntry.cjs +0 -1
- package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverEntry.js +0 -12
- package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverSize.cjs +0 -1
- package/dist/node_modules/@juggle/resize-observer/lib/ResizeObserverSize.js +0 -10
- package/dist/node_modules/@juggle/resize-observer/lib/algorithms/broadcastActiveObservations.cjs +0 -1
- package/dist/node_modules/@juggle/resize-observer/lib/algorithms/broadcastActiveObservations.js +0 -26
- package/dist/node_modules/@juggle/resize-observer/lib/algorithms/calculateBoxSize.cjs +0 -1
- package/dist/node_modules/@juggle/resize-observer/lib/algorithms/calculateBoxSize.js +0 -42
- package/dist/node_modules/@juggle/resize-observer/lib/algorithms/calculateDepthForNode.cjs +0 -1
- package/dist/node_modules/@juggle/resize-observer/lib/algorithms/calculateDepthForNode.js +0 -11
- package/dist/node_modules/@juggle/resize-observer/lib/algorithms/deliverResizeLoopError.cjs +0 -1
- package/dist/node_modules/@juggle/resize-observer/lib/algorithms/deliverResizeLoopError.js +0 -9
- package/dist/node_modules/@juggle/resize-observer/lib/algorithms/gatherActiveObservationsAtDepth.cjs +0 -1
- package/dist/node_modules/@juggle/resize-observer/lib/algorithms/gatherActiveObservationsAtDepth.js +0 -12
- package/dist/node_modules/@juggle/resize-observer/lib/algorithms/hasActiveObservations.cjs +0 -1
- package/dist/node_modules/@juggle/resize-observer/lib/algorithms/hasActiveObservations.js +0 -9
- package/dist/node_modules/@juggle/resize-observer/lib/algorithms/hasSkippedObservations.cjs +0 -1
- package/dist/node_modules/@juggle/resize-observer/lib/algorithms/hasSkippedObservations.js +0 -9
- package/dist/node_modules/@juggle/resize-observer/lib/utils/element.cjs +0 -1
- package/dist/node_modules/@juggle/resize-observer/lib/utils/element.js +0 -37
- package/dist/node_modules/@juggle/resize-observer/lib/utils/freeze.cjs +0 -1
- package/dist/node_modules/@juggle/resize-observer/lib/utils/freeze.js +0 -6
- package/dist/node_modules/@juggle/resize-observer/lib/utils/global.cjs +0 -1
- package/dist/node_modules/@juggle/resize-observer/lib/utils/global.js +0 -4
- package/dist/node_modules/@juggle/resize-observer/lib/utils/process.cjs +0 -1
- package/dist/node_modules/@juggle/resize-observer/lib/utils/process.js +0 -14
- package/dist/node_modules/@juggle/resize-observer/lib/utils/queueMicroTask.cjs +0 -1
- package/dist/node_modules/@juggle/resize-observer/lib/utils/queueMicroTask.js +0 -18
- package/dist/node_modules/@juggle/resize-observer/lib/utils/queueResizeObserver.cjs +0 -1
- package/dist/node_modules/@juggle/resize-observer/lib/utils/queueResizeObserver.js +0 -9
- package/dist/node_modules/@juggle/resize-observer/lib/utils/resizeObservers.cjs +0 -1
- package/dist/node_modules/@juggle/resize-observer/lib/utils/resizeObservers.js +0 -4
- package/dist/node_modules/@juggle/resize-observer/lib/utils/scheduler.cjs +0 -1
- package/dist/node_modules/@juggle/resize-observer/lib/utils/scheduler.js +0 -70
- package/dist/node_modules/@unovis/ts/components/area/config.cjs +0 -1
- package/dist/node_modules/@unovis/ts/components/area/config.js +0 -6
- package/dist/node_modules/@unovis/ts/components/area/index.cjs +0 -1
- package/dist/node_modules/@unovis/ts/components/area/index.js +0 -52
- package/dist/node_modules/@unovis/ts/components/area/style.cjs +0 -35
- package/dist/node_modules/@unovis/ts/components/area/style.js +0 -41
- package/dist/node_modules/@unovis/ts/components/axis/config.cjs +0 -1
- package/dist/node_modules/@unovis/ts/components/axis/config.js +0 -6
- package/dist/node_modules/@unovis/ts/components/axis/index.cjs +0 -1
- package/dist/node_modules/@unovis/ts/components/axis/index.js +0 -287
- package/dist/node_modules/@unovis/ts/components/axis/style.cjs +0 -101
- package/dist/node_modules/@unovis/ts/components/axis/style.js +0 -114
- package/dist/node_modules/@unovis/ts/components/axis/types.cjs +0 -1
- package/dist/node_modules/@unovis/ts/components/axis/types.js +0 -7
- package/dist/node_modules/@unovis/ts/components/bullet-legend/config.cjs +0 -1
- package/dist/node_modules/@unovis/ts/components/bullet-legend/config.js +0 -18
- package/dist/node_modules/@unovis/ts/components/bullet-legend/index.cjs +0 -1
- package/dist/node_modules/@unovis/ts/components/bullet-legend/index.js +0 -36
- package/dist/node_modules/@unovis/ts/components/bullet-legend/modules/shape.cjs +0 -1
- package/dist/node_modules/@unovis/ts/components/bullet-legend/modules/shape.js +0 -48
- package/dist/node_modules/@unovis/ts/components/bullet-legend/style.cjs +0 -63
- package/dist/node_modules/@unovis/ts/components/bullet-legend/style.js +0 -73
- package/dist/node_modules/@unovis/ts/components/bullet-legend/types.cjs +0 -1
- package/dist/node_modules/@unovis/ts/components/bullet-legend/types.js +0 -10
- package/dist/node_modules/@unovis/ts/components/crosshair/config.cjs +0 -1
- package/dist/node_modules/@unovis/ts/components/crosshair/config.js +0 -5
- package/dist/node_modules/@unovis/ts/components/crosshair/index.cjs +0 -1
- package/dist/node_modules/@unovis/ts/components/crosshair/index.js +0 -119
- package/dist/node_modules/@unovis/ts/components/crosshair/style.cjs +0 -22
- package/dist/node_modules/@unovis/ts/components/crosshair/style.js +0 -29
- package/dist/node_modules/@unovis/ts/components/donut/config.cjs +0 -1
- package/dist/node_modules/@unovis/ts/components/donut/config.js +0 -8
- package/dist/node_modules/@unovis/ts/components/donut/constants.cjs +0 -1
- package/dist/node_modules/@unovis/ts/components/donut/constants.js +0 -11
- package/dist/node_modules/@unovis/ts/components/donut/index.cjs +0 -1
- package/dist/node_modules/@unovis/ts/components/donut/index.js +0 -57
- package/dist/node_modules/@unovis/ts/components/donut/modules/arc.cjs +0 -1
- package/dist/node_modules/@unovis/ts/components/donut/modules/arc.js +0 -37
- package/dist/node_modules/@unovis/ts/components/donut/style.cjs +0 -58
- package/dist/node_modules/@unovis/ts/components/donut/style.js +0 -68
- package/dist/node_modules/@unovis/ts/components/grouped-bar/config.cjs +0 -1
- package/dist/node_modules/@unovis/ts/components/grouped-bar/config.js +0 -6
- package/dist/node_modules/@unovis/ts/components/grouped-bar/index.cjs +0 -1
- package/dist/node_modules/@unovis/ts/components/grouped-bar/index.js +0 -121
- package/dist/node_modules/@unovis/ts/components/grouped-bar/style.cjs +0 -35
- package/dist/node_modules/@unovis/ts/components/grouped-bar/style.js +0 -43
- package/dist/node_modules/@unovis/ts/components/line/config.cjs +0 -1
- package/dist/node_modules/@unovis/ts/components/line/config.js +0 -6
- package/dist/node_modules/@unovis/ts/components/line/index.cjs +0 -1
- package/dist/node_modules/@unovis/ts/components/line/index.js +0 -86
- package/dist/node_modules/@unovis/ts/components/line/style.cjs +0 -35
- package/dist/node_modules/@unovis/ts/components/line/style.js +0 -45
- package/dist/node_modules/@unovis/ts/components/stacked-bar/config.cjs +0 -1
- package/dist/node_modules/@unovis/ts/components/stacked-bar/config.js +0 -6
- package/dist/node_modules/@unovis/ts/components/stacked-bar/index.cjs +0 -1
- package/dist/node_modules/@unovis/ts/components/stacked-bar/index.js +0 -111
- package/dist/node_modules/@unovis/ts/components/stacked-bar/style.cjs +0 -34
- package/dist/node_modules/@unovis/ts/components/stacked-bar/style.js +0 -42
- package/dist/node_modules/@unovis/ts/components/tooltip/config.cjs +0 -1
- package/dist/node_modules/@unovis/ts/components/tooltip/config.js +0 -17
- package/dist/node_modules/@unovis/ts/components/tooltip/index.cjs +0 -1
- package/dist/node_modules/@unovis/ts/components/tooltip/index.js +0 -166
- package/dist/node_modules/@unovis/ts/components/tooltip/style.cjs +0 -61
- package/dist/node_modules/@unovis/ts/components/tooltip/style.js +0 -71
- package/dist/node_modules/@unovis/ts/containers/single-container/config.cjs +0 -1
- package/dist/node_modules/@unovis/ts/containers/single-container/config.js +0 -5
- package/dist/node_modules/@unovis/ts/containers/single-container/index.cjs +0 -1
- package/dist/node_modules/@unovis/ts/containers/single-container/index.js +0 -71
- package/dist/node_modules/@unovis/ts/containers/xy-container/config.cjs +0 -1
- package/dist/node_modules/@unovis/ts/containers/xy-container/config.js +0 -6
- package/dist/node_modules/@unovis/ts/containers/xy-container/index.cjs +0 -3
- package/dist/node_modules/@unovis/ts/containers/xy-container/index.js +0 -185
- package/dist/node_modules/@unovis/ts/core/component/config.cjs +0 -1
- package/dist/node_modules/@unovis/ts/core/component/config.js +0 -8
- package/dist/node_modules/@unovis/ts/core/component/index.cjs +0 -1
- package/dist/node_modules/@unovis/ts/core/component/index.js +0 -68
- package/dist/node_modules/@unovis/ts/core/container/config.cjs +0 -1
- package/dist/node_modules/@unovis/ts/core/container/config.js +0 -24
- package/dist/node_modules/@unovis/ts/core/container/index.cjs +0 -1
- package/dist/node_modules/@unovis/ts/core/container/index.js +0 -73
- package/dist/node_modules/@unovis/ts/core/xy-component/config.cjs +0 -1
- package/dist/node_modules/@unovis/ts/core/xy-component/config.js +0 -8
- package/dist/node_modules/@unovis/ts/core/xy-component/index.cjs +0 -1
- package/dist/node_modules/@unovis/ts/core/xy-component/index.js +0 -53
- package/dist/node_modules/@unovis/ts/data-models/core.cjs +0 -1
- package/dist/node_modules/@unovis/ts/data-models/core.js +0 -14
- package/dist/node_modules/@unovis/ts/data-models/series.cjs +0 -1
- package/dist/node_modules/@unovis/ts/data-models/series.js +0 -16
- package/dist/node_modules/@unovis/ts/styles/colors.cjs +0 -1
- package/dist/node_modules/@unovis/ts/styles/colors.js +0 -18
- package/dist/node_modules/@unovis/ts/styles/index.cjs +0 -38
- package/dist/node_modules/@unovis/ts/styles/index.js +0 -63
- package/dist/node_modules/@unovis/ts/styles/patterns.cjs +0 -15
- package/dist/node_modules/@unovis/ts/styles/patterns.js +0 -45
- package/dist/node_modules/@unovis/ts/types/component.cjs +0 -1
- package/dist/node_modules/@unovis/ts/types/component.js +0 -12
- package/dist/node_modules/@unovis/ts/types/curve.cjs +0 -1
- package/dist/node_modules/@unovis/ts/types/curve.js +0 -43
- package/dist/node_modules/@unovis/ts/types/direction.cjs +0 -1
- package/dist/node_modules/@unovis/ts/types/direction.js +0 -7
- package/dist/node_modules/@unovis/ts/types/position.cjs +0 -1
- package/dist/node_modules/@unovis/ts/types/position.js +0 -22
- package/dist/node_modules/@unovis/ts/types/scale.cjs +0 -1
- package/dist/node_modules/@unovis/ts/types/scale.js +0 -40
- package/dist/node_modules/@unovis/ts/types/svg.cjs +0 -1
- package/dist/node_modules/@unovis/ts/types/svg.js +0 -15
- package/dist/node_modules/@unovis/ts/types/symbol.cjs +0 -1
- package/dist/node_modules/@unovis/ts/types/symbol.js +0 -24
- package/dist/node_modules/@unovis/ts/types/text.cjs +0 -1
- package/dist/node_modules/@unovis/ts/types/text.js +0 -22
- package/dist/node_modules/@unovis/ts/utils/color.cjs +0 -1
- package/dist/node_modules/@unovis/ts/utils/color.js +0 -8
- package/dist/node_modules/@unovis/ts/utils/d3.cjs +0 -1
- package/dist/node_modules/@unovis/ts/utils/d3.js +0 -12
- package/dist/node_modules/@unovis/ts/utils/data.cjs +0 -1
- package/dist/node_modules/@unovis/ts/utils/data.js +0 -169
- package/dist/node_modules/@unovis/ts/utils/misc.cjs +0 -1
- package/dist/node_modules/@unovis/ts/utils/misc.js +0 -28
- package/dist/node_modules/@unovis/ts/utils/path.cjs +0 -1
- package/dist/node_modules/@unovis/ts/utils/path.js +0 -9
- package/dist/node_modules/@unovis/ts/utils/resize-observer.cjs +0 -1
- package/dist/node_modules/@unovis/ts/utils/resize-observer.js +0 -6
- package/dist/node_modules/@unovis/ts/utils/text.cjs +0 -2
- package/dist/node_modules/@unovis/ts/utils/text.js +0 -178
- package/dist/node_modules/@unovis/vue/components/area/index.cjs +0 -1
- package/dist/node_modules/@unovis/vue/components/area/index.js +0 -48
- package/dist/node_modules/@unovis/vue/components/axis/index.cjs +0 -1
- package/dist/node_modules/@unovis/vue/components/axis/index.js +0 -69
- package/dist/node_modules/@unovis/vue/components/crosshair/index.cjs +0 -1
- package/dist/node_modules/@unovis/vue/components/crosshair/index.js +0 -33
- package/dist/node_modules/@unovis/vue/components/donut/index.cjs +0 -1
- package/dist/node_modules/@unovis/vue/components/donut/index.js +0 -54
- package/dist/node_modules/@unovis/vue/components/grouped-bar/index.cjs +0 -1
- package/dist/node_modules/@unovis/vue/components/grouped-bar/index.js +0 -54
- package/dist/node_modules/@unovis/vue/components/line/index.cjs +0 -1
- package/dist/node_modules/@unovis/vue/components/line/index.js +0 -50
- package/dist/node_modules/@unovis/vue/components/stacked-bar/index.cjs +0 -1
- package/dist/node_modules/@unovis/vue/components/stacked-bar/index.js +0 -54
- package/dist/node_modules/@unovis/vue/components/tooltip/index.cjs +0 -1
- package/dist/node_modules/@unovis/vue/components/tooltip/index.js +0 -40
- package/dist/node_modules/@unovis/vue/containers/single-container/index.cjs +0 -1
- package/dist/node_modules/@unovis/vue/containers/single-container/index.js +0 -66
- package/dist/node_modules/@unovis/vue/containers/xy-container/index.cjs +0 -1
- package/dist/node_modules/@unovis/vue/containers/xy-container/index.js +0 -102
- package/dist/node_modules/@unovis/vue/html-components/bullet-legend/index.cjs +0 -1
- package/dist/node_modules/@unovis/vue/html-components/bullet-legend/index.js +0 -43
- package/dist/node_modules/@unovis/vue/index.cjs +0 -1
- package/dist/node_modules/@unovis/vue/index.js +0 -10
- package/dist/node_modules/@unovis/vue/utils/context.cjs +0 -1
- package/dist/node_modules/@unovis/vue/utils/context.js +0 -8
- package/dist/node_modules/@unovis/vue/utils/props.cjs +0 -1
- package/dist/node_modules/@unovis/vue/utils/props.js +0 -18
- package/dist/node_modules/d3-array/src/ascending.cjs +0 -1
- package/dist/node_modules/d3-array/src/ascending.js +0 -6
- package/dist/node_modules/d3-array/src/bisect.cjs +0 -1
- package/dist/node_modules/d3-array/src/bisect.js +0 -9
- package/dist/node_modules/d3-array/src/bisector.cjs +0 -1
- package/dist/node_modules/d3-array/src/bisector.js +0 -37
- package/dist/node_modules/d3-array/src/descending.cjs +0 -1
- package/dist/node_modules/d3-array/src/descending.js +0 -6
- package/dist/node_modules/d3-array/src/extent.cjs +0 -1
- package/dist/node_modules/d3-array/src/extent.js +0 -9
- package/dist/node_modules/d3-array/src/max.cjs +0 -1
- package/dist/node_modules/d3-array/src/max.js +0 -15
- package/dist/node_modules/d3-array/src/mean.cjs +0 -1
- package/dist/node_modules/d3-array/src/mean.js +0 -15
- package/dist/node_modules/d3-array/src/merge.cjs +0 -1
- package/dist/node_modules/d3-array/src/merge.js +0 -10
- package/dist/node_modules/d3-array/src/min.cjs +0 -1
- package/dist/node_modules/d3-array/src/min.js +0 -15
- package/dist/node_modules/d3-array/src/number.cjs +0 -1
- package/dist/node_modules/d3-array/src/number.js +0 -6
- package/dist/node_modules/d3-array/src/quantile.cjs +0 -1
- package/dist/node_modules/d3-array/src/quantile.js +0 -12
- package/dist/node_modules/d3-array/src/range.cjs +0 -1
- package/dist/node_modules/d3-array/src/range.js +0 -9
- package/dist/node_modules/d3-array/src/sum.cjs +0 -1
- package/dist/node_modules/d3-array/src/sum.js +0 -15
- package/dist/node_modules/d3-array/src/ticks.cjs +0 -1
- package/dist/node_modules/d3-array/src/ticks.js +0 -32
- package/dist/node_modules/d3-axis/src/axis.cjs +0 -1
- package/dist/node_modules/d3-axis/src/axis.js +0 -72
- package/dist/node_modules/d3-axis/src/identity.cjs +0 -1
- package/dist/node_modules/d3-axis/src/identity.js +0 -6
- package/dist/node_modules/d3-color/src/color.cjs +0 -1
- package/dist/node_modules/d3-color/src/color.js +0 -305
- package/dist/node_modules/d3-color/src/define.cjs +0 -1
- package/dist/node_modules/d3-color/src/define.js +0 -12
- package/dist/node_modules/d3-dispatch/src/dispatch.cjs +0 -1
- package/dist/node_modules/d3-dispatch/src/dispatch.js +0 -64
- package/dist/node_modules/d3-ease/src/cubic.cjs +0 -1
- package/dist/node_modules/d3-ease/src/cubic.js +0 -6
- package/dist/node_modules/d3-ease/src/linear.cjs +0 -1
- package/dist/node_modules/d3-ease/src/linear.js +0 -4
- package/dist/node_modules/d3-format/src/defaultLocale.cjs +0 -1
- package/dist/node_modules/d3-format/src/defaultLocale.js +0 -15
- package/dist/node_modules/d3-format/src/exponent.cjs +0 -1
- package/dist/node_modules/d3-format/src/exponent.js +0 -7
- package/dist/node_modules/d3-format/src/formatDecimal.cjs +0 -1
- package/dist/node_modules/d3-format/src/formatDecimal.js +0 -15
- package/dist/node_modules/d3-format/src/formatGroup.cjs +0 -1
- package/dist/node_modules/d3-format/src/formatGroup.js +0 -10
- package/dist/node_modules/d3-format/src/formatNumerals.cjs +0 -1
- package/dist/node_modules/d3-format/src/formatNumerals.js +0 -10
- package/dist/node_modules/d3-format/src/formatPrefixAuto.cjs +0 -1
- package/dist/node_modules/d3-format/src/formatPrefixAuto.js +0 -12
- package/dist/node_modules/d3-format/src/formatRounded.cjs +0 -1
- package/dist/node_modules/d3-format/src/formatRounded.js +0 -10
- package/dist/node_modules/d3-format/src/formatSpecifier.cjs +0 -1
- package/dist/node_modules/d3-format/src/formatSpecifier.js +0 -28
- package/dist/node_modules/d3-format/src/formatTrim.cjs +0 -1
- package/dist/node_modules/d3-format/src/formatTrim.js +0 -19
- package/dist/node_modules/d3-format/src/formatTypes.cjs +0 -1
- package/dist/node_modules/d3-format/src/formatTypes.js +0 -21
- package/dist/node_modules/d3-format/src/identity.cjs +0 -1
- package/dist/node_modules/d3-format/src/identity.js +0 -6
- package/dist/node_modules/d3-format/src/locale.cjs +0 -1
- package/dist/node_modules/d3-format/src/locale.js +0 -68
- package/dist/node_modules/d3-format/src/precisionFixed.cjs +0 -1
- package/dist/node_modules/d3-format/src/precisionFixed.js +0 -7
- package/dist/node_modules/d3-format/src/precisionPrefix.cjs +0 -1
- package/dist/node_modules/d3-format/src/precisionPrefix.js +0 -7
- package/dist/node_modules/d3-format/src/precisionRound.cjs +0 -1
- package/dist/node_modules/d3-format/src/precisionRound.js +0 -7
- package/dist/node_modules/d3-interpolate/src/array.cjs +0 -1
- package/dist/node_modules/d3-interpolate/src/array.js +0 -13
- package/dist/node_modules/d3-interpolate/src/color.cjs +0 -1
- package/dist/node_modules/d3-interpolate/src/color.js +0 -24
- package/dist/node_modules/d3-interpolate/src/constant.cjs +0 -1
- package/dist/node_modules/d3-interpolate/src/constant.js +0 -4
- package/dist/node_modules/d3-interpolate/src/date.cjs +0 -1
- package/dist/node_modules/d3-interpolate/src/date.js +0 -9
- package/dist/node_modules/d3-interpolate/src/number.cjs +0 -1
- package/dist/node_modules/d3-interpolate/src/number.js +0 -8
- package/dist/node_modules/d3-interpolate/src/numberArray.cjs +0 -1
- package/dist/node_modules/d3-interpolate/src/numberArray.js +0 -15
- package/dist/node_modules/d3-interpolate/src/object.cjs +0 -1
- package/dist/node_modules/d3-interpolate/src/object.js +0 -14
- package/dist/node_modules/d3-interpolate/src/piecewise.cjs +0 -1
- package/dist/node_modules/d3-interpolate/src/piecewise.js +0 -12
- package/dist/node_modules/d3-interpolate/src/rgb.cjs +0 -1
- package/dist/node_modules/d3-interpolate/src/rgb.js +0 -15
- package/dist/node_modules/d3-interpolate/src/round.cjs +0 -1
- package/dist/node_modules/d3-interpolate/src/round.js +0 -8
- package/dist/node_modules/d3-interpolate/src/string.cjs +0 -1
- package/dist/node_modules/d3-interpolate/src/string.js +0 -24
- package/dist/node_modules/d3-interpolate/src/transform/decompose.cjs +0 -1
- package/dist/node_modules/d3-interpolate/src/transform/decompose.js +0 -23
- package/dist/node_modules/d3-interpolate/src/transform/index.cjs +0 -1
- package/dist/node_modules/d3-interpolate/src/transform/index.js +0 -37
- package/dist/node_modules/d3-interpolate/src/transform/parse.cjs +0 -1
- package/dist/node_modules/d3-interpolate/src/transform/parse.js +0 -13
- package/dist/node_modules/d3-interpolate/src/value.cjs +0 -1
- package/dist/node_modules/d3-interpolate/src/value.js +0 -16
- package/dist/node_modules/d3-interpolate-path/build/d3-interpolate-path.cjs +0 -2
- package/dist/node_modules/d3-interpolate-path/build/d3-interpolate-path.js +0 -301
- package/dist/node_modules/d3-path/src/path.cjs +0 -1
- package/dist/node_modules/d3-path/src/path.js +0 -64
- package/dist/node_modules/d3-scale/src/band.cjs +0 -1
- package/dist/node_modules/d3-scale/src/band.js +0 -51
- package/dist/node_modules/d3-scale/src/constant.cjs +0 -1
- package/dist/node_modules/d3-scale/src/constant.js +0 -8
- package/dist/node_modules/d3-scale/src/continuous.cjs +0 -1
- package/dist/node_modules/d3-scale/src/continuous.js +0 -75
- package/dist/node_modules/d3-scale/src/diverging.cjs +0 -1
- package/dist/node_modules/d3-scale/src/diverging.js +0 -40
- package/dist/node_modules/d3-scale/src/identity.cjs +0 -1
- package/dist/node_modules/d3-scale/src/identity.js +0 -18
- package/dist/node_modules/d3-scale/src/init.cjs +0 -1
- package/dist/node_modules/d3-scale/src/init.js +0 -32
- package/dist/node_modules/d3-scale/src/linear.cjs +0 -1
- package/dist/node_modules/d3-scale/src/linear.js +0 -39
- package/dist/node_modules/d3-scale/src/log.cjs +0 -1
- package/dist/node_modules/d3-scale/src/log.js +0 -86
- package/dist/node_modules/d3-scale/src/nice.cjs +0 -1
- package/dist/node_modules/d3-scale/src/nice.js +0 -8
- package/dist/node_modules/d3-scale/src/number.cjs +0 -1
- package/dist/node_modules/d3-scale/src/number.js +0 -6
- package/dist/node_modules/d3-scale/src/ordinal.cjs +0 -1
- package/dist/node_modules/d3-scale/src/ordinal.js +0 -31
- package/dist/node_modules/d3-scale/src/pow.cjs +0 -1
- package/dist/node_modules/d3-scale/src/pow.js +0 -37
- package/dist/node_modules/d3-scale/src/quantile.cjs +0 -1
- package/dist/node_modules/d3-scale/src/quantile.js +0 -38
- package/dist/node_modules/d3-scale/src/quantize.cjs +0 -1
- package/dist/node_modules/d3-scale/src/quantize.js +0 -31
- package/dist/node_modules/d3-scale/src/sequential.cjs +0 -1
- package/dist/node_modules/d3-scale/src/sequential.js +0 -42
- package/dist/node_modules/d3-scale/src/symlog.cjs +0 -1
- package/dist/node_modules/d3-scale/src/symlog.js +0 -29
- package/dist/node_modules/d3-scale/src/threshold.cjs +0 -1
- package/dist/node_modules/d3-scale/src/threshold.js +0 -23
- package/dist/node_modules/d3-scale/src/tickFormat.cjs +0 -1
- package/dist/node_modules/d3-scale/src/tickFormat.js +0 -32
- package/dist/node_modules/d3-scale/src/time.cjs +0 -1
- package/dist/node_modules/d3-scale/src/time.js +0 -46
- package/dist/node_modules/d3-scale/src/utcTime.cjs +0 -1
- package/dist/node_modules/d3-scale/src/utcTime.js +0 -17
- package/dist/node_modules/d3-selection/src/array.cjs +0 -1
- package/dist/node_modules/d3-selection/src/array.js +0 -6
- package/dist/node_modules/d3-selection/src/constant.cjs +0 -1
- package/dist/node_modules/d3-selection/src/constant.js +0 -8
- package/dist/node_modules/d3-selection/src/creator.cjs +0 -1
- package/dist/node_modules/d3-selection/src/creator.js +0 -20
- package/dist/node_modules/d3-selection/src/matcher.cjs +0 -1
- package/dist/node_modules/d3-selection/src/matcher.js +0 -14
- package/dist/node_modules/d3-selection/src/namespace.cjs +0 -1
- package/dist/node_modules/d3-selection/src/namespace.js +0 -8
- package/dist/node_modules/d3-selection/src/namespaces.cjs +0 -1
- package/dist/node_modules/d3-selection/src/namespaces.js +0 -12
- package/dist/node_modules/d3-selection/src/pointer.cjs +0 -1
- package/dist/node_modules/d3-selection/src/pointer.js +0 -18
- package/dist/node_modules/d3-selection/src/select.cjs +0 -1
- package/dist/node_modules/d3-selection/src/select.js +0 -7
- package/dist/node_modules/d3-selection/src/selection/append.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/append.js +0 -10
- package/dist/node_modules/d3-selection/src/selection/attr.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/attr.js +0 -44
- package/dist/node_modules/d3-selection/src/selection/call.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/call.js +0 -7
- package/dist/node_modules/d3-selection/src/selection/classed.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/classed.js +0 -54
- package/dist/node_modules/d3-selection/src/selection/clone.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/clone.js +0 -14
- package/dist/node_modules/d3-selection/src/selection/data.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/data.js +0 -42
- package/dist/node_modules/d3-selection/src/selection/datum.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/datum.js +0 -6
- package/dist/node_modules/d3-selection/src/selection/dispatch.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/dispatch.js +0 -21
- package/dist/node_modules/d3-selection/src/selection/each.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/each.js +0 -9
- package/dist/node_modules/d3-selection/src/selection/empty.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/empty.js +0 -6
- package/dist/node_modules/d3-selection/src/selection/enter.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/enter.js +0 -27
- package/dist/node_modules/d3-selection/src/selection/exit.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/exit.js +0 -8
- package/dist/node_modules/d3-selection/src/selection/filter.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/filter.js +0 -12
- package/dist/node_modules/d3-selection/src/selection/html.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/html.js +0 -20
- package/dist/node_modules/d3-selection/src/selection/index.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/index.js +0 -87
- package/dist/node_modules/d3-selection/src/selection/insert.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/insert.js +0 -14
- package/dist/node_modules/d3-selection/src/selection/iterator.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/iterator.js +0 -8
- package/dist/node_modules/d3-selection/src/selection/join.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/join.js +0 -7
- package/dist/node_modules/d3-selection/src/selection/lower.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/lower.js +0 -9
- package/dist/node_modules/d3-selection/src/selection/merge.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/merge.js +0 -12
- package/dist/node_modules/d3-selection/src/selection/node.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/node.js +0 -11
- package/dist/node_modules/d3-selection/src/selection/nodes.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/nodes.js +0 -6
- package/dist/node_modules/d3-selection/src/selection/on.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/on.js +0 -52
- package/dist/node_modules/d3-selection/src/selection/order.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/order.js +0 -9
- package/dist/node_modules/d3-selection/src/selection/property.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/property.js +0 -22
- package/dist/node_modules/d3-selection/src/selection/raise.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/raise.js +0 -9
- package/dist/node_modules/d3-selection/src/selection/remove.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/remove.js +0 -10
- package/dist/node_modules/d3-selection/src/selection/select.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/select.js +0 -12
- package/dist/node_modules/d3-selection/src/selection/selectAll.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/selectAll.js +0 -18
- package/dist/node_modules/d3-selection/src/selection/selectChild.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/selectChild.js +0 -16
- package/dist/node_modules/d3-selection/src/selection/selectChildren.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/selectChildren.js +0 -16
- package/dist/node_modules/d3-selection/src/selection/size.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/size.js +0 -8
- package/dist/node_modules/d3-selection/src/selection/sort.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/sort.js +0 -19
- package/dist/node_modules/d3-selection/src/selection/sparse.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/sparse.js +0 -6
- package/dist/node_modules/d3-selection/src/selection/style.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/style.js +0 -27
- package/dist/node_modules/d3-selection/src/selection/text.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selection/text.js +0 -20
- package/dist/node_modules/d3-selection/src/selector.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selector.js +0 -10
- package/dist/node_modules/d3-selection/src/selectorAll.cjs +0 -1
- package/dist/node_modules/d3-selection/src/selectorAll.js +0 -11
- package/dist/node_modules/d3-selection/src/sourceEvent.cjs +0 -1
- package/dist/node_modules/d3-selection/src/sourceEvent.js +0 -8
- package/dist/node_modules/d3-selection/src/window.cjs +0 -1
- package/dist/node_modules/d3-selection/src/window.js +0 -6
- package/dist/node_modules/d3-shape/src/arc.cjs +0 -1
- package/dist/node_modules/d3-shape/src/arc.js +0 -85
- package/dist/node_modules/d3-shape/src/area.cjs +0 -1
- package/dist/node_modules/d3-shape/src/area.js +0 -56
- package/dist/node_modules/d3-shape/src/array.cjs +0 -1
- package/dist/node_modules/d3-shape/src/array.js +0 -6
- package/dist/node_modules/d3-shape/src/constant.cjs +0 -1
- package/dist/node_modules/d3-shape/src/constant.js +0 -8
- package/dist/node_modules/d3-shape/src/curve/basis.cjs +0 -1
- package/dist/node_modules/d3-shape/src/curve/basis.js +0 -60
- package/dist/node_modules/d3-shape/src/curve/basisClosed.cjs +0 -1
- package/dist/node_modules/d3-shape/src/curve/basisClosed.js +0 -51
- package/dist/node_modules/d3-shape/src/curve/basisOpen.cjs +0 -1
- package/dist/node_modules/d3-shape/src/curve/basisOpen.js +0 -46
- package/dist/node_modules/d3-shape/src/curve/bundle.cjs +0 -1
- package/dist/node_modules/d3-shape/src/curve/bundle.js +0 -33
- package/dist/node_modules/d3-shape/src/curve/cardinal.cjs +0 -1
- package/dist/node_modules/d3-shape/src/curve/cardinal.js +0 -65
- package/dist/node_modules/d3-shape/src/curve/cardinalClosed.cjs +0 -1
- package/dist/node_modules/d3-shape/src/curve/cardinalClosed.js +0 -57
- package/dist/node_modules/d3-shape/src/curve/cardinalOpen.cjs +0 -1
- package/dist/node_modules/d3-shape/src/curve/cardinalOpen.js +0 -50
- package/dist/node_modules/d3-shape/src/curve/catmullRom.cjs +0 -1
- package/dist/node_modules/d3-shape/src/curve/catmullRom.js +0 -72
- package/dist/node_modules/d3-shape/src/curve/catmullRomClosed.cjs +0 -1
- package/dist/node_modules/d3-shape/src/curve/catmullRomClosed.js +0 -61
- package/dist/node_modules/d3-shape/src/curve/catmullRomOpen.cjs +0 -1
- package/dist/node_modules/d3-shape/src/curve/catmullRomOpen.js +0 -54
- package/dist/node_modules/d3-shape/src/curve/linear.cjs +0 -1
- package/dist/node_modules/d3-shape/src/curve/linear.js +0 -36
- package/dist/node_modules/d3-shape/src/curve/linearClosed.cjs +0 -1
- package/dist/node_modules/d3-shape/src/curve/linearClosed.js +0 -23
- package/dist/node_modules/d3-shape/src/curve/monotone.cjs +0 -1
- package/dist/node_modules/d3-shape/src/curve/monotone.js +0 -93
- package/dist/node_modules/d3-shape/src/curve/natural.cjs +0 -1
- package/dist/node_modules/d3-shape/src/curve/natural.js +0 -41
- package/dist/node_modules/d3-shape/src/curve/step.cjs +0 -1
- package/dist/node_modules/d3-shape/src/curve/step.js +0 -51
- package/dist/node_modules/d3-shape/src/descending.cjs +0 -1
- package/dist/node_modules/d3-shape/src/descending.js +0 -6
- package/dist/node_modules/d3-shape/src/identity.cjs +0 -1
- package/dist/node_modules/d3-shape/src/identity.js +0 -6
- package/dist/node_modules/d3-shape/src/line.cjs +0 -1
- package/dist/node_modules/d3-shape/src/line.js +0 -29
- package/dist/node_modules/d3-shape/src/math.cjs +0 -1
- package/dist/node_modules/d3-shape/src/math.js +0 -22
- package/dist/node_modules/d3-shape/src/noop.cjs +0 -1
- package/dist/node_modules/d3-shape/src/noop.js +0 -5
- package/dist/node_modules/d3-shape/src/path.cjs +0 -1
- package/dist/node_modules/d3-shape/src/path.js +0 -18
- package/dist/node_modules/d3-shape/src/pie.cjs +0 -1
- package/dist/node_modules/d3-shape/src/pie.js +0 -43
- package/dist/node_modules/d3-shape/src/point.cjs +0 -1
- package/dist/node_modules/d3-shape/src/point.js +0 -10
- package/dist/node_modules/d3-shape/src/symbol/circle.cjs +0 -1
- package/dist/node_modules/d3-shape/src/symbol/circle.js +0 -10
- package/dist/node_modules/d3-shape/src/symbol/cross.cjs +0 -1
- package/dist/node_modules/d3-shape/src/symbol/cross.js +0 -10
- package/dist/node_modules/d3-shape/src/symbol/diamond.cjs +0 -1
- package/dist/node_modules/d3-shape/src/symbol/diamond.js +0 -10
- package/dist/node_modules/d3-shape/src/symbol/square.cjs +0 -1
- package/dist/node_modules/d3-shape/src/symbol/square.js +0 -10
- package/dist/node_modules/d3-shape/src/symbol/star.cjs +0 -1
- package/dist/node_modules/d3-shape/src/symbol/star.js +0 -15
- package/dist/node_modules/d3-shape/src/symbol/triangle.cjs +0 -1
- package/dist/node_modules/d3-shape/src/symbol/triangle.js +0 -10
- package/dist/node_modules/d3-shape/src/symbol/wye.cjs +0 -1
- package/dist/node_modules/d3-shape/src/symbol/wye.js +0 -10
- package/dist/node_modules/d3-shape/src/symbol.cjs +0 -1
- package/dist/node_modules/d3-shape/src/symbol.js +0 -21
- package/dist/node_modules/d3-time/src/day.cjs +0 -1
- package/dist/node_modules/d3-time/src/day.js +0 -26
- package/dist/node_modules/d3-time/src/duration.cjs +0 -1
- package/dist/node_modules/d3-time/src/duration.js +0 -10
- package/dist/node_modules/d3-time/src/hour.cjs +0 -1
- package/dist/node_modules/d3-time/src/hour.js +0 -18
- package/dist/node_modules/d3-time/src/interval.cjs +0 -1
- package/dist/node_modules/d3-time/src/interval.js +0 -31
- package/dist/node_modules/d3-time/src/millisecond.cjs +0 -1
- package/dist/node_modules/d3-time/src/millisecond.js +0 -14
- package/dist/node_modules/d3-time/src/minute.cjs +0 -1
- package/dist/node_modules/d3-time/src/minute.js +0 -18
- package/dist/node_modules/d3-time/src/month.cjs +0 -1
- package/dist/node_modules/d3-time/src/month.js +0 -17
- package/dist/node_modules/d3-time/src/second.cjs +0 -1
- package/dist/node_modules/d3-time/src/second.js +0 -11
- package/dist/node_modules/d3-time/src/ticks.cjs +0 -1
- package/dist/node_modules/d3-time/src/ticks.js +0 -54
- package/dist/node_modules/d3-time/src/week.cjs +0 -1
- package/dist/node_modules/d3-time/src/week.js +0 -48
- package/dist/node_modules/d3-time/src/year.cjs +0 -1
- package/dist/node_modules/d3-time/src/year.js +0 -27
- package/dist/node_modules/d3-time-format/src/defaultLocale.cjs +0 -1
- package/dist/node_modules/d3-time-format/src/defaultLocale.js +0 -20
- package/dist/node_modules/d3-time-format/src/locale.cjs +0 -1
- package/dist/node_modules/d3-time-format/src/locale.js +0 -478
- package/dist/node_modules/d3-timer/src/timeout.cjs +0 -1
- package/dist/node_modules/d3-timer/src/timeout.js +0 -10
- package/dist/node_modules/d3-timer/src/timer.cjs +0 -1
- package/dist/node_modules/d3-timer/src/timer.js +0 -62
- package/dist/node_modules/d3-transition/src/interrupt.cjs +0 -1
- package/dist/node_modules/d3-transition/src/interrupt.js +0 -18
- package/dist/node_modules/d3-transition/src/selection/index.cjs +0 -1
- package/dist/node_modules/d3-transition/src/selection/index.js +0 -5
- package/dist/node_modules/d3-transition/src/selection/interrupt.cjs +0 -1
- package/dist/node_modules/d3-transition/src/selection/interrupt.js +0 -9
- package/dist/node_modules/d3-transition/src/selection/transition.cjs +0 -1
- package/dist/node_modules/d3-transition/src/selection/transition.js +0 -28
- package/dist/node_modules/d3-transition/src/transition/attr.cjs +0 -1
- package/dist/node_modules/d3-transition/src/transition/attr.js +0 -49
- package/dist/node_modules/d3-transition/src/transition/attrTween.cjs +0 -1
- package/dist/node_modules/d3-transition/src/transition/attrTween.js +0 -38
- package/dist/node_modules/d3-transition/src/transition/delay.cjs +0 -1
- package/dist/node_modules/d3-transition/src/transition/delay.js +0 -18
- package/dist/node_modules/d3-transition/src/transition/duration.cjs +0 -1
- package/dist/node_modules/d3-transition/src/transition/duration.js +0 -18
- package/dist/node_modules/d3-transition/src/transition/ease.cjs +0 -1
- package/dist/node_modules/d3-transition/src/transition/ease.js +0 -14
- package/dist/node_modules/d3-transition/src/transition/easeVarying.cjs +0 -1
- package/dist/node_modules/d3-transition/src/transition/easeVarying.js +0 -15
- package/dist/node_modules/d3-transition/src/transition/end.cjs +0 -1
- package/dist/node_modules/d3-transition/src/transition/end.js +0 -16
- package/dist/node_modules/d3-transition/src/transition/filter.cjs +0 -1
- package/dist/node_modules/d3-transition/src/transition/filter.js +0 -12
- package/dist/node_modules/d3-transition/src/transition/index.cjs +0 -1
- package/dist/node_modules/d3-transition/src/transition/index.js +0 -65
- package/dist/node_modules/d3-transition/src/transition/interpolate.cjs +0 -1
- package/dist/node_modules/d3-transition/src/transition/interpolate.js +0 -11
- package/dist/node_modules/d3-transition/src/transition/merge.cjs +0 -1
- package/dist/node_modules/d3-transition/src/transition/merge.js +0 -13
- package/dist/node_modules/d3-transition/src/transition/on.cjs +0 -1
- package/dist/node_modules/d3-transition/src/transition/on.js +0 -21
- package/dist/node_modules/d3-transition/src/transition/remove.cjs +0 -1
- package/dist/node_modules/d3-transition/src/transition/remove.js +0 -13
- package/dist/node_modules/d3-transition/src/transition/schedule.cjs +0 -1
- package/dist/node_modules/d3-transition/src/transition/schedule.js +0 -85
- package/dist/node_modules/d3-transition/src/transition/select.cjs +0 -1
- package/dist/node_modules/d3-transition/src/transition/select.js +0 -14
- package/dist/node_modules/d3-transition/src/transition/selectAll.cjs +0 -1
- package/dist/node_modules/d3-transition/src/transition/selectAll.js +0 -18
- package/dist/node_modules/d3-transition/src/transition/selection.cjs +0 -1
- package/dist/node_modules/d3-transition/src/transition/selection.js +0 -8
- package/dist/node_modules/d3-transition/src/transition/style.cjs +0 -1
- package/dist/node_modules/d3-transition/src/transition/style.js +0 -45
- package/dist/node_modules/d3-transition/src/transition/styleTween.cjs +0 -1
- package/dist/node_modules/d3-transition/src/transition/styleTween.js +0 -23
- package/dist/node_modules/d3-transition/src/transition/text.cjs +0 -1
- package/dist/node_modules/d3-transition/src/transition/text.js +0 -18
- package/dist/node_modules/d3-transition/src/transition/textTween.cjs +0 -1
- package/dist/node_modules/d3-transition/src/transition/textTween.js +0 -23
- package/dist/node_modules/d3-transition/src/transition/transition.cjs +0 -1
- package/dist/node_modules/d3-transition/src/transition/transition.js +0 -19
- package/dist/node_modules/d3-transition/src/transition/tween.cjs +0 -1
- package/dist/node_modules/d3-transition/src/transition/tween.js +0 -56
- package/dist/node_modules/internmap/src/index.cjs +0 -1
- package/dist/node_modules/internmap/src/index.js +0 -35
- package/dist/node_modules/parse-unit/index.cjs +0 -1
- package/dist/node_modules/parse-unit/index.js +0 -11
- package/dist/node_modules/striptags/src/striptags.cjs +0 -2
- package/dist/node_modules/striptags/src/striptags.js +0 -118
- package/dist/node_modules/stylis/src/Enum.cjs +0 -1
- package/dist/node_modules/stylis/src/Enum.js +0 -12
- package/dist/node_modules/stylis/src/Middleware.cjs +0 -1
- package/dist/node_modules/stylis/src/Middleware.js +0 -18
- package/dist/node_modules/stylis/src/Parser.cjs +0 -1
- package/dist/node_modules/stylis/src/Parser.js +0 -131
- package/dist/node_modules/stylis/src/Serializer.cjs +0 -1
- package/dist/node_modules/stylis/src/Serializer.js +0 -27
- package/dist/node_modules/stylis/src/Tokenizer.cjs +0 -1
- package/dist/node_modules/stylis/src/Tokenizer.js +0 -141
- package/dist/node_modules/stylis/src/Utility.cjs +0 -1
- package/dist/node_modules/stylis/src/Utility.js +0 -50
- package/dist/node_modules/throttle-debounce/esm/index.cjs +0 -1
- package/dist/node_modules/throttle-debounce/esm/index.js +0 -28
- package/dist/node_modules/to-px/browser.cjs +0 -1
- package/dist/node_modules/to-px/browser.js +0 -63
- package/dist/types.cjs +0 -1
- package/dist/utils.cjs +0 -1
- package/dist/vite.svg +0 -1
- /package/dist/components/{Area → AreaChart}/AreaChart.vue.d.ts +0 -0
- /package/dist/components/{Area → AreaChart}/AreaChart2.js +0 -0
- /package/dist/components/{AreaStacked → AreaStackedChart}/AreaStackedChart.vue.d.ts +0 -0
- /package/dist/components/{AreaStacked → AreaStackedChart}/AreaStackedChart2.js +0 -0
- /package/dist/components/{Bar → BarChart}/BarChart2.js +0 -0
- /package/dist/components/{Donut → DonutChart}/DonutChart2.js +0 -0
- /package/dist/components/{Line → LineChart}/LineChart2.js +0 -0
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
var r = 0, a = 0, l = 0, p = 1e3, s, f, u = 0, i = 0, w = 0, c = typeof performance == "object" && performance.now ? performance : Date, y = typeof window == "object" && window.requestAnimationFrame ? window.requestAnimationFrame.bind(window) : function(t) {
|
|
2
|
-
setTimeout(t, 17);
|
|
3
|
-
};
|
|
4
|
-
function k() {
|
|
5
|
-
return i || (y(d), i = c.now() + w);
|
|
6
|
-
}
|
|
7
|
-
function d() {
|
|
8
|
-
i = 0;
|
|
9
|
-
}
|
|
10
|
-
function _() {
|
|
11
|
-
this._call = this._time = this._next = null;
|
|
12
|
-
}
|
|
13
|
-
_.prototype = v.prototype = {
|
|
14
|
-
constructor: _,
|
|
15
|
-
restart: function(t, n, e) {
|
|
16
|
-
if (typeof t != "function") throw new TypeError("callback is not a function");
|
|
17
|
-
e = (e == null ? k() : +e) + (n == null ? 0 : +n), !this._next && f !== this && (f ? f._next = this : s = this, f = this), this._call = t, this._time = e, m();
|
|
18
|
-
},
|
|
19
|
-
stop: function() {
|
|
20
|
-
this._call && (this._call = null, this._time = 1 / 0, m());
|
|
21
|
-
}
|
|
22
|
-
};
|
|
23
|
-
function v(t, n, e) {
|
|
24
|
-
var o = new _();
|
|
25
|
-
return o.restart(t, n, e), o;
|
|
26
|
-
}
|
|
27
|
-
function x() {
|
|
28
|
-
k(), ++r;
|
|
29
|
-
for (var t = s, n; t; )
|
|
30
|
-
(n = i - t._time) >= 0 && t._call.call(void 0, n), t = t._next;
|
|
31
|
-
--r;
|
|
32
|
-
}
|
|
33
|
-
function h() {
|
|
34
|
-
i = (u = c.now()) + w, r = a = 0;
|
|
35
|
-
try {
|
|
36
|
-
x();
|
|
37
|
-
} finally {
|
|
38
|
-
r = 0, I(), i = 0;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
function T() {
|
|
42
|
-
var t = c.now(), n = t - u;
|
|
43
|
-
n > p && (w -= n, u = t);
|
|
44
|
-
}
|
|
45
|
-
function I() {
|
|
46
|
-
for (var t, n = s, e, o = 1 / 0; n; )
|
|
47
|
-
n._call ? (o > n._time && (o = n._time), t = n, n = n._next) : (e = n._next, n._next = null, n = t ? t._next = e : s = e);
|
|
48
|
-
f = t, m(o);
|
|
49
|
-
}
|
|
50
|
-
function m(t) {
|
|
51
|
-
if (!r) {
|
|
52
|
-
a && (a = clearTimeout(a));
|
|
53
|
-
var n = t - i;
|
|
54
|
-
n > 24 ? (t < 1 / 0 && (a = setTimeout(h, t - c.now() - w)), l && (l = clearInterval(l))) : (l || (u = c.now(), l = setInterval(T, p)), r = 1, y(h));
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
export {
|
|
58
|
-
_ as Timer,
|
|
59
|
-
k as now,
|
|
60
|
-
v as timer,
|
|
61
|
-
x as timerFlush
|
|
62
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("./transition/schedule.cjs");function a(t,i){var r=t.__transition,e,s,n=!0,u;if(r){i=i==null?null:i+"";for(u in r){if((e=r[u]).name!==i){n=!1;continue}s=e.state>l.STARTING&&e.state<l.ENDING,e.state=l.ENDED,e.timer.stop(),e.on.call(s?"interrupt":"cancel",t,t.__data__,e.index,e.group),delete r[u]}n&&delete t.__transition}}exports.default=a;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { STARTING as u, ENDING as s, ENDED as c } from "./transition/schedule.js";
|
|
2
|
-
function o(e, i) {
|
|
3
|
-
var r = e.__transition, t, a, n = !0, l;
|
|
4
|
-
if (r) {
|
|
5
|
-
i = i == null ? null : i + "";
|
|
6
|
-
for (l in r) {
|
|
7
|
-
if ((t = r[l]).name !== i) {
|
|
8
|
-
n = !1;
|
|
9
|
-
continue;
|
|
10
|
-
}
|
|
11
|
-
a = t.state > u && t.state < s, t.state = c, t.timer.stop(), t.on.call(a ? "interrupt" : "cancel", e, e.__data__, t.index, t.group), delete r[l];
|
|
12
|
-
}
|
|
13
|
-
n && delete e.__transition;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
export {
|
|
17
|
-
o as default
|
|
18
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";const e=require("./interrupt.cjs"),r=require("./transition.cjs"),t=require("../../../d3-selection/src/selection/index.cjs");t.default.prototype.interrupt=e.default;t.default.prototype.transition=r.default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("../interrupt.cjs");function u(e){return this.each(function(){t.default(this,e)})}exports.default=u;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("../transition/index.cjs"),f=require("../transition/schedule.cjs"),d=require("../../../d3-timer/src/timer.cjs"),_=require("../../../d3-ease/src/cubic.cjs");var h={time:null,delay:0,duration:250,ease:_.cubicInOut};function v(t,i){for(var e;!(e=t.__transition)||!(e=e[i]);)if(!(t=t.parentNode))throw new Error(`transition ${i} not found`);return e}function w(t){var i,e;t instanceof s.Transition?(i=t._id,t=t._name):(i=s.newId(),(e=h).time=d.now(),t=t==null?null:t+"");for(var n=this._groups,a=n.length,u=0;u<a;++u)for(var l=n[u],c=l.length,o,r=0;r<c;++r)(o=l[r])&&f.default(o,t,i,r,l,e||v(o,i));return new s.Transition(n,this._parents,t,i)}exports.default=w;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { Transition as s, newId as h } from "../transition/index.js";
|
|
2
|
-
import c from "../transition/schedule.js";
|
|
3
|
-
import { now as _ } from "../../../d3-timer/src/timer.js";
|
|
4
|
-
import { cubicInOut as m } from "../../../d3-ease/src/cubic.js";
|
|
5
|
-
var w = {
|
|
6
|
-
time: null,
|
|
7
|
-
// Set on use.
|
|
8
|
-
delay: 0,
|
|
9
|
-
duration: 250,
|
|
10
|
-
ease: m
|
|
11
|
-
};
|
|
12
|
-
function d(t, i) {
|
|
13
|
-
for (var r; !(r = t.__transition) || !(r = r[i]); )
|
|
14
|
-
if (!(t = t.parentNode))
|
|
15
|
-
throw new Error(`transition ${i} not found`);
|
|
16
|
-
return r;
|
|
17
|
-
}
|
|
18
|
-
function T(t) {
|
|
19
|
-
var i, r;
|
|
20
|
-
t instanceof s ? (i = t._id, t = t._name) : (i = h(), (r = w).time = _(), t = t == null ? null : t + "");
|
|
21
|
-
for (var o = this._groups, a = o.length, e = 0; e < a; ++e)
|
|
22
|
-
for (var f = o[e], u = f.length, l, n = 0; n < u; ++n)
|
|
23
|
-
(l = f[n]) && c(l, t, i, n, f, r || d(l, i));
|
|
24
|
-
return new s(o, this._parents, t, i);
|
|
25
|
-
}
|
|
26
|
-
export {
|
|
27
|
-
T as default
|
|
28
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const c=require("./tween.cjs"),l=require("./interpolate.cjs"),g=require("../../../d3-selection/src/namespace.cjs"),f=require("../../../d3-interpolate/src/transform/index.cjs");function v(t){return function(){this.removeAttribute(t)}}function p(t){return function(){this.removeAttributeNS(t.space,t.local)}}function h(t,i,r){var e,u=r+"",o;return function(){var n=this.getAttribute(t);return n===u?null:n===e?o:o=i(e=n,r)}}function b(t,i,r){var e,u=r+"",o;return function(){var n=this.getAttributeNS(t.space,t.local);return n===u?null:n===e?o:o=i(e=n,r)}}function S(t,i,r){var e,u,o;return function(){var n,a=r(this),s;return a==null?void this.removeAttribute(t):(n=this.getAttribute(t),s=a+"",n===s?null:n===e&&s===u?o:(u=s,o=i(e=n,a)))}}function d(t,i,r){var e,u,o;return function(){var n,a=r(this),s;return a==null?void this.removeAttributeNS(t.space,t.local):(n=this.getAttributeNS(t.space,t.local),s=a+"",n===s?null:n===e&&s===u?o:(u=s,o=i(e=n,a)))}}function A(t,i){var r=g.default(t),e=r==="transform"?f.interpolateTransformSvg:l.default;return this.attrTween(t,typeof i=="function"?(r.local?d:S)(r,e,c.tweenValue(this,"attr."+t,i)):i==null?(r.local?p:v)(r):(r.local?b:h)(r,e,i))}exports.default=A;
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { tweenValue as c } from "./tween.js";
|
|
2
|
-
import l from "./interpolate.js";
|
|
3
|
-
import f from "../../../d3-selection/src/namespace.js";
|
|
4
|
-
import { interpolateTransformSvg as g } from "../../../d3-interpolate/src/transform/index.js";
|
|
5
|
-
function p(t) {
|
|
6
|
-
return function() {
|
|
7
|
-
this.removeAttribute(t);
|
|
8
|
-
};
|
|
9
|
-
}
|
|
10
|
-
function v(t) {
|
|
11
|
-
return function() {
|
|
12
|
-
this.removeAttributeNS(t.space, t.local);
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
|
-
function h(t, e, r) {
|
|
16
|
-
var i, u = r + "", o;
|
|
17
|
-
return function() {
|
|
18
|
-
var n = this.getAttribute(t);
|
|
19
|
-
return n === u ? null : n === i ? o : o = e(i = n, r);
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
function m(t, e, r) {
|
|
23
|
-
var i, u = r + "", o;
|
|
24
|
-
return function() {
|
|
25
|
-
var n = this.getAttributeNS(t.space, t.local);
|
|
26
|
-
return n === u ? null : n === i ? o : o = e(i = n, r);
|
|
27
|
-
};
|
|
28
|
-
}
|
|
29
|
-
function b(t, e, r) {
|
|
30
|
-
var i, u, o;
|
|
31
|
-
return function() {
|
|
32
|
-
var n, a = r(this), s;
|
|
33
|
-
return a == null ? void this.removeAttribute(t) : (n = this.getAttribute(t), s = a + "", n === s ? null : n === i && s === u ? o : (u = s, o = e(i = n, a)));
|
|
34
|
-
};
|
|
35
|
-
}
|
|
36
|
-
function A(t, e, r) {
|
|
37
|
-
var i, u, o;
|
|
38
|
-
return function() {
|
|
39
|
-
var n, a = r(this), s;
|
|
40
|
-
return a == null ? void this.removeAttributeNS(t.space, t.local) : (n = this.getAttributeNS(t.space, t.local), s = a + "", n === s ? null : n === i && s === u ? o : (u = s, o = e(i = n, a)));
|
|
41
|
-
};
|
|
42
|
-
}
|
|
43
|
-
function C(t, e) {
|
|
44
|
-
var r = f(t), i = r === "transform" ? g : l;
|
|
45
|
-
return this.attrTween(t, typeof e == "function" ? (r.local ? A : b)(r, i, c(this, "attr." + t, e)) : e == null ? (r.local ? v : p)(r) : (r.local ? m : h)(r, i, e));
|
|
46
|
-
}
|
|
47
|
-
export {
|
|
48
|
-
C as default
|
|
49
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("../../../d3-selection/src/namespace.cjs");function o(n,e){return function(t){this.setAttribute(n,e.call(this,t))}}function l(n,e){return function(t){this.setAttributeNS(n.space,n.local,e.call(this,t))}}function s(n,e){var t,r;function u(){var i=e.apply(this,arguments);return i!==r&&(t=(r=i)&&l(n,i)),t}return u._value=e,u}function c(n,e){var t,r;function u(){var i=e.apply(this,arguments);return i!==r&&(t=(r=i)&&o(n,i)),t}return u._value=e,u}function f(n,e){var t="attr."+n;if(arguments.length<2)return(t=this.tween(t))&&t._value;if(e==null)return this.tween(t,null);if(typeof e!="function")throw new Error;var r=a.default(n);return this.tween(t,(r.local?s:c)(r,e))}exports.default=f;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import u from "../../../d3-selection/src/namespace.js";
|
|
2
|
-
function o(r, n) {
|
|
3
|
-
return function(t) {
|
|
4
|
-
this.setAttribute(r, n.call(this, t));
|
|
5
|
-
};
|
|
6
|
-
}
|
|
7
|
-
function f(r, n) {
|
|
8
|
-
return function(t) {
|
|
9
|
-
this.setAttributeNS(r.space, r.local, n.call(this, t));
|
|
10
|
-
};
|
|
11
|
-
}
|
|
12
|
-
function s(r, n) {
|
|
13
|
-
var t, e;
|
|
14
|
-
function a() {
|
|
15
|
-
var i = n.apply(this, arguments);
|
|
16
|
-
return i !== e && (t = (e = i) && f(r, i)), t;
|
|
17
|
-
}
|
|
18
|
-
return a._value = n, a;
|
|
19
|
-
}
|
|
20
|
-
function l(r, n) {
|
|
21
|
-
var t, e;
|
|
22
|
-
function a() {
|
|
23
|
-
var i = n.apply(this, arguments);
|
|
24
|
-
return i !== e && (t = (e = i) && o(r, i)), t;
|
|
25
|
-
}
|
|
26
|
-
return a._value = n, a;
|
|
27
|
-
}
|
|
28
|
-
function h(r, n) {
|
|
29
|
-
var t = "attr." + r;
|
|
30
|
-
if (arguments.length < 2) return (t = this.tween(t)) && t._value;
|
|
31
|
-
if (n == null) return this.tween(t, null);
|
|
32
|
-
if (typeof n != "function") throw new Error();
|
|
33
|
-
var e = u(r);
|
|
34
|
-
return this.tween(t, (e.local ? s : l)(e, n));
|
|
35
|
-
}
|
|
36
|
-
export {
|
|
37
|
-
h as default
|
|
38
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("./schedule.cjs");function i(e,t){return function(){n.init(this,e).delay=+t.apply(this,arguments)}}function u(e,t){return t=+t,function(){n.init(this,e).delay=t}}function o(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?i:u)(t,e)):n.get(this.node(),t).delay}exports.default=o;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { get as e, init as i } from "./schedule.js";
|
|
2
|
-
function o(n, t) {
|
|
3
|
-
return function() {
|
|
4
|
-
i(this, n).delay = +t.apply(this, arguments);
|
|
5
|
-
};
|
|
6
|
-
}
|
|
7
|
-
function r(n, t) {
|
|
8
|
-
return t = +t, function() {
|
|
9
|
-
i(this, n).delay = t;
|
|
10
|
-
};
|
|
11
|
-
}
|
|
12
|
-
function s(n) {
|
|
13
|
-
var t = this._id;
|
|
14
|
-
return arguments.length ? this.each((typeof n == "function" ? o : r)(t, n)) : e(this.node(), t).delay;
|
|
15
|
-
}
|
|
16
|
-
export {
|
|
17
|
-
s as default
|
|
18
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=require("./schedule.cjs");function e(n,t){return function(){i.set(this,n).duration=+t.apply(this,arguments)}}function u(n,t){return t=+t,function(){i.set(this,n).duration=t}}function o(n){var t=this._id;return arguments.length?this.each((typeof n=="function"?e:u)(t,n)):i.get(this.node(),t).duration}exports.default=o;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { get as o, set as i } from "./schedule.js";
|
|
2
|
-
function r(n, t) {
|
|
3
|
-
return function() {
|
|
4
|
-
i(this, n).duration = +t.apply(this, arguments);
|
|
5
|
-
};
|
|
6
|
-
}
|
|
7
|
-
function u(n, t) {
|
|
8
|
-
return t = +t, function() {
|
|
9
|
-
i(this, n).duration = t;
|
|
10
|
-
};
|
|
11
|
-
}
|
|
12
|
-
function s(n) {
|
|
13
|
-
var t = this._id;
|
|
14
|
-
return arguments.length ? this.each((typeof n == "function" ? r : u)(t, n)) : o(this.node(), t).duration;
|
|
15
|
-
}
|
|
16
|
-
export {
|
|
17
|
-
s as default
|
|
18
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("./schedule.cjs");function i(t,e){if(typeof e!="function")throw new Error;return function(){n.set(this,t).ease=e}}function r(t){var e=this._id;return arguments.length?this.each(i(e,t)):n.get(this.node(),e).ease}exports.default=r;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { get as n, set as i } from "./schedule.js";
|
|
2
|
-
function r(e, t) {
|
|
3
|
-
if (typeof t != "function") throw new Error();
|
|
4
|
-
return function() {
|
|
5
|
-
i(this, e).ease = t;
|
|
6
|
-
};
|
|
7
|
-
}
|
|
8
|
-
function s(e) {
|
|
9
|
-
var t = this._id;
|
|
10
|
-
return arguments.length ? this.each(r(t, e)) : n(this.node(), t).ease;
|
|
11
|
-
}
|
|
12
|
-
export {
|
|
13
|
-
s as default
|
|
14
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("./schedule.cjs");function i(e,r){return function(){var t=r.apply(this,arguments);if(typeof t!="function")throw new Error;n.set(this,e).ease=t}}function o(e){if(typeof e!="function")throw new Error;return this.each(i(this._id,e))}exports.default=o;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { set as i } from "./schedule.js";
|
|
2
|
-
function e(t, n) {
|
|
3
|
-
return function() {
|
|
4
|
-
var r = n.apply(this, arguments);
|
|
5
|
-
if (typeof r != "function") throw new Error();
|
|
6
|
-
i(this, t).ease = r;
|
|
7
|
-
};
|
|
8
|
-
}
|
|
9
|
-
function a(t) {
|
|
10
|
-
if (typeof t != "function") throw new Error();
|
|
11
|
-
return this.each(e(this._id, t));
|
|
12
|
-
}
|
|
13
|
-
export {
|
|
14
|
-
a as default
|
|
15
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("./schedule.cjs");function f(){var t,e,n=this,r=n._id,i=n.size();return new Promise(function(u,a){var o={value:a},d={value:function(){--i===0&&u()}};n.each(function(){var s=l.set(this,r),c=s.on;c!==t&&(e=(t=c).copy(),e._.cancel.push(o),e._.interrupt.push(o),e._.end.push(d)),s.on=e}),i===0&&u()})}exports.default=f;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { set as h } from "./schedule.js";
|
|
2
|
-
function p() {
|
|
3
|
-
var e, n, i = this, r = i._id, t = i.size();
|
|
4
|
-
return new Promise(function(o, s) {
|
|
5
|
-
var u = { value: s }, f = { value: function() {
|
|
6
|
-
--t === 0 && o();
|
|
7
|
-
} };
|
|
8
|
-
i.each(function() {
|
|
9
|
-
var a = h(this, r), c = a.on;
|
|
10
|
-
c !== e && (n = (e = c).copy(), n._.cancel.push(u), n._.interrupt.push(u), n._.end.push(f)), a.on = n;
|
|
11
|
-
}), t === 0 && o();
|
|
12
|
-
});
|
|
13
|
-
}
|
|
14
|
-
export {
|
|
15
|
-
p as default
|
|
16
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const u=require("./index.cjs"),o=require("../../../d3-selection/src/matcher.cjs");function c(e){typeof e!="function"&&(e=o.default(e));for(var a=this._groups,l=a.length,s=new Array(l),t=0;t<l;++t)for(var n=a[t],f=n.length,_=s[t]=[],r,i=0;i<f;++i)(r=n[i])&&e.call(r,r.__data__,i,n)&&_.push(r);return new u.Transition(s,this._parents,this._name,this._id)}exports.default=c;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Transition as o } from "./index.js";
|
|
2
|
-
import h from "../../../d3-selection/src/matcher.js";
|
|
3
|
-
function v(t) {
|
|
4
|
-
typeof t != "function" && (t = h(t));
|
|
5
|
-
for (var a = this._groups, e = a.length, _ = new Array(e), r = 0; r < e; ++r)
|
|
6
|
-
for (var f = a[r], s = f.length, l = _[r] = [], i, n = 0; n < s; ++n)
|
|
7
|
-
(i = f[n]) && t.call(i, i.__data__, n, f) && l.push(i);
|
|
8
|
-
return new o(_, this._parents, this._name, this._id);
|
|
9
|
-
}
|
|
10
|
-
export {
|
|
11
|
-
v as default
|
|
12
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./attr.cjs"),s=require("./attrTween.cjs"),u=require("./delay.cjs"),a=require("./duration.cjs"),c=require("./ease.cjs"),d=require("./easeVarying.cjs"),f=require("./filter.cjs"),q=require("./merge.cjs"),y=require("./on.cjs"),p=require("./remove.cjs"),h=require("./select.cjs"),m=require("./selectAll.cjs"),w=require("./selection.cjs"),T=require("./style.cjs"),g=require("./styleTween.cjs"),v=require("./text.cjs"),x=require("./textTween.cjs"),_=require("./transition.cjs"),b=require("./tween.cjs"),C=require("./end.cjs"),S=require("../../../d3-selection/src/selection/index.cjs");var z=0;function t(r,n,i,l){this._groups=r,this._parents=n,this._name=i,this._id=l}function A(){return++z}var e=S.default.prototype;t.prototype={constructor:t,select:h.default,selectAll:m.default,selectChild:e.selectChild,selectChildren:e.selectChildren,filter:f.default,merge:q.default,selection:w.default,transition:_.default,call:e.call,nodes:e.nodes,node:e.node,size:e.size,empty:e.empty,each:e.each,on:y.default,attr:o.default,attrTween:s.default,style:T.default,styleTween:g.default,text:v.default,textTween:x.default,remove:p.default,tween:b.default,delay:u.default,duration:a.default,ease:c.default,easeVarying:d.default,end:C.default,[Symbol.iterator]:e[Symbol.iterator]};exports.Transition=t;exports.newId=A;
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import s from "./attr.js";
|
|
2
|
-
import m from "./attrTween.js";
|
|
3
|
-
import a from "./delay.js";
|
|
4
|
-
import l from "./duration.js";
|
|
5
|
-
import p from "./ease.js";
|
|
6
|
-
import f from "./easeVarying.js";
|
|
7
|
-
import _ from "./filter.js";
|
|
8
|
-
import c from "./merge.js";
|
|
9
|
-
import d from "./on.js";
|
|
10
|
-
import y from "./remove.js";
|
|
11
|
-
import h from "./select.js";
|
|
12
|
-
import w from "./selectAll.js";
|
|
13
|
-
import u from "./selection.js";
|
|
14
|
-
import T from "./style.js";
|
|
15
|
-
import g from "./styleTween.js";
|
|
16
|
-
import x from "./text.js";
|
|
17
|
-
import v from "./textTween.js";
|
|
18
|
-
import C from "./transition.js";
|
|
19
|
-
import b from "./tween.js";
|
|
20
|
-
import z from "./end.js";
|
|
21
|
-
import A from "../../../d3-selection/src/selection/index.js";
|
|
22
|
-
var S = 0;
|
|
23
|
-
function r(o, i, e, n) {
|
|
24
|
-
this._groups = o, this._parents = i, this._name = e, this._id = n;
|
|
25
|
-
}
|
|
26
|
-
function W() {
|
|
27
|
-
return ++S;
|
|
28
|
-
}
|
|
29
|
-
var t = A.prototype;
|
|
30
|
-
r.prototype = {
|
|
31
|
-
constructor: r,
|
|
32
|
-
select: h,
|
|
33
|
-
selectAll: w,
|
|
34
|
-
selectChild: t.selectChild,
|
|
35
|
-
selectChildren: t.selectChildren,
|
|
36
|
-
filter: _,
|
|
37
|
-
merge: c,
|
|
38
|
-
selection: u,
|
|
39
|
-
transition: C,
|
|
40
|
-
call: t.call,
|
|
41
|
-
nodes: t.nodes,
|
|
42
|
-
node: t.node,
|
|
43
|
-
size: t.size,
|
|
44
|
-
empty: t.empty,
|
|
45
|
-
each: t.each,
|
|
46
|
-
on: d,
|
|
47
|
-
attr: s,
|
|
48
|
-
attrTween: m,
|
|
49
|
-
style: T,
|
|
50
|
-
styleTween: g,
|
|
51
|
-
text: x,
|
|
52
|
-
textTween: v,
|
|
53
|
-
remove: y,
|
|
54
|
-
tween: b,
|
|
55
|
-
delay: a,
|
|
56
|
-
duration: l,
|
|
57
|
-
ease: p,
|
|
58
|
-
easeVarying: f,
|
|
59
|
-
end: z,
|
|
60
|
-
[Symbol.iterator]: t[Symbol.iterator]
|
|
61
|
-
};
|
|
62
|
-
export {
|
|
63
|
-
r as Transition,
|
|
64
|
-
W as newId
|
|
65
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("../../../d3-interpolate/src/number.cjs"),r=require("../../../d3-interpolate/src/rgb.cjs"),l=require("../../../d3-interpolate/src/string.cjs"),u=require("../../../d3-color/src/color.cjs");function a(n,e){var t;return(typeof e=="number"?o.default:e instanceof u.default?r.default:(t=u.default(e))?(e=t,r.default):l.default)(n,e)}exports.default=a;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import n from "../../../d3-interpolate/src/number.js";
|
|
2
|
-
import o from "../../../d3-interpolate/src/rgb.js";
|
|
3
|
-
import m from "../../../d3-interpolate/src/string.js";
|
|
4
|
-
import e from "../../../d3-color/src/color.js";
|
|
5
|
-
function u(i, r) {
|
|
6
|
-
var t;
|
|
7
|
-
return (typeof r == "number" ? n : r instanceof e ? o : (t = e(r)) ? (r = t, o) : m)(i, r);
|
|
8
|
-
}
|
|
9
|
-
export {
|
|
10
|
-
u as default
|
|
11
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const w=require("./index.cjs");function c(a){if(a._id!==this._id)throw new Error;for(var r=this._groups,h=a._groups,n=r.length,s=h.length,f=Math.min(n,s),i=new Array(n),e=0;e<f;++e)for(var o=r[e],u=h[e],_=o.length,d=i[e]=new Array(_),l,t=0;t<_;++t)(l=o[t]||u[t])&&(d[t]=l);for(;e<n;++e)i[e]=r[e];return new w.Transition(i,this._parents,this._name,this._id)}exports.default=c;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Transition as v } from "./index.js";
|
|
2
|
-
function A(h) {
|
|
3
|
-
if (h._id !== this._id) throw new Error();
|
|
4
|
-
for (var n = this._groups, e = h._groups, i = n.length, s = e.length, w = Math.min(i, s), a = new Array(i), r = 0; r < w; ++r)
|
|
5
|
-
for (var f = n[r], l = e[r], _ = f.length, d = a[r] = new Array(_), o, t = 0; t < _; ++t)
|
|
6
|
-
(o = f[t] || l[t]) && (d[t] = o);
|
|
7
|
-
for (; r < i; ++r)
|
|
8
|
-
a[r] = n[r];
|
|
9
|
-
return new v(a, this._parents, this._name, this._id);
|
|
10
|
-
}
|
|
11
|
-
export {
|
|
12
|
-
A as default
|
|
13
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=require("./schedule.cjs");function a(e){return(e+"").trim().split(/^|\s+/).every(function(n){var t=n.indexOf(".");return t>=0&&(n=n.slice(0,t)),!n||n==="start"})}function l(e,n,t){var o,r,c=a(n)?i.init:i.set;return function(){var u=c(this,e),s=u.on;s!==o&&(r=(o=s).copy()).on(n,t),u.on=r}}function d(e,n){var t=this._id;return arguments.length<2?i.get(this.node(),t).on.on(e):this.each(l(t,e,n))}exports.default=d;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { get as c, init as f, set as a } from "./schedule.js";
|
|
2
|
-
function h(i) {
|
|
3
|
-
return (i + "").trim().split(/^|\s+/).every(function(n) {
|
|
4
|
-
var t = n.indexOf(".");
|
|
5
|
-
return t >= 0 && (n = n.slice(0, t)), !n || n === "start";
|
|
6
|
-
});
|
|
7
|
-
}
|
|
8
|
-
function d(i, n, t) {
|
|
9
|
-
var o, r, u = h(n) ? f : a;
|
|
10
|
-
return function() {
|
|
11
|
-
var e = u(this, i), s = e.on;
|
|
12
|
-
s !== o && (r = (o = s).copy()).on(n, t), e.on = r;
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
|
-
function v(i, n) {
|
|
16
|
-
var t = this._id;
|
|
17
|
-
return arguments.length < 2 ? c(this.node(), t).on.on(i) : this.each(d(t, i, n));
|
|
18
|
-
}
|
|
19
|
-
export {
|
|
20
|
-
v as default
|
|
21
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});function n(t){return function(){var e=this.parentNode;for(var i in this.__transition)if(+i!==t)return;e&&e.removeChild(this)}}function r(){return this.on("end.remove",n(this._id))}exports.default=r;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
function r(t) {
|
|
2
|
-
return function() {
|
|
3
|
-
var n = this.parentNode;
|
|
4
|
-
for (var i in this.__transition) if (+i !== t) return;
|
|
5
|
-
n && n.removeChild(this);
|
|
6
|
-
};
|
|
7
|
-
}
|
|
8
|
-
function e() {
|
|
9
|
-
return this.on("end.remove", r(this._id));
|
|
10
|
-
}
|
|
11
|
-
export {
|
|
12
|
-
e as default
|
|
13
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const g=require("../../../d3-dispatch/src/dispatch.cjs"),R=require("../../../d3-timer/src/timer.cjs"),T=require("../../../d3-timer/src/timeout.cjs");var S=g.default("start","end","cancel","interrupt"),A=[],N=0,E=1,h=2,l=3,p=4,D=5,v=6;function x(r,a,t,i,o,c){var _=r.__transition;if(!_)r.__transition={};else if(t in _)return;C(r,t,{name:a,index:i,group:o,on:S,tween:A,time:c.time,delay:c.delay,duration:c.duration,ease:c.ease,timer:null,state:N})}function G(r,a){var t=w(r,a);if(t.state>N)throw new Error("too late; already scheduled");return t}function I(r,a){var t=w(r,a);if(t.state>l)throw new Error("too late; already running");return t}function w(r,a){var t=r.__transition;if(!t||!(t=t[a]))throw new Error("transition not found");return t}function C(r,a,t){var i=r.__transition,o;i[a]=t,t.timer=R.timer(c,0,t.time);function c(u){t.state=E,t.timer.restart(_,t.delay,t.time),t.delay<=u&&_(u-t.delay)}function _(u){var n,d,s,e;if(t.state!==E)return m();for(n in i)if(e=i[n],e.name===t.name){if(e.state===l)return T.default(_);e.state===p?(e.state=v,e.timer.stop(),e.on.call("interrupt",r,r.__data__,e.index,e.group),delete i[n]):+n<a&&(e.state=v,e.timer.stop(),e.on.call("cancel",r,r.__data__,e.index,e.group),delete i[n])}if(T.default(function(){t.state===l&&(t.state=p,t.timer.restart(y,t.delay,t.time),y(u))}),t.state=h,t.on.call("start",r,r.__data__,t.index,t.group),t.state===h){for(t.state=l,o=new Array(s=t.tween.length),n=0,d=-1;n<s;++n)(e=t.tween[n].value.call(r,r.__data__,t.index,t.group))&&(o[++d]=e);o.length=d+1}}function y(u){for(var n=u<t.duration?t.ease.call(null,u/t.duration):(t.timer.restart(m),t.state=D,1),d=-1,s=o.length;++d<s;)o[d].call(r,n);t.state===D&&(t.on.call("end",r,r.__data__,t.index,t.group),m())}function m(){t.state=v,t.timer.stop(),delete i[a];for(var u in i)return;delete r.__transition}}exports.CREATED=N;exports.ENDED=v;exports.ENDING=D;exports.RUNNING=p;exports.SCHEDULED=E;exports.STARTED=l;exports.STARTING=h;exports.default=x;exports.get=w;exports.init=G;exports.set=I;
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
import N from "../../../d3-dispatch/src/dispatch.js";
|
|
2
|
-
import { timer as T } from "../../../d3-timer/src/timer.js";
|
|
3
|
-
import w from "../../../d3-timer/src/timeout.js";
|
|
4
|
-
var A = N("start", "end", "cancel", "interrupt"), R = [], x = 0, l = 1, y = 2, v = 3, E = 4, g = 5, h = 6;
|
|
5
|
-
function U(r, e, t, i, u, c) {
|
|
6
|
-
var _ = r.__transition;
|
|
7
|
-
if (!_) r.__transition = {};
|
|
8
|
-
else if (t in _) return;
|
|
9
|
-
G(r, t, {
|
|
10
|
-
name: e,
|
|
11
|
-
index: i,
|
|
12
|
-
// For context during callback.
|
|
13
|
-
group: u,
|
|
14
|
-
// For context during callback.
|
|
15
|
-
on: A,
|
|
16
|
-
tween: R,
|
|
17
|
-
time: c.time,
|
|
18
|
-
delay: c.delay,
|
|
19
|
-
duration: c.duration,
|
|
20
|
-
ease: c.ease,
|
|
21
|
-
timer: null,
|
|
22
|
-
state: x
|
|
23
|
-
});
|
|
24
|
-
}
|
|
25
|
-
function j(r, e) {
|
|
26
|
-
var t = D(r, e);
|
|
27
|
-
if (t.state > x) throw new Error("too late; already scheduled");
|
|
28
|
-
return t;
|
|
29
|
-
}
|
|
30
|
-
function k(r, e) {
|
|
31
|
-
var t = D(r, e);
|
|
32
|
-
if (t.state > v) throw new Error("too late; already running");
|
|
33
|
-
return t;
|
|
34
|
-
}
|
|
35
|
-
function D(r, e) {
|
|
36
|
-
var t = r.__transition;
|
|
37
|
-
if (!t || !(t = t[e])) throw new Error("transition not found");
|
|
38
|
-
return t;
|
|
39
|
-
}
|
|
40
|
-
function G(r, e, t) {
|
|
41
|
-
var i = r.__transition, u;
|
|
42
|
-
i[e] = t, t.timer = T(c, 0, t.time);
|
|
43
|
-
function c(o) {
|
|
44
|
-
t.state = l, t.timer.restart(_, t.delay, t.time), t.delay <= o && _(o - t.delay);
|
|
45
|
-
}
|
|
46
|
-
function _(o) {
|
|
47
|
-
var n, m, d, a;
|
|
48
|
-
if (t.state !== l) return p();
|
|
49
|
-
for (n in i)
|
|
50
|
-
if (a = i[n], a.name === t.name) {
|
|
51
|
-
if (a.state === v) return w(_);
|
|
52
|
-
a.state === E ? (a.state = h, a.timer.stop(), a.on.call("interrupt", r, r.__data__, a.index, a.group), delete i[n]) : +n < e && (a.state = h, a.timer.stop(), a.on.call("cancel", r, r.__data__, a.index, a.group), delete i[n]);
|
|
53
|
-
}
|
|
54
|
-
if (w(function() {
|
|
55
|
-
t.state === v && (t.state = E, t.timer.restart(s, t.delay, t.time), s(o));
|
|
56
|
-
}), t.state = y, t.on.call("start", r, r.__data__, t.index, t.group), t.state === y) {
|
|
57
|
-
for (t.state = v, u = new Array(d = t.tween.length), n = 0, m = -1; n < d; ++n)
|
|
58
|
-
(a = t.tween[n].value.call(r, r.__data__, t.index, t.group)) && (u[++m] = a);
|
|
59
|
-
u.length = m + 1;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
function s(o) {
|
|
63
|
-
for (var n = o < t.duration ? t.ease.call(null, o / t.duration) : (t.timer.restart(p), t.state = g, 1), m = -1, d = u.length; ++m < d; )
|
|
64
|
-
u[m].call(r, n);
|
|
65
|
-
t.state === g && (t.on.call("end", r, r.__data__, t.index, t.group), p());
|
|
66
|
-
}
|
|
67
|
-
function p() {
|
|
68
|
-
t.state = h, t.timer.stop(), delete i[e];
|
|
69
|
-
for (var o in i) return;
|
|
70
|
-
delete r.__transition;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
export {
|
|
74
|
-
x as CREATED,
|
|
75
|
-
h as ENDED,
|
|
76
|
-
g as ENDING,
|
|
77
|
-
E as RUNNING,
|
|
78
|
-
l as SCHEDULED,
|
|
79
|
-
v as STARTED,
|
|
80
|
-
y as STARTING,
|
|
81
|
-
U as default,
|
|
82
|
-
D as get,
|
|
83
|
-
j as init,
|
|
84
|
-
k as set
|
|
85
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const v=require("./index.cjs"),u=require("./schedule.cjs"),o=require("../../../d3-selection/src/selector.cjs");function y(a){var l=this._name,r=this._id;typeof a!="function"&&(a=o.default(a));for(var c=this._groups,s=c.length,d=new Array(s),_=0;_<s;++_)for(var i=c[_],h=i.length,n=d[_]=new Array(h),e,f,t=0;t<h;++t)(e=i[t])&&(f=a.call(e,e.__data__,t,i))&&("__data__"in e&&(f.__data__=e.__data__),n[t]=f,u.default(n[t],l,r,t,n,u.get(e,r)));return new v.Transition(d,this._parents,l,r)}exports.default=y;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Transition as v } from "./index.js";
|
|
2
|
-
import w, { get as y } from "./schedule.js";
|
|
3
|
-
import s from "../../../d3-selection/src/selector.js";
|
|
4
|
-
function x(_) {
|
|
5
|
-
var m = this._name, i = this._id;
|
|
6
|
-
typeof _ != "function" && (_ = s(_));
|
|
7
|
-
for (var e = this._groups, l = e.length, c = new Array(l), r = 0; r < l; ++r)
|
|
8
|
-
for (var f = e[r], o = f.length, n = c[r] = new Array(o), a, h, t = 0; t < o; ++t)
|
|
9
|
-
(a = f[t]) && (h = _.call(a, a.__data__, t, f)) && ("__data__" in a && (h.__data__ = a.__data__), n[t] = h, w(n[t], m, i, t, n, y(a, i)));
|
|
10
|
-
return new v(c, this._parents, m, i);
|
|
11
|
-
}
|
|
12
|
-
export {
|
|
13
|
-
x as default
|
|
14
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const q=require("./index.cjs"),h=require("./schedule.cjs"),y=require("../../../d3-selection/src/selectorAll.cjs");function A(e){var n=this._name,u=this._id;typeof e!="function"&&(e=y.default(e));for(var s=this._groups,c=s.length,o=[],_=[],f=0;f<c;++f)for(var l=s[f],d=l.length,t,a=0;a<d;++a)if(t=l[a]){for(var r=e.call(t,t.__data__,a,l),v,g=h.get(t,u),i=0,m=r.length;i<m;++i)(v=r[i])&&h.default(v,n,u,i,r,g);o.push(r),_.push(t)}return new q.Transition(o,_,n,u)}exports.default=A;
|