@sap/ux-specification 1.120.22 → 1.120.23

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 (89) hide show
  1. package/CHANGELOG.md +23 -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 +101 -101
  13. package/dist/index-min.js.map +3 -3
  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 +4 -4
  20. package/dist/schemas/v4/ListReportConfig.json +47 -47
  21. package/dist/schemas/v4/ObjectPageConfig.json +46 -46
  22. package/dist/specification/package.json +5 -5
  23. package/dist/specification/src/api.js +1 -1
  24. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  25. package/dist/specification/src/sync/v2/export/controls/Fragment.js +14 -6
  26. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  27. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  28. package/dist/specification/src/sync/v2/export/export.js +6 -1
  29. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  30. package/dist/specification/src/sync/v2/import/common/index.d.ts +3 -2
  31. package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
  32. package/dist/specification/src/sync/v2/import/common/index.js +38 -23
  33. package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
  34. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +1 -1
  35. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  36. package/dist/specification/src/sync/v2/import/pages/listReport.js +1 -1
  37. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  38. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  39. package/dist/specification/src/sync/v2/import/pages/objectPage.js +1 -1
  40. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  41. package/dist/types/src/common/Application.d.ts +4 -8
  42. package/dist/types/src/common/Application.d.ts.map +1 -1
  43. package/dist/types/src/v2/application.d.ts +1 -1
  44. package/dist/types/src/v2/controls/Action.d.ts +4 -2
  45. package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
  46. package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +6 -6
  47. package/dist/types/src/v2/controls/Card.d.ts +37 -36
  48. package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
  49. package/dist/types/src/v2/controls/Card.js.map +1 -1
  50. package/dist/types/src/v2/controls/Field.d.ts +1 -1
  51. package/dist/types/src/v2/controls/FilterBar.d.ts +18 -14
  52. package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
  53. package/dist/types/src/v2/controls/FilterBar.js.map +1 -1
  54. package/dist/types/src/v2/controls/ObjectPageChart.d.ts +2 -2
  55. package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +2 -2
  56. package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +4 -4
  57. package/dist/types/src/v2/controls/ObjectPageSection.d.ts +2 -2
  58. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +20 -20
  59. package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
  60. package/dist/types/src/v2/controls/Table.d.ts +52 -47
  61. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  62. package/dist/types/src/v2/controls/Table.js.map +1 -1
  63. package/dist/types/src/v2/overviewPage.d.ts +2 -2
  64. package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +4 -4
  65. package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +5 -5
  66. package/dist/types/src/v4/controls/CustomAction.d.ts +3 -3
  67. package/dist/types/src/v4/controls/FilterBar.d.ts +5 -7
  68. package/dist/types/src/v4/controls/FilterBar.d.ts.map +1 -1
  69. package/dist/types/src/v4/controls/FilterBar.js.map +1 -1
  70. package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +1 -1
  71. package/dist/types/src/v4/controls/ObjectPageForm.d.ts +1 -1
  72. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +6 -6
  73. package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +2 -2
  74. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts +1 -2
  75. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts.map +1 -1
  76. package/dist/types/src/v4/controls/ObjectPageSection.d.ts +2 -2
  77. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +4 -4
  78. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +2 -2
  79. package/dist/types/src/v4/controls/Table.d.ts +27 -34
  80. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  81. package/dist/types/src/v4/controls/ToolBar.d.ts +3 -3
  82. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +1 -2
  83. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts.map +1 -1
  84. package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts +3 -4
  85. package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts.map +1 -1
  86. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +10 -8
  87. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
  88. package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +1 -1
  89. package/package.json +5 -5
@@ -12,7 +12,7 @@
12
12
  "artifactType": "Manifest"
13
13
  },
14
14
  "allowDeepLinking": {
15
- "description": "allowDeepLinking restricts deep linking to certain object page levels.",
15
+ "description": "Restricts deep linking to certain object page levels.",
16
16
  "type": "boolean",
17
17
  "artifactType": "Manifest"
18
18
  },
@@ -22,19 +22,19 @@
22
22
  "artifactType": "Manifest"
23
23
  },
24
24
  "defaultLayoutTypeIfExternalNavigation": {
25
- "description": "If this flag is set, then during inbound navigation to flexible column layout application, if the navigation context points to a unique object, then the object page is opened in full screen mode.",
25
+ "description": "If this flag is set, then during inbound navigation to flexible column layout application, if the navigation context points to a unique object, the object page is opened in full screen mode.",
26
26
  "type": "string",
27
27
  "const": "MidColumnFullScreen",
28
28
  "artifactType": "Manifest"
29
29
  },
30
30
  "globalTableSettings": {
31
31
  "$ref": "#/definitions/GlobalTableSettings",
32
- "description": "Settings for all tables of the object page",
32
+ "description": "Settings for all tables of the object page.",
33
33
  "artifactType": "Manifest"
34
34
  },
35
35
  "globalChartSettings": {
36
36
  "$ref": "#/definitions/GlobalChartSettings",
37
- "description": "Settings for all charts on an object page",
37
+ "description": "Settings for all charts on an object page.",
38
38
  "artifactType": "Manifest"
39
39
  },
40
40
  "header": {
@@ -71,7 +71,7 @@
71
71
  "artifactType": "Manifest"
72
72
  },
73
73
  "multiSelect": {
74
- "description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
74
+ "description": "Single selection in tables is enabled by default. You can enable multi-select by setting this property to true.",
75
75
  "type": "boolean",
76
76
  "artifactType": "Manifest"
77
77
  },
@@ -81,7 +81,7 @@
81
81
  "artifactType": "Manifest"
82
82
  },
83
83
  "inlineDelete": {
84
- "description": "Used to enable inline deletion in a responsive table of list report and object page",
84
+ "description": "Used to enable inline deletion in a responsive table.",
85
85
  "type": "boolean",
86
86
  "artifactType": "Manifest"
87
87
  },
@@ -116,7 +116,7 @@
116
116
  "type": "object",
117
117
  "properties": {
118
118
  "variantManagement": {
119
- "description": "To enable variant management for charts in an object page",
119
+ "description": "Enables variant management for charts in an object page.",
120
120
  "type": "boolean",
121
121
  "artifactType": "Manifest"
122
122
  }
@@ -159,10 +159,10 @@
159
159
  },
160
160
  "actions": {
161
161
  "$ref": "#/definitions/ObjectPageHeaderActions",
162
- "description": "Set properties of actions on Object Page Header"
162
+ "description": "Set properties of actions on the Object Page header"
163
163
  },
164
164
  "showHeaderAsCarouselOnDesktop": {
165
- "description": "Enable the carousel header on the desktop",
165
+ "description": "Enables the carousel header on the desktop",
166
166
  "type": "boolean",
167
167
  "artifactType": "Manifest",
168
168
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/17dbd5b7a61e4cdcb079062e976cd63f"
@@ -227,13 +227,13 @@
227
227
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
228
228
  },
229
229
  "icon": {
230
- "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.",
230
+ "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.",
231
231
  "type": "string",
232
232
  "artifactType": "FlexChange",
233
233
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
234
234
  },
235
235
  "activeIcon": {
236
- "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.",
236
+ "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.",
237
237
  "type": "string",
238
238
  "artifactType": "FlexChange",
239
239
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
@@ -372,7 +372,7 @@
372
372
  "$ref": "#/definitions/SectionPosition"
373
373
  },
374
374
  "title": {
375
- "description": "The label of the custom section, preferably as an i18n key",
375
+ "description": "The label of the custom section, preferably as an i18n key.",
376
376
  "i18nClassification": "TIT: Custom section title",
377
377
  "type": "string"
378
378
  },
@@ -419,24 +419,24 @@
419
419
  "type": "string"
420
420
  }
421
421
  ],
422
- "description": "showHeaderContent determines the visibility of the Header content.",
422
+ "description": "Determines the visibility of the Header content.",
423
423
  "artifactType": "FlexChange",
424
424
  "controlType": "sap.uxap.ObjectPageLayout"
425
425
  },
426
426
  "showAnchorBar": {
427
- "description": "showAnchorBar determines whether the navigation bar (anchor bar) is displayed.",
427
+ "description": "Determines whether the navigation bar (anchor bar) is displayed.",
428
428
  "type": "boolean",
429
429
  "artifactType": "FlexChange",
430
430
  "controlType": "sap.uxap.ObjectPageLayout"
431
431
  },
432
432
  "useIconTabBar": {
433
- "description": "useIconTabBar determines whether the navigation mode is tab-based instead of based on the default anchor bar.",
433
+ "description": "Determines whether the navigation mode is tab-based instead of based on the default anchor bar.",
434
434
  "type": "boolean",
435
435
  "artifactType": "FlexChange",
436
436
  "controlType": "sap.uxap.ObjectPageLayout"
437
437
  },
438
438
  "alwaysShowContentHeader": {
439
- "description": "alwaysShowContentHeader determines whether header content will always be expanded on desktop.",
439
+ "description": "Determines whether header content will always be expanded on the desktop.",
440
440
  "type": "boolean",
441
441
  "artifactType": "FlexChange",
442
442
  "controlType": "sap.uxap.ObjectPageLayout"
@@ -492,7 +492,7 @@
492
492
  "type": "string"
493
493
  }
494
494
  ],
495
- "description": "Allows you to define if the section should be visible on the screen.",
495
+ "description": "Defines if this section should be visible.",
496
496
  "artifactType": "FlexChange",
497
497
  "controlType": "sap.uxap.ObjectPageSection"
498
498
  }
@@ -522,7 +522,7 @@
522
522
  "type": "string"
523
523
  }
524
524
  ],
525
- "description": "Allows you to define if the section should be visible on the screen.",
525
+ "description": "Defines if this section should be visible.",
526
526
  "artifactType": "FlexChange",
527
527
  "controlType": "sap.uxap.ObjectPageSection"
528
528
  }
@@ -569,7 +569,7 @@
569
569
  "type": "string"
570
570
  }
571
571
  ],
572
- "description": "Allows you to define if the field should be visible on the screen.",
572
+ "description": "Defines if the field is visible on the screen.",
573
573
  "artifactType": "FlexChange",
574
574
  "controlType": "sap.ui.comp.smartform.GroupElement"
575
575
  }
@@ -614,13 +614,13 @@
614
614
  "controlType": "sap.m.Button"
615
615
  },
616
616
  "icon": {
617
- "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.",
617
+ "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.",
618
618
  "type": "string",
619
619
  "artifactType": "FlexChange",
620
620
  "controlType": "sap.m.Button"
621
621
  },
622
622
  "activeIcon": {
623
- "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.",
623
+ "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.",
624
624
  "type": "string",
625
625
  "artifactType": "FlexChange",
626
626
  "controlType": "sap.m.Button"
@@ -673,7 +673,7 @@
673
673
  "type": "string"
674
674
  }
675
675
  ],
676
- "description": "Allows you to define if the section should be visible on the screen.",
676
+ "description": "Defines if this section should be visible.",
677
677
  "artifactType": "FlexChange",
678
678
  "controlType": "sap.uxap.ObjectPageSection"
679
679
  }
@@ -687,18 +687,18 @@
687
687
  "type": "object",
688
688
  "properties": {
689
689
  "multiSelect": {
690
- "description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
690
+ "description": "Determines whether multi-select is enabled for tables. By default, you can only single-select.",
691
691
  "type": "boolean",
692
692
  "artifactType": "Manifest"
693
693
  },
694
694
  "type": {
695
- "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.",
695
+ "description": "Specifies the type of table.",
696
696
  "type": "string",
697
697
  "const": "ResponsiveTable",
698
698
  "artifactType": "Manifest"
699
699
  },
700
700
  "includeItemInSelection": {
701
- "description": "Set includeItemInSelection to true if you want items to be selectable when clicked, rather than after the selection control has been set.",
701
+ "description": "Set this property to true if you want items to be selectable when clicked rather than after the selection control has been set.",
702
702
  "type": "boolean",
703
703
  "artifactType": "FlexChange",
704
704
  "controlType": "sap.m.Table"
@@ -713,12 +713,12 @@
713
713
  "type": "string"
714
714
  }
715
715
  ],
716
- "description": "popinLayout defines the layout in which the table pop-in rows shall be rendered.",
716
+ "description": "Defines the layout the table pop-in rows are rendered in.",
717
717
  "artifactType": "FlexChange",
718
718
  "controlType": "sap.m.Table"
719
719
  },
720
720
  "growingThreshold": {
721
- "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.",
721
+ "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.",
722
722
  "type": "number",
723
723
  "artifactType": "FlexChange",
724
724
  "controlType": "sap.m.Table"
@@ -730,7 +730,7 @@
730
730
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
731
731
  },
732
732
  "selectionLimit": {
733
- "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.",
733
+ "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.",
734
734
  "type": "number",
735
735
  "artifactType": "Manifest"
736
736
  },
@@ -758,7 +758,7 @@
758
758
  "controlType": "sap.ui.comp.smarttable.SmartTable"
759
759
  },
760
760
  "showPasteButton": {
761
- "description": "You can use this property to completely remove the Paste button from the table toolbar.\nYou achieve this by setting the value explicitly to False.\nBy default, the Paste button is available if the page is in edit mode.\nNote: We don't recommend setting this property to True, as it results in the Paste button being visible even when does not have a function (for example, in display mode).",
761
+ "description": "Determines the visibility of the Paste button in the table toolbar. By default, the Paste button is available if the page is in edit mode.\nIf this property is set to False, the Paste button is removed.\nNote: We don't recommend setting this property to True, because it results in the Paste button being visible even when it does not have a function. For example, in display mode.",
762
762
  "type": "boolean",
763
763
  "artifactType": "FlexChange",
764
764
  "controlType": "sap.ui.comp.smarttable.SmartTable",
@@ -766,17 +766,17 @@
766
766
  },
767
767
  "createWithParameterDialog": {
768
768
  "$ref": "#/definitions/Fields4DialogOP",
769
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
769
+ "description": "You can enable the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
770
770
  "artifactType": "Manifest"
771
771
  },
772
772
  "copy": {
773
- "description": "If copy is set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table.",
773
+ "description": "If set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table.",
774
774
  "type": "boolean",
775
775
  "artifactType": "Manifest"
776
776
  },
777
777
  "quickVariantSelection": {
778
778
  "$ref": "#/definitions/QuickVariantSelectionOP",
779
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
779
+ "description": "With quickVariantSelection, you can activate the multiple view feature. This feature links to variants that you have added to your annotations.",
780
780
  "artifactType": "Manifest"
781
781
  },
782
782
  "toolBar": {
@@ -851,7 +851,7 @@
851
851
  "artifactType": "Manifest"
852
852
  },
853
853
  "variants": {
854
- "description": "The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations.",
854
+ "description": "The variants section contains a set of entries that point to a SelectionVariant or a SelectionPresentationVariant annotation.",
855
855
  "type": "object",
856
856
  "additionalProperties": false,
857
857
  "patternProperties": {
@@ -871,7 +871,7 @@
871
871
  "type": "object",
872
872
  "properties": {
873
873
  "key": {
874
- "description": "A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory.",
874
+ "description": "The key property is mandatory. It is used for initializing the corresponding SegmentedButton item.",
875
875
  "type": "string"
876
876
  },
877
877
  "annotationPath": {
@@ -939,13 +939,13 @@
939
939
  "controlType": "sap.m.Button"
940
940
  },
941
941
  "icon": {
942
- "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.",
942
+ "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.",
943
943
  "type": "string",
944
944
  "artifactType": "FlexChange",
945
945
  "controlType": "sap.m.Button"
946
946
  },
947
947
  "activeIcon": {
948
- "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.",
948
+ "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.",
949
949
  "type": "string",
950
950
  "artifactType": "FlexChange",
951
951
  "controlType": "sap.m.Button"
@@ -986,7 +986,7 @@
986
986
  "type": "object",
987
987
  "properties": {
988
988
  "width": {
989
- "description": "The width property defines the width of the column.",
989
+ "description": "Defines the width of the column.",
990
990
  "type": "string",
991
991
  "artifactType": "FlexChange",
992
992
  "controlType": "sap.m.Column"
@@ -1001,7 +1001,7 @@
1001
1001
  "type": "string"
1002
1002
  }
1003
1003
  ],
1004
- "description": "The hAlign property defines the horizontal alignment of the column content.",
1004
+ "description": "Defines the horizontal alignment of the column content.",
1005
1005
  "artifactType": "FlexChange",
1006
1006
  "controlType": "sap.m.Column"
1007
1007
  }
@@ -1033,13 +1033,13 @@
1033
1033
  "controlType": "sap.m.Button"
1034
1034
  },
1035
1035
  "icon": {
1036
- "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.",
1036
+ "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.",
1037
1037
  "type": "string",
1038
1038
  "artifactType": "FlexChange",
1039
1039
  "controlType": "sap.m.Button"
1040
1040
  },
1041
1041
  "activeIcon": {
1042
- "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.",
1042
+ "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.",
1043
1043
  "type": "string",
1044
1044
  "artifactType": "FlexChange",
1045
1045
  "controlType": "sap.m.Button"
@@ -1051,7 +1051,7 @@
1051
1051
  "controlType": "sap.m.Button"
1052
1052
  },
1053
1053
  "width": {
1054
- "description": "The width property defines the width of the column.",
1054
+ "description": "Defines the width of the column.",
1055
1055
  "type": "string",
1056
1056
  "artifactType": "FlexChange",
1057
1057
  "controlType": "sap.m.Column"
@@ -1066,7 +1066,7 @@
1066
1066
  "type": "string"
1067
1067
  }
1068
1068
  ],
1069
- "description": "The hAlign property defines the horizontal alignment of the column content.",
1069
+ "description": "Defines the horizontal alignment of the column content.",
1070
1070
  "artifactType": "FlexChange",
1071
1071
  "controlType": "sap.m.Column"
1072
1072
  }
@@ -1079,7 +1079,7 @@
1079
1079
  "type": "object",
1080
1080
  "properties": {
1081
1081
  "id": {
1082
- "description": "In case the fragment needs to be re-used for multiple tabs, the id property must be set to make the ids unique.",
1082
+ "description": "If the fragment needs to be reused for multiple tabs, the id property must be set to make the IDs unique.",
1083
1083
  "artifactType": "XMLProperty",
1084
1084
  "type": "string"
1085
1085
  },
@@ -1090,7 +1090,7 @@
1090
1090
  "type": "string"
1091
1091
  },
1092
1092
  "columnKey": {
1093
- "description": "The column key",
1093
+ "description": "The column key.",
1094
1094
  "artifactType": "XMLProperty",
1095
1095
  "type": "string"
1096
1096
  },
@@ -1107,7 +1107,7 @@
1107
1107
  "type": "string"
1108
1108
  },
1109
1109
  "className": {
1110
- "description": "The UI5 control used for your extension",
1110
+ "description": "The UI5 control used for your extension.",
1111
1111
  "artifactType": "Manifest",
1112
1112
  "type": "string",
1113
1113
  "const": "sap.ui.core.Fragment"
@@ -1157,18 +1157,18 @@
1157
1157
  "type": "object",
1158
1158
  "properties": {
1159
1159
  "inlineDelete": {
1160
- "description": "Used to enable inline deletion in a responsive table of list report and object page",
1160
+ "description": "Used to enable inline deletion in a responsive table in list report and object pages.",
1161
1161
  "type": "boolean",
1162
1162
  "artifactType": "Manifest"
1163
1163
  },
1164
1164
  "type": {
1165
- "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.",
1165
+ "description": "Specifies the type of table.",
1166
1166
  "type": "string",
1167
1167
  "const": "ResponsiveTable",
1168
1168
  "artifactType": "Manifest"
1169
1169
  },
1170
1170
  "includeItemInSelection": {
1171
- "description": "Set includeItemInSelection to true if you want items to be selectable when clicked, rather than after the selection control has been set.",
1171
+ "description": "Set this property to true if you want items to be selectable when clicked rather than after the selection control has been set.",
1172
1172
  "type": "boolean",
1173
1173
  "artifactType": "FlexChange",
1174
1174
  "controlType": "sap.m.Table"
@@ -1183,12 +1183,12 @@
1183
1183
  "type": "string"
1184
1184
  }
1185
1185
  ],
1186
- "description": "popinLayout defines the layout in which the table pop-in rows shall be rendered.",
1186
+ "description": "Defines the layout the table pop-in rows are rendered in.",
1187
1187
  "artifactType": "FlexChange",
1188
1188
  "controlType": "sap.m.Table"
1189
1189
  },
1190
1190
  "growingThreshold": {
1191
- "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.",
1191
+ "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.",
1192
1192
  "type": "number",
1193
1193
  "artifactType": "FlexChange",
1194
1194
  "controlType": "sap.m.Table"
@@ -1200,7 +1200,7 @@
1200
1200
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
1201
1201
  },
1202
1202
  "selectionLimit": {
1203
- "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.",
1203
+ "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.",
1204
1204
  "type": "number",
1205
1205
  "artifactType": "Manifest"
1206
1206
  },
@@ -1228,7 +1228,7 @@
1228
1228
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1229
1229
  },
1230
1230
  "showPasteButton": {
1231
- "description": "You can use this property to completely remove the Paste button from the table toolbar.\nYou achieve this by setting the value explicitly to False.\nBy default, the Paste button is available if the page is in edit mode.\nNote: We don't recommend setting this property to True, as it results in the Paste button being visible even when does not have a function (for example, in display mode).",
1231
+ "description": "Determines the visibility of the Paste button in the table toolbar. By default, the Paste button is available if the page is in edit mode.\nIf this property is set to False, the Paste button is removed.\nNote: We don't recommend setting this property to True, because it results in the Paste button being visible even when it does not have a function. For example, in display mode.",
1232
1232
  "type": "boolean",
1233
1233
  "artifactType": "FlexChange",
1234
1234
  "controlType": "sap.ui.comp.smarttable.SmartTable",
@@ -1236,17 +1236,17 @@
1236
1236
  },
1237
1237
  "createWithParameterDialog": {
1238
1238
  "$ref": "#/definitions/Fields4DialogOP",
1239
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
1239
+ "description": "You can enable the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
1240
1240
  "artifactType": "Manifest"
1241
1241
  },
1242
1242
  "copy": {
1243
- "description": "If copy is set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table.",
1243
+ "description": "If set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table.",
1244
1244
  "type": "boolean",
1245
1245
  "artifactType": "Manifest"
1246
1246
  },
1247
1247
  "quickVariantSelection": {
1248
1248
  "$ref": "#/definitions/QuickVariantSelectionOP",
1249
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
1249
+ "description": "With quickVariantSelection, you can activate the multiple view feature. This feature links to variants that you have added to your annotations.",
1250
1250
  "artifactType": "Manifest"
1251
1251
  },
1252
1252
  "toolBar": {
@@ -1277,7 +1277,7 @@
1277
1277
  "type": "object",
1278
1278
  "properties": {
1279
1279
  "type": {
1280
- "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.",
1280
+ "description": "Specifies the type of table.",
1281
1281
  "type": "string",
1282
1282
  "const": "AnalyticalTable",
1283
1283
  "artifactType": "Manifest"
@@ -1299,7 +1299,7 @@
1299
1299
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
1300
1300
  },
1301
1301
  "selectionLimit": {
1302
- "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.",
1302
+ "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.",
1303
1303
  "type": "number",
1304
1304
  "artifactType": "Manifest"
1305
1305
  },
@@ -1327,7 +1327,7 @@
1327
1327
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1328
1328
  },
1329
1329
  "showPasteButton": {
1330
- "description": "You can use this property to completely remove the Paste button from the table toolbar.\nYou achieve this by setting the value explicitly to False.\nBy default, the Paste button is available if the page is in edit mode.\nNote: We don't recommend setting this property to True, as it results in the Paste button being visible even when does not have a function (for example, in display mode).",
1330
+ "description": "Determines the visibility of the Paste button in the table toolbar. By default, the Paste button is available if the page is in edit mode.\nIf this property is set to False, the Paste button is removed.\nNote: We don't recommend setting this property to True, because it results in the Paste button being visible even when it does not have a function. For example, in display mode.",
1331
1331
  "type": "boolean",
1332
1332
  "artifactType": "FlexChange",
1333
1333
  "controlType": "sap.ui.comp.smarttable.SmartTable",
@@ -1335,17 +1335,17 @@
1335
1335
  },
1336
1336
  "createWithParameterDialog": {
1337
1337
  "$ref": "#/definitions/Fields4DialogOP",
1338
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
1338
+ "description": "You can enable the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
1339
1339
  "artifactType": "Manifest"
1340
1340
  },
1341
1341
  "copy": {
1342
- "description": "If copy is set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table.",
1342
+ "description": "If set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table.",
1343
1343
  "type": "boolean",
1344
1344
  "artifactType": "Manifest"
1345
1345
  },
1346
1346
  "quickVariantSelection": {
1347
1347
  "$ref": "#/definitions/QuickVariantSelectionOP",
1348
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
1348
+ "description": "With quickVariantSelection, you can activate the multiple view feature. This feature links to variants that you have added to your annotations.",
1349
1349
  "artifactType": "Manifest"
1350
1350
  },
1351
1351
  "toolBar": {
@@ -1376,7 +1376,7 @@
1376
1376
  "type": "object",
1377
1377
  "properties": {
1378
1378
  "type": {
1379
- "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.",
1379
+ "description": "Specifies the type of table.",
1380
1380
  "type": "string",
1381
1381
  "const": "GridTable",
1382
1382
  "artifactType": "Manifest"
@@ -1398,7 +1398,7 @@
1398
1398
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
1399
1399
  },
1400
1400
  "selectionLimit": {
1401
- "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.",
1401
+ "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.",
1402
1402
  "type": "number",
1403
1403
  "artifactType": "Manifest"
1404
1404
  },
@@ -1426,7 +1426,7 @@
1426
1426
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1427
1427
  },
1428
1428
  "showPasteButton": {
1429
- "description": "You can use this property to completely remove the Paste button from the table toolbar.\nYou achieve this by setting the value explicitly to False.\nBy default, the Paste button is available if the page is in edit mode.\nNote: We don't recommend setting this property to True, as it results in the Paste button being visible even when does not have a function (for example, in display mode).",
1429
+ "description": "Determines the visibility of the Paste button in the table toolbar. By default, the Paste button is available if the page is in edit mode.\nIf this property is set to False, the Paste button is removed.\nNote: We don't recommend setting this property to True, because it results in the Paste button being visible even when it does not have a function. For example, in display mode.",
1430
1430
  "type": "boolean",
1431
1431
  "artifactType": "FlexChange",
1432
1432
  "controlType": "sap.ui.comp.smarttable.SmartTable",
@@ -1434,17 +1434,17 @@
1434
1434
  },
1435
1435
  "createWithParameterDialog": {
1436
1436
  "$ref": "#/definitions/Fields4DialogOP",
1437
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
1437
+ "description": "You can enable the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
1438
1438
  "artifactType": "Manifest"
1439
1439
  },
1440
1440
  "copy": {
1441
- "description": "If copy is set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table.",
1441
+ "description": "If set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table.",
1442
1442
  "type": "boolean",
1443
1443
  "artifactType": "Manifest"
1444
1444
  },
1445
1445
  "quickVariantSelection": {
1446
1446
  "$ref": "#/definitions/QuickVariantSelectionOP",
1447
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
1447
+ "description": "With quickVariantSelection, you can activate the multiple view feature. This feature links to variants that you have added to your annotations.",
1448
1448
  "artifactType": "Manifest"
1449
1449
  },
1450
1450
  "toolBar": {
@@ -1475,7 +1475,7 @@
1475
1475
  "type": "object",
1476
1476
  "properties": {
1477
1477
  "type": {
1478
- "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.",
1478
+ "description": "Specifies the type of table.",
1479
1479
  "type": "string",
1480
1480
  "const": "TreeTable",
1481
1481
  "artifactType": "Manifest"
@@ -1497,7 +1497,7 @@
1497
1497
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
1498
1498
  },
1499
1499
  "selectionLimit": {
1500
- "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.",
1500
+ "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.",
1501
1501
  "type": "number",
1502
1502
  "artifactType": "Manifest"
1503
1503
  },
@@ -1525,7 +1525,7 @@
1525
1525
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1526
1526
  },
1527
1527
  "showPasteButton": {
1528
- "description": "You can use this property to completely remove the Paste button from the table toolbar.\nYou achieve this by setting the value explicitly to False.\nBy default, the Paste button is available if the page is in edit mode.\nNote: We don't recommend setting this property to True, as it results in the Paste button being visible even when does not have a function (for example, in display mode).",
1528
+ "description": "Determines the visibility of the Paste button in the table toolbar. By default, the Paste button is available if the page is in edit mode.\nIf this property is set to False, the Paste button is removed.\nNote: We don't recommend setting this property to True, because it results in the Paste button being visible even when it does not have a function. For example, in display mode.",
1529
1529
  "type": "boolean",
1530
1530
  "artifactType": "FlexChange",
1531
1531
  "controlType": "sap.ui.comp.smarttable.SmartTable",
@@ -1533,17 +1533,17 @@
1533
1533
  },
1534
1534
  "createWithParameterDialog": {
1535
1535
  "$ref": "#/definitions/Fields4DialogOP",
1536
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
1536
+ "description": "You can enable the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
1537
1537
  "artifactType": "Manifest"
1538
1538
  },
1539
1539
  "copy": {
1540
- "description": "If copy is set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table.",
1540
+ "description": "If set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table.",
1541
1541
  "type": "boolean",
1542
1542
  "artifactType": "Manifest"
1543
1543
  },
1544
1544
  "quickVariantSelection": {
1545
1545
  "$ref": "#/definitions/QuickVariantSelectionOP",
1546
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
1546
+ "description": "With quickVariantSelection, you can activate the multiple view feature. This feature links to variants that you have added to your annotations.",
1547
1547
  "artifactType": "Manifest"
1548
1548
  },
1549
1549
  "toolBar": {
@@ -1590,7 +1590,7 @@
1590
1590
  "type": "string"
1591
1591
  }
1592
1592
  ],
1593
- "description": "Allows you to define if the section should be visible on the screen.",
1593
+ "description": "Defines if this section should be visible.",
1594
1594
  "artifactType": "FlexChange",
1595
1595
  "controlType": "sap.uxap.ObjectPageSection"
1596
1596
  }
@@ -1603,7 +1603,7 @@
1603
1603
  "type": "object",
1604
1604
  "properties": {
1605
1605
  "variantManagement": {
1606
- "description": "To enable variant management for charts in an object page",
1606
+ "description": "Enables variant management for charts in an object page.",
1607
1607
  "type": "boolean",
1608
1608
  "artifactType": "Manifest"
1609
1609
  }
@@ -1635,7 +1635,7 @@
1635
1635
  "type": "string"
1636
1636
  }
1637
1637
  ],
1638
- "description": "Allows you to define if the section should be visible on the screen.",
1638
+ "description": "Defines if this section should be visible.",
1639
1639
  "artifactType": "FlexChange",
1640
1640
  "controlType": "sap.uxap.ObjectPageSection"
1641
1641
  }
@@ -1667,7 +1667,7 @@
1667
1667
  "type": "string"
1668
1668
  }
1669
1669
  ],
1670
- "description": "Allows you to define if the section should be visible on the screen.",
1670
+ "description": "Defines if this section should be visible.",
1671
1671
  "artifactType": "FlexChange",
1672
1672
  "controlType": "sap.uxap.ObjectPageSection"
1673
1673
  }
@@ -1697,7 +1697,7 @@
1697
1697
  "type": "string"
1698
1698
  }
1699
1699
  ],
1700
- "description": "Allows you to define if the section should be visible on the screen.",
1700
+ "description": "Defines if this section should be visible.",
1701
1701
  "artifactType": "FlexChange",
1702
1702
  "controlType": "sap.uxap.ObjectPageSubSection"
1703
1703
  }
@@ -1751,7 +1751,7 @@
1751
1751
  "type": "string"
1752
1752
  }
1753
1753
  ],
1754
- "description": "Allows you to define if the section should be visible on the screen.",
1754
+ "description": "Defines if this section should be visible.",
1755
1755
  "artifactType": "FlexChange",
1756
1756
  "controlType": "sap.uxap.ObjectPageSubSection"
1757
1757
  }
@@ -1814,7 +1814,7 @@
1814
1814
  "$ref": "#/definitions/SectionPosition"
1815
1815
  },
1816
1816
  "title": {
1817
- "description": "The label of the custom section, preferably as an i18n key",
1817
+ "description": "The label of the custom section, preferably as an i18n key.",
1818
1818
  "i18nClassification": "TIT: Custom section title",
1819
1819
  "type": "string"
1820
1820
  }
@@ -1860,7 +1860,7 @@
1860
1860
  "$ref": "#/definitions/SectionPosition"
1861
1861
  },
1862
1862
  "title": {
1863
- "description": "The label of the custom section, preferably as an i18n key",
1863
+ "description": "The label of the custom section, preferably as an i18n key.",
1864
1864
  "i18nClassification": "TIT: Custom section title",
1865
1865
  "type": "string"
1866
1866
  }
@@ -1929,13 +1929,13 @@
1929
1929
  "controlType": "sap.m.Button"
1930
1930
  },
1931
1931
  "icon": {
1932
- "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.",
1932
+ "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.",
1933
1933
  "type": "string",
1934
1934
  "artifactType": "FlexChange",
1935
1935
  "controlType": "sap.m.Button"
1936
1936
  },
1937
1937
  "activeIcon": {
1938
- "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.",
1938
+ "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.",
1939
1939
  "type": "string",
1940
1940
  "artifactType": "FlexChange",
1941
1941
  "controlType": "sap.m.Button"