ecotransac-shared-js 1.1.25 → 1.1.26
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/dist/index.js +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -761,7 +761,7 @@ var featuresFormFields = [
|
|
|
761
761
|
},
|
|
762
762
|
{
|
|
763
763
|
name: "hasElevator",
|
|
764
|
-
fieldType: "radio",
|
|
764
|
+
fieldType: "radio-boolean",
|
|
765
765
|
label: "Avec ascenseur",
|
|
766
766
|
condition: not("isLand"),
|
|
767
767
|
requiredFor: ["MANDATE_CREATION" /* MandateCreation */, "DIFFUSION" /* Diffusion */]
|
|
@@ -1626,7 +1626,7 @@ var contactFormFields = [
|
|
|
1626
1626
|
},
|
|
1627
1627
|
{
|
|
1628
1628
|
name: "maritalStatus",
|
|
1629
|
-
fieldType: "
|
|
1629
|
+
fieldType: "select",
|
|
1630
1630
|
label: "Situation matrimoniale",
|
|
1631
1631
|
props: { options: MARITAL_STATUS }
|
|
1632
1632
|
},
|
|
@@ -1660,7 +1660,7 @@ var contactFormFields = [
|
|
|
1660
1660
|
},
|
|
1661
1661
|
{
|
|
1662
1662
|
name: "kycDocumentType",
|
|
1663
|
-
fieldType: "
|
|
1663
|
+
fieldType: "select",
|
|
1664
1664
|
label: "Type de document d'identit\xE9",
|
|
1665
1665
|
props: { options: IDENTIFICATION_DOCUMENTS }
|
|
1666
1666
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -679,7 +679,7 @@ var featuresFormFields = [
|
|
|
679
679
|
},
|
|
680
680
|
{
|
|
681
681
|
name: "hasElevator",
|
|
682
|
-
fieldType: "radio",
|
|
682
|
+
fieldType: "radio-boolean",
|
|
683
683
|
label: "Avec ascenseur",
|
|
684
684
|
condition: not("isLand"),
|
|
685
685
|
requiredFor: ["MANDATE_CREATION" /* MandateCreation */, "DIFFUSION" /* Diffusion */]
|
|
@@ -1544,7 +1544,7 @@ var contactFormFields = [
|
|
|
1544
1544
|
},
|
|
1545
1545
|
{
|
|
1546
1546
|
name: "maritalStatus",
|
|
1547
|
-
fieldType: "
|
|
1547
|
+
fieldType: "select",
|
|
1548
1548
|
label: "Situation matrimoniale",
|
|
1549
1549
|
props: { options: MARITAL_STATUS }
|
|
1550
1550
|
},
|
|
@@ -1578,7 +1578,7 @@ var contactFormFields = [
|
|
|
1578
1578
|
},
|
|
1579
1579
|
{
|
|
1580
1580
|
name: "kycDocumentType",
|
|
1581
|
-
fieldType: "
|
|
1581
|
+
fieldType: "select",
|
|
1582
1582
|
label: "Type de document d'identit\xE9",
|
|
1583
1583
|
props: { options: IDENTIFICATION_DOCUMENTS }
|
|
1584
1584
|
},
|