@sap/ux-specification 1.96.53 → 1.96.54

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 (101) hide show
  1. package/CHANGELOG.md +46 -0
  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-BuildingBlocks.html +2 -2
  12. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  13. package/dist/documentation/v4/v4-ListReport.html +2 -2
  14. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  15. package/dist/index-min.js +166 -169
  16. package/dist/index-min.js.map +4 -4
  17. package/dist/package.json +6 -7
  18. package/dist/schemas/v2/ObjectPageConfig.json +229 -163
  19. package/dist/schemas/v2/OverviewPageConfig.json +516 -472
  20. package/dist/src/api.js +2 -2
  21. package/dist/src/api.js.map +1 -1
  22. package/dist/src/sync/common/decoration/control.d.ts +4 -0
  23. package/dist/src/sync/common/decoration/control.d.ts.map +1 -1
  24. package/dist/src/sync/common/decoration/control.js +8 -1
  25. package/dist/src/sync/common/decoration/control.js.map +1 -1
  26. package/dist/src/sync/common/generate/objectPage.d.ts +5 -5
  27. package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
  28. package/dist/src/sync/common/generate/objectPage.js +14 -12
  29. package/dist/src/sync/common/generate/objectPage.js.map +1 -1
  30. package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
  31. package/dist/src/sync/common/generate/utils.js +56 -47
  32. package/dist/src/sync/common/generate/utils.js.map +1 -1
  33. package/dist/src/sync/common/i18n.json +1 -0
  34. package/dist/src/sync/common/importProject.d.ts.map +1 -1
  35. package/dist/src/sync/common/importProject.js +13 -5
  36. package/dist/src/sync/common/importProject.js.map +1 -1
  37. package/dist/src/sync/common/utils.d.ts.map +1 -1
  38. package/dist/src/sync/common/utils.js +53 -46
  39. package/dist/src/sync/common/utils.js.map +1 -1
  40. package/dist/src/sync/v2/application.d.ts +2 -1
  41. package/dist/src/sync/v2/application.d.ts.map +1 -1
  42. package/dist/src/sync/v2/application.js +8 -3
  43. package/dist/src/sync/v2/application.js.map +1 -1
  44. package/dist/src/sync/v2/export/controls/Card.d.ts +71 -76
  45. package/dist/src/sync/v2/export/controls/Card.d.ts.map +1 -1
  46. package/dist/src/sync/v2/export/controls/Card.js +103 -246
  47. package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
  48. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +17 -6
  49. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
  50. package/dist/src/sync/v2/export/controls/ObjectPageTable.js +109 -19
  51. package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
  52. package/dist/src/sync/v2/export/controls/Table.d.ts.map +1 -1
  53. package/dist/src/sync/v2/export/controls/Table.js +0 -1
  54. package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
  55. package/dist/src/sync/v2/export/export.d.ts +2 -1
  56. package/dist/src/sync/v2/export/export.d.ts.map +1 -1
  57. package/dist/src/sync/v2/export/export.js +38 -61
  58. package/dist/src/sync/v2/export/export.js.map +1 -1
  59. package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -1
  60. package/dist/src/sync/v2/export/exportPage.js +0 -14
  61. package/dist/src/sync/v2/export/exportPage.js.map +1 -1
  62. package/dist/src/sync/v2/export/pages/ObjectPage.d.ts +1 -0
  63. package/dist/src/sync/v2/export/pages/ObjectPage.d.ts.map +1 -1
  64. package/dist/src/sync/v2/export/pages/ObjectPage.js +18 -0
  65. package/dist/src/sync/v2/export/pages/ObjectPage.js.map +1 -1
  66. package/dist/src/sync/v2/export/pages/OverviewPage.d.ts +12 -5
  67. package/dist/src/sync/v2/export/pages/OverviewPage.d.ts.map +1 -1
  68. package/dist/src/sync/v2/export/pages/OverviewPage.js +39 -21
  69. package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
  70. package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  71. package/dist/src/sync/v2/generate/analyticalListReport.js +55 -4
  72. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  73. package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  74. package/dist/src/sync/v2/generate/objectPage.js +51 -51
  75. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  76. package/dist/src/sync/v2/generate/utils.d.ts +23 -5
  77. package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
  78. package/dist/src/sync/v2/generate/utils.js +35 -7
  79. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  80. package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  81. package/dist/src/sync/v2/import/pages/objectPage.js +7 -1
  82. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  83. package/dist/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
  84. package/dist/src/sync/v2/import/pages/overviewPage.js +54 -61
  85. package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  86. package/dist/src/sync/v4/export/controls/Table.d.ts +1 -1
  87. package/dist/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  88. package/dist/src/sync/v4/export/controls/Table.js +5 -11
  89. package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
  90. package/dist/src/sync/v4/generate/listReport.d.ts +3 -2
  91. package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
  92. package/dist/src/sync/v4/generate/listReport.js +14 -6
  93. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  94. package/dist/src/sync/v4/generate/objectPage.d.ts +2 -2
  95. package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  96. package/dist/src/sync/v4/generate/objectPage.js +269 -91
  97. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  98. package/dist/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  99. package/dist/src/sync/v4/import/pages/objectPage.js +27 -11
  100. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  101. package/package.json +6 -7
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.96.53",
3
+ "version": "1.96.54",
4
4
  "displayName": "SAP Fiori tools - Specification",
5
5
  "description": "SAP Fiori tools - Specification",
6
6
  "files": [
@@ -51,14 +51,14 @@
51
51
  "publisher": "SAPSE",
52
52
  "license": "SEE LICENSE IN LICENSE",
53
53
  "dependencies": {
54
- "@sap-ux/fe-fpm-writer": "0.24.2",
54
+ "@sap-ux/fe-fpm-writer": "0.24.3",
55
55
  "@sap-ux/vocabularies-types": "0.10.1"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@sap-ux/annotation-converter": "0.8.1",
59
- "@sap/ux-specification-types": "1.96.53",
60
59
  "@sap-ux/edmx-parser": "0.7.0",
61
- "@sapui5/ts-types-esm": "1.96.26",
60
+ "@sap/ux-specification-types": "1.96.54",
61
+ "@sapui5/ts-types-esm": "1.96.27",
62
62
  "@types/d3": "7.4.3",
63
63
  "@types/jquery": "3.5.29",
64
64
  "@types/mem-fs-editor": "7.0.7",
@@ -66,8 +66,7 @@
66
66
  "@ui5/flexibility-utils": "0.1.3",
67
67
  "@xml-tools/ast": "5.0.5",
68
68
  "@xml-tools/parser": "1.0.11",
69
- "ajv": "6.12.6",
70
- "axios": "1.6.2",
69
+ "axios": "1.6.5",
71
70
  "cpy-cli": "3.1.1",
72
71
  "d3": "7.8.5",
73
72
  "deepmerge": "4.3.1",
@@ -79,7 +78,7 @@
79
78
  "lodash.unset": "4.5.2",
80
79
  "mem-fs-editor": "9.7.0",
81
80
  "path": "0.12.7",
82
- "reflect-metadata": "0.1.13",
81
+ "reflect-metadata": "0.2.1",
83
82
  "semver": "7.5.4",
84
83
  "typescript-json-schema": "0.57.0",
85
84
  "xml-js": "1.6.11"
@@ -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": {
@@ -554,10 +620,17 @@
554
620
  "artifactType": "FlexChange",
555
621
  "controlType": "sap.m.Table"
556
622
  },
557
- "createWithParameterDialog": {
558
- "$ref": "#/definitions/Fields4DialogOP",
559
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
560
- "artifactType": "Manifest"
623
+ "useExportToExcel": {
624
+ "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
625
+ "type": "boolean",
626
+ "artifactType": "FlexChange",
627
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
628
+ },
629
+ "exportType": {
630
+ "$ref": "#/definitions/smarttable.ExportType",
631
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
632
+ "artifactType": "FlexChange",
633
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
561
634
  },
562
635
  "editable": {
563
636
  "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.",
@@ -565,14 +638,9 @@
565
638
  "artifactType": "FlexChange",
566
639
  "controlType": "sap.ui.comp.smarttable.SmartTable"
567
640
  },
568
- "selectAll": {
569
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
570
- "type": "boolean",
571
- "artifactType": "Manifest"
572
- },
573
- "selectionLimit": {
574
- "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.",
575
- "type": "number",
641
+ "createWithParameterDialog": {
642
+ "$ref": "#/definitions/Fields4DialogOP",
643
+ "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
576
644
  "artifactType": "Manifest"
577
645
  },
578
646
  "quickVariantSelection": {
@@ -580,20 +648,26 @@
580
648
  "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
581
649
  "artifactType": "Manifest"
582
650
  },
583
- "useExportToExcel": {
584
- "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
651
+ "toolBar": {
652
+ "$ref": "#/definitions/ObjectPageToolBar",
653
+ "description": "Tool Bar"
654
+ },
655
+ "columns": {
656
+ "$ref": "#/definitions/GenericColumns",
657
+ "description": "Columns"
658
+ },
659
+ "selectAll": {
660
+ "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
585
661
  "type": "boolean",
586
- "artifactType": "FlexChange",
587
- "controlType": "sap.ui.comp.smarttable.SmartTable"
662
+ "artifactType": "Manifest"
588
663
  },
589
- "exportType": {
590
- "$ref": "#/definitions/smarttable.ExportType",
591
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
592
- "artifactType": "FlexChange",
593
- "controlType": "sap.ui.comp.smarttable.SmartTable"
664
+ "selectionLimit": {
665
+ "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.",
666
+ "type": "number",
667
+ "artifactType": "Manifest"
594
668
  },
595
669
  "createMode": {
596
- "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
670
+ "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)",
597
671
  "type": "string",
598
672
  "const": "inline",
599
673
  "artifactType": "Manifest"
@@ -604,17 +678,9 @@
604
678
  "artifactType": "Manifest"
605
679
  },
606
680
  "variantManagement": {
607
- "description": "To enable variant management for a specific table on an object page.",
681
+ "description": "Set this property to true to enable variant management for the table.",
608
682
  "type": "boolean",
609
683
  "artifactType": "Manifest"
610
- },
611
- "toolBar": {
612
- "$ref": "#/definitions/ObjectPageToolBar",
613
- "description": "Tool Bar"
614
- },
615
- "columns": {
616
- "$ref": "#/definitions/GenericColumns",
617
- "description": "Columns"
618
684
  }
619
685
  },
620
686
  "additionalProperties": false
@@ -627,6 +693,14 @@
627
693
  ],
628
694
  "type": "string"
629
695
  },
696
+ "smarttable.ExportType": {
697
+ "description": "Provides the type of services available for export in the `SmartTable` control.",
698
+ "enum": [
699
+ "GW",
700
+ "UI5Client"
701
+ ],
702
+ "type": "string"
703
+ },
630
704
  "Fields4DialogOP": {
631
705
  "type": "object",
632
706
  "properties": {
@@ -686,14 +760,6 @@
686
760
  "key"
687
761
  ]
688
762
  },
689
- "smarttable.ExportType": {
690
- "description": "Provides the type of services available for export in the `SmartTable` control.",
691
- "enum": [
692
- "GW",
693
- "UI5Client"
694
- ],
695
- "type": "string"
696
- },
697
763
  "ObjectPageToolBar": {
698
764
  "description": "Toolbar",
699
765
  "isViewNode": true,
@@ -1002,10 +1068,17 @@
1002
1068
  "artifactType": "FlexChange",
1003
1069
  "controlType": "sap.m.Table"
1004
1070
  },
1005
- "createWithParameterDialog": {
1006
- "$ref": "#/definitions/Fields4DialogOP",
1007
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
1008
- "artifactType": "Manifest"
1071
+ "useExportToExcel": {
1072
+ "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
1073
+ "type": "boolean",
1074
+ "artifactType": "FlexChange",
1075
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1076
+ },
1077
+ "exportType": {
1078
+ "$ref": "#/definitions/smarttable.ExportType",
1079
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1080
+ "artifactType": "FlexChange",
1081
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1009
1082
  },
1010
1083
  "editable": {
1011
1084
  "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.",
@@ -1013,14 +1086,9 @@
1013
1086
  "artifactType": "FlexChange",
1014
1087
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1015
1088
  },
1016
- "selectAll": {
1017
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
1018
- "type": "boolean",
1019
- "artifactType": "Manifest"
1020
- },
1021
- "selectionLimit": {
1022
- "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.",
1023
- "type": "number",
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.",
1024
1092
  "artifactType": "Manifest"
1025
1093
  },
1026
1094
  "quickVariantSelection": {
@@ -1028,20 +1096,26 @@
1028
1096
  "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
1029
1097
  "artifactType": "Manifest"
1030
1098
  },
1031
- "useExportToExcel": {
1032
- "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
1099
+ "toolBar": {
1100
+ "$ref": "#/definitions/ObjectPageToolBar",
1101
+ "description": "Tool Bar"
1102
+ },
1103
+ "columns": {
1104
+ "$ref": "#/definitions/GenericColumns",
1105
+ "description": "Columns"
1106
+ },
1107
+ "selectAll": {
1108
+ "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
1033
1109
  "type": "boolean",
1034
- "artifactType": "FlexChange",
1035
- "controlType": "sap.ui.comp.smarttable.SmartTable"
1110
+ "artifactType": "Manifest"
1036
1111
  },
1037
- "exportType": {
1038
- "$ref": "#/definitions/smarttable.ExportType",
1039
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1040
- "artifactType": "FlexChange",
1041
- "controlType": "sap.ui.comp.smarttable.SmartTable"
1112
+ "selectionLimit": {
1113
+ "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.",
1114
+ "type": "number",
1115
+ "artifactType": "Manifest"
1042
1116
  },
1043
1117
  "createMode": {
1044
- "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
1118
+ "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)",
1045
1119
  "type": "string",
1046
1120
  "const": "inline",
1047
1121
  "artifactType": "Manifest"
@@ -1052,17 +1126,9 @@
1052
1126
  "artifactType": "Manifest"
1053
1127
  },
1054
1128
  "variantManagement": {
1055
- "description": "To enable variant management for a specific table on an object page.",
1129
+ "description": "Set this property to true to enable variant management for the table.",
1056
1130
  "type": "boolean",
1057
1131
  "artifactType": "Manifest"
1058
- },
1059
- "toolBar": {
1060
- "$ref": "#/definitions/ObjectPageToolBar",
1061
- "description": "Tool Bar"
1062
- },
1063
- "columns": {
1064
- "$ref": "#/definitions/GenericColumns",
1065
- "description": "Columns"
1066
1132
  }
1067
1133
  },
1068
1134
  "additionalProperties": false
@@ -1089,10 +1155,17 @@
1089
1155
  "type": "boolean",
1090
1156
  "artifactType": "Manifest"
1091
1157
  },
1092
- "createWithParameterDialog": {
1093
- "$ref": "#/definitions/Fields4DialogOP",
1094
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
1095
- "artifactType": "Manifest"
1158
+ "useExportToExcel": {
1159
+ "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
1160
+ "type": "boolean",
1161
+ "artifactType": "FlexChange",
1162
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1163
+ },
1164
+ "exportType": {
1165
+ "$ref": "#/definitions/smarttable.ExportType",
1166
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1167
+ "artifactType": "FlexChange",
1168
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1096
1169
  },
1097
1170
  "editable": {
1098
1171
  "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.",
@@ -1100,14 +1173,9 @@
1100
1173
  "artifactType": "FlexChange",
1101
1174
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1102
1175
  },
1103
- "selectAll": {
1104
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
1105
- "type": "boolean",
1106
- "artifactType": "Manifest"
1107
- },
1108
- "selectionLimit": {
1109
- "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.",
1110
- "type": "number",
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.",
1111
1179
  "artifactType": "Manifest"
1112
1180
  },
1113
1181
  "quickVariantSelection": {
@@ -1115,20 +1183,26 @@
1115
1183
  "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
1116
1184
  "artifactType": "Manifest"
1117
1185
  },
1118
- "useExportToExcel": {
1119
- "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
1186
+ "toolBar": {
1187
+ "$ref": "#/definitions/ObjectPageToolBar",
1188
+ "description": "Tool Bar"
1189
+ },
1190
+ "columns": {
1191
+ "$ref": "#/definitions/GenericColumns",
1192
+ "description": "Columns"
1193
+ },
1194
+ "selectAll": {
1195
+ "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
1120
1196
  "type": "boolean",
1121
- "artifactType": "FlexChange",
1122
- "controlType": "sap.ui.comp.smarttable.SmartTable"
1197
+ "artifactType": "Manifest"
1123
1198
  },
1124
- "exportType": {
1125
- "$ref": "#/definitions/smarttable.ExportType",
1126
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1127
- "artifactType": "FlexChange",
1128
- "controlType": "sap.ui.comp.smarttable.SmartTable"
1199
+ "selectionLimit": {
1200
+ "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.",
1201
+ "type": "number",
1202
+ "artifactType": "Manifest"
1129
1203
  },
1130
1204
  "createMode": {
1131
- "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
1205
+ "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)",
1132
1206
  "type": "string",
1133
1207
  "const": "inline",
1134
1208
  "artifactType": "Manifest"
@@ -1139,17 +1213,9 @@
1139
1213
  "artifactType": "Manifest"
1140
1214
  },
1141
1215
  "variantManagement": {
1142
- "description": "To enable variant management for a specific table on an object page.",
1216
+ "description": "Set this property to true to enable variant management for the table.",
1143
1217
  "type": "boolean",
1144
1218
  "artifactType": "Manifest"
1145
- },
1146
- "toolBar": {
1147
- "$ref": "#/definitions/ObjectPageToolBar",
1148
- "description": "Tool Bar"
1149
- },
1150
- "columns": {
1151
- "$ref": "#/definitions/GenericColumns",
1152
- "description": "Columns"
1153
1219
  }
1154
1220
  },
1155
1221
  "additionalProperties": false
@@ -1176,10 +1242,17 @@
1176
1242
  "type": "boolean",
1177
1243
  "artifactType": "Manifest"
1178
1244
  },
1179
- "createWithParameterDialog": {
1180
- "$ref": "#/definitions/Fields4DialogOP",
1181
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
1182
- "artifactType": "Manifest"
1245
+ "useExportToExcel": {
1246
+ "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
1247
+ "type": "boolean",
1248
+ "artifactType": "FlexChange",
1249
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1250
+ },
1251
+ "exportType": {
1252
+ "$ref": "#/definitions/smarttable.ExportType",
1253
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1254
+ "artifactType": "FlexChange",
1255
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1183
1256
  },
1184
1257
  "editable": {
1185
1258
  "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.",
@@ -1187,14 +1260,9 @@
1187
1260
  "artifactType": "FlexChange",
1188
1261
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1189
1262
  },
1190
- "selectAll": {
1191
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
1192
- "type": "boolean",
1193
- "artifactType": "Manifest"
1194
- },
1195
- "selectionLimit": {
1196
- "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.",
1197
- "type": "number",
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.",
1198
1266
  "artifactType": "Manifest"
1199
1267
  },
1200
1268
  "quickVariantSelection": {
@@ -1202,20 +1270,26 @@
1202
1270
  "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
1203
1271
  "artifactType": "Manifest"
1204
1272
  },
1205
- "useExportToExcel": {
1206
- "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
1273
+ "toolBar": {
1274
+ "$ref": "#/definitions/ObjectPageToolBar",
1275
+ "description": "Tool Bar"
1276
+ },
1277
+ "columns": {
1278
+ "$ref": "#/definitions/GenericColumns",
1279
+ "description": "Columns"
1280
+ },
1281
+ "selectAll": {
1282
+ "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
1207
1283
  "type": "boolean",
1208
- "artifactType": "FlexChange",
1209
- "controlType": "sap.ui.comp.smarttable.SmartTable"
1284
+ "artifactType": "Manifest"
1210
1285
  },
1211
- "exportType": {
1212
- "$ref": "#/definitions/smarttable.ExportType",
1213
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1214
- "artifactType": "FlexChange",
1215
- "controlType": "sap.ui.comp.smarttable.SmartTable"
1286
+ "selectionLimit": {
1287
+ "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.",
1288
+ "type": "number",
1289
+ "artifactType": "Manifest"
1216
1290
  },
1217
1291
  "createMode": {
1218
- "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
1292
+ "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)",
1219
1293
  "type": "string",
1220
1294
  "const": "inline",
1221
1295
  "artifactType": "Manifest"
@@ -1226,17 +1300,9 @@
1226
1300
  "artifactType": "Manifest"
1227
1301
  },
1228
1302
  "variantManagement": {
1229
- "description": "To enable variant management for a specific table on an object page.",
1303
+ "description": "Set this property to true to enable variant management for the table.",
1230
1304
  "type": "boolean",
1231
1305
  "artifactType": "Manifest"
1232
- },
1233
- "toolBar": {
1234
- "$ref": "#/definitions/ObjectPageToolBar",
1235
- "description": "Tool Bar"
1236
- },
1237
- "columns": {
1238
- "$ref": "#/definitions/GenericColumns",
1239
- "description": "Columns"
1240
1306
  }
1241
1307
  },
1242
1308
  "additionalProperties": false
@@ -1263,10 +1329,17 @@
1263
1329
  "type": "boolean",
1264
1330
  "artifactType": "Manifest"
1265
1331
  },
1266
- "createWithParameterDialog": {
1267
- "$ref": "#/definitions/Fields4DialogOP",
1268
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
1269
- "artifactType": "Manifest"
1332
+ "useExportToExcel": {
1333
+ "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
1334
+ "type": "boolean",
1335
+ "artifactType": "FlexChange",
1336
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1337
+ },
1338
+ "exportType": {
1339
+ "$ref": "#/definitions/smarttable.ExportType",
1340
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1341
+ "artifactType": "FlexChange",
1342
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
1270
1343
  },
1271
1344
  "editable": {
1272
1345
  "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.",
@@ -1274,14 +1347,9 @@
1274
1347
  "artifactType": "FlexChange",
1275
1348
  "controlType": "sap.ui.comp.smarttable.SmartTable"
1276
1349
  },
1277
- "selectAll": {
1278
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
1279
- "type": "boolean",
1280
- "artifactType": "Manifest"
1281
- },
1282
- "selectionLimit": {
1283
- "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.",
1284
- "type": "number",
1350
+ "createWithParameterDialog": {
1351
+ "$ref": "#/definitions/Fields4DialogOP",
1352
+ "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
1285
1353
  "artifactType": "Manifest"
1286
1354
  },
1287
1355
  "quickVariantSelection": {
@@ -1289,20 +1357,26 @@
1289
1357
  "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
1290
1358
  "artifactType": "Manifest"
1291
1359
  },
1292
- "useExportToExcel": {
1293
- "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
1360
+ "toolBar": {
1361
+ "$ref": "#/definitions/ObjectPageToolBar",
1362
+ "description": "Tool Bar"
1363
+ },
1364
+ "columns": {
1365
+ "$ref": "#/definitions/GenericColumns",
1366
+ "description": "Columns"
1367
+ },
1368
+ "selectAll": {
1369
+ "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
1294
1370
  "type": "boolean",
1295
- "artifactType": "FlexChange",
1296
- "controlType": "sap.ui.comp.smarttable.SmartTable"
1371
+ "artifactType": "Manifest"
1297
1372
  },
1298
- "exportType": {
1299
- "$ref": "#/definitions/smarttable.ExportType",
1300
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
1301
- "artifactType": "FlexChange",
1302
- "controlType": "sap.ui.comp.smarttable.SmartTable"
1373
+ "selectionLimit": {
1374
+ "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.",
1375
+ "type": "number",
1376
+ "artifactType": "Manifest"
1303
1377
  },
1304
1378
  "createMode": {
1305
- "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
1379
+ "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)",
1306
1380
  "type": "string",
1307
1381
  "const": "inline",
1308
1382
  "artifactType": "Manifest"
@@ -1313,17 +1387,9 @@
1313
1387
  "artifactType": "Manifest"
1314
1388
  },
1315
1389
  "variantManagement": {
1316
- "description": "To enable variant management for a specific table on an object page.",
1390
+ "description": "Set this property to true to enable variant management for the table.",
1317
1391
  "type": "boolean",
1318
1392
  "artifactType": "Manifest"
1319
- },
1320
- "toolBar": {
1321
- "$ref": "#/definitions/ObjectPageToolBar",
1322
- "description": "Tool Bar"
1323
- },
1324
- "columns": {
1325
- "$ref": "#/definitions/GenericColumns",
1326
- "description": "Columns"
1327
1393
  }
1328
1394
  },
1329
1395
  "additionalProperties": false