@primeui/vue-chart 0.0.1-alpha.1
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/LICENSE +23 -0
- package/README.md +1 -0
- package/dist/Chart.parts.d.ts +39 -0
- package/dist/Chart.vue.d.ts +27 -0
- package/dist/ChartCanvas.mjs +14 -0
- package/dist/ChartCanvas.render.spec.d.ts +1 -0
- package/dist/ChartCanvas.vue.d.ts +23 -0
- package/dist/ChartStacked.spec.d.ts +1 -0
- package/dist/ChartSvg.axes.spec.d.ts +1 -0
- package/dist/ChartSvg.context.spec.d.ts +1 -0
- package/dist/ChartSvg.customizations.spec.d.ts +1 -0
- package/dist/ChartSvg.features.spec.d.ts +1 -0
- package/dist/ChartSvg.legend.spec.d.ts +1 -0
- package/dist/ChartSvg.mjs +14 -0
- package/dist/ChartSvg.registration.spec.d.ts +1 -0
- package/dist/ChartSvg.render.spec.d.ts +1 -0
- package/dist/ChartSvg.vue.d.ts +23 -0
- package/dist/_test/fixtures.d.ts +34 -0
- package/dist/bundle-discipline.spec.d.ts +1 -0
- package/dist/chunk-2D3PWFR2.mjs +214 -0
- package/dist/chunk-32XIRBZ7.mjs +87 -0
- package/dist/chunk-372K2BMN.mjs +1476 -0
- package/dist/chunk-42J32DPD.mjs +70 -0
- package/dist/chunk-44BAFHPK.mjs +51 -0
- package/dist/chunk-4CRHCZV3.mjs +142 -0
- package/dist/chunk-4NJ2PSHV.mjs +230 -0
- package/dist/chunk-4THCGGER.mjs +53 -0
- package/dist/chunk-4UVPCLJ7.mjs +70 -0
- package/dist/chunk-54DLUFIA.mjs +96 -0
- package/dist/chunk-56NMBNNX.mjs +52 -0
- package/dist/chunk-5DWO3G33.mjs +276 -0
- package/dist/chunk-5FTUGKPC.mjs +167 -0
- package/dist/chunk-5SRBQVU5.mjs +6 -0
- package/dist/chunk-62NGBLQ7.mjs +28 -0
- package/dist/chunk-644ROAHU.mjs +362 -0
- package/dist/chunk-6S4JMPKC.mjs +55 -0
- package/dist/chunk-72KINEJ6.mjs +52 -0
- package/dist/chunk-7P6ASYW6.mjs +7 -0
- package/dist/chunk-AAX7FOW3.mjs +210 -0
- package/dist/chunk-AUI5R4DA.mjs +84 -0
- package/dist/chunk-CDXF6ZTL.mjs +50 -0
- package/dist/chunk-CQHNYT2V.mjs +1692 -0
- package/dist/chunk-DLUFOM5K.mjs +218 -0
- package/dist/chunk-DOOXGOOB.mjs +123 -0
- package/dist/chunk-DYVFVVTO.mjs +97 -0
- package/dist/chunk-E2U4W5FW.mjs +288 -0
- package/dist/chunk-E4ROAOPT.mjs +291 -0
- package/dist/chunk-FFBK7Q3W.mjs +91 -0
- package/dist/chunk-FQTWLAVA.mjs +23 -0
- package/dist/chunk-FZ3PZ66C.mjs +12 -0
- package/dist/chunk-GA4VV5V4.mjs +21 -0
- package/dist/chunk-GFC24374.mjs +244 -0
- package/dist/chunk-GX2MK6VT.mjs +255 -0
- package/dist/chunk-HANSF33Z.mjs +169 -0
- package/dist/chunk-HTZVV6VV.mjs +550 -0
- package/dist/chunk-J2P5JBHC.mjs +26 -0
- package/dist/chunk-J43KLCZF.mjs +10 -0
- package/dist/chunk-JKK3D33U.mjs +64 -0
- package/dist/chunk-K326BBF7.mjs +276 -0
- package/dist/chunk-KOWFD2AE.mjs +72 -0
- package/dist/chunk-LD57I4SY.mjs +5 -0
- package/dist/chunk-MDA22SIZ.mjs +29 -0
- package/dist/chunk-NLXOJSKK.mjs +727 -0
- package/dist/chunk-O6L3PNFC.mjs +49 -0
- package/dist/chunk-PJVOZSPF.mjs +55 -0
- package/dist/chunk-PQV55JYI.mjs +38 -0
- package/dist/chunk-PSSXPTLQ.mjs +210 -0
- package/dist/chunk-RQURY2H3.mjs +40 -0
- package/dist/chunk-RRHYGSK6.mjs +29 -0
- package/dist/chunk-RSAZ7V5Z.mjs +42 -0
- package/dist/chunk-RSTIA3KM.mjs +41 -0
- package/dist/chunk-TEOO4OLV.mjs +6 -0
- package/dist/chunk-TIV2FI4S.mjs +53 -0
- package/dist/chunk-UO27BCRL.mjs +86 -0
- package/dist/chunk-VWABO23U.mjs +143 -0
- package/dist/chunk-W5M3BR6N.mjs +26 -0
- package/dist/chunk-WA735Y26.mjs +101 -0
- package/dist/chunk-WKSQR6L5.mjs +247 -0
- package/dist/chunk-WYV2MHP6.mjs +34 -0
- package/dist/chunk-XBDNMPF7.mjs +87 -0
- package/dist/chunk-YGHWUR7K.mjs +45 -0
- package/dist/chunk-YRKAI2R2.mjs +151 -0
- package/dist/chunk-ZHFL3RYO.mjs +228 -0
- package/dist/chunk-ZNINPVG7.mjs +30 -0
- package/dist/chunk-ZRCOVQQM.mjs +47 -0
- package/dist/components/charts/ChartBar.mjs +13 -0
- package/dist/components/charts/ChartBar.vue.d.ts +11 -0
- package/dist/components/charts/ChartCandlestick.mjs +11 -0
- package/dist/components/charts/ChartCandlestick.vue.d.ts +11 -0
- package/dist/components/charts/ChartHeatmap.mjs +11 -0
- package/dist/components/charts/ChartHeatmap.vue.d.ts +11 -0
- package/dist/components/charts/ChartLine.mjs +11 -0
- package/dist/components/charts/ChartLine.vue.d.ts +11 -0
- package/dist/components/charts/ChartPie.mjs +11 -0
- package/dist/components/charts/ChartPie.vue.d.ts +15 -0
- package/dist/components/charts/ChartPolar.mjs +11 -0
- package/dist/components/charts/ChartPolar.vue.d.ts +11 -0
- package/dist/components/charts/ChartRadar.mjs +11 -0
- package/dist/components/charts/ChartRadar.vue.d.ts +11 -0
- package/dist/components/charts/ChartScatter.mjs +11 -0
- package/dist/components/charts/ChartScatter.vue.d.ts +11 -0
- package/dist/components/charts/ChartTreemap.mjs +10 -0
- package/dist/components/charts/ChartTreemap.vue.d.ts +15 -0
- package/dist/components/charts/index.d.ts +2 -0
- package/dist/components/containers/ChartDecimation.mjs +6 -0
- package/dist/components/containers/ChartDecimation.vue.d.ts +29 -0
- package/dist/components/containers/ChartGroup.mjs +4 -0
- package/dist/components/containers/ChartGroup.vue.d.ts +13 -0
- package/dist/components/containers/ChartOverlap.mjs +5 -0
- package/dist/components/containers/ChartOverlap.vue.d.ts +13 -0
- package/dist/components/containers/ChartRange.mjs +6 -0
- package/dist/components/containers/ChartRange.vue.d.ts +13 -0
- package/dist/components/containers/ChartStacked.mjs +6 -0
- package/dist/components/containers/ChartStacked.vue.d.ts +21 -0
- package/dist/components/containers/ChartWaterfall.mjs +5 -0
- package/dist/components/containers/ChartWaterfall.vue.d.ts +17 -0
- package/dist/components/containers/keys.d.ts +5 -0
- package/dist/components/customizations/ChartAccessibility.mjs +9 -0
- package/dist/components/customizations/ChartAccessibility.vue.d.ts +28 -0
- package/dist/components/customizations/ChartAnnotation.mjs +5 -0
- package/dist/components/customizations/ChartAnnotation.vue.d.ts +8 -0
- package/dist/components/customizations/ChartAxisCategory.mjs +3 -0
- package/dist/components/customizations/ChartAxisCategory.vue.d.ts +4 -0
- package/dist/components/customizations/ChartAxisGroup.mjs +3 -0
- package/dist/components/customizations/ChartAxisGroup.vue.d.ts +14 -0
- package/dist/components/customizations/ChartBreadcrumb.mjs +6 -0
- package/dist/components/customizations/ChartBreadcrumb.vue.d.ts +15 -0
- package/dist/components/customizations/ChartCaption.mjs +9 -0
- package/dist/components/customizations/ChartCaption.vue.d.ts +4 -0
- package/dist/components/customizations/ChartColorLegend.mjs +9 -0
- package/dist/components/customizations/ChartColorLegend.vue.d.ts +47 -0
- package/dist/components/customizations/ChartDataLabels.mjs +9 -0
- package/dist/components/customizations/ChartDataLabels.vue.d.ts +53 -0
- package/dist/components/customizations/ChartExportMenu.mjs +9 -0
- package/dist/components/customizations/ChartExportMenu.vue.d.ts +29 -0
- package/dist/components/customizations/ChartHover.mjs +9 -0
- package/dist/components/customizations/ChartHover.vue.d.ts +4 -0
- package/dist/components/customizations/ChartLegend.mjs +9 -0
- package/dist/components/customizations/ChartLegend.vue.d.ts +7 -0
- package/dist/components/customizations/ChartNavigator.mjs +10 -0
- package/dist/components/customizations/ChartNavigator.vue.d.ts +4 -0
- package/dist/components/customizations/ChartReferenceBand.mjs +5 -0
- package/dist/components/customizations/ChartReferenceBand.vue.d.ts +4 -0
- package/dist/components/customizations/ChartReferenceLine.mjs +5 -0
- package/dist/components/customizations/ChartReferenceLine.vue.d.ts +4 -0
- package/dist/components/customizations/ChartResponsive.mjs +9 -0
- package/dist/components/customizations/ChartResponsive.vue.d.ts +12 -0
- package/dist/components/customizations/ChartTitle.mjs +9 -0
- package/dist/components/customizations/ChartTitle.vue.d.ts +4 -0
- package/dist/components/customizations/ChartTooltip.mjs +9 -0
- package/dist/components/customizations/ChartTooltip.vue.d.ts +6 -0
- package/dist/components/customizations/ChartXAxis.mjs +10 -0
- package/dist/components/customizations/ChartXAxis.vue.d.ts +24 -0
- package/dist/components/customizations/ChartYAxis.mjs +10 -0
- package/dist/components/customizations/ChartYAxis.vue.d.ts +23 -0
- package/dist/components/customizations/ChartZoom.mjs +9 -0
- package/dist/components/customizations/ChartZoom.vue.d.ts +4 -0
- package/dist/components/customizations/axisGroupKeys.d.ts +8 -0
- package/dist/components/customizations/index.d.ts +20 -0
- package/dist/components/items/ChartItem.mjs +3 -0
- package/dist/components/items/ChartItem.vue.d.ts +4 -0
- package/dist/components/items/ChartTreemapGroup.mjs +5 -0
- package/dist/components/items/ChartTreemapGroup.vue.d.ts +11 -0
- package/dist/components/items/index.d.ts +1 -0
- package/dist/components/renderers/CartesianRenderer.mjs +9 -0
- package/dist/components/renderers/CartesianRenderer.vue.d.ts +66 -0
- package/dist/components/renderers/ColorLegendRenderer.mjs +2 -0
- package/dist/components/renderers/ColorLegendRenderer.vue.d.ts +15 -0
- package/dist/components/renderers/LegendRenderer.mjs +3 -0
- package/dist/components/renderers/LegendRenderer.vue.d.ts +20 -0
- package/dist/components/renderers/NavigatorRenderer.mjs +5 -0
- package/dist/components/renderers/NavigatorRenderer.vue.d.ts +16 -0
- package/dist/components/renderers/RadialRenderer.mjs +9 -0
- package/dist/components/renderers/RadialRenderer.vue.d.ts +39 -0
- package/dist/components/renderers/RectRenderer.mjs +9 -0
- package/dist/components/renderers/RectRenderer.vue.d.ts +32 -0
- package/dist/components/renderers/TooltipRenderer.mjs +4 -0
- package/dist/components/renderers/TooltipRenderer.vue.d.ts +11 -0
- package/dist/components/renderers/layers/BarLayerCanvas.mjs +10 -0
- package/dist/components/renderers/layers/BarLayerCanvas.vue.d.ts +3 -0
- package/dist/components/renderers/layers/BarLayerSvg.mjs +10 -0
- package/dist/components/renderers/layers/BarLayerSvg.vue.d.ts +3 -0
- package/dist/components/renderers/layers/CandlestickLayer.mjs +9 -0
- package/dist/components/renderers/layers/CandlestickLayer.vue.d.ts +3 -0
- package/dist/components/renderers/layers/HeatmapLayer.mjs +9 -0
- package/dist/components/renderers/layers/HeatmapLayer.vue.d.ts +3 -0
- package/dist/components/renderers/layers/LineLayer.mjs +9 -0
- package/dist/components/renderers/layers/LineLayer.vue.d.ts +3 -0
- package/dist/components/renderers/layers/PieLayer.mjs +9 -0
- package/dist/components/renderers/layers/PieLayer.vue.d.ts +12 -0
- package/dist/components/renderers/layers/PolarLayer.mjs +9 -0
- package/dist/components/renderers/layers/PolarLayer.vue.d.ts +16 -0
- package/dist/components/renderers/layers/RadarLayer.mjs +9 -0
- package/dist/components/renderers/layers/RadarLayer.vue.d.ts +16 -0
- package/dist/components/renderers/layers/ScatterLayer.mjs +9 -0
- package/dist/components/renderers/layers/ScatterLayer.vue.d.ts +3 -0
- package/dist/composables/index.d.ts +35 -0
- package/dist/composables/useAnimationProps.d.ts +21 -0
- package/dist/composables/useAxisComponentBase.d.ts +11 -0
- package/dist/composables/useAxisRegistration.d.ts +7 -0
- package/dist/composables/useAxisTransition.d.ts +6 -0
- package/dist/composables/useBarLayer.d.ts +9 -0
- package/dist/composables/useBarRenderer.canvas.d.ts +2 -0
- package/dist/composables/useBarRenderer.svg.d.ts +2 -0
- package/dist/composables/useBarRendererBase.d.ts +3 -0
- package/dist/composables/useCandlestickRenderer.d.ts +2 -0
- package/dist/composables/useCartesianAnimation.d.ts +2 -0
- package/dist/composables/useCartesianFrame.d.ts +72 -0
- package/dist/composables/useCartesianLayout.d.ts +3 -0
- package/dist/composables/useChartContext.d.ts +40 -0
- package/dist/composables/useChartLayers.d.ts +31 -0
- package/dist/composables/useChartRefreshHook.d.ts +1 -0
- package/dist/composables/useChartSync.d.ts +2 -0
- package/dist/composables/useChartSyncCoordinator.d.ts +23 -0
- package/dist/composables/useControllerLifecycle.d.ts +18 -0
- package/dist/composables/useCustomizationRegistration.d.ts +18 -0
- package/dist/composables/useDatasetAnimationContext.d.ts +14 -0
- package/dist/composables/useDatasetRegistration.d.ts +6 -0
- package/dist/composables/useDrilldownState.d.ts +3 -0
- package/dist/composables/useFamilyRenderers.d.ts +10 -0
- package/dist/composables/useFamilyRenderers.spec.d.ts +1 -0
- package/dist/composables/useHeatmapRenderer.d.ts +2 -0
- package/dist/composables/useItemCollector.d.ts +2 -0
- package/dist/composables/useKeyboardController.d.ts +8 -0
- package/dist/composables/useKeyboardNavigation.d.ts +2 -0
- package/dist/composables/useLineRenderer.d.ts +2 -0
- package/dist/composables/useNavigatorRenderer.d.ts +7 -0
- package/dist/composables/usePieRenderer.d.ts +2 -0
- package/dist/composables/usePolarRenderer.d.ts +2 -0
- package/dist/composables/usePropertyAnimations.d.ts +4 -0
- package/dist/composables/useRadarRenderer.d.ts +2 -0
- package/dist/composables/useRadialFrame.d.ts +39 -0
- package/dist/composables/useResponsiveConfig.d.ts +8 -0
- package/dist/composables/useResponsiveDimensions.d.ts +2 -0
- package/dist/composables/useScatterRenderer.d.ts +2 -0
- package/dist/composables/useTreemapRenderer.d.ts +2 -0
- package/dist/composables/useZoomController.d.ts +9 -0
- package/dist/composables/useZoomPan.d.ts +2 -0
- package/dist/context/ChartContext.d.ts +21 -0
- package/dist/context/index.d.ts +4 -0
- package/dist/context/keys.d.ts +52 -0
- package/dist/context/syncKeys.d.ts +5 -0
- package/dist/index.d.ts +44 -0
- package/dist/index.mjs +67 -0
- package/dist/namespace.d.ts +1 -0
- package/dist/namespace.mjs +112 -0
- package/dist/release-date.d.ts +11 -0
- package/dist/types/animation.types.d.ts +38 -0
- package/dist/types/axes.types.d.ts +27 -0
- package/dist/types/axisComponentBase.types.d.ts +5 -0
- package/dist/types/axisGroup.types.d.ts +1 -0
- package/dist/types/bar.types.d.ts +42 -0
- package/dist/types/breadcrumb.types.d.ts +12 -0
- package/dist/types/candlestick.types.d.ts +41 -0
- package/dist/types/canvas.types.d.ts +5 -0
- package/dist/types/caption.types.d.ts +8 -0
- package/dist/types/cartesian.types.d.ts +22 -0
- package/dist/types/chart.types.d.ts +51 -0
- package/dist/types/heatmap.types.d.ts +58 -0
- package/dist/types/index.d.ts +27 -0
- package/dist/types/item.types.d.ts +25 -0
- package/dist/types/keyboard.types.d.ts +24 -0
- package/dist/types/layout.types.d.ts +35 -0
- package/dist/types/legend.types.d.ts +13 -0
- package/dist/types/line.types.d.ts +64 -0
- package/dist/types/pie.types.d.ts +49 -0
- package/dist/types/polar.types.d.ts +63 -0
- package/dist/types/radar.types.d.ts +56 -0
- package/dist/types/responsiveDimensions.types.d.ts +16 -0
- package/dist/types/scatter.types.d.ts +50 -0
- package/dist/types/svg.types.d.ts +44 -0
- package/dist/types/tooltip.types.d.ts +6 -0
- package/dist/types/treemap.types.d.ts +50 -0
- package/dist/types/zoom.types.d.ts +45 -0
- package/dist/utils/index.d.ts +3 -0
- package/dist/utils/styles.d.ts +10 -0
- package/package.json +63 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { ChartTooltip_default as default } from '../../chunk-YGHWUR7K.mjs';
|
|
2
|
+
import '../../chunk-CQHNYT2V.mjs';
|
|
3
|
+
import '../../chunk-TEOO4OLV.mjs';
|
|
4
|
+
import '../../chunk-PQV55JYI.mjs';
|
|
5
|
+
import '../../chunk-J43KLCZF.mjs';
|
|
6
|
+
import '../../chunk-HANSF33Z.mjs';
|
|
7
|
+
import '../../chunk-LD57I4SY.mjs';
|
|
8
|
+
import '../../chunk-FZ3PZ66C.mjs';
|
|
9
|
+
import '../../chunk-7P6ASYW6.mjs';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ChartTooltipProps } from '../../types';
|
|
2
|
+
declare const __VLS_export: import("vue").DefineComponent<ChartTooltipProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ChartTooltipProps> & Readonly<{}>, {
|
|
3
|
+
followCursor: boolean;
|
|
4
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { ChartXAxis_default as default } from '../../chunk-32XIRBZ7.mjs';
|
|
2
|
+
import '../../chunk-5SRBQVU5.mjs';
|
|
3
|
+
import '../../chunk-CQHNYT2V.mjs';
|
|
4
|
+
import '../../chunk-TEOO4OLV.mjs';
|
|
5
|
+
import '../../chunk-PQV55JYI.mjs';
|
|
6
|
+
import '../../chunk-J43KLCZF.mjs';
|
|
7
|
+
import '../../chunk-HANSF33Z.mjs';
|
|
8
|
+
import '../../chunk-LD57I4SY.mjs';
|
|
9
|
+
import '../../chunk-FZ3PZ66C.mjs';
|
|
10
|
+
import '../../chunk-7P6ASYW6.mjs';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { SharedAxisProps } from '../../types';
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
4
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SharedAxisProps & {
|
|
5
|
+
/** Unique axis identifier (for multi-axis charts) */
|
|
6
|
+
id?: string;
|
|
7
|
+
/** Axis position. Default: 'bottom' */
|
|
8
|
+
position?: "top" | "bottom";
|
|
9
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SharedAxisProps & {
|
|
10
|
+
/** Unique axis identifier (for multi-axis charts) */
|
|
11
|
+
id?: string;
|
|
12
|
+
/** Axis position. Default: 'bottom' */
|
|
13
|
+
position?: "top" | "bottom";
|
|
14
|
+
}> & Readonly<{}>, {
|
|
15
|
+
position: "top" | "bottom";
|
|
16
|
+
id: string;
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
18
|
+
default?: (props: {}) => any;
|
|
19
|
+
}>;
|
|
20
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
21
|
+
new (): {
|
|
22
|
+
$slots: S;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { ChartYAxis_default as default } from '../../chunk-XBDNMPF7.mjs';
|
|
2
|
+
import '../../chunk-5SRBQVU5.mjs';
|
|
3
|
+
import '../../chunk-CQHNYT2V.mjs';
|
|
4
|
+
import '../../chunk-TEOO4OLV.mjs';
|
|
5
|
+
import '../../chunk-PQV55JYI.mjs';
|
|
6
|
+
import '../../chunk-J43KLCZF.mjs';
|
|
7
|
+
import '../../chunk-HANSF33Z.mjs';
|
|
8
|
+
import '../../chunk-LD57I4SY.mjs';
|
|
9
|
+
import '../../chunk-FZ3PZ66C.mjs';
|
|
10
|
+
import '../../chunk-7P6ASYW6.mjs';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { SharedAxisProps } from '../../types';
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
4
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<SharedAxisProps & {
|
|
5
|
+
/** Unique axis identifier (for multi-axis charts) */
|
|
6
|
+
id?: string;
|
|
7
|
+
/** Axis position. Default: 'left' */
|
|
8
|
+
position?: "left" | "right";
|
|
9
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SharedAxisProps & {
|
|
10
|
+
/** Unique axis identifier (for multi-axis charts) */
|
|
11
|
+
id?: string;
|
|
12
|
+
/** Axis position. Default: 'left' */
|
|
13
|
+
position?: "left" | "right";
|
|
14
|
+
}> & Readonly<{}>, {
|
|
15
|
+
position: "left" | "right";
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
17
|
+
default?: (props: {}) => any;
|
|
18
|
+
}>;
|
|
19
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { ChartZoom_default as default } from '../../chunk-ZRCOVQQM.mjs';
|
|
2
|
+
import '../../chunk-CQHNYT2V.mjs';
|
|
3
|
+
import '../../chunk-TEOO4OLV.mjs';
|
|
4
|
+
import '../../chunk-PQV55JYI.mjs';
|
|
5
|
+
import '../../chunk-J43KLCZF.mjs';
|
|
6
|
+
import '../../chunk-HANSF33Z.mjs';
|
|
7
|
+
import '../../chunk-LD57I4SY.mjs';
|
|
8
|
+
import '../../chunk-FZ3PZ66C.mjs';
|
|
9
|
+
import '../../chunk-7P6ASYW6.mjs';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ZoomProps } from '../../types';
|
|
2
|
+
declare const __VLS_export: import("vue").DefineComponent<ZoomProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ZoomProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
declare const _default: typeof __VLS_export;
|
|
4
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { InjectionKey } from 'vue';
|
|
2
|
+
import type { AxisCategoryCollector, AxisGroupCollectorValue } from '../../types';
|
|
3
|
+
/** Injection key for AxisCategory values → AxisGroup */
|
|
4
|
+
export declare const AXIS_GROUP_COLLECTOR_KEY: InjectionKey<AxisCategoryCollector>;
|
|
5
|
+
/** Injection key for AxisGroup definitions → XAxis/YAxis */
|
|
6
|
+
export declare const AXIS_GROUP_REGISTRY_KEY: InjectionKey<AxisGroupCollectorValue>;
|
|
7
|
+
/** Injection key for tracking AxisGroup nesting depth */
|
|
8
|
+
export declare const AXIS_GROUP_DEPTH_KEY: InjectionKey<number>;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export { default as ChartAccessibility } from './ChartAccessibility.vue';
|
|
2
|
+
export { default as ChartAnnotation } from './ChartAnnotation.vue';
|
|
3
|
+
export { default as ChartAxisCategory } from './ChartAxisCategory.vue';
|
|
4
|
+
export { default as ChartAxisGroup } from './ChartAxisGroup.vue';
|
|
5
|
+
export { default as ChartBreadcrumb } from './ChartBreadcrumb.vue';
|
|
6
|
+
export { default as ChartCaption } from './ChartCaption.vue';
|
|
7
|
+
export { default as ChartColorLegend } from './ChartColorLegend.vue';
|
|
8
|
+
export { default as ChartDataLabels } from './ChartDataLabels.vue';
|
|
9
|
+
export { default as ChartExportMenu } from './ChartExportMenu.vue';
|
|
10
|
+
export { default as ChartHover } from './ChartHover.vue';
|
|
11
|
+
export { default as ChartLegend } from './ChartLegend.vue';
|
|
12
|
+
export { default as ChartNavigator } from './ChartNavigator.vue';
|
|
13
|
+
export { default as ChartReferenceBand } from './ChartReferenceBand.vue';
|
|
14
|
+
export { default as ChartReferenceLine } from './ChartReferenceLine.vue';
|
|
15
|
+
export { default as ChartResponsive } from './ChartResponsive.vue';
|
|
16
|
+
export { default as ChartTitle } from './ChartTitle.vue';
|
|
17
|
+
export { default as ChartTooltip } from './ChartTooltip.vue';
|
|
18
|
+
export { default as ChartXAxis } from './ChartXAxis.vue';
|
|
19
|
+
export { default as ChartYAxis } from './ChartYAxis.vue';
|
|
20
|
+
export { default as ChartZoom } from './ChartZoom.vue';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ChartItemProps } from '../../types';
|
|
2
|
+
declare const __VLS_export: import("vue").DefineComponent<ChartItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ChartItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
declare const _default: typeof __VLS_export;
|
|
4
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TreemapGroupProps } from '../../types';
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
4
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<TreemapGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TreemapGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
5
|
+
default?: (props: {}) => any;
|
|
6
|
+
}>;
|
|
7
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
8
|
+
new (): {
|
|
9
|
+
$slots: S;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ChartItem } from './ChartItem.vue';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { CartesianRenderer_default as default } from '../../chunk-HTZVV6VV.mjs';
|
|
2
|
+
import '../../chunk-CQHNYT2V.mjs';
|
|
3
|
+
import '../../chunk-TEOO4OLV.mjs';
|
|
4
|
+
import '../../chunk-PQV55JYI.mjs';
|
|
5
|
+
import '../../chunk-J43KLCZF.mjs';
|
|
6
|
+
import '../../chunk-HANSF33Z.mjs';
|
|
7
|
+
import '../../chunk-LD57I4SY.mjs';
|
|
8
|
+
import '../../chunk-FZ3PZ66C.mjs';
|
|
9
|
+
import '../../chunk-7P6ASYW6.mjs';
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import type { BoxArea, CartesianHitTestResult, CrosshairSeriesHit, LinearScale, ZoomState } from '../../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
chartArea: BoxArea;
|
|
4
|
+
width: number;
|
|
5
|
+
height: number;
|
|
6
|
+
canvasEl: HTMLCanvasElement | null;
|
|
7
|
+
overlayCanvasEl?: HTMLCanvasElement | null;
|
|
8
|
+
zoomState?: ZoomState | null;
|
|
9
|
+
adaptiveDataLabelFontSize?: number;
|
|
10
|
+
adaptiveDataLabelRotation?: number;
|
|
11
|
+
/** Responsive rule overrides — feature key → prop overrides from ChartResponsive rules */
|
|
12
|
+
ruleOverrides?: Record<string, Record<string, unknown>>;
|
|
13
|
+
};
|
|
14
|
+
declare function hitTest(x: number, y: number): CartesianHitTestResult | null;
|
|
15
|
+
declare function findNearest(x: number, y: number): CartesianHitTestResult | null;
|
|
16
|
+
declare function findAllNearest(x: number, y: number): {
|
|
17
|
+
primary: CartesianHitTestResult;
|
|
18
|
+
allSeries: CrosshairSeriesHit[];
|
|
19
|
+
} | null;
|
|
20
|
+
declare function getPlotArea(): BoxArea | null;
|
|
21
|
+
declare function getScales(): {
|
|
22
|
+
x?: LinearScale;
|
|
23
|
+
y?: LinearScale;
|
|
24
|
+
} | null;
|
|
25
|
+
declare function getOriginalDomains(): {
|
|
26
|
+
x?: [number, number];
|
|
27
|
+
y?: [number, number];
|
|
28
|
+
minRangeX?: number;
|
|
29
|
+
minRangeY?: number;
|
|
30
|
+
};
|
|
31
|
+
declare function getColorScaleInfo(): import("@primeui/chart-types").ColorScaleInfo | null;
|
|
32
|
+
declare function getCrosshairContext(): {
|
|
33
|
+
orientation: "horizontal" | "vertical";
|
|
34
|
+
categoryAxisPosition: "top" | "bottom" | "left" | "right";
|
|
35
|
+
valueAxisPosition: "top" | "bottom" | "left" | "right";
|
|
36
|
+
} | null;
|
|
37
|
+
declare function getPointPosition(datasetId: string, index: number): {
|
|
38
|
+
x: number;
|
|
39
|
+
y: number;
|
|
40
|
+
width: number;
|
|
41
|
+
height: number;
|
|
42
|
+
shape: 'rect' | 'circle';
|
|
43
|
+
} | null;
|
|
44
|
+
declare function getHeatmapScales(): {
|
|
45
|
+
xScale: import("@primeui/chart-types").BandScale;
|
|
46
|
+
yScale: import("@primeui/chart-types").BandScale;
|
|
47
|
+
xCategories: string[];
|
|
48
|
+
yCategories: string[];
|
|
49
|
+
} | null;
|
|
50
|
+
declare function getScaleById(axisId: string): LinearScale | undefined;
|
|
51
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {
|
|
52
|
+
hitTest: typeof hitTest;
|
|
53
|
+
findNearest: typeof findNearest;
|
|
54
|
+
findAllNearest: typeof findAllNearest;
|
|
55
|
+
getPlotArea: typeof getPlotArea;
|
|
56
|
+
getScales: typeof getScales;
|
|
57
|
+
getOriginalDomains: typeof getOriginalDomains;
|
|
58
|
+
getColorScaleInfo: typeof getColorScaleInfo;
|
|
59
|
+
getCrosshairContext: typeof getCrosshairContext;
|
|
60
|
+
getPointPosition: typeof getPointPosition;
|
|
61
|
+
isTimeAxis: import("vue").ComputedRef<boolean>;
|
|
62
|
+
getHeatmapScales: typeof getHeatmapScales;
|
|
63
|
+
getScaleById: typeof getScaleById;
|
|
64
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
65
|
+
declare const _default: typeof __VLS_export;
|
|
66
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { ColorLegendProps, ColorScaleInfo } from '../../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
config: ColorLegendProps;
|
|
4
|
+
area: {
|
|
5
|
+
x: number;
|
|
6
|
+
y: number;
|
|
7
|
+
width: number;
|
|
8
|
+
height: number;
|
|
9
|
+
};
|
|
10
|
+
autoColorScale: ColorScaleInfo | null;
|
|
11
|
+
hoveredValue: number | null;
|
|
12
|
+
};
|
|
13
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const _default: typeof __VLS_export;
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { ChartLegendProps, LegendItem } from '../../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
legendConfig: ChartLegendProps;
|
|
4
|
+
legendArea: {
|
|
5
|
+
x: number;
|
|
6
|
+
y: number;
|
|
7
|
+
width: number;
|
|
8
|
+
height: number;
|
|
9
|
+
} | null;
|
|
10
|
+
legendItems: LegendItem[];
|
|
11
|
+
onLegendClick: (item: LegendItem) => void;
|
|
12
|
+
onLegendHover: (item: LegendItem | null) => void;
|
|
13
|
+
adaptiveFontSize?: number;
|
|
14
|
+
effectivePosition?: 'top' | 'bottom' | 'left' | 'right';
|
|
15
|
+
globalFontFamily?: string;
|
|
16
|
+
dir?: 'ltr' | 'rtl';
|
|
17
|
+
};
|
|
18
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
20
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { BoxArea, DatasetRegistration, NavigatorProps, ZoomState } from '../../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
area: BoxArea;
|
|
4
|
+
config: NavigatorProps;
|
|
5
|
+
datasets: Map<string, DatasetRegistration>;
|
|
6
|
+
zoomState: ZoomState;
|
|
7
|
+
updateZoom: (state: ZoomState) => void;
|
|
8
|
+
chartId: string;
|
|
9
|
+
renderer?: 'svg' | 'canvas';
|
|
10
|
+
locale?: string;
|
|
11
|
+
isTimeAxis?: boolean;
|
|
12
|
+
tickFormat?: ((value: string | number, index?: number) => string) | string;
|
|
13
|
+
};
|
|
14
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { RadialRenderer_default as default } from '../../chunk-4NJ2PSHV.mjs';
|
|
2
|
+
import '../../chunk-CQHNYT2V.mjs';
|
|
3
|
+
import '../../chunk-TEOO4OLV.mjs';
|
|
4
|
+
import '../../chunk-PQV55JYI.mjs';
|
|
5
|
+
import '../../chunk-J43KLCZF.mjs';
|
|
6
|
+
import '../../chunk-HANSF33Z.mjs';
|
|
7
|
+
import '../../chunk-LD57I4SY.mjs';
|
|
8
|
+
import '../../chunk-FZ3PZ66C.mjs';
|
|
9
|
+
import '../../chunk-7P6ASYW6.mjs';
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import type { BoxArea, RadialHitTestResult } from '../../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
chartArea: BoxArea;
|
|
4
|
+
width: number;
|
|
5
|
+
height: number;
|
|
6
|
+
canvasEl: HTMLCanvasElement | null;
|
|
7
|
+
containerEl: HTMLDivElement | null;
|
|
8
|
+
adaptiveDataLabelFontSize?: number;
|
|
9
|
+
};
|
|
10
|
+
declare function hitTest(x: number, y: number): RadialHitTestResult | null;
|
|
11
|
+
declare function findAllNearest(x: number, y: number): {
|
|
12
|
+
primary: RadialHitTestResult;
|
|
13
|
+
allSeries: import("@primeui/chart-core").CrosshairSeriesHit[];
|
|
14
|
+
} | null;
|
|
15
|
+
declare function getPointPosition(datasetId: string, index: number): {
|
|
16
|
+
x: number;
|
|
17
|
+
y: number;
|
|
18
|
+
width: number;
|
|
19
|
+
height: number;
|
|
20
|
+
shape: 'circle';
|
|
21
|
+
} | null;
|
|
22
|
+
declare function getCenter(): {
|
|
23
|
+
x: number;
|
|
24
|
+
y: number;
|
|
25
|
+
};
|
|
26
|
+
declare function handleDrilldownClick(_hit: RadialHitTestResult): boolean;
|
|
27
|
+
declare function getPlotArea(): BoxArea | null;
|
|
28
|
+
declare function getColorScaleInfo(): null;
|
|
29
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {
|
|
30
|
+
hitTest: typeof hitTest;
|
|
31
|
+
findAllNearest: typeof findAllNearest;
|
|
32
|
+
handleDrilldownClick: typeof handleDrilldownClick;
|
|
33
|
+
getPointPosition: typeof getPointPosition;
|
|
34
|
+
getCenter: typeof getCenter;
|
|
35
|
+
getPlotArea: typeof getPlotArea;
|
|
36
|
+
getColorScaleInfo: typeof getColorScaleInfo;
|
|
37
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
38
|
+
declare const _default: typeof __VLS_export;
|
|
39
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { RectRenderer_default as default } from '../../chunk-VWABO23U.mjs';
|
|
2
|
+
import '../../chunk-CQHNYT2V.mjs';
|
|
3
|
+
import '../../chunk-TEOO4OLV.mjs';
|
|
4
|
+
import '../../chunk-PQV55JYI.mjs';
|
|
5
|
+
import '../../chunk-J43KLCZF.mjs';
|
|
6
|
+
import '../../chunk-HANSF33Z.mjs';
|
|
7
|
+
import '../../chunk-LD57I4SY.mjs';
|
|
8
|
+
import '../../chunk-FZ3PZ66C.mjs';
|
|
9
|
+
import '../../chunk-7P6ASYW6.mjs';
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { BoxArea, DrilldownStateResult, RadialHitTestResult } from '../../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
chartArea: BoxArea;
|
|
4
|
+
width: number;
|
|
5
|
+
height: number;
|
|
6
|
+
canvasEl: HTMLCanvasElement | null;
|
|
7
|
+
drilldownState: DrilldownStateResult;
|
|
8
|
+
};
|
|
9
|
+
declare function hitTest(x: number, y: number): RadialHitTestResult | null;
|
|
10
|
+
declare function handleDrilldownClick(hit: RadialHitTestResult): boolean;
|
|
11
|
+
declare function prepareDrillOut(): void;
|
|
12
|
+
declare function updateHoverOverlay(hit: RadialHitTestResult | null): void;
|
|
13
|
+
declare function getColorScaleInfo(): import("@primeui/chart-core").ColorScaleInfo | null;
|
|
14
|
+
declare function getPlotArea(): BoxArea | null;
|
|
15
|
+
declare function getPointPosition(datasetId: string, index: number): {
|
|
16
|
+
x: number;
|
|
17
|
+
y: number;
|
|
18
|
+
width: number;
|
|
19
|
+
height: number;
|
|
20
|
+
shape: "rect";
|
|
21
|
+
} | null;
|
|
22
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {
|
|
23
|
+
hitTest: typeof hitTest;
|
|
24
|
+
handleDrilldownClick: typeof handleDrilldownClick;
|
|
25
|
+
prepareDrillOut: typeof prepareDrillOut;
|
|
26
|
+
updateHoverOverlay: typeof updateHoverOverlay;
|
|
27
|
+
getColorScaleInfo: typeof getColorScaleInfo;
|
|
28
|
+
getPlotArea: typeof getPlotArea;
|
|
29
|
+
getPointPosition: typeof getPointPosition;
|
|
30
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
31
|
+
declare const _default: typeof __VLS_export;
|
|
32
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { ChartTooltipProps } from '../../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
tooltipConfig: ChartTooltipProps;
|
|
4
|
+
rtl?: boolean;
|
|
5
|
+
locale?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { BarLayerCanvas_default as default } from '../../../chunk-MDA22SIZ.mjs';
|
|
2
|
+
import '../../../chunk-YRKAI2R2.mjs';
|
|
3
|
+
import '../../../chunk-CQHNYT2V.mjs';
|
|
4
|
+
import '../../../chunk-TEOO4OLV.mjs';
|
|
5
|
+
import '../../../chunk-PQV55JYI.mjs';
|
|
6
|
+
import '../../../chunk-J43KLCZF.mjs';
|
|
7
|
+
import '../../../chunk-HANSF33Z.mjs';
|
|
8
|
+
import '../../../chunk-LD57I4SY.mjs';
|
|
9
|
+
import '../../../chunk-FZ3PZ66C.mjs';
|
|
10
|
+
import '../../../chunk-7P6ASYW6.mjs';
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { BarLayerSvg_default as default } from '../../../chunk-RRHYGSK6.mjs';
|
|
2
|
+
import '../../../chunk-YRKAI2R2.mjs';
|
|
3
|
+
import '../../../chunk-CQHNYT2V.mjs';
|
|
4
|
+
import '../../../chunk-TEOO4OLV.mjs';
|
|
5
|
+
import '../../../chunk-PQV55JYI.mjs';
|
|
6
|
+
import '../../../chunk-J43KLCZF.mjs';
|
|
7
|
+
import '../../../chunk-HANSF33Z.mjs';
|
|
8
|
+
import '../../../chunk-LD57I4SY.mjs';
|
|
9
|
+
import '../../../chunk-FZ3PZ66C.mjs';
|
|
10
|
+
import '../../../chunk-7P6ASYW6.mjs';
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { CandlestickLayer_default as default } from '../../../chunk-FFBK7Q3W.mjs';
|
|
2
|
+
import '../../../chunk-CQHNYT2V.mjs';
|
|
3
|
+
import '../../../chunk-TEOO4OLV.mjs';
|
|
4
|
+
import '../../../chunk-PQV55JYI.mjs';
|
|
5
|
+
import '../../../chunk-J43KLCZF.mjs';
|
|
6
|
+
import '../../../chunk-HANSF33Z.mjs';
|
|
7
|
+
import '../../../chunk-LD57I4SY.mjs';
|
|
8
|
+
import '../../../chunk-FZ3PZ66C.mjs';
|
|
9
|
+
import '../../../chunk-7P6ASYW6.mjs';
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { HeatmapLayer_default as default } from '../../../chunk-54DLUFIA.mjs';
|
|
2
|
+
import '../../../chunk-CQHNYT2V.mjs';
|
|
3
|
+
import '../../../chunk-TEOO4OLV.mjs';
|
|
4
|
+
import '../../../chunk-PQV55JYI.mjs';
|
|
5
|
+
import '../../../chunk-J43KLCZF.mjs';
|
|
6
|
+
import '../../../chunk-HANSF33Z.mjs';
|
|
7
|
+
import '../../../chunk-LD57I4SY.mjs';
|
|
8
|
+
import '../../../chunk-FZ3PZ66C.mjs';
|
|
9
|
+
import '../../../chunk-7P6ASYW6.mjs';
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { LineLayer_default as default } from '../../../chunk-4CRHCZV3.mjs';
|
|
2
|
+
import '../../../chunk-CQHNYT2V.mjs';
|
|
3
|
+
import '../../../chunk-TEOO4OLV.mjs';
|
|
4
|
+
import '../../../chunk-PQV55JYI.mjs';
|
|
5
|
+
import '../../../chunk-J43KLCZF.mjs';
|
|
6
|
+
import '../../../chunk-HANSF33Z.mjs';
|
|
7
|
+
import '../../../chunk-LD57I4SY.mjs';
|
|
8
|
+
import '../../../chunk-FZ3PZ66C.mjs';
|
|
9
|
+
import '../../../chunk-7P6ASYW6.mjs';
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { PieLayer_default as default } from '../../../chunk-UO27BCRL.mjs';
|
|
2
|
+
import '../../../chunk-CQHNYT2V.mjs';
|
|
3
|
+
import '../../../chunk-TEOO4OLV.mjs';
|
|
4
|
+
import '../../../chunk-PQV55JYI.mjs';
|
|
5
|
+
import '../../../chunk-J43KLCZF.mjs';
|
|
6
|
+
import '../../../chunk-HANSF33Z.mjs';
|
|
7
|
+
import '../../../chunk-LD57I4SY.mjs';
|
|
8
|
+
import '../../../chunk-FZ3PZ66C.mjs';
|
|
9
|
+
import '../../../chunk-7P6ASYW6.mjs';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { BoxArea } from '../../../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
chartArea: BoxArea;
|
|
4
|
+
width: number;
|
|
5
|
+
height: number;
|
|
6
|
+
canvasEl: HTMLCanvasElement | null;
|
|
7
|
+
containerEl: HTMLDivElement | null;
|
|
8
|
+
adaptiveDataLabelFontSize?: number;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { PolarLayer_default as default } from '../../../chunk-JKK3D33U.mjs';
|
|
2
|
+
import '../../../chunk-CQHNYT2V.mjs';
|
|
3
|
+
import '../../../chunk-TEOO4OLV.mjs';
|
|
4
|
+
import '../../../chunk-PQV55JYI.mjs';
|
|
5
|
+
import '../../../chunk-J43KLCZF.mjs';
|
|
6
|
+
import '../../../chunk-HANSF33Z.mjs';
|
|
7
|
+
import '../../../chunk-LD57I4SY.mjs';
|
|
8
|
+
import '../../../chunk-FZ3PZ66C.mjs';
|
|
9
|
+
import '../../../chunk-7P6ASYW6.mjs';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { BoxArea } from '../../../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
chartArea: BoxArea;
|
|
4
|
+
width: number;
|
|
5
|
+
height: number;
|
|
6
|
+
canvasEl: HTMLCanvasElement | null;
|
|
7
|
+
adaptiveDataLabelFontSize?: number;
|
|
8
|
+
sharedContext: {
|
|
9
|
+
categories: string[];
|
|
10
|
+
domain: [number, number];
|
|
11
|
+
} | null;
|
|
12
|
+
requestRedraw: () => void;
|
|
13
|
+
};
|
|
14
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { RadarLayer_default as default } from '../../../chunk-DOOXGOOB.mjs';
|
|
2
|
+
import '../../../chunk-CQHNYT2V.mjs';
|
|
3
|
+
import '../../../chunk-TEOO4OLV.mjs';
|
|
4
|
+
import '../../../chunk-PQV55JYI.mjs';
|
|
5
|
+
import '../../../chunk-J43KLCZF.mjs';
|
|
6
|
+
import '../../../chunk-HANSF33Z.mjs';
|
|
7
|
+
import '../../../chunk-LD57I4SY.mjs';
|
|
8
|
+
import '../../../chunk-FZ3PZ66C.mjs';
|
|
9
|
+
import '../../../chunk-7P6ASYW6.mjs';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { BoxArea } from '../../../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
chartArea: BoxArea;
|
|
4
|
+
width: number;
|
|
5
|
+
height: number;
|
|
6
|
+
canvasEl: HTMLCanvasElement | null;
|
|
7
|
+
adaptiveDataLabelFontSize?: number;
|
|
8
|
+
sharedContext: {
|
|
9
|
+
categories: string[];
|
|
10
|
+
domain: [number, number];
|
|
11
|
+
} | null;
|
|
12
|
+
requestRedraw: () => void;
|
|
13
|
+
};
|
|
14
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { ScatterLayer_default as default } from '../../../chunk-DYVFVVTO.mjs';
|
|
2
|
+
import '../../../chunk-CQHNYT2V.mjs';
|
|
3
|
+
import '../../../chunk-TEOO4OLV.mjs';
|
|
4
|
+
import '../../../chunk-PQV55JYI.mjs';
|
|
5
|
+
import '../../../chunk-J43KLCZF.mjs';
|
|
6
|
+
import '../../../chunk-HANSF33Z.mjs';
|
|
7
|
+
import '../../../chunk-LD57I4SY.mjs';
|
|
8
|
+
import '../../../chunk-FZ3PZ66C.mjs';
|
|
9
|
+
import '../../../chunk-7P6ASYW6.mjs';
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|