@sap/ux-specification 1.71.152 → 1.71.153
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 +29 -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/index-min.js +184 -180
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/ListReportNewConfig.json +111 -294
- package/dist/specification/package.json +8 -7
- package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
- package/dist/specification/scripts/schema/to-json-schema.js +2 -1
- package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
- package/dist/specification/src/api.d.ts +9 -1
- package/dist/specification/src/api.d.ts.map +1 -1
- package/dist/specification/src/api.js +51 -2
- package/dist/specification/src/api.js.map +1 -1
- package/dist/specification/src/ftfs/ftfs.d.ts +8 -0
- package/dist/specification/src/ftfs/ftfs.d.ts.map +1 -1
- package/dist/specification/src/ftfs/ftfs.js +1 -0
- package/dist/specification/src/ftfs/ftfs.js.map +1 -1
- package/dist/specification/src/ftfs/index.d.ts +1 -1
- package/dist/specification/src/ftfs/index.d.ts.map +1 -1
- package/dist/specification/src/ftfs/index.js +2 -1
- package/dist/specification/src/ftfs/index.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/control.d.ts +4 -2
- package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/control.js +4 -2
- package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
- package/dist/specification/src/sync/common/i18n.json +18 -1
- package/dist/specification/src/sync/common/utils.d.ts +2 -2
- package/dist/specification/src/sync/common/utils.js +3 -3
- package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts +5 -5
- package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Fragment.js +39 -27
- package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/export.js +6 -4
- package/dist/specification/src/sync/v2/export/export.js.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPage.d.ts +2 -1
- package/dist/specification/src/sync/v2/export/exportPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPage.js +54 -21
- package/dist/specification/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts +2 -0
- package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js +17 -6
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
- package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts +70 -18
- package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/view-controller-generator.js +123 -25
- package/dist/specification/src/sync/v2/export/view-controller-generator.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/objectPage.js +4 -4
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +2 -2
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/utils.d.ts +2 -2
- package/dist/specification/src/sync/v2/generate/utils.js +2 -2
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.d.ts +0 -15
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js +5 -160
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js +3 -3
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts +42 -2
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js +410 -3
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js +25 -6
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js.map +1 -1
- package/dist/specification/src/sync/v2/types.d.ts +2 -0
- package/dist/specification/src/sync/v2/types.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/types.js.map +1 -1
- package/dist/specification/src/sync/v2/utils.d.ts +25 -0
- package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/utils.js +28 -4
- package/dist/specification/src/sync/v2/utils.js.map +1 -1
- package/dist/templates/AnalyticalTableColumnsExtension.xml +3 -3
- package/dist/templates/GridTableColumnsExtension.xml +3 -3
- package/dist/templates/ResponsiveTableColumnsExtension.xml +2 -2
- package/dist/templates/TreeTableColumnsExtension.xml +4 -4
- package/dist/templates/fragment.xml +3 -3
- package/dist/templates/view.xml +3 -3
- package/dist/types/src/apiTypes.d.ts +22 -3
- package/dist/types/src/apiTypes.d.ts.map +1 -1
- package/dist/types/src/apiTypes.js +5 -1
- package/dist/types/src/apiTypes.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/dist/types/src/common/types.js.map +1 -1
- package/package.json +8 -7
|
@@ -70,12 +70,6 @@
|
|
|
70
70
|
"isViewNode": true,
|
|
71
71
|
"type": "object",
|
|
72
72
|
"properties": {
|
|
73
|
-
"annotationPath": {
|
|
74
|
-
"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)",
|
|
75
|
-
"type": "string",
|
|
76
|
-
"artifactType": "Manifest",
|
|
77
|
-
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/49a6ba5b8d6946208322a9f7e16837c2"
|
|
78
|
-
},
|
|
79
73
|
"liveMode": {
|
|
80
74
|
"description": "If liveMode is set, the search will be automatically triggered when a filter value is set.",
|
|
81
75
|
"type": "boolean",
|
|
@@ -86,20 +80,20 @@
|
|
|
86
80
|
"description": "Controls whether smart variant management is active. Default is true.",
|
|
87
81
|
"type": "boolean",
|
|
88
82
|
"artifactType": "Manifest",
|
|
89
|
-
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/
|
|
83
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/e3b12f41d70c442f9d4cc2e7722bbb17"
|
|
90
84
|
},
|
|
91
85
|
"variantManagementHidden": {
|
|
92
86
|
"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.",
|
|
93
87
|
"type": "boolean",
|
|
94
88
|
"artifactType": "Manifest",
|
|
95
|
-
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/
|
|
89
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/e3b12f41d70c442f9d4cc2e7722bbb17"
|
|
96
90
|
},
|
|
97
91
|
"subTitleIfVariantMgmtHidden": {
|
|
98
92
|
"description": "You can choose an app-specific title by setting the corresponding value for the subTitleIfVariantMgmtHidden property.",
|
|
99
93
|
"i18nClassification": "TIT: Subtitle if variant management is hidden",
|
|
100
94
|
"type": "string",
|
|
101
95
|
"artifactType": "Manifest",
|
|
102
|
-
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/
|
|
96
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/e3b12f41d70c442f9d4cc2e7722bbb17"
|
|
103
97
|
},
|
|
104
98
|
"showClearOnFB": {
|
|
105
99
|
"description": "Handles the visibility of the Clear button on the filter bar.",
|
|
@@ -119,10 +113,6 @@
|
|
|
119
113
|
"artifactType": "FlexChange",
|
|
120
114
|
"controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
|
|
121
115
|
},
|
|
122
|
-
"dateSettings": {
|
|
123
|
-
"$ref": "#/definitions/DateRange",
|
|
124
|
-
"description": "Defines the date settings for fields in the smart filter bar."
|
|
125
|
-
},
|
|
126
116
|
"selectionFields": {
|
|
127
117
|
"$ref": "#/definitions/FilterFields",
|
|
128
118
|
"description": "Filter Fields"
|
|
@@ -130,80 +120,6 @@
|
|
|
130
120
|
},
|
|
131
121
|
"additionalProperties": false
|
|
132
122
|
},
|
|
133
|
-
"DateRange": {
|
|
134
|
-
"type": "object",
|
|
135
|
-
"properties": {
|
|
136
|
-
"useDateRange": {
|
|
137
|
-
"description": "If set to true all date fields with filter restriction interval will be treated as DateTimeRange filters.",
|
|
138
|
-
"type": "boolean",
|
|
139
|
-
"artifactType": "Manifest"
|
|
140
|
-
},
|
|
141
|
-
"selectedValues": {
|
|
142
|
-
"description": "Defines a set of standard date range values that you want to include or exclude.",
|
|
143
|
-
"type": "array",
|
|
144
|
-
"items": {
|
|
145
|
-
"enum": [
|
|
146
|
-
"DATE",
|
|
147
|
-
"DATERANGE",
|
|
148
|
-
"DAYS",
|
|
149
|
-
"FROM",
|
|
150
|
-
"LAST2WEEKS",
|
|
151
|
-
"LAST3WEEKS",
|
|
152
|
-
"LAST4WEEKS",
|
|
153
|
-
"LAST5WEEKS",
|
|
154
|
-
"LASTDAYS",
|
|
155
|
-
"LASTMONTH",
|
|
156
|
-
"LASTMONTHS",
|
|
157
|
-
"LASTQUARTER",
|
|
158
|
-
"LASTQUARTERS",
|
|
159
|
-
"LASTWEEK",
|
|
160
|
-
"LASTWEEKS",
|
|
161
|
-
"LASTYEAR",
|
|
162
|
-
"LASTYEARS",
|
|
163
|
-
"MONTH",
|
|
164
|
-
"NEXT",
|
|
165
|
-
"NEXT2WEEKS",
|
|
166
|
-
"NEXT3WEEKS",
|
|
167
|
-
"NEXT4WEEKS",
|
|
168
|
-
"NEXT5WEEKS",
|
|
169
|
-
"NEXTDAYS",
|
|
170
|
-
"NEXTMONTH",
|
|
171
|
-
"NEXTMONTHS",
|
|
172
|
-
"NEXTQUARTER",
|
|
173
|
-
"NEXTQUARTERS",
|
|
174
|
-
"NEXTWEEK",
|
|
175
|
-
"NEXTWEEKS",
|
|
176
|
-
"NEXTYEARS",
|
|
177
|
-
"QUARTER",
|
|
178
|
-
"QUARTER1",
|
|
179
|
-
"QUARTER2",
|
|
180
|
-
"QUARTER3",
|
|
181
|
-
"QUARTER4",
|
|
182
|
-
"SPECIFICMONTH",
|
|
183
|
-
"THISMONTH",
|
|
184
|
-
"THISQUARTER",
|
|
185
|
-
"THISWEEK",
|
|
186
|
-
"TO",
|
|
187
|
-
"TODAY",
|
|
188
|
-
"TODAYFROMTO",
|
|
189
|
-
"TOMORROW",
|
|
190
|
-
"WEEK",
|
|
191
|
-
"YEAR",
|
|
192
|
-
"YEARTODATE",
|
|
193
|
-
"YESTERDAY"
|
|
194
|
-
],
|
|
195
|
-
"type": "string"
|
|
196
|
-
},
|
|
197
|
-
"artifactType": "Manifest"
|
|
198
|
-
},
|
|
199
|
-
"exclude": {
|
|
200
|
-
"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.",
|
|
201
|
-
"type": "boolean",
|
|
202
|
-
"artifactType": "Manifest"
|
|
203
|
-
}
|
|
204
|
-
},
|
|
205
|
-
"additionalProperties": false
|
|
206
|
-
},
|
|
207
123
|
"FilterFields": {
|
|
208
124
|
"description": "Filter Fields",
|
|
209
125
|
"isViewNode": true,
|
|
@@ -216,212 +132,8 @@
|
|
|
216
132
|
"description": "Filter Field",
|
|
217
133
|
"isViewNode": true,
|
|
218
134
|
"type": "object",
|
|
219
|
-
"properties": {
|
|
220
|
-
"selectedValues": {
|
|
221
|
-
"description": "Defines a set of standard date range values that you want to include or exclude.",
|
|
222
|
-
"type": "array",
|
|
223
|
-
"items": {
|
|
224
|
-
"enum": [
|
|
225
|
-
"DATE",
|
|
226
|
-
"DATERANGE",
|
|
227
|
-
"DAYS",
|
|
228
|
-
"FROM",
|
|
229
|
-
"LAST2WEEKS",
|
|
230
|
-
"LAST3WEEKS",
|
|
231
|
-
"LAST4WEEKS",
|
|
232
|
-
"LAST5WEEKS",
|
|
233
|
-
"LASTDAYS",
|
|
234
|
-
"LASTMONTH",
|
|
235
|
-
"LASTMONTHS",
|
|
236
|
-
"LASTQUARTER",
|
|
237
|
-
"LASTQUARTERS",
|
|
238
|
-
"LASTWEEK",
|
|
239
|
-
"LASTWEEKS",
|
|
240
|
-
"LASTYEAR",
|
|
241
|
-
"LASTYEARS",
|
|
242
|
-
"MONTH",
|
|
243
|
-
"NEXT",
|
|
244
|
-
"NEXT2WEEKS",
|
|
245
|
-
"NEXT3WEEKS",
|
|
246
|
-
"NEXT4WEEKS",
|
|
247
|
-
"NEXT5WEEKS",
|
|
248
|
-
"NEXTDAYS",
|
|
249
|
-
"NEXTMONTH",
|
|
250
|
-
"NEXTMONTHS",
|
|
251
|
-
"NEXTQUARTER",
|
|
252
|
-
"NEXTQUARTERS",
|
|
253
|
-
"NEXTWEEK",
|
|
254
|
-
"NEXTWEEKS",
|
|
255
|
-
"NEXTYEARS",
|
|
256
|
-
"QUARTER",
|
|
257
|
-
"QUARTER1",
|
|
258
|
-
"QUARTER2",
|
|
259
|
-
"QUARTER3",
|
|
260
|
-
"QUARTER4",
|
|
261
|
-
"SPECIFICMONTH",
|
|
262
|
-
"THISMONTH",
|
|
263
|
-
"THISQUARTER",
|
|
264
|
-
"THISWEEK",
|
|
265
|
-
"TO",
|
|
266
|
-
"TODAY",
|
|
267
|
-
"TODAYFROMTO",
|
|
268
|
-
"TOMORROW",
|
|
269
|
-
"WEEK",
|
|
270
|
-
"YEAR",
|
|
271
|
-
"YEARTODATE",
|
|
272
|
-
"YESTERDAY"
|
|
273
|
-
],
|
|
274
|
-
"type": "string"
|
|
275
|
-
},
|
|
276
|
-
"artifactType": "Manifest"
|
|
277
|
-
},
|
|
278
|
-
"exclude": {
|
|
279
|
-
"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.",
|
|
280
|
-
"type": "boolean",
|
|
281
|
-
"artifactType": "Manifest"
|
|
282
|
-
},
|
|
283
|
-
"customDateRangeImplementation": {
|
|
284
|
-
"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.",
|
|
285
|
-
"type": "string",
|
|
286
|
-
"artifactType": "Manifest"
|
|
287
|
-
},
|
|
288
|
-
"filter": {
|
|
289
|
-
"description": "You can use the filter settings to include and exclude specific date range values.",
|
|
290
|
-
"type": "array",
|
|
291
|
-
"items": {
|
|
292
|
-
"type": "object",
|
|
293
|
-
"properties": {
|
|
294
|
-
"path": {
|
|
295
|
-
"$ref": "#/definitions/FilterPathType",
|
|
296
|
-
"description": "Choose 'key' to define filter values for single values of the date range, or 'category' to filter by a whole subset."
|
|
297
|
-
},
|
|
298
|
-
"contains": {
|
|
299
|
-
"description": "Specifies a filter describing a set of values of the date range type.",
|
|
300
|
-
"type": "string"
|
|
301
|
-
},
|
|
302
|
-
"equals": {
|
|
303
|
-
"description": "Defines a single value of the standard date range type.",
|
|
304
|
-
"type": "array",
|
|
305
|
-
"items": {
|
|
306
|
-
"enum": [
|
|
307
|
-
"DATE",
|
|
308
|
-
"DATERANGE",
|
|
309
|
-
"DAYS",
|
|
310
|
-
"FROM",
|
|
311
|
-
"LAST2WEEKS",
|
|
312
|
-
"LAST3WEEKS",
|
|
313
|
-
"LAST4WEEKS",
|
|
314
|
-
"LAST5WEEKS",
|
|
315
|
-
"LASTDAYS",
|
|
316
|
-
"LASTMONTH",
|
|
317
|
-
"LASTMONTHS",
|
|
318
|
-
"LASTQUARTER",
|
|
319
|
-
"LASTQUARTERS",
|
|
320
|
-
"LASTWEEK",
|
|
321
|
-
"LASTWEEKS",
|
|
322
|
-
"LASTYEAR",
|
|
323
|
-
"LASTYEARS",
|
|
324
|
-
"MONTH",
|
|
325
|
-
"NEXT",
|
|
326
|
-
"NEXT2WEEKS",
|
|
327
|
-
"NEXT3WEEKS",
|
|
328
|
-
"NEXT4WEEKS",
|
|
329
|
-
"NEXT5WEEKS",
|
|
330
|
-
"NEXTDAYS",
|
|
331
|
-
"NEXTMONTH",
|
|
332
|
-
"NEXTMONTHS",
|
|
333
|
-
"NEXTQUARTER",
|
|
334
|
-
"NEXTQUARTERS",
|
|
335
|
-
"NEXTWEEK",
|
|
336
|
-
"NEXTWEEKS",
|
|
337
|
-
"NEXTYEARS",
|
|
338
|
-
"QUARTER",
|
|
339
|
-
"QUARTER1",
|
|
340
|
-
"QUARTER2",
|
|
341
|
-
"QUARTER3",
|
|
342
|
-
"QUARTER4",
|
|
343
|
-
"SPECIFICMONTH",
|
|
344
|
-
"THISMONTH",
|
|
345
|
-
"THISQUARTER",
|
|
346
|
-
"THISWEEK",
|
|
347
|
-
"TO",
|
|
348
|
-
"TODAY",
|
|
349
|
-
"TODAYFROMTO",
|
|
350
|
-
"TOMORROW",
|
|
351
|
-
"WEEK",
|
|
352
|
-
"YEAR",
|
|
353
|
-
"YEARTODATE",
|
|
354
|
-
"YESTERDAY"
|
|
355
|
-
],
|
|
356
|
-
"type": "string"
|
|
357
|
-
}
|
|
358
|
-
},
|
|
359
|
-
"exclude": {
|
|
360
|
-
"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.",
|
|
361
|
-
"type": "boolean"
|
|
362
|
-
}
|
|
363
|
-
},
|
|
364
|
-
"additionalProperties": false,
|
|
365
|
-
"required": [
|
|
366
|
-
"path"
|
|
367
|
-
]
|
|
368
|
-
},
|
|
369
|
-
"artifactType": "Manifest"
|
|
370
|
-
},
|
|
371
|
-
"defaultValue": {
|
|
372
|
-
"$ref": "#/definitions/DefaultDateRange",
|
|
373
|
-
"description": "You can set a default value for semantic date range.",
|
|
374
|
-
"artifactType": "Manifest"
|
|
375
|
-
}
|
|
376
|
-
},
|
|
377
135
|
"additionalProperties": false
|
|
378
136
|
},
|
|
379
|
-
"FilterPathType": {
|
|
380
|
-
"enum": [
|
|
381
|
-
"category",
|
|
382
|
-
"key"
|
|
383
|
-
],
|
|
384
|
-
"type": "string"
|
|
385
|
-
},
|
|
386
|
-
"DefaultDateRange": {
|
|
387
|
-
"type": "object",
|
|
388
|
-
"properties": {
|
|
389
|
-
"operation": {
|
|
390
|
-
"$ref": "#/definitions/DefaultDateRangeValueEnum",
|
|
391
|
-
"description": "The operation property is the value that will be set for semantic date range."
|
|
392
|
-
}
|
|
393
|
-
},
|
|
394
|
-
"additionalProperties": false,
|
|
395
|
-
"required": [
|
|
396
|
-
"operation"
|
|
397
|
-
]
|
|
398
|
-
},
|
|
399
|
-
"DefaultDateRangeValueEnum": {
|
|
400
|
-
"enum": [
|
|
401
|
-
"DATETOYEAR",
|
|
402
|
-
"LAST2WEEKS",
|
|
403
|
-
"LAST3WEEKS",
|
|
404
|
-
"LAST4WEEKS",
|
|
405
|
-
"LAST5WEEKS",
|
|
406
|
-
"LASTMONTH",
|
|
407
|
-
"LASTQUARTER",
|
|
408
|
-
"LASTWEEK",
|
|
409
|
-
"LASTYEAR",
|
|
410
|
-
"QUARTER1",
|
|
411
|
-
"QUARTER2",
|
|
412
|
-
"QUARTER3",
|
|
413
|
-
"QUARTER4",
|
|
414
|
-
"THISMONTH",
|
|
415
|
-
"THISQUARTER",
|
|
416
|
-
"THISWEEK",
|
|
417
|
-
"THISYEAR",
|
|
418
|
-
"TODAY",
|
|
419
|
-
"TOMORROW",
|
|
420
|
-
"YEARTODATE",
|
|
421
|
-
"YESTERDAY"
|
|
422
|
-
],
|
|
423
|
-
"type": "string"
|
|
424
|
-
},
|
|
425
137
|
"Table": {
|
|
426
138
|
"description": "Table",
|
|
427
139
|
"isViewNode": true,
|
|
@@ -431,13 +143,13 @@
|
|
|
431
143
|
"description": "This property can be used to indicate that a table or chart should be based on a different entity set than the main entity set",
|
|
432
144
|
"type": "string",
|
|
433
145
|
"artifactType": "Manifest",
|
|
434
|
-
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/
|
|
146
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/6698b80fc1a543ebb5c07e0781e9b93e"
|
|
435
147
|
},
|
|
436
148
|
"annotationPath": {
|
|
437
149
|
"description": "Specify a SelectionVariant or SelectionPresentationVariant annotation for the entity set to configure the table or chart",
|
|
438
150
|
"type": "string",
|
|
439
151
|
"artifactType": "Manifest",
|
|
440
|
-
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/
|
|
152
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/97dfeea4a8c346368cea6bf7a3e85478"
|
|
441
153
|
},
|
|
442
154
|
"showItemNavigationOnChart": {
|
|
443
155
|
"description": "To enable navigation for charts, you have to set the property to \"true\" and maintain an internal navigation target in the manifest.",
|
|
@@ -464,10 +176,82 @@
|
|
|
464
176
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
465
177
|
},
|
|
466
178
|
"useExportToExcel": {
|
|
467
|
-
"description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
|
|
179
|
+
"description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example, Microsoft Excel.",
|
|
468
180
|
"type": "boolean",
|
|
469
181
|
"artifactType": "FlexChange",
|
|
470
182
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
183
|
+
},
|
|
184
|
+
"growingThreshold": {
|
|
185
|
+
"description": "Defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.",
|
|
186
|
+
"type": "number",
|
|
187
|
+
"artifactType": "FlexChange",
|
|
188
|
+
"controlType": "sap.m.Table"
|
|
189
|
+
},
|
|
190
|
+
"popinLayout": {
|
|
191
|
+
"pattern": "^(Block|GridLarge|GridSmall)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
192
|
+
"anyOf": [
|
|
193
|
+
{
|
|
194
|
+
"$ref": "#/definitions/PopinLayout"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"type": "string"
|
|
198
|
+
}
|
|
199
|
+
],
|
|
200
|
+
"description": "Defines the layout in which the table pop-in rows are rendered.",
|
|
201
|
+
"artifactType": "FlexChange",
|
|
202
|
+
"controlType": "sap.m.Table"
|
|
203
|
+
},
|
|
204
|
+
"includeItemInSelection": {
|
|
205
|
+
"description": "Set this property to true if you want items to be selectable when they are clicked rather than after the selection control has been set.",
|
|
206
|
+
"type": "boolean",
|
|
207
|
+
"artifactType": "FlexChange",
|
|
208
|
+
"controlType": "sap.m.Table"
|
|
209
|
+
},
|
|
210
|
+
"tableType": {
|
|
211
|
+
"$ref": "#/definitions/TableTypeV2Enum",
|
|
212
|
+
"description": "Obsolete property for specifying the type of the table. Use the 'type' property instead.",
|
|
213
|
+
"artifactType": "Manifest"
|
|
214
|
+
},
|
|
215
|
+
"type": {
|
|
216
|
+
"$ref": "#/definitions/TableTypeV2Enum",
|
|
217
|
+
"description": "Specifies the type of the table.",
|
|
218
|
+
"artifactType": "Manifest",
|
|
219
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/5d270547f113468e83e06dd7ee408a45"
|
|
220
|
+
},
|
|
221
|
+
"condensedTableLayout": {
|
|
222
|
+
"description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
|
|
223
|
+
"type": "boolean",
|
|
224
|
+
"artifactType": "Manifest"
|
|
225
|
+
},
|
|
226
|
+
"enableTableFilterInPageVariant": {
|
|
227
|
+
"description": "If you have enabled harmonized variant management, by default, business users cannot set a filter in the table personalization settings.\nTo enable filtering for business users, you must set the enableTableFilterInPageVariant property to true.",
|
|
228
|
+
"type": "boolean",
|
|
229
|
+
"artifactType": "Manifest"
|
|
230
|
+
},
|
|
231
|
+
"multiSelect": {
|
|
232
|
+
"description": "When this setting is enabled, the table switches from single to multi selection.",
|
|
233
|
+
"type": "boolean",
|
|
234
|
+
"artifactType": "Manifest",
|
|
235
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/402fac73b4794a31983609ebdde580d2"
|
|
236
|
+
},
|
|
237
|
+
"selectAll": {
|
|
238
|
+
"description": "This property can be used to decide whether the 'Select All' checkbox or the 'Clear All' button is shown in the top-left corner of the table.",
|
|
239
|
+
"type": "boolean",
|
|
240
|
+
"artifactType": "Manifest"
|
|
241
|
+
},
|
|
242
|
+
"selectionLimit": {
|
|
243
|
+
"description": "When new data is loaded from the back-end system, the number of lines is restricted to the specified limit. The default value is 200.",
|
|
244
|
+
"type": "number",
|
|
245
|
+
"artifactType": "Manifest",
|
|
246
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/116b5d82e8c545e2a56e1b51b8b0a9bd?q=selectionLimit"
|
|
247
|
+
},
|
|
248
|
+
"createWithFilters": {
|
|
249
|
+
"$ref": "#/definitions/CreateWithFilters",
|
|
250
|
+
"description": "Adds a new create action that uses the filter settings as input."
|
|
251
|
+
},
|
|
252
|
+
"toolbar": {
|
|
253
|
+
"$ref": "#/definitions/Toolbar",
|
|
254
|
+
"description": "Tool Bar"
|
|
471
255
|
}
|
|
472
256
|
},
|
|
473
257
|
"additionalProperties": false
|
|
@@ -552,6 +336,39 @@
|
|
|
552
336
|
],
|
|
553
337
|
"type": "string"
|
|
554
338
|
},
|
|
339
|
+
"PopinLayout": {
|
|
340
|
+
"enum": [
|
|
341
|
+
"Block",
|
|
342
|
+
"GridLarge",
|
|
343
|
+
"GridSmall"
|
|
344
|
+
],
|
|
345
|
+
"type": "string"
|
|
346
|
+
},
|
|
347
|
+
"TableTypeV2Enum": {
|
|
348
|
+
"enum": [
|
|
349
|
+
"AnalyticalTable",
|
|
350
|
+
"GridTable",
|
|
351
|
+
"ResponsiveTable",
|
|
352
|
+
"TreeTable"
|
|
353
|
+
],
|
|
354
|
+
"type": "string"
|
|
355
|
+
},
|
|
356
|
+
"CreateWithFilters": {
|
|
357
|
+
"type": "object",
|
|
358
|
+
"properties": {
|
|
359
|
+
"strategy": {
|
|
360
|
+
"description": "For the create action to use the filter settings as input, set this property to extension and implement the extension function as mentioned in help.sap.com for SAP S/4HANA, section \"Prefilling Fields When Creating a New Entity Using an Extension Point\".",
|
|
361
|
+
"type": "string",
|
|
362
|
+
"const": "extension",
|
|
363
|
+
"artifactType": "Manifest",
|
|
364
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/189e2d8a59f04a2693a4fde7f4a91a65?q=createWithFilters"
|
|
365
|
+
}
|
|
366
|
+
},
|
|
367
|
+
"additionalProperties": false,
|
|
368
|
+
"required": [
|
|
369
|
+
"strategy"
|
|
370
|
+
]
|
|
371
|
+
},
|
|
555
372
|
"Toolbar": {
|
|
556
373
|
"description": "Toolbar",
|
|
557
374
|
"isViewNode": true,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-specification",
|
|
3
|
-
"version": "1.71.
|
|
3
|
+
"version": "1.71.153",
|
|
4
4
|
"displayName": "SAP Fiori tools - Specification",
|
|
5
5
|
"description": "SAP Fiori tools - Specification",
|
|
6
6
|
"files": [
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"build:schemas": "npm-run-all -l -s create-json-schemas copy-json-schemas",
|
|
28
28
|
"build:snap": "yarn build:dev && yarn update-snapshots",
|
|
29
29
|
"create-json-schemas": "ts-node ./scripts/schema/index.ts ",
|
|
30
|
-
"copy-json-schemas": "
|
|
31
|
-
"copy-templates": "
|
|
30
|
+
"copy-json-schemas": "cpy \"schemas/**\" dist/schemas",
|
|
31
|
+
"copy-templates": "cpy \"src/sync/v2/export/templates/**\" dist/templates --flat",
|
|
32
32
|
"deleteSnapshots": "rimraf **/_file_snapshots_",
|
|
33
33
|
"docuV2": "ts-node ./scripts/extractDocu.ts --version=v2 format=excel",
|
|
34
34
|
"validity-report": "ts-node ./scripts/generate-validity-report.ts",
|
|
@@ -47,13 +47,14 @@
|
|
|
47
47
|
"publisher": "SAPSE",
|
|
48
48
|
"license": "SEE LICENSE IN LICENSE",
|
|
49
49
|
"dependencies": {
|
|
50
|
+
"@sap-ux/fe-fpm-writer": "0.43.21",
|
|
50
51
|
"@sap-ux/vocabularies-types": "0.15.0"
|
|
51
52
|
},
|
|
52
53
|
"devDependencies": {
|
|
53
54
|
"@sap-ux/annotation-converter": "0.10.21",
|
|
54
55
|
"@sap-ux/edmx-parser": "0.10.0",
|
|
55
|
-
"@sap-ux/project-access": "1.35.
|
|
56
|
-
"@sap/ux-specification-types": "1.71.
|
|
56
|
+
"@sap-ux/project-access": "1.35.20",
|
|
57
|
+
"@sap/ux-specification-types": "1.71.153",
|
|
57
58
|
"@types/d3": "7.4.3",
|
|
58
59
|
"@types/jquery": "3.5.34",
|
|
59
60
|
"@types/json-schema": "7.0.15",
|
|
@@ -62,8 +63,8 @@
|
|
|
62
63
|
"@ui5/flexibility-utils": "0.1.3",
|
|
63
64
|
"@xml-tools/ast": "5.0.5",
|
|
64
65
|
"@xml-tools/parser": "1.0.11",
|
|
65
|
-
"axios": "1.
|
|
66
|
-
"
|
|
66
|
+
"axios": "1.15.0",
|
|
67
|
+
"cpy-cli": "7.0.0",
|
|
67
68
|
"d3": "7.9.0",
|
|
68
69
|
"deepmerge": "4.3.1",
|
|
69
70
|
"ejs": "3.1.10",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"to-json-schema.d.ts","sourceRoot":"","sources":["../../../../scripts/schema/to-json-schema.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,0CAA0C,CAAC;AAQ1F,MAAM,MAAM,MAAM,GAAG;IAAE,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CAAC;AA6BhD;;;;;GAKG;AACH,wBAAgB,kCAAkC,CAAC,OAAO,CAAC,EAAE,yBAAyB,QAErF;AAED;;;;GAIG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,OAAO,EAAE,oBAAoB,GAAG,MAAM,EAAE,CAyBxG;AAsHD;;GAEG;AACH,eAAO,MAAM,2BAA2B,EAAE,
|
|
1
|
+
{"version":3,"file":"to-json-schema.d.ts","sourceRoot":"","sources":["../../../../scripts/schema/to-json-schema.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,0CAA0C,CAAC;AAQ1F,MAAM,MAAM,MAAM,GAAG;IAAE,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CAAC;AA6BhD;;;;;GAKG;AACH,wBAAgB,kCAAkC,CAAC,OAAO,CAAC,EAAE,yBAAyB,QAErF;AAED;;;;GAIG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,OAAO,EAAE,oBAAoB,GAAG,MAAM,EAAE,CAyBxG;AAsHD;;GAEG;AACH,eAAO,MAAM,2BAA2B,EAAE,yBAwBzC,CAAC;AAEF;;;GAGG;AACH,wBAAgB,YAAY,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI,CAmBrD"}
|
|
@@ -220,7 +220,8 @@ exports.FACTORY_FOR_LIST_REPORT_NEW = {
|
|
|
220
220
|
// Naming convention: Types that are only introduced as host for enums have a name ending with 'Enum'.
|
|
221
221
|
// They cannot be instantiated.
|
|
222
222
|
// In addition to that some enums (ButtonType,...) are imported from sapui5.
|
|
223
|
-
if (schemaPropertyName.endsWith('Enum') ||
|
|
223
|
+
if (schemaPropertyName.endsWith('Enum') ||
|
|
224
|
+
['ButtonType', 'ExportType', 'PopinLayout'].includes(schemaPropertyName)) {
|
|
224
225
|
return metadataClass;
|
|
225
226
|
}
|
|
226
227
|
let instance;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"to-json-schema.js","sourceRoot":"","sources":["../../../../scripts/schema/to-json-schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoDA,gFAEC;AAOD,8CAyBC;
|
|
1
|
+
{"version":3,"file":"to-json-schema.js","sourceRoot":"","sources":["../../../../scripts/schema/to-json-schema.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type { ExportResults, File, GenerateSchemaParameters, ExportConfigParameters, ImportConfigParameters, ImportProjectParameters, ApiVersion, ExportConfigWithPath } from '@sap/ux-specification-types';
|
|
1
|
+
import type { ExportResults, File, GenerateSchemaParameters, ExportConfigParameters, ImportConfigParameters, ImportProjectParameters, ApiVersion, GenerateCustomExtensionParams, ExportConfigWithPath } from '@sap/ux-specification-types';
|
|
2
|
+
import type { Editor } from 'mem-fs-editor';
|
|
2
3
|
export { readApp } from './ftfs';
|
|
3
4
|
/**
|
|
4
5
|
* Return the generic (project independent) JSON schema
|
|
@@ -56,4 +57,11 @@ export declare function importProjectSchema(importParameters: ImportProjectParam
|
|
|
56
57
|
* @returns {ApiVersion} Object of API version.
|
|
57
58
|
*/
|
|
58
59
|
export declare function getApiVersion(): ApiVersion;
|
|
60
|
+
/**
|
|
61
|
+
* Calls the FPM Writer for generating a custom extension.
|
|
62
|
+
*
|
|
63
|
+
* @param customExtensionParams parameters for generating the custom extension
|
|
64
|
+
* @returns Instance of mem-fs-editor
|
|
65
|
+
*/
|
|
66
|
+
export declare function generateCustomExtension(customExtensionParams: GenerateCustomExtensionParams): Promise<Editor | undefined>;
|
|
59
67
|
//# sourceMappingURL=api.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../src/api.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../src/api.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EACR,aAAa,EACb,IAAI,EACJ,wBAAwB,EACxB,sBAAsB,EACtB,sBAAsB,EACtB,uBAAuB,EACvB,UAAU,EAEV,6BAA6B,EAC7B,oBAAoB,EAEvB,MAAM,6BAA6B,CAAC;AAerC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAc5C,OAAO,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAC;AAEjC;;;;;;GAMG;AACH,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAEhE;;;;GAIG;AACH,wBAAgB,cAAc,CAAC,kBAAkB,EAAE,wBAAwB,GAAG,MAAM,CAgCnF;AAED;;;;GAIG;AACH,wBAAgB,YAAY,CAAC,gBAAgB,EAAE,sBAAsB,GAAG,aAAa,CAWpF;AAED;;;;GAIG;AACH,wBAAgB,wBAAwB,CAAC,gBAAgB,EAAE,oBAAoB,GAAG,aAAa,CAY9F;AAED;;;;;GAKG;AACH,wBAAgB,wBAAwB,CAAC,gBAAgB,EAAE,oBAAoB,GAAG,aAAa,CAY9F;AAED;;;;GAIG;AACH,wBAAgB,YAAY,CAAC,gBAAgB,EAAE,sBAAsB,GAAG,MAAM,GAAG,SAAS,CAkBzF;AAED;;;;GAIG;AACH,wBAAsB,aAAa,CAAC,gBAAgB,EAAE,uBAAuB,GAAG,OAAO,CAAC,IAAI,EAAE,CAAC,CAE9F;AAED;;;;GAIG;AACH,wBAAsB,mBAAmB,CAAC,gBAAgB,EAAE,uBAAuB,GAAG,OAAO,CAAC,IAAI,EAAE,CAAC,CAEpG;AAED;;;GAGG;AACH,wBAAgB,aAAa,IAAI,UAAU,CAK1C;AAiCD;;;;;GAKG;AACH,wBAAsB,uBAAuB,CACzC,qBAAqB,EAAE,6BAA6B,GACrD,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAQ7B"}
|