@geode/opengeodeweb-front 10.10.1 → 10.10.2-rc.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geode/opengeodeweb-front",
3
- "version": "10.10.1",
3
+ "version": "10.10.2-rc.1",
4
4
  "description": "OpenSource Vue/Nuxt/Pinia/Vuetify framework for web applications",
5
5
  "homepage": "https://github.com/Geode-solutions/OpenGeodeWeb-Front",
6
6
  "bugs": {
@@ -34,8 +34,8 @@
34
34
  "build": ""
35
35
  },
36
36
  "dependencies": {
37
- "@geode/opengeodeweb-back": "latest",
38
- "@geode/opengeodeweb-viewer": "latest",
37
+ "@geode/opengeodeweb-back": "next",
38
+ "@geode/opengeodeweb-viewer": "next",
39
39
  "@kitware/vtk.js": "33.3.0",
40
40
  "@mdi/font": "7.4.47",
41
41
  "@pinia/nuxt": "0.11.3",
@@ -1,5 +1,5 @@
1
1
  // Third party imports
2
- import { afterEach, beforeEach, describe, expect, test, vi } from "vitest";
2
+ import { afterAll, beforeAll, describe, expect, test, vi } from "vitest";
3
3
  import viewer_schemas from "@geode/opengeodeweb-viewer/opengeodeweb_viewer_schemas.json" with { type: "json" };
4
4
 
5
5
  // Local imports
@@ -20,14 +20,14 @@ const cell_attribute = { name: "RGB_data" };
20
20
  let id = "",
21
21
  projectFolderPath = "";
22
22
 
23
- beforeEach(async () => {
23
+ beforeAll(async () => {
24
24
  id = "";
25
25
  projectFolderPath = "";
26
26
  ({ id, projectFolderPath } = await setupIntegrationTests(file_name, geode_object));
27
27
  }, INTERVAL_TIMEOUT);
28
28
 
29
- afterEach(async () => {
30
- console.log("afterEach mesh cells kill", projectFolderPath);
29
+ afterAll(async () => {
30
+ console.log("afterAll mesh cells kill", projectFolderPath);
31
31
  await cleanupBackend(projectFolderPath);
32
32
  });
33
33
 
@@ -1,5 +1,5 @@
1
1
  // Third party imports
2
- import { afterEach, beforeEach, describe, expect, test, vi } from "vitest";
2
+ import { afterAll, beforeAll, describe, expect, test, vi } from "vitest";
3
3
  import viewer_schemas from "@geode/opengeodeweb-viewer/opengeodeweb_viewer_schemas.json" with { type: "json" };
4
4
 
5
5
  // Local imports
@@ -20,12 +20,12 @@ const edge_attribute = { name: "edge_attribute" };
20
20
  let id = "",
21
21
  projectFolderPath = "";
22
22
 
23
- beforeEach(async () => {
23
+ beforeAll(async () => {
24
24
  ({ id, projectFolderPath } = await setupIntegrationTests(file_name, geode_object));
25
25
  }, INTERVAL_TIMEOUT);
26
26
 
27
- afterEach(async () => {
28
- console.log("afterEach mesh edges kill", projectFolderPath);
27
+ afterAll(async () => {
28
+ console.log("afterAll mesh edges kill", projectFolderPath);
29
29
  await cleanupBackend(projectFolderPath);
30
30
  });
31
31
 
@@ -1,5 +1,5 @@
1
1
  // Third party imports
2
- import { afterEach, beforeEach, describe, expect, test, vi } from "vitest";
2
+ import { afterAll, beforeAll, describe, expect, test, vi } from "vitest";
3
3
  import viewer_schemas from "@geode/opengeodeweb-viewer/opengeodeweb_viewer_schemas.json" with { type: "json" };
4
4
 
5
5
  // Local imports
@@ -18,12 +18,12 @@ const geode_object = "RegularGrid3D";
18
18
  let id = "",
19
19
  projectFolderPath = "";
20
20
 
21
- beforeEach(async () => {
21
+ beforeAll(async () => {
22
22
  ({ id, projectFolderPath } = await setupIntegrationTests(file_name, geode_object));
23
23
  }, INTERVAL_TIMEOUT);
24
24
 
25
- afterEach(async () => {
26
- console.log("afterEach mesh index kill", projectFolderPath);
25
+ afterAll(async () => {
26
+ console.log("afterAll mesh index kill", projectFolderPath);
27
27
  await cleanupBackend(projectFolderPath);
28
28
  });
29
29
 
@@ -1,5 +1,5 @@
1
1
  // Third party imports
2
- import { afterEach, beforeEach, describe, expect, test, vi } from "vitest";
2
+ import { afterAll, beforeAll, describe, expect, test, vi } from "vitest";
3
3
  import viewer_schemas from "@geode/opengeodeweb-viewer/opengeodeweb_viewer_schemas.json" with { type: "json" };
4
4
 
5
5
  // Local imports
@@ -19,12 +19,12 @@ const vertex_attribute = { name: "points" };
19
19
  let id = "",
20
20
  projectFolderPath = "";
21
21
 
22
- beforeEach(async () => {
22
+ beforeAll(async () => {
23
23
  ({ id, projectFolderPath } = await setupIntegrationTests(file_name, geode_object));
24
24
  }, INTERVAL_TIMEOUT);
25
25
 
26
- afterEach(async () => {
27
- console.log("afterEach mesh points kill", projectFolderPath);
26
+ afterAll(async () => {
27
+ console.log("afterAll mesh points kill", projectFolderPath);
28
28
  await cleanupBackend(projectFolderPath);
29
29
  });
30
30
 
@@ -1,5 +1,5 @@
1
1
  // Third party imports
2
- import { afterEach, beforeEach, describe, expect, test, vi } from "vitest";
2
+ import { afterAll, beforeAll, describe, expect, test, vi } from "vitest";
3
3
  import viewer_schemas from "@geode/opengeodeweb-viewer/opengeodeweb_viewer_schemas.json" with { type: "json" };
4
4
 
5
5
  // Local imports
@@ -20,12 +20,12 @@ const polygon_attribute = { name: "test_attribute" };
20
20
  let id = "",
21
21
  projectFolderPath = "";
22
22
 
23
- beforeEach(async () => {
23
+ beforeAll(async () => {
24
24
  ({ id, projectFolderPath } = await setupIntegrationTests(file_name, geode_object));
25
25
  }, INTERVAL_TIMEOUT);
26
26
 
27
- afterEach(async () => {
28
- console.log("afterEach mesh polygons kill", projectFolderPath);
27
+ afterAll(async () => {
28
+ console.log("afterAll mesh polygons kill", projectFolderPath);
29
29
  await cleanupBackend(projectFolderPath);
30
30
  });
31
31
 
@@ -1,5 +1,5 @@
1
1
  // Third party imports
2
- import { afterEach, beforeEach, describe, expect, test, vi } from "vitest";
2
+ import { afterAll, beforeAll, describe, expect, test, vi } from "vitest";
3
3
  import viewer_schemas from "@geode/opengeodeweb-viewer/opengeodeweb_viewer_schemas.json" with { type: "json" };
4
4
 
5
5
  // Local imports
@@ -20,12 +20,12 @@ const polyhedron_attribute = { name: "toto_on_polyhedra" };
20
20
  let id = "",
21
21
  projectFolderPath = "";
22
22
 
23
- beforeEach(async () => {
23
+ beforeAll(async () => {
24
24
  ({ id, projectFolderPath } = await setupIntegrationTests(file_name, geode_object));
25
25
  }, INTERVAL_TIMEOUT);
26
26
 
27
- afterEach(async () => {
28
- console.log("afterEach mesh cells kill", projectFolderPath);
27
+ afterAll(async () => {
28
+ console.log("afterAll mesh cells kill", projectFolderPath);
29
29
  await cleanupBackend(projectFolderPath);
30
30
  });
31
31
 
@@ -1,5 +1,5 @@
1
1
  // Third party imports
2
- import { afterEach, beforeEach, describe, expect, test, vi } from "vitest";
2
+ import { afterAll, beforeAll, describe, expect, test, vi } from "vitest";
3
3
  import viewer_schemas from "@geode/opengeodeweb-viewer/opengeodeweb_viewer_schemas.json" with { type: "json" };
4
4
 
5
5
  // Local imports
@@ -27,12 +27,12 @@ function sleep(milliseconds) {
27
27
  let id = "",
28
28
  projectFolderPath = "";
29
29
 
30
- beforeEach(async () => {
30
+ beforeAll(async () => {
31
31
  ({ id, projectFolderPath } = await setupIntegrationTests(file_name, geode_object));
32
32
  }, INTERVAL_TIMEOUT);
33
33
 
34
- afterEach(async () => {
35
- console.log("afterEach model blocks kill", projectFolderPath);
34
+ afterAll(async () => {
35
+ console.log("afterAll model blocks kill", projectFolderPath);
36
36
  await cleanupBackend(projectFolderPath);
37
37
  });
38
38
 
@@ -1,5 +1,5 @@
1
1
  // Third party imports
2
- import { afterEach, beforeEach, describe, expect, test, vi } from "vitest";
2
+ import { afterAll, beforeAll, describe, expect, test, vi } from "vitest";
3
3
  import viewer_schemas from "@geode/opengeodeweb-viewer/opengeodeweb_viewer_schemas.json" with { type: "json" };
4
4
 
5
5
  // Local imports
@@ -27,12 +27,12 @@ function sleep(milliseconds) {
27
27
  let id = "",
28
28
  projectFolderPath = "";
29
29
 
30
- beforeEach(async () => {
30
+ beforeAll(async () => {
31
31
  ({ id, projectFolderPath } = await setupIntegrationTests(file_name, geode_object));
32
32
  }, INTERVAL_TIMEOUT);
33
33
 
34
- afterEach(async () => {
35
- console.log("afterEach model corners kill", projectFolderPath);
34
+ afterAll(async () => {
35
+ console.log("afterAll model corners kill", projectFolderPath);
36
36
  await cleanupBackend(projectFolderPath);
37
37
  });
38
38
 
@@ -1,5 +1,5 @@
1
1
  // Third party imports
2
- import { afterEach, beforeEach, describe, expect, test, vi } from "vitest";
2
+ import { afterAll, beforeAll, describe, expect, test, vi } from "vitest";
3
3
  import viewer_schemas from "@geode/opengeodeweb-viewer/opengeodeweb_viewer_schemas.json" with { type: "json" };
4
4
 
5
5
  // Local imports
@@ -26,12 +26,12 @@ function sleep(milliseconds) {
26
26
  let id = "",
27
27
  projectFolderPath = "";
28
28
 
29
- beforeEach(async () => {
29
+ beforeAll(async () => {
30
30
  ({ id, projectFolderPath } = await setupIntegrationTests(file_name, geode_object));
31
31
  }, INTERVAL_TIMEOUT);
32
32
 
33
- afterEach(async () => {
34
- console.log("afterEach model edges kill", projectFolderPath);
33
+ afterAll(async () => {
34
+ console.log("afterAll model edges kill", projectFolderPath);
35
35
  await cleanupBackend(projectFolderPath);
36
36
  });
37
37
 
@@ -1,5 +1,5 @@
1
1
  // Third party imports
2
- import { afterEach, beforeEach, describe, expect, test, vi } from "vitest";
2
+ import { afterAll, beforeAll, describe, expect, test, vi } from "vitest";
3
3
  import viewer_schemas from "@geode/opengeodeweb-viewer/opengeodeweb_viewer_schemas.json" with { type: "json" };
4
4
 
5
5
  // Local imports
@@ -26,12 +26,12 @@ function sleep(milliseconds) {
26
26
  let id = "",
27
27
  projectFolderPath = "";
28
28
 
29
- beforeEach(async () => {
29
+ beforeAll(async () => {
30
30
  ({ id, projectFolderPath } = await setupIntegrationTests(file_name, geode_object));
31
31
  }, INTERVAL_TIMEOUT);
32
32
 
33
- afterEach(async () => {
34
- console.log("afterEach model kill", projectFolderPath);
33
+ afterAll(async () => {
34
+ console.log("afterAll model kill", projectFolderPath);
35
35
  await cleanupBackend(projectFolderPath);
36
36
  });
37
37
 
@@ -1,5 +1,5 @@
1
1
  // Third party imports
2
- import { afterEach, beforeEach, describe, expect, test, vi } from "vitest";
2
+ import { afterAll, beforeAll, describe, expect, test, vi } from "vitest";
3
3
  import viewer_schemas from "@geode/opengeodeweb-viewer/opengeodeweb_viewer_schemas.json" with { type: "json" };
4
4
 
5
5
  // Local imports
@@ -27,11 +27,11 @@ function sleep(milliseconds) {
27
27
  let id = "",
28
28
  projectFolderPath = "";
29
29
 
30
- beforeEach(async () => {
30
+ beforeAll(async () => {
31
31
  ({ id, projectFolderPath } = await setupIntegrationTests(file_name, geode_object));
32
32
  }, INTERVAL_TIMEOUT);
33
- afterEach(async () => {
34
- console.log("afterEach model lines kill", projectFolderPath);
33
+ afterAll(async () => {
34
+ console.log("afterAll model lines kill", projectFolderPath);
35
35
  await cleanupBackend(projectFolderPath);
36
36
  });
37
37
 
@@ -1,5 +1,5 @@
1
1
  // Third party imports
2
- import { afterEach, beforeEach, describe, expect, test, vi } from "vitest";
2
+ import { afterAll, beforeAll, describe, expect, test, vi } from "vitest";
3
3
  import viewer_schemas from "@geode/opengeodeweb-viewer/opengeodeweb_viewer_schemas.json" with { type: "json" };
4
4
 
5
5
  // Local imports
@@ -26,12 +26,12 @@ function sleep(milliseconds) {
26
26
  let id = "",
27
27
  projectFolderPath = "";
28
28
 
29
- beforeEach(async () => {
29
+ beforeAll(async () => {
30
30
  ({ id, projectFolderPath } = await setupIntegrationTests(file_name, geode_object));
31
31
  }, INTERVAL_TIMEOUT);
32
32
 
33
- afterEach(async () => {
34
- console.log("afterEach model points kill", projectFolderPath);
33
+ afterAll(async () => {
34
+ console.log("afterAll model points kill", projectFolderPath);
35
35
  await cleanupBackend(projectFolderPath);
36
36
  });
37
37
 
@@ -1,5 +1,5 @@
1
1
  // Third party imports
2
- import { afterEach, beforeEach, describe, expect, test, vi } from "vitest";
2
+ import { afterAll, beforeAll, describe, expect, test, vi } from "vitest";
3
3
  import viewer_schemas from "@geode/opengeodeweb-viewer/opengeodeweb_viewer_schemas.json" with { type: "json" };
4
4
 
5
5
  // Local imports
@@ -27,12 +27,12 @@ function sleep(milliseconds) {
27
27
  let id = "",
28
28
  projectFolderPath = "";
29
29
 
30
- beforeEach(async () => {
30
+ beforeAll(async () => {
31
31
  ({ id, projectFolderPath } = await setupIntegrationTests(file_name, geode_object));
32
32
  }, INTERVAL_TIMEOUT);
33
33
 
34
- afterEach(async () => {
35
- console.log("afterEach model surfaces kill", projectFolderPath);
34
+ afterAll(async () => {
35
+ console.log("afterAll model surfaces kill", projectFolderPath);
36
36
  await cleanupBackend(projectFolderPath);
37
37
  });
38
38
  describe("model surfaces", () => {
@@ -1,7 +1,7 @@
1
1
  // Global imports
2
2
 
3
3
  // Third party imports
4
- import { afterEach, beforeEach, describe, expect, test } from "vitest";
4
+ import { afterAll, beforeAll, describe, expect, test } from "vitest";
5
5
  import opengeodeweb_viewer_schemas from "@geode/opengeodeweb-viewer/opengeodeweb_viewer_schemas.json";
6
6
 
7
7
  // Local imports
@@ -15,12 +15,12 @@ const CONNECT_TIMEOUT = 25_000;
15
15
 
16
16
  let projectFolderPath = "";
17
17
 
18
- beforeEach(async () => {
18
+ beforeAll(async () => {
19
19
  setupActivePinia();
20
20
  ({ projectFolderPath } = await runMicroservices());
21
21
  });
22
22
 
23
- afterEach(async () => {
23
+ afterAll(async () => {
24
24
  await cleanupBackend(projectFolderPath);
25
25
  });
26
26