@sap/ux-specification 1.96.74 → 1.96.75

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 +26 -23
  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 +102 -102
  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 +83 -82
  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 +44 -44
  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 +50 -45
  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 +5 -5
  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;
@@ -40,7 +40,8 @@ export interface CommonTableSettingsForSections<COLS = GenericColumns> extends O
40
40
  */
41
41
  createMode?: CreateMode;
42
42
  /**
43
- * 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.
43
+ * When new data is loaded, the number of lines is restricted to the specified limit. The default value is 200.
44
+ * If selectAll is true, the selection limit is not evaluated.
44
45
  */
45
46
  selectionLimit?: number;
46
47
  /**
@@ -60,18 +61,17 @@ export interface CommonTableSettingsForSections<COLS = GenericColumns> extends O
60
61
  */
61
62
  editable?: boolean;
62
63
  /**
63
- * You can use this property to completely remove the Paste button from the table toolbar.
64
- * You achieve this by setting the value explicitly to False.
65
- * By default, the Paste button is available if the page is in edit mode.
66
- * 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).
64
+ * 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.
65
+ * If this property is set to False, the Paste button is removed.
66
+ * 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.
67
67
  */
68
68
  showPasteButton?: boolean;
69
69
  /**
70
- * You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.
70
+ * You can enable the creation of objects that have a maximum of eight data fields through a dialog in the list report page.
71
71
  */
72
72
  createWithParameterDialog?: Fields4DialogOP;
73
73
  /**
74
- * With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.
74
+ * With quickVariantSelection, you can activate the multiple view feature. This feature links to variants that you have added to your annotations.
75
75
  */
76
76
  quickVariantSelection?: QuickVariantSelectionOP;
77
77
  /**
@@ -88,19 +88,19 @@ export interface CommonTableSettingsForSections<COLS = GenericColumns> extends O
88
88
  */
89
89
  export interface ObjectPageResponsiveTableCommonSettings extends CommonTableSettingsForSections {
90
90
  /**
91
- * 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.
91
+ * Specifies the type of table.
92
92
  */
93
93
  type?: TableTypeV2.ResponsiveTable;
94
94
  /**
95
- * Set includeItemInSelection to true if you want items to be selectable when clicked, rather than after the selection control has been set.
95
+ * Set this property to true if you want items to be selectable when clicked rather than after the selection control has been set.
96
96
  */
97
97
  includeItemInSelection?: boolean;
98
98
  /**
99
- * popinLayout defines the layout in which the table pop-in rows shall be rendered.
99
+ * Defines the layout the table pop-in rows are rendered in.
100
100
  */
101
101
  popinLayout?: PopinLayout;
102
102
  /**
103
- * 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.
103
+ * 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.
104
104
  */
105
105
  growingThreshold?: number;
106
106
  }
@@ -111,7 +111,7 @@ export interface ObjectPageResponsiveTableCommonSettings extends CommonTableSett
111
111
  */
112
112
  export interface ObjectPageResponsiveTableWithMultiSelect extends ObjectPageResponsiveTableCommonSettings {
113
113
  /**
114
- * Single selection in tables is enabled by default. If you want, you can enable multi-select.
114
+ * Determines whether multi-select is enabled for tables. By default, you can only single-select.
115
115
  */
116
116
  multiSelect?: boolean;
117
117
  }
@@ -122,7 +122,7 @@ export interface ObjectPageResponsiveTableWithMultiSelect extends ObjectPageResp
122
122
  */
123
123
  export interface ObjectPageResponsiveTableWithInlineDelete extends ObjectPageResponsiveTableCommonSettings {
124
124
  /**
125
- * Used to enable inline deletion in a responsive table of list report and object page
125
+ * Used to enable inline deletion in a responsive table in list report and object pages.
126
126
  */
127
127
  inlineDelete?: boolean;
128
128
  }
@@ -140,7 +140,7 @@ export interface ObjectPageResponsiveTable extends ObjectPageResponsiveTableComm
140
140
  */
141
141
  export interface ObjectPageAnalyticalTable extends CommonTableSettingsForSections {
142
142
  /**
143
- * 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.
143
+ * Specifies the type of table.
144
144
  */
145
145
  type?: TableTypeV2.AnalyticalTable;
146
146
  /**
@@ -159,7 +159,7 @@ export interface ObjectPageAnalyticalTable extends CommonTableSettingsForSection
159
159
  */
160
160
  export interface ObjectPageGridTable extends CommonTableSettingsForSections {
161
161
  /**
162
- * 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.
162
+ * Specifies the type of table.
163
163
  */
164
164
  type?: TableTypeV2.GridTable;
165
165
  /**
@@ -178,7 +178,7 @@ export interface ObjectPageGridTable extends CommonTableSettingsForSections {
178
178
  */
179
179
  export interface ObjectPageTreeTable extends CommonTableSettingsForSections {
180
180
  /**
181
- * 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.
181
+ * Specifies the type of table.
182
182
  */
183
183
  type?: TableTypeV2.TreeTable;
184
184
  /**
@@ -196,7 +196,7 @@ export interface GlobalTableSettings extends ObjectPageCommonTableSettings {
196
196
  */
197
197
  type?: TableTypeV2;
198
198
  /**
199
- * Single selection in tables is enabled by default. If you want, you can enable multi-select.
199
+ * Single selection in tables is enabled by default. You can enable multi-select by setting this property to true.
200
200
  */
201
201
  multiSelect?: boolean;
202
202
  /**
@@ -204,7 +204,7 @@ export interface GlobalTableSettings extends ObjectPageCommonTableSettings {
204
204
  */
205
205
  condensedTableLayout?: boolean;
206
206
  /**
207
- * Used to enable inline deletion in a responsive table of list report and object page
207
+ * Used to enable inline deletion in a responsive table.
208
208
  */
209
209
  inlineDelete?: boolean;
210
210
  }
@@ -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
  }
@@ -198,8 +200,8 @@ export declare enum LoadDataOnAppLaunchSettings {
198
200
  }
199
201
  export interface DataLoadSettings {
200
202
  /**
201
- * Change the default behavior for autoloading of data.
202
- * For multi-view scenarios, you can also change the setting enableAutobinding to False under quickVariantSelectionX instead of using the loadDataOnAppLaunch setting.
203
+ * Changes the default behavior for autoloading data.
204
+ * For multi-view scenarios, you can change the enableAutobinding property to False under quickVariantSelectionX instead.
203
205
  */
204
206
  loadDataOnAppLaunch: LoadDataOnAppLaunchSettings;
205
207
  }
@@ -208,15 +210,16 @@ export interface Fields4Dialog {
208
210
  }
209
211
  export interface CommonTableSettings<COLS = GenericColumns> {
210
212
  /**
211
- * You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.
213
+ * Enables the creation of objects that have a maximum of eight data fields through a dialog in the list report page.
212
214
  */
213
215
  createWithParameterDialog?: Fields4Dialog;
214
216
  /**
215
- * The 'Select All' button is disabled by default. To enable it, set selectAll to true.
217
+ * The Select All button is disabled by default. To enable it, set this property to true.
216
218
  */
217
219
  selectAll?: boolean;
218
220
  /**
219
- * 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.
221
+ * When new data is loaded, the number of lines is restricted to the specified limit. The default value is 200.
222
+ * If selectAll is true, the selection limit is not evaluated.
220
223
  */
221
224
  selectionLimit?: number;
222
225
  /**
@@ -232,15 +235,16 @@ export interface CommonTableSettings<COLS = GenericColumns> {
232
235
  */
233
236
  exportType?: smarttable.ExportType;
234
237
  /**
235
- * With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.
238
+ * With quickVariantSelection, you can switch to multiple views (single table mode).
239
+ * Each view links to a variant you have added to your annotations.
236
240
  */
237
241
  quickVariantSelection?: QuickVariantSelection;
238
242
  /**
239
- * Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.
243
+ * Switches to multiple views (multi-table mode), based on variants you have defined as annotations.
240
244
  */
241
245
  quickVariantSelectionX?: QuickVariantSelectionX;
242
246
  /**
243
- * For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.
247
+ * Sets a condensed table layout for analytical tables, grid tables, and tree tables.
244
248
  */
245
249
  condensedTableLayout?: boolean;
246
250
  /**
@@ -264,19 +268,19 @@ export interface CommonTableSettings<COLS = GenericColumns> {
264
268
  }
265
269
  export interface ResponsiveTableCommonSettings extends CommonTableSettings {
266
270
  /**
267
- * 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.
271
+ * Specifies the type of table.
268
272
  */
269
273
  type?: TableTypeV2.ResponsiveTable;
270
274
  /**
271
- * Set includeItemInSelection to true if you want items to be selectable when they are clicked rather than after the selection control has been set.
275
+ * 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.
272
276
  */
273
277
  includeItemInSelection?: boolean;
274
278
  /**
275
- * popinLayout defines the layout in which the table pop-in rows are rendered.
279
+ * Defines the layout the table pop-in rows are rendered in.
276
280
  */
277
281
  popinLayout?: PopinLayout;
278
282
  /**
279
- * createWithFilters adds a new create action that uses the filter settings as input.
283
+ * Adds a new create action that uses the filter settings as input.
280
284
  */
281
285
  createWithFilters?: CreateWithFilters;
282
286
  /**
@@ -284,7 +288,7 @@ export interface ResponsiveTableCommonSettings extends CommonTableSettings {
284
288
  */
285
289
  showDraftToggle?: boolean;
286
290
  /**
287
- * 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.
291
+ * 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.
288
292
  */
289
293
  growingThreshold?: number;
290
294
  }
@@ -306,7 +310,7 @@ export interface ResponsiveTableWithMultiSelect extends ResponsiveTableCommonSet
306
310
  */
307
311
  export interface ResponsiveTableWithInlineDelete extends ResponsiveTableCommonSettings {
308
312
  /**
309
- * Used to enable inline deletion in a responsive table of list report and object page
313
+ * Used to enable inline deletion in a responsive table.
310
314
  */
311
315
  inlineDelete?: boolean;
312
316
  }
@@ -324,7 +328,7 @@ export interface ResponsiveTable extends ResponsiveTableCommonSettings, Responsi
324
328
  */
325
329
  export interface TreeTable extends CommonTableSettings {
326
330
  /**
327
- * 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.
331
+ * Specifies the type of table.
328
332
  */
329
333
  type?: TableTypeV2.TreeTable;
330
334
  /**
@@ -343,32 +347,32 @@ export interface TreeTable extends CommonTableSettings {
343
347
  */
344
348
  export interface AnalyticalTable extends CommonTableSettings {
345
349
  /**
346
- * 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.
350
+ * Specifies the type of table.
347
351
  */
348
352
  type?: TableTypeV2.AnalyticalTable;
349
353
  /**
350
- * Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.
354
+ * 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.
351
355
  */
352
356
  qualifier?: string;
353
357
  /**
354
- * Determines the visualization of content area
358
+ * Determines the visualization of the content area.
355
359
  */
356
360
  defaultContentView?: DefaultContentView;
357
361
  /**
358
- * Determines the filter mode that is used
362
+ * Determines the filter mode that is used.
359
363
  */
360
364
  defaultFilterMode?: DefaultFilterMode;
361
365
  /**
362
- * Lets you define title for the content area
366
+ * Lets you define a title for the content area.
363
367
  * @i18nClassification TIT: Title for the content area
364
368
  */
365
369
  contentTitle?: string;
366
370
  /**
367
- * All filter fields will be set as in parameter
371
+ * Determines if filter fields will be set as in parameter.
368
372
  */
369
373
  allFiltersAsInParameters?: boolean;
370
374
  /**
371
- * createWithFilters adds a new create action that uses the filter settings as input.
375
+ * Adds a create action that uses the filter settings as input.
372
376
  */
373
377
  createWithFilters?: CreateWithFilters;
374
378
  /**
@@ -387,28 +391,29 @@ export interface AnalyticalTable extends CommonTableSettings {
387
391
  */
388
392
  export interface TableALPCommonSettings extends CommonTableSettings {
389
393
  /**
390
- * Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.
394
+ * Represents the qualifier of an annotation. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.
391
395
  */
392
396
  qualifier?: string;
393
397
  /**
394
- * Determines the visualization of content area
398
+ * Determines the visualization of content area.
395
399
  */
396
400
  defaultContentView?: DefaultContentView;
397
401
  /**
398
- * Determines the filter mode that is used
402
+ * Determines the filter mode that is used.
399
403
  */
400
404
  defaultFilterMode?: DefaultFilterMode;
401
405
  /**
402
- * Lets you define title for the content area
406
+ * Lets you define a title for the content area.
403
407
  * @i18nClassification TIT: Title for the content area
404
408
  */
405
409
  contentTitle?: string;
406
410
  /**
407
- * 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.
411
+ * This property determines chart/table interaction.
412
+ * 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.
408
413
  */
409
414
  autoHide?: boolean;
410
415
  /**
411
- * All filter fields will be set as in parameter
416
+ * Determines if filter fields will be set as in parameter.
412
417
  */
413
418
  allFiltersAsInParameters?: boolean;
414
419
  /**
@@ -427,7 +432,7 @@ export interface ALPResponsiveTable extends TableALPCommonSettings {
427
432
  */
428
433
  type?: TableTypeV2.ResponsiveTable;
429
434
  /**
430
- * 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.
435
+ * 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.
431
436
  */
432
437
  growingThreshold?: number;
433
438
  }
@@ -438,7 +443,7 @@ export interface ALPResponsiveTable extends TableALPCommonSettings {
438
443
  */
439
444
  export interface ALPGridTable extends TableALPCommonSettings {
440
445
  /**
441
- * 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.
446
+ * Specifies the type of table.
442
447
  */
443
448
  type?: TableTypeV2.GridTable;
444
449
  }
@@ -449,13 +454,13 @@ export interface ALPGridTable extends TableALPCommonSettings {
449
454
  */
450
455
  export interface ALPAnalyticalTable extends TableALPCommonSettings {
451
456
  /**
452
- * 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.
457
+ * Specifies the type of table.
453
458
  */
454
459
  type?: TableTypeV2.AnalyticalTable;
455
460
  }
456
461
  export interface TableALP extends ALPResponsiveTable, ALPGridTable, ALPAnalyticalTable {
457
462
  /**
458
- * 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.
463
+ * Specifies the type of table.
459
464
  */
460
465
  type?: TableTypeV2.ResponsiveTable & TableTypeV2.GridTable & TableTypeV2.AnalyticalTable;
461
466
  }
@@ -466,11 +471,11 @@ export interface TableALP extends ALPResponsiveTable, ALPGridTable, ALPAnalytica
466
471
  */
467
472
  export interface GridTable extends CommonTableSettings {
468
473
  /**
469
- * 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.
474
+ * Specifies the type of table.
470
475
  */
471
476
  type?: TableTypeV2.GridTable;
472
477
  /**
473
- * createWithFilters adds a new create action that uses the filter settings as input.
478
+ * Adds a create action that uses the filter settings as input.
474
479
  */
475
480
  createWithFilters?: CreateWithFilters;
476
481
  /**
@@ -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":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,qCAAqC,CAAC;AACjF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACzC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AACvC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAErD;;;GAGG;AACH,MAAM,WAAW,WAAW;IACxB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC;CACtB;AAED;;;GAGG;AACH,MAAM,WAAW,iBAAkB,SAAQ,MAAM,EAAE,WAAW;CAAG;AAEjE;;;GAGG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;;OAKG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,SAAS,EAAE,OAAO,qBAAqB,CAAC;IACxC;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,aAAa,EAAE,0BAA0B,CAAC;CAC7C;AAED,oBAAY,qBAAqB;IAC7B,GAAG,QAAQ;CACd;AAED,oBAAY,WAAW;IACnB,eAAe,oBAAoB;IACnC,SAAS,cAAc;IACvB,eAAe,oBAAoB;IACnC,SAAS,cAAc;CAC1B;AAED,oBAAY,0BAA0B;IAClC,+BAA+B,oCAAoC;IACnE,+BAA+B,oCAAoC;IACnE,yBAAyB,8BAA8B;IACvD,yBAAyB,8BAA8B;CAC1D;AAED,MAAM,MAAM,YAAY,GAClB,WAAW,CAAC,eAAe,GAC3B,WAAW,CAAC,eAAe,GAC3B,WAAW,CAAC,SAAS,GACrB,WAAW,CAAC,SAAS,CAAC;AAC5B,MAAM,MAAM,QAAQ,GAAG,eAAe,GAAG,eAAe,GAAG,SAAS,GAAG,SAAS,CAAC;AAEjF;;;GAGG;AACH,MAAM,MAAM,kBAAkB,GAAG,KAAK,CAAC,iBAAiB,CAAC,CAAC;AAE1D,MAAM,WAAW,cAAc;IAC3B,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,GAAG,kBAAkB,GAAG,iBAAiB,CAAC;CACvE;AAED,MAAM,WAAW,YAAY;IACzB;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,aAAc,SAAQ,YAAY;IAC/C;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB;;OAEG;IACH,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,MAAM,WAAW,qBAAqB;IAClC;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,QAAQ,EAAE;QACN,CAAC,GAAG,EAAE,MAAM,GAAG,YAAY,CAAC;KAC/B,CAAC;CACL;AAED,MAAM,WAAW,sBAAuB,SAAQ,qBAAqB;IACjE;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;OAEG;IACH,QAAQ,EAAE;QACN,CAAC,GAAG,EAAE,MAAM,GAAG,aAAa,CAAC;KAChC,CAAC;CACL;AAED,MAAM,WAAW,iBAAiB;IAC9B;;;OAGG;IACH,QAAQ,EAAE,QAAQ,CAAC;CACtB;AAED,oBAAY,QAAQ;IAChB,SAAS,cAAc;CAC1B;AAED,oBAAY,kBAAkB;IAC1B,UAAU,eAAe;IACzB,KAAK,UAAU;IACf,KAAK,UAAU;CAClB;AAED,oBAAY,iBAAiB;IACzB,MAAM,WAAW;IACjB,OAAO,YAAY;CACtB;AAED,oBAAY,2BAA2B;IACnC,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,gBAAgB,qBAAqB;CACxC;AAED,MAAM,WAAW,gBAAgB;IAC7B;;;OAGG;IACH,mBAAmB,EAAE,2BAA2B,CAAC;CACpD;AAED,MAAM,WAAW,aAAa;IAC1B,MAAM,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,MAAM,WAAW,mBAAmB,CAAC,IAAI,GAAG,cAAc;IACtD;;OAEG;IACH,yBAAyB,CAAC,EAAE,aAAa,CAAC;IAC1C;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;OAEG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC,UAAU,CAAC;IACnC;;;OAGG;IACH,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;IAC9C;;OAEG;IACH,sBAAsB,CAAC,EAAE,sBAAsB,CAAC;IAChD;;OAEG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B;;;OAGG;IACH,8BAA8B,CAAC,EAAE,OAAO,CAAC;IACzC;;OAEG;IACH,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;OAGG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC;CAClB;AAED,MAAM,WAAW,6BAA8B,SAAQ,mBAAmB;IACtE;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC,eAAe,CAAC;IACnC;;OAEG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC;;OAEG;IACH,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B;;OAEG;IACH,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED;;;;GAIG;AACH,MAAM,WAAW,8BAA+B,SAAQ,6BAA6B;IACjF;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;AAED;;;;GAIG;AACH,MAAM,WAAW,+BAAgC,SAAQ,6BAA6B;IAClF;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED;;;;GAIG;AACH,MAAM,WAAW,eACb,SAAQ,6BAA6B,EACjC,8BAA8B,EAC9B,+BAA+B;CAAG;AAE1C;;;;GAIG;AACH,MAAM,WAAW,SAAU,SAAQ,mBAAmB;IAClD;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC;IAC7B;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED;;;;GAIG;AACH,MAAM,WAAW,eAAgB,SAAQ,mBAAmB;IACxD;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC,eAAe,CAAC;IACnC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACxC;;OAEG;IACH,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,wBAAwB,CAAC,EAAE,OAAO,CAAC;IAEnC;;OAEG;IACH,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED;;;;GAIG;AACH,MAAM,WAAW,sBAAuB,SAAQ,mBAAmB;IAC/D;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACxC;;OAEG;IACH,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;AAED;;;;GAIG;AACH,MAAM,WAAW,kBAAmB,SAAQ,sBAAsB;IAC9D;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC,eAAe,CAAC;IACnC;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED;;;;GAIG;AACH,MAAM,WAAW,YAAa,SAAQ,sBAAsB;IACxD;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC;CAChC;AAED;;;;GAIG;AACH,MAAM,WAAW,kBAAmB,SAAQ,sBAAsB;IAC9D;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC,eAAe,CAAC;CACtC;AAED,MAAM,WAAW,QAAS,SAAQ,kBAAkB,EAAE,YAAY,EAAE,kBAAkB;IAClF;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC,eAAe,GAAG,WAAW,CAAC,SAAS,GAAG,WAAW,CAAC,eAAe,CAAC;CAC5F;AAED;;;;GAIG;AACH,MAAM,WAAW,SAAU,SAAQ,mBAAmB;IAClD;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC;IAC7B;;OAEG;IACH,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B"}
@@ -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;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;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;