@sap/ux-specification 1.108.41 → 1.108.42

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 (89) hide show
  1. package/CHANGELOG.md +22 -35
  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-ObjectPage.html +2 -2
  6. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  7. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  8. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  9. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  10. package/dist/documentation/v4/v4-ListReport.html +2 -2
  11. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  12. package/dist/index-min.js +101 -101
  13. package/dist/index-min.js.map +3 -3
  14. package/dist/schemas/v2/AnalyticalListPageConfig.json +76 -76
  15. package/dist/schemas/v2/ApplicationV2.json +5 -5
  16. package/dist/schemas/v2/ListReportConfig.json +86 -85
  17. package/dist/schemas/v2/ObjectPageConfig.json +78 -78
  18. package/dist/schemas/v2/OverviewPageConfig.json +77 -77
  19. package/dist/schemas/v4/ApplicationV4.json +4 -4
  20. package/dist/schemas/v4/ListReportConfig.json +44 -44
  21. package/dist/schemas/v4/ObjectPageConfig.json +45 -45
  22. package/dist/specification/package.json +5 -5
  23. package/dist/specification/src/api.js +1 -1
  24. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  25. package/dist/specification/src/sync/v2/export/controls/Fragment.js +14 -6
  26. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  27. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  28. package/dist/specification/src/sync/v2/export/export.js +6 -1
  29. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  30. package/dist/specification/src/sync/v2/import/common/index.d.ts +3 -2
  31. package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
  32. package/dist/specification/src/sync/v2/import/common/index.js +38 -23
  33. package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
  34. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +1 -1
  35. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  36. package/dist/specification/src/sync/v2/import/pages/listReport.js +1 -1
  37. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  38. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  39. package/dist/specification/src/sync/v2/import/pages/objectPage.js +1 -1
  40. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  41. package/dist/types/src/common/Application.d.ts +4 -8
  42. package/dist/types/src/common/Application.d.ts.map +1 -1
  43. package/dist/types/src/v2/application.d.ts +1 -1
  44. package/dist/types/src/v2/controls/Action.d.ts +4 -2
  45. package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
  46. package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +6 -6
  47. package/dist/types/src/v2/controls/Card.d.ts +36 -35
  48. package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
  49. package/dist/types/src/v2/controls/Card.js.map +1 -1
  50. package/dist/types/src/v2/controls/Field.d.ts +1 -1
  51. package/dist/types/src/v2/controls/FilterBar.d.ts +18 -14
  52. package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
  53. package/dist/types/src/v2/controls/FilterBar.js.map +1 -1
  54. package/dist/types/src/v2/controls/ObjectPageChart.d.ts +2 -2
  55. package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +2 -2
  56. package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +4 -4
  57. package/dist/types/src/v2/controls/ObjectPageSection.d.ts +2 -2
  58. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +19 -19
  59. package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
  60. package/dist/types/src/v2/controls/Table.d.ts +52 -47
  61. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  62. package/dist/types/src/v2/controls/Table.js.map +1 -1
  63. package/dist/types/src/v2/overviewPage.d.ts +2 -2
  64. package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +4 -4
  65. package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +5 -5
  66. package/dist/types/src/v4/controls/CustomAction.d.ts +3 -3
  67. package/dist/types/src/v4/controls/FilterBar.d.ts +5 -7
  68. package/dist/types/src/v4/controls/FilterBar.d.ts.map +1 -1
  69. package/dist/types/src/v4/controls/FilterBar.js.map +1 -1
  70. package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +1 -1
  71. package/dist/types/src/v4/controls/ObjectPageForm.d.ts +1 -1
  72. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +6 -6
  73. package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +2 -2
  74. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts +1 -2
  75. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts.map +1 -1
  76. package/dist/types/src/v4/controls/ObjectPageSection.d.ts +2 -2
  77. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +4 -4
  78. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +2 -2
  79. package/dist/types/src/v4/controls/Table.d.ts +26 -33
  80. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  81. package/dist/types/src/v4/controls/ToolBar.d.ts +3 -3
  82. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +1 -2
  83. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts.map +1 -1
  84. package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts +3 -4
  85. package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts.map +1 -1
  86. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +10 -8
  87. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
  88. package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +1 -1
  89. package/package.json +5 -5
@@ -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;
@@ -42,7 +42,8 @@ export interface CommonTableSettingsForSections<COLS = GenericColumns> extends O
42
42
  */
43
43
  createMode?: CreateMode;
44
44
  /**
45
- * 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.
45
+ * When new data is loaded, the number of lines is restricted to the specified limit. The default value is 200.
46
+ * If selectAll is true, the selection limit is not evaluated.
46
47
  */
47
48
  selectionLimit?: number;
48
49
  /**
@@ -62,18 +63,17 @@ export interface CommonTableSettingsForSections<COLS = GenericColumns> extends O
62
63
  */
63
64
  editable?: boolean;
64
65
  /**
65
- * You can use this property to completely remove the Paste button from the table toolbar.
66
- * You achieve this by setting the value explicitly to False.
67
- * By default, the Paste button is available if the page is in edit mode.
68
- * 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).
66
+ * 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.
67
+ * If this property is set to False, the Paste button is removed.
68
+ * 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.
69
69
  */
70
70
  showPasteButton?: boolean;
71
71
  /**
72
- * You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.
72
+ * You can enable the creation of objects that have a maximum of eight data fields through a dialog in the list report page.
73
73
  */
74
74
  createWithParameterDialog?: Fields4DialogOP;
75
75
  /**
76
- * With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.
76
+ * With quickVariantSelection, you can activate the multiple view feature. This feature links to variants that you have added to your annotations.
77
77
  */
78
78
  quickVariantSelection?: QuickVariantSelectionOP;
79
79
  /**
@@ -90,19 +90,19 @@ export interface CommonTableSettingsForSections<COLS = GenericColumns> extends O
90
90
  */
91
91
  export interface ObjectPageResponsiveTableCommonSettings extends CommonTableSettingsForSections {
92
92
  /**
93
- * 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.
93
+ * Specifies the type of table.
94
94
  */
95
95
  type?: TableTypeV2.ResponsiveTable;
96
96
  /**
97
- * Set includeItemInSelection to true if you want items to be selectable when clicked, rather than after the selection control has been set.
97
+ * Set this property to true if you want items to be selectable when clicked rather than after the selection control has been set.
98
98
  */
99
99
  includeItemInSelection?: boolean;
100
100
  /**
101
- * popinLayout defines the layout in which the table pop-in rows shall be rendered.
101
+ * Defines the layout the table pop-in rows are rendered in.
102
102
  */
103
103
  popinLayout?: PopinLayout;
104
104
  /**
105
- * 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.
105
+ * 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.
106
106
  */
107
107
  growingThreshold?: number;
108
108
  }
@@ -113,7 +113,7 @@ export interface ObjectPageResponsiveTableCommonSettings extends CommonTableSett
113
113
  */
114
114
  export interface ObjectPageResponsiveTableWithMultiSelect extends ObjectPageResponsiveTableCommonSettings {
115
115
  /**
116
- * Single selection in tables is enabled by default. If you want, you can enable multi-select.
116
+ * Determines whether multi-select is enabled for tables. By default, you can only single-select.
117
117
  */
118
118
  multiSelect?: boolean;
119
119
  }
@@ -124,7 +124,7 @@ export interface ObjectPageResponsiveTableWithMultiSelect extends ObjectPageResp
124
124
  */
125
125
  export interface ObjectPageResponsiveTableWithInlineDelete extends ObjectPageResponsiveTableCommonSettings {
126
126
  /**
127
- * Used to enable inline deletion in a responsive table of list report and object page
127
+ * Used to enable inline deletion in a responsive table in list report and object pages.
128
128
  */
129
129
  inlineDelete?: boolean;
130
130
  }
@@ -142,7 +142,7 @@ export interface ObjectPageResponsiveTable extends ObjectPageResponsiveTableComm
142
142
  */
143
143
  export interface ObjectPageAnalyticalTable extends CommonTableSettingsForSections {
144
144
  /**
145
- * 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.
145
+ * Specifies the type of table.
146
146
  */
147
147
  type?: TableTypeV2.AnalyticalTable;
148
148
  /**
@@ -161,7 +161,7 @@ export interface ObjectPageAnalyticalTable extends CommonTableSettingsForSection
161
161
  */
162
162
  export interface ObjectPageGridTable extends CommonTableSettingsForSections {
163
163
  /**
164
- * 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.
164
+ * Specifies the type of table.
165
165
  */
166
166
  type?: TableTypeV2.GridTable;
167
167
  /**
@@ -180,7 +180,7 @@ export interface ObjectPageGridTable extends CommonTableSettingsForSections {
180
180
  */
181
181
  export interface ObjectPageTreeTable extends CommonTableSettingsForSections {
182
182
  /**
183
- * 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.
183
+ * Specifies the type of table.
184
184
  */
185
185
  type?: TableTypeV2.TreeTable;
186
186
  /**
@@ -198,7 +198,7 @@ export interface GlobalTableSettings extends ObjectPageCommonTableSettings {
198
198
  */
199
199
  type?: TableTypeV2;
200
200
  /**
201
- * Single selection in tables is enabled by default. If you want, you can enable multi-select.
201
+ * Single selection in tables is enabled by default. You can enable multi-select by setting this property to true.
202
202
  */
203
203
  multiSelect?: boolean;
204
204
  /**
@@ -206,7 +206,7 @@ export interface GlobalTableSettings extends ObjectPageCommonTableSettings {
206
206
  */
207
207
  condensedTableLayout?: boolean;
208
208
  /**
209
- * Used to enable inline deletion in a responsive table of list report and object page
209
+ * Used to enable inline deletion in a responsive table.
210
210
  */
211
211
  inlineDelete?: boolean;
212
212
  }
@@ -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
  /**
@@ -249,15 +252,16 @@ export interface CommonTableSettings<COLS = GenericColumns> {
249
252
  */
250
253
  exportType?: smarttable.ExportType;
251
254
  /**
252
- * With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.
255
+ * With quickVariantSelection, you can switch to multiple views (single table mode).
256
+ * Each view links to a variant you have added to your annotations.
253
257
  */
254
258
  quickVariantSelection?: QuickVariantSelection;
255
259
  /**
256
- * Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.
260
+ * Switches to multiple views (multi-table mode), based on variants you have defined as annotations.
257
261
  */
258
262
  quickVariantSelectionX?: QuickVariantSelectionX;
259
263
  /**
260
- * For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.
264
+ * Sets a condensed table layout for analytical tables, grid tables, and tree tables.
261
265
  */
262
266
  condensedTableLayout?: boolean;
263
267
  /**
@@ -281,27 +285,27 @@ export interface CommonTableSettings<COLS = GenericColumns> {
281
285
  }
282
286
  export interface ResponsiveTableCommonSettings extends CommonTableSettings {
283
287
  /**
284
- * 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.
288
+ * Specifies the type of table.
285
289
  */
286
290
  type?: TableTypeV2.ResponsiveTable;
287
291
  /**
288
- * Set includeItemInSelection to true if you want items to be selectable when they are clicked rather than after the selection control has been set.
292
+ * 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.
289
293
  */
290
294
  includeItemInSelection?: boolean;
291
295
  /**
292
- * popinLayout defines the layout in which the table pop-in rows are rendered.
296
+ * Defines the layout the table pop-in rows are rendered in.
293
297
  */
294
298
  popinLayout?: PopinLayout;
295
299
  /**
296
- * createWithFilters adds a new create action that uses the filter settings as input.
300
+ * Adds a new create action that uses the filter settings as input.
297
301
  */
298
302
  createWithFilters?: CreateWithFilters;
299
303
  /**
300
- * 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.
304
+ * 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.
301
305
  */
302
306
  growingThreshold?: number;
303
307
  /**
304
- * Allows you to edit a single object or multiple objects using a dialog in the list report page.
308
+ * Allows you to edit multiple objects using a dialog.
305
309
  */
306
310
  multiEdit?: MultiEdit;
307
311
  }
@@ -323,7 +327,7 @@ export interface ResponsiveTableWithMultiSelect extends ResponsiveTableCommonSet
323
327
  */
324
328
  export interface ResponsiveTableWithInlineDelete extends ResponsiveTableCommonSettings {
325
329
  /**
326
- * Used to enable inline deletion in a responsive table of list report and object page
330
+ * Used to enable inline deletion in a responsive table.
327
331
  */
328
332
  inlineDelete?: boolean;
329
333
  }
@@ -341,7 +345,7 @@ export interface ResponsiveTable extends ResponsiveTableCommonSettings, Responsi
341
345
  */
342
346
  export interface TreeTable extends CommonTableSettings {
343
347
  /**
344
- * 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.
348
+ * Specifies the type of table.
345
349
  */
346
350
  type?: TableTypeV2.TreeTable;
347
351
  /**
@@ -356,32 +360,32 @@ export interface TreeTable extends CommonTableSettings {
356
360
  */
357
361
  export interface AnalyticalTable extends CommonTableSettings {
358
362
  /**
359
- * 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.
363
+ * Specifies the type of table.
360
364
  */
361
365
  type?: TableTypeV2.AnalyticalTable;
362
366
  /**
363
- * Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.
367
+ * 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.
364
368
  */
365
369
  qualifier?: string;
366
370
  /**
367
- * Determines the visualization of content area
371
+ * Determines the visualization of the content area.
368
372
  */
369
373
  defaultContentView?: DefaultContentView;
370
374
  /**
371
- * Determines the filter mode that is used
375
+ * Determines the filter mode that is used.
372
376
  */
373
377
  defaultFilterMode?: DefaultFilterMode;
374
378
  /**
375
- * Lets you define title for the content area
379
+ * Lets you define a title for the content area.
376
380
  * @i18nClassification TIT: Title for the content area
377
381
  */
378
382
  contentTitle?: string;
379
383
  /**
380
- * All filter fields will be set as in parameter
384
+ * Determines if filter fields will be set as in parameter.
381
385
  */
382
386
  allFiltersAsInParameters?: boolean;
383
387
  /**
384
- * createWithFilters adds a new create action that uses the filter settings as input.
388
+ * Adds a create action that uses the filter settings as input.
385
389
  */
386
390
  createWithFilters?: CreateWithFilters;
387
391
  /**
@@ -396,28 +400,29 @@ export interface AnalyticalTable extends CommonTableSettings {
396
400
  */
397
401
  export interface TableALPCommonSettings extends CommonTableSettings {
398
402
  /**
399
- * Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.
403
+ * Represents the qualifier of an annotation. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.
400
404
  */
401
405
  qualifier?: string;
402
406
  /**
403
- * Determines the visualization of content area
407
+ * Determines the visualization of content area.
404
408
  */
405
409
  defaultContentView?: DefaultContentView;
406
410
  /**
407
- * Determines the filter mode that is used
411
+ * Determines the filter mode that is used.
408
412
  */
409
413
  defaultFilterMode?: DefaultFilterMode;
410
414
  /**
411
- * Lets you define title for the content area
415
+ * Lets you define a title for the content area.
412
416
  * @i18nClassification TIT: Title for the content area
413
417
  */
414
418
  contentTitle?: string;
415
419
  /**
416
- * 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.
420
+ * This property determines chart/table interaction.
421
+ * 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.
417
422
  */
418
423
  autoHide?: boolean;
419
424
  /**
420
- * All filter fields will be set as in parameter
425
+ * Determines if filter fields will be set as in parameter.
421
426
  */
422
427
  allFiltersAsInParameters?: boolean;
423
428
  /**
@@ -436,7 +441,7 @@ export interface ALPResponsiveTable extends TableALPCommonSettings {
436
441
  */
437
442
  type?: TableTypeV2.ResponsiveTable;
438
443
  /**
439
- * 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.
444
+ * 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.
440
445
  */
441
446
  growingThreshold?: number;
442
447
  }
@@ -447,7 +452,7 @@ export interface ALPResponsiveTable extends TableALPCommonSettings {
447
452
  */
448
453
  export interface ALPGridTable extends TableALPCommonSettings {
449
454
  /**
450
- * 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.
455
+ * Specifies the type of table.
451
456
  */
452
457
  type?: TableTypeV2.GridTable;
453
458
  }
@@ -458,13 +463,13 @@ export interface ALPGridTable extends TableALPCommonSettings {
458
463
  */
459
464
  export interface ALPAnalyticalTable extends TableALPCommonSettings {
460
465
  /**
461
- * 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.
466
+ * Specifies the type of table.
462
467
  */
463
468
  type?: TableTypeV2.AnalyticalTable;
464
469
  }
465
470
  export interface TableALP extends ALPResponsiveTable, ALPGridTable, ALPAnalyticalTable {
466
471
  /**
467
- * 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.
472
+ * Specifies the type of table.
468
473
  */
469
474
  type?: TableTypeV2.ResponsiveTable & TableTypeV2.GridTable & TableTypeV2.AnalyticalTable;
470
475
  }
@@ -475,11 +480,11 @@ export interface TableALP extends ALPResponsiveTable, ALPGridTable, ALPAnalytica
475
480
  */
476
481
  export interface GridTable extends CommonTableSettings {
477
482
  /**
478
- * 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.
483
+ * Specifies the type of table.
479
484
  */
480
485
  type?: TableTypeV2.GridTable;
481
486
  /**
482
- * createWithFilters adds a new create action that uses the filter settings as input.
487
+ * Adds a create action that uses the filter settings as input.
483
488
  */
484
489
  createWithFilters?: CreateWithFilters;
485
490
  /**
@@ -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;