@openui5/sap.ui.core 1.71.59 → 1.71.60
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/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 +50 -32
- 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/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/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/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_ar.properties +3 -3
- package/src/sap/ui/core/messagebundle_bg.properties +2 -2
- package/src/sap/ui/core/messagebundle_ca.properties +1 -1
- package/src/sap/ui/core/messagebundle_cs.properties +3 -3
- package/src/sap/ui/core/messagebundle_da.properties +3 -3
- package/src/sap/ui/core/messagebundle_de.properties +3 -3
- package/src/sap/ui/core/messagebundle_el.properties +3 -3
- package/src/sap/ui/core/messagebundle_es.properties +3 -3
- package/src/sap/ui/core/messagebundle_et.properties +3 -3
- package/src/sap/ui/core/messagebundle_fi.properties +3 -3
- package/src/sap/ui/core/messagebundle_fr.properties +2 -2
- package/src/sap/ui/core/messagebundle_hi.properties +3 -3
- package/src/sap/ui/core/messagebundle_hr.properties +2 -2
- package/src/sap/ui/core/messagebundle_hu.properties +4 -4
- package/src/sap/ui/core/messagebundle_it.properties +4 -4
- package/src/sap/ui/core/messagebundle_iw.properties +3 -3
- package/src/sap/ui/core/messagebundle_ja.properties +8 -8
- package/src/sap/ui/core/messagebundle_kk.properties +3 -3
- package/src/sap/ui/core/messagebundle_ko.properties +3 -3
- package/src/sap/ui/core/messagebundle_lt.properties +3 -3
- package/src/sap/ui/core/messagebundle_lv.properties +3 -3
- package/src/sap/ui/core/messagebundle_ms.properties +3 -3
- package/src/sap/ui/core/messagebundle_nl.properties +3 -3
- package/src/sap/ui/core/messagebundle_no.properties +2 -2
- package/src/sap/ui/core/messagebundle_pl.properties +3 -3
- package/src/sap/ui/core/messagebundle_pt.properties +4 -4
- package/src/sap/ui/core/messagebundle_ro.properties +3 -3
- package/src/sap/ui/core/messagebundle_ru.properties +3 -3
- package/src/sap/ui/core/messagebundle_sh.properties +24 -24
- package/src/sap/ui/core/messagebundle_sk.properties +3 -3
- package/src/sap/ui/core/messagebundle_sl.properties +3 -3
- package/src/sap/ui/core/messagebundle_sr.properties +504 -0
- package/src/sap/ui/core/messagebundle_sv.properties +7 -7
- package/src/sap/ui/core/messagebundle_th.properties +2 -2
- package/src/sap/ui/core/messagebundle_tr.properties +3 -3
- package/src/sap/ui/core/messagebundle_uk.properties +5 -5
- package/src/sap/ui/core/messagebundle_vi.properties +3 -3
- package/src/sap/ui/core/messagebundle_zh_CN.properties +3 -3
- package/src/sap/ui/core/messagebundle_zh_TW.properties +3 -3
- 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 +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/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 +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/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 +1 -1
- 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/performance/BeaconRequest.js +8 -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/util/Storage.js +1 -1
package/src/sap/ui/core/HTML.js
CHANGED
package/src/sap/ui/core/Icon.js
CHANGED
|
@@ -16,7 +16,7 @@ sap.ui.define(['./Element', './library', "sap/base/assert"],
|
|
|
16
16
|
* Helper functionality for indication color support.
|
|
17
17
|
*
|
|
18
18
|
* @author SAP SE
|
|
19
|
-
* @version 1.71.
|
|
19
|
+
* @version 1.71.60
|
|
20
20
|
* @public
|
|
21
21
|
* @namespace sap.ui.core.IndicationColorSupport
|
|
22
22
|
* @since 1.66
|
|
@@ -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.71.
|
|
15
|
+
* @version 1.71.60
|
|
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
|
@@ -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.60
|
|
133
133
|
* @protected
|
|
134
134
|
* @alias sap.ui.core.LabelEnablement
|
|
135
135
|
* @namespace
|
|
@@ -32,7 +32,7 @@ sap.ui.define([
|
|
|
32
32
|
* @alias sap.ui.core.ResizeHandler
|
|
33
33
|
* @extends sap.ui.base.Object
|
|
34
34
|
* @author SAP SE
|
|
35
|
-
* @version 1.71.
|
|
35
|
+
* @version 1.71.60
|
|
36
36
|
* @public
|
|
37
37
|
*/
|
|
38
38
|
|
|
@@ -49,9 +49,20 @@ sap.ui.define([
|
|
|
49
49
|
|
|
50
50
|
this.iIdCounter = 0;
|
|
51
51
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
52
|
+
/**
|
|
53
|
+
* The block below is not needed because it only did a cleanup
|
|
54
|
+
* before the page was closed. This should not be necessary.
|
|
55
|
+
* Nevertheless we leave the coding here and only deprecate it,
|
|
56
|
+
* in order to keep the BFCache behavior stable.
|
|
57
|
+
* Removing the 'unload' handler could potentially activate
|
|
58
|
+
* the BFCache and cause a different behavior in browser versions
|
|
59
|
+
* where the 'unload' handler is still supported.
|
|
60
|
+
* Therefore we only removed the not needed cleanup coding
|
|
61
|
+
* but still attach a noop to ensure this handler would still
|
|
62
|
+
* invalidate the BFCache.
|
|
63
|
+
* @deprecated As of 1.71
|
|
64
|
+
*/
|
|
65
|
+
window.addEventListener("unload", function() {});
|
|
55
66
|
|
|
56
67
|
ActivityDetection.attachActivate(initListener, this);
|
|
57
68
|
}
|
|
@@ -72,22 +83,6 @@ sap.ui.define([
|
|
|
72
83
|
}
|
|
73
84
|
}
|
|
74
85
|
|
|
75
|
-
/**
|
|
76
|
-
* Destroy method of the Resize Handler.
|
|
77
|
-
* It unregisters the event handlers.
|
|
78
|
-
*
|
|
79
|
-
* @param {jQuery.Event} oEvent the event that initiated the destruction of the ResizeHandler
|
|
80
|
-
* @private
|
|
81
|
-
*/
|
|
82
|
-
ResizeHandler.prototype.destroy = function(oEvent) {
|
|
83
|
-
ActivityDetection.detachActivate(initListener, this);
|
|
84
|
-
jQuery(window).unbind("unload", this.fDestroyHandler);
|
|
85
|
-
oCoreRef = null;
|
|
86
|
-
this.aResizeListeners = [];
|
|
87
|
-
this.aSuspendedDomRefs = [];
|
|
88
|
-
clearListener.call(this);
|
|
89
|
-
};
|
|
90
|
-
|
|
91
86
|
/**
|
|
92
87
|
* Attaches listener to resize event.
|
|
93
88
|
*
|
|
@@ -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.60
|
|
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.60
|
|
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.60
|
|
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.60
|
|
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.60
|
|
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.60
|
|
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.60
|
|
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.60
|
|
34
34
|
* @since 1.50.0
|
|
35
35
|
* @alias sap.ui.core.XMLCompositeMetadata
|
|
36
36
|
* @extends sap.ui.core.ElementMetadata
|
|
@@ -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.60
|
|
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.60
|
|
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 */ {
|
|
@@ -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.60
|
|
470
470
|
* @hideconstructor
|
|
471
471
|
* @public
|
|
472
472
|
* @since 1.60
|
|
@@ -14,7 +14,7 @@ sap.ui.define(['sap/ui/base/DataType', './CalendarType', './date/CalendarWeekNum
|
|
|
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.60",
|
|
18
18
|
designtime: "sap/ui/core/designtime/library.designtime",
|
|
19
19
|
types: [
|
|
20
20
|
|
|
@@ -149,7 +149,7 @@ sap.ui.define(['sap/ui/base/DataType', './CalendarType', './date/CalendarWeekNum
|
|
|
149
149
|
* @namespace
|
|
150
150
|
* @alias sap.ui.core
|
|
151
151
|
* @author SAP SE
|
|
152
|
-
* @version 1.71.
|
|
152
|
+
* @version 1.71.60
|
|
153
153
|
* @public
|
|
154
154
|
*/
|
|
155
155
|
var thisLib = sap.ui.core;
|
|
@@ -1406,7 +1406,7 @@ sap.ui.define(['sap/ui/base/DataType', './CalendarType', './date/CalendarWeekNum
|
|
|
1406
1406
|
/**
|
|
1407
1407
|
* Sort order of a column.
|
|
1408
1408
|
*
|
|
1409
|
-
* @version 1.71.
|
|
1409
|
+
* @version 1.71.60
|
|
1410
1410
|
* @enum {string}
|
|
1411
1411
|
* @public
|
|
1412
1412
|
* @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.60
|
|
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.60
|
|
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
|
|
@@ -114,7 +114,7 @@ EnterYesOrNo=\u0623\u062F\u062E\u0644 "{0}" \u0623\u0648 "{1}".
|
|
|
114
114
|
#YMSG: Enter only digits
|
|
115
115
|
EnterDigitsOnly=\u0623\u062F\u062E\u0644 \u0623\u0631\u0642\u0627\u0645 \u0641\u0642\u0637
|
|
116
116
|
#YMSG: Enter a maximum of {0} digits
|
|
117
|
-
EnterMaximumOfDigits=\u0623\u062F\u062E\u0644 {0} \u0631\u0642\u0645\u064B\u0627/\u0623\u0631\u0642\u0627\u0645 \u0643\u062D\u062F \u0623\u0642\u0635\u0649
|
|
117
|
+
EnterMaximumOfDigits=\u0623\u062F\u062E\u0644 {0} \u0631\u0642\u0645\u064B\u0627/\u0623\u0631\u0642\u0627\u0645 \u0643\u062D\u062F \u0623\u0642\u0635\u0649.
|
|
118
118
|
#YMSG: Enter a number
|
|
119
119
|
EnterNumber=\u0623\u062F\u062E\u0644 \u0631\u0642\u0645\u064B\u0627
|
|
120
120
|
#YMSG: Enter a number with a maximum of {0} digits, including any decimal places
|
|
@@ -138,7 +138,7 @@ EnterText=\u0623\u062F\u062E\u0644 \u0646\u0635\u064B\u0627
|
|
|
138
138
|
#YMSG: Enter a text with a maximum of {0} characters and spaces
|
|
139
139
|
EnterTextMaxLength=\u0623\u062F\u062E\u0644 \u0646\u0635\u064B\u0627 \u0628\u062D\u062F \u0623\u0642\u0635\u0649 {0} \u0645\u0646 \u0627\u0644\u0623\u062D\u0631\u0641 \u0648\u0627\u0644\u0645\u0633\u0627\u0641\u0627\u062A
|
|
140
140
|
#YMSG: Enter a number with no decimal places
|
|
141
|
-
EnterInt=\u0623\u062F\u062E\u0644 \u0631\u0642\u0645\u064B\u0627 \u0628\u062F\u0648\u0646 \u0645\u0646\u0627\u0632\u0644 \u0639\u0634\u0631\u064A\u0629
|
|
141
|
+
EnterInt=\u0623\u062F\u062E\u0644 \u0631\u0642\u0645\u064B\u0627 \u0628\u062F\u0648\u0646 \u0645\u0646\u0627\u0632\u0644 \u0639\u0634\u0631\u064A\u0629.
|
|
142
142
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
143
143
|
EnterDateTime=\u0623\u062F\u062E\u0644 \u062A\u0627\u0631\u064A\u062E\u064B\u0627 \u0648\u0648\u0642\u062A\u064B\u0627 \u0635\u0627\u0644\u062D\u064A\u0646 \u0628\u0627\u0644\u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\: {0}
|
|
144
144
|
#YMSG: Enter a valid date in the following format\: {0}
|
|
@@ -325,7 +325,7 @@ Icon.move=\u0646\u0642\u0644
|
|
|
325
325
|
#XTXT
|
|
326
326
|
Icon.multi-select=\u062A\u062D\u062F\u064A\u062F \u0645\u062A\u0639\u062F\u062F
|
|
327
327
|
#XTXT
|
|
328
|
-
Icon.nav-back=\u0627\u0644\u062E\u0644\u0641
|
|
328
|
+
Icon.nav-back=\u0627\u0644\u062A\u0646\u0642\u0644 \u0644\u0644\u062E\u0644\u0641
|
|
329
329
|
#XTXT
|
|
330
330
|
Icon.overflow=\u0627\u0644\u0645\u0632\u064A\u062F
|
|
331
331
|
#XTXT
|
|
@@ -114,7 +114,7 @@ EnterYesOrNo=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 "{0}" \u0438\u043B
|
|
|
114
114
|
#YMSG: Enter only digits
|
|
115
115
|
EnterDigitsOnly=\u0412\u044A\u0432\u0435\u0436\u0434\u0430\u043D\u0435 \u0441\u0430\u043C\u043E \u0446\u0438\u0444\u0440\u0438
|
|
116
116
|
#YMSG: Enter a maximum of {0} digits
|
|
117
|
-
EnterMaximumOfDigits=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0446\u0438\u0444\u0440\u0438
|
|
117
|
+
EnterMaximumOfDigits=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0446\u0438\u0444\u0440\u0438.
|
|
118
118
|
#YMSG: Enter a number
|
|
119
119
|
EnterNumber=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E
|
|
120
120
|
#YMSG: Enter a number with a maximum of {0} digits, including any decimal places
|
|
@@ -138,7 +138,7 @@ EnterText=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0442\u0435\u043A\u0
|
|
|
138
138
|
#YMSG: Enter a text with a maximum of {0} characters and spaces
|
|
139
139
|
EnterTextMaxLength=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0442\u0435\u043A\u0441\u0442 \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0441\u0438\u043C\u0432\u043E\u043B\u0430 \u0438 \u0438\u043D\u0442\u0435\u0440\u0432\u0430\u043B\u0438
|
|
140
140
|
#YMSG: Enter a number with no decimal places
|
|
141
|
-
EnterInt=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0431\u0435\u0437 \u0434\u0435\u0441\u0435\u0442\u0438\u0447\u043D\u0438 \u043F\u043E\u0437\u0438\u0446\u0438\u0438
|
|
141
|
+
EnterInt=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0431\u0435\u0437 \u0434\u0435\u0441\u0435\u0442\u0438\u0447\u043D\u0438 \u043F\u043E\u0437\u0438\u0446\u0438\u0438.
|
|
142
142
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
143
143
|
EnterDateTime=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u043B\u0438\u0434\u043D\u0438 \u0434\u0430\u0442\u0430 \u0438 \u0447\u0430\u0441 \u0432 \u0441\u043B\u0435\u0434\u043D\u0438\u044F \u0444\u043E\u0440\u043C\u0430\u0442\: {0}
|
|
144
144
|
#YMSG: Enter a valid date in the following format\: {0}
|
|
@@ -114,7 +114,7 @@ EnterYesOrNo=Indiqueu "{0}" o "{1}".
|
|
|
114
114
|
#YMSG: Enter only digits
|
|
115
115
|
EnterDigitsOnly=Indicar nom\u00E9s xifres
|
|
116
116
|
#YMSG: Enter a maximum of {0} digits
|
|
117
|
-
EnterMaximumOfDigits=Indiqueu com a m\u00E0xim {0} xifres
|
|
117
|
+
EnterMaximumOfDigits=Indiqueu com a m\u00E0xim {0} xifres.
|
|
118
118
|
#YMSG: Enter a number
|
|
119
119
|
EnterNumber=Indiqueu un n\u00FAmero
|
|
120
120
|
#YMSG: Enter a number with a maximum of {0} digits, including any decimal places
|
|
@@ -114,7 +114,7 @@ EnterYesOrNo=Zadejte \u201E{0}\u201C nebo \u201E{1}\u201C.
|
|
|
114
114
|
#YMSG: Enter only digits
|
|
115
115
|
EnterDigitsOnly=Zadejte jen \u010D\u00EDslice
|
|
116
116
|
#YMSG: Enter a maximum of {0} digits
|
|
117
|
-
EnterMaximumOfDigits=Zadejte
|
|
117
|
+
EnterMaximumOfDigits=Zadejte max. {0} \u010D\u00EDslic.
|
|
118
118
|
#YMSG: Enter a number
|
|
119
119
|
EnterNumber=Zadejte \u010D\u00EDslo
|
|
120
120
|
#YMSG: Enter a number with a maximum of {0} digits, including any decimal places
|
|
@@ -138,7 +138,7 @@ EnterText=Zadejte text
|
|
|
138
138
|
#YMSG: Enter a text with a maximum of {0} characters and spaces
|
|
139
139
|
EnterTextMaxLength=Zadejte text max.s {0} znaky a mezerami.
|
|
140
140
|
#YMSG: Enter a number with no decimal places
|
|
141
|
-
EnterInt=Zadejte \u010D\u00EDslo bez desetinn\u00FDch m\u00EDst
|
|
141
|
+
EnterInt=Zadejte \u010D\u00EDslo bez desetinn\u00FDch m\u00EDst.
|
|
142
142
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
143
143
|
EnterDateTime=Zadejte platn\u00E9 datum a platn\u00FD \u010Das v tomto form\u00E1tu\: {0}
|
|
144
144
|
#YMSG: Enter a valid date in the following format\: {0}
|
|
@@ -325,7 +325,7 @@ Icon.move=P\u0159em\u00EDst\u011Bn\u00ED
|
|
|
325
325
|
#XTXT
|
|
326
326
|
Icon.multi-select=V\u00EDcen\u00E1sobn\u00FD v\u00FDb\u011Br
|
|
327
327
|
#XTXT
|
|
328
|
-
Icon.nav-back=
|
|
328
|
+
Icon.nav-back=Navigovat zp\u011Bt
|
|
329
329
|
#XTXT
|
|
330
330
|
Icon.overflow=V\u00EDce
|
|
331
331
|
#XTXT
|
|
@@ -114,7 +114,7 @@ EnterYesOrNo=Indtast "{0}" eller "{1}".
|
|
|
114
114
|
#YMSG: Enter only digits
|
|
115
115
|
EnterDigitsOnly=Indtast kun cifre
|
|
116
116
|
#YMSG: Enter a maximum of {0} digits
|
|
117
|
-
EnterMaximumOfDigits=Indtast maksimalt {0} cifre
|
|
117
|
+
EnterMaximumOfDigits=Indtast maksimalt {0} cifre.
|
|
118
118
|
#YMSG: Enter a number
|
|
119
119
|
EnterNumber=Indtast tal
|
|
120
120
|
#YMSG: Enter a number with a maximum of {0} digits, including any decimal places
|
|
@@ -138,7 +138,7 @@ EnterText=Indtast tekst
|
|
|
138
138
|
#YMSG: Enter a text with a maximum of {0} characters and spaces
|
|
139
139
|
EnterTextMaxLength=Indtast en tekst med maksimalt {0} tegn og blanktegn
|
|
140
140
|
#YMSG: Enter a number with no decimal places
|
|
141
|
-
EnterInt=Indtast et tal uden decimaler
|
|
141
|
+
EnterInt=Indtast et tal uden decimaler.
|
|
142
142
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
143
143
|
EnterDateTime=Indtast en gyldig dato og et gyldigt klokkesl\u00E6t i f\u00F8lgende format\: {0}
|
|
144
144
|
#YMSG: Enter a valid date in the following format\: {0}
|
|
@@ -325,7 +325,7 @@ Icon.move=Flyt
|
|
|
325
325
|
#XTXT
|
|
326
326
|
Icon.multi-select=Multiselektion
|
|
327
327
|
#XTXT
|
|
328
|
-
Icon.nav-back=
|
|
328
|
+
Icon.nav-back=Naviger tilbage
|
|
329
329
|
#XTXT
|
|
330
330
|
Icon.overflow=Mere
|
|
331
331
|
#XTXT
|