@sap/ux-specification 1.84.28 → 1.84.31

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 (195) hide show
  1. package/CHANGELOG.md +55 -0
  2. package/dist/documentation/runDocu-min.js +1 -1
  3. package/dist/documentation/styleDocu.css +7 -14
  4. package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
  5. package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
  6. package/dist/documentation/v2/v2-ListReport.html +1 -1
  7. package/dist/documentation/v2/v2-ObjectPage.html +1 -1
  8. package/dist/documentation/v2/v2-OverviewPage.html +1 -1
  9. package/dist/documentation/v4/v4-AnalyticalListPage.html +1 -1
  10. package/dist/documentation/v4/v4-ApplicationV4.html +1 -1
  11. package/dist/documentation/v4/v4-ListReport.html +1 -1
  12. package/dist/documentation/v4/v4-ObjectPage.html +1 -1
  13. package/dist/index-min.js +1 -1
  14. package/dist/schemas/v2/AnalyticalListPageConfig.json +125 -15
  15. package/dist/schemas/v2/ListReportConfig.json +139 -17
  16. package/dist/schemas/v2/ObjectPageConfig.json +122 -33
  17. package/dist/schemas/v2/OverviewPageConfig.json +13 -16
  18. package/dist/schemas/v4/AnalyticalListPageConfig.json +43 -86
  19. package/dist/schemas/v4/ListReportConfig.json +43 -86
  20. package/dist/schemas/v4/ObjectPageConfig.json +64 -71
  21. package/dist/scripts/runDocu.js +30 -7
  22. package/dist/scripts/runDocu.js.map +1 -1
  23. package/dist/scripts/to-json-schema.js +32 -37
  24. package/dist/scripts/to-json-schema.js.map +1 -1
  25. package/dist/specification/v2/index-min.js +1 -1
  26. package/dist/specification/v4/index-min.js +1 -1
  27. package/dist/src/api.js +9 -9
  28. package/dist/src/api.js.map +1 -1
  29. package/dist/src/apiTypes.d.ts +5 -2
  30. package/dist/src/specification/schemaAccess.js +1 -3
  31. package/dist/src/specification/schemaAccess.js.map +1 -1
  32. package/dist/src/specification/v2/controls/Action.d.ts +19 -2
  33. package/dist/src/specification/v2/controls/FilterBar.d.ts +42 -27
  34. package/dist/src/specification/v2/controls/Footer.d.ts +20 -0
  35. package/dist/src/specification/v2/controls/{ObjectPageFooter.js → Footer.js} +1 -1
  36. package/dist/src/specification/v2/controls/Footer.js.map +1 -0
  37. package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +5 -0
  38. package/dist/src/specification/v2/controls/Table.d.ts +13 -1
  39. package/dist/src/specification/v2/controls/Table.js.map +1 -1
  40. package/dist/src/specification/v2/controls/ToolBar.d.ts +1 -8
  41. package/dist/src/specification/v2/controls/index.d.ts +1 -2
  42. package/dist/src/specification/v2/controls/index.js.map +1 -1
  43. package/dist/src/specification/v2/pages/AnalyticalListPageConfig.d.ts +2 -1
  44. package/dist/src/specification/v2/pages/ListReportConfig.d.ts +3 -2
  45. package/dist/src/specification/v2/pages/OverviewPageConfig.d.ts +32 -2
  46. package/dist/src/specification/v2/pages/OverviewPageConfig.js.map +1 -1
  47. package/dist/src/specification/v4/controls/ObjectPageFooter.d.ts +2 -2
  48. package/dist/src/specification/v4/controls/ObjectPageSection.d.ts +7 -7
  49. package/dist/src/specification/v4/controls/ObjectPageTable.d.ts +5 -6
  50. package/dist/src/specification/v4/controls/Table.d.ts +2 -7
  51. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.d.ts +59 -10
  52. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.js +6 -0
  53. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.js.map +1 -1
  54. package/dist/src/sync/common/appProvider.js.map +1 -1
  55. package/dist/src/sync/common/decoration/control.d.ts +11 -1
  56. package/dist/src/sync/common/decoration/control.js +29 -3
  57. package/dist/src/sync/common/decoration/control.js.map +1 -1
  58. package/dist/src/sync/common/decoration/factory.js +2 -4
  59. package/dist/src/sync/common/decoration/factory.js.map +1 -1
  60. package/dist/src/sync/common/generate/objectPage.d.ts +9 -0
  61. package/dist/src/sync/common/generate/objectPage.js +89 -43
  62. package/dist/src/sync/common/generate/objectPage.js.map +1 -1
  63. package/dist/src/sync/common/generate/utils.d.ts +27 -0
  64. package/dist/src/sync/common/generate/utils.js +118 -3
  65. package/dist/src/sync/common/generate/utils.js.map +1 -1
  66. package/dist/src/sync/common/i18n.json +2 -0
  67. package/dist/src/sync/common/import/utils.d.ts +8 -1
  68. package/dist/src/sync/common/import/utils.js +15 -4
  69. package/dist/src/sync/common/import/utils.js.map +1 -1
  70. package/dist/src/sync/common/importProject.js +13 -22
  71. package/dist/src/sync/common/importProject.js.map +1 -1
  72. package/dist/src/sync/common/types.d.ts +30 -16
  73. package/dist/src/sync/common/types.js +25 -1
  74. package/dist/src/sync/common/types.js.map +1 -1
  75. package/dist/src/sync/common/utils.d.ts +4 -3
  76. package/dist/src/sync/common/utils.js +19 -24
  77. package/dist/src/sync/common/utils.js.map +1 -1
  78. package/dist/src/sync/v2/export/controls/Action.d.ts +15 -0
  79. package/dist/src/sync/v2/export/controls/Action.js +68 -15
  80. package/dist/src/sync/v2/export/controls/Action.js.map +1 -1
  81. package/dist/src/sync/v2/export/controls/FilterBar.d.ts +14 -6
  82. package/dist/src/sync/v2/export/controls/FilterBar.js +94 -76
  83. package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -1
  84. package/dist/src/sync/v2/export/controls/FormAction.js +3 -2
  85. package/dist/src/sync/v2/export/controls/FormAction.js.map +1 -1
  86. package/dist/src/sync/v2/export/controls/Fragment.d.ts +1 -1
  87. package/dist/src/sync/v2/export/controls/Fragment.js +239 -164
  88. package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
  89. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts +2 -2
  90. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js +9 -9
  91. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -1
  92. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +2 -2
  93. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +4 -4
  94. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -1
  95. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +2 -0
  96. package/dist/src/sync/v2/export/controls/ObjectPageTable.js +12 -0
  97. package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
  98. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js +6 -4
  99. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -1
  100. package/dist/src/sync/v2/export/controls/Table.d.ts +2 -0
  101. package/dist/src/sync/v2/export/controls/Table.js +12 -0
  102. package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
  103. package/dist/src/sync/v2/export/controls/TableColumn.d.ts +18 -2
  104. package/dist/src/sync/v2/export/controls/TableColumn.js +126 -1
  105. package/dist/src/sync/v2/export/controls/TableColumn.js.map +1 -1
  106. package/dist/src/sync/v2/export/export.js +137 -111
  107. package/dist/src/sync/v2/export/export.js.map +1 -1
  108. package/dist/src/sync/v2/export/manifest.js +2 -5
  109. package/dist/src/sync/v2/export/manifest.js.map +1 -1
  110. package/dist/src/sync/v2/export/pages/AnalyticalListPage.d.ts +2 -1
  111. package/dist/src/sync/v2/export/pages/AnalyticalListPage.js +3 -0
  112. package/dist/src/sync/v2/export/pages/AnalyticalListPage.js.map +1 -1
  113. package/dist/src/sync/v2/export/pages/ListReport.d.ts +3 -2
  114. package/dist/src/sync/v2/export/pages/ListReport.js +3 -0
  115. package/dist/src/sync/v2/export/pages/ListReport.js.map +1 -1
  116. package/dist/src/sync/v2/export/pages/OverviewPage.d.ts +2 -1
  117. package/dist/src/sync/v2/export/pages/OverviewPage.js +32 -2
  118. package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
  119. package/dist/src/sync/v2/export/view-controller-generator.d.ts +16 -21
  120. package/dist/src/sync/v2/export/view-controller-generator.js +20 -36
  121. package/dist/src/sync/v2/export/view-controller-generator.js.map +1 -1
  122. package/dist/src/sync/v2/generate/analyticalListReport.js +14 -6
  123. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  124. package/dist/src/sync/v2/generate/listReport.js +12 -3
  125. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  126. package/dist/src/sync/v2/generate/objectPage.d.ts +1 -5
  127. package/dist/src/sync/v2/generate/objectPage.js +10 -10
  128. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  129. package/dist/src/sync/v2/generate/utils.d.ts +22 -11
  130. package/dist/src/sync/v2/generate/utils.js +282 -110
  131. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  132. package/dist/src/sync/v2/import/common/index.d.ts +22 -4
  133. package/dist/src/sync/v2/import/common/index.js +238 -28
  134. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  135. package/dist/src/sync/v2/import/controls/table.js +3 -2
  136. package/dist/src/sync/v2/import/controls/table.js.map +1 -1
  137. package/dist/src/sync/v2/import/pages/analyticalListPage.js +36 -5
  138. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  139. package/dist/src/sync/v2/import/pages/listReport.d.ts +0 -5
  140. package/dist/src/sync/v2/import/pages/listReport.js +21 -122
  141. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  142. package/dist/src/sync/v2/import/pages/objectPage.js +182 -107
  143. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  144. package/dist/src/sync/v2/import/utils.d.ts +4 -6
  145. package/dist/src/sync/v2/import/utils.js +43 -11
  146. package/dist/src/sync/v2/import/utils.js.map +1 -1
  147. package/dist/src/sync/v2/types.d.ts +8 -1
  148. package/dist/src/sync/v2/types.js +8 -1
  149. package/dist/src/sync/v2/types.js.map +1 -1
  150. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +3 -7
  151. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js +2 -25
  152. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
  153. package/dist/src/sync/v4/export/controls/TableColumn.d.ts +1 -6
  154. package/dist/src/sync/v4/export/controls/TableColumn.js +0 -33
  155. package/dist/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  156. package/dist/src/sync/v4/export/controls/ToolBar.d.ts +5 -1
  157. package/dist/src/sync/v4/export/controls/ToolBar.js +3 -0
  158. package/dist/src/sync/v4/export/controls/ToolBar.js.map +1 -1
  159. package/dist/src/sync/v4/export/export.js +20 -16
  160. package/dist/src/sync/v4/export/export.js.map +1 -1
  161. package/dist/src/sync/v4/export/manifest.js.map +1 -1
  162. package/dist/src/sync/v4/export/pages/AnalyticalListPage.d.ts +2 -2
  163. package/dist/src/sync/v4/export/pages/ListReport.d.ts +2 -2
  164. package/dist/src/sync/v4/export/pages/ObjectPage.d.ts +2 -2
  165. package/dist/src/sync/v4/export/types.d.ts +3 -0
  166. package/dist/src/sync/v4/generate/generate.d.ts +4 -2
  167. package/dist/src/sync/v4/generate/generate.js +15 -6
  168. package/dist/src/sync/v4/generate/generate.js.map +1 -1
  169. package/dist/src/sync/v4/generate/listReport.d.ts +7 -6
  170. package/dist/src/sync/v4/generate/listReport.js +50 -34
  171. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  172. package/dist/src/sync/v4/generate/objectPage.js +66 -85
  173. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  174. package/dist/src/sync/v4/import/pages/analyticalListPage.d.ts +2 -2
  175. package/dist/src/sync/v4/import/pages/analyticalListPage.js +0 -1
  176. package/dist/src/sync/v4/import/pages/analyticalListPage.js.map +1 -1
  177. package/dist/src/sync/v4/import/pages/listReport.d.ts +3 -3
  178. package/dist/src/sync/v4/import/pages/listReport.js +34 -23
  179. package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
  180. package/dist/src/sync/v4/import/pages/objectPage.d.ts +2 -2
  181. package/dist/src/sync/v4/import/pages/objectPage.js +21 -16
  182. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  183. package/dist/src/sync/v4/import/utils.js +6 -5
  184. package/dist/src/sync/v4/import/utils.js.map +1 -1
  185. package/dist/src/sync/v4/utils/utils.d.ts +14 -1
  186. package/dist/src/sync/v4/utils/utils.js +62 -26
  187. package/dist/src/sync/v4/utils/utils.js.map +1 -1
  188. package/dist/test/unit/utils.test.d.ts +1 -1
  189. package/package.json +10 -10
  190. package/dist/src/specification/v2/controls/ObjectPageFooter.d.ts +0 -11
  191. package/dist/src/specification/v2/controls/ObjectPageFooter.js.map +0 -1
  192. package/dist/src/specification/v2/controls/ObjectPageFooterAction.d.ts +0 -28
  193. package/dist/src/specification/v2/controls/ObjectPageFooterAction.js +0 -3
  194. package/dist/src/specification/v2/controls/ObjectPageFooterAction.js.map +0 -1
  195. package/dist/test/test-utils/metadataParser.d.ts +0 -19
package/dist/src/api.js CHANGED
@@ -54,17 +54,17 @@ function generateSchema(generateParameters) {
54
54
  */
55
55
  const v4Params = generateParameters[page_1.FioriElementsVersion.v4];
56
56
  if (v4Params[schemaAccess_1.SchemaType.ListReport]) {
57
- const { genericSchema, entitySet, annotations, logger } = v4Params[schemaAccess_1.SchemaType.ListReport];
58
- schema = generate_2.generateListReportInterfaceV4(genericSchema, entitySet, annotations, logger);
57
+ const { genericSchema, entitySet, annotations, logger, manifest } = v4Params[schemaAccess_1.SchemaType.ListReport];
58
+ schema = generate_2.generateListReportInterfaceV4(genericSchema, entitySet, annotations, logger, manifest);
59
59
  }
60
60
  else if (v4Params[schemaAccess_1.SchemaType.ObjectPage]) {
61
- const { genericSchema, entitySet, annotations, manifest, logger } = v4Params[schemaAccess_1.SchemaType.ObjectPage];
62
- schema = generate_2.generateObjectPageInterfaceV4(genericSchema, entitySet, annotations, manifest, logger);
61
+ const { genericSchema, entitySet, annotations, manifest, logger, fragments } = v4Params[schemaAccess_1.SchemaType.ObjectPage];
62
+ schema = generate_2.generateObjectPageInterfaceV4(genericSchema, entitySet, annotations, manifest, logger, fragments);
63
63
  }
64
64
  else if (v4Params[schemaAccess_1.SchemaType.AnalyticalListPage]) {
65
- const { genericSchema, entitySet, annotations, logger } = v4Params[schemaAccess_1.SchemaType.AnalyticalListPage];
65
+ const { genericSchema, entitySet, annotations, logger, manifest } = v4Params[schemaAccess_1.SchemaType.AnalyticalListPage];
66
66
  //As of now, the LR logic can also be applied to ALP
67
- schema = generate_2.generateListReportInterfaceV4(genericSchema, entitySet, annotations, logger);
67
+ schema = generate_2.generateListReportInterfaceV4(genericSchema, entitySet, annotations, logger, manifest);
68
68
  }
69
69
  }
70
70
  return schema;
@@ -142,7 +142,7 @@ exports.importConfig = importConfig;
142
142
  * @returns a list of files, comprising app schemas and configs
143
143
  */
144
144
  async function importProject(importParameters) {
145
- return await common_1.importProjectSchemaAndConfig(importParameters);
145
+ return common_1.importProjectSchemaAndConfig(importParameters);
146
146
  }
147
147
  exports.importProject = importProject;
148
148
  /**
@@ -151,7 +151,7 @@ exports.importProject = importProject;
151
151
  * @returns a list of files, comprising all app schemas
152
152
  */
153
153
  async function importProjectSchema(importParameters) {
154
- return await common_1.importProjectSchema(importParameters);
154
+ return common_1.importProjectSchema(importParameters);
155
155
  }
156
156
  exports.importProjectSchema = importProjectSchema;
157
157
  /**
@@ -160,7 +160,7 @@ exports.importProjectSchema = importProjectSchema;
160
160
  */
161
161
  function getApiVersion() {
162
162
  return {
163
- version: '1'
163
+ version: '3'
164
164
  };
165
165
  }
166
166
  exports.getApiVersion = getApiVersion;
@@ -1 +1 @@
1
- {"version":3,"file":"api.js","sourceRoot":"","sources":["../../src/api.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"api.js","sourceRoot":"","sources":["../../src/api.ts"],"names":[],"mappings":"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"}
@@ -2,7 +2,7 @@ import { SchemaType } from './specification/schemaAccess';
2
2
  import { FioriElementsVersion } from './specification/common/page';
3
3
  import { Page as PageV2 } from './specification/v2/page';
4
4
  import { Page as PageV4 } from './specification/v4/page';
5
- import { FileData, File, ExportResults, ServiceMetadata } from './sync/common/types';
5
+ import { FileData, File, ExportResults } from './sync/common/types';
6
6
  import { ApplicationV2, ObjectPageConfig as ObjectPageConfigV2, ListReportConfig as ListReportConfigV2, OverviewPageConfig as OverviewPageConfigV2, AnalyticalListPageConfig as AnalyticalListPageConfigV2, Manifest as ManifestV2, FlexChangeLayer } from './v2';
7
7
  import { ApplicationV4, ObjectPageConfig as ObjectPageConfigV4, ListReportConfig as ListReportConfigV4, Manifest as ManifestV4 } from './v4';
8
8
  import { ConverterOutput } from '@sap-ux/vocabularies-types';
@@ -34,7 +34,6 @@ export declare type GenerateObjectPageV2 = {
34
34
  entitySet: string;
35
35
  annotations: FileData[];
36
36
  manifest: object;
37
- service: ServiceMetadata;
38
37
  fragments: FileData[];
39
38
  logger?: ExtensionLogger;
40
39
  };
@@ -68,6 +67,7 @@ export declare type GenerateListReportV4 = {
68
67
  entitySet: string;
69
68
  annotations: FileData[];
70
69
  logger?: ExtensionLogger;
70
+ manifest?: object;
71
71
  };
72
72
  };
73
73
  export declare type GenerateObjectPageV4 = {
@@ -85,6 +85,7 @@ export declare type GenerateAnalyticalListPageV4 = {
85
85
  entitySet: string;
86
86
  annotations: FileData[];
87
87
  logger?: ExtensionLogger;
88
+ manifest?: object;
88
89
  };
89
90
  };
90
91
  export declare type GenerateSchemaV4Type = GenerateListReportV4 | GenerateObjectPageV4 | GenerateAnalyticalListPageV4;
@@ -150,6 +151,7 @@ export declare type ExportListReportV4Parameters = {
150
151
  manifest: object;
151
152
  jsonSchema: object;
152
153
  logger?: ExtensionLogger;
154
+ appRootPath?: string;
153
155
  };
154
156
  export declare type ExportListReportV4 = {
155
157
  [SchemaType.ListReport]: ExportListReportV4Parameters;
@@ -160,6 +162,7 @@ export declare type ExportObjectPageV4Parameters = {
160
162
  manifest: object;
161
163
  jsonSchema: object;
162
164
  logger?: ExtensionLogger;
165
+ appRootPath?: string;
163
166
  };
164
167
  export declare type ExportObjectPageV4 = {
165
168
  [SchemaType.ObjectPage]: ExportObjectPageV4Parameters;
@@ -22,14 +22,12 @@ const getPathToGenericSchema = (version, schemaType) => {
22
22
  const fileName = schemaType === SchemaType.Application
23
23
  ? SchemaType.Application + version.toUpperCase() + '.json'
24
24
  : schemaType + 'Config.json';
25
- const path =
26
25
  // Path is shorter when using webpack
27
26
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
28
27
  // @ts-ignore
29
- typeof __webpack_require__ === 'function'
28
+ return typeof __webpack_require__ === 'function'
30
29
  ? path_1.join(__dirname, 'schemas', version, fileName)
31
30
  : path_1.join(__dirname, '..', '..', 'schemas', version, fileName);
32
- return path;
33
31
  };
34
32
  /**
35
33
  * Read JSON schema from given path
@@ -1 +1 @@
1
- {"version":3,"file":"schemaAccess.js","sourceRoot":"","sources":["../../../src/specification/schemaAccess.ts"],"names":[],"mappings":";;AAAA,2BAA8B;AAC9B,+BAA4B;AAG5B;;GAEG;AACH,IAAY,UAMX;AAND,WAAY,UAAU;IAClB,yCAA2B,CAAA;IAC3B,uCAAyB,CAAA;IACzB,uCAAyB,CAAA;IACzB,2CAA6B,CAAA;IAC7B,uDAAyC,CAAA;AAC7C,CAAC,EANW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAMrB;AAED;;;;GAIG;AACH,MAAM,sBAAsB,GAAG,CAAC,OAA6B,EAAE,UAAsB,EAAU,EAAE;IAC7F,MAAM,QAAQ,GACV,UAAU,KAAK,UAAU,CAAC,WAAW;QACjC,CAAC,CAAC,UAAU,CAAC,WAAW,GAAG,OAAO,CAAC,WAAW,EAAE,GAAG,OAAO;QAC1D,CAAC,CAAC,UAAU,GAAG,aAAa,CAAC;IAErC,MAAM,IAAI;IACN,qCAAqC;IACrC,6DAA6D;IAC7D,aAAa;IACb,OAAO,mBAAmB,KAAK,UAAU;QACrC,CAAC,CAAC,WAAI,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,QAAQ,CAAC;QAC/C,CAAC,CAAC,WAAI,CAAC,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC,CAAC;AAEF;;;GAGG;AACH,MAAM,cAAc,GAAG,KAAK,EAAE,IAAY,EAAiB,EAAE;IACzD,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAQ,EAAE;QACzC,aAAQ,CAAC,IAAI,EAAE,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,CAAC,GAAG,EAAE,IAAI,EAAQ,EAAE;YACrD,IAAI,GAAG,EAAE;gBACL,MAAM,CAAC,GAAG,CAAC,CAAC;aACf;iBAAM;gBACH,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC;aAC7B;QACL,CAAC,CAAC,CAAC;IACP,CAAC,CAAC,CAAC;AACP,CAAC,CAAC;AAEF;;;;GAIG;AACU,QAAA,gBAAgB,GAAG,KAAK,EAAE,OAA6B,EAAE,UAAsB,EAAiB,EAAE;IAC3G,IAAI;QACA,MAAM,IAAI,GAAG,sBAAsB,CAAC,OAAO,EAAE,UAAU,CAAC,CAAC;QACzD,MAAM,MAAM,GAAG,MAAM,cAAc,CAAC,IAAI,CAAC,CAAC;QAC1C,OAAO,MAAM,CAAC;KACjB;IAAC,OAAO,KAAK,EAAE;QACZ,MAAM,IAAI,KAAK,CAAC,iCAAiC,UAAU,cAAc,OAAO,eAAe,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC;KACnH;AACL,CAAC,CAAC"}
1
+ {"version":3,"file":"schemaAccess.js","sourceRoot":"","sources":["../../../src/specification/schemaAccess.ts"],"names":[],"mappings":";;AAAA,2BAA8B;AAC9B,+BAA4B;AAG5B;;GAEG;AACH,IAAY,UAMX;AAND,WAAY,UAAU;IAClB,yCAA2B,CAAA;IAC3B,uCAAyB,CAAA;IACzB,uCAAyB,CAAA;IACzB,2CAA6B,CAAA;IAC7B,uDAAyC,CAAA;AAC7C,CAAC,EANW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAMrB;AAED;;;;GAIG;AACH,MAAM,sBAAsB,GAAG,CAAC,OAA6B,EAAE,UAAsB,EAAU,EAAE;IAC7F,MAAM,QAAQ,GACV,UAAU,KAAK,UAAU,CAAC,WAAW;QACjC,CAAC,CAAC,UAAU,CAAC,WAAW,GAAG,OAAO,CAAC,WAAW,EAAE,GAAG,OAAO;QAC1D,CAAC,CAAC,UAAU,GAAG,aAAa,CAAC;IACrC,qCAAqC;IACrC,6DAA6D;IAC7D,aAAa;IACb,OAAO,OAAO,mBAAmB,KAAK,UAAU;QAC5C,CAAC,CAAC,WAAI,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,QAAQ,CAAC;QAC/C,CAAC,CAAC,WAAI,CAAC,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;AACpE,CAAC,CAAC;AAEF;;;GAGG;AACH,MAAM,cAAc,GAAG,KAAK,EAAE,IAAY,EAAiB,EAAE;IACzD,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAQ,EAAE;QACzC,aAAQ,CAAC,IAAI,EAAE,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,CAAC,GAAG,EAAE,IAAI,EAAQ,EAAE;YACrD,IAAI,GAAG,EAAE;gBACL,MAAM,CAAC,GAAG,CAAC,CAAC;aACf;iBAAM;gBACH,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC;aAC7B;QACL,CAAC,CAAC,CAAC;IACP,CAAC,CAAC,CAAC;AACP,CAAC,CAAC;AAEF;;;;GAIG;AACU,QAAA,gBAAgB,GAAG,KAAK,EAAE,OAA6B,EAAE,UAAsB,EAAiB,EAAE;IAC3G,IAAI;QACA,MAAM,IAAI,GAAG,sBAAsB,CAAC,OAAO,EAAE,UAAU,CAAC,CAAC;QACzD,MAAM,MAAM,GAAG,MAAM,cAAc,CAAC,IAAI,CAAC,CAAC;QAC1C,OAAO,MAAM,CAAC;KACjB;IAAC,OAAO,KAAK,EAAE;QACZ,MAAM,IAAI,KAAK,CAAC,iCAAiC,UAAU,cAAc,OAAO,eAAe,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC;KACnH;AACL,CAAC,CAAC"}
@@ -15,6 +15,13 @@ export declare enum ButtonType {
15
15
  Unstyled = "Unstyled",
16
16
  Up = "Up"
17
17
  }
18
+ /**
19
+ * Actions
20
+ * @isViewNode true
21
+ */
22
+ export interface Actions {
23
+ [key: string]: Action;
24
+ }
18
25
  /**
19
26
  * Action
20
27
  * @isViewNode true
@@ -26,11 +33,11 @@ export interface Action {
26
33
  */
27
34
  tooltip?: string;
28
35
  /**
29
- * 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.
36
+ * Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.
30
37
  */
31
38
  icon?: SapUiCoreURI;
32
39
  /**
33
- * Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.
40
+ * Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.
34
41
  */
35
42
  activeIcon?: SapUiCoreURI;
36
43
  /**
@@ -68,3 +75,13 @@ export interface ObjectPageToolBarAction extends Action {
68
75
  */
69
76
  visible?: boolean;
70
77
  }
78
+ /**
79
+ * Footer Action
80
+ * @isViewNode true
81
+ */
82
+ export interface ObjectPageFooterAction extends Action {
83
+ /**
84
+ * Whether the button should be visible on the screen.
85
+ */
86
+ visible?: boolean;
87
+ }
@@ -48,6 +48,41 @@ export declare const enum DateRangeType {
48
48
  QUARTER4 = "QUARTER4",
49
49
  TODAYFROMTO = "TODAYFROMTO"
50
50
  }
51
+ /**
52
+ * Filter Field
53
+ * @isViewNode true
54
+ */
55
+ export declare type SelectionField = {} | SelectionFieldDateSettings;
56
+ /**
57
+ * Filter Field for Date Settings
58
+ * @isViewNode true
59
+ */
60
+ export interface SelectionFieldDateSettings {
61
+ /**
62
+ * The selectedValues property is a set of standard date range values that you want to include or exclude.
63
+ */
64
+ selectedValues?: DateRangeType[];
65
+ /**
66
+ * The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.
67
+ */
68
+ exclude?: boolean;
69
+ /**
70
+ * This property references a JS class, which you use to modify the date range value list. You can either remove standard data range values or add custom values.
71
+ * The customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types.
72
+ */
73
+ customDateRangeImplementation?: string;
74
+ /**
75
+ * You can use the filter settings to include and exclude specific date range values.
76
+ */
77
+ filter?: FilterType[];
78
+ }
79
+ /**
80
+ * Filter Fields
81
+ * @isViewNode true
82
+ */
83
+ export interface SelectionFields {
84
+ [key: string]: SelectionField;
85
+ }
51
86
  export declare type FilterTypeCategory = {
52
87
  /**
53
88
  * Choose 'key' to define filter values for single values of the date range type, or 'category' to filter by a whole subset.
@@ -85,25 +120,6 @@ export declare type FilterTypeKey = {
85
120
  exclude?: boolean;
86
121
  };
87
122
  export declare type FilterType = FilterTypeKey | FilterTypeCategory;
88
- export interface SelectedValues {
89
- /**
90
- * The selectedValues property is a set of standard date range values that you want to include or exclude.
91
- */
92
- selectedValues?: DateRangeType[];
93
- /**
94
- * The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.
95
- */
96
- exclude?: boolean;
97
- /**
98
- * This property references a JS class, which you use to modify the date range value list. You can either remove standard data range values or add custom values.
99
- * The customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types.
100
- */
101
- customDateRangeImplementation?: string;
102
- /**
103
- * You can use the filter settings to include and exclude specific date range values.
104
- */
105
- filter?: FilterType[];
106
- }
107
123
  export interface DateRange {
108
124
  /**
109
125
  * If set to true all date fields with filter restriction interval will be treated as DateTimeRange filters.
@@ -117,18 +133,12 @@ export interface DateRange {
117
133
  * The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.
118
134
  */
119
135
  exclude?: boolean;
120
- /**
121
- * For a fields' list you can define the set of standard date range values separately.
122
- */
123
- fields?: {
124
- [field: string]: SelectedValues;
125
- };
126
136
  }
127
137
  /**
128
138
  * Filter Bar
129
139
  * @isViewNode true
130
140
  */
131
- export interface FilterBar {
141
+ export interface ListReportFilterBar {
132
142
  /**
133
143
  * Controls whether smart variant management is active. Default is true.
134
144
  */
@@ -163,12 +173,17 @@ export interface FilterBar {
163
173
  * Handles visibility of the Restore button on the FilterBar.
164
174
  */
165
175
  showRestoreOnFB?: boolean;
176
+ /**
177
+ * @isViewNode true
178
+ * Selection Fields
179
+ */
180
+ selectionFields?: SelectionFields;
166
181
  }
167
182
  /**
168
183
  * Filter Bar
169
184
  * @isViewNode true
170
185
  */
171
- export interface AnalyticalListPageFilterBar extends FilterBar {
186
+ export interface AnalyticalListPageFilterBar extends ListReportFilterBar {
172
187
  /**
173
188
  * Go button is displayed for compact filters when this is set to true
174
189
  */
@@ -0,0 +1,20 @@
1
+ import { ObjectPageFooterAction } from './Action';
2
+ import { Actions } from '.';
3
+ interface ObjectPageFooterActions {
4
+ [id: string]: ObjectPageFooterAction;
5
+ }
6
+ /**
7
+ * Footer
8
+ * @isViewNode true
9
+ */
10
+ export interface GenericFooter {
11
+ actions?: Actions;
12
+ }
13
+ /**
14
+ * Footer
15
+ * @isViewNode true
16
+ */
17
+ export interface ObjectPageFooter<ACT = ObjectPageFooterActions> {
18
+ actions?: ACT;
19
+ }
20
+ export {};
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=ObjectPageFooter.js.map
3
+ //# sourceMappingURL=Footer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Footer.js","sourceRoot":"","sources":["../../../../../src/specification/v2/controls/Footer.ts"],"names":[],"mappings":""}
@@ -1,3 +1,4 @@
1
+ /// <reference types="@sapui5/ts-types" />
1
2
  import { GenericColumns, TableTypeV2, PopinLayout, QuickVariant } from './Table';
2
3
  import { ObjectPageToolBar } from './ObjectPageToolBar';
3
4
  export interface QuickVariantSelectionOP {
@@ -49,6 +50,10 @@ export interface ObjectPageCommonTableSettings<COLS = GenericColumns> {
49
50
  * useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.
50
51
  */
51
52
  useExportToExcel?: boolean;
53
+ /**
54
+ * Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.
55
+ */
56
+ exportType?: sap.ui.comp.smarttable.ExportType;
52
57
  /**
53
58
  * Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.
54
59
  */
@@ -1,5 +1,7 @@
1
+ /// <reference types="@sapui5/ts-types" />
1
2
  import { SAPUI5_FRAGMENT_CLASS } from '../../common/webapp/manifest/sapUi5';
2
3
  import { ToolBar } from './ToolBar';
4
+ import { Action } from './Action';
3
5
  export declare enum HAlign {
4
6
  initial = "Initial",
5
7
  left = "Left",
@@ -22,6 +24,12 @@ export interface TableColumn {
22
24
  */
23
25
  hAlign?: HAlign;
24
26
  }
27
+ /**
28
+ * Column Action
29
+ * @isViewNode true
30
+ */
31
+ export interface TableColumnAction extends Action, TableColumn {
32
+ }
25
33
  /**
26
34
  * Custom Column
27
35
  * @isViewNode true
@@ -90,7 +98,7 @@ export declare enum TableColumnExtensionTypeV2 {
90
98
  */
91
99
  export declare type TableCustomColumns = Array<TableCustomColumn>;
92
100
  export interface GenericColumns {
93
- [key: string]: TableColumn | TableCustomColumns;
101
+ [key: string]: TableColumn | TableCustomColumns | TableColumnAction;
94
102
  }
95
103
  export declare enum PopinLayout {
96
104
  Block = "Block",
@@ -221,6 +229,10 @@ export interface CommonTableSettings<COLS = GenericColumns> {
221
229
  * useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.
222
230
  */
223
231
  useExportToExcel?: boolean;
232
+ /**
233
+ * Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.
234
+ */
235
+ exportType?: sap.ui.comp.smarttable.ExportType;
224
236
  /**
225
237
  * Set to false if the table does not occupy the entire space available in the container.
226
238
  */
@@ -1 +1 @@
1
- {"version":3,"file":"Table.js","sourceRoot":"","sources":["../../../../../src/specification/v2/controls/Table.ts"],"names":[],"mappings":";;AAGA,IAAY,MAOX;AAPD,WAAY,MAAM;IACd,6BAAmB,CAAA;IACnB,uBAAa,CAAA;IACb,2BAAiB,CAAA;IACjB,yBAAe,CAAA;IACf,yBAAe,CAAA;IACf,qBAAW,CAAA;AACf,CAAC,EAPW,MAAM,GAAN,cAAM,KAAN,cAAM,QAOjB;AAiED,IAAY,qBAEX;AAFD,WAAY,qBAAqB;IAC7B,oCAAW,CAAA;AACf,CAAC,EAFW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAEhC;AAED,IAAY,WAKX;AALD,WAAY,WAAW;IACnB,kDAAmC,CAAA;IACnC,sCAAuB,CAAA;IACvB,kDAAmC,CAAA;IACnC,sCAAuB,CAAA;AAC3B,CAAC,EALW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAKtB;AAED,IAAY,0BAKX;AALD,WAAY,0BAA0B;IAClC,iGAAmE,CAAA;IACnE,iGAAmE,CAAA;IACnE,qFAAuD,CAAA;IACvD,qFAAuD,CAAA;AAC3D,CAAC,EALW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAKrC;AAYD,IAAY,WAIX;AAJD,WAAY,WAAW;IACnB,8BAAe,CAAA;IACf,sCAAuB,CAAA;IACvB,sCAAuB,CAAA;AAC3B,CAAC,EAJW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAItB;AA6ED,IAAY,QAEX;AAFD,WAAY,QAAQ;IAChB,mCAAuB,CAAA;AAC3B,CAAC,EAFW,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAEnB;AAED,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC1B,+CAAyB,CAAA;IACzB,qCAAe,CAAA;IACf,qCAAe,CAAA;AACnB,CAAC,EAJW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAI7B;AAED,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IACzB,sCAAiB,CAAA;IACjB,wCAAmB,CAAA;AACvB,CAAC,EAHW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAG5B;AAED,IAAY,2BAIX;AAJD,WAAY,2BAA2B;IACnC,gDAAiB,CAAA;IACjB,8CAAe,CAAA;IACf,oEAAqC,CAAA;AACzC,CAAC,EAJW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAItC"}
1
+ {"version":3,"file":"Table.js","sourceRoot":"","sources":["../../../../../src/specification/v2/controls/Table.ts"],"names":[],"mappings":";;AAIA,IAAY,MAOX;AAPD,WAAY,MAAM;IACd,6BAAmB,CAAA;IACnB,uBAAa,CAAA;IACb,2BAAiB,CAAA;IACjB,yBAAe,CAAA;IACf,yBAAe,CAAA;IACf,qBAAW,CAAA;AACf,CAAC,EAPW,MAAM,GAAN,cAAM,KAAN,cAAM,QAOjB;AAuED,IAAY,qBAEX;AAFD,WAAY,qBAAqB;IAC7B,oCAAW,CAAA;AACf,CAAC,EAFW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAEhC;AAED,IAAY,WAKX;AALD,WAAY,WAAW;IACnB,kDAAmC,CAAA;IACnC,sCAAuB,CAAA;IACvB,kDAAmC,CAAA;IACnC,sCAAuB,CAAA;AAC3B,CAAC,EALW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAKtB;AAED,IAAY,0BAKX;AALD,WAAY,0BAA0B;IAClC,iGAAmE,CAAA;IACnE,iGAAmE,CAAA;IACnE,qFAAuD,CAAA;IACvD,qFAAuD,CAAA;AAC3D,CAAC,EALW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAKrC;AAYD,IAAY,WAIX;AAJD,WAAY,WAAW;IACnB,8BAAe,CAAA;IACf,sCAAuB,CAAA;IACvB,sCAAuB,CAAA;AAC3B,CAAC,EAJW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAItB;AA6ED,IAAY,QAEX;AAFD,WAAY,QAAQ;IAChB,mCAAuB,CAAA;AAC3B,CAAC,EAFW,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAEnB;AAED,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC1B,+CAAyB,CAAA;IACzB,qCAAe,CAAA;IACf,qCAAe,CAAA;AACnB,CAAC,EAJW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAI7B;AAED,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IACzB,sCAAiB,CAAA;IACjB,wCAAmB,CAAA;AACvB,CAAC,EAHW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAG5B;AAED,IAAY,2BAIX;AAJD,WAAY,2BAA2B;IACnC,gDAAiB,CAAA;IACjB,8CAAe,CAAA;IACf,oEAAqC,CAAA;AACzC,CAAC,EAJW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAItC"}
@@ -1,11 +1,4 @@
1
- import { Action as ToolBarAction } from '.';
2
- /**
3
- * Actions
4
- * @isViewNode true
5
- */
6
- export interface Actions {
7
- [key: string]: ToolBarAction;
8
- }
1
+ import { Actions } from '.';
9
2
  /**
10
3
  * Toolbar
11
4
  * @isViewNode true
@@ -5,10 +5,9 @@ export * from './Field';
5
5
  export * from './FilterBar';
6
6
  export * from './Table';
7
7
  export * from './ToolBar';
8
+ export * from './Footer';
8
9
  export * from './AnalyticalListPageChart';
9
10
  export * from './ObjectPageHeader';
10
- export * from './ObjectPageFooter';
11
- export * from './ObjectPageFooterAction';
12
11
  export * from './ObjectPageLayout';
13
12
  export * from './ObjectPageSection';
14
13
  export * from './ObjectPageChart';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/specification/v2/controls/index.ts"],"names":[],"mappings":";;;;;AAAA,8BAAyB;AACzB,4BAAuB;AAGvB,iCAA4B;AAC5B,6BAAwB;AAExB,+CAA0C;AAC1C,wCAAmC;AAInC,yCAAoC;AAGpC,uCAAkC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/specification/v2/controls/index.ts"],"names":[],"mappings":";;;;;AAAA,8BAAyB;AACzB,4BAAuB;AAGvB,iCAA4B;AAC5B,6BAAwB;AAGxB,+CAA0C;AAC1C,wCAAmC;AAEnC,yCAAoC;AAGpC,uCAAkC"}
@@ -1,4 +1,4 @@
1
- import { AnalyticalListPageFilterBar, ALPAnalyticalTable, ALPGridTable, ALPResponsiveTable } from '../controls';
1
+ import { AnalyticalListPageFilterBar, ALPAnalyticalTable, ALPGridTable, ALPResponsiveTable, GenericFooter } from '../controls';
2
2
  import { PageConfig } from '../../common/page';
3
3
  import { ChartSettings } from '../../../specification/v2/controls';
4
4
  import { KPISettings } from '../../../specification/v2/controls/AnalyticalListPageKPI';
@@ -10,6 +10,7 @@ export interface AnalyticalListPageConfig extends PageConfig {
10
10
  table?: ALPResponsiveTable | ALPGridTable | ALPAnalyticalTable;
11
11
  filterBar?: AnalyticalListPageFilterBar;
12
12
  chart?: ChartSettings;
13
+ footer?: GenericFooter;
13
14
  /**
14
15
  * Key Performance Indicators
15
16
  * @isViewNode true
@@ -1,4 +1,4 @@
1
- import { TreeTable, FilterBar, AnalyticalTable, GridTable, ResponsiveTableWithInlineDelete, ResponsiveTableWithMultiSelect } from '../controls';
1
+ import { TreeTable, ListReportFilterBar, GenericFooter, AnalyticalTable, GridTable, ResponsiveTableWithInlineDelete, ResponsiveTableWithMultiSelect } from '../controls';
2
2
  import { PageConfig } from '../../common/page';
3
3
  export declare type ListReportTableTypeV2 = ResponsiveTableWithMultiSelect | ResponsiveTableWithInlineDelete | TreeTable | AnalyticalTable | GridTable;
4
4
  export interface ListReportConfig extends PageConfig {
@@ -7,5 +7,6 @@ export interface ListReportConfig extends PageConfig {
7
7
  */
8
8
  fitContent?: boolean;
9
9
  table?: ListReportTableTypeV2;
10
- filterBar?: FilterBar;
10
+ filterBar?: ListReportFilterBar;
11
+ footer?: GenericFooter;
11
12
  }
@@ -4,12 +4,42 @@
4
4
  */
5
5
  import { PageConfig } from '../../common/page';
6
6
  import { ListCard, AnalyticalCard, StackCard, LinklistCard, TableCard, CustomCard } from '../controls/Card';
7
- import { DateRange } from '../controls/FilterBar';
7
+ import { DateRange, DateRangeType, FilterType } from '../controls/FilterBar';
8
+ /**
9
+ * @isViewNode false
10
+ */
11
+ export interface SelectedValues {
12
+ /**
13
+ * The selectedValues property is a set of standard date range values that you want to include or exclude.
14
+ */
15
+ selectedValues?: DateRangeType[];
16
+ /**
17
+ * The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.
18
+ */
19
+ exclude?: boolean;
20
+ /**
21
+ * This property references a JS class, which you use to modify the date range value list. You can either remove standard data range values or add custom values.
22
+ * The customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types.
23
+ */
24
+ customDateRangeImplementation?: string;
25
+ /**
26
+ * You can use the filter settings to include and exclude specific date range values.
27
+ */
28
+ filter?: FilterType[];
29
+ }
30
+ export interface DateRangeOVP extends DateRange {
31
+ /**
32
+ * For a fields' list you can define the set of standard date range values separately.
33
+ */
34
+ fields?: {
35
+ [field: string]: SelectedValues;
36
+ };
37
+ }
8
38
  export declare type FilterSettingsType = {
9
39
  /**
10
40
  * You can define date ranges, such as lastYear or nextQuarter on the Smart Filter Bar
11
41
  */
12
- dateSettings?: DateRange;
42
+ dateSettings?: DateRangeOVP;
13
43
  };
14
44
  export declare enum ContainerLayoutType {
15
45
  fixed = "fixed",
@@ -1 +1 @@
1
- {"version":3,"file":"OverviewPageConfig.js","sourceRoot":"","sources":["../../../../../src/specification/v2/pages/OverviewPageConfig.ts"],"names":[],"mappings":";;AAeA,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC3B,sCAAe,CAAA;IACf,8CAAuB,CAAA;AAC3B,CAAC,EAHW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAG9B"}
1
+ {"version":3,"file":"OverviewPageConfig.js","sourceRoot":"","sources":["../../../../../src/specification/v2/pages/OverviewPageConfig.ts"],"names":[],"mappings":";;AA+CA,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC3B,sCAAe,CAAA;IACf,8CAAuB,CAAA;AAC3B,CAAC,EAHW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAG9B"}
@@ -1,11 +1,11 @@
1
1
  export declare type FooterActionV4 = object;
2
- export interface GenericFooterActions {
2
+ export interface ObjectPageFooterActions {
3
3
  [id: string]: FooterActionV4;
4
4
  }
5
5
  /**
6
6
  * Footer
7
7
  * @isViewNode true
8
8
  */
9
- export interface ObjectPageFooter<ACT = GenericFooterActions> {
9
+ export interface ObjectPageFooter<ACT = ObjectPageFooterActions> {
10
10
  actions?: ACT;
11
11
  }
@@ -1,12 +1,5 @@
1
1
  import { ObjectPageSectionTableV4 } from '../controls/ObjectPageTable';
2
2
  import { SAPUI5_FRAGMENT_CLASS } from '../../common/webapp/manifest/sapUi5';
3
- /**
4
- * Subsections
5
- * @isViewNode true
6
- */
7
- export interface ObjectPageSubSections {
8
- subsections: GenericSections;
9
- }
10
3
  export interface ObjectPageSectionForm {
11
4
  /**
12
5
  * Form
@@ -38,6 +31,13 @@ export interface ObjectPageSectionAddress {
38
31
  export interface GenericSections {
39
32
  [key: string]: ObjectPageSectionTableV4 | ObjectPageSectionForm | ObjectPageSectionDataPoint | ObjectPageSectionContact | ObjectPageSectionAddress;
40
33
  }
34
+ /**
35
+ * Subsections
36
+ * @isViewNode true
37
+ */
38
+ export interface ObjectPageSubSections {
39
+ subsections: GenericSections;
40
+ }
41
41
  export declare enum SectionPosition {
42
42
  After = "After",
43
43
  Before = "Before"
@@ -1,5 +1,5 @@
1
- import { AnnotationPathAsObject, TableCreationModeType, TableCustomColumns, TableSettings } from '../controls';
2
- import { ObjectPageTableColumnAction, TableColumn } from '../webapp/manifest/ManifestSettings';
1
+ import { AnnotationPathAsObject, TableCreationModeType, TableSettings } from '../controls';
2
+ import { ObjectPageTableColumn as ObjectPageTableColumnIF, ObjectPageTableColumnAction } from '../webapp/manifest/ManifestSettings';
3
3
  import { ObjectPageToolBar } from './ObjectPageToolBar';
4
4
  /**
5
5
  * Table
@@ -64,8 +64,8 @@ export interface QuickVariantSelectionV4OP {
64
64
  */
65
65
  showCounts?: boolean;
66
66
  }
67
- interface GenericColumns {
68
- [key: string]: TableColumn | ObjectPageTableColumnAction | TableCustomColumns;
67
+ export interface GenericColumnsOP {
68
+ [key: string]: ObjectPageTableColumnIF | ObjectPageTableColumnAction;
69
69
  }
70
70
  export interface TableSettingsOP extends TableSettings {
71
71
  /**
@@ -80,6 +80,5 @@ export interface TableSettingsOP extends TableSettings {
80
80
  * With quickVariantSelection you can switch on the multiple view feature (single table mode). It links to SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) you must have added to your annotations beforehand.
81
81
  */
82
82
  quickVariantSelection?: QuickVariantSelectionV4OP;
83
- columns?: GenericColumns;
83
+ columns?: GenericColumnsOP;
84
84
  }
85
- export {};
@@ -1,4 +1,4 @@
1
- import { TableColumn, TableColumnAction, TableCustomColumn } from './../webapp/manifest/ManifestSettings';
1
+ import { TableColumn, TableColumnAction } from './../webapp/manifest/ManifestSettings';
2
2
  import { ToolBar } from './ToolBar';
3
3
  export declare enum SelectionMode {
4
4
  Multi = "Multi",
@@ -75,13 +75,8 @@ export interface MultiTableModeV4 {
75
75
  */
76
76
  showCounts?: boolean;
77
77
  }
78
- /**
79
- * Custom Columns
80
- * @isViewNode true
81
- */
82
- export declare type TableCustomColumns = Array<TableCustomColumn>;
83
78
  export interface GenericColumns {
84
- [key: string]: TableColumn | TableColumnAction | TableCustomColumns;
79
+ [key: string]: TableColumn | TableColumnAction;
85
80
  }
86
81
  export interface TableSettings<COLS = GenericColumns> {
87
82
  /**