@sap/ux-specification 1.102.15 → 1.102.17

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 (78) hide show
  1. package/dist/documentation/runDocu-min.js +7 -7
  2. package/dist/documentation/runDocu-min.js.map +2 -2
  3. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  4. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  5. package/dist/documentation/v2/v2-ListReport.html +2 -2
  6. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  7. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  8. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  9. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  10. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  11. package/dist/documentation/v4/v4-ListReport.html +2 -2
  12. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  13. package/dist/index-min.js +90 -90
  14. package/dist/index-min.js.map +3 -3
  15. package/dist/package.json +11 -13
  16. package/dist/schemas/v2/AnalyticalListPageConfig.json +5 -5
  17. package/dist/schemas/v2/ListReportConfig.json +5 -5
  18. package/dist/schemas/v2/ObjectPageConfig.json +5 -5
  19. package/dist/schemas/v4/ApplicationV4.json +3 -0
  20. package/dist/schemas/v4/BuildingBlocksConfig.json +74 -0
  21. package/dist/src/sync/common/importProject.d.ts +1 -1
  22. package/dist/src/sync/common/importProject.d.ts.map +1 -1
  23. package/dist/src/sync/common/importProject.js +61 -59
  24. package/dist/src/sync/common/importProject.js.map +1 -1
  25. package/dist/src/sync/common/utils.d.ts +14 -0
  26. package/dist/src/sync/common/utils.d.ts.map +1 -1
  27. package/dist/src/sync/common/utils.js +48 -22
  28. package/dist/src/sync/common/utils.js.map +1 -1
  29. package/dist/src/sync/v2/export/controls/Table.d.ts.map +1 -1
  30. package/dist/src/sync/v2/export/controls/Table.js +5 -3
  31. package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
  32. package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  33. package/dist/src/sync/v2/generate/analyticalListReport.js +2 -0
  34. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  35. package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -1
  36. package/dist/src/sync/v2/generate/listReport.js +2 -0
  37. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  38. package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  39. package/dist/src/sync/v2/generate/objectPage.js +2 -0
  40. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  41. package/dist/src/sync/v2/import/app/appProvider.d.ts +2 -2
  42. package/dist/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
  43. package/dist/src/sync/v2/import/app/appProvider.js +5 -5
  44. package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
  45. package/dist/src/sync/v2/import/app/ovpProvider.d.ts +2 -3
  46. package/dist/src/sync/v2/import/app/ovpProvider.d.ts.map +1 -1
  47. package/dist/src/sync/v2/import/app/ovpProvider.js +7 -7
  48. package/dist/src/sync/v2/import/app/ovpProvider.js.map +1 -1
  49. package/dist/src/sync/v4/export/manifest.d.ts.map +1 -1
  50. package/dist/src/sync/v4/export/manifest.js +31 -13
  51. package/dist/src/sync/v4/export/manifest.js.map +1 -1
  52. package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
  53. package/dist/src/sync/v4/generate/listReport.js +2 -0
  54. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  55. package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  56. package/dist/src/sync/v4/generate/objectPage.js +2 -0
  57. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  58. package/dist/src/sync/v4/import/app/appProvider.d.ts +43 -5
  59. package/dist/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
  60. package/dist/src/sync/v4/import/app/appProvider.js +392 -5
  61. package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
  62. package/dist/src/sync/v4/import/app/index.d.ts +1 -3
  63. package/dist/src/sync/v4/import/app/index.d.ts.map +1 -1
  64. package/dist/src/sync/v4/import/app/index.js +5 -8
  65. package/dist/src/sync/v4/import/app/index.js.map +1 -1
  66. package/package.json +11 -13
  67. package/dist/src/sync/common/types.d.ts +0 -6
  68. package/dist/src/sync/common/types.d.ts.map +0 -1
  69. package/dist/src/sync/common/types.js +0 -3
  70. package/dist/src/sync/common/types.js.map +0 -1
  71. package/dist/src/sync/v4/import/app/baseAppProvider.d.ts +0 -49
  72. package/dist/src/sync/v4/import/app/baseAppProvider.d.ts.map +0 -1
  73. package/dist/src/sync/v4/import/app/baseAppProvider.js +0 -376
  74. package/dist/src/sync/v4/import/app/baseAppProvider.js.map +0 -1
  75. package/dist/src/sync/v4/import/app/freestyleProvider.d.ts +0 -8
  76. package/dist/src/sync/v4/import/app/freestyleProvider.d.ts.map +0 -1
  77. package/dist/src/sync/v4/import/app/freestyleProvider.js +0 -12
  78. package/dist/src/sync/v4/import/app/freestyleProvider.js.map +0 -1
@@ -64,6 +64,7 @@
64
64
  "contextPath": {
65
65
  "type": "string",
66
66
  "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
67
+ "artifactType": "XMLProperty",
67
68
  "metadata": {
68
69
  "type": "Property"
69
70
  }
@@ -71,6 +72,7 @@
71
72
  "metaPath": {
72
73
  "type": "string",
73
74
  "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
75
+ "artifactType": "XMLProperty",
74
76
  "metadata": {
75
77
  "type": "Property"
76
78
  }
@@ -90,6 +92,7 @@
90
92
  "contextPath": {
91
93
  "type": "string",
92
94
  "description": "Metadata path to the entitySet or navigationProperty",
95
+ "artifactType": "XMLProperty",
93
96
  "metadata": {
94
97
  "type": "Property"
95
98
  }
@@ -97,6 +100,7 @@
97
100
  "filterBar": {
98
101
  "type": "string",
99
102
  "description": "Id of the FilterBar building block associated with the chart.",
103
+ "artifactType": "XMLProperty",
100
104
  "metadata": {
101
105
  "type": "Property"
102
106
  }
@@ -104,6 +108,7 @@
104
108
  "id": {
105
109
  "type": "string",
106
110
  "description": "ID of the chart",
111
+ "artifactType": "XMLProperty",
107
112
  "metadata": {
108
113
  "type": "Property"
109
114
  }
@@ -111,6 +116,7 @@
111
116
  "metaPath": {
112
117
  "type": "string",
113
118
  "description": "Metadata path to the presentation (UI.Chart w or w/o qualifier)",
119
+ "artifactType": "XMLProperty",
114
120
  "metadata": {
115
121
  "type": "Property"
116
122
  }
@@ -125,6 +131,7 @@
125
131
  }
126
132
  ],
127
133
  "description": "Parameter which sets the personalization of the MDC chart",
134
+ "artifactType": "XMLProperty",
128
135
  "metadata": {
129
136
  "type": "Property"
130
137
  }
@@ -132,6 +139,7 @@
132
139
  "selectionMode": {
133
140
  "type": "string",
134
141
  "description": "Specifies the selection mode",
142
+ "artifactType": "XMLProperty",
135
143
  "metadata": {
136
144
  "type": "Property"
137
145
  }
@@ -139,6 +147,7 @@
139
147
  "selectionChange": {
140
148
  "type": "string",
141
149
  "description": "An event triggered when chart selections are changed. The event contains information about the data selected/deselected and the Boolean flag that indicates whether data is selected or deselected.",
150
+ "artifactType": "XMLProperty",
142
151
  "metadata": {
143
152
  "type": "Event"
144
153
  }
@@ -158,6 +167,7 @@
158
167
  "contextPath": {
159
168
  "type": "string",
160
169
  "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
170
+ "artifactType": "XMLProperty",
161
171
  "metadata": {
162
172
  "type": "Property"
163
173
  }
@@ -165,6 +175,7 @@
165
175
  "formatOptions": {
166
176
  "$ref": "#/definitions/sap.fe.macros.FieldFormatOptions",
167
177
  "description": "formatOptions",
178
+ "artifactType": "XMLProperty",
168
179
  "isViewNode": true,
169
180
  "metadata": {
170
181
  "type": "Property"
@@ -173,6 +184,7 @@
173
184
  "id": {
174
185
  "type": "string",
175
186
  "description": "The identifier of the Field control.",
187
+ "artifactType": "XMLProperty",
176
188
  "metadata": {
177
189
  "type": "Property"
178
190
  }
@@ -180,6 +192,7 @@
180
192
  "metaPath": {
181
193
  "type": "string",
182
194
  "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
195
+ "artifactType": "XMLProperty",
183
196
  "metadata": {
184
197
  "type": "Property"
185
198
  }
@@ -187,6 +200,7 @@
187
200
  "readOnly": {
188
201
  "type": "boolean",
189
202
  "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",
203
+ "artifactType": "XMLProperty",
190
204
  "metadata": {
191
205
  "type": "Property"
192
206
  }
@@ -194,6 +208,7 @@
194
208
  "semanticObject": {
195
209
  "type": "string",
196
210
  "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",
211
+ "artifactType": "XMLProperty",
197
212
  "metadata": {
198
213
  "type": "Property"
199
214
  }
@@ -201,6 +216,7 @@
201
216
  "change": {
202
217
  "type": "string",
203
218
  "description": "An event containing details is triggered when the value of the field is changed.",
219
+ "artifactType": "XMLProperty",
204
220
  "metadata": {
205
221
  "type": "Event"
206
222
  }
@@ -220,6 +236,7 @@
220
236
  "contextPath": {
221
237
  "type": "string",
222
238
  "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
239
+ "artifactType": "XMLProperty",
223
240
  "metadata": {
224
241
  "type": "Property"
225
242
  }
@@ -227,6 +244,7 @@
227
244
  "id": {
228
245
  "type": "string",
229
246
  "description": "The identifier of the FilterBar control.",
247
+ "artifactType": "XMLProperty",
230
248
  "metadata": {
231
249
  "type": "Property"
232
250
  }
@@ -234,6 +252,7 @@
234
252
  "metaPath": {
235
253
  "type": "string",
236
254
  "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
255
+ "artifactType": "XMLProperty",
237
256
  "metadata": {
238
257
  "type": "Property"
239
258
  }
@@ -252,6 +271,7 @@
252
271
  "filterChanged": {
253
272
  "type": "string",
254
273
  "description": "This event is fired after either a filter value or the visibility of a filter item has been changed. The event contains conditions that will be used as filters.",
274
+ "artifactType": "XMLProperty",
255
275
  "metadata": {
256
276
  "type": "Event"
257
277
  }
@@ -259,6 +279,7 @@
259
279
  "search": {
260
280
  "type": "string",
261
281
  "description": "This event is fired when the 'Go' button is pressed or after a condition change.",
282
+ "artifactType": "XMLProperty",
262
283
  "metadata": {
263
284
  "type": "Event"
264
285
  }
@@ -278,6 +299,7 @@
278
299
  "contextPath": {
279
300
  "type": "string",
280
301
  "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
302
+ "artifactType": "XMLProperty",
281
303
  "metadata": {
282
304
  "type": "Property"
283
305
  }
@@ -285,6 +307,7 @@
285
307
  "id": {
286
308
  "type": "string",
287
309
  "description": "The identifier of the form control.",
310
+ "artifactType": "XMLProperty",
288
311
  "metadata": {
289
312
  "type": "Property"
290
313
  }
@@ -292,6 +315,7 @@
292
315
  "metaPath": {
293
316
  "type": "string",
294
317
  "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
318
+ "artifactType": "XMLProperty",
295
319
  "metadata": {
296
320
  "type": "Property"
297
321
  }
@@ -299,6 +323,7 @@
299
323
  "title": {
300
324
  "type": "string",
301
325
  "description": "The title of the form control.",
326
+ "artifactType": "XMLProperty",
302
327
  "metadata": {
303
328
  "type": "Property"
304
329
  }
@@ -318,6 +343,7 @@
318
343
  "busy": {
319
344
  "type": "boolean",
320
345
  "description": "An expression that allows you to control the 'busy' state of the table.",
346
+ "artifactType": "XMLProperty",
321
347
  "metadata": {
322
348
  "type": "Property"
323
349
  }
@@ -325,6 +351,7 @@
325
351
  "contextPath": {
326
352
  "type": "string",
327
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",
328
355
  "metadata": {
329
356
  "type": "Property"
330
357
  }
@@ -332,6 +359,7 @@
332
359
  "enableAutoColumnWidth": {
333
360
  "type": "boolean",
334
361
  "description": "Specifies the header text that is shown in the table.",
362
+ "artifactType": "XMLProperty",
335
363
  "metadata": {
336
364
  "type": "Property"
337
365
  }
@@ -339,6 +367,7 @@
339
367
  "enableExport": {
340
368
  "type": "boolean",
341
369
  "description": "Controls if the export functionality of the table is enabled or not.",
370
+ "artifactType": "XMLProperty",
342
371
  "metadata": {
343
372
  "type": "Property"
344
373
  }
@@ -346,6 +375,7 @@
346
375
  "enableFullScreen": {
347
376
  "type": "boolean",
348
377
  "description": "Controls whether the table can be opened in fullscreen mode or not.",
378
+ "artifactType": "XMLProperty",
349
379
  "metadata": {
350
380
  "type": "Property"
351
381
  }
@@ -353,6 +383,7 @@
353
383
  "enablePaste": {
354
384
  "type": "boolean",
355
385
  "description": "Controls if the paste functionality of the table is enabled or not.",
386
+ "artifactType": "XMLProperty",
356
387
  "metadata": {
357
388
  "type": "Property"
358
389
  }
@@ -360,6 +391,7 @@
360
391
  "filterBar": {
361
392
  "type": "string",
362
393
  "description": "ID of the FilterBar building block associated with the table.",
394
+ "artifactType": "XMLProperty",
363
395
  "metadata": {
364
396
  "type": "Property"
365
397
  }
@@ -367,6 +399,7 @@
367
399
  "header": {
368
400
  "type": "string",
369
401
  "description": "Specifies the header text that is shown in the table.",
402
+ "artifactType": "XMLProperty",
370
403
  "metadata": {
371
404
  "type": "Property"
372
405
  }
@@ -374,6 +407,7 @@
374
407
  "headerVisible": {
375
408
  "type": "boolean",
376
409
  "description": "Controls if the header text should be shown or not.",
410
+ "artifactType": "XMLProperty",
377
411
  "metadata": {
378
412
  "type": "Property"
379
413
  }
@@ -381,6 +415,7 @@
381
415
  "id": {
382
416
  "type": "string",
383
417
  "description": "The identifier of the table control.",
418
+ "artifactType": "XMLProperty",
384
419
  "metadata": {
385
420
  "type": "Property"
386
421
  }
@@ -388,6 +423,7 @@
388
423
  "isSearchable": {
389
424
  "type": "boolean",
390
425
  "description": "Defines whether to display the search action.",
426
+ "artifactType": "XMLProperty",
391
427
  "metadata": {
392
428
  "type": "Property"
393
429
  }
@@ -395,6 +431,7 @@
395
431
  "menu": {
396
432
  "type": "string",
397
433
  "description": "Groups menu actions by key.",
434
+ "artifactType": "XMLProperty",
398
435
  "metadata": {
399
436
  "type": "Property"
400
437
  }
@@ -402,6 +439,7 @@
402
439
  "metaPath": {
403
440
  "type": "string",
404
441
  "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
442
+ "artifactType": "XMLProperty",
405
443
  "metadata": {
406
444
  "type": "Property"
407
445
  }
@@ -416,6 +454,7 @@
416
454
  }
417
455
  ],
418
456
  "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",
457
+ "artifactType": "XMLProperty",
419
458
  "metadata": {
420
459
  "type": "Property"
421
460
  }
@@ -423,6 +462,7 @@
423
462
  "readOnly": {
424
463
  "type": "boolean",
425
464
  "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",
465
+ "artifactType": "XMLProperty",
426
466
  "metadata": {
427
467
  "type": "Property"
428
468
  }
@@ -430,6 +470,7 @@
430
470
  "selectionMode": {
431
471
  "type": "string",
432
472
  "description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `Multi` or `Auto`\n",
473
+ "artifactType": "XMLProperty",
433
474
  "metadata": {
434
475
  "type": "Property"
435
476
  }
@@ -437,6 +478,7 @@
437
478
  "type": {
438
479
  "type": "string",
439
480
  "description": "Defines the type of table that will be used by the building block to render the data.\nAllowed values are `GridTable` and `ResponsiveTable`\n",
481
+ "artifactType": "XMLProperty",
440
482
  "metadata": {
441
483
  "type": "Property"
442
484
  }
@@ -444,6 +486,7 @@
444
486
  "variantManagement": {
445
487
  "type": "string",
446
488
  "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",
489
+ "artifactType": "XMLProperty",
447
490
  "metadata": {
448
491
  "type": "Property"
449
492
  }
@@ -451,6 +494,7 @@
451
494
  "title": {
452
495
  "type": "string",
453
496
  "description": "The text that will be displayed for table title",
497
+ "artifactType": "XMLProperty",
454
498
  "metadata": {
455
499
  "type": "Property"
456
500
  }
@@ -480,6 +524,7 @@
480
524
  "rowPress": {
481
525
  "type": "string",
482
526
  "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",
527
+ "artifactType": "XMLProperty",
483
528
  "metadata": {
484
529
  "type": "Event"
485
530
  }
@@ -487,6 +532,7 @@
487
532
  "selectionChange": {
488
533
  "type": "string",
489
534
  "description": "An event triggered when the selection in the table changes.",
535
+ "artifactType": "XMLProperty",
490
536
  "metadata": {
491
537
  "type": "Event"
492
538
  }
@@ -506,6 +552,7 @@
506
552
  "text": {
507
553
  "type": "string",
508
554
  "description": "The text that will be displayed for this action group",
555
+ "artifactType": "XMLProperty",
509
556
  "metadata": {
510
557
  "type": "Property"
511
558
  }
@@ -513,6 +560,7 @@
513
560
  "placement": {
514
561
  "type": "string",
515
562
  "description": "Defines where this action group should be placed relative to the defined anchor",
563
+ "artifactType": "XMLProperty",
516
564
  "metadata": {
517
565
  "type": "Property"
518
566
  }
@@ -520,6 +568,7 @@
520
568
  "anchor": {
521
569
  "type": "string",
522
570
  "description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
571
+ "artifactType": "XMLProperty",
523
572
  "metadata": {
524
573
  "type": "Property"
525
574
  }
@@ -550,6 +599,7 @@
550
599
  "displayMode": {
551
600
  "type": "string",
552
601
  "description": " Defines how the field value and associated text will be displayed together.\n\n Allowed values are \"Value\", \"Description\", \"ValueDescription\" and \"DescriptionValue\"\n",
602
+ "artifactType": "XMLProperty",
553
603
  "metadata": {
554
604
  "type": "Property"
555
605
  }
@@ -557,6 +607,7 @@
557
607
  "measureDisplayMode": {
558
608
  "type": "string",
559
609
  "description": "Defines if and how the field measure will be displayed.\n\nAllowed values are \"Hidden\" and \"ReadOnly\"\n",
610
+ "artifactType": "XMLProperty",
560
611
  "metadata": {
561
612
  "type": "Property"
562
613
  }
@@ -564,6 +615,7 @@
564
615
  "textExpandBehaviorDisplay": {
565
616
  "type": "string",
566
617
  "description": "Defines how the full text will be displayed.\n\nAllowed values are \"InPlace\" and \"Popover\"\n",
618
+ "artifactType": "XMLProperty",
567
619
  "metadata": {
568
620
  "type": "Property"
569
621
  }
@@ -571,6 +623,7 @@
571
623
  "textLinesEdit": {
572
624
  "type": "number",
573
625
  "description": "Maximum number of lines for multiline texts in edit mode.\n",
626
+ "artifactType": "XMLProperty",
574
627
  "metadata": {
575
628
  "type": "Property"
576
629
  }
@@ -578,6 +631,7 @@
578
631
  "textMaxCharactersDisplay": {
579
632
  "type": "number",
580
633
  "description": "Maximum number of characters from the beginning of the text field that are shown initially.\n",
634
+ "artifactType": "XMLProperty",
581
635
  "metadata": {
582
636
  "type": "Property"
583
637
  }
@@ -585,6 +639,7 @@
585
639
  "textMaxLines": {
586
640
  "type": "number",
587
641
  "description": "Maximum number of lines that multiline texts in edit mode can grow to.\n",
642
+ "artifactType": "XMLProperty",
588
643
  "metadata": {
589
644
  "type": "Property"
590
645
  }
@@ -604,6 +659,7 @@
604
659
  "anchor": {
605
660
  "type": "string",
606
661
  "description": "Reference to the key of another filter already displayed in the table to properly place this one",
662
+ "artifactType": "XMLProperty",
607
663
  "metadata": {
608
664
  "type": "Property"
609
665
  }
@@ -611,6 +667,7 @@
611
667
  "key": {
612
668
  "type": "string",
613
669
  "description": "The property name of the FilterField",
670
+ "artifactType": "XMLProperty",
614
671
  "metadata": {
615
672
  "type": "Property"
616
673
  }
@@ -618,6 +675,7 @@
618
675
  "label": {
619
676
  "type": "string",
620
677
  "description": "The text that will be displayed for this FilterField",
678
+ "artifactType": "XMLProperty",
621
679
  "metadata": {
622
680
  "type": "Property"
623
681
  }
@@ -625,6 +683,7 @@
625
683
  "liveMode": {
626
684
  "type": "boolean",
627
685
  "description": "If set, the search is triggered automatically when a filter value is changed.",
686
+ "artifactType": "XMLProperty",
628
687
  "metadata": {
629
688
  "type": "Property"
630
689
  }
@@ -632,6 +691,7 @@
632
691
  "placement": {
633
692
  "type": "string",
634
693
  "description": "Defines where this filter should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
694
+ "artifactType": "XMLProperty",
635
695
  "metadata": {
636
696
  "type": "Property"
637
697
  },
@@ -643,6 +703,7 @@
643
703
  "showMessages": {
644
704
  "type": "boolean",
645
705
  "description": "If set, possible errors that occur during the search will be displayed in a message box.",
706
+ "artifactType": "XMLProperty",
646
707
  "metadata": {
647
708
  "type": "Property"
648
709
  }
@@ -650,6 +711,7 @@
650
711
  "visible": {
651
712
  "type": "boolean",
652
713
  "description": "Parameter which sets the visibility of the FilterBar building block",
714
+ "artifactType": "XMLProperty",
653
715
  "metadata": {
654
716
  "type": "Property"
655
717
  }
@@ -669,6 +731,7 @@
669
731
  "anchor": {
670
732
  "type": "string",
671
733
  "description": "Reference to the key of another action already displayed in the toolbar to properly place this one",
734
+ "artifactType": "XMLProperty",
672
735
  "metadata": {
673
736
  "type": "Property"
674
737
  }
@@ -676,6 +739,7 @@
676
739
  "enabled": {
677
740
  "type": "boolean",
678
741
  "description": "Enables or disables the action",
742
+ "artifactType": "XMLProperty",
679
743
  "metadata": {
680
744
  "type": "Property"
681
745
  }
@@ -683,6 +747,7 @@
683
747
  "key": {
684
748
  "type": "string",
685
749
  "description": "Unique identifier of the action",
750
+ "artifactType": "XMLProperty",
686
751
  "metadata": {
687
752
  "type": "Property"
688
753
  }
@@ -690,6 +755,7 @@
690
755
  "placement": {
691
756
  "type": "string",
692
757
  "description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
758
+ "artifactType": "XMLProperty",
693
759
  "metadata": {
694
760
  "type": "Property"
695
761
  },
@@ -701,6 +767,7 @@
701
767
  "press": {
702
768
  "type": "string",
703
769
  "description": "Event handler to be called when the user chooses the action",
770
+ "artifactType": "XMLProperty",
704
771
  "metadata": {
705
772
  "type": "Property"
706
773
  }
@@ -708,6 +775,7 @@
708
775
  "requiresSelection": {
709
776
  "type": "boolean",
710
777
  "description": "Defines if the action requires a selection.",
778
+ "artifactType": "XMLProperty",
711
779
  "metadata": {
712
780
  "type": "Property"
713
781
  }
@@ -715,6 +783,7 @@
715
783
  "text": {
716
784
  "type": "string",
717
785
  "description": "The text that will be displayed for this action",
786
+ "artifactType": "XMLProperty",
718
787
  "metadata": {
719
788
  "type": "Property"
720
789
  }
@@ -734,6 +803,7 @@
734
803
  "anchor": {
735
804
  "type": "string",
736
805
  "description": "Reference to the key of another column already displayed in the table to properly place this one",
806
+ "artifactType": "XMLProperty",
737
807
  "metadata": {
738
808
  "type": "Property"
739
809
  }
@@ -741,6 +811,7 @@
741
811
  "header": {
742
812
  "type": "string",
743
813
  "description": "The text that will be displayed for this column header",
814
+ "artifactType": "XMLProperty",
744
815
  "metadata": {
745
816
  "type": "Property"
746
817
  }
@@ -748,6 +819,7 @@
748
819
  "importance": {
749
820
  "type": "string",
750
821
  "description": "Defines the column importance\nYou can define which columns should be automatically moved to the pop-in area based on their importance\n",
822
+ "artifactType": "XMLProperty",
751
823
  "metadata": {
752
824
  "type": "Property"
753
825
  }
@@ -755,6 +827,7 @@
755
827
  "key": {
756
828
  "type": "string",
757
829
  "description": "Unique identifier of the column",
830
+ "artifactType": "XMLProperty",
758
831
  "metadata": {
759
832
  "type": "Property"
760
833
  }
@@ -762,6 +835,7 @@
762
835
  "placement": {
763
836
  "type": "string",
764
837
  "description": "Defines where this column should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
838
+ "artifactType": "XMLProperty",
765
839
  "metadata": {
766
840
  "type": "Property"
767
841
  },
@@ -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: string, entitySetName: string, logger?: ExtensionLogger): {
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,EAEJ,uBAAuB,EAEvB,eAAe,EAClB,MAAM,6BAA6B,CAAC;AAqIrC,wBAAgB,2BAA2B,CAAC,aAAa,EAAE,MAAM,EAAE,eAAe,EAAE,iBAAiB,GAAG,SAAS,CAEhH;AAED;;;;;;;;GAQG;AACH,wBAAgB,qCAAqC,CACjD,eAAe,EAAE,iBAAiB,EAClC,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,MAAM,CAAC,EAAE,eAAe,GACzB;IAAE,UAAU,EAAE,UAAU,CAAC;IAAC,SAAS,EAAE,SAAS,CAAA;CAAE,CAqBlD;AAyUD;;;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,CAwBpH"}
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"}