@sap/ux-specification 1.120.22 → 1.120.24

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 +51 -20
  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 +104 -104
  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 +83 -83
  18. package/dist/schemas/v2/OverviewPageConfig.json +84 -84
  19. package/dist/schemas/v4/ApplicationV4.json +5 -6
  20. package/dist/schemas/v4/ListReportConfig.json +47 -47
  21. package/dist/schemas/v4/ObjectPageConfig.json +46 -46
  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 +37 -36
  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 +20 -20
  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 +27 -34
  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"
@@ -637,7 +637,7 @@
637
637
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/7f844f1021cd4791b8f7408eac7c1cec"
638
638
  },
639
639
  "widthIncludingColumnHeader": {
640
- "description": "By default, the column width is calculated based on the type of the content. You can include the column header in the width calculation using the widthIncludingColumnHeader setting in the manifest.json.",
640
+ "description": "Determines whether the column header is included in the column width calculation. By default, the column width is calculated based on the type of the content.",
641
641
  "type": "boolean",
642
642
  "artifactType": "Manifest",
643
643
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/c0f6592a592e47f9bb6d09900de47412"
@@ -681,7 +681,7 @@
681
681
  "properties": {
682
682
  "enableOnSelect": {
683
683
  "$ref": "#/definitions/SelectType",
684
- "description": "Enables single selection for a bound action",
684
+ "description": "Enables single selection for a bound action.",
685
685
  "artifactType": "Manifest"
686
686
  }
687
687
  },
@@ -699,7 +699,7 @@
699
699
  "properties": {
700
700
  "position": {
701
701
  "$ref": "#/definitions/CustomActionPositionOP",
702
- "description": "Defines the position of the action relative to other actions.",
702
+ "description": "Defines the position of the action relative to the anchor action.",
703
703
  "artifactType": "Manifest"
704
704
  },
705
705
  "requiresSelection": {
@@ -733,7 +733,7 @@
733
733
  "type": "string"
734
734
  }
735
735
  ],
736
- "description": "Allows you to define if the action button is visible on the screen.",
736
+ "description": "Defines if the action button is visible.",
737
737
  "artifactType": "Manifest"
738
738
  },
739
739
  "enabled": {
@@ -751,7 +751,7 @@
751
751
  "type": "string"
752
752
  }
753
753
  ],
754
- "description": "Allows you to define if the action should be enabled. The default value is \"true\".",
754
+ "description": "Defines if the action is enabled. The default value is true.",
755
755
  "artifactType": "Manifest"
756
756
  }
757
757
  },
@@ -834,7 +834,7 @@
834
834
  "type": "object",
835
835
  "properties": {
836
836
  "paths": {
837
- "description": "List of annotation paths referring to SelectionVariant annotations",
837
+ "description": "List of annotation paths referring to SelectionVariant annotations.",
838
838
  "type": "array",
839
839
  "items": {
840
840
  "$ref": "#/definitions/AnnotationPathAsObject"
@@ -948,7 +948,7 @@
948
948
  "properties": {
949
949
  "position": {
950
950
  "$ref": "#/definitions/PositionOP",
951
- "description": "Defines the position of the column relative to other columns.",
951
+ "description": "Defines the position of the column relative to the anchor column.",
952
952
  "artifactType": "Manifest"
953
953
  },
954
954
  "header": {
@@ -964,7 +964,7 @@
964
964
  "descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize"
965
965
  },
966
966
  "template": {
967
- "description": "Relevant for extension columns; allows the definition of a target fragment.",
967
+ "description": "Defines a target fragment.",
968
968
  "artifactType": "Manifest",
969
969
  "type": "string"
970
970
  },
@@ -979,7 +979,7 @@
979
979
  "artifactType": "Manifest"
980
980
  },
981
981
  "properties": {
982
- "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.",
982
+ "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.",
983
983
  "artifactType": "Manifest",
984
984
  "type": "array",
985
985
  "items": {
@@ -1095,7 +1095,7 @@
1095
1095
  "properties": {
1096
1096
  "position": {
1097
1097
  "$ref": "#/definitions/CustomActionPositionOP",
1098
- "description": "Defines the position of the action relative to other actions.",
1098
+ "description": "Defines the position of the action relative to the anchor action.",
1099
1099
  "artifactType": "Manifest"
1100
1100
  },
1101
1101
  "text": {
@@ -1124,7 +1124,7 @@
1124
1124
  "type": "string"
1125
1125
  }
1126
1126
  ],
1127
- "description": "Allows you to define if the action button is visible on the screen.",
1127
+ "description": "Defines if the action button is visible.",
1128
1128
  "artifactType": "Manifest"
1129
1129
  },
1130
1130
  "enabled": {
@@ -1142,7 +1142,7 @@
1142
1142
  "type": "string"
1143
1143
  }
1144
1144
  ],
1145
- "description": "Allows you to define if the action should be enabled. The default value is \"true\".",
1145
+ "description": "Defines if the action is enabled. The default value is true.",
1146
1146
  "artifactType": "Manifest"
1147
1147
  }
1148
1148
  },
@@ -1157,7 +1157,7 @@
1157
1157
  "properties": {
1158
1158
  "afterExecution": {
1159
1159
  "$ref": "#/definitions/ActionAfterExecutionConfigurationForm",
1160
- "description": "Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)",
1160
+ "description": "Settings that control the behavior after creating a new entry.",
1161
1161
  "artifactType": "Manifest"
1162
1162
  }
1163
1163
  },
@@ -1308,14 +1308,14 @@
1308
1308
  "type": "string"
1309
1309
  },
1310
1310
  "relatedFacet": {
1311
- "description": "Use the key of another facet/section as a placement anchor.",
1311
+ "description": "Use the key of another section as a placement anchor.",
1312
1312
  "artifactType": "Manifest",
1313
1313
  "displayName": "Anchor",
1314
1314
  "type": "string"
1315
1315
  },
1316
1316
  "relativePosition": {
1317
1317
  "$ref": "#/definitions/SectionPosition",
1318
- "description": "Define the placement, either before or after the anchor facet/section.",
1318
+ "description": "Define the placement, either before or after the anchor section.",
1319
1319
  "artifactType": "Manifest"
1320
1320
  },
1321
1321
  "title": {
@@ -1353,14 +1353,14 @@
1353
1353
  "$ref": "#/definitions/ObjectPageCustomSectionActions"
1354
1354
  },
1355
1355
  "relatedFacet": {
1356
- "description": "Use the key of another facet/section as a placement anchor.",
1356
+ "description": "Use the key of another section as a placement anchor.",
1357
1357
  "artifactType": "Manifest",
1358
1358
  "displayName": "Anchor",
1359
1359
  "type": "string"
1360
1360
  },
1361
1361
  "relativePosition": {
1362
1362
  "$ref": "#/definitions/SectionPosition",
1363
- "description": "Define the placement, either before or after the anchor facet/section.",
1363
+ "description": "Define the placement, either before or after the anchor section.",
1364
1364
  "artifactType": "Manifest"
1365
1365
  },
1366
1366
  "title": {
@@ -1389,7 +1389,7 @@
1389
1389
  "properties": {
1390
1390
  "position": {
1391
1391
  "$ref": "#/definitions/CustomSectionActionPositionOP",
1392
- "description": "Defines the position of the action relative to other actions.",
1392
+ "description": "Defines the position of the action relative to the anchor action.",
1393
1393
  "artifactType": "Manifest"
1394
1394
  },
1395
1395
  "text": {
@@ -1418,7 +1418,7 @@
1418
1418
  "type": "string"
1419
1419
  }
1420
1420
  ],
1421
- "description": "Allows you to define if the action button is visible on the screen.",
1421
+ "description": "Defines if the action button is visible.",
1422
1422
  "artifactType": "Manifest"
1423
1423
  },
1424
1424
  "enabled": {
@@ -1436,7 +1436,7 @@
1436
1436
  "type": "string"
1437
1437
  }
1438
1438
  ],
1439
- "description": "Allows you to define if the action should be enabled. The default value is \"true\".",
1439
+ "description": "Defines if the action is enabled. The default value is true.",
1440
1440
  "artifactType": "Manifest"
1441
1441
  }
1442
1442
  },
@@ -1494,7 +1494,7 @@
1494
1494
  "properties": {
1495
1495
  "position": {
1496
1496
  "$ref": "#/definitions/CustomFooterActionPositionOP",
1497
- "description": "Defines the position of the action relative to other actions.",
1497
+ "description": "Defines the position of the action relative to the anchor action.",
1498
1498
  "artifactType": "Manifest"
1499
1499
  },
1500
1500
  "text": {
@@ -1523,7 +1523,7 @@
1523
1523
  "type": "string"
1524
1524
  }
1525
1525
  ],
1526
- "description": "Allows you to define if the action button is visible on the screen.",
1526
+ "description": "Defines if the action button is visible.",
1527
1527
  "artifactType": "Manifest"
1528
1528
  },
1529
1529
  "enabled": {
@@ -1541,7 +1541,7 @@
1541
1541
  "type": "string"
1542
1542
  }
1543
1543
  ],
1544
- "description": "Allows you to define if the action should be enabled. The default value is \"true\".",
1544
+ "description": "Defines if the action is enabled. The default value is true.",
1545
1545
  "artifactType": "Manifest"
1546
1546
  }
1547
1547
  },
@@ -1575,7 +1575,7 @@
1575
1575
  "properties": {
1576
1576
  "afterExecution": {
1577
1577
  "$ref": "#/definitions/ActionAfterExecutionConfigurationFooter",
1578
- "description": "Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)",
1578
+ "description": "Settings that control the behavior after creating a new entry.",
1579
1579
  "artifactType": "Manifest"
1580
1580
  }
1581
1581
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.120.22",
3
+ "version": "1.120.24",
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.120.22",
58
+ "@sap-ux/annotation-converter": "0.9.9",
59
+ "@sap-ux/edmx-parser": "0.8.2",
60
+ "@sap/ux-specification-types": "1.120.24",
61
61
  "@sapui5/types": "latest-1.120",
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":";;;AAWA,wEAAiH;AACjH,mCAA4C;AAE5C;;;;GAIG;AACH,SAAS,iBAAiB,CAAC,IAAuB;IAC9C,MAAM,UAAU,GAAI,IAAgB,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;IAC3D,OAAO,UAAU,CAAC,UAAU,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;AAC7C,CAAC;AAED;;;;;GAKG;AACH,SAAS,WAAW,CAAC,IAAuB,EAAE,GAAgB;IAC1D,MAAM,QAAQ,GAAI,IAAgB,EAAE,IAAI,EAAE,QAAQ,IAAK,GAAG,CAAC,QAA2B,EAAE,QAAQ,CAAC;IACjG,OAAO,QAAQ,IAAI,kCAAS,CAAC,GAAG,CAAC;AACrC,CAAC;AAED;;;;;GAKG;AACH,SAAS,oBAAoB,CAAC,IAAuB,EAAE,GAAgB;IACnE,OAAO,WAAW,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC,WAAW,EAAE,CAAC;AAChD,CAAC;AAED;;;;;;GAMG;AACH,SAAS,WAAW,CAChB,IAAuB,EACvB,GAAgB,EAChB,QAAkB;IAElB,MAAM,aAAa,GAAG,CAAC,SAAiB,EAAY,EAAE;QAClD,OAAO,SAAS,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;IACxD,CAAC,CAAC;IACF,MAAM,WAAW,GAAG,GAAG,CAAC,QAA0B,CAAC;IACnD,MAAM,OAAO,GAAI,IAAgB,CAAC,IAAI,EAAE,IAAI,IAAI,WAAW,EAAE,IAAI,CAAC;IAClE,MAAM,QAAQ,GAAI,IAAgB,CAAC,IAAI,EAAE,IAAI,CAAC;IAC9C,IAAI,QAAQ,EAAE,QAAQ,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC;QAC7B,QAAQ,GAAG,aAAa,CAAC,QAAQ,CAAC,CAAC;IACvC,CAAC;SAAM,IAAI,OAAO,EAAE,QAAQ,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC;QACnC,QAAQ,GAAG,CAAC,GAAG,aAAa,CAAC,OAAO,CAAC,EAAE,GAAG,QAAQ,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC;IACnE,CAAC;IACD,MAAM,CAAC,SAAS,EAAE,QAAQ,CAAC,GAAG,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IAC7E,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,CAAC;AAC7C,CAAC;AAED;;;;;GAKG;AACH,SAAS,iBAAiB,CAAC,IAAuB,EAAE,GAAgB;IAChE,MAAM,QAAQ,GAAG,IAAI,CAAC,SAAS,IAAI,iBAAiB,CAAC,IAAI,CAAC,CAAC;IAC3D,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,GAAG,WAAW,CAAC,IAAI,EAAE,GAAG,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC;IAClE,MAAM,QAAQ,GAAG,oBAAoB,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;IACjD,sGAAsG;IACtG,OAAO,CAAC,GAAG,QAAQ,EAAE,GAAG,QAAQ,SAAS,QAAQ,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AACnE,CAAC;AAMD,MAAsB,WAAW;IAO7B,YACI,gBAA4C,EAC5C,IAAY,EACZ,KAAgB,EAChB,QAA0C;QAP9C,wDAAwD;QACjD,yBAAoB,GAAkB,EAAE,CAAC;QAQ5C,MAAM,UAAU,GAAG,IAAA,yBAAiB,EAAC,mCAAU,CAAC,WAAW,CAAC,CAAC;QAC7D,IAAI,CAAC,GAAG,GAAG;YACP,OAAO,EAAE,UAAU,CAAC,IAAI;YACxB,EAAE,EAAE,gBAAgB,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,EAAE;YAC3C,KAAK;YACL,IAAI;YACJ,MAAM,EAAE,EAAE;YACV,GAAG,CAAC,QAAQ,IAAI,EAAE,QAAQ,EAAE,CAAC;SAChC,CAAC;QACF,IAAI,gBAAgB,CAAC,oBAAoB,EAAE,CAAC;YACxC,IAAI,CAAC,GAAG,CAAC,MAAM,GAAG;gBACd,aAAa,EAAE,gBAAgB,CAAC,oBAAoB;gBACpD,KAAK,EAAE,gBAAgB,CAAC,YAAY;aACvC,CAAC;QACN,CAAC;aAAM,IAAI,gBAAgB,CAAC,YAAY,EAAE,CAAC;YACvC,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,KAAK,GAAG,gBAAgB,CAAC,YAAY,CAAC;QAC1D,CAAC;QACD,IAAI,CAAC,OAAO,GAAG,gBAAgB,CAAC,UAAU,CAAC;QAC3C,IAAI,CAAC,MAAM,GAAG,gBAAgB,CAAC,MAAM,CAAC;IAC1C,CAAC;IAED;;;;;;OAMG;IACI,iBAAiB;QACpB,MAAM,WAAW,GAAU,EAAE,CAAC;QAC9B,MAAM,SAAS,GAAU,EAAE,CAAC;QAC5B,IAAI,IAAyB,CAAC;QAC9B,oCAAoC;QACpC,KAAK,MAAM,MAAM,IAAI,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,CAAC;YAClC,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;YAC9B,MAAM,YAAY,GAAG,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,KAAK,KAAK,qCAAY,CAAC,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YAC1F,MAAM,MAAM,GAAG,IAAI,CAAC,iBAAiB,CAAC,IAAI,EAAE,YAAY,CAAC,CAAC;YAC1D,IAAI,MAAM,EAAE,CAAC;gBACT,WAAW,CAAC,GAAG,gCAAO,CAAC,KAAK,IAAI,MAAM,OAAO,CAAC,GAAG,MAAM,CAAC;YAC5D,CAAC;QACL,CAAC;QACD,0CAA0C;QAC1C,MAAM,GAAG,GAAgB,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC;QAC9D,KAAK,MAAM,MAAM,IAAI,GAAG,CAAC,KAAK,EAAE,CAAC;YAC7B,OAAO,GAAG,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC;QACpC,CAAC;QACD,SAAS,CAAC,iCAAQ,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC;QAE9B,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,CAAC;IACtC,CAAC;IAED;;;;;OAKG;IACK,iBAAiB,CAAC,IAAuB,EAAE,MAAc;QAC7D,IAAI,MAA8B,CAAC;QACnC,MAAM,aAAa,GAAG,WAAW,CAAC,IAAI,EAAE,IAAI,CAAC,GAAG,CAAC,KAAK,kCAAS,CAAC,GAAG,IAAI,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACrF,IAAI,IAAI,CAAC,QAAQ,KAAK,mCAAU,CAAC,UAAU,IAAI,CAAC,IAAI,CAAC,QAAQ,KAAK,mCAAU,CAAC,aAAa,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC;YAC5G,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,IAAA,yBAAiB,EAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;YAC3D,MAAM,GAAG,EAAE,OAAO,EAAE,CAAC;QACzB,CAAC;aAAM,IAAI,IAAI,CAAC,MAAM,EAAE,CAAC;YACrB,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC;YACrB,MAAM,MAAM,GAAG,MAAM,IAAI,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,MAAM,UAAU,GAAG,IAAA,yBAAiB,EAAC,IAAI,CAAC,QAAQ,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC;YACpE,IAAI,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAE,CAAC;gBACpC,MAAM,CAAC,OAAO,GAAG,UAAU,CAAC,IAAI,CAAC;YACrC,CAAC;iBAAM,CAAC;gBACJ,MAAM,iBAAiB,GAAG,IAAA,yBAAiB,EAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;gBAC3D,MAAM,CAAC,OAAO,GAAG,iBAAiB,CAAC,IAAI,CAAC;YAC5C,CAAC;QACL,CAAC;QACD,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,QAAQ,KAAK,mCAAU,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,QAAQ,KAAK,mCAAU,CAAC,aAAa,EAAE,CAAC;YACpG,IAAI,CAAC,uBAAuB,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;QAC/C,CAAC;QACD,OAAO,MAAM,CAAC;IAClB,CAAC;IAED;;;;OAIG;IACK,uBAAuB,CAAC,IAAa,EAAE,MAAwB;QACnE,MAAM,SAAS,GAAG,iBAAiB,CAAC,IAAI,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC;QACpD,MAAM,CAAC,SAAS,GAAG,SAAS,CAAC;IACjC,CAAC;CACJ;AAtGD,kCAsGC"}
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
  };