@sap/ux-specification 1.84.100 → 1.84.102
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +54 -32
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +38 -38
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/AnalyticalListPageConfig.json +76 -76
- package/dist/schemas/v2/ApplicationV2.json +3 -3
- package/dist/schemas/v2/ListReportConfig.json +82 -81
- package/dist/schemas/v2/ObjectPageConfig.json +73 -73
- package/dist/schemas/v2/OverviewPageConfig.json +77 -77
- package/dist/schemas/v4/ApplicationV4.json +4 -4
- package/dist/schemas/v4/ListReportConfig.json +31 -31
- package/dist/schemas/v4/ObjectPageConfig.json +13 -13
- package/dist/specification/package.json +7 -7
- package/dist/specification/src/api.js +1 -1
- package/dist/specification/src/sync/common/decoration/control.d.ts +9 -3
- package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/control.js +25 -12
- package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.js +1 -1
- package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Fragment.js +14 -6
- package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/export.js +6 -1
- package/dist/specification/src/sync/v2/export/export.js.map +1 -1
- package/dist/specification/src/sync/v2/import/common/index.d.ts +7 -7
- package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/common/index.js +62 -69
- package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/specification/src/sync/v2/import/controls/table.d.ts +28 -2
- package/dist/specification/src/sync/v2/import/controls/table.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/controls/table.js +98 -22
- package/dist/specification/src/sync/v2/import/controls/table.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +12 -3
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +9 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.js +48 -7
- package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js +57 -19
- package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js +2 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/types/src/common/Application.d.ts +4 -8
- package/dist/types/src/common/Application.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Action.d.ts +4 -2
- package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
- package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +6 -6
- package/dist/types/src/v2/controls/Card.d.ts +36 -35
- package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Card.js.map +1 -1
- package/dist/types/src/v2/controls/Field.d.ts +1 -1
- package/dist/types/src/v2/controls/FilterBar.d.ts +17 -13
- package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
- package/dist/types/src/v2/controls/FilterBar.js.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageChart.d.ts +2 -2
- package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +2 -2
- package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +4 -4
- package/dist/types/src/v2/controls/ObjectPageSection.d.ts +2 -2
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts +16 -15
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.d.ts +50 -45
- package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.js.map +1 -1
- package/dist/types/src/v2/overviewPage.d.ts +2 -2
- package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +4 -4
- package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +5 -5
- package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageLayout.d.ts +1 -2
- package/dist/types/src/v4/controls/ObjectPageLayout.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageSection.d.ts +2 -2
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts +2 -2
- package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +1 -1
- package/dist/types/src/v4/controls/Table.d.ts +23 -29
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ToolBar.d.ts +1 -1
- package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +1 -2
- package/dist/types/src/v4/pages/ListReportConfigV4.d.ts.map +1 -1
- package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts +3 -4
- package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +10 -8
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +1 -1
- package/package.json +7 -7
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
|
|
94
94
|
},
|
|
95
95
|
"variantManagementHidden": {
|
|
96
|
-
"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
|
|
96
|
+
"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.",
|
|
97
97
|
"type": "boolean",
|
|
98
98
|
"artifactType": "Manifest"
|
|
99
99
|
},
|
|
@@ -105,23 +105,23 @@
|
|
|
105
105
|
},
|
|
106
106
|
"dateSettings": {
|
|
107
107
|
"$ref": "#/definitions/DateRange",
|
|
108
|
-
"description": "
|
|
108
|
+
"description": "Defines the date settings for fields in the smart filter bar.",
|
|
109
109
|
"artifactType": "Manifest"
|
|
110
110
|
},
|
|
111
111
|
"showClearOnFB": {
|
|
112
|
-
"description": "Handles visibility of the Clear button on the
|
|
112
|
+
"description": "Handles the visibility of the Clear button on the filter bar.",
|
|
113
113
|
"type": "boolean",
|
|
114
114
|
"artifactType": "FlexChange",
|
|
115
115
|
"controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
|
|
116
116
|
},
|
|
117
117
|
"showFilterConfiguration": {
|
|
118
|
-
"description": "Handles visibility of the Filter button on the
|
|
118
|
+
"description": "Handles the visibility of the Filter button on the filter bar.",
|
|
119
119
|
"type": "boolean",
|
|
120
120
|
"artifactType": "FlexChange",
|
|
121
121
|
"controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
|
|
122
122
|
},
|
|
123
123
|
"showRestoreOnFB": {
|
|
124
|
-
"description": "Handles visibility of the Restore button on the
|
|
124
|
+
"description": "Handles the visibility of the Restore button on the filter bar.",
|
|
125
125
|
"type": "boolean",
|
|
126
126
|
"artifactType": "FlexChange",
|
|
127
127
|
"controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
"artifactType": "Manifest"
|
|
200
200
|
},
|
|
201
201
|
"exclude": {
|
|
202
|
-
"description": "
|
|
202
|
+
"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.",
|
|
203
203
|
"type": "boolean",
|
|
204
204
|
"artifactType": "Manifest"
|
|
205
205
|
}
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
"type": "object",
|
|
231
231
|
"properties": {
|
|
232
232
|
"selectedValues": {
|
|
233
|
-
"description": "
|
|
233
|
+
"description": "Defines a set of standard date range values that you want to include or exclude.",
|
|
234
234
|
"type": "array",
|
|
235
235
|
"items": {
|
|
236
236
|
"enum": [
|
|
@@ -288,12 +288,12 @@
|
|
|
288
288
|
"artifactType": "Manifest"
|
|
289
289
|
},
|
|
290
290
|
"exclude": {
|
|
291
|
-
"description": "
|
|
291
|
+
"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.",
|
|
292
292
|
"type": "boolean",
|
|
293
293
|
"artifactType": "Manifest"
|
|
294
294
|
},
|
|
295
295
|
"customDateRangeImplementation": {
|
|
296
|
-
"description": "This property references a JS class, which
|
|
296
|
+
"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.",
|
|
297
297
|
"type": "string",
|
|
298
298
|
"artifactType": "Manifest"
|
|
299
299
|
},
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
"description": "Choose 'key' to define filter values for single values of the date range, or 'category' to filter by a whole subset."
|
|
309
309
|
},
|
|
310
310
|
"contains": {
|
|
311
|
-
"description": "
|
|
311
|
+
"description": "Specifies a filter describing a set of values of the date range type.",
|
|
312
312
|
"type": "string"
|
|
313
313
|
},
|
|
314
314
|
"equals": {
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
}
|
|
370
370
|
},
|
|
371
371
|
"exclude": {
|
|
372
|
-
"description": "
|
|
372
|
+
"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.",
|
|
373
373
|
"type": "boolean"
|
|
374
374
|
}
|
|
375
375
|
},
|
|
@@ -397,40 +397,40 @@
|
|
|
397
397
|
"type": "object",
|
|
398
398
|
"properties": {
|
|
399
399
|
"type": {
|
|
400
|
-
"description": "
|
|
400
|
+
"description": "Specifies the type of table.",
|
|
401
401
|
"type": "string",
|
|
402
402
|
"const": "AnalyticalTable",
|
|
403
403
|
"artifactType": "Manifest"
|
|
404
404
|
},
|
|
405
405
|
"qualifier": {
|
|
406
|
-
"description": "Represents the
|
|
406
|
+
"description": "Represents the qualifier of an annotation. ALP looks for a SelectionPresentationVariant with this qualifier. If it's not found, it looks for a PresentationVariant with this qualifier instead.",
|
|
407
407
|
"type": "string",
|
|
408
408
|
"artifactType": "Manifest"
|
|
409
409
|
},
|
|
410
410
|
"defaultContentView": {
|
|
411
411
|
"$ref": "#/definitions/DefaultContentView",
|
|
412
|
-
"description": "Determines the visualization of content area",
|
|
412
|
+
"description": "Determines the visualization of the content area.",
|
|
413
413
|
"artifactType": "Manifest"
|
|
414
414
|
},
|
|
415
415
|
"defaultFilterMode": {
|
|
416
416
|
"$ref": "#/definitions/DefaultFilterMode",
|
|
417
|
-
"description": "Determines the filter mode that is used",
|
|
417
|
+
"description": "Determines the filter mode that is used.",
|
|
418
418
|
"artifactType": "Manifest"
|
|
419
419
|
},
|
|
420
420
|
"contentTitle": {
|
|
421
|
-
"description": "Lets you define title for the content area",
|
|
421
|
+
"description": "Lets you define a title for the content area.",
|
|
422
422
|
"i18nClassification": "TIT: Title for the content area",
|
|
423
423
|
"type": "string",
|
|
424
424
|
"artifactType": "Manifest"
|
|
425
425
|
},
|
|
426
426
|
"allFiltersAsInParameters": {
|
|
427
|
-
"description": "
|
|
427
|
+
"description": "Determines if filter fields will be set as in parameter.",
|
|
428
428
|
"type": "boolean",
|
|
429
429
|
"artifactType": "Manifest"
|
|
430
430
|
},
|
|
431
431
|
"createWithFilters": {
|
|
432
432
|
"$ref": "#/definitions/CreateWithFilters",
|
|
433
|
-
"description": "
|
|
433
|
+
"description": "Adds a create action that uses the filter settings as input.",
|
|
434
434
|
"artifactType": "Manifest"
|
|
435
435
|
},
|
|
436
436
|
"multiSelect": {
|
|
@@ -445,16 +445,16 @@
|
|
|
445
445
|
},
|
|
446
446
|
"createWithParameterDialog": {
|
|
447
447
|
"$ref": "#/definitions/Fields4Dialog",
|
|
448
|
-
"description": "
|
|
448
|
+
"description": "Enables the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
|
|
449
449
|
"artifactType": "Manifest"
|
|
450
450
|
},
|
|
451
451
|
"selectAll": {
|
|
452
|
-
"description": "The
|
|
452
|
+
"description": "The Select All button is disabled by default. To enable it, set this property to true.",
|
|
453
453
|
"type": "boolean",
|
|
454
454
|
"artifactType": "Manifest"
|
|
455
455
|
},
|
|
456
456
|
"selectionLimit": {
|
|
457
|
-
"description": "
|
|
457
|
+
"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.",
|
|
458
458
|
"type": "number",
|
|
459
459
|
"artifactType": "Manifest"
|
|
460
460
|
},
|
|
@@ -478,16 +478,16 @@
|
|
|
478
478
|
},
|
|
479
479
|
"quickVariantSelection": {
|
|
480
480
|
"$ref": "#/definitions/QuickVariantSelection",
|
|
481
|
-
"description": "/**\n With quickVariantSelection you can switch
|
|
481
|
+
"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.",
|
|
482
482
|
"artifactType": "Manifest"
|
|
483
483
|
},
|
|
484
484
|
"quickVariantSelectionX": {
|
|
485
485
|
"$ref": "#/definitions/QuickVariantSelectionX",
|
|
486
|
-
"description": "
|
|
486
|
+
"description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
|
|
487
487
|
"artifactType": "Manifest"
|
|
488
488
|
},
|
|
489
489
|
"condensedTableLayout": {
|
|
490
|
-
"description": "
|
|
490
|
+
"description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
|
|
491
491
|
"type": "boolean",
|
|
492
492
|
"artifactType": "Manifest"
|
|
493
493
|
},
|
|
@@ -532,7 +532,8 @@
|
|
|
532
532
|
"type": "object",
|
|
533
533
|
"properties": {
|
|
534
534
|
"strategy": {
|
|
535
|
-
"description": "For the
|
|
535
|
+
"description": "For the create action to use the filter settings as input, set this property to extension and implement the extension function as mentioned in help.sap.com for SAP S/4HANA, section \"Prefilling Fields When Creating a New Entity Using an Extension Point\".",
|
|
536
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk#/topic/189e2d8a59f04a2693a4fde7f4a91a65",
|
|
536
537
|
"type": "string",
|
|
537
538
|
"const": "extension",
|
|
538
539
|
"artifactType": "Manifest"
|
|
@@ -575,7 +576,7 @@
|
|
|
575
576
|
"artifactType": "Manifest"
|
|
576
577
|
},
|
|
577
578
|
"variants": {
|
|
578
|
-
"description": "The variants section contains a set of entries that point to
|
|
579
|
+
"description": "The variants section contains a set of entries that point to a SelectionVariant or SelectionPresentationVariant annotation.",
|
|
579
580
|
"type": "object",
|
|
580
581
|
"additionalProperties": {
|
|
581
582
|
"$ref": "#/definitions/QuickVariant"
|
|
@@ -592,7 +593,7 @@
|
|
|
592
593
|
"type": "object",
|
|
593
594
|
"properties": {
|
|
594
595
|
"key": {
|
|
595
|
-
"description": "
|
|
596
|
+
"description": "The key property is mandatory. It is used for initializing the corresponding SegmentedButton item.",
|
|
596
597
|
"type": "string"
|
|
597
598
|
},
|
|
598
599
|
"annotationPath": {
|
|
@@ -615,7 +616,7 @@
|
|
|
615
616
|
"artifactType": "Manifest"
|
|
616
617
|
},
|
|
617
618
|
"variants": {
|
|
618
|
-
"description": "The variants section contains a set of entries that point to
|
|
619
|
+
"description": "The variants section contains a set of entries that point to a SelectionVariant or SelectionPresentationVariant annotation.",
|
|
619
620
|
"type": "object",
|
|
620
621
|
"additionalProperties": {
|
|
621
622
|
"$ref": "#/definitions/QuickVariantX"
|
|
@@ -637,7 +638,7 @@
|
|
|
637
638
|
"type": "object",
|
|
638
639
|
"properties": {
|
|
639
640
|
"entitySet": {
|
|
640
|
-
"description": "Represents the entity set that
|
|
641
|
+
"description": "Represents the entity set that is displayed in this variant.",
|
|
641
642
|
"type": "string"
|
|
642
643
|
},
|
|
643
644
|
"multiSelect": {
|
|
@@ -649,7 +650,7 @@
|
|
|
649
650
|
"type": "boolean"
|
|
650
651
|
},
|
|
651
652
|
"selectionLimit": {
|
|
652
|
-
"description": "
|
|
653
|
+
"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.",
|
|
653
654
|
"type": "number"
|
|
654
655
|
},
|
|
655
656
|
"type": {
|
|
@@ -665,7 +666,7 @@
|
|
|
665
666
|
"type": "boolean"
|
|
666
667
|
},
|
|
667
668
|
"key": {
|
|
668
|
-
"description": "
|
|
669
|
+
"description": "The key property is mandatory. It is used for initializing the corresponding SegmentedButton item.",
|
|
669
670
|
"type": "string"
|
|
670
671
|
},
|
|
671
672
|
"annotationPath": {
|
|
@@ -694,7 +695,7 @@
|
|
|
694
695
|
"properties": {
|
|
695
696
|
"loadDataOnAppLaunch": {
|
|
696
697
|
"$ref": "#/definitions/LoadDataOnAppLaunchSettings",
|
|
697
|
-
"description": "
|
|
698
|
+
"description": "Changes the default behavior for autoloading data.\nFor multi-view scenarios, you can change the enableAutobinding property to False under quickVariantSelectionX instead.",
|
|
698
699
|
"artifactType": "Manifest"
|
|
699
700
|
}
|
|
700
701
|
},
|
|
@@ -746,13 +747,13 @@
|
|
|
746
747
|
"controlType": "sap.m.Button"
|
|
747
748
|
},
|
|
748
749
|
"icon": {
|
|
749
|
-
"description": "An icon to be displayed as a graphical element within the button
|
|
750
|
+
"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.",
|
|
750
751
|
"type": "string",
|
|
751
752
|
"artifactType": "FlexChange",
|
|
752
753
|
"controlType": "sap.m.Button"
|
|
753
754
|
},
|
|
754
755
|
"activeIcon": {
|
|
755
|
-
"description": "An alternative icon for the active (depressed) state of the button
|
|
756
|
+
"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.",
|
|
756
757
|
"type": "string",
|
|
757
758
|
"artifactType": "FlexChange",
|
|
758
759
|
"controlType": "sap.m.Button"
|
|
@@ -812,7 +813,7 @@
|
|
|
812
813
|
"type": "object",
|
|
813
814
|
"properties": {
|
|
814
815
|
"width": {
|
|
815
|
-
"description": "
|
|
816
|
+
"description": "Defines the width of the column.",
|
|
816
817
|
"type": "string",
|
|
817
818
|
"artifactType": "FlexChange",
|
|
818
819
|
"controlType": "sap.m.Column"
|
|
@@ -827,7 +828,7 @@
|
|
|
827
828
|
"type": "string"
|
|
828
829
|
}
|
|
829
830
|
],
|
|
830
|
-
"description": "
|
|
831
|
+
"description": "Defines the horizontal alignment of the column content.",
|
|
831
832
|
"artifactType": "FlexChange",
|
|
832
833
|
"controlType": "sap.m.Column"
|
|
833
834
|
}
|
|
@@ -858,13 +859,13 @@
|
|
|
858
859
|
"controlType": "sap.m.Button"
|
|
859
860
|
},
|
|
860
861
|
"icon": {
|
|
861
|
-
"description": "An icon to be displayed as a graphical element within the button
|
|
862
|
+
"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.",
|
|
862
863
|
"type": "string",
|
|
863
864
|
"artifactType": "FlexChange",
|
|
864
865
|
"controlType": "sap.m.Button"
|
|
865
866
|
},
|
|
866
867
|
"activeIcon": {
|
|
867
|
-
"description": "An alternative icon for the active (depressed) state of the button
|
|
868
|
+
"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.",
|
|
868
869
|
"type": "string",
|
|
869
870
|
"artifactType": "FlexChange",
|
|
870
871
|
"controlType": "sap.m.Button"
|
|
@@ -876,7 +877,7 @@
|
|
|
876
877
|
"controlType": "sap.m.Button"
|
|
877
878
|
},
|
|
878
879
|
"width": {
|
|
879
|
-
"description": "
|
|
880
|
+
"description": "Defines the width of the column.",
|
|
880
881
|
"type": "string",
|
|
881
882
|
"artifactType": "FlexChange",
|
|
882
883
|
"controlType": "sap.m.Column"
|
|
@@ -891,7 +892,7 @@
|
|
|
891
892
|
"type": "string"
|
|
892
893
|
}
|
|
893
894
|
],
|
|
894
|
-
"description": "
|
|
895
|
+
"description": "Defines the horizontal alignment of the column content.",
|
|
895
896
|
"artifactType": "FlexChange",
|
|
896
897
|
"controlType": "sap.m.Column"
|
|
897
898
|
}
|
|
@@ -904,7 +905,7 @@
|
|
|
904
905
|
"type": "object",
|
|
905
906
|
"properties": {
|
|
906
907
|
"id": {
|
|
907
|
-
"description": "
|
|
908
|
+
"description": "If the fragment needs to be reused for multiple tabs, the id property must be set to make the IDs unique.",
|
|
908
909
|
"artifactType": "Fragment",
|
|
909
910
|
"type": "string"
|
|
910
911
|
},
|
|
@@ -915,7 +916,7 @@
|
|
|
915
916
|
"type": "string"
|
|
916
917
|
},
|
|
917
918
|
"columnKey": {
|
|
918
|
-
"description": "The column key",
|
|
919
|
+
"description": "The column key.",
|
|
919
920
|
"artifactType": "Fragment",
|
|
920
921
|
"type": "string"
|
|
921
922
|
},
|
|
@@ -932,7 +933,7 @@
|
|
|
932
933
|
"type": "string"
|
|
933
934
|
},
|
|
934
935
|
"className": {
|
|
935
|
-
"description": "The UI5 control used for your extension",
|
|
936
|
+
"description": "The UI5 control used for your extension.",
|
|
936
937
|
"artifactType": "Manifest",
|
|
937
938
|
"type": "string",
|
|
938
939
|
"const": "sap.ui.core.Fragment"
|
|
@@ -982,14 +983,14 @@
|
|
|
982
983
|
"type": "object",
|
|
983
984
|
"properties": {
|
|
984
985
|
"type": {
|
|
985
|
-
"description": "
|
|
986
|
+
"description": "Specifies the type of table.",
|
|
986
987
|
"type": "string",
|
|
987
988
|
"const": "GridTable",
|
|
988
989
|
"artifactType": "Manifest"
|
|
989
990
|
},
|
|
990
991
|
"createWithFilters": {
|
|
991
992
|
"$ref": "#/definitions/CreateWithFilters",
|
|
992
|
-
"description": "
|
|
993
|
+
"description": "Adds a create action that uses the filter settings as input.",
|
|
993
994
|
"artifactType": "Manifest"
|
|
994
995
|
},
|
|
995
996
|
"multiSelect": {
|
|
@@ -1004,16 +1005,16 @@
|
|
|
1004
1005
|
},
|
|
1005
1006
|
"createWithParameterDialog": {
|
|
1006
1007
|
"$ref": "#/definitions/Fields4Dialog",
|
|
1007
|
-
"description": "
|
|
1008
|
+
"description": "Enables the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
|
|
1008
1009
|
"artifactType": "Manifest"
|
|
1009
1010
|
},
|
|
1010
1011
|
"selectAll": {
|
|
1011
|
-
"description": "The
|
|
1012
|
+
"description": "The Select All button is disabled by default. To enable it, set this property to true.",
|
|
1012
1013
|
"type": "boolean",
|
|
1013
1014
|
"artifactType": "Manifest"
|
|
1014
1015
|
},
|
|
1015
1016
|
"selectionLimit": {
|
|
1016
|
-
"description": "
|
|
1017
|
+
"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.",
|
|
1017
1018
|
"type": "number",
|
|
1018
1019
|
"artifactType": "Manifest"
|
|
1019
1020
|
},
|
|
@@ -1037,16 +1038,16 @@
|
|
|
1037
1038
|
},
|
|
1038
1039
|
"quickVariantSelection": {
|
|
1039
1040
|
"$ref": "#/definitions/QuickVariantSelection",
|
|
1040
|
-
"description": "/**\n With quickVariantSelection you can switch
|
|
1041
|
+
"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.",
|
|
1041
1042
|
"artifactType": "Manifest"
|
|
1042
1043
|
},
|
|
1043
1044
|
"quickVariantSelectionX": {
|
|
1044
1045
|
"$ref": "#/definitions/QuickVariantSelectionX",
|
|
1045
|
-
"description": "
|
|
1046
|
+
"description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
|
|
1046
1047
|
"artifactType": "Manifest"
|
|
1047
1048
|
},
|
|
1048
1049
|
"condensedTableLayout": {
|
|
1049
|
-
"description": "
|
|
1050
|
+
"description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
|
|
1050
1051
|
"type": "boolean",
|
|
1051
1052
|
"artifactType": "Manifest"
|
|
1052
1053
|
},
|
|
@@ -1079,7 +1080,7 @@
|
|
|
1079
1080
|
"type": "object",
|
|
1080
1081
|
"properties": {
|
|
1081
1082
|
"type": {
|
|
1082
|
-
"description": "
|
|
1083
|
+
"description": "Specifies the type of table.",
|
|
1083
1084
|
"type": "string",
|
|
1084
1085
|
"const": "TreeTable",
|
|
1085
1086
|
"artifactType": "Manifest"
|
|
@@ -1096,16 +1097,16 @@
|
|
|
1096
1097
|
},
|
|
1097
1098
|
"createWithParameterDialog": {
|
|
1098
1099
|
"$ref": "#/definitions/Fields4Dialog",
|
|
1099
|
-
"description": "
|
|
1100
|
+
"description": "Enables the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
|
|
1100
1101
|
"artifactType": "Manifest"
|
|
1101
1102
|
},
|
|
1102
1103
|
"selectAll": {
|
|
1103
|
-
"description": "The
|
|
1104
|
+
"description": "The Select All button is disabled by default. To enable it, set this property to true.",
|
|
1104
1105
|
"type": "boolean",
|
|
1105
1106
|
"artifactType": "Manifest"
|
|
1106
1107
|
},
|
|
1107
1108
|
"selectionLimit": {
|
|
1108
|
-
"description": "
|
|
1109
|
+
"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.",
|
|
1109
1110
|
"type": "number",
|
|
1110
1111
|
"artifactType": "Manifest"
|
|
1111
1112
|
},
|
|
@@ -1129,16 +1130,16 @@
|
|
|
1129
1130
|
},
|
|
1130
1131
|
"quickVariantSelection": {
|
|
1131
1132
|
"$ref": "#/definitions/QuickVariantSelection",
|
|
1132
|
-
"description": "/**\n With quickVariantSelection you can switch
|
|
1133
|
+
"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.",
|
|
1133
1134
|
"artifactType": "Manifest"
|
|
1134
1135
|
},
|
|
1135
1136
|
"quickVariantSelectionX": {
|
|
1136
1137
|
"$ref": "#/definitions/QuickVariantSelectionX",
|
|
1137
|
-
"description": "
|
|
1138
|
+
"description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
|
|
1138
1139
|
"artifactType": "Manifest"
|
|
1139
1140
|
},
|
|
1140
1141
|
"condensedTableLayout": {
|
|
1141
|
-
"description": "
|
|
1142
|
+
"description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
|
|
1142
1143
|
"type": "boolean",
|
|
1143
1144
|
"artifactType": "Manifest"
|
|
1144
1145
|
},
|
|
@@ -1176,13 +1177,13 @@
|
|
|
1176
1177
|
"artifactType": "Manifest"
|
|
1177
1178
|
},
|
|
1178
1179
|
"type": {
|
|
1179
|
-
"description": "
|
|
1180
|
+
"description": "Specifies the type of table.",
|
|
1180
1181
|
"type": "string",
|
|
1181
1182
|
"const": "ResponsiveTable",
|
|
1182
1183
|
"artifactType": "Manifest"
|
|
1183
1184
|
},
|
|
1184
1185
|
"includeItemInSelection": {
|
|
1185
|
-
"description": "Set
|
|
1186
|
+
"description": "Set this property to true if you want items to be selectable when they are clicked rather than after the selection control has been set.",
|
|
1186
1187
|
"type": "boolean",
|
|
1187
1188
|
"artifactType": "FlexChange",
|
|
1188
1189
|
"controlType": "sap.m.Table"
|
|
@@ -1197,13 +1198,13 @@
|
|
|
1197
1198
|
"type": "string"
|
|
1198
1199
|
}
|
|
1199
1200
|
],
|
|
1200
|
-
"description": "
|
|
1201
|
+
"description": "Defines the layout the table pop-in rows are rendered in.",
|
|
1201
1202
|
"artifactType": "FlexChange",
|
|
1202
1203
|
"controlType": "sap.m.Table"
|
|
1203
1204
|
},
|
|
1204
1205
|
"createWithFilters": {
|
|
1205
1206
|
"$ref": "#/definitions/CreateWithFilters",
|
|
1206
|
-
"description": "
|
|
1207
|
+
"description": "Adds a new create action that uses the filter settings as input.",
|
|
1207
1208
|
"artifactType": "Manifest"
|
|
1208
1209
|
},
|
|
1209
1210
|
"showDraftToggle": {
|
|
@@ -1212,23 +1213,23 @@
|
|
|
1212
1213
|
"artifactType": "Manifest"
|
|
1213
1214
|
},
|
|
1214
1215
|
"growingThreshold": {
|
|
1215
|
-
"description": "
|
|
1216
|
+
"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.",
|
|
1216
1217
|
"type": "number",
|
|
1217
1218
|
"artifactType": "FlexChange",
|
|
1218
1219
|
"controlType": "sap.m.Table"
|
|
1219
1220
|
},
|
|
1220
1221
|
"createWithParameterDialog": {
|
|
1221
1222
|
"$ref": "#/definitions/Fields4Dialog",
|
|
1222
|
-
"description": "
|
|
1223
|
+
"description": "Enables the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
|
|
1223
1224
|
"artifactType": "Manifest"
|
|
1224
1225
|
},
|
|
1225
1226
|
"selectAll": {
|
|
1226
|
-
"description": "The
|
|
1227
|
+
"description": "The Select All button is disabled by default. To enable it, set this property to true.",
|
|
1227
1228
|
"type": "boolean",
|
|
1228
1229
|
"artifactType": "Manifest"
|
|
1229
1230
|
},
|
|
1230
1231
|
"selectionLimit": {
|
|
1231
|
-
"description": "
|
|
1232
|
+
"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.",
|
|
1232
1233
|
"type": "number",
|
|
1233
1234
|
"artifactType": "Manifest"
|
|
1234
1235
|
},
|
|
@@ -1252,16 +1253,16 @@
|
|
|
1252
1253
|
},
|
|
1253
1254
|
"quickVariantSelection": {
|
|
1254
1255
|
"$ref": "#/definitions/QuickVariantSelection",
|
|
1255
|
-
"description": "/**\n With quickVariantSelection you can switch
|
|
1256
|
+
"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.",
|
|
1256
1257
|
"artifactType": "Manifest"
|
|
1257
1258
|
},
|
|
1258
1259
|
"quickVariantSelectionX": {
|
|
1259
1260
|
"$ref": "#/definitions/QuickVariantSelectionX",
|
|
1260
|
-
"description": "
|
|
1261
|
+
"description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
|
|
1261
1262
|
"artifactType": "Manifest"
|
|
1262
1263
|
},
|
|
1263
1264
|
"condensedTableLayout": {
|
|
1264
|
-
"description": "
|
|
1265
|
+
"description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
|
|
1265
1266
|
"type": "boolean",
|
|
1266
1267
|
"artifactType": "Manifest"
|
|
1267
1268
|
},
|
|
@@ -1302,18 +1303,18 @@
|
|
|
1302
1303
|
"type": "object",
|
|
1303
1304
|
"properties": {
|
|
1304
1305
|
"inlineDelete": {
|
|
1305
|
-
"description": "Used to enable inline deletion in a responsive table
|
|
1306
|
+
"description": "Used to enable inline deletion in a responsive table.",
|
|
1306
1307
|
"type": "boolean",
|
|
1307
1308
|
"artifactType": "Manifest"
|
|
1308
1309
|
},
|
|
1309
1310
|
"type": {
|
|
1310
|
-
"description": "
|
|
1311
|
+
"description": "Specifies the type of table.",
|
|
1311
1312
|
"type": "string",
|
|
1312
1313
|
"const": "ResponsiveTable",
|
|
1313
1314
|
"artifactType": "Manifest"
|
|
1314
1315
|
},
|
|
1315
1316
|
"includeItemInSelection": {
|
|
1316
|
-
"description": "Set
|
|
1317
|
+
"description": "Set this property to true if you want items to be selectable when they are clicked rather than after the selection control has been set.",
|
|
1317
1318
|
"type": "boolean",
|
|
1318
1319
|
"artifactType": "FlexChange",
|
|
1319
1320
|
"controlType": "sap.m.Table"
|
|
@@ -1328,13 +1329,13 @@
|
|
|
1328
1329
|
"type": "string"
|
|
1329
1330
|
}
|
|
1330
1331
|
],
|
|
1331
|
-
"description": "
|
|
1332
|
+
"description": "Defines the layout the table pop-in rows are rendered in.",
|
|
1332
1333
|
"artifactType": "FlexChange",
|
|
1333
1334
|
"controlType": "sap.m.Table"
|
|
1334
1335
|
},
|
|
1335
1336
|
"createWithFilters": {
|
|
1336
1337
|
"$ref": "#/definitions/CreateWithFilters",
|
|
1337
|
-
"description": "
|
|
1338
|
+
"description": "Adds a new create action that uses the filter settings as input.",
|
|
1338
1339
|
"artifactType": "Manifest"
|
|
1339
1340
|
},
|
|
1340
1341
|
"showDraftToggle": {
|
|
@@ -1343,23 +1344,23 @@
|
|
|
1343
1344
|
"artifactType": "Manifest"
|
|
1344
1345
|
},
|
|
1345
1346
|
"growingThreshold": {
|
|
1346
|
-
"description": "
|
|
1347
|
+
"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.",
|
|
1347
1348
|
"type": "number",
|
|
1348
1349
|
"artifactType": "FlexChange",
|
|
1349
1350
|
"controlType": "sap.m.Table"
|
|
1350
1351
|
},
|
|
1351
1352
|
"createWithParameterDialog": {
|
|
1352
1353
|
"$ref": "#/definitions/Fields4Dialog",
|
|
1353
|
-
"description": "
|
|
1354
|
+
"description": "Enables the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
|
|
1354
1355
|
"artifactType": "Manifest"
|
|
1355
1356
|
},
|
|
1356
1357
|
"selectAll": {
|
|
1357
|
-
"description": "The
|
|
1358
|
+
"description": "The Select All button is disabled by default. To enable it, set this property to true.",
|
|
1358
1359
|
"type": "boolean",
|
|
1359
1360
|
"artifactType": "Manifest"
|
|
1360
1361
|
},
|
|
1361
1362
|
"selectionLimit": {
|
|
1362
|
-
"description": "
|
|
1363
|
+
"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.",
|
|
1363
1364
|
"type": "number",
|
|
1364
1365
|
"artifactType": "Manifest"
|
|
1365
1366
|
},
|
|
@@ -1383,16 +1384,16 @@
|
|
|
1383
1384
|
},
|
|
1384
1385
|
"quickVariantSelection": {
|
|
1385
1386
|
"$ref": "#/definitions/QuickVariantSelection",
|
|
1386
|
-
"description": "/**\n With quickVariantSelection you can switch
|
|
1387
|
+
"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.",
|
|
1387
1388
|
"artifactType": "Manifest"
|
|
1388
1389
|
},
|
|
1389
1390
|
"quickVariantSelectionX": {
|
|
1390
1391
|
"$ref": "#/definitions/QuickVariantSelectionX",
|
|
1391
|
-
"description": "
|
|
1392
|
+
"description": "Switches to multiple views (multi-table mode), based on variants you have defined as annotations.",
|
|
1392
1393
|
"artifactType": "Manifest"
|
|
1393
1394
|
},
|
|
1394
1395
|
"condensedTableLayout": {
|
|
1395
|
-
"description": "
|
|
1396
|
+
"description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
|
|
1396
1397
|
"type": "boolean",
|
|
1397
1398
|
"artifactType": "Manifest"
|
|
1398
1399
|
},
|