@sap/ux-specification 1.84.79 → 1.84.81

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.
Files changed (91) hide show
  1. package/CHANGELOG.md +71 -14
  2. package/dist/documentation/runDocu-min.js +4 -4
  3. package/dist/documentation/runDocu-min.js.map +3 -3
  4. package/dist/documentation/styleDocu.css +4 -0
  5. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  6. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  7. package/dist/documentation/v2/v2-ListReport.html +2 -2
  8. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  9. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  10. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  11. package/dist/documentation/v4/v4-ListReport.html +2 -2
  12. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  13. package/dist/index-min.js +58 -61
  14. package/dist/index-min.js.map +4 -4
  15. package/dist/package.json +7 -8
  16. package/dist/schemas/v2/ObjectPageConfig.json +228 -162
  17. package/dist/schemas/v2/OverviewPageConfig.json +516 -472
  18. package/dist/schemas/v4/ListReportConfig.json +2 -0
  19. package/dist/src/api.js +1 -1
  20. package/dist/src/sync/common/decoration/control.d.ts +4 -0
  21. package/dist/src/sync/common/decoration/control.d.ts.map +1 -1
  22. package/dist/src/sync/common/decoration/control.js +8 -1
  23. package/dist/src/sync/common/decoration/control.js.map +1 -1
  24. package/dist/src/sync/common/generate/objectPage.d.ts +7 -6
  25. package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
  26. package/dist/src/sync/common/generate/objectPage.js +17 -39
  27. package/dist/src/sync/common/generate/objectPage.js.map +1 -1
  28. package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
  29. package/dist/src/sync/common/generate/utils.js +56 -47
  30. package/dist/src/sync/common/generate/utils.js.map +1 -1
  31. package/dist/src/sync/common/i18n.json +1 -0
  32. package/dist/src/sync/common/utils.d.ts.map +1 -1
  33. package/dist/src/sync/common/utils.js +53 -46
  34. package/dist/src/sync/common/utils.js.map +1 -1
  35. package/dist/src/sync/v2/application.d.ts +2 -1
  36. package/dist/src/sync/v2/application.d.ts.map +1 -1
  37. package/dist/src/sync/v2/application.js +8 -3
  38. package/dist/src/sync/v2/application.js.map +1 -1
  39. package/dist/src/sync/v2/export/controls/Card.d.ts +71 -76
  40. package/dist/src/sync/v2/export/controls/Card.d.ts.map +1 -1
  41. package/dist/src/sync/v2/export/controls/Card.js +103 -246
  42. package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
  43. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +17 -6
  44. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
  45. package/dist/src/sync/v2/export/controls/ObjectPageTable.js +109 -19
  46. package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
  47. package/dist/src/sync/v2/export/controls/Table.d.ts.map +1 -1
  48. package/dist/src/sync/v2/export/controls/Table.js +0 -1
  49. package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
  50. package/dist/src/sync/v2/export/export.d.ts +2 -1
  51. package/dist/src/sync/v2/export/export.d.ts.map +1 -1
  52. package/dist/src/sync/v2/export/export.js +37 -61
  53. package/dist/src/sync/v2/export/export.js.map +1 -1
  54. package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -1
  55. package/dist/src/sync/v2/export/exportPage.js +0 -14
  56. package/dist/src/sync/v2/export/exportPage.js.map +1 -1
  57. package/dist/src/sync/v2/export/pages/ObjectPage.d.ts +1 -0
  58. package/dist/src/sync/v2/export/pages/ObjectPage.d.ts.map +1 -1
  59. package/dist/src/sync/v2/export/pages/ObjectPage.js +18 -0
  60. package/dist/src/sync/v2/export/pages/ObjectPage.js.map +1 -1
  61. package/dist/src/sync/v2/export/pages/OverviewPage.d.ts +12 -5
  62. package/dist/src/sync/v2/export/pages/OverviewPage.d.ts.map +1 -1
  63. package/dist/src/sync/v2/export/pages/OverviewPage.js +39 -21
  64. package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
  65. package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  66. package/dist/src/sync/v2/generate/analyticalListReport.js +55 -4
  67. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  68. package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  69. package/dist/src/sync/v2/generate/objectPage.js +68 -42
  70. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  71. package/dist/src/sync/v2/generate/utils.d.ts +17 -5
  72. package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
  73. package/dist/src/sync/v2/generate/utils.js +24 -7
  74. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  75. package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  76. package/dist/src/sync/v2/import/pages/objectPage.js +7 -1
  77. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  78. package/dist/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
  79. package/dist/src/sync/v2/import/pages/overviewPage.js +63 -60
  80. package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  81. package/dist/src/sync/v4/export/controls/Table.d.ts +1 -1
  82. package/dist/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  83. package/dist/src/sync/v4/export/controls/Table.js +5 -11
  84. package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
  85. package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
  86. package/dist/src/sync/v4/generate/listReport.js +14 -6
  87. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  88. package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  89. package/dist/src/sync/v4/generate/objectPage.js +263 -58
  90. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  91. package/package.json +7 -8
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.84.79",
3
+ "version": "1.84.81",
4
4
  "displayName": "SAP Fiori tools - Specification",
5
5
  "description": "SAP Fiori tools - Specification",
6
6
  "files": [
@@ -50,18 +50,17 @@
50
50
  "publisher": "SAPSE",
51
51
  "license": "SEE LICENSE IN LICENSE",
52
52
  "dependencies": {
53
- "@sap-ux/vocabularies-types": "0.10.1"
53
+ "@sap-ux/vocabularies-types": "0.10.2"
54
54
  },
55
55
  "devDependencies": {
56
- "@sap-ux/annotation-converter": "0.8.1",
57
- "@sap/ux-specification-types": "1.84.79",
56
+ "@sap-ux/annotation-converter": "0.8.2",
58
57
  "@sap-ux/edmx-parser": "0.7.0",
59
- "@sapui5/ts-types": "1.84.39",
58
+ "@sap/ux-specification-types": "1.84.81",
59
+ "@sapui5/ts-types": "1.84.41",
60
60
  "@types/d3": "7.4.3",
61
61
  "@types/jquery": "3.5.29",
62
62
  "@ui5/flexibility-utils": "0.1.3",
63
- "ajv": "6.12.6",
64
- "axios": "1.6.2",
63
+ "axios": "1.6.5",
65
64
  "cpy-cli": "3.1.1",
66
65
  "d3": "7.8.5",
67
66
  "deepmerge": "4.3.1",
@@ -72,7 +71,7 @@
72
71
  "jsdom": "22.1.0",
73
72
  "lodash.unset": "4.5.2",
74
73
  "path": "0.12.7",
75
- "reflect-metadata": "0.1.13",
74
+ "reflect-metadata": "0.2.1",
76
75
  "typescript-json-schema": "0.57.0",
77
76
  "xml-js": "1.6.11"
78
77
  },
@@ -27,6 +27,11 @@
27
27
  "const": "MidColumnFullScreen",
28
28
  "artifactType": "Manifest"
29
29
  },
30
+ "globalTableSettings": {
31
+ "$ref": "#/definitions/GlobalTableSettings",
32
+ "description": "Settings for all tables of the object page",
33
+ "artifactType": "Manifest"
34
+ },
30
35
  "globalChartSettings": {
31
36
  "$ref": "#/definitions/GlobalChartSettings",
32
37
  "description": "Settings for all charts on an object page",
@@ -57,6 +62,67 @@
57
62
  },
58
63
  "additionalProperties": false,
59
64
  "definitions": {
65
+ "GlobalTableSettings": {
66
+ "type": "object",
67
+ "properties": {
68
+ "type": {
69
+ "$ref": "#/definitions/TableTypeV2",
70
+ "description": "Use type to define the default table type.",
71
+ "artifactType": "Manifest"
72
+ },
73
+ "multiSelect": {
74
+ "description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
75
+ "type": "boolean",
76
+ "artifactType": "Manifest"
77
+ },
78
+ "condensedTableLayout": {
79
+ "description": "For the analytical table, grid table and tree table you can decide on a condensed table layout by setting condensedTableLayout to true.",
80
+ "type": "boolean",
81
+ "artifactType": "Manifest"
82
+ },
83
+ "inlineDelete": {
84
+ "description": "Used to enable inline deletion in a responsive table of list report and object page",
85
+ "type": "boolean",
86
+ "artifactType": "Manifest"
87
+ },
88
+ "selectAll": {
89
+ "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
90
+ "type": "boolean",
91
+ "artifactType": "Manifest"
92
+ },
93
+ "selectionLimit": {
94
+ "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
95
+ "type": "number",
96
+ "artifactType": "Manifest"
97
+ },
98
+ "createMode": {
99
+ "description": "Following values are possible to set for createMode property:\n- creationRows: Used to enable empty rows mode. In create or edit mode, two new empty rows are added to the table\n- creationRowsHiddenInEditMode: Starting SAPUI5 version 1.110, to hide empty rows in edit mode, set \"createMode\" as \"creationRowsHiddenInEditMode\". Empty rows are added to the table only when you click the Create button.\n- inline: In create or edit mode, users can choose 'Create Entry' to add new entries to a section in a table (not recommended, use creationRows instead)",
100
+ "type": "string",
101
+ "const": "inline",
102
+ "artifactType": "Manifest"
103
+ },
104
+ "disableDefaultInlineCreateSort": {
105
+ "description": "If createMode is set to inline, you can use this setting to disable the default sort order.",
106
+ "type": "boolean",
107
+ "artifactType": "Manifest"
108
+ },
109
+ "variantManagement": {
110
+ "description": "Set this property to true to enable variant management for the table.",
111
+ "type": "boolean",
112
+ "artifactType": "Manifest"
113
+ }
114
+ },
115
+ "additionalProperties": false
116
+ },
117
+ "TableTypeV2": {
118
+ "enum": [
119
+ "AnalyticalTable",
120
+ "GridTable",
121
+ "ResponsiveTable",
122
+ "TreeTable"
123
+ ],
124
+ "type": "string"
125
+ },
60
126
  "GlobalChartSettings": {
61
127
  "type": "object",
62
128
  "properties": {
@@ -553,10 +619,17 @@
553
619
  "artifactType": "FlexChange",
554
620
  "controlType": "sap.m.Table"
555
621
  },
556
- "createWithParameterDialog": {
557
- "$ref": "#/definitions/Fields4DialogOP",
558
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
559
- "artifactType": "Manifest"
622
+ "useExportToExcel": {
623
+ "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
624
+ "type": "boolean",
625
+ "artifactType": "FlexChange",
626
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
627
+ },
628
+ "exportType": {
629
+ "$ref": "#/definitions/ExportType",
630
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
631
+ "artifactType": "FlexChange",
632
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
560
633
  },
561
634
  "editable": {
562
635
  "description": "With editable you can control if a table can be edited. It should be set to false for smart tables with non-editable content.",
@@ -564,14 +637,9 @@
564
637
  "artifactType": "FlexChange",
565
638
  "controlType": "sap.ui.comp.smarttable.SmartTable"
566
639
  },
567
- "selectAll": {
568
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
569
- "type": "boolean",
570
- "artifactType": "Manifest"
571
- },
572
- "selectionLimit": {
573
- "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
574
- "type": "number",
640
+ "createWithParameterDialog": {
641
+ "$ref": "#/definitions/Fields4DialogOP",
642
+ "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
575
643
  "artifactType": "Manifest"
576
644
  },
577
645
  "quickVariantSelection": {
@@ -579,20 +647,26 @@
579
647
  "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
580
648
  "artifactType": "Manifest"
581
649
  },
582
- "useExportToExcel": {
583
- "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
650
+ "toolBar": {
651
+ "$ref": "#/definitions/ObjectPageToolBar",
652
+ "description": "Tool Bar"
653
+ },
654
+ "columns": {
655
+ "$ref": "#/definitions/GenericColumns",
656
+ "description": "Columns"
657
+ },
658
+ "selectAll": {
659
+ "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
584
660
  "type": "boolean",
585
- "artifactType": "FlexChange",
586
- "controlType": "sap.ui.comp.smarttable.SmartTable"
661
+ "artifactType": "Manifest"
587
662
  },
588
- "exportType": {
589
- "$ref": "#/definitions/ExportType",
590
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
591
- "artifactType": "FlexChange",
592
- "controlType": "sap.ui.comp.smarttable.SmartTable"
663
+ "selectionLimit": {
664
+ "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
665
+ "type": "number",
666
+ "artifactType": "Manifest"
593
667
  },
594
668
  "createMode": {
595
- "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
669
+ "description": "Following values are possible to set for createMode property:\n- creationRows: Used to enable empty rows mode. In create or edit mode, two new empty rows are added to the table\n- creationRowsHiddenInEditMode: Starting SAPUI5 version 1.110, to hide empty rows in edit mode, set \"createMode\" as \"creationRowsHiddenInEditMode\". Empty rows are added to the table only when you click the Create button.\n- inline: In create or edit mode, users can choose 'Create Entry' to add new entries to a section in a table (not recommended, use creationRows instead)",
596
670
  "type": "string",
597
671
  "const": "inline",
598
672
  "artifactType": "Manifest"
@@ -603,17 +677,9 @@
603
677
  "artifactType": "Manifest"
604
678
  },
605
679
  "variantManagement": {
606
- "description": "To enable variant management for a specific table on an object page.",
680
+ "description": "Set this property to true to enable variant management for the table.",
607
681
  "type": "boolean",
608
682
  "artifactType": "Manifest"
609
- },
610
- "toolBar": {
611
- "$ref": "#/definitions/ObjectPageToolBar",
612
- "description": "Tool Bar"
613
- },
614
- "columns": {
615
- "$ref": "#/definitions/GenericColumns",
616
- "description": "Columns"
617
683
  }
618
684
  },
619
685
  "additionalProperties": false
@@ -626,6 +692,13 @@
626
692
  ],
627
693
  "type": "string"
628
694
  },
695
+ "ExportType": {
696
+ "enum": [
697
+ "GW",
698
+ "UI5Client"
699
+ ],
700
+ "type": "string"
701
+ },
629
702
  "Fields4DialogOP": {
630
703
  "type": "object",
631
704
  "properties": {
@@ -685,13 +758,6 @@
685
758
  "key"
686
759
  ]
687
760
  },
688
- "ExportType": {
689
- "enum": [
690
- "GW",
691
- "UI5Client"
692
- ],
693
- "type": "string"
694
- },
695
761
  "ObjectPageToolBar": {
696
762
  "description": "Toolbar",
697
763
  "isViewNode": true,
@@ -999,10 +1065,17 @@
999
1065
  "artifactType": "FlexChange",
1000
1066
  "controlType": "sap.m.Table"
1001
1067
  },
1002
- "createWithParameterDialog": {
1003
- "$ref": "#/definitions/Fields4DialogOP",
1004
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
1005
- "artifactType": "Manifest"
1068
+ "useExportToExcel": {
1069
+ "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
1070
+ "type": "boolean",
1071
+ "artifactType": "FlexChange",
1072
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1073
+ },
1074
+ "exportType": {
1075
+ "$ref": "#/definitions/ExportType",
1076
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1077
+ "artifactType": "FlexChange",
1078
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1006
1079
  },
1007
1080
  "editable": {
1008
1081
  "description": "With editable you can control if a table can be edited. It should be set to false for smart tables with non-editable content.",
@@ -1010,14 +1083,9 @@
1010
1083
  "artifactType": "FlexChange",
1011
1084
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1012
1085
  },
1013
- "selectAll": {
1014
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
1015
- "type": "boolean",
1016
- "artifactType": "Manifest"
1017
- },
1018
- "selectionLimit": {
1019
- "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
1020
- "type": "number",
1086
+ "createWithParameterDialog": {
1087
+ "$ref": "#/definitions/Fields4DialogOP",
1088
+ "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
1021
1089
  "artifactType": "Manifest"
1022
1090
  },
1023
1091
  "quickVariantSelection": {
@@ -1025,20 +1093,26 @@
1025
1093
  "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
1026
1094
  "artifactType": "Manifest"
1027
1095
  },
1028
- "useExportToExcel": {
1029
- "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
1096
+ "toolBar": {
1097
+ "$ref": "#/definitions/ObjectPageToolBar",
1098
+ "description": "Tool Bar"
1099
+ },
1100
+ "columns": {
1101
+ "$ref": "#/definitions/GenericColumns",
1102
+ "description": "Columns"
1103
+ },
1104
+ "selectAll": {
1105
+ "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
1030
1106
  "type": "boolean",
1031
- "artifactType": "FlexChange",
1032
- "controlType": "sap.ui.comp.smarttable.SmartTable"
1107
+ "artifactType": "Manifest"
1033
1108
  },
1034
- "exportType": {
1035
- "$ref": "#/definitions/ExportType",
1036
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1037
- "artifactType": "FlexChange",
1038
- "controlType": "sap.ui.comp.smarttable.SmartTable"
1109
+ "selectionLimit": {
1110
+ "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
1111
+ "type": "number",
1112
+ "artifactType": "Manifest"
1039
1113
  },
1040
1114
  "createMode": {
1041
- "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
1115
+ "description": "Following values are possible to set for createMode property:\n- creationRows: Used to enable empty rows mode. In create or edit mode, two new empty rows are added to the table\n- creationRowsHiddenInEditMode: Starting SAPUI5 version 1.110, to hide empty rows in edit mode, set \"createMode\" as \"creationRowsHiddenInEditMode\". Empty rows are added to the table only when you click the Create button.\n- inline: In create or edit mode, users can choose 'Create Entry' to add new entries to a section in a table (not recommended, use creationRows instead)",
1042
1116
  "type": "string",
1043
1117
  "const": "inline",
1044
1118
  "artifactType": "Manifest"
@@ -1049,17 +1123,9 @@
1049
1123
  "artifactType": "Manifest"
1050
1124
  },
1051
1125
  "variantManagement": {
1052
- "description": "To enable variant management for a specific table on an object page.",
1126
+ "description": "Set this property to true to enable variant management for the table.",
1053
1127
  "type": "boolean",
1054
1128
  "artifactType": "Manifest"
1055
- },
1056
- "toolBar": {
1057
- "$ref": "#/definitions/ObjectPageToolBar",
1058
- "description": "Tool Bar"
1059
- },
1060
- "columns": {
1061
- "$ref": "#/definitions/GenericColumns",
1062
- "description": "Columns"
1063
1129
  }
1064
1130
  },
1065
1131
  "additionalProperties": false
@@ -1086,10 +1152,17 @@
1086
1152
  "type": "boolean",
1087
1153
  "artifactType": "Manifest"
1088
1154
  },
1089
- "createWithParameterDialog": {
1090
- "$ref": "#/definitions/Fields4DialogOP",
1091
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
1092
- "artifactType": "Manifest"
1155
+ "useExportToExcel": {
1156
+ "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
1157
+ "type": "boolean",
1158
+ "artifactType": "FlexChange",
1159
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1160
+ },
1161
+ "exportType": {
1162
+ "$ref": "#/definitions/ExportType",
1163
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1164
+ "artifactType": "FlexChange",
1165
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1093
1166
  },
1094
1167
  "editable": {
1095
1168
  "description": "With editable you can control if a table can be edited. It should be set to false for smart tables with non-editable content.",
@@ -1097,14 +1170,9 @@
1097
1170
  "artifactType": "FlexChange",
1098
1171
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1099
1172
  },
1100
- "selectAll": {
1101
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
1102
- "type": "boolean",
1103
- "artifactType": "Manifest"
1104
- },
1105
- "selectionLimit": {
1106
- "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
1107
- "type": "number",
1173
+ "createWithParameterDialog": {
1174
+ "$ref": "#/definitions/Fields4DialogOP",
1175
+ "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
1108
1176
  "artifactType": "Manifest"
1109
1177
  },
1110
1178
  "quickVariantSelection": {
@@ -1112,20 +1180,26 @@
1112
1180
  "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
1113
1181
  "artifactType": "Manifest"
1114
1182
  },
1115
- "useExportToExcel": {
1116
- "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
1183
+ "toolBar": {
1184
+ "$ref": "#/definitions/ObjectPageToolBar",
1185
+ "description": "Tool Bar"
1186
+ },
1187
+ "columns": {
1188
+ "$ref": "#/definitions/GenericColumns",
1189
+ "description": "Columns"
1190
+ },
1191
+ "selectAll": {
1192
+ "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
1117
1193
  "type": "boolean",
1118
- "artifactType": "FlexChange",
1119
- "controlType": "sap.ui.comp.smarttable.SmartTable"
1194
+ "artifactType": "Manifest"
1120
1195
  },
1121
- "exportType": {
1122
- "$ref": "#/definitions/ExportType",
1123
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1124
- "artifactType": "FlexChange",
1125
- "controlType": "sap.ui.comp.smarttable.SmartTable"
1196
+ "selectionLimit": {
1197
+ "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
1198
+ "type": "number",
1199
+ "artifactType": "Manifest"
1126
1200
  },
1127
1201
  "createMode": {
1128
- "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
1202
+ "description": "Following values are possible to set for createMode property:\n- creationRows: Used to enable empty rows mode. In create or edit mode, two new empty rows are added to the table\n- creationRowsHiddenInEditMode: Starting SAPUI5 version 1.110, to hide empty rows in edit mode, set \"createMode\" as \"creationRowsHiddenInEditMode\". Empty rows are added to the table only when you click the Create button.\n- inline: In create or edit mode, users can choose 'Create Entry' to add new entries to a section in a table (not recommended, use creationRows instead)",
1129
1203
  "type": "string",
1130
1204
  "const": "inline",
1131
1205
  "artifactType": "Manifest"
@@ -1136,17 +1210,9 @@
1136
1210
  "artifactType": "Manifest"
1137
1211
  },
1138
1212
  "variantManagement": {
1139
- "description": "To enable variant management for a specific table on an object page.",
1213
+ "description": "Set this property to true to enable variant management for the table.",
1140
1214
  "type": "boolean",
1141
1215
  "artifactType": "Manifest"
1142
- },
1143
- "toolBar": {
1144
- "$ref": "#/definitions/ObjectPageToolBar",
1145
- "description": "Tool Bar"
1146
- },
1147
- "columns": {
1148
- "$ref": "#/definitions/GenericColumns",
1149
- "description": "Columns"
1150
1216
  }
1151
1217
  },
1152
1218
  "additionalProperties": false
@@ -1173,10 +1239,17 @@
1173
1239
  "type": "boolean",
1174
1240
  "artifactType": "Manifest"
1175
1241
  },
1176
- "createWithParameterDialog": {
1177
- "$ref": "#/definitions/Fields4DialogOP",
1178
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
1179
- "artifactType": "Manifest"
1242
+ "useExportToExcel": {
1243
+ "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
1244
+ "type": "boolean",
1245
+ "artifactType": "FlexChange",
1246
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1247
+ },
1248
+ "exportType": {
1249
+ "$ref": "#/definitions/ExportType",
1250
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1251
+ "artifactType": "FlexChange",
1252
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1180
1253
  },
1181
1254
  "editable": {
1182
1255
  "description": "With editable you can control if a table can be edited. It should be set to false for smart tables with non-editable content.",
@@ -1184,14 +1257,9 @@
1184
1257
  "artifactType": "FlexChange",
1185
1258
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1186
1259
  },
1187
- "selectAll": {
1188
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
1189
- "type": "boolean",
1190
- "artifactType": "Manifest"
1191
- },
1192
- "selectionLimit": {
1193
- "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
1194
- "type": "number",
1260
+ "createWithParameterDialog": {
1261
+ "$ref": "#/definitions/Fields4DialogOP",
1262
+ "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
1195
1263
  "artifactType": "Manifest"
1196
1264
  },
1197
1265
  "quickVariantSelection": {
@@ -1199,20 +1267,26 @@
1199
1267
  "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
1200
1268
  "artifactType": "Manifest"
1201
1269
  },
1202
- "useExportToExcel": {
1203
- "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
1270
+ "toolBar": {
1271
+ "$ref": "#/definitions/ObjectPageToolBar",
1272
+ "description": "Tool Bar"
1273
+ },
1274
+ "columns": {
1275
+ "$ref": "#/definitions/GenericColumns",
1276
+ "description": "Columns"
1277
+ },
1278
+ "selectAll": {
1279
+ "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
1204
1280
  "type": "boolean",
1205
- "artifactType": "FlexChange",
1206
- "controlType": "sap.ui.comp.smarttable.SmartTable"
1281
+ "artifactType": "Manifest"
1207
1282
  },
1208
- "exportType": {
1209
- "$ref": "#/definitions/ExportType",
1210
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1211
- "artifactType": "FlexChange",
1212
- "controlType": "sap.ui.comp.smarttable.SmartTable"
1283
+ "selectionLimit": {
1284
+ "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
1285
+ "type": "number",
1286
+ "artifactType": "Manifest"
1213
1287
  },
1214
1288
  "createMode": {
1215
- "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
1289
+ "description": "Following values are possible to set for createMode property:\n- creationRows: Used to enable empty rows mode. In create or edit mode, two new empty rows are added to the table\n- creationRowsHiddenInEditMode: Starting SAPUI5 version 1.110, to hide empty rows in edit mode, set \"createMode\" as \"creationRowsHiddenInEditMode\". Empty rows are added to the table only when you click the Create button.\n- inline: In create or edit mode, users can choose 'Create Entry' to add new entries to a section in a table (not recommended, use creationRows instead)",
1216
1290
  "type": "string",
1217
1291
  "const": "inline",
1218
1292
  "artifactType": "Manifest"
@@ -1223,17 +1297,9 @@
1223
1297
  "artifactType": "Manifest"
1224
1298
  },
1225
1299
  "variantManagement": {
1226
- "description": "To enable variant management for a specific table on an object page.",
1300
+ "description": "Set this property to true to enable variant management for the table.",
1227
1301
  "type": "boolean",
1228
1302
  "artifactType": "Manifest"
1229
- },
1230
- "toolBar": {
1231
- "$ref": "#/definitions/ObjectPageToolBar",
1232
- "description": "Tool Bar"
1233
- },
1234
- "columns": {
1235
- "$ref": "#/definitions/GenericColumns",
1236
- "description": "Columns"
1237
1303
  }
1238
1304
  },
1239
1305
  "additionalProperties": false
@@ -1260,10 +1326,17 @@
1260
1326
  "type": "boolean",
1261
1327
  "artifactType": "Manifest"
1262
1328
  },
1263
- "createWithParameterDialog": {
1264
- "$ref": "#/definitions/Fields4DialogOP",
1265
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
1266
- "artifactType": "Manifest"
1329
+ "useExportToExcel": {
1330
+ "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
1331
+ "type": "boolean",
1332
+ "artifactType": "FlexChange",
1333
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1334
+ },
1335
+ "exportType": {
1336
+ "$ref": "#/definitions/ExportType",
1337
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1338
+ "artifactType": "FlexChange",
1339
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1267
1340
  },
1268
1341
  "editable": {
1269
1342
  "description": "With editable you can control if a table can be edited. It should be set to false for smart tables with non-editable content.",
@@ -1271,14 +1344,9 @@
1271
1344
  "artifactType": "FlexChange",
1272
1345
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1273
1346
  },
1274
- "selectAll": {
1275
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
1276
- "type": "boolean",
1277
- "artifactType": "Manifest"
1278
- },
1279
- "selectionLimit": {
1280
- "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
1281
- "type": "number",
1347
+ "createWithParameterDialog": {
1348
+ "$ref": "#/definitions/Fields4DialogOP",
1349
+ "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
1282
1350
  "artifactType": "Manifest"
1283
1351
  },
1284
1352
  "quickVariantSelection": {
@@ -1286,20 +1354,26 @@
1286
1354
  "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
1287
1355
  "artifactType": "Manifest"
1288
1356
  },
1289
- "useExportToExcel": {
1290
- "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
1357
+ "toolBar": {
1358
+ "$ref": "#/definitions/ObjectPageToolBar",
1359
+ "description": "Tool Bar"
1360
+ },
1361
+ "columns": {
1362
+ "$ref": "#/definitions/GenericColumns",
1363
+ "description": "Columns"
1364
+ },
1365
+ "selectAll": {
1366
+ "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
1291
1367
  "type": "boolean",
1292
- "artifactType": "FlexChange",
1293
- "controlType": "sap.ui.comp.smarttable.SmartTable"
1368
+ "artifactType": "Manifest"
1294
1369
  },
1295
- "exportType": {
1296
- "$ref": "#/definitions/ExportType",
1297
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1298
- "artifactType": "FlexChange",
1299
- "controlType": "sap.ui.comp.smarttable.SmartTable"
1370
+ "selectionLimit": {
1371
+ "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
1372
+ "type": "number",
1373
+ "artifactType": "Manifest"
1300
1374
  },
1301
1375
  "createMode": {
1302
- "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
1376
+ "description": "Following values are possible to set for createMode property:\n- creationRows: Used to enable empty rows mode. In create or edit mode, two new empty rows are added to the table\n- creationRowsHiddenInEditMode: Starting SAPUI5 version 1.110, to hide empty rows in edit mode, set \"createMode\" as \"creationRowsHiddenInEditMode\". Empty rows are added to the table only when you click the Create button.\n- inline: In create or edit mode, users can choose 'Create Entry' to add new entries to a section in a table (not recommended, use creationRows instead)",
1303
1377
  "type": "string",
1304
1378
  "const": "inline",
1305
1379
  "artifactType": "Manifest"
@@ -1310,17 +1384,9 @@
1310
1384
  "artifactType": "Manifest"
1311
1385
  },
1312
1386
  "variantManagement": {
1313
- "description": "To enable variant management for a specific table on an object page.",
1387
+ "description": "Set this property to true to enable variant management for the table.",
1314
1388
  "type": "boolean",
1315
1389
  "artifactType": "Manifest"
1316
- },
1317
- "toolBar": {
1318
- "$ref": "#/definitions/ObjectPageToolBar",
1319
- "description": "Tool Bar"
1320
- },
1321
- "columns": {
1322
- "$ref": "#/definitions/GenericColumns",
1323
- "description": "Columns"
1324
1390
  }
1325
1391
  },
1326
1392
  "additionalProperties": false