@sap/ux-specification 1.144.2 → 1.144.4

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 (127) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  3. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  4. package/dist/documentation/v2/v2-ListReport.html +2 -2
  5. package/dist/documentation/v2/v2-ListReportNew.html +2 -2
  6. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  7. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  8. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  9. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  10. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  11. package/dist/documentation/v4/v4-ListReport.html +2 -2
  12. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  13. package/dist/index-min.js +266 -266
  14. package/dist/index-min.js.map +4 -4
  15. package/dist/schemas/v2/OverviewPageConfig.json +18 -9
  16. package/dist/schemas/v4/ApplicationV4.json +6 -0
  17. package/dist/schemas/v4/BuildingBlocksConfig.json +320 -134
  18. package/dist/schemas/v4/ListReportConfig.json +101 -21
  19. package/dist/schemas/v4/ObjectPageConfig.json +18 -7
  20. package/dist/specification/package.json +5 -5
  21. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +18 -1
  22. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -1
  23. package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -1
  24. package/dist/specification/src/sync/common/i18n.json +5 -0
  25. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  26. package/dist/specification/src/sync/v2/export/controls/Fragment.js +18 -6
  27. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  28. package/dist/specification/src/sync/v2/export/view-controller-generator.js +1 -1
  29. package/dist/specification/src/sync/v2/export/view-controller-generator.js.map +1 -1
  30. package/dist/specification/src/sync/v2/generate/utils.js +3 -4
  31. package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
  32. package/dist/specification/src/sync/v4/application.d.ts +1 -0
  33. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  34. package/dist/specification/src/sync/v4/application.js +14 -1
  35. package/dist/specification/src/sync/v4/application.js.map +1 -1
  36. package/dist/specification/src/sync/v4/export/controls/InlineEdit.d.ts +38 -0
  37. package/dist/specification/src/sync/v4/export/controls/InlineEdit.d.ts.map +1 -0
  38. package/dist/specification/src/sync/v4/export/controls/InlineEdit.js +86 -0
  39. package/dist/specification/src/sync/v4/export/controls/InlineEdit.js.map +1 -0
  40. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +1 -0
  41. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
  42. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +23 -4
  43. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  44. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +14 -0
  45. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  46. package/dist/specification/src/sync/v4/export/controls/Table.js +64 -19
  47. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  48. package/dist/specification/src/sync/v4/export/controls/index.d.ts +1 -0
  49. package/dist/specification/src/sync/v4/export/controls/index.d.ts.map +1 -1
  50. package/dist/specification/src/sync/v4/export/controls/index.js +1 -0
  51. package/dist/specification/src/sync/v4/export/controls/index.js.map +1 -1
  52. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
  53. package/dist/specification/src/sync/v4/export/fpmCustomPage.js +5 -1
  54. package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
  55. package/dist/specification/src/sync/v4/export/pages/ListReport.d.ts +15 -2
  56. package/dist/specification/src/sync/v4/export/pages/ListReport.d.ts.map +1 -1
  57. package/dist/specification/src/sync/v4/export/pages/ListReport.js +33 -1
  58. package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
  59. package/dist/specification/src/sync/v4/export/utils.d.ts +12 -0
  60. package/dist/specification/src/sync/v4/export/utils.d.ts.map +1 -1
  61. package/dist/specification/src/sync/v4/export/utils.js +41 -0
  62. package/dist/specification/src/sync/v4/export/utils.js.map +1 -1
  63. package/dist/specification/src/sync/v4/generate/actions.d.ts.map +1 -1
  64. package/dist/specification/src/sync/v4/generate/actions.js +4 -4
  65. package/dist/specification/src/sync/v4/generate/actions.js.map +1 -1
  66. package/dist/specification/src/sync/v4/generate/app.d.ts.map +1 -1
  67. package/dist/specification/src/sync/v4/generate/app.js +8 -0
  68. package/dist/specification/src/sync/v4/generate/app.js.map +1 -1
  69. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -1
  70. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +6 -4
  71. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -1
  72. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts +10 -7
  73. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -1
  74. package/dist/specification/src/sync/v4/generate/list-report/listReport.js +58 -22
  75. package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -1
  76. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  77. package/dist/specification/src/sync/v4/generate/objectPage.js +71 -48
  78. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  79. package/dist/specification/src/sync/v4/generate/utils/inlineEdit.d.ts +18 -0
  80. package/dist/specification/src/sync/v4/generate/utils/inlineEdit.d.ts.map +1 -0
  81. package/dist/specification/src/sync/v4/generate/utils/inlineEdit.js +91 -0
  82. package/dist/specification/src/sync/v4/generate/utils/inlineEdit.js.map +1 -0
  83. package/dist/specification/src/sync/v4/generate/utils/propertiesForEdit.d.ts +156 -0
  84. package/dist/specification/src/sync/v4/generate/utils/propertiesForEdit.d.ts.map +1 -0
  85. package/dist/specification/src/sync/v4/generate/utils/propertiesForEdit.js +192 -0
  86. package/dist/specification/src/sync/v4/generate/utils/propertiesForEdit.js.map +1 -0
  87. package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  88. package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
  89. package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
  90. package/dist/specification/src/sync/v4/sync-rules/App.js +9 -1
  91. package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -1
  92. package/dist/specification/src/sync/v4/sync-rules/index.d.ts +0 -1
  93. package/dist/specification/src/sync/v4/sync-rules/index.d.ts.map +1 -1
  94. package/dist/specification/src/sync/v4/sync-rules/index.js +0 -1
  95. package/dist/specification/src/sync/v4/sync-rules/index.js.map +1 -1
  96. package/dist/specification/src/sync/v4/utils/utils.d.ts +20 -1
  97. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  98. package/dist/specification/src/sync/v4/utils/utils.js +104 -17
  99. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  100. package/dist/types/src/apiTypes.d.ts +29 -1
  101. package/dist/types/src/apiTypes.d.ts.map +1 -1
  102. package/dist/types/src/apiTypes.js.map +1 -1
  103. package/dist/types/src/common/types.d.ts +5 -1
  104. package/dist/types/src/common/types.d.ts.map +1 -1
  105. package/dist/types/src/common/types.js +4 -0
  106. package/dist/types/src/common/types.js.map +1 -1
  107. package/dist/types/src/v4/application.d.ts +6 -0
  108. package/dist/types/src/v4/application.d.ts.map +1 -1
  109. package/dist/types/src/v4/application.js.map +1 -1
  110. package/dist/types/src/v4/controls/InlineEdit.d.ts +30 -0
  111. package/dist/types/src/v4/controls/InlineEdit.d.ts.map +1 -0
  112. package/dist/{specification/src/sync/v4/sync-rules/DecoratorClass.js → types/src/v4/controls/InlineEdit.js} +1 -1
  113. package/dist/types/src/v4/controls/InlineEdit.js.map +1 -0
  114. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +4 -0
  115. package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
  116. package/dist/types/src/v4/controls/Table.d.ts +12 -4
  117. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  118. package/dist/types/src/v4/controls/index.d.ts +1 -0
  119. package/dist/types/src/v4/controls/index.d.ts.map +1 -1
  120. package/dist/types/src/v4/controls/index.js +1 -0
  121. package/dist/types/src/v4/controls/index.js.map +1 -1
  122. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +5 -1
  123. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts.map +1 -1
  124. package/package.json +5 -5
  125. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +0 -2
  126. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +0 -1
  127. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +0 -1
@@ -41,6 +41,19 @@
41
41
  "artifactType": "Manifest",
42
42
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/2a9df06673d34f72b238549d49da8bfb"
43
43
  },
44
+ "inlineEdit": {
45
+ "description": "Inline edit allows users to directly edit a field or a group of fields in the active version without switching the entire object to draft. Inline edit supports the same features as the regular edit mode.",
46
+ "anyOf": [
47
+ {
48
+ "$ref": "#/definitions/InlineEdit"
49
+ },
50
+ {
51
+ "type": "boolean"
52
+ }
53
+ ],
54
+ "artifactType": "Manifest",
55
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/bb56175f37aa4530a59214025a005466"
56
+ },
44
57
  "$schema": {
45
58
  "type": "string"
46
59
  }
@@ -810,7 +823,9 @@
810
823
  {
811
824
  "type": "boolean"
812
825
  }
813
- ]
826
+ ],
827
+ "artifactType": "Manifest",
828
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
814
829
  },
815
830
  "toolBar": {
816
831
  "$ref": "#/definitions/ToolBar",
@@ -877,13 +892,13 @@
877
892
  "enableMassEdit": {
878
893
  "artifactType": "Manifest",
879
894
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
880
- "description": "Mass editing allows end users to simultaneously change multiple objects that share the same editable properties.",
895
+ "description": "Mass edit allows users to simultaneously change multiple objects that share the same editable properties.",
881
896
  "anyOf": [
882
897
  {
883
898
  "type": "object",
884
899
  "properties": {
885
900
  "visibleFields": {
886
- "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog.",
901
+ "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog. If empty or undefined, all fields within the page appear in the edit dialog except for read-only fields and fields specified in 'Disabled Fields'.",
887
902
  "artifactType": "Manifest",
888
903
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
889
904
  "type": "array",
@@ -892,7 +907,7 @@
892
907
  }
893
908
  },
894
909
  "ignoredFields": {
895
- "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table.",
910
+ "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table. If empty or undefined, all fields within the page appear in the edit dialog except for fields specified in 'Visible Fields'. If 'Visible Fields' are defined, this field is ignored.",
896
911
  "artifactType": "Manifest",
897
912
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
898
913
  "type": "array",
@@ -902,7 +917,7 @@
902
917
  },
903
918
  "operationGroupingMode": {
904
919
  "$ref": "#/definitions/OperationGroupingMode",
905
- "description": "Define how the changes using mass edit should be applied. The default mode for mass editing is 'ChangeSet' on the Object Page and 'Isolated' in the List Report.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."
920
+ "description": "Define how changes using mass edit are applied. The default mode for mass edit is 'ChangeSet' on object pages and 'Isolated' on list report pages.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."
906
921
  }
907
922
  },
908
923
  "additionalProperties": false
@@ -938,17 +953,26 @@
938
953
  "column": {
939
954
  "description": "Defines whether the user can add and remove columns to a given table.",
940
955
  "type": "boolean",
941
- "artifactType": "Manifest"
956
+ "artifactType": "Manifest",
957
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
942
958
  },
943
959
  "sort": {
944
960
  "description": "Defines whether the user can sort a given table.",
945
961
  "type": "boolean",
946
- "artifactType": "Manifest"
962
+ "artifactType": "Manifest",
963
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
947
964
  },
948
965
  "filter": {
949
966
  "description": "Defines whether the user can filter data of a given table.",
950
967
  "type": "boolean",
951
- "artifactType": "Manifest"
968
+ "artifactType": "Manifest",
969
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
970
+ },
971
+ "group": {
972
+ "description": "Defines whether the user can group data of a given table.",
973
+ "type": "boolean",
974
+ "artifactType": "Manifest",
975
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
952
976
  }
953
977
  },
954
978
  "additionalProperties": false
@@ -1634,7 +1658,9 @@
1634
1658
  {
1635
1659
  "type": "boolean"
1636
1660
  }
1637
- ]
1661
+ ],
1662
+ "artifactType": "Manifest",
1663
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
1638
1664
  },
1639
1665
  "views": {
1640
1666
  "$ref": "#/definitions/MultiTableModeV4"
@@ -1721,13 +1747,13 @@
1721
1747
  "enableMassEdit": {
1722
1748
  "artifactType": "Manifest",
1723
1749
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1724
- "description": "Mass editing allows end users to simultaneously change multiple objects that share the same editable properties.",
1750
+ "description": "Mass edit allows users to simultaneously change multiple objects that share the same editable properties.",
1725
1751
  "anyOf": [
1726
1752
  {
1727
1753
  "type": "object",
1728
1754
  "properties": {
1729
1755
  "visibleFields": {
1730
- "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog.",
1756
+ "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog. If empty or undefined, all fields within the page appear in the edit dialog except for read-only fields and fields specified in 'Disabled Fields'.",
1731
1757
  "artifactType": "Manifest",
1732
1758
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1733
1759
  "type": "array",
@@ -1736,7 +1762,7 @@
1736
1762
  }
1737
1763
  },
1738
1764
  "ignoredFields": {
1739
- "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table.",
1765
+ "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table. If empty or undefined, all fields within the page appear in the edit dialog except for fields specified in 'Visible Fields'. If 'Visible Fields' are defined, this field is ignored.",
1740
1766
  "artifactType": "Manifest",
1741
1767
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1742
1768
  "type": "array",
@@ -1746,7 +1772,7 @@
1746
1772
  },
1747
1773
  "operationGroupingMode": {
1748
1774
  "$ref": "#/definitions/OperationGroupingMode",
1749
- "description": "Define how the changes using mass edit should be applied. The default mode for mass editing is 'ChangeSet' on the Object Page and 'Isolated' in the List Report.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."
1775
+ "description": "Define how changes using mass edit are applied. The default mode for mass edit is 'ChangeSet' on object pages and 'Isolated' on list report pages.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."
1750
1776
  }
1751
1777
  },
1752
1778
  "additionalProperties": false
@@ -1771,17 +1797,26 @@
1771
1797
  "column": {
1772
1798
  "description": "Defines whether the user can add and remove columns to a given table.",
1773
1799
  "type": "boolean",
1774
- "artifactType": "Manifest"
1800
+ "artifactType": "Manifest",
1801
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
1775
1802
  },
1776
1803
  "sort": {
1777
1804
  "description": "Defines whether the user can sort a given table.",
1778
1805
  "type": "boolean",
1779
- "artifactType": "Manifest"
1806
+ "artifactType": "Manifest",
1807
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
1780
1808
  },
1781
1809
  "filter": {
1782
1810
  "description": "Defines whether the user can filter data of a given table.",
1783
1811
  "type": "boolean",
1784
- "artifactType": "Manifest"
1812
+ "artifactType": "Manifest",
1813
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
1814
+ },
1815
+ "group": {
1816
+ "description": "Defines whether the user can group data of a given table.",
1817
+ "type": "boolean",
1818
+ "artifactType": "Manifest",
1819
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
1785
1820
  }
1786
1821
  },
1787
1822
  "additionalProperties": false
@@ -1854,7 +1889,9 @@
1854
1889
  {
1855
1890
  "type": "boolean"
1856
1891
  }
1857
- ]
1892
+ ],
1893
+ "artifactType": "Manifest",
1894
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
1858
1895
  },
1859
1896
  "toolBar": {
1860
1897
  "$ref": "#/definitions/ToolBar",
@@ -1953,13 +1990,13 @@
1953
1990
  "enableMassEdit": {
1954
1991
  "artifactType": "Manifest",
1955
1992
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1956
- "description": "Mass editing allows end users to simultaneously change multiple objects that share the same editable properties.",
1993
+ "description": "Mass edit allows users to simultaneously change multiple objects that share the same editable properties.",
1957
1994
  "anyOf": [
1958
1995
  {
1959
1996
  "type": "object",
1960
1997
  "properties": {
1961
1998
  "visibleFields": {
1962
- "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog.",
1999
+ "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog. If empty or undefined, all fields within the page appear in the edit dialog except for read-only fields and fields specified in 'Disabled Fields'.",
1963
2000
  "artifactType": "Manifest",
1964
2001
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1965
2002
  "type": "array",
@@ -1968,7 +2005,7 @@
1968
2005
  }
1969
2006
  },
1970
2007
  "ignoredFields": {
1971
- "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table.",
2008
+ "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table. If empty or undefined, all fields within the page appear in the edit dialog except for fields specified in 'Visible Fields'. If 'Visible Fields' are defined, this field is ignored.",
1972
2009
  "artifactType": "Manifest",
1973
2010
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1974
2011
  "type": "array",
@@ -1978,7 +2015,7 @@
1978
2015
  },
1979
2016
  "operationGroupingMode": {
1980
2017
  "$ref": "#/definitions/OperationGroupingMode",
1981
- "description": "Define how the changes using mass edit should be applied. The default mode for mass editing is 'ChangeSet' on the Object Page and 'Isolated' in the List Report.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."
2018
+ "description": "Define how changes using mass edit are applied. The default mode for mass edit is 'ChangeSet' on object pages and 'Isolated' on list report pages.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."
1982
2019
  }
1983
2020
  },
1984
2021
  "additionalProperties": false
@@ -2305,6 +2342,49 @@
2305
2342
  "secondary"
2306
2343
  ],
2307
2344
  "type": "string"
2345
+ },
2346
+ "InlineEdit": {
2347
+ "type": "object",
2348
+ "properties": {
2349
+ "enabledFields": {
2350
+ "description": "Array of fields which are inline editable.\nIf empty or undefined, all fields within the page are inline editable except for fields specified in 'Disabled Fields'.\nEach string may be a direct property, a navigation property, or a field group.",
2351
+ "artifactType": "Manifest",
2352
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/bb56175f37aa4530a59214025a005466",
2353
+ "type": "array",
2354
+ "items": {
2355
+ "type": "string"
2356
+ }
2357
+ },
2358
+ "disabledFields": {
2359
+ "description": "Array of fields which are not inline editable.\nIf empty or undefined, all fields within the page are not inline editable except for those specified in 'Enabled Fields'.\nEach string may be a direct property, a navigation property, or a field group.",
2360
+ "artifactType": "Manifest",
2361
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/bb56175f37aa4530a59214025a005466",
2362
+ "type": "array",
2363
+ "items": {
2364
+ "type": "string"
2365
+ }
2366
+ },
2367
+ "connectedFields": {
2368
+ "description": "Array of arrays of fields which are edited inline together.\nFields specified in 'Connected Fields' must not be included in 'Enabled Fields' or 'Disabled Fields'.\nMay contain direct properties, navigation properties, or a field group.",
2369
+ "artifactType": "Manifest",
2370
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/bb56175f37aa4530a59214025a005466",
2371
+ "type": "array",
2372
+ "items": {
2373
+ "anyOf": [
2374
+ {
2375
+ "type": "array",
2376
+ "items": {
2377
+ "type": "string"
2378
+ }
2379
+ },
2380
+ {
2381
+ "type": "string"
2382
+ }
2383
+ ]
2384
+ }
2385
+ }
2386
+ },
2387
+ "additionalProperties": false
2308
2388
  }
2309
2389
  },
2310
2390
  "$schema": "http://json-schema.org/draft-07/schema#"
@@ -855,7 +855,9 @@
855
855
  {
856
856
  "type": "boolean"
857
857
  }
858
- ]
858
+ ],
859
+ "artifactType": "Manifest",
860
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
859
861
  },
860
862
  "quickVariantSelection": {
861
863
  "$ref": "#/definitions/QuickVariantSelectionV4OP",
@@ -874,7 +876,7 @@
874
876
  "type": "object",
875
877
  "properties": {
876
878
  "visibleFields": {
877
- "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog.",
879
+ "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog. If empty or undefined, all fields within the page appear in the edit dialog except for read-only fields and fields specified in 'Disabled Fields'.",
878
880
  "artifactType": "Manifest",
879
881
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
880
882
  "type": "array",
@@ -883,7 +885,7 @@
883
885
  }
884
886
  },
885
887
  "ignoredFields": {
886
- "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table.",
888
+ "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table. If empty or undefined, all fields within the page appear in the edit dialog except for fields specified in 'Visible Fields'. If 'Visible Fields' are defined, this field is ignored.",
887
889
  "artifactType": "Manifest",
888
890
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
889
891
  "type": "array",
@@ -893,7 +895,7 @@
893
895
  },
894
896
  "operationGroupingMode": {
895
897
  "$ref": "#/definitions/OperationGroupingMode",
896
- "description": "Define how the changes using mass edit should be applied. The default mode for mass editing is 'ChangeSet' on the Object Page and 'Isolated' in the List Report.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."
898
+ "description": "Define how changes using mass edit are applied. The default mode for mass edit is 'ChangeSet' on object pages and 'Isolated' on list report pages.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."
897
899
  }
898
900
  },
899
901
  "additionalProperties": false
@@ -1543,17 +1545,26 @@
1543
1545
  "column": {
1544
1546
  "description": "Defines whether the user can add and remove columns to a given table.",
1545
1547
  "type": "boolean",
1546
- "artifactType": "Manifest"
1548
+ "artifactType": "Manifest",
1549
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
1547
1550
  },
1548
1551
  "sort": {
1549
1552
  "description": "Defines whether the user can sort a given table.",
1550
1553
  "type": "boolean",
1551
- "artifactType": "Manifest"
1554
+ "artifactType": "Manifest",
1555
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
1552
1556
  },
1553
1557
  "filter": {
1554
1558
  "description": "Defines whether the user can filter data of a given table.",
1555
1559
  "type": "boolean",
1556
- "artifactType": "Manifest"
1560
+ "artifactType": "Manifest",
1561
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
1562
+ },
1563
+ "group": {
1564
+ "description": "Defines whether the user can group data of a given table.",
1565
+ "type": "boolean",
1566
+ "artifactType": "Manifest",
1567
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
1557
1568
  }
1558
1569
  },
1559
1570
  "additionalProperties": false
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.144.2",
3
+ "version": "1.144.4",
4
4
  "displayName": "SAP Fiori tools - Specification",
5
5
  "description": "SAP Fiori tools - Specification",
6
6
  "files": [
@@ -51,14 +51,14 @@
51
51
  "publisher": "SAPSE",
52
52
  "license": "SEE LICENSE IN LICENSE",
53
53
  "dependencies": {
54
- "@sap-ux/fe-fpm-writer": "0.43.21",
54
+ "@sap-ux/fe-fpm-writer": "0.43.28",
55
55
  "@sap-ux/vocabularies-types": "0.15.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@sap-ux/annotation-converter": "0.10.21",
59
59
  "@sap-ux/edmx-parser": "0.10.0",
60
- "@sap-ux/project-access": "1.35.20",
61
- "@sap/ux-specification-types": "1.144.2",
60
+ "@sap-ux/project-access": "1.36.3",
61
+ "@sap/ux-specification-types": "1.144.4",
62
62
  "@sapui5/types": "latest-1.144",
63
63
  "@types/d3": "7.4.3",
64
64
  "@types/jquery": "3.5.34",
@@ -68,7 +68,7 @@
68
68
  "@ui5/flexibility-utils": "0.1.3",
69
69
  "@xml-tools/ast": "5.0.5",
70
70
  "@xml-tools/parser": "1.0.11",
71
- "axios": "1.15.0",
71
+ "axios": "1.16.0",
72
72
  "cpy-cli": "7.0.0",
73
73
  "d3": "7.9.0",
74
74
  "deepmerge": "4.3.1",
@@ -56,8 +56,14 @@ import type { Manifest, v4, AndConditionItem, OrConditionItem, AndConditionGroup
56
56
  export type AppContext = {
57
57
  /** The application manifest */
58
58
  manifest: Manifest;
59
+ /** Whether flexible column layout is enabled */
60
+ usesFCL?: boolean;
61
+ /** Whether collaborative draft is enabled (entity has ShareAction in DraftRoot) */
62
+ usesCollaborativeDraft?: boolean;
59
63
  /** Returns the minimum UI5 version for the application */
60
64
  minUI5Version: string;
65
+ /** Whether any List Report page has inlineEdit enabled */
66
+ hasInlineEditEnabled?: boolean;
61
67
  };
62
68
  /**
63
69
  * Page context (sourced from page.config).
@@ -67,7 +73,16 @@ export type AppContext = {
67
73
  * Extend this type when new config properties are added to Page.
68
74
  */
69
75
  export type PageContext = {
70
- [key: string]: unknown;
76
+ /** Whether this is an Analytical List Page */
77
+ isALP?: boolean;
78
+ /** Whether the page has multiple entity sets */
79
+ hasMultipleEntitySets?: boolean;
80
+ /** Whether inlineEdit is currently configured in manifest */
81
+ inlineEditEnabled?: boolean;
82
+ /** Views defined in manifest settings (used for ALP) */
83
+ views?: v4.SapUi5Views;
84
+ /** Default annotation path for the page (used for ALP) */
85
+ defaultAnnotation?: string;
71
86
  };
72
87
  /**
73
88
  * Settings for the Table Class context, taken from manifest.
@@ -81,6 +96,7 @@ export type LRTableContext = {
81
96
  popinLayout?: string;
82
97
  /** Whether the entity/navigation is insertable (based on Capabilities.InsertRestrictions) */
83
98
  isInsertable?: boolean;
99
+ personalization?: v4.PersonalizationType | v4.ViewPersonalizationType;
84
100
  };
85
101
  /**
86
102
  * Settings for the Object Page Table Class context.
@@ -110,6 +126,7 @@ export type OPTableContext = {
110
126
  isInsertable?: boolean;
111
127
  /** Whether the table is in a collection section (affects rowCountMode Tabs restriction) */
112
128
  isCollection?: boolean;
129
+ personalization?: v4.PersonalizationTypeOP;
113
130
  };
114
131
  /**
115
132
  * Symbol used to store the path string within PathNode objects.
@@ -1 +1 @@
1
- {"version":3,"file":"decorator-paths.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/decorator-paths.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AAEH,OAAO,KAAK,EACR,QAAQ,EACR,EAAE,EACF,gBAAgB,EAChB,eAAe,EACf,iBAAiB,EACjB,gBAAgB,EACnB,MAAM,6BAA6B,CAAC;AAMrC;;;GAGG;AACH,MAAM,MAAM,UAAU,GAAG;IACrB,+BAA+B;IAC/B,QAAQ,EAAE,QAAQ,CAAC;IACnB,0DAA0D;IAC1D,aAAa,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF;;;;;;GAMG;AACH,MAAM,MAAM,WAAW,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC;AAErD;;;;GAIG;AACH,MAAM,MAAM,cAAc,GAAG;IACzB,IAAI,EAAE,EAAE,CAAC,WAAW,CAAC;IACrB,YAAY,CAAC,EAAE,EAAE,CAAC,mBAAmB,CAAC;IACtC,uBAAuB,CAAC,EAAE,EAAE,CAAC,uBAAuB,CAAC;IACrD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,6FAA6F;IAC7F,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B,CAAC;AAEF;;;;GAIG;AACH,MAAM,MAAM,cAAc,GAAG;IACzB,IAAI,EAAE,EAAE,CAAC,WAAW,CAAC;IACrB,wEAAwE;IACxE,aAAa,CAAC,EAAE,EAAE,CAAC,iBAAiB,CAAC;IACrC,YAAY,CAAC,EAAE,EAAE,CAAC,YAAY,CAAC;IAC/B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,uBAAuB,CAAC,EAAE,EAAE,CAAC,iCAAiC,CAAC;IAC/D,YAAY,CAAC,EAAE;QACX,IAAI,CAAC,EAAE,EAAE,CAAC,qBAAqB,CAAC;QAChC,WAAW,CAAC,EAAE,OAAO,CAAC;QACtB,kCAAkC,CAAC,EAAE,OAAO,CAAC;QAC7C,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;QAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;KACrB,CAAC;IACF,+FAA+F;IAC/F,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,6FAA6F;IAC7F,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,2FAA2F;IAC3F,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B,CAAC;AAMF;;;;;;GAMG;AACH,eAAO,MAAM,WAAW,eAAmC,CAAC;AAE5D;;;;;GAKG;AACH,MAAM,MAAM,QAAQ,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,IAAI;IAC9C,QAAQ,CAAC,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;CAC7B,CAAC;AAEF;;;;;;;;GAQG;AACH,KAAK,WAAW,CAAC,CAAC,EAAE,MAAM,SAAS,MAAM,IAAI;IACzC,QAAQ,EAAE,CAAC,IAAI,MAAM,CAAC,GAAG,MAAM,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,MAAM,GAC5D,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,SAAS,OAAO,EAAE,GACxC,QAAQ,CAAC,GAAG,MAAM,GAAG,CAAC,EAAE,CAAC,GACzB,WAAW,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,GAAG,MAAM,GAAG,CAAC,GAAG,CAAC,GAAG,QAAQ,CAAC,GAAG,MAAM,GAAG,CAAC,EAAE,CAAC,GAChF,QAAQ,CAAC,GAAG,MAAM,GAAG,CAAC,EAAE,CAAC;CAClC,CAAC;AAuCF;;;;;;;;;;;GAWG;AACH,wBAAgB,OAAO,CAAC,CAAC,SAAS,MAAM,EAAE,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAG,CAAC,CAE9D;AAED;;;;;GAKG;AACH,wBAAgB,UAAU,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,QAAQ,CAE5D;AAMD;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,GAAG,0DAAuC,CAAC;AAExD;;;;;;;;;;;;;;;;;;GAkBG;AACH,eAAO,MAAM,IAAI,2DAAyC,CAAC;AAE3D;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,MAAM,uEAAuD,CAAC;AAE3E;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,eAAO,MAAM,YAAY,8DAA8C,CAAC;AAExE;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,cAAc,8DAA8C,CAAC;AAM1E;;GAEG;AACH,eAAO,MAAM,WAAW,eAA+B,CAAC;AAExD;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,CAAC,KAAK,EAAE,OAAO,KAAK,OAAO,CAAC;AAE5D;;;GAGG;AACH,MAAM,WAAW,aAAa;IAC1B,QAAQ,CAAC,CAAC,WAAW,CAAC,EAAE,IAAI,CAAC;IAC7B,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAC;IACxB,QAAQ,CAAC,QAAQ,EAAE,OAAO,GAAG,iBAAiB,CAAC;CAClD;AAED;;;;;GAKG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,aAAa,CAEtE;AAED;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,IAAI,CAAC,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,GAAG,iBAAiB,GAAG,aAAa,CAMzF;AAMD;;GAEG;AACH,eAAO,MAAM,UAAU,eAA8B,CAAC;AAEtD;;;;;;;;GAQG;AACH,MAAM,WAAW,YAAY;IACzB,QAAQ,CAAC,CAAC,UAAU,CAAC,EAAE,IAAI,CAAC;IAC5B,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAC;IACxB,QAAQ,CAAC,QAAQ,CAAC,EAAE,OAAO,GAAG,iBAAiB,CAAC;CACnD;AAED;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,YAAY,CAEpE;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,wBAAgB,GAAG,CAAC,eAAe,EAAE,QAAQ,GAAG,aAAa,EAAE,QAAQ,CAAC,EAAE,OAAO,GAAG,iBAAiB,GAAG,YAAY,CAkBnH;AAMD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,MAAM,CAAC,IAAI,EAAE,QAAQ,GAAG,aAAa,CAEpD;AAMD;;GAEG;AACH,eAAO,MAAM,UAAU,eAA8B,CAAC;AAEtD;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,OAAO,GAAG,QAAQ,CAAC;AAEnD;;;GAGG;AACH,MAAM,WAAW,aAAa;IAC1B,QAAQ,CAAC,CAAC,UAAU,CAAC,EAAE,IAAI,CAAC;IAC5B,+BAA+B;IAC/B,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,oHAAoH;IACpH,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,iBAAiB,CAAC,CAAC;IACpD,8EAA8E;IAC9E,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC;CAC/B;AAED;;;;;GAKG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,aAAa,CAEtE;AAED;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,wBAAgB,GAAG,CACf,OAAO,EAAE,MAAM,EACf,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,iBAAiB,CAAC,EAC1C,OAAO,CAAC,EAAE;IAAE,SAAS,CAAC,EAAE,OAAO,CAAA;CAAE,GAClC,aAAa,CAOf;AAMD;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,QAAQ,GAAG,aAAa,GAAG,YAAY,GAAG,IAAI,CAAC;AAEvE;;;GAGG;AACH,MAAM,WAAW,YAAY;IACzB,QAAQ,CAAC,MAAM,EAAE,KAAK,CAAC;IACvB,QAAQ,CAAC,UAAU,EAAE,cAAc,EAAE,CAAC;CACzC;AAED;;;GAGG;AACH,MAAM,WAAW,WAAW;IACxB,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC;IACtB,QAAQ,CAAC,UAAU,EAAE,cAAc,EAAE,CAAC;CACzC;AAED;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,YAAY,GAAG,WAAW,CAAC;AAExD;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,SAAS,GAAG,cAAc,CAAC;AAMxD;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,GAAG,CAAC,GAAG,UAAU,EAAE,cAAc,EAAE,GAAG,YAAY,CAKjE;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,EAAE,CAAC,GAAG,UAAU,EAAE,cAAc,EAAE,GAAG,WAAW,CAK/D;AAED;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,YAAY,CAEpE;AAED;;;;;GAKG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,WAAW,CAElE;AAED;;;;;GAKG;AACH,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,cAAc,CAExE;AAMD;;;;;GAKG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,gBAAgB,GAAG,IAAI,IAAI,gBAAgB,CAEnF;AAED;;;;;GAKG;AACH,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,eAAe,GAAG,IAAI,IAAI,iBAAiB,CAEpF"}
1
+ {"version":3,"file":"decorator-paths.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/decorator-paths.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"decorator-paths.js","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/decorator-paths.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;;;AAwKH,0BAEC;AAQD,gCAEC;AA+ID,0CAEC;AAuBD,oBAMC;AAgCD,wCAEC;AA8BD,kBAkBC;AA2BD,wBAEC;AAoCD,0CAEC;AA0BD,kBAWC;AA4DD,kBAKC;AAgBD,gBAKC;AAQD,wCAEC;AAQD,sCAEC;AAQD,4CAEC;AAYD,gDAEC;AAQD,kDAEC;AAzlBD,+CAA+C;AAC/C,2BAA2B;AAC3B,+CAA+C;AAE/C;;;;;;GAMG;AACU,QAAA,WAAW,GAAG,MAAM,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;AA6B5D;;;;;;;;;;;;;;;GAeG;AACH,SAAS,iBAAiB,CACtB,MAAc;IAEd,MAAM,OAAO,GAAyB;QAClC,GAAG,CAAC,CAAC,EAAE,IAAqB;YACxB,IAAI,IAAI,KAAK,mBAAW,EAAE,CAAC;gBACvB,OAAO,MAAM,CAAC;YAClB,CAAC;YACD,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE,CAAC;gBAC3B,OAAO,iBAAiB,CAAC,GAAG,MAAM,IAAI,IAAI,EAAE,CAAC,CAAC;YAClD,CAAC;YACD,OAAO,SAAS,CAAC;QACrB,CAAC;QACD,gEAAgE;QAChE,GAAG,CAAC,CAAC,EAAE,IAAqB;YACxB,OAAO,IAAI,KAAK,mBAAW,CAAC;QAChC,CAAC;KACJ,CAAC;IACF,OAAO,IAAI,KAAK,CAAC,EAAE,EAAE,OAAO,CAAkE,CAAC;AACnG,CAAC;AAED;;;;;;;;;;;GAWG;AACH,SAAgB,OAAO,CAAmB,IAAiB;IACvD,OAAO,IAAI,CAAC,mBAAW,CAAC,CAAC;AAC7B,CAAC;AAED;;;;;GAKG;AACH,SAAgB,UAAU,CAAC,KAAc;IACrC,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,IAAI,mBAAW,IAAI,KAAK,CAAC;AAC/E,CAAC;AAED,+CAA+C;AAC/C,uBAAuB;AACvB,+CAA+C;AAE/C;;;;;;;;;;;GAWG;AACU,QAAA,GAAG,GAAG,iBAAiB,CAAa,KAAK,CAAC,CAAC;AAExD;;;;;;;;;;;;;;;;;;GAkBG;AACU,QAAA,IAAI,GAAG,iBAAiB,CAAc,MAAM,CAAC,CAAC;AAE3D;;;;;;;;;;;;;;;;;;;;GAoBG;AACU,QAAA,MAAM,GAAG,iBAAiB,CAA0B,QAAQ,CAAC,CAAC;AAE3E;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACU,QAAA,YAAY,GAAG,iBAAiB,CAAiB,QAAQ,CAAC,CAAC;AAExE;;;;;;;;;;;;;;;;;;;;GAoBG;AACU,QAAA,cAAc,GAAG,iBAAiB,CAAiB,QAAQ,CAAC,CAAC;AAE1E,+CAA+C;AAC/C,wBAAwB;AACxB,+CAA+C;AAE/C;;GAEG;AACU,QAAA,WAAW,GAAG,MAAM,CAAC,GAAG,CAAC,gBAAgB,CAAC,CAAC;AAiBxD;;;;;GAKG;AACH,SAAgB,eAAe,CAAC,KAAc;IAC1C,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,IAAI,mBAAW,IAAI,KAAK,CAAC;AAC/E,CAAC;AAED;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,IAAI,CAAC,IAAc,EAAE,QAAqC;IACtE,OAAO;QACH,CAAC,mBAAW,CAAC,EAAE,IAAI;QACnB,IAAI;QACJ,QAAQ;KACX,CAAC;AACN,CAAC;AAED,+CAA+C;AAC/C,uBAAuB;AACvB,+CAA+C;AAE/C;;GAEG;AACU,QAAA,UAAU,GAAG,MAAM,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC;AAiBtD;;;;;GAKG;AACH,SAAgB,cAAc,CAAC,KAAc;IACzC,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,IAAI,kBAAU,IAAI,KAAK,CAAC;AAC9E,CAAC;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,SAAgB,GAAG,CAAC,eAAyC,EAAE,QAAsC;IACjG,wFAAwF;IACxF,mEAAmE;IACnE,IAAI,eAAe,CAAC,eAAe,CAAC,EAAE,CAAC;QACnC,MAAM,SAAS,GAAG,eAAe,CAAC;QAClC,OAAO;YACH,CAAC,kBAAU,CAAC,EAAE,IAAI;YAClB,IAAI,EAAE,SAAS,CAAC,IAAI;YACpB,QAAQ,EAAE,SAAS,CAAC,QAAQ,CAAC,0DAA0D;SAC1F,CAAC;IACN,CAAC;IAED,wCAAwC;IACxC,OAAO;QACH,CAAC,kBAAU,CAAC,EAAE,IAAI;QAClB,IAAI,EAAE,eAAe;QACrB,QAAQ;KACX,CAAC;AACN,CAAC;AAED,+CAA+C;AAC/C,gBAAgB;AAChB,+CAA+C;AAE/C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,MAAM,CAAC,IAAc;IACjC,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,KAAK,SAAS,CAAC,CAAC;AACtD,CAAC;AAED,+CAA+C;AAC/C,iBAAiB;AACjB,+CAA+C;AAE/C;;GAEG;AACU,QAAA,UAAU,GAAG,MAAM,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC;AAqBtD;;;;;GAKG;AACH,SAAgB,eAAe,CAAC,KAAc;IAC1C,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,IAAI,kBAAU,IAAI,KAAK,CAAC;AAC9E,CAAC;AAED;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,GAAG,CACf,OAAe,EACf,MAA0C,EAC1C,OAAiC;IAEjC,OAAO;QACH,CAAC,kBAAU,CAAC,EAAE,IAAI;QAClB,OAAO;QACP,MAAM;QACN,SAAS,EAAE,OAAO,EAAE,SAAS,IAAI,KAAK;KACzC,CAAC;AACN,CAAC;AAuCD,+CAA+C;AAC/C,6BAA6B;AAC7B,+CAA+C;AAE/C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,GAAG,CAAC,GAAG,UAA4B;IAC/C,OAAO;QACH,MAAM,EAAE,KAAK;QACb,UAAU;KACb,CAAC;AACN,CAAC;AAED;;;;;;;;;;;;;GAaG;AACH,SAAgB,EAAE,CAAC,GAAG,UAA4B;IAC9C,OAAO;QACH,MAAM,EAAE,IAAI;QACZ,UAAU;KACb,CAAC;AACN,CAAC;AAED;;;;;GAKG;AACH,SAAgB,cAAc,CAAC,KAAc;IACzC,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,IAAK,KAAsB,CAAC,MAAM,KAAK,KAAK,CAAC;AACnG,CAAC;AAED;;;;;GAKG;AACH,SAAgB,aAAa,CAAC,KAAc;IACxC,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,IAAK,KAAqB,CAAC,MAAM,KAAK,IAAI,CAAC;AACjG,CAAC;AAED;;;;;GAKG;AACH,SAAgB,gBAAgB,CAAC,KAAc;IAC3C,OAAO,cAAc,CAAC,KAAK,CAAC,IAAI,aAAa,CAAC,KAAK,CAAC,CAAC;AACzD,CAAC;AAED,+CAA+C;AAC/C,+BAA+B;AAC/B,+CAA+C;AAE/C;;;;;GAKG;AACH,SAAgB,kBAAkB,CAAC,IAAsB;IACrD,OAAO,IAAI,KAAK,IAAI,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,gBAAgB,IAAI,IAAI,CAAC;AACjF,CAAC;AAED;;;;;GAKG;AACH,SAAgB,mBAAmB,CAAC,IAAqB;IACrD,OAAO,IAAI,KAAK,IAAI,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,iBAAiB,IAAI,IAAI,CAAC;AAClF,CAAC"}
1
+ {"version":3,"file":"decorator-paths.js","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/decorator-paths.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;;;AA2LH,0BAEC;AAQD,gCAEC;AA+ID,0CAEC;AAuBD,oBAMC;AAgCD,wCAEC;AA8BD,kBAkBC;AA2BD,wBAEC;AAoCD,0CAEC;AA0BD,kBAWC;AA4DD,kBAKC;AAgBD,gBAKC;AAQD,wCAEC;AAQD,sCAEC;AAQD,4CAEC;AAYD,gDAEC;AAQD,kDAEC;AAzlBD,+CAA+C;AAC/C,2BAA2B;AAC3B,+CAA+C;AAE/C;;;;;;GAMG;AACU,QAAA,WAAW,GAAG,MAAM,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;AA6B5D;;;;;;;;;;;;;;;GAeG;AACH,SAAS,iBAAiB,CACtB,MAAc;IAEd,MAAM,OAAO,GAAyB;QAClC,GAAG,CAAC,CAAC,EAAE,IAAqB;YACxB,IAAI,IAAI,KAAK,mBAAW,EAAE,CAAC;gBACvB,OAAO,MAAM,CAAC;YAClB,CAAC;YACD,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE,CAAC;gBAC3B,OAAO,iBAAiB,CAAC,GAAG,MAAM,IAAI,IAAI,EAAE,CAAC,CAAC;YAClD,CAAC;YACD,OAAO,SAAS,CAAC;QACrB,CAAC;QACD,gEAAgE;QAChE,GAAG,CAAC,CAAC,EAAE,IAAqB;YACxB,OAAO,IAAI,KAAK,mBAAW,CAAC;QAChC,CAAC;KACJ,CAAC;IACF,OAAO,IAAI,KAAK,CAAC,EAAE,EAAE,OAAO,CAAkE,CAAC;AACnG,CAAC;AAED;;;;;;;;;;;GAWG;AACH,SAAgB,OAAO,CAAmB,IAAiB;IACvD,OAAO,IAAI,CAAC,mBAAW,CAAC,CAAC;AAC7B,CAAC;AAED;;;;;GAKG;AACH,SAAgB,UAAU,CAAC,KAAc;IACrC,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,IAAI,mBAAW,IAAI,KAAK,CAAC;AAC/E,CAAC;AAED,+CAA+C;AAC/C,uBAAuB;AACvB,+CAA+C;AAE/C;;;;;;;;;;;GAWG;AACU,QAAA,GAAG,GAAG,iBAAiB,CAAa,KAAK,CAAC,CAAC;AAExD;;;;;;;;;;;;;;;;;;GAkBG;AACU,QAAA,IAAI,GAAG,iBAAiB,CAAc,MAAM,CAAC,CAAC;AAE3D;;;;;;;;;;;;;;;;;;;;GAoBG;AACU,QAAA,MAAM,GAAG,iBAAiB,CAA0B,QAAQ,CAAC,CAAC;AAE3E;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACU,QAAA,YAAY,GAAG,iBAAiB,CAAiB,QAAQ,CAAC,CAAC;AAExE;;;;;;;;;;;;;;;;;;;;GAoBG;AACU,QAAA,cAAc,GAAG,iBAAiB,CAAiB,QAAQ,CAAC,CAAC;AAE1E,+CAA+C;AAC/C,wBAAwB;AACxB,+CAA+C;AAE/C;;GAEG;AACU,QAAA,WAAW,GAAG,MAAM,CAAC,GAAG,CAAC,gBAAgB,CAAC,CAAC;AAiBxD;;;;;GAKG;AACH,SAAgB,eAAe,CAAC,KAAc;IAC1C,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,IAAI,mBAAW,IAAI,KAAK,CAAC;AAC/E,CAAC;AAED;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,IAAI,CAAC,IAAc,EAAE,QAAqC;IACtE,OAAO;QACH,CAAC,mBAAW,CAAC,EAAE,IAAI;QACnB,IAAI;QACJ,QAAQ;KACX,CAAC;AACN,CAAC;AAED,+CAA+C;AAC/C,uBAAuB;AACvB,+CAA+C;AAE/C;;GAEG;AACU,QAAA,UAAU,GAAG,MAAM,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC;AAiBtD;;;;;GAKG;AACH,SAAgB,cAAc,CAAC,KAAc;IACzC,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,IAAI,kBAAU,IAAI,KAAK,CAAC;AAC9E,CAAC;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,SAAgB,GAAG,CAAC,eAAyC,EAAE,QAAsC;IACjG,wFAAwF;IACxF,mEAAmE;IACnE,IAAI,eAAe,CAAC,eAAe,CAAC,EAAE,CAAC;QACnC,MAAM,SAAS,GAAG,eAAe,CAAC;QAClC,OAAO;YACH,CAAC,kBAAU,CAAC,EAAE,IAAI;YAClB,IAAI,EAAE,SAAS,CAAC,IAAI;YACpB,QAAQ,EAAE,SAAS,CAAC,QAAQ,CAAC,0DAA0D;SAC1F,CAAC;IACN,CAAC;IAED,wCAAwC;IACxC,OAAO;QACH,CAAC,kBAAU,CAAC,EAAE,IAAI;QAClB,IAAI,EAAE,eAAe;QACrB,QAAQ;KACX,CAAC;AACN,CAAC;AAED,+CAA+C;AAC/C,gBAAgB;AAChB,+CAA+C;AAE/C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,MAAM,CAAC,IAAc;IACjC,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,KAAK,SAAS,CAAC,CAAC;AACtD,CAAC;AAED,+CAA+C;AAC/C,iBAAiB;AACjB,+CAA+C;AAE/C;;GAEG;AACU,QAAA,UAAU,GAAG,MAAM,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC;AAqBtD;;;;;GAKG;AACH,SAAgB,eAAe,CAAC,KAAc;IAC1C,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,IAAI,kBAAU,IAAI,KAAK,CAAC;AAC9E,CAAC;AAED;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,GAAG,CACf,OAAe,EACf,MAA0C,EAC1C,OAAiC;IAEjC,OAAO;QACH,CAAC,kBAAU,CAAC,EAAE,IAAI;QAClB,OAAO;QACP,MAAM;QACN,SAAS,EAAE,OAAO,EAAE,SAAS,IAAI,KAAK;KACzC,CAAC;AACN,CAAC;AAuCD,+CAA+C;AAC/C,6BAA6B;AAC7B,+CAA+C;AAE/C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,GAAG,CAAC,GAAG,UAA4B;IAC/C,OAAO;QACH,MAAM,EAAE,KAAK;QACb,UAAU;KACb,CAAC;AACN,CAAC;AAED;;;;;;;;;;;;;GAaG;AACH,SAAgB,EAAE,CAAC,GAAG,UAA4B;IAC9C,OAAO;QACH,MAAM,EAAE,IAAI;QACZ,UAAU;KACb,CAAC;AACN,CAAC;AAED;;;;;GAKG;AACH,SAAgB,cAAc,CAAC,KAAc;IACzC,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,IAAK,KAAsB,CAAC,MAAM,KAAK,KAAK,CAAC;AACnG,CAAC;AAED;;;;;GAKG;AACH,SAAgB,aAAa,CAAC,KAAc;IACxC,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,IAAK,KAAqB,CAAC,MAAM,KAAK,IAAI,CAAC;AACjG,CAAC;AAED;;;;;GAKG;AACH,SAAgB,gBAAgB,CAAC,KAAc;IAC3C,OAAO,cAAc,CAAC,KAAK,CAAC,IAAI,aAAa,CAAC,KAAK,CAAC,CAAC;AACzD,CAAC;AAED,+CAA+C;AAC/C,+BAA+B;AAC/B,+CAA+C;AAE/C;;;;;GAKG;AACH,SAAgB,kBAAkB,CAAC,IAAsB;IACrD,OAAO,IAAI,KAAK,IAAI,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,gBAAgB,IAAI,IAAI,CAAC;AACjF,CAAC;AAED;;;;;GAKG;AACH,SAAgB,mBAAmB,CAAC,IAAqB;IACrD,OAAO,IAAI,KAAK,IAAI,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,iBAAiB,IAAI,IAAI,CAAC;AAClF,CAAC"}
@@ -51,6 +51,11 @@
51
51
  "PROPERTY_NOT_ALLOWED_FOR_TABLE_TYPE": "The '{{- propertyName}}' property was specified in the `manifest.json` file, but this property is not allowed for the '{{- tableType}}' table type.",
52
52
  "PROPERTY_NOT_ALLOWED_FOR_NON_TREE_TABLE_TYPE": "The '{{- propertyName}}' property was specified in the `manifest.json` file, but this property is only valid for the Tree table type.",
53
53
  "ENTITY_IS_ALLOWED_ONLY_FOR_CREATION_DIALOG_MODE": "The creationFields entity is allowed only for the CreationDialog mode.",
54
+ "INLINE_EDIT_NOT_SUPPORTED_FOR_FCL": "The 'inlineEdit' property is not supported for applications with a flexible column layout.",
55
+ "INLINE_EDIT_NOT_SUPPORTED_FOR_COLLABORATIVE_DRAFT": "The 'inlineEdit' property is not supported for applications with a collaborative draft.",
56
+ "INLINE_EDIT_NOT_SUPPORTED_FOR_MULTI_ENTITY_SET": "The 'inlineEdit' property is not supported for applications with multiple views based on different entity sets.",
57
+ "INLINE_EDIT_NOT_SUPPORTED_FOR_ANALYTICAL_LIST_PAGE": "The 'inlineEdit' property is not supported for analytical list pages.",
58
+ "FCL_NOT_SUPPORTED_WHEN_INLINE_EDIT_ENABLED": "Flexible column layout is not supported when 'inlineEdit' is configured on a list report page.",
54
59
  "PROPERTY_ONLY_ALLOWED_FOR_TABLE_TYPE": "The '{{- propertyName}}' property was specified in the `manifest.json` file, but this property is only valid for the '{{- tableType}}' table type.",
55
60
  "PROPERTY_ONLY_ALLOWED_FOR_CREATION_MODE": "The '{{- propertyName}}' property was specified in the `manifest.json` file, but this property is only valid for the '{{- creationMode}}' creation mode.",
56
61
  "EXPORT_TO_EXCEL_OUTDATED": "The 'useExportToExcel' property is deprecated. Use the 'enableExport' property instead.",
@@ -1 +1 @@
1
- {"version":3,"file":"Fragment.d.ts","sourceRoot":"","sources":["../../../../../../../src/sync/v2/export/controls/Fragment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAoB,gBAAgB,EAAgC,MAAM,6BAA6B,CAAC;AACnH,OAAO,KAAK,EAAiB,QAAQ,EAAmC,MAAM,6BAA6B,CAAC;AAY5G,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAE3D,eAAO,MAAM,mBAAmB,4BAA4B,CAAC;AAC7D,eAAO,MAAM,YAAY,iBAAiB,CAAC;AAqG3C;;;;;;GAMG;AACH,wBAAgB,mCAAmC,CAC/C,UAAU,EAAE,OAAO,EACnB,QAAQ,UAAa,GACtB,MAAM,GAAG,OAAO,GAAG,SAAS,CAG9B;AAiKD;;;;;;;GAOG;AACH,wBAAgB,wBAAwB,CACpC,eAAe,EAAE,MAAM,EACvB,OAAO,EAAE,MAAM,EACf,KAAK,EAAE,MAAM,EACb,SAAS,EAAE,QAAQ,EAAE,GACtB,IAAI,CAcN;AAmVD;;;;;;;GAOG;AACH,wBAAgB,6BAA6B,CACzC,gBAAgB,EAAE,uBAAuB,EACzC,YAAY,EAAE,MAAM,EACpB,MAAM,EAAE,EAAE,CAAC,kBAAkB,EAC7B,gBAAgB,EAAE,gBAAgB,GACnC,IAAI,CA0DN;AAED;;;;;;;;GAQG;AACH,eAAO,MAAM,mBAAmB,GAC5B,MAAM,EAAE,CAAC,cAAc,EACvB,WAAW,MAAM,EACjB,gBAAgB,MAAM,EACtB,2BAA2B,MAAM,KAClC;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,gBAAgB,EAAE,gBAAgB,CAAA;CAuBpD,CAAC"}
1
+ {"version":3,"file":"Fragment.d.ts","sourceRoot":"","sources":["../../../../../../../src/sync/v2/export/controls/Fragment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAoB,gBAAgB,EAAgC,MAAM,6BAA6B,CAAC;AACnH,OAAO,KAAK,EAAiB,QAAQ,EAAmC,MAAM,6BAA6B,CAAC;AAY5G,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAE3D,eAAO,MAAM,mBAAmB,4BAA4B,CAAC;AAC7D,eAAO,MAAM,YAAY,iBAAiB,CAAC;AAqG3C;;;;;;GAMG;AACH,wBAAgB,mCAAmC,CAC/C,UAAU,EAAE,OAAO,EACnB,QAAQ,UAAa,GACtB,MAAM,GAAG,OAAO,GAAG,SAAS,CAG9B;AAsKD;;;;;;;GAOG;AACH,wBAAgB,wBAAwB,CACpC,eAAe,EAAE,MAAM,EACvB,OAAO,EAAE,MAAM,EACf,KAAK,EAAE,MAAM,EACb,SAAS,EAAE,QAAQ,EAAE,GACtB,IAAI,CAcN;AAmWD;;;;;;;GAOG;AACH,wBAAgB,6BAA6B,CACzC,gBAAgB,EAAE,uBAAuB,EACzC,YAAY,EAAE,MAAM,EACpB,MAAM,EAAE,EAAE,CAAC,kBAAkB,EAC7B,gBAAgB,EAAE,gBAAgB,GACnC,IAAI,CA0DN;AAED;;;;;;;;GAQG;AACH,eAAO,MAAM,mBAAmB,GAC5B,MAAM,EAAE,CAAC,cAAc,EACvB,WAAW,MAAM,EACjB,gBAAgB,MAAM,EACtB,2BAA2B,MAAM,KAClC;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,gBAAgB,EAAE,gBAAgB,CAAA;CAuBpD,CAAC"}
@@ -230,7 +230,12 @@ function deleteColumnsFromFragment(manifestSection, fragments, pattern, appId) {
230
230
  function deleteNumberOfCells(fragmentCells, noOfEntriesToBeDeleted) {
231
231
  //only dummy entry will be deleted automatically!
232
232
  for (let index = 0; index < Object.keys(fragmentCells).length; index++) {
233
- if (JSON.stringify(fragmentCells[index]) === dummyEntryAsString) {
233
+ const cellClone = JSON.parse(JSON.stringify(fragmentCells[index]));
234
+ // Remove id attribute if it exists and the clone matches dummyEntryAsString
235
+ if (cellClone.attributes?.id) {
236
+ delete cellClone.attributes.id;
237
+ }
238
+ if (JSON.stringify(cellClone) === dummyEntryAsString) {
234
239
  fragmentCells.splice(index, 1);
235
240
  noOfEntriesToBeDeleted -= 1;
236
241
  if (noOfEntriesToBeDeleted === 0) {
@@ -291,14 +296,20 @@ function deleteColumnFromFragment(manifestSection, pattern, appId, fragments) {
291
296
  * @param fragmentCells - list of all cells in fragment
292
297
  * @param fragmentJson - complete fragment, parsed as JSON
293
298
  * @param config - actual config.json
299
+ * @param generateId - function to generate ids for new entries in the fragment
294
300
  */
295
- function addNewColumnsInFragment(fragmentCells, fragmentJson, config) {
301
+ function addNewColumnsInFragment(fragmentCells, fragmentJson, config, generateId) {
296
302
  const startIndex = fragmentCells ? Object.keys(fragmentCells).length : 0;
297
303
  if (!fragmentJson.elements[0].elements) {
298
304
  fragmentJson.elements[0].elements = [];
299
305
  }
306
+ let generatedIds = [];
300
307
  for (let index = startIndex; index < Object.keys(config).length; index++) {
301
- fragmentJson.elements[0].elements.push(dummyEntry);
308
+ const dummyEntryWithId = { ...dummyEntry };
309
+ const generatedId = generateId(dummyEntry.name, generatedIds);
310
+ dummyEntryWithId.attributes = { id: generatedId, ...dummyEntry.attributes };
311
+ fragmentJson.elements[0].elements.push(dummyEntryWithId);
312
+ generatedIds.push(generatedId);
302
313
  }
303
314
  }
304
315
  /**
@@ -306,8 +317,9 @@ function addNewColumnsInFragment(fragmentCells, fragmentJson, config) {
306
317
  *
307
318
  * @param fragment - identified cells' fragment
308
319
  * @param config - config.json that lists the new cells' information
320
+ * @param generateId - function to generate ids for new entries in the fragment
309
321
  */
310
- function updateNonEmptyCellsFragment(fragment, config) {
322
+ function updateNonEmptyCellsFragment(fragment, config, generateId) {
311
323
  const fragmentJson = JSON.parse((0, xml_js_1.xml2json)(fragment.fileContent));
312
324
  const fragmentCells = fragmentJson.elements[0].elements &&
313
325
  fragmentJson.elements[0].elements.filter((element) => {
@@ -315,7 +327,7 @@ function updateNonEmptyCellsFragment(fragment, config) {
315
327
  });
316
328
  if (!fragmentCells || Object.keys(fragmentCells).length !== Object.keys(config).length) {
317
329
  if (!fragmentCells || Object.keys(fragmentCells).length < Object.keys(config).length) {
318
- addNewColumnsInFragment(fragmentCells, fragmentJson, config);
330
+ addNewColumnsInFragment(fragmentCells, fragmentJson, config, generateId);
319
331
  }
320
332
  else if (Object.keys(fragmentCells).length > Object.keys(config).length) {
321
333
  const noOfEntriesToBeDeleted = Object.keys(fragmentCells).length - Object.keys(config).length;
@@ -346,7 +358,7 @@ function updateCellsFragment(fragments, cellFragmentFileName, config, generateId
346
358
  fragment.fileContent = (0, view_controller_generator_1.getResponsiveTableCellsFragment)(config, generateId);
347
359
  }
348
360
  else {
349
- updateNonEmptyCellsFragment(fragment, config);
361
+ updateNonEmptyCellsFragment(fragment, config, generateId);
350
362
  }
351
363
  break;
352
364
  }