designix 0.5.24 → 0.5.26
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 +10 -2
- package/dist/index.js +1512 -610
- package/dist/pgdsvg/heliostat.svg +1 -1
- package/dist/pgdsvg/heliostat_overview.svg +1 -1
- package/dist/pgdsvg/heliostat_side.svg +1 -1
- package/dist/pgdsvg/ring.svg +1 -0
- package/dist/pgdsvg/ring_guidance.svg +1 -0
- package/dist/pgdsvg/ring_guidance_top.svg +1 -0
- package/dist/pgdsvg/ring_section.svg +1 -0
- package/dist/pgdsvg/ring_top.svg +1 -0
- package/dist/pgdsvg/vaxis.svg +1 -0
- package/dist/pgdsvg/vaxis_guidance.svg +1 -0
- package/dist/pgdsvg/vaxis_guidance_spring.svg +1 -0
- package/dist/pgdsvg/vaxis_guidance_top.svg +1 -0
- package/dist/pgdsvg/vaxis_holder.svg +1 -0
- package/dist/pgdsvg/vaxis_holder_section.svg +1 -0
- package/dist/pgdsvg/vaxis_holder_top.svg +1 -0
- package/package.json +12 -11
- package/dist/pgdsvg/pole_rotor.svg +0 -1
- /package/dist/pgdsvg/{pole_rotor_cut.svg → vaxis_cut.svg} +0 -0
- /package/dist/pgdsvg/{pole_rotor_ends.svg → vaxis_ends.svg} +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -12,7 +12,15 @@ declare const baseDef: tPageDef;
|
|
|
12
12
|
|
|
13
13
|
declare const poleStaticDef: tPageDef;
|
|
14
14
|
|
|
15
|
-
declare const
|
|
15
|
+
declare const vaxisDef: tPageDef;
|
|
16
|
+
|
|
17
|
+
declare const ringDef: tPageDef;
|
|
18
|
+
|
|
19
|
+
declare const vaxisHolderDef: tPageDef;
|
|
20
|
+
|
|
21
|
+
declare const ringGuidanceDef: tPageDef;
|
|
22
|
+
|
|
23
|
+
declare const vaxisGuidanceDef: tPageDef;
|
|
16
24
|
|
|
17
25
|
declare const rakeDef: tPageDef;
|
|
18
26
|
|
|
@@ -56,4 +64,4 @@ declare const verifyContour4Def: tPageDef;
|
|
|
56
64
|
|
|
57
65
|
declare const verifyExports1Def: tPageDef;
|
|
58
66
|
|
|
59
|
-
export { baseDef, circlesDef, dummyPoleStaticDef, gearWheelWheelDef, heliostatDef, heliostat_2Def,
|
|
67
|
+
export { baseDef, circlesDef, dummyPoleStaticDef, gearWheelWheelDef, heliostatDef, heliostat_2Def, poleStaticDef, rakeDef, rakeStopperDef, rectangleDef, ringDef, ringGuidanceDef, rodDef, simplifiedGearWheelDef, spiderDef, surfaceDef, swingDef, trapezeDef, vaxisDef, vaxisGuidanceDef, vaxisHolderDef, verifyContour1Def, verifyContour2Def, verifyContour3Def, verifyContour4Def, verifyExports1Def, verifyLine1Def, verifyLine2Def, verifyLine3Def, verifyPoint1Def, verifyPoint2Def, verifyVector1Def };
|