@sap/ux-specification 1.124.26 → 1.124.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ListReportNew.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
- package/dist/documentation/v4/v4-FreestylePage.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +100 -100
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/ListReportNewConfig.json +361 -0
- package/dist/schemas/v4/BuildingBlocksConfig.json +19 -28
- package/dist/specification/package.json +4 -4
- package/dist/specification/scripts/extractDocu.js +34 -26
- package/dist/specification/scripts/extractDocu.js.map +1 -1
- package/dist/specification/scripts/macros/corrections.d.ts +3 -1
- package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
- package/dist/specification/scripts/macros/corrections.js +19 -2
- package/dist/specification/scripts/macros/corrections.js.map +1 -1
- package/dist/specification/scripts/macros/schema.d.ts +2 -0
- package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
- package/dist/specification/scripts/macros/schema.js +7 -2
- package/dist/specification/scripts/macros/schema.js.map +1 -1
- package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
- package/dist/specification/scripts/schema/to-json-schema.js +14 -1
- package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
- package/dist/specification/src/api.js +1 -1
- package/dist/specification/src/sync/common/distTagEvaluator.js +1 -1
- package/dist/specification/src/sync/common/distTagEvaluator.js.map +1 -1
- package/dist/specification/src/sync/common/i18n.json +1 -0
- package/dist/specification/src/sync/v2/export/controls/Card.d.ts +0 -1
- package/dist/specification/src/sync/v2/export/controls/Card.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Card.js +0 -7
- package/dist/specification/src/sync/v2/export/controls/Card.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/TableColumn.d.ts +1 -1
- package/dist/specification/src/sync/v2/export/controls/TableColumn.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/TableColumn.js +1 -1
- package/dist/specification/src/sync/v2/export/controls/TableColumn.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts +4 -0
- package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.js +10 -1
- package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.d.ts +38 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js +314 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts +2 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js +18 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts +0 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js +0 -7
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +77 -19
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
- package/dist/types/src/common/types.d.ts +1 -0
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -11,6 +11,10 @@
|
|
|
11
11
|
"$ref": "#/definitions/ListHeader",
|
|
12
12
|
"description": "Header"
|
|
13
13
|
},
|
|
14
|
+
"filterBar": {
|
|
15
|
+
"$ref": "#/definitions/ListReportFilterBar",
|
|
16
|
+
"description": "Filter Bar"
|
|
17
|
+
},
|
|
14
18
|
"$schema": {
|
|
15
19
|
"type": "string"
|
|
16
20
|
}
|
|
@@ -52,6 +56,363 @@
|
|
|
52
56
|
}
|
|
53
57
|
},
|
|
54
58
|
"additionalProperties": false
|
|
59
|
+
},
|
|
60
|
+
"ListReportFilterBar": {
|
|
61
|
+
"description": "Filter Bar",
|
|
62
|
+
"isViewNode": true,
|
|
63
|
+
"type": "object",
|
|
64
|
+
"properties": {
|
|
65
|
+
"annotationPath": {
|
|
66
|
+
"description": "Specify a SelectionVariant (in order to set default values for the filter bar), a PresentationVariant (in order to define the layout of the table), or a SelectionPresentationVariant (combining both)",
|
|
67
|
+
"type": "string",
|
|
68
|
+
"artifactType": "Manifest",
|
|
69
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/49a6ba5b8d6946208322a9f7e16837c2"
|
|
70
|
+
},
|
|
71
|
+
"liveMode": {
|
|
72
|
+
"description": "If liveMode is set, the search will be automatically triggered when a filter value is set.",
|
|
73
|
+
"type": "boolean",
|
|
74
|
+
"artifactType": "FlexChange",
|
|
75
|
+
"controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
|
|
76
|
+
},
|
|
77
|
+
"smartVariantManagement": {
|
|
78
|
+
"description": "Controls whether smart variant management is active. Default is true.",
|
|
79
|
+
"type": "boolean",
|
|
80
|
+
"artifactType": "Manifest",
|
|
81
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/094fe8c8d8ac4f0eb4724b1a52d2ad61"
|
|
82
|
+
},
|
|
83
|
+
"variantManagementHidden": {
|
|
84
|
+
"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 the flag is false or undefined, the standard variant management is available and can be enabled or disabled.",
|
|
85
|
+
"type": "boolean",
|
|
86
|
+
"artifactType": "Manifest",
|
|
87
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/094fe8c8d8ac4f0eb4724b1a52d2ad61"
|
|
88
|
+
},
|
|
89
|
+
"subTitleIfVariantMgmtHidden": {
|
|
90
|
+
"description": "You can choose an app-specific title by setting the corresponding value for the subTitleIfVariantMgmtHidden property.",
|
|
91
|
+
"i18nClassification": "TIT: Subtitle if variant management is hidden",
|
|
92
|
+
"type": "string",
|
|
93
|
+
"artifactType": "Manifest",
|
|
94
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/094fe8c8d8ac4f0eb4724b1a52d2ad61"
|
|
95
|
+
},
|
|
96
|
+
"showClearOnFB": {
|
|
97
|
+
"description": "Handles the visibility of the Clear button on the filter bar.",
|
|
98
|
+
"type": "boolean",
|
|
99
|
+
"artifactType": "FlexChange",
|
|
100
|
+
"controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
|
|
101
|
+
},
|
|
102
|
+
"showFilterConfiguration": {
|
|
103
|
+
"description": "Handles the visibility of the Filter button on the filter bar.",
|
|
104
|
+
"type": "boolean",
|
|
105
|
+
"artifactType": "FlexChange",
|
|
106
|
+
"controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
|
|
107
|
+
},
|
|
108
|
+
"showRestoreOnFB": {
|
|
109
|
+
"description": "Handles the visibility of the Restore button on the filter bar.",
|
|
110
|
+
"type": "boolean",
|
|
111
|
+
"artifactType": "FlexChange",
|
|
112
|
+
"controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
|
|
113
|
+
},
|
|
114
|
+
"dateSettings": {
|
|
115
|
+
"$ref": "#/definitions/DateRange",
|
|
116
|
+
"description": "Defines the date settings for fields in the smart filter bar."
|
|
117
|
+
},
|
|
118
|
+
"selectionFields": {
|
|
119
|
+
"$ref": "#/definitions/FilterFields",
|
|
120
|
+
"description": "Filter Fields"
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
"additionalProperties": false
|
|
124
|
+
},
|
|
125
|
+
"DateRange": {
|
|
126
|
+
"type": "object",
|
|
127
|
+
"properties": {
|
|
128
|
+
"useDateRange": {
|
|
129
|
+
"description": "If set to true all date fields with filter restriction interval will be treated as DateTimeRange filters.",
|
|
130
|
+
"type": "boolean",
|
|
131
|
+
"artifactType": "Manifest"
|
|
132
|
+
},
|
|
133
|
+
"selectedValues": {
|
|
134
|
+
"description": "Defines a set of standard date range values that you want to include or exclude.",
|
|
135
|
+
"type": "array",
|
|
136
|
+
"items": {
|
|
137
|
+
"enum": [
|
|
138
|
+
"DATE",
|
|
139
|
+
"DATERANGE",
|
|
140
|
+
"DAYS",
|
|
141
|
+
"FROM",
|
|
142
|
+
"LAST2WEEKS",
|
|
143
|
+
"LAST3WEEKS",
|
|
144
|
+
"LAST4WEEKS",
|
|
145
|
+
"LAST5WEEKS",
|
|
146
|
+
"LASTDAYS",
|
|
147
|
+
"LASTMONTH",
|
|
148
|
+
"LASTMONTHS",
|
|
149
|
+
"LASTQUARTER",
|
|
150
|
+
"LASTQUARTERS",
|
|
151
|
+
"LASTWEEK",
|
|
152
|
+
"LASTWEEKS",
|
|
153
|
+
"LASTYEAR",
|
|
154
|
+
"LASTYEARS",
|
|
155
|
+
"MONTH",
|
|
156
|
+
"NEXT",
|
|
157
|
+
"NEXT2WEEKS",
|
|
158
|
+
"NEXT3WEEKS",
|
|
159
|
+
"NEXT4WEEKS",
|
|
160
|
+
"NEXT5WEEKS",
|
|
161
|
+
"NEXTDAYS",
|
|
162
|
+
"NEXTMONTH",
|
|
163
|
+
"NEXTMONTHS",
|
|
164
|
+
"NEXTQUARTER",
|
|
165
|
+
"NEXTQUARTERS",
|
|
166
|
+
"NEXTWEEK",
|
|
167
|
+
"NEXTWEEKS",
|
|
168
|
+
"NEXTYEARS",
|
|
169
|
+
"QUARTER",
|
|
170
|
+
"QUARTER1",
|
|
171
|
+
"QUARTER2",
|
|
172
|
+
"QUARTER3",
|
|
173
|
+
"QUARTER4",
|
|
174
|
+
"SPECIFICMONTH",
|
|
175
|
+
"THISMONTH",
|
|
176
|
+
"THISQUARTER",
|
|
177
|
+
"THISWEEK",
|
|
178
|
+
"TO",
|
|
179
|
+
"TODAY",
|
|
180
|
+
"TODAYFROMTO",
|
|
181
|
+
"TOMORROW",
|
|
182
|
+
"WEEK",
|
|
183
|
+
"YEAR",
|
|
184
|
+
"YEARTODATE",
|
|
185
|
+
"YESTERDAY"
|
|
186
|
+
],
|
|
187
|
+
"type": "string"
|
|
188
|
+
},
|
|
189
|
+
"artifactType": "Manifest"
|
|
190
|
+
},
|
|
191
|
+
"exclude": {
|
|
192
|
+
"description": "This property is set to True by default. This excludes all values given as selectedValues from the list of date range filters.\nIf the exclude property is set to False, the application shows only selected values in the list of date range filters.",
|
|
193
|
+
"type": "boolean",
|
|
194
|
+
"artifactType": "Manifest"
|
|
195
|
+
}
|
|
196
|
+
},
|
|
197
|
+
"additionalProperties": false
|
|
198
|
+
},
|
|
199
|
+
"FilterFields": {
|
|
200
|
+
"description": "Filter Fields",
|
|
201
|
+
"isViewNode": true,
|
|
202
|
+
"type": "object",
|
|
203
|
+
"additionalProperties": {
|
|
204
|
+
"$ref": "#/definitions/FilterField"
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
"FilterField": {
|
|
208
|
+
"description": "Filter Field",
|
|
209
|
+
"isViewNode": true,
|
|
210
|
+
"type": "object",
|
|
211
|
+
"properties": {
|
|
212
|
+
"selectedValues": {
|
|
213
|
+
"description": "Defines a set of standard date range values that you want to include or exclude.",
|
|
214
|
+
"type": "array",
|
|
215
|
+
"items": {
|
|
216
|
+
"enum": [
|
|
217
|
+
"DATE",
|
|
218
|
+
"DATERANGE",
|
|
219
|
+
"DAYS",
|
|
220
|
+
"FROM",
|
|
221
|
+
"LAST2WEEKS",
|
|
222
|
+
"LAST3WEEKS",
|
|
223
|
+
"LAST4WEEKS",
|
|
224
|
+
"LAST5WEEKS",
|
|
225
|
+
"LASTDAYS",
|
|
226
|
+
"LASTMONTH",
|
|
227
|
+
"LASTMONTHS",
|
|
228
|
+
"LASTQUARTER",
|
|
229
|
+
"LASTQUARTERS",
|
|
230
|
+
"LASTWEEK",
|
|
231
|
+
"LASTWEEKS",
|
|
232
|
+
"LASTYEAR",
|
|
233
|
+
"LASTYEARS",
|
|
234
|
+
"MONTH",
|
|
235
|
+
"NEXT",
|
|
236
|
+
"NEXT2WEEKS",
|
|
237
|
+
"NEXT3WEEKS",
|
|
238
|
+
"NEXT4WEEKS",
|
|
239
|
+
"NEXT5WEEKS",
|
|
240
|
+
"NEXTDAYS",
|
|
241
|
+
"NEXTMONTH",
|
|
242
|
+
"NEXTMONTHS",
|
|
243
|
+
"NEXTQUARTER",
|
|
244
|
+
"NEXTQUARTERS",
|
|
245
|
+
"NEXTWEEK",
|
|
246
|
+
"NEXTWEEKS",
|
|
247
|
+
"NEXTYEARS",
|
|
248
|
+
"QUARTER",
|
|
249
|
+
"QUARTER1",
|
|
250
|
+
"QUARTER2",
|
|
251
|
+
"QUARTER3",
|
|
252
|
+
"QUARTER4",
|
|
253
|
+
"SPECIFICMONTH",
|
|
254
|
+
"THISMONTH",
|
|
255
|
+
"THISQUARTER",
|
|
256
|
+
"THISWEEK",
|
|
257
|
+
"TO",
|
|
258
|
+
"TODAY",
|
|
259
|
+
"TODAYFROMTO",
|
|
260
|
+
"TOMORROW",
|
|
261
|
+
"WEEK",
|
|
262
|
+
"YEAR",
|
|
263
|
+
"YEARTODATE",
|
|
264
|
+
"YESTERDAY"
|
|
265
|
+
],
|
|
266
|
+
"type": "string"
|
|
267
|
+
},
|
|
268
|
+
"artifactType": "Manifest"
|
|
269
|
+
},
|
|
270
|
+
"exclude": {
|
|
271
|
+
"description": "This property is set to True by default which excludes all values given as selectedValues from the list of date range filters.\nIf this property is set to False, the application shows only selected values in the list of date range filters.",
|
|
272
|
+
"type": "boolean",
|
|
273
|
+
"artifactType": "Manifest"
|
|
274
|
+
},
|
|
275
|
+
"customDateRangeImplementation": {
|
|
276
|
+
"description": "This property references a JS class, which can be used to modify the date range value list.\nYou can either remove the standard data range values or add custom values.\nThe customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types.",
|
|
277
|
+
"type": "string",
|
|
278
|
+
"artifactType": "Manifest"
|
|
279
|
+
},
|
|
280
|
+
"filter": {
|
|
281
|
+
"description": "You can use the filter settings to include and exclude specific date range values.",
|
|
282
|
+
"type": "array",
|
|
283
|
+
"items": {
|
|
284
|
+
"type": "object",
|
|
285
|
+
"properties": {
|
|
286
|
+
"path": {
|
|
287
|
+
"$ref": "#/definitions/FilterPathType",
|
|
288
|
+
"description": "Choose 'key' to define filter values for single values of the date range, or 'category' to filter by a whole subset."
|
|
289
|
+
},
|
|
290
|
+
"contains": {
|
|
291
|
+
"description": "Specifies a filter describing a set of values of the date range type.",
|
|
292
|
+
"type": "string"
|
|
293
|
+
},
|
|
294
|
+
"equals": {
|
|
295
|
+
"description": "Defines a single value of the standard date range type.",
|
|
296
|
+
"type": "array",
|
|
297
|
+
"items": {
|
|
298
|
+
"enum": [
|
|
299
|
+
"DATE",
|
|
300
|
+
"DATERANGE",
|
|
301
|
+
"DAYS",
|
|
302
|
+
"FROM",
|
|
303
|
+
"LAST2WEEKS",
|
|
304
|
+
"LAST3WEEKS",
|
|
305
|
+
"LAST4WEEKS",
|
|
306
|
+
"LAST5WEEKS",
|
|
307
|
+
"LASTDAYS",
|
|
308
|
+
"LASTMONTH",
|
|
309
|
+
"LASTMONTHS",
|
|
310
|
+
"LASTQUARTER",
|
|
311
|
+
"LASTQUARTERS",
|
|
312
|
+
"LASTWEEK",
|
|
313
|
+
"LASTWEEKS",
|
|
314
|
+
"LASTYEAR",
|
|
315
|
+
"LASTYEARS",
|
|
316
|
+
"MONTH",
|
|
317
|
+
"NEXT",
|
|
318
|
+
"NEXT2WEEKS",
|
|
319
|
+
"NEXT3WEEKS",
|
|
320
|
+
"NEXT4WEEKS",
|
|
321
|
+
"NEXT5WEEKS",
|
|
322
|
+
"NEXTDAYS",
|
|
323
|
+
"NEXTMONTH",
|
|
324
|
+
"NEXTMONTHS",
|
|
325
|
+
"NEXTQUARTER",
|
|
326
|
+
"NEXTQUARTERS",
|
|
327
|
+
"NEXTWEEK",
|
|
328
|
+
"NEXTWEEKS",
|
|
329
|
+
"NEXTYEARS",
|
|
330
|
+
"QUARTER",
|
|
331
|
+
"QUARTER1",
|
|
332
|
+
"QUARTER2",
|
|
333
|
+
"QUARTER3",
|
|
334
|
+
"QUARTER4",
|
|
335
|
+
"SPECIFICMONTH",
|
|
336
|
+
"THISMONTH",
|
|
337
|
+
"THISQUARTER",
|
|
338
|
+
"THISWEEK",
|
|
339
|
+
"TO",
|
|
340
|
+
"TODAY",
|
|
341
|
+
"TODAYFROMTO",
|
|
342
|
+
"TOMORROW",
|
|
343
|
+
"WEEK",
|
|
344
|
+
"YEAR",
|
|
345
|
+
"YEARTODATE",
|
|
346
|
+
"YESTERDAY"
|
|
347
|
+
],
|
|
348
|
+
"type": "string"
|
|
349
|
+
}
|
|
350
|
+
},
|
|
351
|
+
"exclude": {
|
|
352
|
+
"description": "This property is set to True by default which excludes all values given as selectedValues from the list of date range filters.\nIf this property is set to False, the application shows only selected values in the list of date range filters.",
|
|
353
|
+
"type": "boolean"
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
"additionalProperties": false,
|
|
357
|
+
"required": [
|
|
358
|
+
"path"
|
|
359
|
+
]
|
|
360
|
+
},
|
|
361
|
+
"artifactType": "Manifest"
|
|
362
|
+
},
|
|
363
|
+
"defaultValue": {
|
|
364
|
+
"$ref": "#/definitions/DefaultDateRange",
|
|
365
|
+
"description": "You can set a default value for semantic date range.",
|
|
366
|
+
"artifactType": "Manifest"
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
"additionalProperties": false
|
|
370
|
+
},
|
|
371
|
+
"FilterPathType": {
|
|
372
|
+
"enum": [
|
|
373
|
+
"category",
|
|
374
|
+
"key"
|
|
375
|
+
],
|
|
376
|
+
"type": "string"
|
|
377
|
+
},
|
|
378
|
+
"DefaultDateRange": {
|
|
379
|
+
"type": "object",
|
|
380
|
+
"properties": {
|
|
381
|
+
"operation": {
|
|
382
|
+
"$ref": "#/definitions/DefaultDateRangeValueEnum",
|
|
383
|
+
"description": "The operation property is the value that will be set for semantic date range."
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
"additionalProperties": false,
|
|
387
|
+
"required": [
|
|
388
|
+
"operation"
|
|
389
|
+
]
|
|
390
|
+
},
|
|
391
|
+
"DefaultDateRangeValueEnum": {
|
|
392
|
+
"enum": [
|
|
393
|
+
"DATETOYEAR",
|
|
394
|
+
"LAST2WEEKS",
|
|
395
|
+
"LAST3WEEKS",
|
|
396
|
+
"LAST4WEEKS",
|
|
397
|
+
"LAST5WEEKS",
|
|
398
|
+
"LASTMONTH",
|
|
399
|
+
"LASTQUARTER",
|
|
400
|
+
"LASTWEEK",
|
|
401
|
+
"LASTYEAR",
|
|
402
|
+
"QUARTER1",
|
|
403
|
+
"QUARTER2",
|
|
404
|
+
"QUARTER3",
|
|
405
|
+
"QUARTER4",
|
|
406
|
+
"THISMONTH",
|
|
407
|
+
"THISQUARTER",
|
|
408
|
+
"THISWEEK",
|
|
409
|
+
"THISYEAR",
|
|
410
|
+
"TODAY",
|
|
411
|
+
"TOMORROW",
|
|
412
|
+
"YEARTODATE",
|
|
413
|
+
"YESTERDAY"
|
|
414
|
+
],
|
|
415
|
+
"type": "string"
|
|
55
416
|
}
|
|
56
417
|
},
|
|
57
418
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
@@ -1381,7 +1381,7 @@
|
|
|
1381
1381
|
}
|
|
1382
1382
|
},
|
|
1383
1383
|
"visible": {
|
|
1384
|
-
"type": "
|
|
1384
|
+
"type": "boolean",
|
|
1385
1385
|
"description": "Whether the group is visible.",
|
|
1386
1386
|
"artifactType": "XMLProperty",
|
|
1387
1387
|
"metadata": {
|
|
@@ -1854,10 +1854,9 @@
|
|
|
1854
1854
|
}
|
|
1855
1855
|
},
|
|
1856
1856
|
"exportRequestSize": {
|
|
1857
|
-
"
|
|
1858
|
-
"description": "
|
|
1857
|
+
"type": "number",
|
|
1858
|
+
"description": "Maximum allowed number of records to be exported in one request.",
|
|
1859
1859
|
"artifactType": "XMLProperty",
|
|
1860
|
-
"isViewNode": true,
|
|
1861
1860
|
"metadata": {
|
|
1862
1861
|
"type": "Property"
|
|
1863
1862
|
}
|
|
@@ -1871,10 +1870,9 @@
|
|
|
1871
1870
|
}
|
|
1872
1871
|
},
|
|
1873
1872
|
"frozenColumnCount": {
|
|
1874
|
-
"
|
|
1875
|
-
"description": "
|
|
1873
|
+
"type": "number",
|
|
1874
|
+
"description": "Number of columns that are fixed on the left. Only columns which are not fixed can be scrolled horizontally.\nThis property is not relevant for responsive tables\n",
|
|
1876
1875
|
"artifactType": "XMLProperty",
|
|
1877
|
-
"isViewNode": true,
|
|
1878
1876
|
"metadata": {
|
|
1879
1877
|
"type": "Property"
|
|
1880
1878
|
}
|
|
@@ -1937,10 +1935,9 @@
|
|
|
1937
1935
|
}
|
|
1938
1936
|
},
|
|
1939
1937
|
"rowCount": {
|
|
1940
|
-
"
|
|
1941
|
-
"description": "
|
|
1938
|
+
"type": "number",
|
|
1939
|
+
"description": "Number of rows to be displayed in the table. Does not apply to responsive tables.",
|
|
1942
1940
|
"artifactType": "XMLProperty",
|
|
1943
|
-
"isViewNode": true,
|
|
1944
1941
|
"metadata": {
|
|
1945
1942
|
"type": "Property"
|
|
1946
1943
|
}
|
|
@@ -2140,10 +2137,9 @@
|
|
|
2140
2137
|
}
|
|
2141
2138
|
},
|
|
2142
2139
|
"exportRequestSize": {
|
|
2143
|
-
"
|
|
2144
|
-
"description": "
|
|
2140
|
+
"type": "number",
|
|
2141
|
+
"description": "Maximum allowed number of records to be exported in one request.",
|
|
2145
2142
|
"artifactType": "XMLProperty",
|
|
2146
|
-
"isViewNode": true,
|
|
2147
2143
|
"metadata": {
|
|
2148
2144
|
"type": "Property"
|
|
2149
2145
|
}
|
|
@@ -2157,10 +2153,9 @@
|
|
|
2157
2153
|
}
|
|
2158
2154
|
},
|
|
2159
2155
|
"frozenColumnCount": {
|
|
2160
|
-
"
|
|
2161
|
-
"description": "
|
|
2156
|
+
"type": "number",
|
|
2157
|
+
"description": "Number of columns that are fixed on the left. Only columns which are not fixed can be scrolled horizontally.\nThis property is not relevant for responsive tables\n",
|
|
2162
2158
|
"artifactType": "XMLProperty",
|
|
2163
|
-
"isViewNode": true,
|
|
2164
2159
|
"metadata": {
|
|
2165
2160
|
"type": "Property"
|
|
2166
2161
|
}
|
|
@@ -2222,10 +2217,9 @@
|
|
|
2222
2217
|
}
|
|
2223
2218
|
},
|
|
2224
2219
|
"rowCount": {
|
|
2225
|
-
"
|
|
2226
|
-
"description": "
|
|
2220
|
+
"type": "number",
|
|
2221
|
+
"description": "Number of rows to be displayed in the table. Does not apply to responsive tables.",
|
|
2227
2222
|
"artifactType": "XMLProperty",
|
|
2228
|
-
"isViewNode": true,
|
|
2229
2223
|
"metadata": {
|
|
2230
2224
|
"type": "Property"
|
|
2231
2225
|
}
|
|
@@ -2478,10 +2472,9 @@
|
|
|
2478
2472
|
}
|
|
2479
2473
|
},
|
|
2480
2474
|
"exportRequestSize": {
|
|
2481
|
-
"
|
|
2482
|
-
"description": "
|
|
2475
|
+
"type": "number",
|
|
2476
|
+
"description": "Maximum allowed number of records to be exported in one request.",
|
|
2483
2477
|
"artifactType": "XMLProperty",
|
|
2484
|
-
"isViewNode": true,
|
|
2485
2478
|
"metadata": {
|
|
2486
2479
|
"type": "Property"
|
|
2487
2480
|
}
|
|
@@ -2495,10 +2488,9 @@
|
|
|
2495
2488
|
}
|
|
2496
2489
|
},
|
|
2497
2490
|
"frozenColumnCount": {
|
|
2498
|
-
"
|
|
2499
|
-
"description": "
|
|
2491
|
+
"type": "number",
|
|
2492
|
+
"description": "Number of columns that are fixed on the left. Only columns which are not fixed can be scrolled horizontally.\nThis property is not relevant for responsive tables\n",
|
|
2500
2493
|
"artifactType": "XMLProperty",
|
|
2501
|
-
"isViewNode": true,
|
|
2502
2494
|
"metadata": {
|
|
2503
2495
|
"type": "Property"
|
|
2504
2496
|
}
|
|
@@ -2584,10 +2576,9 @@
|
|
|
2584
2576
|
}
|
|
2585
2577
|
},
|
|
2586
2578
|
"rowCount": {
|
|
2587
|
-
"
|
|
2588
|
-
"description": "
|
|
2579
|
+
"type": "number",
|
|
2580
|
+
"description": "Number of rows to be displayed in the table. Does not apply to responsive tables.",
|
|
2589
2581
|
"artifactType": "XMLProperty",
|
|
2590
|
-
"isViewNode": true,
|
|
2591
2582
|
"metadata": {
|
|
2592
2583
|
"type": "Property"
|
|
2593
2584
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-specification",
|
|
3
|
-
"version": "1.124.
|
|
3
|
+
"version": "1.124.27",
|
|
4
4
|
"displayName": "SAP Fiori tools - Specification",
|
|
5
5
|
"description": "SAP Fiori tools - Specification",
|
|
6
6
|
"files": [
|
|
@@ -49,13 +49,13 @@
|
|
|
49
49
|
"publisher": "SAPSE",
|
|
50
50
|
"license": "SEE LICENSE IN LICENSE",
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@sap-ux/fe-fpm-writer": "0.
|
|
52
|
+
"@sap-ux/fe-fpm-writer": "0.39.2",
|
|
53
53
|
"@sap-ux/vocabularies-types": "0.13.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@sap-ux/annotation-converter": "0.10.5",
|
|
57
|
-
"@sap-ux/edmx-parser": "0.9.
|
|
58
|
-
"@sap/ux-specification-types": "1.124.
|
|
57
|
+
"@sap-ux/edmx-parser": "0.9.6",
|
|
58
|
+
"@sap/ux-specification-types": "1.124.27",
|
|
59
59
|
"@sapui5/types": "latest-1.124",
|
|
60
60
|
"@types/d3": "7.4.3",
|
|
61
61
|
"@types/jquery": "3.5.31",
|