@geode/opengeodeweb-front 10.13.2-rc.3 → 10.13.2

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.
@@ -22,7 +22,7 @@ const { steps, current_step_index } = toRefs(stepper_tree);
22
22
  @update:model-value="current_step_index = $event - 1"
23
23
  flat
24
24
  non-linear
25
- class="pa-0 ma-0 bg-transparent rounded-xl overflow-hidden custom-stepper flex-grow-1"
25
+ class="pa-0 ma-0 bg-transparent rounded-xl overflow-y-auto custom-stepper flex-grow-1"
26
26
  >
27
27
  <Step
28
28
  v-for="(step, index) in steps"
@@ -2,7 +2,7 @@ import back_schemas from "@geode/opengeodeweb-back/opengeodeweb_back_schemas.jso
2
2
  import fileDownload from "js-file-download";
3
3
  import viewer_schemas from "@geode/opengeodeweb-viewer/opengeodeweb_viewer_schemas.json";
4
4
 
5
- import { importWorkflowFromSnapshot } from "@ogw_front/utils/file_import_workflow";
5
+ import { importWorkflowFromSnapshot } from "@ogw_front/utils/import_workflow";
6
6
 
7
7
  import { useAppStore } from "@ogw_front/stores/app";
8
8
  import { useDataStore } from "@ogw_front/stores/data";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geode/opengeodeweb-front",
3
- "version": "10.13.2-rc.3",
3
+ "version": "10.13.2",
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": "next",
38
- "@geode/opengeodeweb-viewer": "next",
37
+ "@geode/opengeodeweb-back": "latest",
38
+ "@geode/opengeodeweb-viewer": "latest",
39
39
  "@google-cloud/run": "3.2.0",
40
40
  "@kitware/vtk.js": "33.3.0",
41
41
  "@mdi/font": "7.4.47",
@@ -10,7 +10,7 @@ import { addMicroserviceMetadatas, runBack, runViewer } from "@ogw_front/utils/l
10
10
  import { createPath, generateProjectFolderPath } from "@ogw_front/utils/local/path";
11
11
  import { Status } from "@ogw_front/utils/status";
12
12
  import { appMode } from "@ogw_front/utils/local/app_mode";
13
- import { importFile } from "@ogw_front/utils/file_import_workflow";
13
+ import { importFile } from "@ogw_front/utils/import_workflow";
14
14
  import { setupActivePinia } from "@ogw_tests/utils";
15
15
  import { useGeodeStore } from "@ogw_front/stores/geode";
16
16
  import { useInfraStore } from "@ogw_front/stores/infra";