markuno_lib 1.2.103 → 1.2.104
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/bin/markcad.js +1 -1
- package/package.json +1 -1
- package/types/markcad.d.ts +11 -3
package/package.json
CHANGED
package/types/markcad.d.ts
CHANGED
|
@@ -481,10 +481,11 @@ declare var Ve: Readonly<{
|
|
|
481
481
|
export function TODEG(e: any, t?: number): number;
|
|
482
482
|
export function TORAD(e: any, t?: number): number;
|
|
483
483
|
export class Vis2d {
|
|
484
|
-
constructor(e: any, t: any, i: any);
|
|
484
|
+
constructor(e: any, t: any, i: any, s: any);
|
|
485
485
|
name: any;
|
|
486
486
|
visible: any;
|
|
487
487
|
des: any;
|
|
488
|
+
inverse: any;
|
|
488
489
|
clear(): this;
|
|
489
490
|
vec: any[];
|
|
490
491
|
gr: {};
|
|
@@ -492,6 +493,7 @@ export class Vis2d {
|
|
|
492
493
|
name: any;
|
|
493
494
|
visible: any;
|
|
494
495
|
des: any;
|
|
496
|
+
inverse: any;
|
|
495
497
|
vec: any[];
|
|
496
498
|
groups: {};
|
|
497
499
|
};
|
|
@@ -501,14 +503,16 @@ export class Vis2d {
|
|
|
501
503
|
pop(): void;
|
|
502
504
|
randomcolor(e?: string): string;
|
|
503
505
|
addgr(e: any): void;
|
|
506
|
+
addtext(e: any, t: any, i: any, s: any, n?: string, r?: string): void;
|
|
504
507
|
addquota(e: any, t: any, i: any, s: any, n?: number, r?: string, o?: number, a?: number): void;
|
|
505
508
|
addqpunto(e: any, t: any, i: any, s: any, n?: number, r?: string, o?: number, a?: number): void;
|
|
506
509
|
addpoint(e: any, t?: number, i?: string, s?: number): this;
|
|
507
510
|
addline(e: any, t?: number, i?: any, s?: number): this;
|
|
511
|
+
addspace(e: any): this;
|
|
508
512
|
addrect(e: any, t?: number, i?: any, s?: number): this;
|
|
509
513
|
addimg(e: any, t: any): this;
|
|
510
514
|
addrecta(e: any, t?: number, i?: any): this;
|
|
511
|
-
addshape(e: any, t?: any, i?: number): this;
|
|
515
|
+
addshape(e: any, t?: any, i?: number, s?: any): this;
|
|
512
516
|
addshapelin(e: any, t?: any, i?: number): this;
|
|
513
517
|
addarea(e: any, t?: any): this;
|
|
514
518
|
addoffset(e: any, t: any): this;
|
|
@@ -799,6 +803,7 @@ export class Vobject {
|
|
|
799
803
|
name: any;
|
|
800
804
|
visible: any;
|
|
801
805
|
des: any;
|
|
806
|
+
inverse: any;
|
|
802
807
|
vec: any[];
|
|
803
808
|
groups: {};
|
|
804
809
|
};
|
|
@@ -1523,7 +1528,10 @@ export function pickvariant(e: any, t: any, i: any, s: any, n: any, r: any, o?:
|
|
|
1523
1528
|
export function posiziona(t: any, i?: {}): any;
|
|
1524
1529
|
export function processagruppo(e: any, t: any): Promise<void>;
|
|
1525
1530
|
export function processamarker(t: any): Promise<void>;
|
|
1526
|
-
export function processatop(e: any, t: any, i: any): Promise<
|
|
1531
|
+
export function processatop(e: any, t: any, i: any): Promise<{
|
|
1532
|
+
DB: any[];
|
|
1533
|
+
SHAPES: any[];
|
|
1534
|
+
}>;
|
|
1527
1535
|
export function raccordabezier(e: any, t: any, i: any, s: any, n?: number): {
|
|
1528
1536
|
x: any;
|
|
1529
1537
|
y: any;
|