@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
|
@@ -94,34 +94,34 @@
|
|
|
94
94
|
"artifactType": "Manifest"
|
|
95
95
|
},
|
|
96
96
|
"growingThreshold": {
|
|
97
|
-
"description": "
|
|
97
|
+
"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.",
|
|
98
98
|
"type": "number",
|
|
99
99
|
"artifactType": "FlexChange",
|
|
100
100
|
"controlType": "sap.m.Table"
|
|
101
101
|
},
|
|
102
102
|
"qualifier": {
|
|
103
|
-
"description": "Represents the
|
|
103
|
+
"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.",
|
|
104
104
|
"type": "string",
|
|
105
105
|
"artifactType": "Manifest"
|
|
106
106
|
},
|
|
107
107
|
"defaultContentView": {
|
|
108
108
|
"$ref": "#/definitions/DefaultContentView",
|
|
109
|
-
"description": "Determines the visualization of content area",
|
|
109
|
+
"description": "Determines the visualization of content area.",
|
|
110
110
|
"artifactType": "Manifest"
|
|
111
111
|
},
|
|
112
112
|
"defaultFilterMode": {
|
|
113
113
|
"$ref": "#/definitions/DefaultFilterMode",
|
|
114
|
-
"description": "Determines the filter mode that is used",
|
|
114
|
+
"description": "Determines the filter mode that is used.",
|
|
115
115
|
"artifactType": "Manifest"
|
|
116
116
|
},
|
|
117
117
|
"contentTitle": {
|
|
118
|
-
"description": "Lets you define title for the content area",
|
|
118
|
+
"description": "Lets you define a title for the content area.",
|
|
119
119
|
"i18nClassification": "TIT: Title for the content area",
|
|
120
120
|
"type": "string",
|
|
121
121
|
"artifactType": "Manifest"
|
|
122
122
|
},
|
|
123
123
|
"autoHide": {
|
|
124
|
-
"description": "This
|
|
124
|
+
"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.",
|
|
125
125
|
"type": "boolean",
|
|
126
126
|
"artifactType": "Manifest"
|
|
127
127
|
},
|
|
@@ -131,12 +131,12 @@
|
|
|
131
131
|
"artifactType": "Manifest"
|
|
132
132
|
},
|
|
133
133
|
"selectAll": {
|
|
134
|
-
"description": "The
|
|
134
|
+
"description": "The Select All button is disabled by default. To enable it, set this property to true.",
|
|
135
135
|
"type": "boolean",
|
|
136
136
|
"artifactType": "Manifest"
|
|
137
137
|
},
|
|
138
138
|
"selectionLimit": {
|
|
139
|
-
"description": "
|
|
139
|
+
"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.",
|
|
140
140
|
"type": "number",
|
|
141
141
|
"artifactType": "Manifest"
|
|
142
142
|
},
|
|
@@ -160,12 +160,12 @@
|
|
|
160
160
|
},
|
|
161
161
|
"quickVariantSelection": {
|
|
162
162
|
"$ref": "#/definitions/QuickVariantSelection",
|
|
163
|
-
"description": "/**\n With quickVariantSelection you can switch
|
|
163
|
+
"description": "/**\n With quickVariantSelection, you can switch to multiple views (single table mode).\n Each view links to a variant you have added to your annotations.",
|
|
164
164
|
"artifactType": "Manifest"
|
|
165
165
|
},
|
|
166
166
|
"quickVariantSelectionX": {
|
|
167
167
|
"$ref": "#/definitions/QuickVariantSelectionX",
|
|
168
|
-
"description": "
|
|
168
|
+
"description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
|
|
169
169
|
"artifactType": "Manifest"
|
|
170
170
|
},
|
|
171
171
|
"enableAutoBinding": {
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
176
176
|
},
|
|
177
177
|
"condensedTableLayout": {
|
|
178
|
-
"description": "
|
|
178
|
+
"description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
|
|
179
179
|
"type": "boolean",
|
|
180
180
|
"artifactType": "Manifest"
|
|
181
181
|
},
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
"artifactType": "Manifest"
|
|
228
228
|
},
|
|
229
229
|
"variants": {
|
|
230
|
-
"description": "The variants section contains a set of entries that point to
|
|
230
|
+
"description": "The variants section contains a set of entries that point to a SelectionVariant or SelectionPresentationVariant annotation.",
|
|
231
231
|
"type": "object",
|
|
232
232
|
"additionalProperties": {
|
|
233
233
|
"$ref": "#/definitions/QuickVariant"
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
"type": "object",
|
|
245
245
|
"properties": {
|
|
246
246
|
"key": {
|
|
247
|
-
"description": "
|
|
247
|
+
"description": "The key property is mandatory. It is used for initializing the corresponding SegmentedButton item.",
|
|
248
248
|
"type": "string"
|
|
249
249
|
},
|
|
250
250
|
"annotationPath": {
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
"artifactType": "Manifest"
|
|
268
268
|
},
|
|
269
269
|
"variants": {
|
|
270
|
-
"description": "The variants section contains a set of entries that point to
|
|
270
|
+
"description": "The variants section contains a set of entries that point to a SelectionVariant or SelectionPresentationVariant annotation.",
|
|
271
271
|
"type": "object",
|
|
272
272
|
"additionalProperties": {
|
|
273
273
|
"$ref": "#/definitions/QuickVariantX"
|
|
@@ -289,7 +289,7 @@
|
|
|
289
289
|
"type": "object",
|
|
290
290
|
"properties": {
|
|
291
291
|
"entitySet": {
|
|
292
|
-
"description": "Represents the entity set that
|
|
292
|
+
"description": "Represents the entity set that is displayed in this variant.",
|
|
293
293
|
"type": "string"
|
|
294
294
|
},
|
|
295
295
|
"showItemNavigationOnChart": {
|
|
@@ -297,7 +297,7 @@
|
|
|
297
297
|
"type": "boolean"
|
|
298
298
|
},
|
|
299
299
|
"key": {
|
|
300
|
-
"description": "
|
|
300
|
+
"description": "The key property is mandatory. It is used for initializing the corresponding SegmentedButton item.",
|
|
301
301
|
"type": "string"
|
|
302
302
|
},
|
|
303
303
|
"annotationPath": {
|
|
@@ -347,13 +347,13 @@
|
|
|
347
347
|
"controlType": "sap.m.Button"
|
|
348
348
|
},
|
|
349
349
|
"icon": {
|
|
350
|
-
"description": "An icon to be displayed as a graphical element within the button
|
|
350
|
+
"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.",
|
|
351
351
|
"type": "string",
|
|
352
352
|
"artifactType": "FlexChange",
|
|
353
353
|
"controlType": "sap.m.Button"
|
|
354
354
|
},
|
|
355
355
|
"activeIcon": {
|
|
356
|
-
"description": "An alternative icon for the active (depressed) state of the button
|
|
356
|
+
"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.",
|
|
357
357
|
"type": "string",
|
|
358
358
|
"artifactType": "FlexChange",
|
|
359
359
|
"controlType": "sap.m.Button"
|
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
"type": "object",
|
|
409
409
|
"properties": {
|
|
410
410
|
"width": {
|
|
411
|
-
"description": "
|
|
411
|
+
"description": "Defines the width of the column.",
|
|
412
412
|
"type": "string",
|
|
413
413
|
"artifactType": "FlexChange",
|
|
414
414
|
"controlType": "sap.m.Column"
|
|
@@ -423,7 +423,7 @@
|
|
|
423
423
|
"type": "string"
|
|
424
424
|
}
|
|
425
425
|
],
|
|
426
|
-
"description": "
|
|
426
|
+
"description": "Defines the horizontal alignment of the column content.",
|
|
427
427
|
"artifactType": "FlexChange",
|
|
428
428
|
"controlType": "sap.m.Column"
|
|
429
429
|
}
|
|
@@ -454,13 +454,13 @@
|
|
|
454
454
|
"controlType": "sap.m.Button"
|
|
455
455
|
},
|
|
456
456
|
"icon": {
|
|
457
|
-
"description": "An icon to be displayed as a graphical element within the button
|
|
457
|
+
"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.",
|
|
458
458
|
"type": "string",
|
|
459
459
|
"artifactType": "FlexChange",
|
|
460
460
|
"controlType": "sap.m.Button"
|
|
461
461
|
},
|
|
462
462
|
"activeIcon": {
|
|
463
|
-
"description": "An alternative icon for the active (depressed) state of the button
|
|
463
|
+
"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.",
|
|
464
464
|
"type": "string",
|
|
465
465
|
"artifactType": "FlexChange",
|
|
466
466
|
"controlType": "sap.m.Button"
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
"controlType": "sap.m.Button"
|
|
473
473
|
},
|
|
474
474
|
"width": {
|
|
475
|
-
"description": "
|
|
475
|
+
"description": "Defines the width of the column.",
|
|
476
476
|
"type": "string",
|
|
477
477
|
"artifactType": "FlexChange",
|
|
478
478
|
"controlType": "sap.m.Column"
|
|
@@ -487,7 +487,7 @@
|
|
|
487
487
|
"type": "string"
|
|
488
488
|
}
|
|
489
489
|
],
|
|
490
|
-
"description": "
|
|
490
|
+
"description": "Defines the horizontal alignment of the column content.",
|
|
491
491
|
"artifactType": "FlexChange",
|
|
492
492
|
"controlType": "sap.m.Column"
|
|
493
493
|
}
|
|
@@ -500,7 +500,7 @@
|
|
|
500
500
|
"type": "object",
|
|
501
501
|
"properties": {
|
|
502
502
|
"id": {
|
|
503
|
-
"description": "
|
|
503
|
+
"description": "If the fragment needs to be reused for multiple tabs, the id property must be set to make the IDs unique.",
|
|
504
504
|
"artifactType": "Fragment",
|
|
505
505
|
"type": "string"
|
|
506
506
|
},
|
|
@@ -511,7 +511,7 @@
|
|
|
511
511
|
"type": "string"
|
|
512
512
|
},
|
|
513
513
|
"columnKey": {
|
|
514
|
-
"description": "The column key",
|
|
514
|
+
"description": "The column key.",
|
|
515
515
|
"artifactType": "Fragment",
|
|
516
516
|
"type": "string"
|
|
517
517
|
},
|
|
@@ -528,7 +528,7 @@
|
|
|
528
528
|
"type": "string"
|
|
529
529
|
},
|
|
530
530
|
"className": {
|
|
531
|
-
"description": "The UI5 control used for your extension",
|
|
531
|
+
"description": "The UI5 control used for your extension.",
|
|
532
532
|
"artifactType": "Manifest",
|
|
533
533
|
"type": "string",
|
|
534
534
|
"const": "sap.ui.core.Fragment"
|
|
@@ -578,34 +578,34 @@
|
|
|
578
578
|
"type": "object",
|
|
579
579
|
"properties": {
|
|
580
580
|
"type": {
|
|
581
|
-
"description": "
|
|
581
|
+
"description": "Specifies the type of table.",
|
|
582
582
|
"type": "string",
|
|
583
583
|
"const": "GridTable",
|
|
584
584
|
"artifactType": "Manifest"
|
|
585
585
|
},
|
|
586
586
|
"qualifier": {
|
|
587
|
-
"description": "Represents the
|
|
587
|
+
"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.",
|
|
588
588
|
"type": "string",
|
|
589
589
|
"artifactType": "Manifest"
|
|
590
590
|
},
|
|
591
591
|
"defaultContentView": {
|
|
592
592
|
"$ref": "#/definitions/DefaultContentView",
|
|
593
|
-
"description": "Determines the visualization of content area",
|
|
593
|
+
"description": "Determines the visualization of content area.",
|
|
594
594
|
"artifactType": "Manifest"
|
|
595
595
|
},
|
|
596
596
|
"defaultFilterMode": {
|
|
597
597
|
"$ref": "#/definitions/DefaultFilterMode",
|
|
598
|
-
"description": "Determines the filter mode that is used",
|
|
598
|
+
"description": "Determines the filter mode that is used.",
|
|
599
599
|
"artifactType": "Manifest"
|
|
600
600
|
},
|
|
601
601
|
"contentTitle": {
|
|
602
|
-
"description": "Lets you define title for the content area",
|
|
602
|
+
"description": "Lets you define a title for the content area.",
|
|
603
603
|
"i18nClassification": "TIT: Title for the content area",
|
|
604
604
|
"type": "string",
|
|
605
605
|
"artifactType": "Manifest"
|
|
606
606
|
},
|
|
607
607
|
"autoHide": {
|
|
608
|
-
"description": "This
|
|
608
|
+
"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.",
|
|
609
609
|
"type": "boolean",
|
|
610
610
|
"artifactType": "Manifest"
|
|
611
611
|
},
|
|
@@ -615,12 +615,12 @@
|
|
|
615
615
|
"artifactType": "Manifest"
|
|
616
616
|
},
|
|
617
617
|
"selectAll": {
|
|
618
|
-
"description": "The
|
|
618
|
+
"description": "The Select All button is disabled by default. To enable it, set this property to true.",
|
|
619
619
|
"type": "boolean",
|
|
620
620
|
"artifactType": "Manifest"
|
|
621
621
|
},
|
|
622
622
|
"selectionLimit": {
|
|
623
|
-
"description": "
|
|
623
|
+
"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.",
|
|
624
624
|
"type": "number",
|
|
625
625
|
"artifactType": "Manifest"
|
|
626
626
|
},
|
|
@@ -644,12 +644,12 @@
|
|
|
644
644
|
},
|
|
645
645
|
"quickVariantSelection": {
|
|
646
646
|
"$ref": "#/definitions/QuickVariantSelection",
|
|
647
|
-
"description": "/**\n With quickVariantSelection you can switch
|
|
647
|
+
"description": "/**\n With quickVariantSelection, you can switch to multiple views (single table mode).\n Each view links to a variant you have added to your annotations.",
|
|
648
648
|
"artifactType": "Manifest"
|
|
649
649
|
},
|
|
650
650
|
"quickVariantSelectionX": {
|
|
651
651
|
"$ref": "#/definitions/QuickVariantSelectionX",
|
|
652
|
-
"description": "
|
|
652
|
+
"description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
|
|
653
653
|
"artifactType": "Manifest"
|
|
654
654
|
},
|
|
655
655
|
"enableAutoBinding": {
|
|
@@ -659,7 +659,7 @@
|
|
|
659
659
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
660
660
|
},
|
|
661
661
|
"condensedTableLayout": {
|
|
662
|
-
"description": "
|
|
662
|
+
"description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
|
|
663
663
|
"type": "boolean",
|
|
664
664
|
"artifactType": "Manifest"
|
|
665
665
|
},
|
|
@@ -687,34 +687,34 @@
|
|
|
687
687
|
"type": "object",
|
|
688
688
|
"properties": {
|
|
689
689
|
"type": {
|
|
690
|
-
"description": "
|
|
690
|
+
"description": "Specifies the type of table.",
|
|
691
691
|
"type": "string",
|
|
692
692
|
"const": "AnalyticalTable",
|
|
693
693
|
"artifactType": "Manifest"
|
|
694
694
|
},
|
|
695
695
|
"qualifier": {
|
|
696
|
-
"description": "Represents the
|
|
696
|
+
"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.",
|
|
697
697
|
"type": "string",
|
|
698
698
|
"artifactType": "Manifest"
|
|
699
699
|
},
|
|
700
700
|
"defaultContentView": {
|
|
701
701
|
"$ref": "#/definitions/DefaultContentView",
|
|
702
|
-
"description": "Determines the visualization of content area",
|
|
702
|
+
"description": "Determines the visualization of content area.",
|
|
703
703
|
"artifactType": "Manifest"
|
|
704
704
|
},
|
|
705
705
|
"defaultFilterMode": {
|
|
706
706
|
"$ref": "#/definitions/DefaultFilterMode",
|
|
707
|
-
"description": "Determines the filter mode that is used",
|
|
707
|
+
"description": "Determines the filter mode that is used.",
|
|
708
708
|
"artifactType": "Manifest"
|
|
709
709
|
},
|
|
710
710
|
"contentTitle": {
|
|
711
|
-
"description": "Lets you define title for the content area",
|
|
711
|
+
"description": "Lets you define a title for the content area.",
|
|
712
712
|
"i18nClassification": "TIT: Title for the content area",
|
|
713
713
|
"type": "string",
|
|
714
714
|
"artifactType": "Manifest"
|
|
715
715
|
},
|
|
716
716
|
"autoHide": {
|
|
717
|
-
"description": "This
|
|
717
|
+
"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.",
|
|
718
718
|
"type": "boolean",
|
|
719
719
|
"artifactType": "Manifest"
|
|
720
720
|
},
|
|
@@ -724,12 +724,12 @@
|
|
|
724
724
|
"artifactType": "Manifest"
|
|
725
725
|
},
|
|
726
726
|
"selectAll": {
|
|
727
|
-
"description": "The
|
|
727
|
+
"description": "The Select All button is disabled by default. To enable it, set this property to true.",
|
|
728
728
|
"type": "boolean",
|
|
729
729
|
"artifactType": "Manifest"
|
|
730
730
|
},
|
|
731
731
|
"selectionLimit": {
|
|
732
|
-
"description": "
|
|
732
|
+
"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.",
|
|
733
733
|
"type": "number",
|
|
734
734
|
"artifactType": "Manifest"
|
|
735
735
|
},
|
|
@@ -753,12 +753,12 @@
|
|
|
753
753
|
},
|
|
754
754
|
"quickVariantSelection": {
|
|
755
755
|
"$ref": "#/definitions/QuickVariantSelection",
|
|
756
|
-
"description": "/**\n With quickVariantSelection you can switch
|
|
756
|
+
"description": "/**\n With quickVariantSelection, you can switch to multiple views (single table mode).\n Each view links to a variant you have added to your annotations.",
|
|
757
757
|
"artifactType": "Manifest"
|
|
758
758
|
},
|
|
759
759
|
"quickVariantSelectionX": {
|
|
760
760
|
"$ref": "#/definitions/QuickVariantSelectionX",
|
|
761
|
-
"description": "
|
|
761
|
+
"description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
|
|
762
762
|
"artifactType": "Manifest"
|
|
763
763
|
},
|
|
764
764
|
"enableAutoBinding": {
|
|
@@ -768,7 +768,7 @@
|
|
|
768
768
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
769
769
|
},
|
|
770
770
|
"condensedTableLayout": {
|
|
771
|
-
"description": "
|
|
771
|
+
"description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
|
|
772
772
|
"type": "boolean",
|
|
773
773
|
"artifactType": "Manifest"
|
|
774
774
|
},
|
|
@@ -795,12 +795,12 @@
|
|
|
795
795
|
"type": "object",
|
|
796
796
|
"properties": {
|
|
797
797
|
"showGoButtonOnFilterBar": {
|
|
798
|
-
"description": "Go button is displayed for compact filters
|
|
798
|
+
"description": "Determines whether the Go button is displayed for compact filters.",
|
|
799
799
|
"type": "boolean",
|
|
800
800
|
"artifactType": "Manifest"
|
|
801
801
|
},
|
|
802
802
|
"filterDefaultsFromSelectionVariant": {
|
|
803
|
-
"description": "
|
|
803
|
+
"description": "Determines whether you can add default values for the filter bar using a SelectionVariant annotation.",
|
|
804
804
|
"type": "boolean",
|
|
805
805
|
"artifactType": "Manifest"
|
|
806
806
|
},
|
|
@@ -816,7 +816,7 @@
|
|
|
816
816
|
"controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
|
|
817
817
|
},
|
|
818
818
|
"variantManagementHidden": {
|
|
819
|
-
"description": "If you set the flag to
|
|
819
|
+
"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.",
|
|
820
820
|
"type": "boolean",
|
|
821
821
|
"artifactType": "Manifest"
|
|
822
822
|
},
|
|
@@ -827,19 +827,19 @@
|
|
|
827
827
|
"artifactType": "Manifest"
|
|
828
828
|
},
|
|
829
829
|
"showClearOnFB": {
|
|
830
|
-
"description": "Handles visibility of the Clear button on the
|
|
830
|
+
"description": "Handles the visibility of the Clear button on the filter bar.",
|
|
831
831
|
"type": "boolean",
|
|
832
832
|
"artifactType": "FlexChange",
|
|
833
833
|
"controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
|
|
834
834
|
},
|
|
835
835
|
"showFilterConfiguration": {
|
|
836
|
-
"description": "Handles visibility of the Filter button on the
|
|
836
|
+
"description": "Handles the visibility of the Filter button on the filter bar.",
|
|
837
837
|
"type": "boolean",
|
|
838
838
|
"artifactType": "FlexChange",
|
|
839
839
|
"controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
|
|
840
840
|
},
|
|
841
841
|
"showRestoreOnFB": {
|
|
842
|
-
"description": "Handles visibility of the Restore button on the
|
|
842
|
+
"description": "Handles the visibility of the Restore button on the filter bar.",
|
|
843
843
|
"type": "boolean",
|
|
844
844
|
"artifactType": "FlexChange",
|
|
845
845
|
"controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
|
|
@@ -945,32 +945,32 @@
|
|
|
945
945
|
"type": "object",
|
|
946
946
|
"properties": {
|
|
947
947
|
"model": {
|
|
948
|
-
"description": "
|
|
948
|
+
"description": "Link to the item in the models section which provides additional information.",
|
|
949
949
|
"type": "string",
|
|
950
950
|
"artifactType": "Manifest"
|
|
951
951
|
},
|
|
952
952
|
"entitySet": {
|
|
953
|
-
"description": "EntitySet used for bringing up the details displayed within the KPI tag/card",
|
|
953
|
+
"description": "EntitySet used for bringing up the details displayed within the KPI tag/card.",
|
|
954
954
|
"type": "string",
|
|
955
955
|
"artifactType": "Manifest"
|
|
956
956
|
},
|
|
957
957
|
"qualifier": {
|
|
958
|
-
"description": "Refers to the UI.KPI annotation",
|
|
958
|
+
"description": "Refers to the UI.KPI annotation.",
|
|
959
959
|
"type": "string",
|
|
960
960
|
"artifactType": "Manifest"
|
|
961
961
|
},
|
|
962
962
|
"filterable": {
|
|
963
|
-
"description": "
|
|
963
|
+
"description": "This ensures that the KPI is filterable.",
|
|
964
964
|
"type": "boolean",
|
|
965
965
|
"artifactType": "Manifest"
|
|
966
966
|
},
|
|
967
967
|
"detailNavigation": {
|
|
968
|
-
"description": "Points to an element within
|
|
968
|
+
"description": "Points to an element within the outbound property of the crossNavigation section.",
|
|
969
969
|
"type": "string",
|
|
970
970
|
"artifactType": "Manifest"
|
|
971
971
|
},
|
|
972
972
|
"groupId": {
|
|
973
|
-
"description": "To achieve faster end-to-end response time within
|
|
973
|
+
"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.",
|
|
974
974
|
"type": "string",
|
|
975
975
|
"artifactType": "Manifest"
|
|
976
976
|
}
|