mol_plot_all 1.2.534 → 1.2.536
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/node.d.ts +39 -39
- package/node.deps.json +1 -1
- package/node.js +143 -140
- package/node.js.map +1 -1
- package/node.mjs +143 -140
- package/node.mjs.map +1 -1
- package/node.test.js +143 -140
- package/node.test.js.map +1 -1
- package/node.view.tree +19 -19
- package/package.json +5 -5
- package/web.d.ts +39 -39
- package/web.deps.json +1 -1
- package/web.js +143 -140
- package/web.js.map +1 -1
- package/web.mjs +143 -140
- package/web.mjs.map +1 -1
- package/web.view.tree +19 -19
package/node.d.ts
CHANGED
|
@@ -1288,44 +1288,6 @@ declare namespace $.$$ {
|
|
|
1288
1288
|
}
|
|
1289
1289
|
}
|
|
1290
1290
|
|
|
1291
|
-
declare namespace $ {
|
|
1292
|
-
class $mol_svg_text_box extends $mol_svg_group {
|
|
1293
|
-
font_size(): number;
|
|
1294
|
-
width(): number;
|
|
1295
|
-
sub(): readonly any[];
|
|
1296
|
-
box_width(): string;
|
|
1297
|
-
box_height(): string;
|
|
1298
|
-
box_pos_x(): string;
|
|
1299
|
-
box_pos_y(): string;
|
|
1300
|
-
Back(): $$.$mol_svg_rect;
|
|
1301
|
-
pos_x(): string;
|
|
1302
|
-
pos_y(): string;
|
|
1303
|
-
align(): string;
|
|
1304
|
-
text(): string;
|
|
1305
|
-
Text(): $$.$mol_svg_text;
|
|
1306
|
-
}
|
|
1307
|
-
}
|
|
1308
|
-
|
|
1309
|
-
declare namespace $ {
|
|
1310
|
-
function $mol_font_canvas(next?: CanvasRenderingContext2D): CanvasRenderingContext2D;
|
|
1311
|
-
}
|
|
1312
|
-
|
|
1313
|
-
declare namespace $ {
|
|
1314
|
-
function $mol_font_measure(font: string, text: string): number;
|
|
1315
|
-
}
|
|
1316
|
-
|
|
1317
|
-
declare namespace $.$$ {
|
|
1318
|
-
class $mol_svg_text_box extends $.$mol_svg_text_box {
|
|
1319
|
-
box_width(): string;
|
|
1320
|
-
width(): number;
|
|
1321
|
-
box_pos_x(): string;
|
|
1322
|
-
box_pos_y(): string;
|
|
1323
|
-
}
|
|
1324
|
-
}
|
|
1325
|
-
|
|
1326
|
-
declare namespace $ {
|
|
1327
|
-
}
|
|
1328
|
-
|
|
1329
1291
|
declare namespace $ {
|
|
1330
1292
|
class $mol_plot_ruler extends $mol_plot_graph {
|
|
1331
1293
|
step(): number;
|
|
@@ -1350,7 +1312,7 @@ declare namespace $ {
|
|
|
1350
1312
|
title_pos_x(): string;
|
|
1351
1313
|
title_pos_y(): string;
|
|
1352
1314
|
title_align(): string;
|
|
1353
|
-
Title(): $$.$
|
|
1315
|
+
Title(): $$.$mol_svg_text;
|
|
1354
1316
|
label_pos_x(id: any): string;
|
|
1355
1317
|
label_pos_y(id: any): string;
|
|
1356
1318
|
label_pos(id: any): readonly any[];
|
|
@@ -1436,6 +1398,44 @@ declare namespace $.$$ {
|
|
|
1436
1398
|
declare namespace $ {
|
|
1437
1399
|
}
|
|
1438
1400
|
|
|
1401
|
+
declare namespace $ {
|
|
1402
|
+
class $mol_svg_text_box extends $mol_svg_group {
|
|
1403
|
+
font_size(): number;
|
|
1404
|
+
width(): number;
|
|
1405
|
+
sub(): readonly any[];
|
|
1406
|
+
box_width(): string;
|
|
1407
|
+
box_height(): string;
|
|
1408
|
+
box_pos_x(): string;
|
|
1409
|
+
box_pos_y(): string;
|
|
1410
|
+
Back(): $$.$mol_svg_rect;
|
|
1411
|
+
pos_x(): string;
|
|
1412
|
+
pos_y(): string;
|
|
1413
|
+
align(): string;
|
|
1414
|
+
text(): string;
|
|
1415
|
+
Text(): $$.$mol_svg_text;
|
|
1416
|
+
}
|
|
1417
|
+
}
|
|
1418
|
+
|
|
1419
|
+
declare namespace $ {
|
|
1420
|
+
function $mol_font_canvas(next?: CanvasRenderingContext2D): CanvasRenderingContext2D;
|
|
1421
|
+
}
|
|
1422
|
+
|
|
1423
|
+
declare namespace $ {
|
|
1424
|
+
function $mol_font_measure(font: string, text: string): number;
|
|
1425
|
+
}
|
|
1426
|
+
|
|
1427
|
+
declare namespace $.$$ {
|
|
1428
|
+
class $mol_svg_text_box extends $.$mol_svg_text_box {
|
|
1429
|
+
box_width(): string;
|
|
1430
|
+
width(): number;
|
|
1431
|
+
box_pos_x(): string;
|
|
1432
|
+
box_pos_y(): string;
|
|
1433
|
+
}
|
|
1434
|
+
}
|
|
1435
|
+
|
|
1436
|
+
declare namespace $ {
|
|
1437
|
+
}
|
|
1438
|
+
|
|
1439
1439
|
declare namespace $ {
|
|
1440
1440
|
class $mol_plot_mark_cross extends $mol_plot_graph {
|
|
1441
1441
|
labels(): readonly string[];
|