@movvjs/svelte-schedule-view 0.4.7 → 0.4.8

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.
@@ -452,9 +452,9 @@ function openCalender() {
452
452
  {@html $t('booking.carInfo')}
453
453
  </th>
454
454
  <td>
455
- {#if !$isEdit}
456
- <p class="value-txt">{getCarName($originalBooking.carInfo, { seat: true, seatPostfix: $t('booking.seater') })}</p>
457
- {:else}
455
+ <!-- {#if !$isEdit} -->
456
+ <p class="value-txt">{getCarName($originalBooking.carInfo, { seat: true, seatPostfix: $t('booking.seater') })}</p>
457
+ <!-- {:else}
458
458
  <CarSearch
459
459
  inputId="reqModel-reqSeat"
460
460
  title={$selectedPrice
@@ -470,7 +470,7 @@ function openCalender() {
470
470
  withPreserveAndPreview(() => {
471
471
  $selectedPrice = null
472
472
  })} />
473
- {/if}
473
+ {/if} -->
474
474
  </td>
475
475
  </tr>
476
476
  </tbody>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@movvjs/svelte-schedule-view",
3
- "version": "0.4.7",
3
+ "version": "0.4.8",
4
4
  "type": "module",
5
5
  "license": "ISC",
6
6
  "author": {
@@ -69,5 +69,6 @@
69
69
  },
70
70
  "resolutions": {
71
71
  "memoizee": "0.4.15"
72
- }
72
+ },
73
+ "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
73
74
  }