@redneckz/wildless-cms-uni-blocks 0.14.640 → 0.14.641
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 +5 -5
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/components/CreditForm/getCreditFormTaskData.js +4 -4
- package/lib/components/CreditForm/getCreditFormTaskData.js +4 -4
- package/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +1 -1
- package/mobile/bundle/bundle.umd.js +5 -5
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/components/CreditForm/getCreditFormTaskData.js +4 -4
- package/mobile/lib/components/CreditForm/getCreditFormTaskData.js +4 -4
- package/mobile/src/components/CreditForm/getCreditFormTaskData.ts +4 -4
- package/package.json +1 -1
- package/src/components/CreditForm/getCreditFormTaskData.ts +4 -4
package/bundle/bundle.umd.js
CHANGED
|
@@ -6222,13 +6222,13 @@
|
|
|
6222
6222
|
};
|
|
6223
6223
|
const getCurrentStepData = (step, formData) => {
|
|
6224
6224
|
switch (step) {
|
|
6225
|
-
case 0:
|
|
6226
|
-
return getFirstStepData(formData);
|
|
6227
6225
|
case 1:
|
|
6228
|
-
return
|
|
6226
|
+
return getFirstStepData(formData);
|
|
6229
6227
|
case 2:
|
|
6230
|
-
return
|
|
6228
|
+
return getSecondStepData(formData);
|
|
6231
6229
|
case 3:
|
|
6230
|
+
return getThirdStepData(formData);
|
|
6231
|
+
case 4:
|
|
6232
6232
|
return getFourthStepData(formData);
|
|
6233
6233
|
default:
|
|
6234
6234
|
return getFirstStepData(formData);
|
|
@@ -8819,7 +8819,7 @@
|
|
|
8819
8819
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
8820
8820
|
});
|
|
8821
8821
|
|
|
8822
|
-
const packageVersion = "0.14.
|
|
8822
|
+
const packageVersion = "0.14.640";
|
|
8823
8823
|
|
|
8824
8824
|
exports.Blocks = Blocks;
|
|
8825
8825
|
exports.ContentPage = ContentPage;
|