ecotransac-shared-js 1.1.12 → 1.1.13
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 +0 -4
- package/dist/index.mjs +0 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -687,7 +687,6 @@ var featuresFormFields = [
|
|
|
687
687
|
name: "propertyType",
|
|
688
688
|
fieldType: "propertyType",
|
|
689
689
|
label: "Nature du bien",
|
|
690
|
-
props: { className: "md:col-span-2" },
|
|
691
690
|
requiredFor: []
|
|
692
691
|
},
|
|
693
692
|
{
|
|
@@ -818,7 +817,6 @@ var featuresFormFields = [
|
|
|
818
817
|
name: "isOccupied",
|
|
819
818
|
fieldType: "radio",
|
|
820
819
|
label: "Vendu occup\xE9",
|
|
821
|
-
props: { className: "md:col-span-2" },
|
|
822
820
|
requiredFor: ["MANDATE_CREATION" /* MandateCreation */, "DIFFUSION" /* Diffusion */]
|
|
823
821
|
},
|
|
824
822
|
{
|
|
@@ -925,7 +923,6 @@ var technicalFormFields = [
|
|
|
925
923
|
name: "isDpeCompleted",
|
|
926
924
|
fieldType: "radio",
|
|
927
925
|
label: "DPE r\xE9alis\xE9",
|
|
928
|
-
props: { className: "md:col-span-2" },
|
|
929
926
|
condition: and(not("isParking"), not("isLand")),
|
|
930
927
|
requiredFor: ["DIFFUSION" /* Diffusion */]
|
|
931
928
|
},
|
|
@@ -947,7 +944,6 @@ var technicalFormFields = [
|
|
|
947
944
|
name: "gesScore",
|
|
948
945
|
fieldType: "grade",
|
|
949
946
|
label: "Score GES",
|
|
950
|
-
props: { className: "md:col-span-2" },
|
|
951
947
|
condition: and(not("isParking"), not("isLand"), only("isDpeCompleted")),
|
|
952
948
|
requiredFor: ["DIFFUSION" /* Diffusion */]
|
|
953
949
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -613,7 +613,6 @@ var featuresFormFields = [
|
|
|
613
613
|
name: "propertyType",
|
|
614
614
|
fieldType: "propertyType",
|
|
615
615
|
label: "Nature du bien",
|
|
616
|
-
props: { className: "md:col-span-2" },
|
|
617
616
|
requiredFor: []
|
|
618
617
|
},
|
|
619
618
|
{
|
|
@@ -744,7 +743,6 @@ var featuresFormFields = [
|
|
|
744
743
|
name: "isOccupied",
|
|
745
744
|
fieldType: "radio",
|
|
746
745
|
label: "Vendu occup\xE9",
|
|
747
|
-
props: { className: "md:col-span-2" },
|
|
748
746
|
requiredFor: ["MANDATE_CREATION" /* MandateCreation */, "DIFFUSION" /* Diffusion */]
|
|
749
747
|
},
|
|
750
748
|
{
|
|
@@ -851,7 +849,6 @@ var technicalFormFields = [
|
|
|
851
849
|
name: "isDpeCompleted",
|
|
852
850
|
fieldType: "radio",
|
|
853
851
|
label: "DPE r\xE9alis\xE9",
|
|
854
|
-
props: { className: "md:col-span-2" },
|
|
855
852
|
condition: and(not("isParking"), not("isLand")),
|
|
856
853
|
requiredFor: ["DIFFUSION" /* Diffusion */]
|
|
857
854
|
},
|
|
@@ -873,7 +870,6 @@ var technicalFormFields = [
|
|
|
873
870
|
name: "gesScore",
|
|
874
871
|
fieldType: "grade",
|
|
875
872
|
label: "Score GES",
|
|
876
|
-
props: { className: "md:col-span-2" },
|
|
877
873
|
condition: and(not("isParking"), not("isLand"), only("isDpeCompleted")),
|
|
878
874
|
requiredFor: ["DIFFUSION" /* Diffusion */]
|
|
879
875
|
},
|