@konnectio/core 4.0.56-rc2 → 4.0.56-rc3
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-Qf4JAgBa.js → ActionField-9I-yAskc.js} +1 -1
- package/dist/ActionField-9I-yAskc.js.br +0 -0
- package/dist/{AvailabilitySkeleton-GPTCv3Xy.js → AvailabilitySkeleton-hoauL0os.js} +4 -4
- package/dist/AvailabilitySkeleton-hoauL0os.js.br +0 -0
- package/dist/{CheckoutWindow-S9xKe_Wf.js → CheckoutWindow-31th413C.js} +1 -1
- package/dist/CheckoutWindow-31th413C.js.br +0 -0
- package/dist/Container-gHSYMY7q.js +69 -0
- package/dist/Container-gHSYMY7q.js.br +0 -0
- package/dist/{DateField.vue_vue_type_style_index_0_lang-iz9zEBOR.js → DateField.vue_vue_type_style_index_0_lang-mpnWj2LD.js} +2919 -2911
- package/dist/DateField.vue_vue_type_style_index_0_lang-mpnWj2LD.js.br +0 -0
- package/dist/{Field-b7XkSAoi.js → Field-QHvFgmEq.js} +2 -2
- package/dist/Field-QHvFgmEq.js.br +0 -0
- package/dist/{SelectField.vue_vue_type_style_index_0_lang-30hJu8vr.js → SelectField.vue_vue_type_style_index_0_lang-j_yHB51P.js} +4621 -4555
- package/dist/SelectField.vue_vue_type_style_index_0_lang-j_yHB51P.js.br +0 -0
- package/dist/{ThankYou-LiiG3Zv1.js → ThankYou-SQ_bbgj4.js} +4389 -4325
- package/dist/ThankYou-SQ_bbgj4.js.br +0 -0
- package/dist/{_-FAlGPZqe.js → _-FedWhJCw.js} +1 -1
- package/dist/_commonjsHelpers-FF1eOqK0.js +8 -0
- package/dist/availability.js +8 -8
- package/dist/availability.js.br +0 -0
- package/dist/components/Alert.vue.d.ts +27 -4
- package/dist/components/Clickable.vue.d.ts +59 -4
- package/dist/components/Container.vue.d.ts +22 -4
- package/dist/components/ErrorMessage.vue.d.ts +14 -4
- package/dist/components/Gallery.vue.d.ts +30 -4
- package/dist/components/GoogleNotice.vue.d.ts +2 -4
- package/dist/components/Icon.vue.d.ts +37 -4
- package/dist/components/Loading.vue.d.ts +28 -4
- package/dist/components/Spinner.vue.d.ts +1 -3
- package/dist/components/forms/EventAvailabilityForm.vue.d.ts +17 -4
- package/dist/components/forms/HotelAvailabilityForm.vue.d.ts +33 -4
- package/dist/components/forms/HotelReservationForm.vue.d.ts +41 -4
- package/dist/components/forms/MultiStepForm.vue.d.ts +42 -4
- package/dist/components/forms/ReservationForm.vue.d.ts +62 -5
- package/dist/components/forms/_.vue.d.ts +42 -4
- package/dist/components/inputs/Checkbox.vue.d.ts +54 -4
- package/dist/components/inputs/CheckboxField.vue.d.ts +28 -4
- package/dist/components/inputs/DateField.vue.d.ts +104 -5
- package/dist/components/inputs/InputField.vue.d.ts +61 -4
- package/dist/components/inputs/MediaSelector.vue.d.ts +42 -4
- package/dist/components/inputs/NumberField.vue.d.ts +87 -5
- package/dist/components/inputs/SelectField.vue.d.ts +90 -5
- package/dist/components/inputs/TextField.vue.d.ts +67 -4
- package/dist/components/inputs/TimeField.vue.d.ts +44 -5
- package/dist/components/inputs/grouped/ActionField.vue.d.ts +71 -4
- package/dist/components/inputs/grouped/CountryField.vue.d.ts +40 -4
- package/dist/components/inputs/grouped/NameField.vue.d.ts +70 -4
- package/dist/components/inputs/grouped/PhoneField.vue.d.ts +50 -4
- package/dist/components/inputs/grouped/RoomConfigField.vue.d.ts +46 -4
- package/dist/components/listings/Base.vue.d.ts +55 -5
- package/dist/components/listings/Event.vue.d.ts +46 -4
- package/dist/components/listings/Hotel.vue.d.ts +15 -4
- package/dist/components/listings/Template.vue.d.ts +20 -4
- package/dist/components/side-panels/Base.vue.d.ts +60 -5
- package/dist/components/side-panels/ListingInfo.vue.d.ts +17 -4
- package/dist/components/side-panels/Template.vue.d.ts +17 -4
- package/dist/components/side-panels/TermsOfService.vue.d.ts +13 -4
- package/dist/components/skeletons/AvailabilitySkeleton.vue.d.ts +32 -4
- package/dist/components/skeletons/Field.vue.d.ts +35 -4
- package/dist/components/skeletons/GiftCardSkeleton.vue.d.ts +1 -4
- package/dist/components/skeletons/HotelSkeleton.vue.d.ts +1 -4
- package/dist/components/skeletons/Listing.vue.d.ts +1 -4
- package/dist/components/skeletons/Sidebar.vue.d.ts +1 -4
- package/dist/components/skeletons/_.vue.d.ts +35 -4
- package/dist/components/views/CheckoutWindow.vue.d.ts +1 -4
- package/dist/components/views/TermsOfService.vue.d.ts +1 -4
- package/dist/components/views/ThankYou.vue.d.ts +14 -4
- package/dist/entries/availability.d.ts +1 -1
- package/dist/entries/event.d.ts +1 -1
- package/dist/entries/gift-card-validation.d.ts +1 -1
- package/dist/entries/gift-card.d.ts +1 -1
- package/dist/entries/hotel.d.ts +1 -1
- package/dist/event-4kCWoqDL.js +359 -0
- package/dist/event-4kCWoqDL.js.br +0 -0
- package/dist/event.js +8 -8
- package/dist/event.js.br +0 -0
- package/dist/gift-card-validation.js +4 -4
- package/dist/gift-card-validation.js.br +0 -0
- package/dist/gift-card.js +281 -251
- package/dist/gift-card.js.br +0 -0
- package/dist/hotel.js +1636 -1581
- 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.js +67 -67
- 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 +3 -3
- package/dist/store/tracking.d.ts +6 -6
- package/dist/store/utilities.d.ts +129 -129
- package/package.json +4 -1
- package/dist/ActionField-Qf4JAgBa.js.br +0 -0
- package/dist/ActionField-ztW-1xka.cjs +0 -1
- package/dist/AvailabilitySkeleton-GPTCv3Xy.js.br +0 -0
- package/dist/AvailabilitySkeleton-v0QVPuim.cjs +0 -1
- package/dist/CheckoutWindow-NUwbNAPw.cjs +0 -1
- package/dist/CheckoutWindow-S9xKe_Wf.js.br +0 -0
- package/dist/Container-Fl2PKj-u.js +0 -59
- package/dist/Container-Fl2PKj-u.js.br +0 -0
- package/dist/Container-Y6_3uTWy.cjs +0 -1
- package/dist/DateField.vue_vue_type_style_index_0_lang-hZTsLsOv.cjs +0 -2
- package/dist/DateField.vue_vue_type_style_index_0_lang-iz9zEBOR.js.br +0 -0
- package/dist/Field-UTbHMN9U.cjs +0 -1
- package/dist/Field-b7XkSAoi.js.br +0 -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 +0 -851
- package/dist/ThankYou-LiiG3Zv1.js.br +0 -0
- package/dist/ThankYou-M6d4G8pc.cjs +0 -59
- package/dist/_-oL4OsiNw.cjs +0 -1
- package/dist/_commonjsHelpers-f3sTPFkQ.js +0 -8
- package/dist/_commonjsHelpers-f52AuuUj.cjs +0 -1
- package/dist/availability.cjs +0 -2
- package/dist/event-GaUgVNzy.cjs +0 -1
- package/dist/event-MXmxvcpC.js +0 -329
- package/dist/event-MXmxvcpC.js.br +0 -0
- package/dist/event.cjs +0 -1
- package/dist/gift-card-validation.cjs +0 -1
- package/dist/gift-card.cjs +0 -1
- package/dist/hotel.cjs +0 -19
- package/dist/navigation.cjs +0 -1
- package/dist/polyfill.cjs +0 -4
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as t, useCssVars as o, openBlock as a, createElementBlock as s } from "vue";
|
|
2
|
-
import { _ as r } from "./SelectField.vue_vue_type_style_index_0_lang-
|
|
2
|
+
import { _ as r } from "./SelectField.vue_vue_type_style_index_0_lang-j_yHB51P.js";
|
|
3
3
|
const d = { class: "placeholder" }, p = /* @__PURE__ */ t({
|
|
4
4
|
__name: "_",
|
|
5
5
|
props: {
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
var o = typeof globalThis != "undefined" ? globalThis : typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : {};
|
|
2
|
+
function l(e) {
|
|
3
|
+
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
4
|
+
}
|
|
5
|
+
export {
|
|
6
|
+
o as c,
|
|
7
|
+
l as g
|
|
8
|
+
};
|
package/dist/availability.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { defineComponent as U, computed as k, openBlock as B, createBlock as R, withCtx as i, createVNode as o, unref as D, isRef as L, createElementVNode as A, createElementBlock as G, toDisplayString as l, pushScopeId as F, popScopeId as s, ref as O, onMounted as N, Suspense as T, Fragment as p, normalizeClass as a, withModifiers as j, createCommentVNode as x, Transition as H, createApp as u } from "vue";
|
|
2
|
-
import { s as d, l as c, C as W, f as y, _ as K, m as b, q as Z, t as V } from "./SelectField.vue_vue_type_style_index_0_lang-
|
|
3
|
-
import { C as r } from "./Container-
|
|
4
|
-
import { _ as P, H as v, A as f } from "./AvailabilitySkeleton-
|
|
5
|
-
import { u as q } from "./event-
|
|
6
|
-
import { _ as X } from "./DateField.vue_vue_type_style_index_0_lang-
|
|
7
|
-
import "./_commonjsHelpers-
|
|
8
|
-
import "./_-
|
|
9
|
-
import "./Field-
|
|
2
|
+
import { s as d, l as c, C as W, f as y, _ as K, m as b, q as Z, t as V } from "./SelectField.vue_vue_type_style_index_0_lang-j_yHB51P.js";
|
|
3
|
+
import { C as r } from "./Container-gHSYMY7q.js";
|
|
4
|
+
import { _ as P, H as v, A as f } from "./AvailabilitySkeleton-hoauL0os.js";
|
|
5
|
+
import { u as q } from "./event-4kCWoqDL.js";
|
|
6
|
+
import { _ as X } from "./DateField.vue_vue_type_style_index_0_lang-mpnWj2LD.js";
|
|
7
|
+
import "./_commonjsHelpers-FF1eOqK0.js";
|
|
8
|
+
import "./_-FedWhJCw.js";
|
|
9
|
+
import "./Field-QHvFgmEq.js";
|
|
10
10
|
const z = { class: "konnectio-search-button" }, _ = /* @__PURE__ */ U({
|
|
11
11
|
__name: "EventAvailabilityForm",
|
|
12
12
|
props: {
|
package/dist/availability.js.br
CHANGED
|
Binary file
|
|
@@ -1,5 +1,28 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
interface Props {
|
|
2
|
+
localDomain?: string;
|
|
3
|
+
}
|
|
4
|
+
declare const _default: import('../../vue.runtime.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
5
|
+
localDomain: string;
|
|
6
|
+
}>, {}, unknown, {}, {}, import('../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue.runtime.esm-bundler.js').VNodeProps & import('../../vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../vue.runtime.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
7
|
+
localDomain: string;
|
|
8
|
+
}>>>, {
|
|
9
|
+
localDomain: string;
|
|
10
|
+
}, {}>;
|
|
4
11
|
export default _default;
|
|
5
|
-
|
|
12
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
13
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
14
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
15
|
+
type: import('../../vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
16
|
+
} : {
|
|
17
|
+
type: import('../../vue.runtime.esm-bundler.js').PropType<T[K]>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
type __VLS_WithDefaults<P, D> = {
|
|
22
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
23
|
+
default: D[K];
|
|
24
|
+
}> : P[K];
|
|
25
|
+
};
|
|
26
|
+
type __VLS_Prettify<T> = {
|
|
27
|
+
[K in keyof T]: T[K];
|
|
28
|
+
} & {};
|
|
@@ -1,5 +1,60 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
type buttonType = 'button' | 'submit' | 'reset' | undefined;
|
|
2
|
+
interface Props {
|
|
3
|
+
label?: string;
|
|
4
|
+
type?: buttonType;
|
|
5
|
+
icon?: string;
|
|
6
|
+
iconType?: string;
|
|
7
|
+
iconColor?: string;
|
|
8
|
+
tabindex?: string;
|
|
9
|
+
fullWidth?: boolean;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
secondary?: boolean;
|
|
12
|
+
isLoading?: boolean;
|
|
13
|
+
}
|
|
14
|
+
declare const _default: import('../../vue.runtime.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
15
|
+
type: string;
|
|
16
|
+
iconType: string;
|
|
17
|
+
tabindex: string;
|
|
18
|
+
fullWidth: boolean;
|
|
19
|
+
disabled: boolean;
|
|
20
|
+
secondary: boolean;
|
|
21
|
+
isLoading: boolean;
|
|
22
|
+
}>, {}, unknown, {}, {}, import('../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, {
|
|
23
|
+
"click-event": (...args: any[]) => void;
|
|
24
|
+
}, string, import('../../vue.runtime.esm-bundler.js').VNodeProps & import('../../vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../vue.runtime.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
25
|
+
type: string;
|
|
26
|
+
iconType: string;
|
|
27
|
+
tabindex: string;
|
|
28
|
+
fullWidth: boolean;
|
|
29
|
+
disabled: boolean;
|
|
30
|
+
secondary: boolean;
|
|
31
|
+
isLoading: boolean;
|
|
32
|
+
}>>> & {
|
|
33
|
+
"onClick-event"?: ((...args: any[]) => any) | undefined;
|
|
34
|
+
}, {
|
|
35
|
+
type: "button" | "submit" | "reset";
|
|
36
|
+
iconType: string;
|
|
37
|
+
tabindex: string;
|
|
38
|
+
fullWidth: boolean;
|
|
39
|
+
disabled: boolean;
|
|
40
|
+
secondary: boolean;
|
|
41
|
+
isLoading: boolean;
|
|
42
|
+
}, {}>;
|
|
4
43
|
export default _default;
|
|
5
|
-
|
|
44
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
45
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
46
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
47
|
+
type: import('../../vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
48
|
+
} : {
|
|
49
|
+
type: import('../../vue.runtime.esm-bundler.js').PropType<T[K]>;
|
|
50
|
+
required: true;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
type __VLS_WithDefaults<P, D> = {
|
|
54
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
55
|
+
default: D[K];
|
|
56
|
+
}> : P[K];
|
|
57
|
+
};
|
|
58
|
+
type __VLS_Prettify<T> = {
|
|
59
|
+
[K in keyof T]: T[K];
|
|
60
|
+
} & {};
|
|
@@ -1,5 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
|
|
1
|
+
import { KonnectioStyling } from '../types/index.js';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import('../../vue.runtime.esm-bundler.js').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
styling?: Partial<KonnectioStyling> | undefined;
|
|
4
|
+
}>, {}, unknown, {}, {}, import('../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue.runtime.esm-bundler.js').VNodeProps & import('../../vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../vue.runtime.esm-bundler.js').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
+
styling?: Partial<KonnectioStyling> | undefined;
|
|
6
|
+
}>>>, {}, {}>, {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
}>;
|
|
4
9
|
export default _default;
|
|
5
|
-
|
|
10
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
11
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
12
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
13
|
+
type: import('../../vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
14
|
+
} : {
|
|
15
|
+
type: import('../../vue.runtime.esm-bundler.js').PropType<T[K]>;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
@@ -1,5 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
interface Props {
|
|
2
|
+
title: string;
|
|
3
|
+
description: string;
|
|
4
|
+
}
|
|
5
|
+
declare const _default: import('../../vue.runtime.esm-bundler.js').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue.runtime.esm-bundler.js').VNodeProps & import('../../vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../vue.runtime.esm-bundler.js').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
|
|
4
6
|
export default _default;
|
|
5
|
-
|
|
7
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
9
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
10
|
+
type: import('../../vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
11
|
+
} : {
|
|
12
|
+
type: import('../../vue.runtime.esm-bundler.js').PropType<T[K]>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -1,5 +1,31 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { FreshBookingImage } from '../types/index.js';
|
|
2
|
+
type gallerySize = 'small' | 'large';
|
|
3
|
+
interface Props {
|
|
4
|
+
gallery: Array<FreshBookingImage>;
|
|
5
|
+
size?: gallerySize;
|
|
6
|
+
}
|
|
7
|
+
declare const _default: import('../../vue.runtime.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
8
|
+
size: string;
|
|
9
|
+
}>, {}, unknown, {}, {}, import('../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue.runtime.esm-bundler.js').VNodeProps & import('../../vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../vue.runtime.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
10
|
+
size: string;
|
|
11
|
+
}>>>, {
|
|
12
|
+
size: gallerySize;
|
|
13
|
+
}, {}>;
|
|
4
14
|
export default _default;
|
|
5
|
-
|
|
15
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
17
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
18
|
+
type: import('../../vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
19
|
+
} : {
|
|
20
|
+
type: import('../../vue.runtime.esm-bundler.js').PropType<T[K]>;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
type __VLS_WithDefaults<P, D> = {
|
|
25
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
26
|
+
default: D[K];
|
|
27
|
+
}> : P[K];
|
|
28
|
+
};
|
|
29
|
+
type __VLS_Prettify<T> = {
|
|
30
|
+
[K in keyof T]: T[K];
|
|
31
|
+
} & {};
|
|
@@ -1,4 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
export
|
|
3
|
-
export default _sfc_main;
|
|
4
|
-
//# sourceMappingURL=GoogleNotice.vue.d.ts.map
|
|
1
|
+
declare const _default: import('../../vue.runtime.esm-bundler.js').DefineComponent<{}, {}, {}, {}, {}, import('../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue.runtime.esm-bundler.js').VNodeProps & import('../../vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../vue.runtime.esm-bundler.js').ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -1,5 +1,38 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
type iconColor = 'accent' | 'header' | 'font';
|
|
2
|
+
interface Props {
|
|
3
|
+
icon: string;
|
|
4
|
+
color?: iconColor;
|
|
5
|
+
type?: string;
|
|
6
|
+
rotate?: boolean;
|
|
7
|
+
}
|
|
8
|
+
declare const _default: import('../../vue.runtime.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
9
|
+
type: string;
|
|
10
|
+
rotate: boolean;
|
|
11
|
+
color: string;
|
|
12
|
+
}>, {}, unknown, {}, {}, import('../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue.runtime.esm-bundler.js').VNodeProps & import('../../vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../vue.runtime.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
13
|
+
type: string;
|
|
14
|
+
rotate: boolean;
|
|
15
|
+
color: string;
|
|
16
|
+
}>>>, {
|
|
17
|
+
type: string;
|
|
18
|
+
color: iconColor;
|
|
19
|
+
rotate: boolean;
|
|
20
|
+
}, {}>;
|
|
4
21
|
export default _default;
|
|
5
|
-
|
|
22
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
23
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
24
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
25
|
+
type: import('../../vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
26
|
+
} : {
|
|
27
|
+
type: import('../../vue.runtime.esm-bundler.js').PropType<T[K]>;
|
|
28
|
+
required: true;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
type __VLS_WithDefaults<P, D> = {
|
|
32
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
33
|
+
default: D[K];
|
|
34
|
+
}> : P[K];
|
|
35
|
+
};
|
|
36
|
+
type __VLS_Prettify<T> = {
|
|
37
|
+
[K in keyof T]: T[K];
|
|
38
|
+
} & {};
|
|
@@ -1,5 +1,29 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
interface Props {
|
|
2
|
+
color?: string;
|
|
3
|
+
insideButton?: boolean;
|
|
4
|
+
}
|
|
5
|
+
declare const _default: import('../../vue.runtime.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
6
|
+
insideButton: boolean;
|
|
7
|
+
}>, {}, unknown, {}, {}, import('../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue.runtime.esm-bundler.js').VNodeProps & import('../../vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../vue.runtime.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
8
|
+
insideButton: boolean;
|
|
9
|
+
}>>>, {
|
|
10
|
+
insideButton: boolean;
|
|
11
|
+
}, {}>;
|
|
4
12
|
export default _default;
|
|
5
|
-
|
|
13
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
14
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
15
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
16
|
+
type: import('../../vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
17
|
+
} : {
|
|
18
|
+
type: import('../../vue.runtime.esm-bundler.js').PropType<T[K]>;
|
|
19
|
+
required: true;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
type __VLS_WithDefaults<P, D> = {
|
|
23
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
24
|
+
default: D[K];
|
|
25
|
+
}> : P[K];
|
|
26
|
+
};
|
|
27
|
+
type __VLS_Prettify<T> = {
|
|
28
|
+
[K in keyof T]: T[K];
|
|
29
|
+
} & {};
|
|
@@ -1,4 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
declare const _default: any;
|
|
1
|
+
declare const _default: import('../../vue.runtime.esm-bundler.js').DefineComponent<{}, {}, {}, {}, {}, import('../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue.runtime.esm-bundler.js').VNodeProps & import('../../vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../vue.runtime.esm-bundler.js').ExtractPropTypes<{}>>, {}, {}>;
|
|
3
2
|
export default _default;
|
|
4
|
-
//# sourceMappingURL=Spinner.vue.d.ts.map
|
|
@@ -1,5 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
interface LocalizedLink {
|
|
2
|
+
[locale: string]: string;
|
|
3
|
+
}
|
|
4
|
+
declare const _default: import('../../../vue.runtime.esm-bundler.js').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
+
link?: string | LocalizedLink | undefined;
|
|
6
|
+
}>, {}, unknown, {}, {}, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue.runtime.esm-bundler.js').VNodeProps & import('../../../vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../../vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../../vue.runtime.esm-bundler.js').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
7
|
+
link?: string | LocalizedLink | undefined;
|
|
8
|
+
}>>>, {}, {}>;
|
|
4
9
|
export default _default;
|
|
5
|
-
|
|
10
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
11
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
12
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
13
|
+
type: import('../../../vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
14
|
+
} : {
|
|
15
|
+
type: import('../../../vue.runtime.esm-bundler.js').PropType<T[K]>;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -1,5 +1,34 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
interface LocalizedLink {
|
|
2
|
+
[locale: string]: string;
|
|
3
|
+
}
|
|
4
|
+
declare const _default: import('../../../vue.runtime.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
+
booking?: boolean | undefined;
|
|
6
|
+
link?: string | LocalizedLink | undefined;
|
|
7
|
+
}>, {
|
|
8
|
+
booking: boolean;
|
|
9
|
+
}>, {}, unknown, {}, {}, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue.runtime.esm-bundler.js').VNodeProps & import('../../../vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../../vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../../vue.runtime.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
10
|
+
booking?: boolean | undefined;
|
|
11
|
+
link?: string | LocalizedLink | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
booking: boolean;
|
|
14
|
+
}>>>, {
|
|
15
|
+
booking: boolean;
|
|
16
|
+
}, {}>;
|
|
4
17
|
export default _default;
|
|
5
|
-
|
|
18
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
19
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
20
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
21
|
+
type: import('../../../vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
22
|
+
} : {
|
|
23
|
+
type: import('../../../vue.runtime.esm-bundler.js').PropType<T[K]>;
|
|
24
|
+
required: true;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
type __VLS_WithDefaults<P, D> = {
|
|
28
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
29
|
+
default: D[K];
|
|
30
|
+
}> : P[K];
|
|
31
|
+
};
|
|
32
|
+
type __VLS_Prettify<T> = {
|
|
33
|
+
[K in keyof T]: T[K];
|
|
34
|
+
} & {};
|
|
@@ -1,4 +1,41 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
interface Props {
|
|
2
|
+
showGiftCard?: boolean;
|
|
3
|
+
showTermsNotice?: boolean;
|
|
4
|
+
}
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<import('../../../vue.runtime.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
6
|
+
showGiftCard: boolean;
|
|
7
|
+
showTermsNotice: boolean;
|
|
8
|
+
}>, {}, unknown, {}, {}, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue.runtime.esm-bundler.js').VNodeProps & import('../../../vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../../vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../../vue.runtime.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
9
|
+
showGiftCard: boolean;
|
|
10
|
+
showTermsNotice: boolean;
|
|
11
|
+
}>>>, {
|
|
12
|
+
showTermsNotice: boolean;
|
|
13
|
+
showGiftCard: boolean;
|
|
14
|
+
}, {}>, {
|
|
15
|
+
addons?(_: {}): any;
|
|
16
|
+
form?(_: {}): any;
|
|
17
|
+
navigation?(_: {}): any;
|
|
18
|
+
}>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
21
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
22
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
23
|
+
type: import('../../../vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
24
|
+
} : {
|
|
25
|
+
type: import('../../../vue.runtime.esm-bundler.js').PropType<T[K]>;
|
|
26
|
+
required: true;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
type __VLS_WithDefaults<P, D> = {
|
|
30
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
31
|
+
default: D[K];
|
|
32
|
+
}> : P[K];
|
|
33
|
+
};
|
|
34
|
+
type __VLS_Prettify<T> = {
|
|
35
|
+
[K in keyof T]: T[K];
|
|
36
|
+
} & {};
|
|
37
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
38
|
+
new (): {
|
|
39
|
+
$slots: S;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
@@ -1,5 +1,43 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { BookingHeaderLayout } from '../../types/index.js';
|
|
2
|
+
interface Props {
|
|
3
|
+
layout?: BookingHeaderLayout;
|
|
4
|
+
title?: string;
|
|
5
|
+
subtitle?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const _default: __VLS_WithTemplateSlots<import('../../../vue.runtime.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
8
|
+
layout: BookingHeaderLayout;
|
|
9
|
+
}>, {}, unknown, {}, {}, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, {
|
|
10
|
+
reset: (...args: any[]) => void;
|
|
11
|
+
}, string, import('../../../vue.runtime.esm-bundler.js').VNodeProps & import('../../../vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../../vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../../vue.runtime.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
12
|
+
layout: BookingHeaderLayout;
|
|
13
|
+
}>>> & {
|
|
14
|
+
onReset?: ((...args: any[]) => any) | undefined;
|
|
15
|
+
}, {
|
|
16
|
+
layout: BookingHeaderLayout;
|
|
17
|
+
}, {}>, Partial<Record<string, (_: {
|
|
18
|
+
next: (n?: number) => void;
|
|
19
|
+
prev: (n?: number) => void;
|
|
20
|
+
}) => any>>>;
|
|
4
21
|
export default _default;
|
|
5
|
-
|
|
22
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
23
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
24
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
25
|
+
type: import('../../../vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
26
|
+
} : {
|
|
27
|
+
type: import('../../../vue.runtime.esm-bundler.js').PropType<T[K]>;
|
|
28
|
+
required: true;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
type __VLS_WithDefaults<P, D> = {
|
|
32
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
33
|
+
default: D[K];
|
|
34
|
+
}> : P[K];
|
|
35
|
+
};
|
|
36
|
+
type __VLS_Prettify<T> = {
|
|
37
|
+
[K in keyof T]: T[K];
|
|
38
|
+
} & {};
|
|
39
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
40
|
+
new (): {
|
|
41
|
+
$slots: S;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
@@ -1,6 +1,63 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
interface Props {
|
|
2
|
+
showTermsNotice?: boolean;
|
|
3
|
+
showGiftCard?: boolean;
|
|
4
|
+
isSidebarLoading?: boolean;
|
|
5
|
+
totalPrice: number;
|
|
6
|
+
basePrice?: number;
|
|
7
|
+
weekendFee?: number;
|
|
8
|
+
roomUpgrade?: number;
|
|
9
|
+
buttonIconColor?: string;
|
|
10
|
+
notice?: string;
|
|
11
|
+
}
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<import('../../../vue.runtime.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
13
|
+
showTermsNotice: boolean;
|
|
14
|
+
showGiftCard: boolean;
|
|
15
|
+
isSidebarLoading: boolean;
|
|
16
|
+
basePrice: number;
|
|
17
|
+
weekendFee: number;
|
|
18
|
+
roomUpgrade: number;
|
|
19
|
+
}>, {}, unknown, {}, {}, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue.runtime.esm-bundler.js').VNodeProps & import('../../../vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../../vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../../vue.runtime.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
20
|
+
showTermsNotice: boolean;
|
|
21
|
+
showGiftCard: boolean;
|
|
22
|
+
isSidebarLoading: boolean;
|
|
23
|
+
basePrice: number;
|
|
24
|
+
weekendFee: number;
|
|
25
|
+
roomUpgrade: number;
|
|
26
|
+
}>>>, {
|
|
27
|
+
weekendFee: number;
|
|
28
|
+
basePrice: number;
|
|
29
|
+
roomUpgrade: number;
|
|
30
|
+
showTermsNotice: boolean;
|
|
31
|
+
showGiftCard: boolean;
|
|
32
|
+
isSidebarLoading: boolean;
|
|
33
|
+
}, {}>, {
|
|
34
|
+
form?(_: {}): any;
|
|
35
|
+
"reservation-summary"?(_: {}): any;
|
|
36
|
+
"price-summary"?(_: {}): any;
|
|
37
|
+
expenses?(_: {}): any;
|
|
38
|
+
navigation?(_: {}): any;
|
|
39
|
+
addons?(_: {}): any;
|
|
40
|
+
}>;
|
|
5
41
|
export default _default;
|
|
6
|
-
|
|
42
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
43
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
44
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
45
|
+
type: import('../../../vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
46
|
+
} : {
|
|
47
|
+
type: import('../../../vue.runtime.esm-bundler.js').PropType<T[K]>;
|
|
48
|
+
required: true;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
type __VLS_WithDefaults<P, D> = {
|
|
52
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
53
|
+
default: D[K];
|
|
54
|
+
}> : P[K];
|
|
55
|
+
};
|
|
56
|
+
type __VLS_Prettify<T> = {
|
|
57
|
+
[K in keyof T]: T[K];
|
|
58
|
+
} & {};
|
|
59
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
60
|
+
new (): {
|
|
61
|
+
$slots: S;
|
|
62
|
+
};
|
|
63
|
+
};
|
|
@@ -1,4 +1,42 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('../../../vue.runtime.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
type?: string | undefined;
|
|
3
|
+
}>, {
|
|
4
|
+
type: string;
|
|
5
|
+
}>, {}, unknown, {}, {}, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, {
|
|
6
|
+
submit: (...args: any[]) => void;
|
|
7
|
+
}, string, import('../../../vue.runtime.esm-bundler.js').VNodeProps & import('../../../vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../../vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../../vue.runtime.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
8
|
+
type?: string | undefined;
|
|
9
|
+
}>, {
|
|
10
|
+
type: string;
|
|
11
|
+
}>>> & {
|
|
12
|
+
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
13
|
+
}, {
|
|
14
|
+
type: string;
|
|
15
|
+
}, {}>, {
|
|
16
|
+
default?(_: {
|
|
17
|
+
isLoading: boolean;
|
|
18
|
+
}): any;
|
|
19
|
+
}>;
|
|
20
|
+
export default _default;
|
|
21
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
22
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
23
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
24
|
+
type: import('../../../vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
25
|
+
} : {
|
|
26
|
+
type: import('../../../vue.runtime.esm-bundler.js').PropType<T[K]>;
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
type __VLS_WithDefaults<P, D> = {
|
|
31
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
32
|
+
default: D[K];
|
|
33
|
+
}> : P[K];
|
|
34
|
+
};
|
|
35
|
+
type __VLS_Prettify<T> = {
|
|
36
|
+
[K in keyof T]: T[K];
|
|
37
|
+
} & {};
|
|
38
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
39
|
+
new (): {
|
|
40
|
+
$slots: S;
|
|
41
|
+
};
|
|
42
|
+
};
|