@movvjs/svelte-schedule-view 0.4.9 → 0.4.11
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.
|
@@ -343,8 +343,8 @@ function openCalender() {
|
|
|
343
343
|
{/if}
|
|
344
344
|
{#if $isAeroServiceAvailable}
|
|
345
345
|
<span>
|
|
346
|
-
<input bind:checked={$isAeroService} type="checkbox" class="indie_check_base fz xs color" id="
|
|
347
|
-
<label for="
|
|
346
|
+
<input bind:checked={$isAeroService} type="checkbox" class="indie_check_base fz xs color" id="check_extra_areo" />
|
|
347
|
+
<label for="check_extra_areo">{$t('extraServiceType.AERO_BRIDGE')}</label>
|
|
348
348
|
</span>
|
|
349
349
|
{/if}
|
|
350
350
|
|
|
@@ -460,9 +460,9 @@ function openCalender() {
|
|
|
460
460
|
{@html $t('booking.carInfo')}
|
|
461
461
|
</th>
|
|
462
462
|
<td>
|
|
463
|
-
{#if !$isEdit}
|
|
464
|
-
|
|
465
|
-
{:else}
|
|
463
|
+
<!-- {#if !$isEdit} -->
|
|
464
|
+
<p class="value-txt">{getCarName($originalBooking.carInfo, { seat: true, seatPostfix: $t('booking.seater') })}</p>
|
|
465
|
+
<!-- {:else}
|
|
466
466
|
<CarSearch
|
|
467
467
|
inputId="reqModel-reqSeat"
|
|
468
468
|
title={$selectedPrice
|
|
@@ -478,7 +478,7 @@ function openCalender() {
|
|
|
478
478
|
withPreserveAndPreview(() => {
|
|
479
479
|
$selectedPrice = null
|
|
480
480
|
})} />
|
|
481
|
-
{/if}
|
|
481
|
+
{/if} -->
|
|
482
482
|
</td>
|
|
483
483
|
</tr>
|
|
484
484
|
</tbody>
|