@sap/ux-specification 1.120.12 → 1.120.13
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 +32 -4
- 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 +90 -90
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/AnalyticalListPageConfig.json +12 -9
- package/dist/schemas/v2/ListReportConfig.json +19 -14
- 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 +6 -6
- package/dist/specification/src/api.js +1 -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.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Table.js +2 -1
- 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/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 -2
- 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 +6 -6
|
@@ -195,9 +195,10 @@
|
|
|
195
195
|
"artifactType": "Manifest"
|
|
196
196
|
},
|
|
197
197
|
"enableTableFilterInPageVariant": {
|
|
198
|
-
"description": "If you have enabled harmonized variant management, by default,
|
|
198
|
+
"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
199
|
"type": "boolean",
|
|
200
|
-
"artifactType": "Manifest"
|
|
200
|
+
"artifactType": "Manifest",
|
|
201
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
|
|
201
202
|
},
|
|
202
203
|
"dataLoadSettings": {
|
|
203
204
|
"$ref": "#/definitions/DataLoadSettings",
|
|
@@ -247,7 +248,7 @@
|
|
|
247
248
|
]
|
|
248
249
|
},
|
|
249
250
|
"smarttable.ExportType": {
|
|
250
|
-
"description": "Provides the type of services available for export in the `SmartTable` control.",
|
|
251
|
+
"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
252
|
"enum": [
|
|
252
253
|
"GW",
|
|
253
254
|
"UI5Client",
|
|
@@ -456,7 +457,7 @@
|
|
|
456
457
|
"additionalProperties": false
|
|
457
458
|
},
|
|
458
459
|
"ButtonType": {
|
|
459
|
-
"description": "Different predefined button types for the {@link sap.m.Button sap.m.Button}.",
|
|
460
|
+
"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
461
|
"enum": [
|
|
461
462
|
"Accept",
|
|
462
463
|
"Attention",
|
|
@@ -525,7 +526,7 @@
|
|
|
525
526
|
"additionalProperties": false
|
|
526
527
|
},
|
|
527
528
|
"TextAlign": {
|
|
528
|
-
"description": "Configuration options for text alignments.",
|
|
529
|
+
"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
530
|
"enum": [
|
|
530
531
|
"Begin",
|
|
531
532
|
"Center",
|
|
@@ -774,9 +775,10 @@
|
|
|
774
775
|
"artifactType": "Manifest"
|
|
775
776
|
},
|
|
776
777
|
"enableTableFilterInPageVariant": {
|
|
777
|
-
"description": "If you have enabled harmonized variant management, by default,
|
|
778
|
+
"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
779
|
"type": "boolean",
|
|
779
|
-
"artifactType": "Manifest"
|
|
780
|
+
"artifactType": "Manifest",
|
|
781
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
|
|
780
782
|
},
|
|
781
783
|
"dataLoadSettings": {
|
|
782
784
|
"$ref": "#/definitions/DataLoadSettings",
|
|
@@ -902,9 +904,10 @@
|
|
|
902
904
|
"artifactType": "Manifest"
|
|
903
905
|
},
|
|
904
906
|
"enableTableFilterInPageVariant": {
|
|
905
|
-
"description": "If you have enabled harmonized variant management, by default,
|
|
907
|
+
"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
908
|
"type": "boolean",
|
|
907
|
-
"artifactType": "Manifest"
|
|
909
|
+
"artifactType": "Manifest",
|
|
910
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
|
|
908
911
|
},
|
|
909
912
|
"dataLoadSettings": {
|
|
910
913
|
"$ref": "#/definitions/DataLoadSettings",
|
|
@@ -549,9 +549,10 @@
|
|
|
549
549
|
"artifactType": "Manifest"
|
|
550
550
|
},
|
|
551
551
|
"enableTableFilterInPageVariant": {
|
|
552
|
-
"description": "If you have enabled harmonized variant management, by default,
|
|
552
|
+
"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
553
|
"type": "boolean",
|
|
554
|
-
"artifactType": "Manifest"
|
|
554
|
+
"artifactType": "Manifest",
|
|
555
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
|
|
555
556
|
},
|
|
556
557
|
"dataLoadSettings": {
|
|
557
558
|
"$ref": "#/definitions/DataLoadSettings",
|
|
@@ -616,7 +617,7 @@
|
|
|
616
617
|
]
|
|
617
618
|
},
|
|
618
619
|
"smarttable.ExportType": {
|
|
619
|
-
"description": "Provides the type of services available for export in the `SmartTable` control.",
|
|
620
|
+
"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
621
|
"enum": [
|
|
621
622
|
"GW",
|
|
622
623
|
"UI5Client",
|
|
@@ -825,7 +826,7 @@
|
|
|
825
826
|
"additionalProperties": false
|
|
826
827
|
},
|
|
827
828
|
"ButtonType": {
|
|
828
|
-
"description": "Different predefined button types for the {@link sap.m.Button sap.m.Button}.",
|
|
829
|
+
"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
830
|
"enum": [
|
|
830
831
|
"Accept",
|
|
831
832
|
"Attention",
|
|
@@ -894,7 +895,7 @@
|
|
|
894
895
|
"additionalProperties": false
|
|
895
896
|
},
|
|
896
897
|
"TextAlign": {
|
|
897
|
-
"description": "Configuration options for text alignments.",
|
|
898
|
+
"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
899
|
"enum": [
|
|
899
900
|
"Begin",
|
|
900
901
|
"Center",
|
|
@@ -1117,9 +1118,10 @@
|
|
|
1117
1118
|
"artifactType": "Manifest"
|
|
1118
1119
|
},
|
|
1119
1120
|
"enableTableFilterInPageVariant": {
|
|
1120
|
-
"description": "If you have enabled harmonized variant management, by default,
|
|
1121
|
+
"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
1122
|
"type": "boolean",
|
|
1122
|
-
"artifactType": "Manifest"
|
|
1123
|
+
"artifactType": "Manifest",
|
|
1124
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
|
|
1123
1125
|
},
|
|
1124
1126
|
"dataLoadSettings": {
|
|
1125
1127
|
"$ref": "#/definitions/DataLoadSettings",
|
|
@@ -1214,9 +1216,10 @@
|
|
|
1214
1216
|
"artifactType": "Manifest"
|
|
1215
1217
|
},
|
|
1216
1218
|
"enableTableFilterInPageVariant": {
|
|
1217
|
-
"description": "If you have enabled harmonized variant management, by default,
|
|
1219
|
+
"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
1220
|
"type": "boolean",
|
|
1219
|
-
"artifactType": "Manifest"
|
|
1221
|
+
"artifactType": "Manifest",
|
|
1222
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
|
|
1220
1223
|
},
|
|
1221
1224
|
"dataLoadSettings": {
|
|
1222
1225
|
"$ref": "#/definitions/DataLoadSettings",
|
|
@@ -1347,9 +1350,10 @@
|
|
|
1347
1350
|
"artifactType": "Manifest"
|
|
1348
1351
|
},
|
|
1349
1352
|
"enableTableFilterInPageVariant": {
|
|
1350
|
-
"description": "If you have enabled harmonized variant management, by default,
|
|
1353
|
+
"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
1354
|
"type": "boolean",
|
|
1352
|
-
"artifactType": "Manifest"
|
|
1355
|
+
"artifactType": "Manifest",
|
|
1356
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
|
|
1353
1357
|
},
|
|
1354
1358
|
"dataLoadSettings": {
|
|
1355
1359
|
"$ref": "#/definitions/DataLoadSettings",
|
|
@@ -1368,7 +1372,7 @@
|
|
|
1368
1372
|
"additionalProperties": false
|
|
1369
1373
|
},
|
|
1370
1374
|
"PopinLayout": {
|
|
1371
|
-
"description": "Defines the layout options of the table popins.",
|
|
1375
|
+
"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
1376
|
"enum": [
|
|
1373
1377
|
"Block",
|
|
1374
1378
|
"GridLarge",
|
|
@@ -1514,9 +1518,10 @@
|
|
|
1514
1518
|
"artifactType": "Manifest"
|
|
1515
1519
|
},
|
|
1516
1520
|
"enableTableFilterInPageVariant": {
|
|
1517
|
-
"description": "If you have enabled harmonized variant management, by default,
|
|
1521
|
+
"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
1522
|
"type": "boolean",
|
|
1519
|
-
"artifactType": "Manifest"
|
|
1523
|
+
"artifactType": "Manifest",
|
|
1524
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
|
|
1520
1525
|
},
|
|
1521
1526
|
"dataLoadSettings": {
|
|
1522
1527
|
"$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",
|