@sap/ux-specification 1.108.14 → 1.108.16

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 (141) hide show
  1. package/CHANGELOG.md +67 -2
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  3. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  4. package/dist/documentation/v2/v2-ListReport.html +2 -2
  5. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  6. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  7. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  8. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  9. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  10. package/dist/documentation/v4/v4-ListReport.html +2 -2
  11. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  12. package/dist/index-min.js +138 -138
  13. package/dist/index-min.js.map +4 -4
  14. package/dist/package.json +10 -10
  15. package/dist/schemas/v2/AnalyticalListPageConfig.json +42 -4
  16. package/dist/schemas/v2/ApplicationV2.json +2 -1
  17. package/dist/schemas/v2/ListReportConfig.json +578 -540
  18. package/dist/schemas/v2/ObjectPageConfig.json +92 -24
  19. package/dist/schemas/v4/ApplicationV4.json +2 -1
  20. package/dist/schemas/v4/ListReportConfig.json +124 -37
  21. package/dist/schemas/v4/ObjectPageConfig.json +176 -42
  22. package/dist/src/api.d.ts.map +1 -1
  23. package/dist/src/api.js +6 -3
  24. package/dist/src/api.js.map +1 -1
  25. package/dist/src/sync/common/distTagEvaluator.d.ts.map +1 -1
  26. package/dist/src/sync/common/distTagEvaluator.js +9 -2
  27. package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
  28. package/dist/src/sync/common/generate/objectPage.d.ts +4 -3
  29. package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
  30. package/dist/src/sync/common/generate/objectPage.js +99 -68
  31. package/dist/src/sync/common/generate/objectPage.js.map +1 -1
  32. package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
  33. package/dist/src/sync/common/generate/utils.js +6 -4
  34. package/dist/src/sync/common/generate/utils.js.map +1 -1
  35. package/dist/src/sync/common/i18n.json +5 -2
  36. package/dist/src/sync/common/importProject.d.ts.map +1 -1
  37. package/dist/src/sync/common/importProject.js +21 -11
  38. package/dist/src/sync/common/importProject.js.map +1 -1
  39. package/dist/src/sync/common/utils.d.ts +17 -8
  40. package/dist/src/sync/common/utils.d.ts.map +1 -1
  41. package/dist/src/sync/common/utils.js +84 -28
  42. package/dist/src/sync/common/utils.js.map +1 -1
  43. package/dist/src/sync/v2/export/controls/Action.d.ts +21 -0
  44. package/dist/src/sync/v2/export/controls/Action.d.ts.map +1 -1
  45. package/dist/src/sync/v2/export/controls/Action.js +93 -1
  46. package/dist/src/sync/v2/export/controls/Action.js.map +1 -1
  47. package/dist/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  48. package/dist/src/sync/v2/export/controls/Fragment.js +2 -4
  49. package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
  50. package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -1
  51. package/dist/src/sync/v2/export/exportPage.js +13 -3
  52. package/dist/src/sync/v2/export/exportPage.js.map +1 -1
  53. package/dist/src/sync/v2/export/manifest.js +1 -1
  54. package/dist/src/sync/v2/export/manifest.js.map +1 -1
  55. package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  56. package/dist/src/sync/v2/generate/analyticalListReport.js +2 -0
  57. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  58. package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -1
  59. package/dist/src/sync/v2/generate/listReport.js +5 -2
  60. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  61. package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  62. package/dist/src/sync/v2/generate/objectPage.js +62 -63
  63. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  64. package/dist/src/sync/v2/generate/utils.d.ts +20 -0
  65. package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
  66. package/dist/src/sync/v2/generate/utils.js +59 -2
  67. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  68. package/dist/src/sync/v2/import/app/appProvider.d.ts +2 -2
  69. package/dist/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
  70. package/dist/src/sync/v2/import/app/appProvider.js +41 -18
  71. package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
  72. package/dist/src/sync/v2/import/common/index.d.ts +9 -0
  73. package/dist/src/sync/v2/import/common/index.d.ts.map +1 -1
  74. package/dist/src/sync/v2/import/common/index.js +44 -19
  75. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  76. package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  77. package/dist/src/sync/v2/import/pages/analyticalListPage.js +6 -27
  78. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  79. package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  80. package/dist/src/sync/v2/import/pages/listReport.js +17 -29
  81. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  82. package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  83. package/dist/src/sync/v2/import/pages/objectPage.js +84 -62
  84. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  85. package/dist/src/sync/v2/import/utils.d.ts +15 -0
  86. package/dist/src/sync/v2/import/utils.d.ts.map +1 -1
  87. package/dist/src/sync/v2/import/utils.js +69 -5
  88. package/dist/src/sync/v2/import/utils.js.map +1 -1
  89. package/dist/src/sync/v2/types.d.ts +6 -1
  90. package/dist/src/sync/v2/types.d.ts.map +1 -1
  91. package/dist/src/sync/v2/types.js +6 -1
  92. package/dist/src/sync/v2/types.js.map +1 -1
  93. package/dist/src/sync/v4/application.d.ts +10 -0
  94. package/dist/src/sync/v4/application.d.ts.map +1 -1
  95. package/dist/src/sync/v4/application.js +21 -1
  96. package/dist/src/sync/v4/application.js.map +1 -1
  97. package/dist/src/sync/v4/export/controls/FilterBar.d.ts +11 -0
  98. package/dist/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
  99. package/dist/src/sync/v4/export/controls/FilterBar.js +77 -1
  100. package/dist/src/sync/v4/export/controls/FilterBar.js.map +1 -1
  101. package/dist/src/sync/v4/export/controls/ObjectPageCustomHeaderSection.d.ts +18 -0
  102. package/dist/src/sync/v4/export/controls/ObjectPageCustomHeaderSection.d.ts.map +1 -0
  103. package/dist/src/sync/v4/export/controls/ObjectPageCustomHeaderSection.js +158 -0
  104. package/dist/src/sync/v4/export/controls/ObjectPageCustomHeaderSection.js.map +1 -0
  105. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts +3 -2
  106. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  107. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js.map +1 -1
  108. package/dist/src/sync/v4/export/controls/index.d.ts +1 -0
  109. package/dist/src/sync/v4/export/controls/index.d.ts.map +1 -1
  110. package/dist/src/sync/v4/export/controls/index.js +1 -0
  111. package/dist/src/sync/v4/export/controls/index.js.map +1 -1
  112. package/dist/src/sync/v4/export/export.d.ts.map +1 -1
  113. package/dist/src/sync/v4/export/export.js +33 -34
  114. package/dist/src/sync/v4/export/export.js.map +1 -1
  115. package/dist/src/sync/v4/generate/fpm-custom-page/annotations.js +4 -4
  116. package/dist/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
  117. package/dist/src/sync/v4/generate/listReport.d.ts +1 -1
  118. package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
  119. package/dist/src/sync/v4/generate/listReport.js +38 -15
  120. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  121. package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  122. package/dist/src/sync/v4/generate/objectPage.js +60 -38
  123. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  124. package/dist/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
  125. package/dist/src/sync/v4/import/app/appProvider.js +71 -57
  126. package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
  127. package/dist/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  128. package/dist/src/sync/v4/import/pages/listReport.js +64 -22
  129. package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
  130. package/dist/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  131. package/dist/src/sync/v4/import/pages/objectPage.js +56 -19
  132. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  133. package/dist/src/sync/v4/import/utils.d.ts +1 -1
  134. package/dist/src/sync/v4/import/utils.d.ts.map +1 -1
  135. package/dist/src/sync/v4/import/utils.js +4 -4
  136. package/dist/src/sync/v4/import/utils.js.map +1 -1
  137. package/dist/src/sync/v4/utils/utils.d.ts +15 -8
  138. package/dist/src/sync/v4/utils/utils.d.ts.map +1 -1
  139. package/dist/src/sync/v4/utils/utils.js +65 -13
  140. package/dist/src/sync/v4/utils/utils.js.map +1 -1
  141. package/package.json +10 -10
@@ -7,6 +7,13 @@
7
7
  "artifactType": "FlexChange",
8
8
  "controlType": "sap.f.DynamicPage"
9
9
  },
10
+ "header": {
11
+ "$ref": "#/definitions/Header",
12
+ "description": "Header"
13
+ },
14
+ "filterBar": {
15
+ "$ref": "#/definitions/ListReportFilterBar"
16
+ },
10
17
  "table": {
11
18
  "anyOf": [
12
19
  {
@@ -26,9 +33,6 @@
26
33
  }
27
34
  ]
28
35
  },
29
- "filterBar": {
30
- "$ref": "#/definitions/ListReportFilterBar"
31
- },
32
36
  "footer": {
33
37
  "$ref": "#/definitions/GenericFooter"
34
38
  },
@@ -38,239 +42,637 @@
38
42
  },
39
43
  "additionalProperties": false,
40
44
  "definitions": {
41
- "AnalyticalTable": {
42
- "description": "Table",
45
+ "Header": {
46
+ "description": "Header",
43
47
  "isViewNode": true,
44
- "controlProperty": "type",
45
48
  "type": "object",
46
49
  "properties": {
47
- "type": {
48
- "description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
49
- "type": "string",
50
- "const": "AnalyticalTable",
51
- "artifactType": "Manifest"
52
- },
53
- "qualifier": {
54
- "description": "Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.",
55
- "type": "string",
56
- "artifactType": "Manifest"
57
- },
58
- "defaultContentView": {
59
- "$ref": "#/definitions/DefaultContentView",
60
- "description": "Determines the visualization of content area",
61
- "artifactType": "Manifest"
62
- },
63
- "defaultFilterMode": {
64
- "$ref": "#/definitions/DefaultFilterMode",
65
- "description": "Determines the filter mode that is used",
66
- "artifactType": "Manifest"
67
- },
68
- "contentTitle": {
69
- "description": "Lets you define title for the content area",
70
- "i18nClassification": "TIT: Title for the content area",
50
+ "actions": {
51
+ "$ref": "#/definitions/HeaderActionsStandard"
52
+ }
53
+ },
54
+ "additionalProperties": false
55
+ },
56
+ "HeaderActionsStandard": {
57
+ "type": "object",
58
+ "properties": {
59
+ "Share": {
60
+ "$ref": "#/definitions/Share"
61
+ }
62
+ },
63
+ "additionalProperties": false
64
+ },
65
+ "Share": {
66
+ "description": "Share",
67
+ "isViewNode": true,
68
+ "type": "object",
69
+ "properties": {
70
+ "visible": {
71
+ "description": "Allows you to define if the button is visible on the screen.",
72
+ "type": "boolean",
73
+ "artifactType": "FlexChange",
74
+ "controlType": "sap.m.Button"
75
+ }
76
+ },
77
+ "additionalProperties": false
78
+ },
79
+ "ListReportFilterBar": {
80
+ "description": "Filter Bar",
81
+ "isViewNode": true,
82
+ "type": "object",
83
+ "properties": {
84
+ "annotationPath": {
85
+ "description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
71
86
  "type": "string",
72
87
  "artifactType": "Manifest"
73
88
  },
74
- "allFiltersAsInParameters": {
75
- "description": "All filter fields will be set as in parameter",
89
+ "smartVariantManagement": {
90
+ "description": "Controls whether smart variant management is active. Default is true.",
76
91
  "type": "boolean",
77
92
  "artifactType": "Manifest"
78
93
  },
79
- "createWithFilters": {
80
- "$ref": "#/definitions/CreateWithFilters",
81
- "description": "createWithFilters adds a new create action that uses the filter settings as input.",
82
- "artifactType": "Manifest"
83
- },
84
- "multiSelect": {
85
- "description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
94
+ "liveMode": {
95
+ "description": "If liveMode is set, the search will be automatically triggered when a filter value is set.",
86
96
  "type": "boolean",
87
- "artifactType": "Manifest"
97
+ "artifactType": "FlexChange",
98
+ "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
88
99
  },
89
- "createWithParameterDialog": {
90
- "$ref": "#/definitions/Fields4Dialog",
91
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
100
+ "variantManagementHidden": {
101
+ "description": "If you set the flag to true, then standard variant management is not available in the app. The app name is displayed instead.\nIf you set the flag to false or if the flag is not at all contained in the manifest of the app, the standard variant management is available and can be enabled or disabled.",
102
+ "type": "boolean",
92
103
  "artifactType": "Manifest"
93
104
  },
94
- "selectAll": {
95
- "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
96
- "type": "boolean",
105
+ "subTitleIfVariantMgmtHidden": {
106
+ "description": "You can choose an app-specific title by setting the corresponding value for the subTitleIfVariantMgmtHidden property.",
107
+ "i18nClassification": "TIT: Subtitle if variant management is hidden",
108
+ "type": "string",
97
109
  "artifactType": "Manifest"
98
110
  },
99
- "selectionLimit": {
100
- "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.",
101
- "type": "number",
111
+ "dateSettings": {
112
+ "$ref": "#/definitions/DateRange",
113
+ "description": "Use to set date settings for fields in smart filter bar",
102
114
  "artifactType": "Manifest"
103
115
  },
104
- "showTablePersonalisation": {
105
- "description": "The showTablePersonalisation attribute can be set to false to hide the table personalization button.",
116
+ "showClearOnFB": {
117
+ "description": "Handles visibility of the Clear button on the FilterBar.",
106
118
  "type": "boolean",
107
119
  "artifactType": "FlexChange",
108
- "controlType": "sap.ui.comp.smarttable.SmartTable"
120
+ "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
109
121
  },
110
- "useExportToExcel": {
111
- "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
122
+ "showFilterConfiguration": {
123
+ "description": "Handles visibility of the Filter button on the FilterBar.",
112
124
  "type": "boolean",
113
125
  "artifactType": "FlexChange",
114
- "controlType": "sap.ui.comp.smarttable.SmartTable"
115
- },
116
- "exportType": {
117
- "$ref": "#/definitions/smarttable.ExportType",
118
- "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
119
- "artifactType": "FlexChange",
120
- "controlType": "sap.ui.comp.smarttable.SmartTable"
126
+ "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
121
127
  },
122
- "fitContainer": {
123
- "description": "Set to false if the table does not occupy the entire space available in the container.",
128
+ "showRestoreOnFB": {
129
+ "description": "Handles visibility of the Restore button on the FilterBar.",
124
130
  "type": "boolean",
125
131
  "artifactType": "FlexChange",
126
- "controlType": "sap.ui.comp.smarttable.SmartTable"
127
- },
128
- "quickVariantSelection": {
129
- "$ref": "#/definitions/QuickVariantSelection",
130
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
131
- "artifactType": "Manifest"
132
- },
133
- "quickVariantSelectionX": {
134
- "$ref": "#/definitions/QuickVariantSelectionX",
135
- "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
136
- "artifactType": "Manifest"
137
- },
138
- "condensedTableLayout": {
139
- "description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
140
- "type": "boolean",
141
- "artifactType": "Manifest"
142
- },
143
- "enableTableFilterInPageVariant": {
144
- "description": "If you have enabled harmonized variant management, by default, you cannot set a filter in the table personalization settings.\nTo enable filtering, set the enableTableFilterInPageVariant property to true.",
145
- "type": "boolean",
146
- "artifactType": "Manifest"
147
- },
148
- "dataLoadSettings": {
149
- "$ref": "#/definitions/DataLoadSettings",
150
- "description": "Change the default behavior for autoloading of data.",
151
- "artifactType": "Manifest"
152
- },
153
- "toolBar": {
154
- "$ref": "#/definitions/ToolBar",
155
- "description": "Tool Bar"
132
+ "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
156
133
  },
157
- "columns": {
158
- "$ref": "#/definitions/GenericColumns",
159
- "description": "Columns"
134
+ "selectionFields": {
135
+ "$ref": "#/definitions/SelectionFields"
160
136
  }
161
137
  },
162
138
  "additionalProperties": false
163
139
  },
164
- "DefaultContentView": {
165
- "enum": [
166
- "chart",
167
- "charttable",
168
- "table"
169
- ],
170
- "type": "string"
171
- },
172
- "DefaultFilterMode": {
173
- "enum": [
174
- "compact",
175
- "visual"
176
- ],
177
- "type": "string"
178
- },
179
- "CreateWithFilters": {
140
+ "DateRange": {
180
141
  "type": "object",
181
142
  "properties": {
182
- "strategy": {
183
- "description": "For the new create action to use the filter settings as input, set strategy to \"extension\" and implement the extension function as mentioned in help.sap.com for SAP S/4 HANA, section “Prefilling Fields When Creating a New Entity Using an Extension Point“.",
184
- "type": "string",
185
- "const": "extension",
143
+ "useDateRange": {
144
+ "description": "If set to true all date fields with filter restriction interval will be treated as DateTimeRange filters.",
145
+ "type": "boolean",
186
146
  "artifactType": "Manifest"
187
- }
188
- },
189
- "additionalProperties": false,
190
- "required": [
191
- "strategy"
192
- ]
193
- },
194
- "Fields4Dialog": {
195
- "type": "object",
196
- "properties": {
197
- "fields": {
147
+ },
148
+ "selectedValues": {
149
+ "description": "The selectedValues property is a set of standard date range values that you want to include or exclude.",
198
150
  "type": "array",
199
151
  "items": {
152
+ "enum": [
153
+ "DATE",
154
+ "DATERANGE",
155
+ "DAYS",
156
+ "FROM",
157
+ "LAST2WEEKS",
158
+ "LAST3WEEKS",
159
+ "LAST4WEEKS",
160
+ "LAST5WEEKS",
161
+ "LASTDAYS",
162
+ "LASTMONTH",
163
+ "LASTMONTHS",
164
+ "LASTQUARTER",
165
+ "LASTQUARTERS",
166
+ "LASTWEEK",
167
+ "LASTWEEKS",
168
+ "LASTYEAR",
169
+ "LASTYEARS",
170
+ "MONTH",
171
+ "NEXT",
172
+ "NEXT2WEEKS",
173
+ "NEXT3WEEKS",
174
+ "NEXT4WEEKS",
175
+ "NEXT5WEEKS",
176
+ "NEXTDAYS",
177
+ "NEXTMONTH",
178
+ "NEXTMONTHS",
179
+ "NEXTQUARTER",
180
+ "NEXTQUARTERS",
181
+ "NEXTWEEK",
182
+ "NEXTWEEKS",
183
+ "NEXTYEARS",
184
+ "QUARTER",
185
+ "QUARTER1",
186
+ "QUARTER2",
187
+ "QUARTER3",
188
+ "QUARTER4",
189
+ "SPECIFICMONTH",
190
+ "THISMONTH",
191
+ "THISQUARTER",
192
+ "THISWEEK",
193
+ "TO",
194
+ "TODAY",
195
+ "TODAYFROMTO",
196
+ "TOMORROW",
197
+ "WEEK",
198
+ "YEAR",
199
+ "YEARTODATE",
200
+ "YESTERDAY"
201
+ ],
200
202
  "type": "string"
201
203
  },
202
204
  "artifactType": "Manifest"
205
+ },
206
+ "exclude": {
207
+ "description": "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.",
208
+ "type": "boolean",
209
+ "artifactType": "Manifest"
203
210
  }
204
211
  },
205
- "additionalProperties": false,
206
- "required": [
207
- "fields"
208
- ]
212
+ "additionalProperties": false
209
213
  },
210
- "smarttable.ExportType": {
211
- "description": "Provides the type of services available for export in the `SmartTable` control.",
212
- "enum": [
213
- "GW",
214
- "UI5Client",
215
- "UI5ClientPDF"
216
- ],
217
- "type": "string"
214
+ "SelectionFields": {
215
+ "description": "Filter Fields",
216
+ "isViewNode": true,
217
+ "type": "object",
218
+ "additionalProperties": {
219
+ "description": "Filter Field",
220
+ "isViewNode": true,
221
+ "anyOf": [
222
+ {
223
+ "type": "object",
224
+ "properties": {}
225
+ },
226
+ {
227
+ "$ref": "#/definitions/SelectionFieldDateSettings"
228
+ }
229
+ ]
230
+ }
218
231
  },
219
- "QuickVariantSelection": {
232
+ "SelectionFieldDateSettings": {
233
+ "description": "Filter Field for Date Settings",
234
+ "isViewNode": true,
220
235
  "type": "object",
221
236
  "properties": {
222
- "showCounts": {
223
- "description": "To show the number of records available, set showCounts to true.",
237
+ "selectedValues": {
238
+ "description": "The selectedValues property is a set of standard date range values that you want to include or exclude.",
239
+ "type": "array",
240
+ "items": {
241
+ "enum": [
242
+ "DATE",
243
+ "DATERANGE",
244
+ "DAYS",
245
+ "FROM",
246
+ "LAST2WEEKS",
247
+ "LAST3WEEKS",
248
+ "LAST4WEEKS",
249
+ "LAST5WEEKS",
250
+ "LASTDAYS",
251
+ "LASTMONTH",
252
+ "LASTMONTHS",
253
+ "LASTQUARTER",
254
+ "LASTQUARTERS",
255
+ "LASTWEEK",
256
+ "LASTWEEKS",
257
+ "LASTYEAR",
258
+ "LASTYEARS",
259
+ "MONTH",
260
+ "NEXT",
261
+ "NEXT2WEEKS",
262
+ "NEXT3WEEKS",
263
+ "NEXT4WEEKS",
264
+ "NEXT5WEEKS",
265
+ "NEXTDAYS",
266
+ "NEXTMONTH",
267
+ "NEXTMONTHS",
268
+ "NEXTQUARTER",
269
+ "NEXTQUARTERS",
270
+ "NEXTWEEK",
271
+ "NEXTWEEKS",
272
+ "NEXTYEARS",
273
+ "QUARTER",
274
+ "QUARTER1",
275
+ "QUARTER2",
276
+ "QUARTER3",
277
+ "QUARTER4",
278
+ "SPECIFICMONTH",
279
+ "THISMONTH",
280
+ "THISQUARTER",
281
+ "THISWEEK",
282
+ "TO",
283
+ "TODAY",
284
+ "TODAYFROMTO",
285
+ "TOMORROW",
286
+ "WEEK",
287
+ "YEAR",
288
+ "YEARTODATE",
289
+ "YESTERDAY"
290
+ ],
291
+ "type": "string"
292
+ },
293
+ "artifactType": "Manifest"
294
+ },
295
+ "exclude": {
296
+ "description": "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.",
224
297
  "type": "boolean",
225
298
  "artifactType": "Manifest"
226
299
  },
227
- "variants": {
228
- "description": "The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations.",
229
- "type": "object",
230
- "additionalProperties": {
231
- "$ref": "#/definitions/QuickVariant"
300
+ "customDateRangeImplementation": {
301
+ "description": "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.\nThe customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types.",
302
+ "type": "string",
303
+ "artifactType": "Manifest"
304
+ },
305
+ "filter": {
306
+ "description": "You can use the filter settings to include and exclude specific date range values.",
307
+ "type": "array",
308
+ "items": {
309
+ "type": "object",
310
+ "properties": {
311
+ "path": {
312
+ "$ref": "#/definitions/FilterPathType",
313
+ "description": "Choose 'key' to define filter values for single values of the date range, or 'category' to filter by a whole subset."
314
+ },
315
+ "contains": {
316
+ "description": "The 'contains' string specifies a filter describing a set of values of the date range type.",
317
+ "type": "string"
318
+ },
319
+ "equals": {
320
+ "description": "Defines a single value of the standard date range type.",
321
+ "type": "array",
322
+ "items": {
323
+ "enum": [
324
+ "DATE",
325
+ "DATERANGE",
326
+ "DAYS",
327
+ "FROM",
328
+ "LAST2WEEKS",
329
+ "LAST3WEEKS",
330
+ "LAST4WEEKS",
331
+ "LAST5WEEKS",
332
+ "LASTDAYS",
333
+ "LASTMONTH",
334
+ "LASTMONTHS",
335
+ "LASTQUARTER",
336
+ "LASTQUARTERS",
337
+ "LASTWEEK",
338
+ "LASTWEEKS",
339
+ "LASTYEAR",
340
+ "LASTYEARS",
341
+ "MONTH",
342
+ "NEXT",
343
+ "NEXT2WEEKS",
344
+ "NEXT3WEEKS",
345
+ "NEXT4WEEKS",
346
+ "NEXT5WEEKS",
347
+ "NEXTDAYS",
348
+ "NEXTMONTH",
349
+ "NEXTMONTHS",
350
+ "NEXTQUARTER",
351
+ "NEXTQUARTERS",
352
+ "NEXTWEEK",
353
+ "NEXTWEEKS",
354
+ "NEXTYEARS",
355
+ "QUARTER",
356
+ "QUARTER1",
357
+ "QUARTER2",
358
+ "QUARTER3",
359
+ "QUARTER4",
360
+ "SPECIFICMONTH",
361
+ "THISMONTH",
362
+ "THISQUARTER",
363
+ "THISWEEK",
364
+ "TO",
365
+ "TODAY",
366
+ "TODAYFROMTO",
367
+ "TOMORROW",
368
+ "WEEK",
369
+ "YEAR",
370
+ "YEARTODATE",
371
+ "YESTERDAY"
372
+ ],
373
+ "type": "string"
374
+ }
375
+ },
376
+ "exclude": {
377
+ "description": "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.",
378
+ "type": "boolean"
379
+ }
380
+ },
381
+ "additionalProperties": false,
382
+ "required": [
383
+ "path"
384
+ ]
232
385
  },
233
386
  "artifactType": "Manifest"
387
+ },
388
+ "defaultValue": {
389
+ "$ref": "#/definitions/DefaultDateRange",
390
+ "description": "You can set a default value for semantic date range.",
391
+ "artifactType": "Manifest"
234
392
  }
235
393
  },
236
- "additionalProperties": false,
237
- "required": [
238
- "variants"
239
- ]
394
+ "additionalProperties": false
240
395
  },
241
- "QuickVariant": {
396
+ "FilterPathType": {
397
+ "enum": [
398
+ "category",
399
+ "key"
400
+ ],
401
+ "type": "string"
402
+ },
403
+ "DefaultDateRange": {
242
404
  "type": "object",
243
405
  "properties": {
244
- "key": {
245
- "description": "A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory.",
246
- "type": "string"
247
- },
248
- "annotationPath": {
249
- "description": "Use annotationPath to define a specific variant that points to a SelectionVariant or SelectionPresentationVariant annotation.",
250
- "type": "string"
406
+ "operation": {
407
+ "$ref": "#/definitions/DefaultDateRangeValueType",
408
+ "description": "The operation property is the value that will be set for semantic date range.",
409
+ "artifactType": "Manifest"
251
410
  }
252
411
  },
253
412
  "additionalProperties": false,
254
413
  "required": [
255
- "annotationPath",
256
- "key"
414
+ "operation"
257
415
  ]
258
416
  },
259
- "QuickVariantSelectionX": {
417
+ "DefaultDateRangeValueType": {
418
+ "enum": [
419
+ "DATETOYEAR",
420
+ "LAST2WEEKS",
421
+ "LAST3WEEKS",
422
+ "LAST4WEEKS",
423
+ "LAST5WEEKS",
424
+ "LASTMONTH",
425
+ "LASTQUARTER",
426
+ "LASTWEEK",
427
+ "LASTYEAR",
428
+ "QUARTER1",
429
+ "QUARTER2",
430
+ "QUARTER3",
431
+ "QUARTER4",
432
+ "THISMONTH",
433
+ "THISQUARTER",
434
+ "THISWEEK",
435
+ "THISYEAR",
436
+ "TODAY",
437
+ "TOMORROW",
438
+ "YEARTODATE",
439
+ "YESTERDAY"
440
+ ],
441
+ "type": "string"
442
+ },
443
+ "AnalyticalTable": {
444
+ "description": "Table",
445
+ "isViewNode": true,
446
+ "controlProperty": "type",
260
447
  "type": "object",
261
448
  "properties": {
262
- "enableAutoBinding": {
263
- "description": "When set to true, this enables automatic binding of the table with either the tableBindingPath (if it exists) or the entitySet property.",
264
- "type": "boolean",
449
+ "type": {
450
+ "description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
451
+ "type": "string",
452
+ "const": "AnalyticalTable",
265
453
  "artifactType": "Manifest"
266
454
  },
267
- "variants": {
268
- "description": "The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations.",
269
- "type": "object",
270
- "additionalProperties": {
271
- "$ref": "#/definitions/QuickVariantX"
272
- },
273
- "artifactType": "Manifest"
455
+ "qualifier": {
456
+ "description": "Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.",
457
+ "type": "string",
458
+ "artifactType": "Manifest"
459
+ },
460
+ "defaultContentView": {
461
+ "$ref": "#/definitions/DefaultContentView",
462
+ "description": "Determines the visualization of content area",
463
+ "artifactType": "Manifest"
464
+ },
465
+ "defaultFilterMode": {
466
+ "$ref": "#/definitions/DefaultFilterMode",
467
+ "description": "Determines the filter mode that is used",
468
+ "artifactType": "Manifest"
469
+ },
470
+ "contentTitle": {
471
+ "description": "Lets you define title for the content area",
472
+ "i18nClassification": "TIT: Title for the content area",
473
+ "type": "string",
474
+ "artifactType": "Manifest"
475
+ },
476
+ "allFiltersAsInParameters": {
477
+ "description": "All filter fields will be set as in parameter",
478
+ "type": "boolean",
479
+ "artifactType": "Manifest"
480
+ },
481
+ "createWithFilters": {
482
+ "$ref": "#/definitions/CreateWithFilters",
483
+ "description": "createWithFilters adds a new create action that uses the filter settings as input.",
484
+ "artifactType": "Manifest"
485
+ },
486
+ "multiSelect": {
487
+ "description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
488
+ "type": "boolean",
489
+ "artifactType": "Manifest"
490
+ },
491
+ "createWithParameterDialog": {
492
+ "$ref": "#/definitions/Fields4Dialog",
493
+ "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
494
+ "artifactType": "Manifest"
495
+ },
496
+ "selectAll": {
497
+ "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
498
+ "type": "boolean",
499
+ "artifactType": "Manifest"
500
+ },
501
+ "selectionLimit": {
502
+ "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.",
503
+ "type": "number",
504
+ "artifactType": "Manifest"
505
+ },
506
+ "showTablePersonalisation": {
507
+ "description": "The showTablePersonalisation attribute can be set to false to hide the table personalization button.",
508
+ "type": "boolean",
509
+ "artifactType": "FlexChange",
510
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
511
+ },
512
+ "useExportToExcel": {
513
+ "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
514
+ "type": "boolean",
515
+ "artifactType": "FlexChange",
516
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
517
+ },
518
+ "exportType": {
519
+ "$ref": "#/definitions/smarttable.ExportType",
520
+ "description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
521
+ "artifactType": "FlexChange",
522
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
523
+ },
524
+ "fitContainer": {
525
+ "description": "Set to false if the table does not occupy the entire space available in the container.",
526
+ "type": "boolean",
527
+ "artifactType": "FlexChange",
528
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
529
+ },
530
+ "quickVariantSelection": {
531
+ "$ref": "#/definitions/QuickVariantSelection",
532
+ "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand.",
533
+ "artifactType": "Manifest"
534
+ },
535
+ "quickVariantSelectionX": {
536
+ "$ref": "#/definitions/QuickVariantSelectionX",
537
+ "description": "Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations.",
538
+ "artifactType": "Manifest"
539
+ },
540
+ "condensedTableLayout": {
541
+ "description": "For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true.",
542
+ "type": "boolean",
543
+ "artifactType": "Manifest"
544
+ },
545
+ "enableTableFilterInPageVariant": {
546
+ "description": "If you have enabled harmonized variant management, by default, you cannot set a filter in the table personalization settings.\nTo enable filtering, set the enableTableFilterInPageVariant property to true.",
547
+ "type": "boolean",
548
+ "artifactType": "Manifest"
549
+ },
550
+ "dataLoadSettings": {
551
+ "$ref": "#/definitions/DataLoadSettings",
552
+ "description": "Change the default behavior for autoloading of data.",
553
+ "artifactType": "Manifest"
554
+ },
555
+ "toolBar": {
556
+ "$ref": "#/definitions/ToolBar",
557
+ "description": "Tool Bar"
558
+ },
559
+ "columns": {
560
+ "$ref": "#/definitions/GenericColumns",
561
+ "description": "Columns"
562
+ }
563
+ },
564
+ "additionalProperties": false
565
+ },
566
+ "DefaultContentView": {
567
+ "enum": [
568
+ "chart",
569
+ "charttable",
570
+ "table"
571
+ ],
572
+ "type": "string"
573
+ },
574
+ "DefaultFilterMode": {
575
+ "enum": [
576
+ "compact",
577
+ "visual"
578
+ ],
579
+ "type": "string"
580
+ },
581
+ "CreateWithFilters": {
582
+ "type": "object",
583
+ "properties": {
584
+ "strategy": {
585
+ "description": "For the new create action to use the filter settings as input, set strategy to \"extension\" and implement the extension function as mentioned in help.sap.com for SAP S/4 HANA, section “Prefilling Fields When Creating a New Entity Using an Extension Point“.",
586
+ "type": "string",
587
+ "const": "extension",
588
+ "artifactType": "Manifest"
589
+ }
590
+ },
591
+ "additionalProperties": false,
592
+ "required": [
593
+ "strategy"
594
+ ]
595
+ },
596
+ "Fields4Dialog": {
597
+ "type": "object",
598
+ "properties": {
599
+ "fields": {
600
+ "type": "array",
601
+ "items": {
602
+ "type": "string"
603
+ },
604
+ "artifactType": "Manifest"
605
+ }
606
+ },
607
+ "additionalProperties": false,
608
+ "required": [
609
+ "fields"
610
+ ]
611
+ },
612
+ "smarttable.ExportType": {
613
+ "description": "Provides the type of services available for export in the `SmartTable` control.",
614
+ "enum": [
615
+ "GW",
616
+ "UI5Client",
617
+ "UI5ClientPDF"
618
+ ],
619
+ "type": "string"
620
+ },
621
+ "QuickVariantSelection": {
622
+ "type": "object",
623
+ "properties": {
624
+ "showCounts": {
625
+ "description": "To show the number of records available, set showCounts to true.",
626
+ "type": "boolean",
627
+ "artifactType": "Manifest"
628
+ },
629
+ "variants": {
630
+ "description": "The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations.",
631
+ "type": "object",
632
+ "additionalProperties": {
633
+ "$ref": "#/definitions/QuickVariant"
634
+ },
635
+ "artifactType": "Manifest"
636
+ }
637
+ },
638
+ "additionalProperties": false,
639
+ "required": [
640
+ "variants"
641
+ ]
642
+ },
643
+ "QuickVariant": {
644
+ "type": "object",
645
+ "properties": {
646
+ "key": {
647
+ "description": "A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory.",
648
+ "type": "string"
649
+ },
650
+ "annotationPath": {
651
+ "description": "Use annotationPath to define a specific variant that points to a SelectionVariant or SelectionPresentationVariant annotation.",
652
+ "type": "string"
653
+ }
654
+ },
655
+ "additionalProperties": false,
656
+ "required": [
657
+ "annotationPath",
658
+ "key"
659
+ ]
660
+ },
661
+ "QuickVariantSelectionX": {
662
+ "type": "object",
663
+ "properties": {
664
+ "enableAutoBinding": {
665
+ "description": "When set to true, this enables automatic binding of the table with either the tableBindingPath (if it exists) or the entitySet property.",
666
+ "type": "boolean",
667
+ "artifactType": "Manifest"
668
+ },
669
+ "variants": {
670
+ "description": "The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations.",
671
+ "type": "object",
672
+ "additionalProperties": {
673
+ "$ref": "#/definitions/QuickVariantX"
674
+ },
675
+ "artifactType": "Manifest"
274
676
  },
275
677
  "showCounts": {
276
678
  "description": "To show the number of records available, set showCounts to true.",
@@ -396,13 +798,13 @@
396
798
  "controlType": "sap.m.Button"
397
799
  },
398
800
  "icon": {
399
- "description": "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.",
801
+ "description": "An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
400
802
  "type": "string",
401
803
  "artifactType": "FlexChange",
402
804
  "controlType": "sap.m.Button"
403
805
  },
404
806
  "activeIcon": {
405
- "description": "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.",
807
+ "description": "An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
406
808
  "type": "string",
407
809
  "artifactType": "FlexChange",
408
810
  "controlType": "sap.m.Button"
@@ -510,13 +912,13 @@
510
912
  "controlType": "sap.m.Button"
511
913
  },
512
914
  "icon": {
513
- "description": "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.",
915
+ "description": "An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
514
916
  "type": "string",
515
917
  "artifactType": "FlexChange",
516
918
  "controlType": "sap.m.Button"
517
919
  },
518
920
  "activeIcon": {
519
- "description": "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.",
921
+ "description": "An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
520
922
  "type": "string",
521
923
  "artifactType": "FlexChange",
522
924
  "controlType": "sap.m.Button"
@@ -1105,370 +1507,6 @@
1105
1507
  },
1106
1508
  "additionalProperties": false
1107
1509
  },
1108
- "ListReportFilterBar": {
1109
- "description": "Filter Bar",
1110
- "isViewNode": true,
1111
- "type": "object",
1112
- "properties": {
1113
- "annotationPath": {
1114
- "description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
1115
- "type": "string",
1116
- "artifactType": "Manifest"
1117
- },
1118
- "smartVariantManagement": {
1119
- "description": "Controls whether smart variant management is active. Default is true.",
1120
- "type": "boolean",
1121
- "artifactType": "Manifest"
1122
- },
1123
- "liveMode": {
1124
- "description": "If liveMode is set, the search will be automatically triggered when a filter value is set.",
1125
- "type": "boolean",
1126
- "artifactType": "FlexChange",
1127
- "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
1128
- },
1129
- "variantManagementHidden": {
1130
- "description": "If you set the flag to true, then standard variant management is not available in the app. The app name is displayed instead.\nIf you set the flag to false or if the flag is not at all contained in the manifest of the app, the standard variant management is available and can be enabled or disabled.",
1131
- "type": "boolean",
1132
- "artifactType": "Manifest"
1133
- },
1134
- "subTitleIfVariantMgmtHidden": {
1135
- "description": "You can choose an app-specific title by setting the corresponding value for the subTitleIfVariantMgmtHidden property.",
1136
- "i18nClassification": "TIT: Subtitle if variant management is hidden",
1137
- "type": "string",
1138
- "artifactType": "Manifest"
1139
- },
1140
- "dateSettings": {
1141
- "$ref": "#/definitions/DateRange",
1142
- "description": "Use to set date settings for fields in smart filter bar",
1143
- "artifactType": "Manifest"
1144
- },
1145
- "showClearOnFB": {
1146
- "description": "Handles visibility of the Clear button on the FilterBar.",
1147
- "type": "boolean",
1148
- "artifactType": "FlexChange",
1149
- "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
1150
- },
1151
- "showFilterConfiguration": {
1152
- "description": "Handles visibility of the Filter button on the FilterBar.",
1153
- "type": "boolean",
1154
- "artifactType": "FlexChange",
1155
- "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
1156
- },
1157
- "showRestoreOnFB": {
1158
- "description": "Handles visibility of the Restore button on the FilterBar.",
1159
- "type": "boolean",
1160
- "artifactType": "FlexChange",
1161
- "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
1162
- },
1163
- "selectionFields": {
1164
- "$ref": "#/definitions/SelectionFields"
1165
- }
1166
- },
1167
- "additionalProperties": false
1168
- },
1169
- "DateRange": {
1170
- "type": "object",
1171
- "properties": {
1172
- "useDateRange": {
1173
- "description": "If set to true all date fields with filter restriction interval will be treated as DateTimeRange filters.",
1174
- "type": "boolean",
1175
- "artifactType": "Manifest"
1176
- },
1177
- "selectedValues": {
1178
- "description": "The selectedValues property is a set of standard date range values that you want to include or exclude.",
1179
- "type": "array",
1180
- "items": {
1181
- "enum": [
1182
- "DATE",
1183
- "DATERANGE",
1184
- "DAYS",
1185
- "FROM",
1186
- "LAST2WEEKS",
1187
- "LAST3WEEKS",
1188
- "LAST4WEEKS",
1189
- "LAST5WEEKS",
1190
- "LASTDAYS",
1191
- "LASTMONTH",
1192
- "LASTMONTHS",
1193
- "LASTQUARTER",
1194
- "LASTQUARTERS",
1195
- "LASTWEEK",
1196
- "LASTWEEKS",
1197
- "LASTYEAR",
1198
- "LASTYEARS",
1199
- "MONTH",
1200
- "NEXT",
1201
- "NEXT2WEEKS",
1202
- "NEXT3WEEKS",
1203
- "NEXT4WEEKS",
1204
- "NEXT5WEEKS",
1205
- "NEXTDAYS",
1206
- "NEXTMONTH",
1207
- "NEXTMONTHS",
1208
- "NEXTQUARTER",
1209
- "NEXTQUARTERS",
1210
- "NEXTWEEK",
1211
- "NEXTWEEKS",
1212
- "NEXTYEARS",
1213
- "QUARTER",
1214
- "QUARTER1",
1215
- "QUARTER2",
1216
- "QUARTER3",
1217
- "QUARTER4",
1218
- "SPECIFICMONTH",
1219
- "THISMONTH",
1220
- "THISQUARTER",
1221
- "THISWEEK",
1222
- "TO",
1223
- "TODAY",
1224
- "TODAYFROMTO",
1225
- "TOMORROW",
1226
- "WEEK",
1227
- "YEAR",
1228
- "YEARTODATE",
1229
- "YESTERDAY"
1230
- ],
1231
- "type": "string"
1232
- },
1233
- "artifactType": "Manifest"
1234
- },
1235
- "exclude": {
1236
- "description": "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.",
1237
- "type": "boolean",
1238
- "artifactType": "Manifest"
1239
- }
1240
- },
1241
- "additionalProperties": false
1242
- },
1243
- "SelectionFields": {
1244
- "description": "Filter Fields",
1245
- "isViewNode": true,
1246
- "type": "object",
1247
- "additionalProperties": {
1248
- "description": "Filter Field",
1249
- "isViewNode": true,
1250
- "anyOf": [
1251
- {
1252
- "type": "object",
1253
- "properties": {}
1254
- },
1255
- {
1256
- "$ref": "#/definitions/SelectionFieldDateSettings"
1257
- }
1258
- ]
1259
- }
1260
- },
1261
- "SelectionFieldDateSettings": {
1262
- "description": "Filter Field for Date Settings",
1263
- "isViewNode": true,
1264
- "type": "object",
1265
- "properties": {
1266
- "selectedValues": {
1267
- "description": "The selectedValues property is a set of standard date range values that you want to include or exclude.",
1268
- "type": "array",
1269
- "items": {
1270
- "enum": [
1271
- "DATE",
1272
- "DATERANGE",
1273
- "DAYS",
1274
- "FROM",
1275
- "LAST2WEEKS",
1276
- "LAST3WEEKS",
1277
- "LAST4WEEKS",
1278
- "LAST5WEEKS",
1279
- "LASTDAYS",
1280
- "LASTMONTH",
1281
- "LASTMONTHS",
1282
- "LASTQUARTER",
1283
- "LASTQUARTERS",
1284
- "LASTWEEK",
1285
- "LASTWEEKS",
1286
- "LASTYEAR",
1287
- "LASTYEARS",
1288
- "MONTH",
1289
- "NEXT",
1290
- "NEXT2WEEKS",
1291
- "NEXT3WEEKS",
1292
- "NEXT4WEEKS",
1293
- "NEXT5WEEKS",
1294
- "NEXTDAYS",
1295
- "NEXTMONTH",
1296
- "NEXTMONTHS",
1297
- "NEXTQUARTER",
1298
- "NEXTQUARTERS",
1299
- "NEXTWEEK",
1300
- "NEXTWEEKS",
1301
- "NEXTYEARS",
1302
- "QUARTER",
1303
- "QUARTER1",
1304
- "QUARTER2",
1305
- "QUARTER3",
1306
- "QUARTER4",
1307
- "SPECIFICMONTH",
1308
- "THISMONTH",
1309
- "THISQUARTER",
1310
- "THISWEEK",
1311
- "TO",
1312
- "TODAY",
1313
- "TODAYFROMTO",
1314
- "TOMORROW",
1315
- "WEEK",
1316
- "YEAR",
1317
- "YEARTODATE",
1318
- "YESTERDAY"
1319
- ],
1320
- "type": "string"
1321
- },
1322
- "artifactType": "Manifest"
1323
- },
1324
- "exclude": {
1325
- "description": "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.",
1326
- "type": "boolean",
1327
- "artifactType": "Manifest"
1328
- },
1329
- "customDateRangeImplementation": {
1330
- "description": "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.\nThe customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types.",
1331
- "type": "string",
1332
- "artifactType": "Manifest"
1333
- },
1334
- "filter": {
1335
- "description": "You can use the filter settings to include and exclude specific date range values.",
1336
- "type": "array",
1337
- "items": {
1338
- "type": "object",
1339
- "properties": {
1340
- "path": {
1341
- "$ref": "#/definitions/FilterPathType",
1342
- "description": "Choose 'key' to define filter values for single values of the date range, or 'category' to filter by a whole subset."
1343
- },
1344
- "contains": {
1345
- "description": "The 'contains' string specifies a filter describing a set of values of the date range type.",
1346
- "type": "string"
1347
- },
1348
- "equals": {
1349
- "description": "Defines a single value of the standard date range type.",
1350
- "type": "array",
1351
- "items": {
1352
- "enum": [
1353
- "DATE",
1354
- "DATERANGE",
1355
- "DAYS",
1356
- "FROM",
1357
- "LAST2WEEKS",
1358
- "LAST3WEEKS",
1359
- "LAST4WEEKS",
1360
- "LAST5WEEKS",
1361
- "LASTDAYS",
1362
- "LASTMONTH",
1363
- "LASTMONTHS",
1364
- "LASTQUARTER",
1365
- "LASTQUARTERS",
1366
- "LASTWEEK",
1367
- "LASTWEEKS",
1368
- "LASTYEAR",
1369
- "LASTYEARS",
1370
- "MONTH",
1371
- "NEXT",
1372
- "NEXT2WEEKS",
1373
- "NEXT3WEEKS",
1374
- "NEXT4WEEKS",
1375
- "NEXT5WEEKS",
1376
- "NEXTDAYS",
1377
- "NEXTMONTH",
1378
- "NEXTMONTHS",
1379
- "NEXTQUARTER",
1380
- "NEXTQUARTERS",
1381
- "NEXTWEEK",
1382
- "NEXTWEEKS",
1383
- "NEXTYEARS",
1384
- "QUARTER",
1385
- "QUARTER1",
1386
- "QUARTER2",
1387
- "QUARTER3",
1388
- "QUARTER4",
1389
- "SPECIFICMONTH",
1390
- "THISMONTH",
1391
- "THISQUARTER",
1392
- "THISWEEK",
1393
- "TO",
1394
- "TODAY",
1395
- "TODAYFROMTO",
1396
- "TOMORROW",
1397
- "WEEK",
1398
- "YEAR",
1399
- "YEARTODATE",
1400
- "YESTERDAY"
1401
- ],
1402
- "type": "string"
1403
- }
1404
- },
1405
- "exclude": {
1406
- "description": "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.",
1407
- "type": "boolean"
1408
- }
1409
- },
1410
- "additionalProperties": false,
1411
- "required": [
1412
- "path"
1413
- ]
1414
- },
1415
- "artifactType": "Manifest"
1416
- },
1417
- "defaultValue": {
1418
- "$ref": "#/definitions/DefaultDateRange",
1419
- "description": "You can set a default value for semantic date range.",
1420
- "artifactType": "Manifest"
1421
- }
1422
- },
1423
- "additionalProperties": false
1424
- },
1425
- "FilterPathType": {
1426
- "enum": [
1427
- "category",
1428
- "key"
1429
- ],
1430
- "type": "string"
1431
- },
1432
- "DefaultDateRange": {
1433
- "type": "object",
1434
- "properties": {
1435
- "operation": {
1436
- "$ref": "#/definitions/DefaultDateRangeValueType",
1437
- "description": "The operation property is the value that will be set for semantic date range.",
1438
- "artifactType": "Manifest"
1439
- }
1440
- },
1441
- "additionalProperties": false,
1442
- "required": [
1443
- "operation"
1444
- ]
1445
- },
1446
- "DefaultDateRangeValueType": {
1447
- "enum": [
1448
- "DATETOYEAR",
1449
- "LAST2WEEKS",
1450
- "LAST3WEEKS",
1451
- "LAST4WEEKS",
1452
- "LAST5WEEKS",
1453
- "LASTMONTH",
1454
- "LASTQUARTER",
1455
- "LASTWEEK",
1456
- "LASTYEAR",
1457
- "QUARTER1",
1458
- "QUARTER2",
1459
- "QUARTER3",
1460
- "QUARTER4",
1461
- "THISMONTH",
1462
- "THISQUARTER",
1463
- "THISWEEK",
1464
- "THISYEAR",
1465
- "TODAY",
1466
- "TOMORROW",
1467
- "YEARTODATE",
1468
- "YESTERDAY"
1469
- ],
1470
- "type": "string"
1471
- },
1472
1510
  "GenericFooter": {
1473
1511
  "description": "Footer",
1474
1512
  "isViewNode": true,