@sap/ux-specification 1.84.25 → 1.84.29
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 +84 -8
- package/dist/documentation/runDocu-min.js +1 -1
- package/dist/documentation/styleDocu.css +4 -5
- package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
- package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
- package/dist/documentation/v2/v2-ListReport.html +1 -1
- package/dist/documentation/v2/v2-ObjectPage.html +1 -1
- package/dist/documentation/v2/v2-OverviewPage.html +1 -1
- package/dist/documentation/v4/v4-AnalyticalListPage.html +1 -1
- package/dist/documentation/v4/v4-ApplicationV4.html +1 -1
- package/dist/documentation/v4/v4-ListReport.html +1 -1
- package/dist/documentation/v4/v4-ObjectPage.html +1 -1
- package/dist/index-min.js +1 -1
- package/dist/schemas/v2/AnalyticalListPageConfig.json +31 -38
- package/dist/schemas/v2/ListReportConfig.json +38 -28
- package/dist/schemas/v2/ObjectPageConfig.json +183 -48
- package/dist/schemas/v2/OverviewPageConfig.json +258 -196
- package/dist/schemas/v4/AnalyticalListPageConfig.json +23 -25
- package/dist/schemas/v4/ListReportConfig.json +23 -25
- package/dist/schemas/v4/ObjectPageConfig.json +2 -48
- package/dist/scripts/extractDocu.js +18 -8
- package/dist/scripts/extractDocu.js.map +1 -1
- package/dist/scripts/runDocu.js +105 -89
- package/dist/scripts/runDocu.js.map +1 -1
- package/dist/scripts/to-json-schema.js +11 -2
- package/dist/scripts/to-json-schema.js.map +1 -1
- package/dist/specification/v2/index-min.js +1 -1
- package/dist/src/specification/v2/controls/{FormAction.d.ts → Action.d.ts} +29 -2
- package/dist/src/specification/v2/controls/{FormAction.js → Action.js} +1 -1
- package/dist/src/specification/v2/controls/Action.js.map +1 -0
- package/dist/src/specification/v2/controls/Card.d.ts +20 -72
- package/dist/src/specification/v2/controls/Card.js.map +1 -1
- package/dist/src/specification/v2/controls/FilterBar.d.ts +4 -0
- package/dist/src/specification/v2/controls/ObjectPageFooter.d.ts +2 -2
- package/dist/src/specification/v2/controls/{ObjectPageHeaderAction.d.ts → ObjectPageFooterAction.d.ts} +5 -4
- package/dist/src/specification/v2/controls/{ObjectPageHeaderAction.js → ObjectPageFooterAction.js} +1 -1
- package/dist/src/specification/v2/controls/ObjectPageFooterAction.js.map +1 -0
- package/dist/src/specification/v2/controls/ObjectPageForm.d.ts +1 -2
- package/dist/src/specification/v2/controls/ObjectPageHeader.d.ts +1 -1
- package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +5 -0
- package/dist/src/specification/v2/controls/ObjectPageToolBar.d.ts +1 -5
- package/dist/src/specification/v2/controls/Table.d.ts +6 -9
- package/dist/src/specification/v2/controls/ToolBar.d.ts +2 -2
- package/dist/src/specification/v2/controls/index.d.ts +8 -9
- package/dist/src/specification/v2/controls/index.js +3 -3
- package/dist/src/specification/v2/controls/index.js.map +1 -1
- package/dist/src/specification/v4/controls/ObjectPageTable.d.ts +3 -9
- package/dist/src/specification/v4/controls/Table.d.ts +4 -5
- package/dist/src/specification/v4/webapp/manifest/ManifestSettings.d.ts +8 -19
- package/dist/src/sync/common/generate/index.d.ts +1 -0
- package/dist/src/sync/common/generate/index.js +1 -0
- package/dist/src/sync/common/generate/index.js.map +1 -1
- package/dist/src/sync/common/generate/objectPage.js +22 -17
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/generate/utils.d.ts +59 -0
- package/dist/src/sync/common/generate/utils.js +192 -0
- package/dist/src/sync/common/generate/utils.js.map +1 -0
- package/dist/src/sync/common/importProject.js +8 -8
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +3 -30
- package/dist/src/sync/common/utils.js +15 -113
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Action.d.ts +13 -0
- package/dist/src/sync/v2/export/controls/Action.js +74 -0
- package/dist/src/sync/v2/export/controls/Action.js.map +1 -0
- package/dist/src/sync/v2/export/controls/Card.d.ts +3 -7
- package/dist/src/sync/v2/export/controls/Card.js +15 -43
- package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
- package/dist/src/sync/v2/export/controls/FilterBar.d.ts +1 -0
- package/dist/src/sync/v2/export/controls/FilterBar.js +10 -0
- package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.js +5 -4
- package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts +8 -0
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js +62 -0
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js +11 -29
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +4 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js +15 -0
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +8 -0
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js +59 -0
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -0
- package/dist/src/sync/v2/export/controls/Table.d.ts +5 -4
- package/dist/src/sync/v2/export/controls/Table.js +16 -21
- package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ToolBar.d.ts +4 -0
- package/dist/src/sync/v2/export/controls/ToolBar.js +6 -0
- package/dist/src/sync/v2/export/controls/ToolBar.js.map +1 -0
- package/dist/src/sync/v2/export/controls/index.d.ts +12 -8
- package/dist/src/sync/v2/export/controls/index.js +12 -8
- package/dist/src/sync/v2/export/controls/index.js.map +1 -1
- package/dist/src/sync/v2/export/export.js +1 -1
- package/dist/src/sync/v2/export/export.js.map +1 -1
- package/dist/src/sync/v2/export/exportPage.js +3 -2
- package/dist/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +6 -3
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/listReport.d.ts +8 -0
- package/dist/src/sync/v2/generate/listReport.js +17 -3
- package/dist/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts +0 -1
- package/dist/src/sync/v2/generate/objectPage.js +204 -122
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts +3 -3
- package/dist/src/sync/v2/generate/utils.js +22 -14
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v2/import/common/index.d.ts +8 -1
- package/dist/src/sync/v2/import/common/index.js +107 -43
- package/dist/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.js +31 -0
- package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.d.ts +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.js +305 -240
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/utils.d.ts +1 -1
- package/dist/src/sync/v2/import/utils.js +2 -2
- package/dist/src/sync/v2/import/utils.js.map +1 -1
- package/dist/src/sync/v2/types.d.ts +21 -2
- package/dist/src/sync/v2/types.js +7 -0
- package/dist/src/sync/v2/types.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTable.d.ts +2 -8
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js +3 -68
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +3 -2
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js +3 -10
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
- package/dist/src/sync/v4/export/controls/Table.d.ts +1 -8
- package/dist/src/sync/v4/export/controls/Table.js +2 -75
- package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v4/export/controls/TableColumn.d.ts +3 -1
- package/dist/src/sync/v4/export/controls/TableColumn.js +5 -2
- package/dist/src/sync/v4/export/controls/TableColumn.js.map +1 -1
- package/dist/src/sync/v4/export/export.js +21 -14
- package/dist/src/sync/v4/export/export.js.map +1 -1
- package/dist/src/sync/v4/export/types.d.ts +1 -0
- package/dist/src/sync/v4/generate/listReport.d.ts +2 -1
- package/dist/src/sync/v4/generate/listReport.js +47 -1
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +100 -50
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.js +2 -2
- package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.d.ts +1 -3
- package/dist/src/sync/v4/import/pages/listReport.js +27 -17
- package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.js +10 -12
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.d.ts +1 -8
- package/dist/src/sync/v4/utils/utils.js +31 -53
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/package.json +7 -4
- package/dist/src/specification/v2/controls/FormAction.js.map +0 -1
- package/dist/src/specification/v2/controls/ObjectPageHeaderAction.js.map +0 -1
|
@@ -86,11 +86,6 @@
|
|
|
86
86
|
"type": "boolean",
|
|
87
87
|
"artifactType": "Manifest"
|
|
88
88
|
},
|
|
89
|
-
"filterDefaultsFromSelectionVariant": {
|
|
90
|
-
"description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
|
|
91
|
-
"type": "boolean",
|
|
92
|
-
"artifactType": "Manifest"
|
|
93
|
-
},
|
|
94
89
|
"allFiltersAsInParameters": {
|
|
95
90
|
"description": "All filter fields will be set as in parameter",
|
|
96
91
|
"type": "boolean",
|
|
@@ -128,6 +123,12 @@
|
|
|
128
123
|
"artifactType": "FlexChange",
|
|
129
124
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
130
125
|
},
|
|
126
|
+
"exportType": {
|
|
127
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
128
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
129
|
+
"artifactType": "FlexChange",
|
|
130
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
131
|
+
},
|
|
131
132
|
"fitContainer": {
|
|
132
133
|
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
133
134
|
"type": "boolean",
|
|
@@ -217,6 +218,9 @@
|
|
|
217
218
|
"path"
|
|
218
219
|
]
|
|
219
220
|
},
|
|
221
|
+
"sap.ui.comp.smarttable.ExportType": {
|
|
222
|
+
"description": "Provides the type of services available for export in the `SmartTable` control."
|
|
223
|
+
},
|
|
220
224
|
"QuickVariantSelection": {
|
|
221
225
|
"type": "object",
|
|
222
226
|
"properties": {
|
|
@@ -384,16 +388,17 @@
|
|
|
384
388
|
"isViewNode": true,
|
|
385
389
|
"type": "object",
|
|
386
390
|
"additionalProperties": {
|
|
387
|
-
"$ref": "#/definitions/
|
|
391
|
+
"$ref": "#/definitions/Action"
|
|
388
392
|
}
|
|
389
393
|
},
|
|
390
|
-
"
|
|
394
|
+
"Action": {
|
|
391
395
|
"description": "Action",
|
|
392
396
|
"isViewNode": true,
|
|
393
397
|
"type": "object",
|
|
394
398
|
"properties": {
|
|
395
399
|
"tooltip": {
|
|
396
|
-
"description": "
|
|
400
|
+
"description": "The text of the button tooltip, preferably as an i18n key.",
|
|
401
|
+
"i18nClassification": "ACT: Text for tooltip of button.",
|
|
397
402
|
"type": "string",
|
|
398
403
|
"artifactType": "FlexChange",
|
|
399
404
|
"controlType": "sap.m.Button"
|
|
@@ -415,25 +420,6 @@
|
|
|
415
420
|
"description": "Defines the Button type.",
|
|
416
421
|
"artifactType": "FlexChange",
|
|
417
422
|
"controlType": "sap.m.Button"
|
|
418
|
-
},
|
|
419
|
-
"visible": {
|
|
420
|
-
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
421
|
-
"anyOf": [
|
|
422
|
-
{
|
|
423
|
-
"enum": [
|
|
424
|
-
false,
|
|
425
|
-
true,
|
|
426
|
-
"{ui>/editable}",
|
|
427
|
-
"{= !${ui>/editable}}"
|
|
428
|
-
]
|
|
429
|
-
},
|
|
430
|
-
{
|
|
431
|
-
"type": "string"
|
|
432
|
-
}
|
|
433
|
-
],
|
|
434
|
-
"description": "Whether the button should be visible on the screen.",
|
|
435
|
-
"artifactType": "FlexChange",
|
|
436
|
-
"controlType": "sap.m.Button"
|
|
437
423
|
}
|
|
438
424
|
},
|
|
439
425
|
"additionalProperties": false
|
|
@@ -524,7 +510,7 @@
|
|
|
524
510
|
"type": "string"
|
|
525
511
|
},
|
|
526
512
|
"text": {
|
|
527
|
-
"description": "The label of the custom column,
|
|
513
|
+
"description": "The label of the custom column, preferably as an i18n key.",
|
|
528
514
|
"i18nClassification": "COL: Custom column header text",
|
|
529
515
|
"type": "string"
|
|
530
516
|
},
|
|
@@ -621,11 +607,6 @@
|
|
|
621
607
|
"type": "boolean",
|
|
622
608
|
"artifactType": "Manifest"
|
|
623
609
|
},
|
|
624
|
-
"filterDefaultsFromSelectionVariant": {
|
|
625
|
-
"description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
|
|
626
|
-
"type": "boolean",
|
|
627
|
-
"artifactType": "Manifest"
|
|
628
|
-
},
|
|
629
610
|
"allFiltersAsInParameters": {
|
|
630
611
|
"description": "All filter fields will be set as in parameter",
|
|
631
612
|
"type": "boolean",
|
|
@@ -663,6 +644,12 @@
|
|
|
663
644
|
"artifactType": "FlexChange",
|
|
664
645
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
665
646
|
},
|
|
647
|
+
"exportType": {
|
|
648
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
649
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
650
|
+
"artifactType": "FlexChange",
|
|
651
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
652
|
+
},
|
|
666
653
|
"fitContainer": {
|
|
667
654
|
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
668
655
|
"type": "boolean",
|
|
@@ -745,11 +732,6 @@
|
|
|
745
732
|
"type": "boolean",
|
|
746
733
|
"artifactType": "Manifest"
|
|
747
734
|
},
|
|
748
|
-
"filterDefaultsFromSelectionVariant": {
|
|
749
|
-
"description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
|
|
750
|
-
"type": "boolean",
|
|
751
|
-
"artifactType": "Manifest"
|
|
752
|
-
},
|
|
753
735
|
"allFiltersAsInParameters": {
|
|
754
736
|
"description": "All filter fields will be set as in parameter",
|
|
755
737
|
"type": "boolean",
|
|
@@ -787,6 +769,12 @@
|
|
|
787
769
|
"artifactType": "FlexChange",
|
|
788
770
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
789
771
|
},
|
|
772
|
+
"exportType": {
|
|
773
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
774
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
775
|
+
"artifactType": "FlexChange",
|
|
776
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
777
|
+
},
|
|
790
778
|
"fitContainer": {
|
|
791
779
|
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
792
780
|
"type": "boolean",
|
|
@@ -839,6 +827,11 @@
|
|
|
839
827
|
"type": "boolean",
|
|
840
828
|
"artifactType": "Manifest"
|
|
841
829
|
},
|
|
830
|
+
"filterDefaultsFromSelectionVariant": {
|
|
831
|
+
"description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
|
|
832
|
+
"type": "boolean",
|
|
833
|
+
"artifactType": "Manifest"
|
|
834
|
+
},
|
|
842
835
|
"smartVariantManagement": {
|
|
843
836
|
"description": "Controls whether smart variant management is active. Default is true.",
|
|
844
837
|
"type": "boolean",
|
|
@@ -117,6 +117,12 @@
|
|
|
117
117
|
"artifactType": "FlexChange",
|
|
118
118
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
119
119
|
},
|
|
120
|
+
"exportType": {
|
|
121
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
122
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
123
|
+
"artifactType": "FlexChange",
|
|
124
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
125
|
+
},
|
|
120
126
|
"fitContainer": {
|
|
121
127
|
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
122
128
|
"type": "boolean",
|
|
@@ -216,6 +222,9 @@
|
|
|
216
222
|
"path"
|
|
217
223
|
]
|
|
218
224
|
},
|
|
225
|
+
"sap.ui.comp.smarttable.ExportType": {
|
|
226
|
+
"description": "Provides the type of services available for export in the `SmartTable` control."
|
|
227
|
+
},
|
|
219
228
|
"QuickVariantSelection": {
|
|
220
229
|
"type": "object",
|
|
221
230
|
"properties": {
|
|
@@ -383,16 +392,17 @@
|
|
|
383
392
|
"isViewNode": true,
|
|
384
393
|
"type": "object",
|
|
385
394
|
"additionalProperties": {
|
|
386
|
-
"$ref": "#/definitions/
|
|
395
|
+
"$ref": "#/definitions/Action"
|
|
387
396
|
}
|
|
388
397
|
},
|
|
389
|
-
"
|
|
398
|
+
"Action": {
|
|
390
399
|
"description": "Action",
|
|
391
400
|
"isViewNode": true,
|
|
392
401
|
"type": "object",
|
|
393
402
|
"properties": {
|
|
394
403
|
"tooltip": {
|
|
395
|
-
"description": "
|
|
404
|
+
"description": "The text of the button tooltip, preferably as an i18n key.",
|
|
405
|
+
"i18nClassification": "ACT: Text for tooltip of button.",
|
|
396
406
|
"type": "string",
|
|
397
407
|
"artifactType": "FlexChange",
|
|
398
408
|
"controlType": "sap.m.Button"
|
|
@@ -414,25 +424,6 @@
|
|
|
414
424
|
"description": "Defines the Button type.",
|
|
415
425
|
"artifactType": "FlexChange",
|
|
416
426
|
"controlType": "sap.m.Button"
|
|
417
|
-
},
|
|
418
|
-
"visible": {
|
|
419
|
-
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
420
|
-
"anyOf": [
|
|
421
|
-
{
|
|
422
|
-
"enum": [
|
|
423
|
-
false,
|
|
424
|
-
true,
|
|
425
|
-
"{ui>/editable}",
|
|
426
|
-
"{= !${ui>/editable}}"
|
|
427
|
-
]
|
|
428
|
-
},
|
|
429
|
-
{
|
|
430
|
-
"type": "string"
|
|
431
|
-
}
|
|
432
|
-
],
|
|
433
|
-
"description": "Whether the button should be visible on the screen.",
|
|
434
|
-
"artifactType": "FlexChange",
|
|
435
|
-
"controlType": "sap.m.Button"
|
|
436
427
|
}
|
|
437
428
|
},
|
|
438
429
|
"additionalProperties": false
|
|
@@ -523,7 +514,7 @@
|
|
|
523
514
|
"type": "string"
|
|
524
515
|
},
|
|
525
516
|
"text": {
|
|
526
|
-
"description": "The label of the custom column,
|
|
517
|
+
"description": "The label of the custom column, preferably as an i18n key.",
|
|
527
518
|
"i18nClassification": "COL: Custom column header text",
|
|
528
519
|
"type": "string"
|
|
529
520
|
},
|
|
@@ -662,6 +653,12 @@
|
|
|
662
653
|
"artifactType": "FlexChange",
|
|
663
654
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
664
655
|
},
|
|
656
|
+
"exportType": {
|
|
657
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
658
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
659
|
+
"artifactType": "FlexChange",
|
|
660
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
661
|
+
},
|
|
665
662
|
"fitContainer": {
|
|
666
663
|
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
667
664
|
"type": "boolean",
|
|
@@ -755,6 +752,12 @@
|
|
|
755
752
|
"artifactType": "FlexChange",
|
|
756
753
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
757
754
|
},
|
|
755
|
+
"exportType": {
|
|
756
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
757
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
758
|
+
"artifactType": "FlexChange",
|
|
759
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
760
|
+
},
|
|
758
761
|
"fitContainer": {
|
|
759
762
|
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
760
763
|
"type": "boolean",
|
|
@@ -832,11 +835,6 @@
|
|
|
832
835
|
"type": "string",
|
|
833
836
|
"artifactType": "Manifest"
|
|
834
837
|
},
|
|
835
|
-
"filterDefaultsFromSelectionVariant": {
|
|
836
|
-
"description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
|
|
837
|
-
"type": "boolean",
|
|
838
|
-
"artifactType": "Manifest"
|
|
839
|
-
},
|
|
840
838
|
"allFiltersAsInParameters": {
|
|
841
839
|
"description": "All filter fields will be set as in parameter",
|
|
842
840
|
"type": "boolean",
|
|
@@ -884,6 +882,12 @@
|
|
|
884
882
|
"artifactType": "FlexChange",
|
|
885
883
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
886
884
|
},
|
|
885
|
+
"exportType": {
|
|
886
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
887
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
888
|
+
"artifactType": "FlexChange",
|
|
889
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
890
|
+
},
|
|
887
891
|
"fitContainer": {
|
|
888
892
|
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
889
893
|
"type": "boolean",
|
|
@@ -997,6 +1001,12 @@
|
|
|
997
1001
|
"artifactType": "FlexChange",
|
|
998
1002
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
999
1003
|
},
|
|
1004
|
+
"exportType": {
|
|
1005
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
1006
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
1007
|
+
"artifactType": "FlexChange",
|
|
1008
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1009
|
+
},
|
|
1000
1010
|
"fitContainer": {
|
|
1001
1011
|
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
1002
1012
|
"type": "boolean",
|
|
@@ -129,8 +129,28 @@
|
|
|
129
129
|
"isViewNode": true,
|
|
130
130
|
"type": "object",
|
|
131
131
|
"properties": {
|
|
132
|
+
"visible": {
|
|
133
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
134
|
+
"anyOf": [
|
|
135
|
+
{
|
|
136
|
+
"enum": [
|
|
137
|
+
false,
|
|
138
|
+
true,
|
|
139
|
+
"{ui>/editable}",
|
|
140
|
+
"{= !${ui>/editable}}"
|
|
141
|
+
]
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"type": "string"
|
|
145
|
+
}
|
|
146
|
+
],
|
|
147
|
+
"description": "Whether the button should be visible on the screen.",
|
|
148
|
+
"artifactType": "FlexChange",
|
|
149
|
+
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
150
|
+
},
|
|
132
151
|
"tooltip": {
|
|
133
|
-
"description": "
|
|
152
|
+
"description": "The text of the button tooltip, preferably as an i18n key.",
|
|
153
|
+
"i18nClassification": "ACT: Text for tooltip of button.",
|
|
134
154
|
"type": "string",
|
|
135
155
|
"artifactType": "FlexChange",
|
|
136
156
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
@@ -152,25 +172,6 @@
|
|
|
152
172
|
"description": "Defines the Button type.",
|
|
153
173
|
"artifactType": "FlexChange",
|
|
154
174
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
155
|
-
},
|
|
156
|
-
"visible": {
|
|
157
|
-
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
158
|
-
"anyOf": [
|
|
159
|
-
{
|
|
160
|
-
"enum": [
|
|
161
|
-
false,
|
|
162
|
-
true,
|
|
163
|
-
"{ui>/editable}",
|
|
164
|
-
"{= !${ui>/editable}}"
|
|
165
|
-
]
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"type": "string"
|
|
169
|
-
}
|
|
170
|
-
],
|
|
171
|
-
"description": "Whether the button should be visible on the screen.",
|
|
172
|
-
"artifactType": "FlexChange",
|
|
173
|
-
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
174
175
|
}
|
|
175
176
|
},
|
|
176
177
|
"additionalProperties": false
|
|
@@ -329,12 +330,32 @@
|
|
|
329
330
|
}
|
|
330
331
|
},
|
|
331
332
|
"FormAction": {
|
|
332
|
-
"description": "Action",
|
|
333
|
+
"description": "Form Action",
|
|
333
334
|
"isViewNode": true,
|
|
334
335
|
"type": "object",
|
|
335
336
|
"properties": {
|
|
337
|
+
"visible": {
|
|
338
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
339
|
+
"anyOf": [
|
|
340
|
+
{
|
|
341
|
+
"enum": [
|
|
342
|
+
false,
|
|
343
|
+
true,
|
|
344
|
+
"{ui>/editable}",
|
|
345
|
+
"{= !${ui>/editable}}"
|
|
346
|
+
]
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"type": "string"
|
|
350
|
+
}
|
|
351
|
+
],
|
|
352
|
+
"description": "Whether the button should be visible on the screen.",
|
|
353
|
+
"artifactType": "FlexChange",
|
|
354
|
+
"controlType": "sap.m.Button"
|
|
355
|
+
},
|
|
336
356
|
"tooltip": {
|
|
337
|
-
"description": "
|
|
357
|
+
"description": "The text of the button tooltip, preferably as an i18n key.",
|
|
358
|
+
"i18nClassification": "ACT: Text for tooltip of button.",
|
|
338
359
|
"type": "string",
|
|
339
360
|
"artifactType": "FlexChange",
|
|
340
361
|
"controlType": "sap.m.Button"
|
|
@@ -356,25 +377,6 @@
|
|
|
356
377
|
"description": "Defines the Button type.",
|
|
357
378
|
"artifactType": "FlexChange",
|
|
358
379
|
"controlType": "sap.m.Button"
|
|
359
|
-
},
|
|
360
|
-
"visible": {
|
|
361
|
-
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
362
|
-
"anyOf": [
|
|
363
|
-
{
|
|
364
|
-
"enum": [
|
|
365
|
-
false,
|
|
366
|
-
true,
|
|
367
|
-
"{ui>/editable}",
|
|
368
|
-
"{= !${ui>/editable}}"
|
|
369
|
-
]
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
"type": "string"
|
|
373
|
-
}
|
|
374
|
-
],
|
|
375
|
-
"description": "Whether the button should be visible on the screen.",
|
|
376
|
-
"artifactType": "FlexChange",
|
|
377
|
-
"controlType": "sap.m.Button"
|
|
378
380
|
}
|
|
379
381
|
},
|
|
380
382
|
"additionalProperties": false
|
|
@@ -502,6 +504,12 @@
|
|
|
502
504
|
"artifactType": "FlexChange",
|
|
503
505
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
504
506
|
},
|
|
507
|
+
"exportType": {
|
|
508
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
509
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
510
|
+
"artifactType": "FlexChange",
|
|
511
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
512
|
+
},
|
|
505
513
|
"createMode": {
|
|
506
514
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
507
515
|
"type": "string",
|
|
@@ -614,6 +622,9 @@
|
|
|
614
622
|
"key"
|
|
615
623
|
]
|
|
616
624
|
},
|
|
625
|
+
"sap.ui.comp.smarttable.ExportType": {
|
|
626
|
+
"description": "Provides the type of services available for export in the `SmartTable` control."
|
|
627
|
+
},
|
|
617
628
|
"ObjectPageToolBar": {
|
|
618
629
|
"description": "Toolbar",
|
|
619
630
|
"isViewNode": true,
|
|
@@ -633,11 +644,61 @@
|
|
|
633
644
|
"isViewNode": true,
|
|
634
645
|
"type": "object",
|
|
635
646
|
"additionalProperties": {
|
|
636
|
-
"
|
|
637
|
-
"properties": {},
|
|
638
|
-
"additionalProperties": true
|
|
647
|
+
"$ref": "#/definitions/ObjectPageToolBarAction"
|
|
639
648
|
}
|
|
640
649
|
},
|
|
650
|
+
"ObjectPageToolBarAction": {
|
|
651
|
+
"description": "ToolBar Action",
|
|
652
|
+
"isViewNode": true,
|
|
653
|
+
"type": "object",
|
|
654
|
+
"properties": {
|
|
655
|
+
"visible": {
|
|
656
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
657
|
+
"anyOf": [
|
|
658
|
+
{
|
|
659
|
+
"enum": [
|
|
660
|
+
false,
|
|
661
|
+
true,
|
|
662
|
+
"{ui>/editable}",
|
|
663
|
+
"{= !${ui>/editable}}"
|
|
664
|
+
]
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"type": "string"
|
|
668
|
+
}
|
|
669
|
+
],
|
|
670
|
+
"description": "Whether the button should be visible on the screen.",
|
|
671
|
+
"artifactType": "FlexChange",
|
|
672
|
+
"controlType": "sap.m.Button"
|
|
673
|
+
},
|
|
674
|
+
"tooltip": {
|
|
675
|
+
"description": "The text of the button tooltip, preferably as an i18n key.",
|
|
676
|
+
"i18nClassification": "ACT: Text for tooltip of button.",
|
|
677
|
+
"type": "string",
|
|
678
|
+
"artifactType": "FlexChange",
|
|
679
|
+
"controlType": "sap.m.Button"
|
|
680
|
+
},
|
|
681
|
+
"icon": {
|
|
682
|
+
"description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font, represented as RFC 3986 conformant URI.",
|
|
683
|
+
"type": "string",
|
|
684
|
+
"artifactType": "FlexChange",
|
|
685
|
+
"controlType": "sap.m.Button"
|
|
686
|
+
},
|
|
687
|
+
"activeIcon": {
|
|
688
|
+
"description": "Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.",
|
|
689
|
+
"type": "string",
|
|
690
|
+
"artifactType": "FlexChange",
|
|
691
|
+
"controlType": "sap.m.Button"
|
|
692
|
+
},
|
|
693
|
+
"type": {
|
|
694
|
+
"$ref": "#/definitions/ButtonType",
|
|
695
|
+
"description": "Defines the Button type.",
|
|
696
|
+
"artifactType": "FlexChange",
|
|
697
|
+
"controlType": "sap.m.Button"
|
|
698
|
+
}
|
|
699
|
+
},
|
|
700
|
+
"additionalProperties": false
|
|
701
|
+
},
|
|
641
702
|
"GenericColumns": {
|
|
642
703
|
"type": "object",
|
|
643
704
|
"additionalProperties": {
|
|
@@ -705,7 +766,7 @@
|
|
|
705
766
|
"type": "string"
|
|
706
767
|
},
|
|
707
768
|
"text": {
|
|
708
|
-
"description": "The label of the custom column,
|
|
769
|
+
"description": "The label of the custom column, preferably as an i18n key.",
|
|
709
770
|
"i18nClassification": "COL: Custom column header text",
|
|
710
771
|
"type": "string"
|
|
711
772
|
},
|
|
@@ -839,6 +900,12 @@
|
|
|
839
900
|
"artifactType": "FlexChange",
|
|
840
901
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
841
902
|
},
|
|
903
|
+
"exportType": {
|
|
904
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
905
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
906
|
+
"artifactType": "FlexChange",
|
|
907
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
908
|
+
},
|
|
842
909
|
"createMode": {
|
|
843
910
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
844
911
|
"type": "string",
|
|
@@ -924,6 +991,12 @@
|
|
|
924
991
|
"artifactType": "FlexChange",
|
|
925
992
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
926
993
|
},
|
|
994
|
+
"exportType": {
|
|
995
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
996
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
997
|
+
"artifactType": "FlexChange",
|
|
998
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
999
|
+
},
|
|
927
1000
|
"createMode": {
|
|
928
1001
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
929
1002
|
"type": "string",
|
|
@@ -1009,6 +1082,12 @@
|
|
|
1009
1082
|
"artifactType": "FlexChange",
|
|
1010
1083
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1011
1084
|
},
|
|
1085
|
+
"exportType": {
|
|
1086
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
1087
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
1088
|
+
"artifactType": "FlexChange",
|
|
1089
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1090
|
+
},
|
|
1012
1091
|
"createMode": {
|
|
1013
1092
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
1014
1093
|
"type": "string",
|
|
@@ -1094,6 +1173,12 @@
|
|
|
1094
1173
|
"artifactType": "FlexChange",
|
|
1095
1174
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1096
1175
|
},
|
|
1176
|
+
"exportType": {
|
|
1177
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
1178
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
1179
|
+
"artifactType": "FlexChange",
|
|
1180
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1181
|
+
},
|
|
1097
1182
|
"createMode": {
|
|
1098
1183
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
1099
1184
|
"type": "string",
|
|
@@ -1331,10 +1416,60 @@
|
|
|
1331
1416
|
"GenericFooterActions": {
|
|
1332
1417
|
"type": "object",
|
|
1333
1418
|
"additionalProperties": {
|
|
1334
|
-
"
|
|
1335
|
-
"properties": {},
|
|
1336
|
-
"additionalProperties": true
|
|
1419
|
+
"$ref": "#/definitions/FooterAction"
|
|
1337
1420
|
}
|
|
1421
|
+
},
|
|
1422
|
+
"FooterAction": {
|
|
1423
|
+
"description": "Footer Action",
|
|
1424
|
+
"isViewNode": true,
|
|
1425
|
+
"type": "object",
|
|
1426
|
+
"properties": {
|
|
1427
|
+
"tooltip": {
|
|
1428
|
+
"description": "The text of the button tooltip, preferably as an i18n key.",
|
|
1429
|
+
"i18nClassification": "ACT: Text for tooltip of button.",
|
|
1430
|
+
"type": "string",
|
|
1431
|
+
"artifactType": "FlexChange",
|
|
1432
|
+
"controlType": "sap.m.Button"
|
|
1433
|
+
},
|
|
1434
|
+
"icon": {
|
|
1435
|
+
"description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font, represented as RFC 3986 conformant URI.",
|
|
1436
|
+
"type": "string",
|
|
1437
|
+
"artifactType": "FlexChange",
|
|
1438
|
+
"controlType": "sap.m.Button"
|
|
1439
|
+
},
|
|
1440
|
+
"activeIcon": {
|
|
1441
|
+
"description": "Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.",
|
|
1442
|
+
"type": "string",
|
|
1443
|
+
"artifactType": "FlexChange",
|
|
1444
|
+
"controlType": "sap.m.Button"
|
|
1445
|
+
},
|
|
1446
|
+
"type": {
|
|
1447
|
+
"$ref": "#/definitions/ButtonType",
|
|
1448
|
+
"description": "Defines the Button type.",
|
|
1449
|
+
"artifactType": "FlexChange",
|
|
1450
|
+
"controlType": "sap.m.Button"
|
|
1451
|
+
},
|
|
1452
|
+
"visible": {
|
|
1453
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
1454
|
+
"anyOf": [
|
|
1455
|
+
{
|
|
1456
|
+
"enum": [
|
|
1457
|
+
false,
|
|
1458
|
+
true,
|
|
1459
|
+
"{ui>/editable}",
|
|
1460
|
+
"{= !${ui>/editable}}"
|
|
1461
|
+
]
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"type": "string"
|
|
1465
|
+
}
|
|
1466
|
+
],
|
|
1467
|
+
"description": "Whether the button should be visible on the screen.",
|
|
1468
|
+
"artifactType": "FlexChange",
|
|
1469
|
+
"controlType": "sap.m.Button"
|
|
1470
|
+
}
|
|
1471
|
+
},
|
|
1472
|
+
"additionalProperties": false
|
|
1338
1473
|
}
|
|
1339
1474
|
},
|
|
1340
1475
|
"$schema": "http://json-schema.org/draft-07/schema#"
|