@openui5/sap.ui.core 1.114.9 → 1.114.10
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/THIRDPARTY.txt +1 -1
- package/package.json +1 -1
- package/src/jquery.sap.global.js +1 -1
- package/src/jquery.sap.properties.js +1 -1
- package/src/jquery.sap.resources.js +1 -1
- package/src/jquery.sap.script.js +1 -1
- package/src/jquery.sap.storage.js +3 -3
- package/src/sap/base/config.js +1 -1
- package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
- package/src/sap/base/util/restricted/_castArray.js +1 -1
- package/src/sap/base/util/restricted/_compact.js +1 -1
- package/src/sap/base/util/restricted/_curry.js +1 -1
- package/src/sap/base/util/restricted/_debounce.js +1 -1
- package/src/sap/base/util/restricted/_difference.js +1 -1
- package/src/sap/base/util/restricted/_differenceBy.js +1 -1
- package/src/sap/base/util/restricted/_differenceWith.js +1 -1
- package/src/sap/base/util/restricted/_flatMap.js +1 -1
- package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
- package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
- package/src/sap/base/util/restricted/_flatten.js +1 -1
- package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
- package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
- package/src/sap/base/util/restricted/_intersection.js +1 -1
- package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
- package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
- package/src/sap/base/util/restricted/_isEqual.js +1 -1
- package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
- package/src/sap/base/util/restricted/_isNil.js +1 -1
- package/src/sap/base/util/restricted/_max.js +1 -1
- package/src/sap/base/util/restricted/_merge.js +1 -1
- package/src/sap/base/util/restricted/_mergeWith.js +1 -1
- package/src/sap/base/util/restricted/_min.js +1 -1
- package/src/sap/base/util/restricted/_omit.js +1 -1
- package/src/sap/base/util/restricted/_pick.js +1 -1
- package/src/sap/base/util/restricted/_pickBy.js +1 -1
- package/src/sap/base/util/restricted/_throttle.js +1 -1
- package/src/sap/base/util/restricted/_toArray.js +1 -1
- package/src/sap/base/util/restricted/_union.js +1 -1
- package/src/sap/base/util/restricted/_unionBy.js +1 -1
- package/src/sap/base/util/restricted/_unionWith.js +1 -1
- package/src/sap/base/util/restricted/_uniq.js +1 -1
- package/src/sap/base/util/restricted/_uniqBy.js +1 -1
- package/src/sap/base/util/restricted/_uniqWith.js +1 -1
- package/src/sap/base/util/restricted/_without.js +1 -1
- package/src/sap/base/util/restricted/_xor.js +1 -1
- package/src/sap/base/util/restricted/_xorBy.js +1 -1
- package/src/sap/base/util/restricted/_xorWith.js +1 -1
- package/src/sap/base/util/restricted/_zipObject.js +1 -1
- package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
- package/src/sap/ui/Device.js +3 -3
- package/src/sap/ui/Global.js +4 -4
- package/src/sap/ui/base/Event.js +1 -1
- package/src/sap/ui/base/EventProvider.js +1 -1
- package/src/sap/ui/base/Interface.js +1 -1
- package/src/sap/ui/base/ManagedObject.js +1 -1
- package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
- package/src/sap/ui/base/Metadata.js +1 -1
- package/src/sap/ui/base/Object.js +1 -1
- package/src/sap/ui/base/ObjectPool.js +1 -1
- package/src/sap/ui/core/.library +1 -1
- package/src/sap/ui/core/BusyIndicator.js +1 -1
- package/src/sap/ui/core/Component.js +59 -42
- package/src/sap/ui/core/ComponentContainer.js +1 -1
- package/src/sap/ui/core/ComponentMetadata.js +1 -1
- package/src/sap/ui/core/ComponentSupport.js +1 -1
- package/src/sap/ui/core/Configuration.js +1 -1
- package/src/sap/ui/core/Control.js +1 -1
- package/src/sap/ui/core/Core.js +1 -1
- package/src/sap/ui/core/CustomData.js +1 -1
- package/src/sap/ui/core/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/Element.js +1 -1
- package/src/sap/ui/core/ElementMetadata.js +1 -1
- package/src/sap/ui/core/EnabledPropagator.js +1 -1
- package/src/sap/ui/core/EventBus.js +1 -1
- package/src/sap/ui/core/Fragment.js +1 -1
- package/src/sap/ui/core/HTML.js +1 -1
- package/src/sap/ui/core/History.js +1 -1
- package/src/sap/ui/core/Icon.js +1 -1
- package/src/sap/ui/core/IndicationColorSupport.js +1 -1
- package/src/sap/ui/core/IntervalTrigger.js +1 -1
- package/src/sap/ui/core/InvisibleMessage.js +1 -1
- package/src/sap/ui/core/InvisibleRenderer.js +1 -1
- package/src/sap/ui/core/InvisibleText.js +1 -1
- package/src/sap/ui/core/Item.js +1 -1
- package/src/sap/ui/core/LabelEnablement.js +1 -1
- package/src/sap/ui/core/LayoutData.js +1 -1
- package/src/sap/ui/core/ListItem.js +1 -1
- package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
- package/src/sap/ui/core/Locale.js +1 -1
- package/src/sap/ui/core/LocaleData.js +1 -1
- package/src/sap/ui/core/Manifest.js +1 -1
- package/src/sap/ui/core/Message.js +1 -1
- package/src/sap/ui/core/RenderManager.js +1 -1
- package/src/sap/ui/core/Renderer.js +1 -1
- package/src/sap/ui/core/ResizeHandler.js +15 -20
- package/src/sap/ui/core/ScrollBar.js +1 -1
- package/src/sap/ui/core/SeparatorItem.js +1 -1
- package/src/sap/ui/core/Title.js +1 -1
- package/src/sap/ui/core/TooltipBase.js +1 -1
- package/src/sap/ui/core/UIArea.js +1 -1
- package/src/sap/ui/core/UIComponent.js +1 -1
- package/src/sap/ui/core/UIComponentMetadata.js +1 -1
- package/src/sap/ui/core/ValueStateSupport.js +1 -1
- package/src/sap/ui/core/VariantLayoutData.js +1 -1
- package/src/sap/ui/core/XMLComposite.js +1 -1
- package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
- package/src/sap/ui/core/date/UI5Date.js +1 -1
- package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
- package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
- package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
- package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
- package/src/sap/ui/core/dnd/DragInfo.js +1 -1
- package/src/sap/ui/core/dnd/DropInfo.js +1 -1
- package/src/sap/ui/core/format/TimezoneUtil.js +1 -1
- package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
- package/src/sap/ui/core/library.js +3 -3
- package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
- package/src/sap/ui/core/message/Message.js +1 -1
- package/src/sap/ui/core/message/MessageManager.js +1 -1
- package/src/sap/ui/core/message/MessageParser.js +1 -1
- package/src/sap/ui/core/message/MessageProcessor.js +1 -1
- package/src/sap/ui/core/mvc/HTMLView.js +1 -1
- package/src/sap/ui/core/mvc/JSONView.js +1 -1
- package/src/sap/ui/core/mvc/JSView.js +1 -1
- package/src/sap/ui/core/mvc/TemplateView.js +1 -1
- package/src/sap/ui/core/mvc/View.js +1 -1
- package/src/sap/ui/core/mvc/XMLView.js +1 -1
- package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/plugin/LessSupport.js +1 -1
- package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
- package/src/sap/ui/core/postmessage/Bus.js +1 -1
- package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
- package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
- package/src/sap/ui/core/search/SearchProvider.js +1 -1
- package/src/sap/ui/core/service/Service.js +1 -1
- package/src/sap/ui/core/service/ServiceFactory.js +1 -1
- package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
- package/src/sap/ui/core/support/Plugin.js +1 -1
- package/src/sap/ui/core/support/Support.js +1 -1
- package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
- package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
- package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
- package/src/sap/ui/core/support/plugins/Performance.js +1 -1
- package/src/sap/ui/core/support/plugins/Selector.js +1 -1
- package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
- package/src/sap/ui/core/support/plugins/Trace.js +1 -1
- package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
- package/src/sap/ui/core/themes/base/base.less +287 -260
- package/src/sap/ui/core/themes/base/global.less +16 -16
- package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
- package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
- package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
- package/src/sap/ui/core/tmpl/Template.js +1 -1
- package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
- package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
- package/src/sap/ui/core/util/Export.js +1 -1
- package/src/sap/ui/core/util/ExportCell.js +1 -1
- package/src/sap/ui/core/util/ExportColumn.js +1 -1
- package/src/sap/ui/core/util/ExportRow.js +1 -1
- package/src/sap/ui/core/util/ExportType.js +1 -1
- package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
- package/src/sap/ui/core/util/File.js +1 -1
- package/src/sap/ui/core/util/LibraryInfo.js +1 -1
- package/src/sap/ui/core/util/MockServer.js +1 -1
- package/src/sap/ui/core/util/PasteHelper.js +1 -1
- package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
- package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
- package/src/sap/ui/core/ws/ReadyState.js +1 -1
- package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
- package/src/sap/ui/core/ws/WebSocket.js +1 -1
- package/src/sap/ui/debug/ControlTree.js +1 -1
- package/src/sap/ui/debug/DebugEnv.js +15 -6
- package/src/sap/ui/debug/PropertyList.js +1 -1
- package/src/sap/ui/model/ClientModel.js +1 -1
- package/src/sap/ui/model/CompositeDataState.js +1 -1
- package/src/sap/ui/model/CompositeType.js +1 -1
- package/src/sap/ui/model/DataState.js +1 -1
- package/src/sap/ui/model/MetaModel.js +1 -1
- package/src/sap/ui/model/Model.js +1 -1
- package/src/sap/ui/model/SelectionModel.js +1 -1
- package/src/sap/ui/model/SimpleType.js +1 -1
- package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
- package/src/sap/ui/model/Type.js +1 -1
- package/src/sap/ui/model/json/JSONModel.js +1 -1
- package/src/sap/ui/model/message/MessageModel.js +1 -1
- package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
- package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
- package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
- package/src/sap/ui/model/odata/ODataModel.js +1 -1
- package/src/sap/ui/model/odata/type/Boolean.js +1 -1
- package/src/sap/ui/model/odata/type/Byte.js +1 -1
- package/src/sap/ui/model/odata/type/Currency.js +1 -1
- package/src/sap/ui/model/odata/type/Date.js +1 -1
- package/src/sap/ui/model/odata/type/DateTime.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +1 -1
- package/src/sap/ui/model/odata/type/Decimal.js +1 -1
- package/src/sap/ui/model/odata/type/Double.js +1 -1
- package/src/sap/ui/model/odata/type/Guid.js +1 -1
- package/src/sap/ui/model/odata/type/Int.js +1 -1
- package/src/sap/ui/model/odata/type/Int16.js +1 -1
- package/src/sap/ui/model/odata/type/Int32.js +1 -1
- package/src/sap/ui/model/odata/type/Int64.js +1 -1
- package/src/sap/ui/model/odata/type/ODataType.js +1 -1
- package/src/sap/ui/model/odata/type/Raw.js +1 -1
- package/src/sap/ui/model/odata/type/SByte.js +1 -1
- package/src/sap/ui/model/odata/type/Single.js +1 -1
- package/src/sap/ui/model/odata/type/Stream.js +1 -1
- package/src/sap/ui/model/odata/type/String.js +1 -1
- package/src/sap/ui/model/odata/type/Time.js +1 -1
- package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
- package/src/sap/ui/model/odata/type/Unit.js +1 -1
- package/src/sap/ui/model/odata/v2/Context.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataModel.js +2 -3
- package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/Context.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataBinding.js +17 -4
- package/src/sap/ui/model/odata/v4/ODataContextBinding.js +9 -5
- package/src/sap/ui/model/odata/v4/ODataListBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataMetaModel.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataModel.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +4 -7
- package/src/sap/ui/model/resource/ResourceModel.js +1 -1
- package/src/sap/ui/model/type/Boolean.js +1 -1
- package/src/sap/ui/model/type/Currency.js +1 -1
- package/src/sap/ui/model/type/Date.js +1 -1
- package/src/sap/ui/model/type/DateInterval.js +1 -1
- package/src/sap/ui/model/type/DateTime.js +1 -1
- package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
- package/src/sap/ui/model/type/FileSize.js +1 -1
- package/src/sap/ui/model/type/Float.js +1 -1
- package/src/sap/ui/model/type/Integer.js +1 -1
- package/src/sap/ui/model/type/String.js +1 -1
- package/src/sap/ui/model/type/Time.js +1 -1
- package/src/sap/ui/model/type/TimeInterval.js +1 -1
- package/src/sap/ui/model/type/Unit.js +1 -1
- package/src/sap/ui/model/xml/XMLModel.js +1 -1
- package/src/sap/ui/performance/BeaconRequest.js +8 -10
- package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
- package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
- package/src/sap/ui/test/generic/TestBase.js +1 -1
- package/src/sap/ui/util/Storage.js +1 -1
package/src/sap/ui/core/.library
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.114.
|
|
9
|
+
<version>1.114.10</version>
|
|
10
10
|
|
|
11
11
|
<documentation>The SAPUI5 Core Runtime.
|
|
12
12
|
|
|
@@ -225,7 +225,7 @@ sap.ui.define([
|
|
|
225
225
|
* @extends sap.ui.base.ManagedObject
|
|
226
226
|
* @abstract
|
|
227
227
|
* @author SAP SE
|
|
228
|
-
* @version 1.114.
|
|
228
|
+
* @version 1.114.10
|
|
229
229
|
* @alias sap.ui.core.Component
|
|
230
230
|
* @since 1.9.2
|
|
231
231
|
*/
|
|
@@ -771,36 +771,41 @@ sap.ui.define([
|
|
|
771
771
|
// init the component models
|
|
772
772
|
this.initComponentModels();
|
|
773
773
|
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
774
|
+
/**
|
|
775
|
+
* @deprecated As of 1.114
|
|
776
|
+
*/
|
|
777
|
+
(function() {
|
|
778
|
+
// error handler (if exists)
|
|
779
|
+
if (this.onWindowError) {
|
|
780
|
+
this._fnWindowErrorHandler = function(oEvent) {
|
|
781
|
+
var oError = oEvent.originalEvent;
|
|
782
|
+
this.onWindowError(oError.message, oError.filename, oError.lineno);
|
|
783
|
+
|
|
784
|
+
}.bind(this);
|
|
785
|
+
window.addEventListener("error", this._fnWindowErrorHandler);
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
// before unload handler (if exists)
|
|
789
|
+
if (this.onWindowBeforeUnload) {
|
|
790
|
+
this._fnWindowBeforeUnloadHandler = function(oEvent) {
|
|
791
|
+
var vReturnValue = this.onWindowBeforeUnload.apply(this, arguments);
|
|
792
|
+
// set returnValue for Chrome
|
|
793
|
+
if (typeof (vReturnValue) === 'string') {
|
|
794
|
+
oEvent.returnValue = vReturnValue;
|
|
795
|
+
oEvent.preventDefault();
|
|
796
|
+
return vReturnValue;
|
|
797
|
+
}
|
|
798
|
+
}.bind(this);
|
|
799
|
+
window.addEventListener("beforeunload", this._fnWindowBeforeUnloadHandler);
|
|
800
|
+
}
|
|
797
801
|
|
|
798
|
-
|
|
799
|
-
|
|
802
|
+
// unload handler (if exists)
|
|
803
|
+
if (this.onWindowUnload) {
|
|
800
804
|
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
805
|
+
this._fnWindowUnloadHandler = this.onWindowUnload.bind(this);
|
|
806
|
+
window.addEventListener("unload", this._fnWindowUnloadHandler);
|
|
807
|
+
}
|
|
808
|
+
}.bind(this))();
|
|
804
809
|
|
|
805
810
|
};
|
|
806
811
|
|
|
@@ -844,19 +849,24 @@ sap.ui.define([
|
|
|
844
849
|
}
|
|
845
850
|
delete this._mManifestModels;
|
|
846
851
|
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
852
|
+
/**
|
|
853
|
+
* @deprecated As of 1.114
|
|
854
|
+
*/
|
|
855
|
+
(function() {
|
|
856
|
+
// remove the event handlers
|
|
857
|
+
if (this._fnWindowErrorHandler) {
|
|
858
|
+
window.removeEventListener("error", this._fnWindowErrorHandler);
|
|
859
|
+
delete this._fnWindowErrorHandler;
|
|
860
|
+
}
|
|
861
|
+
if (this._fnWindowBeforeUnloadHandler) {
|
|
862
|
+
window.removeEventListener("beforeunload", this._fnWindowBeforeUnloadHandler);
|
|
863
|
+
delete this._fnWindowBeforeUnloadHandler;
|
|
864
|
+
}
|
|
865
|
+
if (this._fnWindowUnloadHandler) {
|
|
866
|
+
window.removeEventListener("unload", this._fnWindowUnloadHandler);
|
|
867
|
+
delete this._fnWindowUnloadHandler;
|
|
868
|
+
}
|
|
869
|
+
}.bind(this))();
|
|
860
870
|
|
|
861
871
|
// destroy event bus
|
|
862
872
|
if (this._oEventBus) {
|
|
@@ -1379,6 +1389,8 @@ sap.ui.define([
|
|
|
1379
1389
|
* @since 1.15.1
|
|
1380
1390
|
* @name sap.ui.core.Component.prototype.onWindowBeforeUnload
|
|
1381
1391
|
* @function
|
|
1392
|
+
* @deprecated As of 1.114 (starting with a patch release acc. to the changelog), recommended to use the browser-native page lifecycle API,
|
|
1393
|
+
* providing events such as 'pageshow' and 'pagehide'
|
|
1382
1394
|
*/
|
|
1383
1395
|
//onWindowBeforeUnload : function() {},
|
|
1384
1396
|
|
|
@@ -1392,6 +1404,9 @@ sap.ui.define([
|
|
|
1392
1404
|
* @since 1.15.1
|
|
1393
1405
|
* @name sap.ui.core.Component.prototype.onWindowUnload
|
|
1394
1406
|
* @function
|
|
1407
|
+
* @deprecated As of 1.114 (starting with a patch release acc. to the changelog). Newer browser versions deprecate the browser-native 'unload' event.
|
|
1408
|
+
* Therefore, the former API won't reliably work anymore. Please have a look at the
|
|
1409
|
+
* browser-native page lifecycle API, e.g. its events 'pageshow' and 'pagehide'.
|
|
1395
1410
|
*/
|
|
1396
1411
|
//onWindowUnload : function() {},
|
|
1397
1412
|
|
|
@@ -1407,6 +1422,8 @@ sap.ui.define([
|
|
|
1407
1422
|
* @since 1.15.1
|
|
1408
1423
|
* @name sap.ui.core.Component.prototype.onWindowError
|
|
1409
1424
|
* @function
|
|
1425
|
+
* @deprecated As of 1.114 (starting with a patch release acc. to the changelog), recommended to use the browser-native API
|
|
1426
|
+
* to listen for errors: window.addEventListener("error", function() { ... })
|
|
1410
1427
|
*/
|
|
1411
1428
|
//onWindowError : null, // function(sMessage, sFile, iLine) - function not added directly as it might result in bad stack traces in older browsers
|
|
1412
1429
|
|
|
@@ -50,7 +50,7 @@ sap.ui.define([
|
|
|
50
50
|
// Singleton instance for configuration
|
|
51
51
|
var oConfiguration;
|
|
52
52
|
var M_SETTINGS;
|
|
53
|
-
var VERSION = "1.114.
|
|
53
|
+
var VERSION = "1.114.10";
|
|
54
54
|
|
|
55
55
|
// Helper Functions
|
|
56
56
|
var Object_hasOwn = Function.prototype.call.bind(Object.prototype.hasOwnProperty);
|
|
@@ -79,7 +79,7 @@ sap.ui.define([
|
|
|
79
79
|
* @extends sap.ui.core.Element
|
|
80
80
|
* @abstract
|
|
81
81
|
* @author SAP SE
|
|
82
|
-
* @version 1.114.
|
|
82
|
+
* @version 1.114.10
|
|
83
83
|
* @alias sap.ui.core.Control
|
|
84
84
|
*/
|
|
85
85
|
var Control = Element.extend("sap.ui.core.Control", /** @lends sap.ui.core.Control.prototype */ {
|
package/src/sap/ui/core/Core.js
CHANGED
|
@@ -43,7 +43,7 @@ sap.ui.define([
|
|
|
43
43
|
*
|
|
44
44
|
* @param {boolean} [bDefault=true] Value that should be used as default value for the enhancement of the control.
|
|
45
45
|
* @param {boolean} [bLegacy=false] Whether the introduced property should use the old name <code>Enabled</code>.
|
|
46
|
-
* @version 1.114.
|
|
46
|
+
* @version 1.114.10
|
|
47
47
|
* @public
|
|
48
48
|
* @class
|
|
49
49
|
* @alias sap.ui.core.EnabledPropagator
|
package/src/sap/ui/core/HTML.js
CHANGED
package/src/sap/ui/core/Icon.js
CHANGED
|
@@ -12,7 +12,7 @@ sap.ui.define([], function() {
|
|
|
12
12
|
* Provides the default renderer for the controls that have set their <code>visible</code> property to <code>false</code>.
|
|
13
13
|
*
|
|
14
14
|
* @author SAP SE
|
|
15
|
-
* @version 1.114.
|
|
15
|
+
* @version 1.114.10
|
|
16
16
|
* @alias module:sap/ui/core/InvisibleRenderer
|
|
17
17
|
* @since 1.66.0
|
|
18
18
|
* @protected
|
package/src/sap/ui/core/Item.js
CHANGED
|
@@ -136,7 +136,7 @@ sap.ui.define(['../base/ManagedObject', "sap/base/assert"],
|
|
|
136
136
|
* @see sap.ui.core.LabelEnablement#enrich
|
|
137
137
|
*
|
|
138
138
|
* @author SAP SE
|
|
139
|
-
* @version 1.114.
|
|
139
|
+
* @version 1.114.10
|
|
140
140
|
* @protected
|
|
141
141
|
* @alias sap.ui.core.LabelEnablement
|
|
142
142
|
* @namespace
|
|
@@ -36,7 +36,7 @@ sap.ui.define([
|
|
|
36
36
|
* @alias sap.ui.core.ResizeHandler
|
|
37
37
|
* @extends sap.ui.base.Object
|
|
38
38
|
* @author SAP SE
|
|
39
|
-
* @version 1.114.
|
|
39
|
+
* @version 1.114.10
|
|
40
40
|
* @public
|
|
41
41
|
*/
|
|
42
42
|
|
|
@@ -52,9 +52,20 @@ sap.ui.define([
|
|
|
52
52
|
|
|
53
53
|
this.iIdCounter = 0;
|
|
54
54
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
55
|
+
/**
|
|
56
|
+
* The block below is not needed because it only did a cleanup
|
|
57
|
+
* before the page was closed. This should not be necessary.
|
|
58
|
+
* Nevertheless we leave the coding here and only deprecate it,
|
|
59
|
+
* in order to keep the BFCache behavior stable.
|
|
60
|
+
* Removing the 'unload' handler could potentially activate
|
|
61
|
+
* the BFCache and cause a different behavior in browser versions
|
|
62
|
+
* where the 'unload' handler is still supported.
|
|
63
|
+
* Therefore we only removed the not needed cleanup coding
|
|
64
|
+
* but still attach a noop to ensure this handler would still
|
|
65
|
+
* invalidate the BFCache.
|
|
66
|
+
* @deprecated As of 1.114
|
|
67
|
+
*/
|
|
68
|
+
window.addEventListener("unload", function() {});
|
|
58
69
|
|
|
59
70
|
ActivityDetection.attachActivate(initListener, this);
|
|
60
71
|
|
|
@@ -81,22 +92,6 @@ sap.ui.define([
|
|
|
81
92
|
}
|
|
82
93
|
}
|
|
83
94
|
|
|
84
|
-
/**
|
|
85
|
-
* Destroy method of the Resize Handler.
|
|
86
|
-
*
|
|
87
|
-
* It unregisters the event handlers.
|
|
88
|
-
*
|
|
89
|
-
* @param {jQuery.Event} oEvent the event that initiated the destruction of the ResizeHandler
|
|
90
|
-
* @private
|
|
91
|
-
*/
|
|
92
|
-
ResizeHandler.prototype.destroy = function(oEvent) {
|
|
93
|
-
ActivityDetection.detachActivate(initListener, this);
|
|
94
|
-
jQuery(window).off("unload", this.fnDestroyHandler);
|
|
95
|
-
this.aResizeListeners = [];
|
|
96
|
-
this.aSuspendedDomRefs = [];
|
|
97
|
-
clearListener.call(this);
|
|
98
|
-
};
|
|
99
|
-
|
|
100
95
|
/**
|
|
101
96
|
* Attaches listener to resize event.
|
|
102
97
|
*
|
|
@@ -44,7 +44,7 @@ sap.ui.define([
|
|
|
44
44
|
* The ScrollBar control can be used for virtual scrolling of a certain area.
|
|
45
45
|
* This means: to simulate a very large scrollable area when technically the area is small and the control takes care of displaying the respective part only. E.g. a Table control can take care of only rendering the currently visible rows and use this ScrollBar control to make the user think he actually scrolls through a long list.
|
|
46
46
|
* @extends sap.ui.core.Control
|
|
47
|
-
* @version 1.114.
|
|
47
|
+
* @version 1.114.10
|
|
48
48
|
*
|
|
49
49
|
* @public
|
|
50
50
|
* @deprecated as of version 1.56
|
package/src/sap/ui/core/Title.js
CHANGED
|
@@ -30,7 +30,7 @@ sap.ui.define([
|
|
|
30
30
|
* @class
|
|
31
31
|
* Abstract class that can be extended in order to implement any extended tooltip. For example, RichTooltip Control is based on it. It provides the opening/closing behavior and the main "text" property.
|
|
32
32
|
* @extends sap.ui.core.Control
|
|
33
|
-
* @version 1.114.
|
|
33
|
+
* @version 1.114.10
|
|
34
34
|
*
|
|
35
35
|
* @public
|
|
36
36
|
* @alias sap.ui.core.TooltipBase
|
|
@@ -185,7 +185,7 @@ sap.ui.define([
|
|
|
185
185
|
*
|
|
186
186
|
* @extends sap.ui.base.ManagedObject
|
|
187
187
|
* @author SAP SE
|
|
188
|
-
* @version 1.114.
|
|
188
|
+
* @version 1.114.10
|
|
189
189
|
* @param {object} [oRootNode] reference to the DOM element that should be 'hosting' the UI Area.
|
|
190
190
|
* @public
|
|
191
191
|
* @alias sap.ui.core.UIArea
|
|
@@ -18,7 +18,7 @@ sap.ui.define(['./ComponentMetadata', 'sap/ui/core/mvc/ViewType'],
|
|
|
18
18
|
* @experimental Since 1.15.1. The Component concept is still under construction, so some implementation details can be changed in future.
|
|
19
19
|
* @class
|
|
20
20
|
* @author SAP SE
|
|
21
|
-
* @version 1.114.
|
|
21
|
+
* @version 1.114.10
|
|
22
22
|
* @since 1.15.1
|
|
23
23
|
* @alias sap.ui.core.UIComponentMetadata
|
|
24
24
|
* @extends sap.ui.core.ComponentMetadata
|
|
@@ -20,7 +20,7 @@ sap.ui.define(['./LayoutData', './library'],
|
|
|
20
20
|
* @class
|
|
21
21
|
* Allows to add multiple LayoutData to one control in case that an easy switch of layouts (e.g. in a Form) is needed.
|
|
22
22
|
* @extends sap.ui.core.LayoutData
|
|
23
|
-
* @version 1.114.
|
|
23
|
+
* @version 1.114.10
|
|
24
24
|
*
|
|
25
25
|
* @public
|
|
26
26
|
* @since 1.9.2
|