ecotransac-shared-js 1.2.7 → 1.2.8
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 +12 -6
- package/dist/index.mjs +12 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1329,7 +1329,8 @@ var renovationPropertyFormFields = [
|
|
|
1329
1329
|
name: "constructionYear",
|
|
1330
1330
|
fieldType: "year",
|
|
1331
1331
|
label: "Ann\xE9e de construction",
|
|
1332
|
-
requiredFor: []
|
|
1332
|
+
requiredFor: [],
|
|
1333
|
+
condition: void 0
|
|
1333
1334
|
},
|
|
1334
1335
|
{
|
|
1335
1336
|
name: "hasDPE",
|
|
@@ -1370,27 +1371,31 @@ var renovationProjectFormFields = [
|
|
|
1370
1371
|
fieldType: "textarea",
|
|
1371
1372
|
label: "Contraintes sp\xE9cifiques",
|
|
1372
1373
|
props: { tooltip: "Acc\xE8s ou d\xE9lais par exemple" },
|
|
1373
|
-
requiredFor: []
|
|
1374
|
+
requiredFor: [],
|
|
1375
|
+
condition: void 0
|
|
1374
1376
|
},
|
|
1375
1377
|
{
|
|
1376
1378
|
name: "insulationLevel",
|
|
1377
1379
|
fieldType: "select",
|
|
1378
1380
|
label: "Niveau d\u2019isolation actuel",
|
|
1379
|
-
requiredFor: []
|
|
1381
|
+
requiredFor: [],
|
|
1382
|
+
condition: void 0
|
|
1380
1383
|
},
|
|
1381
1384
|
{
|
|
1382
1385
|
name: "heatingEnergy",
|
|
1383
1386
|
fieldType: "select",
|
|
1384
1387
|
label: "Chauffage principal",
|
|
1385
1388
|
props: { options: HEATING_ENERGY2 },
|
|
1386
|
-
requiredFor: []
|
|
1389
|
+
requiredFor: [],
|
|
1390
|
+
condition: void 0
|
|
1387
1391
|
},
|
|
1388
1392
|
{
|
|
1389
1393
|
name: "annualElectricityConsumption",
|
|
1390
1394
|
fieldType: "number",
|
|
1391
1395
|
label: "Consommation annuelle d'\xE9lectricit\xE9",
|
|
1392
1396
|
props: { suffix: "Kwh" },
|
|
1393
|
-
requiredFor: []
|
|
1397
|
+
requiredFor: [],
|
|
1398
|
+
condition: void 0
|
|
1394
1399
|
},
|
|
1395
1400
|
{
|
|
1396
1401
|
name: "annualElectricityBill",
|
|
@@ -1400,7 +1405,8 @@ var renovationProjectFormFields = [
|
|
|
1400
1405
|
suffix: "\u20AC/an",
|
|
1401
1406
|
tooltip: "Le prix du kWh TTC de l'\xE9lectricit\xE9 est de 0.2516 \u20AC en juillet 2024 en France"
|
|
1402
1407
|
},
|
|
1403
|
-
requiredFor: []
|
|
1408
|
+
requiredFor: [],
|
|
1409
|
+
condition: void 0
|
|
1404
1410
|
}
|
|
1405
1411
|
];
|
|
1406
1412
|
var renovationFormFields = [
|
package/dist/index.mjs
CHANGED
|
@@ -1239,7 +1239,8 @@ var renovationPropertyFormFields = [
|
|
|
1239
1239
|
name: "constructionYear",
|
|
1240
1240
|
fieldType: "year",
|
|
1241
1241
|
label: "Ann\xE9e de construction",
|
|
1242
|
-
requiredFor: []
|
|
1242
|
+
requiredFor: [],
|
|
1243
|
+
condition: void 0
|
|
1243
1244
|
},
|
|
1244
1245
|
{
|
|
1245
1246
|
name: "hasDPE",
|
|
@@ -1280,27 +1281,31 @@ var renovationProjectFormFields = [
|
|
|
1280
1281
|
fieldType: "textarea",
|
|
1281
1282
|
label: "Contraintes sp\xE9cifiques",
|
|
1282
1283
|
props: { tooltip: "Acc\xE8s ou d\xE9lais par exemple" },
|
|
1283
|
-
requiredFor: []
|
|
1284
|
+
requiredFor: [],
|
|
1285
|
+
condition: void 0
|
|
1284
1286
|
},
|
|
1285
1287
|
{
|
|
1286
1288
|
name: "insulationLevel",
|
|
1287
1289
|
fieldType: "select",
|
|
1288
1290
|
label: "Niveau d\u2019isolation actuel",
|
|
1289
|
-
requiredFor: []
|
|
1291
|
+
requiredFor: [],
|
|
1292
|
+
condition: void 0
|
|
1290
1293
|
},
|
|
1291
1294
|
{
|
|
1292
1295
|
name: "heatingEnergy",
|
|
1293
1296
|
fieldType: "select",
|
|
1294
1297
|
label: "Chauffage principal",
|
|
1295
1298
|
props: { options: HEATING_ENERGY2 },
|
|
1296
|
-
requiredFor: []
|
|
1299
|
+
requiredFor: [],
|
|
1300
|
+
condition: void 0
|
|
1297
1301
|
},
|
|
1298
1302
|
{
|
|
1299
1303
|
name: "annualElectricityConsumption",
|
|
1300
1304
|
fieldType: "number",
|
|
1301
1305
|
label: "Consommation annuelle d'\xE9lectricit\xE9",
|
|
1302
1306
|
props: { suffix: "Kwh" },
|
|
1303
|
-
requiredFor: []
|
|
1307
|
+
requiredFor: [],
|
|
1308
|
+
condition: void 0
|
|
1304
1309
|
},
|
|
1305
1310
|
{
|
|
1306
1311
|
name: "annualElectricityBill",
|
|
@@ -1310,7 +1315,8 @@ var renovationProjectFormFields = [
|
|
|
1310
1315
|
suffix: "\u20AC/an",
|
|
1311
1316
|
tooltip: "Le prix du kWh TTC de l'\xE9lectricit\xE9 est de 0.2516 \u20AC en juillet 2024 en France"
|
|
1312
1317
|
},
|
|
1313
|
-
requiredFor: []
|
|
1318
|
+
requiredFor: [],
|
|
1319
|
+
condition: void 0
|
|
1314
1320
|
}
|
|
1315
1321
|
];
|
|
1316
1322
|
var renovationFormFields = [
|