@openui5/sap.ui.core 1.71.46 → 1.71.48
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/LICENSE.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/util/restricted/_castArray.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/_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/_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/_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/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 +1 -1
- 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/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/CustomizingConfiguration.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/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/Patcher.js +9 -4
- 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 +1 -1
- 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/UniversalDate.js +2 -2
- package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
- package/src/sap/ui/core/delegate/ScrollEnablement.js +5 -2
- package/src/sap/ui/core/dnd/DragAndDrop.js +4 -2
- 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/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/messagebundle_fr.properties +31 -31
- package/src/sap/ui/core/mvc/Controller.js +5 -0
- 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/MessageTest.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/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 +1 -1
- 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/control/ControlModel.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 +27 -6
- 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/ODataTreeBindingFlat.js +25 -32
- 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/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/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataModel.js +48 -3
- package/src/sap/ui/model/odata/v4/Context.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataContextBinding.js +1 -1
- 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 +1 -1
- 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/qunit/utils/ControlIterator.js +1 -1
- package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
- package/src/sap/ui/thirdparty/IPv6.js +1 -1
- package/src/sap/ui/thirdparty/SecondLevelDomains.js +1 -1
- package/src/sap/ui/thirdparty/URI.js +8 -2
- package/src/sap/ui/thirdparty/URITemplate.js +1 -1
- package/src/sap/ui/util/Storage.js +1 -1
|
@@ -129,7 +129,7 @@ sap.ui.define(['../base/ManagedObject', "sap/base/assert"],
|
|
|
129
129
|
* @see sap.ui.core.LabelEnablement#enrich
|
|
130
130
|
*
|
|
131
131
|
* @author SAP SE
|
|
132
|
-
* @version 1.71.
|
|
132
|
+
* @version 1.71.48
|
|
133
133
|
* @protected
|
|
134
134
|
* @alias sap.ui.core.LabelEnablement
|
|
135
135
|
* @namespace
|
|
@@ -41,14 +41,19 @@ sap.ui.define(["sap/ui/Device"], function(Device) {
|
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
/**
|
|
44
|
-
* Creates an HTML element from the given tag name
|
|
44
|
+
* Creates an HTML element from the given tag name and parent namespace
|
|
45
45
|
*/
|
|
46
|
-
function createElement(sTagName) {
|
|
46
|
+
function createElement(sTagName, oParent) {
|
|
47
47
|
if (sTagName == "svg") {
|
|
48
48
|
return document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
|
|
51
|
+
var sNamespaceURI = oParent.namespaceURI;
|
|
52
|
+
if (sNamespaceURI == "http://www.w3.org/1999/xhtml" || oParent.localName == "foreignObject") {
|
|
53
|
+
return document.createElement(sTagName);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
return document.createElementNS(sNamespaceURI, sTagName);
|
|
52
57
|
}
|
|
53
58
|
|
|
54
59
|
/**
|
|
@@ -306,7 +311,7 @@ sap.ui.define(["sap/ui/Device"], function(Device) {
|
|
|
306
311
|
this._getAttributes();
|
|
307
312
|
this._iTagOpenState = 2; /* Existing */
|
|
308
313
|
} else {
|
|
309
|
-
this._oCurrent = createElement(sTagName);
|
|
314
|
+
this._oCurrent = createElement(sTagName, this._oParent);
|
|
310
315
|
this._setNewElement(this._oCurrent);
|
|
311
316
|
this._iTagOpenState = 1; /* Created */
|
|
312
317
|
}
|
|
@@ -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.71.
|
|
47
|
+
* @version 1.71.48
|
|
48
48
|
*
|
|
49
49
|
* @public
|
|
50
50
|
* @deprecated as of version 1.56
|
package/src/sap/ui/core/Title.js
CHANGED
|
@@ -31,7 +31,7 @@ sap.ui.define([
|
|
|
31
31
|
* @class
|
|
32
32
|
* 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.
|
|
33
33
|
* @extends sap.ui.core.Control
|
|
34
|
-
* @version 1.71.
|
|
34
|
+
* @version 1.71.48
|
|
35
35
|
*
|
|
36
36
|
* @public
|
|
37
37
|
* @alias sap.ui.core.TooltipBase
|
|
@@ -175,7 +175,7 @@ sap.ui.define([
|
|
|
175
175
|
*
|
|
176
176
|
* @extends sap.ui.base.ManagedObject
|
|
177
177
|
* @author SAP SE
|
|
178
|
-
* @version 1.71.
|
|
178
|
+
* @version 1.71.48
|
|
179
179
|
* @param {sap.ui.core.Core} oCore internal API of the <core>Core</code> that manages this UIArea
|
|
180
180
|
* @param {object} [oRootNode] reference to the DOM element that should be 'hosting' the UI Area.
|
|
181
181
|
* @public
|
|
@@ -55,7 +55,7 @@ sap.ui.define([
|
|
|
55
55
|
* @extends sap.ui.core.Component
|
|
56
56
|
* @abstract
|
|
57
57
|
* @author SAP SE
|
|
58
|
-
* @version 1.71.
|
|
58
|
+
* @version 1.71.48
|
|
59
59
|
* @alias sap.ui.core.UIComponent
|
|
60
60
|
* @since 1.9.2
|
|
61
61
|
* @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
|
|
@@ -22,7 +22,7 @@ sap.ui.define(['./ComponentMetadata', './library'],
|
|
|
22
22
|
* @experimental Since 1.15.1. The Component concept is still under construction, so some implementation details can be changed in future.
|
|
23
23
|
* @class
|
|
24
24
|
* @author SAP SE
|
|
25
|
-
* @version 1.71.
|
|
25
|
+
* @version 1.71.48
|
|
26
26
|
* @since 1.15.1
|
|
27
27
|
* @alias sap.ui.core.UIComponentMetadata
|
|
28
28
|
*/
|
|
@@ -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.71.
|
|
23
|
+
* @version 1.71.48
|
|
24
24
|
*
|
|
25
25
|
* @public
|
|
26
26
|
* @since 1.9.2
|
|
@@ -149,7 +149,7 @@ sap.ui.define([
|
|
|
149
149
|
* @extends sap.ui.core.Control
|
|
150
150
|
*
|
|
151
151
|
* @author SAP SE
|
|
152
|
-
* @version 1.71.
|
|
152
|
+
* @version 1.71.48
|
|
153
153
|
* @since 1.56.0
|
|
154
154
|
* @alias sap.ui.core.XMLComposite
|
|
155
155
|
* @see {@link topic:b83a4dcb7d0e46969027345b8d32fd44 XML Composite Controls}
|
|
@@ -30,7 +30,7 @@ sap.ui.define([
|
|
|
30
30
|
* @param {object} oClassInfo static info to construct the metadata from
|
|
31
31
|
*
|
|
32
32
|
* @author SAP SE
|
|
33
|
-
* @version 1.71.
|
|
33
|
+
* @version 1.71.48
|
|
34
34
|
* @since 1.50.0
|
|
35
35
|
* @alias sap.ui.core.XMLCompositeMetadata
|
|
36
36
|
* @extends sap.ui.core.ElementMetadata
|
|
@@ -203,7 +203,7 @@ sap.ui.define(['sap/ui/base/Object', 'sap/ui/core/LocaleData'],
|
|
|
203
203
|
iWeek, iLastYear, iNextYear, oLastFirstDay, oNextFirstDay;
|
|
204
204
|
// If region is US, always calculate the week for the current year, otherwise
|
|
205
205
|
// the week might be the last week of the previous year or first week of next year
|
|
206
|
-
if (oLocale.getLanguage() === "en" &&
|
|
206
|
+
if (oLocale.getLanguage() === "en" && oLocale.getRegion() === "US") {
|
|
207
207
|
iWeek = calculateWeeks(oFirstDay, oDate);
|
|
208
208
|
} else {
|
|
209
209
|
iLastYear = iYear - 1;
|
|
@@ -231,7 +231,7 @@ sap.ui.define(['sap/ui/base/Object', 'sap/ui/core/LocaleData'],
|
|
|
231
231
|
clDate = this.getClass(sCalendarType),
|
|
232
232
|
oFirstDay = getFirstDayOfFirstWeek(clDate, iYear),
|
|
233
233
|
oDate = new clDate(oFirstDay.valueOf() + iWeek * iMillisecondsInWeek),
|
|
234
|
-
bIsRegionUS = oLocale.getLanguage() === "en" &&
|
|
234
|
+
bIsRegionUS = oLocale.getLanguage() === "en" && oLocale.getRegion() === "US";
|
|
235
235
|
//If first day of week is in last year and region is US, return the
|
|
236
236
|
//1st of January instead for symmetric behaviour
|
|
237
237
|
|
|
@@ -82,7 +82,7 @@ sap.ui.define([
|
|
|
82
82
|
* @param {Element[]} aItemDomRefs Array of DOM references representing the items for the navigation
|
|
83
83
|
* @param {boolean} [bNotInTabChain=false] Whether the selected element should be in the tab chain or not
|
|
84
84
|
*
|
|
85
|
-
* @version 1.71.
|
|
85
|
+
* @version 1.71.48
|
|
86
86
|
* @alias sap.ui.core.delegate.ItemNavigation
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
@@ -56,7 +56,7 @@ sap.ui.define([
|
|
|
56
56
|
*
|
|
57
57
|
* @protected
|
|
58
58
|
* @alias sap.ui.core.delegate.ScrollEnablement
|
|
59
|
-
* @version 1.71.
|
|
59
|
+
* @version 1.71.48
|
|
60
60
|
* @author SAP SE
|
|
61
61
|
*/
|
|
62
62
|
var ScrollEnablement = BaseObject.extend("sap.ui.core.delegate.ScrollEnablement", /** @lends sap.ui.core.delegate.ScrollEnablement.prototype */ {
|
|
@@ -200,7 +200,10 @@ sap.ui.define([
|
|
|
200
200
|
$OffsetParent = $Element.offsetParent(),
|
|
201
201
|
oAddUpPosition;
|
|
202
202
|
|
|
203
|
-
|
|
203
|
+
// Not positioned elements (position = "unset" or "fixed") are skipped and not returned as offsetParent.
|
|
204
|
+
// If the this._$Container is not positioned this function ends in infinite loop.
|
|
205
|
+
// Last value returned from offsetParent is the root html element or null.
|
|
206
|
+
while (!$OffsetParent.is(this._$Container) && !$OffsetParent.is("html") && $OffsetParent.length) {
|
|
204
207
|
oAddUpPosition = $OffsetParent.position();
|
|
205
208
|
oElementPosition.top += oAddUpPosition.top;
|
|
206
209
|
oElementPosition.left += oAddUpPosition.left;
|
|
@@ -306,7 +306,8 @@ function(Device, UIArea, jQuery) {
|
|
|
306
306
|
|
|
307
307
|
function hideDropIndicator() {
|
|
308
308
|
if ($DropIndicator) {
|
|
309
|
-
$DropIndicator.removeAttr("style")
|
|
309
|
+
$DropIndicator.removeAttr("style");
|
|
310
|
+
($DropIndicatorWrapper || $DropIndicator).hide();
|
|
310
311
|
mLastIndicatorStyle = {};
|
|
311
312
|
}
|
|
312
313
|
}
|
|
@@ -414,7 +415,8 @@ function(Device, UIArea, jQuery) {
|
|
|
414
415
|
mLastIndicatorStyle.height != mStyle.height) {
|
|
415
416
|
$Indicator.attr("data-drop-layout", sDropLayout);
|
|
416
417
|
$Indicator.attr("data-drop-position", sDropPosition);
|
|
417
|
-
$Indicator.css(jQuery.extend(mStyle, mIndicatorConfig))
|
|
418
|
+
$Indicator.css(jQuery.extend(mStyle, mIndicatorConfig));
|
|
419
|
+
($DropIndicatorWrapper || $Indicator).show();
|
|
418
420
|
mLastIndicatorStyle = mStyle;
|
|
419
421
|
}
|
|
420
422
|
|
|
@@ -466,7 +466,7 @@ function (ManagedObject, Log, deepEqual, Locale, LocaleData) {
|
|
|
466
466
|
* @see {@link topic:6322164936f047de941ec522b95d7b70 Hyphenation for Text Controls}
|
|
467
467
|
* @extends sap.ui.base.ManagedObject
|
|
468
468
|
* @author SAP SE
|
|
469
|
-
* @version 1.71.
|
|
469
|
+
* @version 1.71.48
|
|
470
470
|
* @hideconstructor
|
|
471
471
|
* @public
|
|
472
472
|
* @since 1.60
|
|
@@ -14,7 +14,7 @@ sap.ui.define(['sap/ui/base/DataType', './CalendarType', './Core'],
|
|
|
14
14
|
// delegate further initialization of this library to the Core
|
|
15
15
|
sap.ui.getCore().initLibrary({
|
|
16
16
|
name : "sap.ui.core",
|
|
17
|
-
version: "1.71.
|
|
17
|
+
version: "1.71.48",
|
|
18
18
|
designtime: "sap/ui/core/designtime/library.designtime",
|
|
19
19
|
types: [
|
|
20
20
|
|
|
@@ -148,7 +148,7 @@ sap.ui.define(['sap/ui/base/DataType', './CalendarType', './Core'],
|
|
|
148
148
|
* @namespace
|
|
149
149
|
* @alias sap.ui.core
|
|
150
150
|
* @author SAP SE
|
|
151
|
-
* @version 1.71.
|
|
151
|
+
* @version 1.71.48
|
|
152
152
|
* @public
|
|
153
153
|
*/
|
|
154
154
|
var thisLib = sap.ui.core;
|
|
@@ -1405,7 +1405,7 @@ sap.ui.define(['sap/ui/base/DataType', './CalendarType', './Core'],
|
|
|
1405
1405
|
/**
|
|
1406
1406
|
* Sort order of a column.
|
|
1407
1407
|
*
|
|
1408
|
-
* @version 1.71.
|
|
1408
|
+
* @version 1.71.48
|
|
1409
1409
|
* @enum {string}
|
|
1410
1410
|
* @public
|
|
1411
1411
|
* @since 1.61.0
|
|
@@ -29,7 +29,7 @@ sap.ui.define(['sap/ui/core/message/MessageProcessor', "sap/ui/thirdparty/jquery
|
|
|
29
29
|
* @extends sap.ui.core.message.MessageProcessor
|
|
30
30
|
*
|
|
31
31
|
* @author SAP SE
|
|
32
|
-
* @version 1.71.
|
|
32
|
+
* @version 1.71.48
|
|
33
33
|
*
|
|
34
34
|
* @public
|
|
35
35
|
* @alias sap.ui.core.message.ControlMessageProcessor
|
|
@@ -27,7 +27,7 @@ sap.ui.define([
|
|
|
27
27
|
* @extends sap.ui.base.Object
|
|
28
28
|
*
|
|
29
29
|
* @author SAP SE
|
|
30
|
-
* @version 1.71.
|
|
30
|
+
* @version 1.71.48
|
|
31
31
|
*
|
|
32
32
|
* @param {object} [mParameters] a map which contains the following parameter properties:
|
|
33
33
|
* @param {string} [mParameters.id] The message id: will be generated if no id is set
|
|
@@ -110,48 +110,48 @@ YES=Oui
|
|
|
110
110
|
#YMSG: Enter "{0}" or "{1}"
|
|
111
111
|
EnterYesOrNo=Entrez "{0}" ou "{1}".
|
|
112
112
|
#YMSG: Enter only digits
|
|
113
|
-
EnterDigitsOnly=
|
|
113
|
+
EnterDigitsOnly=Entrez uniquement des chiffres.
|
|
114
114
|
#YMSG: Enter a maximum of {0} digits
|
|
115
115
|
EnterMaximumOfDigits=Indiquez {0} chiffres maximum.
|
|
116
116
|
#YMSG: Enter a number
|
|
117
|
-
EnterNumber=
|
|
117
|
+
EnterNumber=Entrez un nombre.
|
|
118
118
|
#YMSG: Enter a number with a maximum of {0} digits, including any decimal places
|
|
119
|
-
EnterNumberPrecision=Entrez un nombre \u00E0 {0} chiffres maximum y compris les d\u00E9cimales.
|
|
119
|
+
EnterNumberPrecision=Entrez un nombre \u00E0 {0} chiffres au maximum, y compris les d\u00E9cimales.
|
|
120
120
|
#YMSG: Enter a number with a maximum of {0} digits to the left of the decimal separator
|
|
121
|
-
EnterNumberInteger=Entrez un nombre \u00E0 {0} chiffres
|
|
121
|
+
EnterNumberInteger=Entrez un nombre \u00E0 {0} chiffres au maximum \u00E0 gauche du s\u00E9parateur d\u00E9cimal.
|
|
122
122
|
#YMSG: Enter a number with a maximum of {0} decimal places
|
|
123
|
-
EnterNumberFraction=
|
|
123
|
+
EnterNumberFraction=Indiquez un nombre \u00E0 {0} d\u00E9cimales maximum.
|
|
124
124
|
#YMSG: Enter a number with a maximum of {0} digits to the left of the decimal separator and a maximum of {1} decimal places
|
|
125
|
-
EnterNumberIntegerFraction=Entrez un nombre \u00E0 {0} chiffres
|
|
125
|
+
EnterNumberIntegerFraction=Entrez un nombre \u00E0 {0} chiffres au maximum \u00E0 gauche du s\u00E9parateur d\u00E9cimal et {1} d\u00E9cimales au maximum.
|
|
126
126
|
#YMSG: Enter a number with a minimum value of {0}
|
|
127
|
-
EnterNumberMin=Entrez un nombre
|
|
127
|
+
EnterNumberMin=Entrez un nombre avec une valeur minimale de {0}.
|
|
128
128
|
#YMSG: Enter a number greater than {0}
|
|
129
|
-
EnterNumberMinExclusive=
|
|
129
|
+
EnterNumberMinExclusive=Saisissez un nombre sup\u00E9rieur \u00E0 {0}.
|
|
130
130
|
#YMSG: Enter a number with a maximum value of {0}
|
|
131
|
-
EnterNumberMax=Entrez un nombre
|
|
131
|
+
EnterNumberMax=Entrez un nombre avec une valeur maximale de {0}.
|
|
132
132
|
#YMSG: Enter a number less than {0}
|
|
133
|
-
EnterNumberMaxExclusive=
|
|
133
|
+
EnterNumberMaxExclusive=Saisissez un nombre inf\u00E9rieur \u00E0 {0}.
|
|
134
134
|
#YMSG: Enter a text
|
|
135
135
|
EnterText=Entrez un texte.
|
|
136
136
|
#YMSG: Enter a text with a maximum of {0} characters and spaces
|
|
137
|
-
EnterTextMaxLength=
|
|
137
|
+
EnterTextMaxLength=Saisissez un texte comportant au maximum {0} caract\u00E8res, espaces compris.
|
|
138
138
|
#YMSG: Enter a number with no decimal places
|
|
139
|
-
EnterInt=
|
|
139
|
+
EnterInt=Saisissez un nombre sans d\u00E9cimales.
|
|
140
140
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
141
|
-
EnterDateTime=Entrez une date et une heure valides au format suivant\u00A0\: {0}
|
|
141
|
+
EnterDateTime=Entrez une date et une heure valides au format suivant\u00A0\: {0}.
|
|
142
142
|
#YMSG: Enter a valid date in the following format\: {0}
|
|
143
|
-
EnterDate=
|
|
143
|
+
EnterDate=Indiquez une date valide au format suivant \: {0}.
|
|
144
144
|
#YMSG: Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
145
|
-
EnterGuid=Entrez un GUID au format suivant
|
|
145
|
+
EnterGuid=Entrez un GUID au format suivant\u00A0\: 12345678-90AB-CDEF-1234-567890ABCDEF.
|
|
146
146
|
#YMSG: Enter a valid time in the following format\: {0}
|
|
147
|
-
EnterTime=
|
|
147
|
+
EnterTime=Indiquez une heure valide au format suivant \: {0}.
|
|
148
148
|
|
|
149
149
|
#########
|
|
150
150
|
# Texts for sap.ui.model.type.*
|
|
151
151
|
#########
|
|
152
152
|
|
|
153
153
|
#YMSG,100: Enter a valid boolean
|
|
154
|
-
Boolean.Invalid=
|
|
154
|
+
Boolean.Invalid=Entrez une valeur bool\u00E9enne valide.
|
|
155
155
|
|
|
156
156
|
#YMSG,100: Enter a valid number
|
|
157
157
|
Integer.Invalid=Entrez un nombre valide.
|
|
@@ -170,18 +170,18 @@ Float.Maximum=Entrez un nombre inf\u00E9rieur ou \u00E9gal \u00E0 {0}.
|
|
|
170
170
|
#YMSG,100: Enter a valid currency amount
|
|
171
171
|
Currency.Invalid=Entrez un montant en devise valide.
|
|
172
172
|
#YMSG,100: Enter an amount greater than or equal to {0}
|
|
173
|
-
Currency.Minimum=Entrez un
|
|
173
|
+
Currency.Minimum=Entrez un montant sup\u00E9rieur ou \u00E9gal \u00E0 {0}.
|
|
174
174
|
#YMSG,100: Enter an amount lower than or equal to {0}
|
|
175
|
-
Currency.Maximum=Entrez un
|
|
175
|
+
Currency.Maximum=Entrez un montant inf\u00E9rieur ou \u00E9gal \u00E0 {0}.
|
|
176
176
|
|
|
177
177
|
#YMSG,100: Enter a valid unit amount
|
|
178
178
|
Unit.Invalid=Entrez un nombre en unit\u00E9 valide.
|
|
179
179
|
#YMSG,100: Enter an amount greater than or equal to {0}
|
|
180
|
-
Unit.Minimum=Entrez un
|
|
180
|
+
Unit.Minimum=Entrez un montant sup\u00E9rieur ou \u00E9gal \u00E0 {0}.
|
|
181
181
|
#YMSG,100: Enter an amount lower than or equal to {0}
|
|
182
|
-
Unit.Maximum=Entrez un
|
|
182
|
+
Unit.Maximum=Entrez un montant inf\u00E9rieur ou \u00E9gal \u00E0 {0}.
|
|
183
183
|
#YMSG,100: Enter an amount with less decimals than {0}
|
|
184
|
-
Unit.Decimals=Entrez un
|
|
184
|
+
Unit.Decimals=Entrez un montant avec un nombre de d\u00E9cimales inf\u00E9rieur \u00E0 {0}.
|
|
185
185
|
|
|
186
186
|
#YMSG,100: Enter a valid file size
|
|
187
187
|
FileSize.Invalid=Entrez une taille de fichier valide.
|
|
@@ -200,30 +200,30 @@ Date.Maximum=Entrez une date ant\u00E9rieure au {0}.
|
|
|
200
200
|
#YMSG,100: Enter a valid time
|
|
201
201
|
Time.Invalid=Entrez une heure valide.
|
|
202
202
|
#YMSG,100: Enter a time after {0}
|
|
203
|
-
Time.Minimum=Entrez une heure post\u00E9rieure
|
|
203
|
+
Time.Minimum=Entrez une heure post\u00E9rieure \u00E0 {0}.
|
|
204
204
|
#YMSG,100: Enter a time before {0}
|
|
205
|
-
Time.Maximum=Entrez une heure ant\u00E9rieure
|
|
205
|
+
Time.Maximum=Entrez une heure ant\u00E9rieure \u00E0 {0}.
|
|
206
206
|
|
|
207
207
|
#YMSG,100: Enter a valid date and time
|
|
208
208
|
DateTime.Invalid=Entrez une date et une heure valides.
|
|
209
209
|
#YMSG,100: Enter a date and time after {0}
|
|
210
|
-
DateTime.Minimum=
|
|
210
|
+
DateTime.Minimum=Indiquez une date et une heure post\u00E9rieures \u00E0 {0}.
|
|
211
211
|
#YMSG,100: Enter a date and time before {0}
|
|
212
|
-
DateTime.Maximum=
|
|
212
|
+
DateTime.Maximum=Indiquez une date et une heure ant\u00E9rieures \u00E0 {0}.
|
|
213
213
|
|
|
214
214
|
#YMSG,100: Enter a valid date interval
|
|
215
|
-
DateInterval.Invalid=
|
|
215
|
+
DateInterval.Invalid=Entrez un intervalle de dates valide.
|
|
216
216
|
|
|
217
217
|
#YMSG,100: Enter a value with at least {0} characters
|
|
218
|
-
String.MinLength=
|
|
218
|
+
String.MinLength=Entrez une valeur comportant au moins {0} caract\u00E8res.
|
|
219
219
|
#YMSG,100: Enter a value with no more than {0} characters
|
|
220
220
|
String.MaxLength=Entrez une valeur comportant au maximum {0} caract\u00E8res.
|
|
221
221
|
#YMSG,100: Enter a value starting with "{0}"
|
|
222
222
|
String.StartsWith=Entrez une valeur commen\u00E7ant par "{0}".
|
|
223
223
|
#YMSG,100: Enter a value ending with "{0}"
|
|
224
|
-
String.EndsWith=Entrez une valeur se terminant par "{0}"
|
|
224
|
+
String.EndsWith=Entrez une valeur se terminant par "{0}"
|
|
225
225
|
#YMSG,100: Enter a value containing "{0}"
|
|
226
|
-
String.Contains=Entrez une valeur
|
|
226
|
+
String.Contains=Entrez une valeur contenant "{0}".
|
|
227
227
|
#YMSG,100: Enter value "{0}"
|
|
228
228
|
String.Equals=Entrez la valeur "{0}".
|
|
229
229
|
#YMSG,100: Enter a valid value
|
|
@@ -293,7 +293,7 @@ Icon.flag=S\u00E9lectionner
|
|
|
293
293
|
#XTXT: To forward an item to a recipients
|
|
294
294
|
Icon.forward=Faire suivre
|
|
295
295
|
#XTXT
|
|
296
|
-
Icon.full-screen=Activer mode plein \u00E9cran
|
|
296
|
+
Icon.full-screen=Activer le mode plein \u00E9cran
|
|
297
297
|
#XTXT
|
|
298
298
|
Icon.generate-shortcut=Cr\u00E9er relation
|
|
299
299
|
#XTXT: To group items
|
|
@@ -181,6 +181,11 @@ sap.ui.define([
|
|
|
181
181
|
} else if (sOverrideMember in mLifecycleConfig) {
|
|
182
182
|
//apply lifecycle hooks even if they don't exist on controller
|
|
183
183
|
ControllerExtension.overrideMethod(sOverrideMember, oController, oOverrides, oExtension, oControllerMetadata.getOverrideExecution(sOverrideMember));
|
|
184
|
+
/* legacy support: hooks defined as null instead of a function and starting with 'extHook' must not be ignored.
|
|
185
|
+
Some legacy applications defined possible extension hooks in this way. As ControllerExtensions rely on Interface usage
|
|
186
|
+
legacy scenarios will break. */
|
|
187
|
+
} else if (sOverrideMember.startsWith("extHook") && oController[sOverrideMember] === null) {
|
|
188
|
+
ControllerExtension.overrideMethod(sOverrideMember, oController, oOverrides, oExtension);
|
|
184
189
|
} else {
|
|
185
190
|
Log.error("Method '" + sExtensionOverride + "' of extension '" + oOrigExtensionInfo.namespace + " does not exist in controller " + oController.getMetadata().getName() + " and cannot be overridden");
|
|
186
191
|
}
|