geomui 1.0.35 → 1.0.37

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.
@@ -8,7 +8,7 @@
8
8
  import type { tParam, tParamDef, tParamVal, Figure } from 'geometrix';
9
9
  import { PType, parseParamFile, createParamFile } from 'geometrix';
10
10
  import { sParams } from './stateParams.svelte';
11
- import { downloadParams, generateUrl } from './downloadParams';
11
+ import { downloadParams, generateUrl } from './downloadParams.js';
12
12
  import { browser } from '$app/environment';
13
13
  import { page } from '$app/state';
14
14
  import { asset } from '$app/paths';
@@ -338,8 +338,7 @@
338
338
  readonly
339
339
  wrap="soft"
340
340
  value={loadMsg}
341
- class:colorWarn={applyWarn}
342
- ></textarea>
341
+ class:colorWarn={applyWarn}></textarea>
343
342
  <table>
344
343
  <thead>
345
344
  <tr>
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import type { tPageDef, tAllLink } from 'geometrix';
3
- import { incrStore } from './initStore';
3
+ import { incrStore } from './initStore.js';
4
4
  import DrawingList from './DrawingList.svelte';
5
5
  import ParamDrawExport from './ParamDrawExport.svelte';
6
6
 
@@ -20,7 +20,7 @@
20
20
  import InputParams from './InputParams.svelte';
21
21
  import Drawing from './Drawing.svelte';
22
22
  import SubDesign from './SubDesign.svelte';
23
- import { getContentDownloadParams, downloadParams } from './downloadParams';
23
+ import { getContentDownloadParams, downloadParams } from './downloadParams.js';
24
24
  import { sParams } from './stateParams.svelte';
25
25
  import { afterNavigate } from '$app/navigation';
26
26
 
@@ -214,8 +214,7 @@
214
214
  wrap="soft"
215
215
  value={logValue}
216
216
  class:colorErr={calcErr}
217
- class:colorWarn={calcWarn}
218
- ></textarea>
217
+ class:colorWarn={calcWarn}></textarea>
219
218
  </section>
220
219
  <section>
221
220
  <h2>
@@ -1,9 +1,9 @@
1
1
  <script lang="ts">
2
2
  import type { tPosiOrien, tSubDesign, tAllLink } from 'geometrix';
3
3
  import { ffix, radToDeg, paramListToVal } from 'geometrix';
4
- //import { downloadParams, generateUrl } from './downloadParams';
5
- import { downloadParams } from './downloadParams';
6
- import { updateStore } from './initStore';
4
+ //import { downloadParams, generateUrl } from './downloadParams.js';
5
+ import { downloadParams } from './downloadParams.js';
6
+ import { updateStore } from './initStore.js';
7
7
  //import { page } from '$app/state';
8
8
  import { resolve } from '$app/paths';
9
9
  import { goto } from '$app/navigation';
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  import OneDesign from './OneDesign.svelte';
2
- import { initStore } from './initStore';
2
+ import { initStore } from './initStore.ts';
3
3
  export { OneDesign, initStore };
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // Reexport your entry components here
2
2
  import OneDesign from './OneDesign.svelte';
3
- import { initStore } from './initStore';
3
+ import { initStore } from "./initStore.js";
4
4
  export { OneDesign, initStore };
5
5
  //export { OneDesign };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geomui",
3
- "version": "1.0.35",
3
+ "version": "1.0.37",
4
4
  "description": "The svelte-library of the webapp-UI of Parametrix",
5
5
  "private": false,
6
6
  "repository": {
@@ -72,33 +72,33 @@
72
72
  "svelte": "^5.19.0"
73
73
  },
74
74
  "dependencies": {
75
- "geometrix": "^1.0.34"
75
+ "geometrix": "^1.0.36"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@atao60/fse-cli": "^0.1.9",
79
79
  "@sveltejs/adapter-auto": "^7.0.1",
80
80
  "@sveltejs/adapter-static": "^3.0.10",
81
- "@sveltejs/kit": "^2.65.0",
81
+ "@sveltejs/kit": "^2.67.0",
82
82
  "@sveltejs/package": "^2.5.8",
83
83
  "@sveltejs/vite-plugin-svelte": "^7.1.2",
84
84
  "@types/eslint": "^9.6.1",
85
- "designix": "^1.0.34",
86
- "eslint": "^10.4.1",
85
+ "designix": "^1.0.36",
86
+ "eslint": "^10.5.0",
87
87
  "eslint-config-prettier": "^10.1.8",
88
88
  "eslint-plugin-svelte": "^3.19.0",
89
- "globals": "^17.6.0",
89
+ "globals": "^17.7.0",
90
90
  "jsr": "^0.14.3",
91
- "npm-run-all2": "^9.0.1",
91
+ "npm-run-all2": "^9.0.2",
92
92
  "prettier": "^3.8.4",
93
- "prettier-plugin-svelte": "^4.1.0",
93
+ "prettier-plugin-svelte": "^4.1.1",
94
94
  "publint": "^0.3.21",
95
95
  "rimraf": "^6.1.3",
96
- "sass": "^1.100.0",
96
+ "sass": "^1.101.0",
97
97
  "svelte": "^5.56.3",
98
98
  "svelte-check": "^4.6.0",
99
99
  "typescript": "^6.0.3",
100
- "typescript-eslint": "^8.61.0",
100
+ "typescript-eslint": "^8.62.0",
101
101
  "vite": "^8.0.16",
102
- "vitest": "^4.1.8"
102
+ "vitest": "^4.1.9"
103
103
  }
104
104
  }