@redneckz/wildless-cms-uni-blocks 0.14.1061 → 0.14.1062
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 -1
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/DebitForm/utils.d.ts +2 -0
- package/bundle/retail/components/DraftDialog/creditProgramCodes.d.ts +2 -0
- package/dist/components/DebitForm/utils.d.ts +2 -0
- package/dist/components/DebitForm/utils.js +2 -0
- package/dist/components/DebitForm/utils.js.map +1 -1
- package/dist/retail/components/DraftDialog/creditProgramCodes.d.ts +2 -0
- package/dist/retail/components/DraftDialog/creditProgramCodes.js +2 -0
- package/dist/retail/components/DraftDialog/creditProgramCodes.js.map +1 -1
- package/lib/components/DebitForm/utils.d.ts +2 -0
- package/lib/components/DebitForm/utils.js +2 -0
- package/lib/components/DebitForm/utils.js.map +1 -1
- package/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +1 -1
- package/lib/retail/components/DraftDialog/creditProgramCodes.d.ts +2 -0
- package/lib/retail/components/DraftDialog/creditProgramCodes.js +2 -0
- package/lib/retail/components/DraftDialog/creditProgramCodes.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +5 -1
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/DebitForm/utils.d.ts +2 -0
- package/mobile/bundle/retail/components/DraftDialog/creditProgramCodes.d.ts +2 -0
- package/mobile/dist/components/DebitForm/utils.d.ts +2 -0
- package/mobile/dist/components/DebitForm/utils.js +2 -0
- package/mobile/dist/components/DebitForm/utils.js.map +1 -1
- package/mobile/dist/retail/components/DraftDialog/creditProgramCodes.d.ts +2 -0
- package/mobile/dist/retail/components/DraftDialog/creditProgramCodes.js +2 -0
- package/mobile/dist/retail/components/DraftDialog/creditProgramCodes.js.map +1 -1
- package/mobile/lib/components/DebitForm/utils.d.ts +2 -0
- package/mobile/lib/components/DebitForm/utils.js +2 -0
- package/mobile/lib/components/DebitForm/utils.js.map +1 -1
- package/mobile/lib/retail/components/DraftDialog/creditProgramCodes.d.ts +2 -0
- package/mobile/lib/retail/components/DraftDialog/creditProgramCodes.js +2 -0
- package/mobile/lib/retail/components/DraftDialog/creditProgramCodes.js.map +1 -1
- package/mobile/src/components/DebitForm/utils.ts +2 -0
- package/mobile/src/retail/components/DraftDialog/creditProgramCodes.ts +2 -0
- package/package.json +1 -1
- package/src/components/DebitForm/utils.ts +2 -0
- package/src/retail/components/DraftDialog/creditProgramCodes.ts +2 -0
package/bundle/bundle.umd.js
CHANGED
|
@@ -6038,6 +6038,8 @@
|
|
|
6038
6038
|
44: 'appetit_debit_card',
|
|
6039
6039
|
46: 'owner_debit_card_plus',
|
|
6040
6040
|
47: 'owner_debit_card_pens_plus',
|
|
6041
|
+
48: 'penzamolinvest_debit_card',
|
|
6042
|
+
49: 'novye_fermi_debit_card',
|
|
6041
6043
|
};
|
|
6042
6044
|
|
|
6043
6045
|
const RUBLE = [{ id: '810', text: 'Рубли' }];
|
|
@@ -7259,6 +7261,8 @@
|
|
|
7259
7261
|
appetit_debit_card: '44',
|
|
7260
7262
|
owner_debit_card_plus: '46',
|
|
7261
7263
|
owner_debit_card_pens_plus: '47',
|
|
7264
|
+
penzamolinvest_debit_card: '48',
|
|
7265
|
+
novye_fermi_debit_card: '49',
|
|
7262
7266
|
};
|
|
7263
7267
|
const cardCodesToProgrammIdMap = {
|
|
7264
7268
|
amur_card: '14',
|
|
@@ -14819,7 +14823,7 @@
|
|
|
14819
14823
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
14820
14824
|
});
|
|
14821
14825
|
|
|
14822
|
-
const packageVersion = "0.14.
|
|
14826
|
+
const packageVersion = "0.14.1061";
|
|
14823
14827
|
|
|
14824
14828
|
exports.Blocks = Blocks;
|
|
14825
14829
|
exports.ContentPage = ContentPage;
|