@sap/ux-specification 1.84.100 → 1.84.102
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 +54 -32
- 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-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +38 -38
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/AnalyticalListPageConfig.json +76 -76
- package/dist/schemas/v2/ApplicationV2.json +3 -3
- package/dist/schemas/v2/ListReportConfig.json +82 -81
- package/dist/schemas/v2/ObjectPageConfig.json +73 -73
- package/dist/schemas/v2/OverviewPageConfig.json +77 -77
- package/dist/schemas/v4/ApplicationV4.json +4 -4
- package/dist/schemas/v4/ListReportConfig.json +31 -31
- package/dist/schemas/v4/ObjectPageConfig.json +13 -13
- package/dist/specification/package.json +7 -7
- package/dist/specification/src/api.js +1 -1
- package/dist/specification/src/sync/common/decoration/control.d.ts +9 -3
- package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/control.js +25 -12
- package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.js +1 -1
- package/dist/specification/src/sync/common/generate/utils.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/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/types/src/common/Application.d.ts +4 -8
- package/dist/types/src/common/Application.d.ts.map +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 +17 -13
- 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 +16 -15
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.d.ts +50 -45
- 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/ObjectPageHeader.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +1 -1
- 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 +2 -2
- package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +1 -1
- package/dist/types/src/v4/controls/Table.d.ts +23 -29
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ToolBar.d.ts +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 +7 -7
|
@@ -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/GenericActions",
|
|
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"
|
|
@@ -365,7 +365,7 @@
|
|
|
365
365
|
"$ref": "#/definitions/SectionPosition"
|
|
366
366
|
},
|
|
367
367
|
"title": {
|
|
368
|
-
"description": "The label of the custom section, preferably as an i18n key",
|
|
368
|
+
"description": "The label of the custom section, preferably as an i18n key.",
|
|
369
369
|
"i18nClassification": "TIT: Custom section title",
|
|
370
370
|
"type": "string"
|
|
371
371
|
},
|
|
@@ -412,24 +412,24 @@
|
|
|
412
412
|
"type": "string"
|
|
413
413
|
}
|
|
414
414
|
],
|
|
415
|
-
"description": "
|
|
415
|
+
"description": "Determines the visibility of the Header content.",
|
|
416
416
|
"artifactType": "FlexChange",
|
|
417
417
|
"controlType": "sap.uxap.ObjectPageLayout"
|
|
418
418
|
},
|
|
419
419
|
"showAnchorBar": {
|
|
420
|
-
"description": "
|
|
420
|
+
"description": "Determines whether the navigation bar (anchor bar) is displayed.",
|
|
421
421
|
"type": "boolean",
|
|
422
422
|
"artifactType": "FlexChange",
|
|
423
423
|
"controlType": "sap.uxap.ObjectPageLayout"
|
|
424
424
|
},
|
|
425
425
|
"useIconTabBar": {
|
|
426
|
-
"description": "
|
|
426
|
+
"description": "Determines whether the navigation mode is tab-based instead of based on the default anchor bar.",
|
|
427
427
|
"type": "boolean",
|
|
428
428
|
"artifactType": "FlexChange",
|
|
429
429
|
"controlType": "sap.uxap.ObjectPageLayout"
|
|
430
430
|
},
|
|
431
431
|
"alwaysShowContentHeader": {
|
|
432
|
-
"description": "
|
|
432
|
+
"description": "Determines whether header content will always be expanded on the desktop.",
|
|
433
433
|
"type": "boolean",
|
|
434
434
|
"artifactType": "FlexChange",
|
|
435
435
|
"controlType": "sap.uxap.ObjectPageLayout"
|
|
@@ -485,7 +485,7 @@
|
|
|
485
485
|
"type": "string"
|
|
486
486
|
}
|
|
487
487
|
],
|
|
488
|
-
"description": "
|
|
488
|
+
"description": "Defines if this section should be visible.",
|
|
489
489
|
"artifactType": "FlexChange",
|
|
490
490
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
491
491
|
}
|
|
@@ -515,7 +515,7 @@
|
|
|
515
515
|
"type": "string"
|
|
516
516
|
}
|
|
517
517
|
],
|
|
518
|
-
"description": "
|
|
518
|
+
"description": "Defines if this section should be visible.",
|
|
519
519
|
"artifactType": "FlexChange",
|
|
520
520
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
521
521
|
}
|
|
@@ -562,7 +562,7 @@
|
|
|
562
562
|
"type": "string"
|
|
563
563
|
}
|
|
564
564
|
],
|
|
565
|
-
"description": "
|
|
565
|
+
"description": "Defines if the field is visible on the screen.",
|
|
566
566
|
"artifactType": "FlexChange",
|
|
567
567
|
"controlType": "sap.ui.comp.smartform.GroupElement"
|
|
568
568
|
}
|
|
@@ -607,13 +607,13 @@
|
|
|
607
607
|
"controlType": "sap.m.Button"
|
|
608
608
|
},
|
|
609
609
|
"icon": {
|
|
610
|
-
"description": "An icon to be displayed as a graphical element within the button
|
|
610
|
+
"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.",
|
|
611
611
|
"type": "string",
|
|
612
612
|
"artifactType": "FlexChange",
|
|
613
613
|
"controlType": "sap.m.Button"
|
|
614
614
|
},
|
|
615
615
|
"activeIcon": {
|
|
616
|
-
"description": "An alternative icon for the active (depressed) state of the button
|
|
616
|
+
"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.",
|
|
617
617
|
"type": "string",
|
|
618
618
|
"artifactType": "FlexChange",
|
|
619
619
|
"controlType": "sap.m.Button"
|
|
@@ -666,7 +666,7 @@
|
|
|
666
666
|
"type": "string"
|
|
667
667
|
}
|
|
668
668
|
],
|
|
669
|
-
"description": "
|
|
669
|
+
"description": "Defines if this section should be visible.",
|
|
670
670
|
"artifactType": "FlexChange",
|
|
671
671
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
672
672
|
}
|
|
@@ -680,18 +680,18 @@
|
|
|
680
680
|
"type": "object",
|
|
681
681
|
"properties": {
|
|
682
682
|
"multiSelect": {
|
|
683
|
-
"description": "
|
|
683
|
+
"description": "Determines whether multi-select is enabled for tables. By default, you can only single-select.",
|
|
684
684
|
"type": "boolean",
|
|
685
685
|
"artifactType": "Manifest"
|
|
686
686
|
},
|
|
687
687
|
"type": {
|
|
688
|
-
"description": "
|
|
688
|
+
"description": "Specifies the type of table.",
|
|
689
689
|
"type": "string",
|
|
690
690
|
"const": "ResponsiveTable",
|
|
691
691
|
"artifactType": "Manifest"
|
|
692
692
|
},
|
|
693
693
|
"includeItemInSelection": {
|
|
694
|
-
"description": "Set
|
|
694
|
+
"description": "Set this property to true if you want items to be selectable when clicked rather than after the selection control has been set.",
|
|
695
695
|
"type": "boolean",
|
|
696
696
|
"artifactType": "FlexChange",
|
|
697
697
|
"controlType": "sap.m.Table"
|
|
@@ -706,12 +706,12 @@
|
|
|
706
706
|
"type": "string"
|
|
707
707
|
}
|
|
708
708
|
],
|
|
709
|
-
"description": "
|
|
709
|
+
"description": "Defines the layout the table pop-in rows are rendered in.",
|
|
710
710
|
"artifactType": "FlexChange",
|
|
711
711
|
"controlType": "sap.m.Table"
|
|
712
712
|
},
|
|
713
713
|
"growingThreshold": {
|
|
714
|
-
"description": "
|
|
714
|
+
"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.",
|
|
715
715
|
"type": "number",
|
|
716
716
|
"artifactType": "FlexChange",
|
|
717
717
|
"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
|
},
|
|
@@ -753,12 +753,12 @@
|
|
|
753
753
|
},
|
|
754
754
|
"createWithParameterDialog": {
|
|
755
755
|
"$ref": "#/definitions/Fields4DialogOP",
|
|
756
|
-
"description": "You can enable the creation of objects that have a maximum of
|
|
756
|
+
"description": "You can enable the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
|
|
757
757
|
"artifactType": "Manifest"
|
|
758
758
|
},
|
|
759
759
|
"quickVariantSelection": {
|
|
760
760
|
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
761
|
-
"description": "With quickVariantSelection you can
|
|
761
|
+
"description": "With quickVariantSelection, you can activate the multiple view feature. This feature links to variants that you have added to your annotations.",
|
|
762
762
|
"artifactType": "Manifest"
|
|
763
763
|
},
|
|
764
764
|
"toolBar": {
|
|
@@ -822,7 +822,7 @@
|
|
|
822
822
|
"artifactType": "Manifest"
|
|
823
823
|
},
|
|
824
824
|
"variants": {
|
|
825
|
-
"description": "The variants section contains a set of entries that point to
|
|
825
|
+
"description": "The variants section contains a set of entries that point to a SelectionVariant or a SelectionPresentationVariant annotation.",
|
|
826
826
|
"type": "object",
|
|
827
827
|
"additionalProperties": false,
|
|
828
828
|
"patternProperties": {
|
|
@@ -842,7 +842,7 @@
|
|
|
842
842
|
"type": "object",
|
|
843
843
|
"properties": {
|
|
844
844
|
"key": {
|
|
845
|
-
"description": "
|
|
845
|
+
"description": "The key property is mandatory. It is used for initializing the corresponding SegmentedButton item.",
|
|
846
846
|
"type": "string"
|
|
847
847
|
},
|
|
848
848
|
"annotationPath": {
|
|
@@ -910,13 +910,13 @@
|
|
|
910
910
|
"controlType": "sap.m.Button"
|
|
911
911
|
},
|
|
912
912
|
"icon": {
|
|
913
|
-
"description": "An icon to be displayed as a graphical element within the button
|
|
913
|
+
"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.",
|
|
914
914
|
"type": "string",
|
|
915
915
|
"artifactType": "FlexChange",
|
|
916
916
|
"controlType": "sap.m.Button"
|
|
917
917
|
},
|
|
918
918
|
"activeIcon": {
|
|
919
|
-
"description": "An alternative icon for the active (depressed) state of the button
|
|
919
|
+
"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.",
|
|
920
920
|
"type": "string",
|
|
921
921
|
"artifactType": "FlexChange",
|
|
922
922
|
"controlType": "sap.m.Button"
|
|
@@ -957,7 +957,7 @@
|
|
|
957
957
|
"type": "object",
|
|
958
958
|
"properties": {
|
|
959
959
|
"width": {
|
|
960
|
-
"description": "
|
|
960
|
+
"description": "Defines the width of the column.",
|
|
961
961
|
"type": "string",
|
|
962
962
|
"artifactType": "FlexChange",
|
|
963
963
|
"controlType": "sap.m.Column"
|
|
@@ -972,7 +972,7 @@
|
|
|
972
972
|
"type": "string"
|
|
973
973
|
}
|
|
974
974
|
],
|
|
975
|
-
"description": "
|
|
975
|
+
"description": "Defines the horizontal alignment of the column content.",
|
|
976
976
|
"artifactType": "FlexChange",
|
|
977
977
|
"controlType": "sap.m.Column"
|
|
978
978
|
}
|
|
@@ -1003,13 +1003,13 @@
|
|
|
1003
1003
|
"controlType": "sap.m.Button"
|
|
1004
1004
|
},
|
|
1005
1005
|
"icon": {
|
|
1006
|
-
"description": "An icon to be displayed as a graphical element within the button
|
|
1006
|
+
"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.",
|
|
1007
1007
|
"type": "string",
|
|
1008
1008
|
"artifactType": "FlexChange",
|
|
1009
1009
|
"controlType": "sap.m.Button"
|
|
1010
1010
|
},
|
|
1011
1011
|
"activeIcon": {
|
|
1012
|
-
"description": "An alternative icon for the active (depressed) state of the button
|
|
1012
|
+
"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.",
|
|
1013
1013
|
"type": "string",
|
|
1014
1014
|
"artifactType": "FlexChange",
|
|
1015
1015
|
"controlType": "sap.m.Button"
|
|
@@ -1021,7 +1021,7 @@
|
|
|
1021
1021
|
"controlType": "sap.m.Button"
|
|
1022
1022
|
},
|
|
1023
1023
|
"width": {
|
|
1024
|
-
"description": "
|
|
1024
|
+
"description": "Defines the width of the column.",
|
|
1025
1025
|
"type": "string",
|
|
1026
1026
|
"artifactType": "FlexChange",
|
|
1027
1027
|
"controlType": "sap.m.Column"
|
|
@@ -1036,7 +1036,7 @@
|
|
|
1036
1036
|
"type": "string"
|
|
1037
1037
|
}
|
|
1038
1038
|
],
|
|
1039
|
-
"description": "
|
|
1039
|
+
"description": "Defines the horizontal alignment of the column content.",
|
|
1040
1040
|
"artifactType": "FlexChange",
|
|
1041
1041
|
"controlType": "sap.m.Column"
|
|
1042
1042
|
}
|
|
@@ -1049,7 +1049,7 @@
|
|
|
1049
1049
|
"type": "object",
|
|
1050
1050
|
"properties": {
|
|
1051
1051
|
"id": {
|
|
1052
|
-
"description": "
|
|
1052
|
+
"description": "If the fragment needs to be reused for multiple tabs, the id property must be set to make the IDs unique.",
|
|
1053
1053
|
"artifactType": "Fragment",
|
|
1054
1054
|
"type": "string"
|
|
1055
1055
|
},
|
|
@@ -1060,7 +1060,7 @@
|
|
|
1060
1060
|
"type": "string"
|
|
1061
1061
|
},
|
|
1062
1062
|
"columnKey": {
|
|
1063
|
-
"description": "The column key",
|
|
1063
|
+
"description": "The column key.",
|
|
1064
1064
|
"artifactType": "Fragment",
|
|
1065
1065
|
"type": "string"
|
|
1066
1066
|
},
|
|
@@ -1077,7 +1077,7 @@
|
|
|
1077
1077
|
"type": "string"
|
|
1078
1078
|
},
|
|
1079
1079
|
"className": {
|
|
1080
|
-
"description": "The UI5 control used for your extension",
|
|
1080
|
+
"description": "The UI5 control used for your extension.",
|
|
1081
1081
|
"artifactType": "Manifest",
|
|
1082
1082
|
"type": "string",
|
|
1083
1083
|
"const": "sap.ui.core.Fragment"
|
|
@@ -1127,18 +1127,18 @@
|
|
|
1127
1127
|
"type": "object",
|
|
1128
1128
|
"properties": {
|
|
1129
1129
|
"inlineDelete": {
|
|
1130
|
-
"description": "Used to enable inline deletion in a responsive table
|
|
1130
|
+
"description": "Used to enable inline deletion in a responsive table in list report and object pages.",
|
|
1131
1131
|
"type": "boolean",
|
|
1132
1132
|
"artifactType": "Manifest"
|
|
1133
1133
|
},
|
|
1134
1134
|
"type": {
|
|
1135
|
-
"description": "
|
|
1135
|
+
"description": "Specifies the type of table.",
|
|
1136
1136
|
"type": "string",
|
|
1137
1137
|
"const": "ResponsiveTable",
|
|
1138
1138
|
"artifactType": "Manifest"
|
|
1139
1139
|
},
|
|
1140
1140
|
"includeItemInSelection": {
|
|
1141
|
-
"description": "Set
|
|
1141
|
+
"description": "Set this property to true if you want items to be selectable when clicked rather than after the selection control has been set.",
|
|
1142
1142
|
"type": "boolean",
|
|
1143
1143
|
"artifactType": "FlexChange",
|
|
1144
1144
|
"controlType": "sap.m.Table"
|
|
@@ -1153,12 +1153,12 @@
|
|
|
1153
1153
|
"type": "string"
|
|
1154
1154
|
}
|
|
1155
1155
|
],
|
|
1156
|
-
"description": "
|
|
1156
|
+
"description": "Defines the layout the table pop-in rows are rendered in.",
|
|
1157
1157
|
"artifactType": "FlexChange",
|
|
1158
1158
|
"controlType": "sap.m.Table"
|
|
1159
1159
|
},
|
|
1160
1160
|
"growingThreshold": {
|
|
1161
|
-
"description": "
|
|
1161
|
+
"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.",
|
|
1162
1162
|
"type": "number",
|
|
1163
1163
|
"artifactType": "FlexChange",
|
|
1164
1164
|
"controlType": "sap.m.Table"
|
|
@@ -1171,7 +1171,7 @@
|
|
|
1171
1171
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
|
|
1172
1172
|
},
|
|
1173
1173
|
"selectionLimit": {
|
|
1174
|
-
"description": "
|
|
1174
|
+
"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.",
|
|
1175
1175
|
"type": "number",
|
|
1176
1176
|
"artifactType": "Manifest"
|
|
1177
1177
|
},
|
|
@@ -1200,12 +1200,12 @@
|
|
|
1200
1200
|
},
|
|
1201
1201
|
"createWithParameterDialog": {
|
|
1202
1202
|
"$ref": "#/definitions/Fields4DialogOP",
|
|
1203
|
-
"description": "You can enable the creation of objects that have a maximum of
|
|
1203
|
+
"description": "You can enable the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
|
|
1204
1204
|
"artifactType": "Manifest"
|
|
1205
1205
|
},
|
|
1206
1206
|
"quickVariantSelection": {
|
|
1207
1207
|
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
1208
|
-
"description": "With quickVariantSelection you can
|
|
1208
|
+
"description": "With quickVariantSelection, you can activate the multiple view feature. This feature links to variants that you have added to your annotations.",
|
|
1209
1209
|
"artifactType": "Manifest"
|
|
1210
1210
|
},
|
|
1211
1211
|
"toolBar": {
|
|
@@ -1236,7 +1236,7 @@
|
|
|
1236
1236
|
"type": "object",
|
|
1237
1237
|
"properties": {
|
|
1238
1238
|
"type": {
|
|
1239
|
-
"description": "
|
|
1239
|
+
"description": "Specifies the type of table.",
|
|
1240
1240
|
"type": "string",
|
|
1241
1241
|
"const": "AnalyticalTable",
|
|
1242
1242
|
"artifactType": "Manifest"
|
|
@@ -1259,7 +1259,7 @@
|
|
|
1259
1259
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
|
|
1260
1260
|
},
|
|
1261
1261
|
"selectionLimit": {
|
|
1262
|
-
"description": "
|
|
1262
|
+
"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.",
|
|
1263
1263
|
"type": "number",
|
|
1264
1264
|
"artifactType": "Manifest"
|
|
1265
1265
|
},
|
|
@@ -1288,12 +1288,12 @@
|
|
|
1288
1288
|
},
|
|
1289
1289
|
"createWithParameterDialog": {
|
|
1290
1290
|
"$ref": "#/definitions/Fields4DialogOP",
|
|
1291
|
-
"description": "You can enable the creation of objects that have a maximum of
|
|
1291
|
+
"description": "You can enable the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
|
|
1292
1292
|
"artifactType": "Manifest"
|
|
1293
1293
|
},
|
|
1294
1294
|
"quickVariantSelection": {
|
|
1295
1295
|
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
1296
|
-
"description": "With quickVariantSelection you can
|
|
1296
|
+
"description": "With quickVariantSelection, you can activate the multiple view feature. This feature links to variants that you have added to your annotations.",
|
|
1297
1297
|
"artifactType": "Manifest"
|
|
1298
1298
|
},
|
|
1299
1299
|
"toolBar": {
|
|
@@ -1324,7 +1324,7 @@
|
|
|
1324
1324
|
"type": "object",
|
|
1325
1325
|
"properties": {
|
|
1326
1326
|
"type": {
|
|
1327
|
-
"description": "
|
|
1327
|
+
"description": "Specifies the type of table.",
|
|
1328
1328
|
"type": "string",
|
|
1329
1329
|
"const": "GridTable",
|
|
1330
1330
|
"artifactType": "Manifest"
|
|
@@ -1347,7 +1347,7 @@
|
|
|
1347
1347
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
|
|
1348
1348
|
},
|
|
1349
1349
|
"selectionLimit": {
|
|
1350
|
-
"description": "
|
|
1350
|
+
"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.",
|
|
1351
1351
|
"type": "number",
|
|
1352
1352
|
"artifactType": "Manifest"
|
|
1353
1353
|
},
|
|
@@ -1376,12 +1376,12 @@
|
|
|
1376
1376
|
},
|
|
1377
1377
|
"createWithParameterDialog": {
|
|
1378
1378
|
"$ref": "#/definitions/Fields4DialogOP",
|
|
1379
|
-
"description": "You can enable the creation of objects that have a maximum of
|
|
1379
|
+
"description": "You can enable the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
|
|
1380
1380
|
"artifactType": "Manifest"
|
|
1381
1381
|
},
|
|
1382
1382
|
"quickVariantSelection": {
|
|
1383
1383
|
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
1384
|
-
"description": "With quickVariantSelection you can
|
|
1384
|
+
"description": "With quickVariantSelection, you can activate the multiple view feature. This feature links to variants that you have added to your annotations.",
|
|
1385
1385
|
"artifactType": "Manifest"
|
|
1386
1386
|
},
|
|
1387
1387
|
"toolBar": {
|
|
@@ -1412,7 +1412,7 @@
|
|
|
1412
1412
|
"type": "object",
|
|
1413
1413
|
"properties": {
|
|
1414
1414
|
"type": {
|
|
1415
|
-
"description": "
|
|
1415
|
+
"description": "Specifies the type of table.",
|
|
1416
1416
|
"type": "string",
|
|
1417
1417
|
"const": "TreeTable",
|
|
1418
1418
|
"artifactType": "Manifest"
|
|
@@ -1435,7 +1435,7 @@
|
|
|
1435
1435
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
|
|
1436
1436
|
},
|
|
1437
1437
|
"selectionLimit": {
|
|
1438
|
-
"description": "
|
|
1438
|
+
"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.",
|
|
1439
1439
|
"type": "number",
|
|
1440
1440
|
"artifactType": "Manifest"
|
|
1441
1441
|
},
|
|
@@ -1464,12 +1464,12 @@
|
|
|
1464
1464
|
},
|
|
1465
1465
|
"createWithParameterDialog": {
|
|
1466
1466
|
"$ref": "#/definitions/Fields4DialogOP",
|
|
1467
|
-
"description": "You can enable the creation of objects that have a maximum of
|
|
1467
|
+
"description": "You can enable the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
|
|
1468
1468
|
"artifactType": "Manifest"
|
|
1469
1469
|
},
|
|
1470
1470
|
"quickVariantSelection": {
|
|
1471
1471
|
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
1472
|
-
"description": "With quickVariantSelection you can
|
|
1472
|
+
"description": "With quickVariantSelection, you can activate the multiple view feature. This feature links to variants that you have added to your annotations.",
|
|
1473
1473
|
"artifactType": "Manifest"
|
|
1474
1474
|
},
|
|
1475
1475
|
"toolBar": {
|
|
@@ -1516,7 +1516,7 @@
|
|
|
1516
1516
|
"type": "string"
|
|
1517
1517
|
}
|
|
1518
1518
|
],
|
|
1519
|
-
"description": "
|
|
1519
|
+
"description": "Defines if this section should be visible.",
|
|
1520
1520
|
"artifactType": "FlexChange",
|
|
1521
1521
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
1522
1522
|
}
|
|
@@ -1529,7 +1529,7 @@
|
|
|
1529
1529
|
"type": "object",
|
|
1530
1530
|
"properties": {
|
|
1531
1531
|
"variantManagement": {
|
|
1532
|
-
"description": "
|
|
1532
|
+
"description": "Enables variant management for charts in an object page.",
|
|
1533
1533
|
"type": "boolean",
|
|
1534
1534
|
"artifactType": "Manifest"
|
|
1535
1535
|
}
|
|
@@ -1561,7 +1561,7 @@
|
|
|
1561
1561
|
"type": "string"
|
|
1562
1562
|
}
|
|
1563
1563
|
],
|
|
1564
|
-
"description": "
|
|
1564
|
+
"description": "Defines if this section should be visible.",
|
|
1565
1565
|
"artifactType": "FlexChange",
|
|
1566
1566
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
1567
1567
|
}
|
|
@@ -1593,7 +1593,7 @@
|
|
|
1593
1593
|
"type": "string"
|
|
1594
1594
|
}
|
|
1595
1595
|
],
|
|
1596
|
-
"description": "
|
|
1596
|
+
"description": "Defines if this section should be visible.",
|
|
1597
1597
|
"artifactType": "FlexChange",
|
|
1598
1598
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
1599
1599
|
}
|
|
@@ -1623,7 +1623,7 @@
|
|
|
1623
1623
|
"type": "string"
|
|
1624
1624
|
}
|
|
1625
1625
|
],
|
|
1626
|
-
"description": "
|
|
1626
|
+
"description": "Defines if this section should be visible.",
|
|
1627
1627
|
"artifactType": "FlexChange",
|
|
1628
1628
|
"controlType": "sap.uxap.ObjectPageSubSection"
|
|
1629
1629
|
}
|
|
@@ -1677,7 +1677,7 @@
|
|
|
1677
1677
|
"type": "string"
|
|
1678
1678
|
}
|
|
1679
1679
|
],
|
|
1680
|
-
"description": "
|
|
1680
|
+
"description": "Defines if this section should be visible.",
|
|
1681
1681
|
"artifactType": "FlexChange",
|
|
1682
1682
|
"controlType": "sap.uxap.ObjectPageSubSection"
|
|
1683
1683
|
}
|
|
@@ -1740,7 +1740,7 @@
|
|
|
1740
1740
|
"$ref": "#/definitions/SectionPosition"
|
|
1741
1741
|
},
|
|
1742
1742
|
"title": {
|
|
1743
|
-
"description": "The label of the custom section, preferably as an i18n key",
|
|
1743
|
+
"description": "The label of the custom section, preferably as an i18n key.",
|
|
1744
1744
|
"i18nClassification": "TIT: Custom section title",
|
|
1745
1745
|
"type": "string"
|
|
1746
1746
|
}
|
|
@@ -1787,7 +1787,7 @@
|
|
|
1787
1787
|
"$ref": "#/definitions/SectionPosition"
|
|
1788
1788
|
},
|
|
1789
1789
|
"title": {
|
|
1790
|
-
"description": "The label of the custom section, preferably as an i18n key",
|
|
1790
|
+
"description": "The label of the custom section, preferably as an i18n key.",
|
|
1791
1791
|
"i18nClassification": "TIT: Custom section title",
|
|
1792
1792
|
"type": "string"
|
|
1793
1793
|
}
|
|
@@ -1856,13 +1856,13 @@
|
|
|
1856
1856
|
"controlType": "sap.m.Button"
|
|
1857
1857
|
},
|
|
1858
1858
|
"icon": {
|
|
1859
|
-
"description": "An icon to be displayed as a graphical element within the button
|
|
1859
|
+
"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.",
|
|
1860
1860
|
"type": "string",
|
|
1861
1861
|
"artifactType": "FlexChange",
|
|
1862
1862
|
"controlType": "sap.m.Button"
|
|
1863
1863
|
},
|
|
1864
1864
|
"activeIcon": {
|
|
1865
|
-
"description": "An alternative icon for the active (depressed) state of the button
|
|
1865
|
+
"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.",
|
|
1866
1866
|
"type": "string",
|
|
1867
1867
|
"artifactType": "FlexChange",
|
|
1868
1868
|
"controlType": "sap.m.Button"
|