@redneckz/wildless-cms-uni-blocks 0.14.659 → 0.14.660
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/bundle/bundle.umd.js +3 -2
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/components/CreditForm/getCreditFormTaskData.js +2 -1
- package/dist/components/CreditForm/getCreditFormTaskData.js.map +1 -1
- package/lib/components/CreditForm/getCreditFormTaskData.js +2 -1
- package/lib/components/CreditForm/getCreditFormTaskData.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +3 -2
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/components/CreditForm/getCreditFormTaskData.js +2 -1
- package/mobile/dist/components/CreditForm/getCreditFormTaskData.js.map +1 -1
- package/mobile/lib/components/CreditForm/getCreditFormTaskData.js +2 -1
- package/mobile/lib/components/CreditForm/getCreditFormTaskData.js.map +1 -1
- package/mobile/src/components/CreditForm/getCreditFormTaskData.ts +2 -1
- package/package.json +1 -1
- package/src/components/CreditForm/getCreditFormTaskData.ts +2 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -7246,6 +7246,7 @@
|
|
|
7246
7246
|
...getCurrentStepData(step, formData),
|
|
7247
7247
|
},
|
|
7248
7248
|
],
|
|
7249
|
+
...getZeroStepData(formData),
|
|
7249
7250
|
esiaAccountTypeCd: {
|
|
7250
7251
|
key: formData?.esiaAccountTypeCd?.key,
|
|
7251
7252
|
},
|
|
@@ -7254,7 +7255,7 @@
|
|
|
7254
7255
|
const getCurrentStepData = (step, formData) => {
|
|
7255
7256
|
switch (step) {
|
|
7256
7257
|
case 0:
|
|
7257
|
-
return
|
|
7258
|
+
return {};
|
|
7258
7259
|
case 1:
|
|
7259
7260
|
return getFirstStepData(formData);
|
|
7260
7261
|
case 2:
|
|
@@ -9894,7 +9895,7 @@
|
|
|
9894
9895
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
9895
9896
|
});
|
|
9896
9897
|
|
|
9897
|
-
const packageVersion = "0.14.
|
|
9898
|
+
const packageVersion = "0.14.659";
|
|
9898
9899
|
|
|
9899
9900
|
exports.Blocks = Blocks;
|
|
9900
9901
|
exports.ContentPage = ContentPage;
|