@konnectio/core 4.0.9 → 4.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ActionField-8a007a6c.cjs +1 -0
- package/dist/{ActionField-f3d5b218.js → ActionField-d1266f8b.js} +4 -4
- package/dist/ActionField-d1266f8b.js.br +0 -0
- package/dist/AvailabilitySkeleton-0e6d048b.js +382 -0
- package/dist/AvailabilitySkeleton-0e6d048b.js.br +0 -0
- package/dist/AvailabilitySkeleton-3ba8c412.cjs +1 -0
- package/dist/DateField.vue_vue_type_style_index_0_lang-31a9e5dc.cjs +5 -0
- package/dist/{payment-cce506b8.js → DateField.vue_vue_type_style_index_0_lang-3f5993f7.js} +3216 -2953
- package/dist/DateField.vue_vue_type_style_index_0_lang-3f5993f7.js.br +0 -0
- package/dist/Field-028d9987.cjs +1 -0
- package/dist/Field-ea77905a.js +42 -0
- package/dist/Field-ea77905a.js.br +0 -0
- package/dist/{applyGiftCard-dea77ba6.js → NumberField.vue_vue_type_script_setup_true_lang-d3b3206f.js} +59 -59
- package/dist/NumberField.vue_vue_type_script_setup_true_lang-d3b3206f.js.br +0 -0
- package/dist/NumberField.vue_vue_type_script_setup_true_lang-d756efc3.cjs +1 -0
- package/dist/SelectField.vue_vue_type_style_index_0_lang-2b92f88c.cjs +806 -0
- package/dist/SelectField.vue_vue_type_style_index_0_lang-d1f9b48d.js +19169 -0
- package/dist/SelectField.vue_vue_type_style_index_0_lang-d1f9b48d.js.br +0 -0
- package/dist/{TextField-b8f4462a.js → TextField-4e7defc6.js} +139 -137
- package/dist/TextField-4e7defc6.js.br +0 -0
- package/dist/{TextField-99e69631.cjs → TextField-641e6fd1.cjs} +1 -1
- package/dist/ThankYou-2c1ee36b.cjs +54 -0
- package/dist/ThankYou-6fc9044f.js +11777 -0
- package/dist/ThankYou-6fc9044f.js.br +0 -0
- package/dist/_-82677476.cjs +1 -0
- package/dist/_-f5a3364b.js +82 -0
- package/dist/_-f5a3364b.js.br +0 -0
- package/dist/assets/typescript/mixins.d.ts +1 -4
- package/dist/availability.cjs +2 -2
- package/dist/availability.js +94 -142
- package/dist/availability.js.br +0 -0
- package/dist/components/Icon.vue.d.ts +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/HotelReservationForm.vue.d.ts +4 -0
- package/dist/components/forms/HotelReservationForm.vue.d.ts.map +1 -0
- package/dist/components/forms/MultiStepForm.vue.d.ts +1 -1
- package/dist/components/forms/ReservationForm.vue.d.ts +1 -1
- package/dist/components/forms/_.vue.d.ts +4 -0
- package/dist/components/forms/_.vue.d.ts.map +1 -0
- package/dist/components/inputs/InputField.vue.d.ts +1 -1
- package/dist/components/listings/Base.vue.d.ts +1 -1
- package/dist/components/listings/Event.vue.d.ts +1 -1
- package/dist/components/listings/{Test.vue.d.ts → Hotel.vue.d.ts} +3 -3
- package/dist/components/listings/Hotel.vue.d.ts.map +1 -0
- package/dist/components/modals/Info.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/{side-panels/Hotel.vue.d.ts → skeletons/Sidebar.vue.d.ts} +3 -3
- package/dist/components/skeletons/Sidebar.vue.d.ts.map +1 -0
- package/dist/components/skeletons/_.vue.d.ts +1 -1
- package/dist/components/views/CheckoutWindow.vue.d.ts +1 -1
- package/dist/components/views/TermsOfService.vue.d.ts +1 -1
- package/dist/components/views/ThankYou.vue.d.ts +1 -1
- package/dist/{event-a9067cf5.js → event-46a84617.js} +43 -43
- package/dist/event-46a84617.js.br +0 -0
- package/dist/event-8738e24d.cjs +1 -0
- package/dist/event.cjs +1 -2
- package/dist/event.js +402 -706
- package/dist/event.js.br +0 -0
- package/dist/gift-card-validation.cjs +1 -1
- package/dist/gift-card-validation.js +72 -126
- package/dist/gift-card-validation.js.br +0 -0
- package/dist/gift-card.cjs +1 -1
- package/dist/gift-card.js +303 -391
- package/dist/gift-card.js.br +0 -0
- package/dist/hotel.cjs +5 -5
- package/dist/hotel.js +2215 -2229
- package/dist/hotel.js.br +0 -0
- package/dist/{index-d080b5a0.js → index-a3de1ca3.js} +32 -14
- package/dist/index-a3de1ca3.js.br +0 -0
- package/dist/{index-ec04c269.cjs → index-e81b12be.cjs} +1 -1
- package/dist/layouts/Availability.vue.d.ts +20 -67
- package/dist/layouts/Event.vue.d.ts +16 -242
- package/dist/layouts/GiftCard.vue.d.ts +29 -280
- package/dist/layouts/GiftCardValidation.vue.d.ts +16 -226
- package/dist/layouts/Hotel.vue.d.ts +33 -378
- package/dist/layouts/_.vue.d.ts +31 -20
- package/dist/polyfill.cjs +4 -4
- package/dist/polyfill.js +1587 -1576
- package/dist/polyfill.js.br +0 -0
- package/dist/store/availability.d.ts +1 -1
- package/dist/store/giftCard.d.ts +3 -3
- package/dist/store/hotel.d.ts +318 -204
- package/dist/store/tracking.d.ts +6 -14
- package/dist/store/utilities.d.ts +87 -81
- package/dist/style.css +1 -1
- package/dist/style.css.br +0 -0
- package/dist/types/index.d.ts +44 -8
- package/package.json +21 -21
- package/dist/ActionField-b87d2fd7.cjs +0 -1
- package/dist/ActionField-f3d5b218.js.br +0 -0
- package/dist/AvailabilitySkeleton-019ec202.js +0 -150
- package/dist/AvailabilitySkeleton-019ec202.js.br +0 -0
- package/dist/AvailabilitySkeleton-e288f5be.cjs +0 -1
- package/dist/Field-21bb32d7.cjs +0 -1
- package/dist/Field-6bfeedce.js +0 -59
- package/dist/Field-6bfeedce.js.br +0 -0
- package/dist/SelectField.vue_vue_type_style_index_0_lang-701aecad.js +0 -17193
- package/dist/SelectField.vue_vue_type_style_index_0_lang-701aecad.js.br +0 -0
- package/dist/SelectField.vue_vue_type_style_index_0_lang-a370e66d.cjs +0 -797
- package/dist/TextField-b8f4462a.js.br +0 -0
- package/dist/ThankYou-add684c1.cjs +0 -66
- package/dist/ThankYou-edbf753b.js +0 -14279
- package/dist/ThankYou-edbf753b.js.br +0 -0
- package/dist/applyGiftCard-c21f13ac.cjs +0 -1
- package/dist/applyGiftCard-dea77ba6.js.br +0 -0
- package/dist/components/forms/ReservationFormTest.vue.d.ts +0 -5
- package/dist/components/forms/ReservationFormTest.vue.d.ts.map +0 -1
- package/dist/components/listings/Test.vue.d.ts.map +0 -1
- package/dist/components/side-panels/Base.vue.d.ts +0 -5
- package/dist/components/side-panels/Base.vue.d.ts.map +0 -1
- package/dist/components/side-panels/Hotel.vue.d.ts.map +0 -1
- package/dist/event-2c6a2138.cjs +0 -1
- package/dist/event-a9067cf5.js.br +0 -0
- package/dist/index-d080b5a0.js.br +0 -0
- package/dist/payment-95b2392a.cjs +0 -2
- package/dist/payment-cce506b8.js.br +0 -0
|
@@ -1,283 +1,32 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
layout:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
fontSize: {
|
|
14
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
15
|
-
default: string;
|
|
16
|
-
};
|
|
17
|
-
accessToken: {
|
|
18
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
19
|
-
required: true;
|
|
20
|
-
};
|
|
21
|
-
buttonBackground: {
|
|
22
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
23
|
-
default: string;
|
|
24
|
-
};
|
|
25
|
-
buttonBorder: {
|
|
26
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string | null>;
|
|
27
|
-
default: null;
|
|
28
|
-
};
|
|
29
|
-
buttonBorderRadius: {
|
|
30
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
31
|
-
default: string;
|
|
32
|
-
};
|
|
33
|
-
buttonColor: {
|
|
34
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
35
|
-
default: string;
|
|
36
|
-
};
|
|
37
|
-
buttonFontFamily: {
|
|
38
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
39
|
-
default: string;
|
|
40
|
-
};
|
|
41
|
-
buttonFontSize: {
|
|
42
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
43
|
-
default: string;
|
|
44
|
-
};
|
|
45
|
-
buttonFontWeight: {
|
|
46
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
47
|
-
default: string;
|
|
48
|
-
};
|
|
49
|
-
buttonTextTransform: {
|
|
50
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
51
|
-
default: string;
|
|
52
|
-
};
|
|
53
|
-
fontColor: {
|
|
54
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
55
|
-
default: string;
|
|
56
|
-
};
|
|
57
|
-
fontFamily: {
|
|
58
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
59
|
-
default: string;
|
|
60
|
-
};
|
|
61
|
-
grayColor: {
|
|
62
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
63
|
-
default: string;
|
|
64
|
-
};
|
|
65
|
-
headerColor: {
|
|
66
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
67
|
-
default: string;
|
|
68
|
-
};
|
|
69
|
-
inputBackground: {
|
|
70
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
71
|
-
default: string;
|
|
72
|
-
};
|
|
73
|
-
inputBorder: {
|
|
74
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
75
|
-
default: string;
|
|
76
|
-
};
|
|
77
|
-
inputBorderRadius: {
|
|
78
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
79
|
-
default: string;
|
|
80
|
-
};
|
|
81
|
-
inputFontColor: {
|
|
82
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
83
|
-
default: string;
|
|
84
|
-
};
|
|
85
|
-
labelFontWeight: {
|
|
86
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
87
|
-
default: string;
|
|
88
|
-
};
|
|
89
|
-
labelPadding: {
|
|
90
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
91
|
-
default: string;
|
|
92
|
-
};
|
|
93
|
-
loadingColor: {
|
|
94
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
95
|
-
default: string;
|
|
96
|
-
};
|
|
97
|
-
panelBackground: {
|
|
98
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
99
|
-
default: string;
|
|
100
|
-
};
|
|
101
|
-
panelBorder: {
|
|
102
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string | null>;
|
|
103
|
-
default: null;
|
|
104
|
-
};
|
|
105
|
-
panelBorderRadius: {
|
|
106
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
107
|
-
default: string;
|
|
108
|
-
};
|
|
109
|
-
panelPadding: {
|
|
110
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
111
|
-
default: string;
|
|
112
|
-
};
|
|
113
|
-
successColor: {
|
|
114
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
115
|
-
default: string;
|
|
116
|
-
};
|
|
117
|
-
fontWeight: {
|
|
118
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
119
|
-
};
|
|
120
|
-
headerFontSize: {
|
|
121
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
122
|
-
};
|
|
123
|
-
inputBorderWidth: {
|
|
124
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
125
|
-
default: string;
|
|
126
|
-
};
|
|
127
|
-
}, {}, unknown, {}, {}, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('./vue/dist/vue.esm-bundler.js').VNodeProps & import('./vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('./vue/dist/vue.esm-bundler.js').ComponentCustomProps, Readonly<import('./vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
128
|
-
placeType: {
|
|
129
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
130
|
-
};
|
|
131
|
-
accentColor: {
|
|
132
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
133
|
-
default: string;
|
|
134
|
-
};
|
|
135
|
-
layout: {
|
|
136
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
137
|
-
default: string;
|
|
138
|
-
};
|
|
139
|
-
fontSize: {
|
|
140
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
141
|
-
default: string;
|
|
142
|
-
};
|
|
143
|
-
accessToken: {
|
|
144
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
145
|
-
required: true;
|
|
146
|
-
};
|
|
147
|
-
buttonBackground: {
|
|
148
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
149
|
-
default: string;
|
|
150
|
-
};
|
|
151
|
-
buttonBorder: {
|
|
152
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string | null>;
|
|
153
|
-
default: null;
|
|
154
|
-
};
|
|
155
|
-
buttonBorderRadius: {
|
|
156
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
157
|
-
default: string;
|
|
158
|
-
};
|
|
159
|
-
buttonColor: {
|
|
160
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
161
|
-
default: string;
|
|
162
|
-
};
|
|
163
|
-
buttonFontFamily: {
|
|
164
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
165
|
-
default: string;
|
|
166
|
-
};
|
|
167
|
-
buttonFontSize: {
|
|
168
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
169
|
-
default: string;
|
|
170
|
-
};
|
|
171
|
-
buttonFontWeight: {
|
|
172
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
173
|
-
default: string;
|
|
174
|
-
};
|
|
175
|
-
buttonTextTransform: {
|
|
176
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
177
|
-
default: string;
|
|
178
|
-
};
|
|
179
|
-
fontColor: {
|
|
180
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
181
|
-
default: string;
|
|
182
|
-
};
|
|
183
|
-
fontFamily: {
|
|
184
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
185
|
-
default: string;
|
|
186
|
-
};
|
|
187
|
-
grayColor: {
|
|
188
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
189
|
-
default: string;
|
|
190
|
-
};
|
|
191
|
-
headerColor: {
|
|
192
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
193
|
-
default: string;
|
|
194
|
-
};
|
|
195
|
-
inputBackground: {
|
|
196
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
197
|
-
default: string;
|
|
198
|
-
};
|
|
199
|
-
inputBorder: {
|
|
200
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
201
|
-
default: string;
|
|
202
|
-
};
|
|
203
|
-
inputBorderRadius: {
|
|
204
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
205
|
-
default: string;
|
|
206
|
-
};
|
|
207
|
-
inputFontColor: {
|
|
208
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
209
|
-
default: string;
|
|
210
|
-
};
|
|
211
|
-
labelFontWeight: {
|
|
212
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
213
|
-
default: string;
|
|
214
|
-
};
|
|
215
|
-
labelPadding: {
|
|
216
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
217
|
-
default: string;
|
|
218
|
-
};
|
|
219
|
-
loadingColor: {
|
|
220
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
221
|
-
default: string;
|
|
222
|
-
};
|
|
223
|
-
panelBackground: {
|
|
224
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
225
|
-
default: string;
|
|
226
|
-
};
|
|
227
|
-
panelBorder: {
|
|
228
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string | null>;
|
|
229
|
-
default: null;
|
|
230
|
-
};
|
|
231
|
-
panelBorderRadius: {
|
|
232
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
233
|
-
default: string;
|
|
234
|
-
};
|
|
235
|
-
panelPadding: {
|
|
236
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
237
|
-
default: string;
|
|
238
|
-
};
|
|
239
|
-
successColor: {
|
|
240
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
241
|
-
default: string;
|
|
242
|
-
};
|
|
243
|
-
fontWeight: {
|
|
244
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
245
|
-
};
|
|
246
|
-
headerFontSize: {
|
|
247
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
248
|
-
};
|
|
249
|
-
inputBorderWidth: {
|
|
250
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
251
|
-
default: string;
|
|
252
|
-
};
|
|
253
|
-
}>>, {
|
|
254
|
-
accentColor: string;
|
|
1
|
+
import { KonnectioStyling } from '../types/index.js';
|
|
2
|
+
interface Props {
|
|
3
|
+
accessToken: string;
|
|
4
|
+
layout?: string;
|
|
5
|
+
placeType?: string;
|
|
6
|
+
styling?: KonnectioStyling;
|
|
7
|
+
}
|
|
8
|
+
declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
9
|
+
layout: string;
|
|
10
|
+
}>, {}, unknown, {}, {}, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('./vue/dist/vue.esm-bundler.js').VNodeProps & import('./vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('./vue/dist/vue.esm-bundler.js').ComponentCustomProps, Readonly<import('./vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
11
|
+
layout: string;
|
|
12
|
+
}>>>, {
|
|
255
13
|
layout: string;
|
|
256
|
-
fontSize: string;
|
|
257
|
-
buttonBackground: string;
|
|
258
|
-
buttonBorder: string | null;
|
|
259
|
-
buttonBorderRadius: string;
|
|
260
|
-
buttonColor: string;
|
|
261
|
-
buttonFontFamily: string;
|
|
262
|
-
buttonFontSize: string;
|
|
263
|
-
buttonFontWeight: string;
|
|
264
|
-
buttonTextTransform: string;
|
|
265
|
-
fontColor: string;
|
|
266
|
-
fontFamily: string;
|
|
267
|
-
grayColor: string;
|
|
268
|
-
headerColor: string;
|
|
269
|
-
inputBackground: string;
|
|
270
|
-
inputBorder: string;
|
|
271
|
-
inputBorderRadius: string;
|
|
272
|
-
inputFontColor: string;
|
|
273
|
-
labelFontWeight: string;
|
|
274
|
-
labelPadding: string;
|
|
275
|
-
loadingColor: string;
|
|
276
|
-
panelBackground: string;
|
|
277
|
-
panelBorder: string | null;
|
|
278
|
-
panelBorderRadius: string;
|
|
279
|
-
panelPadding: string;
|
|
280
|
-
successColor: string;
|
|
281
|
-
inputBorderWidth: string;
|
|
282
14
|
}, {}>;
|
|
283
15
|
export default _default;
|
|
16
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
17
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
18
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
19
|
+
type: import('./vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
20
|
+
} : {
|
|
21
|
+
type: import('./vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
type __VLS_WithDefaults<P, D> = {
|
|
26
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
27
|
+
default: D[K];
|
|
28
|
+
}> : P[K];
|
|
29
|
+
};
|
|
30
|
+
type __VLS_Prettify<T> = {
|
|
31
|
+
[K in keyof T]: T[K];
|
|
32
|
+
} & {};
|
|
@@ -1,228 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<
|
|
16
|
-
required: true;
|
|
17
|
-
};
|
|
18
|
-
buttonBorderRadius: {
|
|
19
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
20
|
-
required: true;
|
|
21
|
-
};
|
|
22
|
-
buttonColor: {
|
|
23
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
24
|
-
required: true;
|
|
25
|
-
};
|
|
26
|
-
buttonFontFamily: {
|
|
27
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
28
|
-
required: true;
|
|
29
|
-
};
|
|
30
|
-
buttonFontSize: {
|
|
31
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
32
|
-
required: true;
|
|
33
|
-
};
|
|
34
|
-
buttonTextTransform: {
|
|
35
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
36
|
-
required: true;
|
|
37
|
-
};
|
|
38
|
-
buttonFontWeight: {
|
|
39
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
40
|
-
required: true;
|
|
41
|
-
};
|
|
42
|
-
fontColor: {
|
|
43
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
44
|
-
required: true;
|
|
45
|
-
};
|
|
46
|
-
fontFamily: {
|
|
47
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
48
|
-
required: true;
|
|
49
|
-
};
|
|
50
|
-
fontSize: {
|
|
51
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
52
|
-
required: true;
|
|
53
|
-
};
|
|
54
|
-
fontWeight: {
|
|
55
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
56
|
-
required: true;
|
|
57
|
-
};
|
|
58
|
-
grayColor: {
|
|
59
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
60
|
-
required: true;
|
|
61
|
-
};
|
|
62
|
-
headerColor: {
|
|
63
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
64
|
-
required: true;
|
|
65
|
-
};
|
|
66
|
-
headerFontSize: {
|
|
67
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
68
|
-
required: true;
|
|
69
|
-
};
|
|
70
|
-
inputBackground: {
|
|
71
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
72
|
-
required: true;
|
|
73
|
-
};
|
|
74
|
-
inputBorder: {
|
|
75
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
76
|
-
required: true;
|
|
77
|
-
};
|
|
78
|
-
inputBorderRadius: {
|
|
79
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
80
|
-
required: true;
|
|
81
|
-
};
|
|
82
|
-
inputFontColor: {
|
|
83
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
84
|
-
required: true;
|
|
85
|
-
};
|
|
86
|
-
labelFontWeight: {
|
|
87
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
88
|
-
required: true;
|
|
89
|
-
};
|
|
90
|
-
labelPadding: {
|
|
91
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
92
|
-
required: true;
|
|
93
|
-
};
|
|
94
|
-
loadingColor: {
|
|
95
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
96
|
-
required: true;
|
|
97
|
-
};
|
|
98
|
-
panelBackground: {
|
|
99
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
100
|
-
required: true;
|
|
101
|
-
};
|
|
102
|
-
panelBorder: {
|
|
103
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
104
|
-
required: true;
|
|
105
|
-
};
|
|
106
|
-
panelBorderRadius: {
|
|
107
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
108
|
-
required: true;
|
|
109
|
-
};
|
|
110
|
-
panelPadding: {
|
|
111
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
112
|
-
required: true;
|
|
113
|
-
};
|
|
114
|
-
}, {}, unknown, {}, {}, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('./vue/dist/vue.esm-bundler.js').VNodeProps & import('./vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('./vue/dist/vue.esm-bundler.js').ComponentCustomProps, Readonly<import('./vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
115
|
-
accessToken: {
|
|
116
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
117
|
-
required: true;
|
|
118
|
-
};
|
|
119
|
-
accentColor: {
|
|
120
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
121
|
-
required: true;
|
|
122
|
-
};
|
|
123
|
-
buttonBackground: {
|
|
124
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
125
|
-
required: true;
|
|
126
|
-
};
|
|
127
|
-
buttonBorder: {
|
|
128
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
129
|
-
required: true;
|
|
130
|
-
};
|
|
131
|
-
buttonBorderRadius: {
|
|
132
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
133
|
-
required: true;
|
|
134
|
-
};
|
|
135
|
-
buttonColor: {
|
|
136
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
137
|
-
required: true;
|
|
138
|
-
};
|
|
139
|
-
buttonFontFamily: {
|
|
140
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
141
|
-
required: true;
|
|
142
|
-
};
|
|
143
|
-
buttonFontSize: {
|
|
144
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
145
|
-
required: true;
|
|
146
|
-
};
|
|
147
|
-
buttonTextTransform: {
|
|
148
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
149
|
-
required: true;
|
|
150
|
-
};
|
|
151
|
-
buttonFontWeight: {
|
|
152
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
153
|
-
required: true;
|
|
154
|
-
};
|
|
155
|
-
fontColor: {
|
|
156
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
157
|
-
required: true;
|
|
158
|
-
};
|
|
159
|
-
fontFamily: {
|
|
160
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
161
|
-
required: true;
|
|
162
|
-
};
|
|
163
|
-
fontSize: {
|
|
164
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
165
|
-
required: true;
|
|
166
|
-
};
|
|
167
|
-
fontWeight: {
|
|
168
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
169
|
-
required: true;
|
|
170
|
-
};
|
|
171
|
-
grayColor: {
|
|
172
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
173
|
-
required: true;
|
|
174
|
-
};
|
|
175
|
-
headerColor: {
|
|
176
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
177
|
-
required: true;
|
|
178
|
-
};
|
|
179
|
-
headerFontSize: {
|
|
180
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
181
|
-
required: true;
|
|
182
|
-
};
|
|
183
|
-
inputBackground: {
|
|
184
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
185
|
-
required: true;
|
|
186
|
-
};
|
|
187
|
-
inputBorder: {
|
|
188
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
189
|
-
required: true;
|
|
190
|
-
};
|
|
191
|
-
inputBorderRadius: {
|
|
192
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
193
|
-
required: true;
|
|
194
|
-
};
|
|
195
|
-
inputFontColor: {
|
|
196
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
197
|
-
required: true;
|
|
198
|
-
};
|
|
199
|
-
labelFontWeight: {
|
|
200
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
201
|
-
required: true;
|
|
202
|
-
};
|
|
203
|
-
labelPadding: {
|
|
204
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
205
|
-
required: true;
|
|
206
|
-
};
|
|
207
|
-
loadingColor: {
|
|
208
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
209
|
-
required: true;
|
|
210
|
-
};
|
|
211
|
-
panelBackground: {
|
|
212
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
213
|
-
required: true;
|
|
214
|
-
};
|
|
215
|
-
panelBorder: {
|
|
216
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
217
|
-
required: true;
|
|
218
|
-
};
|
|
219
|
-
panelBorderRadius: {
|
|
220
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
221
|
-
required: true;
|
|
222
|
-
};
|
|
223
|
-
panelPadding: {
|
|
224
|
-
type: import('./vue/dist/vue.esm-bundler.js').PropType<string>;
|
|
1
|
+
import { KonnectioStyling } from '../types/index.js';
|
|
2
|
+
declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
accessToken: string;
|
|
4
|
+
styling?: KonnectioStyling | undefined;
|
|
5
|
+
}>, {}, unknown, {}, {}, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('./vue/dist/vue.esm-bundler.js').VNodeProps & import('./vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('./vue/dist/vue.esm-bundler.js').ComponentCustomProps, Readonly<import('./vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
6
|
+
accessToken: string;
|
|
7
|
+
styling?: KonnectioStyling | undefined;
|
|
8
|
+
}>>>, {}, {}>;
|
|
9
|
+
export default _default;
|
|
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/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
14
|
+
} : {
|
|
15
|
+
type: import('./vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
225
16
|
required: true;
|
|
226
17
|
};
|
|
227
|
-
}
|
|
228
|
-
export default _default;
|
|
18
|
+
};
|