@sap/ux-specification 1.120.0 → 1.120.2

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 (135) hide show
  1. package/CHANGELOG.md +91 -0
  2. package/dist/documentation/runDocu-min.js +4 -4
  3. package/dist/documentation/runDocu-min.js.map +3 -3
  4. package/dist/documentation/styleDocu.css +4 -0
  5. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  6. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  7. package/dist/documentation/v2/v2-ListReport.html +2 -2
  8. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  9. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  10. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  11. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  12. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  13. package/dist/documentation/v4/v4-ListReport.html +2 -2
  14. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  15. package/dist/index-min.js +166 -169
  16. package/dist/index-min.js.map +4 -4
  17. package/dist/package.json +11 -12
  18. package/dist/schemas/v2/ObjectPageConfig.json +232 -167
  19. package/dist/schemas/v2/OverviewPageConfig.json +1010 -697
  20. package/dist/schemas/v4/BuildingBlocksConfig.json +189 -185
  21. package/dist/src/api.js +2 -2
  22. package/dist/src/api.js.map +1 -1
  23. package/dist/src/extensionLogger.d.ts.map +1 -1
  24. package/dist/src/extensionLogger.js +6 -1
  25. package/dist/src/extensionLogger.js.map +1 -1
  26. package/dist/src/sync/common/decoration/control.d.ts +4 -0
  27. package/dist/src/sync/common/decoration/control.d.ts.map +1 -1
  28. package/dist/src/sync/common/decoration/control.js +8 -1
  29. package/dist/src/sync/common/decoration/control.js.map +1 -1
  30. package/dist/src/sync/common/distTagEvaluator.d.ts.map +1 -1
  31. package/dist/src/sync/common/distTagEvaluator.js +1 -1
  32. package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
  33. package/dist/src/sync/common/generate/objectPage.d.ts +5 -5
  34. package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
  35. package/dist/src/sync/common/generate/objectPage.js +14 -12
  36. package/dist/src/sync/common/generate/objectPage.js.map +1 -1
  37. package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
  38. package/dist/src/sync/common/generate/utils.js +56 -47
  39. package/dist/src/sync/common/generate/utils.js.map +1 -1
  40. package/dist/src/sync/common/i18n.json +1 -0
  41. package/dist/src/sync/common/importProject.d.ts.map +1 -1
  42. package/dist/src/sync/common/importProject.js +15 -13
  43. package/dist/src/sync/common/importProject.js.map +1 -1
  44. package/dist/src/sync/common/utils.d.ts.map +1 -1
  45. package/dist/src/sync/common/utils.js +53 -46
  46. package/dist/src/sync/common/utils.js.map +1 -1
  47. package/dist/src/sync/v2/application.d.ts +2 -1
  48. package/dist/src/sync/v2/application.d.ts.map +1 -1
  49. package/dist/src/sync/v2/application.js +8 -3
  50. package/dist/src/sync/v2/application.js.map +1 -1
  51. package/dist/src/sync/v2/export/controls/Card.d.ts +71 -76
  52. package/dist/src/sync/v2/export/controls/Card.d.ts.map +1 -1
  53. package/dist/src/sync/v2/export/controls/Card.js +103 -246
  54. package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
  55. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +17 -6
  56. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
  57. package/dist/src/sync/v2/export/controls/ObjectPageTable.js +109 -19
  58. package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
  59. package/dist/src/sync/v2/export/controls/Table.d.ts.map +1 -1
  60. package/dist/src/sync/v2/export/controls/Table.js +0 -1
  61. package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
  62. package/dist/src/sync/v2/export/export.d.ts +2 -1
  63. package/dist/src/sync/v2/export/export.d.ts.map +1 -1
  64. package/dist/src/sync/v2/export/export.js +38 -61
  65. package/dist/src/sync/v2/export/export.js.map +1 -1
  66. package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -1
  67. package/dist/src/sync/v2/export/exportPage.js +0 -14
  68. package/dist/src/sync/v2/export/exportPage.js.map +1 -1
  69. package/dist/src/sync/v2/export/pages/ObjectPage.d.ts +1 -0
  70. package/dist/src/sync/v2/export/pages/ObjectPage.d.ts.map +1 -1
  71. package/dist/src/sync/v2/export/pages/ObjectPage.js +18 -0
  72. package/dist/src/sync/v2/export/pages/ObjectPage.js.map +1 -1
  73. package/dist/src/sync/v2/export/pages/OverviewPage.d.ts +12 -5
  74. package/dist/src/sync/v2/export/pages/OverviewPage.d.ts.map +1 -1
  75. package/dist/src/sync/v2/export/pages/OverviewPage.js +39 -21
  76. package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
  77. package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  78. package/dist/src/sync/v2/generate/analyticalListReport.js +56 -8
  79. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  80. package/dist/src/sync/v2/generate/generate.d.ts.map +1 -1
  81. package/dist/src/sync/v2/generate/generate.js +1 -4
  82. package/dist/src/sync/v2/generate/generate.js.map +1 -1
  83. package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -1
  84. package/dist/src/sync/v2/generate/listReport.js +9 -9
  85. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  86. package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  87. package/dist/src/sync/v2/generate/objectPage.js +51 -51
  88. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  89. package/dist/src/sync/v2/generate/utils.d.ts +17 -5
  90. package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
  91. package/dist/src/sync/v2/generate/utils.js +24 -7
  92. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  93. package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  94. package/dist/src/sync/v2/import/pages/listReport.js +1 -4
  95. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  96. package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  97. package/dist/src/sync/v2/import/pages/objectPage.js +7 -1
  98. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  99. package/dist/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
  100. package/dist/src/sync/v2/import/pages/overviewPage.js +54 -61
  101. package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  102. package/dist/src/sync/v2/types.d.ts +1 -0
  103. package/dist/src/sync/v2/types.d.ts.map +1 -1
  104. package/dist/src/sync/v2/types.js +2 -1
  105. package/dist/src/sync/v2/types.js.map +1 -1
  106. package/dist/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  107. package/dist/src/sync/v4/export/controls/Table.js +4 -10
  108. package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
  109. package/dist/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  110. package/dist/src/sync/v4/generate/fpm-custom-page/generator.js +34 -19
  111. package/dist/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  112. package/dist/src/sync/v4/generate/fpm-custom-page/{pageExtenstions.d.ts → pageExtensions.d.ts} +1 -1
  113. package/dist/src/sync/v4/generate/fpm-custom-page/pageExtensions.d.ts.map +1 -0
  114. package/dist/src/sync/v4/generate/fpm-custom-page/{pageExtenstions.js → pageExtensions.js} +1 -1
  115. package/dist/src/sync/v4/generate/fpm-custom-page/pageExtensions.js.map +1 -0
  116. package/dist/src/sync/v4/generate/generate.d.ts.map +1 -1
  117. package/dist/src/sync/v4/generate/generate.js +1 -1
  118. package/dist/src/sync/v4/generate/generate.js.map +1 -1
  119. package/dist/src/sync/v4/generate/listReport.d.ts +3 -2
  120. package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
  121. package/dist/src/sync/v4/generate/listReport.js +19 -16
  122. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  123. package/dist/src/sync/v4/generate/objectPage.d.ts +2 -2
  124. package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  125. package/dist/src/sync/v4/generate/objectPage.js +280 -97
  126. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  127. package/dist/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  128. package/dist/src/sync/v4/import/pages/listReport.js +1 -4
  129. package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
  130. package/dist/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  131. package/dist/src/sync/v4/import/pages/objectPage.js +27 -11
  132. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  133. package/package.json +11 -12
  134. package/dist/src/sync/v4/generate/fpm-custom-page/pageExtenstions.d.ts.map +0 -1
  135. package/dist/src/sync/v4/generate/fpm-custom-page/pageExtenstions.js.map +0 -1
@@ -4,7 +4,6 @@
4
4
  "namespaces": [
5
5
  "sap.fe.macros",
6
6
  "sap.fe.macros.chart",
7
- "sap.fe.macros.field",
8
7
  "sap.fe.macros.table"
9
8
  ]
10
9
  },
@@ -40,6 +39,14 @@
40
39
  "metadata": {
41
40
  "type": "Property"
42
41
  }
42
+ },
43
+ "id": {
44
+ "type": "string",
45
+ "description": "Unique id of control",
46
+ "artifactType": "XMLProperty",
47
+ "metadata": {
48
+ "type": "Property"
49
+ }
43
50
  }
44
51
  },
45
52
  "additionalProperties": false,
@@ -85,14 +92,6 @@
85
92
  "type": "Property"
86
93
  }
87
94
  },
88
- "id": {
89
- "type": "string",
90
- "description": "ID of the chart",
91
- "artifactType": "XMLProperty",
92
- "metadata": {
93
- "type": "Property"
94
- }
95
- },
96
95
  "metaPath": {
97
96
  "type": "string",
98
97
  "description": "Metadata path to the presentation context (UI.Chart with or without a qualifier)",
@@ -139,6 +138,14 @@
139
138
  },
140
139
  "const": "Control"
141
140
  },
141
+ "id": {
142
+ "type": "string",
143
+ "description": "Unique id of control",
144
+ "artifactType": "XMLProperty",
145
+ "metadata": {
146
+ "type": "Property"
147
+ }
148
+ },
142
149
  "actions": {
143
150
  "type": "object",
144
151
  "additionalProperties": {
@@ -165,6 +172,26 @@
165
172
  "type": "Control"
166
173
  }
167
174
  },
175
+ "sap.fe.macros.FlexibleColumnLayoutActions": {
176
+ "description": "Building block for adding overflow toolbar buttons to integrate into the flexible column layout support from Fiori elements.\nUsage example:\n\n<macro:FlexibleColumnLayoutActions />\n\n",
177
+ "isViewNode": true,
178
+ "type": "object",
179
+ "properties": {
180
+ "id": {
181
+ "type": "string",
182
+ "description": "Unique id of control",
183
+ "artifactType": "XMLProperty",
184
+ "metadata": {
185
+ "type": "Property"
186
+ }
187
+ }
188
+ },
189
+ "additionalProperties": false,
190
+ "metadata": {
191
+ "path": [],
192
+ "type": "Control"
193
+ }
194
+ },
168
195
  "sap.fe.macros.Field": {
169
196
  "description": "Building block for creating a field based on the metadata provided by OData V4.\n\nUsually, a DataField or DataPoint annotation is expected, but the field can also be used to display a property from the entity type.\nUsage example:\n\n<macro:Field id=\"MyField\" metaPath=\"MyProperty\" />\n\n",
170
197
  "isViewNode": true,
@@ -187,14 +214,6 @@
187
214
  "type": "Property"
188
215
  }
189
216
  },
190
- "id": {
191
- "type": "string",
192
- "description": "The identifier of the Field control.",
193
- "artifactType": "XMLProperty",
194
- "metadata": {
195
- "type": "Property"
196
- }
197
- },
198
217
  "metaPath": {
199
218
  "type": "string",
200
219
  "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
@@ -219,6 +238,14 @@
219
238
  "type": "Property"
220
239
  }
221
240
  },
241
+ "id": {
242
+ "type": "string",
243
+ "description": "Unique id of control",
244
+ "artifactType": "XMLProperty",
245
+ "metadata": {
246
+ "type": "Property"
247
+ }
248
+ },
222
249
  "change": {
223
250
  "type": "string",
224
251
  "description": "An event containing details is triggered when the value of the field is changed.",
@@ -242,17 +269,6 @@
242
269
  "type": "Control"
243
270
  }
244
271
  },
245
- "sap.fe.macros.field.TextAreaEx": {
246
- "description": "Extension of the TextArea control to add a check for the maximum length when setting the value.",
247
- "isViewNode": true,
248
- "type": "object",
249
- "properties": {},
250
- "additionalProperties": false,
251
- "metadata": {
252
- "path": [],
253
- "type": "Control"
254
- }
255
- },
256
272
  "sap.fe.macros.FilterBar": {
257
273
  "description": "Building block for creating a FilterBar based on the metadata provided by OData V4.\n\nUsually, a SelectionFields annotation is expected.\nUsage example:\n\n<macro:FilterBar id=\"MyFilterBar\" metaPath=\"@com.sap.vocabularies.UI.v1.SelectionFields\" />\n\n",
258
274
  "isViewNode": true,
@@ -266,14 +282,6 @@
266
282
  "type": "Property"
267
283
  }
268
284
  },
269
- "id": {
270
- "type": "string",
271
- "description": "The identifier of the FilterBar control.",
272
- "artifactType": "XMLProperty",
273
- "metadata": {
274
- "type": "Property"
275
- }
276
- },
277
285
  "liveMode": {
278
286
  "type": "boolean",
279
287
  "description": "If true, the search is triggered automatically when a filter value is changed.",
@@ -314,6 +322,14 @@
314
322
  "type": "Property"
315
323
  }
316
324
  },
325
+ "id": {
326
+ "type": "string",
327
+ "description": "Unique id of control",
328
+ "artifactType": "XMLProperty",
329
+ "metadata": {
330
+ "type": "Property"
331
+ }
332
+ },
317
333
  "filterFields": {
318
334
  "type": "object",
319
335
  "additionalProperties": {
@@ -370,14 +386,6 @@
370
386
  "type": "Property"
371
387
  }
372
388
  },
373
- "id": {
374
- "type": "string",
375
- "description": "The identifier of the form control.",
376
- "artifactType": "XMLProperty",
377
- "metadata": {
378
- "type": "Property"
379
- }
380
- },
381
389
  "metaPath": {
382
390
  "$ref": "#/definitions/sap.ui.model.Context",
383
391
  "description": "metaPath",
@@ -394,6 +402,14 @@
394
402
  "metadata": {
395
403
  "type": "Property"
396
404
  }
405
+ },
406
+ "id": {
407
+ "type": "string",
408
+ "description": "Unique id of control",
409
+ "artifactType": "XMLProperty",
410
+ "metadata": {
411
+ "type": "Property"
412
+ }
397
413
  }
398
414
  },
399
415
  "additionalProperties": false,
@@ -416,14 +432,6 @@
416
432
  "type": "Property"
417
433
  }
418
434
  },
419
- "id": {
420
- "type": "string",
421
- "description": "The identifier of the FormElement building block.",
422
- "artifactType": "XMLProperty",
423
- "metadata": {
424
- "type": "Property"
425
- }
426
- },
427
435
  "label": {
428
436
  "type": "string",
429
437
  "description": "Label shown for the field. If not set, the label from the annotations will be shown.",
@@ -449,6 +457,14 @@
449
457
  "type": "Property"
450
458
  }
451
459
  },
460
+ "id": {
461
+ "type": "string",
462
+ "description": "Unique id of control",
463
+ "artifactType": "XMLProperty",
464
+ "metadata": {
465
+ "type": "Property"
466
+ }
467
+ },
452
468
  "fields": {
453
469
  "type": "object",
454
470
  "additionalProperties": {
@@ -467,123 +483,77 @@
467
483
  "type": "Control"
468
484
  }
469
485
  },
470
- "sap.fe.macros.MicroChart": {
471
- "description": "Building block used to create a MicroChart based on the metadata provided by OData V4.",
472
- "isViewNode": true,
473
- "type": "object",
474
- "properties": {},
475
- "additionalProperties": false,
476
- "metadata": {
477
- "path": [],
478
- "type": "Control"
479
- }
480
- },
481
- "sap.fe.macros.MultiValueField": {
482
- "description": "Building block for creating a MultiValueField based on the metadata provided by OData V4.\n\nThe MultiValueField can be used to display either a DataField or Property directly. It has to point to a collection property.\n\nUsage example:\n\n<macro:MultiValueField\n id=\"SomeUniqueIdentifier\"\n contextPath=\"{entitySet>}\"\n metaPath=\"{dataField>}\"\n />\n",
486
+ "sap.fe.macros.KPITag": {
487
+ "description": "Building block used to create a KPI tag.",
483
488
  "isViewNode": true,
484
489
  "type": "object",
485
490
  "properties": {
486
- "contextPath": {
487
- "$ref": "#/definitions/sap.ui.model.Context",
488
- "description": "contextPath",
491
+ "number": {
492
+ "type": "number",
493
+ "description": "The Number to be displayed.",
489
494
  "artifactType": "XMLProperty",
490
- "isViewNode": true,
491
495
  "metadata": {
492
496
  "type": "Property"
493
497
  }
494
498
  },
495
- "id": {
499
+ "press": {
496
500
  "type": "string",
497
- "description": "The 'id' property",
498
- "artifactType": "XMLProperty",
499
- "metadata": {
500
- "type": "Property"
501
- }
502
- },
503
- "metaPath": {
504
- "$ref": "#/definitions/sap.ui.model.Context",
505
- "description": "metaPath",
501
+ "description": "An event is triggered when the KPI is pressed.",
506
502
  "artifactType": "XMLProperty",
507
- "isViewNode": true,
508
503
  "metadata": {
509
504
  "type": "Property"
510
505
  }
511
506
  },
512
- "readOnly": {
507
+ "showIcon": {
513
508
  "type": "boolean",
514
- "description": "The readOnly flag",
509
+ "description": "Set it to `true` if the KPI should display its status icon.",
515
510
  "artifactType": "XMLProperty",
516
511
  "metadata": {
517
512
  "type": "Property"
518
513
  }
519
- }
520
- },
521
- "additionalProperties": false,
522
- "metadata": {
523
- "path": [],
524
- "type": "Control"
525
- }
526
- },
527
- "sap.fe.macros.Paginator": {
528
- "description": "Building block used to create a paginator control.\nUsage example:\n\n<macro:Paginator />\n\n",
529
- "isViewNode": true,
530
- "type": "object",
531
- "properties": {
532
- "id": {
514
+ },
515
+ "status": {
533
516
  "type": "string",
534
- "description": "The identifier of the Paginator control.",
517
+ "description": "The Status to be displayed.",
535
518
  "artifactType": "XMLProperty",
536
519
  "metadata": {
537
520
  "type": "Property"
538
- }
539
- }
540
- },
541
- "additionalProperties": false,
542
- "metadata": {
543
- "path": [],
544
- "type": "Control"
545
- }
546
- },
547
- "sap.fe.macros.RichTextEditor": {
548
- "description": "Building block that exposes the RichTextEditor UI5 control.\nIt's used to enter formatted text, and uses the third-party component called TinyMCE.\n",
549
- "isViewNode": true,
550
- "type": "object",
551
- "properties": {
552
- "buttonGroups": {
553
- "type": "array",
554
- "description": "With the 'buttonGroups' attribute you can customize the buttons that are displayed on the toolbar of the editor.",
555
- "artifactType": "XMLProperty",
556
- "metadata": {
557
- "type": "Property"
558
- }
521
+ },
522
+ "enum": [
523
+ "Success",
524
+ "Error",
525
+ "Warning",
526
+ "None",
527
+ "Information"
528
+ ]
559
529
  },
560
- "id": {
530
+ "text": {
561
531
  "type": "string",
562
- "description": "ID of the editor",
532
+ "description": "The Text to be displayed.",
563
533
  "artifactType": "XMLProperty",
564
534
  "metadata": {
565
535
  "type": "Property"
566
536
  }
567
537
  },
568
- "readOnly": {
569
- "type": "boolean",
570
- "description": "Use the readOnly attribute to override the edit flow of the page.\nBy setting 'readOnly' to true, a FormattedText will be displayed instead of the editor.",
538
+ "tooltip": {
539
+ "type": "string",
540
+ "description": "The Tooltip to be displayed.",
571
541
  "artifactType": "XMLProperty",
572
542
  "metadata": {
573
543
  "type": "Property"
574
544
  }
575
545
  },
576
- "required": {
577
- "type": "boolean",
578
- "description": "Use the 'required' attribute to make sure that the editor is filled with some text.",
546
+ "unit": {
547
+ "type": "string",
548
+ "description": "The Unit of Measure of the number to be displayed.",
579
549
  "artifactType": "XMLProperty",
580
550
  "metadata": {
581
551
  "type": "Property"
582
552
  }
583
553
  },
584
- "value": {
554
+ "id": {
585
555
  "type": "string",
586
- "description": "The value contained in the editor. You can use this attribute to set a default value.",
556
+ "description": "Unique id of control",
587
557
  "artifactType": "XMLProperty",
588
558
  "metadata": {
589
559
  "type": "Property"
@@ -596,19 +566,31 @@
596
566
  "type": "Control"
597
567
  }
598
568
  },
599
- "sap.fe.macros.RichTextEditorWithMetadata": {
600
- "description": "Metadata-driven building block that exposes the RichTextEditor UI5 control.\nIt's used to enter formatted text and uses the third-party component called TinyMCE.\n",
569
+ "sap.fe.macros.MicroChart": {
570
+ "description": "Building block used to create a MicroChart based on the metadata provided by OData V4.",
601
571
  "isViewNode": true,
602
572
  "type": "object",
603
573
  "properties": {
604
- "buttonGroups": {
605
- "type": "array",
606
- "description": "With the 'buttonGroups' attribute, you can customize the buttons that are displayed on the toolbar of the editor.",
574
+ "id": {
575
+ "type": "string",
576
+ "description": "Unique id of control",
607
577
  "artifactType": "XMLProperty",
608
578
  "metadata": {
609
579
  "type": "Property"
610
580
  }
611
- },
581
+ }
582
+ },
583
+ "additionalProperties": false,
584
+ "metadata": {
585
+ "path": [],
586
+ "type": "Control"
587
+ }
588
+ },
589
+ "sap.fe.macros.MultiValueField": {
590
+ "description": "Building block for creating a MultiValueField based on the metadata provided by OData V4.\n\nThe MultiValueField can be used to display either a DataField or Property directly. It has to point to a collection property.\n\nUsage example:\n\n<macro:MultiValueField\n id=\"SomeUniqueIdentifier\"\n contextPath=\"{entitySet>}\"\n metaPath=\"{dataField>}\"\n />\n",
591
+ "isViewNode": true,
592
+ "type": "object",
593
+ "properties": {
612
594
  "contextPath": {
613
595
  "$ref": "#/definitions/sap.ui.model.Context",
614
596
  "description": "contextPath",
@@ -618,14 +600,6 @@
618
600
  "type": "Property"
619
601
  }
620
602
  },
621
- "id": {
622
- "type": "string",
623
- "description": "ID of the editor",
624
- "artifactType": "XMLProperty",
625
- "metadata": {
626
- "type": "Property"
627
- }
628
- },
629
603
  "metaPath": {
630
604
  "$ref": "#/definitions/sap.ui.model.Context",
631
605
  "description": "metaPath",
@@ -637,15 +611,15 @@
637
611
  },
638
612
  "readOnly": {
639
613
  "type": "boolean",
640
- "description": "Use the readOnly attribute to override the edit flow of the page.\nBy setting 'readOnly' to true, a FormattedText is displayed instead of the editor.",
614
+ "description": "The readOnly flag",
641
615
  "artifactType": "XMLProperty",
642
616
  "metadata": {
643
617
  "type": "Property"
644
618
  }
645
619
  },
646
- "required": {
647
- "type": "boolean",
648
- "description": "Use the 'required' attribute, to make sure that the editor is filled with some text.",
620
+ "id": {
621
+ "type": "string",
622
+ "description": "Unique id of control",
649
623
  "artifactType": "XMLProperty",
650
624
  "metadata": {
651
625
  "type": "Property"
@@ -658,22 +632,14 @@
658
632
  "type": "Control"
659
633
  }
660
634
  },
661
- "sap.fe.macros.Share": {
662
- "description": "Building block used to create the ‘Share’ functionality.\n\nPlease note that the 'Share in SAP Jam' option is only available on platforms that are integrated with SAP Jam.\n\nIf you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then the 'Save as Tile' option is not visible.\nUsage example:\n\n<macro:Share\n\tid=\"someID\"\n\tvisible=\"true\"\n/>\n\n",
635
+ "sap.fe.macros.Paginator": {
636
+ "description": "Building block used to create a paginator control.\nUsage example:\n\n<macro:Paginator />\n\n",
663
637
  "isViewNode": true,
664
638
  "type": "object",
665
639
  "properties": {
666
640
  "id": {
667
641
  "type": "string",
668
- "description": "The identifier of the Share control.",
669
- "artifactType": "XMLProperty",
670
- "metadata": {
671
- "type": "Property"
672
- }
673
- },
674
- "visible": {
675
- "type": "boolean",
676
- "description": "Whether the share control should be visible on the screen.",
642
+ "description": "Unique id of control",
677
643
  "artifactType": "XMLProperty",
678
644
  "metadata": {
679
645
  "type": "Property"
@@ -686,7 +652,7 @@
686
652
  "type": "Control"
687
653
  }
688
654
  },
689
- "undefined.RichTextEditor": {
655
+ "sap.fe.macros.RichTextEditor": {
690
656
  "description": "Building block that exposes the RichTextEditor UI5 control.\nIt's used to enter formatted text, and uses the third-party component called TinyMCE.\n",
691
657
  "isViewNode": true,
692
658
  "type": "object",
@@ -699,14 +665,6 @@
699
665
  "type": "Property"
700
666
  }
701
667
  },
702
- "id": {
703
- "type": "string",
704
- "description": "ID of the editor",
705
- "artifactType": "XMLProperty",
706
- "metadata": {
707
- "type": "Property"
708
- }
709
- },
710
668
  "readOnly": {
711
669
  "type": "boolean",
712
670
  "description": "Use the readOnly attribute to override the edit flow of the page.\nBy setting 'readOnly' to true, a FormattedText will be displayed instead of the editor.",
@@ -730,6 +688,14 @@
730
688
  "metadata": {
731
689
  "type": "Property"
732
690
  }
691
+ },
692
+ "id": {
693
+ "type": "string",
694
+ "description": "Unique id of control",
695
+ "artifactType": "XMLProperty",
696
+ "metadata": {
697
+ "type": "Property"
698
+ }
733
699
  }
734
700
  },
735
701
  "additionalProperties": false,
@@ -738,7 +704,7 @@
738
704
  "type": "Control"
739
705
  }
740
706
  },
741
- "undefined.RichTextEditorWithMetadata": {
707
+ "sap.fe.macros.RichTextEditorWithMetadata": {
742
708
  "description": "Metadata-driven building block that exposes the RichTextEditor UI5 control.\nIt's used to enter formatted text and uses the third-party component called TinyMCE.\n",
743
709
  "isViewNode": true,
744
710
  "type": "object",
@@ -760,14 +726,6 @@
760
726
  "type": "Property"
761
727
  }
762
728
  },
763
- "id": {
764
- "type": "string",
765
- "description": "ID of the editor",
766
- "artifactType": "XMLProperty",
767
- "metadata": {
768
- "type": "Property"
769
- }
770
- },
771
729
  "metaPath": {
772
730
  "$ref": "#/definitions/sap.ui.model.Context",
773
731
  "description": "metaPath",
@@ -792,6 +750,42 @@
792
750
  "metadata": {
793
751
  "type": "Property"
794
752
  }
753
+ },
754
+ "id": {
755
+ "type": "string",
756
+ "description": "Unique id of control",
757
+ "artifactType": "XMLProperty",
758
+ "metadata": {
759
+ "type": "Property"
760
+ }
761
+ }
762
+ },
763
+ "additionalProperties": false,
764
+ "metadata": {
765
+ "path": [],
766
+ "type": "Control"
767
+ }
768
+ },
769
+ "sap.fe.macros.Share": {
770
+ "description": "Building block used to create the ‘Share’ functionality.\n\nPlease note that the 'Share in SAP Jam' option is only available on platforms that are integrated with SAP Jam.\n\nIf you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then the 'Save as Tile' option is not visible.\nUsage example:\n\n<macro:Share\n\tid=\"someID\"\nvisible=\"true\"\n/>\n\n",
771
+ "isViewNode": true,
772
+ "type": "object",
773
+ "properties": {
774
+ "visible": {
775
+ "type": "boolean",
776
+ "description": "Whether the share control should be visible on the screen.",
777
+ "artifactType": "XMLProperty",
778
+ "metadata": {
779
+ "type": "Property"
780
+ }
781
+ },
782
+ "id": {
783
+ "type": "string",
784
+ "description": "Unique id of control",
785
+ "artifactType": "XMLProperty",
786
+ "metadata": {
787
+ "type": "Property"
788
+ }
795
789
  }
796
790
  },
797
791
  "additionalProperties": false,
@@ -894,14 +888,6 @@
894
888
  "type": "Property"
895
889
  }
896
890
  },
897
- "id": {
898
- "type": "string",
899
- "description": "The identifier of the table control.",
900
- "artifactType": "XMLProperty",
901
- "metadata": {
902
- "type": "Property"
903
- }
904
- },
905
891
  "isSearchable": {
906
892
  "type": "boolean",
907
893
  "description": "Defines whether to display the search action.",
@@ -964,7 +950,7 @@
964
950
  },
965
951
  "selectionMode": {
966
952
  "type": "string",
967
- "description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `Multi` or `Auto`. If not set to 'None', SAP Fiori elements hooks into the standard lifecycle to determine the consistent selection mode.\n",
953
+ "description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `ForceSingle`, `Multi`, `ForceMulti` or `Auto`.\nIf set to 'Single', 'Multi' or 'Auto', SAP Fiori elements hooks into the standard lifecycle to determine the consistent selection mode.\nIf set to 'ForceSingle' or 'ForceMulti' your choice will be respected but this might not respect the Fiori guidelines.\n",
968
954
  "artifactType": "XMLProperty",
969
955
  "metadata": {
970
956
  "type": "Property"
@@ -973,7 +959,9 @@
973
959
  "None",
974
960
  "Single",
975
961
  "Multi",
976
- "Auto"
962
+ "Auto",
963
+ "ForceMulti",
964
+ "ForceSingle"
977
965
  ]
978
966
  },
979
967
  "type": {
@@ -1005,6 +993,14 @@
1005
993
  "type": "Property"
1006
994
  }
1007
995
  },
996
+ "id": {
997
+ "type": "string",
998
+ "description": "Unique id of control",
999
+ "artifactType": "XMLProperty",
1000
+ "metadata": {
1001
+ "type": "Property"
1002
+ }
1003
+ },
1008
1004
  "actions": {
1009
1005
  "type": "object",
1010
1006
  "additionalProperties": {
@@ -1088,6 +1084,14 @@
1088
1084
  "type": "Property"
1089
1085
  }
1090
1086
  },
1087
+ "id": {
1088
+ "type": "string",
1089
+ "description": "Unique id of control",
1090
+ "artifactType": "XMLProperty",
1091
+ "metadata": {
1092
+ "type": "Property"
1093
+ }
1094
+ },
1091
1095
  "actions": {
1092
1096
  "type": "object",
1093
1097
  "additionalProperties": {
package/dist/src/api.js CHANGED
@@ -184,8 +184,8 @@ exports.importProjectSchema = importProjectSchema;
184
184
  */
185
185
  function getApiVersion() {
186
186
  return {
187
- version: '12',
188
- fpmWriter: '9'
187
+ version: '13',
188
+ fpmWriter: '10'
189
189
  };
190
190
  }
191
191
  exports.getApiVersion = getApiVersion;
@@ -1 +1 @@
1
- {"version":3,"file":"api.js","sourceRoot":"","sources":["../../src/api.ts"],"names":[],"mappings":";;;AAAA;;GAEG;AACH,wEAAkH;AAalH,iDAK4B;AAC5B,iDAK4B;AAC5B,4DAA2D;AAC3D,6CAK0B;AAC1B,oDAAuD;AACvD,6CAI0B;AAC1B,0CAA6G;AAE7G,yDAY+B;AAE/B,MAAM,YAAY,GAAG,IAAI,GAAG,CACxB;IACI,CAAC,4CAAmB,CAAC,UAAU,EAAE,kCAAkB,CAAC;IACpD,CAAC,4CAAmB,CAAC,YAAY,EAAE,oCAAoB,CAAC;IACxD,CAAC,4CAAmB,CAAC,aAAa,EAAE,qCAAqB,CAAC;IAC1D,CAAC,4CAAmB,CAAC,UAAU,EAAE,kCAAkB,CAAC;IACpD,CAAC,4CAAmB,CAAC,YAAY,EAAE,oCAAoB,CAAC;IACxD,CAAC,4CAAmB,CAAC,UAAU,EAAE,kCAAkB,CAAC;IACpD,CAAC,4CAAmB,CAAC,mBAAmB,EAAE,2CAA2B,CAAC;IACtE,CAAC,4CAAmB,CAAC,gBAAgB,EAAE,wCAAwB,CAAC;IAChE,CAAC,4CAAmB,CAAC,iBAAiB,EAAE,oCAAoB,CAAC;IAC7D,CAAC,4CAAmB,CAAC,mBAAmB,EAAE,2CAA2B,CAAC;CACzE,CACJ,CAAC;AAEF;;;;;GAKG;AACH,6DAAgE;AAAvD,gHAAA,gBAAgB,OAAA;AAEzB;;;GAGG;AACH,SAAgB,cAAc,CAAC,kBAA4C;IACvE,IAAI,MAAc,CAAC;IACnB,IAAI,kBAAkB,CAAC,6CAAoB,CAAC,EAAE,CAAC,EAAE;QAC7C;;WAEG;QACH,MAAM,QAAQ,GAAG,kBAAkB,CAAC,6CAAoB,CAAC,EAAE,CAAC,CAAC;QAC7D,IAAI,QAAQ,CAAC,mCAAU,CAAC,UAAU,CAAC,EAAE;YACjC,MAAM,EAAE,aAAa,EAAE,SAAS,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,EAAE,GACxE,QAAQ,CAAC,mCAAU,CAAC,UAAU,CAAC,CAAC;YACpC,MAAM,GAAG,IAAA,wCAA6B,EAAC,aAAa,EAAE,SAAS,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,CAAC,CAAC;SAC9G;aAAM,IAAI,QAAQ,CAAC,mCAAU,CAAC,UAAU,CAAC,EAAE;YACxC,MAAM,EAAE,aAAa,EAAE,SAAS,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,EAAE,GACxE,QAAQ,CAAC,mCAAU,CAAC,UAAU,CAAC,CAAC;YACpC,MAAM,GAAG,IAAA,wCAA6B,EAAC,aAAa,EAAE,SAAS,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,CAAC,CAAC;SAC9G;aAAM,IAAI,QAAQ,CAAC,mCAAU,CAAC,YAAY,CAAC,EAAE;YAC1C,MAAM,EAAE,aAAa,EAAE,QAAQ,EAAE,GAAG,QAAQ,CAAC,mCAAU,CAAC,YAAY,CAAC,CAAC;YACtE,MAAM,GAAG,IAAA,iCAAsB,EAAC,aAAa,EAAE,QAAQ,CAAC,CAAC;SAC5D;aAAM,IAAI,QAAQ,CAAC,mCAAU,CAAC,kBAAkB,CAAC,EAAE;YAChD,MAAM,EAAE,aAAa,EAAE,SAAS,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,EAAE,GACxE,QAAQ,CAAC,mCAAU,CAAC,kBAAkB,CAAC,CAAC;YAC5C,MAAM,GAAG,IAAA,gDAAqC,EAC1C,aAAa,EACb,SAAS,EACT,WAAW,EACX,QAAQ,EACR,SAAS,EACT,MAAM,CACT,CAAC;SACL;KACJ;SAAM,IAAI,kBAAkB,CAAC,6CAAoB,CAAC,EAAE,CAAC,EAAE;QACpD;;WAEG;QACH,MAAM,QAAQ,GAAG,kBAAkB,CAAC,6CAAoB,CAAC,EAAE,CAAC,CAAC;QAC7D,IAAI,QAAQ,CAAC,mCAAU,CAAC,UAAU,CAAC,EAAE;YACjC,MAAM,EAAE,aAAa,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,WAAW,EAAE,GAC1E,QAAQ,CAAC,mCAAU,CAAC,UAAU,CAAC,CAAC;YACpC,MAAM,GAAG,IAAA,wCAA6B,EAClC,qCAAY,CAAC,sBAAsB,EACnC,aAAa,EACb,SAAS,EACT,WAAW,EACX,MAAM,EACN,QAAQ,EACR,WAAW,CACd,CAAC;SACL;aAAM,IAAI,QAAQ,CAAC,mCAAU,CAAC,UAAU,CAAC,EAAE;YACxC,MAAM,EACF,aAAa,EACb,SAAS,EACT,WAAW,EACX,QAAQ,EACR,MAAM,EACN,SAAS,EACT,WAAW,EACX,mBAAmB,EACtB,GAAG,QAAQ,CAAC,mCAAU,CAAC,UAAU,CAAC,CAAC;YACpC,MAAM,GAAG,IAAA,wCAA6B,EAClC,aAAa,EACb,SAAS,EACT,WAAW,EACX,QAAQ,EACR,MAAM,EACN,SAAS,EACT,WAAW,EACX,mBAAmB,EACnB,kBAAkB,CAAC,cAAc,CACpC,CAAC;SACL;aAAM,IAAI,QAAQ,CAAC,mCAAU,CAAC,kBAAkB,CAAC,EAAE;YAChD,MAAM,EAAE,aAAa,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,WAAW,EAAE,GAC1E,QAAQ,CAAC,mCAAU,CAAC,kBAAkB,CAAC,CAAC;YAC5C,oDAAoD;YACpD,MAAM,GAAG,IAAA,wCAA6B,EAClC,qCAAY,CAAC,oBAAoB,EACjC,aAAa,EACb,SAAS,EACT,WAAW,EACX,MAAM,EACN,QAAQ,EACR,WAAW,CACd,CAAC;SACL;aAAM,IAAI,QAAQ,CAAC,mCAAU,CAAC,aAAa,CAAC,EAAE;YAC3C,MAAM,EAAE,aAAa,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,GAAG,QAAQ,CAAC,mCAAU,CAAC,aAAa,CAAC,CAAC;YACvG,MAAM,GAAG,IAAA,uCAA4B,EACjC,qCAAY,CAAC,eAAe,EAC5B,aAAa,EACb,WAAW,EACX,QAAQ,EACR,SAAS,EACT,MAAM,CACT,CAAC;SACL;aAAM,IAAI,QAAQ,CAAC,mCAAU,CAAC,aAAa,CAAC,EAAE;YAC3C,MAAM,EAAE,aAAa,EAAE,SAAS,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,GACpE,QAAQ,CAAC,mCAAU,CAAC,aAAa,CAAC,CAAC;YACvC,MAAM,GAAG,IAAA,2CAAgC,EACrC,aAAa,EACb,SAAS,EACT,QAAQ,EACR,KAAK,EACL,WAAW,EACX,kBAAkB,CAAC,cAAc,EACjC,MAAM,CACT,CAAC;SACL;KACJ;IACD,OAAO,MAAM,CAAC;AAClB,CAAC;AA3GD,wCA2GC;AAED;;;GAGG;AACH,SAAgB,YAAY,CAAC,gBAAwC;IACjE,IAAI,aAA4B,CAAC;IACjC,MAAM,SAAS,GAAe,EAAE,UAAU,EAAE,gBAAgB,CAAC,UAAU,EAAE,KAAK,EAAE,gBAAgB,CAAC,KAAK,EAAE,CAAC;IACzG,IAAI,gBAAgB,CAAC,6CAAoB,CAAC,EAAE,CAAC,EAAE;QAC3C;;WAEG;QACH,MAAM,QAAQ,GAAG,gBAAgB,CAAC,6CAAoB,CAAC,EAAE,CAAC,CAAC;QAC3D,aAAa,GAAG,IAAA,yBAAY,EAAC,QAAQ,EAAE,SAAS,CAAC,CAAC;KACrD;SAAM,IAAI,gBAAgB,CAAC,6CAAoB,CAAC,EAAE,CAAC,EAAE;QAClD;;WAEG;QACH,MAAM,QAAQ,GAAG,gBAAgB,CAAC,6CAAoB,CAAC,EAAE,CAAC,CAAC;QAC3D,aAAa,GAAG,IAAA,qBAAY,EAAC,QAAQ,EAAE,SAAS,CAAC,CAAC;KACrD;IACD,OAAO,aAAa,CAAC;AACzB,CAAC;AAjBD,oCAiBC;AAED;;;GAGG;AACH,SAAgB,YAAY,CAAC,gBAAwC;IACjE,IAAI,MAAM,CAAC;IACX,IAAI,gBAAgB,CAAC,6CAAoB,CAAC,EAAE,CAAC,EAAE;QAC3C;;WAEG;QACH,MAAM,QAAQ,GAAG,gBAAgB,CAAC,6CAAoB,CAAC,EAAE,CAAC,CAAC;QAC3D,IAAI,QAAQ,CAAC,mCAAU,CAAC,UAAU,CAAC,EAAE;YACjC,MAAM,GAAG,IAAA,+BAAwB,EAAC,QAAQ,CAAC,mCAAU,CAAC,UAAU,CAAC,CAAC,CAAC;SACtE;aAAM,IAAI,QAAQ,CAAC,mCAAU,CAAC,UAAU,CAAC,EAAE;YACxC,MAAM,GAAG,IAAA,iCAAwB,EAAC,QAAQ,CAAC,mCAAU,CAAC,UAAU,CAAC,CAAC,CAAC;SACtE;aAAM,IAAI,QAAQ,CAAC,mCAAU,CAAC,YAAY,CAAC,EAAE;YAC1C,MAAM,GAAG,IAAA,iCAA0B,EAAC,QAAQ,CAAC,mCAAU,CAAC,YAAY,CAAC,CAAC,CAAC;SAC1E;aAAM,IAAI,QAAQ,CAAC,mCAAU,CAAC,kBAAkB,CAAC,EAAE;YAChD,MAAM,GAAG,IAAA,uCAAgC,EAAC,QAAQ,CAAC,mCAAU,CAAC,kBAAkB,CAAC,CAAC,CAAC;SACtF;KACJ;SAAM,IAAI,gBAAgB,CAAC,6CAAoB,CAAC,EAAE,CAAC,EAAE;QAClD;;WAEG;QACH,MAAM,QAAQ,GAAG,gBAAgB,CAAC,6CAAoB,CAAC,EAAE,CAAC,CAAC;QAC3D,IAAI,QAAQ,CAAC,mCAAU,CAAC,UAAU,CAAC,EAAE;YACjC,MAAM,GAAG,IAAA,+BAAwB,EAAC,QAAQ,CAAC,mCAAU,CAAC,UAAU,CAAC,EAAE,mCAAU,CAAC,UAAU,CAAC,CAAC;SAC7F;aAAM,IAAI,QAAQ,CAAC,mCAAU,CAAC,UAAU,CAAC,EAAE;YACxC,MAAM,GAAG,IAAA,iCAAwB,EAAC,QAAQ,CAAC,mCAAU,CAAC,UAAU,CAAC,CAAC,CAAC;SACtE;aAAM,IAAI,QAAQ,CAAC,mCAAU,CAAC,kBAAkB,CAAC,EAAE;YAChD,MAAM,GAAG,IAAA,+BAAwB,EAAC,QAAQ,CAAC,mCAAU,CAAC,kBAAkB,CAAC,EAAE,mCAAU,CAAC,kBAAkB,CAAC,CAAC;SAC7G;aAAM,IAAI,QAAQ,CAAC,mCAAU,CAAC,aAAa,CAAC,EAAE;YAC3C,MAAM,GAAG,IAAA,+BAAsB,EAAC,QAAQ,CAAC,mCAAU,CAAC,aAAa,CAAC,CAAC,CAAC;SACvE;KACJ;IACD,OAAO,MAAM,CAAC;AAClB,CAAC;AAhCD,oCAgCC;AAED;;;;GAIG;AACI,KAAK,UAAU,aAAa,CAAC,gBAAyC;IACzE,OAAO,IAAA,qCAA4B,EAAC,gBAAgB,CAAC,CAAC;AAC1D,CAAC;AAFD,sCAEC;AAED;;;;GAIG;AACI,KAAK,UAAU,mBAAmB,CAAC,gBAAyC;IAC/E,OAAO,IAAA,4BAAuB,EAAC,gBAAgB,CAAC,CAAC;AACrD,CAAC;AAFD,kDAEC;AAED;;;GAGG;AACH,SAAgB,aAAa;IACzB,OAAO;QACH,OAAO,EAAE,IAAI;QACb,SAAS,EAAE,GAAG;KACjB,CAAC;AACN,CAAC;AALD,sCAKC;AAED;;;;;GAKG;AACH,SAAgB,uBAAuB,CAAC,qBAAoD;IACxF,MAAM,iBAAiB,GAAG,YAAY,CAAC,GAAG,CAAC,qBAAqB,CAAC,eAAe,CAAC,CAAC;IAClF,IAAI,iBAAiB,IAAI,OAAO,iBAAiB,KAAK,UAAU,EAAE;QAC9D,IAAA,yBAAS,EAAC,qBAAqB,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC;QAC9C,OAAO,iBAAiB,CACpB,qBAAqB,CAAC,QAAQ,EAC9B,qBAAqB,CAAC,IAAI,EAC1B,qBAAqB,CAAC,QAAQ,CACjC,CAAC;KACL;SAAM;QACH,OAAO;KACV;AACL,CAAC;AAZD,0DAYC"}
1
+ {"version":3,"file":"api.js","sourceRoot":"","sources":["../../src/api.ts"],"names":[],"mappings":"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"}