@sap/ux-specification 1.136.4 → 1.136.6

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 (109) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist/documentation/runDocu-min.js +2 -2
  3. package/dist/documentation/runDocu-min.js.map +1 -1
  4. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  5. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  6. package/dist/documentation/v2/v2-ListReport.html +2 -2
  7. package/dist/documentation/v2/v2-ListReportNew.html +2 -2
  8. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  9. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  10. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  11. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  12. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  13. package/dist/documentation/v4/v4-ListReport.html +2 -2
  14. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  15. package/dist/index-min.js +156 -156
  16. package/dist/index-min.js.map +4 -4
  17. package/dist/schemas/v4/ApplicationV4.json +8 -0
  18. package/dist/schemas/v4/BuildingBlocksConfig.json +68 -3
  19. package/dist/schemas/v4/ObjectPageConfig.json +247 -53
  20. package/dist/specification/package.json +4 -4
  21. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  22. package/dist/specification/scripts/macros/corrections.js +3 -0
  23. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  24. package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
  25. package/dist/specification/scripts/schema/to-json-schema.js +12 -0
  26. package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
  27. package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
  28. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  29. package/dist/specification/src/sync/common/import/utils.d.ts +9 -7
  30. package/dist/specification/src/sync/common/import/utils.d.ts.map +1 -1
  31. package/dist/specification/src/sync/common/import/utils.js +31 -9
  32. package/dist/specification/src/sync/common/import/utils.js.map +1 -1
  33. package/dist/specification/src/sync/common/utils.d.ts +2 -0
  34. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  35. package/dist/specification/src/sync/common/utils.js +21 -4
  36. package/dist/specification/src/sync/common/utils.js.map +1 -1
  37. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  38. package/dist/specification/src/sync/v2/export/export.js +27 -22
  39. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  40. package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts +3 -5
  41. package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts.map +1 -1
  42. package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.js +19 -23
  43. package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.js.map +1 -1
  44. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts +1 -1
  45. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts.map +1 -1
  46. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +33 -42
  47. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
  48. package/dist/specification/src/sync/v2/generate/utils.js +1 -1
  49. package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
  50. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Action.d.ts.map +1 -1
  51. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Action.js +3 -1
  52. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Action.js.map +1 -1
  53. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.d.ts.map +1 -1
  54. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.js +12 -14
  55. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.js.map +1 -1
  56. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts +2 -2
  57. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts.map +1 -1
  58. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js +9 -15
  59. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js.map +1 -1
  60. package/dist/specification/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
  61. package/dist/specification/src/sync/v2/import/pages/overviewPage.js +13 -8
  62. package/dist/specification/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  63. package/dist/specification/src/sync/v2/utils.d.ts +1 -1
  64. package/dist/specification/src/sync/v2/utils.js +1 -1
  65. package/dist/specification/src/sync/v4/application.d.ts +3 -0
  66. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  67. package/dist/specification/src/sync/v4/application.js +22 -0
  68. package/dist/specification/src/sync/v4/application.js.map +1 -1
  69. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +47 -3
  70. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
  71. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +287 -51
  72. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  73. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +0 -15
  74. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  75. package/dist/specification/src/sync/v4/export/controls/Table.js +0 -32
  76. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  77. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  78. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +4 -2
  79. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  80. package/dist/specification/src/sync/v4/generate/objectPage.d.ts +2 -1
  81. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  82. package/dist/specification/src/sync/v4/generate/objectPage.js +65 -27
  83. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  84. package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  85. package/dist/specification/src/sync/v4/import/pages/objectPage.js +1 -1
  86. package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
  87. package/dist/specification/src/sync/v4/import/utils.d.ts +11 -9
  88. package/dist/specification/src/sync/v4/import/utils.d.ts.map +1 -1
  89. package/dist/specification/src/sync/v4/import/utils.js +53 -9
  90. package/dist/specification/src/sync/v4/import/utils.js.map +1 -1
  91. package/dist/specification/src/sync/v4/utils/utils.d.ts +15 -3
  92. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  93. package/dist/specification/src/sync/v4/utils/utils.js +190 -93
  94. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  95. package/dist/types/src/common/types.d.ts +61 -28
  96. package/dist/types/src/common/types.d.ts.map +1 -1
  97. package/dist/types/src/common/types.js +10 -1
  98. package/dist/types/src/common/types.js.map +1 -1
  99. package/dist/types/src/v4/application.d.ts +7 -0
  100. package/dist/types/src/v4/application.d.ts.map +1 -1
  101. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +240 -16
  102. package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
  103. package/dist/types/src/v4/controls/ObjectPageTable.js +2 -0
  104. package/dist/types/src/v4/controls/ObjectPageTable.js.map +1 -1
  105. package/dist/types/src/v4/controls/Table.d.ts +2 -0
  106. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  107. package/dist/types/src/v4/controls/Table.js +2 -1
  108. package/dist/types/src/v4/controls/Table.js.map +1 -1
  109. package/package.json +4 -4
@@ -35,6 +35,10 @@ export interface ObjectPageGridTableV4 extends ObjectPageTable, RowCountable {
35
35
  * Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.
36
36
  */
37
37
  type?: TableTypeV4.GridTable;
38
+ /**
39
+ * Defines the page behavior when a new record is created.
40
+ */
41
+ creationMode?: TableCreationModeInlineOPTable | TableCreationModeInlineCreationsRowsOPGridTable | TableCreationModeNewPageOPTable | TableCreationModeCreationDialogOPTable | TableCreationModeExternalOPTable;
38
42
  }
39
43
  /**
40
44
  * Table
@@ -59,6 +63,10 @@ export interface ObjectPageTreeTableV4 extends ObjectPageTable, RowCountable {
59
63
  * Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.
60
64
  */
61
65
  type?: TableTypeV4.TreeTable;
66
+ /**
67
+ * Defines the page behavior when a new record is created.
68
+ */
69
+ creationMode?: TableCreationModeNewPageOPTreeTable | TableCreationModeInlineOPTreeTable | TableCreationModeCreationDialogOPTreeTable;
62
70
  }
63
71
  /**
64
72
  * Table
@@ -72,6 +80,10 @@ export interface ObjectPageResponsiveTableV4 extends ObjectPageTable {
72
80
  * Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.
73
81
  */
74
82
  type?: TableTypeV4.ResponsiveTable;
83
+ /**
84
+ * Defines the page behavior when a new record is created.
85
+ */
86
+ creationMode?: TableCreationModeInlineOPTable | TableCreationModeInlineCreationsRowsOPResponsiveTable | TableCreationModeNewPageOPTable | TableCreationModeCreationDialogOPTable | TableCreationModeExternalOPTable;
75
87
  }
76
88
  /**
77
89
  * Table
@@ -104,26 +116,242 @@ export interface ObjectPageSectionTableV4 {
104
116
  export declare enum TableCreationModeType {
105
117
  NewPage = "NewPage",
106
118
  InlineCreationRows = "InlineCreationRows",
107
- Inline = "Inline"
119
+ Inline = "Inline",
120
+ CreationDialog = "CreationDialog",
121
+ External = "External"
108
122
  }
109
- export interface TableCreationModeOP {
123
+ /**
124
+ * NewPage creation mode for TreeTable
125
+ *
126
+ * @defaultControlProperty true
127
+ * @controlProperty name
128
+ */
129
+ export interface TableCreationModeNewPageOPTreeTable extends TableCreationModeOPTreeTable {
110
130
  /**
111
- * The name property of TableCreationMode defines the creation mode; possible values are:
112
- * - NewPage: The create action leads to a new page.
113
- * - InlineCreationRows: No create button will be rendered, an empty row is directly given.
114
- * - Inline: The create action leads to a new row at the table (not recommended, use InlineCreationRows instead).
115
- * The default is "NewPage".
131
+ * Defines the creation mode to be used by the tree table.
132
+ * Allowed values are 'NewPage', 'Inline', or 'CreationDialog'.
133
+ *
134
+ * - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
135
+ * - Inline: The creation is performed inline.
136
+ * - CreationDialog: The creation is performed in a table. There is a dialog which allows you to specify some initial property values which are listed in 'creationFields'.
137
+ *
138
+ * If the 'name' property is not set:
139
+ * If 'navigation' is defined, the default value is 'NewPage'. Otherwise, it is 'Inline'.
140
+ */
141
+ name?: TableCreationModeType.NewPage;
142
+ }
143
+ /**
144
+ * Inline creation mode for TreeTable
145
+ *
146
+ * @controlProperty name
147
+ */
148
+ export interface TableCreationModeInlineOPTreeTable extends TableCreationModeOPTreeTable {
149
+ /**
150
+ * Defines the creation mode to be used by the tree table.
151
+ * Allowed values are 'NewPage', 'Inline' or 'CreationDialog'.
152
+ *
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').
156
+ *
157
+ * If the 'name' property is not set:
158
+ * If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
159
+ */
160
+ name?: TableCreationModeType.Inline;
161
+ }
162
+ /**
163
+ * CreationDialog creation mode for TreeTable
164
+ *
165
+ * @controlProperty name
166
+ */
167
+ export interface TableCreationModeCreationDialogOPTreeTable extends TableCreationModeOPTreeTable {
168
+ /**
169
+ * Defines the creation mode to be used by the tree table.
170
+ * Allowed values are 'NewPage', 'Inline' or 'CreationDialog'.
171
+ *
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').
175
+ *
176
+ * If the 'name' property is not set:
177
+ * If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
178
+ */
179
+ name?: TableCreationModeType.CreationDialog;
180
+ /**
181
+ * Defines the list of properties that will be displayed in the creation dialog, when the creation mode is set to 'CreationDialog'.
182
+ * The value is a comma-separated list of property names.
183
+ */
184
+ creationFields?: string[];
185
+ }
186
+ export interface TableCreationModeOPTreeTable {
187
+ /**
188
+ * Defines the creation mode to be used by the tree table.
189
+ * Allowed values are 'NewPage', 'Inline' or 'CreationDialog'.
190
+ *
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').
194
+ *
195
+ * If the 'name' property is not set:
196
+ * If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
197
+ */
198
+ name?: TableCreationModeType.NewPage | TableCreationModeType.Inline | TableCreationModeType.CreationDialog;
199
+ /**
200
+ * Specifies if the new entry should be placed at the position computed by the backend (e.g. taking sorting into account).
201
+ * The default value is `false`. When set to `false`, the new entry is placed as the first child below its parent.
202
+ */
203
+ createInPlace?: boolean;
204
+ /**
205
+ * Defines the extension point to control the enablement of the "Create" button or "Create Menu" buttons.
206
+ */
207
+ isCreateEnabled?: string;
208
+ }
209
+ /**
210
+ * Inline creation mode
211
+ *
212
+ * @controlProperty name
213
+ */
214
+ export interface TableCreationModeInlineOPTable {
215
+ /**
216
+ * Defines the creation mode to be used by the table.
217
+ * Allowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External' or 'CreationDialog'.
218
+ *
219
+ * - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
220
+ * - Inline: The creation is performed inline
221
+ * - InlineCreationsRows: The creation is performed inline with an empty row
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').
224
+ *
225
+ * If the 'name' property is not set:
226
+ * If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
116
227
  */
117
- name?: TableCreationModeType;
228
+ name?: TableCreationModeType.Inline;
118
229
  /**
119
- * In case of inline creation mode you can decide if the new row will be created at the end of the table, or direcly after the currently selected table. The default value is "true".
230
+ * Specifies if the new entry should be created at the top or bottom of a table when `creationMode` is set to `Inline`.
231
+ * The default value is `false`.
120
232
  */
121
233
  createAtEnd?: boolean;
234
+ }
235
+ /**
236
+ * InlineCreationsRows creation mode for the responsive table
237
+ *
238
+ * @controlProperty name
239
+ */
240
+ export interface TableCreationModeInlineCreationsRowsOPResponsiveTable {
122
241
  /**
123
- * Supported starting SAPUI5 version 1.111.0, If set to 'true', the empty rows will be hidden when editing an existing object. Selecting the table's Create button will display the empty rows. The default value is "true".
242
+ * Defines the creation mode to be used by the table.
243
+ * Allowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External' or 'CreationDialog'.
244
+ *
245
+ * - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
246
+ * - Inline: The creation is performed inline
247
+ * - InlineCreationsRows: The creation is performed inline with an empty row
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').
250
+ *
251
+ * If the 'name' property is not set:
252
+ * If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
253
+ */
254
+ name?: TableCreationModeType.InlineCreationRows;
255
+ /**
256
+ * Specifies if the new entry should be hidden when `creationMode` is set to `InlineCreationRows`. This only applies to responsive tables.
257
+ * The default value is `false`.
124
258
  */
125
259
  inlineCreationRowsHiddenInEditMode?: boolean;
126
260
  }
261
+ /**
262
+ * InlineCreationsRows creation mode for the grid table
263
+ *
264
+ * @controlProperty name
265
+ */
266
+ export interface TableCreationModeInlineCreationsRowsOPGridTable {
267
+ /**
268
+ * Defines the creation mode to be used by the table.
269
+ * Allowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External' or 'CreationDialog'.
270
+ *
271
+ * - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
272
+ * - Inline: The creation is performed inline
273
+ * - InlineCreationsRows: The creation is performed inline with an empty row
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').
276
+ *
277
+ * If the 'name' property is not set:
278
+ * If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
279
+ */
280
+ name?: TableCreationModeType.InlineCreationRows;
281
+ }
282
+ /**
283
+ * NewPage creation mode
284
+ *
285
+ * @defaultControlProperty true
286
+ * @controlProperty name
287
+ */
288
+ export interface TableCreationModeNewPageOPTable {
289
+ /**
290
+ * Defines the creation mode to be used by the table.
291
+ * Allowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External' or 'CreationDialog'.
292
+ *
293
+ * - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
294
+ * - Inline: The creation is performed inline
295
+ * - InlineCreationsRows: The creation is performed inline with an empty row
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').
298
+ *
299
+ * If the 'name' property is not set:
300
+ * If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
301
+ */
302
+ name?: TableCreationModeType.NewPage;
303
+ }
304
+ /**
305
+ * CreationDialog creation mode
306
+ *
307
+ * @controlProperty name
308
+ */
309
+ export interface TableCreationModeCreationDialogOPTable {
310
+ /**
311
+ * Defines the creation mode to be used by the table.
312
+ * Allowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External', or 'CreationDialog'.
313
+ *
314
+ * - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
315
+ * - Inline: The creation is performed inline
316
+ * - InlineCreationsRows: The creation is performed inline with an empty row
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').
319
+ *
320
+ * If the 'name' property is not set:
321
+ * If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
322
+ */
323
+ name?: TableCreationModeType.CreationDialog;
324
+ /**
325
+ * Defines the list of properties that will be displayed in the creation dialog, when the creation mode is set to 'CreationDialog'.
326
+ * The value is a comma-separated list of property names.
327
+ */
328
+ creationFields?: string[];
329
+ }
330
+ /**
331
+ * External creation mode
332
+ *
333
+ * @controlProperty name
334
+ */
335
+ export interface TableCreationModeExternalOPTable {
336
+ /**
337
+ * Defines the creation mode to be used by the table.
338
+ * Allowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External', or 'CreationDialog'.
339
+ *
340
+ * - NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.
341
+ * - Inline: The creation is performed inline
342
+ * - InlineCreationsRows: The creation is performed inline with an empty row
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').
345
+ *
346
+ * If the 'name' property is not set:
347
+ * If 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.
348
+ */
349
+ name?: TableCreationModeType.External;
350
+ /**
351
+ * The navigation target where the document is created when `creationMode` is set to `External`.
352
+ */
353
+ outbound?: string;
354
+ }
127
355
  export interface PersonalizationTypeOP {
128
356
  /**
129
357
  * Defines whether the user can add and remove columns to a given table.
@@ -157,12 +385,8 @@ export interface GenericColumnsOP {
157
385
  }
158
386
  export interface TableSettingsOP extends TableSettings {
159
387
  /**
160
- * Defines the page behavior when a new record is created.
161
- */
162
- creationMode?: TableCreationModeOP;
163
- /**
164
- * Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.
165
- * By default all table settings are enabled. You can change this for the different parts of the table by setting the properties "Column", "Sort" and "Filter" accordingly.
388
+ * Defines the personalization mode which is only effective if the variant management on the page is set to `Page` or `Control`.
389
+ * By default all table settings are enabled. You can change this for the different parts of the table by setting the properties 'Column', 'Sort' and 'Filter' accordingly.
166
390
  * Omitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.
167
391
  */
168
392
  personalization?: PersonalizationTypeOP;
@@ -1 +1 @@
1
- {"version":3,"file":"ObjectPageTable.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/ObjectPageTable.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ObjectPageTable.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/ObjectPageTable.ts"],"names":[],"mappings":"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"}
@@ -6,5 +6,7 @@ var TableCreationModeType;
6
6
  TableCreationModeType["NewPage"] = "NewPage";
7
7
  TableCreationModeType["InlineCreationRows"] = "InlineCreationRows";
8
8
  TableCreationModeType["Inline"] = "Inline";
9
+ TableCreationModeType["CreationDialog"] = "CreationDialog";
10
+ TableCreationModeType["External"] = "External";
9
11
  })(TableCreationModeType || (exports.TableCreationModeType = TableCreationModeType = {}));
10
12
  //# sourceMappingURL=ObjectPageTable.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ObjectPageTable.js","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/ObjectPageTable.ts"],"names":[],"mappings":";;;AA4HA,IAAY,qBAIX;AAJD,WAAY,qBAAqB;IAC7B,4CAAmB,CAAA;IACnB,kEAAyC,CAAA;IACzC,0CAAiB,CAAA;AACrB,CAAC,EAJW,qBAAqB,qCAArB,qBAAqB,QAIhC"}
1
+ {"version":3,"file":"ObjectPageTable.js","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/ObjectPageTable.ts"],"names":[],"mappings":";;;AAsJA,IAAY,qBAMX;AAND,WAAY,qBAAqB;IAC7B,4CAAmB,CAAA;IACnB,kEAAyC,CAAA;IACzC,0CAAiB,CAAA;IACjB,0DAAiC,CAAA;IACjC,8CAAqB,CAAA;AACzB,CAAC,EANW,qBAAqB,qCAArB,qBAAqB,QAMhC"}
@@ -26,6 +26,8 @@ export declare enum DefaultPathType {
26
26
  Secondary = "secondary",
27
27
  Both = "both"
28
28
  }
29
+ export declare const EMPTY_OPTION = "";
30
+ export type EmptyOption = typeof EMPTY_OPTION;
29
31
  /**
30
32
  * @artifactType Manifest
31
33
  * @descriptionSrcURL https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d
@@ -1 +1 @@
1
- {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/Table.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/Table.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DefaultPathType = exports.InitialLoadType = exports.TableTypeV4 = exports.RowCountMode = exports.SelectionMode = void 0;
3
+ exports.EMPTY_OPTION = exports.DefaultPathType = exports.InitialLoadType = exports.TableTypeV4 = exports.RowCountMode = exports.SelectionMode = void 0;
4
4
  var SelectionMode;
5
5
  (function (SelectionMode) {
6
6
  SelectionMode["Multi"] = "Multi";
@@ -32,4 +32,5 @@ var DefaultPathType;
32
32
  DefaultPathType["Secondary"] = "secondary";
33
33
  DefaultPathType["Both"] = "both";
34
34
  })(DefaultPathType || (exports.DefaultPathType = DefaultPathType = {}));
35
+ exports.EMPTY_OPTION = '';
35
36
  //# sourceMappingURL=Table.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Table.js","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/Table.ts"],"names":[],"mappings":";;;AAUA,IAAY,aAKX;AALD,WAAY,aAAa;IACrB,gCAAe,CAAA;IACf,8BAAa,CAAA;IACb,kCAAiB,CAAA;IACjB,8BAAa,CAAA;AACjB,CAAC,EALW,aAAa,6BAAb,aAAa,QAKxB;AAED,IAAY,YAGX;AAHD,WAAY,YAAY;IACpB,+BAAe,CAAA;IACf,6BAAa,CAAA;AACjB,CAAC,EAHW,YAAY,4BAAZ,YAAY,QAGvB;AAED,IAAY,WAKX;AALD,WAAY,WAAW;IACnB,kDAAmC,CAAA;IACnC,sCAAuB,CAAA;IACvB,kDAAmC,CAAA;IACnC,sCAAuB,CAAA;AAC3B,CAAC,EALW,WAAW,2BAAX,WAAW,QAKtB;AAED,IAAY,eAIX;AAJD,WAAY,eAAe;IACvB,wCAAqB,CAAA;IACrB,sCAAmB,CAAA;IACnB,gCAAa,CAAA;AACjB,CAAC,EAJW,eAAe,+BAAf,eAAe,QAI1B;AAED,IAAY,eAIX;AAJD,WAAY,eAAe;IACvB,sCAAmB,CAAA;IACnB,0CAAuB,CAAA;IACvB,gCAAa,CAAA;AACjB,CAAC,EAJW,eAAe,+BAAf,eAAe,QAI1B"}
1
+ {"version":3,"file":"Table.js","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/Table.ts"],"names":[],"mappings":";;;AAUA,IAAY,aAKX;AALD,WAAY,aAAa;IACrB,gCAAe,CAAA;IACf,8BAAa,CAAA;IACb,kCAAiB,CAAA;IACjB,8BAAa,CAAA;AACjB,CAAC,EALW,aAAa,6BAAb,aAAa,QAKxB;AAED,IAAY,YAGX;AAHD,WAAY,YAAY;IACpB,+BAAe,CAAA;IACf,6BAAa,CAAA;AACjB,CAAC,EAHW,YAAY,4BAAZ,YAAY,QAGvB;AAED,IAAY,WAKX;AALD,WAAY,WAAW;IACnB,kDAAmC,CAAA;IACnC,sCAAuB,CAAA;IACvB,kDAAmC,CAAA;IACnC,sCAAuB,CAAA;AAC3B,CAAC,EALW,WAAW,2BAAX,WAAW,QAKtB;AAED,IAAY,eAIX;AAJD,WAAY,eAAe;IACvB,wCAAqB,CAAA;IACrB,sCAAmB,CAAA;IACnB,gCAAa,CAAA;AACjB,CAAC,EAJW,eAAe,+BAAf,eAAe,QAI1B;AAED,IAAY,eAIX;AAJD,WAAY,eAAe;IACvB,sCAAmB,CAAA;IACnB,0CAAuB,CAAA;IACvB,gCAAa,CAAA;AACjB,CAAC,EAJW,eAAe,+BAAf,eAAe,QAI1B;AAEY,QAAA,YAAY,GAAG,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.136.4",
3
+ "version": "1.136.6",
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.36.0",
52
+ "@sap-ux/fe-fpm-writer": "0.38.2",
53
53
  "@sap-ux/vocabularies-types": "0.13.0"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@sap-ux/annotation-converter": "0.10.3",
57
57
  "@sap-ux/edmx-parser": "0.8.2",
58
- "@sap/ux-specification-types": "1.136.4",
58
+ "@sap/ux-specification-types": "1.136.6",
59
59
  "@sapui5/types": "latest-1.136",
60
60
  "@types/d3": "7.4.3",
61
61
  "@types/jquery": "3.5.32",
@@ -69,7 +69,7 @@
69
69
  "deepmerge": "4.3.1",
70
70
  "ejs": "3.1.10",
71
71
  "excel4node": "1.8.2",
72
- "i18next": "25.3.0",
72
+ "i18next": "25.4.2",
73
73
  "jquery": "3.7.1",
74
74
  "jsdom": "25.0.1",
75
75
  "lodash.unset": "4.5.2",