@sap/ux-specification 1.120.21 → 1.120.23

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 (233) hide show
  1. package/CHANGELOG.md +48 -18
  2. package/dist/documentation/runDocu-min.js.map +3 -3
  3. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  4. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  5. package/dist/documentation/v2/v2-ListReport.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 +86 -86
  14. package/dist/index-min.js.map +3 -3
  15. package/dist/schemas/v2/AnalyticalListPageConfig.json +76 -76
  16. package/dist/schemas/v2/ApplicationV2.json +5 -5
  17. package/dist/schemas/v2/ListReportConfig.json +86 -85
  18. package/dist/schemas/v2/ObjectPageConfig.json +83 -83
  19. package/dist/schemas/v2/OverviewPageConfig.json +84 -84
  20. package/dist/schemas/v4/ApplicationV4.json +4 -4
  21. package/dist/schemas/v4/ListReportConfig.json +47 -47
  22. package/dist/schemas/v4/ObjectPageConfig.json +46 -46
  23. package/dist/specification/package.json +8 -8
  24. package/dist/specification/scripts/documentation/components/filter.js +0 -1
  25. package/dist/specification/scripts/documentation/components/filter.js.map +1 -1
  26. package/dist/specification/scripts/documentation/components/ui/TreeUI.d.ts.map +1 -1
  27. package/dist/specification/scripts/documentation/components/ui/TreeUI.js +2 -1
  28. package/dist/specification/scripts/documentation/components/ui/TreeUI.js.map +1 -1
  29. package/dist/specification/scripts/documentation/components/ui/search.d.ts.map +1 -1
  30. package/dist/specification/scripts/documentation/components/ui/search.js +6 -3
  31. package/dist/specification/scripts/documentation/components/ui/search.js.map +1 -1
  32. package/dist/specification/scripts/documentation/components/ui/toggle.d.ts.map +1 -1
  33. package/dist/specification/scripts/documentation/components/ui/toggle.js +6 -3
  34. package/dist/specification/scripts/documentation/components/ui/toggle.js.map +1 -1
  35. package/dist/specification/scripts/documentation/components/ui/tooltip.d.ts.map +1 -1
  36. package/dist/specification/scripts/documentation/components/ui/tooltip.js +13 -9
  37. package/dist/specification/scripts/documentation/components/ui/tooltip.js.map +1 -1
  38. package/dist/specification/scripts/documentation/components/ui/utils.d.ts.map +1 -1
  39. package/dist/specification/scripts/documentation/components/ui/utils.js +8 -4
  40. package/dist/specification/scripts/documentation/components/ui/utils.js.map +1 -1
  41. package/dist/specification/scripts/extractDocu.js +64 -24
  42. package/dist/specification/scripts/extractDocu.js.map +1 -1
  43. package/dist/specification/scripts/macros/api.js +5 -5
  44. package/dist/specification/scripts/macros/api.js.map +1 -1
  45. package/dist/specification/scripts/macros/cmd.js +2 -2
  46. package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
  47. package/dist/specification/scripts/macros/schema.js.map +1 -1
  48. package/dist/specification/scripts/to-json-schema.js +1 -1
  49. package/dist/specification/scripts/to-json-schema.js.map +1 -1
  50. package/dist/specification/src/api.js +4 -4
  51. package/dist/specification/src/extensionLogger.js +3 -3
  52. package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
  53. package/dist/specification/src/sync/common/appProvider.js.map +1 -1
  54. package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
  55. package/dist/specification/src/sync/common/decoration/control.js +2 -2
  56. package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
  57. package/dist/specification/src/sync/common/flexUtils.js +1 -1
  58. package/dist/specification/src/sync/common/flexUtils.js.map +1 -1
  59. package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
  60. package/dist/specification/src/sync/common/generate/objectPage.js +1 -3
  61. package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
  62. package/dist/specification/src/sync/common/generate/utils.js +10 -10
  63. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  64. package/dist/specification/src/sync/common/import/utils.js +2 -2
  65. package/dist/specification/src/sync/common/importProject.js +3 -3
  66. package/dist/specification/src/sync/common/importProject.js.map +1 -1
  67. package/dist/specification/src/sync/common/utils.d.ts +1 -2
  68. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  69. package/dist/specification/src/sync/common/utils.js +113 -109
  70. package/dist/specification/src/sync/common/utils.js.map +1 -1
  71. package/dist/specification/src/sync/v2/export/controls/Action.d.ts.map +1 -1
  72. package/dist/specification/src/sync/v2/export/controls/Action.js +4 -8
  73. package/dist/specification/src/sync/v2/export/controls/Action.js.map +1 -1
  74. package/dist/specification/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts.map +1 -1
  75. package/dist/specification/src/sync/v2/export/controls/AnalyticalListPageChart.js +4 -9
  76. package/dist/specification/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +1 -1
  77. package/dist/specification/src/sync/v2/export/controls/Field.d.ts.map +1 -1
  78. package/dist/specification/src/sync/v2/export/controls/Field.js +1 -2
  79. package/dist/specification/src/sync/v2/export/controls/Field.js.map +1 -1
  80. package/dist/specification/src/sync/v2/export/controls/FilterBar.d.ts +1 -1
  81. package/dist/specification/src/sync/v2/export/controls/FilterBar.d.ts.map +1 -1
  82. package/dist/specification/src/sync/v2/export/controls/FilterBar.js +1 -2
  83. package/dist/specification/src/sync/v2/export/controls/FilterBar.js.map +1 -1
  84. package/dist/specification/src/sync/v2/export/controls/FormAction.d.ts.map +1 -1
  85. package/dist/specification/src/sync/v2/export/controls/FormAction.js +1 -2
  86. package/dist/specification/src/sync/v2/export/controls/FormAction.js.map +1 -1
  87. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  88. package/dist/specification/src/sync/v2/export/controls/Fragment.js +14 -6
  89. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  90. package/dist/specification/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts.map +1 -1
  91. package/dist/specification/src/sync/v2/export/controls/ObjectPageFooterAction.js +1 -2
  92. package/dist/specification/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -1
  93. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeader.d.ts.map +1 -1
  94. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeader.js +1 -2
  95. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeader.js.map +1 -1
  96. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts.map +1 -1
  97. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderAction.js +1 -2
  98. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
  99. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  100. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js +7 -8
  101. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js.map +1 -1
  102. package/dist/specification/src/sync/v2/export/controls/ObjectPageLayout.d.ts.map +1 -1
  103. package/dist/specification/src/sync/v2/export/controls/ObjectPageLayout.js +4 -8
  104. package/dist/specification/src/sync/v2/export/controls/ObjectPageLayout.js.map +1 -1
  105. package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.d.ts.map +1 -1
  106. package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.js +11 -22
  107. package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.js.map +1 -1
  108. package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
  109. package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.js +7 -14
  110. package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
  111. package/dist/specification/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts.map +1 -1
  112. package/dist/specification/src/sync/v2/export/controls/ObjectPageToolBarAction.js +1 -2
  113. package/dist/specification/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -1
  114. package/dist/specification/src/sync/v2/export/controls/Table.d.ts.map +1 -1
  115. package/dist/specification/src/sync/v2/export/controls/Table.js +7 -14
  116. package/dist/specification/src/sync/v2/export/controls/Table.js.map +1 -1
  117. package/dist/specification/src/sync/v2/export/controls/TableColumn.d.ts.map +1 -1
  118. package/dist/specification/src/sync/v2/export/controls/TableColumn.js +4 -8
  119. package/dist/specification/src/sync/v2/export/controls/TableColumn.js.map +1 -1
  120. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  121. package/dist/specification/src/sync/v2/export/export.js +9 -8
  122. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  123. package/dist/specification/src/sync/v2/export/factory.js +8 -8
  124. package/dist/specification/src/sync/v2/export/manifest.js +0 -1
  125. package/dist/specification/src/sync/v2/export/manifest.js.map +1 -1
  126. package/dist/specification/src/sync/v2/export/pages/AnalyticalListPage.d.ts.map +1 -1
  127. package/dist/specification/src/sync/v2/export/pages/AnalyticalListPage.js +1 -2
  128. package/dist/specification/src/sync/v2/export/pages/AnalyticalListPage.js.map +1 -1
  129. package/dist/specification/src/sync/v2/export/pages/ListReport.d.ts.map +1 -1
  130. package/dist/specification/src/sync/v2/export/pages/ListReport.js +1 -2
  131. package/dist/specification/src/sync/v2/export/pages/ListReport.js.map +1 -1
  132. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +1 -1
  133. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  134. package/dist/specification/src/sync/v2/generate/objectPage.js +4 -4
  135. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  136. package/dist/specification/src/sync/v2/generate/utils.d.ts.map +1 -1
  137. package/dist/specification/src/sync/v2/generate/utils.js +0 -2
  138. package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
  139. package/dist/specification/src/sync/v2/import/app/appProvider.js +0 -1
  140. package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
  141. package/dist/specification/src/sync/v2/import/app/ovpProvider.js.map +1 -1
  142. package/dist/specification/src/sync/v2/import/common/index.d.ts +3 -2
  143. package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
  144. package/dist/specification/src/sync/v2/import/common/index.js +41 -24
  145. package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
  146. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +1 -1
  147. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  148. package/dist/specification/src/sync/v2/import/pages/listReport.js +1 -1
  149. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  150. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  151. package/dist/specification/src/sync/v2/import/pages/objectPage.js +7 -8
  152. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  153. package/dist/specification/src/sync/v4/export/controls/Header.d.ts +1 -1
  154. package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
  155. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +1 -1
  156. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
  157. package/dist/specification/src/sync/v4/export/controls/ObjectPageFooter.d.ts +1 -1
  158. package/dist/specification/src/sync/v4/export/controls/ObjectPageFooter.d.ts.map +1 -1
  159. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts +1 -1
  160. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts.map +1 -1
  161. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts +1 -1
  162. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts.map +1 -1
  163. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts +1 -1
  164. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  165. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +1 -1
  166. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  167. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  168. package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts +1 -1
  169. package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts.map +1 -1
  170. package/dist/specification/src/sync/v4/export/export.js +9 -10
  171. package/dist/specification/src/sync/v4/export/export.js.map +1 -1
  172. package/dist/specification/src/sync/v4/export/factory.js +6 -6
  173. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +1 -1
  174. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  175. package/dist/specification/src/sync/v4/import/pages/objectPage.js +3 -3
  176. package/dist/types/src/apiTypes.d.ts +1 -1
  177. package/dist/types/src/apiTypes.js +2 -2
  178. package/dist/types/src/common/Application.d.ts +4 -8
  179. package/dist/types/src/common/Application.d.ts.map +1 -1
  180. package/dist/types/src/common/page.d.ts +1 -1
  181. package/dist/types/src/common/page.d.ts.map +1 -1
  182. package/dist/types/src/common/page.js.map +1 -1
  183. package/dist/types/src/common/types.d.ts +3 -5
  184. package/dist/types/src/common/types.d.ts.map +1 -1
  185. package/dist/types/src/common/types.js +4 -4
  186. package/dist/types/src/common/types.js.map +1 -1
  187. package/dist/types/src/v2/application.d.ts +1 -1
  188. package/dist/types/src/v2/controls/Action.d.ts +4 -2
  189. package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
  190. package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +6 -6
  191. package/dist/types/src/v2/controls/Card.d.ts +37 -36
  192. package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
  193. package/dist/types/src/v2/controls/Card.js.map +1 -1
  194. package/dist/types/src/v2/controls/Field.d.ts +1 -1
  195. package/dist/types/src/v2/controls/FilterBar.d.ts +18 -14
  196. package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
  197. package/dist/types/src/v2/controls/FilterBar.js.map +1 -1
  198. package/dist/types/src/v2/controls/ObjectPageChart.d.ts +2 -2
  199. package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +2 -2
  200. package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +4 -4
  201. package/dist/types/src/v2/controls/ObjectPageSection.d.ts +2 -2
  202. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +20 -20
  203. package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
  204. package/dist/types/src/v2/controls/Table.d.ts +52 -47
  205. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  206. package/dist/types/src/v2/controls/Table.js.map +1 -1
  207. package/dist/types/src/v2/overviewPage.d.ts +2 -2
  208. package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +4 -4
  209. package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +5 -5
  210. package/dist/types/src/v4/controls/CustomAction.d.ts +3 -3
  211. package/dist/types/src/v4/controls/FilterBar.d.ts +5 -7
  212. package/dist/types/src/v4/controls/FilterBar.d.ts.map +1 -1
  213. package/dist/types/src/v4/controls/FilterBar.js.map +1 -1
  214. package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +1 -1
  215. package/dist/types/src/v4/controls/ObjectPageForm.d.ts +1 -1
  216. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +6 -6
  217. package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +2 -2
  218. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts +1 -2
  219. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts.map +1 -1
  220. package/dist/types/src/v4/controls/ObjectPageSection.d.ts +2 -2
  221. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +4 -4
  222. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +2 -2
  223. package/dist/types/src/v4/controls/Table.d.ts +27 -34
  224. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  225. package/dist/types/src/v4/controls/ToolBar.d.ts +3 -3
  226. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +1 -2
  227. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts.map +1 -1
  228. package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts +3 -4
  229. package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts.map +1 -1
  230. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +10 -8
  231. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
  232. package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +1 -1
  233. package/package.json +8 -8
@@ -8,7 +8,7 @@ export interface QuickVariantSelectionOP {
8
8
  */
9
9
  showCounts?: boolean;
10
10
  /**
11
- * The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations.
11
+ * The variants section contains a set of entries that point to a SelectionVariant or a SelectionPresentationVariant annotation.
12
12
  */
13
13
  variants: {
14
14
  [key: number]: QuickVariant;
@@ -46,7 +46,8 @@ export interface CommonTableSettingsForSections<COLS = GenericColumns> extends O
46
46
  */
47
47
  createMode?: CreateMode;
48
48
  /**
49
- * If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.
49
+ * When new data is loaded, the number of lines is restricted to the specified limit. The default value is 200.
50
+ * If selectAll is true, the selection limit is not evaluated.
50
51
  */
51
52
  selectionLimit?: number;
52
53
  /**
@@ -66,23 +67,22 @@ export interface CommonTableSettingsForSections<COLS = GenericColumns> extends O
66
67
  */
67
68
  editable?: boolean;
68
69
  /**
69
- * You can use this property to completely remove the Paste button from the table toolbar.
70
- * You achieve this by setting the value explicitly to False.
71
- * By default, the Paste button is available if the page is in edit mode.
72
- * Note: We don't recommend setting this property to True, as it results in the Paste button being visible even when does not have a function (for example, in display mode).
70
+ * Determines the visibility of the Paste button in the table toolbar. By default, the Paste button is available if the page is in edit mode.
71
+ * If this property is set to False, the Paste button is removed.
72
+ * Note: We don't recommend setting this property to True, because it results in the Paste button being visible even when it does not have a function. For example, in display mode.
73
73
  */
74
74
  showPasteButton?: boolean;
75
75
  /**
76
- * You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.
76
+ * You can enable the creation of objects that have a maximum of eight data fields through a dialog in the list report page.
77
77
  */
78
78
  createWithParameterDialog?: Fields4DialogOP;
79
79
  /**
80
- * If copy is set to true, the Copy to Clipboard button is shown in the table toolbar.
80
+ * If set to true, the Copy to Clipboard button is shown in the table toolbar.
81
81
  * By default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table.
82
82
  */
83
83
  copy?: boolean;
84
84
  /**
85
- * With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.
85
+ * With quickVariantSelection, you can activate the multiple view feature. This feature links to variants that you have added to your annotations.
86
86
  */
87
87
  quickVariantSelection?: QuickVariantSelectionOP;
88
88
  /**
@@ -99,19 +99,19 @@ export interface CommonTableSettingsForSections<COLS = GenericColumns> extends O
99
99
  */
100
100
  export interface ObjectPageResponsiveTableCommonSettings extends CommonTableSettingsForSections {
101
101
  /**
102
- * Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.
102
+ * Specifies the type of table.
103
103
  */
104
104
  type?: TableTypeV2.ResponsiveTable;
105
105
  /**
106
- * Set includeItemInSelection to true if you want items to be selectable when clicked, rather than after the selection control has been set.
106
+ * Set this property to true if you want items to be selectable when clicked rather than after the selection control has been set.
107
107
  */
108
108
  includeItemInSelection?: boolean;
109
109
  /**
110
- * popinLayout defines the layout in which the table pop-in rows shall be rendered.
110
+ * Defines the layout the table pop-in rows are rendered in.
111
111
  */
112
112
  popinLayout?: PopinLayout;
113
113
  /**
114
- * growingThreshold defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.
114
+ * Defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.
115
115
  */
116
116
  growingThreshold?: number;
117
117
  }
@@ -122,7 +122,7 @@ export interface ObjectPageResponsiveTableCommonSettings extends CommonTableSett
122
122
  */
123
123
  export interface ObjectPageResponsiveTableWithMultiSelect extends ObjectPageResponsiveTableCommonSettings {
124
124
  /**
125
- * Single selection in tables is enabled by default. If you want, you can enable multi-select.
125
+ * Determines whether multi-select is enabled for tables. By default, you can only single-select.
126
126
  */
127
127
  multiSelect?: boolean;
128
128
  }
@@ -133,7 +133,7 @@ export interface ObjectPageResponsiveTableWithMultiSelect extends ObjectPageResp
133
133
  */
134
134
  export interface ObjectPageResponsiveTableWithInlineDelete extends ObjectPageResponsiveTableCommonSettings {
135
135
  /**
136
- * Used to enable inline deletion in a responsive table of list report and object page
136
+ * Used to enable inline deletion in a responsive table in list report and object pages.
137
137
  */
138
138
  inlineDelete?: boolean;
139
139
  }
@@ -151,7 +151,7 @@ export interface ObjectPageResponsiveTable extends ObjectPageResponsiveTableComm
151
151
  */
152
152
  export interface ObjectPageAnalyticalTable extends CommonTableSettingsForSections {
153
153
  /**
154
- * Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.
154
+ * Specifies the type of table.
155
155
  */
156
156
  type?: TableTypeV2.AnalyticalTable;
157
157
  /**
@@ -170,7 +170,7 @@ export interface ObjectPageAnalyticalTable extends CommonTableSettingsForSection
170
170
  */
171
171
  export interface ObjectPageGridTable extends CommonTableSettingsForSections {
172
172
  /**
173
- * Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.
173
+ * Specifies the type of table.
174
174
  */
175
175
  type?: TableTypeV2.GridTable;
176
176
  /**
@@ -189,7 +189,7 @@ export interface ObjectPageGridTable extends CommonTableSettingsForSections {
189
189
  */
190
190
  export interface ObjectPageTreeTable extends CommonTableSettingsForSections {
191
191
  /**
192
- * Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.
192
+ * Specifies the type of table.
193
193
  */
194
194
  type?: TableTypeV2.TreeTable;
195
195
  /**
@@ -207,7 +207,7 @@ export interface GlobalTableSettings extends ObjectPageCommonTableSettings {
207
207
  */
208
208
  type?: TableTypeV2;
209
209
  /**
210
- * Single selection in tables is enabled by default. If you want, you can enable multi-select.
210
+ * Single selection in tables is enabled by default. You can enable multi-select by setting this property to true.
211
211
  */
212
212
  multiSelect?: boolean;
213
213
  /**
@@ -215,7 +215,7 @@ export interface GlobalTableSettings extends ObjectPageCommonTableSettings {
215
215
  */
216
216
  condensedTableLayout?: boolean;
217
217
  /**
218
- * Used to enable inline deletion in a responsive table of list report and object page
218
+ * Used to enable inline deletion in a responsive table.
219
219
  */
220
220
  inlineDelete?: boolean;
221
221
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ObjectPageTable.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v2/controls/ObjectPageTable.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ObjectPageTable.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v2/controls/ObjectPageTable.ts"],"names":[],"mappings":"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"}
@@ -10,11 +10,11 @@ import type { TextAlign } from 'sap/ui/core/library';
10
10
  */
11
11
  export interface TableColumn {
12
12
  /**
13
- * The width property defines the width of the column.
13
+ * Defines the width of the column.
14
14
  */
15
15
  width?: string;
16
16
  /**
17
- * The hAlign property defines the horizontal alignment of the column content.
17
+ * Defines the horizontal alignment of the column content.
18
18
  */
19
19
  hAlign?: TextAlign;
20
20
  }
@@ -30,7 +30,7 @@ export interface TableColumnAction extends Action, TableColumn {
30
30
  */
31
31
  export interface TableCustomColumn {
32
32
  /**
33
- * In case the fragment needs to be re-used for multiple tabs, the id property must be set to make the ids unique.
33
+ * If the fragment needs to be reused for multiple tabs, the id property must be set to make the IDs unique.
34
34
  * @artifactType XMLProperty
35
35
  */
36
36
  id?: string;
@@ -41,7 +41,7 @@ export interface TableCustomColumn {
41
41
  */
42
42
  text?: string;
43
43
  /**
44
- * The column key
44
+ * The column key.
45
45
  * @artifactType XMLProperty
46
46
  */
47
47
  columnKey: string;
@@ -58,7 +58,7 @@ export interface TableCustomColumn {
58
58
  */
59
59
  leadingProperty?: string;
60
60
  /**
61
- * The UI5 control used for your extension
61
+ * The UI5 control used for your extension.
62
62
  * @artifactType Manifest
63
63
  */
64
64
  className: typeof SAPUI5_FRAGMENT_CLASS;
@@ -111,7 +111,7 @@ export interface GenericColumns {
111
111
  }
112
112
  export interface QuickVariant {
113
113
  /**
114
- * A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory.
114
+ * The key property is mandatory. It is used for initializing the corresponding SegmentedButton item.
115
115
  */
116
116
  key: string;
117
117
  /**
@@ -121,7 +121,7 @@ export interface QuickVariant {
121
121
  }
122
122
  export interface QuickVariantX extends QuickVariant {
123
123
  /**
124
- * Represents the entity set that will be displayed in this variant
124
+ * Represents the entity set that is displayed in this variant.
125
125
  */
126
126
  entitySet: string;
127
127
  /**
@@ -133,7 +133,8 @@ export interface QuickVariantX extends QuickVariant {
133
133
  */
134
134
  selectAll?: boolean;
135
135
  /**
136
- * If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.
136
+ * When new data is loaded from the back-end system, the number of lines is restricted to the specified limit. The default value is 200.
137
+ * If selectAll is true, the selection limit is not evaluated.
137
138
  */
138
139
  selectionLimit?: number;
139
140
  /**
@@ -155,7 +156,7 @@ export interface QuickVariantSelection {
155
156
  */
156
157
  showCounts?: boolean;
157
158
  /**
158
- * The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations.
159
+ * The variants section contains a set of entries that point to a SelectionVariant or SelectionPresentationVariant annotation.
159
160
  */
160
161
  variants: {
161
162
  [key: string]: QuickVariant;
@@ -167,7 +168,7 @@ export interface QuickVariantSelectionX extends QuickVariantSelection {
167
168
  */
168
169
  enableAutoBinding?: boolean;
169
170
  /**
170
- * The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations.
171
+ * The variants section contains a set of entries that point to a SelectionVariant or SelectionPresentationVariant annotation.
171
172
  */
172
173
  variants: {
173
174
  [key: string]: QuickVariantX;
@@ -175,7 +176,8 @@ export interface QuickVariantSelectionX extends QuickVariantSelection {
175
176
  }
176
177
  export interface CreateWithFilters {
177
178
  /**
178
- * For the new create action to use the filter settings as input, set strategy to "extension" and implement the extension function as mentioned in help.sap.com for SAP S/4 HANA, section Prefilling Fields When Creating a New Entity Using an Extension Point“.
179
+ * For the create action to use the filter settings as input, set this property to extension and implement the extension function as mentioned in help.sap.com for SAP S/4HANA, section "Prefilling Fields When Creating a New Entity Using an Extension Point".
180
+ * @descriptionSrcURL https://ui5.sap.com/sdk#/topic/189e2d8a59f04a2693a4fde7f4a91a65
179
181
  */
180
182
  strategy: Strategy;
181
183
  }
@@ -192,7 +194,7 @@ export interface MultiEdit {
192
194
  */
193
195
  annotationPath?: string;
194
196
  /**
195
- * You can choose to hide certain fields from being displayed in key user adaptation and restrict them from being added to the Mass Edit dialog.
197
+ * Determines which fields are hidden in key user adaptation and restricts them from being added to the Mass Edit dialog.
196
198
  */
197
199
  ignoredFields?: IgnoredFieldsType[];
198
200
  }
@@ -215,8 +217,8 @@ export declare enum LoadDataOnAppLaunchSettings {
215
217
  }
216
218
  export interface DataLoadSettings {
217
219
  /**
218
- * Change the default behavior for autoloading of data.
219
- * For multi-view scenarios, you can also change the setting enableAutobinding to False under quickVariantSelectionX instead of using the loadDataOnAppLaunch setting.
220
+ * Changes the default behavior for autoloading data.
221
+ * For multi-view scenarios, you can change the enableAutobinding property to False under quickVariantSelectionX instead.
220
222
  */
221
223
  loadDataOnAppLaunch: LoadDataOnAppLaunchSettings;
222
224
  }
@@ -225,15 +227,16 @@ export interface Fields4Dialog {
225
227
  }
226
228
  export interface CommonTableSettings<COLS = GenericColumns> {
227
229
  /**
228
- * You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.
230
+ * Enables the creation of objects that have a maximum of eight data fields through a dialog in the list report page.
229
231
  */
230
232
  createWithParameterDialog?: Fields4Dialog;
231
233
  /**
232
- * The 'Select All' button is disabled by default. To enable it, set selectAll to true.
234
+ * The Select All button is disabled by default. To enable it, set this property to true.
233
235
  */
234
236
  selectAll?: boolean;
235
237
  /**
236
- * If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.
238
+ * When new data is loaded, the number of lines is restricted to the specified limit. The default value is 200.
239
+ * If selectAll is true, the selection limit is not evaluated.
237
240
  */
238
241
  selectionLimit?: number;
239
242
  /**
@@ -254,15 +257,16 @@ export interface CommonTableSettings<COLS = GenericColumns> {
254
257
  */
255
258
  copy?: boolean;
256
259
  /**
257
- * With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.
260
+ * With quickVariantSelection, you can switch to multiple views (single table mode).
261
+ * Each view links to a variant you have added to your annotations.
258
262
  */
259
263
  quickVariantSelection?: QuickVariantSelection;
260
264
  /**
261
- * Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.
265
+ * Switches to multiple views (multi-table mode), based on variants you have defined as annotations.
262
266
  */
263
267
  quickVariantSelectionX?: QuickVariantSelectionX;
264
268
  /**
265
- * For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.
269
+ * Sets a condensed table layout for analytical tables, grid tables, and tree tables.
266
270
  */
267
271
  condensedTableLayout?: boolean;
268
272
  /**
@@ -286,27 +290,27 @@ export interface CommonTableSettings<COLS = GenericColumns> {
286
290
  }
287
291
  export interface ResponsiveTableCommonSettings extends CommonTableSettings {
288
292
  /**
289
- * Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.
293
+ * Specifies the type of table.
290
294
  */
291
295
  type?: TableTypeV2.ResponsiveTable;
292
296
  /**
293
- * Set includeItemInSelection to true if you want items to be selectable when they are clicked rather than after the selection control has been set.
297
+ * Set this property to true if you want items to be selectable when they are clicked rather than after the selection control has been set.
294
298
  */
295
299
  includeItemInSelection?: boolean;
296
300
  /**
297
- * popinLayout defines the layout in which the table pop-in rows are rendered.
301
+ * Defines the layout the table pop-in rows are rendered in.
298
302
  */
299
303
  popinLayout?: PopinLayout;
300
304
  /**
301
- * createWithFilters adds a new create action that uses the filter settings as input.
305
+ * Adds a new create action that uses the filter settings as input.
302
306
  */
303
307
  createWithFilters?: CreateWithFilters;
304
308
  /**
305
- * growingThreshold defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.
309
+ * Defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.
306
310
  */
307
311
  growingThreshold?: number;
308
312
  /**
309
- * Allows you to edit a single object or multiple objects using a dialog in the list report page.
313
+ * Allows you to edit multiple objects using a dialog.
310
314
  */
311
315
  multiEdit?: MultiEdit;
312
316
  }
@@ -328,7 +332,7 @@ export interface ResponsiveTableWithMultiSelect extends ResponsiveTableCommonSet
328
332
  */
329
333
  export interface ResponsiveTableWithInlineDelete extends ResponsiveTableCommonSettings {
330
334
  /**
331
- * Used to enable inline deletion in a responsive table of list report and object page
335
+ * Used to enable inline deletion in a responsive table.
332
336
  */
333
337
  inlineDelete?: boolean;
334
338
  }
@@ -346,7 +350,7 @@ export interface ResponsiveTable extends ResponsiveTableCommonSettings, Responsi
346
350
  */
347
351
  export interface TreeTable extends CommonTableSettings {
348
352
  /**
349
- * Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.
353
+ * Specifies the type of table.
350
354
  */
351
355
  type?: TableTypeV2.TreeTable;
352
356
  /**
@@ -361,32 +365,32 @@ export interface TreeTable extends CommonTableSettings {
361
365
  */
362
366
  export interface AnalyticalTable extends CommonTableSettings {
363
367
  /**
364
- * Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.
368
+ * Specifies the type of table.
365
369
  */
366
370
  type?: TableTypeV2.AnalyticalTable;
367
371
  /**
368
- * Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.
372
+ * Represents the qualifier of an annotation. ALP looks for a SelectionPresentationVariant with this qualifier. If it's not found, it looks for a PresentationVariant with this qualifier instead.
369
373
  */
370
374
  qualifier?: string;
371
375
  /**
372
- * Determines the visualization of content area
376
+ * Determines the visualization of the content area.
373
377
  */
374
378
  defaultContentView?: DefaultContentView;
375
379
  /**
376
- * Determines the filter mode that is used
380
+ * Determines the filter mode that is used.
377
381
  */
378
382
  defaultFilterMode?: DefaultFilterMode;
379
383
  /**
380
- * Lets you define title for the content area
384
+ * Lets you define a title for the content area.
381
385
  * @i18nClassification TIT: Title for the content area
382
386
  */
383
387
  contentTitle?: string;
384
388
  /**
385
- * All filter fields will be set as in parameter
389
+ * Determines if filter fields will be set as in parameter.
386
390
  */
387
391
  allFiltersAsInParameters?: boolean;
388
392
  /**
389
- * createWithFilters adds a new create action that uses the filter settings as input.
393
+ * Adds a create action that uses the filter settings as input.
390
394
  */
391
395
  createWithFilters?: CreateWithFilters;
392
396
  /**
@@ -401,28 +405,29 @@ export interface AnalyticalTable extends CommonTableSettings {
401
405
  */
402
406
  export interface TableALPCommonSettings extends CommonTableSettings {
403
407
  /**
404
- * Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.
408
+ * Represents the qualifier of an annotation. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.
405
409
  */
406
410
  qualifier?: string;
407
411
  /**
408
- * Determines the visualization of content area
412
+ * Determines the visualization of content area.
409
413
  */
410
414
  defaultContentView?: DefaultContentView;
411
415
  /**
412
- * Determines the filter mode that is used
416
+ * Determines the filter mode that is used.
413
417
  */
414
418
  defaultFilterMode?: DefaultFilterMode;
415
419
  /**
416
- * Lets you define title for the content area
420
+ * Lets you define a title for the content area.
417
421
  * @i18nClassification TIT: Title for the content area
418
422
  */
419
423
  contentTitle?: string;
420
424
  /**
421
- * This setting allows developer to determine chart / table interaction. 'true' would mean chart act as filter for table, 'false' would mean that matching table rows are highlighted but table is not filtered.
425
+ * This property determines chart/table interaction.
426
+ * When set to true, the chart acts as a filter for the table. When set to false', the matching table rows are highlighted but the table isn't filtered.
422
427
  */
423
428
  autoHide?: boolean;
424
429
  /**
425
- * All filter fields will be set as in parameter
430
+ * Determines if filter fields will be set as in parameter.
426
431
  */
427
432
  allFiltersAsInParameters?: boolean;
428
433
  /**
@@ -441,7 +446,7 @@ export interface ALPResponsiveTable extends TableALPCommonSettings {
441
446
  */
442
447
  type?: TableTypeV2.ResponsiveTable;
443
448
  /**
444
- * growingThreshold defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.
449
+ * Defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.
445
450
  */
446
451
  growingThreshold?: number;
447
452
  }
@@ -452,7 +457,7 @@ export interface ALPResponsiveTable extends TableALPCommonSettings {
452
457
  */
453
458
  export interface ALPGridTable extends TableALPCommonSettings {
454
459
  /**
455
- * Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.
460
+ * Specifies the type of table.
456
461
  */
457
462
  type?: TableTypeV2.GridTable;
458
463
  }
@@ -463,13 +468,13 @@ export interface ALPGridTable extends TableALPCommonSettings {
463
468
  */
464
469
  export interface ALPAnalyticalTable extends TableALPCommonSettings {
465
470
  /**
466
- * Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.
471
+ * Specifies the type of table.
467
472
  */
468
473
  type?: TableTypeV2.AnalyticalTable;
469
474
  }
470
475
  export interface TableALP extends ALPResponsiveTable, ALPGridTable, ALPAnalyticalTable {
471
476
  /**
472
- * Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.
477
+ * Specifies the type of table.
473
478
  */
474
479
  type?: TableTypeV2.ResponsiveTable & TableTypeV2.GridTable & TableTypeV2.AnalyticalTable;
475
480
  }
@@ -480,11 +485,11 @@ export interface TableALP extends ALPResponsiveTable, ALPGridTable, ALPAnalytica
480
485
  */
481
486
  export interface GridTable extends CommonTableSettings {
482
487
  /**
483
- * Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.
488
+ * Specifies the type of table.
484
489
  */
485
490
  type?: TableTypeV2.GridTable;
486
491
  /**
487
- * createWithFilters adds a new create action that uses the filter settings as input.
492
+ * Adds a create action that uses the filter settings as input.
488
493
  */
489
494
  createWithFilters?: CreateWithFilters;
490
495
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v2/controls/Table.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v2/controls/Table.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"Table.js","sourceRoot":"","sources":["../../../../../../types/src/v2/controls/Table.ts"],"names":[],"mappings":";;;AAyFA,IAAY,qBAEX;AAFD,WAAY,qBAAqB;IAC7B,oCAAW,CAAA;AACf,CAAC,EAFW,qBAAqB,qCAArB,qBAAqB,QAEhC;AAED,IAAY,WAKX;AALD,WAAY,WAAW;IACnB,kDAAmC,CAAA;IACnC,sCAAuB,CAAA;IACvB,kDAAmC,CAAA;IACnC,sCAAuB,CAAA;AAC3B,CAAC,EALW,WAAW,2BAAX,WAAW,QAKtB;AAED,IAAY,0BAKX;AALD,WAAY,0BAA0B;IAClC,iGAAmE,CAAA;IACnE,iGAAmE,CAAA;IACnE,qFAAuD,CAAA;IACvD,qFAAuD,CAAA;AAC3D,CAAC,EALW,0BAA0B,0CAA1B,0BAA0B,QAKrC;AA8FD,IAAY,QAEX;AAFD,WAAY,QAAQ;IAChB,mCAAuB,CAAA;AAC3B,CAAC,EAFW,QAAQ,wBAAR,QAAQ,QAEnB;AAiBD,IAAkB,iBAEjB;AAFD,WAAkB,iBAAiB;IAC/B,wDAAmC,CAAA;AACvC,CAAC,EAFiB,iBAAiB,iCAAjB,iBAAiB,QAElC;AAED,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC1B,+CAAyB,CAAA;IACzB,qCAAe,CAAA;IACf,qCAAe,CAAA;AACnB,CAAC,EAJW,kBAAkB,kCAAlB,kBAAkB,QAI7B;AAED,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IACzB,sCAAiB,CAAA;IACjB,wCAAmB,CAAA;AACvB,CAAC,EAHW,iBAAiB,iCAAjB,iBAAiB,QAG5B;AAED,IAAY,2BAIX;AAJD,WAAY,2BAA2B;IACnC,gDAAiB,CAAA;IACjB,8CAAe,CAAA;IACf,oEAAqC,CAAA;AACzC,CAAC,EAJW,2BAA2B,2CAA3B,2BAA2B,QAItC"}
1
+ {"version":3,"file":"Table.js","sourceRoot":"","sources":["../../../../../../types/src/v2/controls/Table.ts"],"names":[],"mappings":";;;AAyFA,IAAY,qBAEX;AAFD,WAAY,qBAAqB;IAC7B,oCAAW,CAAA;AACf,CAAC,EAFW,qBAAqB,qCAArB,qBAAqB,QAEhC;AAED,IAAY,WAKX;AALD,WAAY,WAAW;IACnB,kDAAmC,CAAA;IACnC,sCAAuB,CAAA;IACvB,kDAAmC,CAAA;IACnC,sCAAuB,CAAA;AAC3B,CAAC,EALW,WAAW,2BAAX,WAAW,QAKtB;AAED,IAAY,0BAKX;AALD,WAAY,0BAA0B;IAClC,iGAAmE,CAAA;IACnE,iGAAmE,CAAA;IACnE,qFAAuD,CAAA;IACvD,qFAAuD,CAAA;AAC3D,CAAC,EALW,0BAA0B,0CAA1B,0BAA0B,QAKrC;AAgGD,IAAY,QAEX;AAFD,WAAY,QAAQ;IAChB,mCAAuB,CAAA;AAC3B,CAAC,EAFW,QAAQ,wBAAR,QAAQ,QAEnB;AAiBD,IAAkB,iBAEjB;AAFD,WAAkB,iBAAiB;IAC/B,wDAAmC,CAAA;AACvC,CAAC,EAFiB,iBAAiB,iCAAjB,iBAAiB,QAElC;AAED,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC1B,+CAAyB,CAAA;IACzB,qCAAe,CAAA;IACf,qCAAe,CAAA;AACnB,CAAC,EAJW,kBAAkB,kCAAlB,kBAAkB,QAI7B;AAED,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IACzB,sCAAiB,CAAA;IACjB,wCAAmB,CAAA;AACvB,CAAC,EAHW,iBAAiB,iCAAjB,iBAAiB,QAG5B;AAED,IAAY,2BAIX;AAJD,WAAY,2BAA2B;IACnC,gDAAiB,CAAA;IACjB,8CAAe,CAAA;IACf,oEAAqC,CAAA;AACzC,CAAC,EAJW,2BAA2B,2CAA3B,2BAA2B,QAItC"}
@@ -4,7 +4,7 @@ import type { DateRangeType, FilterType, DefaultDateRange, DateRange, ListCard,
4
4
  */
5
5
  export interface SelectedValues {
6
6
  /**
7
- * The selectedValues property is a set of standard date range values that you want to include or exclude.
7
+ * Defines a set of standard date range values that you want to include or exclude.
8
8
  */
9
9
  selectedValues?: DateRangeType[];
10
10
  /**
@@ -35,7 +35,7 @@ export interface DateRangeOVP extends DateRange {
35
35
  }
36
36
  export type FilterSettingsType = {
37
37
  /**
38
- * Represents the object to store date type filter fields configuration
38
+ * Represents the object to store the configuration for the date type's filter fields.
39
39
  */
40
40
  dateSettings?: DateRangeOVP;
41
41
  };
@@ -10,7 +10,7 @@ export interface ObjectPageConfigV2 extends PageConfig {
10
10
  */
11
11
  hideChevronForUnauthorizedExtNav?: boolean;
12
12
  /**
13
- * allowDeepLinking restricts deep linking to certain object page levels.
13
+ * Restricts deep linking to certain object page levels.
14
14
  */
15
15
  allowDeepLinking?: boolean;
16
16
  /**
@@ -18,15 +18,15 @@ export interface ObjectPageConfigV2 extends PageConfig {
18
18
  */
19
19
  navToListOnSave?: boolean;
20
20
  /**
21
- * If this flag is set, then during inbound navigation to flexible column layout application, if the navigation context points to a unique object, then the object page is opened in full screen mode.
21
+ * If this flag is set, then during inbound navigation to flexible column layout application, if the navigation context points to a unique object, the object page is opened in full screen mode.
22
22
  */
23
23
  defaultLayoutTypeIfExternalNavigation?: FlexibleColumnLayoutType.MidColumnFullScreen;
24
24
  /**
25
- * Settings for all tables of the object page
25
+ * Settings for all tables of the object page.
26
26
  */
27
27
  globalTableSettings?: GlobalTableSettings;
28
28
  /**
29
- * Settings for all charts on an object page
29
+ * Settings for all charts on an object page.
30
30
  */
31
31
  globalChartSettings?: GlobalChartSettings;
32
32
  header?: ObjectPageHeader;
@@ -7,12 +7,12 @@ import type { PageConfig } from '../../common';
7
7
  import type { ContainerLayoutType, ChartSettingsType, FilterSettingsType, CardType, DataLoadSettingsType } from '../overviewPage';
8
8
  export interface OverviewPageConfigV2 extends PageConfig {
9
9
  /**
10
- * Represents the name of global filter OData model, which contains entities definition that are relevant for global filters.
10
+ * Represents the name of the global OData filter model.
11
11
  * @TJS-pattern ^[a-zA-Z0-9_\\.\\-\\|@]*$
12
12
  */
13
13
  globalFilterModel?: string;
14
14
  /**
15
- * Represents the entity to use as global filter in the smart filter bar control.
15
+ * Represents the entity type to use as global filter in the smart filter bar control.
16
16
  * @TJS-pattern ^[a-zA-Z0-9_\\.\\-\\|@]*$
17
17
  */
18
18
  globalFilterEntityType?: string;
@@ -62,7 +62,7 @@ export interface OverviewPageConfigV2 extends PageConfig {
62
62
  */
63
63
  refreshStrategyOnAppRestore?: RefreshStrategiesPropDef;
64
64
  /**
65
- * Flag to enable/disable analytical parameter support for Smart filter bar. The default value is false.
65
+ * Flag to enable or disable analytical parameter support for the smart filter bar. The default value is false.
66
66
  */
67
67
  considerAnalyticalParameters?: boolean;
68
68
  /**
@@ -70,7 +70,7 @@ export interface OverviewPageConfigV2 extends PageConfig {
70
70
  */
71
71
  refreshIntervalInMinutes?: number;
72
72
  /**
73
- * Flag to enable/disable semantic date range control for Smart filter bar. The default value is false.
73
+ * Flag to enable or disable semantic date range control for the smart filter bar. The default value is false.
74
74
  */
75
75
  useDateRangeType?: boolean;
76
76
  /**
@@ -82,7 +82,7 @@ export interface OverviewPageConfigV2 extends PageConfig {
82
82
  */
83
83
  filterSettings?: FilterSettingsType;
84
84
  /**
85
- * Represents the object to define data loading behaviour for an overview page application
85
+ * Represents the object to define data loading behaviour for an overview page application.
86
86
  */
87
87
  dataLoadSettings?: DataLoadSettingsType;
88
88
  /**
@@ -36,12 +36,12 @@ export interface CustomAction {
36
36
  */
37
37
  press: string;
38
38
  /**
39
- * Allows you to define if the action button is visible on the screen.
39
+ * Defines if the action button is visible.
40
40
  * @artifactType Manifest
41
41
  */
42
42
  visible?: boolean;
43
43
  /**
44
- * Allows you to define if the action should be enabled. The default value is "true".
44
+ * Defines if the action is enabled. The default value is true.
45
45
  * @artifactType Manifest
46
46
  */
47
47
  enabled?: boolean;
@@ -55,7 +55,7 @@ export interface CustomActionPositionOP extends CustomActionPosition {
55
55
  }
56
56
  export interface CustomActionOP extends CustomAction {
57
57
  /**
58
- * Defines the position of the action relative to other actions.
58
+ * Defines the position of the action relative to the anchor action.
59
59
  * @artifactType Manifest
60
60
  */
61
61
  position?: CustomActionPositionOP;