@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
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "variantManagement": {
11
11
  "$ref": "#/definitions/VariantManagementTypeObjectPage",
12
- "description": "Allows you to enable and disable variant management for tables.\n\n- None (default): No variant management is possible by default.\n- Control: Individual personalization for each control is possible.",
12
+ "description": "Determines whether variant management is enabled for tables:\n- None (default): Variant management is disabled.\n- Control: Variant management can be enabled individually for each control using personalization.",
13
13
  "artifactType": "Manifest",
14
14
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f26d42bea11c4deda82c7a2e00c9bc05"
15
15
  },
@@ -48,7 +48,7 @@
48
48
  "artifactType": "Manifest"
49
49
  },
50
50
  "anchorBarVisible": {
51
- "description": "Set visible to true to make the anchor bar visible.",
51
+ "description": "Determines whether the anchor bar is displayed.",
52
52
  "type": "boolean",
53
53
  "artifactType": "Manifest"
54
54
  },
@@ -82,7 +82,7 @@
82
82
  "properties": {
83
83
  "position": {
84
84
  "$ref": "#/definitions/CustomHeaderActionPositionOP",
85
- "description": "Defines the position of the action relative to other actions.",
85
+ "description": "Defines the position of the action relative to the anchor action.",
86
86
  "artifactType": "Manifest"
87
87
  },
88
88
  "text": {
@@ -111,7 +111,7 @@
111
111
  "type": "string"
112
112
  }
113
113
  ],
114
- "description": "Allows you to define if the action button is visible on the screen.",
114
+ "description": "Defines if the action button is visible.",
115
115
  "artifactType": "Manifest"
116
116
  },
117
117
  "enabled": {
@@ -129,7 +129,7 @@
129
129
  "type": "string"
130
130
  }
131
131
  ],
132
- "description": "Allows you to define if the action should be enabled. The default value is \"true\".",
132
+ "description": "Defines if the action is enabled. The default value is true.",
133
133
  "artifactType": "Manifest"
134
134
  }
135
135
  },
@@ -170,7 +170,7 @@
170
170
  "properties": {
171
171
  "afterExecution": {
172
172
  "$ref": "#/definitions/ActionAfterExecutionConfigurationObjectPageHeader",
173
- "description": "Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)",
173
+ "description": "Settings that control the behavior after creating a new entry.",
174
174
  "artifactType": "Manifest"
175
175
  }
176
176
  },
@@ -203,7 +203,7 @@
203
203
  },
204
204
  "additionalSemanticObjects": {
205
205
  "$ref": "#/definitions/AdditionalSemanticObjects",
206
- "description": "Additional Semantic Objects",
206
+ "description": "Additional Semantic Objects.",
207
207
  "artifactType": "Manifest"
208
208
  }
209
209
  },
@@ -213,7 +213,7 @@
213
213
  ]
214
214
  },
215
215
  "AdditionalSemanticObjects": {
216
- "description": "You can add additional links under the \"Related Apps\" button by specifing additional semantic objects here.",
216
+ "description": "Adds additional links under the Related Apps button by specifying semantic objects.",
217
217
  "isViewNode": true,
218
218
  "type": "object",
219
219
  "additionalProperties": {
@@ -225,7 +225,7 @@
225
225
  "type": "object",
226
226
  "properties": {
227
227
  "allowedActions": {
228
- "description": "You can use the allowedActions to define the exact list of semantic object links to be displayed under the Related Apps button",
228
+ "description": "Define the list of semantic object links displayed under the Related Apps button.",
229
229
  "type": "array",
230
230
  "items": {
231
231
  "type": "string"
@@ -234,7 +234,7 @@
234
234
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/8dcfe2e4555f49db8859cb6eb838692e"
235
235
  },
236
236
  "unavailableActions": {
237
- "description": "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.",
237
+ "description": "Determines the navigation actions of the semantic object that are hidden from under the Related Apps button.",
238
238
  "type": "array",
239
239
  "items": {
240
240
  "type": "string"
@@ -302,7 +302,7 @@
302
302
  "properties": {
303
303
  "designtime": {
304
304
  "$ref": "#/definitions/DesignTime",
305
- "description": "Allows you to define which settings are available for key user adaptation at design time.",
305
+ "description": "Defines which settings are available for key user adaptation at design time.",
306
306
  "artifactType": "Manifest",
307
307
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ccd45ba3f0b446a0901b2c9d42b8ad53"
308
308
  }
@@ -406,7 +406,7 @@
406
406
  },
407
407
  "requestGroupId": {
408
408
  "$ref": "#/definitions/RequestGroupId",
409
- "description": "Defines the Loading Behavior of Object Page Headers.",
409
+ "description": "Defines the loading behavior of the Object Page header.",
410
410
  "artifactType": "Manifest"
411
411
  },
412
412
  "flexSettings": {
@@ -438,14 +438,14 @@
438
438
  "type": "string"
439
439
  },
440
440
  "relatedFacet": {
441
- "description": "Use the key of another facet/section as a placement anchor.",
441
+ "description": "Use the key of another section as a placement anchor.",
442
442
  "artifactType": "Manifest",
443
443
  "displayName": "Anchor",
444
444
  "type": "string"
445
445
  },
446
446
  "relativePosition": {
447
447
  "$ref": "#/definitions/SectionPosition",
448
- "description": "Define the placement, either before or after the anchor facet/section.",
448
+ "description": "Define the placement, either before or after the anchor section.",
449
449
  "artifactType": "Manifest"
450
450
  },
451
451
  "title": {
@@ -480,7 +480,7 @@
480
480
  "properties": {
481
481
  "designtime": {
482
482
  "$ref": "#/definitions/DesignTime",
483
- "description": "Allows you to define which settings are available for key user adaptation at design time.",
483
+ "description": "Defines which settings are available for key user adaptation at design time.",
484
484
  "artifactType": "Manifest"
485
485
  }
486
486
  },
@@ -501,7 +501,7 @@
501
501
  "properties": {
502
502
  "sectionLayout": {
503
503
  "$ref": "#/definitions/SectionLayoutType",
504
- "description": "Allows you to define the layout of the sections.\n\n- Page (default): In this mode, all the sections and subsections are added to the same page.\n- Tabs: In this mode, the sections are represented as tabs under the header facet.",
504
+ "description": "Defines the layout of the sections.\n- Page (default): In this mode, all the sections and subsections are added to the same page.\n- Tabs: In this mode, the sections are represented as tabs under the header facet.",
505
505
  "artifactType": "Manifest",
506
506
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/facfea09018d4376acaceddb7e3f03b6"
507
507
  }
@@ -567,7 +567,7 @@
567
567
  "type": "object",
568
568
  "properties": {
569
569
  "enableFullScreen": {
570
- "description": "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.",
570
+ "description": "Enables full screen mode for this table. This adds a button to the table toolbar which opens the table in a full screen dialog.",
571
571
  "type": "boolean",
572
572
  "artifactType": "Manifest"
573
573
  },
@@ -592,7 +592,7 @@
592
592
  },
593
593
  "quickVariantSelection": {
594
594
  "$ref": "#/definitions/QuickVariantSelectionV4OP",
595
- "description": "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.",
595
+ "description": "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.",
596
596
  "artifactType": "Manifest"
597
597
  },
598
598
  "columns": {
@@ -600,12 +600,12 @@
600
600
  },
601
601
  "type": {
602
602
  "$ref": "#/definitions/TableTypeV4",
603
- "description": "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.",
603
+ "description": "Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.",
604
604
  "artifactType": "Manifest"
605
605
  },
606
606
  "selectionMode": {
607
607
  "$ref": "#/definitions/SelectionMode",
608
- "description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n\n- Auto: This type is now deprecated. Choose any of the following modes.\n- 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.\n- 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.\n- 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.",
608
+ "description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n- Auto: This type is deprecated. Choose any of the following modes:\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar.\n- Single: This type allows single table selection if relevant actions are available in the toolbar.\n- None: No table selection is possible in display mode.",
609
609
  "artifactType": "Manifest"
610
610
  },
611
611
  "selectAll": {
@@ -619,13 +619,13 @@
619
619
  "artifactType": "Manifest"
620
620
  },
621
621
  "enableExport": {
622
- "description": "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.",
622
+ "description": "Defines whether the Export button is displayed in the table toolbar. The default value is true.",
623
623
  "type": "boolean",
624
624
  "artifactType": "Manifest",
625
625
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd"
626
626
  },
627
627
  "condensedTableLayout": {
628
- "description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
628
+ "description": "Determines whether the content density for ui.table is condensed.",
629
629
  "type": "boolean",
630
630
  "artifactType": "Manifest",
631
631
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c"
@@ -669,7 +669,7 @@
669
669
  "properties": {
670
670
  "enableOnSelect": {
671
671
  "$ref": "#/definitions/SelectType",
672
- "description": "Enables single selection for a bound action",
672
+ "description": "Enables single selection for a bound action.",
673
673
  "artifactType": "Manifest"
674
674
  }
675
675
  },
@@ -687,7 +687,7 @@
687
687
  "properties": {
688
688
  "position": {
689
689
  "$ref": "#/definitions/CustomActionPositionOP",
690
- "description": "Defines the position of the action relative to other actions.",
690
+ "description": "Defines the position of the action relative to the anchor action.",
691
691
  "artifactType": "Manifest"
692
692
  },
693
693
  "requiresSelection": {
@@ -721,7 +721,7 @@
721
721
  "type": "string"
722
722
  }
723
723
  ],
724
- "description": "Allows you to define if the action button is visible on the screen.",
724
+ "description": "Defines if the action button is visible.",
725
725
  "artifactType": "Manifest"
726
726
  },
727
727
  "enabled": {
@@ -739,7 +739,7 @@
739
739
  "type": "string"
740
740
  }
741
741
  ],
742
- "description": "Allows you to define if the action should be enabled. The default value is \"true\".",
742
+ "description": "Defines if the action is enabled. The default value is true.",
743
743
  "artifactType": "Manifest"
744
744
  }
745
745
  },
@@ -822,7 +822,7 @@
822
822
  "type": "object",
823
823
  "properties": {
824
824
  "paths": {
825
- "description": "List of annotation paths referring to SelectionVariant annotations",
825
+ "description": "List of annotation paths referring to SelectionVariant annotations.",
826
826
  "type": "array",
827
827
  "items": {
828
828
  "$ref": "#/definitions/AnnotationPathAsObject"
@@ -924,7 +924,7 @@
924
924
  "properties": {
925
925
  "position": {
926
926
  "$ref": "#/definitions/PositionOP",
927
- "description": "Defines the position of the column relative to other columns.",
927
+ "description": "Defines the position of the column relative to the anchor column.",
928
928
  "artifactType": "Manifest"
929
929
  },
930
930
  "header": {
@@ -940,7 +940,7 @@
940
940
  "descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize"
941
941
  },
942
942
  "template": {
943
- "description": "Relevant for extension columns; allows the definition of a target fragment.",
943
+ "description": "Defines a target fragment.",
944
944
  "artifactType": "Manifest",
945
945
  "type": "string"
946
946
  },
@@ -955,7 +955,7 @@
955
955
  "artifactType": "Manifest"
956
956
  },
957
957
  "properties": {
958
- "description": "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.",
958
+ "description": "If provided and sorting for the table is enabled, the custom column header can be clicked.\nOnce clicked, a list of properties that can be sorted by are displayed.",
959
959
  "artifactType": "Manifest",
960
960
  "type": "array",
961
961
  "items": {
@@ -1070,7 +1070,7 @@
1070
1070
  "properties": {
1071
1071
  "position": {
1072
1072
  "$ref": "#/definitions/CustomActionPositionOP",
1073
- "description": "Defines the position of the action relative to other actions.",
1073
+ "description": "Defines the position of the action relative to the anchor action.",
1074
1074
  "artifactType": "Manifest"
1075
1075
  },
1076
1076
  "text": {
@@ -1099,7 +1099,7 @@
1099
1099
  "type": "string"
1100
1100
  }
1101
1101
  ],
1102
- "description": "Allows you to define if the action button is visible on the screen.",
1102
+ "description": "Defines if the action button is visible.",
1103
1103
  "artifactType": "Manifest"
1104
1104
  },
1105
1105
  "enabled": {
@@ -1117,7 +1117,7 @@
1117
1117
  "type": "string"
1118
1118
  }
1119
1119
  ],
1120
- "description": "Allows you to define if the action should be enabled. The default value is \"true\".",
1120
+ "description": "Defines if the action is enabled. The default value is true.",
1121
1121
  "artifactType": "Manifest"
1122
1122
  }
1123
1123
  },
@@ -1132,7 +1132,7 @@
1132
1132
  "properties": {
1133
1133
  "afterExecution": {
1134
1134
  "$ref": "#/definitions/ActionAfterExecutionConfigurationForm",
1135
- "description": "Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)",
1135
+ "description": "Settings that control the behavior after creating a new entry.",
1136
1136
  "artifactType": "Manifest"
1137
1137
  }
1138
1138
  },
@@ -1283,14 +1283,14 @@
1283
1283
  "type": "string"
1284
1284
  },
1285
1285
  "relatedFacet": {
1286
- "description": "Use the key of another facet/section as a placement anchor.",
1286
+ "description": "Use the key of another section as a placement anchor.",
1287
1287
  "artifactType": "Manifest",
1288
1288
  "displayName": "Anchor",
1289
1289
  "type": "string"
1290
1290
  },
1291
1291
  "relativePosition": {
1292
1292
  "$ref": "#/definitions/SectionPosition",
1293
- "description": "Define the placement, either before or after the anchor facet/section.",
1293
+ "description": "Define the placement, either before or after the anchor section.",
1294
1294
  "artifactType": "Manifest"
1295
1295
  },
1296
1296
  "title": {
@@ -1328,14 +1328,14 @@
1328
1328
  "$ref": "#/definitions/ObjectPageCustomSectionActions"
1329
1329
  },
1330
1330
  "relatedFacet": {
1331
- "description": "Use the key of another facet/section as a placement anchor.",
1331
+ "description": "Use the key of another section as a placement anchor.",
1332
1332
  "artifactType": "Manifest",
1333
1333
  "displayName": "Anchor",
1334
1334
  "type": "string"
1335
1335
  },
1336
1336
  "relativePosition": {
1337
1337
  "$ref": "#/definitions/SectionPosition",
1338
- "description": "Define the placement, either before or after the anchor facet/section.",
1338
+ "description": "Define the placement, either before or after the anchor section.",
1339
1339
  "artifactType": "Manifest"
1340
1340
  },
1341
1341
  "title": {
@@ -1364,7 +1364,7 @@
1364
1364
  "properties": {
1365
1365
  "position": {
1366
1366
  "$ref": "#/definitions/CustomSectionActionPositionOP",
1367
- "description": "Defines the position of the action relative to other actions.",
1367
+ "description": "Defines the position of the action relative to the anchor action.",
1368
1368
  "artifactType": "Manifest"
1369
1369
  },
1370
1370
  "text": {
@@ -1393,7 +1393,7 @@
1393
1393
  "type": "string"
1394
1394
  }
1395
1395
  ],
1396
- "description": "Allows you to define if the action button is visible on the screen.",
1396
+ "description": "Defines if the action button is visible.",
1397
1397
  "artifactType": "Manifest"
1398
1398
  },
1399
1399
  "enabled": {
@@ -1411,7 +1411,7 @@
1411
1411
  "type": "string"
1412
1412
  }
1413
1413
  ],
1414
- "description": "Allows you to define if the action should be enabled. The default value is \"true\".",
1414
+ "description": "Defines if the action is enabled. The default value is true.",
1415
1415
  "artifactType": "Manifest"
1416
1416
  }
1417
1417
  },
@@ -1469,7 +1469,7 @@
1469
1469
  "properties": {
1470
1470
  "position": {
1471
1471
  "$ref": "#/definitions/CustomFooterActionPositionOP",
1472
- "description": "Defines the position of the action relative to other actions.",
1472
+ "description": "Defines the position of the action relative to the anchor action.",
1473
1473
  "artifactType": "Manifest"
1474
1474
  },
1475
1475
  "text": {
@@ -1498,7 +1498,7 @@
1498
1498
  "type": "string"
1499
1499
  }
1500
1500
  ],
1501
- "description": "Allows you to define if the action button is visible on the screen.",
1501
+ "description": "Defines if the action button is visible.",
1502
1502
  "artifactType": "Manifest"
1503
1503
  },
1504
1504
  "enabled": {
@@ -1516,7 +1516,7 @@
1516
1516
  "type": "string"
1517
1517
  }
1518
1518
  ],
1519
- "description": "Allows you to define if the action should be enabled. The default value is \"true\".",
1519
+ "description": "Defines if the action is enabled. The default value is true.",
1520
1520
  "artifactType": "Manifest"
1521
1521
  }
1522
1522
  },
@@ -1550,7 +1550,7 @@
1550
1550
  "properties": {
1551
1551
  "afterExecution": {
1552
1552
  "$ref": "#/definitions/ActionAfterExecutionConfigurationFooter",
1553
- "description": "Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)",
1553
+ "description": "Settings that control the behavior after creating a new entry.",
1554
1554
  "artifactType": "Manifest"
1555
1555
  }
1556
1556
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.108.41",
3
+ "version": "1.108.43",
4
4
  "displayName": "SAP Fiori tools - Specification",
5
5
  "description": "SAP Fiori tools - Specification",
6
6
  "files": [
@@ -51,16 +51,16 @@
51
51
  "publisher": "SAPSE",
52
52
  "license": "SEE LICENSE IN LICENSE",
53
53
  "dependencies": {
54
- "@sap-ux/fe-fpm-writer": "0.31.7",
55
- "@sap-ux/vocabularies-types": "0.11.4"
54
+ "@sap-ux/fe-fpm-writer": "0.31.16",
55
+ "@sap-ux/vocabularies-types": "0.11.6"
56
56
  },
57
57
  "devDependencies": {
58
- "@sap-ux/annotation-converter": "0.9.6",
59
- "@sap-ux/edmx-parser": "0.8.1",
60
- "@sap/ux-specification-types": "1.108.41",
58
+ "@sap-ux/annotation-converter": "0.9.9",
59
+ "@sap-ux/edmx-parser": "0.8.2",
60
+ "@sap/ux-specification-types": "1.108.43",
61
61
  "@sapui5/ts-types-esm": "latest-1.108",
62
62
  "@types/d3": "7.4.3",
63
- "@types/jquery": "3.5.31",
63
+ "@types/jquery": "3.5.32",
64
64
  "@types/mem-fs-editor": "7.0.7",
65
65
  "@ui5/flexibility-utils": "0.1.3",
66
66
  "@xml-tools/ast": "5.0.5",
@@ -71,7 +71,7 @@
71
71
  "deepmerge": "4.3.1",
72
72
  "ejs": "3.1.10",
73
73
  "excel4node": "1.8.2",
74
- "i18next": "23.15.2",
74
+ "i18next": "23.16.5",
75
75
  "jquery": "3.7.1",
76
76
  "jsdom": "25.0.1",
77
77
  "lodash.unset": "4.5.2",
@@ -253,8 +253,8 @@ async function importProjectSchema(importParameters) {
253
253
  */
254
254
  function getApiVersion() {
255
255
  return {
256
- version: '17',
257
- fpmWriter: '23',
256
+ version: '18',
257
+ fpmWriter: '25',
258
258
  moduleVersion: package_json_1.default.version
259
259
  };
260
260
  }
@@ -1 +1 @@
1
- {"version":3,"file":"appProvider.d.ts","sourceRoot":"","sources":["../../../../../src/sync/common/appProvider.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACR,eAAe,EACf,WAAW,EAEX,KAAK,EACL,SAAS,EACT,EAAE,EACF,EAAE,EAEF,0BAA0B,EAC7B,MAAM,6BAA6B,CAAC;AA4ErC,MAAM,WAAW,WAAW;IACxB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB;AAED,8BAAsB,WAAW;IAC7B,SAAgB,GAAG,EAAE,WAAW,CAAC;IACjC,SAAgB,MAAM,EAAE,eAAe,CAAC;IACxC,SAAgB,OAAO,EAAE,KAAK,CAAC;IAExB,oBAAoB,EAAE,KAAK,CAAC,MAAM,CAAC,CAAM;IAEhD,SAAS,aACL,gBAAgB,EAAE,0BAA0B,EAC5C,IAAI,EAAE,MAAM,EACZ,KAAK,EAAE,SAAS,EAChB,QAAQ,CAAC,EAAE,EAAE,CAAC,WAAW,GAAG,EAAE,CAAC,WAAW;IAuB9C;;;;;;OAMG;IACI,iBAAiB,IAAI;QAAE,SAAS,EAAE,KAAK,CAAC;QAAC,WAAW,EAAE,KAAK,CAAA;KAAE;IAuBpE;;;;;OAKG;IACH,OAAO,CAAC,iBAAiB;IAuBzB;;;;OAIG;IACH,OAAO,CAAC,uBAAuB;CAIlC"}
1
+ {"version":3,"file":"appProvider.d.ts","sourceRoot":"","sources":["../../../../../src/sync/common/appProvider.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACR,eAAe,EACf,WAAW,EAEX,KAAK,EACL,SAAS,EACT,EAAE,EACF,EAAE,EAEF,0BAA0B,EAC7B,MAAM,6BAA6B,CAAC;AA6FrC,MAAM,WAAW,WAAW;IACxB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB;AAED,8BAAsB,WAAW;IAC7B,SAAgB,GAAG,EAAE,WAAW,CAAC;IACjC,SAAgB,MAAM,EAAE,eAAe,CAAC;IACxC,SAAgB,OAAO,EAAE,KAAK,CAAC;IAExB,oBAAoB,EAAE,KAAK,CAAC,MAAM,CAAC,CAAM;IAEhD,SAAS,aACL,gBAAgB,EAAE,0BAA0B,EAC5C,IAAI,EAAE,MAAM,EACZ,KAAK,EAAE,SAAS,EAChB,QAAQ,CAAC,EAAE,EAAE,CAAC,WAAW,GAAG,EAAE,CAAC,WAAW;IAuB9C;;;;;;OAMG;IACI,iBAAiB,IAAI;QAAE,SAAS,EAAE,KAAK,CAAC;QAAC,WAAW,EAAE,KAAK,CAAA;KAAE;IAuBpE;;;;;OAKG;IACH,OAAO,CAAC,iBAAiB;IAuBzB;;;;OAIG;IACH,OAAO,CAAC,uBAAuB;CAIlC"}
@@ -3,13 +3,29 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AppProvider = void 0;
4
4
  const ux_specification_types_1 = require("@sap/ux-specification-types");
5
5
  const utils_1 = require("./utils");
6
+ /**
7
+ * Retrieves the full name of a custom page based on its properties.
8
+ * It attempts to use the `name` property of the `view` object,
9
+ * falling back to the `template` property if `name` is undefined, or an empty string if both are absent.
10
+ *
11
+ * @param page The page object.
12
+ * @returns The name of the page.
13
+ */
14
+ function getCustomPageFullName(page) {
15
+ let pageName = '';
16
+ if ('view' in page) {
17
+ pageName = page.view.name ?? '';
18
+ }
19
+ return pageName;
20
+ }
6
21
  /**
7
22
  * Splits and returns the name of a custom page
8
23
  * @param {v4.Page|v2.Page} page - custom page
9
24
  * @returns {string} custom page name
10
25
  */
11
26
  function getCustomPageName(page) {
12
- const targetName = page.view.name?.split('.');
27
+ const viewName = getCustomPageFullName(page);
28
+ const targetName = viewName.split('.');
13
29
  return targetName[targetName.length - 1];
14
30
  }
15
31
  /**
@@ -44,8 +60,8 @@ function getViewPath(page, app, viewPath) {
44
60
  };
45
61
  const appSettings = app.settings;
46
62
  const appPath = page.view?.path || appSettings?.path;
47
- const pageName = page.view?.name;
48
- if (pageName?.includes(app.id)) {
63
+ const pageName = getCustomPageFullName(page);
64
+ if (pageName.includes(app.id)) {
49
65
  viewPath = splitViewPath(pageName);
50
66
  }
51
67
  else if (appPath?.includes(app.id)) {
@@ -1 +1 @@
1
- {"version":3,"file":"appProvider.js","sourceRoot":"","sources":["../../../../../src/sync/common/appProvider.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"appProvider.js","sourceRoot":"","sources":["../../../../../src/sync/common/appProvider.ts"],"names":[],"mappings":"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"}
@@ -35,9 +35,9 @@ export declare enum BindingValueV4 {
35
35
  }
36
36
  /**
37
37
  * Export rule for table columns
38
- * @param baseId - base ID, first part of the stable ID
39
- * @param idBreadcrumbs - array of ID parts
40
- * @param breadcrumbs - array of breadcrumbs
38
+ * @param baseId - base ID, first part of the stable ID. Represents the stableId of the table.
39
+ * @param idBreadcrumbs - array of ID parts, these are ID's that had been calculated on higher levels of the hierarchy
40
+ * @param breadcrumbs - array of breadcrumbs, i.e. the path elements to the column in the config file
41
41
  * @param controlType - controlType function of ecorators, not used here
42
42
  * @param title - title from JSON schema, comprising the facet ID
43
43
  */
@@ -1 +1 @@
1
- {"version":3,"file":"control.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/control.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAIvE;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,WAAY,MAAM,iBAAiB,MAAM,EAAE,KAAG,MAElF,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,qBAAqB,WAAY,MAAM,iBAAiB,MAAM,EAAE,eAAe,MAAM,EAAE,KAAG,MAEtG,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,cAAe,MAAM,SAAS,MAAM,KAAG,MASnE,CAAC;AAEF,wBAAgB,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAQ/C;AAED;gEACgE;AAChE,oBAAY,YAAY;IACpB,QAAQ,mBAAmB;IAC3B,WAAW,yBAAyB;CACvC;AAED;gEACgE;AAChE,oBAAY,cAAc;IACtB,QAAQ,qBAAqB;IAC7B,WAAW,2BAA2B;CACzC;AA2BD;;;;;;;GAOG;AACH,eAAO,MAAM,oBAAoB,WACrB,MAAM,iBACC,MAAM,EAAE,eACV,MAAM,EAAE,gBACP,mBAAmB,SAC1B,MAAM,KACd,MA4BF,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,gBACpB,MAAM,EAAE,KACtB;IAAE,UAAU,EAAE,MAAM,GAAG,SAAS,CAAC;IAAC,gBAAgB,EAAE,MAAM,GAAG,SAAS,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAA;CAc1F,CAAC;AA0EF,eAAO,MAAM,kCAAkC,WAAY,MAAM,cAAc,MAAM,gBAAgB,MAAM,KAAG,IAE7G,CAAC;AAEF,eAAO,MAAM,kCAAkC,WAAY,MAAM,cAAc,MAAM,gBAAgB,MAAM,KAAG,IAG7G,CAAC;AAEF,eAAO,MAAM,oCAAoC,WACrC,MAAM,cACF,MAAM,gBACJ,MAAM,KACrB,IAGF,CAAC;AAEF;;GAEG;AACH,wBAAgB,WAAW,IAAI,IAAI,CAElC"}
1
+ {"version":3,"file":"control.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/control.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAIvE;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,WAAY,MAAM,iBAAiB,MAAM,EAAE,KAAG,MAElF,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,qBAAqB,WAAY,MAAM,iBAAiB,MAAM,EAAE,eAAe,MAAM,EAAE,KAAG,MAEtG,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,cAAe,MAAM,SAAS,MAAM,KAAG,MASnE,CAAC;AAEF,wBAAgB,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAQ/C;AAED;gEACgE;AAChE,oBAAY,YAAY;IACpB,QAAQ,mBAAmB;IAC3B,WAAW,yBAAyB;CACvC;AAED;gEACgE;AAChE,oBAAY,cAAc;IACtB,QAAQ,qBAAqB;IAC7B,WAAW,2BAA2B;CACzC;AA2BD;;;;;;;GAOG;AACH,eAAO,MAAM,oBAAoB,WACrB,MAAM,iBACC,MAAM,EAAE,eACV,MAAM,EAAE,gBACP,mBAAmB,SAC1B,MAAM,KACd,MAkCF,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,gBACpB,MAAM,EAAE,KACtB;IAAE,UAAU,EAAE,MAAM,GAAG,SAAS,CAAC;IAAC,gBAAgB,EAAE,MAAM,GAAG,SAAS,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAA;CAc1F,CAAC;AA0EF,eAAO,MAAM,kCAAkC,WAAY,MAAM,cAAc,MAAM,gBAAgB,MAAM,KAAG,IAE7G,CAAC;AAEF,eAAO,MAAM,kCAAkC,WAAY,MAAM,cAAc,MAAM,gBAAgB,MAAM,KAAG,IAG7G,CAAC;AAEF,eAAO,MAAM,oCAAoC,WACrC,MAAM,cACF,MAAM,gBACJ,MAAM,KACrB,IAGF,CAAC;AAEF;;GAEG;AACH,wBAAgB,WAAW,IAAI,IAAI,CAElC"}
@@ -67,7 +67,7 @@ var BindingValueV4;
67
67
  BindingValueV4["NotEditable"] = "{= !${ui>/isEditable}}";
68
68
  })(BindingValueV4 || (exports.BindingValueV4 = BindingValueV4 = {}));
69
69
  /**
70
- * Consolidates the list of id's and other breadcrumbs into one list, for finding the right stable ID for a column
70
+ * Consolidates the list of id's and other breadcrumbs into one list, for finding the right stable ID of a column
71
71
  * @param idBreadcrumbs - array of ID parts
72
72
  * @param localBreadcrumbs - array of breadcrumbs
73
73
  * @param title - (section) title = facet ID
@@ -92,9 +92,9 @@ function mapBreadcrumbs(idBreadcrumbs, localBreadcrumbs, title) {
92
92
  }
93
93
  /**
94
94
  * Export rule for table columns
95
- * @param baseId - base ID, first part of the stable ID
96
- * @param idBreadcrumbs - array of ID parts
97
- * @param breadcrumbs - array of breadcrumbs
95
+ * @param baseId - base ID, first part of the stable ID. Represents the stableId of the table.
96
+ * @param idBreadcrumbs - array of ID parts, these are ID's that had been calculated on higher levels of the hierarchy
97
+ * @param breadcrumbs - array of breadcrumbs, i.e. the path elements to the column in the config file
98
98
  * @param controlType - controlType function of ecorators, not used here
99
99
  * @param title - title from JSON schema, comprising the facet ID
100
100
  */
@@ -103,6 +103,7 @@ const buildColumnControlId = (baseId, idBreadcrumbs, breadcrumbs, _controlType,
103
103
  const localBreadcrumbs = [...breadcrumbs];
104
104
  ({ idBreadcrumbs } = mapBreadcrumbs(idBreadcrumbs, localBreadcrumbs, title));
105
105
  if (localBreadcrumbs[0] === ux_specification_types_1.PropertyName.sections) {
106
+ //special handling for section tables
106
107
  tableId = localBreadcrumbs[1]
107
108
  .replace(/::com.sap.vocabularies/g, ux_specification_types_1.VOCWITHSLASH)
108
109
  .replace(/::@com.sap.vocabularies/g, ux_specification_types_1.VOCWITHSLASH);
@@ -110,18 +111,23 @@ const buildColumnControlId = (baseId, idBreadcrumbs, breadcrumbs, _controlType,
110
111
  else if (idBreadcrumbs[0] === ux_specification_types_1.PropertyName.table) {
111
112
  tableId = idBreadcrumbs[0];
112
113
  }
113
- const lastIdPart = localBreadcrumbs[localBreadcrumbs.length - 1]
114
+ const columnId = localBreadcrumbs[localBreadcrumbs.length - 1];
115
+ let encodedColumnId = columnId
114
116
  .replace(/::com.sap.vocabularies/g, ux_specification_types_1.VOCWITHSLASH)
115
117
  .replace(/::@com.sap.vocabularies/g, ux_specification_types_1.VOCWITHSLASH)
116
- .replace('sTarget/@', 'sTarget::@')
117
- .replace('/', ':2f');
118
+ .replace('sTarget/@', 'sTarget::@');
118
119
  let fullId;
119
- const splitPoint = lastIdPart.indexOf(':::');
120
- if (lastIdPart.startsWith('DataField') && splitPoint > -1) {
121
- fullId = `${baseId}template:::TableColumn:::${lastIdPart.substring(0, splitPoint)}:::sSmartTableId::${tableId.replace('::Table', ':3a:3aTable')}:::${lastIdPart.substring(splitPoint + 3)}`;
120
+ const splitPoint = encodedColumnId.indexOf(':::');
121
+ if (encodedColumnId.startsWith('DataField') && splitPoint > -1) {
122
+ //DataFieldForAction, DataFieldWithIntentBasedNavigation, DataFieldWithNavigationPath, ...
123
+ encodedColumnId = encodedColumnId.replace('/', ':2f');
124
+ fullId = `${baseId}template:::TableColumn:::${encodedColumnId.substring(0, splitPoint)}:::sSmartTableId::${tableId.replace('::Table', ':3a:3aTable')}:::${encodedColumnId.substring(splitPoint + 3)}`;
122
125
  }
123
126
  else {
124
- fullId = `${baseId}${idBreadcrumbs.join('::')}-${lastIdPart}`;
127
+ //Columns of type DataField, they do not have any DataField::: prefix
128
+ //==> legacy encoding, for smart table columns only
129
+ encodedColumnId = encodedColumnId.replace('/', '_');
130
+ fullId = `${baseId}${idBreadcrumbs.join('::')}-${encodedColumnId}`;
125
131
  }
126
132
  return escapeId(fullId);
127
133
  };