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,18 +0,0 @@
|
|
|
1
|
-
import { Transition as g } from "./index.js";
|
|
2
|
-
import w, { get as x } from "./schedule.js";
|
|
3
|
-
import y from "../../../d3-selection/src/selectorAll.js";
|
|
4
|
-
function B(f) {
|
|
5
|
-
var n = this._name, o = this._id;
|
|
6
|
-
typeof f != "function" && (f = y(f));
|
|
7
|
-
for (var l = this._groups, e = l.length, h = [], s = [], m = 0; m < e; ++m)
|
|
8
|
-
for (var _ = l[m], p = _.length, t, a = 0; a < p; ++a)
|
|
9
|
-
if (t = _[a]) {
|
|
10
|
-
for (var r = f.call(t, t.__data__, a, _), v, u = x(t, o), i = 0, A = r.length; i < A; ++i)
|
|
11
|
-
(v = r[i]) && w(v, n, o, i, r, u);
|
|
12
|
-
h.push(r), s.push(t);
|
|
13
|
-
}
|
|
14
|
-
return new g(h, s, n, o);
|
|
15
|
-
}
|
|
16
|
-
export {
|
|
17
|
-
B as default
|
|
18
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("../../../d3-selection/src/selection/index.cjs");var t=e.default.prototype.constructor;function r(){return new t(this._groups,this._parents)}exports.default=r;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const v=require("./schedule.cjs"),d=require("./tween.cjs"),a=require("./interpolate.cjs"),g=require("../../../d3-interpolate/src/transform/index.cjs"),y=require("../../../d3-selection/src/selection/style.cjs");function p(t,n){var s,e,l;return function(){var i=y.styleValue(this,t),r=(this.style.removeProperty(t),y.styleValue(this,t));return i===r?null:i===s&&r===e?l:l=n(s=i,e=r)}}function h(t){return function(){this.style.removeProperty(t)}}function V(t,n,s){var e,l=s+"",i;return function(){var r=y.styleValue(this,t);return r===l?null:r===e?i:i=n(e=r,s)}}function q(t,n,s){var e,l,i;return function(){var r=y.styleValue(this,t),u=s(this),o=u+"";return u==null&&(o=u=(this.style.removeProperty(t),y.styleValue(this,t))),r===o?null:r===e&&o===l?i:(l=o,i=n(e=r,u))}}function w(t,n){var s,e,l,i="style."+n,r="end."+i,u;return function(){var o=v.set(this,t),c=o.on,f=o.value[i]==null?u||(u=h(n)):void 0;(c!==s||l!==f)&&(e=(s=c).copy()).on(r,l=f),o.on=e}}function T(t,n,s){var e=(t+="")=="transform"?g.interpolateTransformCss:a.default;return n==null?this.styleTween(t,p(t,e)).on("end.style."+t,h(t)):typeof n=="function"?this.styleTween(t,q(t,e,d.tweenValue(this,"style."+t,n))).each(w(this._id,t)):this.styleTween(t,V(t,e,n),s).on("end.style."+t,null)}exports.default=T;
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { set as p } from "./schedule.js";
|
|
2
|
-
import { tweenValue as v } from "./tween.js";
|
|
3
|
-
import g from "./interpolate.js";
|
|
4
|
-
import { interpolateTransformCss as d } from "../../../d3-interpolate/src/transform/index.js";
|
|
5
|
-
import { styleValue as f } from "../../../d3-selection/src/selection/style.js";
|
|
6
|
-
function a(t, n) {
|
|
7
|
-
var i, r, o;
|
|
8
|
-
return function() {
|
|
9
|
-
var s = f(this, t), e = (this.style.removeProperty(t), f(this, t));
|
|
10
|
-
return s === e ? null : s === i && e === r ? o : o = n(i = s, r = e);
|
|
11
|
-
};
|
|
12
|
-
}
|
|
13
|
-
function c(t) {
|
|
14
|
-
return function() {
|
|
15
|
-
this.style.removeProperty(t);
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
function w(t, n, i) {
|
|
19
|
-
var r, o = i + "", s;
|
|
20
|
-
return function() {
|
|
21
|
-
var e = f(this, t);
|
|
22
|
-
return e === o ? null : e === r ? s : s = n(r = e, i);
|
|
23
|
-
};
|
|
24
|
-
}
|
|
25
|
-
function T(t, n, i) {
|
|
26
|
-
var r, o, s;
|
|
27
|
-
return function() {
|
|
28
|
-
var e = f(this, t), u = i(this), l = u + "";
|
|
29
|
-
return u == null && (l = u = (this.style.removeProperty(t), f(this, t))), e === l ? null : e === r && l === o ? s : (o = l, s = n(r = e, u));
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
function P(t, n) {
|
|
33
|
-
var i, r, o, s = "style." + n, e = "end." + s, u;
|
|
34
|
-
return function() {
|
|
35
|
-
var l = p(this, t), y = l.on, h = l.value[s] == null ? u || (u = c(n)) : void 0;
|
|
36
|
-
(y !== i || o !== h) && (r = (i = y).copy()).on(e, o = h), l.on = r;
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
function b(t, n, i) {
|
|
40
|
-
var r = (t += "") == "transform" ? d : g;
|
|
41
|
-
return n == null ? this.styleTween(t, a(t, r)).on("end.style." + t, c(t)) : typeof n == "function" ? this.styleTween(t, T(t, r, v(this, "style." + t, n))).each(P(this._id, t)) : this.styleTween(t, w(t, r, n), i).on("end.style." + t, null);
|
|
42
|
-
}
|
|
43
|
-
export {
|
|
44
|
-
b as default
|
|
45
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});function s(n,e,r){return function(t){this.style.setProperty(n,e.call(this,t),r)}}function o(n,e,r){var t,i;function l(){var u=e.apply(this,arguments);return u!==i&&(t=(i=u)&&s(n,u,r)),t}return l._value=e,l}function f(n,e,r){var t="style."+(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;return this.tween(t,o(n,e,r??""))}exports.default=f;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
function s(n, e, r) {
|
|
2
|
-
return function(t) {
|
|
3
|
-
this.style.setProperty(n, e.call(this, t), r);
|
|
4
|
-
};
|
|
5
|
-
}
|
|
6
|
-
function f(n, e, r) {
|
|
7
|
-
var t, u;
|
|
8
|
-
function l() {
|
|
9
|
-
var i = e.apply(this, arguments);
|
|
10
|
-
return i !== u && (t = (u = i) && s(n, i, r)), t;
|
|
11
|
-
}
|
|
12
|
-
return l._value = e, l;
|
|
13
|
-
}
|
|
14
|
-
function o(n, e, r) {
|
|
15
|
-
var t = "style." + (n += "");
|
|
16
|
-
if (arguments.length < 2) return (t = this.tween(t)) && t._value;
|
|
17
|
-
if (e == null) return this.tween(t, null);
|
|
18
|
-
if (typeof e != "function") throw new Error();
|
|
19
|
-
return this.tween(t, f(n, e, r ?? ""));
|
|
20
|
-
}
|
|
21
|
-
export {
|
|
22
|
-
o as default
|
|
23
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("./tween.cjs");function i(t){return function(){this.textContent=t}}function u(t){return function(){var e=t(this);this.textContent=e??""}}function o(t){return this.tween("text",typeof t=="function"?u(n.tweenValue(this,"text",t)):i(t==null?"":t+""))}exports.default=o;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { tweenValue as e } from "./tween.js";
|
|
2
|
-
function i(t) {
|
|
3
|
-
return function() {
|
|
4
|
-
this.textContent = t;
|
|
5
|
-
};
|
|
6
|
-
}
|
|
7
|
-
function o(t) {
|
|
8
|
-
return function() {
|
|
9
|
-
var n = t(this);
|
|
10
|
-
this.textContent = n ?? "";
|
|
11
|
-
};
|
|
12
|
-
}
|
|
13
|
-
function r(t) {
|
|
14
|
-
return this.tween("text", typeof t == "function" ? o(e(this, "text", t)) : i(t == null ? "" : t + ""));
|
|
15
|
-
}
|
|
16
|
-
export {
|
|
17
|
-
r as default
|
|
18
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});function u(e){return function(t){this.textContent=e.call(this,t)}}function o(e){var t,r;function i(){var n=e.apply(this,arguments);return n!==r&&(t=(r=n)&&u(n)),t}return i._value=e,i}function l(e){var t="text";if(arguments.length<1)return(t=this.tween(t))&&t._value;if(e==null)return this.tween(t,null);if(typeof e!="function")throw new Error;return this.tween(t,o(e))}exports.default=l;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
function u(n) {
|
|
2
|
-
return function(t) {
|
|
3
|
-
this.textContent = n.call(this, t);
|
|
4
|
-
};
|
|
5
|
-
}
|
|
6
|
-
function o(n) {
|
|
7
|
-
var t, r;
|
|
8
|
-
function i() {
|
|
9
|
-
var e = n.apply(this, arguments);
|
|
10
|
-
return e !== r && (t = (r = e) && u(e)), t;
|
|
11
|
-
}
|
|
12
|
-
return i._value = n, i;
|
|
13
|
-
}
|
|
14
|
-
function f(n) {
|
|
15
|
-
var t = "text";
|
|
16
|
-
if (arguments.length < 1) return (t = this.tween(t)) && t._value;
|
|
17
|
-
if (n == null) return this.tween(t, null);
|
|
18
|
-
if (typeof n != "function") throw new Error();
|
|
19
|
-
return this.tween(t, o(n));
|
|
20
|
-
}
|
|
21
|
-
export {
|
|
22
|
-
f as default
|
|
23
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const u=require("./index.cjs"),l=require("./schedule.cjs");function c(){for(var s=this._name,o=this._id,d=u.newId(),a=this._groups,f=a.length,n=0;n<f;++n)for(var r=a[n],_=r.length,i,t=0;t<_;++t)if(i=r[t]){var e=l.get(i,o);l.default(i,s,d,t,r,{time:e.time+e.delay+e.duration,delay:0,duration:e.duration,ease:e.ease})}return new u.Transition(a,this._parents,s,d)}exports.default=c;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { newId as l, Transition as _ } from "./index.js";
|
|
2
|
-
import u, { get as v } from "./schedule.js";
|
|
3
|
-
function w() {
|
|
4
|
-
for (var s = this._name, o = this._id, d = l(), e = this._groups, m = e.length, n = 0; n < m; ++n)
|
|
5
|
-
for (var r = e[n], f = r.length, i, a = 0; a < f; ++a)
|
|
6
|
-
if (i = r[a]) {
|
|
7
|
-
var t = v(i, o);
|
|
8
|
-
u(i, s, d, a, r, {
|
|
9
|
-
time: t.time + t.delay + t.duration,
|
|
10
|
-
delay: 0,
|
|
11
|
-
duration: t.duration,
|
|
12
|
-
ease: t.ease
|
|
13
|
-
});
|
|
14
|
-
}
|
|
15
|
-
return new _(e, this._parents, s, d);
|
|
16
|
-
}
|
|
17
|
-
export {
|
|
18
|
-
w as default
|
|
19
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("./schedule.cjs");function c(n,r){var u,t;return function(){var e=s.set(this,n),a=e.tween;if(a!==u){t=u=a;for(var i=0,o=t.length;i<o;++i)if(t[i].name===r){t=t.slice(),t.splice(i,1);break}}e.tween=t}}function h(n,r,u){var t,e;if(typeof u!="function")throw new Error;return function(){var a=s.set(this,n),i=a.tween;if(i!==t){e=(t=i).slice();for(var o={name:r,value:u},l=0,f=e.length;l<f;++l)if(e[l].name===r){e[l]=o;break}l===f&&e.push(o)}a.tween=e}}function v(n,r){var u=this._id;if(n+="",arguments.length<2){for(var t=s.get(this.node(),u).tween,e=0,a=t.length,i;e<a;++e)if((i=t[e]).name===n)return i.value;return null}return this.each((r==null?c:h)(u,n,r))}function w(n,r,u){var t=n._id;return n.each(function(){var e=s.set(this,t);(e.value||(e.value={}))[r]=u.apply(this,arguments)}),function(e){return s.get(e,t).value[r]}}exports.default=v;exports.tweenValue=w;
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { get as h, set as l } from "./schedule.js";
|
|
2
|
-
function s(t, r) {
|
|
3
|
-
var u, n;
|
|
4
|
-
return function() {
|
|
5
|
-
var e = l(this, t), i = e.tween;
|
|
6
|
-
if (i !== u) {
|
|
7
|
-
n = u = i;
|
|
8
|
-
for (var a = 0, o = n.length; a < o; ++a)
|
|
9
|
-
if (n[a].name === r) {
|
|
10
|
-
n = n.slice(), n.splice(a, 1);
|
|
11
|
-
break;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
e.tween = n;
|
|
15
|
-
};
|
|
16
|
-
}
|
|
17
|
-
function w(t, r, u) {
|
|
18
|
-
var n, e;
|
|
19
|
-
if (typeof u != "function") throw new Error();
|
|
20
|
-
return function() {
|
|
21
|
-
var i = l(this, t), a = i.tween;
|
|
22
|
-
if (a !== n) {
|
|
23
|
-
e = (n = a).slice();
|
|
24
|
-
for (var o = { name: r, value: u }, f = 0, c = e.length; f < c; ++f)
|
|
25
|
-
if (e[f].name === r) {
|
|
26
|
-
e[f] = o;
|
|
27
|
-
break;
|
|
28
|
-
}
|
|
29
|
-
f === c && e.push(o);
|
|
30
|
-
}
|
|
31
|
-
i.tween = e;
|
|
32
|
-
};
|
|
33
|
-
}
|
|
34
|
-
function d(t, r) {
|
|
35
|
-
var u = this._id;
|
|
36
|
-
if (t += "", arguments.length < 2) {
|
|
37
|
-
for (var n = h(this.node(), u).tween, e = 0, i = n.length, a; e < i; ++e)
|
|
38
|
-
if ((a = n[e]).name === t)
|
|
39
|
-
return a.value;
|
|
40
|
-
return null;
|
|
41
|
-
}
|
|
42
|
-
return this.each((r == null ? s : w)(u, t, r));
|
|
43
|
-
}
|
|
44
|
-
function g(t, r, u) {
|
|
45
|
-
var n = t._id;
|
|
46
|
-
return t.each(function() {
|
|
47
|
-
var e = l(this, n);
|
|
48
|
-
(e.value || (e.value = {}))[r] = u.apply(this, arguments);
|
|
49
|
-
}), function(e) {
|
|
50
|
-
return h(e, n).value[r];
|
|
51
|
-
};
|
|
52
|
-
}
|
|
53
|
-
export {
|
|
54
|
-
d as default,
|
|
55
|
-
g as tweenValue
|
|
56
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class u extends Map{constructor(t,r=f){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:r}}),t!=null)for(const[s,o]of t)this.set(s,o)}get(t){return super.get(n(this,t))}has(t){return super.has(n(this,t))}set(t,r){return super.set(i(this,t),r)}delete(t){return super.delete(c(this,t))}}function n({_intern:e,_key:t},r){const s=t(r);return e.has(s)?e.get(s):r}function i({_intern:e,_key:t},r){const s=t(r);return e.has(s)?e.get(s):(e.set(s,r),r)}function c({_intern:e,_key:t},r){const s=t(r);return e.has(s)&&(r=e.get(s),e.delete(s)),r}function f(e){return e!==null&&typeof e=="object"?e.valueOf():e}exports.InternMap=u;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
class i extends Map {
|
|
2
|
-
constructor(t, s = f) {
|
|
3
|
-
if (super(), Object.defineProperties(this, { _intern: { value: /* @__PURE__ */ new Map() }, _key: { value: s } }), t != null) for (const [r, o] of t) this.set(r, o);
|
|
4
|
-
}
|
|
5
|
-
get(t) {
|
|
6
|
-
return super.get(n(this, t));
|
|
7
|
-
}
|
|
8
|
-
has(t) {
|
|
9
|
-
return super.has(n(this, t));
|
|
10
|
-
}
|
|
11
|
-
set(t, s) {
|
|
12
|
-
return super.set(u(this, t), s);
|
|
13
|
-
}
|
|
14
|
-
delete(t) {
|
|
15
|
-
return super.delete(c(this, t));
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
function n({ _intern: e, _key: t }, s) {
|
|
19
|
-
const r = t(s);
|
|
20
|
-
return e.has(r) ? e.get(r) : s;
|
|
21
|
-
}
|
|
22
|
-
function u({ _intern: e, _key: t }, s) {
|
|
23
|
-
const r = t(s);
|
|
24
|
-
return e.has(r) ? e.get(r) : (e.set(r, s), s);
|
|
25
|
-
}
|
|
26
|
-
function c({ _intern: e, _key: t }, s) {
|
|
27
|
-
const r = t(s);
|
|
28
|
-
return e.has(r) && (s = e.get(r), e.delete(r)), s;
|
|
29
|
-
}
|
|
30
|
-
function f(e) {
|
|
31
|
-
return e !== null && typeof e == "object" ? e.valueOf() : e;
|
|
32
|
-
}
|
|
33
|
-
export {
|
|
34
|
-
i as InternMap
|
|
35
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var i,n;function t(){return n||(n=1,i=function(r,e){e||(e=[0,""]),r=String(r);var a=parseFloat(r,10);return e[0]=a,e[1]=r.match(/[\d.\-\+]*\s*(.*)/)[1]||"",e}),i}exports.__require=t;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const p=require("../../../_virtual/striptags2.cjs");var G=p.__module.exports,b;function O(){return b||(b=1,function(g){(function(q){if(typeof f!="function"){var f=function(t){return t};f.nonNative=!0}const u=f("plaintext"),k=f("html"),E=f("comment"),A=/<(\w*)>/g,m=/<\/?([^\s\/>]+)/;function h(t,e,s){t=t||"",e=e||[],s=s||"";let o=T(e,s);return l(t,o)}function v(t,e){t=t||[],e=e||"";let s=T(t,e);return function(n){return l(n||"",s)}}h.init_streaming_mode=v;function T(t,e){return t=L(t),{allowable_tags:t,tag_replacement:e,state:u,tag_buffer:"",depth:0,in_quote_char:""}}function l(t,e){if(typeof t!="string")throw new TypeError("'html' parameter must be a string");let s=e.allowable_tags,o=e.tag_replacement,n=e.state,r=e.tag_buffer,_=e.depth,a=e.in_quote_char,c="";for(let d=0,N=t.length;d<N;d++){let i=t[d];if(n===u)switch(i){case"<":n=k,r+=i;break;default:c+=i;break}else if(n===k)switch(i){case"<":if(a)break;_++;break;case">":if(a)break;if(_){_--;break}a="",n=u,r+=">",s.has(M(r))?c+=r:c+=o,r="";break;case'"':case"'":i===a?a="":a=a||i,r+=i;break;case"-":r==="<!-"&&(n=E),r+=i;break;case" ":case`
|
|
2
|
-
`:if(r==="<"){n=u,c+="< ",r="";break}r+=i;break;default:r+=i;break}else if(n===E)switch(i){case">":r.slice(-2)=="--"&&(n=u),r="";break;default:r+=i;break}}return e.state=n,e.tag_buffer=r,e.depth=_,e.in_quote_char=a,c}function L(t){let e=new Set;if(typeof t=="string"){let s;for(;s=A.exec(t);)e.add(s[1])}else!f.nonNative&&typeof t[f.iterator]=="function"?e=new Set(t):typeof t.forEach=="function"&&t.forEach(e.add,e);return e}function M(t){let e=m.exec(t);return e?e[1].toLowerCase():null}g.exports?g.exports=h:q.striptags=h})(G)}(p.__module)),p.__module.exports}exports.__require=O;
|
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
import { __module as _ } from "../../../_virtual/striptags2.js";
|
|
2
|
-
var M = _.exports, q;
|
|
3
|
-
function l() {
|
|
4
|
-
return q ? _.exports : (q = 1, function(g) {
|
|
5
|
-
(function(b) {
|
|
6
|
-
if (typeof f != "function") {
|
|
7
|
-
var f = function(t) {
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
f.nonNative = !0;
|
|
11
|
-
}
|
|
12
|
-
const u = f("plaintext"), k = f("html"), E = f("comment"), L = /<(\w*)>/g, v = /<\/?([^\s\/>]+)/;
|
|
13
|
-
function h(t, e, s) {
|
|
14
|
-
t = t || "", e = e || [], s = s || "";
|
|
15
|
-
let o = T(e, s);
|
|
16
|
-
return A(t, o);
|
|
17
|
-
}
|
|
18
|
-
function N(t, e) {
|
|
19
|
-
t = t || [], e = e || "";
|
|
20
|
-
let s = T(t, e);
|
|
21
|
-
return function(n) {
|
|
22
|
-
return A(n || "", s);
|
|
23
|
-
};
|
|
24
|
-
}
|
|
25
|
-
h.init_streaming_mode = N;
|
|
26
|
-
function T(t, e) {
|
|
27
|
-
return t = m(t), {
|
|
28
|
-
allowable_tags: t,
|
|
29
|
-
tag_replacement: e,
|
|
30
|
-
state: u,
|
|
31
|
-
tag_buffer: "",
|
|
32
|
-
depth: 0,
|
|
33
|
-
in_quote_char: ""
|
|
34
|
-
};
|
|
35
|
-
}
|
|
36
|
-
function A(t, e) {
|
|
37
|
-
if (typeof t != "string")
|
|
38
|
-
throw new TypeError("'html' parameter must be a string");
|
|
39
|
-
let s = e.allowable_tags, o = e.tag_replacement, n = e.state, r = e.tag_buffer, p = e.depth, a = e.in_quote_char, c = "";
|
|
40
|
-
for (let d = 0, G = t.length; d < G; d++) {
|
|
41
|
-
let i = t[d];
|
|
42
|
-
if (n === u)
|
|
43
|
-
switch (i) {
|
|
44
|
-
case "<":
|
|
45
|
-
n = k, r += i;
|
|
46
|
-
break;
|
|
47
|
-
default:
|
|
48
|
-
c += i;
|
|
49
|
-
break;
|
|
50
|
-
}
|
|
51
|
-
else if (n === k)
|
|
52
|
-
switch (i) {
|
|
53
|
-
case "<":
|
|
54
|
-
if (a)
|
|
55
|
-
break;
|
|
56
|
-
p++;
|
|
57
|
-
break;
|
|
58
|
-
case ">":
|
|
59
|
-
if (a)
|
|
60
|
-
break;
|
|
61
|
-
if (p) {
|
|
62
|
-
p--;
|
|
63
|
-
break;
|
|
64
|
-
}
|
|
65
|
-
a = "", n = u, r += ">", s.has(x(r)) ? c += r : c += o, r = "";
|
|
66
|
-
break;
|
|
67
|
-
case '"':
|
|
68
|
-
case "'":
|
|
69
|
-
i === a ? a = "" : a = a || i, r += i;
|
|
70
|
-
break;
|
|
71
|
-
case "-":
|
|
72
|
-
r === "<!-" && (n = E), r += i;
|
|
73
|
-
break;
|
|
74
|
-
case " ":
|
|
75
|
-
case `
|
|
76
|
-
`:
|
|
77
|
-
if (r === "<") {
|
|
78
|
-
n = u, c += "< ", r = "";
|
|
79
|
-
break;
|
|
80
|
-
}
|
|
81
|
-
r += i;
|
|
82
|
-
break;
|
|
83
|
-
default:
|
|
84
|
-
r += i;
|
|
85
|
-
break;
|
|
86
|
-
}
|
|
87
|
-
else if (n === E)
|
|
88
|
-
switch (i) {
|
|
89
|
-
case ">":
|
|
90
|
-
r.slice(-2) == "--" && (n = u), r = "";
|
|
91
|
-
break;
|
|
92
|
-
default:
|
|
93
|
-
r += i;
|
|
94
|
-
break;
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
return e.state = n, e.tag_buffer = r, e.depth = p, e.in_quote_char = a, c;
|
|
98
|
-
}
|
|
99
|
-
function m(t) {
|
|
100
|
-
let e = /* @__PURE__ */ new Set();
|
|
101
|
-
if (typeof t == "string") {
|
|
102
|
-
let s;
|
|
103
|
-
for (; s = L.exec(t); )
|
|
104
|
-
e.add(s[1]);
|
|
105
|
-
} else !f.nonNative && typeof t[f.iterator] == "function" ? e = new Set(t) : typeof t.forEach == "function" && t.forEach(e.add, e);
|
|
106
|
-
return e;
|
|
107
|
-
}
|
|
108
|
-
function x(t) {
|
|
109
|
-
let e = v.exec(t);
|
|
110
|
-
return e ? e[1].toLowerCase() : null;
|
|
111
|
-
}
|
|
112
|
-
g.exports ? g.exports = h : b.striptags = h;
|
|
113
|
-
})(M);
|
|
114
|
-
}(_), _.exports);
|
|
115
|
-
}
|
|
116
|
-
export {
|
|
117
|
-
l as __require
|
|
118
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var r="-ms-",E="-moz-",a="-webkit-",e="comm",M="rule",T="decl",v="@import",R="@keyframes",O="@layer";exports.COMMENT=e;exports.DECLARATION=T;exports.IMPORT=v;exports.KEYFRAMES=R;exports.LAYER=O;exports.MOZ=E;exports.MS=r;exports.RULESET=M;exports.WEBKIT=a;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
var r = "-ms-", a = "-moz-", v = "-webkit-", E = "comm", e = "rule", m = "decl", M = "@import", R = "@keyframes", T = "@layer";
|
|
2
|
-
export {
|
|
3
|
-
E as COMMENT,
|
|
4
|
-
m as DECLARATION,
|
|
5
|
-
M as IMPORT,
|
|
6
|
-
R as KEYFRAMES,
|
|
7
|
-
T as LAYER,
|
|
8
|
-
a as MOZ,
|
|
9
|
-
r as MS,
|
|
10
|
-
e as RULESET,
|
|
11
|
-
v as WEBKIT
|
|
12
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./Utility.cjs");function d(t){var r=a.sizeof(t);return function(i,n,o,f){for(var e="",u=0;u<r;u++)e+=t[u](i,n,o,f)||"";return e}}function s(t){return function(r){r.root||(r=r.return)&&t(r)}}exports.middleware=d;exports.rulesheet=s;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { sizeof as p } from "./Utility.js";
|
|
2
|
-
function c(t) {
|
|
3
|
-
var r = p(t);
|
|
4
|
-
return function(f, n, i, a) {
|
|
5
|
-
for (var o = "", u = 0; u < r; u++)
|
|
6
|
-
o += t[u](f, n, i, a) || "";
|
|
7
|
-
return o;
|
|
8
|
-
};
|
|
9
|
-
}
|
|
10
|
-
function d(t) {
|
|
11
|
-
return function(r) {
|
|
12
|
-
r.root || (r = r.return) && t(r);
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
|
-
export {
|
|
16
|
-
c as middleware,
|
|
17
|
-
d as rulesheet
|
|
18
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const z=require("./Enum.cjs"),e=require("./Utility.cjs"),r=require("./Tokenizer.cjs");function C(c){return r.dealloc(y("",null,null,null,[""],c=r.alloc(c),0,[0],c))}function y(c,d,l,n,b,w,q,p,T){for(var g=0,v=0,t=q,u=0,E=0,m=0,f=1,M=1,i=1,s=0,k="",O=b,h=w,o=n,a=k;M;)switch(m=s,s=r.next()){case 40:if(m!=108&&e.charat(a,t-1)==58){e.indexof(a+=e.replace(r.delimit(s),"&","&\f"),"&\f")!=-1&&(i=-1);break}case 34:case 39:case 91:a+=r.delimit(s);break;case 9:case 10:case 13:case 32:a+=r.whitespace(m);break;case 92:a+=r.escaping(r.caret()-1,7);continue;case 47:switch(r.peek()){case 42:case 47:e.append(A(r.commenter(r.next(),r.caret()),d,l),T);break;default:a+="/"}break;case 123*f:p[g++]=e.strlen(a)*i;case 125*f:case 59:case 0:switch(s){case 0:case 125:M=0;case 59+v:i==-1&&(a=e.replace(a,/\f/g,"")),E>0&&e.strlen(a)-t&&e.append(E>32?x(a+";",n,l,t-1):x(e.replace(a," ","")+";",n,l,t-2),T);break;case 59:a+=";";default:if(e.append(o=S(a,d,l,g,v,b,p,k,O=[],h=[],t),w),s===123)if(v===0)y(a,d,o,o,O,w,t,p,h);else switch(u===99&&e.charat(a,3)===110?100:u){case 100:case 108:case 109:case 115:y(c,o,o,n&&e.append(S(c,o,o,0,0,b,p,k,b,O=[],t),h),b,h,t,p,n?O:h);break;default:y(a,o,o,o,[""],h,0,p,h)}}g=v=E=0,f=i=1,k=a="",t=q;break;case 58:t=1+e.strlen(a),E=m;default:if(f<1){if(s==123)--f;else if(s==125&&f++==0&&r.prev()==125)continue}switch(a+=e.from(s),s*f){case 38:i=v>0?1:(a+="\f",-1);break;case 44:p[g++]=(e.strlen(a)-1)*i,i=1;break;case 64:r.peek()===45&&(a+=r.delimit(r.next())),u=r.peek(),v=t=e.strlen(k=a+=r.identifier(r.caret())),s++;break;case 45:m===45&&e.strlen(a)==2&&(f=0)}}return w}function S(c,d,l,n,b,w,q,p,T,g,v){for(var t=b-1,u=b===0?w:[""],E=e.sizeof(u),m=0,f=0,M=0;m<n;++m)for(var i=0,s=e.substr(c,t+1,t=e.abs(f=q[m])),k=c;i<E;++i)(k=e.trim(f>0?u[i]+" "+s:e.replace(s,/&\f/g,u[i])))&&(T[M++]=k);return r.node(c,d,l,b===0?z.RULESET:p,T,g,v)}function A(c,d,l){return r.node(c,d,l,z.COMMENT,e.from(r.char()),e.substr(c,2,-2),0)}function x(c,d,l,n){return r.node(c,d,l,z.DECLARATION,e.substr(c,0,n),e.substr(c,n+1,-1),n)}exports.comment=A;exports.compile=C;exports.declaration=x;exports.parse=y;exports.ruleset=S;
|
|
@@ -1,131 +0,0 @@
|
|
|
1
|
-
import { DECLARATION as B, COMMENT as F, RULESET as G } from "./Enum.js";
|
|
2
|
-
import { strlen as E, append as L, charat as I, replace as M, indexof as H, sizeof as J, substr as O, abs as K, trim as P, from as q } from "./Utility.js";
|
|
3
|
-
import { dealloc as Q, alloc as V, next as R, peek as x, delimit as y, identifier as W, commenter as X, escaping as Y, whitespace as Z, node as D, char as _, prev as $, caret as z } from "./Tokenizer.js";
|
|
4
|
-
function ca(e) {
|
|
5
|
-
return Q(N("", null, null, null, [""], e = V(e), 0, [0], e));
|
|
6
|
-
}
|
|
7
|
-
function N(e, o, n, f, m, w, T, v, g) {
|
|
8
|
-
for (var l = 0, d = 0, r = T, h = 0, u = 0, b = 0, s = 1, A = 1, i = 1, c = 0, k = "", C = m, p = w, t = f, a = k; A; )
|
|
9
|
-
switch (b = c, c = R()) {
|
|
10
|
-
// (
|
|
11
|
-
case 40:
|
|
12
|
-
if (b != 108 && I(a, r - 1) == 58) {
|
|
13
|
-
H(a += M(y(c), "&", "&\f"), "&\f") != -1 && (i = -1);
|
|
14
|
-
break;
|
|
15
|
-
}
|
|
16
|
-
// " ' [
|
|
17
|
-
case 34:
|
|
18
|
-
case 39:
|
|
19
|
-
case 91:
|
|
20
|
-
a += y(c);
|
|
21
|
-
break;
|
|
22
|
-
// \t \n \r \s
|
|
23
|
-
case 9:
|
|
24
|
-
case 10:
|
|
25
|
-
case 13:
|
|
26
|
-
case 32:
|
|
27
|
-
a += Z(b);
|
|
28
|
-
break;
|
|
29
|
-
// \
|
|
30
|
-
case 92:
|
|
31
|
-
a += Y(z() - 1, 7);
|
|
32
|
-
continue;
|
|
33
|
-
// /
|
|
34
|
-
case 47:
|
|
35
|
-
switch (x()) {
|
|
36
|
-
case 42:
|
|
37
|
-
case 47:
|
|
38
|
-
L(j(X(R(), z()), o, n), g);
|
|
39
|
-
break;
|
|
40
|
-
default:
|
|
41
|
-
a += "/";
|
|
42
|
-
}
|
|
43
|
-
break;
|
|
44
|
-
// {
|
|
45
|
-
case 123 * s:
|
|
46
|
-
v[l++] = E(a) * i;
|
|
47
|
-
// } ; \0
|
|
48
|
-
case 125 * s:
|
|
49
|
-
case 59:
|
|
50
|
-
case 0:
|
|
51
|
-
switch (c) {
|
|
52
|
-
// \0 }
|
|
53
|
-
case 0:
|
|
54
|
-
case 125:
|
|
55
|
-
A = 0;
|
|
56
|
-
// ;
|
|
57
|
-
case 59 + d:
|
|
58
|
-
i == -1 && (a = M(a, /\f/g, "")), u > 0 && E(a) - r && L(u > 32 ? U(a + ";", f, n, r - 1) : U(M(a, " ", "") + ";", f, n, r - 2), g);
|
|
59
|
-
break;
|
|
60
|
-
// @ ;
|
|
61
|
-
case 59:
|
|
62
|
-
a += ";";
|
|
63
|
-
// { rule/at-rule
|
|
64
|
-
default:
|
|
65
|
-
if (L(t = S(a, o, n, l, d, m, v, k, C = [], p = [], r), w), c === 123)
|
|
66
|
-
if (d === 0)
|
|
67
|
-
N(a, o, t, t, C, w, r, v, p);
|
|
68
|
-
else
|
|
69
|
-
switch (h === 99 && I(a, 3) === 110 ? 100 : h) {
|
|
70
|
-
// d l m s
|
|
71
|
-
case 100:
|
|
72
|
-
case 108:
|
|
73
|
-
case 109:
|
|
74
|
-
case 115:
|
|
75
|
-
N(e, t, t, f && L(S(e, t, t, 0, 0, m, v, k, m, C = [], r), p), m, p, r, v, f ? C : p);
|
|
76
|
-
break;
|
|
77
|
-
default:
|
|
78
|
-
N(a, t, t, t, [""], p, 0, v, p);
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
l = d = u = 0, s = i = 1, k = a = "", r = T;
|
|
82
|
-
break;
|
|
83
|
-
// :
|
|
84
|
-
case 58:
|
|
85
|
-
r = 1 + E(a), u = b;
|
|
86
|
-
default:
|
|
87
|
-
if (s < 1) {
|
|
88
|
-
if (c == 123)
|
|
89
|
-
--s;
|
|
90
|
-
else if (c == 125 && s++ == 0 && $() == 125)
|
|
91
|
-
continue;
|
|
92
|
-
}
|
|
93
|
-
switch (a += q(c), c * s) {
|
|
94
|
-
// &
|
|
95
|
-
case 38:
|
|
96
|
-
i = d > 0 ? 1 : (a += "\f", -1);
|
|
97
|
-
break;
|
|
98
|
-
// ,
|
|
99
|
-
case 44:
|
|
100
|
-
v[l++] = (E(a) - 1) * i, i = 1;
|
|
101
|
-
break;
|
|
102
|
-
// @
|
|
103
|
-
case 64:
|
|
104
|
-
x() === 45 && (a += y(R())), h = x(), d = r = E(k = a += W(z())), c++;
|
|
105
|
-
break;
|
|
106
|
-
// -
|
|
107
|
-
case 45:
|
|
108
|
-
b === 45 && E(a) == 2 && (s = 0);
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
return w;
|
|
112
|
-
}
|
|
113
|
-
function S(e, o, n, f, m, w, T, v, g, l, d) {
|
|
114
|
-
for (var r = m - 1, h = m === 0 ? w : [""], u = J(h), b = 0, s = 0, A = 0; b < f; ++b)
|
|
115
|
-
for (var i = 0, c = O(e, r + 1, r = K(s = T[b])), k = e; i < u; ++i)
|
|
116
|
-
(k = P(s > 0 ? h[i] + " " + c : M(c, /&\f/g, h[i]))) && (g[A++] = k);
|
|
117
|
-
return D(e, o, n, m === 0 ? G : v, g, l, d);
|
|
118
|
-
}
|
|
119
|
-
function j(e, o, n) {
|
|
120
|
-
return D(e, o, n, F, q(_()), O(e, 2, -2), 0);
|
|
121
|
-
}
|
|
122
|
-
function U(e, o, n, f) {
|
|
123
|
-
return D(e, o, n, B, O(e, 0, f), O(e, f + 1, -1), f);
|
|
124
|
-
}
|
|
125
|
-
export {
|
|
126
|
-
j as comment,
|
|
127
|
-
ca as compile,
|
|
128
|
-
U as declaration,
|
|
129
|
-
N as parse,
|
|
130
|
-
S as ruleset
|
|
131
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("./Enum.cjs"),o=require("./Utility.cjs");function n(r,a){for(var i="",s=o.sizeof(r),t=0;t<s;t++)i+=a(r[t],t,r,a)||"";return i}function c(r,a,i,s){switch(r.type){case u.LAYER:if(r.children.length)break;case u.IMPORT:case u.DECLARATION:return r.return=r.return||r.value;case u.COMMENT:return"";case u.KEYFRAMES:return r.return=r.value+"{"+n(r.children,s)+"}";case u.RULESET:r.value=r.props.join(",")}return o.strlen(i=n(r.children,s))?r.return=r.value+"{"+i+"}":""}exports.serialize=n;exports.stringify=c;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { RULESET as t, KEYFRAMES as f, COMMENT as n, DECLARATION as p, IMPORT as v, LAYER as E } from "./Enum.js";
|
|
2
|
-
import { sizeof as c, strlen as R } from "./Utility.js";
|
|
3
|
-
function i(r, a) {
|
|
4
|
-
for (var u = "", o = c(r), s = 0; s < o; s++)
|
|
5
|
-
u += a(r[s], s, r, a) || "";
|
|
6
|
-
return u;
|
|
7
|
-
}
|
|
8
|
-
function T(r, a, u, o) {
|
|
9
|
-
switch (r.type) {
|
|
10
|
-
case E:
|
|
11
|
-
if (r.children.length) break;
|
|
12
|
-
case v:
|
|
13
|
-
case p:
|
|
14
|
-
return r.return = r.return || r.value;
|
|
15
|
-
case n:
|
|
16
|
-
return "";
|
|
17
|
-
case f:
|
|
18
|
-
return r.return = r.value + "{" + i(r.children, o) + "}";
|
|
19
|
-
case t:
|
|
20
|
-
r.value = r.props.join(",");
|
|
21
|
-
}
|
|
22
|
-
return R(u = i(r.children, o)) ? r.return = r.value + "{" + u + "}" : "";
|
|
23
|
-
}
|
|
24
|
-
export {
|
|
25
|
-
i as serialize,
|
|
26
|
-
T as stringify
|
|
27
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./Utility.cjs");exports.line=1;exports.column=1;exports.length=0;exports.position=0;exports.character=0;exports.characters="";function s(e,r,l,h,f,m,p){return{value:e,root:r,parent:l,type:h,props:f,children:m,line:exports.line,column:exports.column,length:p,return:""}}function d(e,r){return a.assign(s("",null,null,"",null,null,0),e,{length:-e.length},r)}function g(){return exports.character}function k(){return exports.character=exports.position>0?a.charat(exports.characters,--exports.position):0,exports.column--,exports.character===10&&(exports.column=1,exports.line--),exports.character}function c(){return exports.character=exports.position<exports.length?a.charat(exports.characters,exports.position++):0,exports.column++,exports.character===10&&(exports.column=1,exports.line++),exports.character}function n(){return a.charat(exports.characters,exports.position)}function u(){return exports.position}function t(e,r){return a.substr(exports.characters,e,r)}function i(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function b(e){return exports.line=exports.column=1,exports.length=a.strlen(exports.characters=e),exports.position=0,[]}function w(e){return exports.characters="",e}function v(e){return a.trim(t(exports.position-1,o(e===91?e+2:e===40?e+1:e)))}function x(e){for(;(exports.character=n())&&exports.character<33;)c();return i(e)>2||i(exports.character)>3?"":" "}function S(e,r){for(;--r&&c()&&!(exports.character<48||exports.character>102||exports.character>57&&exports.character<65||exports.character>70&&exports.character<97););return t(e,u()+(r<6&&n()==32&&c()==32))}function o(e){for(;c();)switch(exports.character){case e:return exports.position;case 34:case 39:e!==34&&e!==39&&o(exports.character);break;case 40:e===41&&o(e);break;case 92:c();break}return exports.position}function j(e,r){for(;c()&&e+exports.character!==57;)if(e+exports.character===84&&n()===47)break;return"/*"+t(r,exports.position-1)+"*"+a.from(e===47?e:c())}function q(e){for(;!i(n());)c();return t(e,exports.position)}exports.alloc=b;exports.caret=u;exports.char=g;exports.commenter=j;exports.copy=d;exports.dealloc=w;exports.delimit=v;exports.delimiter=o;exports.escaping=S;exports.identifier=q;exports.next=c;exports.node=s;exports.peek=n;exports.prev=k;exports.slice=t;exports.token=i;exports.whitespace=x;
|