@sapui5/sap.suite.ui.generic.template 1.96.26 → 1.96.28
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/package.json +1 -1
- package/src/sap/suite/ui/generic/template/.library +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/ControllerImplementation.js +0 -3
- package/src/sap/suite/ui/generic/template/ListReport/controller/IappStateHandler.js +1 -2
- package/src/sap/suite/ui/generic/template/changeHandler/AddFilterItem.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/AddFooterActionButton.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/AddGroup.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/AddGroupElement.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/AddHeaderActionButton.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/AddHeaderFacet.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/AddSection.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/AddSubSection.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/AddTableColumn.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/AddToolbarActionButton.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/MoveFilterItems.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/MoveGroup.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/MoveGroupElement.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/MoveHeaderAndFooterActionButton.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/MoveHeaderFacet.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/MoveSection.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/MoveSubSection.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/MoveTableColumns.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/MoveToolbarActionButtons.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/RemoveFilterItem.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/RemoveGroup.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/RemoveGroupElement.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/RemoveHeaderAndFooterActionButton.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/RemoveHeaderFacet.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/RemoveSection.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/RemoveSubSection.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/RemoveTableColumn.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/RemoveToolbarActionButton.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/RevealFilterItem.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/RevealHeaderFacet.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/RevealTableColumn.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/RevealToolbarActionButton.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/generic/AddElement.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/generic/MoveElements.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/generic/RemoveElement.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/generic/RevealElement.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/util/AnnotationPropertyCommand.js +1 -1
- package/src/sap/suite/ui/generic/template/lib/CommonEventHandlers.js +0 -6
- package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +1 -1
- package/src/sap/suite/ui/generic/template/library.js +1 -1
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/DetailSmartTable.fragment.xml +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapui5/sap.suite.ui.generic.template",
|
|
3
|
-
"version": "1.96.
|
|
3
|
+
"version": "1.96.28",
|
|
4
4
|
"description": "SAPUI5 Library sap.suite.ui.generic.template",
|
|
5
5
|
"homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
|
|
6
6
|
"author": "SAP SE (https://www.sap.com)",
|
package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/ControllerImplementation.js
CHANGED
|
@@ -812,9 +812,6 @@ sap.ui.define(["sap/ui/generic/app/navigation/service/SelectionVariant",
|
|
|
812
812
|
oTemplateUtils.oCommonUtils.refreshModel(oState.oSmartTable.getEntitySet());
|
|
813
813
|
clearingRefreshTimerInterval();
|
|
814
814
|
},
|
|
815
|
-
onSemanticObjectLinkPopoverLinkPressed: function(oEvent) {
|
|
816
|
-
oTemplateUtils.oCommonEventHandlers.onSemanticObjectLinkPopoverLinkPressed(oEvent, oState);
|
|
817
|
-
},
|
|
818
815
|
onSemanticObjectLinkNavigationPressed: fnOnSemanticObjectLinkNavigationPressed,
|
|
819
816
|
onSemanticObjectLinkNavigationTargetObtained: fnOnSemanticObjectLinkNavigationTargetObtained,
|
|
820
817
|
onAfterTableVariantSave: function() {
|
|
@@ -319,9 +319,8 @@ sap.ui.define([
|
|
|
319
319
|
|
|
320
320
|
if (sTableVariantId || sPageVariantId) {
|
|
321
321
|
oState.oPresentationControlHandler.setCurrentVariantId(sTableVariantId || sPageVariantId);
|
|
322
|
+
oState.oMultipleViewsHandler.setControlVariant(sChartVariantId, sTableVariantId);
|
|
322
323
|
}
|
|
323
|
-
|
|
324
|
-
oState.oMultipleViewsHandler.setControlVariant(sChartVariantId, sTableVariantId);
|
|
325
324
|
}
|
|
326
325
|
|
|
327
326
|
// method is responsible for retrieving custom filter state. The corresponding extension-method has a more generic name
|
|
@@ -815,11 +815,6 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
815
815
|
fnNavigateIntent(oOutbound, oContext ? [oContext] : [], oSmartFilterBar, bDisplayOrCreateNavigation);
|
|
816
816
|
}
|
|
817
817
|
|
|
818
|
-
// ALP is consuming this method
|
|
819
|
-
function fnSemanticObjectLinkPopoverLinkPressed (oEvent, oState){
|
|
820
|
-
window.location.href = oEvent.mParameters.href;
|
|
821
|
-
}
|
|
822
|
-
|
|
823
818
|
function fnOnSemanticObjectLinkNavigationPressed(oEventSource, oEventParameters){
|
|
824
819
|
var oEventObject = deepExtend({}, oEventSource);
|
|
825
820
|
oCommonUtils.fnProcessDataLossOrDraftDiscardConfirmation(function() {
|
|
@@ -2320,7 +2315,6 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
2320
2315
|
onBeforeRebindTable: onBeforeRebindTable,
|
|
2321
2316
|
onListNavigate: onListNavigate,
|
|
2322
2317
|
onEditNavigateIntent: fnNavigateIntentManifest,
|
|
2323
|
-
onSemanticObjectLinkPopoverLinkPressed: fnSemanticObjectLinkPopoverLinkPressed,
|
|
2324
2318
|
onRelatedAppNavigation: onRelatedAppNavigation,
|
|
2325
2319
|
onDataFieldWithNavigationPath: onDataFieldWithNavigationPath,
|
|
2326
2320
|
onDataFieldForIntentBasedNavigation: onDataFieldForIntentBasedNavigation,
|
|
@@ -2698,7 +2698,7 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
2698
2698
|
* @param {sap.suite.ui.generic.template.lib.AppComponent} oAppComponent The AppComponent instance
|
|
2699
2699
|
* @public
|
|
2700
2700
|
* @extends sap.ui.base.Object
|
|
2701
|
-
* @version 1.96.
|
|
2701
|
+
* @version 1.96.28
|
|
2702
2702
|
* @since 1.30.0
|
|
2703
2703
|
* @alias sap.suite.ui.generic.template.lib.NavigationController
|
|
2704
2704
|
*/
|
|
@@ -37,7 +37,7 @@ sap.ui.define(['sap/ui/core/library','sap/fe/placeholder/library'
|
|
|
37
37
|
interfaces: [],
|
|
38
38
|
controls: [],
|
|
39
39
|
elements: [],
|
|
40
|
-
version: "1.96.
|
|
40
|
+
version: "1.96.28",
|
|
41
41
|
extensions: {
|
|
42
42
|
//Configuration used for rule loading of Support Assistant
|
|
43
43
|
"sap.ui.support": {
|
package/src/sap/suite/ui/generic/template/listTemplates/fragments/DetailSmartTable.fragment.xml
CHANGED
|
@@ -88,8 +88,7 @@ xmlns:customData="http://schemas.sap.com/sapui5/extension/sap.ui.core.CustomData
|
|
|
88
88
|
<smarttable:semanticObjectController>
|
|
89
89
|
<smartlink:SemanticObjectController
|
|
90
90
|
forceLinkRendering="{parts: [{path: 'entitySet>'},{path: 'parameter>/templateSpecific/targetEntities'}], formatter: 'sap.suite.ui.generic.template.js.AnnotationHelper.hasQuickViewFacet'}"
|
|
91
|
-
beforePopoverOpens="._templateEventHandlers.onBeforeSemanticObjectLinkPopoverOpens"
|
|
92
|
-
navigate="._templateEventHandlers.onSemanticObjectLinkPopoverLinkPressed"
|
|
91
|
+
beforePopoverOpens="._templateEventHandlers.onBeforeSemanticObjectLinkPopoverOpens"
|
|
93
92
|
navigationTargetsObtained="._templateEventHandlers.onSemanticObjectLinkNavigationTargetObtained" />
|
|
94
93
|
</smarttable:semanticObjectController>
|
|
95
94
|
<smarttable:customToolbar>
|