@konnectio/core 4.0.55 → 4.0.56-rc2
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/README.md +7 -7
- package/dist/{ActionField-89f587d4.js → ActionField-Qf4JAgBa.js} +30 -31
- package/dist/ActionField-Qf4JAgBa.js.br +0 -0
- package/dist/ActionField-ztW-1xka.cjs +1 -0
- package/dist/AvailabilitySkeleton-GPTCv3Xy.js +242 -0
- package/dist/AvailabilitySkeleton-GPTCv3Xy.js.br +0 -0
- package/dist/AvailabilitySkeleton-v0QVPuim.cjs +1 -0
- package/dist/CheckoutWindow-NUwbNAPw.cjs +1 -0
- package/dist/{CheckoutWindow-df8612e3.js → CheckoutWindow-S9xKe_Wf.js} +58 -54
- package/dist/CheckoutWindow-S9xKe_Wf.js.br +0 -0
- package/dist/Container-Fl2PKj-u.js +59 -0
- package/dist/Container-Fl2PKj-u.js.br +0 -0
- package/dist/Container-Y6_3uTWy.cjs +1 -0
- package/dist/DateField.vue_vue_type_style_index_0_lang-hZTsLsOv.cjs +2 -0
- package/dist/{DateField.vue_vue_type_style_index_0_lang-bbaed106.js → DateField.vue_vue_type_style_index_0_lang-iz9zEBOR.js} +2666 -2661
- package/dist/DateField.vue_vue_type_style_index_0_lang-iz9zEBOR.js.br +0 -0
- package/dist/Field-UTbHMN9U.cjs +1 -0
- package/dist/Field-b7XkSAoi.js +43 -0
- package/dist/Field-b7XkSAoi.js.br +0 -0
- package/dist/SelectField.vue_vue_type_style_index_0_lang-30hJu8vr.js +21406 -0
- package/dist/SelectField.vue_vue_type_style_index_0_lang-30hJu8vr.js.br +0 -0
- package/dist/SelectField.vue_vue_type_style_index_0_lang-eLyZ247i.cjs +851 -0
- package/dist/{ThankYou-159b55d6.js → ThankYou-LiiG3Zv1.js} +2349 -2000
- package/dist/ThankYou-LiiG3Zv1.js.br +0 -0
- package/dist/ThankYou-M6d4G8pc.cjs +59 -0
- package/dist/_-FAlGPZqe.js +20 -0
- package/dist/_-oL4OsiNw.cjs +1 -0
- package/dist/_commonjsHelpers-f3sTPFkQ.js +8 -0
- package/dist/_commonjsHelpers-f52AuuUj.cjs +1 -0
- package/dist/availability.cjs +2 -2
- package/dist/availability.js +39 -42
- package/dist/availability.js.br +0 -0
- package/dist/components/Gallery.vue.d.ts +3 -2
- package/dist/components/Gallery.vue.d.ts.map +1 -1
- package/dist/components/forms/EventAvailabilityForm.vue.d.ts +1 -1
- package/dist/components/forms/HotelAvailabilityForm.vue.d.ts +1 -1
- package/dist/components/forms/MultiStepForm.vue.d.ts +1 -1
- package/dist/components/forms/ReservationForm.vue.d.ts +1 -1
- package/dist/components/listings/Base.vue.d.ts +1 -1
- package/dist/components/listings/Hotel.vue.d.ts +1 -1
- package/dist/components/listings/Template.vue.d.ts +1 -1
- package/dist/components/side-panels/ListingInfo.vue.d.ts +1 -1
- package/dist/components/side-panels/Template.vue.d.ts +1 -1
- package/dist/components/skeletons/AvailabilitySkeleton.vue.d.ts +1 -1
- package/dist/components/skeletons/Field.vue.d.ts +1 -1
- package/dist/components/skeletons/HotelSkeleton.vue.d.ts +1 -1
- package/dist/components/skeletons/Listing.vue.d.ts +1 -1
- package/dist/entries/availability.d.ts +3 -3
- package/dist/entries/event.d.ts +1 -1
- package/dist/entries/gift-card-validation.d.ts +5 -2
- package/dist/entries/gift-card.d.ts +5 -1
- package/dist/entries/hotel.d.ts +5 -0
- package/dist/event-GaUgVNzy.cjs +1 -0
- package/dist/{event-6cd5d9be.js → event-MXmxvcpC.js} +26 -25
- package/dist/event-MXmxvcpC.js.br +0 -0
- package/dist/event.cjs +1 -1
- package/dist/event.js +212 -214
- package/dist/event.js.br +0 -0
- package/dist/gift-card-validation.cjs +1 -1
- package/dist/gift-card-validation.js +68 -64
- package/dist/gift-card-validation.js.br +0 -0
- package/dist/gift-card.cjs +1 -1
- package/dist/gift-card.d.ts +2 -0
- package/dist/gift-card.js +278 -273
- package/dist/gift-card.js.br +0 -0
- package/dist/hotel.cjs +5 -5
- package/dist/hotel.d.ts +2 -0
- package/dist/hotel.js +1415 -1436
- package/dist/hotel.js.br +0 -0
- package/dist/layouts/Availability.vue.d.ts +4 -4
- package/dist/layouts/Event.vue.d.ts +4 -4
- package/dist/layouts/GiftCard.vue.d.ts +4 -4
- package/dist/layouts/GiftCardValidation.vue.d.ts +4 -4
- package/dist/layouts/Hotel.vue.d.ts +4 -4
- package/dist/layouts/_.vue.d.ts +4 -4
- package/dist/polyfill.cjs +4 -4
- package/dist/polyfill.js +3032 -3065
- package/dist/polyfill.js.br +0 -0
- package/dist/store/alert.d.ts +15 -15
- package/dist/store/applyGiftCard.d.ts +18 -18
- package/dist/store/availability.d.ts +12 -12
- package/dist/store/event.d.ts +141 -141
- package/dist/store/giftCard.d.ts +51 -51
- package/dist/store/payment.d.ts +39 -39
- package/dist/store/recaptcha.d.ts +28 -0
- package/dist/store/tracking.d.ts +6 -6
- package/dist/store/utilities.d.ts +131 -146
- package/dist/style.css +1 -1
- package/dist/style.css.br +0 -0
- package/dist/types/index.d.ts +8 -0
- package/package.json +22 -20
- package/dist/ActionField-087c3437.cjs +0 -1
- package/dist/ActionField-89f587d4.js.br +0 -0
- package/dist/AvailabilitySkeleton-01aab3cb.js +0 -237
- package/dist/AvailabilitySkeleton-01aab3cb.js.br +0 -0
- package/dist/AvailabilitySkeleton-452df88c.cjs +0 -1
- package/dist/CheckoutWindow-1d77f68c.cjs +0 -1
- package/dist/CheckoutWindow-df8612e3.js.br +0 -0
- package/dist/Container-3af1f7f7.cjs +0 -1
- package/dist/Container-9f1ed24c.js +0 -59
- package/dist/Container-9f1ed24c.js.br +0 -0
- package/dist/DateField.vue_vue_type_style_index_0_lang-b5676dde.cjs +0 -2
- package/dist/DateField.vue_vue_type_style_index_0_lang-bbaed106.js.br +0 -0
- package/dist/Field-43273ca2.cjs +0 -1
- package/dist/Field-92684198.js +0 -42
- package/dist/Field-92684198.js.br +0 -0
- package/dist/NumberField.vue_vue_type_script_setup_true_lang-a149d388.cjs +0 -1
- package/dist/NumberField.vue_vue_type_script_setup_true_lang-ce6f0b17.js +0 -67
- package/dist/NumberField.vue_vue_type_script_setup_true_lang-ce6f0b17.js.br +0 -0
- package/dist/SelectField.vue_vue_type_style_index_0_lang-11cea6ba.js +0 -30329
- package/dist/SelectField.vue_vue_type_style_index_0_lang-11cea6ba.js.br +0 -0
- package/dist/SelectField.vue_vue_type_style_index_0_lang-b1435f5a.cjs +0 -856
- package/dist/ThankYou-159b55d6.js.br +0 -0
- package/dist/ThankYou-c1cbecac.cjs +0 -59
- package/dist/_-52440760.js +0 -20
- package/dist/_-fbbc271a.cjs +0 -1
- package/dist/_commonjsHelpers-6763f629.cjs +0 -1
- package/dist/_commonjsHelpers-aeeeeb92.js +0 -30
- package/dist/event-6cd5d9be.js.br +0 -0
- package/dist/event-dfc9ed16.cjs +0 -1
package/dist/polyfill.js.br
CHANGED
|
Binary file
|
package/dist/store/alert.d.ts
CHANGED
|
@@ -4,25 +4,25 @@ interface Params {
|
|
|
4
4
|
type: string;
|
|
5
5
|
}
|
|
6
6
|
export declare const useAlertStore: import("pinia").StoreDefinition<"alert", import("pinia")._UnwrapAll<Pick<{
|
|
7
|
-
message: import('
|
|
8
|
-
type: import('
|
|
9
|
-
status: import('
|
|
10
|
-
timer: import('
|
|
11
|
-
domain: import('
|
|
7
|
+
message: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
8
|
+
type: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
9
|
+
status: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
10
|
+
timer: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<Timer>;
|
|
11
|
+
domain: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
12
12
|
display: ({ message: m, type: t }: Params) => void;
|
|
13
13
|
}, "message" | "type" | "status" | "timer" | "domain">>, Pick<{
|
|
14
|
-
message: import('
|
|
15
|
-
type: import('
|
|
16
|
-
status: import('
|
|
17
|
-
timer: import('
|
|
18
|
-
domain: import('
|
|
14
|
+
message: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
15
|
+
type: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
16
|
+
status: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
17
|
+
timer: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<Timer>;
|
|
18
|
+
domain: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
19
19
|
display: ({ message: m, type: t }: Params) => void;
|
|
20
20
|
}, never>, Pick<{
|
|
21
|
-
message: import('
|
|
22
|
-
type: import('
|
|
23
|
-
status: import('
|
|
24
|
-
timer: import('
|
|
25
|
-
domain: import('
|
|
21
|
+
message: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
22
|
+
type: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
23
|
+
status: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
24
|
+
timer: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<Timer>;
|
|
25
|
+
domain: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
26
26
|
display: ({ message: m, type: t }: Params) => void;
|
|
27
27
|
}, "display">>;
|
|
28
28
|
export {};
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
export declare const useApplyGiftCardStore: import("pinia").StoreDefinition<"applyGiftCard", import("pinia")._UnwrapAll<Pick<{
|
|
2
|
-
amount: import('
|
|
3
|
-
voucher: import('
|
|
4
|
-
expirationDate: import('
|
|
5
|
-
productName: import('
|
|
6
|
-
isValid: import('
|
|
7
|
-
isLoading: import('
|
|
2
|
+
amount: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<number>;
|
|
3
|
+
voucher: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
4
|
+
expirationDate: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
5
|
+
productName: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
6
|
+
isValid: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<boolean>;
|
|
7
|
+
isLoading: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<boolean>;
|
|
8
8
|
apply: () => Promise<void>;
|
|
9
9
|
reset: () => void;
|
|
10
10
|
}, "isLoading" | "amount" | "voucher" | "expirationDate" | "productName" | "isValid">>, Pick<{
|
|
11
|
-
amount: import('
|
|
12
|
-
voucher: import('
|
|
13
|
-
expirationDate: import('
|
|
14
|
-
productName: import('
|
|
15
|
-
isValid: import('
|
|
16
|
-
isLoading: import('
|
|
11
|
+
amount: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<number>;
|
|
12
|
+
voucher: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
13
|
+
expirationDate: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
14
|
+
productName: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
15
|
+
isValid: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<boolean>;
|
|
16
|
+
isLoading: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<boolean>;
|
|
17
17
|
apply: () => Promise<void>;
|
|
18
18
|
reset: () => void;
|
|
19
19
|
}, never>, Pick<{
|
|
20
|
-
amount: import('
|
|
21
|
-
voucher: import('
|
|
22
|
-
expirationDate: import('
|
|
23
|
-
productName: import('
|
|
24
|
-
isValid: import('
|
|
25
|
-
isLoading: import('
|
|
20
|
+
amount: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<number>;
|
|
21
|
+
voucher: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
22
|
+
expirationDate: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
23
|
+
productName: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
24
|
+
isValid: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<boolean>;
|
|
25
|
+
isLoading: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<boolean>;
|
|
26
26
|
apply: () => Promise<void>;
|
|
27
27
|
reset: () => void;
|
|
28
28
|
}, "reset" | "apply">>;
|
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
export declare const useAvailabilityStore: import("pinia").StoreDefinition<"availability", import("pinia")._UnwrapAll<Pick<{
|
|
2
|
-
fromDate: import('
|
|
3
|
-
toDate: import('
|
|
2
|
+
fromDate: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<string>;
|
|
3
|
+
toDate: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<string>;
|
|
4
4
|
expiryDate: import("@vueuse/shared").RemovableRef<Date>;
|
|
5
5
|
adults: import("@vueuse/shared").RemovableRef<number>;
|
|
6
6
|
children: import("@vueuse/shared").RemovableRef<number>;
|
|
7
7
|
arrivalDate: import("@vueuse/shared").RemovableRef<Date>;
|
|
8
8
|
departureDate: import("@vueuse/shared").RemovableRef<Date>;
|
|
9
9
|
location: import("@vueuse/shared").RemovableRef<number>;
|
|
10
|
-
isExpired: import('
|
|
11
|
-
nights: import('
|
|
10
|
+
isExpired: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
11
|
+
nights: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
12
12
|
setNewExpiryDate: () => void;
|
|
13
13
|
reset: () => void;
|
|
14
14
|
}, "children" | "expiryDate" | "adults" | "arrivalDate" | "departureDate" | "location">>, Pick<{
|
|
15
|
-
fromDate: import('
|
|
16
|
-
toDate: import('
|
|
15
|
+
fromDate: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<string>;
|
|
16
|
+
toDate: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<string>;
|
|
17
17
|
expiryDate: import("@vueuse/shared").RemovableRef<Date>;
|
|
18
18
|
adults: import("@vueuse/shared").RemovableRef<number>;
|
|
19
19
|
children: import("@vueuse/shared").RemovableRef<number>;
|
|
20
20
|
arrivalDate: import("@vueuse/shared").RemovableRef<Date>;
|
|
21
21
|
departureDate: import("@vueuse/shared").RemovableRef<Date>;
|
|
22
22
|
location: import("@vueuse/shared").RemovableRef<number>;
|
|
23
|
-
isExpired: import('
|
|
24
|
-
nights: import('
|
|
23
|
+
isExpired: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
24
|
+
nights: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
25
25
|
setNewExpiryDate: () => void;
|
|
26
26
|
reset: () => void;
|
|
27
27
|
}, "fromDate" | "toDate" | "isExpired" | "nights">, Pick<{
|
|
28
|
-
fromDate: import('
|
|
29
|
-
toDate: import('
|
|
28
|
+
fromDate: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<string>;
|
|
29
|
+
toDate: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<string>;
|
|
30
30
|
expiryDate: import("@vueuse/shared").RemovableRef<Date>;
|
|
31
31
|
adults: import("@vueuse/shared").RemovableRef<number>;
|
|
32
32
|
children: import("@vueuse/shared").RemovableRef<number>;
|
|
33
33
|
arrivalDate: import("@vueuse/shared").RemovableRef<Date>;
|
|
34
34
|
departureDate: import("@vueuse/shared").RemovableRef<Date>;
|
|
35
35
|
location: import("@vueuse/shared").RemovableRef<number>;
|
|
36
|
-
isExpired: import('
|
|
37
|
-
nights: import('
|
|
36
|
+
isExpired: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
37
|
+
nights: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
38
38
|
setNewExpiryDate: () => void;
|
|
39
39
|
reset: () => void;
|
|
40
40
|
}, "reset" | "setNewExpiryDate">>;
|
package/dist/store/event.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventAddon, OctopusEventRateType, ListingImage, OctopusEventAvailabilityEvent, OctopusEventAvailabilityTemplate, OctopusRestaurantTemplate, OctopusEventTemplate, EventModuleState, EventProduct } from '../types/index.js';
|
|
2
2
|
export declare const useEventStore: import("pinia").StoreDefinition<"event", import("pinia")._UnwrapAll<Pick<{
|
|
3
|
-
metaData: import('
|
|
3
|
+
metaData: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<{
|
|
4
4
|
currency: string;
|
|
5
5
|
description: string;
|
|
6
6
|
maxNumberPerBooking: number;
|
|
@@ -15,7 +15,7 @@ export declare const useEventStore: import("pinia").StoreDefinition<"event", imp
|
|
|
15
15
|
roomGroupID?: number | undefined;
|
|
16
16
|
}[];
|
|
17
17
|
}>;
|
|
18
|
-
listingData: import('
|
|
18
|
+
listingData: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<{
|
|
19
19
|
templates: {
|
|
20
20
|
description: string;
|
|
21
21
|
fromDate: string;
|
|
@@ -61,8 +61,8 @@ export declare const useEventStore: import("pinia").StoreDefinition<"event", imp
|
|
|
61
61
|
toDate: string;
|
|
62
62
|
}[];
|
|
63
63
|
}>;
|
|
64
|
-
tableBasePrice: import('
|
|
65
|
-
availabilityData: import('
|
|
64
|
+
tableBasePrice: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
65
|
+
availabilityData: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<{
|
|
66
66
|
fromDate: string;
|
|
67
67
|
localTime: string;
|
|
68
68
|
numberOfDays: number;
|
|
@@ -107,9 +107,9 @@ export declare const useEventStore: import("pinia").StoreDefinition<"event", imp
|
|
|
107
107
|
price?: number | undefined;
|
|
108
108
|
untilDate: string;
|
|
109
109
|
}[] | undefined>;
|
|
110
|
-
isLoading: import('
|
|
111
|
-
moduleState: import('
|
|
112
|
-
searchDate: import('
|
|
110
|
+
isLoading: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<boolean>;
|
|
111
|
+
moduleState: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<EventModuleState>;
|
|
112
|
+
searchDate: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<{
|
|
113
113
|
toString: () => string;
|
|
114
114
|
toDateString: () => string;
|
|
115
115
|
toTimeString: () => string;
|
|
@@ -172,49 +172,49 @@ export declare const useEventStore: import("pinia").StoreDefinition<"event", imp
|
|
|
172
172
|
(hint: string): string | number;
|
|
173
173
|
};
|
|
174
174
|
}>;
|
|
175
|
-
numberOfPeople: import('
|
|
176
|
-
numberOfDays: import('
|
|
177
|
-
eventId: import('
|
|
178
|
-
tableGroupId: import('
|
|
179
|
-
arrivalTime: import('
|
|
180
|
-
addons: import('
|
|
181
|
-
products: import('
|
|
182
|
-
discountCode: import('
|
|
175
|
+
numberOfPeople: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<number>;
|
|
176
|
+
numberOfDays: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<number>;
|
|
177
|
+
eventId: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<number>;
|
|
178
|
+
tableGroupId: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<number>;
|
|
179
|
+
arrivalTime: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
180
|
+
addons: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<EventAddon>;
|
|
181
|
+
products: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<EventProduct>;
|
|
182
|
+
discountCode: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
183
183
|
name: import("@vueuse/shared").RemovableRef<string>;
|
|
184
184
|
phone: import("@vueuse/shared").RemovableRef<string>;
|
|
185
185
|
email: import("@vueuse/shared").RemovableRef<string>;
|
|
186
|
-
remark: import('
|
|
187
|
-
isTemplateEvent: import('
|
|
188
|
-
currency: import('
|
|
189
|
-
maxNumberOfPeople: import('
|
|
190
|
-
title: import('
|
|
191
|
-
subtitle: import('
|
|
192
|
-
slideshow: import('
|
|
193
|
-
date: import('
|
|
194
|
-
numberOfTotalDays: import('
|
|
195
|
-
numberOfRooms: import('
|
|
196
|
-
fromDate: import('
|
|
197
|
-
getEventData: import('
|
|
198
|
-
length: import('
|
|
199
|
-
templateId: import('
|
|
200
|
-
getEvents: import('
|
|
201
|
-
getTemplates: import('
|
|
202
|
-
hasEvents: import('
|
|
203
|
-
hasTemplates: import('
|
|
204
|
-
basePrice: import('
|
|
205
|
-
totalPrice: import('
|
|
206
|
-
getTemplateData: import('
|
|
207
|
-
getEventTableData: import('
|
|
208
|
-
roomUpgrade: import('
|
|
209
|
-
weekendFee: import('
|
|
210
|
-
hasProducts: import('
|
|
211
|
-
eventRateType: import('
|
|
212
|
-
isReservationFormFilled: import('
|
|
213
|
-
isMetaDataAvailable: import('
|
|
214
|
-
areListingsAvailable: import('
|
|
215
|
-
isAvailabilityDataAvailable: import('
|
|
216
|
-
isPaymentLoading: import('
|
|
217
|
-
getEventImages: import('
|
|
186
|
+
remark: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
187
|
+
isTemplateEvent: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
188
|
+
currency: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<string>;
|
|
189
|
+
maxNumberOfPeople: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
190
|
+
title: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<string>;
|
|
191
|
+
subtitle: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<string>;
|
|
192
|
+
slideshow: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<string[]>;
|
|
193
|
+
date: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<string>;
|
|
194
|
+
numberOfTotalDays: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
195
|
+
numberOfRooms: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
196
|
+
fromDate: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<string>;
|
|
197
|
+
getEventData: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<OctopusEventTemplate | undefined>;
|
|
198
|
+
length: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<string | undefined>;
|
|
199
|
+
templateId: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
200
|
+
getEvents: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<OctopusEventTemplate[]>;
|
|
201
|
+
getTemplates: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<OctopusRestaurantTemplate[]>;
|
|
202
|
+
hasEvents: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
203
|
+
hasTemplates: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
204
|
+
basePrice: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
205
|
+
totalPrice: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
206
|
+
getTemplateData: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<OctopusEventAvailabilityTemplate[] | undefined>;
|
|
207
|
+
getEventTableData: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<OctopusEventAvailabilityEvent[] | undefined>;
|
|
208
|
+
roomUpgrade: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
209
|
+
weekendFee: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
210
|
+
hasProducts: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
211
|
+
eventRateType: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<OctopusEventRateType>;
|
|
212
|
+
isReservationFormFilled: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
213
|
+
isMetaDataAvailable: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
214
|
+
areListingsAvailable: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
215
|
+
isAvailabilityDataAvailable: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
216
|
+
isPaymentLoading: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
217
|
+
getEventImages: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<(id: number) => Array<ListingImage>>;
|
|
218
218
|
isEventListingLoading: (id: number) => boolean;
|
|
219
219
|
fetchMetaData: () => Promise<void>;
|
|
220
220
|
fetchListings: () => Promise<void>;
|
|
@@ -227,7 +227,7 @@ export declare const useEventStore: import("pinia").StoreDefinition<"event", imp
|
|
|
227
227
|
reset: (callback: () => void) => void;
|
|
228
228
|
initialize: () => void;
|
|
229
229
|
}, "name" | "isLoading" | "metaData" | "discountCode" | "availabilityData" | "moduleState" | "arrivalTime" | "email" | "phone" | "remark" | "addons" | "numberOfDays" | "numberOfPeople" | "listingData" | "searchDate" | "eventId" | "tableGroupId" | "products">>, Pick<{
|
|
230
|
-
metaData: import('
|
|
230
|
+
metaData: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<{
|
|
231
231
|
currency: string;
|
|
232
232
|
description: string;
|
|
233
233
|
maxNumberPerBooking: number;
|
|
@@ -242,7 +242,7 @@ export declare const useEventStore: import("pinia").StoreDefinition<"event", imp
|
|
|
242
242
|
roomGroupID?: number | undefined;
|
|
243
243
|
}[];
|
|
244
244
|
}>;
|
|
245
|
-
listingData: import('
|
|
245
|
+
listingData: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<{
|
|
246
246
|
templates: {
|
|
247
247
|
description: string;
|
|
248
248
|
fromDate: string;
|
|
@@ -288,8 +288,8 @@ export declare const useEventStore: import("pinia").StoreDefinition<"event", imp
|
|
|
288
288
|
toDate: string;
|
|
289
289
|
}[];
|
|
290
290
|
}>;
|
|
291
|
-
tableBasePrice: import('
|
|
292
|
-
availabilityData: import('
|
|
291
|
+
tableBasePrice: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
292
|
+
availabilityData: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<{
|
|
293
293
|
fromDate: string;
|
|
294
294
|
localTime: string;
|
|
295
295
|
numberOfDays: number;
|
|
@@ -334,9 +334,9 @@ export declare const useEventStore: import("pinia").StoreDefinition<"event", imp
|
|
|
334
334
|
price?: number | undefined;
|
|
335
335
|
untilDate: string;
|
|
336
336
|
}[] | undefined>;
|
|
337
|
-
isLoading: import('
|
|
338
|
-
moduleState: import('
|
|
339
|
-
searchDate: import('
|
|
337
|
+
isLoading: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<boolean>;
|
|
338
|
+
moduleState: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<EventModuleState>;
|
|
339
|
+
searchDate: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<{
|
|
340
340
|
toString: () => string;
|
|
341
341
|
toDateString: () => string;
|
|
342
342
|
toTimeString: () => string;
|
|
@@ -399,49 +399,49 @@ export declare const useEventStore: import("pinia").StoreDefinition<"event", imp
|
|
|
399
399
|
(hint: string): string | number;
|
|
400
400
|
};
|
|
401
401
|
}>;
|
|
402
|
-
numberOfPeople: import('
|
|
403
|
-
numberOfDays: import('
|
|
404
|
-
eventId: import('
|
|
405
|
-
tableGroupId: import('
|
|
406
|
-
arrivalTime: import('
|
|
407
|
-
addons: import('
|
|
408
|
-
products: import('
|
|
409
|
-
discountCode: import('
|
|
402
|
+
numberOfPeople: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<number>;
|
|
403
|
+
numberOfDays: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<number>;
|
|
404
|
+
eventId: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<number>;
|
|
405
|
+
tableGroupId: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<number>;
|
|
406
|
+
arrivalTime: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
407
|
+
addons: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<EventAddon>;
|
|
408
|
+
products: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<EventProduct>;
|
|
409
|
+
discountCode: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
410
410
|
name: import("@vueuse/shared").RemovableRef<string>;
|
|
411
411
|
phone: import("@vueuse/shared").RemovableRef<string>;
|
|
412
412
|
email: import("@vueuse/shared").RemovableRef<string>;
|
|
413
|
-
remark: import('
|
|
414
|
-
isTemplateEvent: import('
|
|
415
|
-
currency: import('
|
|
416
|
-
maxNumberOfPeople: import('
|
|
417
|
-
title: import('
|
|
418
|
-
subtitle: import('
|
|
419
|
-
slideshow: import('
|
|
420
|
-
date: import('
|
|
421
|
-
numberOfTotalDays: import('
|
|
422
|
-
numberOfRooms: import('
|
|
423
|
-
fromDate: import('
|
|
424
|
-
getEventData: import('
|
|
425
|
-
length: import('
|
|
426
|
-
templateId: import('
|
|
427
|
-
getEvents: import('
|
|
428
|
-
getTemplates: import('
|
|
429
|
-
hasEvents: import('
|
|
430
|
-
hasTemplates: import('
|
|
431
|
-
basePrice: import('
|
|
432
|
-
totalPrice: import('
|
|
433
|
-
getTemplateData: import('
|
|
434
|
-
getEventTableData: import('
|
|
435
|
-
roomUpgrade: import('
|
|
436
|
-
weekendFee: import('
|
|
437
|
-
hasProducts: import('
|
|
438
|
-
eventRateType: import('
|
|
439
|
-
isReservationFormFilled: import('
|
|
440
|
-
isMetaDataAvailable: import('
|
|
441
|
-
areListingsAvailable: import('
|
|
442
|
-
isAvailabilityDataAvailable: import('
|
|
443
|
-
isPaymentLoading: import('
|
|
444
|
-
getEventImages: import('
|
|
413
|
+
remark: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
414
|
+
isTemplateEvent: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
415
|
+
currency: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<string>;
|
|
416
|
+
maxNumberOfPeople: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
417
|
+
title: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<string>;
|
|
418
|
+
subtitle: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<string>;
|
|
419
|
+
slideshow: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<string[]>;
|
|
420
|
+
date: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<string>;
|
|
421
|
+
numberOfTotalDays: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
422
|
+
numberOfRooms: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
423
|
+
fromDate: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<string>;
|
|
424
|
+
getEventData: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<OctopusEventTemplate | undefined>;
|
|
425
|
+
length: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<string | undefined>;
|
|
426
|
+
templateId: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
427
|
+
getEvents: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<OctopusEventTemplate[]>;
|
|
428
|
+
getTemplates: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<OctopusRestaurantTemplate[]>;
|
|
429
|
+
hasEvents: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
430
|
+
hasTemplates: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
431
|
+
basePrice: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
432
|
+
totalPrice: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
433
|
+
getTemplateData: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<OctopusEventAvailabilityTemplate[] | undefined>;
|
|
434
|
+
getEventTableData: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<OctopusEventAvailabilityEvent[] | undefined>;
|
|
435
|
+
roomUpgrade: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
436
|
+
weekendFee: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
437
|
+
hasProducts: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
438
|
+
eventRateType: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<OctopusEventRateType>;
|
|
439
|
+
isReservationFormFilled: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
440
|
+
isMetaDataAvailable: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
441
|
+
areListingsAvailable: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
442
|
+
isAvailabilityDataAvailable: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
443
|
+
isPaymentLoading: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
444
|
+
getEventImages: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<(id: number) => Array<ListingImage>>;
|
|
445
445
|
isEventListingLoading: (id: number) => boolean;
|
|
446
446
|
fetchMetaData: () => Promise<void>;
|
|
447
447
|
fetchListings: () => Promise<void>;
|
|
@@ -454,7 +454,7 @@ export declare const useEventStore: import("pinia").StoreDefinition<"event", imp
|
|
|
454
454
|
reset: (callback: () => void) => void;
|
|
455
455
|
initialize: () => void;
|
|
456
456
|
}, "length" | "title" | "slideshow" | "currency" | "date" | "fromDate" | "isMetaDataAvailable" | "isAvailabilityDataAvailable" | "totalPrice" | "isPaymentLoading" | "isReservationFormFilled" | "weekendFee" | "subtitle" | "tableBasePrice" | "isTemplateEvent" | "maxNumberOfPeople" | "numberOfTotalDays" | "numberOfRooms" | "getEventData" | "templateId" | "getEvents" | "getTemplates" | "hasEvents" | "hasTemplates" | "basePrice" | "getTemplateData" | "getEventTableData" | "roomUpgrade" | "hasProducts" | "eventRateType" | "areListingsAvailable" | "getEventImages">, Pick<{
|
|
457
|
-
metaData: import('
|
|
457
|
+
metaData: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<{
|
|
458
458
|
currency: string;
|
|
459
459
|
description: string;
|
|
460
460
|
maxNumberPerBooking: number;
|
|
@@ -469,7 +469,7 @@ export declare const useEventStore: import("pinia").StoreDefinition<"event", imp
|
|
|
469
469
|
roomGroupID?: number | undefined;
|
|
470
470
|
}[];
|
|
471
471
|
}>;
|
|
472
|
-
listingData: import('
|
|
472
|
+
listingData: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<{
|
|
473
473
|
templates: {
|
|
474
474
|
description: string;
|
|
475
475
|
fromDate: string;
|
|
@@ -515,8 +515,8 @@ export declare const useEventStore: import("pinia").StoreDefinition<"event", imp
|
|
|
515
515
|
toDate: string;
|
|
516
516
|
}[];
|
|
517
517
|
}>;
|
|
518
|
-
tableBasePrice: import('
|
|
519
|
-
availabilityData: import('
|
|
518
|
+
tableBasePrice: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
519
|
+
availabilityData: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<{
|
|
520
520
|
fromDate: string;
|
|
521
521
|
localTime: string;
|
|
522
522
|
numberOfDays: number;
|
|
@@ -561,9 +561,9 @@ export declare const useEventStore: import("pinia").StoreDefinition<"event", imp
|
|
|
561
561
|
price?: number | undefined;
|
|
562
562
|
untilDate: string;
|
|
563
563
|
}[] | undefined>;
|
|
564
|
-
isLoading: import('
|
|
565
|
-
moduleState: import('
|
|
566
|
-
searchDate: import('
|
|
564
|
+
isLoading: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<boolean>;
|
|
565
|
+
moduleState: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<EventModuleState>;
|
|
566
|
+
searchDate: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<{
|
|
567
567
|
toString: () => string;
|
|
568
568
|
toDateString: () => string;
|
|
569
569
|
toTimeString: () => string;
|
|
@@ -626,49 +626,49 @@ export declare const useEventStore: import("pinia").StoreDefinition<"event", imp
|
|
|
626
626
|
(hint: string): string | number;
|
|
627
627
|
};
|
|
628
628
|
}>;
|
|
629
|
-
numberOfPeople: import('
|
|
630
|
-
numberOfDays: import('
|
|
631
|
-
eventId: import('
|
|
632
|
-
tableGroupId: import('
|
|
633
|
-
arrivalTime: import('
|
|
634
|
-
addons: import('
|
|
635
|
-
products: import('
|
|
636
|
-
discountCode: import('
|
|
629
|
+
numberOfPeople: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<number>;
|
|
630
|
+
numberOfDays: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<number>;
|
|
631
|
+
eventId: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<number>;
|
|
632
|
+
tableGroupId: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<number>;
|
|
633
|
+
arrivalTime: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
634
|
+
addons: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<EventAddon>;
|
|
635
|
+
products: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<EventProduct>;
|
|
636
|
+
discountCode: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
637
637
|
name: import("@vueuse/shared").RemovableRef<string>;
|
|
638
638
|
phone: import("@vueuse/shared").RemovableRef<string>;
|
|
639
639
|
email: import("@vueuse/shared").RemovableRef<string>;
|
|
640
|
-
remark: import('
|
|
641
|
-
isTemplateEvent: import('
|
|
642
|
-
currency: import('
|
|
643
|
-
maxNumberOfPeople: import('
|
|
644
|
-
title: import('
|
|
645
|
-
subtitle: import('
|
|
646
|
-
slideshow: import('
|
|
647
|
-
date: import('
|
|
648
|
-
numberOfTotalDays: import('
|
|
649
|
-
numberOfRooms: import('
|
|
650
|
-
fromDate: import('
|
|
651
|
-
getEventData: import('
|
|
652
|
-
length: import('
|
|
653
|
-
templateId: import('
|
|
654
|
-
getEvents: import('
|
|
655
|
-
getTemplates: import('
|
|
656
|
-
hasEvents: import('
|
|
657
|
-
hasTemplates: import('
|
|
658
|
-
basePrice: import('
|
|
659
|
-
totalPrice: import('
|
|
660
|
-
getTemplateData: import('
|
|
661
|
-
getEventTableData: import('
|
|
662
|
-
roomUpgrade: import('
|
|
663
|
-
weekendFee: import('
|
|
664
|
-
hasProducts: import('
|
|
665
|
-
eventRateType: import('
|
|
666
|
-
isReservationFormFilled: import('
|
|
667
|
-
isMetaDataAvailable: import('
|
|
668
|
-
areListingsAvailable: import('
|
|
669
|
-
isAvailabilityDataAvailable: import('
|
|
670
|
-
isPaymentLoading: import('
|
|
671
|
-
getEventImages: import('
|
|
640
|
+
remark: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').Ref<string>;
|
|
641
|
+
isTemplateEvent: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
642
|
+
currency: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<string>;
|
|
643
|
+
maxNumberOfPeople: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
644
|
+
title: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<string>;
|
|
645
|
+
subtitle: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<string>;
|
|
646
|
+
slideshow: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<string[]>;
|
|
647
|
+
date: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<string>;
|
|
648
|
+
numberOfTotalDays: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
649
|
+
numberOfRooms: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
650
|
+
fromDate: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<string>;
|
|
651
|
+
getEventData: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<OctopusEventTemplate | undefined>;
|
|
652
|
+
length: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<string | undefined>;
|
|
653
|
+
templateId: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
654
|
+
getEvents: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<OctopusEventTemplate[]>;
|
|
655
|
+
getTemplates: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<OctopusRestaurantTemplate[]>;
|
|
656
|
+
hasEvents: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
657
|
+
hasTemplates: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
658
|
+
basePrice: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
659
|
+
totalPrice: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
660
|
+
getTemplateData: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<OctopusEventAvailabilityTemplate[] | undefined>;
|
|
661
|
+
getEventTableData: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<OctopusEventAvailabilityEvent[] | undefined>;
|
|
662
|
+
roomUpgrade: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
663
|
+
weekendFee: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<number>;
|
|
664
|
+
hasProducts: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
665
|
+
eventRateType: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<OctopusEventRateType>;
|
|
666
|
+
isReservationFormFilled: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
667
|
+
isMetaDataAvailable: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
668
|
+
areListingsAvailable: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
669
|
+
isAvailabilityDataAvailable: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
670
|
+
isPaymentLoading: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<boolean>;
|
|
671
|
+
getEventImages: import('../../https:/unpkg.com/vue@3.3.10/dist/vue.esm-browser.prod.js').ComputedRef<(id: number) => Array<ListingImage>>;
|
|
672
672
|
isEventListingLoading: (id: number) => boolean;
|
|
673
673
|
fetchMetaData: () => Promise<void>;
|
|
674
674
|
fetchListings: () => Promise<void>;
|