@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,10 @@
|
|
|
1
|
+
export { ChartTreemap_default as default } from '../../chunk-2D3PWFR2.mjs';
|
|
2
|
+
import '../../chunk-VWABO23U.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,15 @@
|
|
|
1
|
+
import type { ChartTreemapProps } from '../../types';
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
4
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ChartTreemapProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ChartTreemapProps> & Readonly<{}>, {
|
|
5
|
+
showGroupLabel: boolean;
|
|
6
|
+
drilldown: boolean;
|
|
7
|
+
interactByLeaf: boolean;
|
|
8
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
9
|
+
default?: (props: {}) => any;
|
|
10
|
+
}>;
|
|
11
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
12
|
+
new (): {
|
|
13
|
+
$slots: S;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { DecimationAlgorithm } from '@primeui/chart-types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
/**
|
|
4
|
+
* Decimation algorithm.
|
|
5
|
+
* - 'lttb': Largest Triangle Three Buckets — shape-preserving, best for trends
|
|
6
|
+
* - 'min-max': Preserves exact peaks and valleys, best for noisy signals
|
|
7
|
+
*/
|
|
8
|
+
algorithm?: DecimationAlgorithm;
|
|
9
|
+
/** Only decimate if data length exceeds this threshold */
|
|
10
|
+
threshold?: number;
|
|
11
|
+
/** Target number of output points after decimation */
|
|
12
|
+
samples?: number;
|
|
13
|
+
};
|
|
14
|
+
declare var __VLS_1: {};
|
|
15
|
+
type __VLS_Slots = {} & {
|
|
16
|
+
default?: (props: typeof __VLS_1) => any;
|
|
17
|
+
};
|
|
18
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
19
|
+
samples: number;
|
|
20
|
+
algorithm: DecimationAlgorithm;
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
23
|
+
declare const _default: typeof __VLS_export;
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
26
|
+
new (): {
|
|
27
|
+
$slots: S;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
7
|
+
declare const _default: typeof __VLS_export;
|
|
8
|
+
export default _default;
|
|
9
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
10
|
+
new (): {
|
|
11
|
+
$slots: S;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
7
|
+
declare const _default: typeof __VLS_export;
|
|
8
|
+
export default _default;
|
|
9
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
10
|
+
new (): {
|
|
11
|
+
$slots: S;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { RangeContainerProps } from '@primeui/chart-types';
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
4
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<RangeContainerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<RangeContainerProps> & Readonly<{}>, {
|
|
5
|
+
fillOpacity: number;
|
|
6
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
7
|
+
default?: (props: {}) => any;
|
|
8
|
+
}>;
|
|
9
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
10
|
+
new (): {
|
|
11
|
+
$slots: S;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
4
|
+
id?: string;
|
|
5
|
+
gap?: number;
|
|
6
|
+
mode?: "normal" | "percent";
|
|
7
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
8
|
+
id?: string;
|
|
9
|
+
gap?: number;
|
|
10
|
+
mode?: "normal" | "percent";
|
|
11
|
+
}> & Readonly<{}>, {
|
|
12
|
+
gap: number;
|
|
13
|
+
mode: "normal" | "percent";
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
15
|
+
default?: (props: {}) => any;
|
|
16
|
+
}>;
|
|
17
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
/** Field name that resolves to true for "total" bars (reset running sum) */
|
|
3
|
+
totalField?: string;
|
|
4
|
+
};
|
|
5
|
+
declare var __VLS_1: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_1) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_base: 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 __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { InjectionKey } from 'vue';
|
|
2
|
+
import type { DecimationContextValue, RangeContextValue, StackedContextValue } from '../../types';
|
|
3
|
+
export declare const STACKED_CONTEXT_KEY: InjectionKey<StackedContextValue>;
|
|
4
|
+
export declare const RANGE_CONTEXT_KEY: InjectionKey<RangeContextValue>;
|
|
5
|
+
export declare const DECIMATION_CONTEXT_KEY: InjectionKey<import('vue').ComputedRef<DecimationContextValue>>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { ChartAccessibility_default as default } from '../../chunk-O6L3PNFC.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,28 @@
|
|
|
1
|
+
import type { DataTableCellContext, KeyboardNavigationConfig, PointDescriptionContext, SeriesDescriptionContext } from '../../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
/** Enable/disable all accessibility features (default: true) */
|
|
4
|
+
enabled?: boolean;
|
|
5
|
+
/** Custom chart description for screen readers */
|
|
6
|
+
description?: string;
|
|
7
|
+
/** Override auto-detected chart type description */
|
|
8
|
+
typeDescription?: string;
|
|
9
|
+
/** Heading level for screen reader info section */
|
|
10
|
+
headingLevel?: 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
|
|
11
|
+
/** Max points per series before disabling per-element aria-labels */
|
|
12
|
+
pointDescriptionThreshold?: number;
|
|
13
|
+
/** Max rows in the screen-reader data table before truncating with a summary row (default: 200) */
|
|
14
|
+
dataTableMaxRows?: number;
|
|
15
|
+
/** Formatter applied to each data-table cell (screen-reader table + CSV export) */
|
|
16
|
+
dataTableCellFormatter?: (context: DataTableCellContext) => string;
|
|
17
|
+
/** Custom point description formatter */
|
|
18
|
+
pointDescriptionFormatter?: (context: PointDescriptionContext) => string;
|
|
19
|
+
/** Custom series description formatter */
|
|
20
|
+
seriesDescriptionFormatter?: (context: SeriesDescriptionContext) => string;
|
|
21
|
+
/** Landmark verbosity */
|
|
22
|
+
landmarkVerbosity?: 'all' | 'chart' | 'disabled';
|
|
23
|
+
/** Keyboard navigation configuration */
|
|
24
|
+
keyboardNavigation?: KeyboardNavigationConfig;
|
|
25
|
+
};
|
|
26
|
+
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>;
|
|
27
|
+
declare const _default: typeof __VLS_export;
|
|
28
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { AnnotationRender } from '../../types';
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<{
|
|
5
|
+
render: AnnotationRender;
|
|
6
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
7
|
+
render: AnnotationRender;
|
|
8
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ChartAxisCategoryProps } from '../../types';
|
|
2
|
+
declare const __VLS_export: import("vue").DefineComponent<ChartAxisCategoryProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ChartAxisCategoryProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
declare const _default: typeof __VLS_export;
|
|
4
|
+
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { ChartAxisGroupProps } from '../../types';
|
|
2
|
+
declare var __VLS_1: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_1) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_base: import("vue").DefineComponent<ChartAxisGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ChartAxisGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { BreadcrumbItemContext } from '@primeui/chart-types';
|
|
2
|
+
import { type CSSProperties, type VNode } from 'vue';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
/** Custom separator text between breadcrumb items. Default: ' / ' */
|
|
5
|
+
separator?: string;
|
|
6
|
+
/** Custom render function for each breadcrumb item */
|
|
7
|
+
renderItem?: (context: BreadcrumbItemContext) => VNode | null | void;
|
|
8
|
+
/** CSS class name for the breadcrumb container */
|
|
9
|
+
class?: string;
|
|
10
|
+
/** Inline styles for the breadcrumb container */
|
|
11
|
+
style?: CSSProperties;
|
|
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,9 @@
|
|
|
1
|
+
export { ChartCaption_default as default } from '../../chunk-4THCGGER.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 { ChartCaptionProps } from '../../types';
|
|
2
|
+
declare const __VLS_export: import("vue").DefineComponent<ChartCaptionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ChartCaptionProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
declare const _default: typeof __VLS_export;
|
|
4
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { ChartColorLegend_default as default } from '../../chunk-WYV2MHP6.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,47 @@
|
|
|
1
|
+
import type { ColorLegendRenderContext } from '@primeui/chart-types';
|
|
2
|
+
import { type VNode } from 'vue';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
/** Position of the color legend. Default: 'bottom' */
|
|
5
|
+
position?: 'top' | 'bottom' | 'left' | 'right';
|
|
6
|
+
/** Domain breakpoints for color interpolation. When omitted, auto-detected from chart data. */
|
|
7
|
+
colorScale?: number[];
|
|
8
|
+
/** Colors matching each breakpoint. When omitted, auto-detected from chart data. */
|
|
9
|
+
colorRange?: string[];
|
|
10
|
+
/** Height of the gradient bar in pixels. Default: 12 */
|
|
11
|
+
height?: number;
|
|
12
|
+
/** Width of the gradient bar in pixels (for left/right position). Default: 16 */
|
|
13
|
+
width?: number;
|
|
14
|
+
/** Border radius of the gradient bar. Default: 4 */
|
|
15
|
+
borderRadius?: number;
|
|
16
|
+
/** Number of label ticks to show. Default: 3 (min, mid, max) */
|
|
17
|
+
ticks?: number;
|
|
18
|
+
/** Custom format function for tick labels */
|
|
19
|
+
formatLabel?: (value: number) => string;
|
|
20
|
+
/** Number of discrete steps. When > 1, renders distinct color blocks instead of a smooth gradient. */
|
|
21
|
+
steps?: number;
|
|
22
|
+
/** Label font size in pixels. Default: 11 */
|
|
23
|
+
labelSize?: number;
|
|
24
|
+
/** Label color. Default: '#6b7280' */
|
|
25
|
+
labelColor?: string;
|
|
26
|
+
/** Show a triangular indicator at the hovered value. Default: true */
|
|
27
|
+
showIndicator?: boolean;
|
|
28
|
+
/** Indicator color. Default: '#374151' */
|
|
29
|
+
indicatorColor?: string;
|
|
30
|
+
/** Reserved space for the color legend area. Default: 36 (bar + labels) */
|
|
31
|
+
reservedSize?: number;
|
|
32
|
+
/** Custom render function for the color legend. When provided, replaces the default gradient bar entirely. */
|
|
33
|
+
render?: (context: ColorLegendRenderContext) => VNode | null;
|
|
34
|
+
};
|
|
35
|
+
declare var __VLS_1: {};
|
|
36
|
+
type __VLS_Slots = {} & {
|
|
37
|
+
default?: (props: typeof __VLS_1) => any;
|
|
38
|
+
};
|
|
39
|
+
declare const __VLS_base: 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>;
|
|
40
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
41
|
+
declare const _default: typeof __VLS_export;
|
|
42
|
+
export default _default;
|
|
43
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
44
|
+
new (): {
|
|
45
|
+
$slots: S;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { ChartDataLabels_default as default } from '../../chunk-CDXF6ZTL.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,53 @@
|
|
|
1
|
+
import type { VNode } from 'vue';
|
|
2
|
+
import type { DataLabelAlignTo, DataLabelContext, DataLabelLineStyle } from '../../types';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
/** Custom formatter function for text content */
|
|
5
|
+
formatter?: (value: number, percentage?: number, label?: string) => string;
|
|
6
|
+
/**
|
|
7
|
+
* Custom render function for label customization (dual-mode).
|
|
8
|
+
* SVG mode: return a VNode. Canvas mode: `context.ctx` is a CanvasRenderingContext2D —
|
|
9
|
+
* draw at origin and return nothing (`void`); the return value is ignored.
|
|
10
|
+
*/
|
|
11
|
+
render?: (context: DataLabelContext) => VNode | null | void;
|
|
12
|
+
/** Label text color */
|
|
13
|
+
color?: string;
|
|
14
|
+
/** Font size in pixels */
|
|
15
|
+
fontSize?: number;
|
|
16
|
+
/** Font weight */
|
|
17
|
+
fontWeight?: 'normal' | 'bold' | number;
|
|
18
|
+
/** Font family */
|
|
19
|
+
fontFamily?: string;
|
|
20
|
+
/** Display mode for circular charts */
|
|
21
|
+
display?: 'value' | 'percentage' | 'both' | 'none' | 'label' | 'label-percentage';
|
|
22
|
+
/** Minimum percentage to show label (hide on small slices) */
|
|
23
|
+
minPercentage?: number;
|
|
24
|
+
/** Distance from pie edge to leader line elbow. Default: 10 */
|
|
25
|
+
distance?: number;
|
|
26
|
+
/** Alias for distance */
|
|
27
|
+
leaderOffset?: number;
|
|
28
|
+
/** Horizontal distance from elbow to text anchor. Default: 15 */
|
|
29
|
+
horizontalOffset?: number;
|
|
30
|
+
/** Gap between connector end and text start. Default: 4 */
|
|
31
|
+
textGap?: number;
|
|
32
|
+
/** Alias for textGap */
|
|
33
|
+
textOffset?: number;
|
|
34
|
+
/** Line height multiplier for wrapped text. Default: 1.2 */
|
|
35
|
+
lineHeight?: number;
|
|
36
|
+
/** Leader line style. Default: 'angled' */
|
|
37
|
+
lineStyle?: DataLabelLineStyle;
|
|
38
|
+
/** Alignment mode for outside labels. Default: 'labelLine' */
|
|
39
|
+
alignTo?: DataLabelAlignTo;
|
|
40
|
+
};
|
|
41
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
42
|
+
lineStyle: DataLabelLineStyle;
|
|
43
|
+
fontFamily: string;
|
|
44
|
+
fontSize: number;
|
|
45
|
+
fontWeight: "normal" | "bold" | number;
|
|
46
|
+
display: "value" | "percentage" | "both" | "none" | "label" | "label-percentage";
|
|
47
|
+
minPercentage: number;
|
|
48
|
+
horizontalOffset: number;
|
|
49
|
+
lineHeight: number;
|
|
50
|
+
alignTo: DataLabelAlignTo;
|
|
51
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
52
|
+
declare const _default: typeof __VLS_export;
|
|
53
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { ChartExportMenu_default as default } from '../../chunk-GFC24374.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,29 @@
|
|
|
1
|
+
import { type VNode } from 'vue';
|
|
2
|
+
import type { ExportMenuButtonOptions, ExportMenuIconContext, ExportMenuItem, ExportMenuItemContext } from '../../types';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
/** Enable export menu */
|
|
5
|
+
enabled?: boolean;
|
|
6
|
+
/** Default filename for exports */
|
|
7
|
+
filename?: string;
|
|
8
|
+
/** Menu items to display */
|
|
9
|
+
menuItems?: ExportMenuItem[];
|
|
10
|
+
/** Button positioning options */
|
|
11
|
+
buttons?: ExportMenuButtonOptions;
|
|
12
|
+
/** Export scale for raster formats */
|
|
13
|
+
scale?: number;
|
|
14
|
+
/** Background color: 'auto' | 'transparent' | color string */
|
|
15
|
+
backgroundColor?: string;
|
|
16
|
+
/** Custom icon render function */
|
|
17
|
+
icon?: (context: ExportMenuIconContext) => VNode | VNode[] | string | null;
|
|
18
|
+
/** Custom menu item render function */
|
|
19
|
+
render?: (context: ExportMenuItemContext) => VNode | VNode[] | string | null;
|
|
20
|
+
/** Additional CSS class for the button */
|
|
21
|
+
buttonClass?: string;
|
|
22
|
+
/** Additional CSS class for the menu */
|
|
23
|
+
menuClass?: string;
|
|
24
|
+
};
|
|
25
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
26
|
+
enabled: boolean;
|
|
27
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
28
|
+
declare const _default: typeof __VLS_export;
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { ChartHover_default as default } from '../../chunk-RSTIA3KM.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 { HoverProps } from '@primeui/chart-types';
|
|
2
|
+
declare const __VLS_export: import("vue").DefineComponent<HoverProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<HoverProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
declare const _default: typeof __VLS_export;
|
|
4
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { ChartLegend_default as default } from '../../chunk-PSSXPTLQ.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,7 @@
|
|
|
1
|
+
import type { ChartLegendProps } from '../../types';
|
|
2
|
+
declare const __VLS_export: import("vue").DefineComponent<ChartLegendProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ChartLegendProps> & Readonly<{}>, {
|
|
3
|
+
mode: "dataset" | "category" | "both";
|
|
4
|
+
interactive: boolean;
|
|
5
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { ChartNavigator_default as default } from '../../chunk-56NMBNNX.mjs';
|
|
2
|
+
import '../../chunk-CQHNYT2V.mjs';
|
|
3
|
+
import '../../chunk-TEOO4OLV.mjs';
|
|
4
|
+
import '../../chunk-PQV55JYI.mjs';
|
|
5
|
+
import '../../chunk-J43KLCZF.mjs';
|
|
6
|
+
import '../../chunk-NLXOJSKK.mjs';
|
|
7
|
+
import '../../chunk-HANSF33Z.mjs';
|
|
8
|
+
import '../../chunk-LD57I4SY.mjs';
|
|
9
|
+
import '../../chunk-FZ3PZ66C.mjs';
|
|
10
|
+
import '../../chunk-7P6ASYW6.mjs';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { NavigatorProps } from '../../types';
|
|
2
|
+
declare const __VLS_export: import("vue").DefineComponent<NavigatorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NavigatorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
declare const _default: typeof __VLS_export;
|
|
4
|
+
export default _default;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ChartReferenceBandProps } from '../../types';
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<ChartReferenceBandProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ChartReferenceBandProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ChartReferenceLineProps } from '../../types';
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<ChartReferenceLineProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ChartReferenceLineProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { ChartResponsive_default as default } from '../../chunk-J2P5JBHC.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 { ResponsiveBreakpoints, ResponsiveRule } from '../../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
/** Responsive rules: condition-based config overrides */
|
|
4
|
+
rules?: ResponsiveRule[];
|
|
5
|
+
/** Custom breakpoints for tier computation */
|
|
6
|
+
breakpoints?: Partial<ResponsiveBreakpoints>;
|
|
7
|
+
/** Disable auto-adaptive defaults */
|
|
8
|
+
disableAutoAdaptive?: boolean;
|
|
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 { ChartTitle_default as default } from '../../chunk-6S4JMPKC.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 { TitleProps } from '../../types';
|
|
2
|
+
declare const __VLS_export: import("vue").DefineComponent<TitleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TitleProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
declare const _default: typeof __VLS_export;
|
|
4
|
+
export default _default;
|