@sap/ux-specification 1.108.41 → 1.108.43

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 +43 -34
  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 +106 -106
  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 +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 +5 -6
  20. package/dist/schemas/v4/ListReportConfig.json +44 -44
  21. package/dist/schemas/v4/ObjectPageConfig.json +45 -45
  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 +19 -3
  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 +52 -47
  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 +6 -6
  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
@@ -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;
@@ -13,11 +13,10 @@ export declare enum InitialLayoutType {
13
13
  */
14
14
  export interface VisualFilter {
15
15
  /**
16
- * Defines where the selection field should be shown.
17
- *
18
- * - Default: The filter field is shown by default in the filter bar (both the regular filter fields as well as the corresponding visual filter fields).
19
- * - Adaptation: The filter field is initially not shown but is only available under Adapt Filters.
20
- * - Hidden: The filter field is not visible in the filter bar or within the Adapt Filters dialog.
16
+ * Defines where the selection field appears.
17
+ * - Default: The filter field appears by default in the filter bar (both the regular filter fields as well as the corresponding visual filter fields).
18
+ * - Adaptation: The filter field only appears under Adapt Filters.
19
+ * - Hidden: The filter field is hidden.
21
20
  * @artifactType Manifest
22
21
  */
23
22
  availability?: Availability;
@@ -83,7 +82,7 @@ export interface CustomFilterField {
83
82
  */
84
83
  template: string;
85
84
  /**
86
- * If filter field is mandatory, i.e. it requires a value.
85
+ * Determines whether the filter field requires a value.
87
86
  */
88
87
  required?: boolean;
89
88
  /**
@@ -116,7 +115,6 @@ export interface FilterBar {
116
115
  initialLayout?: InitialLayoutType;
117
116
  /**
118
117
  * Allows you to specify the layout of the filter bar.
119
- *
120
118
  * - Compact: This setting shows filter fields in compact mode.
121
119
  * - CompactVisual: This setting shows filter fields in both compact and visual modes.
122
120
  *
@@ -1 +1 @@
1
- {"version":3,"file":"FilterBar.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/FilterBar.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,IAAI,CAAC;AAEvC,oBAAY,UAAU;IAClB,OAAO,YAAY;IACnB,aAAa,kBAAkB;CAClC;AAED,oBAAY,iBAAiB;IACzB,OAAO,YAAY;IACnB,MAAM,WAAW;CACpB;AAID;;;GAGG;AACH,MAAM,WAAW,YAAY;IACzB;;;;;;;OAOG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAClC;AAED,MAAM,MAAM,cAAc,GAAG,EAAE,CAAC;AAEhC;;;GAGG;AACH,MAAM,WAAW,eAAe;IAC5B,CAAC,GAAG,EAAE,MAAM,GAAG,cAAc,GAAG,iBAAiB,CAAC;CACrD;AAED;;;GAGG;AACH,MAAM,WAAW,cAAc;IAC3B,CAAC,GAAG,EAAE,MAAM,GAAG,cAAc,CAAC;CACjC;AAED;;;GAGG;AACH,MAAM,WAAW,aAAa;IAC1B,CAAC,GAAG,EAAE,MAAM,GAAG,YAAY,CAAC;CAC/B;AAED,oBAAY,oBAAoB;IAC5B,KAAK,UAAU;IACf,MAAM,WAAW;CACpB;AAED,MAAM,WAAW,yBAAyB;IACtC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,SAAS,EAAE,oBAAoB,CAAC;CACnC;AAED;;;GAGG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,yBAAyB,CAAC;CACxC;AAED;;;GAGG;AACH,MAAM,WAAW,SAAS;IACtB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;OAEG;IACH,eAAe,CAAC,EAAE,eAAe,GAAG,cAAc,CAAC;IAEnD;;OAEG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAE9B;;;OAGG;IACH,aAAa,CAAC,EAAE,iBAAiB,CAAC;IAElC;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC;CACvB"}
1
+ {"version":3,"file":"FilterBar.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/FilterBar.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,IAAI,CAAC;AAEvC,oBAAY,UAAU;IAClB,OAAO,YAAY;IACnB,aAAa,kBAAkB;CAClC;AAED,oBAAY,iBAAiB;IACzB,OAAO,YAAY;IACnB,MAAM,WAAW;CACpB;AAID;;;GAGG;AACH,MAAM,WAAW,YAAY;IACzB;;;;;;OAMG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAClC;AAED,MAAM,MAAM,cAAc,GAAG,EAAE,CAAC;AAEhC;;;GAGG;AACH,MAAM,WAAW,eAAe;IAC5B,CAAC,GAAG,EAAE,MAAM,GAAG,cAAc,GAAG,iBAAiB,CAAC;CACrD;AAED;;;GAGG;AACH,MAAM,WAAW,cAAc;IAC3B,CAAC,GAAG,EAAE,MAAM,GAAG,cAAc,CAAC;CACjC;AAED;;;GAGG;AACH,MAAM,WAAW,aAAa;IAC1B,CAAC,GAAG,EAAE,MAAM,GAAG,YAAY,CAAC;CAC/B;AAED,oBAAY,oBAAoB;IAC5B,KAAK,UAAU;IACf,MAAM,WAAW;CACpB;AAED,MAAM,WAAW,yBAAyB;IACtC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,SAAS,EAAE,oBAAoB,CAAC;CACnC;AAED;;;GAGG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,yBAAyB,CAAC;CACxC;AAED;;;GAGG;AACH,MAAM,WAAW,SAAS;IACtB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;OAEG;IACH,eAAe,CAAC,EAAE,eAAe,GAAG,cAAc,CAAC;IAEnD;;OAEG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAE9B;;;OAGG;IACH,aAAa,CAAC,EAAE,iBAAiB,CAAC;IAElC;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC;CACvB"}
@@ -1 +1 @@
1
- {"version":3,"file":"FilterBar.js","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/FilterBar.ts"],"names":[],"mappings":";;;AAEA,IAAY,UAGX;AAHD,WAAY,UAAU;IAClB,iCAAmB,CAAA;IACnB,6CAA+B,CAAA;AACnC,CAAC,EAHW,UAAU,0BAAV,UAAU,QAGrB;AAED,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IACzB,wCAAmB,CAAA;IACnB,sCAAiB,CAAA;AACrB,CAAC,EAHW,iBAAiB,iCAAjB,iBAAiB,QAG5B;AAoDD,IAAY,oBAGX;AAHD,WAAY,oBAAoB;IAC5B,uCAAe,CAAA;IACf,yCAAiB,CAAA;AACrB,CAAC,EAHW,oBAAoB,oCAApB,oBAAoB,QAG/B"}
1
+ {"version":3,"file":"FilterBar.js","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/FilterBar.ts"],"names":[],"mappings":";;;AAEA,IAAY,UAGX;AAHD,WAAY,UAAU;IAClB,iCAAmB,CAAA;IACnB,6CAA+B,CAAA;AACnC,CAAC,EAHW,UAAU,0BAAV,UAAU,QAGrB;AAED,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IACzB,wCAAmB,CAAA;IACnB,sCAAiB,CAAA;AACrB,CAAC,EAHW,iBAAiB,iCAAjB,iBAAiB,QAG5B;AAmDD,IAAY,oBAGX;AAHD,WAAY,oBAAoB;IAC5B,uCAAe,CAAA;IACf,yCAAiB,CAAA;AACrB,CAAC,EAHW,oBAAoB,oCAApB,oBAAoB,QAG/B"}
@@ -9,7 +9,7 @@ export interface CustomFooterActionOP extends CustomActionOP {
9
9
  }
10
10
  export interface FooterActionV4 {
11
11
  /**
12
- * Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)
12
+ * Settings that control the behavior after creating a new entry.
13
13
  */
14
14
  afterExecution?: ActionAfterExecutionConfigurationFooter;
15
15
  }
@@ -6,7 +6,7 @@ export interface CustomFormActionOP extends CustomActionOP {
6
6
  }
7
7
  export interface FormAction {
8
8
  /**
9
- * Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)
9
+ * Settings that control the behavior after creating a new entry.
10
10
  */
11
11
  afterExecution?: ActionAfterExecutionConfigurationForm;
12
12
  }
@@ -10,7 +10,7 @@ export interface CustomHeaderActionOP extends CustomActionOP {
10
10
  }
11
11
  export interface ObjectPageHeaderAction {
12
12
  /**
13
- * Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)
13
+ * Settings that control the behavior after creating a new entry.
14
14
  */
15
15
  afterExecution?: ActionAfterExecutionConfigurationObjectPageHeader;
16
16
  }
@@ -22,11 +22,11 @@ export interface SemanticObjectPropertyMapping {
22
22
  */
23
23
  export interface AdditionalSemanticObject {
24
24
  /**
25
- * You can use the allowedActions to define the exact list of semantic object links to be displayed under the Related Apps button
25
+ * Define the list of semantic object links displayed under the Related Apps button.
26
26
  */
27
27
  allowedActions?: string[];
28
28
  /**
29
- * The array of unavailable actions defined in the preceding settings denote those navigation actions of the semantic object which should not be displayed under the Related Apps button.
29
+ * Determines the navigation actions of the semantic object that are hidden from under the Related Apps button.
30
30
  */
31
31
  unavailableActions?: string[];
32
32
  /**
@@ -35,7 +35,7 @@ export interface AdditionalSemanticObject {
35
35
  mapping?: SemanticObjectPropertyMapping;
36
36
  }
37
37
  /**
38
- * You can add additional links under the "Related Apps" button by specifing additional semantic objects here.
38
+ * Adds additional links under the Related Apps button by specifying semantic objects.
39
39
  * @isViewNode true
40
40
  */
41
41
  export interface AdditionalSemanticObjects {
@@ -47,7 +47,7 @@ export interface RelatedApps {
47
47
  */
48
48
  showRelatedApps?: boolean;
49
49
  /**
50
- * Additional Semantic Objects
50
+ * Additional Semantic Objects.
51
51
  */
52
52
  additionalSemanticObjects: AdditionalSemanticObjects;
53
53
  }
@@ -68,7 +68,7 @@ export interface ObjectPageHeader {
68
68
  */
69
69
  visible?: boolean;
70
70
  /**
71
- * Set visible to true to make the anchor bar visible.
71
+ * Determines whether the anchor bar is displayed.
72
72
  */
73
73
  anchorBarVisible?: boolean;
74
74
  actions?: ObjectPageHeaderActions;
@@ -3,7 +3,7 @@ import type { DesignTime, RequestGroupId } from '@sap-ux/fe-fpm-writer';
3
3
  export type { DesignTime, RequestGroupId } from '@sap-ux/fe-fpm-writer';
4
4
  export interface FlexSettings {
5
5
  /**
6
- * Allows you to define which settings are available for key user adaptation at design time.
6
+ * Defines which settings are available for key user adaptation at design time.
7
7
  */
8
8
  designtime?: DesignTime;
9
9
  }
@@ -64,7 +64,7 @@ export interface ObjectPageCustomHeaderSectionFragment extends ObjectPageCustomS
64
64
  */
65
65
  templateEdit?: string;
66
66
  /**
67
- * Defines the Loading Behavior of Object Page Headers.
67
+ * Defines the loading behavior of the Object Page header.
68
68
  */
69
69
  requestGroupId?: RequestGroupId;
70
70
  /**
@@ -8,8 +8,7 @@ export declare enum SectionLayoutType {
8
8
  */
9
9
  export interface ObjectPageLayout {
10
10
  /**
11
- * Allows you to define the layout of the sections.
12
- *
11
+ * Defines the layout of the sections.
13
12
  * - Page (default): In this mode, all the sections and subsections are added to the same page.
14
13
  * - Tabs: In this mode, the sections are represented as tabs under the header facet.
15
14
  */
@@ -1 +1 @@
1
- {"version":3,"file":"ObjectPageLayout.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/ObjectPageLayout.ts"],"names":[],"mappings":"AAAA,oBAAY,iBAAiB;IACzB,IAAI,SAAS;IACb,IAAI,SAAS;CAChB;AAID;;;GAGG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;;OAKG;IACH,aAAa,CAAC,EAAE,iBAAiB,CAAC;CACrC"}
1
+ {"version":3,"file":"ObjectPageLayout.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/ObjectPageLayout.ts"],"names":[],"mappings":"AAAA,oBAAY,iBAAiB;IACzB,IAAI,SAAS;IACb,IAAI,SAAS;CAChB;AAID;;;GAGG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,aAAa,CAAC,EAAE,iBAAiB,CAAC;CACrC"}
@@ -87,13 +87,13 @@ export interface CustomSections {
87
87
  }
88
88
  export interface ObjectPageCustomSectionBase {
89
89
  /**
90
- * Use the key of another facet/section as a placement anchor.
90
+ * Use the key of another section as a placement anchor.
91
91
  * @artifactType Manifest
92
92
  * @displayName Anchor
93
93
  */
94
94
  relatedFacet?: string;
95
95
  /**
96
- * Define the placement, either before or after the anchor facet/section.
96
+ * Define the placement, either before or after the anchor section.
97
97
  * @artifactType Manifest
98
98
  */
99
99
  relativePosition?: SectionPosition;
@@ -15,7 +15,7 @@ export interface PositionOP {
15
15
  }
16
16
  export interface TableCustomColumnOP extends TableCustomColumn {
17
17
  /**
18
- * Defines the position of the column relative to other columns.
18
+ * Defines the position of the column relative to the anchor column.
19
19
  * @artifactType Manifest
20
20
  */
21
21
  position?: PositionOP;
@@ -26,7 +26,7 @@ export interface TableCustomColumnOP extends TableCustomColumn {
26
26
  */
27
27
  export interface ObjectPageTable extends TableSettingsOP {
28
28
  /**
29
- * By setting enableFullScreen to true you can enable the full screen mode for this table; this will display a new button on the table toolbar allowing the user to open the table in a fullscreen dialog.
29
+ * Enables full screen mode for this table. This adds a button to the table toolbar which opens the table in a full screen dialog.
30
30
  */
31
31
  enableFullScreen?: boolean;
32
32
  /**
@@ -84,7 +84,7 @@ export interface PersonalizationTypeOP {
84
84
  }
85
85
  export interface QuickVariantSelectionV4OP {
86
86
  /**
87
- * List of annotation paths referring to SelectionVariant annotations
87
+ * List of annotation paths referring to SelectionVariant annotations.
88
88
  */
89
89
  paths: AnnotationPathAsObject[];
90
90
  /**
@@ -111,7 +111,7 @@ export interface TableSettingsOP extends TableSettings {
111
111
  */
112
112
  personalization?: PersonalizationTypeOP;
113
113
  /**
114
- * With quickVariantSelection you can switch on the multiple view feature (single table mode). It links to SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) you must have added to your annotations beforehand.
114
+ * With quickVariantSelection, you can switch to multiple views (single table mode). It links to a SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) that you have added to your annotations.
115
115
  */
116
116
  quickVariantSelection?: QuickVariantSelectionV4OP;
117
117
  columns?: GenericColumnsOP;
@@ -6,13 +6,13 @@ import type { SelectType, CustomTableAction } from './ToolBar';
6
6
  */
7
7
  export interface ObjectPageToolBarAction {
8
8
  /**
9
- * Enables single selection for a bound action
9
+ * Enables single selection for a bound action.
10
10
  */
11
11
  enableOnSelect?: SelectType;
12
12
  }
13
13
  export interface CustomTableActionOP extends CustomTableAction {
14
14
  /**
15
- * Defines the position of the action relative to other actions.
15
+ * Defines the position of the action relative to the anchor action.
16
16
  * @artifactType Manifest
17
17
  */
18
18
  position?: CustomActionPositionOP;
@@ -52,22 +52,17 @@ export interface ViewPersonalizationType {
52
52
  export interface AnnotationPathAsObject {
53
53
  annotationPath: string;
54
54
  }
55
- export interface AnnotationPathWithKey {
56
- key: string;
57
- annotationPath: string;
58
- entitySet?: string;
59
- }
60
55
  export interface QuickVariantSelectionV4 {
61
56
  /**
62
- * List of annotation paths referring to SelectionVariant annotations
57
+ * List of annotation paths referring to SelectionVariant annotations.
63
58
  */
64
59
  paths: AnnotationPathAsObject[];
65
60
  /**
66
- * You can hide the table and display only the titles of the tabs. To do so, add the hideTableTitle option and set it to true.
61
+ * Determines whether the table title is hidden and the tab titles are displayed.
67
62
  */
68
63
  hideTableTitle?: boolean;
69
64
  /**
70
- * You can show the counts of entries of each view. To do so, add the showCounts option and set it to true.
65
+ * Determines whether the entry view counts are shown.
71
66
  */
72
67
  showCounts?: boolean;
73
68
  }
@@ -83,16 +78,16 @@ export interface ViewColumns {
83
78
  }
84
79
  export interface TableSettings {
85
80
  /**
86
- * 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.
81
+ * Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.
87
82
  */
88
83
  type?: TableTypeV4;
89
84
  /**
90
85
  * Allows you to enable or disable row selection and choose between single or multiple row selection.
91
- *
92
- * - Auto: This type is now deprecated. Choose any of the following modes.
93
- * - Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the delete button.
94
- * - Single: This type allows single table selection if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the Delete button.
95
- * - None: No table selection is possible in display mode. In edit mode, the selection (including multiple row selection) is still possible when the Delete button is available in the table toolbar.
86
+ * - Auto: This type is deprecated. Choose any of the following modes:
87
+ * - Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar.
88
+ * - Single: This type allows single table selection if relevant actions are available in the toolbar.
89
+ * - None: No table selection is possible in display mode.
90
+ * @descriptionSrcURL https://help.sap.com/docs/SAPUI5/4a476671e9bd4e898445a16858d9cf24/116b5d82e8c545e2a56e1b51b8b0a9bd.html?#additional-features-in-sap-fiori-elements-for-odata-v4
96
91
  */
97
92
  selectionMode?: SelectionMode;
98
93
  /**
@@ -104,16 +99,16 @@ export interface TableSettings {
104
99
  */
105
100
  selectionLimit?: number;
106
101
  /**
107
- * By default, export is enabled in the List Report and on the Object Page. When enabled, the Export button is displayed in the table toolbar.
102
+ * Defines whether the Export button is displayed in the table toolbar. The default value is true.
108
103
  *
109
104
  */
110
105
  enableExport?: boolean;
111
106
  /**
112
- * With quickVariantSelection you can switch on the multiple view feature (single table mode). It links to SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) you must have added to your annotations beforehand.
107
+ * With quickVariantSelection you can switch to multiple views (single table mode). It links to a SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) that you have added to your annotations.
113
108
  */
114
109
  quickVariantSelection?: QuickVariantSelectionV4;
115
110
  /**
116
- * Allows you to set the content density to condensed for ui.table on the List Report and Object Page.
111
+ * Determines whether the content density for ui.table is condensed.
117
112
  */
118
113
  condensedTableLayout?: boolean;
119
114
  }
@@ -124,7 +119,7 @@ export type ViewTypeV4 = LRTableView | LRChartView | TableViewExtension | boolea
124
119
  */
125
120
  export interface MultiTableModeV4 {
126
121
  /**
127
- * List of annotation paths
122
+ * List of annotation paths.
128
123
  */
129
124
  [key: string]: ViewTypeV4;
130
125
  /**
@@ -158,8 +153,8 @@ export interface CommonViewSettings {
158
153
  */
159
154
  index: number;
160
155
  /**
161
- * To use charts in multiple table mode, define a UI.Chart annotation, including a qualifier.
162
- * Reference the UI.Chart annotation in your SelectionPresentationVariant or PresentationVariant for your view.
156
+ * The annotationPath refers to a SelectionPresentationVariant or PresentationVariant annotation.
157
+ * To use charts in multiple table mode, define a UI.Chart annotation, including a qualifier, and reference the UI.Chart annotation in your SelectionPresentationVariant or PresentationVariant annotation.
163
158
  */
164
159
  annotationPath: string;
165
160
  /**
@@ -178,7 +173,7 @@ export interface LRChartView extends CommonViewSettings {
178
173
  */
179
174
  toolBar?: ViewChartToolBar;
180
175
  /**
181
- * Specifies whether the view is visible or not
176
+ * Defines whether the view is visible or not.
182
177
  */
183
178
  visible?: boolean;
184
179
  }
@@ -192,11 +187,10 @@ export interface ALPTableView extends TableSettings {
192
187
  */
193
188
  annotationPath: string;
194
189
  /**
195
- * Allows you to define whether or not the data in the table is automatically loaded
196
- *
197
- * - Auto (default): An initial load of data only occurs if some default filter values have been set in the filter bar
198
- * - Enabled: An initial load of data occurs for the standard variant
199
- * - Disabled: An initial load of data does not occur for the standard variant, and the user has to actively click the Go button.
190
+ * Determines whether the data in the table is automatically loaded.
191
+ * - Auto (default): Data is loaded automatically if a default filter value has been set in the filter bar.
192
+ * - Enabled: Data is loaded automatically, as defined by the standard variant.
193
+ * - Disabled: Data is not loaded automatically. Users have to click the Go button.
200
194
  */
201
195
  initialLoad?: InitialLoadType;
202
196
  /**
@@ -235,7 +229,7 @@ export interface TableViewExtension {
235
229
  */
236
230
  template: string;
237
231
  /**
238
- * Specifies whether the view is visible or not
232
+ * Defines whether the view is visible.
239
233
  */
240
234
  visible?: boolean;
241
235
  }
@@ -280,7 +274,7 @@ export interface LRTableView extends TableSettings {
280
274
  */
281
275
  columns?: ViewColumns;
282
276
  /**
283
- * Specifies whether the view is visible or not
277
+ * Defines whether the view is visible.
284
278
  */
285
279
  visible?: boolean;
286
280
  }
@@ -294,11 +288,10 @@ export interface Table extends TableSettings {
294
288
  */
295
289
  annotationPath?: string;
296
290
  /**
297
- * Allows you to define whether or not the data in the table is automatically loaded
298
- *
299
- * - Auto (default): An initial load of data only occurs if some default filter values have been set in the filter bar
300
- * - Enabled: An initial load of data occurs for the standard variant
301
- * - Disabled: An initial load of data does not occur for the standard variant, and the user has to actively click the Go button.
291
+ * Determines whether the data in the table is automatically loaded.
292
+ * - Auto (default): Data is loaded automatically if a default filter value has been set in the filter bar.
293
+ * - Enabled: Data is loaded automatically, as defined by the standard variant
294
+ * - Disabled: Data is not loaded automatically. Users have to click the Go button.
302
295
  */
303
296
  initialLoad?: InitialLoadType;
304
297
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/Table.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/Table.ts"],"names":[],"mappings":"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"}
@@ -12,11 +12,11 @@ export declare enum SelectType {
12
12
  */
13
13
  export interface ToolBarAction {
14
14
  /**
15
- * Enables single selection for a bound action
15
+ * Enables single selection for a bound action.
16
16
  */
17
17
  enableOnSelect?: SelectType;
18
18
  /**
19
- * Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)
19
+ * Settings that control the behavior after creating a new entry.
20
20
  */
21
21
  afterExecution?: ActionAfterExecutionConfigurationToolBarLR;
22
22
  }
@@ -30,7 +30,7 @@ export interface ViewToolBarAction {
30
30
  */
31
31
  enableOnSelect?: SelectType;
32
32
  /**
33
- * Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)
33
+ * Settings that control the behavior after creating a new entry.
34
34
  */
35
35
  afterExecution?: ActionAfterExecutionConfigurationToolBarLR;
36
36
  }
@@ -23,7 +23,7 @@ export interface PagesV4 extends Pages {
23
23
  }
24
24
  export interface PageView {
25
25
  id: string;
26
- name: string;
26
+ name?: string;
27
27
  path?: string;
28
28
  viewType?: ViewTypes;
29
29
  template?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"page.d.ts","sourceRoot":"","sources":["../../../../../types/src/v4/page.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACR,SAAS,EACT,QAAQ,EACR,UAAU,EACV,2BAA2B,EAC3B,SAAS,EACT,gCAAgC,EACnC,MAAM,WAAW,CAAC;AAEnB,MAAM,WAAW,IAAK,SAAQ,QAAQ;IAClC,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,kBAAkB,CAAC,EAAE,gCAAgC,CAAC;IACtD,QAAQ,CAAC,EAAE,UAAU,CAAC;IACtB,OAAO,CAAC,EAAE;QACN,QAAQ,CAAC,EAAE,2BAA2B,CAAC;KAC1C,CAAC;CACL;AAED,MAAM,WAAW,KAAM,SAAQ,SAAS;IACpC,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB;AAED,MAAM,WAAW,MAAO,SAAQ,QAAQ;IACpC,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,kBAAkB,CAAC,EAAE,gCAAgC,CAAC;IACtD,QAAQ,CAAC,EAAE,UAAU,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,OAAQ,SAAQ,KAAK;IAClC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,QAAQ;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
1
+ {"version":3,"file":"page.d.ts","sourceRoot":"","sources":["../../../../../types/src/v4/page.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACR,SAAS,EACT,QAAQ,EACR,UAAU,EACV,2BAA2B,EAC3B,SAAS,EACT,gCAAgC,EACnC,MAAM,WAAW,CAAC;AAEnB,MAAM,WAAW,IAAK,SAAQ,QAAQ;IAClC,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,kBAAkB,CAAC,EAAE,gCAAgC,CAAC;IACtD,QAAQ,CAAC,EAAE,UAAU,CAAC;IACtB,OAAO,CAAC,EAAE;QACN,QAAQ,CAAC,EAAE,2BAA2B,CAAC;KAC1C,CAAC;CACL;AAED,MAAM,WAAW,KAAM,SAAQ,SAAS;IACpC,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB;AAED,MAAM,WAAW,MAAO,SAAQ,QAAQ;IACpC,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,kBAAkB,CAAC,EAAE,gCAAgC,CAAC;IACtD,QAAQ,CAAC,EAAE,UAAU,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,OAAQ,SAAQ,KAAK;IAClC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,QAAQ;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
@@ -34,8 +34,7 @@ export interface ListReportConfigV4 extends PageConfig {
34
34
  */
35
35
  defaultTemplateAnnotationPath?: string;
36
36
  /**
37
- * Allows you to set the initial view mode
38
- *
37
+ * Definesthe initial view mode:
39
38
  * - primary: This property loads the app in chart-only view.
40
39
  * - secondary: This property loads the app in table-only view.
41
40
  * - both: This property loads the app in hybrid view.
@@ -1 +1 @@
1
- {"version":3,"file":"ListReportConfigV4.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/pages/ListReportConfigV4.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEzG,oBAAY,+BAA+B;IACvC,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,IAAI,SAAS;CAChB;AAID,MAAM,WAAW,kBAAmB,SAAQ,UAAU;IAClD;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,+BAA+B,CAAC;IACpD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB;;OAEG;IACH,KAAK,CAAC,EAAE,YAAY,CAAC;IAErB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,GAAG,YAAY,CAAC;IAE7B;;;OAGG;IACH,6BAA6B,CAAC,EAAE,MAAM,CAAC;IAEvC;;;;;;OAMG;IACH,WAAW,CAAC,EAAE,eAAe,CAAC;CACjC"}
1
+ {"version":3,"file":"ListReportConfigV4.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/pages/ListReportConfigV4.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEzG,oBAAY,+BAA+B;IACvC,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,IAAI,SAAS;CAChB;AAID,MAAM,WAAW,kBAAmB,SAAQ,UAAU;IAClD;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,+BAA+B,CAAC;IACpD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB;;OAEG;IACH,KAAK,CAAC,EAAE,YAAY,CAAC;IAErB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,GAAG,YAAY,CAAC;IAE7B;;;OAGG;IACH,6BAA6B,CAAC,EAAE,MAAM,CAAC;IAEvC;;;;;OAKG;IACH,WAAW,CAAC,EAAE,eAAe,CAAC;CACjC"}
@@ -8,10 +8,9 @@ export interface ObjectPageConfigV4 extends PageConfig {
8
8
  header?: ObjectPageHeader;
9
9
  layout?: ObjectPageLayout;
10
10
  /**
11
- * Allows you to enable and disable variant management for tables.
12
- *
13
- * - None (default): No variant management is possible by default.
14
- * - Control: Individual personalization for each control is possible.
11
+ * Determines whether variant management is enabled for tables:
12
+ * - None (default): Variant management is disabled.
13
+ * - Control: Variant management can be enabled individually for each control using personalization.
15
14
  */
16
15
  variantManagement?: VariantManagementTypeObjectPage;
17
16
  sections?: GenericSections | CustomSections;
@@ -1 +1 @@
1
- {"version":3,"file":"ObjectPageConfigV4.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/pages/ObjectPageConfigV4.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EACR,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,cAAc,EACd,gBAAgB,EACnB,MAAM,aAAa,CAAC;AAErB,oBAAY,+BAA+B;IACvC,IAAI,SAAS;IACb,OAAO,YAAY;CACtB;AAID,MAAM,WAAW,kBAAmB,SAAQ,UAAU;IAClD,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B;;;;;OAKG;IACH,iBAAiB,CAAC,EAAE,+BAA+B,CAAC;IAEpD,QAAQ,CAAC,EAAE,eAAe,GAAG,cAAc,CAAC;IAE5C,MAAM,CAAC,EAAE,gBAAgB,CAAC;CAC7B"}
1
+ {"version":3,"file":"ObjectPageConfigV4.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/pages/ObjectPageConfigV4.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EACR,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,cAAc,EACd,gBAAgB,EACnB,MAAM,aAAa,CAAC;AAErB,oBAAY,+BAA+B;IACvC,IAAI,SAAS;IACb,OAAO,YAAY;CACtB;AAID,MAAM,WAAW,kBAAmB,SAAQ,UAAU;IAClD,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,+BAA+B,CAAC;IAEpD,QAAQ,CAAC,EAAE,eAAe,GAAG,cAAc,CAAC;IAE5C,MAAM,CAAC,EAAE,gBAAgB,CAAC;CAC7B"}
@@ -108,7 +108,7 @@ export interface ObjectPageTableColumn {
108
108
  */
109
109
  export interface TableColumnAction extends TableColumn {
110
110
  /**
111
- * Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)
111
+ * Settings that control the behavior after creating a new entry.
112
112
  */
113
113
  afterExecution?: ActionAfterExecutionConfiguration;
114
114
  }
@@ -118,7 +118,7 @@ export interface TableColumnAction extends TableColumn {
118
118
  */
119
119
  export interface ViewTableColumnAction extends ViewTableColumn {
120
120
  /**
121
- * Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)
121
+ * Settings that control the behavior after creating a new entry.
122
122
  */
123
123
  afterExecution?: ActionAfterExecutionConfiguration;
124
124
  }
@@ -152,7 +152,7 @@ export interface TableCustomColumn {
152
152
  */
153
153
  width?: string;
154
154
  /**
155
- * Relevant for extension columns; allows the definition of a target fragment.
155
+ * Defines a target fragment.
156
156
  * @artifactType Manifest
157
157
  */
158
158
  template: string;
@@ -170,7 +170,8 @@ export interface TableCustomColumn {
170
170
  */
171
171
  availability?: Availability;
172
172
  /**
173
- * If provided and sorting is enabled for the table the custom column header can be clicked. This will lead to a list of properties (or one) that can be sorted by, they are displayed as the labels of the properties, corresponding to their definition in the annotations.
173
+ * If provided and sorting for the table is enabled, the custom column header can be clicked.
174
+ * Once clicked, a list of properties that can be sorted by are displayed.
174
175
  * @artifactType Manifest
175
176
  */
176
177
  properties?: ColumnPropertiesType;
@@ -181,12 +182,12 @@ export interface TableCustomColumn {
181
182
  */
182
183
  export interface ViewTableCustomColumn {
183
184
  /**
184
- * Defines the position of the column relative to other columns.
185
+ * Defines the position of the column relative to other columns.
185
186
  * @artifactType Manifest
186
187
  */
187
188
  position?: ViewPosition;
188
189
  /**
189
- * The header is shown on the table as header, as well as in the add/remove dialog.
190
+ * The header appears in the table as a header, as well as in the add and remove dialogs.
190
191
  * @i18nClassification COL: Custom column header text
191
192
  * @artifactType Manifest
192
193
  */
@@ -198,7 +199,7 @@ export interface ViewTableCustomColumn {
198
199
  */
199
200
  width?: string;
200
201
  /**
201
- * Relevant for extension columns; allows the definition of a target fragment.
202
+ * Defines a target fragment.
202
203
  * @artifactType Manifest
203
204
  */
204
205
  template: string;
@@ -216,7 +217,8 @@ export interface ViewTableCustomColumn {
216
217
  */
217
218
  availability?: Availability;
218
219
  /**
219
- * If provided and sorting is enabled for the table the custom column header can be clicked. This will lead to a list of properties (or one) that can be sorted by, they are displayed as the labels of the properties, corresponding to their definition in the annotations.
220
+ * If provided and sorting for the table is enabled, the custom column header can be clicked.
221
+ * Once clicked, a list of properties that can be sorted by are displayed.
220
222
  * @artifactType Manifest
221
223
  */
222
224
  properties?: ColumnPropertiesType;
@@ -1 +1 @@
1
- {"version":3,"file":"ManifestSettings.d.ts","sourceRoot":"","sources":["../../../../../../../types/src/v4/webapp/manifest/ManifestSettings.ts"],"names":[],"mappings":"AACA,oBAAY,SAAS;IACjB,KAAK,UAAU;IACf,MAAM,WAAW;CACpB;AAED,MAAM,WAAW,QAAQ;IACrB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,SAAS,EAAE,SAAS,CAAC;CACxB;AAED,MAAM,WAAW,YAAY;IACzB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,SAAS,EAAE,SAAS,CAAC;CACxB;AAED,MAAM,MAAM,YAAY,GAAG;IACvB;;OAEG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACvB,CAAC;AAEF,MAAM,WAAW,iCAAiC;IAC9C;;OAEG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,oBAAY,YAAY;IACpB,SAAS,YAAY;IACrB,YAAY,eAAe;IAC3B,QAAQ,WAAW;CACtB;AAED,oBAAY,eAAe;IACvB,OAAO,UAAU;IACjB,QAAQ,WAAW;IACnB,KAAK,QAAQ;CAChB;AAED;;;GAGG;AACH,MAAM,WAAW,WAAW;IACxB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;OAKG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;CAC/B;AAED;;;GAGG;AACH,MAAM,WAAW,eAAe;IAC5B;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;OAKG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;CAC/B;AAED;;;GAGG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;OAKG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;CAC/B;AAED;;;GAGG;AACH,MAAM,WAAW,iBAAkB,SAAQ,WAAW;IAClD;;OAEG;IACH,cAAc,CAAC,EAAE,iCAAiC,CAAC;CACtD;AAED;;;GAGG;AACH,MAAM,WAAW,qBAAsB,SAAQ,eAAe;IAC1D;;OAEG;IACH,cAAc,CAAC,EAAE,iCAAiC,CAAC;CACtD;AAED,MAAM,MAAM,oBAAoB,GAAG,MAAM,EAAE,CAAC;AAE5C;;;GAGG;AACH,MAAM,WAAW,2BAA4B,SAAQ,qBAAqB;CAAG;AAE7E;;;GAGG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;OAGG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC;;;;;;OAMG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B;;;OAGG;IACH,UAAU,CAAC,EAAE,oBAAoB,CAAC;CACrC;AAED;;;GAGG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;OAGG;IACH,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC;;;;;;OAMG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B;;;OAGG;IACH,UAAU,CAAC,EAAE,oBAAoB,CAAC;CACrC"}
1
+ {"version":3,"file":"ManifestSettings.d.ts","sourceRoot":"","sources":["../../../../../../../types/src/v4/webapp/manifest/ManifestSettings.ts"],"names":[],"mappings":"AACA,oBAAY,SAAS;IACjB,KAAK,UAAU;IACf,MAAM,WAAW;CACpB;AAED,MAAM,WAAW,QAAQ;IACrB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,SAAS,EAAE,SAAS,CAAC;CACxB;AAED,MAAM,WAAW,YAAY;IACzB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,SAAS,EAAE,SAAS,CAAC;CACxB;AAED,MAAM,MAAM,YAAY,GAAG;IACvB;;OAEG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACvB,CAAC;AAEF,MAAM,WAAW,iCAAiC;IAC9C;;OAEG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,oBAAY,YAAY;IACpB,SAAS,YAAY;IACrB,YAAY,eAAe;IAC3B,QAAQ,WAAW;CACtB;AAED,oBAAY,eAAe;IACvB,OAAO,UAAU;IACjB,QAAQ,WAAW;IACnB,KAAK,QAAQ;CAChB;AAED;;;GAGG;AACH,MAAM,WAAW,WAAW;IACxB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;OAKG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;CAC/B;AAED;;;GAGG;AACH,MAAM,WAAW,eAAe;IAC5B;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;OAKG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;CAC/B;AAED;;;GAGG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;OAKG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;CAC/B;AAED;;;GAGG;AACH,MAAM,WAAW,iBAAkB,SAAQ,WAAW;IAClD;;OAEG;IACH,cAAc,CAAC,EAAE,iCAAiC,CAAC;CACtD;AAED;;;GAGG;AACH,MAAM,WAAW,qBAAsB,SAAQ,eAAe;IAC1D;;OAEG;IACH,cAAc,CAAC,EAAE,iCAAiC,CAAC;CACtD;AAED,MAAM,MAAM,oBAAoB,GAAG,MAAM,EAAE,CAAC;AAE5C;;;GAGG;AACH,MAAM,WAAW,2BAA4B,SAAQ,qBAAqB;CAAG;AAE7E;;;GAGG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;OAGG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC;;;;;;OAMG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,oBAAoB,CAAC;CACrC;AAED;;;GAGG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;OAGG;IACH,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC;;;;;;OAMG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,oBAAoB,CAAC;CACrC"}
@@ -3,7 +3,7 @@ import type { SapUiGenericAppPageSettings } from '../../../common/page';
3
3
  import type { FlexibleColumnLayout } from '../../../common';
4
4
  export interface FlexibleColumnLayoutV4 extends FlexibleColumnLayout {
5
5
  /**
6
- * To limit Flexible Column Layout to two columns. The third level will be displayed in full screen and not in a third column.
6
+ * Determines whether the Flexible Column Layout is limited to two columns. If set to true, the third level will be displayed in full screen mode rather than a third column.
7
7
  */
8
8
  limitFCLToTwoColumns?: boolean;
9
9
  }