@windward/games 0.13.0 → 0.14.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.
package/CHANGELOG.md
CHANGED
|
@@ -267,7 +267,6 @@
|
|
|
267
267
|
<v-col cols="3" xl="8" lg="8" md="8" sm="8"></v-col>
|
|
268
268
|
<v-col cols="9" xl="4" lg="4" md="4" sm="4">
|
|
269
269
|
<v-row
|
|
270
|
-
align="end"
|
|
271
270
|
tabindex="0"
|
|
272
271
|
:aria-label="
|
|
273
272
|
$t(
|
|
@@ -276,7 +275,10 @@
|
|
|
276
275
|
)
|
|
277
276
|
"
|
|
278
277
|
>
|
|
279
|
-
<v-col
|
|
278
|
+
<v-col
|
|
279
|
+
class="d-flex flex-column align-end pa-0"
|
|
280
|
+
tabindex="0"
|
|
281
|
+
>
|
|
280
282
|
{{
|
|
281
283
|
$t(
|
|
282
284
|
'windward.games.components.content.blocks.matching_game.of_complete_text_area',
|
|
@@ -286,12 +288,12 @@
|
|
|
286
288
|
<v-progress-linear
|
|
287
289
|
v-model="completedPercent"
|
|
288
290
|
color="primary"
|
|
291
|
+
class="mb-4"
|
|
289
292
|
outlined
|
|
290
293
|
rounded
|
|
291
294
|
height="15"
|
|
292
295
|
style="pointer-events: none"
|
|
293
296
|
></v-progress-linear>
|
|
294
|
-
<br />
|
|
295
297
|
<v-btn
|
|
296
298
|
color="primary"
|
|
297
299
|
outlined
|
|
@@ -93,7 +93,8 @@
|
|
|
93
93
|
<draggable
|
|
94
94
|
v-if="
|
|
95
95
|
mainPrompt.fileConfig.asset &&
|
|
96
|
-
mainPrompt.fileConfig.asset
|
|
96
|
+
mainPrompt.fileConfig.asset
|
|
97
|
+
.file_asset_id
|
|
97
98
|
"
|
|
98
99
|
class="dragArea list-group"
|
|
99
100
|
:key="mainPrompt['prompt']"
|
|
@@ -255,10 +256,9 @@
|
|
|
255
256
|
align="end"
|
|
256
257
|
>
|
|
257
258
|
<v-row>
|
|
258
|
-
<v-col cols="
|
|
259
|
-
<v-col cols="
|
|
259
|
+
<v-col cols="3" xl="8" lg="8" md="8" sm="8"></v-col>
|
|
260
|
+
<v-col cols="9" xl="4" lg="4" md="4" sm="4">
|
|
260
261
|
<v-row
|
|
261
|
-
align="end"
|
|
262
262
|
tabindex="0"
|
|
263
263
|
:aria-label="
|
|
264
264
|
$t(
|
|
@@ -267,7 +267,10 @@
|
|
|
267
267
|
)
|
|
268
268
|
"
|
|
269
269
|
>
|
|
270
|
-
<v-col
|
|
270
|
+
<v-col
|
|
271
|
+
class="d-flex flex-column align-end pa-0"
|
|
272
|
+
tabindex="0"
|
|
273
|
+
>
|
|
271
274
|
{{
|
|
272
275
|
$t(
|
|
273
276
|
'windward.games.components.content.blocks.matching_game.of_complete_text_area',
|
|
@@ -280,12 +283,12 @@
|
|
|
280
283
|
<v-progress-linear
|
|
281
284
|
v-model="completedPercent"
|
|
282
285
|
color="primary"
|
|
286
|
+
class="mb-4"
|
|
283
287
|
outlined
|
|
284
288
|
rounded
|
|
285
289
|
height="15"
|
|
286
290
|
style="pointer-events: none"
|
|
287
291
|
></v-progress-linear>
|
|
288
|
-
<br />
|
|
289
292
|
<v-btn
|
|
290
293
|
color="primary"
|
|
291
294
|
outlined
|