@sap/ux-specification 1.120.12 → 1.120.14

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 (98) hide show
  1. package/CHANGELOG.md +53 -4
  2. package/dist/documentation/runDocu-min.js +5 -5
  3. package/dist/documentation/runDocu-min.js.map +2 -2
  4. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  5. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  6. package/dist/documentation/v2/v2-ListReport.html +2 -2
  7. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  8. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  9. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  10. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  11. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  12. package/dist/documentation/v4/v4-ListReport.html +2 -2
  13. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  14. package/dist/index-min.js +104 -104
  15. package/dist/index-min.js.map +4 -4
  16. package/dist/schemas/v2/AnalyticalListPageConfig.json +12 -27
  17. package/dist/schemas/v2/ListReportConfig.json +19 -44
  18. package/dist/schemas/v2/ObjectPageConfig.json +8 -8
  19. package/dist/schemas/v4/BuildingBlocksConfig.json +1134 -194
  20. package/dist/schemas/v4/ObjectPageConfig.json +92 -0
  21. package/dist/specification/package.json +8 -8
  22. package/dist/specification/src/api.js +1 -1
  23. package/dist/specification/src/sync/common/dist_tag.json +9 -1
  24. package/dist/specification/src/sync/common/generate/utils.d.ts +2 -1
  25. package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
  26. package/dist/specification/src/sync/common/generate/utils.js +45 -15
  27. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  28. package/dist/specification/src/sync/common/i18n.json +2 -1
  29. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  30. package/dist/specification/src/sync/common/utils.js +6 -16
  31. package/dist/specification/src/sync/common/utils.js.map +1 -1
  32. package/dist/specification/src/sync/v2/export/controls/Table.d.ts +0 -1
  33. package/dist/specification/src/sync/v2/export/controls/Table.d.ts.map +1 -1
  34. package/dist/specification/src/sync/v2/export/controls/Table.js +2 -10
  35. package/dist/specification/src/sync/v2/export/controls/Table.js.map +1 -1
  36. package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  37. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +13 -5
  38. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  39. package/dist/specification/src/sync/v2/generate/listReport.js +1 -1
  40. package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
  41. package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  42. package/dist/specification/src/sync/v2/generate/objectPage.js +29 -9
  43. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  44. package/dist/specification/src/sync/v2/generate/utils.d.ts +2 -1
  45. package/dist/specification/src/sync/v2/generate/utils.d.ts.map +1 -1
  46. package/dist/specification/src/sync/v2/generate/utils.js +3 -2
  47. package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
  48. package/dist/specification/src/sync/v4/application.d.ts +1 -0
  49. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  50. package/dist/specification/src/sync/v4/application.js +5 -1
  51. package/dist/specification/src/sync/v4/application.js.map +1 -1
  52. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +5 -0
  53. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
  54. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js +4 -1
  55. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
  56. package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.d.ts +16 -0
  57. package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.d.ts.map +1 -0
  58. package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.js +94 -0
  59. package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.js.map +1 -0
  60. package/dist/specification/src/sync/v4/export/controls/index.d.ts +1 -0
  61. package/dist/specification/src/sync/v4/export/controls/index.d.ts.map +1 -1
  62. package/dist/specification/src/sync/v4/export/controls/index.js +1 -0
  63. package/dist/specification/src/sync/v4/export/controls/index.js.map +1 -1
  64. package/dist/specification/src/sync/v4/export/manifest.d.ts.map +1 -1
  65. package/dist/specification/src/sync/v4/export/manifest.js +9 -4
  66. package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
  67. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
  68. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +21 -4
  69. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
  70. package/dist/specification/src/sync/v4/generate/listReport.d.ts +2 -1
  71. package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
  72. package/dist/specification/src/sync/v4/generate/listReport.js +7 -3
  73. package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
  74. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  75. package/dist/specification/src/sync/v4/generate/objectPage.js +51 -2
  76. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  77. package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  78. package/dist/specification/src/sync/v4/import/pages/objectPage.js +27 -11
  79. package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
  80. package/dist/specification/src/sync/v4/utils/utils.d.ts +6 -4
  81. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  82. package/dist/specification/src/sync/v4/utils/utils.js +36 -23
  83. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  84. package/dist/types/src/common/types.d.ts +4 -1
  85. package/dist/types/src/common/types.d.ts.map +1 -1
  86. package/dist/types/src/common/types.js +3 -0
  87. package/dist/types/src/common/types.js.map +1 -1
  88. package/dist/types/src/v2/controls/ObjectPageHeaderSection.d.ts +1 -1
  89. package/dist/types/src/v2/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  90. package/dist/types/src/v2/controls/Table.d.ts +2 -6
  91. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  92. package/dist/types/src/v4/controls/ObjectPageSection.d.ts +15 -1
  93. package/dist/types/src/v4/controls/ObjectPageSection.d.ts.map +1 -1
  94. package/dist/types/src/v4/controls/ObjectPageSection.js.map +1 -1
  95. package/dist/types/src/v4/webapp/manifest/sapUiPageV4.d.ts +1 -0
  96. package/dist/types/src/v4/webapp/manifest/sapUiPageV4.d.ts.map +1 -1
  97. package/dist/types/src/v4/webapp/manifest/sapUiPageV4.js.map +1 -1
  98. package/package.json +8 -8
@@ -5,7 +5,9 @@
5
5
  "sap.fe.macros",
6
6
  "sap.fe.macros.chart",
7
7
  "sap.fe.macros.controls",
8
+ "sap.fe.macros.field",
8
9
  "sap.fe.macros.filterBar",
10
+ "sap.fe.macros.microchart",
9
11
  "sap.fe.macros.richtexteditor",
10
12
  "sap.fe.macros.share",
11
13
  "sap.fe.macros.table"
@@ -300,8 +302,117 @@
300
302
  "type": "Control"
301
303
  }
302
304
  },
305
+ "sap.fe.macros.chart.Chart": {
306
+ "description": "Building block used to create a chart based on the metadata provided by OData V4.\n\nUsually, a contextPath and metaPath is expected.\nUsage example:\n\nsap.ui.require([\"sap/fe/macros/chart/Chart\"], function(Chart) {\n\t ...\n\t new Chart(\"myChart\", {metaPath:\"MyChart\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the Chart that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
307
+ "isViewNode": true,
308
+ "type": "object",
309
+ "properties": {
310
+ "contextPath": {
311
+ "type": "string",
312
+ "description": "Metadata path to the entitySet or navigationProperty",
313
+ "artifactType": "XMLProperty",
314
+ "metadata": {
315
+ "type": "Property"
316
+ }
317
+ },
318
+ "filterBar": {
319
+ "type": "string",
320
+ "description": "Id of the FilterBar building block associated with the chart.",
321
+ "artifactType": "XMLProperty",
322
+ "metadata": {
323
+ "type": "Property"
324
+ }
325
+ },
326
+ "header": {
327
+ "type": "string",
328
+ "description": "Specifies the header text that is shown in the chart",
329
+ "artifactType": "XMLProperty",
330
+ "metadata": {
331
+ "type": "Property"
332
+ }
333
+ },
334
+ "headerVisible": {
335
+ "type": "boolean",
336
+ "description": "Controls if the header text should be shown or not",
337
+ "artifactType": "XMLProperty",
338
+ "metadata": {
339
+ "type": "Property"
340
+ }
341
+ },
342
+ "metaPath": {
343
+ "type": "string",
344
+ "description": "Metadata path to the presentation context (UI.Chart with or without a qualifier)",
345
+ "artifactType": "XMLProperty",
346
+ "metadata": {
347
+ "type": "Property"
348
+ }
349
+ },
350
+ "personalization": {
351
+ "type": "string",
352
+ "description": "Controls which options should be enabled for the chart personalization dialog.\nIf it is set to `true`, all possible options for this kind of chart are enabled.\nIf it is set to `false`, personalization is disabled.\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.\nAvailable options are:\n - Sort\n - Type\n - Item\n - Filter\n",
353
+ "artifactType": "XMLProperty",
354
+ "metadata": {
355
+ "type": "Property"
356
+ }
357
+ },
358
+ "selectionMode": {
359
+ "type": "string",
360
+ "description": "Defines the selection mode to be used by the chart.\nAllowed values are `None`, `Single` or `Multiple`\n",
361
+ "artifactType": "XMLProperty",
362
+ "metadata": {
363
+ "type": "Property"
364
+ },
365
+ "enum": [
366
+ "None",
367
+ "Single",
368
+ "Multiple"
369
+ ]
370
+ },
371
+ "variantManagement": {
372
+ "type": "string",
373
+ "description": "Controls the kind of variant management that should be enabled for the chart.\nAllowed value is `Control`.\nIf set with value `Control`, a variant management control is seen within the chart and the chart is linked to this.\nIf not set with any value, variant management control is not available for this chart.\n",
374
+ "artifactType": "XMLProperty",
375
+ "metadata": {
376
+ "type": "Property"
377
+ },
378
+ "const": "Control"
379
+ },
380
+ "id": {
381
+ "type": "string",
382
+ "description": "Unique id of control",
383
+ "artifactType": "XMLProperty",
384
+ "metadata": {
385
+ "type": "Property"
386
+ }
387
+ },
388
+ "actions": {
389
+ "type": "object",
390
+ "additionalProperties": {
391
+ "$ref": "#/definitions/sap.fe.macros.chart.Action"
392
+ },
393
+ "isViewNode": true,
394
+ "metadata": {
395
+ "path": [],
396
+ "type": "Aggregation"
397
+ }
398
+ },
399
+ "selectionChange": {
400
+ "type": "string",
401
+ "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.",
402
+ "artifactType": "XMLProperty",
403
+ "metadata": {
404
+ "type": "Event"
405
+ }
406
+ }
407
+ },
408
+ "additionalProperties": false,
409
+ "metadata": {
410
+ "path": [],
411
+ "type": "Control"
412
+ }
413
+ },
303
414
  "sap.fe.macros.Chart": {
304
- "description": "Building block used to create a chart based on the metadata provided by OData V4.\n\nUsually, a contextPath and metaPath is expected.\nUsage example:\n\n<macro:Chart id=\"Mychart\" contextPath=\"/RootEntity\" metaPath=\"@com.sap.vocabularies.UI.v1.Chart\" />\n\n",
415
+ "description": "Building block used to create a chart based on the metadata provided by OData V4.\n\nUsually, a contextPath and metaPath is expected.\nUsage example:\n\n<macros:Chart id=\"Mychart\" contextPath=\"/RootEntity\" metaPath=\"@com.sap.vocabularies.UI.v1.Chart\" />\n\n",
305
416
  "isViewNode": true,
306
417
  "type": "object",
307
418
  "properties": {
@@ -346,14 +457,7 @@
346
457
  }
347
458
  },
348
459
  "personalization": {
349
- "anyOf": [
350
- {
351
- "type": "boolean"
352
- },
353
- {
354
- "type": "string"
355
- }
356
- ],
460
+ "type": "string",
357
461
  "description": "Controls which options should be enabled for the chart personalization dialog.\nIf it is set to `true`, all possible options for this kind of chart are enabled.\nIf it is set to `false`, personalization is disabled.\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.\nAvailable options are:\n - Sort\n - Type\n - Item\n - Filter\n",
358
462
  "artifactType": "XMLProperty",
359
463
  "metadata": {
@@ -436,11 +540,92 @@
436
540
  "type": "Control"
437
541
  }
438
542
  },
543
+ "sap.fe.macros.controls.BuildingBlockWithTemplating": {
544
+ "description": "Using this class you can define a building block that will manage and render a templating based building block.\nOn change of the main properties you will be able to recreate the content.",
545
+ "isViewNode": true,
546
+ "type": "object",
547
+ "properties": {
548
+ "id": {
549
+ "type": "string",
550
+ "description": "Unique id of control",
551
+ "artifactType": "XMLProperty",
552
+ "metadata": {
553
+ "type": "Property"
554
+ }
555
+ }
556
+ },
557
+ "additionalProperties": false,
558
+ "metadata": {
559
+ "path": [],
560
+ "type": "Control"
561
+ }
562
+ },
439
563
  "sap.fe.macros.FlexibleColumnLayoutActions": {
440
- "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",
564
+ "description": "Building block for adding overflow toolbar buttons to integrate into the flexible column layout support from Fiori elements.\nUsage example:\n\n<macros:FlexibleColumnLayoutActions />\n\n",
565
+ "isViewNode": true,
566
+ "type": "object",
567
+ "properties": {
568
+ "id": {
569
+ "type": "string",
570
+ "description": "Unique id of control",
571
+ "artifactType": "XMLProperty",
572
+ "metadata": {
573
+ "type": "Property"
574
+ }
575
+ }
576
+ },
577
+ "additionalProperties": false,
578
+ "metadata": {
579
+ "path": [],
580
+ "type": "Control"
581
+ }
582
+ },
583
+ "sap.fe.macros.field.Field": {
584
+ "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.\nWhen creating a Field building block, you must provide an ID to ensure everything works correctly.\nUsage example:\n\nsap.ui.require([\"sap/fe/macros/field/Field\"], function(Field) {\n\t ...\n\t new Field(\"MyField\", {metaPath:\"MyProperty\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the Field that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
441
585
  "isViewNode": true,
442
586
  "type": "object",
443
587
  "properties": {
588
+ "contextPath": {
589
+ "type": "string",
590
+ "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
591
+ "artifactType": "XMLProperty",
592
+ "metadata": {
593
+ "type": "Property"
594
+ }
595
+ },
596
+ "formatOptions": {
597
+ "$ref": "#/definitions/sap.fe.macros.FieldFormatOptions",
598
+ "description": "formatOptions",
599
+ "artifactType": "XMLProperty",
600
+ "isViewNode": true,
601
+ "metadata": {
602
+ "type": "Property"
603
+ }
604
+ },
605
+ "metaPath": {
606
+ "type": "string",
607
+ "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
608
+ "artifactType": "XMLProperty",
609
+ "metadata": {
610
+ "type": "Property"
611
+ }
612
+ },
613
+ "readOnly": {
614
+ "type": "boolean",
615
+ "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",
616
+ "artifactType": "XMLProperty",
617
+ "metadata": {
618
+ "type": "Property"
619
+ }
620
+ },
621
+ "semanticObject": {
622
+ "type": "string",
623
+ "description": "Option to add semantic objects for a field.\nThis parameter overwrites the semantic objects defined through annotations.\nValid options are either a single semantic object, a stringified array of semantic objects,\na formatter or a single binding expression returning either a single semantic object or an array of semantic objects.",
624
+ "artifactType": "XMLProperty",
625
+ "metadata": {
626
+ "type": "Property"
627
+ }
628
+ },
444
629
  "id": {
445
630
  "type": "string",
446
631
  "description": "Unique id of control",
@@ -448,6 +633,22 @@
448
633
  "metadata": {
449
634
  "type": "Property"
450
635
  }
636
+ },
637
+ "change": {
638
+ "type": "string",
639
+ "description": "An event containing details is triggered when the value of the field is changed.",
640
+ "artifactType": "XMLProperty",
641
+ "metadata": {
642
+ "type": "Event"
643
+ }
644
+ },
645
+ "liveChange": {
646
+ "type": "string",
647
+ "description": "An event containing details is triggered when the value of the field is live changed.",
648
+ "artifactType": "XMLProperty",
649
+ "metadata": {
650
+ "type": "Event"
651
+ }
451
652
  }
452
653
  },
453
654
  "additionalProperties": false,
@@ -457,7 +658,7 @@
457
658
  }
458
659
  },
459
660
  "sap.fe.macros.Field": {
460
- "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.\nWhen creating a Field building block, you must provide an ID to ensure everything works correctly.\nUsage example:\n\n<macro:Field id=\"MyField\" metaPath=\"MyProperty\" />\n\n",
661
+ "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.\nWhen creating a Field building block, you must provide an ID to ensure everything works correctly.\nUsage example:\n\n<macros:Field id=\"MyField\" metaPath=\"MyProperty\" />\n\n",
461
662
  "isViewNode": true,
462
663
  "type": "object",
463
664
  "properties": {
@@ -533,8 +734,8 @@
533
734
  "type": "Control"
534
735
  }
535
736
  },
536
- "sap.fe.macros.FilterBar": {
537
- "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",
737
+ "sap.fe.macros.filterBar.FilterBar": {
738
+ "description": "Usage example:\n\nsap.ui.require([\"sap/fe/macros/filterBar/FilterBar\"], function(FilterBar) {\n\t ...\n\t new FilterBar(\"MyFilterBar\", {metaPath:\"@com.sap.vocabularies.UI.v1.SelectionFields\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the FilterBar that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
538
739
  "isViewNode": true,
539
740
  "type": "object",
540
741
  "properties": {
@@ -636,50 +837,54 @@
636
837
  "type": "Control"
637
838
  }
638
839
  },
639
- "sap.fe.macros.filterBar.FilterField": {
640
- "description": "Definition of a custom filter to be used inside the FilterBar.\nThe template for the FilterField has to be provided as the default aggregation\n",
840
+ "sap.fe.macros.FilterBar": {
841
+ "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<macros:FilterBar id=\"MyFilterBar\" metaPath=\"@com.sap.vocabularies.UI.v1.SelectionFields\" />\n\n",
641
842
  "isViewNode": true,
642
843
  "type": "object",
643
844
  "properties": {
644
- "anchor": {
845
+ "contextPath": {
645
846
  "type": "string",
646
- "description": "Reference to the key of another filter already displayed in the table to properly place this one",
847
+ "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
647
848
  "artifactType": "XMLProperty",
648
849
  "metadata": {
649
850
  "type": "Property"
650
851
  }
651
852
  },
652
- "key": {
653
- "type": "string",
654
- "description": "The property name of the FilterField",
853
+ "liveMode": {
854
+ "type": "boolean",
855
+ "description": "If true, the search is triggered automatically when a filter value is changed.",
655
856
  "artifactType": "XMLProperty",
656
857
  "metadata": {
657
858
  "type": "Property"
658
859
  }
659
860
  },
660
- "label": {
861
+ "metaPath": {
661
862
  "type": "string",
662
- "description": "The text that will be displayed for this FilterField",
863
+ "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
663
864
  "artifactType": "XMLProperty",
664
865
  "metadata": {
665
866
  "type": "Property"
666
867
  }
667
868
  },
668
- "placement": {
669
- "type": "string",
670
- "description": "Defines where this filter should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
869
+ "showClearButton": {
870
+ "type": "boolean",
871
+ "description": "Handles the visibility of the 'Clear' button on the FilterBar.",
671
872
  "artifactType": "XMLProperty",
672
873
  "metadata": {
673
874
  "type": "Property"
674
- },
675
- "enum": [
676
- "After",
677
- "Before"
678
- ]
875
+ }
679
876
  },
680
877
  "showMessages": {
681
878
  "type": "boolean",
682
- "description": "If set, possible errors that occur during the search will be displayed in a message box.",
879
+ "description": "Displays possible errors during the search in a message box",
880
+ "artifactType": "XMLProperty",
881
+ "metadata": {
882
+ "type": "Property"
883
+ }
884
+ },
885
+ "visible": {
886
+ "type": "boolean",
887
+ "description": "Parameter which sets the visibility of the FilterBar building block",
683
888
  "artifactType": "XMLProperty",
684
889
  "metadata": {
685
890
  "type": "Property"
@@ -692,16 +897,115 @@
692
897
  "metadata": {
693
898
  "type": "Property"
694
899
  }
695
- }
696
- },
697
- "additionalProperties": false,
698
- "metadata": {
699
- "path": [],
700
- "type": "Control"
701
- }
702
- },
703
- "sap.fe.macros.Form": {
704
- "description": "Building block for creating a Form based on the metadata provided by OData V4.\n\nIt is designed to work based on a FieldGroup annotation but can also work if you provide a ReferenceFacet or a CollectionFacet\nUsage example:\n\n<macro:Form id=\"MyForm\" metaPath=\"@com.sap.vocabularies.UI.v1.FieldGroup#GeneralInformation\" />\n\n",
900
+ },
901
+ "filterFields": {
902
+ "type": "object",
903
+ "additionalProperties": {
904
+ "$ref": "#/definitions/sap.fe.macros.filterBar.FilterField"
905
+ },
906
+ "isViewNode": true,
907
+ "metadata": {
908
+ "path": [],
909
+ "type": "Aggregation"
910
+ }
911
+ },
912
+ "afterClear": {
913
+ "type": "string",
914
+ "description": "This event is fired when the 'Clear' button is pressed. This is only possible when the 'Clear' button is enabled.",
915
+ "artifactType": "XMLProperty",
916
+ "metadata": {
917
+ "type": "Event"
918
+ }
919
+ },
920
+ "filterChanged": {
921
+ "type": "string",
922
+ "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.",
923
+ "artifactType": "XMLProperty",
924
+ "metadata": {
925
+ "type": "Event"
926
+ }
927
+ },
928
+ "search": {
929
+ "type": "string",
930
+ "description": "This event is fired when the 'Go' button is pressed or after a condition change.",
931
+ "artifactType": "XMLProperty",
932
+ "metadata": {
933
+ "type": "Event"
934
+ }
935
+ }
936
+ },
937
+ "additionalProperties": false,
938
+ "metadata": {
939
+ "path": [],
940
+ "type": "Control"
941
+ }
942
+ },
943
+ "sap.fe.macros.filterBar.FilterField": {
944
+ "description": "Definition of a custom filter to be used inside the FilterBar.\nThe template for the FilterField has to be provided as the default aggregation\n",
945
+ "isViewNode": true,
946
+ "type": "object",
947
+ "properties": {
948
+ "anchor": {
949
+ "type": "string",
950
+ "description": "Reference to the key of another filter already displayed in the table to properly place this one",
951
+ "artifactType": "XMLProperty",
952
+ "metadata": {
953
+ "type": "Property"
954
+ }
955
+ },
956
+ "key": {
957
+ "type": "string",
958
+ "description": "The property name of the FilterField",
959
+ "artifactType": "XMLProperty",
960
+ "metadata": {
961
+ "type": "Property"
962
+ }
963
+ },
964
+ "label": {
965
+ "type": "string",
966
+ "description": "The text that will be displayed for this FilterField",
967
+ "artifactType": "XMLProperty",
968
+ "metadata": {
969
+ "type": "Property"
970
+ }
971
+ },
972
+ "placement": {
973
+ "type": "string",
974
+ "description": "Defines where this filter should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
975
+ "artifactType": "XMLProperty",
976
+ "metadata": {
977
+ "type": "Property"
978
+ },
979
+ "enum": [
980
+ "After",
981
+ "Before"
982
+ ]
983
+ },
984
+ "showMessages": {
985
+ "type": "boolean",
986
+ "description": "If set, possible errors that occur during the search will be displayed in a message box.",
987
+ "artifactType": "XMLProperty",
988
+ "metadata": {
989
+ "type": "Property"
990
+ }
991
+ },
992
+ "id": {
993
+ "type": "string",
994
+ "description": "Unique id of control",
995
+ "artifactType": "XMLProperty",
996
+ "metadata": {
997
+ "type": "Property"
998
+ }
999
+ }
1000
+ },
1001
+ "additionalProperties": false,
1002
+ "metadata": {
1003
+ "path": [],
1004
+ "type": "Control"
1005
+ }
1006
+ },
1007
+ "sap.fe.macros.Form": {
1008
+ "description": "Building block for creating a Form based on the metadata provided by OData V4.\n\nIt is designed to work based on a FieldGroup annotation but can also work if you provide a ReferenceFacet or a CollectionFacet\nUsage example:\n\n<macros:Form id=\"MyForm\" metaPath=\"@com.sap.vocabularies.UI.v1.FieldGroup#GeneralInformation\" />\n\n",
705
1009
  "isViewNode": true,
706
1010
  "type": "object",
707
1011
  "properties": {
@@ -922,8 +1226,28 @@
922
1226
  "type": "Control"
923
1227
  }
924
1228
  },
1229
+ "sap.fe.macros.microchart.MicroChart": {
1230
+ "description": "Building block used to create a MicroChart based on the metadata provided by OData V4.\nUsage example:\n\nsap.ui.require([\"sap/fe/macros/microchart/MicroChart\"], function(MicroChart) {\n\t ...\n\t new MicroChart(\"microChartID\", {metaPath:\"MyProperty\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the MicroChart that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
1231
+ "isViewNode": true,
1232
+ "type": "object",
1233
+ "properties": {
1234
+ "id": {
1235
+ "type": "string",
1236
+ "description": "Unique id of control",
1237
+ "artifactType": "XMLProperty",
1238
+ "metadata": {
1239
+ "type": "Property"
1240
+ }
1241
+ }
1242
+ },
1243
+ "additionalProperties": false,
1244
+ "metadata": {
1245
+ "path": [],
1246
+ "type": "Control"
1247
+ }
1248
+ },
925
1249
  "sap.fe.macros.MultiValueField": {
926
- "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",
1250
+ "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<macros:MultiValueField\n id=\"SomeUniqueIdentifier\"\n contextPath=\"{entitySet>}\"\n metaPath=\"{dataField>}\"\n />\n",
927
1251
  "isViewNode": true,
928
1252
  "type": "object",
929
1253
  "properties": {
@@ -969,7 +1293,7 @@
969
1293
  }
970
1294
  },
971
1295
  "sap.fe.macros.Paginator": {
972
- "description": "Building block used to create a paginator control.\nUsage example:\n\n<macro:Paginator />\n\n",
1296
+ "description": "Building block used to create a paginator control.\nUsage example:\n\n<macros:Paginator />\n\n",
973
1297
  "isViewNode": true,
974
1298
  "type": "object",
975
1299
  "properties": {
@@ -1163,7 +1487,7 @@
1163
1487
  }
1164
1488
  },
1165
1489
  "sap.fe.macros.Share": {
1166
- "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",
1490
+ "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<macros:Share\n\tid=\"someID\"\nvisible=\"true\"\n/>\n\n",
1167
1491
  "isViewNode": true,
1168
1492
  "type": "object",
1169
1493
  "properties": {
@@ -1324,95 +1648,718 @@
1324
1648
  "description": "Unique id of control",
1325
1649
  "artifactType": "XMLProperty",
1326
1650
  "metadata": {
1327
- "type": "Property"
1651
+ "type": "Property"
1652
+ }
1653
+ },
1654
+ "actions": {
1655
+ "type": "object",
1656
+ "additionalProperties": {
1657
+ "$ref": "#/definitions/sap.fe.macros.table.Action"
1658
+ },
1659
+ "isViewNode": true,
1660
+ "metadata": {
1661
+ "path": [],
1662
+ "type": "Aggregation"
1663
+ }
1664
+ }
1665
+ },
1666
+ "additionalProperties": false,
1667
+ "metadata": {
1668
+ "path": [],
1669
+ "type": "Control"
1670
+ }
1671
+ },
1672
+ "sap.fe.macros.table.Column": {
1673
+ "description": "Definition of a custom column to be used inside the table.\nThe template for the column has to be provided as the default aggregation\n",
1674
+ "isViewNode": true,
1675
+ "type": "object",
1676
+ "properties": {
1677
+ "anchor": {
1678
+ "type": "string",
1679
+ "description": "Reference to the key of another column already displayed in the table to properly place this one",
1680
+ "artifactType": "XMLProperty",
1681
+ "metadata": {
1682
+ "type": "Property"
1683
+ }
1684
+ },
1685
+ "header": {
1686
+ "type": "string",
1687
+ "description": "The text that will be displayed for this column header",
1688
+ "artifactType": "XMLProperty",
1689
+ "metadata": {
1690
+ "type": "Property"
1691
+ }
1692
+ },
1693
+ "horizontalAlign": {
1694
+ "type": "string",
1695
+ "description": "Aligns the header as well as the content horizontally",
1696
+ "artifactType": "XMLProperty",
1697
+ "metadata": {
1698
+ "type": "Property"
1699
+ }
1700
+ },
1701
+ "importance": {
1702
+ "type": "string",
1703
+ "description": "Defines the column importance.\nYou can define which columns should be automatically moved to the pop-in area based on their importance\n",
1704
+ "artifactType": "XMLProperty",
1705
+ "metadata": {
1706
+ "type": "Property"
1707
+ }
1708
+ },
1709
+ "key": {
1710
+ "type": "string",
1711
+ "description": "Unique identifier of the column",
1712
+ "artifactType": "XMLProperty",
1713
+ "metadata": {
1714
+ "type": "Property"
1715
+ }
1716
+ },
1717
+ "placement": {
1718
+ "type": "string",
1719
+ "description": "Defines where this column should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
1720
+ "artifactType": "XMLProperty",
1721
+ "metadata": {
1722
+ "type": "Property"
1723
+ },
1724
+ "enum": [
1725
+ "After",
1726
+ "Before"
1727
+ ]
1728
+ },
1729
+ "width": {
1730
+ "type": "string",
1731
+ "description": "Defines the column's width.\nAllowed values are `auto`, `value` and `inherit` according to sap.ui.core.CSSSize\n",
1732
+ "artifactType": "XMLProperty",
1733
+ "metadata": {
1734
+ "type": "Property"
1735
+ }
1736
+ },
1737
+ "widthIncludingColumnHeader": {
1738
+ "type": "boolean",
1739
+ "description": "Indicates if the column header should be a part of the width calculation.",
1740
+ "artifactType": "XMLProperty",
1741
+ "metadata": {
1742
+ "type": "Property"
1743
+ }
1744
+ },
1745
+ "id": {
1746
+ "type": "string",
1747
+ "description": "Unique id of control",
1748
+ "artifactType": "XMLProperty",
1749
+ "metadata": {
1750
+ "type": "Property"
1751
+ }
1752
+ }
1753
+ },
1754
+ "additionalProperties": false,
1755
+ "metadata": {
1756
+ "path": [],
1757
+ "type": "Control"
1758
+ }
1759
+ },
1760
+ "sap.fe.macros.Table": {
1761
+ "description": "Building block used to create a table based on the metadata provided by OData V4.\n\nUsually, a LineItem, PresentationVariant or SelectionPresentationVariant annotation is expected, but the Table building block can also be used to display an EntitySet.\n\nIf a PresentationVariant is specified, then it must have UI.LineItem as the first property of the Visualizations.\n\nIf a SelectionPresentationVariant is specified, then it must contain a valid PresentationVariant that also has a UI.LineItem as the first property of the Visualizations.\nUsage example:\n\n<macros:Table id=\"MyTable\" metaPath=\"@com.sap.vocabularies.UI.v1.LineItem\" />\n\n",
1762
+ "isViewNode": true,
1763
+ "type": "object",
1764
+ "properties": {
1765
+ "busy": {
1766
+ "type": "boolean",
1767
+ "description": "An expression that allows you to control the 'busy' state of the table.",
1768
+ "artifactType": "XMLProperty",
1769
+ "metadata": {
1770
+ "type": "Property"
1771
+ }
1772
+ },
1773
+ "contextPath": {
1774
+ "type": "string",
1775
+ "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
1776
+ "artifactType": "XMLProperty",
1777
+ "metadata": {
1778
+ "type": "Property"
1779
+ }
1780
+ },
1781
+ "creationMode": {
1782
+ "$ref": "#/definitions/sap.fe.macros.table.TableCreationOptions",
1783
+ "description": "creationMode",
1784
+ "artifactType": "XMLProperty",
1785
+ "isViewNode": true,
1786
+ "metadata": {
1787
+ "type": "Property"
1788
+ }
1789
+ },
1790
+ "disableCopyToClipboard": {
1791
+ "type": "boolean",
1792
+ "description": "Controls if the copy functionality of the table is disabled or not.",
1793
+ "artifactType": "XMLProperty",
1794
+ "metadata": {
1795
+ "type": "Property"
1796
+ }
1797
+ },
1798
+ "enableAutoColumnWidth": {
1799
+ "type": "boolean",
1800
+ "description": "Specifies if the column width is automatically calculated.",
1801
+ "artifactType": "XMLProperty",
1802
+ "metadata": {
1803
+ "type": "Property"
1804
+ }
1805
+ },
1806
+ "enableExport": {
1807
+ "type": "boolean",
1808
+ "description": "Controls if the export functionality of the table is enabled or not.",
1809
+ "artifactType": "XMLProperty",
1810
+ "metadata": {
1811
+ "type": "Property"
1812
+ }
1813
+ },
1814
+ "enableFullScreen": {
1815
+ "type": "boolean",
1816
+ "description": "Controls whether the table can be opened in fullscreen mode or not.",
1817
+ "artifactType": "XMLProperty",
1818
+ "metadata": {
1819
+ "type": "Property"
1820
+ }
1821
+ },
1822
+ "enablePaste": {
1823
+ "type": "boolean",
1824
+ "description": "Controls if the paste functionality of the table is enabled or not.",
1825
+ "artifactType": "XMLProperty",
1826
+ "metadata": {
1827
+ "type": "Property"
1828
+ }
1829
+ },
1830
+ "exportRequestSize": {
1831
+ "$ref": "#/definitions/int",
1832
+ "description": "exportRequestSize",
1833
+ "artifactType": "XMLProperty",
1834
+ "isViewNode": true,
1835
+ "metadata": {
1836
+ "type": "Property"
1837
+ }
1838
+ },
1839
+ "filterBar": {
1840
+ "type": "string",
1841
+ "description": "ID of the FilterBar building block associated with the table.",
1842
+ "artifactType": "XMLProperty",
1843
+ "metadata": {
1844
+ "type": "Property"
1845
+ }
1846
+ },
1847
+ "frozenColumnCount": {
1848
+ "$ref": "#/definitions/int",
1849
+ "description": "frozenColumnCount",
1850
+ "artifactType": "XMLProperty",
1851
+ "isViewNode": true,
1852
+ "metadata": {
1853
+ "type": "Property"
1854
+ }
1855
+ },
1856
+ "header": {
1857
+ "type": "string",
1858
+ "description": "Specifies the header text that is shown in the table.",
1859
+ "artifactType": "XMLProperty",
1860
+ "metadata": {
1861
+ "type": "Property"
1862
+ }
1863
+ },
1864
+ "headerVisible": {
1865
+ "type": "boolean",
1866
+ "description": "Controls if the header text should be shown or not.",
1867
+ "artifactType": "XMLProperty",
1868
+ "metadata": {
1869
+ "type": "Property"
1870
+ }
1871
+ },
1872
+ "ignoredFields": {
1873
+ "type": "string",
1874
+ "description": "Comma-separated value of fields that must be ignored in the OData metadata by the Table building block.\nThe table building block is not going to create built-in columns or offer table personalization for comma-separated value of fields that are provided in the ignoredfields.\nAny column referencing an ignored field is to be removed.",
1875
+ "artifactType": "XMLProperty",
1876
+ "metadata": {
1877
+ "type": "Property"
1878
+ }
1879
+ },
1880
+ "isSearchable": {
1881
+ "type": "boolean",
1882
+ "description": "Defines whether to display the search action.",
1883
+ "artifactType": "XMLProperty",
1884
+ "metadata": {
1885
+ "type": "Property"
1886
+ }
1887
+ },
1888
+ "metaPath": {
1889
+ "type": "string",
1890
+ "description": "Defines the relative path to a LineItem, PresentationVariant or SelectionPresentationVariant in the metamodel, based on the current contextPath.",
1891
+ "artifactType": "XMLProperty",
1892
+ "metadata": {
1893
+ "type": "Property"
1894
+ }
1895
+ },
1896
+ "personalization": {
1897
+ "type": "string",
1898
+ "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.\nIf it is set to `false`, personalization is disabled.\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.\nAvailable options are:\n - Sort\n - Column\n - Filter\n",
1899
+ "artifactType": "XMLProperty",
1900
+ "metadata": {
1901
+ "type": "Property"
1902
+ }
1903
+ },
1904
+ "readOnly": {
1905
+ "type": "boolean",
1906
+ "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",
1907
+ "artifactType": "XMLProperty",
1908
+ "metadata": {
1909
+ "type": "Property"
1910
+ }
1911
+ },
1912
+ "rowCount": {
1913
+ "$ref": "#/definitions/int",
1914
+ "description": "rowCount",
1915
+ "artifactType": "XMLProperty",
1916
+ "isViewNode": true,
1917
+ "metadata": {
1918
+ "type": "Property"
1919
+ }
1920
+ },
1921
+ "rowCountMode": {
1922
+ "type": "string",
1923
+ "description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n",
1924
+ "artifactType": "XMLProperty",
1925
+ "metadata": {
1926
+ "type": "Property"
1927
+ },
1928
+ "enum": [
1929
+ "Auto",
1930
+ "Fixed"
1931
+ ]
1932
+ },
1933
+ "selectionMode": {
1934
+ "type": "string",
1935
+ "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",
1936
+ "artifactType": "XMLProperty",
1937
+ "metadata": {
1938
+ "type": "Property"
1939
+ },
1940
+ "enum": [
1941
+ "None",
1942
+ "Single",
1943
+ "Multi",
1944
+ "Auto",
1945
+ "ForceMulti",
1946
+ "ForceSingle"
1947
+ ]
1948
+ },
1949
+ "type": {
1950
+ "type": "string",
1951
+ "description": "Defines the type of table that will be used by the building block to render the data.\nAllowed values are `GridTable`, `ResponsiveTable` and `AnalyticalTable`.\n",
1952
+ "artifactType": "XMLProperty",
1953
+ "metadata": {
1954
+ "type": "Property"
1955
+ },
1956
+ "enum": [
1957
+ "GridTable",
1958
+ "ResponsiveTable",
1959
+ "AnalyticalTable"
1960
+ ]
1961
+ },
1962
+ "variantManagement": {
1963
+ "type": "string",
1964
+ "description": "Controls the kind of variant management that should be enabled for the table.\nAllowed value is `Control`.\nIf set with value `Control`, a variant management control is seen within the table and the table is linked to this.\nIf not set with any value, control level variant management is not available for this table.\n",
1965
+ "artifactType": "XMLProperty",
1966
+ "metadata": {
1967
+ "type": "Property"
1968
+ },
1969
+ "enum": [
1970
+ "None",
1971
+ "Page",
1972
+ "Control"
1973
+ ]
1974
+ },
1975
+ "widthIncludingColumnHeader": {
1976
+ "type": "boolean",
1977
+ "description": "Indicates if the column header should be a part of the width calculation.",
1978
+ "artifactType": "XMLProperty",
1979
+ "metadata": {
1980
+ "type": "Property"
1981
+ }
1982
+ },
1983
+ "id": {
1984
+ "type": "string",
1985
+ "description": "Unique id of control",
1986
+ "artifactType": "XMLProperty",
1987
+ "metadata": {
1988
+ "type": "Property"
1989
+ }
1990
+ },
1991
+ "actions": {
1992
+ "type": "object",
1993
+ "additionalProperties": {
1994
+ "$ref": "#/definitions/sap.fe.macros.table.Action"
1995
+ },
1996
+ "isViewNode": true,
1997
+ "metadata": {
1998
+ "path": [],
1999
+ "type": "Aggregation"
2000
+ }
2001
+ },
2002
+ "columns": {
2003
+ "type": "object",
2004
+ "additionalProperties": {
2005
+ "$ref": "#/definitions/sap.fe.macros.table.Column"
2006
+ },
2007
+ "isViewNode": true,
2008
+ "metadata": {
2009
+ "path": [],
2010
+ "type": "Aggregation"
2011
+ }
2012
+ },
2013
+ "beforeRebindTable": {
2014
+ "type": "string",
2015
+ "description": "An event is triggered when the table is about to be rebinded. This event contains information about the binding info.\nYou can use this event to add or read: Filters, Sorters.\nYou can use this event to read the binding info.\nYou can use this event to add: Selects.\n",
2016
+ "artifactType": "XMLProperty",
2017
+ "metadata": {
2018
+ "type": "Event"
2019
+ }
2020
+ },
2021
+ "rowPress": {
2022
+ "type": "string",
2023
+ "description": "An event is triggered when the user chooses a row; the event contains information about which row is chosen.\nYou can set this in order to handle the navigation manually.\n",
2024
+ "artifactType": "XMLProperty",
2025
+ "metadata": {
2026
+ "type": "Event"
2027
+ }
2028
+ },
2029
+ "selectionChange": {
2030
+ "type": "string",
2031
+ "description": "An event triggered when the selection in the table changes.",
2032
+ "artifactType": "XMLProperty",
2033
+ "metadata": {
2034
+ "type": "Event"
2035
+ }
2036
+ }
2037
+ },
2038
+ "additionalProperties": false,
2039
+ "metadata": {
2040
+ "path": [],
2041
+ "type": "Control",
2042
+ "defaultAggregation": "columns"
2043
+ }
2044
+ },
2045
+ "sap.fe.macros.table.Table": {
2046
+ "description": "Building block used to create a table based on the metadata provided by OData V4.\n\nUsually, a LineItem, PresentationVariant or SelectionPresentationVariant annotation is expected, but the Table building block can also be used to display an EntitySet.\n\nIf a PresentationVariant is specified, then it must have UI.LineItem as the first property of the Visualizations.\n\nIf a SelectionPresentationVariant is specified, then it must contain a valid PresentationVariant that also has a UI.LineItem as the first property of the Visualizations.\nUsage example:\n\nsap.ui.require([\"sap/fe/macros/table/Table\"], function(Table) {\n\t ...\n\t new Table(\"myTable\", {metaPath:\"@com.sap.vocabularies.UI.v1.LineItem\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the Table that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
2047
+ "isViewNode": true,
2048
+ "type": "object",
2049
+ "properties": {
2050
+ "busy": {
2051
+ "type": "boolean",
2052
+ "description": "An expression that allows you to control the 'busy' state of the table.",
2053
+ "artifactType": "XMLProperty",
2054
+ "metadata": {
2055
+ "type": "Property"
2056
+ }
2057
+ },
2058
+ "contextPath": {
2059
+ "type": "string",
2060
+ "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
2061
+ "artifactType": "XMLProperty",
2062
+ "metadata": {
2063
+ "type": "Property"
2064
+ }
2065
+ },
2066
+ "creationMode": {
2067
+ "$ref": "#/definitions/sap.fe.macros.table.TableCreationOptions",
2068
+ "description": "creationMode",
2069
+ "artifactType": "XMLProperty",
2070
+ "isViewNode": true,
2071
+ "metadata": {
2072
+ "type": "Property"
2073
+ }
2074
+ },
2075
+ "disableCopyToClipboard": {
2076
+ "type": "boolean",
2077
+ "description": "Controls if the copy functionality of the table is disabled or not.",
2078
+ "artifactType": "XMLProperty",
2079
+ "metadata": {
2080
+ "type": "Property"
2081
+ }
2082
+ },
2083
+ "enableAutoColumnWidth": {
2084
+ "type": "boolean",
2085
+ "description": "Specifies if the column width is automatically calculated.",
2086
+ "artifactType": "XMLProperty",
2087
+ "metadata": {
2088
+ "type": "Property"
2089
+ }
2090
+ },
2091
+ "enableExport": {
2092
+ "type": "boolean",
2093
+ "description": "Controls if the export functionality of the table is enabled or not.",
2094
+ "artifactType": "XMLProperty",
2095
+ "metadata": {
2096
+ "type": "Property"
2097
+ }
2098
+ },
2099
+ "enableFullScreen": {
2100
+ "type": "boolean",
2101
+ "description": "Controls whether the table can be opened in fullscreen mode or not.",
2102
+ "artifactType": "XMLProperty",
2103
+ "metadata": {
2104
+ "type": "Property"
2105
+ }
2106
+ },
2107
+ "enablePaste": {
2108
+ "type": "boolean",
2109
+ "description": "Controls if the paste functionality of the table is enabled or not.",
2110
+ "artifactType": "XMLProperty",
2111
+ "metadata": {
2112
+ "type": "Property"
2113
+ }
2114
+ },
2115
+ "exportRequestSize": {
2116
+ "$ref": "#/definitions/int",
2117
+ "description": "exportRequestSize",
2118
+ "artifactType": "XMLProperty",
2119
+ "isViewNode": true,
2120
+ "metadata": {
2121
+ "type": "Property"
2122
+ }
2123
+ },
2124
+ "filterBar": {
2125
+ "type": "string",
2126
+ "description": "ID of the FilterBar building block associated with the table.",
2127
+ "artifactType": "XMLProperty",
2128
+ "metadata": {
2129
+ "type": "Property"
2130
+ }
2131
+ },
2132
+ "frozenColumnCount": {
2133
+ "$ref": "#/definitions/int",
2134
+ "description": "frozenColumnCount",
2135
+ "artifactType": "XMLProperty",
2136
+ "isViewNode": true,
2137
+ "metadata": {
2138
+ "type": "Property"
2139
+ }
2140
+ },
2141
+ "header": {
2142
+ "type": "string",
2143
+ "description": "Specifies the header text that is shown in the table.",
2144
+ "artifactType": "XMLProperty",
2145
+ "metadata": {
2146
+ "type": "Property"
2147
+ }
2148
+ },
2149
+ "headerVisible": {
2150
+ "type": "boolean",
2151
+ "description": "Controls if the header text should be shown or not.",
2152
+ "artifactType": "XMLProperty",
2153
+ "metadata": {
2154
+ "type": "Property"
2155
+ }
2156
+ },
2157
+ "ignoredFields": {
2158
+ "type": "string",
2159
+ "description": "Comma-separated value of fields that must be ignored in the OData metadata by the Table building block.\nThe table building block is not going to create built-in columns or offer table personalization for comma-separated value of fields that are provided in the ignoredfields.\nAny column referencing an ignored field is to be removed.",
2160
+ "artifactType": "XMLProperty",
2161
+ "metadata": {
2162
+ "type": "Property"
2163
+ }
2164
+ },
2165
+ "isSearchable": {
2166
+ "type": "boolean",
2167
+ "description": "Defines whether to display the search action.",
2168
+ "artifactType": "XMLProperty",
2169
+ "metadata": {
2170
+ "type": "Property"
2171
+ }
2172
+ },
2173
+ "metaPath": {
2174
+ "type": "string",
2175
+ "description": "Defines the relative path to a LineItem, PresentationVariant or SelectionPresentationVariant in the metamodel, based on the current contextPath.",
2176
+ "artifactType": "XMLProperty",
2177
+ "metadata": {
2178
+ "type": "Property"
2179
+ }
2180
+ },
2181
+ "personalization": {
2182
+ "type": "string",
2183
+ "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.\nIf it is set to `false`, personalization is disabled.\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.\nAvailable options are:\n - Sort\n - Column\n - Filter\n",
2184
+ "artifactType": "XMLProperty",
2185
+ "metadata": {
2186
+ "type": "Property"
2187
+ }
2188
+ },
2189
+ "readOnly": {
2190
+ "type": "boolean",
2191
+ "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",
2192
+ "artifactType": "XMLProperty",
2193
+ "metadata": {
2194
+ "type": "Property"
2195
+ }
2196
+ },
2197
+ "rowCount": {
2198
+ "$ref": "#/definitions/int",
2199
+ "description": "rowCount",
2200
+ "artifactType": "XMLProperty",
2201
+ "isViewNode": true,
2202
+ "metadata": {
2203
+ "type": "Property"
2204
+ }
2205
+ },
2206
+ "rowCountMode": {
2207
+ "type": "string",
2208
+ "description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n",
2209
+ "artifactType": "XMLProperty",
2210
+ "metadata": {
2211
+ "type": "Property"
2212
+ },
2213
+ "enum": [
2214
+ "Auto",
2215
+ "Fixed"
2216
+ ]
2217
+ },
2218
+ "selectionMode": {
2219
+ "type": "string",
2220
+ "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",
2221
+ "artifactType": "XMLProperty",
2222
+ "metadata": {
2223
+ "type": "Property"
2224
+ },
2225
+ "enum": [
2226
+ "None",
2227
+ "Single",
2228
+ "Multi",
2229
+ "Auto",
2230
+ "ForceMulti",
2231
+ "ForceSingle"
2232
+ ]
2233
+ },
2234
+ "type": {
2235
+ "type": "string",
2236
+ "description": "Defines the type of table that will be used by the building block to render the data.\nAllowed values are `GridTable`, `ResponsiveTable` and `AnalyticalTable`.\n",
2237
+ "artifactType": "XMLProperty",
2238
+ "metadata": {
2239
+ "type": "Property"
2240
+ },
2241
+ "enum": [
2242
+ "GridTable",
2243
+ "ResponsiveTable",
2244
+ "AnalyticalTable"
2245
+ ]
2246
+ },
2247
+ "variantManagement": {
2248
+ "type": "string",
2249
+ "description": "Controls the kind of variant management that should be enabled for the table.\nAllowed value is `Control`.\nIf set with value `Control`, a variant management control is seen within the table and the table is linked to this.\nIf not set with any value, control level variant management is not available for this table.\n",
2250
+ "artifactType": "XMLProperty",
2251
+ "metadata": {
2252
+ "type": "Property"
2253
+ },
2254
+ "const": "Control"
2255
+ },
2256
+ "widthIncludingColumnHeader": {
2257
+ "type": "boolean",
2258
+ "description": "Indicates if the column header should be a part of the width calculation.",
2259
+ "artifactType": "XMLProperty",
2260
+ "metadata": {
2261
+ "type": "Property"
2262
+ }
2263
+ },
2264
+ "id": {
2265
+ "type": "string",
2266
+ "description": "Unique id of control",
2267
+ "artifactType": "XMLProperty",
2268
+ "metadata": {
2269
+ "type": "Property"
2270
+ }
2271
+ },
2272
+ "actions": {
2273
+ "type": "object",
2274
+ "additionalProperties": {
2275
+ "$ref": "#/definitions/sap.fe.macros.table.Action"
2276
+ },
2277
+ "isViewNode": true,
2278
+ "metadata": {
2279
+ "path": [],
2280
+ "type": "Aggregation"
1328
2281
  }
1329
2282
  },
1330
- "actions": {
2283
+ "columns": {
1331
2284
  "type": "object",
1332
2285
  "additionalProperties": {
1333
- "$ref": "#/definitions/sap.fe.macros.table.Action"
2286
+ "$ref": "#/definitions/sap.fe.macros.table.Column"
1334
2287
  },
1335
2288
  "isViewNode": true,
1336
2289
  "metadata": {
1337
2290
  "path": [],
1338
2291
  "type": "Aggregation"
1339
2292
  }
1340
- }
1341
- },
1342
- "additionalProperties": false,
1343
- "metadata": {
1344
- "path": [],
1345
- "type": "Control"
1346
- }
1347
- },
1348
- "sap.fe.macros.table.Column": {
1349
- "description": "Definition of a custom column to be used inside the table.\nThe template for the column has to be provided as the default aggregation\n",
1350
- "isViewNode": true,
1351
- "type": "object",
1352
- "properties": {
1353
- "anchor": {
2293
+ },
2294
+ "beforeRebindTable": {
1354
2295
  "type": "string",
1355
- "description": "Reference to the key of another column already displayed in the table to properly place this one",
2296
+ "description": "An event is triggered when the table is about to be rebinded. This event contains information about the binding info.\nYou can use this event to add or read: Filters, Sorters.\nYou can use this event to read the binding info.\nYou can use this event to add: Selects.\n",
1356
2297
  "artifactType": "XMLProperty",
1357
2298
  "metadata": {
1358
- "type": "Property"
2299
+ "type": "Event"
1359
2300
  }
1360
2301
  },
1361
- "header": {
2302
+ "rowPress": {
1362
2303
  "type": "string",
1363
- "description": "The text that will be displayed for this column header",
2304
+ "description": "An event is triggered when the user chooses a row; the event contains information about which row is chosen.\nYou can set this in order to handle the navigation manually.\n",
1364
2305
  "artifactType": "XMLProperty",
1365
2306
  "metadata": {
1366
- "type": "Property"
2307
+ "type": "Event"
1367
2308
  }
1368
2309
  },
1369
- "horizontalAlign": {
2310
+ "selectionChange": {
1370
2311
  "type": "string",
1371
- "description": "Aligns the header as well as the content horizontally",
2312
+ "description": "An event triggered when the selection in the table changes.",
1372
2313
  "artifactType": "XMLProperty",
1373
2314
  "metadata": {
1374
- "type": "Property"
2315
+ "type": "Event"
1375
2316
  }
1376
- },
1377
- "importance": {
1378
- "type": "string",
1379
- "description": "Defines the column importance.\nYou can define which columns should be automatically moved to the pop-in area based on their importance\n",
2317
+ }
2318
+ },
2319
+ "additionalProperties": false,
2320
+ "metadata": {
2321
+ "path": [],
2322
+ "type": "Control"
2323
+ }
2324
+ },
2325
+ "sap.fe.macros.table.TableCreationOptions": {
2326
+ "description": "Create options for the table.",
2327
+ "isViewNode": true,
2328
+ "type": "object",
2329
+ "properties": {
2330
+ "createAtEnd": {
2331
+ "type": "boolean",
2332
+ "description": "Specifies if the new entry should be created at the top or bottom of a table in case of creationMode 'Inline'\nThe default value is 'false'\n",
1380
2333
  "artifactType": "XMLProperty",
1381
2334
  "metadata": {
1382
2335
  "type": "Property"
1383
2336
  }
1384
2337
  },
1385
- "key": {
1386
- "type": "string",
1387
- "description": "Unique identifier of the column",
2338
+ "inlineCreationRowsHiddenInEditMode": {
2339
+ "type": "boolean",
2340
+ "description": "Specifies if the new entry should be hidden in case of creationMode 'InlineCreationRows'. This only applies to responsive tables.\nThe default value is 'false'\n",
1388
2341
  "artifactType": "XMLProperty",
1389
2342
  "metadata": {
1390
2343
  "type": "Property"
1391
2344
  }
1392
2345
  },
1393
- "placement": {
2346
+ "name": {
1394
2347
  "type": "string",
1395
- "description": "Defines where this column should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
2348
+ "description": "Defines the creation mode to be used by the table.\nAllowed values are `NewPage`, `Inline`, `InlineCreationsRows` or `External`.\n\nNewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async' or 'Deferred' is used\nInline - The creation is done inline\nInlineCreationsRows - The creation is done inline with an empty row\nExternal - The creation is done in a different application specified via the parameter 'outbound'\nIf not set with any value:\nif navigation is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.\n",
1396
2349
  "artifactType": "XMLProperty",
1397
2350
  "metadata": {
1398
2351
  "type": "Property"
1399
2352
  },
1400
2353
  "enum": [
1401
- "After",
1402
- "Before"
2354
+ "External",
2355
+ "Inline",
2356
+ "InlineCreationRows",
2357
+ "NewPage"
1403
2358
  ]
1404
2359
  },
1405
- "width": {
2360
+ "outbound": {
1406
2361
  "type": "string",
1407
- "description": "Defines the column's width.\nAllowed values are `auto`, `value` and `inherit` according to sap.ui.core.CSSSize\n",
1408
- "artifactType": "XMLProperty",
1409
- "metadata": {
1410
- "type": "Property"
1411
- }
1412
- },
1413
- "widthIncludingColumnHeader": {
1414
- "type": "boolean",
1415
- "description": "Indicates if the column header should be a part of the width calculation.",
2362
+ "description": "The navigation target where the document is created in case of creationMode 'External'\n",
1416
2363
  "artifactType": "XMLProperty",
1417
2364
  "metadata": {
1418
2365
  "type": "Property"
@@ -1433,8 +2380,8 @@
1433
2380
  "type": "Control"
1434
2381
  }
1435
2382
  },
1436
- "sap.fe.macros.Table": {
1437
- "description": "Building block used to create a table based on the metadata provided by OData V4.\n\nUsually, a LineItem, PresentationVariant or SelectionPresentationVariant annotation is expected, but the Table building block can also be used to display an EntitySet.\n\nIf a PresentationVariant is specified, then it must have UI.LineItem as the first property of the Visualizations.\n\nIf a SelectionPresentationVariant is specified, then it must contain a valid PresentationVariant that also has a UI.LineItem as the first property of the Visualizations.\nUsage example:\n\n<macro:Table id=\"MyTable\" metaPath=\"@com.sap.vocabularies.UI.v1.LineItem\" />\n\n",
2383
+ "sap.fe.macros.TreeTable": {
2384
+ "description": "Building block used to create a tree table based on the metadata provided by OData V4.",
1438
2385
  "isViewNode": true,
1439
2386
  "type": "object",
1440
2387
  "properties": {
@@ -1455,7 +2402,7 @@
1455
2402
  }
1456
2403
  },
1457
2404
  "creationMode": {
1458
- "$ref": "#/definitions/sap.fe.macros.table.TableCreationOptions",
2405
+ "$ref": "#/definitions/sap.fe.macros.table.TreeTableCreationOptions",
1459
2406
  "description": "creationMode",
1460
2407
  "artifactType": "XMLProperty",
1461
2408
  "isViewNode": true,
@@ -1504,17 +2451,10 @@
1504
2451
  }
1505
2452
  },
1506
2453
  "exportRequestSize": {
1507
- "anyOf": [
1508
- {
1509
- "type": "number"
1510
- },
1511
- {
1512
- "type": "string",
1513
- "pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
1514
- }
1515
- ],
1516
- "description": "Maximum allowed number of records to be exported in one request.",
2454
+ "$ref": "#/definitions/int",
2455
+ "description": "exportRequestSize",
1517
2456
  "artifactType": "XMLProperty",
2457
+ "isViewNode": true,
1518
2458
  "metadata": {
1519
2459
  "type": "Property"
1520
2460
  }
@@ -1528,17 +2468,10 @@
1528
2468
  }
1529
2469
  },
1530
2470
  "frozenColumnCount": {
1531
- "anyOf": [
1532
- {
1533
- "type": "number"
1534
- },
1535
- {
1536
- "type": "string",
1537
- "pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
1538
- }
1539
- ],
1540
- "description": "Number of columns that are fixed on the left. Only columns which are not fixed can be scrolled horizontally.\nThis property is not relevant for responsive tables\n",
2471
+ "$ref": "#/definitions/int",
2472
+ "description": "frozenColumnCount",
1541
2473
  "artifactType": "XMLProperty",
2474
+ "isViewNode": true,
1542
2475
  "metadata": {
1543
2476
  "type": "Property"
1544
2477
  }
@@ -1559,6 +2492,38 @@
1559
2492
  "type": "Property"
1560
2493
  }
1561
2494
  },
2495
+ "hierarchyQualifier": {
2496
+ "type": "string",
2497
+ "description": "A set of options that can be configured.",
2498
+ "artifactType": "XMLProperty",
2499
+ "metadata": {
2500
+ "type": "Property"
2501
+ }
2502
+ },
2503
+ "ignoredFields": {
2504
+ "type": "string",
2505
+ "description": "Comma-separated value of fields that must be ignored in the OData metadata by the Table building block.\nThe table building block is not going to create built-in columns or offer table personalization for comma-separated value of fields that are provided in the ignoredfields.\nAny column referencing an ignored field is to be removed.",
2506
+ "artifactType": "XMLProperty",
2507
+ "metadata": {
2508
+ "type": "Property"
2509
+ }
2510
+ },
2511
+ "isMoveToPositionAllowed": {
2512
+ "type": "string",
2513
+ "description": "Defines the extension point to control if a source node can be dropped on a specific parent node.\n",
2514
+ "artifactType": "XMLProperty",
2515
+ "metadata": {
2516
+ "type": "Property"
2517
+ }
2518
+ },
2519
+ "isNodeMovable": {
2520
+ "type": "string",
2521
+ "description": "Defines the extension point to control if a node can be dragged.\n",
2522
+ "artifactType": "XMLProperty",
2523
+ "metadata": {
2524
+ "type": "Property"
2525
+ }
2526
+ },
1562
2527
  "isSearchable": {
1563
2528
  "type": "boolean",
1564
2529
  "description": "Defines whether to display the search action.",
@@ -1576,14 +2541,7 @@
1576
2541
  }
1577
2542
  },
1578
2543
  "personalization": {
1579
- "anyOf": [
1580
- {
1581
- "type": "boolean"
1582
- },
1583
- {
1584
- "type": "string"
1585
- }
1586
- ],
2544
+ "type": "string",
1587
2545
  "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.\nIf it is set to `false`, personalization is disabled.\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.\nAvailable options are:\n - Sort\n - Column\n - Filter\n",
1588
2546
  "artifactType": "XMLProperty",
1589
2547
  "metadata": {
@@ -1599,17 +2557,10 @@
1599
2557
  }
1600
2558
  },
1601
2559
  "rowCount": {
1602
- "anyOf": [
1603
- {
1604
- "type": "number"
1605
- },
1606
- {
1607
- "type": "string",
1608
- "pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
1609
- }
1610
- ],
1611
- "description": "Number of rows to be displayed in the table. Does not apply to responsive tables.",
2560
+ "$ref": "#/definitions/int",
2561
+ "description": "rowCount",
1612
2562
  "artifactType": "XMLProperty",
2563
+ "isViewNode": true,
1613
2564
  "metadata": {
1614
2565
  "type": "Property"
1615
2566
  }
@@ -1644,16 +2595,12 @@
1644
2595
  },
1645
2596
  "type": {
1646
2597
  "type": "string",
1647
- "description": "Defines the type of table that will be used by the building block to render the data.\nAllowed values are `GridTable`, `ResponsiveTable` and `AnalyticalTable`.\n",
2598
+ "description": "Defines the type of table that will be used by the building block to render the data. This setting is defined by the framework.\nAllowed value is `TreeTable`.\n",
1648
2599
  "artifactType": "XMLProperty",
1649
2600
  "metadata": {
1650
2601
  "type": "Property"
1651
2602
  },
1652
- "enum": [
1653
- "GridTable",
1654
- "ResponsiveTable",
1655
- "AnalyticalTable"
1656
- ]
2603
+ "const": "TreeTable"
1657
2604
  },
1658
2605
  "variantManagement": {
1659
2606
  "type": "string",
@@ -1662,11 +2609,7 @@
1662
2609
  "metadata": {
1663
2610
  "type": "Property"
1664
2611
  },
1665
- "enum": [
1666
- "None",
1667
- "Page",
1668
- "Control"
1669
- ]
2612
+ "const": "Control"
1670
2613
  },
1671
2614
  "widthIncludingColumnHeader": {
1672
2615
  "type": "boolean",
@@ -1734,8 +2677,55 @@
1734
2677
  "additionalProperties": false,
1735
2678
  "metadata": {
1736
2679
  "path": [],
1737
- "type": "Control",
1738
- "defaultAggregation": "columns"
2680
+ "type": "Control"
2681
+ }
2682
+ },
2683
+ "sap.fe.macros.table.TreeTableCreationOptions": {
2684
+ "description": "Create options for the tree table.",
2685
+ "isViewNode": true,
2686
+ "type": "object",
2687
+ "properties": {
2688
+ "isCreateEnabled": {
2689
+ "type": "string",
2690
+ "description": "Defines the extension point to control the enablement of the Create button or Create Menu buttons.\n",
2691
+ "artifactType": "XMLProperty",
2692
+ "metadata": {
2693
+ "type": "Property"
2694
+ }
2695
+ },
2696
+ "name": {
2697
+ "type": "string",
2698
+ "description": "Defines the creation mode to be used by the tree table.\nAllowed values are `NewPage` or `Inline`.\n\nNewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async' or 'Deferred' is used.\nInline - the creation is done inline.\n\nIf not set with any value:\nif navigation is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.\n",
2699
+ "artifactType": "XMLProperty",
2700
+ "metadata": {
2701
+ "type": "Property"
2702
+ },
2703
+ "enum": [
2704
+ "Inline",
2705
+ "NewPage"
2706
+ ]
2707
+ },
2708
+ "nodeType": {
2709
+ "type": "object",
2710
+ "description": "Defines the nodes to be added on the custom create.\nThis object must have the following properties:\npropertyName: the name of the property on the page entity set used to categorize the node type to be created within the hierarchy\nvalues: an array of key and label that define a value of the property defined by the propertyName key and its label\n",
2711
+ "artifactType": "XMLProperty",
2712
+ "metadata": {
2713
+ "type": "Property"
2714
+ }
2715
+ },
2716
+ "id": {
2717
+ "type": "string",
2718
+ "description": "Unique id of control",
2719
+ "artifactType": "XMLProperty",
2720
+ "metadata": {
2721
+ "type": "Property"
2722
+ }
2723
+ }
2724
+ },
2725
+ "additionalProperties": false,
2726
+ "metadata": {
2727
+ "path": [],
2728
+ "type": "Control"
1739
2729
  }
1740
2730
  },
1741
2731
  "sap.fe.macros.ActionGroup": {
@@ -1935,56 +2925,6 @@
1935
2925
  "path": [],
1936
2926
  "type": "Control"
1937
2927
  }
1938
- },
1939
- "sap.fe.macros.table.TableCreationOptions": {
1940
- "description": "Create options for the table.",
1941
- "isViewNode": true,
1942
- "type": "object",
1943
- "properties": {
1944
- "createAtEnd": {
1945
- "type": "boolean",
1946
- "description": "Specifies if the new entry should be created at the top or bottom of a table in case of creationMode 'Inline'\nThe default value is 'false'\n",
1947
- "artifactType": "XMLProperty",
1948
- "metadata": {
1949
- "type": "Property"
1950
- }
1951
- },
1952
- "inlineCreationRowsHiddenInEditMode": {
1953
- "type": "boolean",
1954
- "description": "Specifies if the new entry should be hidden in case of creationMode 'InlineCreationRows'. This only applies to responsive tables.\nThe default value is 'false'\n",
1955
- "artifactType": "XMLProperty",
1956
- "metadata": {
1957
- "type": "Property"
1958
- }
1959
- },
1960
- "name": {
1961
- "type": "string",
1962
- "description": "Defines the creation mode to be used by the table.\nAllowed values are `NewPage`, `Inline`, `InlineCreationsRows` or `External`.\n\nNewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async' or 'Deferred' is used\nInline - The creation is done inline\nInlineCreationsRows - The creation is done inline with an empty row\nExternal - The creation is done in a different application specified via the parameter 'outbound'\nIf not set with any value:\nif navigation is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.\n",
1963
- "artifactType": "XMLProperty",
1964
- "metadata": {
1965
- "type": "Property"
1966
- },
1967
- "enum": [
1968
- "External",
1969
- "Inline",
1970
- "InlineCreationRows",
1971
- "NewPage"
1972
- ]
1973
- },
1974
- "outbound": {
1975
- "type": "string",
1976
- "description": "The navigation target where the document is created in case of creationMode 'External'\n",
1977
- "artifactType": "XMLProperty",
1978
- "metadata": {
1979
- "type": "Property"
1980
- }
1981
- }
1982
- },
1983
- "additionalProperties": false,
1984
- "metadata": {
1985
- "path": [],
1986
- "type": "Control"
1987
- }
1988
2928
  }
1989
2929
  },
1990
2930
  "$schema": "http://json-schema.org/draft-07/schema#"