@sap/ux-specification 1.96.31 → 1.96.33
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/dist/documentation/runDocu-min.js +7 -7
- package/dist/documentation/runDocu-min.js.map +3 -3
- package/dist/documentation/styleDocu.css +1 -1
- package/dist/documentation/v2/v2-AnalyticalListPage.html +3 -4
- package/dist/documentation/v2/v2-ApplicationV2.html +3 -4
- package/dist/documentation/v2/v2-ListReport.html +3 -4
- package/dist/documentation/v2/v2-ObjectPage.html +3 -4
- package/dist/documentation/v2/v2-OverviewPage.html +3 -4
- package/dist/documentation/v4/v4-ApplicationV4.html +3 -4
- 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 +3 -4
- package/dist/documentation/v4/v4-ObjectPage.html +3 -4
- package/dist/index-min.js +83 -83
- package/dist/index-min.js.map +3 -3
- package/dist/package.json +17 -19
- package/dist/schemas/v2/AnalyticalListPageConfig.json +5 -5
- package/dist/schemas/v2/ListReportConfig.json +5 -5
- package/dist/schemas/v2/ObjectPageConfig.json +5 -5
- package/dist/schemas/v4/ApplicationV4.json +3 -0
- package/dist/schemas/v4/BuildingBlocksConfig.json +71 -0
- package/dist/src/api.js +1 -1
- package/dist/src/sync/common/importProject.d.ts +1 -1
- package/dist/src/sync/common/importProject.d.ts.map +1 -1
- package/dist/src/sync/common/importProject.js +61 -59
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +6 -0
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +33 -22
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.js +5 -3
- package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.d.ts +2 -2
- package/dist/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.js +5 -5
- package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v2/import/app/ovpProvider.d.ts +2 -3
- package/dist/src/sync/v2/import/app/ovpProvider.d.ts.map +1 -1
- package/dist/src/sync/v2/import/app/ovpProvider.js +7 -7
- package/dist/src/sync/v2/import/app/ovpProvider.js.map +1 -1
- package/dist/src/sync/v4/export/manifest.d.ts.map +1 -1
- package/dist/src/sync/v4/export/manifest.js +31 -13
- package/dist/src/sync/v4/export/manifest.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/listReport.js +62 -8
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.d.ts +43 -5
- package/dist/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.js +392 -5
- package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v4/import/app/index.d.ts +1 -3
- package/dist/src/sync/v4/import/app/index.d.ts.map +1 -1
- package/dist/src/sync/v4/import/app/index.js +5 -8
- package/dist/src/sync/v4/import/app/index.js.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.js +8 -8
- package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.d.ts +2 -1
- package/dist/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/src/sync/v4/utils/utils.js +5 -2
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/package.json +17 -19
- package/dist/src/sync/common/types.d.ts +0 -6
- package/dist/src/sync/common/types.d.ts.map +0 -1
- package/dist/src/sync/common/types.js +0 -3
- package/dist/src/sync/common/types.js.map +0 -1
- package/dist/src/sync/v4/import/app/baseAppProvider.d.ts +0 -49
- package/dist/src/sync/v4/import/app/baseAppProvider.d.ts.map +0 -1
- package/dist/src/sync/v4/import/app/baseAppProvider.js +0 -376
- package/dist/src/sync/v4/import/app/baseAppProvider.js.map +0 -1
- package/dist/src/sync/v4/import/app/freestyleProvider.d.ts +0 -8
- package/dist/src/sync/v4/import/app/freestyleProvider.d.ts.map +0 -1
- package/dist/src/sync/v4/import/app/freestyleProvider.js +0 -12
- package/dist/src/sync/v4/import/app/freestyleProvider.js.map +0 -1
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"contextPath": {
|
|
32
32
|
"$ref": "#/definitions/sap.ui.model.Context",
|
|
33
33
|
"description": "contextPath",
|
|
34
|
+
"artifactType": "XMLProperty",
|
|
34
35
|
"isViewNode": true,
|
|
35
36
|
"metadata": {
|
|
36
37
|
"type": "Property"
|
|
@@ -39,6 +40,7 @@
|
|
|
39
40
|
"id": {
|
|
40
41
|
"type": "string",
|
|
41
42
|
"description": "The identifier of the table control.",
|
|
43
|
+
"artifactType": "XMLProperty",
|
|
42
44
|
"metadata": {
|
|
43
45
|
"type": "Property"
|
|
44
46
|
}
|
|
@@ -46,6 +48,7 @@
|
|
|
46
48
|
"label": {
|
|
47
49
|
"type": "string",
|
|
48
50
|
"description": "Label shown for the field. If not set, the label from the annotations will be shown.",
|
|
51
|
+
"artifactType": "XMLProperty",
|
|
49
52
|
"metadata": {
|
|
50
53
|
"type": "Property"
|
|
51
54
|
}
|
|
@@ -53,6 +56,7 @@
|
|
|
53
56
|
"metaPath": {
|
|
54
57
|
"$ref": "#/definitions/sap.ui.model.Context",
|
|
55
58
|
"description": "metaPath",
|
|
59
|
+
"artifactType": "XMLProperty",
|
|
56
60
|
"isViewNode": true,
|
|
57
61
|
"metadata": {
|
|
58
62
|
"type": "Property"
|
|
@@ -61,6 +65,7 @@
|
|
|
61
65
|
"visible": {
|
|
62
66
|
"type": "boolean",
|
|
63
67
|
"description": "If set to false, the FormElement is not rendered.",
|
|
68
|
+
"artifactType": "XMLProperty",
|
|
64
69
|
"metadata": {
|
|
65
70
|
"type": "Property"
|
|
66
71
|
}
|
|
@@ -102,6 +107,7 @@
|
|
|
102
107
|
"batchGroupId": {
|
|
103
108
|
"type": "string",
|
|
104
109
|
"description": "Batch group ID along with which this call should be grouped.",
|
|
110
|
+
"artifactType": "XMLProperty",
|
|
105
111
|
"metadata": {
|
|
106
112
|
"type": "Property"
|
|
107
113
|
}
|
|
@@ -109,6 +115,7 @@
|
|
|
109
115
|
"contextPath": {
|
|
110
116
|
"$ref": "#/definitions/sap.ui.model.Context",
|
|
111
117
|
"description": "contextPath",
|
|
118
|
+
"artifactType": "XMLProperty",
|
|
112
119
|
"isViewNode": true,
|
|
113
120
|
"metadata": {
|
|
114
121
|
"type": "Property"
|
|
@@ -117,6 +124,7 @@
|
|
|
117
124
|
"description": {
|
|
118
125
|
"type": "string",
|
|
119
126
|
"description": "Description for the MicroChart. If no description is provided, the description from the Chart annotation is used.",
|
|
127
|
+
"artifactType": "XMLProperty",
|
|
120
128
|
"metadata": {
|
|
121
129
|
"type": "Property"
|
|
122
130
|
}
|
|
@@ -124,6 +132,7 @@
|
|
|
124
132
|
"hideOnNoData": {
|
|
125
133
|
"type": "boolean",
|
|
126
134
|
"description": "Show blank space in case there is no data in the chart",
|
|
135
|
+
"artifactType": "XMLProperty",
|
|
127
136
|
"metadata": {
|
|
128
137
|
"type": "Property"
|
|
129
138
|
}
|
|
@@ -131,6 +140,7 @@
|
|
|
131
140
|
"id": {
|
|
132
141
|
"type": "string",
|
|
133
142
|
"description": "ID of the MicroChart.",
|
|
143
|
+
"artifactType": "XMLProperty",
|
|
134
144
|
"metadata": {
|
|
135
145
|
"type": "Property"
|
|
136
146
|
}
|
|
@@ -138,6 +148,7 @@
|
|
|
138
148
|
"isAnalytics": {
|
|
139
149
|
"type": "boolean",
|
|
140
150
|
"description": "Defines whether the MicroChart is part of an analytical table",
|
|
151
|
+
"artifactType": "XMLProperty",
|
|
141
152
|
"metadata": {
|
|
142
153
|
"type": "Property"
|
|
143
154
|
}
|
|
@@ -145,6 +156,7 @@
|
|
|
145
156
|
"metaPath": {
|
|
146
157
|
"$ref": "#/definitions/sap.ui.model.Context",
|
|
147
158
|
"description": "metaPath",
|
|
159
|
+
"artifactType": "XMLProperty",
|
|
148
160
|
"isViewNode": true,
|
|
149
161
|
"metadata": {
|
|
150
162
|
"type": "Property"
|
|
@@ -153,6 +165,7 @@
|
|
|
153
165
|
"navigationType": {
|
|
154
166
|
"$ref": "#/definitions/sap.fe.macros.NavigationType",
|
|
155
167
|
"description": "navigationType",
|
|
168
|
+
"artifactType": "XMLProperty",
|
|
156
169
|
"isViewNode": true,
|
|
157
170
|
"metadata": {
|
|
158
171
|
"type": "Property"
|
|
@@ -161,6 +174,7 @@
|
|
|
161
174
|
"onTitlePressed": {
|
|
162
175
|
"type": "string",
|
|
163
176
|
"description": "Event handler for onTitlePressed event",
|
|
177
|
+
"artifactType": "XMLProperty",
|
|
164
178
|
"metadata": {
|
|
165
179
|
"type": "Property"
|
|
166
180
|
}
|
|
@@ -168,6 +182,7 @@
|
|
|
168
182
|
"showOnlyChart": {
|
|
169
183
|
"type": "boolean",
|
|
170
184
|
"description": "To control the rendering of Title, Subtitle and Currency Labels. When the size is xs then we do not see the inner labels of the MicroChart as well.",
|
|
185
|
+
"artifactType": "XMLProperty",
|
|
171
186
|
"metadata": {
|
|
172
187
|
"type": "Property"
|
|
173
188
|
}
|
|
@@ -175,6 +190,7 @@
|
|
|
175
190
|
"size": {
|
|
176
191
|
"type": "string",
|
|
177
192
|
"description": "Size of the MicroChart",
|
|
193
|
+
"artifactType": "XMLProperty",
|
|
178
194
|
"metadata": {
|
|
179
195
|
"type": "Property"
|
|
180
196
|
}
|
|
@@ -182,6 +198,7 @@
|
|
|
182
198
|
"title": {
|
|
183
199
|
"type": "string",
|
|
184
200
|
"description": "Title for the MicroChart. If no title is provided, the title from the Chart annotation is used.",
|
|
201
|
+
"artifactType": "XMLProperty",
|
|
185
202
|
"metadata": {
|
|
186
203
|
"type": "Property"
|
|
187
204
|
}
|
|
@@ -201,6 +218,7 @@
|
|
|
201
218
|
"id": {
|
|
202
219
|
"type": "string",
|
|
203
220
|
"description": "The identifier of the Paginator control.",
|
|
221
|
+
"artifactType": "XMLProperty",
|
|
204
222
|
"metadata": {
|
|
205
223
|
"type": "Property"
|
|
206
224
|
}
|
|
@@ -208,6 +226,7 @@
|
|
|
208
226
|
"templateResourceBundle": {
|
|
209
227
|
"type": "boolean",
|
|
210
228
|
"description": "The identifier to get the tooltip for the paginator buttons",
|
|
229
|
+
"artifactType": "XMLProperty",
|
|
211
230
|
"metadata": {
|
|
212
231
|
"type": "Property"
|
|
213
232
|
}
|
|
@@ -227,6 +246,7 @@
|
|
|
227
246
|
"id": {
|
|
228
247
|
"type": "string",
|
|
229
248
|
"description": "The identifier of the share control.",
|
|
249
|
+
"artifactType": "XMLProperty",
|
|
230
250
|
"metadata": {
|
|
231
251
|
"type": "Property"
|
|
232
252
|
}
|
|
@@ -234,6 +254,7 @@
|
|
|
234
254
|
"shortCutExists": {
|
|
235
255
|
"type": "boolean",
|
|
236
256
|
"description": "Whether the share shortcut exists or not.",
|
|
257
|
+
"artifactType": "XMLProperty",
|
|
237
258
|
"metadata": {
|
|
238
259
|
"type": "Property"
|
|
239
260
|
}
|
|
@@ -241,6 +262,7 @@
|
|
|
241
262
|
"visible": {
|
|
242
263
|
"type": "boolean",
|
|
243
264
|
"description": "Whether the share macro is visible or not.",
|
|
265
|
+
"artifactType": "XMLProperty",
|
|
244
266
|
"metadata": {
|
|
245
267
|
"type": "Property"
|
|
246
268
|
}
|
|
@@ -260,6 +282,7 @@
|
|
|
260
282
|
"contextPath": {
|
|
261
283
|
"$ref": "#/definitions/sap.ui.model.Context",
|
|
262
284
|
"description": "contextPath",
|
|
285
|
+
"artifactType": "XMLProperty",
|
|
263
286
|
"isViewNode": true,
|
|
264
287
|
"metadata": {
|
|
265
288
|
"type": "Property"
|
|
@@ -268,6 +291,7 @@
|
|
|
268
291
|
"id": {
|
|
269
292
|
"type": "string",
|
|
270
293
|
"description": "ID of the chart",
|
|
294
|
+
"artifactType": "XMLProperty",
|
|
271
295
|
"metadata": {
|
|
272
296
|
"type": "Property"
|
|
273
297
|
}
|
|
@@ -275,6 +299,7 @@
|
|
|
275
299
|
"metaPath": {
|
|
276
300
|
"$ref": "#/definitions/sap.ui.model.Context",
|
|
277
301
|
"description": "metaPath",
|
|
302
|
+
"artifactType": "XMLProperty",
|
|
278
303
|
"isViewNode": true,
|
|
279
304
|
"metadata": {
|
|
280
305
|
"type": "Property"
|
|
@@ -290,6 +315,7 @@
|
|
|
290
315
|
}
|
|
291
316
|
],
|
|
292
317
|
"description": "Parameter which sets the personalization of the MDC chart",
|
|
318
|
+
"artifactType": "XMLProperty",
|
|
293
319
|
"metadata": {
|
|
294
320
|
"type": "Property"
|
|
295
321
|
}
|
|
@@ -297,6 +323,7 @@
|
|
|
297
323
|
"selectionMode": {
|
|
298
324
|
"type": "string",
|
|
299
325
|
"description": "Specifies the selection mode",
|
|
326
|
+
"artifactType": "XMLProperty",
|
|
300
327
|
"metadata": {
|
|
301
328
|
"type": "Property"
|
|
302
329
|
}
|
|
@@ -304,6 +331,7 @@
|
|
|
304
331
|
"selectionChange": {
|
|
305
332
|
"type": "string",
|
|
306
333
|
"description": "An event triggered when chart selections are changed. The event contains information about the data selected/deselected and\nboolean flag that indicates whether data is selected or deselected.",
|
|
334
|
+
"artifactType": "XMLProperty",
|
|
307
335
|
"metadata": {
|
|
308
336
|
"type": "Event"
|
|
309
337
|
}
|
|
@@ -323,6 +351,7 @@
|
|
|
323
351
|
"contextPath": {
|
|
324
352
|
"type": "string",
|
|
325
353
|
"description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
|
|
354
|
+
"artifactType": "XMLProperty",
|
|
326
355
|
"metadata": {
|
|
327
356
|
"type": "Property"
|
|
328
357
|
}
|
|
@@ -330,6 +359,7 @@
|
|
|
330
359
|
"formatOptions": {
|
|
331
360
|
"$ref": "#/definitions/sap.fe.macros.FieldFormatOptions",
|
|
332
361
|
"description": "formatOptions",
|
|
362
|
+
"artifactType": "XMLProperty",
|
|
333
363
|
"isViewNode": true,
|
|
334
364
|
"metadata": {
|
|
335
365
|
"type": "Property"
|
|
@@ -338,6 +368,7 @@
|
|
|
338
368
|
"id": {
|
|
339
369
|
"type": "string",
|
|
340
370
|
"description": "The identifier of the Field control.",
|
|
371
|
+
"artifactType": "XMLProperty",
|
|
341
372
|
"metadata": {
|
|
342
373
|
"type": "Property"
|
|
343
374
|
}
|
|
@@ -345,6 +376,7 @@
|
|
|
345
376
|
"metaPath": {
|
|
346
377
|
"type": "string",
|
|
347
378
|
"description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
|
|
379
|
+
"artifactType": "XMLProperty",
|
|
348
380
|
"metadata": {
|
|
349
381
|
"type": "Property"
|
|
350
382
|
}
|
|
@@ -352,6 +384,7 @@
|
|
|
352
384
|
"readOnly": {
|
|
353
385
|
"type": "boolean",
|
|
354
386
|
"description": "An expression that allows you to control the read-only state of the field.\nIf you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
|
|
387
|
+
"artifactType": "XMLProperty",
|
|
355
388
|
"metadata": {
|
|
356
389
|
"type": "Property"
|
|
357
390
|
}
|
|
@@ -359,6 +392,7 @@
|
|
|
359
392
|
"semanticObject": {
|
|
360
393
|
"type": "string",
|
|
361
394
|
"description": "Option to add semantic objects to a field.\nValid options are either a single semantic object, a stringified array of semantic objects\nor a single binding expression returning either a single semantic object or an array of semantic objects",
|
|
395
|
+
"artifactType": "XMLProperty",
|
|
362
396
|
"metadata": {
|
|
363
397
|
"type": "Property"
|
|
364
398
|
}
|
|
@@ -366,6 +400,7 @@
|
|
|
366
400
|
"change": {
|
|
367
401
|
"type": "string",
|
|
368
402
|
"description": "An event containing details is triggered when the value of the field is changed.",
|
|
403
|
+
"artifactType": "XMLProperty",
|
|
369
404
|
"metadata": {
|
|
370
405
|
"type": "Event"
|
|
371
406
|
}
|
|
@@ -385,6 +420,7 @@
|
|
|
385
420
|
"contextPath": {
|
|
386
421
|
"type": "string",
|
|
387
422
|
"description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
|
|
423
|
+
"artifactType": "XMLProperty",
|
|
388
424
|
"metadata": {
|
|
389
425
|
"type": "Property"
|
|
390
426
|
}
|
|
@@ -392,6 +428,7 @@
|
|
|
392
428
|
"id": {
|
|
393
429
|
"type": "string",
|
|
394
430
|
"description": "The identifier of the filterbar control.",
|
|
431
|
+
"artifactType": "XMLProperty",
|
|
395
432
|
"metadata": {
|
|
396
433
|
"type": "Property"
|
|
397
434
|
}
|
|
@@ -399,6 +436,7 @@
|
|
|
399
436
|
"metaPath": {
|
|
400
437
|
"type": "string",
|
|
401
438
|
"description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
|
|
439
|
+
"artifactType": "XMLProperty",
|
|
402
440
|
"metadata": {
|
|
403
441
|
"type": "Property"
|
|
404
442
|
}
|
|
@@ -417,6 +455,7 @@
|
|
|
417
455
|
"filterChanged": {
|
|
418
456
|
"type": "string",
|
|
419
457
|
"description": "This event is fired after either a filter value or the visibility of a filter item has been changed.\nThe event contains conditions that will be used as filters.",
|
|
458
|
+
"artifactType": "XMLProperty",
|
|
420
459
|
"metadata": {
|
|
421
460
|
"type": "Event"
|
|
422
461
|
}
|
|
@@ -424,6 +463,7 @@
|
|
|
424
463
|
"search": {
|
|
425
464
|
"type": "string",
|
|
426
465
|
"description": "This event is fired when the Go button is pressed or after a condition change.",
|
|
466
|
+
"artifactType": "XMLProperty",
|
|
427
467
|
"metadata": {
|
|
428
468
|
"type": "Event"
|
|
429
469
|
}
|
|
@@ -443,6 +483,7 @@
|
|
|
443
483
|
"busy": {
|
|
444
484
|
"type": "boolean",
|
|
445
485
|
"description": "An expression that allows you to control the 'busy' state of the table.",
|
|
486
|
+
"artifactType": "XMLProperty",
|
|
446
487
|
"metadata": {
|
|
447
488
|
"type": "Property"
|
|
448
489
|
}
|
|
@@ -450,6 +491,7 @@
|
|
|
450
491
|
"contextPath": {
|
|
451
492
|
"type": "string",
|
|
452
493
|
"description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
|
|
494
|
+
"artifactType": "XMLProperty",
|
|
453
495
|
"metadata": {
|
|
454
496
|
"type": "Property"
|
|
455
497
|
}
|
|
@@ -457,6 +499,7 @@
|
|
|
457
499
|
"enableAutoColumnWidth": {
|
|
458
500
|
"type": "boolean",
|
|
459
501
|
"description": "Specifies the header text that is shown in the table.",
|
|
502
|
+
"artifactType": "XMLProperty",
|
|
460
503
|
"metadata": {
|
|
461
504
|
"type": "Property"
|
|
462
505
|
}
|
|
@@ -464,6 +507,7 @@
|
|
|
464
507
|
"enableExport": {
|
|
465
508
|
"type": "boolean",
|
|
466
509
|
"description": "Controls if the export functionality of the table is enabled or not.",
|
|
510
|
+
"artifactType": "XMLProperty",
|
|
467
511
|
"metadata": {
|
|
468
512
|
"type": "Property"
|
|
469
513
|
}
|
|
@@ -471,6 +515,7 @@
|
|
|
471
515
|
"enableFullScreen": {
|
|
472
516
|
"type": "boolean",
|
|
473
517
|
"description": "Controls whether the table can be opened in fullscreen mode or not.",
|
|
518
|
+
"artifactType": "XMLProperty",
|
|
474
519
|
"metadata": {
|
|
475
520
|
"type": "Property"
|
|
476
521
|
}
|
|
@@ -478,6 +523,7 @@
|
|
|
478
523
|
"enablePaste": {
|
|
479
524
|
"type": "boolean",
|
|
480
525
|
"description": "Controls if the paste functionality of the table is enabled or not.",
|
|
526
|
+
"artifactType": "XMLProperty",
|
|
481
527
|
"metadata": {
|
|
482
528
|
"type": "Property"
|
|
483
529
|
}
|
|
@@ -485,6 +531,7 @@
|
|
|
485
531
|
"header": {
|
|
486
532
|
"type": "string",
|
|
487
533
|
"description": "Specifies the header text that is shown in the table.",
|
|
534
|
+
"artifactType": "XMLProperty",
|
|
488
535
|
"metadata": {
|
|
489
536
|
"type": "Property"
|
|
490
537
|
}
|
|
@@ -492,6 +539,7 @@
|
|
|
492
539
|
"headerVisible": {
|
|
493
540
|
"type": "boolean",
|
|
494
541
|
"description": "Controls if the header text should be shown or not.",
|
|
542
|
+
"artifactType": "XMLProperty",
|
|
495
543
|
"metadata": {
|
|
496
544
|
"type": "Property"
|
|
497
545
|
}
|
|
@@ -499,6 +547,7 @@
|
|
|
499
547
|
"id": {
|
|
500
548
|
"type": "string",
|
|
501
549
|
"description": "The identifier of the table control.",
|
|
550
|
+
"artifactType": "XMLProperty",
|
|
502
551
|
"metadata": {
|
|
503
552
|
"type": "Property"
|
|
504
553
|
}
|
|
@@ -506,6 +555,7 @@
|
|
|
506
555
|
"metaPath": {
|
|
507
556
|
"type": "string",
|
|
508
557
|
"description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
|
|
558
|
+
"artifactType": "XMLProperty",
|
|
509
559
|
"metadata": {
|
|
510
560
|
"type": "Property"
|
|
511
561
|
}
|
|
@@ -520,6 +570,7 @@
|
|
|
520
570
|
}
|
|
521
571
|
],
|
|
522
572
|
"description": "Controls which options should be enabled for the table personalization dialog.\nIf it is set to `true`, all possible options for this kind of table are enabled.\n\nIf it is set to `false`, personalization is disabled.\n\n\n\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.\n\nAvailable options are:\n\n - Sort\n\n - Column\n\n - Filter\n\n",
|
|
573
|
+
"artifactType": "XMLProperty",
|
|
523
574
|
"metadata": {
|
|
524
575
|
"type": "Property"
|
|
525
576
|
}
|
|
@@ -527,6 +578,7 @@
|
|
|
527
578
|
"readOnly": {
|
|
528
579
|
"type": "boolean",
|
|
529
580
|
"description": "An expression that allows you to control the 'read-only' state of the table.\nIf you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
|
|
581
|
+
"artifactType": "XMLProperty",
|
|
530
582
|
"metadata": {
|
|
531
583
|
"type": "Property"
|
|
532
584
|
}
|
|
@@ -534,6 +586,7 @@
|
|
|
534
586
|
"selectionMode": {
|
|
535
587
|
"type": "string",
|
|
536
588
|
"description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `Multi` or `Auto`\n",
|
|
589
|
+
"artifactType": "XMLProperty",
|
|
537
590
|
"metadata": {
|
|
538
591
|
"type": "Property"
|
|
539
592
|
}
|
|
@@ -541,6 +594,7 @@
|
|
|
541
594
|
"type": {
|
|
542
595
|
"type": "string",
|
|
543
596
|
"description": "Defines the type of table that will be used by the macro to render the data.\nAllowed values are `GridTable` and `ResponsiveTable`\n",
|
|
597
|
+
"artifactType": "XMLProperty",
|
|
544
598
|
"metadata": {
|
|
545
599
|
"type": "Property"
|
|
546
600
|
}
|
|
@@ -548,6 +602,7 @@
|
|
|
548
602
|
"variantManagement": {
|
|
549
603
|
"type": "string",
|
|
550
604
|
"description": "Controls the kind of variant management that should be enabled for the table.\nAllowed values are `Page`, `Control` and `None`.\n\nIf the table is used within a SAP Fiori elements template, the default value will be taken from the current page variant management.\n\nOtherwise it's `None`.\n",
|
|
605
|
+
"artifactType": "XMLProperty",
|
|
551
606
|
"metadata": {
|
|
552
607
|
"type": "Property"
|
|
553
608
|
}
|
|
@@ -555,6 +610,7 @@
|
|
|
555
610
|
"title": {
|
|
556
611
|
"type": "string",
|
|
557
612
|
"description": "The text that will be displayed for table title",
|
|
613
|
+
"artifactType": "XMLProperty",
|
|
558
614
|
"metadata": {
|
|
559
615
|
"type": "Property"
|
|
560
616
|
}
|
|
@@ -584,6 +640,7 @@
|
|
|
584
640
|
"rowPress": {
|
|
585
641
|
"type": "string",
|
|
586
642
|
"description": "An event triggered when the user chooses a row; the event contains information about which row was chosen.\nYou can set this in order to handle the navigation manually.\n",
|
|
643
|
+
"artifactType": "XMLProperty",
|
|
587
644
|
"metadata": {
|
|
588
645
|
"type": "Event"
|
|
589
646
|
}
|
|
@@ -603,6 +660,7 @@
|
|
|
603
660
|
"text": {
|
|
604
661
|
"type": "string",
|
|
605
662
|
"description": "The text that will be displayed for this action group",
|
|
663
|
+
"artifactType": "XMLProperty",
|
|
606
664
|
"metadata": {
|
|
607
665
|
"type": "Property"
|
|
608
666
|
}
|
|
@@ -610,6 +668,7 @@
|
|
|
610
668
|
"placement": {
|
|
611
669
|
"type": "string",
|
|
612
670
|
"description": "Defines where this action group should be placed relative to the defined anchor",
|
|
671
|
+
"artifactType": "XMLProperty",
|
|
613
672
|
"metadata": {
|
|
614
673
|
"type": "Property"
|
|
615
674
|
}
|
|
@@ -617,6 +676,7 @@
|
|
|
617
676
|
"anchor": {
|
|
618
677
|
"type": "string",
|
|
619
678
|
"description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
|
|
679
|
+
"artifactType": "XMLProperty",
|
|
620
680
|
"metadata": {
|
|
621
681
|
"type": "Property"
|
|
622
682
|
}
|
|
@@ -647,6 +707,7 @@
|
|
|
647
707
|
"displayMode": {
|
|
648
708
|
"type": "string",
|
|
649
709
|
"description": " Defines how the field value and associated text will be displayed together.\n\n Allowed values are \"Value\", \"Description\", \"ValueDescription\" and \"DescriptionValue\"\n",
|
|
710
|
+
"artifactType": "XMLProperty",
|
|
650
711
|
"metadata": {
|
|
651
712
|
"type": "Property"
|
|
652
713
|
}
|
|
@@ -654,6 +715,7 @@
|
|
|
654
715
|
"measureDisplayMode": {
|
|
655
716
|
"type": "string",
|
|
656
717
|
"description": "Defines if and how the field measure will be displayed.\n\nAllowed values are \"Hidden\" and \"ReadOnly\"\n",
|
|
718
|
+
"artifactType": "XMLProperty",
|
|
657
719
|
"metadata": {
|
|
658
720
|
"type": "Property"
|
|
659
721
|
}
|
|
@@ -673,6 +735,7 @@
|
|
|
673
735
|
"anchor": {
|
|
674
736
|
"type": "string",
|
|
675
737
|
"description": "Reference to the key of another action already displayed in the toolbar to properly place this one",
|
|
738
|
+
"artifactType": "XMLProperty",
|
|
676
739
|
"metadata": {
|
|
677
740
|
"type": "Property"
|
|
678
741
|
}
|
|
@@ -680,6 +743,7 @@
|
|
|
680
743
|
"key": {
|
|
681
744
|
"type": "string",
|
|
682
745
|
"description": "Unique identifier of the action",
|
|
746
|
+
"artifactType": "XMLProperty",
|
|
683
747
|
"metadata": {
|
|
684
748
|
"type": "Property"
|
|
685
749
|
}
|
|
@@ -687,6 +751,7 @@
|
|
|
687
751
|
"placement": {
|
|
688
752
|
"type": "string",
|
|
689
753
|
"description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
754
|
+
"artifactType": "XMLProperty",
|
|
690
755
|
"metadata": {
|
|
691
756
|
"type": "Property"
|
|
692
757
|
},
|
|
@@ -698,6 +763,7 @@
|
|
|
698
763
|
"press": {
|
|
699
764
|
"type": "string",
|
|
700
765
|
"description": "Event handler to be called when the user chooses the action",
|
|
766
|
+
"artifactType": "XMLProperty",
|
|
701
767
|
"metadata": {
|
|
702
768
|
"type": "Property"
|
|
703
769
|
}
|
|
@@ -705,6 +771,7 @@
|
|
|
705
771
|
"text": {
|
|
706
772
|
"type": "string",
|
|
707
773
|
"description": "The text that will be displayed for this action",
|
|
774
|
+
"artifactType": "XMLProperty",
|
|
708
775
|
"metadata": {
|
|
709
776
|
"type": "Property"
|
|
710
777
|
}
|
|
@@ -724,6 +791,7 @@
|
|
|
724
791
|
"anchor": {
|
|
725
792
|
"type": "string",
|
|
726
793
|
"description": "Reference to the key of another column already displayed in the table to properly place this one",
|
|
794
|
+
"artifactType": "XMLProperty",
|
|
727
795
|
"metadata": {
|
|
728
796
|
"type": "Property"
|
|
729
797
|
}
|
|
@@ -731,6 +799,7 @@
|
|
|
731
799
|
"header": {
|
|
732
800
|
"type": "string",
|
|
733
801
|
"description": "The text that will be displayed for this column header",
|
|
802
|
+
"artifactType": "XMLProperty",
|
|
734
803
|
"metadata": {
|
|
735
804
|
"type": "Property"
|
|
736
805
|
}
|
|
@@ -738,6 +807,7 @@
|
|
|
738
807
|
"key": {
|
|
739
808
|
"type": "string",
|
|
740
809
|
"description": "Unique identifier of the column",
|
|
810
|
+
"artifactType": "XMLProperty",
|
|
741
811
|
"metadata": {
|
|
742
812
|
"type": "Property"
|
|
743
813
|
}
|
|
@@ -745,6 +815,7 @@
|
|
|
745
815
|
"placement": {
|
|
746
816
|
"type": "string",
|
|
747
817
|
"description": "Defines where this column should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
|
|
818
|
+
"artifactType": "XMLProperty",
|
|
748
819
|
"metadata": {
|
|
749
820
|
"type": "Property"
|
|
750
821
|
},
|
package/dist/src/api.js
CHANGED
|
@@ -10,7 +10,7 @@ export declare function getEntitySetByEntitySetName(entitySetName: string, oData
|
|
|
10
10
|
*
|
|
11
11
|
* @returns {EntityType} entityType of a page
|
|
12
12
|
*/
|
|
13
|
-
export declare function getEntityTypeEntitySetFromContextPath(oDataServiceAVT: ConvertedMetadata, contextPath
|
|
13
|
+
export declare function getEntityTypeEntitySetFromContextPath(oDataServiceAVT: ConvertedMetadata, contextPath?: string, entitySetName?: string, logger?: ExtensionLogger): {
|
|
14
14
|
entityType: EntityType;
|
|
15
15
|
entitySet: EntitySet;
|
|
16
16
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"importProject.d.ts","sourceRoot":"","sources":["../../../../src/sync/common/importProject.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAE3F,OAAO,KAAK,EACR,IAAI,
|
|
1
|
+
{"version":3,"file":"importProject.d.ts","sourceRoot":"","sources":["../../../../src/sync/common/importProject.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAE3F,OAAO,KAAK,EACR,IAAI,EACJ,uBAAuB,EAEvB,eAAe,EAGlB,MAAM,6BAA6B,CAAC;AAgIrC,wBAAgB,2BAA2B,CAAC,aAAa,EAAE,MAAM,EAAE,eAAe,EAAE,iBAAiB,GAAG,SAAS,CAEhH;AAED;;;;;;;;GAQG;AACH,wBAAgB,qCAAqC,CACjD,eAAe,EAAE,iBAAiB,EAClC,WAAW,CAAC,EAAE,MAAM,EACpB,aAAa,CAAC,EAAE,MAAM,EACtB,MAAM,CAAC,EAAE,eAAe,GACzB;IAAE,UAAU,EAAE,UAAU,CAAC;IAAC,SAAS,EAAE,SAAS,CAAA;CAAE,CAqBlD;AA+SD;;;GAGG;AACH,wBAAsB,mBAAmB,CAAC,uBAAuB,EAAE,uBAAuB,GAAG,OAAO,CAAC,IAAI,EAAE,CAAC,CA4B3G;AAED;;;GAGG;AACH,wBAAsB,4BAA4B,CAAC,uBAAuB,EAAE,uBAAuB,GAAG,OAAO,CAAC,IAAI,EAAE,CAAC,CAqCpH"}
|