geomui 0.5.40 → 0.5.41
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/Drawing.svelte.d.ts +2 -0
- package/dist/DrawingList.svelte.d.ts +2 -0
- package/dist/InputParams.svelte.d.ts +2 -0
- package/dist/LabelCheckbox.svelte.d.ts +2 -0
- package/dist/LocStorRead.svelte.d.ts +2 -0
- package/dist/LocStorTable.svelte.d.ts +2 -0
- package/dist/LocStorWrite.svelte.d.ts +2 -0
- package/dist/ModalDiag.svelte.d.ts +2 -0
- package/dist/ModalImg.svelte.d.ts +2 -0
- package/dist/OneDesign.svelte.d.ts +2 -0
- package/dist/ParamDrawExport.svelte +3 -0
- package/dist/ParamDrawExport.svelte.d.ts +2 -0
- package/dist/SimpleDrawing.svelte.d.ts +2 -0
- package/dist/SubDesign.svelte.d.ts +2 -0
- package/dist/TimeControl.svelte.d.ts +2 -0
- package/dist/ZoomControl.svelte.d.ts +2 -0
- package/package.json +12 -12
package/dist/Drawing.svelte.d.ts
CHANGED
|
@@ -12,6 +12,8 @@ declare const __propDef: {
|
|
|
12
12
|
[evt: string]: CustomEvent<any>;
|
|
13
13
|
};
|
|
14
14
|
slots: {};
|
|
15
|
+
exports?: {} | undefined;
|
|
16
|
+
bindings?: string | undefined;
|
|
15
17
|
};
|
|
16
18
|
export type DrawingProps = typeof __propDef.props;
|
|
17
19
|
export type DrawingEvents = typeof __propDef.events;
|
|
@@ -7,6 +7,8 @@ declare const __propDef: {
|
|
|
7
7
|
[evt: string]: CustomEvent<any>;
|
|
8
8
|
};
|
|
9
9
|
slots: {};
|
|
10
|
+
exports?: {} | undefined;
|
|
11
|
+
bindings?: string | undefined;
|
|
10
12
|
};
|
|
11
13
|
export type DrawingListProps = typeof __propDef.props;
|
|
12
14
|
export type DrawingListEvents = typeof __propDef.events;
|
|
@@ -13,6 +13,8 @@ declare const __propDef: {
|
|
|
13
13
|
[evt: string]: CustomEvent<any>;
|
|
14
14
|
};
|
|
15
15
|
slots: {};
|
|
16
|
+
exports?: {} | undefined;
|
|
17
|
+
bindings?: string | undefined;
|
|
16
18
|
};
|
|
17
19
|
export type InputParamsProps = typeof __propDef.props;
|
|
18
20
|
export type InputParamsEvents = typeof __propDef.events;
|
|
@@ -5,6 +5,8 @@ declare const __propDef: {
|
|
|
5
5
|
[evt: string]: CustomEvent<any>;
|
|
6
6
|
};
|
|
7
7
|
slots: {};
|
|
8
|
+
exports?: {} | undefined;
|
|
9
|
+
bindings?: string | undefined;
|
|
8
10
|
};
|
|
9
11
|
export type LabelCheckboxProps = typeof __propDef.props;
|
|
10
12
|
export type LabelCheckboxEvents = typeof __propDef.events;
|
|
@@ -8,6 +8,8 @@ declare const __propDef: {
|
|
|
8
8
|
[evt: string]: CustomEvent<any>;
|
|
9
9
|
};
|
|
10
10
|
slots: {};
|
|
11
|
+
exports?: {} | undefined;
|
|
12
|
+
bindings?: string | undefined;
|
|
11
13
|
};
|
|
12
14
|
export type LocStorReadProps = typeof __propDef.props;
|
|
13
15
|
export type LocStorReadEvents = typeof __propDef.events;
|
|
@@ -9,6 +9,8 @@ declare const __propDef: {
|
|
|
9
9
|
[evt: string]: CustomEvent<any>;
|
|
10
10
|
};
|
|
11
11
|
slots: {};
|
|
12
|
+
exports?: {} | undefined;
|
|
13
|
+
bindings?: string | undefined;
|
|
12
14
|
};
|
|
13
15
|
export type LocStorTableProps = typeof __propDef.props;
|
|
14
16
|
export type LocStorTableEvents = typeof __propDef.events;
|
|
@@ -8,6 +8,8 @@ declare const __propDef: {
|
|
|
8
8
|
[evt: string]: CustomEvent<any>;
|
|
9
9
|
};
|
|
10
10
|
slots: {};
|
|
11
|
+
exports?: {} | undefined;
|
|
12
|
+
bindings?: string | undefined;
|
|
11
13
|
};
|
|
12
14
|
export type LocStorWriteProps = typeof __propDef.props;
|
|
13
15
|
export type LocStorWriteEvents = typeof __propDef.events;
|
|
@@ -94,6 +94,8 @@ async function downloadExport(iExportFace) {
|
|
|
94
94
|
exportFormat = EFormat.eOPENSCAD;
|
|
95
95
|
} else if (iExportFace === "ojscad") {
|
|
96
96
|
exportFormat = EFormat.eJSCAD;
|
|
97
|
+
} else if (iExportFace === "freecad") {
|
|
98
|
+
exportFormat = EFormat.eFREECAD;
|
|
97
99
|
} else if (iExportFace === "zip") {
|
|
98
100
|
exportFormat = EFormat.eZIP;
|
|
99
101
|
} else {
|
|
@@ -157,6 +159,7 @@ async function downloadExport2() {
|
|
|
157
159
|
<option value="pax">all faces as pax.json</option>
|
|
158
160
|
<option value="oscad">all faces as openscad.scad</option>
|
|
159
161
|
<option value="ojscad">all faces as OpenJScad.js</option>
|
|
162
|
+
<option value="freecad">all faces as Freecad.py</option>
|
|
160
163
|
<option value="zip">all faces and more as zip</option>
|
|
161
164
|
</select>
|
|
162
165
|
<button on:click={downloadExport2}>Save to File</button>
|
|
@@ -9,6 +9,8 @@ declare const __propDef: {
|
|
|
9
9
|
[evt: string]: CustomEvent<any>;
|
|
10
10
|
};
|
|
11
11
|
slots: {};
|
|
12
|
+
exports?: {} | undefined;
|
|
13
|
+
bindings?: string | undefined;
|
|
12
14
|
};
|
|
13
15
|
export type ParamDrawExportProps = typeof __propDef.props;
|
|
14
16
|
export type ParamDrawExportEvents = typeof __propDef.events;
|
|
@@ -11,6 +11,8 @@ declare const __propDef: {
|
|
|
11
11
|
[evt: string]: CustomEvent<any>;
|
|
12
12
|
};
|
|
13
13
|
slots: {};
|
|
14
|
+
exports?: {} | undefined;
|
|
15
|
+
bindings?: string | undefined;
|
|
14
16
|
};
|
|
15
17
|
export type SimpleDrawingProps = typeof __propDef.props;
|
|
16
18
|
export type SimpleDrawingEvents = typeof __propDef.events;
|
|
@@ -9,6 +9,8 @@ declare const __propDef: {
|
|
|
9
9
|
[evt: string]: CustomEvent<any>;
|
|
10
10
|
};
|
|
11
11
|
slots: {};
|
|
12
|
+
exports?: {} | undefined;
|
|
13
|
+
bindings?: string | undefined;
|
|
12
14
|
};
|
|
13
15
|
export type SubDesignProps = typeof __propDef.props;
|
|
14
16
|
export type SubDesignEvents = typeof __propDef.events;
|
|
@@ -10,6 +10,8 @@ declare const __propDef: {
|
|
|
10
10
|
[evt: string]: CustomEvent<any>;
|
|
11
11
|
};
|
|
12
12
|
slots: {};
|
|
13
|
+
exports?: {} | undefined;
|
|
14
|
+
bindings?: string | undefined;
|
|
13
15
|
};
|
|
14
16
|
export type TimeControlProps = typeof __propDef.props;
|
|
15
17
|
export type TimeControlEvents = typeof __propDef.events;
|
|
@@ -7,6 +7,8 @@ declare const __propDef: {
|
|
|
7
7
|
[evt: string]: CustomEvent<any>;
|
|
8
8
|
};
|
|
9
9
|
slots: {};
|
|
10
|
+
exports?: {} | undefined;
|
|
11
|
+
bindings?: string | undefined;
|
|
10
12
|
};
|
|
11
13
|
export type ZoomControlProps = typeof __propDef.props;
|
|
12
14
|
export type ZoomControlEvents = typeof __propDef.events;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "geomui",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.41",
|
|
4
4
|
"description": "The svelte-library of the webapp-UI of Parametrix",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": {
|
|
@@ -70,31 +70,31 @@
|
|
|
70
70
|
"svelte": "^4.0.0"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"geometrix": "^0.5.
|
|
73
|
+
"geometrix": "^0.5.38"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@sveltejs/adapter-auto": "^3.2.
|
|
76
|
+
"@sveltejs/adapter-auto": "^3.2.1",
|
|
77
77
|
"@sveltejs/adapter-static": "^3.0.1",
|
|
78
|
-
"@sveltejs/kit": "^2.5.
|
|
78
|
+
"@sveltejs/kit": "^2.5.10",
|
|
79
79
|
"@sveltejs/package": "^2.3.1",
|
|
80
|
-
"@sveltejs/vite-plugin-svelte": "^3.1.
|
|
80
|
+
"@sveltejs/vite-plugin-svelte": "^3.1.1",
|
|
81
81
|
"@typescript-eslint/eslint-plugin": "^7.0.1",
|
|
82
82
|
"@typescript-eslint/parser": "^7.0.1",
|
|
83
|
-
"designix": "^0.5.
|
|
83
|
+
"designix": "^0.5.39",
|
|
84
84
|
"eslint": "^8.57.0",
|
|
85
85
|
"eslint-config-prettier": "^9.1.0",
|
|
86
|
-
"eslint-plugin-svelte": "^2.
|
|
86
|
+
"eslint-plugin-svelte": "^2.39.0",
|
|
87
87
|
"npm-run-all": "^4.1.5",
|
|
88
88
|
"prettier": "^3.2.5",
|
|
89
89
|
"prettier-plugin-svelte": "^3.2.3",
|
|
90
|
-
"publint": "^0.2.
|
|
91
|
-
"sass": "^1.77.
|
|
90
|
+
"publint": "^0.2.8",
|
|
91
|
+
"sass": "^1.77.4",
|
|
92
92
|
"shx": "^0.3.4",
|
|
93
|
-
"svelte": "^4.2.
|
|
94
|
-
"svelte-check": "^3.
|
|
93
|
+
"svelte": "^4.2.17",
|
|
94
|
+
"svelte-check": "^3.8.0",
|
|
95
95
|
"tslib": "^2.6.2",
|
|
96
96
|
"typescript": "^5.4.5",
|
|
97
|
-
"vite": "^5.2.
|
|
97
|
+
"vite": "^5.2.12",
|
|
98
98
|
"vitest": "^1.6.0"
|
|
99
99
|
}
|
|
100
100
|
}
|