@sap/ux-specification 1.96.74 → 1.96.76

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 +53 -22
  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 +111 -111
  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 +83 -82
  17. package/dist/schemas/v2/ObjectPageConfig.json +78 -78
  18. package/dist/schemas/v2/OverviewPageConfig.json +77 -77
  19. package/dist/schemas/v4/ApplicationV4.json +5 -6
  20. package/dist/schemas/v4/ListReportConfig.json +44 -44
  21. package/dist/schemas/v4/ObjectPageConfig.json +44 -44
  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 +18 -2
  26. package/dist/specification/src/sync/common/appProvider.js.map +1 -1
  27. package/dist/specification/src/sync/common/decoration/control.d.ts +3 -3
  28. package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
  29. package/dist/specification/src/sync/common/decoration/control.js +17 -11
  30. package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
  31. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  32. package/dist/specification/src/sync/v2/export/controls/Fragment.js +14 -6
  33. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  34. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  35. package/dist/specification/src/sync/v2/export/export.js +6 -1
  36. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  37. package/dist/specification/src/sync/v2/import/common/index.d.ts +7 -7
  38. package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
  39. package/dist/specification/src/sync/v2/import/common/index.js +62 -69
  40. package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
  41. package/dist/specification/src/sync/v2/import/controls/table.d.ts +28 -2
  42. package/dist/specification/src/sync/v2/import/controls/table.d.ts.map +1 -1
  43. package/dist/specification/src/sync/v2/import/controls/table.js +98 -22
  44. package/dist/specification/src/sync/v2/import/controls/table.js.map +1 -1
  45. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  46. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +12 -3
  47. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  48. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +9 -1
  49. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  50. package/dist/specification/src/sync/v2/import/pages/listReport.js +48 -7
  51. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  52. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  53. package/dist/specification/src/sync/v2/import/pages/objectPage.js +57 -19
  54. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  55. package/dist/specification/src/sync/v4/export/manifest.js +1 -1
  56. package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
  57. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  58. package/dist/specification/src/sync/v4/generate/objectPage.js +2 -1
  59. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  60. package/dist/specification/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
  61. package/dist/specification/src/sync/v4/import/app/appProvider.js +9 -3
  62. package/dist/specification/src/sync/v4/import/app/appProvider.js.map +1 -1
  63. package/dist/types/src/common/Application.d.ts +4 -8
  64. package/dist/types/src/common/Application.d.ts.map +1 -1
  65. package/dist/types/src/v2/application.d.ts +1 -1
  66. package/dist/types/src/v2/controls/Action.d.ts +4 -2
  67. package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
  68. package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +6 -6
  69. package/dist/types/src/v2/controls/Card.d.ts +36 -35
  70. package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
  71. package/dist/types/src/v2/controls/Card.js.map +1 -1
  72. package/dist/types/src/v2/controls/Field.d.ts +1 -1
  73. package/dist/types/src/v2/controls/FilterBar.d.ts +18 -14
  74. package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
  75. package/dist/types/src/v2/controls/FilterBar.js.map +1 -1
  76. package/dist/types/src/v2/controls/ObjectPageChart.d.ts +2 -2
  77. package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +2 -2
  78. package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +4 -4
  79. package/dist/types/src/v2/controls/ObjectPageSection.d.ts +2 -2
  80. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +19 -19
  81. package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
  82. package/dist/types/src/v2/controls/Table.d.ts +50 -45
  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 +5 -5
  95. package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +2 -2
  96. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts +1 -2
  97. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts.map +1 -1
  98. package/dist/types/src/v4/controls/ObjectPageSection.d.ts +2 -2
  99. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +4 -4
  100. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +2 -2
  101. package/dist/types/src/v4/controls/Table.d.ts +26 -33
  102. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  103. package/dist/types/src/v4/controls/ToolBar.d.ts +3 -3
  104. package/dist/types/src/v4/page.d.ts +1 -1
  105. package/dist/types/src/v4/page.d.ts.map +1 -1
  106. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +1 -2
  107. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts.map +1 -1
  108. package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts +3 -4
  109. package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts.map +1 -1
  110. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +10 -8
  111. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
  112. package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +1 -1
  113. package/package.json +8 -8
@@ -82,7 +82,7 @@
82
82
  "type": "object",
83
83
  "properties": {
84
84
  "annotationPath": {
85
- "description": "Can be used to specify a SelectionVariant (in order to set default values for the filter bar), a PresentationVariant (in order to define the layout of the table), or a SelectionPresentationVariant (combining both)",
85
+ "description": "Specify a SelectionVariant (in order to set default values for the filter bar), a PresentationVariant (in order to define the layout of the table), or a SelectionPresentationVariant (combining both)",
86
86
  "type": "string",
87
87
  "artifactType": "Manifest",
88
88
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/49a6ba5b8d6946208322a9f7e16837c2"
@@ -99,7 +99,7 @@
99
99
  "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
100
100
  },
101
101
  "variantManagementHidden": {
102
- "description": "If you set the flag to true, then standard variant management is not available in the app. The app name is displayed instead.\nIf you set the flag to false or if the flag is not at all contained in the manifest of the app, the standard variant management is available and can be enabled or disabled.",
102
+ "description": "If you set the flag to true, then standard variant management is not available in the app. The app name is displayed instead.\nIf the flag is false or undefined, the standard variant management is available and can be enabled or disabled.",
103
103
  "type": "boolean",
104
104
  "artifactType": "Manifest"
105
105
  },
@@ -111,23 +111,23 @@
111
111
  },
112
112
  "dateSettings": {
113
113
  "$ref": "#/definitions/DateRange",
114
- "description": "Use to set date settings for fields in smart filter bar",
114
+ "description": "Defines the date settings for fields in the smart filter bar.",
115
115
  "artifactType": "Manifest"
116
116
  },
117
117
  "showClearOnFB": {
118
- "description": "Handles visibility of the Clear button on the FilterBar.",
118
+ "description": "Handles the visibility of the Clear button on the filter bar.",
119
119
  "type": "boolean",
120
120
  "artifactType": "FlexChange",
121
121
  "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
122
122
  },
123
123
  "showFilterConfiguration": {
124
- "description": "Handles visibility of the Filter button on the FilterBar.",
124
+ "description": "Handles the visibility of the Filter button on the filter bar.",
125
125
  "type": "boolean",
126
126
  "artifactType": "FlexChange",
127
127
  "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
128
128
  },
129
129
  "showRestoreOnFB": {
130
- "description": "Handles visibility of the Restore button on the FilterBar.",
130
+ "description": "Handles the visibility of the Restore button on the filter bar.",
131
131
  "type": "boolean",
132
132
  "artifactType": "FlexChange",
133
133
  "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
@@ -205,7 +205,7 @@
205
205
  "artifactType": "Manifest"
206
206
  },
207
207
  "exclude": {
208
- "description": "The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.",
208
+ "description": "This property is set to True by default. This excludes all values given as selectedValues from the list of date range filters.\nIf the exclude property is set to False, the application shows only selected values in the list of date range filters.",
209
209
  "type": "boolean",
210
210
  "artifactType": "Manifest"
211
211
  }
@@ -236,7 +236,7 @@
236
236
  "type": "object",
237
237
  "properties": {
238
238
  "selectedValues": {
239
- "description": "The selectedValues property is a set of standard date range values that you want to include or exclude.",
239
+ "description": "Defines a set of standard date range values that you want to include or exclude.",
240
240
  "type": "array",
241
241
  "items": {
242
242
  "enum": [
@@ -294,12 +294,12 @@
294
294
  "artifactType": "Manifest"
295
295
  },
296
296
  "exclude": {
297
- "description": "The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.",
297
+ "description": "This property is set to True by default which excludes all values given as selectedValues from the list of date range filters.\nIf this property is set to False, the application shows only selected values in the list of date range filters.",
298
298
  "type": "boolean",
299
299
  "artifactType": "Manifest"
300
300
  },
301
301
  "customDateRangeImplementation": {
302
- "description": "This property references a JS class, which you use to modify the date range value list. You can either remove standard data range values or add custom values.\nThe customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types.",
302
+ "description": "This property references a JS class, which can be used to modify the date range value list.\nYou can either remove the standard data range values or add custom values.\nThe customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types.",
303
303
  "type": "string",
304
304
  "artifactType": "Manifest"
305
305
  },
@@ -314,7 +314,7 @@
314
314
  "description": "Choose 'key' to define filter values for single values of the date range, or 'category' to filter by a whole subset."
315
315
  },
316
316
  "contains": {
317
- "description": "The 'contains' string specifies a filter describing a set of values of the date range type.",
317
+ "description": "Specifies a filter describing a set of values of the date range type.",
318
318
  "type": "string"
319
319
  },
320
320
  "equals": {
@@ -375,7 +375,7 @@
375
375
  }
376
376
  },
377
377
  "exclude": {
378
- "description": "The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.",
378
+ "description": "This property is set to True by default which excludes all values given as selectedValues from the list of date range filters.\nIf this property is set to False, the application shows only selected values in the list of date range filters.",
379
379
  "type": "boolean"
380
380
  }
381
381
  },
@@ -448,40 +448,40 @@
448
448
  "type": "object",
449
449
  "properties": {
450
450
  "type": {
451
- "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.",
451
+ "description": "Specifies the type of table.",
452
452
  "type": "string",
453
453
  "const": "AnalyticalTable",
454
454
  "artifactType": "Manifest"
455
455
  },
456
456
  "qualifier": {
457
- "description": "Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.",
457
+ "description": "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.",
458
458
  "type": "string",
459
459
  "artifactType": "Manifest"
460
460
  },
461
461
  "defaultContentView": {
462
462
  "$ref": "#/definitions/DefaultContentView",
463
- "description": "Determines the visualization of content area",
463
+ "description": "Determines the visualization of the content area.",
464
464
  "artifactType": "Manifest"
465
465
  },
466
466
  "defaultFilterMode": {
467
467
  "$ref": "#/definitions/DefaultFilterMode",
468
- "description": "Determines the filter mode that is used",
468
+ "description": "Determines the filter mode that is used.",
469
469
  "artifactType": "Manifest"
470
470
  },
471
471
  "contentTitle": {
472
- "description": "Lets you define title for the content area",
472
+ "description": "Lets you define a title for the content area.",
473
473
  "i18nClassification": "TIT: Title for the content area",
474
474
  "type": "string",
475
475
  "artifactType": "Manifest"
476
476
  },
477
477
  "allFiltersAsInParameters": {
478
- "description": "All filter fields will be set as in parameter",
478
+ "description": "Determines if filter fields will be set as in parameter.",
479
479
  "type": "boolean",
480
480
  "artifactType": "Manifest"
481
481
  },
482
482
  "createWithFilters": {
483
483
  "$ref": "#/definitions/CreateWithFilters",
484
- "description": "createWithFilters adds a new create action that uses the filter settings as input.",
484
+ "description": "Adds a create action that uses the filter settings as input.",
485
485
  "artifactType": "Manifest"
486
486
  },
487
487
  "multiSelect": {
@@ -496,16 +496,16 @@
496
496
  },
497
497
  "createWithParameterDialog": {
498
498
  "$ref": "#/definitions/Fields4Dialog",
499
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
499
+ "description": "Enables the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
500
500
  "artifactType": "Manifest"
501
501
  },
502
502
  "selectAll": {
503
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
503
+ "description": "The Select All button is disabled by default. To enable it, set this property to true.",
504
504
  "type": "boolean",
505
505
  "artifactType": "Manifest"
506
506
  },
507
507
  "selectionLimit": {
508
- "description": "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.",
508
+ "description": "When new data is loaded, the number of lines is restricted to the specified limit. The default value is 200.\nIf selectAll is true, the selection limit is not evaluated.",
509
509
  "type": "number",
510
510
  "artifactType": "Manifest"
511
511
  },
@@ -529,16 +529,16 @@
529
529
  },
530
530
  "quickVariantSelection": {
531
531
  "$ref": "#/definitions/QuickVariantSelection",
532
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
532
+ "description": "With quickVariantSelection, you can switch to multiple views (single table mode).\nEach view links to a variant you have added to your annotations.",
533
533
  "artifactType": "Manifest"
534
534
  },
535
535
  "quickVariantSelectionX": {
536
536
  "$ref": "#/definitions/QuickVariantSelectionX",
537
- "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
537
+ "description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
538
538
  "artifactType": "Manifest"
539
539
  },
540
540
  "condensedTableLayout": {
541
- "description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
541
+ "description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
542
542
  "type": "boolean",
543
543
  "artifactType": "Manifest"
544
544
  },
@@ -583,7 +583,8 @@
583
583
  "type": "object",
584
584
  "properties": {
585
585
  "strategy": {
586
- "description": "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“.",
586
+ "description": "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\".",
587
+ "descriptionSrcURL": "https://ui5.sap.com/sdk#/topic/189e2d8a59f04a2693a4fde7f4a91a65",
587
588
  "type": "string",
588
589
  "const": "extension",
589
590
  "artifactType": "Manifest"
@@ -627,7 +628,7 @@
627
628
  "artifactType": "Manifest"
628
629
  },
629
630
  "variants": {
630
- "description": "The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations.",
631
+ "description": "The variants section contains a set of entries that point to a SelectionVariant or SelectionPresentationVariant annotation.",
631
632
  "type": "object",
632
633
  "additionalProperties": {
633
634
  "$ref": "#/definitions/QuickVariant"
@@ -644,7 +645,7 @@
644
645
  "type": "object",
645
646
  "properties": {
646
647
  "key": {
647
- "description": "A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory.",
648
+ "description": "The key property is mandatory. It is used for initializing the corresponding SegmentedButton item.",
648
649
  "type": "string"
649
650
  },
650
651
  "annotationPath": {
@@ -667,7 +668,7 @@
667
668
  "artifactType": "Manifest"
668
669
  },
669
670
  "variants": {
670
- "description": "The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations.",
671
+ "description": "The variants section contains a set of entries that point to a SelectionVariant or SelectionPresentationVariant annotation.",
671
672
  "type": "object",
672
673
  "additionalProperties": {
673
674
  "$ref": "#/definitions/QuickVariantX"
@@ -689,7 +690,7 @@
689
690
  "type": "object",
690
691
  "properties": {
691
692
  "entitySet": {
692
- "description": "Represents the entity set that will be displayed in this variant",
693
+ "description": "Represents the entity set that is displayed in this variant.",
693
694
  "type": "string"
694
695
  },
695
696
  "multiSelect": {
@@ -701,7 +702,7 @@
701
702
  "type": "boolean"
702
703
  },
703
704
  "selectionLimit": {
704
- "description": "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.",
705
+ "description": "When new data is loaded from the back-end system, the number of lines is restricted to the specified limit. The default value is 200.\nIf selectAll is true, the selection limit is not evaluated.",
705
706
  "type": "number"
706
707
  },
707
708
  "type": {
@@ -717,7 +718,7 @@
717
718
  "type": "boolean"
718
719
  },
719
720
  "key": {
720
- "description": "A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory.",
721
+ "description": "The key property is mandatory. It is used for initializing the corresponding SegmentedButton item.",
721
722
  "type": "string"
722
723
  },
723
724
  "annotationPath": {
@@ -746,7 +747,7 @@
746
747
  "properties": {
747
748
  "loadDataOnAppLaunch": {
748
749
  "$ref": "#/definitions/LoadDataOnAppLaunchSettings",
749
- "description": "Change the default behavior for autoloading of data.\nFor multi-view scenarios, you can also change the setting enableAutobinding to False under quickVariantSelectionX instead of using the loadDataOnAppLaunch setting.",
750
+ "description": "Changes the default behavior for autoloading data.\nFor multi-view scenarios, you can change the enableAutobinding property to False under quickVariantSelectionX instead.",
750
751
  "artifactType": "Manifest"
751
752
  }
752
753
  },
@@ -798,13 +799,13 @@
798
799
  "controlType": "sap.m.Button"
799
800
  },
800
801
  "icon": {
801
- "description": "An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
802
+ "description": "An icon to be displayed as a graphical element within the button.\nThis can be an image or an icon from the Icon Explorer (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
802
803
  "type": "string",
803
804
  "artifactType": "FlexChange",
804
805
  "controlType": "sap.m.Button"
805
806
  },
806
807
  "activeIcon": {
807
- "description": "An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
808
+ "description": "An alternative icon for the active (depressed) state of the button.\nThis can be an image or an icon from the Icon Explorer (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
808
809
  "type": "string",
809
810
  "artifactType": "FlexChange",
810
811
  "controlType": "sap.m.Button"
@@ -865,7 +866,7 @@
865
866
  "type": "object",
866
867
  "properties": {
867
868
  "width": {
868
- "description": "The width property defines the width of the column.",
869
+ "description": "Defines the width of the column.",
869
870
  "type": "string",
870
871
  "artifactType": "FlexChange",
871
872
  "controlType": "sap.m.Column"
@@ -880,7 +881,7 @@
880
881
  "type": "string"
881
882
  }
882
883
  ],
883
- "description": "The hAlign property defines the horizontal alignment of the column content.",
884
+ "description": "Defines the horizontal alignment of the column content.",
884
885
  "artifactType": "FlexChange",
885
886
  "controlType": "sap.m.Column"
886
887
  }
@@ -912,13 +913,13 @@
912
913
  "controlType": "sap.m.Button"
913
914
  },
914
915
  "icon": {
915
- "description": "An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
916
+ "description": "An icon to be displayed as a graphical element within the button.\nThis can be an image or an icon from the Icon Explorer (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
916
917
  "type": "string",
917
918
  "artifactType": "FlexChange",
918
919
  "controlType": "sap.m.Button"
919
920
  },
920
921
  "activeIcon": {
921
- "description": "An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
922
+ "description": "An alternative icon for the active (depressed) state of the button.\nThis can be an image or an icon from the Icon Explorer (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
922
923
  "type": "string",
923
924
  "artifactType": "FlexChange",
924
925
  "controlType": "sap.m.Button"
@@ -930,7 +931,7 @@
930
931
  "controlType": "sap.m.Button"
931
932
  },
932
933
  "width": {
933
- "description": "The width property defines the width of the column.",
934
+ "description": "Defines the width of the column.",
934
935
  "type": "string",
935
936
  "artifactType": "FlexChange",
936
937
  "controlType": "sap.m.Column"
@@ -945,7 +946,7 @@
945
946
  "type": "string"
946
947
  }
947
948
  ],
948
- "description": "The hAlign property defines the horizontal alignment of the column content.",
949
+ "description": "Defines the horizontal alignment of the column content.",
949
950
  "artifactType": "FlexChange",
950
951
  "controlType": "sap.m.Column"
951
952
  }
@@ -958,7 +959,7 @@
958
959
  "type": "object",
959
960
  "properties": {
960
961
  "id": {
961
- "description": "In case the fragment needs to be re-used for multiple tabs, the id property must be set to make the ids unique.",
962
+ "description": "If the fragment needs to be reused for multiple tabs, the id property must be set to make the IDs unique.",
962
963
  "artifactType": "XMLProperty",
963
964
  "type": "string"
964
965
  },
@@ -969,7 +970,7 @@
969
970
  "type": "string"
970
971
  },
971
972
  "columnKey": {
972
- "description": "The column key",
973
+ "description": "The column key.",
973
974
  "artifactType": "XMLProperty",
974
975
  "type": "string"
975
976
  },
@@ -986,7 +987,7 @@
986
987
  "type": "string"
987
988
  },
988
989
  "className": {
989
- "description": "The UI5 control used for your extension",
990
+ "description": "The UI5 control used for your extension.",
990
991
  "artifactType": "Manifest",
991
992
  "type": "string",
992
993
  "const": "sap.ui.core.Fragment"
@@ -1036,14 +1037,14 @@
1036
1037
  "type": "object",
1037
1038
  "properties": {
1038
1039
  "type": {
1039
- "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.",
1040
+ "description": "Specifies the type of table.",
1040
1041
  "type": "string",
1041
1042
  "const": "GridTable",
1042
1043
  "artifactType": "Manifest"
1043
1044
  },
1044
1045
  "createWithFilters": {
1045
1046
  "$ref": "#/definitions/CreateWithFilters",
1046
- "description": "createWithFilters adds a new create action that uses the filter settings as input.",
1047
+ "description": "Adds a create action that uses the filter settings as input.",
1047
1048
  "artifactType": "Manifest"
1048
1049
  },
1049
1050
  "multiSelect": {
@@ -1058,16 +1059,16 @@
1058
1059
  },
1059
1060
  "createWithParameterDialog": {
1060
1061
  "$ref": "#/definitions/Fields4Dialog",
1061
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
1062
+ "description": "Enables the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
1062
1063
  "artifactType": "Manifest"
1063
1064
  },
1064
1065
  "selectAll": {
1065
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
1066
+ "description": "The Select All button is disabled by default. To enable it, set this property to true.",
1066
1067
  "type": "boolean",
1067
1068
  "artifactType": "Manifest"
1068
1069
  },
1069
1070
  "selectionLimit": {
1070
- "description": "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.",
1071
+ "description": "When new data is loaded, the number of lines is restricted to the specified limit. The default value is 200.\nIf selectAll is true, the selection limit is not evaluated.",
1071
1072
  "type": "number",
1072
1073
  "artifactType": "Manifest"
1073
1074
  },
@@ -1091,16 +1092,16 @@
1091
1092
  },
1092
1093
  "quickVariantSelection": {
1093
1094
  "$ref": "#/definitions/QuickVariantSelection",
1094
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
1095
+ "description": "With quickVariantSelection, you can switch to multiple views (single table mode).\nEach view links to a variant you have added to your annotations.",
1095
1096
  "artifactType": "Manifest"
1096
1097
  },
1097
1098
  "quickVariantSelectionX": {
1098
1099
  "$ref": "#/definitions/QuickVariantSelectionX",
1099
- "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
1100
+ "description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
1100
1101
  "artifactType": "Manifest"
1101
1102
  },
1102
1103
  "condensedTableLayout": {
1103
- "description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
1104
+ "description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
1104
1105
  "type": "boolean",
1105
1106
  "artifactType": "Manifest"
1106
1107
  },
@@ -1133,7 +1134,7 @@
1133
1134
  "type": "object",
1134
1135
  "properties": {
1135
1136
  "type": {
1136
- "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.",
1137
+ "description": "Specifies the type of table.",
1137
1138
  "type": "string",
1138
1139
  "const": "TreeTable",
1139
1140
  "artifactType": "Manifest"
@@ -1150,16 +1151,16 @@
1150
1151
  },
1151
1152
  "createWithParameterDialog": {
1152
1153
  "$ref": "#/definitions/Fields4Dialog",
1153
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
1154
+ "description": "Enables the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
1154
1155
  "artifactType": "Manifest"
1155
1156
  },
1156
1157
  "selectAll": {
1157
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
1158
+ "description": "The Select All button is disabled by default. To enable it, set this property to true.",
1158
1159
  "type": "boolean",
1159
1160
  "artifactType": "Manifest"
1160
1161
  },
1161
1162
  "selectionLimit": {
1162
- "description": "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.",
1163
+ "description": "When new data is loaded, the number of lines is restricted to the specified limit. The default value is 200.\nIf selectAll is true, the selection limit is not evaluated.",
1163
1164
  "type": "number",
1164
1165
  "artifactType": "Manifest"
1165
1166
  },
@@ -1183,16 +1184,16 @@
1183
1184
  },
1184
1185
  "quickVariantSelection": {
1185
1186
  "$ref": "#/definitions/QuickVariantSelection",
1186
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
1187
+ "description": "With quickVariantSelection, you can switch to multiple views (single table mode).\nEach view links to a variant you have added to your annotations.",
1187
1188
  "artifactType": "Manifest"
1188
1189
  },
1189
1190
  "quickVariantSelectionX": {
1190
1191
  "$ref": "#/definitions/QuickVariantSelectionX",
1191
- "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
1192
+ "description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
1192
1193
  "artifactType": "Manifest"
1193
1194
  },
1194
1195
  "condensedTableLayout": {
1195
- "description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
1196
+ "description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
1196
1197
  "type": "boolean",
1197
1198
  "artifactType": "Manifest"
1198
1199
  },
@@ -1230,13 +1231,13 @@
1230
1231
  "artifactType": "Manifest"
1231
1232
  },
1232
1233
  "type": {
1233
- "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.",
1234
+ "description": "Specifies the type of table.",
1234
1235
  "type": "string",
1235
1236
  "const": "ResponsiveTable",
1236
1237
  "artifactType": "Manifest"
1237
1238
  },
1238
1239
  "includeItemInSelection": {
1239
- "description": "Set includeItemInSelection to true if you want items to be selectable when they are clicked rather than after the selection control has been set.",
1240
+ "description": "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.",
1240
1241
  "type": "boolean",
1241
1242
  "artifactType": "FlexChange",
1242
1243
  "controlType": "sap.m.Table"
@@ -1251,13 +1252,13 @@
1251
1252
  "type": "string"
1252
1253
  }
1253
1254
  ],
1254
- "description": "popinLayout defines the layout in which the table pop-in rows are rendered.",
1255
+ "description": "Defines the layout the table pop-in rows are rendered in.",
1255
1256
  "artifactType": "FlexChange",
1256
1257
  "controlType": "sap.m.Table"
1257
1258
  },
1258
1259
  "createWithFilters": {
1259
1260
  "$ref": "#/definitions/CreateWithFilters",
1260
- "description": "createWithFilters adds a new create action that uses the filter settings as input.",
1261
+ "description": "Adds a new create action that uses the filter settings as input.",
1261
1262
  "artifactType": "Manifest"
1262
1263
  },
1263
1264
  "showDraftToggle": {
@@ -1266,23 +1267,23 @@
1266
1267
  "artifactType": "Manifest"
1267
1268
  },
1268
1269
  "growingThreshold": {
1269
- "description": "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.",
1270
+ "description": "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.",
1270
1271
  "type": "number",
1271
1272
  "artifactType": "FlexChange",
1272
1273
  "controlType": "sap.m.Table"
1273
1274
  },
1274
1275
  "createWithParameterDialog": {
1275
1276
  "$ref": "#/definitions/Fields4Dialog",
1276
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
1277
+ "description": "Enables the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
1277
1278
  "artifactType": "Manifest"
1278
1279
  },
1279
1280
  "selectAll": {
1280
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
1281
+ "description": "The Select All button is disabled by default. To enable it, set this property to true.",
1281
1282
  "type": "boolean",
1282
1283
  "artifactType": "Manifest"
1283
1284
  },
1284
1285
  "selectionLimit": {
1285
- "description": "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.",
1286
+ "description": "When new data is loaded, the number of lines is restricted to the specified limit. The default value is 200.\nIf selectAll is true, the selection limit is not evaluated.",
1286
1287
  "type": "number",
1287
1288
  "artifactType": "Manifest"
1288
1289
  },
@@ -1306,16 +1307,16 @@
1306
1307
  },
1307
1308
  "quickVariantSelection": {
1308
1309
  "$ref": "#/definitions/QuickVariantSelection",
1309
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
1310
+ "description": "With quickVariantSelection, you can switch to multiple views (single table mode).\nEach view links to a variant you have added to your annotations.",
1310
1311
  "artifactType": "Manifest"
1311
1312
  },
1312
1313
  "quickVariantSelectionX": {
1313
1314
  "$ref": "#/definitions/QuickVariantSelectionX",
1314
- "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
1315
+ "description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
1315
1316
  "artifactType": "Manifest"
1316
1317
  },
1317
1318
  "condensedTableLayout": {
1318
- "description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
1319
+ "description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
1319
1320
  "type": "boolean",
1320
1321
  "artifactType": "Manifest"
1321
1322
  },
@@ -1356,18 +1357,18 @@
1356
1357
  "type": "object",
1357
1358
  "properties": {
1358
1359
  "inlineDelete": {
1359
- "description": "Used to enable inline deletion in a responsive table of list report and object page",
1360
+ "description": "Used to enable inline deletion in a responsive table.",
1360
1361
  "type": "boolean",
1361
1362
  "artifactType": "Manifest"
1362
1363
  },
1363
1364
  "type": {
1364
- "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.",
1365
+ "description": "Specifies the type of table.",
1365
1366
  "type": "string",
1366
1367
  "const": "ResponsiveTable",
1367
1368
  "artifactType": "Manifest"
1368
1369
  },
1369
1370
  "includeItemInSelection": {
1370
- "description": "Set includeItemInSelection to true if you want items to be selectable when they are clicked rather than after the selection control has been set.",
1371
+ "description": "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.",
1371
1372
  "type": "boolean",
1372
1373
  "artifactType": "FlexChange",
1373
1374
  "controlType": "sap.m.Table"
@@ -1382,13 +1383,13 @@
1382
1383
  "type": "string"
1383
1384
  }
1384
1385
  ],
1385
- "description": "popinLayout defines the layout in which the table pop-in rows are rendered.",
1386
+ "description": "Defines the layout the table pop-in rows are rendered in.",
1386
1387
  "artifactType": "FlexChange",
1387
1388
  "controlType": "sap.m.Table"
1388
1389
  },
1389
1390
  "createWithFilters": {
1390
1391
  "$ref": "#/definitions/CreateWithFilters",
1391
- "description": "createWithFilters adds a new create action that uses the filter settings as input.",
1392
+ "description": "Adds a new create action that uses the filter settings as input.",
1392
1393
  "artifactType": "Manifest"
1393
1394
  },
1394
1395
  "showDraftToggle": {
@@ -1397,23 +1398,23 @@
1397
1398
  "artifactType": "Manifest"
1398
1399
  },
1399
1400
  "growingThreshold": {
1400
- "description": "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.",
1401
+ "description": "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.",
1401
1402
  "type": "number",
1402
1403
  "artifactType": "FlexChange",
1403
1404
  "controlType": "sap.m.Table"
1404
1405
  },
1405
1406
  "createWithParameterDialog": {
1406
1407
  "$ref": "#/definitions/Fields4Dialog",
1407
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
1408
+ "description": "Enables the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
1408
1409
  "artifactType": "Manifest"
1409
1410
  },
1410
1411
  "selectAll": {
1411
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
1412
+ "description": "The Select All button is disabled by default. To enable it, set this property to true.",
1412
1413
  "type": "boolean",
1413
1414
  "artifactType": "Manifest"
1414
1415
  },
1415
1416
  "selectionLimit": {
1416
- "description": "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.",
1417
+ "description": "When new data is loaded, the number of lines is restricted to the specified limit. The default value is 200.\nIf selectAll is true, the selection limit is not evaluated.",
1417
1418
  "type": "number",
1418
1419
  "artifactType": "Manifest"
1419
1420
  },
@@ -1437,16 +1438,16 @@
1437
1438
  },
1438
1439
  "quickVariantSelection": {
1439
1440
  "$ref": "#/definitions/QuickVariantSelection",
1440
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
1441
+ "description": "With quickVariantSelection, you can switch to multiple views (single table mode).\nEach view links to a variant you have added to your annotations.",
1441
1442
  "artifactType": "Manifest"
1442
1443
  },
1443
1444
  "quickVariantSelectionX": {
1444
1445
  "$ref": "#/definitions/QuickVariantSelectionX",
1445
- "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
1446
+ "description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
1446
1447
  "artifactType": "Manifest"
1447
1448
  },
1448
1449
  "condensedTableLayout": {
1449
- "description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
1450
+ "description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
1450
1451
  "type": "boolean",
1451
1452
  "artifactType": "Manifest"
1452
1453
  },