@sap/ux-specification 1.71.119 → 1.71.121

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 (111) hide show
  1. package/CHANGELOG.md +38 -25
  2. package/dist/documentation/runDocu-min.js.map +3 -3
  3. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  4. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  5. package/dist/documentation/v2/v2-ListReport.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/index-min.js +34 -34
  9. package/dist/index-min.js.map +3 -3
  10. package/dist/schemas/v2/AnalyticalListPageConfig.json +61 -61
  11. package/dist/schemas/v2/ListReportConfig.json +56 -55
  12. package/dist/schemas/v2/ObjectPageConfig.json +55 -55
  13. package/dist/schemas/v2/OverviewPageConfig.json +64 -64
  14. package/dist/specification/package.json +4 -4
  15. package/dist/specification/scripts/documentation/components/filter.js +0 -1
  16. package/dist/specification/scripts/documentation/components/filter.js.map +1 -1
  17. package/dist/specification/scripts/documentation/components/ui/TreeUI.d.ts.map +1 -1
  18. package/dist/specification/scripts/documentation/components/ui/TreeUI.js +2 -1
  19. package/dist/specification/scripts/documentation/components/ui/TreeUI.js.map +1 -1
  20. package/dist/specification/scripts/documentation/components/ui/search.d.ts.map +1 -1
  21. package/dist/specification/scripts/documentation/components/ui/search.js +6 -3
  22. package/dist/specification/scripts/documentation/components/ui/search.js.map +1 -1
  23. package/dist/specification/scripts/documentation/components/ui/toggle.d.ts.map +1 -1
  24. package/dist/specification/scripts/documentation/components/ui/toggle.js +6 -3
  25. package/dist/specification/scripts/documentation/components/ui/toggle.js.map +1 -1
  26. package/dist/specification/scripts/documentation/components/ui/tooltip.d.ts.map +1 -1
  27. package/dist/specification/scripts/documentation/components/ui/tooltip.js +13 -9
  28. package/dist/specification/scripts/documentation/components/ui/tooltip.js.map +1 -1
  29. package/dist/specification/scripts/documentation/components/ui/utils.d.ts.map +1 -1
  30. package/dist/specification/scripts/documentation/components/ui/utils.js +8 -4
  31. package/dist/specification/scripts/documentation/components/ui/utils.js.map +1 -1
  32. package/dist/specification/scripts/extractDocu.js +22 -11
  33. package/dist/specification/scripts/extractDocu.js.map +1 -1
  34. package/dist/specification/scripts/to-json-schema.js +1 -1
  35. package/dist/specification/scripts/to-json-schema.js.map +1 -1
  36. package/dist/specification/src/api.js +1 -1
  37. package/dist/specification/src/extensionLogger.js +2 -2
  38. package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
  39. package/dist/specification/src/sync/common/decoration/control.js +2 -2
  40. package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
  41. package/dist/specification/src/sync/common/flexUtils.js +1 -1
  42. package/dist/specification/src/sync/common/flexUtils.js.map +1 -1
  43. package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
  44. package/dist/specification/src/sync/common/generate/utils.js +11 -11
  45. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  46. package/dist/specification/src/sync/common/import/utils.js +2 -2
  47. package/dist/specification/src/sync/common/importProject.d.ts.map +1 -1
  48. package/dist/specification/src/sync/common/importProject.js +3 -3
  49. package/dist/specification/src/sync/common/importProject.js.map +1 -1
  50. package/dist/specification/src/sync/common/utils.d.ts +1 -2
  51. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  52. package/dist/specification/src/sync/common/utils.js +71 -67
  53. package/dist/specification/src/sync/common/utils.js.map +1 -1
  54. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  55. package/dist/specification/src/sync/v2/export/controls/Fragment.js +14 -6
  56. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  57. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js +6 -6
  58. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  59. package/dist/specification/src/sync/v2/export/export.js +7 -7
  60. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  61. package/dist/specification/src/sync/v2/export/factory.js +8 -8
  62. package/dist/specification/src/sync/v2/export/manifest.js +0 -1
  63. package/dist/specification/src/sync/v2/export/manifest.js.map +1 -1
  64. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +1 -1
  65. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  66. package/dist/specification/src/sync/v2/generate/objectPage.js +3 -3
  67. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  68. package/dist/specification/src/sync/v2/generate/utils.d.ts.map +1 -1
  69. package/dist/specification/src/sync/v2/generate/utils.js +0 -2
  70. package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
  71. package/dist/specification/src/sync/v2/import/common/index.d.ts +3 -2
  72. package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
  73. package/dist/specification/src/sync/v2/import/common/index.js +41 -24
  74. package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
  75. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +1 -1
  76. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  77. package/dist/specification/src/sync/v2/import/pages/listReport.js +1 -1
  78. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  79. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  80. package/dist/specification/src/sync/v2/import/pages/objectPage.js +7 -8
  81. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  82. package/dist/types/src/common/Application.d.ts +4 -8
  83. package/dist/types/src/common/Application.d.ts.map +1 -1
  84. package/dist/types/src/common/page.d.ts +1 -1
  85. package/dist/types/src/common/page.d.ts.map +1 -1
  86. package/dist/types/src/common/page.js.map +1 -1
  87. package/dist/types/src/common/types.d.ts +3 -3
  88. package/dist/types/src/common/types.d.ts.map +1 -1
  89. package/dist/types/src/common/types.js +4 -4
  90. package/dist/types/src/common/types.js.map +1 -1
  91. package/dist/types/src/v2/controls/Action.d.ts +4 -2
  92. package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
  93. package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +6 -6
  94. package/dist/types/src/v2/controls/Card.d.ts +35 -34
  95. package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
  96. package/dist/types/src/v2/controls/Card.js.map +1 -1
  97. package/dist/types/src/v2/controls/Field.d.ts +1 -1
  98. package/dist/types/src/v2/controls/FilterBar.d.ts +10 -8
  99. package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
  100. package/dist/types/src/v2/controls/ObjectPageChart.d.ts +2 -2
  101. package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +2 -2
  102. package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +4 -4
  103. package/dist/types/src/v2/controls/ObjectPageSection.d.ts +2 -2
  104. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +12 -11
  105. package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
  106. package/dist/types/src/v2/controls/Table.d.ts +42 -38
  107. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  108. package/dist/types/src/v2/controls/Table.js.map +1 -1
  109. package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +1 -1
  110. package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +5 -5
  111. package/package.json +4 -4
@@ -16,11 +16,11 @@ export declare enum HAlign {
16
16
  */
17
17
  export interface TableColumn {
18
18
  /**
19
- * The width property defines the width of the column.
19
+ * Defines the width of the column.
20
20
  */
21
21
  width?: string;
22
22
  /**
23
- * The hAlign property defines the horizontal alignment of the column content.
23
+ * Defines the horizontal alignment of the column content.
24
24
  */
25
25
  hAlign?: HAlign;
26
26
  }
@@ -36,7 +36,7 @@ export interface TableColumnAction extends Action, TableColumn {
36
36
  */
37
37
  export interface TableCustomColumn {
38
38
  /**
39
- * In case the fragment needs to be re-used for multiple tabs, the id property must be set to make the ids unique.
39
+ * If the fragment needs to be reused for multiple tabs, the id property must be set to make the IDs unique.
40
40
  * @artifactType Fragment
41
41
  */
42
42
  id?: string;
@@ -47,7 +47,7 @@ export interface TableCustomColumn {
47
47
  */
48
48
  text?: string;
49
49
  /**
50
- * The column key
50
+ * The column key.
51
51
  * @artifactType Fragment
52
52
  */
53
53
  columnKey: string;
@@ -64,7 +64,7 @@ export interface TableCustomColumn {
64
64
  */
65
65
  leadingProperty?: string;
66
66
  /**
67
- * The UI5 control used for your extension
67
+ * The UI5 control used for your extension.
68
68
  * @artifactType Manifest
69
69
  */
70
70
  className: typeof SAPUI5_FRAGMENT_CLASS;
@@ -122,7 +122,7 @@ export declare enum PopinLayout {
122
122
  }
123
123
  export interface QuickVariant {
124
124
  /**
125
- * A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory.
125
+ * The key property is mandatory. It is used for initializing the corresponding SegmentedButton item.
126
126
  */
127
127
  key: string;
128
128
  /**
@@ -132,7 +132,7 @@ export interface QuickVariant {
132
132
  }
133
133
  export interface QuickVariantX extends QuickVariant {
134
134
  /**
135
- * Represents the entity set that will be displayed in this variant
135
+ * Represents the entity set that is displayed in this variant.
136
136
  */
137
137
  entitySet: string;
138
138
  /**
@@ -146,7 +146,7 @@ export interface QuickVariantSelection {
146
146
  */
147
147
  showCounts?: boolean;
148
148
  /**
149
- * The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations.
149
+ * The variants section contains a set of entries that point to a SelectionVariant or SelectionPresentationVariant annotation.
150
150
  */
151
151
  variants: {
152
152
  [key: string]: QuickVariant;
@@ -158,7 +158,7 @@ export interface QuickVariantSelectionX extends QuickVariantSelection {
158
158
  */
159
159
  enableAutoBinding?: boolean;
160
160
  /**
161
- * The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations.
161
+ * The variants section contains a set of entries that point to a SelectionVariant or SelectionPresentationVariant annotation.
162
162
  */
163
163
  variants: {
164
164
  [key: string]: QuickVariantX;
@@ -166,7 +166,8 @@ export interface QuickVariantSelectionX extends QuickVariantSelection {
166
166
  }
167
167
  export interface CreateWithFilters {
168
168
  /**
169
- * For the new create action to use the filter settings as input, set strategy to "extension" and implement the extension function as mentioned in help.sap.com for SAP S/4 HANA, section Prefilling Fields When Creating a New Entity Using an Extension Point“.
169
+ * For the create action to use the filter settings as input, set this property to extension and implement the extension function as mentioned in help.sap.com for SAP S/4HANA, section "Prefilling Fields When Creating a New Entity Using an Extension Point".
170
+ * @descriptionSrcURL https://ui5.sap.com/sdk#/topic/189e2d8a59f04a2693a4fde7f4a91a65
170
171
  */
171
172
  strategy: Strategy;
172
173
  }
@@ -188,11 +189,12 @@ export interface CommonTableSettings<COLS = GenericColumns> {
188
189
  */
189
190
  multiSelect?: boolean;
190
191
  /**
191
- * The 'Select All' button is disabled by default. To enable it, set selectAll to true.
192
+ * The Select All button is disabled by default. To enable it, set this property to true.
192
193
  */
193
194
  selectAll?: boolean;
194
195
  /**
195
- * If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.
196
+ * When new data is loaded, the number of lines is restricted to the specified limit. The default value is 200.
197
+ * If selectAll is true, the selection limit is not evaluated.
196
198
  */
197
199
  selectionLimit?: number;
198
200
  /**
@@ -209,11 +211,12 @@ export interface CommonTableSettings<COLS = GenericColumns> {
209
211
  exportType?: ExportType;
210
212
  /**
211
213
  /**
212
- * With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.
214
+ * With quickVariantSelection, you can switch to multiple views (single table mode).
215
+ * Each view links to a variant you have added to your annotations.
213
216
  */
214
217
  quickVariantSelection?: QuickVariantSelection;
215
218
  /**
216
- * Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.
219
+ * Switches to multiple views (multi-table mode), based on variants you have defined as annotations.
217
220
  */
218
221
  quickVariantSelectionX?: QuickVariantSelectionX;
219
222
  /**
@@ -221,7 +224,7 @@ export interface CommonTableSettings<COLS = GenericColumns> {
221
224
  */
222
225
  enableAutoBinding?: boolean;
223
226
  /**
224
- * For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.
227
+ * Sets a condensed table layout for analytical tables, grid tables, and tree tables.
225
228
  */
226
229
  condensedTableLayout?: boolean;
227
230
  /**
@@ -244,19 +247,19 @@ export interface CommonTableSettings<COLS = GenericColumns> {
244
247
  */
245
248
  export interface ResponsiveTable extends CommonTableSettings {
246
249
  /**
247
- * 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.
250
+ * Specifies the type of table.
248
251
  */
249
252
  type?: TableTypeV2.ResponsiveTable;
250
253
  /**
251
- * Set includeItemInSelection to true if you want items to be selectable when they are clicked rather than after the selection control has been set.
254
+ * Set this property to true if you want items to be selectable when they are clicked rather than after the selection control has been set.
252
255
  */
253
256
  includeItemInSelection?: boolean;
254
257
  /**
255
- * popinLayout defines the layout in which the table pop-in rows are rendered.
258
+ * Defines the layout the table pop-in rows are rendered in.
256
259
  */
257
260
  popinLayout?: PopinLayout;
258
261
  /**
259
- * createWithFilters adds a new create action that uses the filter settings as input.
262
+ * Adds a new create action that uses the filter settings as input.
260
263
  */
261
264
  createWithFilters?: CreateWithFilters;
262
265
  /**
@@ -264,7 +267,7 @@ export interface ResponsiveTable extends CommonTableSettings {
264
267
  */
265
268
  showDraftToggle?: boolean;
266
269
  /**
267
- * growingThreshold defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.
270
+ * Defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.
268
271
  */
269
272
  growingThreshold?: number;
270
273
  }
@@ -275,7 +278,7 @@ export interface ResponsiveTable extends CommonTableSettings {
275
278
  */
276
279
  export interface TreeTable extends CommonTableSettings {
277
280
  /**
278
- * 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.
281
+ * Specifies the type of table.
279
282
  */
280
283
  type?: TableTypeV2.TreeTable;
281
284
  /**
@@ -290,28 +293,28 @@ export interface TreeTable extends CommonTableSettings {
290
293
  */
291
294
  export interface AnalyticalTable extends CommonTableSettings {
292
295
  /**
293
- * 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.
296
+ * Specifies the type of table.
294
297
  */
295
298
  type?: TableTypeV2.AnalyticalTable;
296
299
  /**
297
- * Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.
300
+ * Represents the qualifier of an annotation. ALP looks for a SelectionPresentationVariant with this qualifier. If it's not found, it looks for a PresentationVariant with this qualifier instead.
298
301
  */
299
302
  qualifier?: string;
300
303
  /**
301
- * Determines the visualization of content area
304
+ * Determines the visualization of the content area.
302
305
  */
303
306
  defaultContentView?: DefaultContentView;
304
307
  /**
305
- * Determines the filter mode that is used
308
+ * Determines the filter mode that is used.
306
309
  */
307
310
  defaultFilterMode?: DefaultFilterMode;
308
311
  /**
309
- * Lets you define title for the content area
312
+ * Lets you define a title for the content area.
310
313
  * @i18nClassification TIT: Title for the content area
311
314
  */
312
315
  contentTitle?: string;
313
316
  /**
314
- * createWithFilters adds a new create action that uses the filter settings as input.
317
+ * Adds a create action that uses the filter settings as input.
315
318
  */
316
319
  createWithFilters?: CreateWithFilters;
317
320
  /**
@@ -326,24 +329,25 @@ export interface AnalyticalTable extends CommonTableSettings {
326
329
  */
327
330
  export interface TableALPCommonSettings extends CommonTableSettings {
328
331
  /**
329
- * Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.
332
+ * Represents the qualifier of an annotation. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.
330
333
  */
331
334
  qualifier?: string;
332
335
  /**
333
- * Determines the visualization of content area
336
+ * Determines the visualization of content area.
334
337
  */
335
338
  defaultContentView?: DefaultContentView;
336
339
  /**
337
- * Determines the filter mode that is used
340
+ * Determines the filter mode that is used.
338
341
  */
339
342
  defaultFilterMode?: DefaultFilterMode;
340
343
  /**
341
- * Lets you define title for the content area
344
+ * Lets you define a title for the content area.
342
345
  * @i18nClassification TIT: Title for the content area
343
346
  */
344
347
  contentTitle?: string;
345
348
  /**
346
- * This setting allows developer to determine chart / table interaction. 'true' would mean chart act as filter for table, 'false' would mean that matching table rows are highlighted but table is not filtered.
349
+ * This property determines chart/table interaction.
350
+ * When set to true, the chart acts as a filter for the table. When set to false', the matching table rows are highlighted but the table isn't filtered.
347
351
  */
348
352
  autoHide?: boolean;
349
353
  }
@@ -358,7 +362,7 @@ export interface ALPResponsiveTable extends TableALPCommonSettings {
358
362
  */
359
363
  type?: TableTypeV2.ResponsiveTable;
360
364
  /**
361
- * growingThreshold defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.
365
+ * Defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.
362
366
  */
363
367
  growingThreshold?: number;
364
368
  }
@@ -369,7 +373,7 @@ export interface ALPResponsiveTable extends TableALPCommonSettings {
369
373
  */
370
374
  export interface ALPGridTable extends TableALPCommonSettings {
371
375
  /**
372
- * 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.
376
+ * Specifies the type of table.
373
377
  */
374
378
  type?: TableTypeV2.GridTable;
375
379
  }
@@ -380,13 +384,13 @@ export interface ALPGridTable extends TableALPCommonSettings {
380
384
  */
381
385
  export interface ALPAnalyticalTable extends TableALPCommonSettings {
382
386
  /**
383
- * 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.
387
+ * Specifies the type of table.
384
388
  */
385
389
  type?: TableTypeV2.AnalyticalTable;
386
390
  }
387
391
  export interface TableALP extends ALPResponsiveTable, ALPGridTable, ALPAnalyticalTable {
388
392
  /**
389
- * 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.
393
+ * Specifies the type of table.
390
394
  */
391
395
  type?: TableTypeV2.ResponsiveTable & TableTypeV2.GridTable & TableTypeV2.AnalyticalTable;
392
396
  }
@@ -397,11 +401,11 @@ export interface TableALP extends ALPResponsiveTable, ALPGridTable, ALPAnalytica
397
401
  */
398
402
  export interface GridTable extends CommonTableSettings {
399
403
  /**
400
- * 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.
404
+ * Specifies the type of table.
401
405
  */
402
406
  type?: TableTypeV2.GridTable;
403
407
  /**
404
- * createWithFilters adds a new create action that uses the filter settings as input.
408
+ * Adds a create action that uses the filter settings as input.
405
409
  */
406
410
  createWithFilters?: CreateWithFilters;
407
411
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v2/controls/Table.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v2/controls/Table.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"Table.js","sourceRoot":"","sources":["../../../../../../types/src/v2/controls/Table.ts"],"names":[],"mappings":";;;AAKA,IAAY,MAOX;AAPD,WAAY,MAAM;IACd,6BAAmB,CAAA;IACnB,uBAAa,CAAA;IACb,2BAAiB,CAAA;IACjB,yBAAe,CAAA;IACf,yBAAe,CAAA;IACf,qBAAW,CAAA;AACf,CAAC,EAPW,MAAM,sBAAN,MAAM,QAOjB;AAoFD,IAAY,qBAEX;AAFD,WAAY,qBAAqB;IAC7B,oCAAW,CAAA;AACf,CAAC,EAFW,qBAAqB,qCAArB,qBAAqB,QAEhC;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,0BAKX;AALD,WAAY,0BAA0B;IAClC,iGAAmE,CAAA;IACnE,iGAAmE,CAAA;IACnE,qFAAuD,CAAA;IACvD,qFAAuD,CAAA;AAC3D,CAAC,EALW,0BAA0B,0CAA1B,0BAA0B,QAKrC;AAmBD,IAAY,WAIX;AAJD,WAAY,WAAW;IACnB,8BAAe,CAAA;IACf,sCAAuB,CAAA;IACvB,sCAAuB,CAAA;AAC3B,CAAC,EAJW,WAAW,2BAAX,WAAW,QAItB;AAyDD,IAAY,QAEX;AAFD,WAAY,QAAQ;IAChB,mCAAuB,CAAA;AAC3B,CAAC,EAFW,QAAQ,wBAAR,QAAQ,QAEnB;AAED,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC1B,+CAAyB,CAAA;IACzB,qCAAe,CAAA;IACf,qCAAe,CAAA;AACnB,CAAC,EAJW,kBAAkB,kCAAlB,kBAAkB,QAI7B;AAED,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IACzB,sCAAiB,CAAA;IACjB,wCAAmB,CAAA;AACvB,CAAC,EAHW,iBAAiB,iCAAjB,iBAAiB,QAG5B"}
1
+ {"version":3,"file":"Table.js","sourceRoot":"","sources":["../../../../../../types/src/v2/controls/Table.ts"],"names":[],"mappings":";;;AAKA,IAAY,MAOX;AAPD,WAAY,MAAM;IACd,6BAAmB,CAAA;IACnB,uBAAa,CAAA;IACb,2BAAiB,CAAA;IACjB,yBAAe,CAAA;IACf,yBAAe,CAAA;IACf,qBAAW,CAAA;AACf,CAAC,EAPW,MAAM,sBAAN,MAAM,QAOjB;AAoFD,IAAY,qBAEX;AAFD,WAAY,qBAAqB;IAC7B,oCAAW,CAAA;AACf,CAAC,EAFW,qBAAqB,qCAArB,qBAAqB,QAEhC;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,0BAKX;AALD,WAAY,0BAA0B;IAClC,iGAAmE,CAAA;IACnE,iGAAmE,CAAA;IACnE,qFAAuD,CAAA;IACvD,qFAAuD,CAAA;AAC3D,CAAC,EALW,0BAA0B,0CAA1B,0BAA0B,QAKrC;AAmBD,IAAY,WAIX;AAJD,WAAY,WAAW;IACnB,8BAAe,CAAA;IACf,sCAAuB,CAAA;IACvB,sCAAuB,CAAA;AAC3B,CAAC,EAJW,WAAW,2BAAX,WAAW,QAItB;AA0DD,IAAY,QAEX;AAFD,WAAY,QAAQ;IAChB,mCAAuB,CAAA;AAC3B,CAAC,EAFW,QAAQ,wBAAR,QAAQ,QAEnB;AAED,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC1B,+CAAyB,CAAA;IACzB,qCAAe,CAAA;IACf,qCAAe,CAAA;AACnB,CAAC,EAJW,kBAAkB,kCAAlB,kBAAkB,QAI7B;AAED,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IACzB,sCAAiB,CAAA;IACjB,wCAAmB,CAAA;AACvB,CAAC,EAHW,iBAAiB,iCAAjB,iBAAiB,QAG5B"}
@@ -10,7 +10,7 @@ export interface ObjectPageConfigV2 extends PageConfig {
10
10
  */
11
11
  hideChevronForUnauthorizedExtNav?: boolean;
12
12
  /**
13
- * allowDeepLinking restricts deep linking to certain object page levels.
13
+ * Restricts deep linking to certain object page levels.
14
14
  */
15
15
  allowDeepLinking?: boolean;
16
16
  /**
@@ -7,12 +7,12 @@ import type { PageConfig } from '../../common';
7
7
  import type { ContainerLayoutType, ChartSettingsType, CardType, DataLoadSettingsType } from '../overviewPage';
8
8
  export interface OverviewPageConfigV2 extends PageConfig {
9
9
  /**
10
- * Represents the name of global filter OData model, which contains entities definition that are relevant for global filters.
10
+ * Represents the name of the global OData filter model.
11
11
  * @TJS-pattern ^[a-zA-Z0-9_\\.\\-\\|@]*$
12
12
  */
13
13
  globalFilterModel?: string;
14
14
  /**
15
- * Represents the entity to use as global filter in the smart filter bar control.
15
+ * Represents the entity type to use as global filter in the smart filter bar control.
16
16
  * @TJS-pattern ^[a-zA-Z0-9_\\.\\-\\|@]*$
17
17
  */
18
18
  globalFilterEntityType?: string;
@@ -62,7 +62,7 @@ export interface OverviewPageConfigV2 extends PageConfig {
62
62
  */
63
63
  refreshStrategyOnAppRestore?: RefreshStrategiesPropDef;
64
64
  /**
65
- * Flag to enable/disable analytical parameter support for Smart filter bar. The default value is false.
65
+ * Flag to enable or disable analytical parameter support for the smart filter bar. The default value is false.
66
66
  */
67
67
  considerAnalyticalParameters?: boolean;
68
68
  /**
@@ -70,7 +70,7 @@ export interface OverviewPageConfigV2 extends PageConfig {
70
70
  */
71
71
  refreshIntervalInMinutes?: number;
72
72
  /**
73
- * Flag to enable/disable semantic date range control for Smart filter bar. The default value is false.
73
+ * Flag to enable or disable semantic date range control for the smart filter bar. The default value is false.
74
74
  */
75
75
  useDateRangeType?: boolean;
76
76
  /**
@@ -78,7 +78,7 @@ export interface OverviewPageConfigV2 extends PageConfig {
78
78
  */
79
79
  chartSettings?: ChartSettingsType;
80
80
  /**
81
- * Represents the object to define data loading behaviour for an overview page application
81
+ * Represents the object to define data loading behaviour for an overview page application.
82
82
  */
83
83
  dataLoadSettings?: DataLoadSettingsType;
84
84
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.71.119",
3
+ "version": "1.71.121",
4
4
  "displayName": "SAP Fiori tools - Specification",
5
5
  "description": "SAP Fiori tools - Specification",
6
6
  "files": [
@@ -52,9 +52,9 @@
52
52
  "devDependencies": {
53
53
  "@sap-ux/annotation-converter": "0.9.5",
54
54
  "@sap-ux/edmx-parser": "0.8.1",
55
- "@sap/ux-specification-types": "1.71.119",
55
+ "@sap/ux-specification-types": "1.71.121",
56
56
  "@types/d3": "7.4.3",
57
- "@types/jquery": "3.5.31",
57
+ "@types/jquery": "3.5.32",
58
58
  "@ui5/flexibility-utils": "0.1.3",
59
59
  "@xml-tools/ast": "5.0.5",
60
60
  "@xml-tools/parser": "1.0.11",
@@ -64,7 +64,7 @@
64
64
  "deepmerge": "4.3.1",
65
65
  "ejs": "3.1.10",
66
66
  "excel4node": "1.8.2",
67
- "i18next": "23.15.1",
67
+ "i18next": "23.16.4",
68
68
  "jquery": "3.7.1",
69
69
  "jsdom": "25.0.1",
70
70
  "lodash.unset": "4.5.2",