@sap/ux-specification 1.71.119 → 1.71.121
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 +38 -25
- package/dist/documentation/runDocu-min.js.map +3 -3
- 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/index-min.js +34 -34
- package/dist/index-min.js.map +3 -3
- package/dist/schemas/v2/AnalyticalListPageConfig.json +61 -61
- package/dist/schemas/v2/ListReportConfig.json +56 -55
- package/dist/schemas/v2/ObjectPageConfig.json +55 -55
- package/dist/schemas/v2/OverviewPageConfig.json +64 -64
- package/dist/specification/package.json +4 -4
- package/dist/specification/scripts/documentation/components/filter.js +0 -1
- package/dist/specification/scripts/documentation/components/filter.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/TreeUI.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/TreeUI.js +2 -1
- package/dist/specification/scripts/documentation/components/ui/TreeUI.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/search.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/search.js +6 -3
- package/dist/specification/scripts/documentation/components/ui/search.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/toggle.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/toggle.js +6 -3
- package/dist/specification/scripts/documentation/components/ui/toggle.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/tooltip.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/tooltip.js +13 -9
- package/dist/specification/scripts/documentation/components/ui/tooltip.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/utils.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/utils.js +8 -4
- package/dist/specification/scripts/documentation/components/ui/utils.js.map +1 -1
- package/dist/specification/scripts/extractDocu.js +22 -11
- package/dist/specification/scripts/extractDocu.js.map +1 -1
- package/dist/specification/scripts/to-json-schema.js +1 -1
- package/dist/specification/scripts/to-json-schema.js.map +1 -1
- package/dist/specification/src/api.js +1 -1
- package/dist/specification/src/extensionLogger.js +2 -2
- package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/control.js +2 -2
- package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
- package/dist/specification/src/sync/common/flexUtils.js +1 -1
- package/dist/specification/src/sync/common/flexUtils.js.map +1 -1
- package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.js +11 -11
- package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/common/import/utils.js +2 -2
- package/dist/specification/src/sync/common/importProject.d.ts.map +1 -1
- package/dist/specification/src/sync/common/importProject.js +3 -3
- package/dist/specification/src/sync/common/importProject.js.map +1 -1
- package/dist/specification/src/sync/common/utils.d.ts +1 -2
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +71 -67
- package/dist/specification/src/sync/common/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/controls/ObjectPageHeaderSection.js +6 -6
- package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/export.js +7 -7
- package/dist/specification/src/sync/v2/export/export.js.map +1 -1
- package/dist/specification/src/sync/v2/export/factory.js +8 -8
- package/dist/specification/src/sync/v2/export/manifest.js +0 -1
- package/dist/specification/src/sync/v2/export/manifest.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/objectPage.js +3 -3
- package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/utils.js +0 -2
- package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/import/common/index.d.ts +3 -2
- package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/common/index.js +41 -24
- package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.js +1 -1
- 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 +7 -8
- package/dist/specification/src/sync/v2/import/pages/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/common/page.d.ts +1 -1
- package/dist/types/src/common/page.d.ts.map +1 -1
- package/dist/types/src/common/page.js.map +1 -1
- package/dist/types/src/common/types.d.ts +3 -3
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js +4 -4
- package/dist/types/src/common/types.js.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 +35 -34
- 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 +10 -8
- package/dist/types/src/v2/controls/FilterBar.d.ts.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 +12 -11
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.d.ts +42 -38
- 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/pages/ObjectPageConfigV2.d.ts +1 -1
- package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +5 -5
- package/package.json +4 -4
|
@@ -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
|
},
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"artifactType": "Manifest"
|
|
61
61
|
},
|
|
62
62
|
"multiSelect": {
|
|
63
|
-
"description": "Single selection in tables is enabled by default.
|
|
63
|
+
"description": "Single selection in tables is enabled by default. You can enable multi-select by setting this property to true.",
|
|
64
64
|
"type": "boolean",
|
|
65
65
|
"artifactType": "Manifest"
|
|
66
66
|
},
|
|
@@ -122,10 +122,10 @@
|
|
|
122
122
|
},
|
|
123
123
|
"actions": {
|
|
124
124
|
"$ref": "#/definitions/GenericActions",
|
|
125
|
-
"description": "Set properties of actions on Object Page
|
|
125
|
+
"description": "Set properties of actions on the Object Page header"
|
|
126
126
|
},
|
|
127
127
|
"showHeaderAsCarouselOnDesktop": {
|
|
128
|
-
"description": "
|
|
128
|
+
"description": "Enables the carousel header on the desktop",
|
|
129
129
|
"type": "boolean",
|
|
130
130
|
"artifactType": "Manifest",
|
|
131
131
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/17dbd5b7a61e4cdcb079062e976cd63f"
|
|
@@ -189,13 +189,13 @@
|
|
|
189
189
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
190
190
|
},
|
|
191
191
|
"icon": {
|
|
192
|
-
"description": "An icon to be displayed as a graphical element within the button
|
|
192
|
+
"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.",
|
|
193
193
|
"type": "string",
|
|
194
194
|
"artifactType": "FlexChange",
|
|
195
195
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
196
196
|
},
|
|
197
197
|
"activeIcon": {
|
|
198
|
-
"description": "An alternative icon for the active (depressed) state of the button
|
|
198
|
+
"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.",
|
|
199
199
|
"type": "string",
|
|
200
200
|
"artifactType": "FlexChange",
|
|
201
201
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
"$ref": "#/definitions/SectionPosition"
|
|
329
329
|
},
|
|
330
330
|
"title": {
|
|
331
|
-
"description": "The label of the custom section, preferably as an i18n key",
|
|
331
|
+
"description": "The label of the custom section, preferably as an i18n key.",
|
|
332
332
|
"i18nClassification": "TIT: Custom section title",
|
|
333
333
|
"type": "string"
|
|
334
334
|
},
|
|
@@ -375,24 +375,24 @@
|
|
|
375
375
|
"type": "string"
|
|
376
376
|
}
|
|
377
377
|
],
|
|
378
|
-
"description": "
|
|
378
|
+
"description": "Determines the visibility of the Header content.",
|
|
379
379
|
"artifactType": "FlexChange",
|
|
380
380
|
"controlType": "sap.uxap.ObjectPageLayout"
|
|
381
381
|
},
|
|
382
382
|
"showAnchorBar": {
|
|
383
|
-
"description": "
|
|
383
|
+
"description": "Determines whether the navigation bar (anchor bar) is displayed.",
|
|
384
384
|
"type": "boolean",
|
|
385
385
|
"artifactType": "FlexChange",
|
|
386
386
|
"controlType": "sap.uxap.ObjectPageLayout"
|
|
387
387
|
},
|
|
388
388
|
"useIconTabBar": {
|
|
389
|
-
"description": "
|
|
389
|
+
"description": "Determines whether the navigation mode is tab-based instead of based on the default anchor bar.",
|
|
390
390
|
"type": "boolean",
|
|
391
391
|
"artifactType": "FlexChange",
|
|
392
392
|
"controlType": "sap.uxap.ObjectPageLayout"
|
|
393
393
|
},
|
|
394
394
|
"alwaysShowContentHeader": {
|
|
395
|
-
"description": "
|
|
395
|
+
"description": "Determines whether header content will always be expanded on the desktop.",
|
|
396
396
|
"type": "boolean",
|
|
397
397
|
"artifactType": "FlexChange",
|
|
398
398
|
"controlType": "sap.uxap.ObjectPageLayout"
|
|
@@ -448,7 +448,7 @@
|
|
|
448
448
|
"type": "string"
|
|
449
449
|
}
|
|
450
450
|
],
|
|
451
|
-
"description": "
|
|
451
|
+
"description": "Defines if this section should be visible.",
|
|
452
452
|
"artifactType": "FlexChange",
|
|
453
453
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
454
454
|
}
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
"type": "string"
|
|
479
479
|
}
|
|
480
480
|
],
|
|
481
|
-
"description": "
|
|
481
|
+
"description": "Defines if this section should be visible.",
|
|
482
482
|
"artifactType": "FlexChange",
|
|
483
483
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
484
484
|
}
|
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
"type": "string"
|
|
526
526
|
}
|
|
527
527
|
],
|
|
528
|
-
"description": "
|
|
528
|
+
"description": "Defines if the field is visible on the screen.",
|
|
529
529
|
"artifactType": "FlexChange",
|
|
530
530
|
"controlType": "sap.ui.comp.smartform.GroupElement"
|
|
531
531
|
}
|
|
@@ -570,13 +570,13 @@
|
|
|
570
570
|
"controlType": "sap.m.Button"
|
|
571
571
|
},
|
|
572
572
|
"icon": {
|
|
573
|
-
"description": "An icon to be displayed as a graphical element within the button
|
|
573
|
+
"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.",
|
|
574
574
|
"type": "string",
|
|
575
575
|
"artifactType": "FlexChange",
|
|
576
576
|
"controlType": "sap.m.Button"
|
|
577
577
|
},
|
|
578
578
|
"activeIcon": {
|
|
579
|
-
"description": "An alternative icon for the active (depressed) state of the button
|
|
579
|
+
"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.",
|
|
580
580
|
"type": "string",
|
|
581
581
|
"artifactType": "FlexChange",
|
|
582
582
|
"controlType": "sap.m.Button"
|
|
@@ -626,7 +626,7 @@
|
|
|
626
626
|
"type": "string"
|
|
627
627
|
}
|
|
628
628
|
],
|
|
629
|
-
"description": "
|
|
629
|
+
"description": "Defines if this section should be visible.",
|
|
630
630
|
"artifactType": "FlexChange",
|
|
631
631
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
632
632
|
}
|
|
@@ -638,13 +638,13 @@
|
|
|
638
638
|
"type": "object",
|
|
639
639
|
"properties": {
|
|
640
640
|
"type": {
|
|
641
|
-
"description": "
|
|
641
|
+
"description": "Specifies the type of table.",
|
|
642
642
|
"type": "string",
|
|
643
643
|
"const": "ResponsiveTable",
|
|
644
644
|
"artifactType": "Manifest"
|
|
645
645
|
},
|
|
646
646
|
"includeItemInSelection": {
|
|
647
|
-
"description": "Set
|
|
647
|
+
"description": "Set this property to true if you want items to be selectable when clicked rather than after the selection control has been set.",
|
|
648
648
|
"type": "boolean",
|
|
649
649
|
"artifactType": "FlexChange",
|
|
650
650
|
"controlType": "sap.m.Table"
|
|
@@ -659,12 +659,12 @@
|
|
|
659
659
|
"type": "string"
|
|
660
660
|
}
|
|
661
661
|
],
|
|
662
|
-
"description": "
|
|
662
|
+
"description": "Defines the layout the table pop-in rows are rendered in.",
|
|
663
663
|
"artifactType": "FlexChange",
|
|
664
664
|
"controlType": "sap.m.Table"
|
|
665
665
|
},
|
|
666
666
|
"growingThreshold": {
|
|
667
|
-
"description": "
|
|
667
|
+
"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.",
|
|
668
668
|
"type": "number",
|
|
669
669
|
"artifactType": "FlexChange",
|
|
670
670
|
"controlType": "sap.m.Table"
|
|
@@ -677,7 +677,7 @@
|
|
|
677
677
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
|
|
678
678
|
},
|
|
679
679
|
"selectionLimit": {
|
|
680
|
-
"description": "
|
|
680
|
+
"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.",
|
|
681
681
|
"type": "number",
|
|
682
682
|
"artifactType": "Manifest"
|
|
683
683
|
},
|
|
@@ -706,7 +706,7 @@
|
|
|
706
706
|
},
|
|
707
707
|
"quickVariantSelection": {
|
|
708
708
|
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
709
|
-
"description": "With quickVariantSelection you can
|
|
709
|
+
"description": "With quickVariantSelection, you can activate the multiple view feature. This feature links to variants that you have added to your annotations.",
|
|
710
710
|
"artifactType": "Manifest"
|
|
711
711
|
},
|
|
712
712
|
"toolBar": {
|
|
@@ -754,7 +754,7 @@
|
|
|
754
754
|
"artifactType": "Manifest"
|
|
755
755
|
},
|
|
756
756
|
"variants": {
|
|
757
|
-
"description": "The variants section contains a set of entries that point to
|
|
757
|
+
"description": "The variants section contains a set of entries that point to a SelectionVariant or a SelectionPresentationVariant annotation.",
|
|
758
758
|
"type": "object",
|
|
759
759
|
"additionalProperties": false,
|
|
760
760
|
"patternProperties": {
|
|
@@ -774,7 +774,7 @@
|
|
|
774
774
|
"type": "object",
|
|
775
775
|
"properties": {
|
|
776
776
|
"key": {
|
|
777
|
-
"description": "
|
|
777
|
+
"description": "The key property is mandatory. It is used for initializing the corresponding SegmentedButton item.",
|
|
778
778
|
"type": "string"
|
|
779
779
|
},
|
|
780
780
|
"annotationPath": {
|
|
@@ -842,13 +842,13 @@
|
|
|
842
842
|
"controlType": "sap.m.Button"
|
|
843
843
|
},
|
|
844
844
|
"icon": {
|
|
845
|
-
"description": "An icon to be displayed as a graphical element within the button
|
|
845
|
+
"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.",
|
|
846
846
|
"type": "string",
|
|
847
847
|
"artifactType": "FlexChange",
|
|
848
848
|
"controlType": "sap.m.Button"
|
|
849
849
|
},
|
|
850
850
|
"activeIcon": {
|
|
851
|
-
"description": "An alternative icon for the active (depressed) state of the button
|
|
851
|
+
"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.",
|
|
852
852
|
"type": "string",
|
|
853
853
|
"artifactType": "FlexChange",
|
|
854
854
|
"controlType": "sap.m.Button"
|
|
@@ -889,7 +889,7 @@
|
|
|
889
889
|
"type": "object",
|
|
890
890
|
"properties": {
|
|
891
891
|
"width": {
|
|
892
|
-
"description": "
|
|
892
|
+
"description": "Defines the width of the column.",
|
|
893
893
|
"type": "string",
|
|
894
894
|
"artifactType": "FlexChange",
|
|
895
895
|
"controlType": "sap.m.Column"
|
|
@@ -904,7 +904,7 @@
|
|
|
904
904
|
"type": "string"
|
|
905
905
|
}
|
|
906
906
|
],
|
|
907
|
-
"description": "
|
|
907
|
+
"description": "Defines the horizontal alignment of the column content.",
|
|
908
908
|
"artifactType": "FlexChange",
|
|
909
909
|
"controlType": "sap.m.Column"
|
|
910
910
|
}
|
|
@@ -935,13 +935,13 @@
|
|
|
935
935
|
"controlType": "sap.m.Button"
|
|
936
936
|
},
|
|
937
937
|
"icon": {
|
|
938
|
-
"description": "An icon to be displayed as a graphical element within the button
|
|
938
|
+
"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.",
|
|
939
939
|
"type": "string",
|
|
940
940
|
"artifactType": "FlexChange",
|
|
941
941
|
"controlType": "sap.m.Button"
|
|
942
942
|
},
|
|
943
943
|
"activeIcon": {
|
|
944
|
-
"description": "An alternative icon for the active (depressed) state of the button
|
|
944
|
+
"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.",
|
|
945
945
|
"type": "string",
|
|
946
946
|
"artifactType": "FlexChange",
|
|
947
947
|
"controlType": "sap.m.Button"
|
|
@@ -953,7 +953,7 @@
|
|
|
953
953
|
"controlType": "sap.m.Button"
|
|
954
954
|
},
|
|
955
955
|
"width": {
|
|
956
|
-
"description": "
|
|
956
|
+
"description": "Defines the width of the column.",
|
|
957
957
|
"type": "string",
|
|
958
958
|
"artifactType": "FlexChange",
|
|
959
959
|
"controlType": "sap.m.Column"
|
|
@@ -968,7 +968,7 @@
|
|
|
968
968
|
"type": "string"
|
|
969
969
|
}
|
|
970
970
|
],
|
|
971
|
-
"description": "
|
|
971
|
+
"description": "Defines the horizontal alignment of the column content.",
|
|
972
972
|
"artifactType": "FlexChange",
|
|
973
973
|
"controlType": "sap.m.Column"
|
|
974
974
|
}
|
|
@@ -981,7 +981,7 @@
|
|
|
981
981
|
"type": "object",
|
|
982
982
|
"properties": {
|
|
983
983
|
"id": {
|
|
984
|
-
"description": "
|
|
984
|
+
"description": "If the fragment needs to be reused for multiple tabs, the id property must be set to make the IDs unique.",
|
|
985
985
|
"artifactType": "Fragment",
|
|
986
986
|
"type": "string"
|
|
987
987
|
},
|
|
@@ -992,7 +992,7 @@
|
|
|
992
992
|
"type": "string"
|
|
993
993
|
},
|
|
994
994
|
"columnKey": {
|
|
995
|
-
"description": "The column key",
|
|
995
|
+
"description": "The column key.",
|
|
996
996
|
"artifactType": "Fragment",
|
|
997
997
|
"type": "string"
|
|
998
998
|
},
|
|
@@ -1009,7 +1009,7 @@
|
|
|
1009
1009
|
"type": "string"
|
|
1010
1010
|
},
|
|
1011
1011
|
"className": {
|
|
1012
|
-
"description": "The UI5 control used for your extension",
|
|
1012
|
+
"description": "The UI5 control used for your extension.",
|
|
1013
1013
|
"artifactType": "Manifest",
|
|
1014
1014
|
"type": "string",
|
|
1015
1015
|
"const": "sap.ui.core.Fragment"
|
|
@@ -1059,7 +1059,7 @@
|
|
|
1059
1059
|
"type": "object",
|
|
1060
1060
|
"properties": {
|
|
1061
1061
|
"type": {
|
|
1062
|
-
"description": "
|
|
1062
|
+
"description": "Specifies the type of table.",
|
|
1063
1063
|
"type": "string",
|
|
1064
1064
|
"const": "AnalyticalTable",
|
|
1065
1065
|
"artifactType": "Manifest"
|
|
@@ -1077,7 +1077,7 @@
|
|
|
1077
1077
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
|
|
1078
1078
|
},
|
|
1079
1079
|
"selectionLimit": {
|
|
1080
|
-
"description": "
|
|
1080
|
+
"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.",
|
|
1081
1081
|
"type": "number",
|
|
1082
1082
|
"artifactType": "Manifest"
|
|
1083
1083
|
},
|
|
@@ -1106,7 +1106,7 @@
|
|
|
1106
1106
|
},
|
|
1107
1107
|
"quickVariantSelection": {
|
|
1108
1108
|
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
1109
|
-
"description": "With quickVariantSelection you can
|
|
1109
|
+
"description": "With quickVariantSelection, you can activate the multiple view feature. This feature links to variants that you have added to your annotations.",
|
|
1110
1110
|
"artifactType": "Manifest"
|
|
1111
1111
|
},
|
|
1112
1112
|
"toolBar": {
|
|
@@ -1137,7 +1137,7 @@
|
|
|
1137
1137
|
"type": "object",
|
|
1138
1138
|
"properties": {
|
|
1139
1139
|
"type": {
|
|
1140
|
-
"description": "
|
|
1140
|
+
"description": "Specifies the type of table.",
|
|
1141
1141
|
"type": "string",
|
|
1142
1142
|
"const": "GridTable",
|
|
1143
1143
|
"artifactType": "Manifest"
|
|
@@ -1155,7 +1155,7 @@
|
|
|
1155
1155
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
|
|
1156
1156
|
},
|
|
1157
1157
|
"selectionLimit": {
|
|
1158
|
-
"description": "
|
|
1158
|
+
"description": "When new data is loaded, the number of lines is restricted to the specified limit. The default value is 200.\nIf selectAll is true, the selection limit is not evaluated.",
|
|
1159
1159
|
"type": "number",
|
|
1160
1160
|
"artifactType": "Manifest"
|
|
1161
1161
|
},
|
|
@@ -1184,7 +1184,7 @@
|
|
|
1184
1184
|
},
|
|
1185
1185
|
"quickVariantSelection": {
|
|
1186
1186
|
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
1187
|
-
"description": "With quickVariantSelection you can
|
|
1187
|
+
"description": "With quickVariantSelection, you can activate the multiple view feature. This feature links to variants that you have added to your annotations.",
|
|
1188
1188
|
"artifactType": "Manifest"
|
|
1189
1189
|
},
|
|
1190
1190
|
"toolBar": {
|
|
@@ -1215,7 +1215,7 @@
|
|
|
1215
1215
|
"type": "object",
|
|
1216
1216
|
"properties": {
|
|
1217
1217
|
"type": {
|
|
1218
|
-
"description": "
|
|
1218
|
+
"description": "Specifies the type of table.",
|
|
1219
1219
|
"type": "string",
|
|
1220
1220
|
"const": "TreeTable",
|
|
1221
1221
|
"artifactType": "Manifest"
|
|
@@ -1233,7 +1233,7 @@
|
|
|
1233
1233
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
|
|
1234
1234
|
},
|
|
1235
1235
|
"selectionLimit": {
|
|
1236
|
-
"description": "
|
|
1236
|
+
"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.",
|
|
1237
1237
|
"type": "number",
|
|
1238
1238
|
"artifactType": "Manifest"
|
|
1239
1239
|
},
|
|
@@ -1262,7 +1262,7 @@
|
|
|
1262
1262
|
},
|
|
1263
1263
|
"quickVariantSelection": {
|
|
1264
1264
|
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
1265
|
-
"description": "With quickVariantSelection you can
|
|
1265
|
+
"description": "With quickVariantSelection, you can activate the multiple view feature. This feature links to variants that you have added to your annotations.",
|
|
1266
1266
|
"artifactType": "Manifest"
|
|
1267
1267
|
},
|
|
1268
1268
|
"toolBar": {
|
|
@@ -1309,7 +1309,7 @@
|
|
|
1309
1309
|
"type": "string"
|
|
1310
1310
|
}
|
|
1311
1311
|
],
|
|
1312
|
-
"description": "
|
|
1312
|
+
"description": "Defines if this section should be visible.",
|
|
1313
1313
|
"artifactType": "FlexChange",
|
|
1314
1314
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
1315
1315
|
}
|
|
@@ -1322,7 +1322,7 @@
|
|
|
1322
1322
|
"type": "object",
|
|
1323
1323
|
"properties": {
|
|
1324
1324
|
"variantManagement": {
|
|
1325
|
-
"description": "
|
|
1325
|
+
"description": "Enables variant management for charts in an object page.",
|
|
1326
1326
|
"type": "boolean"
|
|
1327
1327
|
}
|
|
1328
1328
|
},
|
|
@@ -1353,7 +1353,7 @@
|
|
|
1353
1353
|
"type": "string"
|
|
1354
1354
|
}
|
|
1355
1355
|
],
|
|
1356
|
-
"description": "
|
|
1356
|
+
"description": "Defines if this section should be visible.",
|
|
1357
1357
|
"artifactType": "FlexChange",
|
|
1358
1358
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
1359
1359
|
}
|
|
@@ -1385,7 +1385,7 @@
|
|
|
1385
1385
|
"type": "string"
|
|
1386
1386
|
}
|
|
1387
1387
|
],
|
|
1388
|
-
"description": "
|
|
1388
|
+
"description": "Defines if this section should be visible.",
|
|
1389
1389
|
"artifactType": "FlexChange",
|
|
1390
1390
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
1391
1391
|
}
|
|
@@ -1415,7 +1415,7 @@
|
|
|
1415
1415
|
"type": "string"
|
|
1416
1416
|
}
|
|
1417
1417
|
],
|
|
1418
|
-
"description": "
|
|
1418
|
+
"description": "Defines if this section should be visible.",
|
|
1419
1419
|
"artifactType": "FlexChange",
|
|
1420
1420
|
"controlType": "sap.uxap.ObjectPageSubSection"
|
|
1421
1421
|
}
|
|
@@ -1469,7 +1469,7 @@
|
|
|
1469
1469
|
"type": "string"
|
|
1470
1470
|
}
|
|
1471
1471
|
],
|
|
1472
|
-
"description": "
|
|
1472
|
+
"description": "Defines if this section should be visible.",
|
|
1473
1473
|
"artifactType": "FlexChange",
|
|
1474
1474
|
"controlType": "sap.uxap.ObjectPageSubSection"
|
|
1475
1475
|
}
|
|
@@ -1532,7 +1532,7 @@
|
|
|
1532
1532
|
"$ref": "#/definitions/SectionPosition"
|
|
1533
1533
|
},
|
|
1534
1534
|
"title": {
|
|
1535
|
-
"description": "The label of the custom section, preferably as an i18n key",
|
|
1535
|
+
"description": "The label of the custom section, preferably as an i18n key.",
|
|
1536
1536
|
"i18nClassification": "TIT: Custom section title",
|
|
1537
1537
|
"type": "string"
|
|
1538
1538
|
}
|
|
@@ -1579,7 +1579,7 @@
|
|
|
1579
1579
|
"$ref": "#/definitions/SectionPosition"
|
|
1580
1580
|
},
|
|
1581
1581
|
"title": {
|
|
1582
|
-
"description": "The label of the custom section, preferably as an i18n key",
|
|
1582
|
+
"description": "The label of the custom section, preferably as an i18n key.",
|
|
1583
1583
|
"i18nClassification": "TIT: Custom section title",
|
|
1584
1584
|
"type": "string"
|
|
1585
1585
|
}
|
|
@@ -1648,13 +1648,13 @@
|
|
|
1648
1648
|
"controlType": "sap.m.Button"
|
|
1649
1649
|
},
|
|
1650
1650
|
"icon": {
|
|
1651
|
-
"description": "An icon to be displayed as a graphical element within the button
|
|
1651
|
+
"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.",
|
|
1652
1652
|
"type": "string",
|
|
1653
1653
|
"artifactType": "FlexChange",
|
|
1654
1654
|
"controlType": "sap.m.Button"
|
|
1655
1655
|
},
|
|
1656
1656
|
"activeIcon": {
|
|
1657
|
-
"description": "An alternative icon for the active (depressed) state of the button
|
|
1657
|
+
"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.",
|
|
1658
1658
|
"type": "string",
|
|
1659
1659
|
"artifactType": "FlexChange",
|
|
1660
1660
|
"controlType": "sap.m.Button"
|