@konnectio/core 4.0.31 → 4.0.32
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/dist/{ActionField-cad55dd0.js → ActionField-9f5938c2.js} +2 -2
- package/dist/ActionField-9f5938c2.js.br +0 -0
- package/dist/{ActionField-4146b273.cjs → ActionField-fa3f32a1.cjs} +1 -1
- package/dist/{AvailabilitySkeleton-e50c7f3b.cjs → AvailabilitySkeleton-538f3d7d.cjs} +1 -1
- package/dist/{AvailabilitySkeleton-119a2dda.js → AvailabilitySkeleton-e51a47f6.js} +5 -5
- package/dist/AvailabilitySkeleton-e51a47f6.js.br +0 -0
- package/dist/{DateField.vue_vue_type_style_index_0_lang-a4445293.js → DateField.vue_vue_type_style_index_0_lang-3ba5667d.js} +1 -1
- package/dist/DateField.vue_vue_type_style_index_0_lang-3ba5667d.js.br +0 -0
- package/dist/{DateField.vue_vue_type_style_index_0_lang-6e16a80f.cjs → DateField.vue_vue_type_style_index_0_lang-802f8908.cjs} +1 -1
- package/dist/{Field-c6cc5881.js → Field-03744870.js} +2 -2
- package/dist/Field-03744870.js.br +0 -0
- package/dist/{Field-30b9bc8d.cjs → Field-bdb32b2b.cjs} +1 -1
- package/dist/{NumberField.vue_vue_type_script_setup_true_lang-dbfb9925.js → NumberField.vue_vue_type_script_setup_true_lang-bd0f0c10.js} +1 -1
- package/dist/NumberField.vue_vue_type_script_setup_true_lang-bd0f0c10.js.br +0 -0
- package/dist/{NumberField.vue_vue_type_script_setup_true_lang-9678cc59.cjs → NumberField.vue_vue_type_script_setup_true_lang-f99ee22f.cjs} +1 -1
- package/dist/{SelectField.vue_vue_type_style_index_0_lang-dec7ee54.cjs → SelectField.vue_vue_type_style_index_0_lang-16a9bece.cjs} +55 -55
- package/dist/{SelectField.vue_vue_type_style_index_0_lang-c497c637.js → SelectField.vue_vue_type_style_index_0_lang-510dede6.js} +6242 -6242
- package/dist/SelectField.vue_vue_type_style_index_0_lang-510dede6.js.br +0 -0
- package/dist/{ThankYou-2449c13f.js → ThankYou-78ef3e07.js} +4 -4
- package/dist/ThankYou-78ef3e07.js.br +0 -0
- package/dist/{ThankYou-07315679.cjs → ThankYou-f478d01b.cjs} +1 -1
- package/dist/{_-c92afce5.js → _-2690d08c.js} +1 -1
- package/dist/{_-d75fab60.cjs → _-44b2ad95.cjs} +1 -1
- package/dist/availability.cjs +1 -1
- package/dist/availability.js +7 -7
- package/dist/availability.js.br +0 -0
- package/dist/components/listings/Hotel.vue.d.ts +1 -1
- package/dist/{event-a3ccc3af.cjs → event-42d3e1bb.cjs} +1 -1
- package/dist/{event-1457c6d2.js → event-b4200924.js} +7 -7
- package/dist/event-b4200924.js.br +0 -0
- package/dist/event.cjs +1 -1
- package/dist/event.js +8 -8
- package/dist/event.js.br +0 -0
- package/dist/gift-card-validation.cjs +1 -1
- package/dist/gift-card-validation.js +3 -3
- package/dist/gift-card-validation.js.br +0 -0
- package/dist/gift-card.cjs +1 -1
- package/dist/gift-card.js +5 -5
- package/dist/gift-card.js.br +0 -0
- package/dist/hotel.cjs +2 -2
- package/dist/hotel.js +105 -105
- package/dist/hotel.js.br +0 -0
- package/dist/{index-51291895.js → index-2e44eb22.js} +1 -1
- package/dist/index-2e44eb22.js.br +0 -0
- package/dist/{index-551fafbf.cjs → index-5d6a654f.cjs} +1 -1
- package/dist/polyfill.cjs +1 -1
- package/dist/polyfill.js +1 -1
- package/dist/polyfill.js.br +0 -0
- package/dist/store/hotel.d.ts +24 -15
- package/dist/store/utilities.d.ts +3 -0
- package/dist/style.css +1 -1
- package/dist/style.css.br +0 -0
- package/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
- package/dist/ActionField-cad55dd0.js.br +0 -0
- package/dist/AvailabilitySkeleton-119a2dda.js.br +0 -0
- package/dist/DateField.vue_vue_type_style_index_0_lang-a4445293.js.br +0 -0
- package/dist/Field-c6cc5881.js.br +0 -0
- package/dist/NumberField.vue_vue_type_script_setup_true_lang-dbfb9925.js.br +0 -0
- package/dist/SelectField.vue_vue_type_style_index_0_lang-c497c637.js.br +0 -0
- package/dist/ThankYou-2449c13f.js.br +0 -0
- package/dist/event-1457c6d2.js.br +0 -0
- package/dist/index-51291895.js.br +0 -0
package/dist/polyfill.js
CHANGED
package/dist/polyfill.js.br
CHANGED
|
Binary file
|
package/dist/store/hotel.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OctopusAvailableRoomGroup,
|
|
1
|
+
import { OctopusAvailableRoomGroup, OctopusTemplate, HotelAddon, Country, PaymentGateway } from '../types/index.js';
|
|
2
2
|
export declare enum ModuleState {
|
|
3
3
|
InitialState = 0,
|
|
4
4
|
AvailabilityState = 1,
|
|
@@ -48,8 +48,11 @@ interface RoomDisplay {
|
|
|
48
48
|
}
|
|
49
49
|
export declare const useHotelStore: import("pinia").StoreDefinition<"hotel", import("pinia")._UnwrapAll<Pick<{
|
|
50
50
|
selectionHasNoAddons: import('./vue/dist/vue.esm-bundler.js').ComputedRef<boolean>;
|
|
51
|
-
hasHotelList: import('./vue/dist/vue.esm-bundler.js').ComputedRef<
|
|
52
|
-
hotelList: import('./vue/dist/vue.esm-bundler.js').ComputedRef<
|
|
51
|
+
hasHotelList: import('./vue/dist/vue.esm-bundler.js').ComputedRef<boolean>;
|
|
52
|
+
hotelList: import('./vue/dist/vue.esm-bundler.js').ComputedRef<{
|
|
53
|
+
value: number;
|
|
54
|
+
label: string;
|
|
55
|
+
}[]>;
|
|
53
56
|
areListingsLoading: import('./vue/dist/vue.esm-bundler.js').ComputedRef<boolean>;
|
|
54
57
|
roomSelect: import('./vue/dist/vue.esm-bundler.js').Ref<RoomSelection>;
|
|
55
58
|
removeRoom: (roomGroupId: number, rateIdx: number, configIdx: number) => void;
|
|
@@ -61,6 +64,7 @@ export declare const useHotelStore: import("pinia").StoreDefinition<"hotel", imp
|
|
|
61
64
|
iso: string;
|
|
62
65
|
}[];
|
|
63
66
|
hotels: {
|
|
67
|
+
id: number;
|
|
64
68
|
paymentGatewayId: PaymentGateway;
|
|
65
69
|
hotelPaymentGatewayId: PaymentGateway;
|
|
66
70
|
country: {
|
|
@@ -223,9 +227,8 @@ export declare const useHotelStore: import("pinia").StoreDefinition<"hotel", imp
|
|
|
223
227
|
isPaymentInitialized: import('./vue/dist/vue.esm-bundler.js').Ref<boolean>;
|
|
224
228
|
nights: import('./vue/dist/vue.esm-bundler.js').ComputedRef<number>;
|
|
225
229
|
hotelCountry: import('./vue/dist/vue.esm-bundler.js').ComputedRef<string>;
|
|
226
|
-
countries: import('./vue/dist/vue.esm-bundler.js').ComputedRef<
|
|
230
|
+
countries: import('./vue/dist/vue.esm-bundler.js').ComputedRef<Country[]>;
|
|
227
231
|
title: import('./vue/dist/vue.esm-bundler.js').ComputedRef<string>;
|
|
228
|
-
slideshow: import('./vue/dist/vue.esm-bundler.js').ComputedRef<any>;
|
|
229
232
|
isMetaDataAvailable: import('./vue/dist/vue.esm-bundler.js').ComputedRef<boolean>;
|
|
230
233
|
isAvailabilityDataAvailable: import('./vue/dist/vue.esm-bundler.js').ComputedRef<boolean>;
|
|
231
234
|
totalPrice: import('./vue/dist/vue.esm-bundler.js').ComputedRef<number>;
|
|
@@ -297,10 +300,13 @@ export declare const useHotelStore: import("pinia").StoreDefinition<"hotel", imp
|
|
|
297
300
|
createReservation: (next: () => void) => Promise<void>;
|
|
298
301
|
resetTemplate: () => void;
|
|
299
302
|
initialize: () => void;
|
|
300
|
-
}, "name" | "address" | "isLoading" | "metaData" | "
|
|
303
|
+
}, "name" | "address" | "isLoading" | "metaData" | "roomSelect" | "availabilityData" | "moduleState" | "templateID" | "roomGroupID" | "travelingFor" | "arrivalTime" | "departureTime" | "nameTitle" | "email" | "phone" | "firmName" | "postal" | "city" | "country" | "remark" | "allergies" | "newsMails" | "isPaymentInitialized">>, Pick<{
|
|
301
304
|
selectionHasNoAddons: import('./vue/dist/vue.esm-bundler.js').ComputedRef<boolean>;
|
|
302
|
-
hasHotelList: import('./vue/dist/vue.esm-bundler.js').ComputedRef<
|
|
303
|
-
hotelList: import('./vue/dist/vue.esm-bundler.js').ComputedRef<
|
|
305
|
+
hasHotelList: import('./vue/dist/vue.esm-bundler.js').ComputedRef<boolean>;
|
|
306
|
+
hotelList: import('./vue/dist/vue.esm-bundler.js').ComputedRef<{
|
|
307
|
+
value: number;
|
|
308
|
+
label: string;
|
|
309
|
+
}[]>;
|
|
304
310
|
areListingsLoading: import('./vue/dist/vue.esm-bundler.js').ComputedRef<boolean>;
|
|
305
311
|
roomSelect: import('./vue/dist/vue.esm-bundler.js').Ref<RoomSelection>;
|
|
306
312
|
removeRoom: (roomGroupId: number, rateIdx: number, configIdx: number) => void;
|
|
@@ -312,6 +318,7 @@ export declare const useHotelStore: import("pinia").StoreDefinition<"hotel", imp
|
|
|
312
318
|
iso: string;
|
|
313
319
|
}[];
|
|
314
320
|
hotels: {
|
|
321
|
+
id: number;
|
|
315
322
|
paymentGatewayId: PaymentGateway;
|
|
316
323
|
hotelPaymentGatewayId: PaymentGateway;
|
|
317
324
|
country: {
|
|
@@ -474,9 +481,8 @@ export declare const useHotelStore: import("pinia").StoreDefinition<"hotel", imp
|
|
|
474
481
|
isPaymentInitialized: import('./vue/dist/vue.esm-bundler.js').Ref<boolean>;
|
|
475
482
|
nights: import('./vue/dist/vue.esm-bundler.js').ComputedRef<number>;
|
|
476
483
|
hotelCountry: import('./vue/dist/vue.esm-bundler.js').ComputedRef<string>;
|
|
477
|
-
countries: import('./vue/dist/vue.esm-bundler.js').ComputedRef<
|
|
484
|
+
countries: import('./vue/dist/vue.esm-bundler.js').ComputedRef<Country[]>;
|
|
478
485
|
title: import('./vue/dist/vue.esm-bundler.js').ComputedRef<string>;
|
|
479
|
-
slideshow: import('./vue/dist/vue.esm-bundler.js').ComputedRef<any>;
|
|
480
486
|
isMetaDataAvailable: import('./vue/dist/vue.esm-bundler.js').ComputedRef<boolean>;
|
|
481
487
|
isAvailabilityDataAvailable: import('./vue/dist/vue.esm-bundler.js').ComputedRef<boolean>;
|
|
482
488
|
totalPrice: import('./vue/dist/vue.esm-bundler.js').ComputedRef<number>;
|
|
@@ -548,10 +554,13 @@ export declare const useHotelStore: import("pinia").StoreDefinition<"hotel", imp
|
|
|
548
554
|
createReservation: (next: () => void) => Promise<void>;
|
|
549
555
|
resetTemplate: () => void;
|
|
550
556
|
initialize: () => void;
|
|
551
|
-
}, "title" | "
|
|
557
|
+
}, "title" | "nights" | "countries" | "termsOfService" | "selectionHasNoAddons" | "hasHotelList" | "hotelList" | "areListingsLoading" | "roomDisplay" | "hotelCountry" | "isMetaDataAvailable" | "isAvailabilityDataAvailable" | "totalPrice" | "selectedPackage" | "isPaymentLoading" | "getSelectedPackageRoom" | "isReservationFormFilled" | "hasValidRoomSelection">, Pick<{
|
|
552
558
|
selectionHasNoAddons: import('./vue/dist/vue.esm-bundler.js').ComputedRef<boolean>;
|
|
553
|
-
hasHotelList: import('./vue/dist/vue.esm-bundler.js').ComputedRef<
|
|
554
|
-
hotelList: import('./vue/dist/vue.esm-bundler.js').ComputedRef<
|
|
559
|
+
hasHotelList: import('./vue/dist/vue.esm-bundler.js').ComputedRef<boolean>;
|
|
560
|
+
hotelList: import('./vue/dist/vue.esm-bundler.js').ComputedRef<{
|
|
561
|
+
value: number;
|
|
562
|
+
label: string;
|
|
563
|
+
}[]>;
|
|
555
564
|
areListingsLoading: import('./vue/dist/vue.esm-bundler.js').ComputedRef<boolean>;
|
|
556
565
|
roomSelect: import('./vue/dist/vue.esm-bundler.js').Ref<RoomSelection>;
|
|
557
566
|
removeRoom: (roomGroupId: number, rateIdx: number, configIdx: number) => void;
|
|
@@ -563,6 +572,7 @@ export declare const useHotelStore: import("pinia").StoreDefinition<"hotel", imp
|
|
|
563
572
|
iso: string;
|
|
564
573
|
}[];
|
|
565
574
|
hotels: {
|
|
575
|
+
id: number;
|
|
566
576
|
paymentGatewayId: PaymentGateway;
|
|
567
577
|
hotelPaymentGatewayId: PaymentGateway;
|
|
568
578
|
country: {
|
|
@@ -725,9 +735,8 @@ export declare const useHotelStore: import("pinia").StoreDefinition<"hotel", imp
|
|
|
725
735
|
isPaymentInitialized: import('./vue/dist/vue.esm-bundler.js').Ref<boolean>;
|
|
726
736
|
nights: import('./vue/dist/vue.esm-bundler.js').ComputedRef<number>;
|
|
727
737
|
hotelCountry: import('./vue/dist/vue.esm-bundler.js').ComputedRef<string>;
|
|
728
|
-
countries: import('./vue/dist/vue.esm-bundler.js').ComputedRef<
|
|
738
|
+
countries: import('./vue/dist/vue.esm-bundler.js').ComputedRef<Country[]>;
|
|
729
739
|
title: import('./vue/dist/vue.esm-bundler.js').ComputedRef<string>;
|
|
730
|
-
slideshow: import('./vue/dist/vue.esm-bundler.js').ComputedRef<any>;
|
|
731
740
|
isMetaDataAvailable: import('./vue/dist/vue.esm-bundler.js').ComputedRef<boolean>;
|
|
732
741
|
isAvailabilityDataAvailable: import('./vue/dist/vue.esm-bundler.js').ComputedRef<boolean>;
|
|
733
742
|
totalPrice: import('./vue/dist/vue.esm-bundler.js').ComputedRef<number>;
|
|
@@ -19,6 +19,7 @@ export declare const useUtilityStore: import("pinia").StoreDefinition<"utilities
|
|
|
19
19
|
iso: string;
|
|
20
20
|
}[];
|
|
21
21
|
hotels: {
|
|
22
|
+
id: number;
|
|
22
23
|
paymentGatewayId: PaymentGateway;
|
|
23
24
|
hotelPaymentGatewayId: PaymentGateway;
|
|
24
25
|
country: {
|
|
@@ -133,6 +134,7 @@ export declare const useUtilityStore: import("pinia").StoreDefinition<"utilities
|
|
|
133
134
|
iso: string;
|
|
134
135
|
}[];
|
|
135
136
|
hotels: {
|
|
137
|
+
id: number;
|
|
136
138
|
paymentGatewayId: PaymentGateway;
|
|
137
139
|
hotelPaymentGatewayId: PaymentGateway;
|
|
138
140
|
country: {
|
|
@@ -247,6 +249,7 @@ export declare const useUtilityStore: import("pinia").StoreDefinition<"utilities
|
|
|
247
249
|
iso: string;
|
|
248
250
|
}[];
|
|
249
251
|
hotels: {
|
|
252
|
+
id: number;
|
|
250
253
|
paymentGatewayId: PaymentGateway;
|
|
251
254
|
hotelPaymentGatewayId: PaymentGateway;
|
|
252
255
|
country: {
|