@konnectio/core 4.0.56-rc30 → 4.0.56-rc32
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-iqQMFiYW.js → ActionField-DArUoq0Y.js} +10 -10
- package/dist/ActionField-DArUoq0Y.js.br +0 -0
- package/dist/AvailabilitySkeleton-5yqtoHjX.js +277 -0
- package/dist/AvailabilitySkeleton-5yqtoHjX.js.br +0 -0
- package/dist/AvailabilitySkeleton.vue_vue_type_style_index_0_scoped_17762b9b_lang-Breyx_L4.js +7681 -0
- package/dist/AvailabilitySkeleton.vue_vue_type_style_index_0_scoped_17762b9b_lang-Breyx_L4.js.br +0 -0
- package/dist/{CheckoutWindow-lNuMx7JZ.js → CheckoutWindow-B2MbpsFT.js} +55 -55
- package/dist/CheckoutWindow-B2MbpsFT.js.br +0 -0
- package/dist/{ErrorMessage-LmB1Cz6W.js → ErrorMessage-3LkqIsav.js} +1 -1
- package/dist/ErrorMessage-3LkqIsav.js.br +0 -0
- package/dist/EventAvailabilityForm-TTNq-2y8.js +423 -0
- package/dist/EventAvailabilityForm-TTNq-2y8.js.br +0 -0
- package/dist/Field-Cthg8pWO.js +41 -0
- package/dist/Field-Cthg8pWO.js.br +0 -0
- package/dist/{Field-KrpHP1pl.js → Field.vue_vue_type_style_index_0_scoped_992f78a1_lang-Dg5SIKsf.js} +11520 -11750
- package/dist/Field.vue_vue_type_style_index_0_scoped_992f78a1_lang-Dg5SIKsf.js.br +0 -0
- package/dist/{TermsOfService-B50_R1M4.js → TermsOfService-D9C31C5G.js} +2 -2
- package/dist/availability.js +45 -46
- package/dist/availability.js.br +0 -0
- package/dist/event.js +622 -491
- package/dist/event.js.br +0 -0
- package/dist/gift-card-validation.js +87 -77
- package/dist/gift-card-validation.js.br +0 -0
- package/dist/gift-card.js +261 -260
- package/dist/gift-card.js.br +0 -0
- package/dist/hotel.js +1017 -1028
- package/dist/hotel.js.br +0 -0
- package/dist/{masonry.plugin-fYaCEpRW.js → masonry.plugin-BEO9JACn.js} +1263 -1271
- package/dist/masonry.plugin-BEO9JACn.js.br +0 -0
- package/dist/polyfill.js +2507 -2503
- package/dist/polyfill.js.br +0 -0
- package/dist/style.css +1 -1
- package/dist/style.css.br +0 -0
- package/package.json +25 -24
- package/dist/ActionField-iqQMFiYW.js.br +0 -0
- package/dist/AvailabilitySkeleton-NvrqH2lZ.js +0 -7665
- package/dist/AvailabilitySkeleton-NvrqH2lZ.js.br +0 -0
- package/dist/CheckoutWindow-lNuMx7JZ.js.br +0 -0
- package/dist/ErrorMessage-LmB1Cz6W.js.br +0 -0
- package/dist/EventAvailabilityForm-v2DBCynB.js +0 -325
- package/dist/EventAvailabilityForm-v2DBCynB.js.br +0 -0
- package/dist/Field-KrpHP1pl.js.br +0 -0
- package/dist/HotelAvailabilityForm-weVehmoE.js +0 -212
- package/dist/HotelAvailabilityForm-weVehmoE.js.br +0 -0
- package/dist/masonry.plugin-fYaCEpRW.js.br +0 -0
- /package/dist/{_commonjsHelpers-f3sTPFkQ.js → _commonjsHelpers-DaMA6jEr.js} +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-rc32",
|
|
4
4
|
"author": "Konnectio <info@freshcase.dk> (https://konnectio.dk)",
|
|
5
5
|
"homepage": "https://konnectio.dk",
|
|
6
6
|
"description": "Konnectio Core Frontend Integration.",
|
|
@@ -44,55 +44,56 @@
|
|
|
44
44
|
"@fortawesome/pro-light-svg-icons": "6.5.1",
|
|
45
45
|
"@fortawesome/pro-solid-svg-icons": "6.5.1",
|
|
46
46
|
"@fortawesome/vue-fontawesome": "3.0.6",
|
|
47
|
-
"@intlify/unplugin-vue-i18n": "
|
|
48
|
-
"@unhead/vue": "1.8.
|
|
49
|
-
"@vuepic/vue-datepicker": "8.
|
|
47
|
+
"@intlify/unplugin-vue-i18n": "3.0.1",
|
|
48
|
+
"@unhead/vue": "1.8.20",
|
|
49
|
+
"@vuepic/vue-datepicker": "8.3.1",
|
|
50
50
|
"@vueup/vue-quill": "1.2.0",
|
|
51
|
-
"@vueuse/core": "10.
|
|
52
|
-
"axios": "1.6.
|
|
53
|
-
"core-js": "3.36.
|
|
51
|
+
"@vueuse/core": "10.9.0",
|
|
52
|
+
"axios": "1.6.8",
|
|
53
|
+
"core-js": "3.36.1",
|
|
54
54
|
"cqfill": "0.6.1",
|
|
55
|
+
"date-fns": "3.6.0",
|
|
55
56
|
"floating-vue": "5.2.2",
|
|
56
57
|
"linkify-html": "4.1.3",
|
|
57
58
|
"linkifyjs": "4.1.3",
|
|
58
59
|
"mitt": "3.0.1",
|
|
59
60
|
"pinia": "2.1.7",
|
|
60
|
-
"postcss": "8.4.
|
|
61
|
+
"postcss": "8.4.38",
|
|
61
62
|
"recaptcha-v3": "1.10.0",
|
|
62
63
|
"regenerator-runtime": "0.14.1",
|
|
63
64
|
"text-clipper": "2.2.0",
|
|
64
|
-
"vue": "3.4.
|
|
65
|
+
"vue": "3.4.21",
|
|
65
66
|
"vue-gtag": "2.0.1",
|
|
66
|
-
"vue-i18n": "9.
|
|
67
|
+
"vue-i18n": "9.10.2",
|
|
67
68
|
"vue-inner-image-zoom": "2.0.0",
|
|
68
69
|
"vue-masonry": "0.16.0",
|
|
69
|
-
"vue-router": "4.
|
|
70
|
+
"vue-router": "4.3.0",
|
|
70
71
|
"vue-select": "4.0.0-beta.6",
|
|
71
72
|
"vue3-side-panel": "1.3.0",
|
|
72
73
|
"vue3-sticky-sidebar": "2.0.0",
|
|
73
74
|
"vue3-text-clamp": "0.1.2"
|
|
74
75
|
},
|
|
75
76
|
"devDependencies": {
|
|
76
|
-
"@babel/eslint-parser": "7.
|
|
77
|
+
"@babel/eslint-parser": "7.24.1",
|
|
77
78
|
"@originjs/vite-plugin-commonjs": "1.0.3",
|
|
78
|
-
"@types/node": "20.11.
|
|
79
|
-
"@typescript-eslint/eslint-plugin": "7.
|
|
80
|
-
"@typescript-eslint/parser": "7.
|
|
79
|
+
"@types/node": "20.11.30",
|
|
80
|
+
"@typescript-eslint/eslint-plugin": "7.3.1",
|
|
81
|
+
"@typescript-eslint/parser": "7.3.1",
|
|
81
82
|
"@vitejs/plugin-vue": "5.0.4",
|
|
82
|
-
"@vue/eslint-config-typescript": "
|
|
83
|
-
"@vue/test-utils": "2.4.
|
|
83
|
+
"@vue/eslint-config-typescript": "13.0.0",
|
|
84
|
+
"@vue/test-utils": "2.4.5",
|
|
84
85
|
"cross-env": "7.0.3",
|
|
85
|
-
"cypress": "13.
|
|
86
|
-
"eslint": "8.
|
|
87
|
-
"eslint-plugin-vue": "9.
|
|
86
|
+
"cypress": "13.7.1",
|
|
87
|
+
"eslint": "8.57.0",
|
|
88
|
+
"eslint-plugin-vue": "9.23.0",
|
|
88
89
|
"rollup-plugin-typescript2": "0.36.0",
|
|
89
|
-
"sass": "1.
|
|
90
|
+
"sass": "1.72.0",
|
|
90
91
|
"ts-node": "10.9.2",
|
|
91
92
|
"tslib": "2.6.2",
|
|
92
|
-
"typescript": "5.
|
|
93
|
-
"vite": "5.
|
|
93
|
+
"typescript": "5.4.3",
|
|
94
|
+
"vite": "5.2.4",
|
|
94
95
|
"vite-plugin-compression": "0.5.1",
|
|
95
|
-
"vue-tsc": "
|
|
96
|
+
"vue-tsc": "2.0.7"
|
|
96
97
|
},
|
|
97
98
|
"contributors": [
|
|
98
99
|
{
|
|
Binary file
|