@sap/ux-specification 1.124.4 → 1.124.5
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 +23 -28
- 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 +101 -101
- package/dist/index-min.js.map +3 -3
- 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 +83 -83
- package/dist/schemas/v2/OverviewPageConfig.json +84 -84
- package/dist/schemas/v4/ApplicationV4.json +4 -4
- package/dist/schemas/v4/BuildingBlocksConfig.json +138 -8
- package/dist/schemas/v4/ListReportConfig.json +50 -50
- package/dist/schemas/v4/ObjectPageConfig.json +47 -47
- package/dist/specification/package.json +4 -4
- package/dist/specification/src/api.js +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 +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 +38 -23
- 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 +1 -1
- 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/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 +37 -36
- 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 +20 -20
- 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 +28 -35
- 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/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 +4 -4
|
@@ -95,39 +95,39 @@
|
|
|
95
95
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/7f844f1021cd4791b8f7408eac7c1cec"
|
|
96
96
|
},
|
|
97
97
|
"growingThreshold": {
|
|
98
|
-
"description": "
|
|
98
|
+
"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.",
|
|
99
99
|
"type": "number",
|
|
100
100
|
"artifactType": "FlexChange",
|
|
101
101
|
"controlType": "sap.m.Table"
|
|
102
102
|
},
|
|
103
103
|
"qualifier": {
|
|
104
|
-
"description": "Represents the
|
|
104
|
+
"description": "Represents the qualifier of an annotation. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.",
|
|
105
105
|
"type": "string",
|
|
106
106
|
"artifactType": "Manifest"
|
|
107
107
|
},
|
|
108
108
|
"defaultContentView": {
|
|
109
109
|
"$ref": "#/definitions/DefaultContentView",
|
|
110
|
-
"description": "Determines the visualization of content area",
|
|
110
|
+
"description": "Determines the visualization of content area.",
|
|
111
111
|
"artifactType": "Manifest"
|
|
112
112
|
},
|
|
113
113
|
"defaultFilterMode": {
|
|
114
114
|
"$ref": "#/definitions/DefaultFilterMode",
|
|
115
|
-
"description": "Determines the filter mode that is used",
|
|
115
|
+
"description": "Determines the filter mode that is used.",
|
|
116
116
|
"artifactType": "Manifest"
|
|
117
117
|
},
|
|
118
118
|
"contentTitle": {
|
|
119
|
-
"description": "Lets you define title for the content area",
|
|
119
|
+
"description": "Lets you define a title for the content area.",
|
|
120
120
|
"i18nClassification": "TIT: Title for the content area",
|
|
121
121
|
"type": "string",
|
|
122
122
|
"artifactType": "Manifest"
|
|
123
123
|
},
|
|
124
124
|
"autoHide": {
|
|
125
|
-
"description": "This
|
|
125
|
+
"description": "This property determines chart/table interaction.\nWhen set to true, the chart acts as a filter for the table. When set to false', the matching table rows are highlighted but the table isn't filtered.",
|
|
126
126
|
"type": "boolean",
|
|
127
127
|
"artifactType": "Manifest"
|
|
128
128
|
},
|
|
129
129
|
"allFiltersAsInParameters": {
|
|
130
|
-
"description": "
|
|
130
|
+
"description": "Determines if filter fields will be set as in parameter.",
|
|
131
131
|
"type": "boolean",
|
|
132
132
|
"artifactType": "Manifest"
|
|
133
133
|
},
|
|
@@ -138,16 +138,16 @@
|
|
|
138
138
|
},
|
|
139
139
|
"createWithParameterDialog": {
|
|
140
140
|
"$ref": "#/definitions/Fields4Dialog",
|
|
141
|
-
"description": "
|
|
141
|
+
"description": "Enables the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
|
|
142
142
|
"artifactType": "Manifest"
|
|
143
143
|
},
|
|
144
144
|
"selectAll": {
|
|
145
|
-
"description": "The
|
|
145
|
+
"description": "The Select All button is disabled by default. To enable it, set this property to true.",
|
|
146
146
|
"type": "boolean",
|
|
147
147
|
"artifactType": "Manifest"
|
|
148
148
|
},
|
|
149
149
|
"selectionLimit": {
|
|
150
|
-
"description": "
|
|
150
|
+
"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.",
|
|
151
151
|
"type": "number",
|
|
152
152
|
"artifactType": "Manifest"
|
|
153
153
|
},
|
|
@@ -176,16 +176,16 @@
|
|
|
176
176
|
},
|
|
177
177
|
"quickVariantSelection": {
|
|
178
178
|
"$ref": "#/definitions/QuickVariantSelection",
|
|
179
|
-
"description": "With quickVariantSelection you can switch
|
|
179
|
+
"description": "With quickVariantSelection, you can switch to multiple views (single table mode).\nEach view links to a variant you have added to your annotations.",
|
|
180
180
|
"artifactType": "Manifest"
|
|
181
181
|
},
|
|
182
182
|
"quickVariantSelectionX": {
|
|
183
183
|
"$ref": "#/definitions/QuickVariantSelectionX",
|
|
184
|
-
"description": "
|
|
184
|
+
"description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
|
|
185
185
|
"artifactType": "Manifest"
|
|
186
186
|
},
|
|
187
187
|
"condensedTableLayout": {
|
|
188
|
-
"description": "
|
|
188
|
+
"description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
|
|
189
189
|
"type": "boolean",
|
|
190
190
|
"artifactType": "Manifest"
|
|
191
191
|
},
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
"artifactType": "Manifest"
|
|
261
261
|
},
|
|
262
262
|
"variants": {
|
|
263
|
-
"description": "The variants section contains a set of entries that point to
|
|
263
|
+
"description": "The variants section contains a set of entries that point to a SelectionVariant or SelectionPresentationVariant annotation.",
|
|
264
264
|
"type": "object",
|
|
265
265
|
"additionalProperties": {
|
|
266
266
|
"$ref": "#/definitions/QuickVariant"
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
"type": "object",
|
|
278
278
|
"properties": {
|
|
279
279
|
"key": {
|
|
280
|
-
"description": "
|
|
280
|
+
"description": "The key property is mandatory. It is used for initializing the corresponding SegmentedButton item.",
|
|
281
281
|
"type": "string"
|
|
282
282
|
},
|
|
283
283
|
"annotationPath": {
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"artifactType": "Manifest"
|
|
301
301
|
},
|
|
302
302
|
"variants": {
|
|
303
|
-
"description": "The variants section contains a set of entries that point to
|
|
303
|
+
"description": "The variants section contains a set of entries that point to a SelectionVariant or SelectionPresentationVariant annotation.",
|
|
304
304
|
"type": "object",
|
|
305
305
|
"additionalProperties": {
|
|
306
306
|
"$ref": "#/definitions/QuickVariantX"
|
|
@@ -322,7 +322,7 @@
|
|
|
322
322
|
"type": "object",
|
|
323
323
|
"properties": {
|
|
324
324
|
"entitySet": {
|
|
325
|
-
"description": "Represents the entity set that
|
|
325
|
+
"description": "Represents the entity set that is displayed in this variant.",
|
|
326
326
|
"type": "string"
|
|
327
327
|
},
|
|
328
328
|
"multiSelect": {
|
|
@@ -334,7 +334,7 @@
|
|
|
334
334
|
"type": "boolean"
|
|
335
335
|
},
|
|
336
336
|
"selectionLimit": {
|
|
337
|
-
"description": "
|
|
337
|
+
"description": "When new data is loaded from the back-end system, the number of lines is restricted to the specified limit. The default value is 200.\nIf selectAll is true, the selection limit is not evaluated.",
|
|
338
338
|
"type": "number"
|
|
339
339
|
},
|
|
340
340
|
"type": {
|
|
@@ -350,7 +350,7 @@
|
|
|
350
350
|
"type": "boolean"
|
|
351
351
|
},
|
|
352
352
|
"key": {
|
|
353
|
-
"description": "
|
|
353
|
+
"description": "The key property is mandatory. It is used for initializing the corresponding SegmentedButton item.",
|
|
354
354
|
"type": "string"
|
|
355
355
|
},
|
|
356
356
|
"annotationPath": {
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
"properties": {
|
|
380
380
|
"loadDataOnAppLaunch": {
|
|
381
381
|
"$ref": "#/definitions/LoadDataOnAppLaunchSettings",
|
|
382
|
-
"description": "
|
|
382
|
+
"description": "Changes the default behavior for autoloading data.\nFor multi-view scenarios, you can change the enableAutobinding property to False under quickVariantSelectionX instead.",
|
|
383
383
|
"artifactType": "Manifest"
|
|
384
384
|
}
|
|
385
385
|
},
|
|
@@ -431,13 +431,13 @@
|
|
|
431
431
|
"controlType": "sap.m.Button"
|
|
432
432
|
},
|
|
433
433
|
"icon": {
|
|
434
|
-
"description": "An icon to be displayed as a graphical element within the button
|
|
434
|
+
"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.",
|
|
435
435
|
"type": "string",
|
|
436
436
|
"artifactType": "FlexChange",
|
|
437
437
|
"controlType": "sap.m.Button"
|
|
438
438
|
},
|
|
439
439
|
"activeIcon": {
|
|
440
|
-
"description": "An alternative icon for the active (depressed) state of the button
|
|
440
|
+
"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.",
|
|
441
441
|
"type": "string",
|
|
442
442
|
"artifactType": "FlexChange",
|
|
443
443
|
"controlType": "sap.m.Button"
|
|
@@ -498,7 +498,7 @@
|
|
|
498
498
|
"type": "object",
|
|
499
499
|
"properties": {
|
|
500
500
|
"width": {
|
|
501
|
-
"description": "
|
|
501
|
+
"description": "Defines the width of the column.",
|
|
502
502
|
"type": "string",
|
|
503
503
|
"artifactType": "FlexChange",
|
|
504
504
|
"controlType": "sap.m.Column"
|
|
@@ -513,7 +513,7 @@
|
|
|
513
513
|
"type": "string"
|
|
514
514
|
}
|
|
515
515
|
],
|
|
516
|
-
"description": "
|
|
516
|
+
"description": "Defines the horizontal alignment of the column content.",
|
|
517
517
|
"artifactType": "FlexChange",
|
|
518
518
|
"controlType": "sap.m.Column"
|
|
519
519
|
}
|
|
@@ -545,13 +545,13 @@
|
|
|
545
545
|
"controlType": "sap.m.Button"
|
|
546
546
|
},
|
|
547
547
|
"icon": {
|
|
548
|
-
"description": "An icon to be displayed as a graphical element within the button
|
|
548
|
+
"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.",
|
|
549
549
|
"type": "string",
|
|
550
550
|
"artifactType": "FlexChange",
|
|
551
551
|
"controlType": "sap.m.Button"
|
|
552
552
|
},
|
|
553
553
|
"activeIcon": {
|
|
554
|
-
"description": "An alternative icon for the active (depressed) state of the button
|
|
554
|
+
"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.",
|
|
555
555
|
"type": "string",
|
|
556
556
|
"artifactType": "FlexChange",
|
|
557
557
|
"controlType": "sap.m.Button"
|
|
@@ -563,7 +563,7 @@
|
|
|
563
563
|
"controlType": "sap.m.Button"
|
|
564
564
|
},
|
|
565
565
|
"width": {
|
|
566
|
-
"description": "
|
|
566
|
+
"description": "Defines the width of the column.",
|
|
567
567
|
"type": "string",
|
|
568
568
|
"artifactType": "FlexChange",
|
|
569
569
|
"controlType": "sap.m.Column"
|
|
@@ -578,7 +578,7 @@
|
|
|
578
578
|
"type": "string"
|
|
579
579
|
}
|
|
580
580
|
],
|
|
581
|
-
"description": "
|
|
581
|
+
"description": "Defines the horizontal alignment of the column content.",
|
|
582
582
|
"artifactType": "FlexChange",
|
|
583
583
|
"controlType": "sap.m.Column"
|
|
584
584
|
}
|
|
@@ -591,7 +591,7 @@
|
|
|
591
591
|
"type": "object",
|
|
592
592
|
"properties": {
|
|
593
593
|
"id": {
|
|
594
|
-
"description": "
|
|
594
|
+
"description": "If the fragment needs to be reused for multiple tabs, the id property must be set to make the IDs unique.",
|
|
595
595
|
"artifactType": "XMLProperty",
|
|
596
596
|
"type": "string"
|
|
597
597
|
},
|
|
@@ -602,7 +602,7 @@
|
|
|
602
602
|
"type": "string"
|
|
603
603
|
},
|
|
604
604
|
"columnKey": {
|
|
605
|
-
"description": "The column key",
|
|
605
|
+
"description": "The column key.",
|
|
606
606
|
"artifactType": "XMLProperty",
|
|
607
607
|
"type": "string"
|
|
608
608
|
},
|
|
@@ -619,7 +619,7 @@
|
|
|
619
619
|
"type": "string"
|
|
620
620
|
},
|
|
621
621
|
"className": {
|
|
622
|
-
"description": "The UI5 control used for your extension",
|
|
622
|
+
"description": "The UI5 control used for your extension.",
|
|
623
623
|
"artifactType": "Manifest",
|
|
624
624
|
"type": "string",
|
|
625
625
|
"const": "sap.ui.core.Fragment"
|
|
@@ -669,40 +669,40 @@
|
|
|
669
669
|
"type": "object",
|
|
670
670
|
"properties": {
|
|
671
671
|
"type": {
|
|
672
|
-
"description": "Specifies the type of table",
|
|
672
|
+
"description": "Specifies the type of table.",
|
|
673
673
|
"type": "string",
|
|
674
674
|
"const": "GridTable",
|
|
675
675
|
"artifactType": "Manifest",
|
|
676
676
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/7f844f1021cd4791b8f7408eac7c1cec"
|
|
677
677
|
},
|
|
678
678
|
"qualifier": {
|
|
679
|
-
"description": "Represents the
|
|
679
|
+
"description": "Represents the qualifier of an annotation. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.",
|
|
680
680
|
"type": "string",
|
|
681
681
|
"artifactType": "Manifest"
|
|
682
682
|
},
|
|
683
683
|
"defaultContentView": {
|
|
684
684
|
"$ref": "#/definitions/DefaultContentView",
|
|
685
|
-
"description": "Determines the visualization of content area",
|
|
685
|
+
"description": "Determines the visualization of content area.",
|
|
686
686
|
"artifactType": "Manifest"
|
|
687
687
|
},
|
|
688
688
|
"defaultFilterMode": {
|
|
689
689
|
"$ref": "#/definitions/DefaultFilterMode",
|
|
690
|
-
"description": "Determines the filter mode that is used",
|
|
690
|
+
"description": "Determines the filter mode that is used.",
|
|
691
691
|
"artifactType": "Manifest"
|
|
692
692
|
},
|
|
693
693
|
"contentTitle": {
|
|
694
|
-
"description": "Lets you define title for the content area",
|
|
694
|
+
"description": "Lets you define a title for the content area.",
|
|
695
695
|
"i18nClassification": "TIT: Title for the content area",
|
|
696
696
|
"type": "string",
|
|
697
697
|
"artifactType": "Manifest"
|
|
698
698
|
},
|
|
699
699
|
"autoHide": {
|
|
700
|
-
"description": "This
|
|
700
|
+
"description": "This property determines chart/table interaction.\nWhen set to true, the chart acts as a filter for the table. When set to false', the matching table rows are highlighted but the table isn't filtered.",
|
|
701
701
|
"type": "boolean",
|
|
702
702
|
"artifactType": "Manifest"
|
|
703
703
|
},
|
|
704
704
|
"allFiltersAsInParameters": {
|
|
705
|
-
"description": "
|
|
705
|
+
"description": "Determines if filter fields will be set as in parameter.",
|
|
706
706
|
"type": "boolean",
|
|
707
707
|
"artifactType": "Manifest"
|
|
708
708
|
},
|
|
@@ -713,16 +713,16 @@
|
|
|
713
713
|
},
|
|
714
714
|
"createWithParameterDialog": {
|
|
715
715
|
"$ref": "#/definitions/Fields4Dialog",
|
|
716
|
-
"description": "
|
|
716
|
+
"description": "Enables the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
|
|
717
717
|
"artifactType": "Manifest"
|
|
718
718
|
},
|
|
719
719
|
"selectAll": {
|
|
720
|
-
"description": "The
|
|
720
|
+
"description": "The Select All button is disabled by default. To enable it, set this property to true.",
|
|
721
721
|
"type": "boolean",
|
|
722
722
|
"artifactType": "Manifest"
|
|
723
723
|
},
|
|
724
724
|
"selectionLimit": {
|
|
725
|
-
"description": "
|
|
725
|
+
"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.",
|
|
726
726
|
"type": "number",
|
|
727
727
|
"artifactType": "Manifest"
|
|
728
728
|
},
|
|
@@ -751,16 +751,16 @@
|
|
|
751
751
|
},
|
|
752
752
|
"quickVariantSelection": {
|
|
753
753
|
"$ref": "#/definitions/QuickVariantSelection",
|
|
754
|
-
"description": "With quickVariantSelection you can switch
|
|
754
|
+
"description": "With quickVariantSelection, you can switch to multiple views (single table mode).\nEach view links to a variant you have added to your annotations.",
|
|
755
755
|
"artifactType": "Manifest"
|
|
756
756
|
},
|
|
757
757
|
"quickVariantSelectionX": {
|
|
758
758
|
"$ref": "#/definitions/QuickVariantSelectionX",
|
|
759
|
-
"description": "
|
|
759
|
+
"description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
|
|
760
760
|
"artifactType": "Manifest"
|
|
761
761
|
},
|
|
762
762
|
"condensedTableLayout": {
|
|
763
|
-
"description": "
|
|
763
|
+
"description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
|
|
764
764
|
"type": "boolean",
|
|
765
765
|
"artifactType": "Manifest"
|
|
766
766
|
},
|
|
@@ -793,40 +793,40 @@
|
|
|
793
793
|
"type": "object",
|
|
794
794
|
"properties": {
|
|
795
795
|
"type": {
|
|
796
|
-
"description": "Specifies the type of table",
|
|
796
|
+
"description": "Specifies the type of table.",
|
|
797
797
|
"type": "string",
|
|
798
798
|
"const": "AnalyticalTable",
|
|
799
799
|
"artifactType": "Manifest",
|
|
800
800
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/7f844f1021cd4791b8f7408eac7c1cec"
|
|
801
801
|
},
|
|
802
802
|
"qualifier": {
|
|
803
|
-
"description": "Represents the
|
|
803
|
+
"description": "Represents the qualifier of an annotation. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.",
|
|
804
804
|
"type": "string",
|
|
805
805
|
"artifactType": "Manifest"
|
|
806
806
|
},
|
|
807
807
|
"defaultContentView": {
|
|
808
808
|
"$ref": "#/definitions/DefaultContentView",
|
|
809
|
-
"description": "Determines the visualization of content area",
|
|
809
|
+
"description": "Determines the visualization of content area.",
|
|
810
810
|
"artifactType": "Manifest"
|
|
811
811
|
},
|
|
812
812
|
"defaultFilterMode": {
|
|
813
813
|
"$ref": "#/definitions/DefaultFilterMode",
|
|
814
|
-
"description": "Determines the filter mode that is used",
|
|
814
|
+
"description": "Determines the filter mode that is used.",
|
|
815
815
|
"artifactType": "Manifest"
|
|
816
816
|
},
|
|
817
817
|
"contentTitle": {
|
|
818
|
-
"description": "Lets you define title for the content area",
|
|
818
|
+
"description": "Lets you define a title for the content area.",
|
|
819
819
|
"i18nClassification": "TIT: Title for the content area",
|
|
820
820
|
"type": "string",
|
|
821
821
|
"artifactType": "Manifest"
|
|
822
822
|
},
|
|
823
823
|
"autoHide": {
|
|
824
|
-
"description": "This
|
|
824
|
+
"description": "This property determines chart/table interaction.\nWhen set to true, the chart acts as a filter for the table. When set to false', the matching table rows are highlighted but the table isn't filtered.",
|
|
825
825
|
"type": "boolean",
|
|
826
826
|
"artifactType": "Manifest"
|
|
827
827
|
},
|
|
828
828
|
"allFiltersAsInParameters": {
|
|
829
|
-
"description": "
|
|
829
|
+
"description": "Determines if filter fields will be set as in parameter.",
|
|
830
830
|
"type": "boolean",
|
|
831
831
|
"artifactType": "Manifest"
|
|
832
832
|
},
|
|
@@ -837,16 +837,16 @@
|
|
|
837
837
|
},
|
|
838
838
|
"createWithParameterDialog": {
|
|
839
839
|
"$ref": "#/definitions/Fields4Dialog",
|
|
840
|
-
"description": "
|
|
840
|
+
"description": "Enables the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
|
|
841
841
|
"artifactType": "Manifest"
|
|
842
842
|
},
|
|
843
843
|
"selectAll": {
|
|
844
|
-
"description": "The
|
|
844
|
+
"description": "The Select All button is disabled by default. To enable it, set this property to true.",
|
|
845
845
|
"type": "boolean",
|
|
846
846
|
"artifactType": "Manifest"
|
|
847
847
|
},
|
|
848
848
|
"selectionLimit": {
|
|
849
|
-
"description": "
|
|
849
|
+
"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.",
|
|
850
850
|
"type": "number",
|
|
851
851
|
"artifactType": "Manifest"
|
|
852
852
|
},
|
|
@@ -875,16 +875,16 @@
|
|
|
875
875
|
},
|
|
876
876
|
"quickVariantSelection": {
|
|
877
877
|
"$ref": "#/definitions/QuickVariantSelection",
|
|
878
|
-
"description": "With quickVariantSelection you can switch
|
|
878
|
+
"description": "With quickVariantSelection, you can switch to multiple views (single table mode).\nEach view links to a variant you have added to your annotations.",
|
|
879
879
|
"artifactType": "Manifest"
|
|
880
880
|
},
|
|
881
881
|
"quickVariantSelectionX": {
|
|
882
882
|
"$ref": "#/definitions/QuickVariantSelectionX",
|
|
883
|
-
"description": "
|
|
883
|
+
"description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
|
|
884
884
|
"artifactType": "Manifest"
|
|
885
885
|
},
|
|
886
886
|
"condensedTableLayout": {
|
|
887
|
-
"description": "
|
|
887
|
+
"description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
|
|
888
888
|
"type": "boolean",
|
|
889
889
|
"artifactType": "Manifest"
|
|
890
890
|
},
|
|
@@ -916,12 +916,12 @@
|
|
|
916
916
|
"type": "object",
|
|
917
917
|
"properties": {
|
|
918
918
|
"showGoButtonOnFilterBar": {
|
|
919
|
-
"description": "Go button is displayed for compact filters
|
|
919
|
+
"description": "Determines whether the Go button is displayed for compact filters.",
|
|
920
920
|
"type": "boolean",
|
|
921
921
|
"artifactType": "Manifest"
|
|
922
922
|
},
|
|
923
923
|
"filterDefaultsFromSelectionVariant": {
|
|
924
|
-
"description": "
|
|
924
|
+
"description": "Determines whether you can add default values for the filter bar using a SelectionVariant annotation.",
|
|
925
925
|
"type": "boolean",
|
|
926
926
|
"artifactType": "Manifest"
|
|
927
927
|
},
|
|
@@ -937,7 +937,7 @@
|
|
|
937
937
|
"controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
|
|
938
938
|
},
|
|
939
939
|
"variantManagementHidden": {
|
|
940
|
-
"description": "If you set the flag to true, then standard variant management is not available in the app. The app name is displayed instead.\nIf
|
|
940
|
+
"description": "If you set the flag to true, then standard variant management is not available in the app. The app name is displayed instead.\nIf the flag is false or undefined, the standard variant management is available and can be enabled or disabled.",
|
|
941
941
|
"type": "boolean",
|
|
942
942
|
"artifactType": "Manifest"
|
|
943
943
|
},
|
|
@@ -949,23 +949,23 @@
|
|
|
949
949
|
},
|
|
950
950
|
"dateSettings": {
|
|
951
951
|
"$ref": "#/definitions/DateRange",
|
|
952
|
-
"description": "
|
|
952
|
+
"description": "Defines the date settings for fields in the smart filter bar.",
|
|
953
953
|
"artifactType": "Manifest"
|
|
954
954
|
},
|
|
955
955
|
"showClearOnFB": {
|
|
956
|
-
"description": "Handles visibility of the Clear button on the
|
|
956
|
+
"description": "Handles the visibility of the Clear button on the filter bar.",
|
|
957
957
|
"type": "boolean",
|
|
958
958
|
"artifactType": "FlexChange",
|
|
959
959
|
"controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
|
|
960
960
|
},
|
|
961
961
|
"showFilterConfiguration": {
|
|
962
|
-
"description": "Handles visibility of the Filter button on the
|
|
962
|
+
"description": "Handles the visibility of the Filter button on the filter bar.",
|
|
963
963
|
"type": "boolean",
|
|
964
964
|
"artifactType": "FlexChange",
|
|
965
965
|
"controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
|
|
966
966
|
},
|
|
967
967
|
"showRestoreOnFB": {
|
|
968
|
-
"description": "Handles visibility of the Restore button on the
|
|
968
|
+
"description": "Handles the visibility of the Restore button on the filter bar.",
|
|
969
969
|
"type": "boolean",
|
|
970
970
|
"artifactType": "FlexChange",
|
|
971
971
|
"controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
|
|
@@ -1043,7 +1043,7 @@
|
|
|
1043
1043
|
"artifactType": "Manifest"
|
|
1044
1044
|
},
|
|
1045
1045
|
"exclude": {
|
|
1046
|
-
"description": "
|
|
1046
|
+
"description": "This property is set to True by default. This excludes all values given as selectedValues from the list of date range filters.\nIf the exclude property is set to False, the application shows only selected values in the list of date range filters.",
|
|
1047
1047
|
"type": "boolean",
|
|
1048
1048
|
"artifactType": "Manifest"
|
|
1049
1049
|
}
|
|
@@ -1074,7 +1074,7 @@
|
|
|
1074
1074
|
"type": "object",
|
|
1075
1075
|
"properties": {
|
|
1076
1076
|
"selectedValues": {
|
|
1077
|
-
"description": "
|
|
1077
|
+
"description": "Defines a set of standard date range values that you want to include or exclude.",
|
|
1078
1078
|
"type": "array",
|
|
1079
1079
|
"items": {
|
|
1080
1080
|
"enum": [
|
|
@@ -1132,12 +1132,12 @@
|
|
|
1132
1132
|
"artifactType": "Manifest"
|
|
1133
1133
|
},
|
|
1134
1134
|
"exclude": {
|
|
1135
|
-
"description": "
|
|
1135
|
+
"description": "This property is set to True by default which excludes all values given as selectedValues from the list of date range filters.\nIf this property is set to False, the application shows only selected values in the list of date range filters.",
|
|
1136
1136
|
"type": "boolean",
|
|
1137
1137
|
"artifactType": "Manifest"
|
|
1138
1138
|
},
|
|
1139
1139
|
"customDateRangeImplementation": {
|
|
1140
|
-
"description": "This property references a JS class, which
|
|
1140
|
+
"description": "This property references a JS class, which can be used to modify the date range value list.\nYou can either remove the standard data range values or add custom values.\nThe customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types.",
|
|
1141
1141
|
"type": "string",
|
|
1142
1142
|
"artifactType": "Manifest"
|
|
1143
1143
|
},
|
|
@@ -1152,7 +1152,7 @@
|
|
|
1152
1152
|
"description": "Choose 'key' to define filter values for single values of the date range, or 'category' to filter by a whole subset."
|
|
1153
1153
|
},
|
|
1154
1154
|
"contains": {
|
|
1155
|
-
"description": "
|
|
1155
|
+
"description": "Specifies a filter describing a set of values of the date range type.",
|
|
1156
1156
|
"type": "string"
|
|
1157
1157
|
},
|
|
1158
1158
|
"equals": {
|
|
@@ -1213,7 +1213,7 @@
|
|
|
1213
1213
|
}
|
|
1214
1214
|
},
|
|
1215
1215
|
"exclude": {
|
|
1216
|
-
"description": "
|
|
1216
|
+
"description": "This property is set to True by default which excludes all values given as selectedValues from the list of date range filters.\nIf this property is set to False, the application shows only selected values in the list of date range filters.",
|
|
1217
1217
|
"type": "boolean"
|
|
1218
1218
|
}
|
|
1219
1219
|
},
|
|
@@ -1368,32 +1368,32 @@
|
|
|
1368
1368
|
"type": "object",
|
|
1369
1369
|
"properties": {
|
|
1370
1370
|
"model": {
|
|
1371
|
-
"description": "
|
|
1371
|
+
"description": "Link to the item in the models section which provides additional information.",
|
|
1372
1372
|
"type": "string",
|
|
1373
1373
|
"artifactType": "Manifest"
|
|
1374
1374
|
},
|
|
1375
1375
|
"entitySet": {
|
|
1376
|
-
"description": "EntitySet used for bringing up the details displayed within the KPI tag/card",
|
|
1376
|
+
"description": "EntitySet used for bringing up the details displayed within the KPI tag/card.",
|
|
1377
1377
|
"type": "string",
|
|
1378
1378
|
"artifactType": "Manifest"
|
|
1379
1379
|
},
|
|
1380
1380
|
"qualifier": {
|
|
1381
|
-
"description": "Refers to the UI.KPI annotation",
|
|
1381
|
+
"description": "Refers to the UI.KPI annotation.",
|
|
1382
1382
|
"type": "string",
|
|
1383
1383
|
"artifactType": "Manifest"
|
|
1384
1384
|
},
|
|
1385
1385
|
"filterable": {
|
|
1386
|
-
"description": "
|
|
1386
|
+
"description": "This ensures that the KPI is filterable.",
|
|
1387
1387
|
"type": "boolean",
|
|
1388
1388
|
"artifactType": "Manifest"
|
|
1389
1389
|
},
|
|
1390
1390
|
"detailNavigation": {
|
|
1391
|
-
"description": "Points to an element within
|
|
1391
|
+
"description": "Points to an element within the outbound property of the crossNavigation section.",
|
|
1392
1392
|
"type": "string",
|
|
1393
1393
|
"artifactType": "Manifest"
|
|
1394
1394
|
},
|
|
1395
1395
|
"groupId": {
|
|
1396
|
-
"description": "To achieve faster end-to-end response time within
|
|
1396
|
+
"description": "To achieve a faster end-to-end response time within this page, enable batching by defining a groupId in the KPI section of the descriptor configuration file.",
|
|
1397
1397
|
"type": "string",
|
|
1398
1398
|
"artifactType": "Manifest"
|
|
1399
1399
|
}
|
|
@@ -39,24 +39,24 @@
|
|
|
39
39
|
},
|
|
40
40
|
"draftDiscardConfirmationSettings": {
|
|
41
41
|
"$ref": "#/definitions/DraftDiscardConfirmationSettings",
|
|
42
|
-
"description": "Allows applications to configure confirmation popups in various scenarios"
|
|
42
|
+
"description": "Allows applications to configure confirmation popups in various scenarios."
|
|
43
43
|
},
|
|
44
44
|
"statePreservationMode": {
|
|
45
45
|
"$ref": "#/definitions/StatePreservationMode",
|
|
46
46
|
"description": "Allows applications to configure persistence mode in an object page. Persistence mode retains the tab selection made on an object page in certain cases."
|
|
47
47
|
},
|
|
48
48
|
"title": {
|
|
49
|
-
"description": "
|
|
49
|
+
"description": "Defines the title for the application.",
|
|
50
50
|
"i18nClassification": "TIT: Title of the application",
|
|
51
51
|
"type": "string"
|
|
52
52
|
},
|
|
53
53
|
"description": {
|
|
54
|
-
"description": "
|
|
54
|
+
"description": "Defines the description for the application.",
|
|
55
55
|
"i18nClassification": "TIT: Description of the application",
|
|
56
56
|
"type": "string"
|
|
57
57
|
},
|
|
58
58
|
"flexEnabled": {
|
|
59
|
-
"description": "
|
|
59
|
+
"description": "Enables key user adaptation for an application.",
|
|
60
60
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ccd45ba3f0b446a0901b2c9d42b8ad53",
|
|
61
61
|
"type": "boolean"
|
|
62
62
|
}
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"type": "object",
|
|
102
102
|
"properties": {
|
|
103
103
|
"enabled": {
|
|
104
|
-
"description": "Allows applications to turn off the discard draft confirmation popup in various scenarios",
|
|
104
|
+
"description": "Allows applications to turn off the discard draft confirmation popup in various scenarios.",
|
|
105
105
|
"type": "string",
|
|
106
106
|
"const": "restricted"
|
|
107
107
|
}
|