@sap/ux-specification 1.136.9 → 1.136.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +52 -0
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ListReportNew.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
- package/dist/documentation/v4/v4-FreestylePage.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +437 -135
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v4/BuildingBlocksConfig.json +325 -8
- package/dist/schemas/v4/ListReportConfig.json +93 -0
- package/dist/schemas/v4/ObjectPageConfig.json +70 -3
- package/dist/specification/package.json +10 -7
- package/dist/specification/src/api.d.ts +1 -0
- package/dist/specification/src/api.d.ts.map +1 -1
- package/dist/specification/src/api.js +6 -3
- package/dist/specification/src/api.js.map +1 -1
- package/dist/specification/src/ftfs/annotations.d.ts +12 -0
- package/dist/specification/src/ftfs/annotations.d.ts.map +1 -0
- package/dist/specification/src/ftfs/annotations.js +50 -0
- package/dist/specification/src/ftfs/annotations.js.map +1 -0
- package/dist/specification/src/ftfs/ftfs.d.ts +9 -0
- package/dist/specification/src/ftfs/ftfs.d.ts.map +1 -0
- package/dist/specification/src/ftfs/ftfs.js +49 -0
- package/dist/specification/src/ftfs/ftfs.js.map +1 -0
- package/dist/specification/src/ftfs/index.d.ts +2 -0
- package/dist/specification/src/ftfs/index.d.ts.map +1 -0
- package/dist/specification/src/ftfs/index.js +6 -0
- package/dist/specification/src/ftfs/index.js.map +1 -0
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts +75 -0
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts.map +1 -0
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js +70 -0
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js.map +1 -0
- package/dist/specification/src/sync/common/dist_tag.json +19 -4
- package/dist/specification/src/sync/common/generate/utils.d.ts +5 -3
- package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.js +7 -4
- package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/common/i18n.json +5 -1
- package/dist/specification/src/sync/common/index.d.ts +1 -0
- package/dist/specification/src/sync/common/index.d.ts.map +1 -1
- package/dist/specification/src/sync/common/index.js +1 -0
- package/dist/specification/src/sync/common/index.js.map +1 -1
- package/dist/specification/src/sync/common/rules.d.ts +6 -0
- package/dist/specification/src/sync/common/rules.d.ts.map +1 -0
- package/dist/specification/src/sync/common/rules.js +126 -0
- package/dist/specification/src/sync/common/rules.js.map +1 -0
- package/dist/specification/src/sync/v4/application.d.ts +23 -0
- package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/application.js +39 -2
- package/dist/specification/src/sync/v4/application.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Field.d.ts +17 -0
- package/dist/specification/src/sync/v4/export/controls/Field.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/Field.js +74 -0
- package/dist/specification/src/sync/v4/export/controls/Field.js.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +4 -10
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +61 -121
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts +63 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js +220 -2
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/index.d.ts +1 -0
- package/dist/specification/src/sync/v4/export/controls/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/index.js +1 -0
- package/dist/specification/src/sync/v4/export/controls/index.js.map +1 -1
- package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/export.js +18 -2
- package/dist/specification/src/sync/v4/export/export.js.map +1 -1
- package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts +10 -0
- package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/fpmCustomPage.js +55 -6
- package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/listReport.d.ts +12 -1
- package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/listReport.js +183 -40
- package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js +55 -11
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/objectPage.js +61 -10
- package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/macros.d.ts +12 -4
- package/dist/specification/src/sync/v4/utils/macros.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/macros.js +23 -8
- package/dist/specification/src/sync/v4/utils/macros.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.d.ts +35 -13
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +108 -37
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/types/src/apiTypes.d.ts +34 -3
- package/dist/types/src/apiTypes.d.ts.map +1 -1
- package/dist/types/src/apiTypes.js +1 -0
- package/dist/types/src/apiTypes.js.map +1 -1
- package/dist/types/src/common/types.d.ts +24 -3
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js +23 -1
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/v4/controls/CustomField.d.ts +45 -0
- package/dist/types/src/v4/controls/CustomField.d.ts.map +1 -0
- package/dist/types/src/v4/controls/CustomField.js +9 -0
- package/dist/types/src/v4/controls/CustomField.js.map +1 -0
- package/dist/types/src/v4/controls/ObjectPageForm.d.ts +2 -1
- package/dist/types/src/v4/controls/ObjectPageForm.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts +4 -1
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.js.map +1 -1
- package/dist/types/src/v4/controls/Table.d.ts +61 -3
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v4/controls/Table.js.map +1 -1
- package/dist/types/src/v4/controls/index.d.ts +1 -0
- package/dist/types/src/v4/controls/index.d.ts.map +1 -1
- package/dist/types/src/v4/controls/index.js +1 -0
- package/dist/types/src/v4/controls/index.js.map +1 -1
- package/dist/types/src/v4/webapp/manifest/sapUiPageV4.d.ts +1 -0
- package/dist/types/src/v4/webapp/manifest/sapUiPageV4.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/sapUiPageV4.js.map +1 -1
- package/package.json +10 -7
|
@@ -137,6 +137,58 @@
|
|
|
137
137
|
"type": "Control"
|
|
138
138
|
}
|
|
139
139
|
},
|
|
140
|
+
"sap.fe.macros.CollaborativeDraftHandler": {
|
|
141
|
+
"description": "A BuildingBlock to watch the lock status of a property and to react on changes.",
|
|
142
|
+
"isViewNode": true,
|
|
143
|
+
"type": "object",
|
|
144
|
+
"properties": {
|
|
145
|
+
"contextPath": {
|
|
146
|
+
"type": "string",
|
|
147
|
+
"description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework, and can be overwritten.",
|
|
148
|
+
"artifactType": "XMLProperty",
|
|
149
|
+
"metadata": {
|
|
150
|
+
"type": "Property"
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
"metaPath": {
|
|
154
|
+
"type": "string",
|
|
155
|
+
"description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
|
|
156
|
+
"artifactType": "XMLProperty",
|
|
157
|
+
"metadata": {
|
|
158
|
+
"type": "Property"
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
"showAvatar": {
|
|
162
|
+
"type": "boolean",
|
|
163
|
+
"description": "If set to true, the standard Avatar control is displayed to indicate the lock status.\nIf set to false, nothing is displayed.",
|
|
164
|
+
"artifactType": "XMLProperty",
|
|
165
|
+
"metadata": {
|
|
166
|
+
"type": "Property"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"id": {
|
|
170
|
+
"type": "string",
|
|
171
|
+
"description": "Unique id of control",
|
|
172
|
+
"artifactType": "XMLProperty",
|
|
173
|
+
"metadata": {
|
|
174
|
+
"type": "Property"
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
"lockChange": {
|
|
178
|
+
"type": "string",
|
|
179
|
+
"description": "Event fired when the lock status changes.\nParameters:\n- isLocked : true if the property is locked, false otherwise\n- lockingUserID: the ID of the user locking the property (undefined if not locked)\n- lockingUserName: the name of the user locking the property (undefined if not locked)\n- lockingUserInitials: the initials of the user locking the property (undefined if not locked)\n- lockingUserColor: the color associated to the user locking the property (undefined if not locked)\n",
|
|
180
|
+
"artifactType": "XMLProperty",
|
|
181
|
+
"metadata": {
|
|
182
|
+
"type": "Event"
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
"additionalProperties": false,
|
|
187
|
+
"metadata": {
|
|
188
|
+
"path": [],
|
|
189
|
+
"type": "Control"
|
|
190
|
+
}
|
|
191
|
+
},
|
|
140
192
|
"sap.fe.macros.CollectionBindingInfo": {
|
|
141
193
|
"description": "API to add parameters to the collection binding info.",
|
|
142
194
|
"isViewNode": true,
|
|
@@ -157,6 +209,79 @@
|
|
|
157
209
|
"type": "Control"
|
|
158
210
|
}
|
|
159
211
|
},
|
|
212
|
+
"sap.fe.macros.ConditionalSwitch": {
|
|
213
|
+
"description": "Defines a conditional template that renders content based on the evaluation of a set of switchProperties.\nThe switchProperties are defined using the sap.fe.macros.ConditionalSwitchProperty building block.",
|
|
214
|
+
"isViewNode": true,
|
|
215
|
+
"type": "object",
|
|
216
|
+
"properties": {
|
|
217
|
+
"factory": {
|
|
218
|
+
"$ref": "#/definitions/function",
|
|
219
|
+
"description": "factory",
|
|
220
|
+
"artifactType": "XMLProperty",
|
|
221
|
+
"isViewNode": true,
|
|
222
|
+
"metadata": {
|
|
223
|
+
"type": "Property"
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
"id": {
|
|
227
|
+
"type": "string",
|
|
228
|
+
"description": "Unique id of control",
|
|
229
|
+
"artifactType": "XMLProperty",
|
|
230
|
+
"metadata": {
|
|
231
|
+
"type": "Property"
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
"additionalProperties": false,
|
|
236
|
+
"metadata": {
|
|
237
|
+
"path": [],
|
|
238
|
+
"type": "Control"
|
|
239
|
+
}
|
|
240
|
+
},
|
|
241
|
+
"sap.fe.macros.ConditionalSwitchProperty": {
|
|
242
|
+
"description": "Defines a property with a key and a value that can be used in conditional templates.\nWhen the value is changed, a `valueChanged` event is fired.",
|
|
243
|
+
"isViewNode": true,
|
|
244
|
+
"type": "object",
|
|
245
|
+
"properties": {
|
|
246
|
+
"key": {
|
|
247
|
+
"type": "string",
|
|
248
|
+
"description": "The key of the property.",
|
|
249
|
+
"artifactType": "XMLProperty",
|
|
250
|
+
"metadata": {
|
|
251
|
+
"type": "Property"
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
"value": {
|
|
255
|
+
"type": "any",
|
|
256
|
+
"description": "The value of the property.",
|
|
257
|
+
"artifactType": "XMLProperty",
|
|
258
|
+
"metadata": {
|
|
259
|
+
"type": "Property"
|
|
260
|
+
}
|
|
261
|
+
},
|
|
262
|
+
"id": {
|
|
263
|
+
"type": "string",
|
|
264
|
+
"description": "Unique id of control",
|
|
265
|
+
"artifactType": "XMLProperty",
|
|
266
|
+
"metadata": {
|
|
267
|
+
"type": "Property"
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
"valueChanged": {
|
|
271
|
+
"type": "string",
|
|
272
|
+
"description": "Event fired when the value of the property is changed.\nThis is used internally by the `ConditionalTemplate` control to react to changes in the property value.",
|
|
273
|
+
"artifactType": "XMLProperty",
|
|
274
|
+
"metadata": {
|
|
275
|
+
"type": "Event"
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
"additionalProperties": false,
|
|
280
|
+
"metadata": {
|
|
281
|
+
"path": [],
|
|
282
|
+
"type": "Control"
|
|
283
|
+
}
|
|
284
|
+
},
|
|
160
285
|
"sap.fe.macros.Field": {
|
|
161
286
|
"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\nOverview of Building Blocks\n",
|
|
162
287
|
"isViewNode": true,
|
|
@@ -570,13 +695,13 @@
|
|
|
570
695
|
}
|
|
571
696
|
},
|
|
572
697
|
"sap.fe.macros.Page": {
|
|
573
|
-
"description": "
|
|
698
|
+
"description": "Building block used to create a custom page with a title and the content. By default, the page includes a title.",
|
|
574
699
|
"isViewNode": true,
|
|
575
700
|
"type": "object",
|
|
576
701
|
"properties": {
|
|
577
702
|
"avatarSrc": {
|
|
578
703
|
"type": "string",
|
|
579
|
-
"description": "
|
|
704
|
+
"description": "Source of the avatar image. This property is considered only if the title property is defined.",
|
|
580
705
|
"artifactType": "XMLProperty",
|
|
581
706
|
"metadata": {
|
|
582
707
|
"type": "Property"
|
|
@@ -584,7 +709,7 @@
|
|
|
584
709
|
},
|
|
585
710
|
"description": {
|
|
586
711
|
"type": "string",
|
|
587
|
-
"description": "
|
|
712
|
+
"description": "Provides additional details of the page. This property is considered only if the title property is defined.",
|
|
588
713
|
"artifactType": "XMLProperty",
|
|
589
714
|
"metadata": {
|
|
590
715
|
"type": "Property"
|
|
@@ -592,7 +717,7 @@
|
|
|
592
717
|
},
|
|
593
718
|
"title": {
|
|
594
719
|
"type": "string",
|
|
595
|
-
"description": "Title of the page
|
|
720
|
+
"description": "Title of the page. If no title is provided, the title, avatar, and description are derived from the unqualified HeaderInfo annotation associated with the entity.",
|
|
596
721
|
"artifactType": "XMLProperty",
|
|
597
722
|
"metadata": {
|
|
598
723
|
"type": "Property"
|
|
@@ -795,6 +920,78 @@
|
|
|
795
920
|
"defaultAggregation": "shareOptions"
|
|
796
921
|
}
|
|
797
922
|
},
|
|
923
|
+
"sap.fe.macros.Status": {
|
|
924
|
+
"description": "Building block to display a status and criticality.",
|
|
925
|
+
"isViewNode": true,
|
|
926
|
+
"type": "object",
|
|
927
|
+
"properties": {
|
|
928
|
+
"contextPath": {
|
|
929
|
+
"type": "string",
|
|
930
|
+
"description": "Context path for the binding context.",
|
|
931
|
+
"artifactType": "XMLProperty",
|
|
932
|
+
"metadata": {
|
|
933
|
+
"type": "Property"
|
|
934
|
+
}
|
|
935
|
+
},
|
|
936
|
+
"inverted": {
|
|
937
|
+
"type": "boolean",
|
|
938
|
+
"description": "Determines whether the background color reflects the set state of the ObjectStatus instead of the control's text.",
|
|
939
|
+
"artifactType": "XMLProperty",
|
|
940
|
+
"metadata": {
|
|
941
|
+
"type": "Property"
|
|
942
|
+
}
|
|
943
|
+
},
|
|
944
|
+
"largeDesign": {
|
|
945
|
+
"type": "boolean",
|
|
946
|
+
"description": "Indicates whether the ObjectStatus should be displayed in large design mode.",
|
|
947
|
+
"artifactType": "XMLProperty",
|
|
948
|
+
"metadata": {
|
|
949
|
+
"type": "Property"
|
|
950
|
+
}
|
|
951
|
+
},
|
|
952
|
+
"metaPath": {
|
|
953
|
+
"type": "string",
|
|
954
|
+
"description": "Metadata path to the DataField annotation or property.",
|
|
955
|
+
"artifactType": "XMLProperty",
|
|
956
|
+
"metadata": {
|
|
957
|
+
"type": "Property"
|
|
958
|
+
}
|
|
959
|
+
},
|
|
960
|
+
"reactiveAreaMode": {
|
|
961
|
+
"type": "string",
|
|
962
|
+
"description": "When the Status is clickable, it defines the size of the reactive area of the clickable element:\n- ReactiveAreaMode.Inline - The Status is displayed as part of a sentence.\n- ReactiveAreaMode.Overlay - The Status is displayed as an overlay on top of other interactive parts of the page.\nNote: It is designed to make the clickable element easier to activate and helps meet the WCAG 2.2 Target Size requirement. It is applicable only for the SAP Horizon themes. Note: The size of the reactive area is sufficiently large to help users avoid accidentally selecting (clicking or tapping) unintended UI elements. UI elements positioned over other parts of the page may need an invisible active touch area. This ensures that no elements beneath are activated accidentally when the user tries to interact with the overlay element.\n",
|
|
963
|
+
"artifactType": "XMLProperty",
|
|
964
|
+
"metadata": {
|
|
965
|
+
"type": "Property"
|
|
966
|
+
},
|
|
967
|
+
"enum": [
|
|
968
|
+
"Inline",
|
|
969
|
+
"Overlay"
|
|
970
|
+
]
|
|
971
|
+
},
|
|
972
|
+
"id": {
|
|
973
|
+
"type": "string",
|
|
974
|
+
"description": "Unique id of control",
|
|
975
|
+
"artifactType": "XMLProperty",
|
|
976
|
+
"metadata": {
|
|
977
|
+
"type": "Property"
|
|
978
|
+
}
|
|
979
|
+
},
|
|
980
|
+
"press": {
|
|
981
|
+
"type": "string",
|
|
982
|
+
"description": "Press event fired when the ObjectStatus is clicked.",
|
|
983
|
+
"artifactType": "XMLProperty",
|
|
984
|
+
"metadata": {
|
|
985
|
+
"type": "Event"
|
|
986
|
+
}
|
|
987
|
+
}
|
|
988
|
+
},
|
|
989
|
+
"additionalProperties": false,
|
|
990
|
+
"metadata": {
|
|
991
|
+
"path": [],
|
|
992
|
+
"type": "Control"
|
|
993
|
+
}
|
|
994
|
+
},
|
|
798
995
|
"sap.fe.macros.VariantManagement": {
|
|
799
996
|
"description": "Building block used to create a Variant Management based on the metadata provided by OData V4.\nUsage example:\n\n<macro:VariantManagement\nid=\"SomeUniqueIdentifier\"\nfor=\"{listOfControlIds>}\"\n/>\n\nOverview of Building Blocks\n\t\t\t\n",
|
|
800
997
|
"isViewNode": true,
|
|
@@ -2347,6 +2544,14 @@
|
|
|
2347
2544
|
"type": "Property"
|
|
2348
2545
|
}
|
|
2349
2546
|
},
|
|
2547
|
+
"disableExport": {
|
|
2548
|
+
"type": "boolean",
|
|
2549
|
+
"description": "Determines if the column should be excluded from the export.",
|
|
2550
|
+
"artifactType": "XMLProperty",
|
|
2551
|
+
"metadata": {
|
|
2552
|
+
"type": "Property"
|
|
2553
|
+
}
|
|
2554
|
+
},
|
|
2350
2555
|
"header": {
|
|
2351
2556
|
"type": "string",
|
|
2352
2557
|
"description": "The text that will be displayed for this column header",
|
|
@@ -2453,6 +2658,22 @@
|
|
|
2453
2658
|
"isViewNode": true,
|
|
2454
2659
|
"type": "object",
|
|
2455
2660
|
"properties": {
|
|
2661
|
+
"falseValue": {
|
|
2662
|
+
"type": "string",
|
|
2663
|
+
"description": "Determines the text associated to a Boolean type with 'false' as value.",
|
|
2664
|
+
"artifactType": "XMLProperty",
|
|
2665
|
+
"metadata": {
|
|
2666
|
+
"type": "Property"
|
|
2667
|
+
}
|
|
2668
|
+
},
|
|
2669
|
+
"label": {
|
|
2670
|
+
"type": "string",
|
|
2671
|
+
"description": "Determines the column header text.",
|
|
2672
|
+
"artifactType": "XMLProperty",
|
|
2673
|
+
"metadata": {
|
|
2674
|
+
"type": "Property"
|
|
2675
|
+
}
|
|
2676
|
+
},
|
|
2456
2677
|
"property": {
|
|
2457
2678
|
"$ref": "#/definitions/string[]",
|
|
2458
2679
|
"description": "property",
|
|
@@ -2470,6 +2691,22 @@
|
|
|
2470
2691
|
"type": "Property"
|
|
2471
2692
|
}
|
|
2472
2693
|
},
|
|
2694
|
+
"textAlign": {
|
|
2695
|
+
"type": "string",
|
|
2696
|
+
"description": "Determines the alignment of the column of the cell contents.\nAvailable options are:\n- Left\n- Right\n- Center\n- Begin\n- End\n\n",
|
|
2697
|
+
"artifactType": "XMLProperty",
|
|
2698
|
+
"metadata": {
|
|
2699
|
+
"type": "Property"
|
|
2700
|
+
}
|
|
2701
|
+
},
|
|
2702
|
+
"trueValue": {
|
|
2703
|
+
"type": "string",
|
|
2704
|
+
"description": "Determines the text associated to a Boolean type with 'true' as value.",
|
|
2705
|
+
"artifactType": "XMLProperty",
|
|
2706
|
+
"metadata": {
|
|
2707
|
+
"type": "Property"
|
|
2708
|
+
}
|
|
2709
|
+
},
|
|
2473
2710
|
"type": {
|
|
2474
2711
|
"type": "string",
|
|
2475
2712
|
"description": "Determines the data type of the field",
|
|
@@ -2478,6 +2715,14 @@
|
|
|
2478
2715
|
"type": "Property"
|
|
2479
2716
|
}
|
|
2480
2717
|
},
|
|
2718
|
+
"valueMap": {
|
|
2719
|
+
"type": "object",
|
|
2720
|
+
"description": "Determines the mapping object holding the values associated with a specific key.\nEnumeration type must be used when valueMap is provided.",
|
|
2721
|
+
"artifactType": "XMLProperty",
|
|
2722
|
+
"metadata": {
|
|
2723
|
+
"type": "Property"
|
|
2724
|
+
}
|
|
2725
|
+
},
|
|
2481
2726
|
"width": {
|
|
2482
2727
|
"type": "number",
|
|
2483
2728
|
"description": "Determines the width of the column in characters",
|
|
@@ -2522,6 +2767,14 @@
|
|
|
2522
2767
|
"type": "Property"
|
|
2523
2768
|
}
|
|
2524
2769
|
},
|
|
2770
|
+
"disableExport": {
|
|
2771
|
+
"type": "boolean",
|
|
2772
|
+
"description": "Determines if the column should be excluded from the export.",
|
|
2773
|
+
"artifactType": "XMLProperty",
|
|
2774
|
+
"metadata": {
|
|
2775
|
+
"type": "Property"
|
|
2776
|
+
}
|
|
2777
|
+
},
|
|
2525
2778
|
"horizontalAlign": {
|
|
2526
2779
|
"type": "string",
|
|
2527
2780
|
"description": "Aligns the header as well as the content horizontally",
|
|
@@ -2789,6 +3042,14 @@
|
|
|
2789
3042
|
"type": "Property"
|
|
2790
3043
|
}
|
|
2791
3044
|
},
|
|
3045
|
+
"exportFileName": {
|
|
3046
|
+
"type": "string",
|
|
3047
|
+
"description": "Configures the file name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
|
|
3048
|
+
"artifactType": "XMLProperty",
|
|
3049
|
+
"metadata": {
|
|
3050
|
+
"type": "Property"
|
|
3051
|
+
}
|
|
3052
|
+
},
|
|
2792
3053
|
"exportRequestSize": {
|
|
2793
3054
|
"type": "number",
|
|
2794
3055
|
"description": "Maximum allowed number of records to be exported in one request.",
|
|
@@ -2797,6 +3058,14 @@
|
|
|
2797
3058
|
"type": "Property"
|
|
2798
3059
|
}
|
|
2799
3060
|
},
|
|
3061
|
+
"exportSheetName": {
|
|
3062
|
+
"type": "string",
|
|
3063
|
+
"description": "Configures the sheet name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
|
|
3064
|
+
"artifactType": "XMLProperty",
|
|
3065
|
+
"metadata": {
|
|
3066
|
+
"type": "Property"
|
|
3067
|
+
}
|
|
3068
|
+
},
|
|
2800
3069
|
"filterBar": {
|
|
2801
3070
|
"type": "string",
|
|
2802
3071
|
"description": "ID of the FilterBar building block associated with the table.",
|
|
@@ -3052,7 +3321,7 @@
|
|
|
3052
3321
|
},
|
|
3053
3322
|
"beforeRebindTable": {
|
|
3054
3323
|
"type": "string",
|
|
3055
|
-
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
3324
|
+
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nIt can also contain an optional parameter, `quickFilterKey`, which indicates what is the quick filter key (if any) being processed for the table.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
3056
3325
|
"artifactType": "XMLProperty",
|
|
3057
3326
|
"metadata": {
|
|
3058
3327
|
"type": "Event"
|
|
@@ -3184,6 +3453,14 @@
|
|
|
3184
3453
|
"type": "Property"
|
|
3185
3454
|
}
|
|
3186
3455
|
},
|
|
3456
|
+
"exportFileName": {
|
|
3457
|
+
"type": "string",
|
|
3458
|
+
"description": "Configures the file name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
|
|
3459
|
+
"artifactType": "XMLProperty",
|
|
3460
|
+
"metadata": {
|
|
3461
|
+
"type": "Property"
|
|
3462
|
+
}
|
|
3463
|
+
},
|
|
3187
3464
|
"exportRequestSize": {
|
|
3188
3465
|
"type": "number",
|
|
3189
3466
|
"description": "Maximum allowed number of records to be exported in one request.",
|
|
@@ -3192,6 +3469,14 @@
|
|
|
3192
3469
|
"type": "Property"
|
|
3193
3470
|
}
|
|
3194
3471
|
},
|
|
3472
|
+
"exportSheetName": {
|
|
3473
|
+
"type": "string",
|
|
3474
|
+
"description": "Configures the sheet name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
|
|
3475
|
+
"artifactType": "XMLProperty",
|
|
3476
|
+
"metadata": {
|
|
3477
|
+
"type": "Property"
|
|
3478
|
+
}
|
|
3479
|
+
},
|
|
3195
3480
|
"filterBar": {
|
|
3196
3481
|
"type": "string",
|
|
3197
3482
|
"description": "ID of the FilterBar building block associated with the table.",
|
|
@@ -3442,7 +3727,7 @@
|
|
|
3442
3727
|
},
|
|
3443
3728
|
"beforeRebindTable": {
|
|
3444
3729
|
"type": "string",
|
|
3445
|
-
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
3730
|
+
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nIt can also contain an optional parameter, `quickFilterKey`, which indicates what is the quick filter key (if any) being processed for the table.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
3446
3731
|
"artifactType": "XMLProperty",
|
|
3447
3732
|
"metadata": {
|
|
3448
3733
|
"type": "Event"
|
|
@@ -3640,6 +3925,14 @@
|
|
|
3640
3925
|
"type": "Property"
|
|
3641
3926
|
}
|
|
3642
3927
|
},
|
|
3928
|
+
"exportFileName": {
|
|
3929
|
+
"type": "string",
|
|
3930
|
+
"description": "Configures the file name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
|
|
3931
|
+
"artifactType": "XMLProperty",
|
|
3932
|
+
"metadata": {
|
|
3933
|
+
"type": "Property"
|
|
3934
|
+
}
|
|
3935
|
+
},
|
|
3643
3936
|
"exportRequestSize": {
|
|
3644
3937
|
"type": "number",
|
|
3645
3938
|
"description": "Maximum allowed number of records to be exported in one request.",
|
|
@@ -3648,6 +3941,14 @@
|
|
|
3648
3941
|
"type": "Property"
|
|
3649
3942
|
}
|
|
3650
3943
|
},
|
|
3944
|
+
"exportSheetName": {
|
|
3945
|
+
"type": "string",
|
|
3946
|
+
"description": "Configures the sheet name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
|
|
3947
|
+
"artifactType": "XMLProperty",
|
|
3948
|
+
"metadata": {
|
|
3949
|
+
"type": "Property"
|
|
3950
|
+
}
|
|
3951
|
+
},
|
|
3651
3952
|
"filterBar": {
|
|
3652
3953
|
"type": "string",
|
|
3653
3954
|
"description": "ID of the FilterBar building block associated with the table.",
|
|
@@ -3934,7 +4235,7 @@
|
|
|
3934
4235
|
},
|
|
3935
4236
|
"beforeRebindTable": {
|
|
3936
4237
|
"type": "string",
|
|
3937
|
-
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
4238
|
+
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nIt can also contain an optional parameter, `quickFilterKey`, which indicates what is the quick filter key (if any) being processed for the table.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
3938
4239
|
"artifactType": "XMLProperty",
|
|
3939
4240
|
"metadata": {
|
|
3940
4241
|
"type": "Event"
|
|
@@ -4065,6 +4366,14 @@
|
|
|
4065
4366
|
"type": "Property"
|
|
4066
4367
|
}
|
|
4067
4368
|
},
|
|
4369
|
+
"exportFileName": {
|
|
4370
|
+
"type": "string",
|
|
4371
|
+
"description": "Configures the file name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
|
|
4372
|
+
"artifactType": "XMLProperty",
|
|
4373
|
+
"metadata": {
|
|
4374
|
+
"type": "Property"
|
|
4375
|
+
}
|
|
4376
|
+
},
|
|
4068
4377
|
"exportRequestSize": {
|
|
4069
4378
|
"type": "number",
|
|
4070
4379
|
"description": "Maximum allowed number of records to be exported in one request.",
|
|
@@ -4073,6 +4382,14 @@
|
|
|
4073
4382
|
"type": "Property"
|
|
4074
4383
|
}
|
|
4075
4384
|
},
|
|
4385
|
+
"exportSheetName": {
|
|
4386
|
+
"type": "string",
|
|
4387
|
+
"description": "Configures the sheet name of exported table.\nIt's limited to 31 characters. If the name is longer, it will be truncated.",
|
|
4388
|
+
"artifactType": "XMLProperty",
|
|
4389
|
+
"metadata": {
|
|
4390
|
+
"type": "Property"
|
|
4391
|
+
}
|
|
4392
|
+
},
|
|
4076
4393
|
"filterBar": {
|
|
4077
4394
|
"type": "string",
|
|
4078
4395
|
"description": "ID of the FilterBar building block associated with the table.",
|
|
@@ -4359,7 +4676,7 @@
|
|
|
4359
4676
|
},
|
|
4360
4677
|
"beforeRebindTable": {
|
|
4361
4678
|
"type": "string",
|
|
4362
|
-
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
4679
|
+
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nIt can also contain an optional parameter, `quickFilterKey`, which indicates what is the quick filter key (if any) being processed for the table.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
4363
4680
|
"artifactType": "XMLProperty",
|
|
4364
4681
|
"metadata": {
|
|
4365
4682
|
"type": "Event"
|
|
@@ -641,6 +641,12 @@
|
|
|
641
641
|
"type": "boolean"
|
|
642
642
|
}
|
|
643
643
|
]
|
|
644
|
+
},
|
|
645
|
+
"creationMode": {
|
|
646
|
+
"$ref": "#/definitions/TableCreationModeLR",
|
|
647
|
+
"description": "Defines the page behavior when a new record is created.",
|
|
648
|
+
"artifactType": "Manifest",
|
|
649
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/ceb9284b16f64f30865ce999dbd56064"
|
|
644
650
|
}
|
|
645
651
|
},
|
|
646
652
|
"additionalProperties": false,
|
|
@@ -1059,6 +1065,45 @@
|
|
|
1059
1065
|
],
|
|
1060
1066
|
"type": "string"
|
|
1061
1067
|
},
|
|
1068
|
+
"TableCreationModeLR": {
|
|
1069
|
+
"description": "Creation Mode for List Report Table",
|
|
1070
|
+
"controlProperty": "name",
|
|
1071
|
+
"type": "object",
|
|
1072
|
+
"properties": {
|
|
1073
|
+
"name": {
|
|
1074
|
+
"description": "Defines the creation mode to be used by the List Report table.\nThe allowed values are `NewPage` or `CreationDialog`.\n\n- NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async' or 'Deferred' metadata is used.\n- CreationDialog: The creation is performed in the table, with a dialog which allows you to specify initial property values that are are listed in `creationFields`.\n\nIf this is not set with a value, the default value is 'NewPage'.",
|
|
1075
|
+
"enum": [
|
|
1076
|
+
"CreationDialog",
|
|
1077
|
+
"NewPage"
|
|
1078
|
+
],
|
|
1079
|
+
"type": "string",
|
|
1080
|
+
"artifactType": "Manifest",
|
|
1081
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/ceb9284b16f64f30865ce999dbd56064"
|
|
1082
|
+
},
|
|
1083
|
+
"creationFields": {
|
|
1084
|
+
"description": "Defines the list of properties that are displayed in the creation dialog when the creation mode is set to 'CreationDialog'.\nThis value is a comma-separated list of property names.",
|
|
1085
|
+
"type": "array",
|
|
1086
|
+
"items": {
|
|
1087
|
+
"type": "string"
|
|
1088
|
+
},
|
|
1089
|
+
"artifactType": "Manifest",
|
|
1090
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/7fee938d7cba4bfd86810cfe6d011eb0"
|
|
1091
|
+
},
|
|
1092
|
+
"createInPlace": {
|
|
1093
|
+
"description": "Specifies if the new entry is placed at the position computed by the back end. For example, considering sorting.\nThe default value is 'false' which means the new entry is placed as the first child below its parent.",
|
|
1094
|
+
"type": "boolean",
|
|
1095
|
+
"artifactType": "Manifest",
|
|
1096
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/7cf7a31fd1ee490ab816ecd941bd2f1f"
|
|
1097
|
+
},
|
|
1098
|
+
"isCreateEnabled": {
|
|
1099
|
+
"description": "Defines the extension point to control whether the Create button or Create Menu buttons are enabled.",
|
|
1100
|
+
"type": "string",
|
|
1101
|
+
"artifactType": "Manifest",
|
|
1102
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/7cf7a31fd1ee490ab816ecd941bd2f1f"
|
|
1103
|
+
}
|
|
1104
|
+
},
|
|
1105
|
+
"additionalProperties": false
|
|
1106
|
+
},
|
|
1062
1107
|
"Table": {
|
|
1063
1108
|
"description": "Table",
|
|
1064
1109
|
"isViewNode": true,
|
|
@@ -1090,6 +1135,10 @@
|
|
|
1090
1135
|
"columns": {
|
|
1091
1136
|
"$ref": "#/definitions/GenericColumns"
|
|
1092
1137
|
},
|
|
1138
|
+
"analyticalConfiguration": {
|
|
1139
|
+
"$ref": "#/definitions/AnalyticalConfiguration",
|
|
1140
|
+
"artifactType": "Manifest"
|
|
1141
|
+
},
|
|
1093
1142
|
"type": {
|
|
1094
1143
|
"$ref": "#/definitions/TableTypeV4",
|
|
1095
1144
|
"description": "Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.",
|
|
@@ -1184,6 +1233,12 @@
|
|
|
1184
1233
|
"type": "boolean"
|
|
1185
1234
|
}
|
|
1186
1235
|
]
|
|
1236
|
+
},
|
|
1237
|
+
"creationMode": {
|
|
1238
|
+
"$ref": "#/definitions/TableCreationModeLR",
|
|
1239
|
+
"description": "Defines the page behavior when a new record is created.",
|
|
1240
|
+
"artifactType": "Manifest",
|
|
1241
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/ceb9284b16f64f30865ce999dbd56064"
|
|
1187
1242
|
}
|
|
1188
1243
|
},
|
|
1189
1244
|
"additionalProperties": false
|
|
@@ -1297,6 +1352,10 @@
|
|
|
1297
1352
|
"description": "Defines whether the view is visible.",
|
|
1298
1353
|
"artifactType": "Manifest"
|
|
1299
1354
|
},
|
|
1355
|
+
"analyticalConfiguration": {
|
|
1356
|
+
"$ref": "#/definitions/ViewAnalyticalConfiguration",
|
|
1357
|
+
"artifactType": "Manifest"
|
|
1358
|
+
},
|
|
1300
1359
|
"type": {
|
|
1301
1360
|
"$ref": "#/definitions/TableTypeV4",
|
|
1302
1361
|
"description": "Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.",
|
|
@@ -1389,6 +1448,12 @@
|
|
|
1389
1448
|
"type": "boolean"
|
|
1390
1449
|
}
|
|
1391
1450
|
]
|
|
1451
|
+
},
|
|
1452
|
+
"creationMode": {
|
|
1453
|
+
"$ref": "#/definitions/TableCreationModeLR",
|
|
1454
|
+
"description": "Defines the page behavior when a new record is created.",
|
|
1455
|
+
"artifactType": "Manifest",
|
|
1456
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/ceb9284b16f64f30865ce999dbd56064"
|
|
1392
1457
|
}
|
|
1393
1458
|
},
|
|
1394
1459
|
"additionalProperties": false,
|
|
@@ -1398,6 +1463,18 @@
|
|
|
1398
1463
|
"key"
|
|
1399
1464
|
]
|
|
1400
1465
|
},
|
|
1466
|
+
"ViewAnalyticalConfiguration": {
|
|
1467
|
+
"type": "object",
|
|
1468
|
+
"properties": {
|
|
1469
|
+
"aggregationOnLeafLevel": {
|
|
1470
|
+
"description": "When set to true, aggregation is based only on visible columns.",
|
|
1471
|
+
"artifactType": "Manifest",
|
|
1472
|
+
"descriptionSrcURL": "https://ui5.sap.com/1.136.0/#/topic/7f844f1021cd4791b8f7408eac7c1cec",
|
|
1473
|
+
"type": "boolean"
|
|
1474
|
+
}
|
|
1475
|
+
},
|
|
1476
|
+
"additionalProperties": false
|
|
1477
|
+
},
|
|
1401
1478
|
"LRChartView": {
|
|
1402
1479
|
"description": "Chart View",
|
|
1403
1480
|
"isViewNode": true,
|
|
@@ -1481,6 +1558,9 @@
|
|
|
1481
1558
|
"type": "boolean"
|
|
1482
1559
|
}
|
|
1483
1560
|
]
|
|
1561
|
+
},
|
|
1562
|
+
"analyticalConfiguration": {
|
|
1563
|
+
"$ref": "#/definitions/ViewAnalyticalConfiguration"
|
|
1484
1564
|
}
|
|
1485
1565
|
},
|
|
1486
1566
|
"additionalProperties": false,
|
|
@@ -1683,6 +1763,19 @@
|
|
|
1683
1763
|
"placement"
|
|
1684
1764
|
]
|
|
1685
1765
|
},
|
|
1766
|
+
"AnalyticalConfiguration": {
|
|
1767
|
+
"description": "Interface representing properties for managing analytical configuration behavior in a table.",
|
|
1768
|
+
"type": "object",
|
|
1769
|
+
"properties": {
|
|
1770
|
+
"aggregationOnLeafLevel": {
|
|
1771
|
+
"description": "When set to true, aggregation is based only on visible columns.",
|
|
1772
|
+
"artifactType": "Manifest",
|
|
1773
|
+
"descriptionSrcURL": "https://ui5.sap.com/1.136.0/#/topic/7f844f1021cd4791b8f7408eac7c1cec",
|
|
1774
|
+
"type": "boolean"
|
|
1775
|
+
}
|
|
1776
|
+
},
|
|
1777
|
+
"additionalProperties": false
|
|
1778
|
+
},
|
|
1686
1779
|
"DefaultPathType": {
|
|
1687
1780
|
"enum": [
|
|
1688
1781
|
"both",
|