realchart 0.9.20 → 0.9.22
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/dist/index.d.ts +1 -2
- package/dist/index.esm.js +2 -2
- package/dist/index.js +2 -2
- package/dist/realchart-style.css +4 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -416,10 +416,9 @@ declare class SvgLine {
|
|
|
416
416
|
private _words;
|
|
417
417
|
get words(): Word[];
|
|
418
418
|
parse(s: string): SvgLine;
|
|
419
|
-
getText(target: any, domain: RichTextParamCallback): string;
|
|
420
419
|
}
|
|
421
420
|
declare class SvgRichText {
|
|
422
|
-
|
|
421
|
+
_format: string;
|
|
423
422
|
lineHeight: number;
|
|
424
423
|
private _lines;
|
|
425
424
|
constructor(format?: string);
|