comand-component-library 4.2.93 → 4.2.94
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.
|
@@ -11379,7 +11379,8 @@ function Up(e, t, n, s, i, l) {
|
|
|
11379
11379
|
D(e.$slots, "page-last", {
|
|
11380
11380
|
setErrorOnPage: (h) => l.setErrorOnPage(e.step, h),
|
|
11381
11381
|
removeErrorOnPage: () => l.removeErrorOnPage(e.step),
|
|
11382
|
-
atleastOneStepWithError: l.atleastOneStepWithError
|
|
11382
|
+
atleastOneStepWithError: l.atleastOneStepWithError,
|
|
11383
|
+
formData: i.formData
|
|
11383
11384
|
})
|
|
11384
11385
|
], 512), [
|
|
11385
11386
|
[$, i.currentPage === l.numberOfPages]
|
|
@@ -20916,7 +20917,7 @@ const Px = /* @__PURE__ */ B(Dx, [["render", Fx]]), Mx = [
|
|
|
20916
20917
|
text: "Zimbabwe",
|
|
20917
20918
|
value: "zw"
|
|
20918
20919
|
}
|
|
20919
|
-
], QC = "comand-component-library", XC = "4.2.
|
|
20920
|
+
], QC = "comand-component-library", XC = "4.2.94", $C = "GPL-3.0-only", e1 = "CoManD-UI", t1 = "module", n1 = { prepublishOnly: "npm run build-lib", dev: "vite", build: "vite build", "build-lib": "vite build && gulp", preview: "vite preview" }, i1 = ["dist", "src"], l1 = { ".": "./dist/comand-component-library.js", "./css.js": "./src/css.js", "./comand-component-library.css": "./dist/comand-component-library.css", "./variables.scss": "./src/assets/styles/variables.scss", "./export-example-data.js": "./src/assets/data/export-example-data.js", "./countries.json": "./src/assets/lists-of-data/countries.json", "./currencies.json": "./src/assets/lists-of-data/currencies.json", "./dial-codes.json": "./src/assets/lists-of-data/dial-codes.json", "./us-cities.json": "./src/assets/lists-of-data/us-cities.json" }, o1 = { "clickout-event": "^1.1.2", "comand-frontend-framework": "^4.3.25", "comand-ui-iconfonts": "^1.0.19", "core-js": "^3.20.1", prismjs: "^1.27.0", vue: "^3.5.25", "vue-router": "^4.0.12", vuex: "^4.0.2" }, a1 = { "@iconify/vue": "^4.0.0", "@vitejs/plugin-vue": "^6.0.2", "@vue/test-utils": "^2.0.0-0", axios: "^1.7.2", gulp: "^4.0.2", sass: "^1.54.9", "unplugin-vue-components": "^0.24.0", vite: "^7.2.4", "vue-jest": "^5.0.0-0" }, s1 = {
|
|
20920
20921
|
name: QC,
|
|
20921
20922
|
version: XC,
|
|
20922
20923
|
license: $C,
|
|
@@ -24790,7 +24791,6 @@ function rk(e, t, n, s, i, l) {
|
|
|
24790
24791
|
F(" props.formDataForPage: " + g(y.formDataForPage), 1)
|
|
24791
24792
|
], 64)) : (a(), r(w, { key: 0 }, [
|
|
24792
24793
|
t[270] || (t[270] = o("h3", null, "Page 4", -1)),
|
|
24793
|
-
F(" props.atleastOneStepWithError: " + g(y.atleastOneStepWithError) + " ", 1),
|
|
24794
24794
|
f(Y, {
|
|
24795
24795
|
cmdHeadline: { headlineText: "Confirmation", headlineLevel: 3 },
|
|
24796
24796
|
submitButton: { disabled: y.atleastOneStepWithError || !i.dataPrivacyChecked, type: "button" },
|
package/package.json
CHANGED
package/src/ComponentLibrary.vue
CHANGED
|
@@ -1406,7 +1406,6 @@
|
|
|
1406
1406
|
<template v-slot:page-last="props">
|
|
1407
1407
|
<template v-if="!confirmDataPrivacy">
|
|
1408
1408
|
<h3>Page 4</h3>
|
|
1409
|
-
props.atleastOneStepWithError: {{ props.atleastOneStepWithError }}
|
|
1410
1409
|
<CmdForm
|
|
1411
1410
|
:cmdHeadline=" { headlineText: 'Confirmation', headlineLevel: 3 }"
|
|
1412
1411
|
:submitButton="{ disabled : props.atleastOneStepWithError || !dataPrivacyChecked, type: 'button' }"
|