@sap/ux-specification 1.142.0 → 1.142.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 (134) hide show
  1. package/CHANGELOG.md +32 -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 +247 -247
  14. package/dist/index-min.js.map +4 -4
  15. package/dist/schemas/v2/ApplicationV2.json +28 -3
  16. package/dist/schemas/v2/ListReportNewConfig.json +45 -0
  17. package/dist/schemas/v2/ObjectPageConfig.json +11 -5
  18. package/dist/schemas/v4/ApplicationV4.json +18 -12
  19. package/dist/schemas/v4/ListReportConfig.json +56 -8
  20. package/dist/schemas/v4/ObjectPageConfig.json +36 -12
  21. package/dist/specification/package.json +16 -16
  22. package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
  23. package/dist/specification/scripts/schema/to-json-schema.js +23 -13
  24. package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
  25. package/dist/specification/src/sync/common/generate/utils.d.ts +8 -0
  26. package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
  27. package/dist/specification/src/sync/common/generate/utils.js +29 -16
  28. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  29. package/dist/specification/src/sync/common/i18n.json +5 -3
  30. package/dist/specification/src/sync/common/utils.d.ts +39 -0
  31. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  32. package/dist/specification/src/sync/common/utils.js +93 -2
  33. package/dist/specification/src/sync/common/utils.js.map +1 -1
  34. package/dist/specification/src/sync/v2/application.d.ts +1 -0
  35. package/dist/specification/src/sync/v2/application.d.ts.map +1 -1
  36. package/dist/specification/src/sync/v2/application.js +18 -0
  37. package/dist/specification/src/sync/v2/application.js.map +1 -1
  38. package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
  39. package/dist/specification/src/sync/v2/export/exportPage.d.ts.map +1 -1
  40. package/dist/specification/src/sync/v2/export/exportPage.js +15 -4
  41. package/dist/specification/src/sync/v2/export/exportPage.js.map +1 -1
  42. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
  43. package/dist/specification/src/sync/v2/export/exportPageGeneric.js +5 -2
  44. package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
  45. package/dist/specification/src/sync/v2/export/factory.d.ts +26 -0
  46. package/dist/specification/src/sync/v2/export/factory.d.ts.map +1 -1
  47. package/dist/specification/src/sync/v2/export/factory.js +3 -3
  48. package/dist/specification/src/sync/v2/export/factory.js.map +1 -1
  49. package/dist/specification/src/sync/v2/export/pages/ObjectPage.d.ts +1 -0
  50. package/dist/specification/src/sync/v2/export/pages/ObjectPage.d.ts.map +1 -1
  51. package/dist/specification/src/sync/v2/export/pages/ObjectPage.js +11 -0
  52. package/dist/specification/src/sync/v2/export/pages/ObjectPage.js.map +1 -1
  53. package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
  54. package/dist/specification/src/sync/v2/generate/listReport.js +46 -1
  55. package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
  56. package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  57. package/dist/specification/src/sync/v2/generate/objectPage.js +63 -13
  58. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  59. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiViewSingleTable.d.ts +22 -0
  60. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiViewSingleTable.d.ts.map +1 -0
  61. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiViewSingleTable.js +124 -0
  62. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiViewSingleTable.js.map +1 -0
  63. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts +1 -0
  64. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts.map +1 -1
  65. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js +4 -0
  66. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js.map +1 -1
  67. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +1 -0
  68. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -1
  69. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +1 -0
  70. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js.map +1 -1
  71. package/dist/specification/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
  72. package/dist/specification/src/sync/v2/import/pages/overviewPage.js +4 -0
  73. package/dist/specification/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  74. package/dist/specification/src/sync/v2/utils.d.ts +17 -1
  75. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  76. package/dist/specification/src/sync/v2/utils.js +57 -0
  77. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  78. package/dist/specification/src/sync/v4/export/controls/Header.d.ts +3 -2
  79. package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
  80. package/dist/specification/src/sync/v4/export/controls/Header.js +14 -2
  81. package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -1
  82. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +2 -1
  83. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
  84. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +7 -2
  85. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
  86. package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +4 -0
  87. package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts.map +1 -1
  88. package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.js +30 -0
  89. package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
  90. package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts +7 -0
  91. package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
  92. package/dist/specification/src/sync/v4/export/controls/TableColumn.js +60 -0
  93. package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  94. package/dist/specification/src/sync/v4/export/pages/ListReport.d.ts.map +1 -1
  95. package/dist/specification/src/sync/v4/export/pages/ListReport.js +2 -1
  96. package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
  97. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts +107 -0
  98. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts.map +1 -0
  99. package/dist/specification/src/sync/v4/generate/ListReportUtils.js +392 -0
  100. package/dist/specification/src/sync/v4/generate/ListReportUtils.js.map +1 -0
  101. package/dist/specification/src/sync/v4/generate/listReport.d.ts +107 -2
  102. package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
  103. package/dist/specification/src/sync/v4/generate/listReport.js +97 -105
  104. package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
  105. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  106. package/dist/specification/src/sync/v4/generate/objectPage.js +6 -6
  107. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  108. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +2 -2
  109. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -1
  110. package/dist/specification/src/sync/v4/sync-rules/utils.js +2 -2
  111. package/dist/specification/src/sync/v4/sync-rules/utils.js.map +1 -1
  112. package/dist/specification/src/sync/v4/utils/utils.d.ts +5 -27
  113. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  114. package/dist/specification/src/sync/v4/utils/utils.js +6 -53
  115. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  116. package/dist/types/src/common/webapp/manifest/Manifest.d.ts +1 -1
  117. package/dist/types/src/common/webapp/manifest/Manifest.d.ts.map +1 -1
  118. package/dist/types/src/v2/application.d.ts +18 -0
  119. package/dist/types/src/v2/application.d.ts.map +1 -1
  120. package/dist/types/src/v2/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  121. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +4 -4
  122. package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
  123. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  124. package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +10 -1
  125. package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts.map +1 -1
  126. package/dist/types/src/v4/application.d.ts +6 -6
  127. package/dist/types/src/v4/controls/Action.d.ts +1 -0
  128. package/dist/types/src/v4/controls/Action.d.ts.map +1 -1
  129. package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  130. package/dist/types/src/v4/controls/ObjectPageSection.d.ts.map +1 -1
  131. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +59 -0
  132. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
  133. package/dist/types/src/v4/webapp/manifest/ManifestSettings.js.map +1 -1
  134. package/package.json +16 -16
@@ -50,6 +50,11 @@
50
50
  "description": "Allows applications to configure persistence mode in an object page. Persistence mode retains the tab selection made on an object page in certain cases.",
51
51
  "manifestPath": "$[\"sap.ui.generic.app\"].settings.statePreservationMode"
52
52
  },
53
+ "globalTableSettings": {
54
+ "$ref": "#/definitions/GlobalApplicationTableSettings",
55
+ "description": "Settings for all tables.",
56
+ "manifestPath": "$[\"sap.ui.generic.app\"].settings.tableSettings"
57
+ },
53
58
  "title": {
54
59
  "description": "Defines the title for the application.",
55
60
  "i18nClassification": "TIT: Title of the application",
@@ -81,10 +86,12 @@
81
86
  "type": "object",
82
87
  "properties": {
83
88
  "defaultTwoColumnLayoutType": {
84
- "$ref": "#/definitions/FlexibleColumnLayoutType"
89
+ "$ref": "#/definitions/FlexibleColumnLayoutType",
90
+ "manifestPath": "$[\"sap.ui.generic.app\"].settings.flexibleColumnLayout.defaultTwoColumnLayoutType"
85
91
  },
86
92
  "defaultThreeColumnLayoutType": {
87
- "$ref": "#/definitions/FlexibleColumnLayoutType"
93
+ "$ref": "#/definitions/FlexibleColumnLayoutType",
94
+ "manifestPath": "$[\"sap.ui.generic.app\"].settings.flexibleColumnLayout.defaultThreeColumnLayoutType"
88
95
  }
89
96
  },
90
97
  "additionalProperties": false
@@ -117,7 +124,8 @@
117
124
  "enabled": {
118
125
  "description": "Allows applications to turn off the discard draft confirmation popup in various scenarios.",
119
126
  "type": "string",
120
- "const": "restricted"
127
+ "const": "restricted",
128
+ "manifestPath": "$[\"sap.ui.generic.app\"].settings.draftDiscardConfirmationSettings.enabled"
121
129
  }
122
130
  },
123
131
  "additionalProperties": false,
@@ -132,6 +140,23 @@
132
140
  ],
133
141
  "type": "string"
134
142
  },
143
+ "GlobalApplicationTableSettings": {
144
+ "type": "object",
145
+ "properties": {
146
+ "createMode": {
147
+ "description": "This property acts as a global default for all pages and tables in the application. Page-level or table-level definitions override this setting.\nYou can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create and edit mode, an empty row is added to the table.\n- creationRowsHiddenInEditMode: Similar to \"creationRows\", but in edit mode, the empty row is only displayed when the user clicks the \"Create\" button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create and edit mode, users can use the \"Create\" button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default, an empty row is not provided and the \"Create\" button automatically navigates to the item's object page for the newly created entry.",
148
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b",
149
+ "enum": [
150
+ "creationRows",
151
+ "creationRowsHiddenInEditMode",
152
+ "inline"
153
+ ],
154
+ "type": "string",
155
+ "manifestPath": "$[\"sap.ui.generic.app\"].settings.tableSettings.createMode"
156
+ }
157
+ },
158
+ "additionalProperties": false
159
+ },
135
160
  "CloudDevAdaptationStatus": {
136
161
  "internal": true,
137
162
  "enum": [
@@ -447,6 +447,10 @@
447
447
  "views": {
448
448
  "$ref": "#/definitions/MultiViewsDefinition"
449
449
  },
450
+ "quickVariantSelection": {
451
+ "$ref": "#/definitions/MultiViewsOnTable",
452
+ "description": "With quickVariantSelection, you can switch to multiple views (single table mode).\nEach view links to a variant you have added to your annotations."
453
+ },
450
454
  "showTablePersonalisation": {
451
455
  "description": "The showTablePersonalisation attribute can be set to false to hide the table personalization button.",
452
456
  "type": "boolean",
@@ -500,6 +504,47 @@
500
504
  "$ref": "#/definitions/Table"
501
505
  }
502
506
  },
507
+ "MultiViewsOnTable": {
508
+ "type": "object",
509
+ "properties": {
510
+ "showCounts": {
511
+ "description": "To show the number of available records, set showCounts to true.",
512
+ "type": "boolean",
513
+ "artifactType": "Manifest"
514
+ },
515
+ "variants": {
516
+ "description": "The variants section contains a set of entries that point to a SelectionVariant or SelectionPresentationVariant annotation.",
517
+ "type": "object",
518
+ "additionalProperties": {
519
+ "$ref": "#/definitions/ViewOnTable"
520
+ },
521
+ "artifactType": "Manifest"
522
+ }
523
+ },
524
+ "additionalProperties": false,
525
+ "required": [
526
+ "variants"
527
+ ]
528
+ },
529
+ "ViewOnTable": {
530
+ "type": "object",
531
+ "properties": {
532
+ "key": {
533
+ "description": "The key property is mandatory. It is used for initializing the corresponding SegmentedButton item.",
534
+ "type": "string"
535
+ },
536
+ "annotationPath": {
537
+ "description": "Use annotationPath to define a specific variant that points to a SelectionVariant or SelectionPresentationVariant annotation.",
538
+ "type": "string",
539
+ "artifactType": "Manifest"
540
+ }
541
+ },
542
+ "additionalProperties": false,
543
+ "required": [
544
+ "annotationPath",
545
+ "key"
546
+ ]
547
+ },
503
548
  "smarttable.ExportType": {
504
549
  "description": "Provides the type of services available for export in the `SmartTable` control.\n\nThis enum is part of the 'sap/ui/comp/library' module export and must be accessed by the property 'smarttable.ExportType'.",
505
550
  "enum": [
@@ -56,6 +56,12 @@
56
56
  "footer": {
57
57
  "$ref": "#/definitions/ObjectPageFooter<ObjectPageFooterActions>"
58
58
  },
59
+ "createMode": {
60
+ "$ref": "#/definitions/CreateMode",
61
+ "description": "This property applies to all tables within the page. Individual tables can override this setting by defining the property explicitly at table level.\nYou can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create and edit mode, an empty row is added to the table.\n- creationRowsHiddenInEditMode: Similar to \"creationRows\", but in edit mode, the empty row is only displayed when the user clicks the \"Create\" button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create and edit mode, users can use the \"Create\" button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default, an empty row is not provided and the \"Create\" button automatically navigates to the item's object page for the newly created entry.",
62
+ "artifactType": "Manifest",
63
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
64
+ },
59
65
  "$schema": {
60
66
  "type": "string"
61
67
  }
@@ -727,7 +733,7 @@
727
733
  },
728
734
  "createMode": {
729
735
  "$ref": "#/definitions/CreateMode",
730
- "description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create or edit mode an empty row is added to the table.\n- creationRowsHiddenInEditMode: Like \"creationRows\", but in edit mode the empty row will only be shown when the user clicks the Create button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create or edit mode, the users can use the Create button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default no empty row is provided and the Create button automatically navigates to the item's object page for the newly created entry.",
736
+ "description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create and edit mode, an empty row is added to the table.\n- creationRowsHiddenInEditMode: Similar to \"creationRows\", but in edit mode, the empty row is only displayed when the user clicks the \"Create\" button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create and edit mode, users can use the \"Create\" button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default, an empty row is not provided and the \"Create\" button automatically navigates to the item's object page for the newly created entry.",
731
737
  "artifactType": "Manifest",
732
738
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
733
739
  },
@@ -1198,7 +1204,7 @@
1198
1204
  },
1199
1205
  "createMode": {
1200
1206
  "$ref": "#/definitions/CreateMode",
1201
- "description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create or edit mode an empty row is added to the table.\n- creationRowsHiddenInEditMode: Like \"creationRows\", but in edit mode the empty row will only be shown when the user clicks the Create button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create or edit mode, the users can use the Create button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default no empty row is provided and the Create button automatically navigates to the item's object page for the newly created entry.",
1207
+ "description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create and edit mode, an empty row is added to the table.\n- creationRowsHiddenInEditMode: Similar to \"creationRows\", but in edit mode, the empty row is only displayed when the user clicks the \"Create\" button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create and edit mode, users can use the \"Create\" button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default, an empty row is not provided and the \"Create\" button automatically navigates to the item's object page for the newly created entry.",
1202
1208
  "artifactType": "Manifest",
1203
1209
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
1204
1210
  },
@@ -1298,7 +1304,7 @@
1298
1304
  },
1299
1305
  "createMode": {
1300
1306
  "$ref": "#/definitions/CreateMode",
1301
- "description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create or edit mode an empty row is added to the table.\n- creationRowsHiddenInEditMode: Like \"creationRows\", but in edit mode the empty row will only be shown when the user clicks the Create button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create or edit mode, the users can use the Create button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default no empty row is provided and the Create button automatically navigates to the item's object page for the newly created entry.",
1307
+ "description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create and edit mode, an empty row is added to the table.\n- creationRowsHiddenInEditMode: Similar to \"creationRows\", but in edit mode, the empty row is only displayed when the user clicks the \"Create\" button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create and edit mode, users can use the \"Create\" button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default, an empty row is not provided and the \"Create\" button automatically navigates to the item's object page for the newly created entry.",
1302
1308
  "artifactType": "Manifest",
1303
1309
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
1304
1310
  },
@@ -1398,7 +1404,7 @@
1398
1404
  },
1399
1405
  "createMode": {
1400
1406
  "$ref": "#/definitions/CreateMode",
1401
- "description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create or edit mode an empty row is added to the table.\n- creationRowsHiddenInEditMode: Like \"creationRows\", but in edit mode the empty row will only be shown when the user clicks the Create button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create or edit mode, the users can use the Create button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default no empty row is provided and the Create button automatically navigates to the item's object page for the newly created entry.",
1407
+ "description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create and edit mode, an empty row is added to the table.\n- creationRowsHiddenInEditMode: Similar to \"creationRows\", but in edit mode, the empty row is only displayed when the user clicks the \"Create\" button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create and edit mode, users can use the \"Create\" button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default, an empty row is not provided and the \"Create\" button automatically navigates to the item's object page for the newly created entry.",
1402
1408
  "artifactType": "Manifest",
1403
1409
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
1404
1410
  },
@@ -1498,7 +1504,7 @@
1498
1504
  },
1499
1505
  "createMode": {
1500
1506
  "$ref": "#/definitions/CreateMode",
1501
- "description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create or edit mode an empty row is added to the table.\n- creationRowsHiddenInEditMode: Like \"creationRows\", but in edit mode the empty row will only be shown when the user clicks the Create button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create or edit mode, the users can use the Create button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default no empty row is provided and the Create button automatically navigates to the item's object page for the newly created entry.",
1507
+ "description": "You can set the following values for this property:\n- creationRows: Used to enable empty rows mode. In create and edit mode, an empty row is added to the table.\n- creationRowsHiddenInEditMode: Similar to \"creationRows\", but in edit mode, the empty row is only displayed when the user clicks the \"Create\" button. This option is available starting with SAPUI5 version 1.110.\n- inline: In create and edit mode, users can use the \"Create\" button to add new entries to the table. We recommend to use \"creationRows\" instead.\nBy default, an empty row is not provided and the \"Create\" button automatically navigates to the item's object page for the newly created entry.",
1502
1508
  "artifactType": "Manifest",
1503
1509
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
1504
1510
  },
@@ -58,26 +58,26 @@
58
58
  "properties": {
59
59
  "enabled": {
60
60
  "description": "All features related to draft handling can be hidden from the UI while the draft functionality remains active in the background. To achieve this, enable the 'Hide Draft' property.",
61
- "descriptionSrcURL": "https://sapui5.hana.ondemand.com/#/topic/ed9aa41c563a44b18701529c8327db4d",
61
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ed9aa41c563a44b18701529c8327db4d",
62
62
  "type": "boolean",
63
63
  "const": true,
64
64
  "manifestPath": "$[\"sap.fe\"].app.hideDraft.enabled"
65
65
  },
66
66
  "stayOnCurrentPageAfterSave": {
67
67
  "description": "Determines whether to stay on the current page after saving an object.\nTo ensure a consistent experience, set this and 'Stay On Current Page After Cancel' to the same value.",
68
- "descriptionSrcURL": "https://sapui5.hana.ondemand.com/#/topic/ed9aa41c563a44b18701529c8327db4d",
68
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ed9aa41c563a44b18701529c8327db4d",
69
69
  "type": "boolean",
70
70
  "manifestPath": "$[\"sap.fe\"].app.hideDraft.stayOnCurrentPageAfterSave"
71
71
  },
72
72
  "stayOnCurrentPageAfterCancel": {
73
73
  "description": "Determines whether to stay on the current page after canceling an object.\nTo ensure a consistent experience, set this and 'Stay On Current Page After Save' to the same value.",
74
- "descriptionSrcURL": "https://sapui5.hana.ondemand.com/#/topic/ed9aa41c563a44b18701529c8327db4d",
74
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ed9aa41c563a44b18701529c8327db4d",
75
75
  "type": "boolean",
76
76
  "manifestPath": "$[\"sap.fe\"].app.hideDraft.stayOnCurrentPageAfterCancel"
77
77
  },
78
78
  "hideCreateNext": {
79
79
  "description": "Controls the visibility of the 'Create Next' button.",
80
- "descriptionSrcURL": "https://sapui5.hana.ondemand.com/#/topic/ed9aa41c563a44b18701529c8327db4d",
80
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ed9aa41c563a44b18701529c8327db4d",
81
81
  "type": "boolean",
82
82
  "manifestPath": "$[\"sap.fe\"].app.hideDraft.hideCreateNext"
83
83
  }
@@ -92,7 +92,7 @@
92
92
  "properties": {
93
93
  "enabled": {
94
94
  "description": "All features related to draft handling can be hidden from the UI while the draft functionality remains active in the background. To achieve this, enable the 'Hide Draft' property.",
95
- "descriptionSrcURL": "https://sapui5.hana.ondemand.com/#/topic/ed9aa41c563a44b18701529c8327db4d",
95
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ed9aa41c563a44b18701529c8327db4d",
96
96
  "type": "boolean",
97
97
  "const": false,
98
98
  "manifestPath": "$[\"sap.fe\"].app.hideDraft.enabled"
@@ -105,7 +105,7 @@
105
105
  },
106
106
  "defaultCreationMode": {
107
107
  "description": "Define the default creation mode that is used for all tables, unless a specific creation mode has been set.",
108
- "descriptionSrcURL": "https://sapui5.hana.ondemand.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b",
108
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b",
109
109
  "enum": [
110
110
  "InlineCreationRows"
111
111
  ],
@@ -155,13 +155,16 @@
155
155
  "properties": {
156
156
  "limitFCLToTwoColumns": {
157
157
  "description": "Determines whether the Flexible Column Layout is limited to two columns. If set to true, the third level will be displayed in full screen mode rather than a third column.",
158
- "type": "boolean"
158
+ "type": "boolean",
159
+ "manifestPath": "$[\"sap.ui5\"].routing.config.flexibleColumnLayout.limitFCLToTwoColumns"
159
160
  },
160
161
  "defaultTwoColumnLayoutType": {
161
- "$ref": "#/definitions/FlexibleColumnLayoutType"
162
+ "$ref": "#/definitions/FlexibleColumnLayoutType",
163
+ "manifestPath": "$[\"sap.ui5\"].routing.config.flexibleColumnLayout.defaultTwoColumnLayoutType"
162
164
  },
163
165
  "defaultThreeColumnLayoutType": {
164
- "$ref": "#/definitions/FlexibleColumnLayoutType"
166
+ "$ref": "#/definitions/FlexibleColumnLayoutType",
167
+ "manifestPath": "$[\"sap.ui5\"].routing.config.flexibleColumnLayout.defaultThreeColumnLayoutType"
165
168
  }
166
169
  },
167
170
  "additionalProperties": false
@@ -224,21 +227,24 @@
224
227
  {
225
228
  "type": "string"
226
229
  }
227
- ]
230
+ ],
231
+ "manifestPath": "$[\"sap.ui5\"].dependencies.minUI5Version"
228
232
  },
229
233
  "libs": {
230
234
  "description": "Represents the id (namespace) of the libraries that should be loaded by UI5 Core to be used in your component",
231
235
  "type": "object",
232
236
  "additionalProperties": {
233
237
  "$ref": "#/definitions/Lib"
234
- }
238
+ },
239
+ "manifestPath": "$[\"sap.ui5\"].dependencies.libs"
235
240
  },
236
241
  "components": {
237
242
  "description": "Represents the id (namespace) of the components that should be loaded by UI5 Core to be used in your component",
238
243
  "type": "object",
239
244
  "additionalProperties": {
240
245
  "$ref": "#/definitions/Component"
241
- }
246
+ },
247
+ "manifestPath": "$[\"sap.ui5\"].dependencies.components"
242
248
  }
243
249
  },
244
250
  "additionalProperties": false,
@@ -127,7 +127,7 @@
127
127
  "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
128
128
  "artifactType": "Manifest",
129
129
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
130
- "type": "number"
130
+ "type": "integer"
131
131
  },
132
132
  "priority": {
133
133
  "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
@@ -415,7 +415,7 @@
415
415
  "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
416
416
  "artifactType": "Manifest",
417
417
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
418
- "type": "number"
418
+ "type": "integer"
419
419
  },
420
420
  "priority": {
421
421
  "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
@@ -458,7 +458,7 @@
458
458
  "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
459
459
  "artifactType": "Manifest",
460
460
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
461
- "type": "number"
461
+ "type": "integer"
462
462
  },
463
463
  "priority": {
464
464
  "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
@@ -533,7 +533,7 @@
533
533
  "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
534
534
  "artifactType": "Manifest",
535
535
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
536
- "type": "number"
536
+ "type": "integer"
537
537
  },
538
538
  "priority": {
539
539
  "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
@@ -610,7 +610,7 @@
610
610
  "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
611
611
  "artifactType": "Manifest",
612
612
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
613
- "type": "number"
613
+ "type": "integer"
614
614
  },
615
615
  "priority": {
616
616
  "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
@@ -863,7 +863,7 @@
863
863
  "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
864
864
  "artifactType": "Manifest",
865
865
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
866
- "type": "number"
866
+ "type": "integer"
867
867
  },
868
868
  "priority": {
869
869
  "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
@@ -906,7 +906,7 @@
906
906
  "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
907
907
  "artifactType": "Manifest",
908
908
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
909
- "type": "number"
909
+ "type": "integer"
910
910
  },
911
911
  "priority": {
912
912
  "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
@@ -998,7 +998,7 @@
998
998
  "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
999
999
  "artifactType": "Manifest",
1000
1000
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
1001
- "type": "number"
1001
+ "type": "integer"
1002
1002
  },
1003
1003
  "priority": {
1004
1004
  "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
@@ -1172,6 +1172,30 @@
1172
1172
  "items": {
1173
1173
  "type": "string"
1174
1174
  }
1175
+ },
1176
+ "required": {
1177
+ "description": "Determines whether a custom column is required.\nIf set to true, an asterisk is displayed in the column header.",
1178
+ "artifactType": "Manifest",
1179
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/d525522c1bf54672ae4e02d66b38e60c",
1180
+ "type": "boolean"
1181
+ },
1182
+ "importance": {
1183
+ "description": "The responsive table provides a feature where the table automatically moves columns to the pop-in area in the following order based on their importance:\n- Columns with \"Low\" importance are hidden first.\n- Columns with \"Medium\" importance are hidden next.\n- Columns with \"High\" importance are always displayed.",
1184
+ "artifactType": "Manifest",
1185
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/d525522c1bf54672ae4e02d66b38e60c",
1186
+ "enum": [
1187
+ "High",
1188
+ "Low",
1189
+ "Medium"
1190
+ ],
1191
+ "type": "string"
1192
+ },
1193
+ "tooltip": {
1194
+ "description": "The tooltip is shown on the header of a custom column when a user hovers over it.",
1195
+ "i18nClassification": "COL: Custom column tooltip text",
1196
+ "artifactType": "Manifest",
1197
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/d525522c1bf54672ae4e02d66b38e60c",
1198
+ "type": "string"
1175
1199
  }
1176
1200
  },
1177
1201
  "additionalProperties": false,
@@ -1934,6 +1958,30 @@
1934
1958
  "items": {
1935
1959
  "type": "string"
1936
1960
  }
1961
+ },
1962
+ "required": {
1963
+ "description": "Determines whether a custom column is required.\nIf set to true, an asterisk is displayed in the column header.",
1964
+ "artifactType": "Manifest",
1965
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/d525522c1bf54672ae4e02d66b38e60c",
1966
+ "type": "boolean"
1967
+ },
1968
+ "importance": {
1969
+ "description": "The responsive table provides a feature where the table automatically moves columns to the pop-in area in the following order based on their importance:\n- Columns with \"Low\" importance are hidden first.\n- Columns with \"Medium\" importance are hidden next.\n- Columns with \"High\" importance are always displayed.",
1970
+ "artifactType": "Manifest",
1971
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/d525522c1bf54672ae4e02d66b38e60c",
1972
+ "enum": [
1973
+ "High",
1974
+ "Low",
1975
+ "Medium"
1976
+ ],
1977
+ "type": "string"
1978
+ },
1979
+ "tooltip": {
1980
+ "description": "The tooltip is shown on the header of a custom column when a user hovers over it.",
1981
+ "i18nClassification": "COL: Custom column tooltip text",
1982
+ "artifactType": "Manifest",
1983
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/d525522c1bf54672ae4e02d66b38e60c",
1984
+ "type": "string"
1937
1985
  }
1938
1986
  },
1939
1987
  "additionalProperties": false,
@@ -139,7 +139,7 @@
139
139
  "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
140
140
  "artifactType": "Manifest",
141
141
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
142
- "type": "number"
142
+ "type": "integer"
143
143
  },
144
144
  "priority": {
145
145
  "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
@@ -198,7 +198,7 @@
198
198
  "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
199
199
  "artifactType": "Manifest",
200
200
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
201
- "type": "number"
201
+ "type": "integer"
202
202
  },
203
203
  "priority": {
204
204
  "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
@@ -322,7 +322,7 @@
322
322
  "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
323
323
  "artifactType": "Manifest",
324
324
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
325
- "type": "number"
325
+ "type": "integer"
326
326
  },
327
327
  "priority": {
328
328
  "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
@@ -864,7 +864,7 @@
864
864
  "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
865
865
  "artifactType": "Manifest",
866
866
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
867
- "type": "number"
867
+ "type": "integer"
868
868
  },
869
869
  "priority": {
870
870
  "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
@@ -952,7 +952,7 @@
952
952
  "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
953
953
  "artifactType": "Manifest",
954
954
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
955
- "type": "number"
955
+ "type": "integer"
956
956
  },
957
957
  "priority": {
958
958
  "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
@@ -1018,7 +1018,7 @@
1018
1018
  "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
1019
1019
  "artifactType": "Manifest",
1020
1020
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
1021
- "type": "number"
1021
+ "type": "integer"
1022
1022
  },
1023
1023
  "priority": {
1024
1024
  "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
@@ -1221,6 +1221,30 @@
1221
1221
  "items": {
1222
1222
  "type": "string"
1223
1223
  }
1224
+ },
1225
+ "required": {
1226
+ "description": "Determines whether a custom column is required.\nIf set to true, an asterisk is displayed in the column header.",
1227
+ "artifactType": "Manifest",
1228
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/d525522c1bf54672ae4e02d66b38e60c",
1229
+ "type": "boolean"
1230
+ },
1231
+ "importance": {
1232
+ "description": "The responsive table provides a feature where the table automatically moves columns to the pop-in area in the following order based on their importance:\n- Columns with \"Low\" importance are hidden first.\n- Columns with \"Medium\" importance are hidden next.\n- Columns with \"High\" importance are always displayed.",
1233
+ "artifactType": "Manifest",
1234
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/d525522c1bf54672ae4e02d66b38e60c",
1235
+ "enum": [
1236
+ "High",
1237
+ "Low",
1238
+ "Medium"
1239
+ ],
1240
+ "type": "string"
1241
+ },
1242
+ "tooltip": {
1243
+ "description": "The tooltip is shown on the header of a custom column when a user hovers over it.",
1244
+ "i18nClassification": "COL: Custom column tooltip text",
1245
+ "artifactType": "Manifest",
1246
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/d525522c1bf54672ae4e02d66b38e60c",
1247
+ "type": "string"
1224
1248
  }
1225
1249
  },
1226
1250
  "additionalProperties": false,
@@ -2123,7 +2147,7 @@
2123
2147
  "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
2124
2148
  "artifactType": "Manifest",
2125
2149
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
2126
- "type": "number"
2150
+ "type": "integer"
2127
2151
  },
2128
2152
  "priority": {
2129
2153
  "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
@@ -2156,7 +2180,7 @@
2156
2180
  "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
2157
2181
  "artifactType": "Manifest",
2158
2182
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
2159
- "type": "number"
2183
+ "type": "integer"
2160
2184
  },
2161
2185
  "priority": {
2162
2186
  "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
@@ -2216,7 +2240,7 @@
2216
2240
  "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
2217
2241
  "artifactType": "Manifest",
2218
2242
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
2219
- "type": "number"
2243
+ "type": "integer"
2220
2244
  },
2221
2245
  "priority": {
2222
2246
  "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
@@ -2506,7 +2530,7 @@
2506
2530
  "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
2507
2531
  "artifactType": "Manifest",
2508
2532
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
2509
- "type": "number"
2533
+ "type": "integer"
2510
2534
  },
2511
2535
  "priority": {
2512
2536
  "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
@@ -2629,7 +2653,7 @@
2629
2653
  "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
2630
2654
  "artifactType": "Manifest",
2631
2655
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
2632
- "type": "number"
2656
+ "type": "integer"
2633
2657
  },
2634
2658
  "priority": {
2635
2659
  "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
@@ -2681,7 +2705,7 @@
2681
2705
  "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
2682
2706
  "artifactType": "Manifest",
2683
2707
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
2684
- "type": "number"
2708
+ "type": "integer"
2685
2709
  },
2686
2710
  "priority": {
2687
2711
  "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.142.0",
3
+ "version": "1.142.1",
4
4
  "displayName": "SAP Fiori tools - Specification",
5
5
  "description": "SAP Fiori tools - Specification",
6
6
  "files": [
@@ -34,11 +34,11 @@
34
34
  "docuV4": "ts-node ./scripts/extractDocu.ts --version=v4 format=excel",
35
35
  "htmlV2": "ts-node ./scripts/extractDocu.ts --version=v2 --format=html",
36
36
  "htmlV4": "ts-node ./scripts/extractDocu.ts --version=v4 --format=html",
37
- "lint": "eslint . --ext .ts",
38
- "lint:summary": "eslint . --ext .ts -f summary",
39
- "lint:fix": "eslint . --ext .ts --fix",
40
- "lint:report": "eslint . --ext .ts -f multiple",
41
- "lint:report:jslint": "eslint . --ext .ts -o reports/lint/eslint.jslint.xml -f jslint-xml",
37
+ "lint": "eslint .",
38
+ "lint:summary": "eslint . -f summary",
39
+ "lint:fix": "eslint . --fix",
40
+ "lint:report": "eslint . -f multiple",
41
+ "lint:report:jslint": "eslint . -o reports/lint/eslint.jslint.xml -f jslint-xml",
42
42
  "macros": "ts-node ./scripts/macros/index.ts",
43
43
  "test": "jest && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
44
44
  "test:ci": "jest --ci --forceExit --detectOpenHandles && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
@@ -49,20 +49,20 @@
49
49
  "publisher": "SAPSE",
50
50
  "license": "SEE LICENSE IN LICENSE",
51
51
  "dependencies": {
52
- "@sap-ux/fe-fpm-writer": "0.40.2",
53
- "@sap-ux/vocabularies-types": "0.13.2"
52
+ "@sap-ux/fe-fpm-writer": "0.40.11",
53
+ "@sap-ux/vocabularies-types": "0.14.5"
54
54
  },
55
55
  "devDependencies": {
56
- "@sap-ux/annotation-converter": "0.10.9",
57
- "@sap-ux/edmx-parser": "0.9.6",
58
- "@sap-ux/project-access": "1.33.0",
59
- "@sap/ux-specification-types": "1.142.0",
56
+ "@sap-ux/annotation-converter": "0.10.19",
57
+ "@sap-ux/edmx-parser": "0.9.8",
58
+ "@sap-ux/project-access": "1.34.2",
59
+ "@sap/ux-specification-types": "1.142.1",
60
60
  "@sapui5/types": "latest-1.142",
61
61
  "@types/d3": "7.4.3",
62
62
  "@types/jquery": "3.5.33",
63
+ "@types/json-schema": "7.0.15",
63
64
  "@types/mem-fs": "1.1.5",
64
65
  "@types/mem-fs-editor": "7.0.1",
65
- "@types/json-schema": "7.0.15",
66
66
  "@ui5/flexibility-utils": "0.1.3",
67
67
  "@xml-tools/ast": "5.0.5",
68
68
  "@xml-tools/parser": "1.0.11",
@@ -71,17 +71,17 @@
71
71
  "d3": "7.9.0",
72
72
  "deepmerge": "4.3.1",
73
73
  "ejs": "3.1.10",
74
+ "eslint-formatter-checkstyle": "9.0.1",
74
75
  "excel4node": "1.8.2",
75
- "i18next": "25.7.3",
76
+ "i18next": "25.7.4",
76
77
  "jquery": "3.7.1",
77
78
  "jsdom": "25.0.1",
78
- "lodash.unset": "4.5.2",
79
79
  "mem-fs": "2.1.0",
80
80
  "mem-fs-editor": "9.7.0",
81
81
  "path": "0.12.7",
82
82
  "reflect-metadata": "0.2.2",
83
83
  "semver": "7.7.3",
84
- "typescript-json-schema": "0.65.1",
84
+ "typescript-json-schema": "0.67.1",
85
85
  "xml-js": "1.6.11"
86
86
  },
87
87
  "husky": {