@redneckz/wildless-cms-uni-blocks 0.14.243 → 0.14.245
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 +2 -2
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/components/ApplicationFormCustom/getField.js +1 -1
- package/dist/components/Footer/Footer.mobile.js +1 -7
- package/dist/components/Footer/Footer.mobile.js.map +1 -1
- package/lib/components/ApplicationFormCustom/getField.js +1 -1
- package/lib/components/Footer/Footer.mobile.js +1 -7
- package/lib/components/Footer/Footer.mobile.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +5 -9
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/components/ApplicationFormCustom/getField.js +1 -1
- package/mobile/dist/components/Footer/Footer.js +1 -7
- package/mobile/dist/components/Footer/Footer.js.map +1 -1
- package/mobile/lib/common.css +1 -1
- package/mobile/lib/components/ApplicationFormCustom/getField.js +1 -1
- package/mobile/lib/components/Footer/Footer.js +1 -7
- package/mobile/lib/components/Footer/Footer.js.map +1 -1
- package/mobile/src/components/ApplicationFormCustom/getField.tsx +1 -1
- package/mobile/src/components/Footer/Footer.tsx +6 -19
- package/package.json +1 -1
- package/src/components/ApplicationFormCustom/getField.tsx +1 -1
- package/src/components/Footer/Footer.mobile.tsx +6 -19
package/bundle/bundle.umd.js
CHANGED
|
@@ -1739,7 +1739,7 @@
|
|
|
1739
1739
|
isClient: (jsx(CheckboxWithError, { ...field('isClient'), text: '\u042F\u0432\u043B\u044F\u044E\u0441\u044C \u043A\u043B\u0438\u0435\u043D\u0442\u043E\u043C \u0431\u0430\u043D\u043A\u0430 \u0410\u041E "\u0420\u043E\u0441\u0441\u0435\u043B\u044C\u0445\u043E\u0437\u0431\u0430\u043D\u043A"' })),
|
|
1740
1740
|
consentToReceiveMaterials: (jsx(CheckboxWithError, { ...field('consentToReceiveMaterials'), text: "\u0421\u043E\u0433\u043B\u0430\u0441\u0435\u043D \u043D\u0430 \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u0435 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u043E\u043D\u043D\u044B\u0445 \u0438 \u0430\u043D\u0430\u043B\u0438\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u043C\u0430\u0442\u0435\u0440\u0438\u0430\u043B\u043E\u0432 \u043F\u043E \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u0435" })),
|
|
1741
1741
|
partnerComments: (jsx(InputControl, { ...getValidation(field('partnerComments'), validatorObj.partnerComments, required), placeholder: "\u0423\u043A\u0430\u0436\u0438\u0442\u0435 \u0438\u043D\u0442\u0435\u0440\u0435\u0441\u0443\u044E\u0449\u0438\u0439 \u0432\u0430\u0441 \u0432\u043E\u043F\u0440\u043E\u0441", isTextarea: true, ...rest })),
|
|
1742
|
-
collectionCount: (jsx(InputControl, { label: "\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043E\u0431\u044A\u0435\u043A\u0442\u043E\u0432 \u0438\u043D\u043A\u0430\u0441\u0441\u0430\u0446\u0438\u0438", type: "number", ...getValidation(field('
|
|
1742
|
+
collectionCount: (jsx(InputControl, { label: "\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043E\u0431\u044A\u0435\u043A\u0442\u043E\u0432 \u0438\u043D\u043A\u0430\u0441\u0441\u0430\u0446\u0438\u0438", type: "number", ...getValidation(field('collectionCount'), validatorObj.collectionCount, required) })),
|
|
1743
1743
|
acquiringType: jsx(AcquiringField, { field: field, input: input }),
|
|
1744
1744
|
onlineCheckout: jsx(OnlineCheckoutField, { field: field }),
|
|
1745
1745
|
posTerminal: jsx(PosTerminalField, { field: field }),
|
|
@@ -6039,7 +6039,7 @@
|
|
|
6039
6039
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
6040
6040
|
});
|
|
6041
6041
|
|
|
6042
|
-
const packageVersion = "0.14.
|
|
6042
|
+
const packageVersion = "0.14.244";
|
|
6043
6043
|
|
|
6044
6044
|
exports.Blocks = Blocks;
|
|
6045
6045
|
exports.ContentPage = ContentPage;
|