@sap/ux-specification 1.108.41 → 1.108.43
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.
- package/CHANGELOG.md +43 -34
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
- package/dist/documentation/v4/v4-FreestylePage.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +106 -106
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/AnalyticalListPageConfig.json +76 -76
- package/dist/schemas/v2/ApplicationV2.json +5 -5
- package/dist/schemas/v2/ListReportConfig.json +86 -85
- package/dist/schemas/v2/ObjectPageConfig.json +78 -78
- package/dist/schemas/v2/OverviewPageConfig.json +77 -77
- package/dist/schemas/v4/ApplicationV4.json +5 -6
- package/dist/schemas/v4/ListReportConfig.json +44 -44
- package/dist/schemas/v4/ObjectPageConfig.json +45 -45
- package/dist/specification/package.json +8 -8
- package/dist/specification/src/api.js +2 -2
- package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/common/appProvider.js +19 -3
- package/dist/specification/src/sync/common/appProvider.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/control.d.ts +3 -3
- package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/control.js +17 -11
- package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Fragment.js +14 -6
- package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/export.js +6 -1
- package/dist/specification/src/sync/v2/export/export.js.map +1 -1
- package/dist/specification/src/sync/v2/import/common/index.d.ts +7 -7
- package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/common/index.js +62 -69
- package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/specification/src/sync/v2/import/controls/table.d.ts +28 -2
- package/dist/specification/src/sync/v2/import/controls/table.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/controls/table.js +98 -22
- package/dist/specification/src/sync/v2/import/controls/table.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +12 -3
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +9 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.js +48 -7
- package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js +57 -19
- package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/export/manifest.js +1 -1
- package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js +2 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/app/appProvider.js +9 -3
- package/dist/specification/src/sync/v4/import/app/appProvider.js.map +1 -1
- package/dist/types/src/common/Application.d.ts +4 -8
- package/dist/types/src/common/Application.d.ts.map +1 -1
- package/dist/types/src/v2/application.d.ts +1 -1
- package/dist/types/src/v2/controls/Action.d.ts +4 -2
- package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
- package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +6 -6
- package/dist/types/src/v2/controls/Card.d.ts +36 -35
- package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Card.js.map +1 -1
- package/dist/types/src/v2/controls/Field.d.ts +1 -1
- package/dist/types/src/v2/controls/FilterBar.d.ts +18 -14
- package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
- package/dist/types/src/v2/controls/FilterBar.js.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageChart.d.ts +2 -2
- package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +2 -2
- package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +4 -4
- package/dist/types/src/v2/controls/ObjectPageSection.d.ts +2 -2
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts +19 -19
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.d.ts +52 -47
- package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.js.map +1 -1
- package/dist/types/src/v2/overviewPage.d.ts +2 -2
- package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +4 -4
- package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +5 -5
- package/dist/types/src/v4/controls/CustomAction.d.ts +3 -3
- package/dist/types/src/v4/controls/FilterBar.d.ts +5 -7
- package/dist/types/src/v4/controls/FilterBar.d.ts.map +1 -1
- package/dist/types/src/v4/controls/FilterBar.js.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageForm.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +6 -6
- package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +2 -2
- package/dist/types/src/v4/controls/ObjectPageLayout.d.ts +1 -2
- package/dist/types/src/v4/controls/ObjectPageLayout.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageSection.d.ts +2 -2
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts +4 -4
- package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +2 -2
- package/dist/types/src/v4/controls/Table.d.ts +26 -33
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ToolBar.d.ts +3 -3
- package/dist/types/src/v4/page.d.ts +1 -1
- package/dist/types/src/v4/page.d.ts.map +1 -1
- package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +1 -2
- package/dist/types/src/v4/pages/ListReportConfigV4.d.ts.map +1 -1
- package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts +3 -4
- package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +10 -8
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +1 -1
- package/package.json +8 -8
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"artifactType": "Manifest"
|
|
13
13
|
},
|
|
14
14
|
"allowDeepLinking": {
|
|
15
|
-
"description": "
|
|
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,
|
|
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.
|
|
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
|
|
84
|
+
"description": "Used to enable inline deletion in a responsive table.",
|
|
85
85
|
"type": "boolean",
|
|
86
86
|
"artifactType": "Manifest"
|
|
87
87
|
},
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"type": "object",
|
|
112
112
|
"properties": {
|
|
113
113
|
"variantManagement": {
|
|
114
|
-
"description": "
|
|
114
|
+
"description": "Enables variant management for charts in an object page.",
|
|
115
115
|
"type": "boolean",
|
|
116
116
|
"artifactType": "Manifest"
|
|
117
117
|
}
|
|
@@ -154,10 +154,10 @@
|
|
|
154
154
|
},
|
|
155
155
|
"actions": {
|
|
156
156
|
"$ref": "#/definitions/ObjectPageHeaderActions",
|
|
157
|
-
"description": "Set properties of actions on Object Page
|
|
157
|
+
"description": "Set properties of actions on the Object Page header"
|
|
158
158
|
},
|
|
159
159
|
"showHeaderAsCarouselOnDesktop": {
|
|
160
|
-
"description": "
|
|
160
|
+
"description": "Enables the carousel header on the desktop",
|
|
161
161
|
"type": "boolean",
|
|
162
162
|
"artifactType": "Manifest",
|
|
163
163
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/17dbd5b7a61e4cdcb079062e976cd63f"
|
|
@@ -221,13 +221,13 @@
|
|
|
221
221
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
222
222
|
},
|
|
223
223
|
"icon": {
|
|
224
|
-
"description": "An icon to be displayed as a graphical element within the button
|
|
224
|
+
"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.",
|
|
225
225
|
"type": "string",
|
|
226
226
|
"artifactType": "FlexChange",
|
|
227
227
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
228
228
|
},
|
|
229
229
|
"activeIcon": {
|
|
230
|
-
"description": "An alternative icon for the active (depressed) state of the button
|
|
230
|
+
"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.",
|
|
231
231
|
"type": "string",
|
|
232
232
|
"artifactType": "FlexChange",
|
|
233
233
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
@@ -366,7 +366,7 @@
|
|
|
366
366
|
"$ref": "#/definitions/SectionPosition"
|
|
367
367
|
},
|
|
368
368
|
"title": {
|
|
369
|
-
"description": "The label of the custom section, preferably as an i18n key",
|
|
369
|
+
"description": "The label of the custom section, preferably as an i18n key.",
|
|
370
370
|
"i18nClassification": "TIT: Custom section title",
|
|
371
371
|
"type": "string"
|
|
372
372
|
},
|
|
@@ -413,24 +413,24 @@
|
|
|
413
413
|
"type": "string"
|
|
414
414
|
}
|
|
415
415
|
],
|
|
416
|
-
"description": "
|
|
416
|
+
"description": "Determines the visibility of the Header content.",
|
|
417
417
|
"artifactType": "FlexChange",
|
|
418
418
|
"controlType": "sap.uxap.ObjectPageLayout"
|
|
419
419
|
},
|
|
420
420
|
"showAnchorBar": {
|
|
421
|
-
"description": "
|
|
421
|
+
"description": "Determines whether the navigation bar (anchor bar) is displayed.",
|
|
422
422
|
"type": "boolean",
|
|
423
423
|
"artifactType": "FlexChange",
|
|
424
424
|
"controlType": "sap.uxap.ObjectPageLayout"
|
|
425
425
|
},
|
|
426
426
|
"useIconTabBar": {
|
|
427
|
-
"description": "
|
|
427
|
+
"description": "Determines whether the navigation mode is tab-based instead of based on the default anchor bar.",
|
|
428
428
|
"type": "boolean",
|
|
429
429
|
"artifactType": "FlexChange",
|
|
430
430
|
"controlType": "sap.uxap.ObjectPageLayout"
|
|
431
431
|
},
|
|
432
432
|
"alwaysShowContentHeader": {
|
|
433
|
-
"description": "
|
|
433
|
+
"description": "Determines whether header content will always be expanded on the desktop.",
|
|
434
434
|
"type": "boolean",
|
|
435
435
|
"artifactType": "FlexChange",
|
|
436
436
|
"controlType": "sap.uxap.ObjectPageLayout"
|
|
@@ -486,7 +486,7 @@
|
|
|
486
486
|
"type": "string"
|
|
487
487
|
}
|
|
488
488
|
],
|
|
489
|
-
"description": "
|
|
489
|
+
"description": "Defines if this section should be visible.",
|
|
490
490
|
"artifactType": "FlexChange",
|
|
491
491
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
492
492
|
}
|
|
@@ -516,7 +516,7 @@
|
|
|
516
516
|
"type": "string"
|
|
517
517
|
}
|
|
518
518
|
],
|
|
519
|
-
"description": "
|
|
519
|
+
"description": "Defines if this section should be visible.",
|
|
520
520
|
"artifactType": "FlexChange",
|
|
521
521
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
522
522
|
}
|
|
@@ -563,7 +563,7 @@
|
|
|
563
563
|
"type": "string"
|
|
564
564
|
}
|
|
565
565
|
],
|
|
566
|
-
"description": "
|
|
566
|
+
"description": "Defines if the field is visible on the screen.",
|
|
567
567
|
"artifactType": "FlexChange",
|
|
568
568
|
"controlType": "sap.ui.comp.smartform.GroupElement"
|
|
569
569
|
}
|
|
@@ -608,13 +608,13 @@
|
|
|
608
608
|
"controlType": "sap.m.Button"
|
|
609
609
|
},
|
|
610
610
|
"icon": {
|
|
611
|
-
"description": "An icon to be displayed as a graphical element within the button
|
|
611
|
+
"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.",
|
|
612
612
|
"type": "string",
|
|
613
613
|
"artifactType": "FlexChange",
|
|
614
614
|
"controlType": "sap.m.Button"
|
|
615
615
|
},
|
|
616
616
|
"activeIcon": {
|
|
617
|
-
"description": "An alternative icon for the active (depressed) state of the button
|
|
617
|
+
"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.",
|
|
618
618
|
"type": "string",
|
|
619
619
|
"artifactType": "FlexChange",
|
|
620
620
|
"controlType": "sap.m.Button"
|
|
@@ -667,7 +667,7 @@
|
|
|
667
667
|
"type": "string"
|
|
668
668
|
}
|
|
669
669
|
],
|
|
670
|
-
"description": "
|
|
670
|
+
"description": "Defines if this section should be visible.",
|
|
671
671
|
"artifactType": "FlexChange",
|
|
672
672
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
673
673
|
}
|
|
@@ -681,18 +681,18 @@
|
|
|
681
681
|
"type": "object",
|
|
682
682
|
"properties": {
|
|
683
683
|
"multiSelect": {
|
|
684
|
-
"description": "
|
|
684
|
+
"description": "Determines whether multi-select is enabled for tables. By default, you can only single-select.",
|
|
685
685
|
"type": "boolean",
|
|
686
686
|
"artifactType": "Manifest"
|
|
687
687
|
},
|
|
688
688
|
"type": {
|
|
689
|
-
"description": "
|
|
689
|
+
"description": "Specifies the type of table.",
|
|
690
690
|
"type": "string",
|
|
691
691
|
"const": "ResponsiveTable",
|
|
692
692
|
"artifactType": "Manifest"
|
|
693
693
|
},
|
|
694
694
|
"includeItemInSelection": {
|
|
695
|
-
"description": "Set
|
|
695
|
+
"description": "Set this property to true if you want items to be selectable when clicked rather than after the selection control has been set.",
|
|
696
696
|
"type": "boolean",
|
|
697
697
|
"artifactType": "FlexChange",
|
|
698
698
|
"controlType": "sap.m.Table"
|
|
@@ -707,12 +707,12 @@
|
|
|
707
707
|
"type": "string"
|
|
708
708
|
}
|
|
709
709
|
],
|
|
710
|
-
"description": "
|
|
710
|
+
"description": "Defines the layout the table pop-in rows are rendered in.",
|
|
711
711
|
"artifactType": "FlexChange",
|
|
712
712
|
"controlType": "sap.m.Table"
|
|
713
713
|
},
|
|
714
714
|
"growingThreshold": {
|
|
715
|
-
"description": "
|
|
715
|
+
"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.",
|
|
716
716
|
"type": "number",
|
|
717
717
|
"artifactType": "FlexChange",
|
|
718
718
|
"controlType": "sap.m.Table"
|
|
@@ -724,7 +724,7 @@
|
|
|
724
724
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
|
|
725
725
|
},
|
|
726
726
|
"selectionLimit": {
|
|
727
|
-
"description": "
|
|
727
|
+
"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.",
|
|
728
728
|
"type": "number",
|
|
729
729
|
"artifactType": "Manifest"
|
|
730
730
|
},
|
|
@@ -752,7 +752,7 @@
|
|
|
752
752
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
753
753
|
},
|
|
754
754
|
"showPasteButton": {
|
|
755
|
-
"description": "
|
|
755
|
+
"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.",
|
|
756
756
|
"type": "boolean",
|
|
757
757
|
"artifactType": "FlexChange",
|
|
758
758
|
"controlType": "sap.ui.comp.smarttable.SmartTable",
|
|
@@ -760,12 +760,12 @@
|
|
|
760
760
|
},
|
|
761
761
|
"createWithParameterDialog": {
|
|
762
762
|
"$ref": "#/definitions/Fields4DialogOP",
|
|
763
|
-
"description": "You can enable the creation of objects that have a maximum of
|
|
763
|
+
"description": "You can enable the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
|
|
764
764
|
"artifactType": "Manifest"
|
|
765
765
|
},
|
|
766
766
|
"quickVariantSelection": {
|
|
767
767
|
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
768
|
-
"description": "With quickVariantSelection you can
|
|
768
|
+
"description": "With quickVariantSelection, you can activate the multiple view feature. This feature links to variants that you have added to your annotations.",
|
|
769
769
|
"artifactType": "Manifest"
|
|
770
770
|
},
|
|
771
771
|
"toolBar": {
|
|
@@ -839,7 +839,7 @@
|
|
|
839
839
|
"artifactType": "Manifest"
|
|
840
840
|
},
|
|
841
841
|
"variants": {
|
|
842
|
-
"description": "The variants section contains a set of entries that point to
|
|
842
|
+
"description": "The variants section contains a set of entries that point to a SelectionVariant or a SelectionPresentationVariant annotation.",
|
|
843
843
|
"type": "object",
|
|
844
844
|
"additionalProperties": false,
|
|
845
845
|
"patternProperties": {
|
|
@@ -859,7 +859,7 @@
|
|
|
859
859
|
"type": "object",
|
|
860
860
|
"properties": {
|
|
861
861
|
"key": {
|
|
862
|
-
"description": "
|
|
862
|
+
"description": "The key property is mandatory. It is used for initializing the corresponding SegmentedButton item.",
|
|
863
863
|
"type": "string"
|
|
864
864
|
},
|
|
865
865
|
"annotationPath": {
|
|
@@ -927,13 +927,13 @@
|
|
|
927
927
|
"controlType": "sap.m.Button"
|
|
928
928
|
},
|
|
929
929
|
"icon": {
|
|
930
|
-
"description": "An icon to be displayed as a graphical element within the button
|
|
930
|
+
"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.",
|
|
931
931
|
"type": "string",
|
|
932
932
|
"artifactType": "FlexChange",
|
|
933
933
|
"controlType": "sap.m.Button"
|
|
934
934
|
},
|
|
935
935
|
"activeIcon": {
|
|
936
|
-
"description": "An alternative icon for the active (depressed) state of the button
|
|
936
|
+
"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.",
|
|
937
937
|
"type": "string",
|
|
938
938
|
"artifactType": "FlexChange",
|
|
939
939
|
"controlType": "sap.m.Button"
|
|
@@ -974,7 +974,7 @@
|
|
|
974
974
|
"type": "object",
|
|
975
975
|
"properties": {
|
|
976
976
|
"width": {
|
|
977
|
-
"description": "
|
|
977
|
+
"description": "Defines the width of the column.",
|
|
978
978
|
"type": "string",
|
|
979
979
|
"artifactType": "FlexChange",
|
|
980
980
|
"controlType": "sap.m.Column"
|
|
@@ -989,7 +989,7 @@
|
|
|
989
989
|
"type": "string"
|
|
990
990
|
}
|
|
991
991
|
],
|
|
992
|
-
"description": "
|
|
992
|
+
"description": "Defines the horizontal alignment of the column content.",
|
|
993
993
|
"artifactType": "FlexChange",
|
|
994
994
|
"controlType": "sap.m.Column"
|
|
995
995
|
}
|
|
@@ -1021,13 +1021,13 @@
|
|
|
1021
1021
|
"controlType": "sap.m.Button"
|
|
1022
1022
|
},
|
|
1023
1023
|
"icon": {
|
|
1024
|
-
"description": "An icon to be displayed as a graphical element within the button
|
|
1024
|
+
"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.",
|
|
1025
1025
|
"type": "string",
|
|
1026
1026
|
"artifactType": "FlexChange",
|
|
1027
1027
|
"controlType": "sap.m.Button"
|
|
1028
1028
|
},
|
|
1029
1029
|
"activeIcon": {
|
|
1030
|
-
"description": "An alternative icon for the active (depressed) state of the button
|
|
1030
|
+
"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.",
|
|
1031
1031
|
"type": "string",
|
|
1032
1032
|
"artifactType": "FlexChange",
|
|
1033
1033
|
"controlType": "sap.m.Button"
|
|
@@ -1039,7 +1039,7 @@
|
|
|
1039
1039
|
"controlType": "sap.m.Button"
|
|
1040
1040
|
},
|
|
1041
1041
|
"width": {
|
|
1042
|
-
"description": "
|
|
1042
|
+
"description": "Defines the width of the column.",
|
|
1043
1043
|
"type": "string",
|
|
1044
1044
|
"artifactType": "FlexChange",
|
|
1045
1045
|
"controlType": "sap.m.Column"
|
|
@@ -1054,7 +1054,7 @@
|
|
|
1054
1054
|
"type": "string"
|
|
1055
1055
|
}
|
|
1056
1056
|
],
|
|
1057
|
-
"description": "
|
|
1057
|
+
"description": "Defines the horizontal alignment of the column content.",
|
|
1058
1058
|
"artifactType": "FlexChange",
|
|
1059
1059
|
"controlType": "sap.m.Column"
|
|
1060
1060
|
}
|
|
@@ -1067,7 +1067,7 @@
|
|
|
1067
1067
|
"type": "object",
|
|
1068
1068
|
"properties": {
|
|
1069
1069
|
"id": {
|
|
1070
|
-
"description": "
|
|
1070
|
+
"description": "If the fragment needs to be reused for multiple tabs, the id property must be set to make the IDs unique.",
|
|
1071
1071
|
"artifactType": "XMLProperty",
|
|
1072
1072
|
"type": "string"
|
|
1073
1073
|
},
|
|
@@ -1078,7 +1078,7 @@
|
|
|
1078
1078
|
"type": "string"
|
|
1079
1079
|
},
|
|
1080
1080
|
"columnKey": {
|
|
1081
|
-
"description": "The column key",
|
|
1081
|
+
"description": "The column key.",
|
|
1082
1082
|
"artifactType": "XMLProperty",
|
|
1083
1083
|
"type": "string"
|
|
1084
1084
|
},
|
|
@@ -1095,7 +1095,7 @@
|
|
|
1095
1095
|
"type": "string"
|
|
1096
1096
|
},
|
|
1097
1097
|
"className": {
|
|
1098
|
-
"description": "The UI5 control used for your extension",
|
|
1098
|
+
"description": "The UI5 control used for your extension.",
|
|
1099
1099
|
"artifactType": "Manifest",
|
|
1100
1100
|
"type": "string",
|
|
1101
1101
|
"const": "sap.ui.core.Fragment"
|
|
@@ -1145,18 +1145,18 @@
|
|
|
1145
1145
|
"type": "object",
|
|
1146
1146
|
"properties": {
|
|
1147
1147
|
"inlineDelete": {
|
|
1148
|
-
"description": "Used to enable inline deletion in a responsive table
|
|
1148
|
+
"description": "Used to enable inline deletion in a responsive table in list report and object pages.",
|
|
1149
1149
|
"type": "boolean",
|
|
1150
1150
|
"artifactType": "Manifest"
|
|
1151
1151
|
},
|
|
1152
1152
|
"type": {
|
|
1153
|
-
"description": "
|
|
1153
|
+
"description": "Specifies the type of table.",
|
|
1154
1154
|
"type": "string",
|
|
1155
1155
|
"const": "ResponsiveTable",
|
|
1156
1156
|
"artifactType": "Manifest"
|
|
1157
1157
|
},
|
|
1158
1158
|
"includeItemInSelection": {
|
|
1159
|
-
"description": "Set
|
|
1159
|
+
"description": "Set this property to true if you want items to be selectable when clicked rather than after the selection control has been set.",
|
|
1160
1160
|
"type": "boolean",
|
|
1161
1161
|
"artifactType": "FlexChange",
|
|
1162
1162
|
"controlType": "sap.m.Table"
|
|
@@ -1171,12 +1171,12 @@
|
|
|
1171
1171
|
"type": "string"
|
|
1172
1172
|
}
|
|
1173
1173
|
],
|
|
1174
|
-
"description": "
|
|
1174
|
+
"description": "Defines the layout the table pop-in rows are rendered in.",
|
|
1175
1175
|
"artifactType": "FlexChange",
|
|
1176
1176
|
"controlType": "sap.m.Table"
|
|
1177
1177
|
},
|
|
1178
1178
|
"growingThreshold": {
|
|
1179
|
-
"description": "
|
|
1179
|
+
"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.",
|
|
1180
1180
|
"type": "number",
|
|
1181
1181
|
"artifactType": "FlexChange",
|
|
1182
1182
|
"controlType": "sap.m.Table"
|
|
@@ -1188,7 +1188,7 @@
|
|
|
1188
1188
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
|
|
1189
1189
|
},
|
|
1190
1190
|
"selectionLimit": {
|
|
1191
|
-
"description": "
|
|
1191
|
+
"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.",
|
|
1192
1192
|
"type": "number",
|
|
1193
1193
|
"artifactType": "Manifest"
|
|
1194
1194
|
},
|
|
@@ -1216,7 +1216,7 @@
|
|
|
1216
1216
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1217
1217
|
},
|
|
1218
1218
|
"showPasteButton": {
|
|
1219
|
-
"description": "
|
|
1219
|
+
"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.",
|
|
1220
1220
|
"type": "boolean",
|
|
1221
1221
|
"artifactType": "FlexChange",
|
|
1222
1222
|
"controlType": "sap.ui.comp.smarttable.SmartTable",
|
|
@@ -1224,12 +1224,12 @@
|
|
|
1224
1224
|
},
|
|
1225
1225
|
"createWithParameterDialog": {
|
|
1226
1226
|
"$ref": "#/definitions/Fields4DialogOP",
|
|
1227
|
-
"description": "You can enable the creation of objects that have a maximum of
|
|
1227
|
+
"description": "You can enable the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
|
|
1228
1228
|
"artifactType": "Manifest"
|
|
1229
1229
|
},
|
|
1230
1230
|
"quickVariantSelection": {
|
|
1231
1231
|
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
1232
|
-
"description": "With quickVariantSelection you can
|
|
1232
|
+
"description": "With quickVariantSelection, you can activate the multiple view feature. This feature links to variants that you have added to your annotations.",
|
|
1233
1233
|
"artifactType": "Manifest"
|
|
1234
1234
|
},
|
|
1235
1235
|
"toolBar": {
|
|
@@ -1260,7 +1260,7 @@
|
|
|
1260
1260
|
"type": "object",
|
|
1261
1261
|
"properties": {
|
|
1262
1262
|
"type": {
|
|
1263
|
-
"description": "
|
|
1263
|
+
"description": "Specifies the type of table.",
|
|
1264
1264
|
"type": "string",
|
|
1265
1265
|
"const": "AnalyticalTable",
|
|
1266
1266
|
"artifactType": "Manifest"
|
|
@@ -1282,7 +1282,7 @@
|
|
|
1282
1282
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
|
|
1283
1283
|
},
|
|
1284
1284
|
"selectionLimit": {
|
|
1285
|
-
"description": "
|
|
1285
|
+
"description": "When new data is loaded, the number of lines is restricted to the specified limit. The default value is 200.\nIf selectAll is true, the selection limit is not evaluated.",
|
|
1286
1286
|
"type": "number",
|
|
1287
1287
|
"artifactType": "Manifest"
|
|
1288
1288
|
},
|
|
@@ -1310,7 +1310,7 @@
|
|
|
1310
1310
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1311
1311
|
},
|
|
1312
1312
|
"showPasteButton": {
|
|
1313
|
-
"description": "
|
|
1313
|
+
"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.",
|
|
1314
1314
|
"type": "boolean",
|
|
1315
1315
|
"artifactType": "FlexChange",
|
|
1316
1316
|
"controlType": "sap.ui.comp.smarttable.SmartTable",
|
|
@@ -1318,12 +1318,12 @@
|
|
|
1318
1318
|
},
|
|
1319
1319
|
"createWithParameterDialog": {
|
|
1320
1320
|
"$ref": "#/definitions/Fields4DialogOP",
|
|
1321
|
-
"description": "You can enable the creation of objects that have a maximum of
|
|
1321
|
+
"description": "You can enable the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
|
|
1322
1322
|
"artifactType": "Manifest"
|
|
1323
1323
|
},
|
|
1324
1324
|
"quickVariantSelection": {
|
|
1325
1325
|
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
1326
|
-
"description": "With quickVariantSelection you can
|
|
1326
|
+
"description": "With quickVariantSelection, you can activate the multiple view feature. This feature links to variants that you have added to your annotations.",
|
|
1327
1327
|
"artifactType": "Manifest"
|
|
1328
1328
|
},
|
|
1329
1329
|
"toolBar": {
|
|
@@ -1354,7 +1354,7 @@
|
|
|
1354
1354
|
"type": "object",
|
|
1355
1355
|
"properties": {
|
|
1356
1356
|
"type": {
|
|
1357
|
-
"description": "
|
|
1357
|
+
"description": "Specifies the type of table.",
|
|
1358
1358
|
"type": "string",
|
|
1359
1359
|
"const": "GridTable",
|
|
1360
1360
|
"artifactType": "Manifest"
|
|
@@ -1376,7 +1376,7 @@
|
|
|
1376
1376
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
|
|
1377
1377
|
},
|
|
1378
1378
|
"selectionLimit": {
|
|
1379
|
-
"description": "
|
|
1379
|
+
"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.",
|
|
1380
1380
|
"type": "number",
|
|
1381
1381
|
"artifactType": "Manifest"
|
|
1382
1382
|
},
|
|
@@ -1404,7 +1404,7 @@
|
|
|
1404
1404
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1405
1405
|
},
|
|
1406
1406
|
"showPasteButton": {
|
|
1407
|
-
"description": "
|
|
1407
|
+
"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.",
|
|
1408
1408
|
"type": "boolean",
|
|
1409
1409
|
"artifactType": "FlexChange",
|
|
1410
1410
|
"controlType": "sap.ui.comp.smarttable.SmartTable",
|
|
@@ -1412,12 +1412,12 @@
|
|
|
1412
1412
|
},
|
|
1413
1413
|
"createWithParameterDialog": {
|
|
1414
1414
|
"$ref": "#/definitions/Fields4DialogOP",
|
|
1415
|
-
"description": "You can enable the creation of objects that have a maximum of
|
|
1415
|
+
"description": "You can enable the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
|
|
1416
1416
|
"artifactType": "Manifest"
|
|
1417
1417
|
},
|
|
1418
1418
|
"quickVariantSelection": {
|
|
1419
1419
|
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
1420
|
-
"description": "With quickVariantSelection you can
|
|
1420
|
+
"description": "With quickVariantSelection, you can activate the multiple view feature. This feature links to variants that you have added to your annotations.",
|
|
1421
1421
|
"artifactType": "Manifest"
|
|
1422
1422
|
},
|
|
1423
1423
|
"toolBar": {
|
|
@@ -1448,7 +1448,7 @@
|
|
|
1448
1448
|
"type": "object",
|
|
1449
1449
|
"properties": {
|
|
1450
1450
|
"type": {
|
|
1451
|
-
"description": "
|
|
1451
|
+
"description": "Specifies the type of table.",
|
|
1452
1452
|
"type": "string",
|
|
1453
1453
|
"const": "TreeTable",
|
|
1454
1454
|
"artifactType": "Manifest"
|
|
@@ -1470,7 +1470,7 @@
|
|
|
1470
1470
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
|
|
1471
1471
|
},
|
|
1472
1472
|
"selectionLimit": {
|
|
1473
|
-
"description": "
|
|
1473
|
+
"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.",
|
|
1474
1474
|
"type": "number",
|
|
1475
1475
|
"artifactType": "Manifest"
|
|
1476
1476
|
},
|
|
@@ -1498,7 +1498,7 @@
|
|
|
1498
1498
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1499
1499
|
},
|
|
1500
1500
|
"showPasteButton": {
|
|
1501
|
-
"description": "
|
|
1501
|
+
"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.",
|
|
1502
1502
|
"type": "boolean",
|
|
1503
1503
|
"artifactType": "FlexChange",
|
|
1504
1504
|
"controlType": "sap.ui.comp.smarttable.SmartTable",
|
|
@@ -1506,12 +1506,12 @@
|
|
|
1506
1506
|
},
|
|
1507
1507
|
"createWithParameterDialog": {
|
|
1508
1508
|
"$ref": "#/definitions/Fields4DialogOP",
|
|
1509
|
-
"description": "You can enable the creation of objects that have a maximum of
|
|
1509
|
+
"description": "You can enable the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
|
|
1510
1510
|
"artifactType": "Manifest"
|
|
1511
1511
|
},
|
|
1512
1512
|
"quickVariantSelection": {
|
|
1513
1513
|
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
1514
|
-
"description": "With quickVariantSelection you can
|
|
1514
|
+
"description": "With quickVariantSelection, you can activate the multiple view feature. This feature links to variants that you have added to your annotations.",
|
|
1515
1515
|
"artifactType": "Manifest"
|
|
1516
1516
|
},
|
|
1517
1517
|
"toolBar": {
|
|
@@ -1558,7 +1558,7 @@
|
|
|
1558
1558
|
"type": "string"
|
|
1559
1559
|
}
|
|
1560
1560
|
],
|
|
1561
|
-
"description": "
|
|
1561
|
+
"description": "Defines if this section should be visible.",
|
|
1562
1562
|
"artifactType": "FlexChange",
|
|
1563
1563
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
1564
1564
|
}
|
|
@@ -1571,7 +1571,7 @@
|
|
|
1571
1571
|
"type": "object",
|
|
1572
1572
|
"properties": {
|
|
1573
1573
|
"variantManagement": {
|
|
1574
|
-
"description": "
|
|
1574
|
+
"description": "Enables variant management for charts in an object page.",
|
|
1575
1575
|
"type": "boolean",
|
|
1576
1576
|
"artifactType": "Manifest"
|
|
1577
1577
|
}
|
|
@@ -1603,7 +1603,7 @@
|
|
|
1603
1603
|
"type": "string"
|
|
1604
1604
|
}
|
|
1605
1605
|
],
|
|
1606
|
-
"description": "
|
|
1606
|
+
"description": "Defines if this section should be visible.",
|
|
1607
1607
|
"artifactType": "FlexChange",
|
|
1608
1608
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
1609
1609
|
}
|
|
@@ -1635,7 +1635,7 @@
|
|
|
1635
1635
|
"type": "string"
|
|
1636
1636
|
}
|
|
1637
1637
|
],
|
|
1638
|
-
"description": "
|
|
1638
|
+
"description": "Defines if this section should be visible.",
|
|
1639
1639
|
"artifactType": "FlexChange",
|
|
1640
1640
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
1641
1641
|
}
|
|
@@ -1665,7 +1665,7 @@
|
|
|
1665
1665
|
"type": "string"
|
|
1666
1666
|
}
|
|
1667
1667
|
],
|
|
1668
|
-
"description": "
|
|
1668
|
+
"description": "Defines if this section should be visible.",
|
|
1669
1669
|
"artifactType": "FlexChange",
|
|
1670
1670
|
"controlType": "sap.uxap.ObjectPageSubSection"
|
|
1671
1671
|
}
|
|
@@ -1719,7 +1719,7 @@
|
|
|
1719
1719
|
"type": "string"
|
|
1720
1720
|
}
|
|
1721
1721
|
],
|
|
1722
|
-
"description": "
|
|
1722
|
+
"description": "Defines if this section should be visible.",
|
|
1723
1723
|
"artifactType": "FlexChange",
|
|
1724
1724
|
"controlType": "sap.uxap.ObjectPageSubSection"
|
|
1725
1725
|
}
|
|
@@ -1782,7 +1782,7 @@
|
|
|
1782
1782
|
"$ref": "#/definitions/SectionPosition"
|
|
1783
1783
|
},
|
|
1784
1784
|
"title": {
|
|
1785
|
-
"description": "The label of the custom section, preferably as an i18n key",
|
|
1785
|
+
"description": "The label of the custom section, preferably as an i18n key.",
|
|
1786
1786
|
"i18nClassification": "TIT: Custom section title",
|
|
1787
1787
|
"type": "string"
|
|
1788
1788
|
}
|
|
@@ -1828,7 +1828,7 @@
|
|
|
1828
1828
|
"$ref": "#/definitions/SectionPosition"
|
|
1829
1829
|
},
|
|
1830
1830
|
"title": {
|
|
1831
|
-
"description": "The label of the custom section, preferably as an i18n key",
|
|
1831
|
+
"description": "The label of the custom section, preferably as an i18n key.",
|
|
1832
1832
|
"i18nClassification": "TIT: Custom section title",
|
|
1833
1833
|
"type": "string"
|
|
1834
1834
|
}
|
|
@@ -1897,13 +1897,13 @@
|
|
|
1897
1897
|
"controlType": "sap.m.Button"
|
|
1898
1898
|
},
|
|
1899
1899
|
"icon": {
|
|
1900
|
-
"description": "An icon to be displayed as a graphical element within the button
|
|
1900
|
+
"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.",
|
|
1901
1901
|
"type": "string",
|
|
1902
1902
|
"artifactType": "FlexChange",
|
|
1903
1903
|
"controlType": "sap.m.Button"
|
|
1904
1904
|
},
|
|
1905
1905
|
"activeIcon": {
|
|
1906
|
-
"description": "An alternative icon for the active (depressed) state of the button
|
|
1906
|
+
"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.",
|
|
1907
1907
|
"type": "string",
|
|
1908
1908
|
"artifactType": "FlexChange",
|
|
1909
1909
|
"controlType": "sap.m.Button"
|