@konnectio/core 4.0.56-rc10 → 4.0.56-rc12
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-1TedZ-ol.js → ActionField-AkBYUrzM.js} +1 -1
- package/dist/ActionField-AkBYUrzM.js.br +0 -0
- package/dist/{AvailabilitySkeleton-IRkVJKVI.js → AvailabilitySkeleton-46abfeGe.js} +26 -26
- package/dist/AvailabilitySkeleton-46abfeGe.js.br +0 -0
- package/dist/{CheckoutWindow-GzqBHFb5.js → CheckoutWindow-uu1pLDmx.js} +32 -32
- package/dist/CheckoutWindow-uu1pLDmx.js.br +0 -0
- package/dist/{DateField.vue_vue_type_style_index_0_lang-N7m8Y11B.js → DateField.vue_vue_type_style_index_0_lang-jrJgxOtY.js} +238 -238
- package/dist/DateField.vue_vue_type_style_index_0_lang-jrJgxOtY.js.br +0 -0
- package/dist/{Field-agqP-A21.js → Field-x6UKBgQi.js} +2 -2
- package/dist/Field-x6UKBgQi.js.br +0 -0
- package/dist/{SelectField.vue_vue_type_style_index_0_lang-Throo8e2.js → SelectField.vue_vue_type_style_index_0_lang-TJbkduwA.js} +40 -51
- package/dist/SelectField.vue_vue_type_style_index_0_lang-TJbkduwA.js.br +0 -0
- package/dist/{ThankYou-0uAYL16f.js → ThankYou-4XeLOCXe.js} +10 -10
- package/dist/ThankYou-4XeLOCXe.js.br +0 -0
- package/dist/{_-K1FuFdRs.js → _-3dgp-WsL.js} +1 -1
- package/dist/availability.js +98 -95
- package/dist/availability.js.br +0 -0
- package/dist/{event-Jiun7WTg.js → event-oXxnY6iL.js} +7 -7
- package/dist/event-oXxnY6iL.js.br +0 -0
- package/dist/event.js +7 -7
- package/dist/event.js.br +0 -0
- package/dist/gift-card-validation.js +2 -2
- package/dist/gift-card-validation.js.br +0 -0
- package/dist/gift-card.js +167 -174
- package/dist/gift-card.js.br +0 -0
- package/dist/hotel.js +3094 -11
- package/dist/hotel.js.br +0 -0
- package/dist/polyfill.js +3201 -3210
- package/dist/polyfill.js.br +0 -0
- package/dist/style.css +1 -1
- package/dist/style.css.br +0 -0
- package/package.json +7 -4
- package/dist/ActionField-1TedZ-ol.js.br +0 -0
- package/dist/AvailabilitySkeleton-IRkVJKVI.js.br +0 -0
- package/dist/CheckoutWindow-GzqBHFb5.js.br +0 -0
- package/dist/DateField.vue_vue_type_style_index_0_lang-N7m8Y11B.js.br +0 -0
- package/dist/Field-agqP-A21.js.br +0 -0
- package/dist/SelectField.vue_vue_type_style_index_0_lang-Throo8e2.js.br +0 -0
- package/dist/ThankYou-0uAYL16f.js.br +0 -0
- package/dist/event-Jiun7WTg.js.br +0 -0
- package/dist/hotel-7JmuavEN.js +0 -3108
- package/dist/hotel-7JmuavEN.js.br +0 -0
package/dist/style.css.br
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@konnectio/core",
|
|
3
|
-
"version": "4.0.56-
|
|
3
|
+
"version": "4.0.56-rc12",
|
|
4
4
|
"author": "Konnectio <info@freshcase.dk> (https://konnectio.dk)",
|
|
5
5
|
"homepage": "https://konnectio.dk",
|
|
6
6
|
"description": "Konnectio Core Frontend Integration.",
|
|
@@ -23,6 +23,9 @@
|
|
|
23
23
|
"scripts": {
|
|
24
24
|
"dev": "vite",
|
|
25
25
|
"prod": "vite build",
|
|
26
|
+
"build": "vite build --config vite.config.js --mode production",
|
|
27
|
+
"build:playground": "vite build --config vite.config.playground.js --mode production",
|
|
28
|
+
"build:demo": "npm run build && npm run build:playground",
|
|
26
29
|
"devprod": "vite build --mode development",
|
|
27
30
|
"watch": "vite build --watch --mode development",
|
|
28
31
|
"production": "vue-tsc --noEmit && vite build --mode production",
|
|
@@ -71,9 +74,9 @@
|
|
|
71
74
|
"devDependencies": {
|
|
72
75
|
"@babel/eslint-parser": "7.23.3",
|
|
73
76
|
"@originjs/vite-plugin-commonjs": "1.0.3",
|
|
74
|
-
"@types/node": "20.11.
|
|
75
|
-
"@typescript-eslint/eslint-plugin": "6.19.
|
|
76
|
-
"@typescript-eslint/parser": "6.19.
|
|
77
|
+
"@types/node": "20.11.6",
|
|
78
|
+
"@typescript-eslint/eslint-plugin": "6.19.1",
|
|
79
|
+
"@typescript-eslint/parser": "6.19.1",
|
|
77
80
|
"@vitejs/plugin-vue": "5.0.3",
|
|
78
81
|
"@vue/eslint-config-typescript": "12.0.0",
|
|
79
82
|
"@vue/test-utils": "2.4.3",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|