@sap/ux-specification 1.136.8 → 1.136.9

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 (39) hide show
  1. package/CHANGELOG.md +28 -0
  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-ListReportNew.html +2 -2
  6. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  7. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  8. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  9. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  10. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  11. package/dist/documentation/v4/v4-ListReport.html +2 -2
  12. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  13. package/dist/index-min.js +103 -103
  14. package/dist/index-min.js.map +4 -4
  15. package/dist/schemas/v4/BuildingBlocksConfig.json +10 -16
  16. package/dist/schemas/v4/ObjectPageConfig.json +48 -28
  17. package/dist/specification/package.json +6 -6
  18. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  19. package/dist/specification/scripts/macros/corrections.js +3 -0
  20. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  21. package/dist/specification/src/api.js +1 -1
  22. package/dist/specification/src/sync/v4/application.d.ts +19 -2
  23. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  24. package/dist/specification/src/sync/v4/application.js +39 -4
  25. package/dist/specification/src/sync/v4/application.js.map +1 -1
  26. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
  27. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +38 -18
  28. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  29. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  30. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +2 -45
  31. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  32. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts +23 -0
  33. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
  34. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +85 -0
  35. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
  36. package/dist/types/src/common/types.d.ts +10 -0
  37. package/dist/types/src/common/types.d.ts.map +1 -1
  38. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +19 -19
  39. package/package.json +6 -6
@@ -148,11 +148,11 @@ export interface TableCreationModeNewPageOPTreeTable extends TableCreationModeOP
148
148
  export interface TableCreationModeInlineOPTreeTable extends TableCreationModeOPTreeTable {
149
149
  /**
150
150
  * Defines the creation mode to be used by the tree table.
151
- * Allowed values are 'NewPage', 'Inline' or 'CreationDialog'.
151
+ * Allowed values are 'NewPage', 'Inline', or 'CreationDialog'.
152
152
  *
153
153
  * - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
154
- * - Inline: The creation is done inline.
155
- * - CreationDialog: The creation is done in the table, with a dialog allowing to specify some initial property values (the properties are listed in 'creationFields').
154
+ * - Inline: The creation is performed inline.
155
+ * - CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
156
156
  *
157
157
  * If the 'name' property is not set:
158
158
  * If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
@@ -167,11 +167,11 @@ export interface TableCreationModeInlineOPTreeTable extends TableCreationModeOPT
167
167
  export interface TableCreationModeCreationDialogOPTreeTable extends TableCreationModeOPTreeTable {
168
168
  /**
169
169
  * Defines the creation mode to be used by the tree table.
170
- * Allowed values are 'NewPage', 'Inline' or 'CreationDialog'.
170
+ * Allowed values are 'NewPage', 'Inline', or 'CreationDialog'.
171
171
  *
172
172
  * - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
173
- * - Inline: The creation is done inline.
174
- * - CreationDialog: The creation is done in the table, with a dialog allowing to specify some initial property values (the properties are listed in 'creationFields').
173
+ * - Inline: The creation is performed inline.
174
+ * - CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
175
175
  *
176
176
  * If the 'name' property is not set:
177
177
  * If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
@@ -186,11 +186,11 @@ export interface TableCreationModeCreationDialogOPTreeTable extends TableCreatio
186
186
  export interface TableCreationModeOPTreeTable {
187
187
  /**
188
188
  * Defines the creation mode to be used by the tree table.
189
- * Allowed values are 'NewPage', 'Inline' or 'CreationDialog'.
189
+ * Allowed values are 'NewPage', 'Inline', or 'CreationDialog'.
190
190
  *
191
191
  * - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
192
- * - Inline: The creation is done inline.
193
- * - CreationDialog: The creation is done in the table, with a dialog allowing to specify some initial property values (the properties are listed in 'creationFields').
192
+ * - Inline: The creation is performed inline.
193
+ * - CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
194
194
  *
195
195
  * If the 'name' property is not set:
196
196
  * If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
@@ -214,13 +214,13 @@ export interface TableCreationModeOPTreeTable {
214
214
  export interface TableCreationModeInlineOPTable {
215
215
  /**
216
216
  * Defines the creation mode to be used by the table.
217
- * Allowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External' or 'CreationDialog'.
217
+ * Allowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External', or 'CreationDialog'.
218
218
  *
219
219
  * - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
220
220
  * - Inline: The creation is performed inline
221
221
  * - InlineCreationsRows: The creation is performed inline with an empty row
222
222
  * - External: The creation is performed in a different application which is specified using the `outbound` parameter
223
- * - CreationDialog: The creation is done in the table, with a dialog allowing to specify some initial property values (the properties are listed in 'creationFields').
223
+ * - CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
224
224
  *
225
225
  * If the 'name' property is not set:
226
226
  * If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
@@ -240,13 +240,13 @@ export interface TableCreationModeInlineOPTable {
240
240
  export interface TableCreationModeInlineCreationsRowsOPResponsiveTable {
241
241
  /**
242
242
  * Defines the creation mode to be used by the table.
243
- * Allowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External' or 'CreationDialog'.
243
+ * Allowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External', or 'CreationDialog'.
244
244
  *
245
245
  * - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
246
246
  * - Inline: The creation is performed inline
247
247
  * - InlineCreationsRows: The creation is performed inline with an empty row
248
248
  * - External: The creation is performed in a different application which is specified using the `outbound` parameter.
249
- * - CreationDialog: The creation is done in the table, with a dialog allowing to specify some initial property values (the properties are listed in 'creationFields').
249
+ * - CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
250
250
  *
251
251
  * If the 'name' property is not set:
252
252
  * If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
@@ -266,13 +266,13 @@ export interface TableCreationModeInlineCreationsRowsOPResponsiveTable {
266
266
  export interface TableCreationModeInlineCreationsRowsOPGridTable {
267
267
  /**
268
268
  * Defines the creation mode to be used by the table.
269
- * Allowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External' or 'CreationDialog'.
269
+ * Allowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External', or 'CreationDialog'.
270
270
  *
271
271
  * - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
272
272
  * - Inline: The creation is performed inline
273
273
  * - InlineCreationsRows: The creation is performed inline with an empty row
274
274
  * - External: The creation is performed in a different application which is specified using the `outbound` parameter.
275
- * - CreationDialog: The creation is done in the table, with a dialog allowing to specify some initial property values (the properties are listed in 'creationFields').
275
+ * - CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
276
276
  *
277
277
  * If the 'name' property is not set:
278
278
  * If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
@@ -288,13 +288,13 @@ export interface TableCreationModeInlineCreationsRowsOPGridTable {
288
288
  export interface TableCreationModeNewPageOPTable {
289
289
  /**
290
290
  * Defines the creation mode to be used by the table.
291
- * Allowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External' or 'CreationDialog'.
291
+ * Allowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External', or 'CreationDialog'.
292
292
  *
293
293
  * - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
294
294
  * - Inline: The creation is performed inline
295
295
  * - InlineCreationsRows: The creation is performed inline with an empty row
296
296
  * - External: The creation is performed in a different application which is specified using the `outbound` parameter.
297
- * - CreationDialog: The creation is done in the table, with a dialog allowing to specify some initial property values (the properties are listed in 'creationFields').
297
+ * - CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
298
298
  *
299
299
  * If the 'name' property is not set:
300
300
  * If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
@@ -315,7 +315,7 @@ export interface TableCreationModeCreationDialogOPTable {
315
315
  * - Inline: The creation is performed inline
316
316
  * - InlineCreationsRows: The creation is performed inline with an empty row
317
317
  * - External: The creation is performed in a different application which is specified using the `outbound` parameter.
318
- * - CreationDialog: The creation is done in the table, with a dialog allowing to specify some initial property values (the properties are listed in 'creationFields').
318
+ * - CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
319
319
  *
320
320
  * If the 'name' property is not set:
321
321
  * If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
@@ -341,7 +341,7 @@ export interface TableCreationModeExternalOPTable {
341
341
  * - Inline: The creation is performed inline
342
342
  * - InlineCreationsRows: The creation is performed inline with an empty row
343
343
  * - External: The creation is performed in a different application which is specified using the `outbound` parameter.
344
- * - CreationDialog: The creation is done in the table, with a dialog allowing to specify some initial property values (the properties are listed in 'creationFields').
344
+ * - CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
345
345
  *
346
346
  * If the 'name' property is not set:
347
347
  * If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.136.8",
3
+ "version": "1.136.9",
4
4
  "displayName": "SAP Fiori tools - Specification",
5
5
  "description": "SAP Fiori tools - Specification",
6
6
  "files": [
@@ -49,13 +49,13 @@
49
49
  "publisher": "SAPSE",
50
50
  "license": "SEE LICENSE IN LICENSE",
51
51
  "dependencies": {
52
- "@sap-ux/fe-fpm-writer": "0.39.2",
52
+ "@sap-ux/fe-fpm-writer": "0.39.10",
53
53
  "@sap-ux/vocabularies-types": "0.13.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@sap-ux/annotation-converter": "0.10.5",
56
+ "@sap-ux/annotation-converter": "0.10.6",
57
57
  "@sap-ux/edmx-parser": "0.9.6",
58
- "@sap/ux-specification-types": "1.136.8",
58
+ "@sap/ux-specification-types": "1.136.9",
59
59
  "@sapui5/types": "latest-1.136",
60
60
  "@types/d3": "7.4.3",
61
61
  "@types/jquery": "3.5.32",
@@ -69,14 +69,14 @@
69
69
  "deepmerge": "4.3.1",
70
70
  "ejs": "3.1.10",
71
71
  "excel4node": "1.8.2",
72
- "i18next": "25.5.2",
72
+ "i18next": "25.6.0",
73
73
  "jquery": "3.7.1",
74
74
  "jsdom": "25.0.1",
75
75
  "lodash.unset": "4.5.2",
76
76
  "mem-fs-editor": "9.7.0",
77
77
  "path": "0.12.7",
78
78
  "reflect-metadata": "0.2.2",
79
- "semver": "7.7.2",
79
+ "semver": "7.7.3",
80
80
  "typescript-json-schema": "0.65.1",
81
81
  "xml-js": "1.6.11"
82
82
  },