@sap/ux-specification 1.120.22 → 1.120.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/CHANGELOG.md +51 -20
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  3. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  4. package/dist/documentation/v2/v2-ListReport.html +2 -2
  5. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  6. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  7. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  8. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  9. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  10. package/dist/documentation/v4/v4-ListReport.html +2 -2
  11. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  12. package/dist/index-min.js +104 -104
  13. package/dist/index-min.js.map +4 -4
  14. package/dist/schemas/v2/AnalyticalListPageConfig.json +76 -76
  15. package/dist/schemas/v2/ApplicationV2.json +5 -5
  16. package/dist/schemas/v2/ListReportConfig.json +86 -85
  17. package/dist/schemas/v2/ObjectPageConfig.json +83 -83
  18. package/dist/schemas/v2/OverviewPageConfig.json +84 -84
  19. package/dist/schemas/v4/ApplicationV4.json +5 -6
  20. package/dist/schemas/v4/ListReportConfig.json +47 -47
  21. package/dist/schemas/v4/ObjectPageConfig.json +46 -46
  22. package/dist/specification/package.json +8 -8
  23. package/dist/specification/src/api.js +2 -2
  24. package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
  25. package/dist/specification/src/sync/common/appProvider.js +19 -3
  26. package/dist/specification/src/sync/common/appProvider.js.map +1 -1
  27. package/dist/specification/src/sync/common/decoration/control.d.ts +3 -3
  28. package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
  29. package/dist/specification/src/sync/common/decoration/control.js +17 -11
  30. package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
  31. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  32. package/dist/specification/src/sync/v2/export/controls/Fragment.js +14 -6
  33. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  34. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  35. package/dist/specification/src/sync/v2/export/export.js +6 -1
  36. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  37. package/dist/specification/src/sync/v2/import/common/index.d.ts +7 -7
  38. package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
  39. package/dist/specification/src/sync/v2/import/common/index.js +62 -69
  40. package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
  41. package/dist/specification/src/sync/v2/import/controls/table.d.ts +28 -2
  42. package/dist/specification/src/sync/v2/import/controls/table.d.ts.map +1 -1
  43. package/dist/specification/src/sync/v2/import/controls/table.js +98 -22
  44. package/dist/specification/src/sync/v2/import/controls/table.js.map +1 -1
  45. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  46. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +12 -3
  47. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  48. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +9 -1
  49. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  50. package/dist/specification/src/sync/v2/import/pages/listReport.js +48 -7
  51. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  52. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  53. package/dist/specification/src/sync/v2/import/pages/objectPage.js +57 -19
  54. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  55. package/dist/specification/src/sync/v4/export/manifest.js +1 -1
  56. package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
  57. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  58. package/dist/specification/src/sync/v4/generate/objectPage.js +2 -1
  59. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  60. package/dist/specification/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
  61. package/dist/specification/src/sync/v4/import/app/appProvider.js +9 -3
  62. package/dist/specification/src/sync/v4/import/app/appProvider.js.map +1 -1
  63. package/dist/types/src/common/Application.d.ts +4 -8
  64. package/dist/types/src/common/Application.d.ts.map +1 -1
  65. package/dist/types/src/v2/application.d.ts +1 -1
  66. package/dist/types/src/v2/controls/Action.d.ts +4 -2
  67. package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
  68. package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +6 -6
  69. package/dist/types/src/v2/controls/Card.d.ts +37 -36
  70. package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
  71. package/dist/types/src/v2/controls/Card.js.map +1 -1
  72. package/dist/types/src/v2/controls/Field.d.ts +1 -1
  73. package/dist/types/src/v2/controls/FilterBar.d.ts +18 -14
  74. package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
  75. package/dist/types/src/v2/controls/FilterBar.js.map +1 -1
  76. package/dist/types/src/v2/controls/ObjectPageChart.d.ts +2 -2
  77. package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +2 -2
  78. package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +4 -4
  79. package/dist/types/src/v2/controls/ObjectPageSection.d.ts +2 -2
  80. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +20 -20
  81. package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
  82. package/dist/types/src/v2/controls/Table.d.ts +52 -47
  83. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  84. package/dist/types/src/v2/controls/Table.js.map +1 -1
  85. package/dist/types/src/v2/overviewPage.d.ts +2 -2
  86. package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +4 -4
  87. package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +5 -5
  88. package/dist/types/src/v4/controls/CustomAction.d.ts +3 -3
  89. package/dist/types/src/v4/controls/FilterBar.d.ts +5 -7
  90. package/dist/types/src/v4/controls/FilterBar.d.ts.map +1 -1
  91. package/dist/types/src/v4/controls/FilterBar.js.map +1 -1
  92. package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +1 -1
  93. package/dist/types/src/v4/controls/ObjectPageForm.d.ts +1 -1
  94. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +6 -6
  95. package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +2 -2
  96. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts +1 -2
  97. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts.map +1 -1
  98. package/dist/types/src/v4/controls/ObjectPageSection.d.ts +2 -2
  99. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +4 -4
  100. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +2 -2
  101. package/dist/types/src/v4/controls/Table.d.ts +27 -34
  102. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  103. package/dist/types/src/v4/controls/ToolBar.d.ts +3 -3
  104. package/dist/types/src/v4/page.d.ts +1 -1
  105. package/dist/types/src/v4/page.d.ts.map +1 -1
  106. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +1 -2
  107. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts.map +1 -1
  108. package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts +3 -4
  109. package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts.map +1 -1
  110. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +10 -8
  111. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
  112. package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +1 -1
  113. package/package.json +8 -8
@@ -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": {
@@ -491,16 +491,16 @@
491
491
  },
492
492
  "createWithParameterDialog": {
493
493
  "$ref": "#/definitions/Fields4Dialog",
494
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
494
+ "description": "Enables the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
495
495
  "artifactType": "Manifest"
496
496
  },
497
497
  "selectAll": {
498
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
498
+ "description": "The Select All button is disabled by default. To enable it, set this property to true.",
499
499
  "type": "boolean",
500
500
  "artifactType": "Manifest"
501
501
  },
502
502
  "selectionLimit": {
503
- "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.",
503
+ "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.",
504
504
  "type": "number",
505
505
  "artifactType": "Manifest"
506
506
  },
@@ -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"
@@ -628,7 +629,7 @@
628
629
  "artifactType": "Manifest"
629
630
  },
630
631
  "variants": {
631
- "description": "The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations.",
632
+ "description": "The variants section contains a set of entries that point to a SelectionVariant or SelectionPresentationVariant annotation.",
632
633
  "type": "object",
633
634
  "additionalProperties": {
634
635
  "$ref": "#/definitions/QuickVariant"
@@ -645,7 +646,7 @@
645
646
  "type": "object",
646
647
  "properties": {
647
648
  "key": {
648
- "description": "A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory.",
649
+ "description": "The key property is mandatory. It is used for initializing the corresponding SegmentedButton item.",
649
650
  "type": "string"
650
651
  },
651
652
  "annotationPath": {
@@ -668,7 +669,7 @@
668
669
  "artifactType": "Manifest"
669
670
  },
670
671
  "variants": {
671
- "description": "The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations.",
672
+ "description": "The variants section contains a set of entries that point to a SelectionVariant or SelectionPresentationVariant annotation.",
672
673
  "type": "object",
673
674
  "additionalProperties": {
674
675
  "$ref": "#/definitions/QuickVariantX"
@@ -690,7 +691,7 @@
690
691
  "type": "object",
691
692
  "properties": {
692
693
  "entitySet": {
693
- "description": "Represents the entity set that will be displayed in this variant",
694
+ "description": "Represents the entity set that is displayed in this variant.",
694
695
  "type": "string"
695
696
  },
696
697
  "multiSelect": {
@@ -702,7 +703,7 @@
702
703
  "type": "boolean"
703
704
  },
704
705
  "selectionLimit": {
705
- "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.",
706
+ "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.",
706
707
  "type": "number"
707
708
  },
708
709
  "type": {
@@ -718,7 +719,7 @@
718
719
  "type": "boolean"
719
720
  },
720
721
  "key": {
721
- "description": "A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory.",
722
+ "description": "The key property is mandatory. It is used for initializing the corresponding SegmentedButton item.",
722
723
  "type": "string"
723
724
  },
724
725
  "annotationPath": {
@@ -747,7 +748,7 @@
747
748
  "properties": {
748
749
  "loadDataOnAppLaunch": {
749
750
  "$ref": "#/definitions/LoadDataOnAppLaunchSettings",
750
- "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.",
751
+ "description": "Changes the default behavior for autoloading data.\nFor multi-view scenarios, you can change the enableAutobinding property to False under quickVariantSelectionX instead.",
751
752
  "artifactType": "Manifest"
752
753
  }
753
754
  },
@@ -799,13 +800,13 @@
799
800
  "controlType": "sap.m.Button"
800
801
  },
801
802
  "icon": {
802
- "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.",
803
+ "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.",
803
804
  "type": "string",
804
805
  "artifactType": "FlexChange",
805
806
  "controlType": "sap.m.Button"
806
807
  },
807
808
  "activeIcon": {
808
- "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.",
809
+ "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.",
809
810
  "type": "string",
810
811
  "artifactType": "FlexChange",
811
812
  "controlType": "sap.m.Button"
@@ -866,7 +867,7 @@
866
867
  "type": "object",
867
868
  "properties": {
868
869
  "width": {
869
- "description": "The width property defines the width of the column.",
870
+ "description": "Defines the width of the column.",
870
871
  "type": "string",
871
872
  "artifactType": "FlexChange",
872
873
  "controlType": "sap.m.Column"
@@ -881,7 +882,7 @@
881
882
  "type": "string"
882
883
  }
883
884
  ],
884
- "description": "The hAlign property defines the horizontal alignment of the column content.",
885
+ "description": "Defines the horizontal alignment of the column content.",
885
886
  "artifactType": "FlexChange",
886
887
  "controlType": "sap.m.Column"
887
888
  }
@@ -913,13 +914,13 @@
913
914
  "controlType": "sap.m.Button"
914
915
  },
915
916
  "icon": {
916
- "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.",
917
+ "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.",
917
918
  "type": "string",
918
919
  "artifactType": "FlexChange",
919
920
  "controlType": "sap.m.Button"
920
921
  },
921
922
  "activeIcon": {
922
- "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.",
923
+ "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.",
923
924
  "type": "string",
924
925
  "artifactType": "FlexChange",
925
926
  "controlType": "sap.m.Button"
@@ -931,7 +932,7 @@
931
932
  "controlType": "sap.m.Button"
932
933
  },
933
934
  "width": {
934
- "description": "The width property defines the width of the column.",
935
+ "description": "Defines the width of the column.",
935
936
  "type": "string",
936
937
  "artifactType": "FlexChange",
937
938
  "controlType": "sap.m.Column"
@@ -946,7 +947,7 @@
946
947
  "type": "string"
947
948
  }
948
949
  ],
949
- "description": "The hAlign property defines the horizontal alignment of the column content.",
950
+ "description": "Defines the horizontal alignment of the column content.",
950
951
  "artifactType": "FlexChange",
951
952
  "controlType": "sap.m.Column"
952
953
  }
@@ -959,7 +960,7 @@
959
960
  "type": "object",
960
961
  "properties": {
961
962
  "id": {
962
- "description": "In case the fragment needs to be re-used for multiple tabs, the id property must be set to make the ids unique.",
963
+ "description": "If the fragment needs to be reused for multiple tabs, the id property must be set to make the IDs unique.",
963
964
  "artifactType": "XMLProperty",
964
965
  "type": "string"
965
966
  },
@@ -970,7 +971,7 @@
970
971
  "type": "string"
971
972
  },
972
973
  "columnKey": {
973
- "description": "The column key",
974
+ "description": "The column key.",
974
975
  "artifactType": "XMLProperty",
975
976
  "type": "string"
976
977
  },
@@ -987,7 +988,7 @@
987
988
  "type": "string"
988
989
  },
989
990
  "className": {
990
- "description": "The UI5 control used for your extension",
991
+ "description": "The UI5 control used for your extension.",
991
992
  "artifactType": "Manifest",
992
993
  "type": "string",
993
994
  "const": "sap.ui.core.Fragment"
@@ -1037,14 +1038,14 @@
1037
1038
  "type": "object",
1038
1039
  "properties": {
1039
1040
  "type": {
1040
- "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.",
1041
+ "description": "Specifies the type of table.",
1041
1042
  "type": "string",
1042
1043
  "const": "GridTable",
1043
1044
  "artifactType": "Manifest"
1044
1045
  },
1045
1046
  "createWithFilters": {
1046
1047
  "$ref": "#/definitions/CreateWithFilters",
1047
- "description": "createWithFilters adds a new create action that uses the filter settings as input.",
1048
+ "description": "Adds a create action that uses the filter settings as input.",
1048
1049
  "artifactType": "Manifest"
1049
1050
  },
1050
1051
  "multiSelect": {
@@ -1054,16 +1055,16 @@
1054
1055
  },
1055
1056
  "createWithParameterDialog": {
1056
1057
  "$ref": "#/definitions/Fields4Dialog",
1057
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
1058
+ "description": "Enables the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
1058
1059
  "artifactType": "Manifest"
1059
1060
  },
1060
1061
  "selectAll": {
1061
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
1062
+ "description": "The Select All button is disabled by default. To enable it, set this property to true.",
1062
1063
  "type": "boolean",
1063
1064
  "artifactType": "Manifest"
1064
1065
  },
1065
1066
  "selectionLimit": {
1066
- "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.",
1067
+ "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.",
1067
1068
  "type": "number",
1068
1069
  "artifactType": "Manifest"
1069
1070
  },
@@ -1092,16 +1093,16 @@
1092
1093
  },
1093
1094
  "quickVariantSelection": {
1094
1095
  "$ref": "#/definitions/QuickVariantSelection",
1095
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
1096
+ "description": "With quickVariantSelection, you can switch to multiple views (single table mode).\nEach view links to a variant you have added to your annotations.",
1096
1097
  "artifactType": "Manifest"
1097
1098
  },
1098
1099
  "quickVariantSelectionX": {
1099
1100
  "$ref": "#/definitions/QuickVariantSelectionX",
1100
- "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
1101
+ "description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
1101
1102
  "artifactType": "Manifest"
1102
1103
  },
1103
1104
  "condensedTableLayout": {
1104
- "description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
1105
+ "description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
1105
1106
  "type": "boolean",
1106
1107
  "artifactType": "Manifest"
1107
1108
  },
@@ -1134,7 +1135,7 @@
1134
1135
  "type": "object",
1135
1136
  "properties": {
1136
1137
  "type": {
1137
- "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.",
1138
+ "description": "Specifies the type of table.",
1138
1139
  "type": "string",
1139
1140
  "const": "TreeTable",
1140
1141
  "artifactType": "Manifest"
@@ -1146,16 +1147,16 @@
1146
1147
  },
1147
1148
  "createWithParameterDialog": {
1148
1149
  "$ref": "#/definitions/Fields4Dialog",
1149
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
1150
+ "description": "Enables the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
1150
1151
  "artifactType": "Manifest"
1151
1152
  },
1152
1153
  "selectAll": {
1153
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
1154
+ "description": "The Select All button is disabled by default. To enable it, set this property to true.",
1154
1155
  "type": "boolean",
1155
1156
  "artifactType": "Manifest"
1156
1157
  },
1157
1158
  "selectionLimit": {
1158
- "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.",
1159
+ "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.",
1159
1160
  "type": "number",
1160
1161
  "artifactType": "Manifest"
1161
1162
  },
@@ -1184,16 +1185,16 @@
1184
1185
  },
1185
1186
  "quickVariantSelection": {
1186
1187
  "$ref": "#/definitions/QuickVariantSelection",
1187
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
1188
+ "description": "With quickVariantSelection, you can switch to multiple views (single table mode).\nEach view links to a variant you have added to your annotations.",
1188
1189
  "artifactType": "Manifest"
1189
1190
  },
1190
1191
  "quickVariantSelectionX": {
1191
1192
  "$ref": "#/definitions/QuickVariantSelectionX",
1192
- "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
1193
+ "description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
1193
1194
  "artifactType": "Manifest"
1194
1195
  },
1195
1196
  "condensedTableLayout": {
1196
- "description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
1197
+ "description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
1197
1198
  "type": "boolean",
1198
1199
  "artifactType": "Manifest"
1199
1200
  },
@@ -1231,13 +1232,13 @@
1231
1232
  "artifactType": "Manifest"
1232
1233
  },
1233
1234
  "type": {
1234
- "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.",
1235
+ "description": "Specifies the type of table.",
1235
1236
  "type": "string",
1236
1237
  "const": "ResponsiveTable",
1237
1238
  "artifactType": "Manifest"
1238
1239
  },
1239
1240
  "includeItemInSelection": {
1240
- "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.",
1241
+ "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.",
1241
1242
  "type": "boolean",
1242
1243
  "artifactType": "FlexChange",
1243
1244
  "controlType": "sap.m.Table"
@@ -1252,38 +1253,38 @@
1252
1253
  "type": "string"
1253
1254
  }
1254
1255
  ],
1255
- "description": "popinLayout defines the layout in which the table pop-in rows are rendered.",
1256
+ "description": "Defines the layout the table pop-in rows are rendered in.",
1256
1257
  "artifactType": "FlexChange",
1257
1258
  "controlType": "sap.m.Table"
1258
1259
  },
1259
1260
  "createWithFilters": {
1260
1261
  "$ref": "#/definitions/CreateWithFilters",
1261
- "description": "createWithFilters adds a new create action that uses the filter settings as input.",
1262
+ "description": "Adds a new create action that uses the filter settings as input.",
1262
1263
  "artifactType": "Manifest"
1263
1264
  },
1264
1265
  "growingThreshold": {
1265
- "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.",
1266
+ "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.",
1266
1267
  "type": "number",
1267
1268
  "artifactType": "FlexChange",
1268
1269
  "controlType": "sap.m.Table"
1269
1270
  },
1270
1271
  "multiEdit": {
1271
1272
  "$ref": "#/definitions/MultiEdit",
1272
- "description": "Allows you to edit a single object or multiple objects using a dialog in the list report page.",
1273
+ "description": "Allows you to edit multiple objects using a dialog.",
1273
1274
  "artifactType": "Manifest"
1274
1275
  },
1275
1276
  "createWithParameterDialog": {
1276
1277
  "$ref": "#/definitions/Fields4Dialog",
1277
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
1278
+ "description": "Enables the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
1278
1279
  "artifactType": "Manifest"
1279
1280
  },
1280
1281
  "selectAll": {
1281
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
1282
+ "description": "The Select All button is disabled by default. To enable it, set this property to true.",
1282
1283
  "type": "boolean",
1283
1284
  "artifactType": "Manifest"
1284
1285
  },
1285
1286
  "selectionLimit": {
1286
- "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.",
1287
+ "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.",
1287
1288
  "type": "number",
1288
1289
  "artifactType": "Manifest"
1289
1290
  },
@@ -1312,16 +1313,16 @@
1312
1313
  },
1313
1314
  "quickVariantSelection": {
1314
1315
  "$ref": "#/definitions/QuickVariantSelection",
1315
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
1316
+ "description": "With quickVariantSelection, you can switch to multiple views (single table mode).\nEach view links to a variant you have added to your annotations.",
1316
1317
  "artifactType": "Manifest"
1317
1318
  },
1318
1319
  "quickVariantSelectionX": {
1319
1320
  "$ref": "#/definitions/QuickVariantSelectionX",
1320
- "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
1321
+ "description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
1321
1322
  "artifactType": "Manifest"
1322
1323
  },
1323
1324
  "condensedTableLayout": {
1324
- "description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
1325
+ "description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
1325
1326
  "type": "boolean",
1326
1327
  "artifactType": "Manifest"
1327
1328
  },
@@ -1370,7 +1371,7 @@
1370
1371
  "artifactType": "Manifest"
1371
1372
  },
1372
1373
  "ignoredFields": {
1373
- "description": "You can choose to hide certain fields from being displayed in key user adaptation and restrict them from being added to the Mass Edit dialog.",
1374
+ "description": "Determines which fields are hidden in key user adaptation and restricts them from being added to the Mass Edit dialog.",
1374
1375
  "type": "array",
1375
1376
  "items": {
1376
1377
  "type": "string",
@@ -1388,18 +1389,18 @@
1388
1389
  "type": "object",
1389
1390
  "properties": {
1390
1391
  "inlineDelete": {
1391
- "description": "Used to enable inline deletion in a responsive table of list report and object page",
1392
+ "description": "Used to enable inline deletion in a responsive table.",
1392
1393
  "type": "boolean",
1393
1394
  "artifactType": "Manifest"
1394
1395
  },
1395
1396
  "type": {
1396
- "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.",
1397
+ "description": "Specifies the type of table.",
1397
1398
  "type": "string",
1398
1399
  "const": "ResponsiveTable",
1399
1400
  "artifactType": "Manifest"
1400
1401
  },
1401
1402
  "includeItemInSelection": {
1402
- "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.",
1403
+ "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.",
1403
1404
  "type": "boolean",
1404
1405
  "artifactType": "FlexChange",
1405
1406
  "controlType": "sap.m.Table"
@@ -1414,38 +1415,38 @@
1414
1415
  "type": "string"
1415
1416
  }
1416
1417
  ],
1417
- "description": "popinLayout defines the layout in which the table pop-in rows are rendered.",
1418
+ "description": "Defines the layout the table pop-in rows are rendered in.",
1418
1419
  "artifactType": "FlexChange",
1419
1420
  "controlType": "sap.m.Table"
1420
1421
  },
1421
1422
  "createWithFilters": {
1422
1423
  "$ref": "#/definitions/CreateWithFilters",
1423
- "description": "createWithFilters adds a new create action that uses the filter settings as input.",
1424
+ "description": "Adds a new create action that uses the filter settings as input.",
1424
1425
  "artifactType": "Manifest"
1425
1426
  },
1426
1427
  "growingThreshold": {
1427
- "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.",
1428
+ "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.",
1428
1429
  "type": "number",
1429
1430
  "artifactType": "FlexChange",
1430
1431
  "controlType": "sap.m.Table"
1431
1432
  },
1432
1433
  "multiEdit": {
1433
1434
  "$ref": "#/definitions/MultiEdit",
1434
- "description": "Allows you to edit a single object or multiple objects using a dialog in the list report page.",
1435
+ "description": "Allows you to edit multiple objects using a dialog.",
1435
1436
  "artifactType": "Manifest"
1436
1437
  },
1437
1438
  "createWithParameterDialog": {
1438
1439
  "$ref": "#/definitions/Fields4Dialog",
1439
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
1440
+ "description": "Enables the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
1440
1441
  "artifactType": "Manifest"
1441
1442
  },
1442
1443
  "selectAll": {
1443
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
1444
+ "description": "The Select All button is disabled by default. To enable it, set this property to true.",
1444
1445
  "type": "boolean",
1445
1446
  "artifactType": "Manifest"
1446
1447
  },
1447
1448
  "selectionLimit": {
1448
- "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.",
1449
+ "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.",
1449
1450
  "type": "number",
1450
1451
  "artifactType": "Manifest"
1451
1452
  },
@@ -1474,16 +1475,16 @@
1474
1475
  },
1475
1476
  "quickVariantSelection": {
1476
1477
  "$ref": "#/definitions/QuickVariantSelection",
1477
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
1478
+ "description": "With quickVariantSelection, you can switch to multiple views (single table mode).\nEach view links to a variant you have added to your annotations.",
1478
1479
  "artifactType": "Manifest"
1479
1480
  },
1480
1481
  "quickVariantSelectionX": {
1481
1482
  "$ref": "#/definitions/QuickVariantSelectionX",
1482
- "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
1483
+ "description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
1483
1484
  "artifactType": "Manifest"
1484
1485
  },
1485
1486
  "condensedTableLayout": {
1486
- "description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
1487
+ "description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
1487
1488
  "type": "boolean",
1488
1489
  "artifactType": "Manifest"
1489
1490
  },