tricc-oo 1.5.20__py3-none-any.whl → 1.5.22__py3-none-any.whl

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.
@@ -301,6 +301,8 @@ class XLSFormCHTStrategy(XLSFormCDSSStrategy):
301
301
  "",
302
302
  "",
303
303
  ]
304
+
305
+
304
306
 
305
307
  df_input.loc[len(df_input)] = [
306
308
  "end_group",
@@ -323,6 +325,28 @@ class XLSFormCHTStrategy(XLSFormCDSSStrategy):
323
325
  "",
324
326
  "",
325
327
  ]
328
+
329
+ df_input.loc[len(df_input)] = [
330
+ "hidden",
331
+ "data_load",
332
+ *list(langs.get_trads("NO_LABEL", force_dict=True).values()),
333
+ *list(empty.values()),
334
+ *list(empty.values()),
335
+ "",
336
+ "hidden",
337
+ "",
338
+ *list(empty.values()),
339
+ "",
340
+ "",
341
+ "",
342
+ *list(empty.values()),
343
+ "",
344
+ "",
345
+ "",
346
+ "",
347
+ "",
348
+ "",
349
+ ]
326
350
  self.get_contact_inputs_calculate(df_input)
327
351
  df_input.loc[len(df_input)] = [
328
352
  "calculate",
@@ -451,27 +475,7 @@ class XLSFormCHTStrategy(XLSFormCDSSStrategy):
451
475
  "", #'image'
452
476
  "", # choice filter
453
477
  ]
454
- df_input.loc[len(df_input)] = [
455
- "hidden",
456
- "data_load",
457
- *list(langs.get_trads("NO_LABEL", force_dict=True).values()),
458
- *list(empty.values()),
459
- *list(empty.values()),
460
- "",
461
- "hidden",
462
- "",
463
- *list(empty.values()),
464
- "",
465
- "",
466
- "",
467
- *list(empty.values()),
468
- "",
469
- "",
470
- "",
471
- "",
472
- "",
473
- "",
474
- ]
478
+
475
479
 
476
480
  for input in inputs:
477
481
  df_input.loc[len(df_input)] = get_input_calc_line(input)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tricc-oo
3
- Version: 1.5.20
3
+ Version: 1.5.22
4
4
  Summary: Python library that converts CDSS L2 in L3
5
5
  Project-URL: Homepage, https://github.com/SwissTPH/tricc
6
6
  Project-URL: Issues, https://github.com/SwissTPH/tricc/issues
@@ -34,13 +34,13 @@ tricc_oo/strategies/output/base_output_strategy.py,sha256=YVQTgisOsbm3h2xWwXKQQP
34
34
  tricc_oo/strategies/output/spice.py,sha256=s_COahyYCoc4Xv5TGh_AW9evDOW6GOex0Xwa_JWeLsI,11280
35
35
  tricc_oo/strategies/output/xls_form.py,sha256=nJqMVI9Y8LF1MxG9-0cJK8g1Ag8iKqFPkjYVsG_UJ2M,31289
36
36
  tricc_oo/strategies/output/xlsform_cdss.py,sha256=8ghPYH8K2DSzPY1jrJMQzrFmkvzu75jM0B1LpSS-y1E,9516
37
- tricc_oo/strategies/output/xlsform_cht.py,sha256=2GeQCmuoFo2CbKGuMIwr8Iq78edKMDb3AAsm6UVTHMU,24216
37
+ tricc_oo/strategies/output/xlsform_cht.py,sha256=wvSq7AM13c5UF3u8oZN7KlMCdYfN2KtqljQeILjPBLs,24244
38
38
  tricc_oo/strategies/output/xlsform_cht_hf.py,sha256=VPx5_wLXLacJFTgVcwOJ7LVd77fmOrL_ZAycNZLxC6o,2281
39
39
  tricc_oo/visitors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
40
40
  tricc_oo/visitors/tricc.py,sha256=e_6itYSgtc6EF2sOCKFvP3nri1NuELzRah_mBJdRVik,101851
41
41
  tricc_oo/visitors/utils.py,sha256=Gol4JNozPEd30Q1l8IPIPhx5fqVyy9R81GofGVebgD8,484
42
42
  tricc_oo/visitors/xform_pd.py,sha256=jgjBLbfElVdi0NmClhw6NK6qNcIgWYm4KMXfVwiQwXM,9705
43
- tricc_oo-1.5.20.dist-info/METADATA,sha256=uMzAQDMCD72DkDek2tI_JY97uUubu1aenPsn_2nlhqU,7878
44
- tricc_oo-1.5.20.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
45
- tricc_oo-1.5.20.dist-info/top_level.txt,sha256=NvbfMNAiy9m4b1unBsqpeOQWh4IgA1Xa33BtKA4abxk,15
46
- tricc_oo-1.5.20.dist-info/RECORD,,
43
+ tricc_oo-1.5.22.dist-info/METADATA,sha256=ZFM1_2Tlbln5P8VIjpmP3N4pzY3jrlYpYzK72FwawxY,7878
44
+ tricc_oo-1.5.22.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
45
+ tricc_oo-1.5.22.dist-info/top_level.txt,sha256=NvbfMNAiy9m4b1unBsqpeOQWh4IgA1Xa33BtKA4abxk,15
46
+ tricc_oo-1.5.22.dist-info/RECORD,,