@sap/ux-specification 1.90.14 → 1.90.18
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 +98 -12
- package/dist/documentation/runDocu-min.js +1 -1
- package/dist/documentation/styleDocu.css +4 -5
- package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
- package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
- package/dist/documentation/v2/v2-ListReport.html +1 -1
- package/dist/documentation/v2/v2-ObjectPage.html +1 -1
- package/dist/documentation/v2/v2-OverviewPage.html +1 -1
- package/dist/documentation/v4/v4-AnalyticalListPage.html +1 -1
- package/dist/documentation/v4/v4-ApplicationV4.html +1 -1
- package/dist/documentation/v4/v4-ListReport.html +1 -1
- package/dist/documentation/v4/v4-ObjectPage.html +1 -1
- package/dist/index-min.js +1 -1
- package/dist/schemas/v2/AnalyticalListPageConfig.json +42 -42
- package/dist/schemas/v2/ListReportConfig.json +59 -37
- package/dist/schemas/v2/ObjectPageConfig.json +200 -58
- package/dist/schemas/v2/OverviewPageConfig.json +258 -196
- package/dist/schemas/v4/AnalyticalListPageConfig.json +21 -2
- package/dist/schemas/v4/ListReportConfig.json +21 -2
- package/dist/schemas/v4/ObjectPageConfig.json +0 -20
- package/dist/scripts/extractDocu.js +18 -8
- package/dist/scripts/extractDocu.js.map +1 -1
- package/dist/scripts/runDocu.js +105 -89
- package/dist/scripts/runDocu.js.map +1 -1
- package/dist/scripts/to-json-schema.js +11 -2
- package/dist/scripts/to-json-schema.js.map +1 -1
- package/dist/specification/v2/index-min.js +1 -1
- package/dist/src/specification/v2/controls/Action.d.ts +54 -0
- package/dist/src/specification/v2/controls/{ObjectPageHeaderAction.js → Action.js} +1 -1
- package/dist/src/specification/v2/controls/Action.js.map +1 -0
- package/dist/src/specification/v2/controls/Card.d.ts +20 -72
- package/dist/src/specification/v2/controls/Card.js.map +1 -1
- package/dist/src/specification/v2/controls/FilterBar.d.ts +16 -6
- package/dist/src/specification/v2/controls/ObjectPageFooter.d.ts +2 -2
- package/dist/src/specification/v2/controls/{ObjectPageHeaderAction.d.ts → ObjectPageFooterAction.d.ts} +8 -7
- package/dist/src/specification/v2/controls/ObjectPageFooterAction.js +3 -0
- package/dist/src/specification/v2/controls/ObjectPageFooterAction.js.map +1 -0
- package/dist/src/specification/v2/controls/ObjectPageForm.d.ts +1 -2
- package/dist/src/specification/v2/controls/ObjectPageHeader.d.ts +3 -6
- package/dist/src/specification/v2/controls/ObjectPageHeader.js +0 -5
- package/dist/src/specification/v2/controls/ObjectPageHeader.js.map +1 -1
- package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +7 -2
- package/dist/src/specification/v2/controls/ObjectPageToolBar.d.ts +1 -5
- package/dist/src/specification/v2/controls/Table.d.ts +8 -24
- package/dist/src/specification/v2/controls/Table.js +0 -15
- package/dist/src/specification/v2/controls/Table.js.map +1 -1
- package/dist/src/specification/v2/controls/ToolBar.d.ts +2 -2
- package/dist/src/specification/v2/controls/index.d.ts +8 -9
- package/dist/src/specification/v2/controls/index.js +2 -4
- package/dist/src/specification/v2/controls/index.js.map +1 -1
- package/dist/src/specification/v2/pages/ListReportConfig.d.ts +2 -2
- package/dist/src/specification/v4/controls/ObjectPageTable.d.ts +2 -2
- package/dist/src/specification/v4/controls/Table.d.ts +3 -2
- package/dist/src/specification/v4/webapp/manifest/ManifestSettings.d.ts +8 -19
- package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.d.ts +2 -1
- package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.js.map +1 -1
- package/dist/src/sync/common/generate/index.d.ts +1 -0
- package/dist/src/sync/common/generate/index.js +1 -0
- package/dist/src/sync/common/generate/index.js.map +1 -1
- package/dist/src/sync/common/generate/objectPage.js +22 -17
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/generate/utils.d.ts +66 -0
- package/dist/src/sync/common/generate/utils.js +205 -0
- package/dist/src/sync/common/generate/utils.js.map +1 -0
- package/dist/src/sync/common/importProject.js +8 -8
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +3 -30
- package/dist/src/sync/common/utils.js +15 -113
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Action.d.ts +14 -0
- package/dist/src/sync/v2/export/controls/Action.js +74 -0
- package/dist/src/sync/v2/export/controls/Action.js.map +1 -0
- package/dist/src/sync/v2/export/controls/Card.d.ts +3 -7
- package/dist/src/sync/v2/export/controls/Card.js +15 -43
- package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
- package/dist/src/sync/v2/export/controls/FilterBar.d.ts +7 -3
- package/dist/src/sync/v2/export/controls/FilterBar.js +34 -11
- package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -1
- package/dist/src/sync/v2/export/controls/FormAction.d.ts +8 -7
- package/dist/src/sync/v2/export/controls/FormAction.js +15 -53
- package/dist/src/sync/v2/export/controls/FormAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.js +5 -4
- package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts +9 -0
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js +62 -0
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts +3 -2
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +5 -4
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js +11 -29
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +5 -2
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js +15 -0
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +9 -0
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js +59 -0
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -0
- package/dist/src/sync/v2/export/controls/Table.d.ts +6 -5
- package/dist/src/sync/v2/export/controls/Table.js +16 -21
- package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v2/export/controls/TableColumn.d.ts +3 -2
- package/dist/src/sync/v2/export/controls/TableColumn.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ToolBar.d.ts +4 -0
- package/dist/src/sync/v2/export/controls/ToolBar.js +6 -0
- package/dist/src/sync/v2/export/controls/ToolBar.js.map +1 -0
- package/dist/src/sync/v2/export/controls/index.d.ts +12 -8
- package/dist/src/sync/v2/export/controls/index.js +12 -8
- package/dist/src/sync/v2/export/controls/index.js.map +1 -1
- package/dist/src/sync/v2/export/export.js +1 -1
- package/dist/src/sync/v2/export/export.js.map +1 -1
- package/dist/src/sync/v2/export/exportPage.js +3 -2
- package/dist/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/src/sync/v2/export/pages/ListReport.d.ts +2 -2
- package/dist/src/sync/v2/export/pages/ListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +6 -3
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/listReport.d.ts +8 -0
- package/dist/src/sync/v2/generate/listReport.js +18 -3
- package/dist/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts +0 -1
- package/dist/src/sync/v2/generate/objectPage.js +204 -122
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts +3 -3
- package/dist/src/sync/v2/generate/utils.js +22 -14
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v2/import/common/index.d.ts +8 -1
- package/dist/src/sync/v2/import/common/index.js +107 -43
- package/dist/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.js +33 -2
- package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.d.ts +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.js +305 -240
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/utils.d.ts +1 -1
- package/dist/src/sync/v2/import/utils.js +2 -2
- package/dist/src/sync/v2/import/utils.js.map +1 -1
- package/dist/src/sync/v2/types.d.ts +21 -2
- package/dist/src/sync/v2/types.js +7 -0
- package/dist/src/sync/v2/types.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js +5 -1
- package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js +2 -2
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +3 -2
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js +3 -10
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
- package/dist/src/sync/v4/export/controls/Table.js +1 -1
- package/dist/src/sync/v4/export/controls/TableColumn.d.ts +3 -1
- package/dist/src/sync/v4/export/controls/TableColumn.js +5 -2
- package/dist/src/sync/v4/export/controls/TableColumn.js.map +1 -1
- package/dist/src/sync/v4/export/export.js +21 -14
- package/dist/src/sync/v4/export/export.js.map +1 -1
- package/dist/src/sync/v4/export/types.d.ts +1 -0
- package/dist/src/sync/v4/generate/listReport.d.ts +2 -1
- package/dist/src/sync/v4/generate/listReport.js +47 -1
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +100 -50
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.js +2 -2
- package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.d.ts +1 -3
- package/dist/src/sync/v4/import/pages/listReport.js +27 -17
- package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.js +10 -12
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.d.ts +1 -8
- package/dist/src/sync/v4/utils/utils.js +31 -53
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/package.json +19 -17
- package/dist/src/specification/v2/controls/FormAction.d.ts +0 -43
- package/dist/src/specification/v2/controls/FormAction.js +0 -20
- package/dist/src/specification/v2/controls/FormAction.js.map +0 -1
- package/dist/src/specification/v2/controls/ObjectPageHeaderAction.js.map +0 -1
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"pattern": "^(Circle|Square)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
95
95
|
"anyOf": [
|
|
96
96
|
{
|
|
97
|
-
"$ref": "#/definitions/AvatarShape"
|
|
97
|
+
"$ref": "#/definitions/sap.m.AvatarShape"
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
100
|
"type": "string"
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
},
|
|
112
112
|
"additionalProperties": false
|
|
113
113
|
},
|
|
114
|
-
"AvatarShape": {
|
|
114
|
+
"sap.m.AvatarShape": {
|
|
115
115
|
"enum": [
|
|
116
116
|
"Circle",
|
|
117
117
|
"Square"
|
|
@@ -129,8 +129,28 @@
|
|
|
129
129
|
"isViewNode": true,
|
|
130
130
|
"type": "object",
|
|
131
131
|
"properties": {
|
|
132
|
+
"visible": {
|
|
133
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
134
|
+
"anyOf": [
|
|
135
|
+
{
|
|
136
|
+
"enum": [
|
|
137
|
+
false,
|
|
138
|
+
true,
|
|
139
|
+
"{ui>/editable}",
|
|
140
|
+
"{= !${ui>/editable}}"
|
|
141
|
+
]
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"type": "string"
|
|
145
|
+
}
|
|
146
|
+
],
|
|
147
|
+
"description": "Whether the button should be visible on the screen.",
|
|
148
|
+
"artifactType": "FlexChange",
|
|
149
|
+
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
150
|
+
},
|
|
132
151
|
"tooltip": {
|
|
133
|
-
"description": "
|
|
152
|
+
"description": "The text of the button tooltip, preferably as an i18n key.",
|
|
153
|
+
"i18nClassification": "ACT: Text for tooltip of button.",
|
|
134
154
|
"type": "string",
|
|
135
155
|
"artifactType": "FlexChange",
|
|
136
156
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
@@ -148,34 +168,16 @@
|
|
|
148
168
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
149
169
|
},
|
|
150
170
|
"type": {
|
|
151
|
-
"$ref": "#/definitions/ButtonType",
|
|
171
|
+
"$ref": "#/definitions/sap.m.ButtonType",
|
|
152
172
|
"description": "Defines the Button type.",
|
|
153
173
|
"artifactType": "FlexChange",
|
|
154
174
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
155
|
-
},
|
|
156
|
-
"visible": {
|
|
157
|
-
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
158
|
-
"anyOf": [
|
|
159
|
-
{
|
|
160
|
-
"enum": [
|
|
161
|
-
false,
|
|
162
|
-
true,
|
|
163
|
-
"{ui>/editable}",
|
|
164
|
-
"{= !${ui>/editable}}"
|
|
165
|
-
]
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"type": "string"
|
|
169
|
-
}
|
|
170
|
-
],
|
|
171
|
-
"description": "Whether the button should be visible on the screen.",
|
|
172
|
-
"artifactType": "FlexChange",
|
|
173
|
-
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
174
175
|
}
|
|
175
176
|
},
|
|
176
177
|
"additionalProperties": false
|
|
177
178
|
},
|
|
178
|
-
"ButtonType": {
|
|
179
|
+
"sap.m.ButtonType": {
|
|
180
|
+
"description": "Different predefined button types for the {@link sap.m.Button sap.m.Button}.",
|
|
179
181
|
"enum": [
|
|
180
182
|
"Accept",
|
|
181
183
|
"Attention",
|
|
@@ -329,12 +331,32 @@
|
|
|
329
331
|
}
|
|
330
332
|
},
|
|
331
333
|
"FormAction": {
|
|
332
|
-
"description": "Action",
|
|
334
|
+
"description": "Form Action",
|
|
333
335
|
"isViewNode": true,
|
|
334
336
|
"type": "object",
|
|
335
337
|
"properties": {
|
|
338
|
+
"visible": {
|
|
339
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
340
|
+
"anyOf": [
|
|
341
|
+
{
|
|
342
|
+
"enum": [
|
|
343
|
+
false,
|
|
344
|
+
true,
|
|
345
|
+
"{ui>/editable}",
|
|
346
|
+
"{= !${ui>/editable}}"
|
|
347
|
+
]
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"type": "string"
|
|
351
|
+
}
|
|
352
|
+
],
|
|
353
|
+
"description": "Whether the button should be visible on the screen.",
|
|
354
|
+
"artifactType": "FlexChange",
|
|
355
|
+
"controlType": "sap.m.Button"
|
|
356
|
+
},
|
|
336
357
|
"tooltip": {
|
|
337
|
-
"description": "
|
|
358
|
+
"description": "The text of the button tooltip, preferably as an i18n key.",
|
|
359
|
+
"i18nClassification": "ACT: Text for tooltip of button.",
|
|
338
360
|
"type": "string",
|
|
339
361
|
"artifactType": "FlexChange",
|
|
340
362
|
"controlType": "sap.m.Button"
|
|
@@ -352,29 +374,10 @@
|
|
|
352
374
|
"controlType": "sap.m.Button"
|
|
353
375
|
},
|
|
354
376
|
"type": {
|
|
355
|
-
"$ref": "#/definitions/ButtonType",
|
|
377
|
+
"$ref": "#/definitions/sap.m.ButtonType",
|
|
356
378
|
"description": "Defines the Button type.",
|
|
357
379
|
"artifactType": "FlexChange",
|
|
358
380
|
"controlType": "sap.m.Button"
|
|
359
|
-
},
|
|
360
|
-
"visible": {
|
|
361
|
-
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
362
|
-
"anyOf": [
|
|
363
|
-
{
|
|
364
|
-
"enum": [
|
|
365
|
-
false,
|
|
366
|
-
true,
|
|
367
|
-
"{ui>/editable}",
|
|
368
|
-
"{= !${ui>/editable}}"
|
|
369
|
-
]
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
"type": "string"
|
|
373
|
-
}
|
|
374
|
-
],
|
|
375
|
-
"description": "Whether the button should be visible on the screen.",
|
|
376
|
-
"artifactType": "FlexChange",
|
|
377
|
-
"controlType": "sap.m.Button"
|
|
378
381
|
}
|
|
379
382
|
},
|
|
380
383
|
"additionalProperties": false
|
|
@@ -454,7 +457,7 @@
|
|
|
454
457
|
"pattern": "^(Block|GridLarge|GridSmall)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
455
458
|
"anyOf": [
|
|
456
459
|
{
|
|
457
|
-
"$ref": "#/definitions/PopinLayout"
|
|
460
|
+
"$ref": "#/definitions/sap.m.PopinLayout"
|
|
458
461
|
},
|
|
459
462
|
{
|
|
460
463
|
"type": "string"
|
|
@@ -502,6 +505,12 @@
|
|
|
502
505
|
"artifactType": "FlexChange",
|
|
503
506
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
504
507
|
},
|
|
508
|
+
"exportType": {
|
|
509
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
510
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
511
|
+
"artifactType": "FlexChange",
|
|
512
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
513
|
+
},
|
|
505
514
|
"createMode": {
|
|
506
515
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
507
516
|
"type": "string",
|
|
@@ -531,7 +540,7 @@
|
|
|
531
540
|
},
|
|
532
541
|
"additionalProperties": false
|
|
533
542
|
},
|
|
534
|
-
"PopinLayout": {
|
|
543
|
+
"sap.m.PopinLayout": {
|
|
535
544
|
"enum": [
|
|
536
545
|
"Block",
|
|
537
546
|
"GridLarge",
|
|
@@ -614,6 +623,14 @@
|
|
|
614
623
|
"key"
|
|
615
624
|
]
|
|
616
625
|
},
|
|
626
|
+
"sap.ui.comp.smarttable.ExportType": {
|
|
627
|
+
"description": "Provides the type of services available for export in the `SmartTable` control.",
|
|
628
|
+
"enum": [
|
|
629
|
+
"GW",
|
|
630
|
+
"UI5Client"
|
|
631
|
+
],
|
|
632
|
+
"type": "string"
|
|
633
|
+
},
|
|
617
634
|
"ObjectPageToolBar": {
|
|
618
635
|
"description": "Toolbar",
|
|
619
636
|
"isViewNode": true,
|
|
@@ -633,11 +650,61 @@
|
|
|
633
650
|
"isViewNode": true,
|
|
634
651
|
"type": "object",
|
|
635
652
|
"additionalProperties": {
|
|
636
|
-
"
|
|
637
|
-
"properties": {},
|
|
638
|
-
"additionalProperties": true
|
|
653
|
+
"$ref": "#/definitions/ObjectPageToolBarAction"
|
|
639
654
|
}
|
|
640
655
|
},
|
|
656
|
+
"ObjectPageToolBarAction": {
|
|
657
|
+
"description": "ToolBar Action",
|
|
658
|
+
"isViewNode": true,
|
|
659
|
+
"type": "object",
|
|
660
|
+
"properties": {
|
|
661
|
+
"visible": {
|
|
662
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
663
|
+
"anyOf": [
|
|
664
|
+
{
|
|
665
|
+
"enum": [
|
|
666
|
+
false,
|
|
667
|
+
true,
|
|
668
|
+
"{ui>/editable}",
|
|
669
|
+
"{= !${ui>/editable}}"
|
|
670
|
+
]
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"type": "string"
|
|
674
|
+
}
|
|
675
|
+
],
|
|
676
|
+
"description": "Whether the button should be visible on the screen.",
|
|
677
|
+
"artifactType": "FlexChange",
|
|
678
|
+
"controlType": "sap.m.Button"
|
|
679
|
+
},
|
|
680
|
+
"tooltip": {
|
|
681
|
+
"description": "The text of the button tooltip, preferably as an i18n key.",
|
|
682
|
+
"i18nClassification": "ACT: Text for tooltip of button.",
|
|
683
|
+
"type": "string",
|
|
684
|
+
"artifactType": "FlexChange",
|
|
685
|
+
"controlType": "sap.m.Button"
|
|
686
|
+
},
|
|
687
|
+
"icon": {
|
|
688
|
+
"description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font, represented as RFC 3986 conformant URI.",
|
|
689
|
+
"type": "string",
|
|
690
|
+
"artifactType": "FlexChange",
|
|
691
|
+
"controlType": "sap.m.Button"
|
|
692
|
+
},
|
|
693
|
+
"activeIcon": {
|
|
694
|
+
"description": "Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.",
|
|
695
|
+
"type": "string",
|
|
696
|
+
"artifactType": "FlexChange",
|
|
697
|
+
"controlType": "sap.m.Button"
|
|
698
|
+
},
|
|
699
|
+
"type": {
|
|
700
|
+
"$ref": "#/definitions/sap.m.ButtonType",
|
|
701
|
+
"description": "Defines the Button type.",
|
|
702
|
+
"artifactType": "FlexChange",
|
|
703
|
+
"controlType": "sap.m.Button"
|
|
704
|
+
}
|
|
705
|
+
},
|
|
706
|
+
"additionalProperties": false
|
|
707
|
+
},
|
|
641
708
|
"GenericColumns": {
|
|
642
709
|
"type": "object",
|
|
643
710
|
"additionalProperties": {
|
|
@@ -671,7 +738,7 @@
|
|
|
671
738
|
"pattern": "^(Begin|Center|End|Initial|Left|Right)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
672
739
|
"anyOf": [
|
|
673
740
|
{
|
|
674
|
-
"$ref": "#/definitions/
|
|
741
|
+
"$ref": "#/definitions/sap.ui.core.TextAlign"
|
|
675
742
|
},
|
|
676
743
|
{
|
|
677
744
|
"type": "string"
|
|
@@ -684,7 +751,8 @@
|
|
|
684
751
|
},
|
|
685
752
|
"additionalProperties": false
|
|
686
753
|
},
|
|
687
|
-
"
|
|
754
|
+
"sap.ui.core.TextAlign": {
|
|
755
|
+
"description": "Configuration options for text alignments.",
|
|
688
756
|
"enum": [
|
|
689
757
|
"Begin",
|
|
690
758
|
"Center",
|
|
@@ -705,7 +773,7 @@
|
|
|
705
773
|
"type": "string"
|
|
706
774
|
},
|
|
707
775
|
"text": {
|
|
708
|
-
"description": "The label of the custom column,
|
|
776
|
+
"description": "The label of the custom column, preferably as an i18n key.",
|
|
709
777
|
"i18nClassification": "COL: Custom column header text",
|
|
710
778
|
"type": "string"
|
|
711
779
|
},
|
|
@@ -791,7 +859,7 @@
|
|
|
791
859
|
"pattern": "^(Block|GridLarge|GridSmall)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
792
860
|
"anyOf": [
|
|
793
861
|
{
|
|
794
|
-
"$ref": "#/definitions/PopinLayout"
|
|
862
|
+
"$ref": "#/definitions/sap.m.PopinLayout"
|
|
795
863
|
},
|
|
796
864
|
{
|
|
797
865
|
"type": "string"
|
|
@@ -839,6 +907,12 @@
|
|
|
839
907
|
"artifactType": "FlexChange",
|
|
840
908
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
841
909
|
},
|
|
910
|
+
"exportType": {
|
|
911
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
912
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
913
|
+
"artifactType": "FlexChange",
|
|
914
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
915
|
+
},
|
|
842
916
|
"createMode": {
|
|
843
917
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
844
918
|
"type": "string",
|
|
@@ -924,6 +998,12 @@
|
|
|
924
998
|
"artifactType": "FlexChange",
|
|
925
999
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
926
1000
|
},
|
|
1001
|
+
"exportType": {
|
|
1002
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
1003
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
1004
|
+
"artifactType": "FlexChange",
|
|
1005
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1006
|
+
},
|
|
927
1007
|
"createMode": {
|
|
928
1008
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
929
1009
|
"type": "string",
|
|
@@ -1009,6 +1089,12 @@
|
|
|
1009
1089
|
"artifactType": "FlexChange",
|
|
1010
1090
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1011
1091
|
},
|
|
1092
|
+
"exportType": {
|
|
1093
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
1094
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
1095
|
+
"artifactType": "FlexChange",
|
|
1096
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1097
|
+
},
|
|
1012
1098
|
"createMode": {
|
|
1013
1099
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
1014
1100
|
"type": "string",
|
|
@@ -1094,6 +1180,12 @@
|
|
|
1094
1180
|
"artifactType": "FlexChange",
|
|
1095
1181
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1096
1182
|
},
|
|
1183
|
+
"exportType": {
|
|
1184
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
1185
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
1186
|
+
"artifactType": "FlexChange",
|
|
1187
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1188
|
+
},
|
|
1097
1189
|
"createMode": {
|
|
1098
1190
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
1099
1191
|
"type": "string",
|
|
@@ -1331,10 +1423,60 @@
|
|
|
1331
1423
|
"GenericFooterActions": {
|
|
1332
1424
|
"type": "object",
|
|
1333
1425
|
"additionalProperties": {
|
|
1334
|
-
"
|
|
1335
|
-
"properties": {},
|
|
1336
|
-
"additionalProperties": true
|
|
1426
|
+
"$ref": "#/definitions/FooterAction"
|
|
1337
1427
|
}
|
|
1428
|
+
},
|
|
1429
|
+
"FooterAction": {
|
|
1430
|
+
"description": "Footer Action",
|
|
1431
|
+
"isViewNode": true,
|
|
1432
|
+
"type": "object",
|
|
1433
|
+
"properties": {
|
|
1434
|
+
"tooltip": {
|
|
1435
|
+
"description": "The text of the button tooltip, preferably as an i18n key.",
|
|
1436
|
+
"i18nClassification": "ACT: Text for tooltip of button.",
|
|
1437
|
+
"type": "string",
|
|
1438
|
+
"artifactType": "FlexChange",
|
|
1439
|
+
"controlType": "sap.m.Button"
|
|
1440
|
+
},
|
|
1441
|
+
"icon": {
|
|
1442
|
+
"description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font, represented as RFC 3986 conformant URI.",
|
|
1443
|
+
"type": "string",
|
|
1444
|
+
"artifactType": "FlexChange",
|
|
1445
|
+
"controlType": "sap.m.Button"
|
|
1446
|
+
},
|
|
1447
|
+
"activeIcon": {
|
|
1448
|
+
"description": "Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.",
|
|
1449
|
+
"type": "string",
|
|
1450
|
+
"artifactType": "FlexChange",
|
|
1451
|
+
"controlType": "sap.m.Button"
|
|
1452
|
+
},
|
|
1453
|
+
"type": {
|
|
1454
|
+
"$ref": "#/definitions/sap.m.ButtonType",
|
|
1455
|
+
"description": "Defines the Button type.",
|
|
1456
|
+
"artifactType": "FlexChange",
|
|
1457
|
+
"controlType": "sap.m.Button"
|
|
1458
|
+
},
|
|
1459
|
+
"visible": {
|
|
1460
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
1461
|
+
"anyOf": [
|
|
1462
|
+
{
|
|
1463
|
+
"enum": [
|
|
1464
|
+
false,
|
|
1465
|
+
true,
|
|
1466
|
+
"{ui>/editable}",
|
|
1467
|
+
"{= !${ui>/editable}}"
|
|
1468
|
+
]
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
"type": "string"
|
|
1472
|
+
}
|
|
1473
|
+
],
|
|
1474
|
+
"description": "Whether the button should be visible on the screen.",
|
|
1475
|
+
"artifactType": "FlexChange",
|
|
1476
|
+
"controlType": "sap.m.Button"
|
|
1477
|
+
}
|
|
1478
|
+
},
|
|
1479
|
+
"additionalProperties": false
|
|
1338
1480
|
}
|
|
1339
1481
|
},
|
|
1340
1482
|
"$schema": "http://json-schema.org/draft-07/schema#"
|