@redneckz/wildless-cms-uni-blocks 0.14.734 → 0.14.736
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/bin/migration-scripts/0.14.734.js +26 -0
- package/bundle/blocks.schema.json +1 -1
- package/bundle/bundle.umd.js +66 -87
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +2 -28
- package/bundle/services/retail/inputs.d.ts +1 -1
- package/bundle/services/retail/model/RetailFormContent.d.ts +1 -8
- package/dist/components/ApplicationForm/ApplicationFormContent.d.ts +2 -28
- package/dist/components/ApplicationForm/getInitialFormState.js +2 -2
- package/dist/components/ApplicationForm/getInitialFormState.js.map +1 -1
- package/dist/components/ApplicationLeadForm/applicationFormData.js +11 -11
- package/dist/components/ApplicationLeadForm/applicationFormData.js.map +1 -1
- package/dist/services/retail/content.js +51 -72
- package/dist/services/retail/content.js.map +1 -1
- package/dist/services/retail/inputs.d.ts +1 -1
- package/dist/services/retail/inputs.js +1 -1
- package/dist/services/retail/inputs.js.map +1 -1
- package/dist/services/retail/model/RetailFormContent.d.ts +1 -8
- package/lib/components/ApplicationForm/ApplicationFormContent.d.ts +2 -28
- package/lib/components/ApplicationForm/getInitialFormState.js +2 -2
- package/lib/components/ApplicationForm/getInitialFormState.js.map +1 -1
- package/lib/components/ApplicationLeadForm/applicationFormData.js +11 -11
- package/lib/components/ApplicationLeadForm/applicationFormData.js.map +1 -1
- package/lib/services/retail/content.js +51 -72
- package/lib/services/retail/content.js.map +1 -1
- package/lib/services/retail/inputs.d.ts +1 -1
- package/lib/services/retail/inputs.js +1 -1
- package/lib/services/retail/inputs.js.map +1 -1
- package/lib/services/retail/model/RetailFormContent.d.ts +1 -8
- package/mobile/bundle/bundle.umd.js +66 -87
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +2 -28
- package/mobile/bundle/services/retail/inputs.d.ts +1 -1
- package/mobile/bundle/services/retail/model/RetailFormContent.d.ts +1 -8
- package/mobile/dist/components/ApplicationForm/ApplicationFormContent.d.ts +2 -28
- package/mobile/dist/components/ApplicationForm/getInitialFormState.js +2 -2
- package/mobile/dist/components/ApplicationForm/getInitialFormState.js.map +1 -1
- package/mobile/dist/components/ApplicationLeadForm/applicationFormData.js +11 -11
- package/mobile/dist/components/ApplicationLeadForm/applicationFormData.js.map +1 -1
- package/mobile/dist/services/retail/content.js +51 -72
- package/mobile/dist/services/retail/content.js.map +1 -1
- package/mobile/dist/services/retail/inputs.d.ts +1 -1
- package/mobile/dist/services/retail/inputs.js +1 -1
- package/mobile/dist/services/retail/inputs.js.map +1 -1
- package/mobile/dist/services/retail/model/RetailFormContent.d.ts +1 -8
- package/mobile/lib/components/ApplicationForm/ApplicationFormContent.d.ts +2 -28
- package/mobile/lib/components/ApplicationForm/getInitialFormState.js +2 -2
- package/mobile/lib/components/ApplicationForm/getInitialFormState.js.map +1 -1
- package/mobile/lib/components/ApplicationLeadForm/applicationFormData.js +11 -11
- package/mobile/lib/components/ApplicationLeadForm/applicationFormData.js.map +1 -1
- package/mobile/lib/services/retail/content.js +51 -72
- package/mobile/lib/services/retail/content.js.map +1 -1
- package/mobile/lib/services/retail/inputs.d.ts +1 -1
- package/mobile/lib/services/retail/inputs.js +1 -1
- package/mobile/lib/services/retail/inputs.js.map +1 -1
- package/mobile/lib/services/retail/model/RetailFormContent.d.ts +1 -8
- package/mobile/src/components/ApplicationForm/ApplicationForm.example.json +0 -126
- package/mobile/src/components/ApplicationForm/ApplicationFormContent.ts +2 -33
- package/mobile/src/components/ApplicationForm/getInitialFormState.tsx +2 -2
- package/mobile/src/components/ApplicationLeadForm/ApplicationLeadForm.example.json +0 -11
- package/mobile/src/components/ApplicationLeadForm/applicationFormData.tsx +11 -11
- package/mobile/src/services/retail/content.tsx +51 -72
- package/mobile/src/services/retail/inputs.tsx +1 -1
- package/mobile/src/services/retail/model/RetailFormContent.ts +1 -11
- package/package.json +1 -1
- package/src/components/ApplicationForm/ApplicationForm.example.json +0 -126
- package/src/components/ApplicationForm/ApplicationForm.fixture.mobile.tsx +114 -136
- package/src/components/ApplicationForm/ApplicationForm.fixture.tsx +115 -136
- package/src/components/ApplicationForm/ApplicationFormContent.ts +2 -33
- package/src/components/ApplicationForm/getInitialFormState.tsx +2 -2
- package/src/components/ApplicationLeadForm/ApplicationLeadForm.example.json +0 -11
- package/src/components/ApplicationLeadForm/applicationFormData.tsx +11 -11
- package/src/icons/IconName.ts +4 -4
- package/src/services/retail/content.tsx +51 -72
- package/src/services/retail/inputs.tsx +1 -1
- package/src/services/retail/model/RetailFormContent.ts +1 -11
package/bundle/bundle.umd.js
CHANGED
|
@@ -2901,7 +2901,7 @@
|
|
|
2901
2901
|
serviceType: SERVICE_TYPES[0],
|
|
2902
2902
|
feedbackMethod: FEEDBACK_METHOD[0],
|
|
2903
2903
|
serviceDirection: SERVICE_DIRECTIONS[0],
|
|
2904
|
-
vedTypes: VED_TYPES[0],
|
|
2904
|
+
vedTypes: VED_TYPES[0].id,
|
|
2905
2905
|
birthday: undefined,
|
|
2906
2906
|
isClient: false,
|
|
2907
2907
|
onlineCheckout: false,
|
|
@@ -2913,7 +2913,7 @@
|
|
|
2913
2913
|
const getInitialFormState$3 = (inputs, typeForm = '') => {
|
|
2914
2914
|
const formState = Object.fromEntries(inputs.map((_) => [
|
|
2915
2915
|
_.name,
|
|
2916
|
-
(_
|
|
2916
|
+
(_?.name === 'vedTypes' && _?.defaultValue) || initialFormState$1[_.name || ''],
|
|
2917
2917
|
]));
|
|
2918
2918
|
return { ...formState, typeForm: { key: typeForm, text: '' } };
|
|
2919
2919
|
};
|
|
@@ -2973,21 +2973,21 @@
|
|
|
2973
2973
|
{
|
|
2974
2974
|
columns: 2,
|
|
2975
2975
|
inputs: [
|
|
2976
|
-
{
|
|
2977
|
-
{
|
|
2978
|
-
{
|
|
2979
|
-
{
|
|
2980
|
-
{
|
|
2981
|
-
{
|
|
2976
|
+
{ name: 'surname', required: true, dadata: true },
|
|
2977
|
+
{ name: 'name', required: true, dadata: true },
|
|
2978
|
+
{ name: 'middleName', dadata: true },
|
|
2979
|
+
{ name: 'limitedBirthday', required: true },
|
|
2980
|
+
{ name: 'phone', required: true },
|
|
2981
|
+
{ name: 'email', required: true, dadata: true },
|
|
2982
2982
|
],
|
|
2983
2983
|
},
|
|
2984
2984
|
{
|
|
2985
2985
|
inputs: [
|
|
2986
|
-
{
|
|
2987
|
-
{
|
|
2988
|
-
{
|
|
2989
|
-
{
|
|
2990
|
-
{
|
|
2986
|
+
{ name: 'processPersonalDataFlg', required: true },
|
|
2987
|
+
{ name: 'consentProviderFlg', required: true },
|
|
2988
|
+
{ name: 'consentOthersFlg', required: true },
|
|
2989
|
+
{ name: 'consentInformFlg' },
|
|
2990
|
+
{ name: 'consentPfrFlg' },
|
|
2991
2991
|
],
|
|
2992
2992
|
},
|
|
2993
2993
|
];
|
|
@@ -4445,6 +4445,7 @@
|
|
|
4445
4445
|
regionRetail: (props) => jsx(RegionRetailField, { ...props }),
|
|
4446
4446
|
infoCard: (props) => jsx(InfoCardField, { ...props }),
|
|
4447
4447
|
calculator: (props) => jsx(CreditCalcField, { ...props }),
|
|
4448
|
+
confirmationIncome: (props) => jsx(ConfirmationIncomeField, { ...props }),
|
|
4448
4449
|
};
|
|
4449
4450
|
const InputRetailCardMap = {
|
|
4450
4451
|
addressCourier: (props) => jsx(AddressField, { ...props }),
|
|
@@ -4452,7 +4453,6 @@
|
|
|
4452
4453
|
currency: (props) => jsx(CurrencyField, { ...props }),
|
|
4453
4454
|
cardCategory: (props) => jsx(CardCategoryField, { ...props }),
|
|
4454
4455
|
codeWord: (props) => jsx(CodeWordField, { ...props }),
|
|
4455
|
-
confirmationIncome: (props) => jsx(ConfirmationIncomeField, { ...props }),
|
|
4456
4456
|
methodObtain: (props) => jsx(MethodObtainField, { ...props }),
|
|
4457
4457
|
deliveryDate: (props) => jsx(DeliveryDateFiels, { ...props }),
|
|
4458
4458
|
};
|
|
@@ -7331,30 +7331,28 @@
|
|
|
7331
7331
|
columns: 2,
|
|
7332
7332
|
inputs: [
|
|
7333
7333
|
{
|
|
7334
|
-
fieldType: 'common',
|
|
7335
7334
|
name: 'surname',
|
|
7336
7335
|
required: true,
|
|
7337
7336
|
dadata: true,
|
|
7338
7337
|
filledByEsia: true,
|
|
7339
7338
|
},
|
|
7340
|
-
{
|
|
7341
|
-
{
|
|
7342
|
-
{
|
|
7343
|
-
{
|
|
7344
|
-
{
|
|
7345
|
-
{
|
|
7346
|
-
{
|
|
7339
|
+
{ name: 'name', required: true, dadata: true, filledByEsia: true },
|
|
7340
|
+
{ name: 'middleName', dadata: true, filledByEsia: true },
|
|
7341
|
+
{ name: 'sex', required: true },
|
|
7342
|
+
{ name: 'limitedBirthday', required: true, filledByEsia: true },
|
|
7343
|
+
{ name: 'birthPlace', required: true, filledByEsia: true },
|
|
7344
|
+
{ name: 'phone', required: true, filledByEsia: true },
|
|
7345
|
+
{ name: 'email', required: true, dadata: true },
|
|
7347
7346
|
],
|
|
7348
7347
|
},
|
|
7349
7348
|
{
|
|
7350
7349
|
title: 'Паспортные данные',
|
|
7351
7350
|
columns: 2,
|
|
7352
7351
|
inputs: [
|
|
7353
|
-
{
|
|
7354
|
-
{
|
|
7355
|
-
{
|
|
7352
|
+
{ name: 'dulSerie', required: true, filledByEsia: true },
|
|
7353
|
+
{ name: 'dulNumber', required: true, filledByEsia: true },
|
|
7354
|
+
{ name: 'dulIssueDateField', required: true, filledByEsia: true },
|
|
7356
7355
|
{
|
|
7357
|
-
fieldType: 'common',
|
|
7358
7356
|
name: 'dulSubdivisionCode',
|
|
7359
7357
|
required: true,
|
|
7360
7358
|
dadata: true,
|
|
@@ -7365,14 +7363,12 @@
|
|
|
7365
7363
|
{
|
|
7366
7364
|
inputs: [
|
|
7367
7365
|
{
|
|
7368
|
-
fieldType: 'common',
|
|
7369
7366
|
name: 'dulIssuedBy',
|
|
7370
7367
|
required: true,
|
|
7371
7368
|
dadata: true,
|
|
7372
7369
|
filledByEsia: true,
|
|
7373
7370
|
},
|
|
7374
7371
|
{
|
|
7375
|
-
fieldType: 'common',
|
|
7376
7372
|
name: 'education',
|
|
7377
7373
|
required: true,
|
|
7378
7374
|
},
|
|
@@ -7386,18 +7382,17 @@
|
|
|
7386
7382
|
{
|
|
7387
7383
|
inputs: [
|
|
7388
7384
|
{
|
|
7389
|
-
fieldType: 'common',
|
|
7390
7385
|
name: 'addressRegistration',
|
|
7391
7386
|
required: true,
|
|
7392
7387
|
dadata: true,
|
|
7393
7388
|
filledByEsia: true,
|
|
7394
7389
|
},
|
|
7395
|
-
{
|
|
7390
|
+
{ name: 'addressMatch' },
|
|
7396
7391
|
],
|
|
7397
7392
|
},
|
|
7398
7393
|
{
|
|
7399
7394
|
columns: 2,
|
|
7400
|
-
inputs: [{
|
|
7395
|
+
inputs: [{ name: 'participantDateRegistration', required: true }],
|
|
7401
7396
|
},
|
|
7402
7397
|
{
|
|
7403
7398
|
title: 'Адрес фактического проживания (место пребывания РФ)',
|
|
@@ -7405,10 +7400,10 @@
|
|
|
7405
7400
|
},
|
|
7406
7401
|
{
|
|
7407
7402
|
columns: 2,
|
|
7408
|
-
inputs: [{
|
|
7403
|
+
inputs: [{ name: 'housing', required: true }],
|
|
7409
7404
|
},
|
|
7410
7405
|
{
|
|
7411
|
-
inputs: [{
|
|
7406
|
+
inputs: [{ name: 'addressFact', required: true, dadata: true }],
|
|
7412
7407
|
},
|
|
7413
7408
|
];
|
|
7414
7409
|
const EMPLOYMENT_CONTENT = [
|
|
@@ -7419,7 +7414,6 @@
|
|
|
7419
7414
|
{
|
|
7420
7415
|
inputs: [
|
|
7421
7416
|
{
|
|
7422
|
-
fieldType: 'common',
|
|
7423
7417
|
name: 'infoCard',
|
|
7424
7418
|
label: 'Клиент на момент оформления заявки на кредит должен быть: официально трудоустроен более 6 месяцев, ' +
|
|
7425
7419
|
'если Клиент получает з/п на счет РСХБ, то трудоустроен более 3 месяцев, не должен находиться в декретном отпуске',
|
|
@@ -7428,51 +7422,49 @@
|
|
|
7428
7422
|
},
|
|
7429
7423
|
{
|
|
7430
7424
|
inputs: [
|
|
7431
|
-
{
|
|
7432
|
-
{
|
|
7425
|
+
{ name: 'employment', required: true },
|
|
7426
|
+
{ name: 'organizationName', required: true, dadata: true },
|
|
7433
7427
|
],
|
|
7434
7428
|
},
|
|
7435
7429
|
{
|
|
7436
7430
|
columns: 2,
|
|
7437
7431
|
inputs: [
|
|
7438
|
-
{
|
|
7439
|
-
{
|
|
7432
|
+
{ name: 'inn', required: true, dadata: true },
|
|
7433
|
+
{ name: 'legalForm', required: true },
|
|
7440
7434
|
],
|
|
7441
7435
|
},
|
|
7442
7436
|
{
|
|
7443
7437
|
inputs: [
|
|
7444
|
-
{
|
|
7445
|
-
{
|
|
7438
|
+
{ name: 'organization', required: true },
|
|
7439
|
+
{ name: 'amountWorkers', required: true },
|
|
7446
7440
|
],
|
|
7447
7441
|
},
|
|
7448
7442
|
{
|
|
7449
7443
|
columns: 2,
|
|
7450
7444
|
inputs: [
|
|
7451
|
-
{
|
|
7452
|
-
{
|
|
7453
|
-
{
|
|
7454
|
-
{
|
|
7455
|
-
{
|
|
7456
|
-
{
|
|
7445
|
+
{ name: 'employerActivities', required: true },
|
|
7446
|
+
{ name: 'employerOrganization', required: true },
|
|
7447
|
+
{ name: 'generalSeniority', required: true },
|
|
7448
|
+
{ name: 'lastJobExperience', required: true },
|
|
7449
|
+
{ name: 'experience5Years', required: true },
|
|
7450
|
+
{ name: 'jobsNumber', required: true },
|
|
7457
7451
|
],
|
|
7458
7452
|
},
|
|
7459
7453
|
{
|
|
7460
7454
|
inputs: [
|
|
7461
7455
|
{
|
|
7462
|
-
fieldType: 'common',
|
|
7463
7456
|
name: 'organizationPhone',
|
|
7464
7457
|
label: 'Телефон работодателя',
|
|
7465
7458
|
required: true,
|
|
7466
7459
|
},
|
|
7467
|
-
{
|
|
7460
|
+
{ name: 'beginDate', required: true },
|
|
7468
7461
|
],
|
|
7469
7462
|
},
|
|
7470
7463
|
{
|
|
7471
7464
|
columns: 2,
|
|
7472
7465
|
inputs: [
|
|
7473
|
-
{
|
|
7466
|
+
{ name: 'positionOrganization', required: true },
|
|
7474
7467
|
{
|
|
7475
|
-
fieldType: 'common',
|
|
7476
7468
|
name: 'partInBusiness',
|
|
7477
7469
|
required: true,
|
|
7478
7470
|
condition: { name: 'positionOrganization', values: ['BUSINESS_OWNER'] },
|
|
@@ -7484,7 +7476,7 @@
|
|
|
7484
7476
|
inputs: [],
|
|
7485
7477
|
},
|
|
7486
7478
|
{
|
|
7487
|
-
inputs: [{
|
|
7479
|
+
inputs: [{ name: 'organizationAddress', required: true, dadata: true }],
|
|
7488
7480
|
},
|
|
7489
7481
|
];
|
|
7490
7482
|
const FAMILY_STATUS_AND_INCOME_CONTENT = [
|
|
@@ -7493,18 +7485,15 @@
|
|
|
7493
7485
|
},
|
|
7494
7486
|
{
|
|
7495
7487
|
columns: 1,
|
|
7496
|
-
inputs: [{
|
|
7488
|
+
inputs: [{ name: 'familyStatus', required: true }],
|
|
7497
7489
|
},
|
|
7498
7490
|
{
|
|
7499
7491
|
columns: 1,
|
|
7500
|
-
inputs: [{
|
|
7492
|
+
inputs: [{ name: 'dependents', required: true }],
|
|
7501
7493
|
},
|
|
7502
7494
|
{
|
|
7503
7495
|
columns: 2,
|
|
7504
|
-
inputs: [
|
|
7505
|
-
{ fieldType: 'common', name: 'familyMembers' },
|
|
7506
|
-
{ fieldType: 'common', name: 'children', required: true },
|
|
7507
|
-
],
|
|
7496
|
+
inputs: [{ name: 'familyMembers' }, { name: 'children', required: true }],
|
|
7508
7497
|
},
|
|
7509
7498
|
{
|
|
7510
7499
|
title: 'Совокупный доход',
|
|
@@ -7512,7 +7501,6 @@
|
|
|
7512
7501
|
{
|
|
7513
7502
|
inputs: [
|
|
7514
7503
|
{
|
|
7515
|
-
fieldType: 'common',
|
|
7516
7504
|
name: 'infoCard',
|
|
7517
7505
|
label: 'Сумма основного и дополнительных доходов после вычета налога',
|
|
7518
7506
|
},
|
|
@@ -7520,27 +7508,27 @@
|
|
|
7520
7508
|
},
|
|
7521
7509
|
{
|
|
7522
7510
|
columns: 1,
|
|
7523
|
-
inputs: [{
|
|
7511
|
+
inputs: [{ name: 'confirmationIncome', required: true }],
|
|
7524
7512
|
},
|
|
7525
7513
|
{
|
|
7526
7514
|
columns: 1,
|
|
7527
|
-
inputs: [{
|
|
7515
|
+
inputs: [{ name: 'wages', required: true }],
|
|
7528
7516
|
},
|
|
7529
7517
|
{
|
|
7530
7518
|
columns: 1,
|
|
7531
|
-
inputs: [{
|
|
7519
|
+
inputs: [{ name: 'mandatoryPayments', required: true }],
|
|
7532
7520
|
},
|
|
7533
7521
|
{
|
|
7534
7522
|
columns: 1,
|
|
7535
|
-
inputs: [{
|
|
7523
|
+
inputs: [{ name: 'snils', required: true }],
|
|
7536
7524
|
},
|
|
7537
7525
|
{
|
|
7538
7526
|
columns: 1,
|
|
7539
|
-
inputs: [{
|
|
7527
|
+
inputs: [{ name: 'conscription', required: true }],
|
|
7540
7528
|
},
|
|
7541
7529
|
{
|
|
7542
7530
|
columns: 2,
|
|
7543
|
-
inputs: [{
|
|
7531
|
+
inputs: [{ name: 'armyIdFlg' }],
|
|
7544
7532
|
},
|
|
7545
7533
|
];
|
|
7546
7534
|
const ADDITIONAL_CONTENT = [
|
|
@@ -7550,19 +7538,19 @@
|
|
|
7550
7538
|
inputs: [],
|
|
7551
7539
|
},
|
|
7552
7540
|
{
|
|
7553
|
-
inputs: [{
|
|
7541
|
+
inputs: [{ name: 'disablePeopleFlg' }],
|
|
7554
7542
|
},
|
|
7555
7543
|
{
|
|
7556
|
-
inputs: [{
|
|
7544
|
+
inputs: [{ name: 'bankruptcyFlg' }],
|
|
7557
7545
|
},
|
|
7558
7546
|
{
|
|
7559
|
-
inputs: [{
|
|
7547
|
+
inputs: [{ name: 'shareholderFlg' }],
|
|
7560
7548
|
},
|
|
7561
7549
|
{
|
|
7562
|
-
inputs: [{
|
|
7550
|
+
inputs: [{ name: 'legalEntityName' }],
|
|
7563
7551
|
},
|
|
7564
7552
|
{
|
|
7565
|
-
inputs: [{
|
|
7553
|
+
inputs: [{ name: 'creditInRshbCd' }],
|
|
7566
7554
|
},
|
|
7567
7555
|
];
|
|
7568
7556
|
const COMMON_RETAIL_CONTENT = [
|
|
@@ -7578,10 +7566,10 @@
|
|
|
7578
7566
|
inputs: [],
|
|
7579
7567
|
},
|
|
7580
7568
|
{
|
|
7581
|
-
inputs: [{
|
|
7569
|
+
inputs: [{ name: 'regionRetail', required: true }],
|
|
7582
7570
|
},
|
|
7583
7571
|
{
|
|
7584
|
-
inputs: [{
|
|
7572
|
+
inputs: [{ name: 'addressRetail', required: true }],
|
|
7585
7573
|
},
|
|
7586
7574
|
{
|
|
7587
7575
|
title: 'Код представителя Банка',
|
|
@@ -7591,14 +7579,13 @@
|
|
|
7591
7579
|
{
|
|
7592
7580
|
inputs: [
|
|
7593
7581
|
{
|
|
7594
|
-
fieldType: 'common',
|
|
7595
7582
|
name: 'infoCard',
|
|
7596
7583
|
label: 'Если представитель Банка помогал Вам в заведении заявки, введите здесь его код',
|
|
7597
7584
|
},
|
|
7598
7585
|
],
|
|
7599
7586
|
},
|
|
7600
7587
|
{
|
|
7601
|
-
inputs: [{
|
|
7588
|
+
inputs: [{ name: 'bankEmployeeCode' }],
|
|
7602
7589
|
},
|
|
7603
7590
|
];
|
|
7604
7591
|
const DELIVERY_CREDIT_CARD_CONTENT = [
|
|
@@ -7608,7 +7595,7 @@
|
|
|
7608
7595
|
inputs: [],
|
|
7609
7596
|
},
|
|
7610
7597
|
{
|
|
7611
|
-
inputs: [{
|
|
7598
|
+
inputs: [{ name: 'methodObtain' }],
|
|
7612
7599
|
},
|
|
7613
7600
|
{
|
|
7614
7601
|
title: 'Адрес',
|
|
@@ -7618,7 +7605,6 @@
|
|
|
7618
7605
|
{
|
|
7619
7606
|
inputs: [
|
|
7620
7607
|
{
|
|
7621
|
-
fieldType: 'common',
|
|
7622
7608
|
name: 'addressCourier',
|
|
7623
7609
|
dadata: true,
|
|
7624
7610
|
condition: {
|
|
@@ -7628,7 +7614,6 @@
|
|
|
7628
7614
|
required: true,
|
|
7629
7615
|
},
|
|
7630
7616
|
{
|
|
7631
|
-
fieldType: 'common',
|
|
7632
7617
|
name: 'deliveryDate',
|
|
7633
7618
|
condition: {
|
|
7634
7619
|
name: 'methodObtain',
|
|
@@ -7637,7 +7622,6 @@
|
|
|
7637
7622
|
required: true,
|
|
7638
7623
|
},
|
|
7639
7624
|
{
|
|
7640
|
-
fieldType: 'common',
|
|
7641
7625
|
name: 'comment',
|
|
7642
7626
|
condition: {
|
|
7643
7627
|
name: 'methodObtain',
|
|
@@ -7649,7 +7633,6 @@
|
|
|
7649
7633
|
{
|
|
7650
7634
|
inputs: [
|
|
7651
7635
|
{
|
|
7652
|
-
fieldType: 'common',
|
|
7653
7636
|
name: 'regionRetail',
|
|
7654
7637
|
required: true,
|
|
7655
7638
|
condition: {
|
|
@@ -7658,7 +7641,6 @@
|
|
|
7658
7641
|
},
|
|
7659
7642
|
},
|
|
7660
7643
|
{
|
|
7661
|
-
fieldType: 'common',
|
|
7662
7644
|
name: 'addressRetail',
|
|
7663
7645
|
required: true,
|
|
7664
7646
|
condition: {
|
|
@@ -7671,7 +7653,6 @@
|
|
|
7671
7653
|
{
|
|
7672
7654
|
inputs: [
|
|
7673
7655
|
{
|
|
7674
|
-
fieldType: 'common',
|
|
7675
7656
|
name: 'infoCard',
|
|
7676
7657
|
label: 'Если представитель Банка помогал Вам в заведении заявки, введите здесь его код',
|
|
7677
7658
|
condition: {
|
|
@@ -7680,7 +7661,6 @@
|
|
|
7680
7661
|
},
|
|
7681
7662
|
},
|
|
7682
7663
|
{
|
|
7683
|
-
fieldType: 'common',
|
|
7684
7664
|
name: 'bankEmployeeCode',
|
|
7685
7665
|
condition: {
|
|
7686
7666
|
name: 'methodObtain',
|
|
@@ -7697,10 +7677,10 @@
|
|
|
7697
7677
|
},
|
|
7698
7678
|
{
|
|
7699
7679
|
inputs: [
|
|
7700
|
-
{
|
|
7701
|
-
{
|
|
7702
|
-
{
|
|
7703
|
-
{
|
|
7680
|
+
{ name: 'currency', required: true },
|
|
7681
|
+
{ name: 'paymentSystem', required: true },
|
|
7682
|
+
{ name: 'cardCategory', required: true },
|
|
7683
|
+
{ name: 'codeWord', required: true },
|
|
7704
7684
|
],
|
|
7705
7685
|
},
|
|
7706
7686
|
];
|
|
@@ -7709,7 +7689,6 @@
|
|
|
7709
7689
|
columns: 1,
|
|
7710
7690
|
inputs: [
|
|
7711
7691
|
{
|
|
7712
|
-
fieldType: 'common',
|
|
7713
7692
|
name: 'calculator',
|
|
7714
7693
|
},
|
|
7715
7694
|
],
|
|
@@ -10449,7 +10428,7 @@
|
|
|
10449
10428
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
10450
10429
|
});
|
|
10451
10430
|
|
|
10452
|
-
const packageVersion = "0.14.
|
|
10431
|
+
const packageVersion = "0.14.735";
|
|
10453
10432
|
|
|
10454
10433
|
exports.Blocks = Blocks;
|
|
10455
10434
|
exports.ContentPage = ContentPage;
|