@windward/games 0.13.0 → 0.15.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
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ### Release [0.15.0] created - 2025-04-09
4
+
5
+
6
+ ### Release [0.14.0] created - 2025-03-25
7
+
8
+
3
9
  ### Release [0.13.0] created - 2025-03-11
4
10
 
5
11
 
@@ -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 align="end" tabindex="0" class="pa-0">
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.file_asset_id
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="12" lg="6" md="7" sm="6"></v-col>
259
- <v-col cols="12" lg="6" md="5" sm="6">
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 align="end" tabindex="0" class="pa-0">
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
@@ -207,6 +207,7 @@
207
207
  hide-background
208
208
  hide-decorative
209
209
  hide-modal
210
+ :disabled="render"
210
211
  ></ImageAssetSettings>
211
212
  </v-card-text>
212
213
  </v-card>
@@ -204,6 +204,7 @@
204
204
  ][indexPrompt].fileConfig
205
205
  "
206
206
  :assets.sync="block.assets"
207
+ :disabled="render"
207
208
  hide-background
208
209
  hide-decorative
209
210
  hide-modal
@@ -89,11 +89,11 @@
89
89
  block.metadata.config.slides[index].fileConfig
90
90
  "
91
91
  :assets.sync="block.assets"
92
+ :disabled="render"
92
93
  hide-background
93
94
  hide-decorative
94
95
  hide-modal
95
96
  ></ImageAssetSettings>
96
-
97
97
  </v-container>
98
98
  </template>
99
99
  </SortableExpansionPanel>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windward/games",
3
- "version": "0.13.0",
3
+ "version": "0.15.0",
4
4
  "description": "Windward UI Plugin Games",
5
5
  "main": "plugin.js",
6
6
  "scripts": {