@sapui5/sap.suite.ui.generic.template 1.130.2 → 1.131.1

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.
Files changed (100) hide show
  1. package/package.json +1 -1
  2. package/src/sap/suite/ui/generic/template/.library +1 -1
  3. package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/ControllerImplementation.js +5 -1
  4. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_da.properties +2 -2
  5. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_de.properties +2 -2
  6. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ko.properties +2 -2
  7. package/src/sap/suite/ui/generic/template/AnalyticalListPage/manifest.json +1 -1
  8. package/src/sap/suite/ui/generic/template/Canvas/manifest.json +1 -1
  9. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_de.properties +1 -1
  10. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_es.properties +1 -1
  11. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hr.properties +1 -1
  12. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ko.properties +2 -2
  13. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sl.properties +1 -1
  14. package/src/sap/suite/ui/generic/template/ListReport/manifest.json +1 -1
  15. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartTable.fragment.xml +6 -3
  16. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ar.properties +2 -2
  17. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_da.properties +1 -1
  18. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_es.properties +2 -2
  19. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ko.properties +1 -1
  20. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_th.properties +1 -1
  21. package/src/sap/suite/ui/generic/template/ObjectPage/manifest.json +1 -1
  22. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/Sections.fragment.xml +13 -13
  23. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartForm.fragment.xml +5 -5
  24. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartTable.fragment.xml +6 -3
  25. package/src/sap/suite/ui/generic/template/QuickCreate/manifest.json +1 -1
  26. package/src/sap/suite/ui/generic/template/QuickView/manifest.json +1 -1
  27. package/src/sap/suite/ui/generic/template/designtime/controls/DynamicPage.designtime.js +317 -0
  28. package/src/sap/suite/ui/generic/template/designtime/controls/SmartTable.designtime.js +121 -32
  29. package/src/sap/suite/ui/generic/template/designtime/floorplans/AnalyticalListPage.designtime.js +12 -5
  30. package/src/sap/suite/ui/generic/template/designtime/floorplans/ListReport.designtime.js +11 -4
  31. package/src/sap/suite/ui/generic/template/designtime/floorplans/ObjectPage.designtime.js +13 -5
  32. package/src/sap/suite/ui/generic/template/designtime/utils/designtimeHelper.js +53 -81
  33. package/src/sap/suite/ui/generic/template/designtime/utils/designtimeUtils.js +63 -21
  34. package/src/sap/suite/ui/generic/template/fragments/SmartFormDataField.fragment.xml +1 -1
  35. package/src/sap/suite/ui/generic/template/js/AnnotationHelper.js +6 -5
  36. package/src/sap/suite/ui/generic/template/js/AnnotationHelperStreamSupport.js +21 -8
  37. package/src/sap/suite/ui/generic/template/lib/AppComponent.js +227 -5
  38. package/src/sap/suite/ui/generic/template/lib/ComponentUtils.js +100 -67
  39. package/src/sap/suite/ui/generic/template/lib/FlexibleColumnLayoutHandler.js +9 -4
  40. package/src/sap/suite/ui/generic/template/lib/RetryAfterHandler.js +154 -54
  41. package/src/sap/suite/ui/generic/template/lib/SideEffectUtil.js +22 -7
  42. package/src/sap/suite/ui/generic/template/lib/StableIdDefinition.js +4 -1
  43. package/src/sap/suite/ui/generic/template/lib/TemplateAssembler.js +39 -41
  44. package/src/sap/suite/ui/generic/template/lib/ViewCreationHelper.js +39 -0
  45. package/src/sap/suite/ui/generic/template/lib/i18n/i18n.properties +20 -1
  46. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ar.properties +14 -1
  47. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_bg.properties +16 -3
  48. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ca.properties +14 -1
  49. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cnr.properties +14 -1
  50. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cs.properties +14 -1
  51. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cy.properties +14 -1
  52. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_da.properties +15 -2
  53. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_de.properties +16 -3
  54. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_el.properties +14 -1
  55. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en.properties +14 -1
  56. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_GB.properties +14 -1
  57. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_saprigi.properties +14 -1
  58. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es.properties +18 -5
  59. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es_MX.properties +14 -1
  60. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_et.properties +14 -1
  61. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fi.properties +14 -1
  62. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr.properties +14 -1
  63. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr_CA.properties +14 -1
  64. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hi.properties +15 -2
  65. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hr.properties +14 -1
  66. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hu.properties +14 -1
  67. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_id.properties +15 -2
  68. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_it.properties +14 -1
  69. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_iw.properties +15 -2
  70. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ja.properties +14 -1
  71. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_kk.properties +14 -1
  72. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ko.properties +16 -3
  73. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lt.properties +14 -1
  74. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lv.properties +14 -1
  75. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_mk.properties +14 -1
  76. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ms.properties +15 -2
  77. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_nl.properties +14 -1
  78. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_no.properties +14 -1
  79. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pl.properties +14 -1
  80. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt.properties +14 -1
  81. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt_PT.properties +14 -1
  82. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ro.properties +14 -1
  83. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ru.properties +14 -1
  84. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sh.properties +14 -1
  85. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sk.properties +14 -1
  86. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sl.properties +14 -1
  87. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sr.properties +14 -1
  88. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sv.properties +15 -2
  89. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_th.properties +14 -1
  90. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_tr.properties +14 -1
  91. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_uk.properties +14 -1
  92. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_vi.properties +14 -1
  93. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_CN.properties +14 -1
  94. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_TW.properties +14 -1
  95. package/src/sap/suite/ui/generic/template/lib/insights/InsightsFECardProvider.js +11 -2
  96. package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +95 -95
  97. package/src/sap/suite/ui/generic/template/library.js +1 -1
  98. package/src/sap/suite/ui/generic/template/listTemplates/fragments/DetailSmartTable.fragment.xml +6 -3
  99. package/src/sap/suite/ui/generic/template/themes/sap_horizon/ObjectPage.less +6 -0
  100. package/src/sap/suite/ui/generic/template/themes/sap_horizon_dark/ObjectPage.less +6 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.suite.ui.generic.template",
3
- "version": "1.130.2",
3
+ "version": "1.131.1",
4
4
  "description": "SAPUI5 Library sap.suite.ui.generic.template",
5
5
  "keywords": [
6
6
  "sapui5",
@@ -7,7 +7,7 @@
7
7
 
8
8
  (c) Copyright 2009-2015 SAP SE. All rights reserved
9
9
  </copyright>
10
- <version>1.130.2</version>
10
+ <version>1.131.1</version>
11
11
 
12
12
  <documentation>Library with generic Suite UI templates.</documentation>
13
13
 
@@ -1050,7 +1050,11 @@ sap.ui.define(["sap/fe/navigation/SelectionVariant",
1050
1050
  oState.oIappStateHandler.fnStoreCurrentAppStateAndAdjustURL();
1051
1051
  },
1052
1052
  onAfterApplyTableVariant: function() {
1053
- oState.oIappStateHandler.fnStoreCurrentAppStateAndAdjustURL();
1053
+ // Wait until the previous invocation of storing the app state is completed.
1054
+ // Then, proceed with storing the current app state.
1055
+ setTimeout(function () {
1056
+ oState.oIappStateHandler.fnStoreCurrentAppStateAndAdjustURL();
1057
+ }, 0);
1054
1058
  },
1055
1059
  onAfterChartVariantSave: function(ev) {
1056
1060
  oState.oIappStateHandler.fnStoreCurrentAppStateAndAdjustURL();
@@ -43,7 +43,7 @@ CLEAR_FILTERS_ALL=Nulstil alle
43
43
 
44
44
  GO_FILTERS=Start
45
45
 
46
- SHOW_ON_FILTER_BAR=Vis p\u00E5 filterlinie
46
+ SHOW_ON_FILTER_BAR=Vis p\u00E5 filterlinje
47
47
 
48
48
  VISUAL_FILTER_FILTERS=Tilpas filtre
49
49
 
@@ -57,7 +57,7 @@ VISUAL_FILTER_CHART_TYPES=Diagramtyper
57
57
 
58
58
  VISUAL_FILTER_CHART_TYPE_BAR=Bj\u00E6lkediagram
59
59
 
60
- VISUAL_FILTER_CHART_TYPE_Line=Liniediagram
60
+ VISUAL_FILTER_CHART_TYPE_Line=Linjediagram
61
61
 
62
62
  VISUAL_FILTER_CHART_TYPE_Donut=Kransediagram
63
63
 
@@ -206,9 +206,9 @@ NODATA_ADAPTFILTERDIALOG=Keine Daten
206
206
 
207
207
 
208
208
 
209
- NODATA_SMARTCHART_ALP=Um zu starten, setzen Sie die entsprechenden Filter, und w\u00E4hlen Sie "Start".
209
+ NODATA_SMARTCHART_ALP=Nehmen Sie Ihre Filtereinstellungen vor, und w\u00E4hlen Sie "Start".
210
210
 
211
- NODATA_SMARTTABLE_ALP=Um zu starten, setzen Sie die entsprechenden Filter, und w\u00E4hlen Sie "Start".
211
+ NODATA_SMARTTABLE_ALP=Nehmen Sie Ihre Filtereinstellungen vor, und w\u00E4hlen Sie "Start".
212
212
 
213
213
  MESSAGE_MULTIPLE_VALUES_L_FORM=Einige Filter sind f\u00FCr Tab "{1}" ({0}) nicht relevant. Sie haben hat keinen Einfluss auf die Ergebnisse.
214
214
 
@@ -206,9 +206,9 @@ NODATA_ADAPTFILTERDIALOG=\uB370\uC774\uD130 \uC5C6\uC74C
206
206
 
207
207
 
208
208
 
209
- NODATA_SMARTCHART_ALP=\uC2DC\uC791\uD558\uB824\uBA74 \uAD00\uB828 \uD544\uD130\uB97C \uC120\uD0DD\uD558\uACE0 "\uC2E4\uD589"\uC744 \uC120\uD0DD\uD558\uC2ED\uC2DC\uC624.
209
+ NODATA_SMARTCHART_ALP=\uC2DC\uC791\uD558\uB824\uBA74 \uAD00\uB828 \uD544\uD130\uB97C \uC124\uC815\uD558\uACE0 "\uC2E4\uD589"\uC744 \uC120\uD0DD\uD558\uC2ED\uC2DC\uC624.
210
210
 
211
- NODATA_SMARTTABLE_ALP=\uC2DC\uC791\uD558\uB824\uBA74 \uAD00\uB828 \uD544\uD130\uB97C \uC120\uD0DD\uD558\uACE0 "\uC2E4\uD589"\uC744 \uC120\uD0DD\uD558\uC2ED\uC2DC\uC624.
211
+ NODATA_SMARTTABLE_ALP=\uC2DC\uC791\uD558\uB824\uBA74 \uAD00\uB828 \uD544\uD130\uB97C \uC124\uC815\uD558\uACE0 "\uC2E4\uD589"\uC744 \uC120\uD0DD\uD558\uC2ED\uC2DC\uC624.
212
212
 
213
213
  MESSAGE_MULTIPLE_VALUES_L_FORM=\uC77C\uBD80 \uD544\uD130\uAC00 \uD0ED "{1}"({0})\uACFC(\uC640) \uAD00\uB828\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uC774\uB7EC\uD55C \uD544\uD130\uB97C \uC124\uC815\uD574\uB3C4 \uACB0\uACFC\uC5D0\uB294 \uC601\uD5A5\uC744 \uC8FC\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
214
214
 
@@ -8,7 +8,7 @@
8
8
  "i18n": "i18n/i18n.properties",
9
9
  "applicationVersion": {
10
10
  "__comment": "applicationVersion oder componentversion??",
11
- "version": "1.130.2"
11
+ "version": "1.131.1"
12
12
  },
13
13
  "title": "{{TITLE}}",
14
14
  "description": "{{DESCRIPTION}}",
@@ -8,7 +8,7 @@
8
8
  "i18n": "i18n/i18n.properties",
9
9
  "applicationVersion": {
10
10
  "__comment": "applicationVersion oder componentversion??",
11
- "version": "1.130.2"
11
+ "version": "1.131.1"
12
12
  },
13
13
  "title": "Canvas",
14
14
  "description": "Canvas Page",
@@ -61,7 +61,7 @@ MESSAGE_MULTIPLE_VALUES_S_FORM=Sie k\u00F6nnen folgende Filter nicht auf der Reg
61
61
 
62
62
  OBJECT_NOT_EDITABLE=Dieses Objekt kann nicht bearbeitet werden.
63
63
 
64
- NODATA_SMARTTABLE_LR=Entsprechende Filter f\u00FCr Start setzen und "Start" w\u00E4hlen.
64
+ NODATA_SMARTTABLE_LR=Nehmen Sie Ihre Filtereinstellungen vor, und w\u00E4hlen Sie "Start".
65
65
 
66
66
 
67
67
  CANCEL_AND_DISCARD=M\u00F6chten Sie diesen Entwurf verwerfen?
@@ -70,7 +70,7 @@ DISCARD_EDIT=\u00BFDesea rechazar todas las modificaciones?
70
70
 
71
71
  DISCARD=Rechazar
72
72
 
73
- DELETE=Eliminar
73
+ DELETE=Borrar
74
74
 
75
75
  OBJECT_SAVED=Los cambios se han guardado.
76
76
 
@@ -61,7 +61,7 @@ MESSAGE_MULTIPLE_VALUES_S_FORM=Ne mo\u017Eete upotrijebiti sljede\u0107e filtere
61
61
 
62
62
  OBJECT_NOT_EDITABLE=Ovaj objekt nije mogu\u0107e urediti.
63
63
 
64
- NODATA_SMARTTABLE_LR=Za pokretanje postavite relev. filtere i izaberite "Idi".
64
+ NODATA_SMARTTABLE_LR=Za pokretanje postavite relevantne filtre i izaberite "Idi".
65
65
 
66
66
 
67
67
  CANCEL_AND_DISCARD=\u017Delite li odbaciti ovaj nacrt?
@@ -61,7 +61,7 @@ MESSAGE_MULTIPLE_VALUES_S_FORM="{1}" \uD0ED\uC5D0\uC11C \uB2E4\uC74C \uD544\uD13
61
61
 
62
62
  OBJECT_NOT_EDITABLE=\uC774 \uC624\uBE0C\uC81D\uD2B8\uB97C \uD3B8\uC9D1\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.
63
63
 
64
- NODATA_SMARTTABLE_LR=\uC2DC\uC791\uD558\uB824\uBA74 \uAD00\uB828 \uD544\uD130\uB97C \uC120\uD0DD\uD558\uACE0 "\uC2E4\uD589"\uC744 \uC120\uD0DD\uD558\uC2ED\uC2DC\uC624.
64
+ NODATA_SMARTTABLE_LR=\uC2DC\uC791\uD558\uB824\uBA74 \uAD00\uB828 \uD544\uD130\uB97C \uC124\uC815\uD558\uACE0 "\uC2E4\uD589"\uC744 \uC120\uD0DD\uD558\uC2ED\uC2DC\uC624.
65
65
 
66
66
 
67
67
  CANCEL_AND_DISCARD=\uC774 \uB4DC\uB798\uD504\uD2B8\uB97C \uBB34\uC2DC\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?
@@ -74,7 +74,7 @@ DELETE=\uC0AD\uC81C
74
74
 
75
75
  OBJECT_SAVED=\uBCC0\uACBD \uB0B4\uC6A9\uC774 \uC800\uC7A5\uB418\uC5C8\uC2B5\uB2C8\uB2E4.
76
76
 
77
- OBJECT_NOT_MODIFIED=\uBCC0\uACBD\uB41C \uB0B4\uC6A9\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.
77
+ OBJECT_NOT_MODIFIED=\uBCC0\uACBD\uC0AC\uD56D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.
78
78
 
79
79
  OBJECT_CREATED=\uC624\uBE0C\uC81D\uD2B8\uAC00 \uC0DD\uC131\uB418\uC5C8\uC2B5\uB2C8\uB2E4.
80
80
 
@@ -116,7 +116,7 @@ CREATE_NEW_OBJECT=Kreiranje objekta
116
116
 
117
117
  CREATE_OBJECT=Kreiranje
118
118
 
119
- CREATE_DIALOG_TITLE=Novi objekt
119
+ CREATE_DIALOG_TITLE=Nov objekt
120
120
 
121
121
  PARTIAL_UPDATE={0} od {1} objektov posodobljenih.
122
122
 
@@ -8,7 +8,7 @@
8
8
  "i18n": "i18n/i18n.properties",
9
9
  "applicationVersion": {
10
10
  "__comment": "applicationVersion oder componentversion??",
11
- "version": "1.130.2"
11
+ "version": "1.131.1"
12
12
  },
13
13
  "title": "{{TITLE}}",
14
14
  "description": "{{DESCRIPTION}}",
@@ -99,7 +99,8 @@
99
99
  rowSelectionChange="._templateEventHandlers.onSelectionChange"
100
100
  beforeOpenContextMenu="._templateEventHandlers.beforeOpenContextMenu($event, '{smartControlId>id}')"
101
101
  enableColumnFreeze="true" enableCellFilter="true"
102
- rowActionCount="{parts: [{path: 'entitySet>'}, {path: 'parameter>/settings/subPages/'}, {path: 'parameter>/manifest/'}, {path: 'parameter>/settings/'}], formatter: 'AH.getRowActionCountForListReport'}">
102
+ rowActionCount="{parts: [{path: 'entitySet>'}, {path: 'parameter>/settings/subPages/'}, {path: 'parameter>/manifest/'}, {path: 'parameter>/settings/'}], formatter: 'AH.getRowActionCountForListReport'}"
103
+ scrollThreshold="300">
103
104
  <template:with path="entitySet>" var="listEntitySet">
104
105
  <core:Fragment fragmentName="sap.suite.ui.generic.template.listTemplates.fragments.SmartTableUiTableCommons" type="XML"/>
105
106
  </template:with>
@@ -128,7 +129,8 @@
128
129
  class="{path: 'parameter>/settings/condensedTableLayout', formatter: 'AHListReport.setSizeCondensedCssClass'}"
129
130
  rowSelectionChange="._templateEventHandlers.onSelectionChange"
130
131
  beforeOpenContextMenu="._templateEventHandlers.beforeOpenContextMenu($event, '{smartControlId>id}')"
131
- rowActionCount="{parts: [{path: 'entitySet>'}, {path: 'parameter>/settings/subPages/'}, {path: 'parameter>/manifest/'}, {path: 'parameter>/settings/'}], formatter: 'AH.getRowActionCountForListReport'}">
132
+ rowActionCount="{parts: [{path: 'entitySet>'}, {path: 'parameter>/settings/subPages/'}, {path: 'parameter>/manifest/'}, {path: 'parameter>/settings/'}], formatter: 'AH.getRowActionCountForListReport'}"
133
+ scrollThreshold="300">
132
134
  <template:with path="entitySet>" var="listEntitySet">
133
135
  <core:Fragment fragmentName="sap.suite.ui.generic.template.listTemplates.fragments.SmartTableUiTableCommons" type="XML"/>
134
136
  </template:with>
@@ -159,7 +161,8 @@
159
161
  rowSelectionChange="._templateEventHandlers.onSelectionChange"
160
162
  beforeOpenContextMenu="._templateEventHandlers.beforeOpenContextMenu($event, '{smartControlId>id}')"
161
163
  enableColumnFreeze="true" enableCellFilter="true"
162
- rowActionCount="{parts: [{path: 'entitySet>'}, {path: 'parameter>/settings/subPages/'}, {path: 'parameter>/manifest/'}, {path: 'parameter>/settings/'}], formatter: 'AH.getRowActionCountForListReport'}">
164
+ rowActionCount="{parts: [{path: 'entitySet>'}, {path: 'parameter>/settings/subPages/'}, {path: 'parameter>/manifest/'}, {path: 'parameter>/settings/'}], formatter: 'AH.getRowActionCountForListReport'}"
165
+ scrollThreshold="300">
163
166
  <template:with path="entitySet>" var="listEntitySet">
164
167
  <core:Fragment fragmentName="sap.suite.ui.generic.template.listTemplates.fragments.SmartTableUiTableCommons" type="XML"/>
165
168
  </template:with>
@@ -192,6 +192,6 @@ REQUIRED_PROP_ERROR=\u0623\u062F\u062E\u0644 \u0642\u064A\u0645\u0629.
192
192
  REQUIRED_PROP_COLUMN_HIDDEN_ERROR=\u064A\u062D\u062A\u0648\u064A \u0627\u0644\u062C\u062F\u0648\u0644 \u0639\u0644\u0649 \u0623\u062E\u0637\u0627\u0621. {0} \u0647\u064A \u0642\u064A\u0645\u0629 \u0645\u0637\u0644\u0648\u0628\u0629 \u0648\u0644\u0643\u0646 \u0644\u0627 \u064A\u062A\u0645 \u0639\u0631\u0636\u0647\u0627 \u0641\u064A \u0627\u0644\u062C\u062F\u0648\u0644. \u064A\u0631\u062C\u0649 \u0625\u0636\u0627\u0641\u062A\u0647\u0627 \u0641\u064A \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0631\u0636.
193
193
  REQUIRED_PROP_COLUMN_HIDDEN_ERROR_PLURAL=\u064A\u062D\u062A\u0648\u064A \u0627\u0644\u062C\u062F\u0648\u0644 \u0639\u0644\u0649 \u0623\u062E\u0637\u0627\u0621. {0} \u0647\u064A \u0642\u064A\u0645 \u0645\u0637\u0644\u0648\u0628\u0629 \u0648\u0644\u0643\u0646 \u0644\u0627 \u064A\u062A\u0645 \u0639\u0631\u0636\u0647\u0627 \u0641\u064A \u0627\u0644\u062C\u062F\u0648\u0644. \u064A\u0631\u062C\u0649 \u0625\u0636\u0627\u0641\u062A\u0647\u0627 \u0641\u064A \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0631\u0636.
194
194
 
195
- T_PAGINATOR_CONTROL_PAGINATOR_TOOLTIP_UP=\u0627\u0644\u0639\u0646\u0635\u0631 \u0627\u0644\u0633\u0627\u0628\u0642
195
+ T_PAGINATOR_CONTROL_PAGINATOR_TOOLTIP_UP=\u0627\u0644\u0635\u0646\u0641 \u0627\u0644\u0633\u0627\u0628\u0642
196
196
 
197
- T_PAGINATOR_CONTROL_PAGINATOR_TOOLTIP_DOWN=\u0627\u0644\u0639\u0646\u0635\u0631 \u0627\u0644\u062A\u0627\u0644\u064A
197
+ T_PAGINATOR_CONTROL_PAGINATOR_TOOLTIP_DOWN=\u0627\u0644\u0635\u0646\u0641 \u0627\u0644\u062A\u0627\u0644\u064A
@@ -82,7 +82,7 @@ NOITEMS=Ingen entries fundet
82
82
 
83
83
  NAVIGATE_TO_DETAIL=Vis detaljer
84
84
 
85
- HEADER=Toplinie
85
+ HEADER=Toplinje
86
86
 
87
87
  NEW_ENTRY_GROUP=Nye entries
88
88
 
@@ -39,7 +39,7 @@ SAVE_DRAFT_MESSAGE_TEXT=Aplicar modificaciones a la versi\u00F3n guardada.
39
39
 
40
40
  KEEP_DRAFT_MESSAGE_TEXT=Solo usted puede ver las modificaciones y no tienen efecto en los procesos y funciones dependientes.
41
41
 
42
- DISCARD_DRAFT_MESSAGE_TEXT=Se perder\u00E1n todos las modificaciones.
42
+ DISCARD_DRAFT_MESSAGE_TEXT=Se perder\u00E1n todas las modificaciones.
43
43
 
44
44
  RESUME=Continuar
45
45
 
@@ -97,7 +97,7 @@ CANCEL_AND_DISCARD_ND=\u00BFDesea descartar este objeto?
97
97
 
98
98
  DISCARD=Rechazar
99
99
 
100
- DELETE=Eliminar
100
+ DELETE=Borrar
101
101
 
102
102
  LOCKED_OBJECT_POPOVER_TITLE=Bloqueado
103
103
 
@@ -140,7 +140,7 @@ ITEM_CREATED=\uD56D\uBAA9 \uC0DD\uC131\uB428
140
140
 
141
141
  WAITING_SMARTTABLE=\uB370\uC774\uD130\uB97C \uB85C\uB4DC\uD558\uB294 \uB3D9\uC548 \uAE30\uB2E4\uB824\uC8FC\uC2ED\uC2DC\uC624...
142
142
 
143
- OBJECT_NOT_MODIFIED=\uBCC0\uACBD\uB41C \uB0B4\uC6A9\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.
143
+ OBJECT_NOT_MODIFIED=\uBCC0\uACBD\uC0AC\uD56D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.
144
144
 
145
145
  OBJECT_CREATED=\uC624\uBE0C\uC81D\uD2B8\uAC00 \uC0DD\uC131\uB418\uC5C8\uC2B5\uB2C8\uB2E4.
146
146
 
@@ -37,7 +37,7 @@ CREATE_DRAFT_MESSAGE_TEXT=\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E2D\u0E2D\u0E1A\u0E40
37
37
 
38
38
  SAVE_DRAFT_MESSAGE_TEXT=\u0E19\u0E33\u0E01\u0E32\u0E23\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E41\u0E1B\u0E25\u0E07\u0E44\u0E1B\u0E43\u0E0A\u0E49\u0E01\u0E31\u0E1A\u0E40\u0E27\u0E2D\u0E23\u0E4C\u0E0A\u0E31\u0E19\u0E17\u0E35\u0E48\u0E40\u0E01\u0E47\u0E1A\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01
39
39
 
40
- KEEP_DRAFT_MESSAGE_TEXT=\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E04\u0E38\u0E13\u0E40\u0E17\u0E48\u0E32\u0E19\u0E31\u0E49\u0E19\u0E17\u0E35\u0E48\u0E21\u0E2D\u0E07\u0E40\u0E2B\u0E47\u0E19\u0E01\u0E32\u0E23\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E41\u0E1B\u0E25\u0E07\u0E41\u0E25\u0E30\u0E44\u0E21\u0E48\u0E21\u0E35\u0E1C\u0E25\u0E15\u0E48\u0E2D\u0E01\u0E23\u0E30\u0E1A\u0E27\u0E19\u0E01\u0E32\u0E23\u0E41\u0E25\u0E30\u0E1F\u0E31\u0E07\u0E01\u0E4C\u0E0A\u0E31\u0E19\u0E17\u0E35\u0E48\u0E2A\u0E31\u0E21\u0E1E\u0E31\u0E19\u0E18\u0E4C\u0E01\u0E31\u0E19
40
+ KEEP_DRAFT_MESSAGE_TEXT=\u0E01\u0E32\u0E23\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E41\u0E1B\u0E25\u0E07\u0E08\u0E30\u0E1B\u0E23\u0E32\u0E01\u0E0F\u0E43\u0E2B\u0E49\u0E04\u0E38\u0E13\u0E40\u0E2B\u0E47\u0E19\u0E40\u0E17\u0E48\u0E32\u0E19\u0E31\u0E49\u0E19\u0E41\u0E25\u0E30\u0E44\u0E21\u0E48\u0E21\u0E35\u0E1C\u0E25\u0E15\u0E48\u0E2D\u0E01\u0E23\u0E30\u0E1A\u0E27\u0E19\u0E01\u0E32\u0E23\u0E41\u0E25\u0E30\u0E1F\u0E31\u0E07\u0E01\u0E4C\u0E0A\u0E31\u0E19\u0E17\u0E35\u0E48\u0E2A\u0E31\u0E21\u0E1E\u0E31\u0E19\u0E18\u0E4C\u0E01\u0E31\u0E19
41
41
 
42
42
  DISCARD_DRAFT_MESSAGE_TEXT=\u0E01\u0E32\u0E23\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E41\u0E1B\u0E25\u0E07\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E08\u0E30\u0E2A\u0E39\u0E0D\u0E2B\u0E32\u0E22
43
43
 
@@ -6,7 +6,7 @@
6
6
  "type": "component",
7
7
  "i18n": "i18n/i18n.properties",
8
8
  "applicationVersion": {
9
- "version": "1.130.2"
9
+ "version": "1.131.1"
10
10
  },
11
11
  "title": "{{TITLE}}",
12
12
  "description": "{{DESCRIPTION}}",
@@ -15,12 +15,12 @@
15
15
  <template:if test="{= ((${entityType>com.sap.vocabularies.UI.v1.HeaderInfo/Title/Value/Path} !== undefined ) || (${entityType>com.sap.vocabularies.UI.v1.HeaderInfo/Description/Value/Path} !== undefined )) }">
16
16
  <sfo:SmartForm id="headerEditable::com.sap.vocabularies.UI.v1.HeaderInfo::Form"
17
17
  editable="true"
18
- class="sapSmartTemplatesSmartForm sapUxAPObjectPageSubSectionAlignContent"
18
+ class="sapSmartTemplatesSmartForm sapUxAPObjectPageSubSectionAlignContent sapSmartTemplatesObjectPageSubSectionGridSmartForm"
19
19
  validationMode="Async"
20
20
  flexEnabled="true">
21
21
  <sfo:customData>
22
22
  <core:CustomData key="defaultInputFieldDisplayBehaviour" value="descriptionAndId" />
23
- <core:CustomData key="defaultDropDownDisplayBehaviour" value="descriptionOnly" />
23
+ <core:CustomData key="defaultDropDownDisplayBehaviour" value="descriptionOnly" />
24
24
  <core:CustomData key="defaultTextInEditModeSource" value="ValueListNoValidation" />
25
25
  <core:CustomData key="dateFormatSettings" value='\{"UTC":true,"style":"medium"\}' />
26
26
  </sfo:customData>
@@ -109,7 +109,7 @@
109
109
  <!-- Reference Facets in Header Facet -->
110
110
  <template:if test="{parts: [{path: 'entitySet>name'}, {path: 'facet>'}, {path: 'manifestViewExtensions>'}], formatter: 'AH.extensionPointReplaceHeaderFacetExists' }" >
111
111
  <template:then>
112
- <layout:VerticalLayout id="header::{path: 'facet>', formatter: 'AH.getStableIdPartFromFacet'}::ReplaceReferenceExtensionEdit"
112
+ <layout:VerticalLayout id="header::{path: 'facet>', formatter: 'AH.getStableIdPartFromFacet'}::ReplaceReferenceExtensionEdit"
113
113
  visible="{parts: [{path: 'entitySet>name'}, {path: 'facet>'}, {path: 'manifestViewExtensions>'}], formatter: 'AH.getVisibilityForExtensionPointReplaceHeaderFacet' }">
114
114
  <core:ExtensionPoint name="ReplaceHeaderFacet|{entitySet>name}|{path: 'facet>' , formatter:'AH.getStableIdPartFromFacet'}" />
115
115
  </layout:VerticalLayout>
@@ -167,7 +167,7 @@
167
167
  id="{:= ${parameter>/stableId}.getStableId({type: 'ObjectPageSection', subType: 'BeforeSubSectionExtensionSubSection', sEntitySet: ${entitySet>name}, sFacet: ${subSection>additionalData/facetId}})}"
168
168
  class="sapSmartTemplatesObjectPageSubSection"
169
169
  title="{parts: [{path: 'entitySet>name'}, {path: 'subSection>additionalData/facetId'}, {path: 'manifestViewExtensions>'}], formatter: 'AH.getExtensionPointBeforeSubSectionTitle'}" titleLevel="H4">
170
- <uxap:ObjectPageLazyLoader stashed="{subSection>additionalData/useViewLazyLoading}" id="{:= ${parameter>/stableId}.getStableId({type: 'ObjectPageSection', subType: 'BeforeSubSectionExtensionLazyloader', sEntitySet: ${entitySet>name}, sFacet: ${subSection>additionalData/facetId}})}">
170
+ <uxap:ObjectPageLazyLoader stashed="{subSection>additionalData/useViewLazyLoading}" id="{:= ${parameter>/stableId}.getStableId({type: 'ObjectPageSection', subType: 'BeforeSubSectionExtensionLazyloader', sEntitySet: ${entitySet>name}, sFacet: ${subSection>additionalData/facetId}})}">
171
171
  <core:ExtensionPoint name="BeforeSubSection|{entitySet>name}|{subSection>additionalData/facetId}"/>
172
172
  </uxap:ObjectPageLazyLoader>
173
173
  </uxap:ObjectPageSubSection>
@@ -176,7 +176,7 @@
176
176
  <template:then>
177
177
  <uxap:ObjectPageSubSection id="ReplaceSubSection::{entitySet>name}::{subSection>additionalData/facetId}::SubSection" class="sapSmartTemplatesObjectPageSubSection"
178
178
  title="{parts: [{path: 'entitySet>name'}, {path: 'subSection>additionalData/facetId'}, {path: 'manifestViewExtensions>'}], formatter: 'AH.getExtensionPointReplaceSubSectionTitle'}" titleLevel="H4">
179
- <uxap:ObjectPageLazyLoader stashed="{subSection>additionalData/useViewLazyLoading}" id="{:= ${parameter>/stableId}.getStableId({type: 'ObjectPageSection', subType: 'ReplaceSubSectionExtensionLazyloader', sEntitySet: ${entitySet>name}, sFacet: ${subSection>additionalData/facetId}})}">
179
+ <uxap:ObjectPageLazyLoader stashed="{subSection>additionalData/useViewLazyLoading}" id="{:= ${parameter>/stableId}.getStableId({type: 'ObjectPageSection', subType: 'ReplaceSubSectionExtensionLazyloader', sEntitySet: ${entitySet>name}, sFacet: ${subSection>additionalData/facetId}})}">
180
180
  <core:ExtensionPoint name="ReplaceSubSection|{entitySet>name}|{subSection>additionalData/facetId}"/>
181
181
  </uxap:ObjectPageLazyLoader>
182
182
  </uxap:ObjectPageSubSection>
@@ -190,9 +190,9 @@
190
190
  <uxap:blocks>
191
191
  <uxap:ObjectPageLazyLoader stashed="{subSection>additionalData/useViewLazyLoading}" id="{:= ${parameter>/stableId}.getStableId({type:'ObjectPage', subType:'SubSectionLazyLoader', sFacet: ${subSection>additionalData/facetId}})}">
192
192
  <!-- ReplaceFacet extension rather relates to sections. So it should be better handled directly on section level - unfortunately, we create section+subSection for extension.
193
- As ExtensionPoint itself does not know about the aggregations of SubSection, we can only put it in the default aggregation (blocks).
193
+ As ExtensionPoint itself does not know about the aggregations of SubSection, we can only put it in the default aggregation (blocks).
194
194
  Maybe it would be better to analyze usage at templating time and also skip other aggregations (moreBlocks and actions)
195
- => Better do corresponding analysis in templateSpecificPreparationHelper.
195
+ => Better do corresponding analysis in templateSpecificPreparationHelper.
196
196
 
197
197
  -->
198
198
  <core:ExtensionPoint name="ReplaceFacet|{entitySet>name}|{section>additionalData/facetId}">
@@ -209,7 +209,7 @@
209
209
  breakpointChanged="._templateEventHandlers.sideContentBreakpointChanged">
210
210
  <layout:mainContent>
211
211
  <template:repeat list="{subSection>blocks}" var="block">
212
- <!-- temporary:
212
+ <!-- temporary:
213
213
  no need to recreate the old variable thirdLevelFacet, as we directly remove all usages
214
214
  however, recreate variables facet that might be used inside Facet fragment -->
215
215
  <template:with path="subSection>" var="subSectionData">
@@ -227,13 +227,13 @@
227
227
  </template:then>
228
228
  <template:else>
229
229
  <template:repeat list="{subSection>blocks}" var="block">
230
- <!-- temporary:
230
+ <!-- temporary:
231
231
  no need to recreate the old variable thirdLevelFacet, as we directly remove all usages
232
- however, recreate variables facet that might be used inside Facet fragment
233
- be aware of ambiguity:
232
+ however, recreate variables facet that might be used inside Facet fragment
233
+ be aware of ambiguity:
234
234
  - in case of SmartForm, facet is not defined here (there is no single facet defining the block, but it's rather defined by collecting all reference facets pointing to fieldgroups)
235
235
  - in other cases (lineItem, chart) facet points to the one reference facet defining the block
236
- => should be better moved to Facet fragment, where these cases are differentiated
236
+ => should be better moved to Facet fragment, where these cases are differentiated
237
237
  -->
238
238
  <template:with path="subSection>" var="subSectionData">
239
239
  <template:with path="block>metaModelPath" helper="AH.getMetaModelBinding" var="facet">
@@ -244,7 +244,7 @@
244
244
  </template:else>
245
245
  </template:if>
246
246
  </core:ExtensionPoint>
247
- </uxap:ObjectPageLazyLoader>
247
+ </uxap:ObjectPageLazyLoader>
248
248
  </uxap:blocks>
249
249
 
250
250
  <template:if test="{subSection>moreBlocks/length}">
@@ -2,16 +2,16 @@
2
2
  xmlns:template="http://schemas.sap.com/sapui5/extension/sap.ui.core.template/1"
3
3
  template:require="{AH: 'sap/suite/ui/generic/template/js/AnnotationHelper', AHStableId: 'sap/suite/ui/generic/template/js/StableIdHelper', AHModel: 'sap/ui/model/odata/AnnotationHelper'}">
4
4
 
5
- <!-- @classdesc @name: Name: sap.suite.ui.generic.template.ObjectPage.view.fragments.SmartForm.fragment.xml
6
- @param {Object} [block] structured object. Needed properties: controlProperties.id,
7
- aggregation.groups[] (Array of groups to be put into the smartform. Each
8
- entry should have a property metaModelPath, containing the path in the metaModel
5
+ <!-- @classdesc @name: Name: sap.suite.ui.generic.template.ObjectPage.view.fragments.SmartForm.fragment.xml
6
+ @param {Object} [block] structured object. Needed properties: controlProperties.id,
7
+ aggregation.groups[] (Array of groups to be put into the smartform. Each
8
+ entry should have a property metaModelPath, containing the path in the metaModel
9
9
  of the corresponding referenceFacet.) -->
10
10
 
11
11
  <sfo:SmartForm
12
12
  id="{block>controlProperties/id}"
13
13
  editable="{ui>/editable}"
14
- class="sapSmartTemplatesSmartForm sapUxAPObjectPageSubSectionAlignContent"
14
+ class="sapSmartTemplatesSmartForm sapUxAPObjectPageSubSectionAlignContent sapSmartTemplatesObjectPageSubSectionGridSmartForm"
15
15
  flexEnabled="true" validationMode="Async">
16
16
  <sfo:semanticObjectController>
17
17
  <core:Fragment fragmentName="sap.suite.ui.generic.template.fragments.SemanticObjectControllerForDataField" type="XML"/>
@@ -141,7 +141,8 @@
141
141
  visibleRowCountMode="Auto" enableColumnReordering="true"
142
142
  rowSelectionChange="._templateEventHandlers.onSelectionChange"
143
143
  beforeOpenContextMenu="._templateEventHandlers.beforeOpenContextMenu($event, '{smartControlId>id}')"
144
- enableColumnFreeze="true" enableCellFilter="true" rowActionCount="{= ${parts: [ {path: 'listEntitySet>'}, {path: 'parameter>/settings/subPages/'}, {path: 'parameter>/manifest'}, {path: 'facet>Target/AnnotationPath'},{path: 'parameter>/isDraftEnabled'}], formatter: 'AH.getRowActionCountForDetailPage'}}">
144
+ enableColumnFreeze="true" enableCellFilter="true" rowActionCount="{= ${parts: [ {path: 'listEntitySet>'}, {path: 'parameter>/settings/subPages/'}, {path: 'parameter>/manifest'}, {path: 'facet>Target/AnnotationPath'},{path: 'parameter>/isDraftEnabled'}], formatter: 'AH.getRowActionCountForDetailPage'}}"
145
+ scrollThreshold="300">
145
146
  <core:Fragment fragmentName="sap.suite.ui.generic.template.ObjectPage.view.fragments.SmartTableUiTableCommons" type="XML"/>
146
147
  <table:columns>
147
148
  <core:ExtensionPoint name="AnalyticalTableColumnsExtension|{listEntitySet>name}|{path: 'facet>', formatter: 'AH.getStableIdPartFromFacet'}" />
@@ -157,7 +158,8 @@
157
158
  visibleRowCountMode="Auto"
158
159
  rowSelectionChange="._templateEventHandlers.onSelectionChange"
159
160
  beforeOpenContextMenu="._templateEventHandlers.beforeOpenContextMenu($event, '{smartControlId>id}')"
160
- rowActionCount="{= ({parts: [{path: 'listEntitySet>'}, {path: 'parameter>/settings/subPages/'}], formatter: 'AH.hasSubObjectPage'} ? 1 : 0 )}">
161
+ rowActionCount="{= ({parts: [{path: 'listEntitySet>'}, {path: 'parameter>/settings/subPages/'}], formatter: 'AH.hasSubObjectPage'} ? 1 : 0 )}"
162
+ scrollThreshold="300">
161
163
  <core:Fragment fragmentName="sap.suite.ui.generic.template.ObjectPage.view.fragments.SmartTableUiTableCommons" type="XML"/>
162
164
  <table:columns>
163
165
  <core:ExtensionPoint name="TreeTableColumnsExtension|{listEntitySet>name}|{path: 'facet>', formatter: 'AH.getStableIdPartFromFacet'}"/>
@@ -174,7 +176,8 @@
174
176
  rowSelectionChange="._templateEventHandlers.onSelectionChange"
175
177
  beforeOpenContextMenu="._templateEventHandlers.beforeOpenContextMenu($event, '{smartControlId>id}')"
176
178
  enableColumnFreeze="true" enableCellFilter="true"
177
- rowActionCount="{= ${parts: [ {path: 'listEntitySet>'}, {path: 'parameter>/settings/subPages/'},{path: 'parameter>/manifest'}, {path: 'facet>Target/AnnotationPath'},{path: 'parameter>/isDraftEnabled'}], formatter: 'AH.getRowActionCountForDetailPage'}}">
179
+ rowActionCount="{= ${parts: [ {path: 'listEntitySet>'}, {path: 'parameter>/settings/subPages/'},{path: 'parameter>/manifest'}, {path: 'facet>Target/AnnotationPath'},{path: 'parameter>/isDraftEnabled'}], formatter: 'AH.getRowActionCountForDetailPage'}}"
180
+ scrollThreshold="300">
178
181
  <core:Fragment fragmentName="sap.suite.ui.generic.template.ObjectPage.view.fragments.SmartTableUiTableCommons" type="XML"/>
179
182
  <table:columns>
180
183
  <core:ExtensionPoint name="GridTableColumnsExtension|{listEntitySet>name}|{path: 'facet>', formatter: 'AH.getStableIdPartFromFacet'}" />
@@ -6,7 +6,7 @@
6
6
  "type": "component",
7
7
  "i18n": "i18n/i18n.properties",
8
8
  "applicationVersion": {
9
- "version": "1.130.2"
9
+ "version": "1.131.1"
10
10
  },
11
11
  "title": "{{TITLE}}",
12
12
  "description": "{{DESCRIPTION}}",
@@ -6,7 +6,7 @@
6
6
  "type": "component",
7
7
  "i18n": "i18n/i18n.properties",
8
8
  "applicationVersion": {
9
- "version": "1.130.2"
9
+ "version": "1.131.1"
10
10
  },
11
11
  "title": "{{TITLE}}",
12
12
  "description": "{{DESCRIPTION}}",