update at 2026-01-22 18:43:01

This commit is contained in:
douboer
2026-01-22 18:43:01 +08:00
parent c23c71eabf
commit a930a99a50
23 changed files with 2082 additions and 1186 deletions

View File

@@ -5,6 +5,17 @@
// 类型导出
export type {
Example,
LuopanConfig,
ThemeConfig,
CenterIconConfig,
DegreeRingConfig,
DegreeRingData,
DegreeLabel,
CenterIconData,
LayerConfig,
SectorConfig,
TextUnit,
TickMark,
Sector,
PolarPoint,
AnnularSectorParams,
@@ -32,3 +43,13 @@ export type { UseLuopanReturn } from './composables/useLuopan';
// 常量导出
export { EXAMPLES, DEFAULT_SIZE, SECTOR_INSET_DISTANCE } from './constants';
// 配置解析导出
export { parseConfig, stripJsonComments } from './configParser';
// 解析工具导出
export { ColorResolver, applyPatternColoring } from './colorResolver';
export { splitMultiTextUnits } from './multiTextParser';
export { SectorBuilder } from './sectorBuilder';
export { buildDegreeRing } from './degreeRing';
export { loadCenterIcon } from './centerIcon';