@aspicio/core
Advanced tools
+8
-1
@@ -778,2 +778,9 @@ //#region src/model/types.d.ts | ||
| /** | ||
| * Decode legacy TEXT control sequences to plain content (PARSE-9): | ||
| * %%d/%%p/%%c → °/±/Ø, %%u/%%o/%%k style toggles dropped, %%% → %, | ||
| * %%nnn → character nnn, \U+XXXX unescaped, and the caret notation for | ||
| * tab/newline normalized. Unknown %% sequences stay literal. | ||
| */ | ||
| declare function decodeTextSpecials(raw: string): string; | ||
| /** | ||
| * Collapse MTEXT inline formatting codes to plain text. Paragraph breaks | ||
@@ -798,2 +805,2 @@ * become newlines; font/height/color/alignment directives are dropped; | ||
| //#endregion | ||
| export { type ArcEntity, type BlockDef, type Bounds, Camera2D, type CircleEntity, type DimensionEntity, type DrawingSummary, type DxfDocument, type DxfSource, DxfViewer, type DxfViewerOptions, type EllipseEntity, type Entity, type EntityHandler, type EntityHit, type EntityInfo, type EntityType, type FitViewOptions, type GestureOptions, type HatchEntity, type InsertEntity, type LayerGeometry, type LayerInfo, type LayerSummary, type Layout, type LineEntity, type LineTypeDef, type PickedEntity, type Point2, type Point3, type PointEntity, type PolylineEntity, type ShortcutHandlers, type ShortcutViewer, SnapIndex, type SnapKind, type SnapResult, type SolidEntity, type SplineEntity, type SvgExportOptions, type TessellateOptions, type Tessellation, type TessellationContext, type TextEntity, type TextHAlign, type TextLayoutOptions, type TextVAlign, VERSION, type ViewState, type ViewerEvent, type ViewerStats, type Viewport, attachGestures, attachShortcuts, binaryDxfToText, buildSnapIndex, dashPolyline, describeDrawing, describeEntity, isBinaryDxf, layoutText, niceLength, parseDxf, parseDxfBytes, pickEntity, pickLayer, registerEntityHandler, sampleSpline, stripMText, tessellate, tessellateLayout, tessellationToSvg, triangulate, unitLabel }; | ||
| export { type ArcEntity, type BlockDef, type Bounds, Camera2D, type CircleEntity, type DimensionEntity, type DrawingSummary, type DxfDocument, type DxfSource, DxfViewer, type DxfViewerOptions, type EllipseEntity, type Entity, type EntityHandler, type EntityHit, type EntityInfo, type EntityType, type FitViewOptions, type GestureOptions, type HatchEntity, type InsertEntity, type LayerGeometry, type LayerInfo, type LayerSummary, type Layout, type LineEntity, type LineTypeDef, type PickedEntity, type Point2, type Point3, type PointEntity, type PolylineEntity, type ShortcutHandlers, type ShortcutViewer, SnapIndex, type SnapKind, type SnapResult, type SolidEntity, type SplineEntity, type SvgExportOptions, type TessellateOptions, type Tessellation, type TessellationContext, type TextEntity, type TextHAlign, type TextLayoutOptions, type TextVAlign, VERSION, type ViewState, type ViewerEvent, type ViewerStats, type Viewport, attachGestures, attachShortcuts, binaryDxfToText, buildSnapIndex, dashPolyline, decodeTextSpecials, describeDrawing, describeEntity, isBinaryDxf, layoutText, niceLength, parseDxf, parseDxfBytes, pickEntity, pickLayer, registerEntityHandler, sampleSpline, stripMText, tessellate, tessellateLayout, tessellationToSvg, triangulate, unitLabel }; |
+1
-1
| { | ||
| "name": "@aspicio/core", | ||
| "version": "0.6.1", | ||
| "version": "0.7.0", | ||
| "description": "Aspicio — a TypeScript DXF viewer library (WebGL, mobile-first).", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/frontsail-ai/aspicio/tree/master/packages/core#readme", |
Sorry, the diff of this file is too big to display
147496
2.91%3245
4.71%