@sap/ux-specification 1.144.2 → 1.144.3

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 (101) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  3. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  4. package/dist/documentation/v2/v2-ListReport.html +2 -2
  5. package/dist/documentation/v2/v2-ListReportNew.html +2 -2
  6. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  7. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  8. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  9. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  10. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  11. package/dist/documentation/v4/v4-ListReport.html +2 -2
  12. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  13. package/dist/index-min.js +254 -254
  14. package/dist/index-min.js.map +4 -4
  15. package/dist/schemas/v2/OverviewPageConfig.json +18 -9
  16. package/dist/schemas/v4/ApplicationV4.json +6 -0
  17. package/dist/schemas/v4/BuildingBlocksConfig.json +320 -134
  18. package/dist/schemas/v4/ListReportConfig.json +74 -15
  19. package/dist/schemas/v4/ObjectPageConfig.json +5 -4
  20. package/dist/specification/package.json +5 -5
  21. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +14 -1
  22. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -1
  23. package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -1
  24. package/dist/specification/src/sync/common/i18n.json +4 -0
  25. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  26. package/dist/specification/src/sync/v2/export/controls/Fragment.js +18 -6
  27. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  28. package/dist/specification/src/sync/v2/export/view-controller-generator.js +1 -1
  29. package/dist/specification/src/sync/v2/export/view-controller-generator.js.map +1 -1
  30. package/dist/specification/src/sync/v2/generate/utils.js +3 -4
  31. package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
  32. package/dist/specification/src/sync/v4/application.d.ts +1 -0
  33. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  34. package/dist/specification/src/sync/v4/application.js +10 -0
  35. package/dist/specification/src/sync/v4/application.js.map +1 -1
  36. package/dist/specification/src/sync/v4/export/controls/InlineEdit.d.ts +38 -0
  37. package/dist/specification/src/sync/v4/export/controls/InlineEdit.d.ts.map +1 -0
  38. package/dist/specification/src/sync/v4/export/controls/InlineEdit.js +86 -0
  39. package/dist/specification/src/sync/v4/export/controls/InlineEdit.js.map +1 -0
  40. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  41. package/dist/specification/src/sync/v4/export/controls/Table.js +3 -11
  42. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  43. package/dist/specification/src/sync/v4/export/controls/index.d.ts +1 -0
  44. package/dist/specification/src/sync/v4/export/controls/index.d.ts.map +1 -1
  45. package/dist/specification/src/sync/v4/export/controls/index.js +1 -0
  46. package/dist/specification/src/sync/v4/export/controls/index.js.map +1 -1
  47. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
  48. package/dist/specification/src/sync/v4/export/fpmCustomPage.js +5 -1
  49. package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
  50. package/dist/specification/src/sync/v4/export/pages/ListReport.d.ts +15 -2
  51. package/dist/specification/src/sync/v4/export/pages/ListReport.d.ts.map +1 -1
  52. package/dist/specification/src/sync/v4/export/pages/ListReport.js +33 -1
  53. package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
  54. package/dist/specification/src/sync/v4/generate/actions.js +4 -4
  55. package/dist/specification/src/sync/v4/generate/actions.js.map +1 -1
  56. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -1
  57. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +6 -4
  58. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -1
  59. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts +10 -7
  60. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -1
  61. package/dist/specification/src/sync/v4/generate/list-report/listReport.js +39 -22
  62. package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -1
  63. package/dist/specification/src/sync/v4/generate/utils/inlineEdit.d.ts +18 -0
  64. package/dist/specification/src/sync/v4/generate/utils/inlineEdit.d.ts.map +1 -0
  65. package/dist/specification/src/sync/v4/generate/utils/inlineEdit.js +91 -0
  66. package/dist/specification/src/sync/v4/generate/utils/inlineEdit.js.map +1 -0
  67. package/dist/specification/src/sync/v4/generate/utils/propertiesForEdit.d.ts +156 -0
  68. package/dist/specification/src/sync/v4/generate/utils/propertiesForEdit.d.ts.map +1 -0
  69. package/dist/specification/src/sync/v4/generate/utils/propertiesForEdit.js +192 -0
  70. package/dist/specification/src/sync/v4/generate/utils/propertiesForEdit.js.map +1 -0
  71. package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  72. package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
  73. package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
  74. package/dist/specification/src/sync/v4/sync-rules/App.js +3 -0
  75. package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -1
  76. package/dist/specification/src/sync/v4/utils/utils.d.ts +9 -1
  77. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  78. package/dist/specification/src/sync/v4/utils/utils.js +72 -17
  79. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  80. package/dist/types/src/apiTypes.d.ts +29 -1
  81. package/dist/types/src/apiTypes.d.ts.map +1 -1
  82. package/dist/types/src/apiTypes.js.map +1 -1
  83. package/dist/types/src/common/types.d.ts +2 -0
  84. package/dist/types/src/common/types.d.ts.map +1 -1
  85. package/dist/types/src/common/types.js +2 -0
  86. package/dist/types/src/common/types.js.map +1 -1
  87. package/dist/types/src/v4/application.d.ts +6 -0
  88. package/dist/types/src/v4/application.d.ts.map +1 -1
  89. package/dist/types/src/v4/application.js.map +1 -1
  90. package/dist/types/src/v4/controls/InlineEdit.d.ts +30 -0
  91. package/dist/types/src/v4/controls/InlineEdit.d.ts.map +1 -0
  92. package/dist/types/src/v4/controls/InlineEdit.js +3 -0
  93. package/dist/types/src/v4/controls/InlineEdit.js.map +1 -0
  94. package/dist/types/src/v4/controls/Table.d.ts +4 -4
  95. package/dist/types/src/v4/controls/index.d.ts +1 -0
  96. package/dist/types/src/v4/controls/index.d.ts.map +1 -1
  97. package/dist/types/src/v4/controls/index.js +1 -0
  98. package/dist/types/src/v4/controls/index.js.map +1 -1
  99. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +5 -1
  100. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts.map +1 -1
  101. package/package.json +5 -5
@@ -12,7 +12,8 @@
12
12
  "sap.fe.macros.richtexteditor",
13
13
  "sap.fe.macros.share",
14
14
  "sap.fe.macros.table",
15
- "sap.fe.macros.controls.section"
15
+ "sap.fe.macros.controls.section",
16
+ "sap.fe.macros.field.mixin"
16
17
  ]
17
18
  },
18
19
  "properties": {
@@ -60,6 +61,95 @@
60
61
  "defaultAggregation": "popoverContent"
61
62
  }
62
63
  },
64
+ "sap.fe.macros.AlwaysEditableField": {
65
+ "description": "Building block for creating an always-editable field based on metadata provided by OData V4.\n\nThis building block is designed for use with JSON model bindings in custom dialogs and popups,\nwhere the field must always be editable regardless of OData metadata or draft status.\n\nWhen creating an AlwaysEditableField building block, you must provide an ID.\nUsage example:\n\n<macros:AlwaysEditableField\nid=\"MyAlwaysEditableField\"\nmetaPath=\"MyProperty\"\nvalue=\"{myJSONModel>/myValue}\"\ndescription=\"{myJSONModel>/myDescription}\" />\n\n",
66
+ "isViewNode": true,
67
+ "type": "object",
68
+ "properties": {
69
+ "contextPath": {
70
+ "type": "string",
71
+ "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
72
+ "artifactType": "XMLProperty",
73
+ "metadata": {
74
+ "type": "Property"
75
+ }
76
+ },
77
+ "description": {
78
+ "type": "string",
79
+ "description": "This is used to optionally provide an external description that comes from a different model than the oData model.\nThis must be used in conjunction with the value property.",
80
+ "artifactType": "XMLProperty",
81
+ "metadata": {
82
+ "type": "Property"
83
+ }
84
+ },
85
+ "metaPath": {
86
+ "type": "string",
87
+ "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.\nAlwaysEditableField only supports metadata paths with the Property type.",
88
+ "artifactType": "XMLProperty",
89
+ "metadata": {
90
+ "type": "Property"
91
+ }
92
+ },
93
+ "value": {
94
+ "type": "string",
95
+ "description": "This is used to optionally provide an external value that comes from a different model than the OData model.\nTypically used with JSON models for custom popup scenarios.",
96
+ "artifactType": "XMLProperty",
97
+ "metadata": {
98
+ "type": "Property"
99
+ }
100
+ },
101
+ "vhIdPrefix": {
102
+ "type": "string",
103
+ "description": "Prefix added to the generated ID of the value help used for the field.",
104
+ "artifactType": "XMLProperty",
105
+ "metadata": {
106
+ "type": "Property"
107
+ }
108
+ },
109
+ "id": {
110
+ "type": "string",
111
+ "description": "Unique id of control",
112
+ "artifactType": "XMLProperty",
113
+ "metadata": {
114
+ "type": "Property"
115
+ }
116
+ },
117
+ "formatOptions": {
118
+ "type": "object",
119
+ "additionalProperties": {
120
+ "$ref": "#/definitions/sap.fe.macros.field.FieldFormatOptions"
121
+ },
122
+ "isViewNode": false,
123
+ "metadata": {
124
+ "path": [],
125
+ "type": "Aggregation",
126
+ "aggregationCardinality": "Single"
127
+ },
128
+ "description": "A set of options that can be configured."
129
+ },
130
+ "change": {
131
+ "type": "string",
132
+ "description": "An event containing details is triggered when the value of the field is changed.",
133
+ "artifactType": "XMLProperty",
134
+ "metadata": {
135
+ "type": "Event"
136
+ }
137
+ },
138
+ "liveChange": {
139
+ "type": "string",
140
+ "description": "An event containing details is triggered when the value of the field is live changed.\n\nNote: Browsing autocomplete suggestions does not fire the event.",
141
+ "artifactType": "XMLProperty",
142
+ "metadata": {
143
+ "type": "Event"
144
+ }
145
+ }
146
+ },
147
+ "additionalProperties": false,
148
+ "metadata": {
149
+ "path": [],
150
+ "type": "Control"
151
+ }
152
+ },
63
153
  "sap.fe.macros.Chart": {
64
154
  "description": "Building block used to create a chart based on the metadata provided by OData V4.\nOverview of Building Blocks\n\t\t\t\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",
65
155
  "isViewNode": true,
@@ -427,6 +517,110 @@
427
517
  "type": "Control"
428
518
  }
429
519
  },
520
+ "sap.fe.macros.FilterBar": {
521
+ "description": "Building block for creating a FilterBar based on the metadata provided by OData V4.\nOverview of Building Blocks\n\t\t\t\n\nUsually, a SelectionFields annotation is expected.\nUsage example:\n\n<macros:FilterBar id=\"MyFilterBar\" metaPath=\"@com.sap.vocabularies.UI.v1.SelectionFields\" />\n\n",
522
+ "isViewNode": true,
523
+ "type": "object",
524
+ "properties": {
525
+ "contextPath": {
526
+ "type": "string",
527
+ "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
528
+ "artifactType": "XMLProperty",
529
+ "metadata": {
530
+ "type": "Property"
531
+ }
532
+ },
533
+ "liveMode": {
534
+ "type": "boolean",
535
+ "description": "If true, the search is triggered automatically when a filter value is changed.",
536
+ "artifactType": "XMLProperty",
537
+ "metadata": {
538
+ "type": "Property"
539
+ }
540
+ },
541
+ "metaPath": {
542
+ "type": "string",
543
+ "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
544
+ "artifactType": "XMLProperty",
545
+ "metadata": {
546
+ "type": "Property"
547
+ }
548
+ },
549
+ "navigationPropertiesForPersonalization": {
550
+ "$ref": "#/definitions/string[]",
551
+ "description": "Comma separated list of navigation properties which are considered for filtering.",
552
+ "artifactType": "XMLProperty",
553
+ "metadata": {
554
+ "type": "Property"
555
+ }
556
+ },
557
+ "showClearButton": {
558
+ "type": "boolean",
559
+ "description": "Handles the visibility of the 'Clear' button on the FilterBar.",
560
+ "artifactType": "XMLProperty",
561
+ "metadata": {
562
+ "type": "Property"
563
+ }
564
+ },
565
+ "showMessages": {
566
+ "type": "boolean",
567
+ "description": "Displays possible errors during the search in a message box",
568
+ "artifactType": "XMLProperty",
569
+ "metadata": {
570
+ "type": "Property"
571
+ }
572
+ },
573
+ "id": {
574
+ "type": "string",
575
+ "description": "Unique id of control",
576
+ "artifactType": "XMLProperty",
577
+ "metadata": {
578
+ "type": "Property"
579
+ }
580
+ },
581
+ "filterFields": {
582
+ "type": "object",
583
+ "additionalProperties": {
584
+ "$ref": "#/definitions/sap.fe.macros.filterBar.FilterField"
585
+ },
586
+ "isViewNode": true,
587
+ "metadata": {
588
+ "path": [],
589
+ "type": "Aggregation",
590
+ "aggregationCardinality": "Multiple"
591
+ }
592
+ },
593
+ "afterClear": {
594
+ "type": "string",
595
+ "description": "This event is fired when the 'Clear' button is pressed. This is only possible when the 'Clear' button is enabled.",
596
+ "artifactType": "XMLProperty",
597
+ "metadata": {
598
+ "type": "Event"
599
+ }
600
+ },
601
+ "filterChanged": {
602
+ "type": "string",
603
+ "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 are used as filters.",
604
+ "artifactType": "XMLProperty",
605
+ "metadata": {
606
+ "type": "Event"
607
+ }
608
+ },
609
+ "search": {
610
+ "type": "string",
611
+ "description": "This event is fired when the 'Go' button is pressed or after a condition change.",
612
+ "artifactType": "XMLProperty",
613
+ "metadata": {
614
+ "type": "Event"
615
+ }
616
+ }
617
+ },
618
+ "additionalProperties": false,
619
+ "metadata": {
620
+ "path": [],
621
+ "type": "Control"
622
+ }
623
+ },
430
624
  "sap.fe.macros.FormElement": {
431
625
  "description": "Building block used to create a form element based on the metadata provided by OData V4.",
432
626
  "isViewNode": true,
@@ -1441,6 +1635,14 @@
1441
1635
  "type": "Property"
1442
1636
  }
1443
1637
  },
1638
+ "initialLoad": {
1639
+ "type": "boolean",
1640
+ "description": "Indicates if the table should load data when initialized.\nThis property is used only if a filter bar is associated with the table and doesn't use the liveMode.\nIf set to `true`, the table loads data on initialization if the filter bar has no mandatory filters or the mandatory filters are filled in.\nIf set to `false`, the table waits for the filter bar to be filled in before loading data.\nThe default value is `false`.",
1641
+ "artifactType": "XMLProperty",
1642
+ "metadata": {
1643
+ "type": "Property"
1644
+ }
1645
+ },
1444
1646
  "isSearchable": {
1445
1647
  "type": "boolean",
1446
1648
  "description": "Defines whether to display the search action.",
@@ -1889,6 +2091,14 @@
1889
2091
  "type": "Property"
1890
2092
  }
1891
2093
  },
2094
+ "initialLoad": {
2095
+ "type": "boolean",
2096
+ "description": "Indicates if the table should load data when initialized.\nThis property is used only if a filter bar is associated with the table and doesn't use the liveMode.\nIf set to `true`, the table loads data on initialization if the filter bar has no mandatory filters or the mandatory filters are filled in.\nIf set to `false`, the table waits for the filter bar to be filled in before loading data.\nThe default value is `false`.",
2097
+ "artifactType": "XMLProperty",
2098
+ "metadata": {
2099
+ "type": "Property"
2100
+ }
2101
+ },
1892
2102
  "isCopyToPositionAllowed": {
1893
2103
  "type": "string",
1894
2104
  "description": "Defines the extension point to control whether a source node can be copied to a specific parent node.\n",
@@ -3026,7 +3236,7 @@
3026
3236
  },
3027
3237
  "showDate": {
3028
3238
  "type": "boolean",
3029
- "description": "Defines if the date part of a date time with timezone field should be shown. \n\nThe dateTimeOffset field must have a timezone annotation.\nThe default value is true.\n",
3239
+ "description": "Defines if the date part of a date time with timezone field is shown. \n\nThe dateTimeOffset field must have a timezone annotation.\nThe default value is true.\n",
3030
3240
  "artifactType": "XMLProperty",
3031
3241
  "metadata": {
3032
3242
  "type": "Property"
@@ -3050,7 +3260,7 @@
3050
3260
  },
3051
3261
  "textExpandBehaviorDisplay": {
3052
3262
  "type": "string",
3053
- "description": "Defines how the full text will be displayed.\n\nAllowed values are \"InPlace\" and \"Popover\"\n",
3263
+ "description": "Defines how the full text is displayed.\n\nAllowed values are \"InPlace\" and \"Popover\"\n",
3054
3264
  "artifactType": "XMLProperty",
3055
3265
  "metadata": {
3056
3266
  "type": "Property"
@@ -3061,32 +3271,32 @@
3061
3271
  ]
3062
3272
  },
3063
3273
  "textLinesEdit": {
3064
- "type": "number",
3065
- "description": "Maximum number of lines for multiline texts in edit mode.\n",
3274
+ "type": "any",
3275
+ "description": "Maximum number of lines for multiline texts in edit mode.\nSupports int and string type.\n",
3066
3276
  "artifactType": "XMLProperty",
3067
3277
  "metadata": {
3068
3278
  "type": "Property"
3069
3279
  }
3070
3280
  },
3071
3281
  "textMaxCharactersDisplay": {
3072
- "type": "number",
3073
- "description": "Maximum number of characters from the beginning of the text field that are shown initially.\n",
3282
+ "type": "any",
3283
+ "description": "Maximum number of characters from the beginning of the text field that are shown initially.\nSupports int and string type.\n",
3074
3284
  "artifactType": "XMLProperty",
3075
3285
  "metadata": {
3076
3286
  "type": "Property"
3077
3287
  }
3078
3288
  },
3079
3289
  "textMaxLength": {
3080
- "type": "number",
3081
- "description": "Defines the maximum number of characters for the multiline text value.\n\nIf a multiline text exceeds the maximum number of allowed characters, the counter below the input field displays the exact number.\n",
3290
+ "type": "any",
3291
+ "description": "Defines the maximum number of characters for the multiline text value.\n\nIf a multiline text exceeds the maximum number of allowed characters, the counter below the input field displays the exact number.\nSupports int and string type.\n",
3082
3292
  "artifactType": "XMLProperty",
3083
3293
  "metadata": {
3084
3294
  "type": "Property"
3085
3295
  }
3086
3296
  },
3087
3297
  "textMaxLines": {
3088
- "type": "number",
3089
- "description": "Maximum number of lines that multiline texts in edit mode can grow to.\n",
3298
+ "type": "any",
3299
+ "description": "Maximum number of lines that multiline texts in edit mode can grow to.\nSupports int and string type.\n",
3090
3300
  "artifactType": "XMLProperty",
3091
3301
  "metadata": {
3092
3302
  "type": "Property"
@@ -3108,7 +3318,7 @@
3108
3318
  }
3109
3319
  },
3110
3320
  "sap.fe.macros.filterBar.FilterBar": {
3111
- "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",
3321
+ "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 an experimental API because the structure of the generated content has changed to be closer to the FilterBar that you get from the templates.\nThe public method and property has not changed but the internal structure has changed so be careful on your usage.\n",
3112
3322
  "isViewNode": true,
3113
3323
  "type": "object",
3114
3324
  "properties": {
@@ -3160,126 +3370,6 @@
3160
3370
  "type": "Property"
3161
3371
  }
3162
3372
  },
3163
- "visible": {
3164
- "type": "boolean",
3165
- "description": "Parameter which sets the visibility of the FilterBar building block",
3166
- "artifactType": "XMLProperty",
3167
- "metadata": {
3168
- "type": "Property"
3169
- }
3170
- },
3171
- "id": {
3172
- "type": "string",
3173
- "description": "Unique id of control",
3174
- "artifactType": "XMLProperty",
3175
- "metadata": {
3176
- "type": "Property"
3177
- }
3178
- },
3179
- "filterFields": {
3180
- "type": "object",
3181
- "additionalProperties": {
3182
- "$ref": "#/definitions/sap.fe.macros.filterBar.FilterField"
3183
- },
3184
- "isViewNode": true,
3185
- "metadata": {
3186
- "path": [],
3187
- "type": "Aggregation",
3188
- "aggregationCardinality": "Multiple"
3189
- }
3190
- },
3191
- "afterClear": {
3192
- "type": "string",
3193
- "description": "This event is fired when the 'Clear' button is pressed. This is only possible when the 'Clear' button is enabled.",
3194
- "artifactType": "XMLProperty",
3195
- "metadata": {
3196
- "type": "Event"
3197
- }
3198
- },
3199
- "filterChanged": {
3200
- "type": "string",
3201
- "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 are used as filters.",
3202
- "artifactType": "XMLProperty",
3203
- "metadata": {
3204
- "type": "Event"
3205
- }
3206
- },
3207
- "search": {
3208
- "type": "string",
3209
- "description": "This event is fired when the 'Go' button is pressed or after a condition change.",
3210
- "artifactType": "XMLProperty",
3211
- "metadata": {
3212
- "type": "Event"
3213
- }
3214
- }
3215
- },
3216
- "additionalProperties": false,
3217
- "metadata": {
3218
- "path": [],
3219
- "type": "Control"
3220
- }
3221
- },
3222
- "sap.fe.macros.FilterBar": {
3223
- "description": "Building block for creating a FilterBar based on the metadata provided by OData V4.\nOverview of Building Blocks\n\t\t\t\n\nUsually, a SelectionFields annotation is expected.\nUsage example:\n\n<macros:FilterBar id=\"MyFilterBar\" metaPath=\"@com.sap.vocabularies.UI.v1.SelectionFields\" />\n\n",
3224
- "isViewNode": true,
3225
- "type": "object",
3226
- "properties": {
3227
- "contextPath": {
3228
- "type": "string",
3229
- "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
3230
- "artifactType": "XMLProperty",
3231
- "metadata": {
3232
- "type": "Property"
3233
- }
3234
- },
3235
- "liveMode": {
3236
- "type": "boolean",
3237
- "description": "If true, the search is triggered automatically when a filter value is changed.",
3238
- "artifactType": "XMLProperty",
3239
- "metadata": {
3240
- "type": "Property"
3241
- }
3242
- },
3243
- "metaPath": {
3244
- "type": "string",
3245
- "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
3246
- "artifactType": "XMLProperty",
3247
- "metadata": {
3248
- "type": "Property"
3249
- }
3250
- },
3251
- "navigationPropertiesForPersonalization": {
3252
- "$ref": "#/definitions/string[]",
3253
- "description": "Comma separated list of navigation properties which are considered for filtering.",
3254
- "artifactType": "XMLProperty",
3255
- "metadata": {
3256
- "type": "Property"
3257
- }
3258
- },
3259
- "showClearButton": {
3260
- "type": "boolean",
3261
- "description": "Handles the visibility of the 'Clear' button on the FilterBar.",
3262
- "artifactType": "XMLProperty",
3263
- "metadata": {
3264
- "type": "Property"
3265
- }
3266
- },
3267
- "showMessages": {
3268
- "type": "boolean",
3269
- "description": "Displays possible errors during the search in a message box",
3270
- "artifactType": "XMLProperty",
3271
- "metadata": {
3272
- "type": "Property"
3273
- }
3274
- },
3275
- "visible": {
3276
- "type": "boolean",
3277
- "description": "Parameter which sets the visibility of the FilterBar building block",
3278
- "artifactType": "XMLProperty",
3279
- "metadata": {
3280
- "type": "Property"
3281
- }
3282
- },
3283
3373
  "id": {
3284
3374
  "type": "string",
3285
3375
  "description": "Unique id of control",
@@ -4461,7 +4551,7 @@
4461
4551
  }
4462
4552
  },
4463
4553
  "sap.fe.macros.table.Column": {
4464
- "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",
4554
+ "description": "Definition of a custom column to be used inside the table.\nThe template for the column must be provided as the default aggregation\n",
4465
4555
  "isViewNode": true,
4466
4556
  "type": "object",
4467
4557
  "properties": {
@@ -4581,6 +4671,19 @@
4581
4671
  "metadata": {
4582
4672
  "type": "Property"
4583
4673
  }
4674
+ },
4675
+ "aiNotice": {
4676
+ "type": "object",
4677
+ "additionalProperties": {
4678
+ "$ref": "#/definitions/sap.fe.macros.table.ColumnAINotice"
4679
+ },
4680
+ "isViewNode": false,
4681
+ "metadata": {
4682
+ "path": [],
4683
+ "type": "Aggregation",
4684
+ "aggregationCardinality": "Single"
4685
+ },
4686
+ "description": "Determines the AI notice for the column.\nThe AI notice is used to display information related to AI features. This information is rendered as an icon in the column header."
4584
4687
  }
4585
4688
  },
4586
4689
  "additionalProperties": false,
@@ -4589,6 +4692,40 @@
4589
4692
  "type": "Control"
4590
4693
  }
4591
4694
  },
4695
+ "sap.fe.macros.table.ColumnAINotice": {
4696
+ "description": "Definition of the AINotice applied to a column within the table.",
4697
+ "isViewNode": true,
4698
+ "type": "object",
4699
+ "properties": {
4700
+ "id": {
4701
+ "type": "string",
4702
+ "description": "Unique id of control",
4703
+ "artifactType": "XMLProperty",
4704
+ "metadata": {
4705
+ "type": "Property"
4706
+ }
4707
+ },
4708
+ "content": {
4709
+ "type": "object",
4710
+ "additionalProperties": {
4711
+ "$ref": "#/definitions/sap.ui.core.Control"
4712
+ },
4713
+ "isViewNode": false,
4714
+ "metadata": {
4715
+ "path": [],
4716
+ "type": "Aggregation",
4717
+ "aggregationCardinality": "Single"
4718
+ },
4719
+ "description": "Determines the pop-up content of the AINotice to be displayed"
4720
+ }
4721
+ },
4722
+ "additionalProperties": false,
4723
+ "metadata": {
4724
+ "path": [],
4725
+ "type": "Control",
4726
+ "defaultAggregation": "content"
4727
+ }
4728
+ },
4592
4729
  "sap.fe.macros.table.ColumnExportSettings": {
4593
4730
  "description": "Definition of the export settings applied to a column within the table.",
4594
4731
  "isViewNode": true,
@@ -4704,7 +4841,7 @@
4704
4841
  },
4705
4842
  "disableExport": {
4706
4843
  "type": "boolean",
4707
- "description": "Determines if the column should be excluded from the export.",
4844
+ "description": "Determines if the column is excluded from the export.",
4708
4845
  "artifactType": "XMLProperty",
4709
4846
  "metadata": {
4710
4847
  "type": "Property"
@@ -4758,6 +4895,19 @@
4758
4895
  "type": "Property"
4759
4896
  }
4760
4897
  },
4898
+ "aiNotice": {
4899
+ "type": "object",
4900
+ "additionalProperties": {
4901
+ "$ref": "#/definitions/sap.fe.macros.table.ColumnAINotice"
4902
+ },
4903
+ "isViewNode": false,
4904
+ "metadata": {
4905
+ "path": [],
4906
+ "type": "Aggregation",
4907
+ "aggregationCardinality": "Single"
4908
+ },
4909
+ "description": "Determines the AI notice for the column.\nThe AI notice is used to display information related to AI features. This information is rendered as an icon in the column header."
4910
+ },
4761
4911
  "exportSettings": {
4762
4912
  "type": "object",
4763
4913
  "additionalProperties": {
@@ -5069,6 +5219,14 @@
5069
5219
  "type": "Property"
5070
5220
  }
5071
5221
  },
5222
+ "initialLoad": {
5223
+ "type": "boolean",
5224
+ "description": "Indicates if the table should load data when initialized.\nThis property is used only if a filter bar is associated with the table and doesn't use the liveMode.\nIf set to `true`, the table loads data on initialization if the filter bar has no mandatory filters or the mandatory filters are filled in.\nIf set to `false`, the table waits for the filter bar to be filled in before loading data.\nThe default value is `false`.",
5225
+ "artifactType": "XMLProperty",
5226
+ "metadata": {
5227
+ "type": "Property"
5228
+ }
5229
+ },
5072
5230
  "isSearchable": {
5073
5231
  "type": "boolean",
5074
5232
  "description": "Defines whether to display the search action.",
@@ -5582,6 +5740,14 @@
5582
5740
  "type": "Property"
5583
5741
  }
5584
5742
  },
5743
+ "initialLoad": {
5744
+ "type": "boolean",
5745
+ "description": "Indicates if the table should load data when initialized.\nThis property is used only if a filter bar is associated with the table and doesn't use the liveMode.\nIf set to `true`, the table loads data on initialization if the filter bar has no mandatory filters or the mandatory filters are filled in.\nIf set to `false`, the table waits for the filter bar to be filled in before loading data.\nThe default value is `false`.",
5746
+ "artifactType": "XMLProperty",
5747
+ "metadata": {
5748
+ "type": "Property"
5749
+ }
5750
+ },
5585
5751
  "isCopyToPositionAllowed": {
5586
5752
  "type": "string",
5587
5753
  "description": "Defines the extension point to control whether a source node can be copied to a specific parent node.\n",
@@ -5956,6 +6122,26 @@
5956
6122
  "type": "Control"
5957
6123
  }
5958
6124
  },
6125
+ "sap.fe.macros.field.mixin.FieldMixin": {
6126
+ "description": "Mixin providing control access, value getter and setter, enabled state management, and message handling for field controls.\nThis mixin combines the following functionalities:\n1. FieldControlAccessor: access to the inner control of field-based building blocks\n2. FieldValueAccessor: value getter and setter and enablement getter and setter\n3. FieldMessageHandler: adding and managing validation messages\nThis mixin enables building blocks to programmatically read and write values, enabled state,\nand validation messages across different control types (CheckBox, Input, and MDC Field).\n",
6127
+ "isViewNode": true,
6128
+ "type": "object",
6129
+ "properties": {
6130
+ "id": {
6131
+ "type": "string",
6132
+ "description": "Unique id of control",
6133
+ "artifactType": "XMLProperty",
6134
+ "metadata": {
6135
+ "type": "Property"
6136
+ }
6137
+ }
6138
+ },
6139
+ "additionalProperties": false,
6140
+ "metadata": {
6141
+ "path": [],
6142
+ "type": "Control"
6143
+ }
6144
+ },
5959
6145
  "sap.fe.macros.ActionGroup": {
5960
6146
  "description": "Definition of a actions group to be used inside the table toolbar",
5961
6147
  "isViewNode": true,