@sap/ux-specification 1.144.2 → 1.144.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 +44 -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 +266 -266
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/OverviewPageConfig.json +18 -9
- package/dist/schemas/v4/ApplicationV4.json +6 -0
- package/dist/schemas/v4/BuildingBlocksConfig.json +320 -134
- package/dist/schemas/v4/ListReportConfig.json +101 -21
- package/dist/schemas/v4/ObjectPageConfig.json +18 -7
- package/dist/specification/package.json +5 -5
- package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +18 -1
- package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -1
- package/dist/specification/src/sync/common/i18n.json +5 -0
- package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Fragment.js +18 -6
- package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/specification/src/sync/v2/export/view-controller-generator.js +1 -1
- package/dist/specification/src/sync/v2/export/view-controller-generator.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/utils.js +3 -4
- 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 +14 -1
- package/dist/specification/src/sync/v4/application.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/InlineEdit.d.ts +38 -0
- package/dist/specification/src/sync/v4/export/controls/InlineEdit.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/export/controls/InlineEdit.js +86 -0
- package/dist/specification/src/sync/v4/export/controls/InlineEdit.js.map +1 -0
- 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 +23 -4
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts +14 -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 +64 -19
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/index.d.ts +1 -0
- package/dist/specification/src/sync/v4/export/controls/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/index.js +1 -0
- package/dist/specification/src/sync/v4/export/controls/index.js.map +1 -1
- package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/fpmCustomPage.js +5 -1
- package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
- package/dist/specification/src/sync/v4/export/pages/ListReport.d.ts +15 -2
- package/dist/specification/src/sync/v4/export/pages/ListReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/pages/ListReport.js +33 -1
- package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
- package/dist/specification/src/sync/v4/export/utils.d.ts +12 -0
- package/dist/specification/src/sync/v4/export/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/utils.js +41 -0
- package/dist/specification/src/sync/v4/export/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/actions.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/actions.js +4 -4
- package/dist/specification/src/sync/v4/generate/actions.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/app.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/app.js +8 -0
- package/dist/specification/src/sync/v4/generate/app.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +6 -4
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts +10 -7
- package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/list-report/listReport.js +58 -22
- package/dist/specification/src/sync/v4/generate/list-report/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 +71 -48
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/utils/inlineEdit.d.ts +18 -0
- package/dist/specification/src/sync/v4/generate/utils/inlineEdit.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/utils/inlineEdit.js +91 -0
- package/dist/specification/src/sync/v4/generate/utils/inlineEdit.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/utils/propertiesForEdit.d.ts +156 -0
- package/dist/specification/src/sync/v4/generate/utils/propertiesForEdit.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/utils/propertiesForEdit.js +192 -0
- package/dist/specification/src/sync/v4/generate/utils/propertiesForEdit.js.map +1 -0
- package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/App.js +9 -1
- package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/index.d.ts +0 -1
- package/dist/specification/src/sync/v4/sync-rules/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/index.js +0 -1
- package/dist/specification/src/sync/v4/sync-rules/index.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.d.ts +20 -1
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +104 -17
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/types/src/apiTypes.d.ts +29 -1
- package/dist/types/src/apiTypes.d.ts.map +1 -1
- package/dist/types/src/apiTypes.js.map +1 -1
- package/dist/types/src/common/types.d.ts +5 -1
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js +4 -0
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/v4/application.d.ts +6 -0
- package/dist/types/src/v4/application.d.ts.map +1 -1
- package/dist/types/src/v4/application.js.map +1 -1
- package/dist/types/src/v4/controls/InlineEdit.d.ts +30 -0
- package/dist/types/src/v4/controls/InlineEdit.d.ts.map +1 -0
- package/dist/{specification/src/sync/v4/sync-rules/DecoratorClass.js → types/src/v4/controls/InlineEdit.js} +1 -1
- package/dist/types/src/v4/controls/InlineEdit.js.map +1 -0
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts +4 -0
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v4/controls/Table.d.ts +12 -4
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v4/controls/index.d.ts +1 -0
- package/dist/types/src/v4/controls/index.d.ts.map +1 -1
- package/dist/types/src/v4/controls/index.js +1 -0
- package/dist/types/src/v4/controls/index.js.map +1 -1
- package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +5 -1
- package/dist/types/src/v4/pages/ListReportConfigV4.d.ts.map +1 -1
- package/package.json +5 -5
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +0 -2
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +0 -1
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +0 -1
|
@@ -613,7 +613,8 @@
|
|
|
613
613
|
"const": "auto",
|
|
614
614
|
"type": "string"
|
|
615
615
|
}
|
|
616
|
-
]
|
|
616
|
+
],
|
|
617
|
+
"artifactType": "Manifest"
|
|
617
618
|
},
|
|
618
619
|
"requireAppAuthorization": {
|
|
619
620
|
"description": "Define an authorization check at card level.",
|
|
@@ -1192,7 +1193,8 @@
|
|
|
1192
1193
|
"const": "auto",
|
|
1193
1194
|
"type": "string"
|
|
1194
1195
|
}
|
|
1195
|
-
]
|
|
1196
|
+
],
|
|
1197
|
+
"artifactType": "Manifest"
|
|
1196
1198
|
},
|
|
1197
1199
|
"requireAppAuthorization": {
|
|
1198
1200
|
"description": "Define an authorization check at card level.",
|
|
@@ -1510,7 +1512,8 @@
|
|
|
1510
1512
|
"const": "auto",
|
|
1511
1513
|
"type": "string"
|
|
1512
1514
|
}
|
|
1513
|
-
]
|
|
1515
|
+
],
|
|
1516
|
+
"artifactType": "Manifest"
|
|
1514
1517
|
},
|
|
1515
1518
|
"requireAppAuthorization": {
|
|
1516
1519
|
"description": "Define an authorization check at card level.",
|
|
@@ -1861,7 +1864,8 @@
|
|
|
1861
1864
|
"const": "auto",
|
|
1862
1865
|
"type": "string"
|
|
1863
1866
|
}
|
|
1864
|
-
]
|
|
1867
|
+
],
|
|
1868
|
+
"artifactType": "Manifest"
|
|
1865
1869
|
},
|
|
1866
1870
|
"requireAppAuthorization": {
|
|
1867
1871
|
"description": "Define an authorization check at card level.",
|
|
@@ -2218,7 +2222,8 @@
|
|
|
2218
2222
|
"const": "auto",
|
|
2219
2223
|
"type": "string"
|
|
2220
2224
|
}
|
|
2221
|
-
]
|
|
2225
|
+
],
|
|
2226
|
+
"artifactType": "Manifest"
|
|
2222
2227
|
},
|
|
2223
2228
|
"requireAppAuthorization": {
|
|
2224
2229
|
"description": "Define an authorization check at card level.",
|
|
@@ -2559,7 +2564,8 @@
|
|
|
2559
2564
|
"dimensionSettings"
|
|
2560
2565
|
]
|
|
2561
2566
|
}
|
|
2562
|
-
]
|
|
2567
|
+
],
|
|
2568
|
+
"artifactType": "Manifest"
|
|
2563
2569
|
},
|
|
2564
2570
|
"bEnableStableColors": {
|
|
2565
2571
|
"description": "Enables the configuration of an analytical card with a column stack chart to map the dimension values to specific colors.",
|
|
@@ -2633,7 +2639,8 @@
|
|
|
2633
2639
|
"const": "auto",
|
|
2634
2640
|
"type": "string"
|
|
2635
2641
|
}
|
|
2636
|
-
]
|
|
2642
|
+
],
|
|
2643
|
+
"artifactType": "Manifest"
|
|
2637
2644
|
},
|
|
2638
2645
|
"requireAppAuthorization": {
|
|
2639
2646
|
"description": "Define an authorization check at card level.",
|
|
@@ -2949,7 +2956,8 @@
|
|
|
2949
2956
|
"dimensionSettings"
|
|
2950
2957
|
]
|
|
2951
2958
|
}
|
|
2952
|
-
]
|
|
2959
|
+
],
|
|
2960
|
+
"artifactType": "Manifest"
|
|
2953
2961
|
},
|
|
2954
2962
|
"bEnableStableColors": {
|
|
2955
2963
|
"description": "Enables the configuration of an analytical card with a column stack chart to map the dimension values to specific colors.",
|
|
@@ -3023,7 +3031,8 @@
|
|
|
3023
3031
|
"const": "auto",
|
|
3024
3032
|
"type": "string"
|
|
3025
3033
|
}
|
|
3026
|
-
]
|
|
3034
|
+
],
|
|
3035
|
+
"artifactType": "Manifest"
|
|
3027
3036
|
},
|
|
3028
3037
|
"requireAppAuthorization": {
|
|
3029
3038
|
"description": "Define an authorization check at card level.",
|
|
@@ -134,6 +134,12 @@
|
|
|
134
134
|
"description": "Sets interaction type of side effect events.\n- Notification (default) - A message toast is displayed.\n- Confirmation - A confirmation popup is displayed and data is only be refreshed if the user actively confirms it.\n- None - Data is refreshed without informing the user.",
|
|
135
135
|
"manifestPath": "$[\"sap.fe\"].app.sideEffectsEventsInteractionType"
|
|
136
136
|
},
|
|
137
|
+
"disableStrictUomFiltering": {
|
|
138
|
+
"description": "Disables strict filtering. Strict filtering requires users to enter a single value in the unit of measure field when filtering for measure field values.",
|
|
139
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/f5dcb29da3bf4e0091eba3e7ccef4580",
|
|
140
|
+
"type": "boolean",
|
|
141
|
+
"manifestPath": "$[\"sap.fe\"].app.disableStrictUomFiltering"
|
|
142
|
+
},
|
|
137
143
|
"title": {
|
|
138
144
|
"description": "Defines the title for the application.",
|
|
139
145
|
"i18nClassification": "TIT: Title of the application",
|