@sap/ux-specification 1.120.12 → 1.120.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +53 -4
- package/dist/documentation/runDocu-min.js +5 -5
- package/dist/documentation/runDocu-min.js.map +2 -2
- 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-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 +104 -104
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/AnalyticalListPageConfig.json +12 -27
- package/dist/schemas/v2/ListReportConfig.json +19 -44
- package/dist/schemas/v2/ObjectPageConfig.json +8 -8
- package/dist/schemas/v4/BuildingBlocksConfig.json +1134 -194
- package/dist/schemas/v4/ObjectPageConfig.json +92 -0
- package/dist/specification/package.json +8 -8
- package/dist/specification/src/api.js +1 -1
- package/dist/specification/src/sync/common/dist_tag.json +9 -1
- package/dist/specification/src/sync/common/generate/utils.d.ts +2 -1
- package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.js +45 -15
- package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/common/i18n.json +2 -1
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +6 -16
- package/dist/specification/src/sync/common/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Table.d.ts +0 -1
- package/dist/specification/src/sync/v2/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Table.js +2 -10
- package/dist/specification/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js +13 -5
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- 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/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/objectPage.js +29 -9
- package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/utils.d.ts +2 -1
- package/dist/specification/src/sync/v2/generate/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/utils.js +3 -2
- package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/application.d.ts +1 -0
- package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/application.js +5 -1
- package/dist/specification/src/sync/v4/application.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +5 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js +4 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.d.ts +16 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.js +94 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.js.map +1 -0
- 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/manifest.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/manifest.js +9 -4
- package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +21 -4
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/listReport.d.ts +2 -1
- package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/listReport.js +7 -3
- 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 +51 -2
- 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 +27 -11
- package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.d.ts +6 -4
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +36 -23
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/types/src/common/types.d.ts +4 -1
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js +3 -0
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageHeaderSection.d.ts +1 -1
- package/dist/types/src/v2/controls/ObjectPageHeaderSection.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.d.ts +2 -6
- package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageSection.d.ts +15 -1
- package/dist/types/src/v4/controls/ObjectPageSection.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageSection.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 +8 -8
|
@@ -168,12 +168,6 @@
|
|
|
168
168
|
"artifactType": "FlexChange",
|
|
169
169
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
170
170
|
},
|
|
171
|
-
"fitContainer": {
|
|
172
|
-
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
173
|
-
"type": "boolean",
|
|
174
|
-
"artifactType": "FlexChange",
|
|
175
|
-
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
176
|
-
},
|
|
177
171
|
"copy": {
|
|
178
172
|
"description": "If copy is set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table.",
|
|
179
173
|
"type": "boolean",
|
|
@@ -195,9 +189,10 @@
|
|
|
195
189
|
"artifactType": "Manifest"
|
|
196
190
|
},
|
|
197
191
|
"enableTableFilterInPageVariant": {
|
|
198
|
-
"description": "If you have enabled harmonized variant management, by default,
|
|
192
|
+
"description": "If you have enabled harmonized variant management, by default, business users cannot set a filter in the table personalization settings.\nTo enable filtering for business users, you must set the enableTableFilterInPageVariant property to true.",
|
|
199
193
|
"type": "boolean",
|
|
200
|
-
"artifactType": "Manifest"
|
|
194
|
+
"artifactType": "Manifest",
|
|
195
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
|
|
201
196
|
},
|
|
202
197
|
"dataLoadSettings": {
|
|
203
198
|
"$ref": "#/definitions/DataLoadSettings",
|
|
@@ -247,7 +242,7 @@
|
|
|
247
242
|
]
|
|
248
243
|
},
|
|
249
244
|
"smarttable.ExportType": {
|
|
250
|
-
"description": "Provides the type of services available for export in the `SmartTable` control.",
|
|
245
|
+
"description": "Provides the type of services available for export in the `SmartTable` control.\n\nThis enum is part of the 'sap/ui/comp/library' module export and must be accessed by the property 'smarttable.ExportType'.",
|
|
251
246
|
"enum": [
|
|
252
247
|
"GW",
|
|
253
248
|
"UI5Client",
|
|
@@ -456,7 +451,7 @@
|
|
|
456
451
|
"additionalProperties": false
|
|
457
452
|
},
|
|
458
453
|
"ButtonType": {
|
|
459
|
-
"description": "Different predefined button types for the {@link sap.m.Button sap.m.Button}.",
|
|
454
|
+
"description": "Different predefined button types for the {@link sap.m.Button sap.m.Button}.\n\nThis enum is part of the 'sap/m/library' module export and must be accessed by the property 'ButtonType'.",
|
|
460
455
|
"enum": [
|
|
461
456
|
"Accept",
|
|
462
457
|
"Attention",
|
|
@@ -525,7 +520,7 @@
|
|
|
525
520
|
"additionalProperties": false
|
|
526
521
|
},
|
|
527
522
|
"TextAlign": {
|
|
528
|
-
"description": "Configuration options for text alignments.",
|
|
523
|
+
"description": "Configuration options for text alignments.\n\nThis enum is part of the 'sap/ui/core/library' module export and must be accessed by the property 'TextAlign'.",
|
|
529
524
|
"enum": [
|
|
530
525
|
"Begin",
|
|
531
526
|
"Center",
|
|
@@ -747,12 +742,6 @@
|
|
|
747
742
|
"artifactType": "FlexChange",
|
|
748
743
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
749
744
|
},
|
|
750
|
-
"fitContainer": {
|
|
751
|
-
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
752
|
-
"type": "boolean",
|
|
753
|
-
"artifactType": "FlexChange",
|
|
754
|
-
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
755
|
-
},
|
|
756
745
|
"copy": {
|
|
757
746
|
"description": "If copy is set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table.",
|
|
758
747
|
"type": "boolean",
|
|
@@ -774,9 +763,10 @@
|
|
|
774
763
|
"artifactType": "Manifest"
|
|
775
764
|
},
|
|
776
765
|
"enableTableFilterInPageVariant": {
|
|
777
|
-
"description": "If you have enabled harmonized variant management, by default,
|
|
766
|
+
"description": "If you have enabled harmonized variant management, by default, business users cannot set a filter in the table personalization settings.\nTo enable filtering for business users, you must set the enableTableFilterInPageVariant property to true.",
|
|
778
767
|
"type": "boolean",
|
|
779
|
-
"artifactType": "Manifest"
|
|
768
|
+
"artifactType": "Manifest",
|
|
769
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
|
|
780
770
|
},
|
|
781
771
|
"dataLoadSettings": {
|
|
782
772
|
"$ref": "#/definitions/DataLoadSettings",
|
|
@@ -875,12 +865,6 @@
|
|
|
875
865
|
"artifactType": "FlexChange",
|
|
876
866
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
877
867
|
},
|
|
878
|
-
"fitContainer": {
|
|
879
|
-
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
880
|
-
"type": "boolean",
|
|
881
|
-
"artifactType": "FlexChange",
|
|
882
|
-
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
883
|
-
},
|
|
884
868
|
"copy": {
|
|
885
869
|
"description": "If copy is set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table.",
|
|
886
870
|
"type": "boolean",
|
|
@@ -902,9 +886,10 @@
|
|
|
902
886
|
"artifactType": "Manifest"
|
|
903
887
|
},
|
|
904
888
|
"enableTableFilterInPageVariant": {
|
|
905
|
-
"description": "If you have enabled harmonized variant management, by default,
|
|
889
|
+
"description": "If you have enabled harmonized variant management, by default, business users cannot set a filter in the table personalization settings.\nTo enable filtering for business users, you must set the enableTableFilterInPageVariant property to true.",
|
|
906
890
|
"type": "boolean",
|
|
907
|
-
"artifactType": "Manifest"
|
|
891
|
+
"artifactType": "Manifest",
|
|
892
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
|
|
908
893
|
},
|
|
909
894
|
"dataLoadSettings": {
|
|
910
895
|
"$ref": "#/definitions/DataLoadSettings",
|
|
@@ -522,12 +522,6 @@
|
|
|
522
522
|
"artifactType": "FlexChange",
|
|
523
523
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
524
524
|
},
|
|
525
|
-
"fitContainer": {
|
|
526
|
-
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
527
|
-
"type": "boolean",
|
|
528
|
-
"artifactType": "FlexChange",
|
|
529
|
-
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
530
|
-
},
|
|
531
525
|
"copy": {
|
|
532
526
|
"description": "If copy is set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table.",
|
|
533
527
|
"type": "boolean",
|
|
@@ -549,9 +543,10 @@
|
|
|
549
543
|
"artifactType": "Manifest"
|
|
550
544
|
},
|
|
551
545
|
"enableTableFilterInPageVariant": {
|
|
552
|
-
"description": "If you have enabled harmonized variant management, by default,
|
|
546
|
+
"description": "If you have enabled harmonized variant management, by default, business users cannot set a filter in the table personalization settings.\nTo enable filtering for business users, you must set the enableTableFilterInPageVariant property to true.",
|
|
553
547
|
"type": "boolean",
|
|
554
|
-
"artifactType": "Manifest"
|
|
548
|
+
"artifactType": "Manifest",
|
|
549
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
|
|
555
550
|
},
|
|
556
551
|
"dataLoadSettings": {
|
|
557
552
|
"$ref": "#/definitions/DataLoadSettings",
|
|
@@ -616,7 +611,7 @@
|
|
|
616
611
|
]
|
|
617
612
|
},
|
|
618
613
|
"smarttable.ExportType": {
|
|
619
|
-
"description": "Provides the type of services available for export in the `SmartTable` control.",
|
|
614
|
+
"description": "Provides the type of services available for export in the `SmartTable` control.\n\nThis enum is part of the 'sap/ui/comp/library' module export and must be accessed by the property 'smarttable.ExportType'.",
|
|
620
615
|
"enum": [
|
|
621
616
|
"GW",
|
|
622
617
|
"UI5Client",
|
|
@@ -825,7 +820,7 @@
|
|
|
825
820
|
"additionalProperties": false
|
|
826
821
|
},
|
|
827
822
|
"ButtonType": {
|
|
828
|
-
"description": "Different predefined button types for the {@link sap.m.Button sap.m.Button}.",
|
|
823
|
+
"description": "Different predefined button types for the {@link sap.m.Button sap.m.Button}.\n\nThis enum is part of the 'sap/m/library' module export and must be accessed by the property 'ButtonType'.",
|
|
829
824
|
"enum": [
|
|
830
825
|
"Accept",
|
|
831
826
|
"Attention",
|
|
@@ -894,7 +889,7 @@
|
|
|
894
889
|
"additionalProperties": false
|
|
895
890
|
},
|
|
896
891
|
"TextAlign": {
|
|
897
|
-
"description": "Configuration options for text alignments.",
|
|
892
|
+
"description": "Configuration options for text alignments.\n\nThis enum is part of the 'sap/ui/core/library' module export and must be accessed by the property 'TextAlign'.",
|
|
898
893
|
"enum": [
|
|
899
894
|
"Begin",
|
|
900
895
|
"Center",
|
|
@@ -1090,12 +1085,6 @@
|
|
|
1090
1085
|
"artifactType": "FlexChange",
|
|
1091
1086
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1092
1087
|
},
|
|
1093
|
-
"fitContainer": {
|
|
1094
|
-
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
1095
|
-
"type": "boolean",
|
|
1096
|
-
"artifactType": "FlexChange",
|
|
1097
|
-
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1098
|
-
},
|
|
1099
1088
|
"copy": {
|
|
1100
1089
|
"description": "If copy is set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table.",
|
|
1101
1090
|
"type": "boolean",
|
|
@@ -1117,9 +1106,10 @@
|
|
|
1117
1106
|
"artifactType": "Manifest"
|
|
1118
1107
|
},
|
|
1119
1108
|
"enableTableFilterInPageVariant": {
|
|
1120
|
-
"description": "If you have enabled harmonized variant management, by default,
|
|
1109
|
+
"description": "If you have enabled harmonized variant management, by default, business users cannot set a filter in the table personalization settings.\nTo enable filtering for business users, you must set the enableTableFilterInPageVariant property to true.",
|
|
1121
1110
|
"type": "boolean",
|
|
1122
|
-
"artifactType": "Manifest"
|
|
1111
|
+
"artifactType": "Manifest",
|
|
1112
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
|
|
1123
1113
|
},
|
|
1124
1114
|
"dataLoadSettings": {
|
|
1125
1115
|
"$ref": "#/definitions/DataLoadSettings",
|
|
@@ -1187,12 +1177,6 @@
|
|
|
1187
1177
|
"artifactType": "FlexChange",
|
|
1188
1178
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1189
1179
|
},
|
|
1190
|
-
"fitContainer": {
|
|
1191
|
-
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
1192
|
-
"type": "boolean",
|
|
1193
|
-
"artifactType": "FlexChange",
|
|
1194
|
-
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1195
|
-
},
|
|
1196
1180
|
"copy": {
|
|
1197
1181
|
"description": "If copy is set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table.",
|
|
1198
1182
|
"type": "boolean",
|
|
@@ -1214,9 +1198,10 @@
|
|
|
1214
1198
|
"artifactType": "Manifest"
|
|
1215
1199
|
},
|
|
1216
1200
|
"enableTableFilterInPageVariant": {
|
|
1217
|
-
"description": "If you have enabled harmonized variant management, by default,
|
|
1201
|
+
"description": "If you have enabled harmonized variant management, by default, business users cannot set a filter in the table personalization settings.\nTo enable filtering for business users, you must set the enableTableFilterInPageVariant property to true.",
|
|
1218
1202
|
"type": "boolean",
|
|
1219
|
-
"artifactType": "Manifest"
|
|
1203
|
+
"artifactType": "Manifest",
|
|
1204
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
|
|
1220
1205
|
},
|
|
1221
1206
|
"dataLoadSettings": {
|
|
1222
1207
|
"$ref": "#/definitions/DataLoadSettings",
|
|
@@ -1320,12 +1305,6 @@
|
|
|
1320
1305
|
"artifactType": "FlexChange",
|
|
1321
1306
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1322
1307
|
},
|
|
1323
|
-
"fitContainer": {
|
|
1324
|
-
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
1325
|
-
"type": "boolean",
|
|
1326
|
-
"artifactType": "FlexChange",
|
|
1327
|
-
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1328
|
-
},
|
|
1329
1308
|
"copy": {
|
|
1330
1309
|
"description": "If copy is set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table.",
|
|
1331
1310
|
"type": "boolean",
|
|
@@ -1347,9 +1326,10 @@
|
|
|
1347
1326
|
"artifactType": "Manifest"
|
|
1348
1327
|
},
|
|
1349
1328
|
"enableTableFilterInPageVariant": {
|
|
1350
|
-
"description": "If you have enabled harmonized variant management, by default,
|
|
1329
|
+
"description": "If you have enabled harmonized variant management, by default, business users cannot set a filter in the table personalization settings.\nTo enable filtering for business users, you must set the enableTableFilterInPageVariant property to true.",
|
|
1351
1330
|
"type": "boolean",
|
|
1352
|
-
"artifactType": "Manifest"
|
|
1331
|
+
"artifactType": "Manifest",
|
|
1332
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
|
|
1353
1333
|
},
|
|
1354
1334
|
"dataLoadSettings": {
|
|
1355
1335
|
"$ref": "#/definitions/DataLoadSettings",
|
|
@@ -1368,7 +1348,7 @@
|
|
|
1368
1348
|
"additionalProperties": false
|
|
1369
1349
|
},
|
|
1370
1350
|
"PopinLayout": {
|
|
1371
|
-
"description": "Defines the layout options of the table popins.",
|
|
1351
|
+
"description": "Defines the layout options of the table popins.\n\nThis enum is part of the 'sap/m/library' module export and must be accessed by the property 'PopinLayout'.",
|
|
1372
1352
|
"enum": [
|
|
1373
1353
|
"Block",
|
|
1374
1354
|
"GridLarge",
|
|
@@ -1487,12 +1467,6 @@
|
|
|
1487
1467
|
"artifactType": "FlexChange",
|
|
1488
1468
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1489
1469
|
},
|
|
1490
|
-
"fitContainer": {
|
|
1491
|
-
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
1492
|
-
"type": "boolean",
|
|
1493
|
-
"artifactType": "FlexChange",
|
|
1494
|
-
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1495
|
-
},
|
|
1496
1470
|
"copy": {
|
|
1497
1471
|
"description": "If copy is set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table.",
|
|
1498
1472
|
"type": "boolean",
|
|
@@ -1514,9 +1488,10 @@
|
|
|
1514
1488
|
"artifactType": "Manifest"
|
|
1515
1489
|
},
|
|
1516
1490
|
"enableTableFilterInPageVariant": {
|
|
1517
|
-
"description": "If you have enabled harmonized variant management, by default,
|
|
1491
|
+
"description": "If you have enabled harmonized variant management, by default, business users cannot set a filter in the table personalization settings.\nTo enable filtering for business users, you must set the enableTableFilterInPageVariant property to true.",
|
|
1518
1492
|
"type": "boolean",
|
|
1519
|
-
"artifactType": "Manifest"
|
|
1493
|
+
"artifactType": "Manifest",
|
|
1494
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
|
|
1520
1495
|
},
|
|
1521
1496
|
"dataLoadSettings": {
|
|
1522
1497
|
"$ref": "#/definitions/DataLoadSettings",
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
"additionalProperties": false
|
|
249
249
|
},
|
|
250
250
|
"ButtonType": {
|
|
251
|
-
"description": "Different predefined button types for the {@link sap.m.Button sap.m.Button}.",
|
|
251
|
+
"description": "Different predefined button types for the {@link sap.m.Button sap.m.Button}.\n\nThis enum is part of the 'sap/m/library' module export and must be accessed by the property 'ButtonType'.",
|
|
252
252
|
"enum": [
|
|
253
253
|
"Accept",
|
|
254
254
|
"Attention",
|
|
@@ -354,6 +354,10 @@
|
|
|
354
354
|
"isViewNode": true,
|
|
355
355
|
"type": "object",
|
|
356
356
|
"properties": {
|
|
357
|
+
"type": {
|
|
358
|
+
"type": "string",
|
|
359
|
+
"const": "XML"
|
|
360
|
+
},
|
|
357
361
|
"className": {
|
|
358
362
|
"type": "string",
|
|
359
363
|
"const": "sap.ui.core.Fragment"
|
|
@@ -361,10 +365,6 @@
|
|
|
361
365
|
"fragmentName": {
|
|
362
366
|
"type": "string"
|
|
363
367
|
},
|
|
364
|
-
"type": {
|
|
365
|
-
"type": "string",
|
|
366
|
-
"const": "XML"
|
|
367
|
-
},
|
|
368
368
|
"relatedFacet": {
|
|
369
369
|
"type": "string"
|
|
370
370
|
},
|
|
@@ -801,7 +801,7 @@
|
|
|
801
801
|
"additionalProperties": false
|
|
802
802
|
},
|
|
803
803
|
"PopinLayout": {
|
|
804
|
-
"description": "Defines the layout options of the table popins.",
|
|
804
|
+
"description": "Defines the layout options of the table popins.\n\nThis enum is part of the 'sap/m/library' module export and must be accessed by the property 'PopinLayout'.",
|
|
805
805
|
"enum": [
|
|
806
806
|
"Block",
|
|
807
807
|
"GridLarge",
|
|
@@ -818,7 +818,7 @@
|
|
|
818
818
|
"type": "string"
|
|
819
819
|
},
|
|
820
820
|
"smarttable.ExportType": {
|
|
821
|
-
"description": "Provides the type of services available for export in the `SmartTable` control.",
|
|
821
|
+
"description": "Provides the type of services available for export in the `SmartTable` control.\n\nThis enum is part of the 'sap/ui/comp/library' module export and must be accessed by the property 'smarttable.ExportType'.",
|
|
822
822
|
"enum": [
|
|
823
823
|
"GW",
|
|
824
824
|
"UI5Client",
|
|
@@ -1009,7 +1009,7 @@
|
|
|
1009
1009
|
"additionalProperties": false
|
|
1010
1010
|
},
|
|
1011
1011
|
"TextAlign": {
|
|
1012
|
-
"description": "Configuration options for text alignments.",
|
|
1012
|
+
"description": "Configuration options for text alignments.\n\nThis enum is part of the 'sap/ui/core/library' module export and must be accessed by the property 'TextAlign'.",
|
|
1013
1013
|
"enum": [
|
|
1014
1014
|
"Begin",
|
|
1015
1015
|
"Center",
|