@geode/opengeodeweb-front 6.2.1 → 6.3.0

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.
Files changed (87) hide show
  1. package/.github/workflows/CD.yml +6 -0
  2. package/assets/geode_objects.js +46 -46
  3. package/assets/img/geode_objects/{section.svg → Section.svg} +1 -1
  4. package/components/Carousel.vue +1 -5
  5. package/components/CrsSelector.vue +6 -4
  6. package/components/ExtensionSelector.vue +78 -77
  7. package/components/FileSelector.vue +6 -7
  8. package/components/FileUploader.vue +7 -6
  9. package/components/MissingFilesSelector.vue +25 -23
  10. package/components/ObjectSelector.vue +24 -18
  11. package/components/PackagesVersions.vue +24 -23
  12. package/components/Wrapper.vue +1 -8
  13. package/composables/api_fetch.js +8 -10
  14. package/composables/runFunctionIfCloudRunning.js +1 -2
  15. package/composables/upload_file.js +4 -1
  16. package/nuxt.config.js +29 -1
  17. package/package.json +30 -14
  18. package/stores/cloud.js +19 -8
  19. package/stores/geode.js +7 -5
  20. package/test/components/CrsSelector.nuxt.test.js +54 -0
  21. package/test/components/ErrorsBanner.nuxt.test.js +46 -0
  22. package/test/components/ErrorsSnackers.nuxt.test.js +37 -0
  23. package/test/components/ExtensionSelector.nuxt.test.js +52 -0
  24. package/test/components/FileSelector.nuxt.test.js +60 -0
  25. package/test/components/FileUploader.nuxt.test.js +50 -0
  26. package/test/components/Launcher.nuxt.test.js +34 -0
  27. package/test/components/MissingFilesSelector.nuxt.test.js +67 -0
  28. package/test/components/ObjectSelector.nuxt.test.js +49 -0
  29. package/test/components/PackagesVersions.nuxt.test.js +45 -0
  30. package/test/components/Step.nuxt.test.js +58 -0
  31. package/test/components/Stepper.nuxt.test.js +58 -0
  32. package/test/components/Wrapper.nuxt.test.js +58 -0
  33. package/test/composables/api_fetch.nuxt.test.js +89 -0
  34. package/test/composables/runFunctionIfCloudRunning.nuxt.test.js +30 -0
  35. package/test/composables/upload_file.nuxt.test.js +51 -0
  36. package/test/stores/Cloud.nuxt.test.js +48 -0
  37. package/test/stores/Errors.test.js +36 -0
  38. package/test/stores/Geode.test.js +60 -0
  39. package/vitest.config.js +13 -0
  40. package/vuetify_config.js +22 -0
  41. package/assets/img/geode_objects/regular_grid.svg +0 -107
  42. package/assets/img/logos/LOGOMOSART-PME.png +0 -0
  43. package/assets/img/logos/logo-avenia.svg +0 -182
  44. package/assets/img/logos/logo_BSC.png +0 -0
  45. package/assets/img/logos/logo_DHI.png +0 -0
  46. package/assets/img/logos/logo_GSC.png +0 -0
  47. package/assets/img/logos/logo_NAOS.png +0 -0
  48. package/assets/img/logos/logo_UL.png +0 -0
  49. package/assets/img/logos/logo_arxitek.png +0 -0
  50. package/assets/img/logos/logo_banquiz.png +0 -0
  51. package/assets/img/logos/logo_cnrs.jpg +0 -0
  52. package/assets/img/logos/logo_earth_quick.jpg +0 -0
  53. package/assets/img/logos/logo_enerex.png +0 -0
  54. package/assets/img/logos/logo_geoliens.png +0 -0
  55. package/assets/img/logos/logo_georessources.jpg +0 -0
  56. package/assets/img/logos/logo_helioparc.svg +0 -182
  57. package/assets/img/logos/logo_pole_avenia.png +0 -0
  58. package/assets/img/logos/logo_region.png +0 -0
  59. package/assets/img/logos/logo_ring.png +0 -0
  60. package/assets/img/logos/logo_totalenergies.png +0 -0
  61. package/assets/schemas/CrsSelector.json +0 -12
  62. package/assets/schemas/ExtensionSelector.json +0 -15
  63. package/assets/schemas/FileSelector.json +0 -12
  64. package/assets/schemas/MissingFilesSelector.json +0 -15
  65. package/assets/schemas/ObjectSelector.json +0 -15
  66. package/components/Header.vue +0 -39
  67. /package/assets/img/geode_objects/{cross_section.svg → CrossSection.svg} +0 -0
  68. /package/assets/img/geode_objects/{edged_curve2d.svg → EdgedCurve2D.svg} +0 -0
  69. /package/assets/img/geode_objects/{edged_curve3d.svg → EdgedCurve3D.svg} +0 -0
  70. /package/assets/img/geode_objects/{edged_curve.svg → Graph.svg} +0 -0
  71. /package/assets/img/geode_objects/{hybrid_solid.svg → HybridSolid3D.svg} +0 -0
  72. /package/assets/img/geode_objects/{light_regular_grid2d.svg → LightRegularGrid2D.svg} +0 -0
  73. /package/assets/img/geode_objects/{light_regular_grid3d.svg → LightRegularGrid3D.svg} +0 -0
  74. /package/assets/img/geode_objects/{point_set2d.svg → PointSet2D.svg} +0 -0
  75. /package/assets/img/geode_objects/{point_set3d.svg → PointSet3D.svg} +0 -0
  76. /package/assets/img/geode_objects/{polygonal_surface2d.svg → PolygonalSurface2D.svg} +0 -0
  77. /package/assets/img/geode_objects/{polygonal_surface3d.svg → PolygonalSurface3D.svg} +0 -0
  78. /package/assets/img/geode_objects/{polyhedral_solid.svg → PolyhedralSolid3D.svg} +0 -0
  79. /package/assets/img/geode_objects/{raster_image2d.svg → RasterImage2D.svg} +0 -0
  80. /package/assets/img/geode_objects/{raster_image3d.svg → RasterImage3D.svg} +0 -0
  81. /package/assets/img/geode_objects/{regular_grid2d.svg → RegularGrid2D.svg} +0 -0
  82. /package/assets/img/geode_objects/{regular_grid3d.svg → RegularGrid3D.svg} +0 -0
  83. /package/assets/img/geode_objects/{structural_model.svg → StructuralModel.svg} +0 -0
  84. /package/assets/img/geode_objects/{tetrahedral_solid.svg → TetrahedralSolid3D.svg} +0 -0
  85. /package/assets/img/geode_objects/{triangulated_surface2d.svg → TriangulatedSurface2D.svg} +0 -0
  86. /package/assets/img/geode_objects/{triangulated_surface3d.svg → TriangulatedSurface3D.svg} +0 -0
  87. /package/assets/img/geode_objects/{vertex_set.svg → VertexSet.svg} +0 -0
@@ -1,182 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
-
4
- <svg
5
- xmlns:dc="http://purl.org/dc/elements/1.1/"
6
- xmlns:cc="http://creativecommons.org/ns#"
7
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
- xmlns:svg="http://www.w3.org/2000/svg"
9
- xmlns="http://www.w3.org/2000/svg"
10
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
- version="1.1"
13
- id="svg4810"
14
- xml:space="preserve"
15
- width="529.1333"
16
- height="196.536"
17
- viewBox="0 0 529.1333 196.536"
18
- sodipodi:docname="logo_helioparc.svg"
19
- inkscape:version="0.92.4 (unknown)"><metadata
20
- id="metadata4816"><rdf:RDF><cc:Work
21
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
22
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
23
- id="defs4814"><clipPath
24
- clipPathUnits="userSpaceOnUse"
25
- id="clipPath4840"><path
26
- d="M 0,147.402 H 396.85 V 0 H 0 Z"
27
- id="path4838"
28
- inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview
29
- pagecolor="#ffffff"
30
- bordercolor="#666666"
31
- borderopacity="1"
32
- objecttolerance="10"
33
- gridtolerance="10"
34
- guidetolerance="10"
35
- inkscape:pageopacity="0"
36
- inkscape:pageshadow="2"
37
- inkscape:window-width="1853"
38
- inkscape:window-height="1025"
39
- id="namedview4812"
40
- showgrid="false"
41
- inkscape:zoom="0.83910803"
42
- inkscape:cx="264.56665"
43
- inkscape:cy="98.267998"
44
- inkscape:window-x="67"
45
- inkscape:window-y="27"
46
- inkscape:window-maximized="1"
47
- inkscape:current-layer="g4818" /><g
48
- id="g4818"
49
- inkscape:groupmode="layer"
50
- inkscape:label="logo_helioparc"
51
- transform="matrix(1.3333333,0,0,-1.3333333,0,196.536)"><g
52
- id="g4820"
53
- transform="translate(118.8856,102.189)"><path
54
- d="m 0,0 h 7.498 v -10.55 h 8.458 V 0 h 7.498 v -28.336 h -7.498 v 11.247 H 7.498 V -28.336 H 0 Z"
55
- style="fill:#171a30;fill-opacity:1;fill-rule:nonzero;stroke:none"
56
- id="path4822"
57
- inkscape:connector-curvature="0" /></g><g
58
- id="g4824"
59
- transform="translate(157.7538,106.9845)"><path
60
- d="M 0,0 7.935,6.277 11.857,1.482 3.313,-3.749 Z m -5.842,-4.795 h 18.31 v -6.278 H 1.656 v -4.447 h 9.242 v -6.277 H 1.656 v -5.057 h 11.248 v -6.278 H -5.842 Z"
61
- style="fill:#171a30;fill-opacity:1;fill-rule:nonzero;stroke:none"
62
- id="path4826"
63
- inkscape:connector-curvature="0" /></g><g
64
- id="g4828"
65
- transform="translate(179.3632,102.189)"><path
66
- d="m 0,0 h 7.498 v -22.059 h 10.725 v -6.277 l -18.223,0 z"
67
- style="fill:#171a30;fill-opacity:1;fill-rule:nonzero;stroke:none"
68
- id="path4830"
69
- inkscape:connector-curvature="0" /></g><path
70
- d="m 206.325,102.189 h 7.498 V 73.853 h -7.498 z"
71
- style="fill:#171a30;fill-opacity:1;fill-rule:nonzero;stroke:none"
72
- id="path4832"
73
- inkscape:connector-curvature="0" /><g
74
- id="g4834"><g
75
- id="g4836"
76
- clip-path="url(#clipPath4840)"><g
77
- id="g4842"
78
- transform="translate(241.163,88.1514)"><path
79
- d="m 0,0 c 0,5.144 -2.092,8.109 -5.492,8.109 -3.401,0 -5.493,-2.965 -5.493,-8.109 0,-5.144 2.092,-8.37 5.493,-8.37 C -2.092,-8.37 0,-5.144 0,0 m -18.658,0 c 0,9.329 5.318,14.561 13.166,14.561 7.846,0 13.165,-5.275 13.165,-14.561 0,-9.329 -5.319,-14.822 -13.165,-14.822 -7.848,0 -13.166,5.493 -13.166,14.822"
80
- style="fill:#171a30;fill-opacity:1;fill-rule:nonzero;stroke:none"
81
- id="path4844"
82
- inkscape:connector-curvature="0" /></g><g
83
- id="g4846"
84
- transform="translate(267.7596,88.7618)"><path
85
- d="m 0,0 c 2.965,0 4.359,1.482 4.359,4.011 0,2.528 -1.656,3.488 -4.534,3.488 H -2.703 V 0 Z M -10.201,13.427 H 0.175 c 6.19,0 11.509,-2.267 11.509,-9.416 0,-6.932 -5.407,-9.94 -11.335,-9.94 h -3.052 v -8.98 h -7.498 z"
86
- style="fill:#171a30;fill-opacity:1;fill-rule:nonzero;stroke:none"
87
- id="path4848"
88
- inkscape:connector-curvature="0" /></g><path
89
- d="m 288.449,85.667 h 13.862 v -5.798 h -13.862 z m 2.441,16.522 h 9.068 l 8.632,-28.336 h -7.935 l -3.225,13.775 c -0.699,2.703 -1.396,6.147 -2.093,8.981 h -0.175 c -0.61,-2.877 -1.308,-6.278 -2.005,-8.981 l -3.226,-13.775 h -7.672 z"
90
- style="fill:#171a30;fill-opacity:1;fill-rule:nonzero;stroke:none"
91
- id="path4850"
92
- inkscape:connector-curvature="0" /><g
93
- id="g4852"
94
- transform="translate(324.705,85.3179)"><path
95
- d="m 0,0 5.057,4.97 9.198,-16.435 h -8.37 z m 0.828,3.967 c 2.965,0 4.534,1.308 4.534,3.749 0,2.441 -1.569,3.226 -4.534,3.226 H -1.875 V 3.967 Z M -9.373,16.871 H 1.352 c 6.102,0 11.334,-2.093 11.334,-9.155 0,-6.844 -5.232,-9.678 -11.334,-9.678 h -3.227 v -9.503 h -7.498 z"
96
- style="fill:#171a30;fill-opacity:1;fill-rule:nonzero;stroke:none"
97
- id="path4854"
98
- inkscape:connector-curvature="0" /></g><g
99
- id="g4856"
100
- transform="translate(345.66,87.8028)"><path
101
- d="m 0,0 c 0,9.503 6.539,14.909 13.688,14.909 3.749,0 6.801,-1.743 8.807,-3.749 L 18.571,6.365 c -1.394,1.22 -2.79,2.093 -4.708,2.093 -3.313,0 -6.19,-3.052 -6.19,-8.196 0,-5.319 2.441,-8.283 6.103,-8.283 2.18,0 3.923,1.133 5.144,2.441 l 3.924,-4.708 c -2.398,-2.79 -5.667,-4.185 -9.329,-4.185 C 6.277,-14.473 0,-9.678 0,0"
102
- style="fill:#171a30;fill-opacity:1;fill-rule:nonzero;stroke:none"
103
- id="path4858"
104
- inkscape:connector-curvature="0" /></g><g
105
- id="g4860"
106
- transform="translate(121.893,65.6641)"><path
107
- d="M 0,0 H -2.997 V 2.509 H 5.995 V 0 H 2.998 V -8.817 H 0 Z"
108
- style="fill:#171a30;fill-opacity:1;fill-rule:nonzero;stroke:none"
109
- id="path4862"
110
- inkscape:connector-curvature="0" /></g><g
111
- id="g4864"
112
- transform="translate(134.0844,68.1729)"><path
113
- d="M 0,0 H 7.318 V -2.509 H 2.997 v -1.777 h 3.694 v -2.51 H 2.997 v -2.021 h 4.496 v -2.509 H 0 Z"
114
- style="fill:#171a30;fill-opacity:1;fill-rule:nonzero;stroke:none"
115
- id="path4866"
116
- inkscape:connector-curvature="0" /></g><g
117
- id="g4868"
118
- transform="translate(147.5004,62.4229)"><path
119
- d="m 0,0 c 0,3.799 2.614,5.96 5.472,5.96 1.499,0 2.718,-0.697 3.52,-1.499 L 7.424,2.544 C 6.866,3.032 6.309,3.381 5.541,3.381 c -1.324,0 -2.474,-1.22 -2.474,-3.277 0,-2.125 0.976,-3.31 2.44,-3.31 0.871,0 1.568,0.453 2.055,0.976 L 9.131,-4.112 C 8.173,-5.228 6.866,-5.785 5.402,-5.785 2.51,-5.785 0,-3.868 0,0"
120
- style="fill:#171a30;fill-opacity:1;fill-rule:nonzero;stroke:none"
121
- id="path4870"
122
- inkscape:connector-curvature="0" /></g><g
123
- id="g4872"
124
- transform="translate(162.6351,68.1729)"><path
125
- d="M 0,0 H 2.997 V -4.217 H 6.378 V 0 H 9.375 V -11.326 H 6.378 V -6.83 H 2.997 v -4.496 H 0 Z"
126
- style="fill:#171a30;fill-opacity:1;fill-rule:nonzero;stroke:none"
127
- id="path4874"
128
- inkscape:connector-curvature="0" /></g><g
129
- id="g4876"
130
- transform="translate(178.9349,68.1729)"><path
131
- d="m 0,0 h 3.066 l 2.51,-5.053 1.08,-2.544 h 0.07 C 6.587,-6.377 6.343,-4.67 6.343,-3.275 V 0 H 9.2 V -11.326 H 6.134 l -2.51,5.071 -1.08,2.526 H 2.475 c 0.138,-1.29 0.382,-2.927 0.382,-4.321 v -3.276 H 0 Z"
132
- style="fill:#171a30;fill-opacity:1;fill-rule:nonzero;stroke:none"
133
- id="path4878"
134
- inkscape:connector-curvature="0" /></g><g
135
- id="g4880"
136
- transform="translate(202.1635,62.5626)"><path
137
- d="m 0,0 c 0,2.056 -0.836,3.241 -2.195,3.241 -1.36,0 -2.196,-1.185 -2.196,-3.241 0,-2.057 0.836,-3.346 2.196,-3.346 C -0.836,-3.346 0,-2.057 0,0 m -7.458,0 c 0,3.729 2.126,5.82 5.263,5.82 3.136,0 5.262,-2.109 5.262,-5.82 0,-3.729 -2.126,-5.925 -5.262,-5.925 -3.137,0 -5.263,2.196 -5.263,5.925"
138
- style="fill:#171a30;fill-opacity:1;fill-rule:nonzero;stroke:none"
139
- id="path4882"
140
- inkscape:connector-curvature="0" /></g><g
141
- id="g4884"
142
- transform="translate(215.8871,62.8067)"><path
143
- d="m 0,0 c 1.186,0 1.743,0.592 1.743,1.603 0,1.01 -0.663,1.394 -1.812,1.394 H -1.08 L -1.08,0 Z M -4.077,5.366 H 0.07 c 2.474,0 4.6,-0.905 4.6,-3.763 0,-2.771 -2.16,-3.973 -4.53,-3.973 h -1.22 v -3.59 h -2.997 z"
144
- style="fill:#171a30;fill-opacity:1;fill-rule:nonzero;stroke:none"
145
- id="path4886"
146
- inkscape:connector-curvature="0" /></g><g
147
- id="g4888"
148
- transform="translate(234.0394,62.5626)"><path
149
- d="m 0,0 c 0,2.056 -0.836,3.241 -2.195,3.241 -1.36,0 -2.196,-1.185 -2.196,-3.241 0,-2.057 0.836,-3.346 2.196,-3.346 C -0.836,-3.346 0,-2.057 0,0 m -7.458,0 c 0,3.729 2.126,5.82 5.263,5.82 3.136,0 5.262,-2.109 5.262,-5.82 0,-3.729 -2.126,-5.925 -5.262,-5.925 -3.137,0 -5.263,2.196 -5.263,5.925"
150
- style="fill:#171a30;fill-opacity:1;fill-rule:nonzero;stroke:none"
151
- id="path4890"
152
- inkscape:connector-curvature="0" /></g><g
153
- id="g4892"
154
- transform="translate(243.6849,68.1729)"><path
155
- d="m 0,0 h 2.997 v -8.817 h 4.286 v -2.509 H 0 Z"
156
- style="fill:#171a30;fill-opacity:1;fill-rule:nonzero;stroke:none"
157
- id="path4894"
158
- inkscape:connector-curvature="0" /></g><g
159
- id="g4896"
160
- transform="translate(257.5492,68.1729)"><path
161
- d="M 0,0 H 7.318 V -2.509 H 2.997 v -1.777 h 3.694 v -2.51 H 2.997 v -2.021 h 4.496 v -2.509 H 0 Z"
162
- style="fill:#171a30;fill-opacity:1;fill-rule:nonzero;stroke:none"
163
- id="path4898"
164
- inkscape:connector-curvature="0" /></g><g
165
- id="g4900"
166
- transform="translate(73.7011,96.378)"><path
167
- d="m 0,0 h 19.842 0.001 c 1.566,0 2.834,1.269 2.834,2.834 v 19.843 z"
168
- style="fill:#171a30;fill-opacity:1;fill-rule:nonzero;stroke:none"
169
- id="path4902"
170
- inkscape:connector-curvature="0" /></g><g
171
- id="g4904"
172
- transform="translate(51.0238,119.055)"><path
173
- d="m 0,0 -19.814,-19.842 c -1.78,-2.002 -2.863,-4.638 -2.863,-7.528 v -63.338 0 h 17.999 c 3.047,0 5.807,1.209 7.844,3.165 l 19.511,19.512 H 0 Z"
174
- style="fill:#171a30;fill-opacity:1;fill-rule:nonzero;stroke:none"
175
- id="path4906"
176
- inkscape:connector-curvature="0" /></g><g
177
- id="g4908"
178
- transform="translate(73.7011,70.9171)"><path
179
- d="M 0,0 V -19.893 L 22.677,2.784 H 2.784 C 1.253,2.784 0,1.531 0,0"
180
- style="fill:#171a30;fill-opacity:1;fill-rule:nonzero;stroke:none"
181
- id="path4910"
182
- inkscape:connector-curvature="0" /></g></g></g></g></svg>
Binary file
Binary file
@@ -1,12 +0,0 @@
1
- {
2
- "$id": "/tools/geographic_coordinate_systems",
3
- "type": "object",
4
- "method": "POST",
5
- "properties": {
6
- "input_geode_object": {
7
- "type": "string"
8
- }
9
- },
10
- "required": ["input_geode_object"],
11
- "additionalProperties": false
12
- }
@@ -1,15 +0,0 @@
1
- {
2
- "$id": "/tools/geode_objects_and_output_extensions",
3
- "type": "object",
4
- "method": "POST",
5
- "properties": {
6
- "input_geode_object": {
7
- "type": "string"
8
- },
9
- "filename": {
10
- "type": "string"
11
- }
12
- },
13
- "required": ["input_geode_object", "filename"],
14
- "additionalProperties": false
15
- }
@@ -1,12 +0,0 @@
1
- {
2
- "$id": "/tools/allowed_files",
3
- "type": "object",
4
- "method": "POST",
5
- "properties": {
6
- "key": {
7
- "type": ["string", "null"]
8
- }
9
- },
10
- "required": ["key"],
11
- "additionalProperties": false
12
- }
@@ -1,15 +0,0 @@
1
- {
2
- "$id": "/tools/missing_files",
3
- "type": "object",
4
- "method": "POST",
5
- "properties": {
6
- "input_geode_object": {
7
- "type": "string"
8
- },
9
- "filename": {
10
- "type": "string"
11
- }
12
- },
13
- "required": ["input_geode_object", "filename"],
14
- "additionalProperties": false
15
- }
@@ -1,15 +0,0 @@
1
- {
2
- "$id": "/tools/allowed_objects",
3
- "type": "object",
4
- "method": "POST",
5
- "properties": {
6
- "filename": {
7
- "type": "string"
8
- },
9
- "key": {
10
- "type": ["string", "null"]
11
- }
12
- },
13
- "required": ["filename", "key"],
14
- "additionalProperties": false
15
- }
@@ -1,39 +0,0 @@
1
- <template>
2
- <v-container>
3
- <h1 class="text-h2 py-2" align="center">
4
- {{ tool_name }}
5
- </h1>
6
- <v-col>
7
- <v-row class="justify-center">
8
- <v-col v-for="(card, i) in cards_list" :key="i" cols="11" md="5">
9
- <v-card class="card" hover :href="card.href" rounded target="_blank">
10
- <v-card-title
11
- primary-title
12
- class="justify-center text-h6"
13
- align="center"
14
- >
15
- {{ card.title }}
16
- </v-card-title>
17
- <v-row class="justify-center pa-2">
18
- <v-col cols="auto">
19
- <v-icon
20
- :icon="card.icon"
21
- color="primary"
22
- size="70"
23
- class="justify-center"
24
- />
25
- </v-col>
26
- </v-row>
27
- </v-card>
28
- </v-col>
29
- </v-row>
30
- </v-col>
31
- </v-container>
32
- </template>
33
-
34
- <script setup>
35
- const props = defineProps({
36
- tool_name: { type: String, required: true },
37
- cards_list: { type: Object, required: true },
38
- })
39
- </script>