ecotransac-shared-js 1.2.18 → 1.2.19
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 +4 -1
- package/dist/index.mjs +4 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -921,7 +921,10 @@ var featuresFormFields = [
|
|
|
921
921
|
fieldType: "text",
|
|
922
922
|
label: "Proc\xE9dure en cours dans la copropri\xE9t\xE9",
|
|
923
923
|
condition: only("isCoOwnership"),
|
|
924
|
-
props: {
|
|
924
|
+
props: {
|
|
925
|
+
placeholder: "Aucune proc\xE9dure en cours",
|
|
926
|
+
tooltip: "Laisser ce champ vide si le bien de fait pas l'objet d'une proc\xE9dure actuellement."
|
|
927
|
+
},
|
|
925
928
|
requiredFor: []
|
|
926
929
|
},
|
|
927
930
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -828,7 +828,10 @@ var featuresFormFields = [
|
|
|
828
828
|
fieldType: "text",
|
|
829
829
|
label: "Proc\xE9dure en cours dans la copropri\xE9t\xE9",
|
|
830
830
|
condition: only("isCoOwnership"),
|
|
831
|
-
props: {
|
|
831
|
+
props: {
|
|
832
|
+
placeholder: "Aucune proc\xE9dure en cours",
|
|
833
|
+
tooltip: "Laisser ce champ vide si le bien de fait pas l'objet d'une proc\xE9dure actuellement."
|
|
834
|
+
},
|
|
832
835
|
requiredFor: []
|
|
833
836
|
},
|
|
834
837
|
{
|