@sap/ux-specification 1.96.74 → 1.96.76

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 (113) hide show
  1. package/CHANGELOG.md +53 -22
  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 +111 -111
  13. package/dist/index-min.js.map +4 -4
  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 +5 -6
  20. package/dist/schemas/v4/ListReportConfig.json +44 -44
  21. package/dist/schemas/v4/ObjectPageConfig.json +44 -44
  22. package/dist/specification/package.json +8 -8
  23. package/dist/specification/src/api.js +2 -2
  24. package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
  25. package/dist/specification/src/sync/common/appProvider.js +18 -2
  26. package/dist/specification/src/sync/common/appProvider.js.map +1 -1
  27. package/dist/specification/src/sync/common/decoration/control.d.ts +3 -3
  28. package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
  29. package/dist/specification/src/sync/common/decoration/control.js +17 -11
  30. package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
  31. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  32. package/dist/specification/src/sync/v2/export/controls/Fragment.js +14 -6
  33. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  34. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  35. package/dist/specification/src/sync/v2/export/export.js +6 -1
  36. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  37. package/dist/specification/src/sync/v2/import/common/index.d.ts +7 -7
  38. package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
  39. package/dist/specification/src/sync/v2/import/common/index.js +62 -69
  40. package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
  41. package/dist/specification/src/sync/v2/import/controls/table.d.ts +28 -2
  42. package/dist/specification/src/sync/v2/import/controls/table.d.ts.map +1 -1
  43. package/dist/specification/src/sync/v2/import/controls/table.js +98 -22
  44. package/dist/specification/src/sync/v2/import/controls/table.js.map +1 -1
  45. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  46. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +12 -3
  47. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  48. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +9 -1
  49. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  50. package/dist/specification/src/sync/v2/import/pages/listReport.js +48 -7
  51. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  52. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  53. package/dist/specification/src/sync/v2/import/pages/objectPage.js +57 -19
  54. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  55. package/dist/specification/src/sync/v4/export/manifest.js +1 -1
  56. package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
  57. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  58. package/dist/specification/src/sync/v4/generate/objectPage.js +2 -1
  59. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  60. package/dist/specification/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
  61. package/dist/specification/src/sync/v4/import/app/appProvider.js +9 -3
  62. package/dist/specification/src/sync/v4/import/app/appProvider.js.map +1 -1
  63. package/dist/types/src/common/Application.d.ts +4 -8
  64. package/dist/types/src/common/Application.d.ts.map +1 -1
  65. package/dist/types/src/v2/application.d.ts +1 -1
  66. package/dist/types/src/v2/controls/Action.d.ts +4 -2
  67. package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
  68. package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +6 -6
  69. package/dist/types/src/v2/controls/Card.d.ts +36 -35
  70. package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
  71. package/dist/types/src/v2/controls/Card.js.map +1 -1
  72. package/dist/types/src/v2/controls/Field.d.ts +1 -1
  73. package/dist/types/src/v2/controls/FilterBar.d.ts +18 -14
  74. package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
  75. package/dist/types/src/v2/controls/FilterBar.js.map +1 -1
  76. package/dist/types/src/v2/controls/ObjectPageChart.d.ts +2 -2
  77. package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +2 -2
  78. package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +4 -4
  79. package/dist/types/src/v2/controls/ObjectPageSection.d.ts +2 -2
  80. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +19 -19
  81. package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
  82. package/dist/types/src/v2/controls/Table.d.ts +50 -45
  83. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  84. package/dist/types/src/v2/controls/Table.js.map +1 -1
  85. package/dist/types/src/v2/overviewPage.d.ts +2 -2
  86. package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +4 -4
  87. package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +5 -5
  88. package/dist/types/src/v4/controls/CustomAction.d.ts +3 -3
  89. package/dist/types/src/v4/controls/FilterBar.d.ts +5 -7
  90. package/dist/types/src/v4/controls/FilterBar.d.ts.map +1 -1
  91. package/dist/types/src/v4/controls/FilterBar.js.map +1 -1
  92. package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +1 -1
  93. package/dist/types/src/v4/controls/ObjectPageForm.d.ts +1 -1
  94. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +5 -5
  95. package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +2 -2
  96. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts +1 -2
  97. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts.map +1 -1
  98. package/dist/types/src/v4/controls/ObjectPageSection.d.ts +2 -2
  99. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +4 -4
  100. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +2 -2
  101. package/dist/types/src/v4/controls/Table.d.ts +26 -33
  102. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  103. package/dist/types/src/v4/controls/ToolBar.d.ts +3 -3
  104. package/dist/types/src/v4/page.d.ts +1 -1
  105. package/dist/types/src/v4/page.d.ts.map +1 -1
  106. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +1 -2
  107. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts.map +1 -1
  108. package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts +3 -4
  109. package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts.map +1 -1
  110. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +10 -8
  111. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
  112. package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +1 -1
  113. package/package.json +8 -8
@@ -4,27 +4,27 @@
4
4
  */
5
5
  export interface KPISettings {
6
6
  /**
7
- * Links to the item in "models" section which provides additional information
7
+ * Link to the item in the models section which provides additional information.
8
8
  */
9
9
  model: string;
10
10
  /**
11
- * EntitySet used for bringing up the details displayed within the KPI tag/card
11
+ * EntitySet used for bringing up the details displayed within the KPI tag/card.
12
12
  */
13
13
  entitySet?: string;
14
14
  /**
15
- * Refers to the UI.KPI annotation
15
+ * Refers to the UI.KPI annotation.
16
16
  */
17
17
  qualifier?: string;
18
18
  /**
19
- *It ensures that KPI shows up as filterable
19
+ * This ensures that the KPI is filterable.
20
20
  */
21
21
  filterable?: boolean;
22
22
  /**
23
- *Points to an element within "outbound" property of the "crossNavigation" section
23
+ * Points to an element within the outbound property of the crossNavigation section.
24
24
  */
25
25
  detailNavigation?: string;
26
26
  /**
27
- *To achieve faster end-to-end response time within analytical list page, enable batching of KPI by defining groupId in the KPI section of the descriptor configuration file
27
+ * To achieve a faster end-to-end response time within this page, enable batching by defining a groupId in the KPI section of the descriptor configuration file.
28
28
  */
29
29
  groupId?: string;
30
30
  }
@@ -1,23 +1,23 @@
1
1
  import type { ColorPaletteType, ObjectStreamCardsSettingsDef, SapOvpPlotAreaDef, SapOvpTabSetting, SapOvpTimeAxisDef } from '../../common';
2
2
  export interface DefaultSpanObject {
3
3
  /**
4
- * Represents the number of the number of grid columns
4
+ * Represents the number of grid columns.
5
5
  */
6
6
  cols: number;
7
7
  /**
8
- * Represents the number of the number of grid rows
8
+ * Represents the number of grid rows.
9
9
  */
10
10
  rows: number;
11
11
  /**
12
- * Represents if user wants to show only header part of card in resizable layout
12
+ * Determines if only the header part of a card is shown in the resizable layout.
13
13
  */
14
14
  showOnlyHeader?: boolean;
15
15
  /**
16
- * If user wants to show more text in title then he/she can configure no of lines to be shown in title(Maximum allowed 3 lines)
16
+ * Sets the number of lines for the title row. The maximum is 3.
17
17
  */
18
18
  minimumTitleRow?: number;
19
19
  /**
20
- * If user wants to show more text in title then he/she can configure no of lines to be shown in sub-title(Maximum allowed 2 lines)
20
+ * Sets the number of lines for the subtitle row. The maximum is 2.
21
21
  */
22
22
  minimumSubTitleRow?: number;
23
23
  }
@@ -81,15 +81,15 @@ export interface CommonCardSettings {
81
81
  */
82
82
  tabs?: SapOvpTabSetting[];
83
83
  /**
84
- * add $Select parameter in data fetch URL
84
+ * Determines if the $Select parameter shall be added to data fetch requests.
85
85
  */
86
86
  addODataSelect?: boolean;
87
87
  /**
88
- * Defines the property by which the list shall be sorted.
88
+ * Defines the property by which the list is sorted.
89
89
  */
90
90
  sortBy?: string;
91
91
  /**
92
- * Sort order (ascending or descending)
92
+ * Sort order (ascending or descending).
93
93
  */
94
94
  sortOrder?: 'ascending' | 'descending';
95
95
  /**
@@ -101,11 +101,11 @@ export interface CommonCardSettings {
101
101
  */
102
102
  enableLocaleCurrencyFormatting?: boolean;
103
103
  /**
104
- * Represents a switch to Show or Hide Filters in Cards Headers in OVP application.
104
+ * Determines if filters are shown in card headers.
105
105
  */
106
106
  showFilterInHeader?: boolean;
107
107
  /**
108
- * Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.
108
+ * Determines if sorting is shown in card headers.
109
109
  */
110
110
  showSortingInHeader?: boolean;
111
111
  /**
@@ -193,11 +193,11 @@ export interface CustomCard {
193
193
  */
194
194
  export interface ListCard {
195
195
  /**
196
- * Represents the model for the List Card
196
+ * Represents the model for the list card.
197
197
  */
198
198
  model: string;
199
199
  /**
200
- * Represents the card component path to use for this List Card.
200
+ * Represents the card component path to use.
201
201
  */
202
202
  template: CardTemplateType.list | CardTemplateType.listv4;
203
203
  /**
@@ -212,11 +212,11 @@ export interface ListCard {
212
212
  */
213
213
  export interface StackCard {
214
214
  /**
215
- * Represents the model for the StackCard.
215
+ * Represents the model for the card.
216
216
  */
217
217
  model: string;
218
218
  /**
219
- * Represents the Stack Card component path to use for this card.
219
+ * Represents the component path to use for this card.
220
220
  */
221
221
  template: CardTemplateType.stack;
222
222
  /**
@@ -231,11 +231,11 @@ export interface StackCard {
231
231
  */
232
232
  export interface LinklistCard {
233
233
  /**
234
- * Represents the model for the Link list Card.
234
+ * Represents the model for the link list card.
235
235
  */
236
236
  model?: string;
237
237
  /**
238
- * Represents the Link list Card component path to use for this card.
238
+ * Represents the component path to use for this card.
239
239
  */
240
240
  template: CardTemplateType.linklist | CardTemplateType.linklistv4;
241
241
  /**
@@ -250,11 +250,11 @@ export interface LinklistCard {
250
250
  */
251
251
  export interface TableCard {
252
252
  /**
253
- * Represents the model for the TableCard.
253
+ * Represents the model for the table card.
254
254
  */
255
255
  model: string;
256
256
  /**
257
- * Represents the Table Card component path to use for this card.
257
+ * Represents the component path to use for this card.
258
258
  */
259
259
  template: CardTemplateType.table | CardTemplateType.tablev4;
260
260
  /**
@@ -273,7 +273,7 @@ export interface AnalyticalCard {
273
273
  */
274
274
  model: string;
275
275
  /**
276
- * Represents the Analytical Card component path to use for this card.
276
+ * Represents the component path to use for this card.
277
277
  */
278
278
  template: CardTemplateType.analytical | CardTemplateType.analyticalv4;
279
279
  /**
@@ -299,7 +299,7 @@ export interface AnalyticalCardSettings extends CommonCardSettings {
299
299
  */
300
300
  ignoreSapText?: boolean;
301
301
  /**
302
- * Represents the configuration to alter the navigation mode in OVP Analytical Cards.
302
+ * Represents the configuration to alter the navigation mode.
303
303
  */
304
304
  navigation?: CardNavigationType;
305
305
  /**
@@ -319,7 +319,7 @@ export interface AnalyticalCardSettings extends CommonCardSettings {
319
319
  */
320
320
  colorPalette?: ColorPaletteType;
321
321
  /**
322
- * Enables the configuration of an analytical card with column stack chart, to map the dimension values to specific colors
322
+ * Enables the configuration of an analytical card with a column stack chart to map the dimension values to specific colors.
323
323
  */
324
324
  bEnableStableColors?: boolean;
325
325
  }
@@ -350,11 +350,12 @@ export declare enum SortOrderType {
350
350
  */
351
351
  export interface ListCardSettings extends CommonCardSettings {
352
352
  /**
353
- * Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard.
353
+ * Represents the flavor of the list to use in this card.
354
354
  */
355
355
  listFlavor?: ListFlavorType;
356
356
  /**
357
- * Represents the type of list to use for this card. The list can be extended to display more information or condensed to take up less space on the card.
357
+ * Represents the type of list to use for this card.
358
+ * The list can be extended to display more information or condensed to take up less space.
358
359
  */
359
360
  listType?: ListTypeType;
360
361
  /**
@@ -392,7 +393,7 @@ export interface StackCardSettings extends CommonCardSettings {
392
393
  */
393
394
  export interface TableCardSettings extends CommonCardSettings {
394
395
  /**
395
- * Flag for show line item detail in list and table card.
396
+ * Flag for showing line item details in list and table cards.
396
397
  */
397
398
  showLineItemDetail?: boolean;
398
399
  /**
@@ -409,7 +410,7 @@ export declare enum LinkListFlavorType {
409
410
  */
410
411
  export interface LinkListCardSettings extends CommonCardSettings {
411
412
  /**
412
- * listFlavor represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard.
413
+ * listFlavor represents the flavor of the list to use in this card.
413
414
  */
414
415
  listFlavor?: LinkListFlavorType;
415
416
  /**
@@ -417,36 +418,36 @@ export interface LinkListCardSettings extends CommonCardSettings {
417
418
  */
418
419
  headerAnnotationPath?: string;
419
420
  /**
420
- * staticContent represents the static content of a static link list card.
421
+ * staticContent represents the content of a static link list card.
421
422
  */
422
423
  staticContent?: StaticContent[];
423
424
  }
424
425
  export interface StaticContent {
425
426
  /**
426
- * The language-dependent title of the StaticContent.
427
- * @i18nClassification TIT: Title of the StaticContent
427
+ * The language-dependent title of the static content.
428
+ * @i18nClassification TIT: Title of the static content
428
429
  */
429
430
  title: string;
430
431
  /**
431
- * The language-dependent subtitle of the StaticContent.
432
- * @i18nClassification TIT: Subtitle of the StaticContent
432
+ * The language-dependent subtitle of the static content.
433
+ * @i18nClassification TIT: Subtitle of the static content
433
434
  */
434
435
  subTitle?: string;
435
436
  /**
436
- * The uri for the image of the StaticContent.
437
+ * The URI for the image of the static content.
437
438
  */
438
439
  imageUri?: string;
439
440
  /**
440
- * The uri for the target of the StaticContent.
441
+ * The URI for the target of the static content.
441
442
  */
442
443
  targetUri?: string;
443
444
  /**
444
- * The alternative text for the image of the StaticContent.
445
- * @i18nClassification ALT: The alternative text for the image of the StaticContent
445
+ * The alternative text for the image of the static content.
446
+ * @i18nClassification ALT: The alternative text for the image of the static content.
446
447
  */
447
448
  imageAltText?: string;
448
449
  /**
449
- * Used to provide intent based navigation.
450
+ * Used to provide intent-based navigation.
450
451
  */
451
452
  semanticObject?: string;
452
453
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v2/controls/Card.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v2/controls/Card.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"Card.js","sourceRoot":"","sources":["../../../../../../types/src/v2/controls/Card.ts"],"names":[],"mappings":";;;AAgIA,IAAY,aAIX;AAJD,WAAY,aAAa;IACrB,0CAAyB,CAAA;IACzB,kDAAiC,CAAA;IACjC,oDAAmC,CAAA;AACvC,CAAC,EAJW,aAAa,6BAAb,aAAa,QAIxB;AAED,IAAY,gBAUX;AAVD,WAAY,gBAAgB;IACxB,kEAA8C,CAAA;IAC9C,uEAAmD,CAAA;IACnD,+CAA2B,CAAA;IAC3B,oDAAgC,CAAA;IAChC,uDAAmC,CAAA;IACnC,4DAAwC,CAAA;IACxC,iDAA6B,CAAA;IAC7B,sDAAkC,CAAA;IAClC,iDAA6B,CAAA;AACjC,CAAC,EAVW,gBAAgB,gCAAhB,gBAAgB,QAU3B;AAEY,QAAA,mBAAmB,GAAG;IAC/B,iCAAiC,EAAE,gBAAgB;IACnD,oCAAoC,EAAE,gBAAgB;IACtD,oBAAoB,EAAE,UAAU;IAChC,uBAAuB,EAAE,UAAU;IACnC,wBAAwB,EAAE,cAAc;IACxC,2BAA2B,EAAE,cAAc;IAC3C,qBAAqB,EAAE,WAAW;IAClC,wBAAwB,EAAE,WAAW;IACrC,qBAAqB,EAAE,WAAW;CACrC,CAAC;AAEF,4BAA4B;AACf,QAAA,uBAAuB,GAAG;IACnC,iCAAiC,EAAE,wBAAwB;IAC3D,oCAAoC,EAAE,0BAA0B;CACnE,CAAC;AAEF,IAAY,gBASX;AATD,WAAY,gBAAgB;IACxB,qEAAiD,CAAA;IACjD,yEAAqD,CAAA;IACrD,yDAAqC,CAAA;IACrC,6DAAyC,CAAA;IACzC,2DAAuC,CAAA;IACvC,iEAA6C,CAAA;IAC7C,2DAAuC,CAAA;IACvC,+DAA2C,CAAA;AAC/C,CAAC,EATW,gBAAgB,gCAAhB,gBAAgB,QAS3B;AAED,IAAY,sBAMX;AAND,WAAY,sBAAsB;IAC9B,6CAAmB,CAAA;IACnB,qCAAW,CAAA;IACX,qCAAW,CAAA;IACX,qCAAW,CAAA;IACX,0CAAgB,CAAA;AACpB,CAAC,EANW,sBAAsB,sCAAtB,sBAAsB,QAMjC;AAsLD,IAAY,cAIX;AAJD,WAAY,cAAc;IACtB,uCAAqB,CAAA;IACrB,6BAAW,CAAA;IACX,uCAAqB,CAAA;AACzB,CAAC,EAJW,cAAc,8BAAd,cAAc,QAIzB;AAED,IAAY,YAGX;AAHD,WAAY,YAAY;IACpB,qCAAqB,CAAA;IACrB,uCAAuB,CAAA;AAC3B,CAAC,EAHW,YAAY,4BAAZ,YAAY,QAGvB;AAED,IAAY,aAGX;AAHD,WAAY,aAAa;IACrB,wCAAuB,CAAA;IACvB,0CAAyB,CAAA;AAC7B,CAAC,EAHW,aAAa,6BAAb,aAAa,QAGxB;AA4DD,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC1B,2CAAqB,CAAA;IACrB,2CAAqB,CAAA;AACzB,CAAC,EAHW,kBAAkB,kCAAlB,kBAAkB,QAG7B"}
1
+ {"version":3,"file":"Card.js","sourceRoot":"","sources":["../../../../../../types/src/v2/controls/Card.ts"],"names":[],"mappings":";;;AAgIA,IAAY,aAIX;AAJD,WAAY,aAAa;IACrB,0CAAyB,CAAA;IACzB,kDAAiC,CAAA;IACjC,oDAAmC,CAAA;AACvC,CAAC,EAJW,aAAa,6BAAb,aAAa,QAIxB;AAED,IAAY,gBAUX;AAVD,WAAY,gBAAgB;IACxB,kEAA8C,CAAA;IAC9C,uEAAmD,CAAA;IACnD,+CAA2B,CAAA;IAC3B,oDAAgC,CAAA;IAChC,uDAAmC,CAAA;IACnC,4DAAwC,CAAA;IACxC,iDAA6B,CAAA;IAC7B,sDAAkC,CAAA;IAClC,iDAA6B,CAAA;AACjC,CAAC,EAVW,gBAAgB,gCAAhB,gBAAgB,QAU3B;AAEY,QAAA,mBAAmB,GAAG;IAC/B,iCAAiC,EAAE,gBAAgB;IACnD,oCAAoC,EAAE,gBAAgB;IACtD,oBAAoB,EAAE,UAAU;IAChC,uBAAuB,EAAE,UAAU;IACnC,wBAAwB,EAAE,cAAc;IACxC,2BAA2B,EAAE,cAAc;IAC3C,qBAAqB,EAAE,WAAW;IAClC,wBAAwB,EAAE,WAAW;IACrC,qBAAqB,EAAE,WAAW;CACrC,CAAC;AAEF,4BAA4B;AACf,QAAA,uBAAuB,GAAG;IACnC,iCAAiC,EAAE,wBAAwB;IAC3D,oCAAoC,EAAE,0BAA0B;CACnE,CAAC;AAEF,IAAY,gBASX;AATD,WAAY,gBAAgB;IACxB,qEAAiD,CAAA;IACjD,yEAAqD,CAAA;IACrD,yDAAqC,CAAA;IACrC,6DAAyC,CAAA;IACzC,2DAAuC,CAAA;IACvC,iEAA6C,CAAA;IAC7C,2DAAuC,CAAA;IACvC,+DAA2C,CAAA;AAC/C,CAAC,EATW,gBAAgB,gCAAhB,gBAAgB,QAS3B;AAED,IAAY,sBAMX;AAND,WAAY,sBAAsB;IAC9B,6CAAmB,CAAA;IACnB,qCAAW,CAAA;IACX,qCAAW,CAAA;IACX,qCAAW,CAAA;IACX,0CAAgB,CAAA;AACpB,CAAC,EANW,sBAAsB,sCAAtB,sBAAsB,QAMjC;AAsLD,IAAY,cAIX;AAJD,WAAY,cAAc;IACtB,uCAAqB,CAAA;IACrB,6BAAW,CAAA;IACX,uCAAqB,CAAA;AACzB,CAAC,EAJW,cAAc,8BAAd,cAAc,QAIzB;AAED,IAAY,YAGX;AAHD,WAAY,YAAY;IACpB,qCAAqB,CAAA;IACrB,uCAAuB,CAAA;AAC3B,CAAC,EAHW,YAAY,4BAAZ,YAAY,QAGvB;AAED,IAAY,aAGX;AAHD,WAAY,aAAa;IACrB,wCAAuB,CAAA;IACvB,0CAAyB,CAAA;AAC7B,CAAC,EAHW,aAAa,6BAAb,aAAa,QAGxB;AA6DD,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC1B,2CAAqB,CAAA;IACrB,2CAAqB,CAAA;AACzB,CAAC,EAHW,kBAAkB,kCAAlB,kBAAkB,QAG7B"}
@@ -4,7 +4,7 @@
4
4
  */
5
5
  export interface Field {
6
6
  /**
7
- * Allows you to define if the field should be visible on the screen.
7
+ * Defines if the field is visible on the screen.
8
8
  */
9
9
  visible?: boolean;
10
10
  }
@@ -82,15 +82,17 @@ export type SelectionField = {} | SelectionFieldDateSettings;
82
82
  */
83
83
  export interface SelectionFieldDateSettings {
84
84
  /**
85
- * The selectedValues property is a set of standard date range values that you want to include or exclude.
85
+ * Defines a set of standard date range values that you want to include or exclude.
86
86
  */
87
87
  selectedValues?: DateRangeType[];
88
88
  /**
89
- * The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.
89
+ * This property is set to True by default which excludes all values given as selectedValues from the list of date range filters.
90
+ * If this property is set to False, the application shows only selected values in the list of date range filters.
90
91
  */
91
92
  exclude?: boolean;
92
93
  /**
93
- * This property references a JS class, which you use to modify the date range value list. You can either remove standard data range values or add custom values.
94
+ * This property references a JS class, which can be used to modify the date range value list.
95
+ * You can either remove the standard data range values or add custom values.
94
96
  * The customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types.
95
97
  */
96
98
  customDateRangeImplementation?: string;
@@ -120,7 +122,7 @@ export type FilterType = {
120
122
  */
121
123
  path: FilterPathType;
122
124
  /**
123
- * The 'contains' string specifies a filter describing a set of values of the date range type.
125
+ * Specifies a filter describing a set of values of the date range type.
124
126
  */
125
127
  contains?: string;
126
128
  /**
@@ -128,7 +130,8 @@ export type FilterType = {
128
130
  */
129
131
  equals?: DateRangeType[];
130
132
  /**
131
- * The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.
133
+ * This property is set to True by default which excludes all values given as selectedValues from the list of date range filters.
134
+ * If this property is set to False, the application shows only selected values in the list of date range filters.
132
135
  */
133
136
  exclude?: boolean;
134
137
  };
@@ -148,7 +151,8 @@ export interface DateRange {
148
151
  */
149
152
  selectedValues?: DateRangeType[];
150
153
  /**
151
- * The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.
154
+ * This property is set to True by default. This excludes all values given as selectedValues from the list of date range filters.
155
+ * If the exclude property is set to False, the application shows only selected values in the list of date range filters.
152
156
  */
153
157
  exclude?: boolean;
154
158
  }
@@ -163,7 +167,7 @@ export interface CommonFilterBar {
163
167
  liveMode?: boolean;
164
168
  /**
165
169
  * If you set the flag to true, then standard variant management is not available in the app. The app name is displayed instead.
166
- * If you set the flag to false or if the flag is not at all contained in the manifest of the app, the standard variant management is available and can be enabled or disabled.
170
+ * If the flag is false or undefined, the standard variant management is available and can be enabled or disabled.
167
171
  */
168
172
  variantManagementHidden?: boolean;
169
173
  /**
@@ -172,19 +176,19 @@ export interface CommonFilterBar {
172
176
  */
173
177
  subTitleIfVariantMgmtHidden?: string;
174
178
  /**
175
- * Use to set date settings for fields in smart filter bar
179
+ * Defines the date settings for fields in the smart filter bar.
176
180
  */
177
181
  dateSettings?: DateRange;
178
182
  /**
179
- * Handles visibility of the Clear button on the FilterBar.
183
+ * Handles the visibility of the Clear button on the filter bar.
180
184
  */
181
185
  showClearOnFB?: boolean;
182
186
  /**
183
- * Handles visibility of the Filter button on the FilterBar.
187
+ * Handles the visibility of the Filter button on the filter bar.
184
188
  */
185
189
  showFilterConfiguration?: boolean;
186
190
  /**
187
- * Handles visibility of the Restore button on the FilterBar.
191
+ * Handles the visibility of the Restore button on the filter bar.
188
192
  */
189
193
  showRestoreOnFB?: boolean;
190
194
  /**
@@ -199,7 +203,7 @@ export interface CommonFilterBar {
199
203
  */
200
204
  export interface ListReportFilterBar extends CommonFilterBar {
201
205
  /**
202
- * Can be used to specify a SelectionVariant (in order to set default values for the filter bar), a PresentationVariant (in order to define the layout of the table), or a SelectionPresentationVariant (combining both)
206
+ * Specify a SelectionVariant (in order to set default values for the filter bar), a PresentationVariant (in order to define the layout of the table), or a SelectionPresentationVariant (combining both)
203
207
  */
204
208
  annotationPath?: string;
205
209
  }
@@ -209,11 +213,11 @@ export interface ListReportFilterBar extends CommonFilterBar {
209
213
  */
210
214
  export interface AnalyticalListPageFilterBar extends CommonFilterBar {
211
215
  /**
212
- * Go button is displayed for compact filters when this is set to true
216
+ * Determines whether the Go button is displayed for compact filters.
213
217
  */
214
218
  showGoButtonOnFilterBar?: boolean;
215
219
  /**
216
- * Lets you to add default values for FilterBar using SelectionVariant annotation
220
+ * Determines whether you can add default values for the filter bar using a SelectionVariant annotation.
217
221
  */
218
222
  filterDefaultsFromSelectionVariant?: boolean;
219
223
  }
@@ -1 +1 @@
1
- {"version":3,"file":"FilterBar.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v2/controls/FilterBar.ts"],"names":[],"mappings":"AAAA,0BAAkB,aAAa;IAC3B,SAAS,cAAc;IACvB,IAAI,SAAS;IACb,IAAI,SAAS;IACb,EAAE,OAAO;IACT,IAAI,SAAS;IACb,QAAQ,aAAa;IACrB,SAAS,cAAc;IACvB,IAAI,SAAS;IACb,UAAU,eAAe;IACzB,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,YAAY,iBAAiB;IAC7B,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,IAAI,SAAS;IACb,QAAQ,aAAa;IACrB,SAAS,cAAc;IACvB,UAAU,eAAe;IACzB,YAAY,iBAAiB;IAC7B,SAAS,cAAc;IACvB,IAAI,SAAS;IACb,aAAa,kBAAkB;IAC/B,SAAS,cAAc;IACvB,UAAU,eAAe;IACzB,KAAK,UAAU;IACf,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,SAAS,cAAc;IACvB,SAAS,cAAc;IACvB,SAAS,cAAc;IACvB,WAAW,gBAAgB;IAC3B,WAAW,gBAAgB;IAC3B,WAAW,gBAAgB;IAC3B,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,WAAW,gBAAgB;CAC9B;AAED,0BAAkB,yBAAyB;IACvC,SAAS,cAAc;IACvB,KAAK,UAAU;IACf,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,SAAS,cAAc;IACvB,WAAW,gBAAgB;IAC3B,WAAW,gBAAgB;IAC3B,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,UAAU,eAAe;CAC5B;AAED;;;GAGG;AACH,MAAM,MAAM,cAAc,GAAG,EAAE,GAAG,0BAA0B,CAAC;AAI7D;;;GAGG;AACH,MAAM,WAAW,0BAA0B;IACvC;;OAEG;IACH,cAAc,CAAC,EAAE,aAAa,EAAE,CAAC;IACjC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;OAGG;IACH,6BAA6B,CAAC,EAAE,MAAM,CAAC;IACvC;;OAEG;IACH,MAAM,CAAC,EAAE,UAAU,EAAE,CAAC;IACtB;;OAEG;IACH,YAAY,CAAC,EAAE,gBAAgB,CAAC;CACnC;AAED;;;GAGG;AACH,MAAM,WAAW,eAAe;IAC5B,CAAC,GAAG,EAAE,MAAM,GAAG,cAAc,CAAC;CACjC;AAED,0BAAkB,cAAc;IAC5B,GAAG,QAAQ;IACX,OAAO,aAAa;CACvB;AAED,MAAM,MAAM,UAAU,GAAG;IACrB;;OAEG;IACH,IAAI,EAAE,cAAc,CAAC;IACrB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,aAAa,EAAE,CAAC;IACzB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,MAAM,WAAW,gBAAgB;IAC7B;;OAEG;IACH,SAAS,EAAE,yBAAyB,CAAC;CACxC;AAED,MAAM,WAAW,SAAS;IACtB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;OAEG;IACH,cAAc,CAAC,EAAE,aAAa,EAAE,CAAC;IACjC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,WAAW,eAAe;IAC5B;;OAEG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC;;OAEG;IAEH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC;;;OAGG;IACH,2BAA2B,CAAC,EAAE,MAAM,CAAC;IACrC;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;OAGG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;CACrC;AAED;;;GAGG;AACH,MAAM,WAAW,mBAAoB,SAAQ,eAAe;IACxD;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED;;;GAGG;AACH,MAAM,WAAW,2BAA4B,SAAQ,eAAe;IAChE;;OAEG;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC;;OAEG;IACH,kCAAkC,CAAC,EAAE,OAAO,CAAC;CAChD"}
1
+ {"version":3,"file":"FilterBar.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v2/controls/FilterBar.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"FilterBar.js","sourceRoot":"","sources":["../../../../../../types/src/v2/controls/FilterBar.ts"],"names":[],"mappings":";;;AAAA,IAAkB,aAiDjB;AAjDD,WAAkB,aAAa;IAC3B,wCAAuB,CAAA;IACvB,8BAAa,CAAA;IACb,8BAAa,CAAA;IACb,0BAAS,CAAA;IACT,8BAAa,CAAA;IACb,sCAAqB,CAAA;IACrB,wCAAuB,CAAA;IACvB,8BAAa,CAAA;IACb,0CAAyB,CAAA;IACzB,gCAAe,CAAA;IACf,oCAAmB,CAAA;IACnB,8CAA6B,CAAA;IAC7B,wCAAuB,CAAA;IACvB,sCAAqB,CAAA;IACrB,8BAAa,CAAA;IACb,sCAAqB,CAAA;IACrB,wCAAuB,CAAA;IACvB,0CAAyB,CAAA;IACzB,8CAA6B,CAAA;IAC7B,wCAAuB,CAAA;IACvB,8BAAa,CAAA;IACb,gDAA+B,CAAA;IAC/B,wCAAuB,CAAA;IACvB,0CAAyB,CAAA;IACzB,gCAAe,CAAA;IACf,sCAAqB,CAAA;IACrB,sCAAqB,CAAA;IACrB,sCAAqB,CAAA;IACrB,0CAAyB,CAAA;IACzB,0CAAyB,CAAA;IACzB,0CAAyB,CAAA;IACzB,0CAAyB,CAAA;IACzB,sCAAqB,CAAA;IACrB,0CAAyB,CAAA;IACzB,0CAAyB,CAAA;IACzB,0CAAyB,CAAA;IACzB,0CAAyB,CAAA;IACzB,wCAAuB,CAAA;IACvB,wCAAuB,CAAA;IACvB,wCAAuB,CAAA;IACvB,4CAA2B,CAAA;IAC3B,4CAA2B,CAAA;IAC3B,4CAA2B,CAAA;IAC3B,sCAAqB,CAAA;IACrB,sCAAqB,CAAA;IACrB,sCAAqB,CAAA;IACrB,sCAAqB,CAAA;IACrB,4CAA2B,CAAA;AAC/B,CAAC,EAjDiB,aAAa,6BAAb,aAAa,QAiD9B;AAED,IAAkB,yBAsBjB;AAtBD,WAAkB,yBAAyB;IACvC,oDAAuB,CAAA;IACvB,4CAAe,CAAA;IACf,kDAAqB,CAAA;IACrB,kDAAqB,CAAA;IACrB,oDAAuB,CAAA;IACvB,kDAAqB,CAAA;IACrB,oDAAuB,CAAA;IACvB,wDAA2B,CAAA;IAC3B,wDAA2B,CAAA;IAC3B,kDAAqB,CAAA;IACrB,kDAAqB,CAAA;IACrB,sDAAyB,CAAA;IACzB,sDAAyB,CAAA;IACzB,sDAAyB,CAAA;IACzB,sDAAyB,CAAA;IACzB,sDAAyB,CAAA;IACzB,kDAAqB,CAAA;IACrB,kDAAqB,CAAA;IACrB,kDAAqB,CAAA;IACrB,kDAAqB,CAAA;IACrB,sDAAyB,CAAA;AAC7B,CAAC,EAtBiB,yBAAyB,yCAAzB,yBAAyB,QAsB1C;AA8CD,IAAkB,cAGjB;AAHD,WAAkB,cAAc;IAC5B,6BAAW,CAAA;IACX,sCAAoB,CAAA;AACxB,CAAC,EAHiB,cAAc,8BAAd,cAAc,QAG/B"}
1
+ {"version":3,"file":"FilterBar.js","sourceRoot":"","sources":["../../../../../../types/src/v2/controls/FilterBar.ts"],"names":[],"mappings":";;;AAAA,IAAkB,aAiDjB;AAjDD,WAAkB,aAAa;IAC3B,wCAAuB,CAAA;IACvB,8BAAa,CAAA;IACb,8BAAa,CAAA;IACb,0BAAS,CAAA;IACT,8BAAa,CAAA;IACb,sCAAqB,CAAA;IACrB,wCAAuB,CAAA;IACvB,8BAAa,CAAA;IACb,0CAAyB,CAAA;IACzB,gCAAe,CAAA;IACf,oCAAmB,CAAA;IACnB,8CAA6B,CAAA;IAC7B,wCAAuB,CAAA;IACvB,sCAAqB,CAAA;IACrB,8BAAa,CAAA;IACb,sCAAqB,CAAA;IACrB,wCAAuB,CAAA;IACvB,0CAAyB,CAAA;IACzB,8CAA6B,CAAA;IAC7B,wCAAuB,CAAA;IACvB,8BAAa,CAAA;IACb,gDAA+B,CAAA;IAC/B,wCAAuB,CAAA;IACvB,0CAAyB,CAAA;IACzB,gCAAe,CAAA;IACf,sCAAqB,CAAA;IACrB,sCAAqB,CAAA;IACrB,sCAAqB,CAAA;IACrB,0CAAyB,CAAA;IACzB,0CAAyB,CAAA;IACzB,0CAAyB,CAAA;IACzB,0CAAyB,CAAA;IACzB,sCAAqB,CAAA;IACrB,0CAAyB,CAAA;IACzB,0CAAyB,CAAA;IACzB,0CAAyB,CAAA;IACzB,0CAAyB,CAAA;IACzB,wCAAuB,CAAA;IACvB,wCAAuB,CAAA;IACvB,wCAAuB,CAAA;IACvB,4CAA2B,CAAA;IAC3B,4CAA2B,CAAA;IAC3B,4CAA2B,CAAA;IAC3B,sCAAqB,CAAA;IACrB,sCAAqB,CAAA;IACrB,sCAAqB,CAAA;IACrB,sCAAqB,CAAA;IACrB,4CAA2B,CAAA;AAC/B,CAAC,EAjDiB,aAAa,6BAAb,aAAa,QAiD9B;AAED,IAAkB,yBAsBjB;AAtBD,WAAkB,yBAAyB;IACvC,oDAAuB,CAAA;IACvB,4CAAe,CAAA;IACf,kDAAqB,CAAA;IACrB,kDAAqB,CAAA;IACrB,oDAAuB,CAAA;IACvB,kDAAqB,CAAA;IACrB,oDAAuB,CAAA;IACvB,wDAA2B,CAAA;IAC3B,wDAA2B,CAAA;IAC3B,kDAAqB,CAAA;IACrB,kDAAqB,CAAA;IACrB,sDAAyB,CAAA;IACzB,sDAAyB,CAAA;IACzB,sDAAyB,CAAA;IACzB,sDAAyB,CAAA;IACzB,sDAAyB,CAAA;IACzB,kDAAqB,CAAA;IACrB,kDAAqB,CAAA;IACrB,kDAAqB,CAAA;IACrB,kDAAqB,CAAA;IACrB,sDAAyB,CAAA;AAC7B,CAAC,EAtBiB,yBAAyB,yCAAzB,yBAAyB,QAsB1C;AAgDD,IAAkB,cAGjB;AAHD,WAAkB,cAAc;IAC5B,6BAAW,CAAA;IACX,sCAAoB,CAAA;AACxB,CAAC,EAHiB,cAAc,8BAAd,cAAc,QAG/B"}
@@ -4,13 +4,13 @@
4
4
  */
5
5
  export interface ObjectPageChart {
6
6
  /**
7
- * To enable variant management for charts in an object page
7
+ * Enables variant management for charts in an object page.
8
8
  */
9
9
  variantManagement?: boolean;
10
10
  }
11
11
  export interface GlobalChartSettings {
12
12
  /**
13
- * To enable variant management for charts in an object page
13
+ * Enables variant management for charts in an object page.
14
14
  */
15
15
  variantManagement?: boolean;
16
16
  }
@@ -26,11 +26,11 @@ export interface ObjectPageHeader {
26
26
  */
27
27
  displayShape?: AvatarShape;
28
28
  /**
29
- * Set properties of actions on Object Page Header
29
+ * Set properties of actions on the Object Page header
30
30
  */
31
31
  actions?: ObjectPageHeaderActions;
32
32
  /**
33
- * Enable the carousel header on the desktop
33
+ * Enables the carousel header on the desktop
34
34
  */
35
35
  showHeaderAsCarouselOnDesktop?: boolean;
36
36
  sections?: HeaderSections;
@@ -4,19 +4,19 @@
4
4
  */
5
5
  export interface ObjectPageLayout {
6
6
  /**
7
- * showHeaderContent determines the visibility of the Header content.
7
+ * Determines the visibility of the Header content.
8
8
  */
9
9
  showHeaderContent?: boolean;
10
10
  /**
11
- * showAnchorBar determines whether the navigation bar (anchor bar) is displayed.
11
+ * Determines whether the navigation bar (anchor bar) is displayed.
12
12
  */
13
13
  showAnchorBar?: boolean;
14
14
  /**
15
- * useIconTabBar determines whether the navigation mode is tab-based instead of based on the default anchor bar.
15
+ * Determines whether the navigation mode is tab-based instead of based on the default anchor bar.
16
16
  */
17
17
  useIconTabBar?: boolean;
18
18
  /**
19
- * alwaysShowContentHeader determines whether header content will always be expanded on desktop.
19
+ * Determines whether header content will always be expanded on the desktop.
20
20
  */
21
21
  alwaysShowContentHeader?: boolean;
22
22
  }
@@ -6,7 +6,7 @@ import type { ViewTypes, SAPUI5_FRAGMENT_CLASS, SAPUI5_VIEW_CLASS } from '../../
6
6
  */
7
7
  export interface ObjectPageSectionV2 {
8
8
  /**
9
- * Allows you to define if the section should be visible on the screen.
9
+ * Defines if this section should be visible.
10
10
  */
11
11
  visible?: boolean;
12
12
  }
@@ -87,7 +87,7 @@ export interface ObjectPageCustomSectionBase {
87
87
  relatedFacet: string;
88
88
  relativePosition: SectionPosition;
89
89
  /**
90
- * The label of the custom section, preferably as an i18n key
90
+ * The label of the custom section, preferably as an i18n key.
91
91
  * @i18nClassification TIT: Custom section title
92
92
  */
93
93
  title: string;
@@ -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
  }