@geode/opengeodeweb-front 6.0.0-rc.1 → 6.0.0-rc.3

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.
@@ -50,7 +50,8 @@
50
50
  </template>
51
51
 
52
52
  <script setup>
53
- import schema from "@geode/opengeodeweb-front/assets/schemas/ExtensionSelector.json"
53
+ import schema from "@/assets/schemas/ExtensionSelector.json"
54
+
54
55
  const emit = defineEmits([
55
56
  "update_values",
56
57
  "increment_step",
@@ -8,7 +8,8 @@
8
8
  </template>
9
9
 
10
10
  <script setup>
11
- import schema from "@geode/opengeodeweb-front/assets/schemas/FileSelector.json"
11
+ import schema from "@/assets/schemas/FileSelector.json"
12
+
12
13
  const emit = defineEmits([
13
14
  "update_values",
14
15
  "increment_step",
@@ -43,7 +43,8 @@
43
43
  </template>
44
44
 
45
45
  <script setup>
46
- import schema from "@geode/opengeodeweb-front/assets/schemas/MissingFilesSelector.json"
46
+ import schema from "@/assets/schemas/MissingFilesSelector.json"
47
+
47
48
  const emit = defineEmits([
48
49
  "update_values",
49
50
  "increment_step",
@@ -32,7 +32,7 @@
32
32
 
33
33
  <script setup>
34
34
  import geode_objects from "@/assets/geode_objects"
35
- import schema from "@geode/opengeodeweb-front/assets/schemas/ObjectSelector.json"
35
+ import schema from "@/assets/schemas/ObjectSelector.json"
36
36
 
37
37
  const emit = defineEmits(["update_values", "increment_step"])
38
38
 
@@ -13,7 +13,6 @@
13
13
 
14
14
  <script setup>
15
15
  import { VueRecaptcha } from "vue-recaptcha"
16
-
17
16
  const cloud_store = use_cloud_store()
18
17
  const { is_captcha_validated } = storeToRefs(cloud_store)
19
18
 
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "description": "OpenSource Vue/Vuetify framework for web applications",
21
21
  "type": "module",
22
- "version": "6.0.0-rc.1",
22
+ "version": "6.0.0-rc.3",
23
23
  "main": "./nuxt.config.js",
24
24
  "dependencies": {
25
25
  "@kitware/vtk.js": "^29.1.1",
@@ -7,7 +7,7 @@ import SmartConnect from "wslink/src/SmartConnect"
7
7
 
8
8
  import "@kitware/vtk.js/Rendering/OpenGL/Profiles/Geometry"
9
9
  import { connectImageStream } from "@kitware/vtk.js/Rendering/Misc/RemoteView"
10
- import protocols from "@/protocols"
10
+ import protocols from "@/utils"
11
11
 
12
12
  // Bind vtkWSLinkClient to our SmartConnect
13
13
  vtkWSLinkClient.setSmartConnectClass(SmartConnect)
File without changes
File without changes