@sap/ux-specification 1.136.2 → 1.136.4
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 +42 -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 +109 -109
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/ListReportNewConfig.json +42 -0
- package/dist/schemas/v4/BuildingBlocksConfig.json +200 -122
- package/dist/schemas/v4/ListReportConfig.json +136 -0
- package/dist/schemas/v4/ObjectPageConfig.json +136 -0
- package/dist/specification/package.json +9 -9
- package/dist/specification/scripts/extractDocu.js +65 -56
- package/dist/specification/scripts/extractDocu.js.map +1 -1
- package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
- package/dist/specification/scripts/schema/to-json-schema.js +3 -2
- package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
- package/dist/specification/src/api.js +2 -2
- package/dist/specification/src/sync/v2/generate/listReport.js +1 -1
- package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +1 -2
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Action.d.ts +5 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Action.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Action.js +24 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Action.js.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.d.ts +12 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.js +58 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.js.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +7 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +23 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts +2 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js +15 -2
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.d.ts +3 -3
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js +10 -8
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js.map +1 -1
- package/dist/specification/src/sync/v2/import/importPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/importPage.js +1 -2
- package/dist/specification/src/sync/v2/import/importPage.js.map +1 -1
- package/dist/specification/src/sync/v2/utils.d.ts +5 -6
- package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/utils.js +8 -17
- package/dist/specification/src/sync/v2/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +12 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts +20 -0
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js +82 -0
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/listReport.js +8 -0
- 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 +5 -0
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.d.ts +8 -0
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +36 -5
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/types/src/common/types.d.ts +1 -5
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts +5 -1
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v4/controls/Table.d.ts +29 -0
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/package.json +9 -9
|
@@ -7,10 +7,52 @@
|
|
|
7
7
|
"artifactType": "FlexChange",
|
|
8
8
|
"controlType": "sap.f.DynamicPage"
|
|
9
9
|
},
|
|
10
|
+
"header": {
|
|
11
|
+
"$ref": "#/definitions/ListHeader",
|
|
12
|
+
"description": "Header"
|
|
13
|
+
},
|
|
10
14
|
"$schema": {
|
|
11
15
|
"type": "string"
|
|
12
16
|
}
|
|
13
17
|
},
|
|
14
18
|
"additionalProperties": false,
|
|
19
|
+
"definitions": {
|
|
20
|
+
"ListHeader": {
|
|
21
|
+
"description": "Header",
|
|
22
|
+
"isViewNode": true,
|
|
23
|
+
"type": "object",
|
|
24
|
+
"properties": {
|
|
25
|
+
"actions": {
|
|
26
|
+
"$ref": "#/definitions/ListHeaderActions"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"additionalProperties": false
|
|
30
|
+
},
|
|
31
|
+
"ListHeaderActions": {
|
|
32
|
+
"description": "Actions",
|
|
33
|
+
"isViewNode": true,
|
|
34
|
+
"type": "object",
|
|
35
|
+
"properties": {
|
|
36
|
+
"Share": {
|
|
37
|
+
"$ref": "#/definitions/Share"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"additionalProperties": false
|
|
41
|
+
},
|
|
42
|
+
"Share": {
|
|
43
|
+
"description": "Share",
|
|
44
|
+
"isViewNode": true,
|
|
45
|
+
"type": "object",
|
|
46
|
+
"properties": {
|
|
47
|
+
"visible": {
|
|
48
|
+
"description": "Allows you to define if the button is visible on the screen.",
|
|
49
|
+
"type": "boolean",
|
|
50
|
+
"artifactType": "FlexChange",
|
|
51
|
+
"controlType": "sap.m.Button"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"additionalProperties": false
|
|
55
|
+
}
|
|
56
|
+
},
|
|
15
57
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
16
58
|
}
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"metadata": {
|
|
4
4
|
"namespaces": [
|
|
5
5
|
"sap.fe.macros",
|
|
6
|
+
"sap.fe.macros.form",
|
|
6
7
|
"sap.fe.macros.chart",
|
|
7
8
|
"sap.fe.macros.controls",
|
|
8
9
|
"sap.fe.macros.field",
|
|
@@ -137,7 +138,7 @@
|
|
|
137
138
|
}
|
|
138
139
|
},
|
|
139
140
|
"sap.fe.macros.CollectionBindingInfo": {
|
|
140
|
-
"description": "API to add parameters to the collection binding
|
|
141
|
+
"description": "API to add parameters to the collection binding info.",
|
|
141
142
|
"isViewNode": true,
|
|
142
143
|
"type": "object",
|
|
143
144
|
"properties": {
|
|
@@ -203,7 +204,7 @@
|
|
|
203
204
|
},
|
|
204
205
|
"value": {
|
|
205
206
|
"type": "string",
|
|
206
|
-
"description": "This is used to optionally provide an external value that comes from a different model than the
|
|
207
|
+
"description": "This is used to optionally provide an external value that comes from a different model than the OData model.\nIt is designed to work with a field with value help, and without support for complex value help (currency / unit).",
|
|
207
208
|
"artifactType": "XMLProperty",
|
|
208
209
|
"metadata": {
|
|
209
210
|
"type": "Property"
|
|
@@ -251,6 +252,69 @@
|
|
|
251
252
|
"type": "Control"
|
|
252
253
|
}
|
|
253
254
|
},
|
|
255
|
+
"sap.fe.macros.form.FormElement": {
|
|
256
|
+
"description": "Building block used to create a form element based on the metadata provided by OData V4.",
|
|
257
|
+
"isViewNode": true,
|
|
258
|
+
"type": "object",
|
|
259
|
+
"properties": {
|
|
260
|
+
"contextPath": {
|
|
261
|
+
"type": "string",
|
|
262
|
+
"description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
|
|
263
|
+
"artifactType": "XMLProperty",
|
|
264
|
+
"metadata": {
|
|
265
|
+
"type": "Property"
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
"label": {
|
|
269
|
+
"type": "string",
|
|
270
|
+
"description": "Label shown for the field. If not set, the label from the annotations will be shown.",
|
|
271
|
+
"artifactType": "XMLProperty",
|
|
272
|
+
"metadata": {
|
|
273
|
+
"type": "Property"
|
|
274
|
+
}
|
|
275
|
+
},
|
|
276
|
+
"metaPath": {
|
|
277
|
+
"type": "string",
|
|
278
|
+
"description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
|
|
279
|
+
"artifactType": "XMLProperty",
|
|
280
|
+
"metadata": {
|
|
281
|
+
"type": "Property"
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
"visible": {
|
|
285
|
+
"type": "boolean",
|
|
286
|
+
"description": "If set to false, the FormElement is not rendered.",
|
|
287
|
+
"artifactType": "XMLProperty",
|
|
288
|
+
"metadata": {
|
|
289
|
+
"type": "Property"
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
"id": {
|
|
293
|
+
"type": "string",
|
|
294
|
+
"description": "Unique id of control",
|
|
295
|
+
"artifactType": "XMLProperty",
|
|
296
|
+
"metadata": {
|
|
297
|
+
"type": "Property"
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
"fields": {
|
|
301
|
+
"type": "object",
|
|
302
|
+
"additionalProperties": {
|
|
303
|
+
"$ref": "#/definitions/sap.ui.core.Control"
|
|
304
|
+
},
|
|
305
|
+
"isViewNode": true,
|
|
306
|
+
"metadata": {
|
|
307
|
+
"path": [],
|
|
308
|
+
"type": "Aggregation"
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
},
|
|
312
|
+
"additionalProperties": false,
|
|
313
|
+
"metadata": {
|
|
314
|
+
"path": [],
|
|
315
|
+
"type": "Control"
|
|
316
|
+
}
|
|
317
|
+
},
|
|
254
318
|
"sap.fe.macros.KPITag": {
|
|
255
319
|
"description": "Building block used to create a KPI tag.",
|
|
256
320
|
"isViewNode": true,
|
|
@@ -468,7 +532,7 @@
|
|
|
468
532
|
},
|
|
469
533
|
"items": {
|
|
470
534
|
"type": "any",
|
|
471
|
-
"description": "Property added to be able to add data / items to the multi
|
|
535
|
+
"description": "Property added to be able to add data / items to the multi-input field using a different model",
|
|
472
536
|
"artifactType": "XMLProperty",
|
|
473
537
|
"metadata": {
|
|
474
538
|
"type": "Property"
|
|
@@ -1139,7 +1203,7 @@
|
|
|
1139
1203
|
},
|
|
1140
1204
|
"value": {
|
|
1141
1205
|
"type": "string",
|
|
1142
|
-
"description": "This is used to optionally provide an external value that comes from a different model than the
|
|
1206
|
+
"description": "This is used to optionally provide an external value that comes from a different model than the OData model.\nIt is designed to work with a field with value help, and without support for complex value help (currency / unit).",
|
|
1143
1207
|
"artifactType": "XMLProperty",
|
|
1144
1208
|
"metadata": {
|
|
1145
1209
|
"type": "Property"
|
|
@@ -1677,80 +1741,6 @@
|
|
|
1677
1741
|
"type": "Control"
|
|
1678
1742
|
}
|
|
1679
1743
|
},
|
|
1680
|
-
"sap.fe.macros.FormElement": {
|
|
1681
|
-
"description": "Building block used to create a form element based on the metadata provided by OData V4.",
|
|
1682
|
-
"isViewNode": true,
|
|
1683
|
-
"type": "object",
|
|
1684
|
-
"properties": {
|
|
1685
|
-
"contextPath": {
|
|
1686
|
-
"$ref": "#/definitions/sap.ui.model.Context",
|
|
1687
|
-
"description": "contextPath",
|
|
1688
|
-
"artifactType": "XMLProperty",
|
|
1689
|
-
"isViewNode": true,
|
|
1690
|
-
"metadata": {
|
|
1691
|
-
"type": "Property"
|
|
1692
|
-
}
|
|
1693
|
-
},
|
|
1694
|
-
"label": {
|
|
1695
|
-
"type": "string",
|
|
1696
|
-
"description": "Label shown for the field. If not set, the label from the annotations will be shown.",
|
|
1697
|
-
"artifactType": "XMLProperty",
|
|
1698
|
-
"metadata": {
|
|
1699
|
-
"type": "Property"
|
|
1700
|
-
},
|
|
1701
|
-
"i18nClassification": "FLD: Label of the form element"
|
|
1702
|
-
},
|
|
1703
|
-
"metaPath": {
|
|
1704
|
-
"$ref": "#/definitions/sap.ui.model.Context",
|
|
1705
|
-
"description": "metaPath",
|
|
1706
|
-
"artifactType": "XMLProperty",
|
|
1707
|
-
"isViewNode": true,
|
|
1708
|
-
"metadata": {
|
|
1709
|
-
"type": "Property"
|
|
1710
|
-
}
|
|
1711
|
-
},
|
|
1712
|
-
"visible": {
|
|
1713
|
-
"type": "boolean",
|
|
1714
|
-
"description": "If set to false, the FormElement is not rendered.",
|
|
1715
|
-
"artifactType": "XMLProperty",
|
|
1716
|
-
"metadata": {
|
|
1717
|
-
"type": "Property"
|
|
1718
|
-
}
|
|
1719
|
-
},
|
|
1720
|
-
"id": {
|
|
1721
|
-
"type": "string",
|
|
1722
|
-
"description": "Unique id of control",
|
|
1723
|
-
"artifactType": "XMLProperty",
|
|
1724
|
-
"metadata": {
|
|
1725
|
-
"type": "Property"
|
|
1726
|
-
}
|
|
1727
|
-
},
|
|
1728
|
-
"fields": {
|
|
1729
|
-
"type": "object",
|
|
1730
|
-
"additionalProperties": {
|
|
1731
|
-
"$ref": "#/definitions/sap.ui.core.Control"
|
|
1732
|
-
},
|
|
1733
|
-
"isViewNode": true,
|
|
1734
|
-
"metadata": {
|
|
1735
|
-
"path": [],
|
|
1736
|
-
"type": "Aggregation"
|
|
1737
|
-
}
|
|
1738
|
-
},
|
|
1739
|
-
"change": {
|
|
1740
|
-
"type": "string",
|
|
1741
|
-
"description": "The event is triggered when the field is changed.",
|
|
1742
|
-
"artifactType": "XMLProperty",
|
|
1743
|
-
"metadata": {
|
|
1744
|
-
"type": "Event"
|
|
1745
|
-
}
|
|
1746
|
-
}
|
|
1747
|
-
},
|
|
1748
|
-
"additionalProperties": false,
|
|
1749
|
-
"metadata": {
|
|
1750
|
-
"path": [],
|
|
1751
|
-
"type": "Control"
|
|
1752
|
-
}
|
|
1753
|
-
},
|
|
1754
1744
|
"sap.fe.macros.microchart.MicroChart": {
|
|
1755
1745
|
"description": "Building block used to create a MicroChart 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/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",
|
|
1756
1746
|
"isViewNode": true,
|
|
@@ -1971,6 +1961,14 @@
|
|
|
1971
1961
|
"type": "Property"
|
|
1972
1962
|
}
|
|
1973
1963
|
},
|
|
1964
|
+
"isAIOperation": {
|
|
1965
|
+
"type": "boolean",
|
|
1966
|
+
"description": "Displays the AI Icon on the action button.",
|
|
1967
|
+
"artifactType": "XMLProperty",
|
|
1968
|
+
"metadata": {
|
|
1969
|
+
"type": "Property"
|
|
1970
|
+
}
|
|
1971
|
+
},
|
|
1974
1972
|
"key": {
|
|
1975
1973
|
"type": "string",
|
|
1976
1974
|
"description": "Unique identifier of the action",
|
|
@@ -2231,6 +2229,14 @@
|
|
|
2231
2229
|
"type": "Property"
|
|
2232
2230
|
}
|
|
2233
2231
|
},
|
|
2232
|
+
"isAIOperation": {
|
|
2233
|
+
"type": "boolean",
|
|
2234
|
+
"description": "Displays the AI Icon on the action button.",
|
|
2235
|
+
"artifactType": "XMLProperty",
|
|
2236
|
+
"metadata": {
|
|
2237
|
+
"type": "Property"
|
|
2238
|
+
}
|
|
2239
|
+
},
|
|
2234
2240
|
"key": {
|
|
2235
2241
|
"type": "string",
|
|
2236
2242
|
"description": "Unique identifier of the action to overridden.",
|
|
@@ -2323,6 +2329,14 @@
|
|
|
2323
2329
|
"type": "Property"
|
|
2324
2330
|
}
|
|
2325
2331
|
},
|
|
2332
|
+
"availability": {
|
|
2333
|
+
"type": "string",
|
|
2334
|
+
"description": "The column availability\nAllowed values are `Default`, `Adaptation`, `Hidden`\n",
|
|
2335
|
+
"artifactType": "XMLProperty",
|
|
2336
|
+
"metadata": {
|
|
2337
|
+
"type": "Property"
|
|
2338
|
+
}
|
|
2339
|
+
},
|
|
2326
2340
|
"header": {
|
|
2327
2341
|
"type": "string",
|
|
2328
2342
|
"description": "The text that will be displayed for this column header",
|
|
@@ -2377,6 +2391,22 @@
|
|
|
2377
2391
|
"type": "Property"
|
|
2378
2392
|
}
|
|
2379
2393
|
},
|
|
2394
|
+
"required": {
|
|
2395
|
+
"type": "boolean",
|
|
2396
|
+
"description": "Determines if the information in the column is required.",
|
|
2397
|
+
"artifactType": "XMLProperty",
|
|
2398
|
+
"metadata": {
|
|
2399
|
+
"type": "Property"
|
|
2400
|
+
}
|
|
2401
|
+
},
|
|
2402
|
+
"tooltip": {
|
|
2403
|
+
"type": "string",
|
|
2404
|
+
"description": "Determines the text displayed for the column tooltip",
|
|
2405
|
+
"artifactType": "XMLProperty",
|
|
2406
|
+
"metadata": {
|
|
2407
|
+
"type": "Property"
|
|
2408
|
+
}
|
|
2409
|
+
},
|
|
2380
2410
|
"width": {
|
|
2381
2411
|
"type": "string",
|
|
2382
2412
|
"description": "Determines the column's width.\nAllowed values are 'auto', 'value', and 'inherit', according to sap.ui.core.CSSSize\n",
|
|
@@ -2485,6 +2515,14 @@
|
|
|
2485
2515
|
"isViewNode": true,
|
|
2486
2516
|
"type": "object",
|
|
2487
2517
|
"properties": {
|
|
2518
|
+
"availability": {
|
|
2519
|
+
"type": "string",
|
|
2520
|
+
"description": "The column availability\nAllowed values are `Default`, `Adaptation`, `Hidden``\n",
|
|
2521
|
+
"artifactType": "XMLProperty",
|
|
2522
|
+
"metadata": {
|
|
2523
|
+
"type": "Property"
|
|
2524
|
+
}
|
|
2525
|
+
},
|
|
2488
2526
|
"horizontalAlign": {
|
|
2489
2527
|
"type": "string",
|
|
2490
2528
|
"description": "Aligns the header as well as the content horizontally",
|
|
@@ -2687,6 +2725,14 @@
|
|
|
2687
2725
|
"type": "Property"
|
|
2688
2726
|
}
|
|
2689
2727
|
},
|
|
2728
|
+
"disableColumnFreeze": {
|
|
2729
|
+
"type": "boolean",
|
|
2730
|
+
"description": "Determines whether the number of fixed columns can be configured in the Column Settings dialog.\nThis property doesn't apply for responsive tables\n",
|
|
2731
|
+
"artifactType": "XMLProperty",
|
|
2732
|
+
"metadata": {
|
|
2733
|
+
"type": "Property"
|
|
2734
|
+
}
|
|
2735
|
+
},
|
|
2690
2736
|
"disableCopyToClipboard": {
|
|
2691
2737
|
"type": "boolean",
|
|
2692
2738
|
"description": "Controls if the copy functionality of the table is disabled or not.",
|
|
@@ -2878,17 +2924,10 @@
|
|
|
2878
2924
|
}
|
|
2879
2925
|
},
|
|
2880
2926
|
"selectionLimit": {
|
|
2881
|
-
"
|
|
2882
|
-
|
|
2883
|
-
"type": "number"
|
|
2884
|
-
},
|
|
2885
|
-
{
|
|
2886
|
-
"type": "string",
|
|
2887
|
-
"pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
|
|
2888
|
-
}
|
|
2889
|
-
],
|
|
2890
|
-
"description": "Defines the maximum number of rows that can be selected at once in the table.\nThis property does not apply to responsive tables.",
|
|
2927
|
+
"$ref": "#/definitions/int",
|
|
2928
|
+
"description": "selectionLimit",
|
|
2891
2929
|
"artifactType": "XMLProperty",
|
|
2930
|
+
"isViewNode": true,
|
|
2892
2931
|
"metadata": {
|
|
2893
2932
|
"type": "Property"
|
|
2894
2933
|
}
|
|
@@ -2909,6 +2948,15 @@
|
|
|
2909
2948
|
"ForceSingle"
|
|
2910
2949
|
]
|
|
2911
2950
|
},
|
|
2951
|
+
"threshold": {
|
|
2952
|
+
"$ref": "#/definitions/int",
|
|
2953
|
+
"description": "threshold",
|
|
2954
|
+
"artifactType": "XMLProperty",
|
|
2955
|
+
"isViewNode": true,
|
|
2956
|
+
"metadata": {
|
|
2957
|
+
"type": "Property"
|
|
2958
|
+
}
|
|
2959
|
+
},
|
|
2912
2960
|
"type": {
|
|
2913
2961
|
"type": "string",
|
|
2914
2962
|
"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",
|
|
@@ -2997,7 +3045,7 @@
|
|
|
2997
3045
|
},
|
|
2998
3046
|
"beforeRebindTable": {
|
|
2999
3047
|
"type": "string",
|
|
3000
|
-
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
3048
|
+
"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",
|
|
3001
3049
|
"artifactType": "XMLProperty",
|
|
3002
3050
|
"metadata": {
|
|
3003
3051
|
"type": "Event"
|
|
@@ -3065,6 +3113,14 @@
|
|
|
3065
3113
|
"type": "Property"
|
|
3066
3114
|
}
|
|
3067
3115
|
},
|
|
3116
|
+
"disableColumnFreeze": {
|
|
3117
|
+
"type": "boolean",
|
|
3118
|
+
"description": "Determines whether the number of fixed columns can be configured in the Column Settings dialog.\nThis property doesn't apply for responsive tables\n",
|
|
3119
|
+
"artifactType": "XMLProperty",
|
|
3120
|
+
"metadata": {
|
|
3121
|
+
"type": "Property"
|
|
3122
|
+
}
|
|
3123
|
+
},
|
|
3068
3124
|
"disableCopyToClipboard": {
|
|
3069
3125
|
"type": "boolean",
|
|
3070
3126
|
"description": "Controls if the copy functionality of the table is disabled or not.",
|
|
@@ -3255,17 +3311,10 @@
|
|
|
3255
3311
|
}
|
|
3256
3312
|
},
|
|
3257
3313
|
"selectionLimit": {
|
|
3258
|
-
"
|
|
3259
|
-
|
|
3260
|
-
"type": "number"
|
|
3261
|
-
},
|
|
3262
|
-
{
|
|
3263
|
-
"type": "string",
|
|
3264
|
-
"pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
|
|
3265
|
-
}
|
|
3266
|
-
],
|
|
3267
|
-
"description": "Defines the maximum number of rows that can be selected at once in the table.\nThis property does not apply to responsive tables.",
|
|
3314
|
+
"$ref": "#/definitions/int",
|
|
3315
|
+
"description": "selectionLimit",
|
|
3268
3316
|
"artifactType": "XMLProperty",
|
|
3317
|
+
"isViewNode": true,
|
|
3269
3318
|
"metadata": {
|
|
3270
3319
|
"type": "Property"
|
|
3271
3320
|
}
|
|
@@ -3286,6 +3335,15 @@
|
|
|
3286
3335
|
"ForceSingle"
|
|
3287
3336
|
]
|
|
3288
3337
|
},
|
|
3338
|
+
"threshold": {
|
|
3339
|
+
"$ref": "#/definitions/int",
|
|
3340
|
+
"description": "threshold",
|
|
3341
|
+
"artifactType": "XMLProperty",
|
|
3342
|
+
"isViewNode": true,
|
|
3343
|
+
"metadata": {
|
|
3344
|
+
"type": "Property"
|
|
3345
|
+
}
|
|
3346
|
+
},
|
|
3289
3347
|
"type": {
|
|
3290
3348
|
"type": "string",
|
|
3291
3349
|
"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",
|
|
@@ -3370,7 +3428,7 @@
|
|
|
3370
3428
|
},
|
|
3371
3429
|
"beforeRebindTable": {
|
|
3372
3430
|
"type": "string",
|
|
3373
|
-
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
3431
|
+
"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",
|
|
3374
3432
|
"artifactType": "XMLProperty",
|
|
3375
3433
|
"metadata": {
|
|
3376
3434
|
"type": "Event"
|
|
@@ -3504,6 +3562,14 @@
|
|
|
3504
3562
|
"type": "Property"
|
|
3505
3563
|
}
|
|
3506
3564
|
},
|
|
3565
|
+
"disableColumnFreeze": {
|
|
3566
|
+
"type": "boolean",
|
|
3567
|
+
"description": "Determines whether the number of fixed columns can be configured in the Column Settings dialog.\nThis property doesn't apply for responsive tables\n",
|
|
3568
|
+
"artifactType": "XMLProperty",
|
|
3569
|
+
"metadata": {
|
|
3570
|
+
"type": "Property"
|
|
3571
|
+
}
|
|
3572
|
+
},
|
|
3507
3573
|
"disableCopyToClipboard": {
|
|
3508
3574
|
"type": "boolean",
|
|
3509
3575
|
"description": "Controls if the copy functionality of the table is disabled or not.",
|
|
@@ -3734,17 +3800,10 @@
|
|
|
3734
3800
|
}
|
|
3735
3801
|
},
|
|
3736
3802
|
"selectionLimit": {
|
|
3737
|
-
"
|
|
3738
|
-
|
|
3739
|
-
"type": "number"
|
|
3740
|
-
},
|
|
3741
|
-
{
|
|
3742
|
-
"type": "string",
|
|
3743
|
-
"pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
|
|
3744
|
-
}
|
|
3745
|
-
],
|
|
3746
|
-
"description": "Defines the maximum number of rows that can be selected at once in the table.\nThis property does not apply to responsive tables.",
|
|
3803
|
+
"$ref": "#/definitions/int",
|
|
3804
|
+
"description": "selectionLimit",
|
|
3747
3805
|
"artifactType": "XMLProperty",
|
|
3806
|
+
"isViewNode": true,
|
|
3748
3807
|
"metadata": {
|
|
3749
3808
|
"type": "Property"
|
|
3750
3809
|
}
|
|
@@ -3765,6 +3824,15 @@
|
|
|
3765
3824
|
"ForceSingle"
|
|
3766
3825
|
]
|
|
3767
3826
|
},
|
|
3827
|
+
"threshold": {
|
|
3828
|
+
"$ref": "#/definitions/int",
|
|
3829
|
+
"description": "threshold",
|
|
3830
|
+
"artifactType": "XMLProperty",
|
|
3831
|
+
"isViewNode": true,
|
|
3832
|
+
"metadata": {
|
|
3833
|
+
"type": "Property"
|
|
3834
|
+
}
|
|
3835
|
+
},
|
|
3768
3836
|
"type": {
|
|
3769
3837
|
"type": "string",
|
|
3770
3838
|
"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",
|
|
@@ -3845,7 +3913,7 @@
|
|
|
3845
3913
|
},
|
|
3846
3914
|
"beforeRebindTable": {
|
|
3847
3915
|
"type": "string",
|
|
3848
|
-
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
3916
|
+
"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",
|
|
3849
3917
|
"artifactType": "XMLProperty",
|
|
3850
3918
|
"metadata": {
|
|
3851
3919
|
"type": "Event"
|
|
@@ -3912,6 +3980,14 @@
|
|
|
3912
3980
|
"type": "Property"
|
|
3913
3981
|
}
|
|
3914
3982
|
},
|
|
3983
|
+
"disableColumnFreeze": {
|
|
3984
|
+
"type": "boolean",
|
|
3985
|
+
"description": "Determines whether the number of fixed columns can be configured in the Column Settings dialog.\nThis property doesn't apply for responsive tables\n",
|
|
3986
|
+
"artifactType": "XMLProperty",
|
|
3987
|
+
"metadata": {
|
|
3988
|
+
"type": "Property"
|
|
3989
|
+
}
|
|
3990
|
+
},
|
|
3915
3991
|
"disableCopyToClipboard": {
|
|
3916
3992
|
"type": "boolean",
|
|
3917
3993
|
"description": "Controls if the copy functionality of the table is disabled or not.",
|
|
@@ -4142,17 +4218,10 @@
|
|
|
4142
4218
|
}
|
|
4143
4219
|
},
|
|
4144
4220
|
"selectionLimit": {
|
|
4145
|
-
"
|
|
4146
|
-
|
|
4147
|
-
"type": "number"
|
|
4148
|
-
},
|
|
4149
|
-
{
|
|
4150
|
-
"type": "string",
|
|
4151
|
-
"pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
|
|
4152
|
-
}
|
|
4153
|
-
],
|
|
4154
|
-
"description": "Defines the maximum number of rows that can be selected at once in the table.\nThis property does not apply to responsive tables.",
|
|
4221
|
+
"$ref": "#/definitions/int",
|
|
4222
|
+
"description": "selectionLimit",
|
|
4155
4223
|
"artifactType": "XMLProperty",
|
|
4224
|
+
"isViewNode": true,
|
|
4156
4225
|
"metadata": {
|
|
4157
4226
|
"type": "Property"
|
|
4158
4227
|
}
|
|
@@ -4173,6 +4242,15 @@
|
|
|
4173
4242
|
"ForceSingle"
|
|
4174
4243
|
]
|
|
4175
4244
|
},
|
|
4245
|
+
"threshold": {
|
|
4246
|
+
"$ref": "#/definitions/int",
|
|
4247
|
+
"description": "threshold",
|
|
4248
|
+
"artifactType": "XMLProperty",
|
|
4249
|
+
"isViewNode": true,
|
|
4250
|
+
"metadata": {
|
|
4251
|
+
"type": "Property"
|
|
4252
|
+
}
|
|
4253
|
+
},
|
|
4176
4254
|
"type": {
|
|
4177
4255
|
"type": "string",
|
|
4178
4256
|
"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",
|
|
@@ -4253,7 +4331,7 @@
|
|
|
4253
4331
|
},
|
|
4254
4332
|
"beforeRebindTable": {
|
|
4255
4333
|
"type": "string",
|
|
4256
|
-
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
4334
|
+
"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",
|
|
4257
4335
|
"artifactType": "XMLProperty",
|
|
4258
4336
|
"metadata": {
|
|
4259
4337
|
"type": "Event"
|