Skip to content

Commit e277056

Browse files
implicit imports
1 parent ad4737c commit e277056

File tree

92 files changed

+267
-215
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+267
-215
lines changed

app/assets/geode_objects.js

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
import BRep from "@ogw_f/assets/img/geode_objects/BRep.svg"
2-
import CrossSection from "@ogw_f/assets/img/geode_objects/CrossSection.svg"
3-
import EdgedCurve2D from "@ogw_f/assets/img/geode_objects/EdgedCurve2D.svg"
4-
import EdgedCurve3D from "@ogw_f/assets/img/geode_objects/EdgedCurve3D.svg"
5-
import Graph from "@ogw_f/assets/img/geode_objects/Graph.svg"
6-
import HybridSolid3D from "@ogw_f/assets/img/geode_objects/HybridSolid3D.svg"
7-
import ImplicitCrossSection from "@ogw_f/assets/img/geode_objects/ImplicitCrossSection.svg"
8-
import ImplicitStructuralModel from "@ogw_f/assets/img/geode_objects/ImplicitStructuralModel.svg"
9-
import LightRegularGrid2D from "@ogw_f/assets/img/geode_objects/LightRegularGrid2D.svg"
10-
import LightRegularGrid3D from "@ogw_f/assets/img/geode_objects/LightRegularGrid3D.svg"
11-
import PointSet2D from "@ogw_f/assets/img/geode_objects/PointSet2D.svg"
12-
import PointSet3D from "@ogw_f/assets/img/geode_objects/PointSet3D.svg"
13-
import PolygonalSurface2D from "@ogw_f/assets/img/geode_objects/PolygonalSurface2D.svg"
14-
import PolygonalSurface3D from "@ogw_f/assets/img/geode_objects/PolygonalSurface3D.svg"
15-
import PolyhedralSolid3D from "@ogw_f/assets/img/geode_objects/PolyhedralSolid3D.svg"
16-
import RasterImage2D from "@ogw_f/assets/img/geode_objects/RasterImage2D.svg"
17-
import RasterImage3D from "@ogw_f/assets/img/geode_objects/RasterImage3D.svg"
18-
import RegularGrid2D from "@ogw_f/assets/img/geode_objects/RegularGrid2D.svg"
19-
import RegularGrid3D from "@ogw_f/assets/img/geode_objects/RegularGrid3D.svg"
20-
import Section from "@ogw_f/assets/img/geode_objects/Section.svg"
21-
import StructuralModel from "@ogw_f/assets/img/geode_objects/StructuralModel.svg"
22-
import TetrahedralSolid3D from "@ogw_f/assets/img/geode_objects/TetrahedralSolid3D.svg"
23-
import TriangulatedSurface2D from "@ogw_f/assets/img/geode_objects/TriangulatedSurface2D.svg"
24-
import TriangulatedSurface3D from "@ogw_f/assets/img/geode_objects/TriangulatedSurface3D.svg"
25-
import VertexSet from "@ogw_f/assets/img/geode_objects/VertexSet.svg"
1+
import BRep from "@ogw_front/assets/img/geode_objects/BRep.svg"
2+
import CrossSection from "@ogw_front/assets/img/geode_objects/CrossSection.svg"
3+
import EdgedCurve2D from "@ogw_front/assets/img/geode_objects/EdgedCurve2D.svg"
4+
import EdgedCurve3D from "@ogw_front/assets/img/geode_objects/EdgedCurve3D.svg"
5+
import Graph from "@ogw_front/assets/img/geode_objects/Graph.svg"
6+
import HybridSolid3D from "@ogw_front/assets/img/geode_objects/HybridSolid3D.svg"
7+
import ImplicitCrossSection from "@ogw_front/assets/img/geode_objects/ImplicitCrossSection.svg"
8+
import ImplicitStructuralModel from "@ogw_front/assets/img/geode_objects/ImplicitStructuralModel.svg"
9+
import LightRegularGrid2D from "@ogw_front/assets/img/geode_objects/LightRegularGrid2D.svg"
10+
import LightRegularGrid3D from "@ogw_front/assets/img/geode_objects/LightRegularGrid3D.svg"
11+
import PointSet2D from "@ogw_front/assets/img/geode_objects/PointSet2D.svg"
12+
import PointSet3D from "@ogw_front/assets/img/geode_objects/PointSet3D.svg"
13+
import PolygonalSurface2D from "@ogw_front/assets/img/geode_objects/PolygonalSurface2D.svg"
14+
import PolygonalSurface3D from "@ogw_front/assets/img/geode_objects/PolygonalSurface3D.svg"
15+
import PolyhedralSolid3D from "@ogw_front/assets/img/geode_objects/PolyhedralSolid3D.svg"
16+
import RasterImage2D from "@ogw_front/assets/img/geode_objects/RasterImage2D.svg"
17+
import RasterImage3D from "@ogw_front/assets/img/geode_objects/RasterImage3D.svg"
18+
import RegularGrid2D from "@ogw_front/assets/img/geode_objects/RegularGrid2D.svg"
19+
import RegularGrid3D from "@ogw_front/assets/img/geode_objects/RegularGrid3D.svg"
20+
import Section from "@ogw_front/assets/img/geode_objects/Section.svg"
21+
import StructuralModel from "@ogw_front/assets/img/geode_objects/StructuralModel.svg"
22+
import TetrahedralSolid3D from "@ogw_front/assets/img/geode_objects/TetrahedralSolid3D.svg"
23+
import TriangulatedSurface2D from "@ogw_front/assets/img/geode_objects/TriangulatedSurface2D.svg"
24+
import TriangulatedSurface3D from "@ogw_front/assets/img/geode_objects/TriangulatedSurface3D.svg"
25+
import VertexSet from "@ogw_front/assets/img/geode_objects/VertexSet.svg"
2626

2727
const geode_objects = {
2828
BRep: {

app/components/ExtensionSelector.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656

5757
<script setup>
5858
import schemas from "@geode/opengeodeweb-back/opengeodeweb_back_schemas.json"
59+
60+
import FetchingData from "./FetchingData.vue"
61+
5962
const schema = schemas.opengeodeweb_back.geode_objects_and_output_extensions
6063
const emit = defineEmits([
6164
"update_values",

app/components/HybridRenderingView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</template>
1616

1717
<script setup>
18-
import VeaseViewToolbar from "@ogw_f/components/VeaseViewToolbar.vue"
18+
import VeaseViewToolbar from "@ogw_front/components/VeaseViewToolbar.vue"
1919
2020
const emit = defineEmits(["click"])
2121

app/components/Launcher.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</template>
1919

2020
<script setup>
21-
import Status from "@ogw_f/utils/status.js"
21+
import Status from "@ogw_front/utils/status.js"
2222
import Loading from "./Loading.vue"
2323
import Recaptcha from "./Recaptcha.vue"
2424

app/components/Loading.vue

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@
2525
</template>
2626

2727
<script setup>
28-
import ying_yang from "@ogw_f/assets/img/energy_sobriety/ying_yang.png"
29-
import chemin from "@ogw_f/assets/img/energy_sobriety/chemin.png"
30-
import vert from "@ogw_f/assets/img/energy_sobriety/vert.png"
31-
import lampadaire from "@ogw_f/assets/img/energy_sobriety/lampadaire.png"
32-
import collegue from "@ogw_f/assets/img/energy_sobriety/collegue.png"
33-
import sobene from "@ogw_f/assets/img/energy_sobriety/sobene.png"
34-
import etincelle from "@ogw_f/assets/img/energy_sobriety/etincelle.png"
35-
import geste from "@ogw_f/assets/img/energy_sobriety/geste.png"
36-
import socle from "@ogw_f/assets/img/energy_sobriety/socle.png"
37-
import derniere from "@ogw_f/assets/img/energy_sobriety/derniere.png"
38-
import salon from "@ogw_f/assets/img/energy_sobriety/salon.png"
28+
import ying_yang from "@ogw_front/assets/img/energy_sobriety/ying_yang.png"
29+
import chemin from "@ogw_front/assets/img/energy_sobriety/chemin.png"
30+
import vert from "@ogw_front/assets/img/energy_sobriety/vert.png"
31+
import lampadaire from "@ogw_front/assets/img/energy_sobriety/lampadaire.png"
32+
import collegue from "@ogw_front/assets/img/energy_sobriety/collegue.png"
33+
import sobene from "@ogw_front/assets/img/energy_sobriety/sobene.png"
34+
import etincelle from "@ogw_front/assets/img/energy_sobriety/etincelle.png"
35+
import geste from "@ogw_front/assets/img/energy_sobriety/geste.png"
36+
import socle from "@ogw_front/assets/img/energy_sobriety/socle.png"
37+
import derniere from "@ogw_front/assets/img/energy_sobriety/derniere.png"
38+
import salon from "@ogw_front/assets/img/energy_sobriety/salon.png"
3939
4040
import Carousel from "./Carousel.vue"
4141

app/components/ObjectSelector.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
</template>
5050

5151
<script setup>
52-
import geode_objects from "@ogw_f/assets/geode_objects"
52+
import geode_objects from "@ogw_front/assets/geode_objects"
5353
import schemas from "@geode/opengeodeweb-back/opengeodeweb_back_schemas.json"
5454
5555
import FetchingData from "./FetchingData.vue"

app/components/PackagesVersions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</template>
2020

2121
<script setup>
22-
import Status from "@ogw_f/utils/status.js"
22+
import Status from "@ogw_front/utils/status.js"
2323
2424
const props = defineProps({
2525
schema: { type: Object, required: true },

app/components/Recaptcha.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</template>
4040

4141
<script setup>
42-
import { appMode } from "@ogw_f/utils/app_mode.js"
42+
import { appMode } from "@ogw_front/utils/app_mode.js"
4343
4444
const props = defineProps({
4545
button_label: {

app/components/RemoteRenderingView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import vtkRemoteView from "@kitware/vtk.js/Rendering/Misc/RemoteView"
2525
import { useElementSize, useWindowSize } from "@vueuse/core"
2626
import viewer_schemas from "@geode/opengeodeweb-viewer/opengeodeweb_viewer_schemas.json"
27-
import Status from "@ogw_f/utils/status.js"
27+
import Status from "@ogw_front/utils/status.js"
2828
2929
import ViewToolbar from "./ViewToolbar.vue"
3030

app/components/Stepper.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</template>
1515

1616
<script setup>
17-
import Step from "@ogw_f/components/Step.vue"
17+
import Step from "@ogw_front/components/Step.vue"
1818
1919
const stepper_tree = inject("stepper_tree")
2020
const { steps, current_step_index } = toRefs(stepper_tree)

0 commit comments

Comments
 (0)