@openui5/sap.ui.core 1.142.1 → 1.143.1
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/Event.js +1 -1
- package/src/sap/base/Eventing.js +1 -1
- package/src/sap/base/config.js +1 -1
- package/src/sap/base/i18n/LanguageTag.js +1 -1
- package/src/sap/base/i18n/date/TimezoneUtils.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 +3 -3
- package/src/sap/ui/base/Event.js +1 -1
- package/src/sap/ui/base/EventProvider.js +1 -1
- package/src/sap/ui/base/Exception.js +9 -7
- package/src/sap/ui/base/ExpressionParser.js +8 -7
- 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 +2 -2
- package/src/sap/ui/core/BusyIndicator.js +1 -1
- package/src/sap/ui/core/Component.js +7 -6
- 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 +6 -3
- 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 +6 -4
- 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 +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/ShortcutHintsMixin.js +1 -13
- 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/FormatUtils.js +1 -1
- package/src/sap/ui/core/format/TimezoneUtil.js +1 -1
- package/src/sap/ui/core/getCompatibilityVersion.js +1 -1
- package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
- package/src/sap/ui/core/library.js +11 -11
- 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_de.properties +1 -1
- package/src/sap/ui/core/messagebundle_es.properties +20 -20
- package/src/sap/ui/core/messagebundle_id.properties +2 -2
- 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/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/routing/History.js +8 -4
- 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/BrowserScrollbar.less +1 -1
- package/src/sap/ui/core/themes/base/DragAndDrop.less +21 -20
- 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/reflection/BaseTreeModifier.js +2 -2
- package/src/sap/ui/core/util/reflection/JsControlTreeModifier.js +1 -1
- package/src/sap/ui/core/util/reflection/XmlTreeModifier.js +2 -2
- 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/webc/WebComponent.js +1 -1
- package/src/sap/ui/core/webc/WebComponentMetadata.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/ClientTreeBinding.js +56 -7
- 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 +2 -2
- 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 +31 -64
- 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 +8 -4
- package/src/sap/ui/model/odata/type/Byte.js +8 -4
- package/src/sap/ui/model/odata/type/Currency.js +1 -1
- package/src/sap/ui/model/odata/type/Date.js +2 -2
- package/src/sap/ui/model/odata/type/DateTime.js +2 -2
- package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeOffset.js +8 -4
- package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +1 -1
- package/src/sap/ui/model/odata/type/Decimal.js +8 -4
- package/src/sap/ui/model/odata/type/Double.js +8 -4
- package/src/sap/ui/model/odata/type/Guid.js +8 -4
- package/src/sap/ui/model/odata/type/Int.js +9 -4
- package/src/sap/ui/model/odata/type/Int16.js +8 -4
- package/src/sap/ui/model/odata/type/Int32.js +8 -4
- package/src/sap/ui/model/odata/type/Int64.js +8 -4
- package/src/sap/ui/model/odata/type/ODataType.js +6 -7
- package/src/sap/ui/model/odata/type/Raw.js +1 -1
- package/src/sap/ui/model/odata/type/SByte.js +8 -4
- package/src/sap/ui/model/odata/type/Single.js +8 -4
- package/src/sap/ui/model/odata/type/Stream.js +2 -2
- package/src/sap/ui/model/odata/type/String.js +8 -4
- package/src/sap/ui/model/odata/type/Time.js +2 -2
- package/src/sap/ui/model/odata/type/TimeOfDay.js +2 -2
- 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 +6 -11
- package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/Context.js +2 -1
- package/src/sap/ui/model/odata/v4/ODataBinding.js +3 -0
- package/src/sap/ui/model/odata/v4/ODataContextBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataListBinding.js +19 -2
- package/src/sap/ui/model/odata/v4/ODataMetaModel.js +7 -29
- package/src/sap/ui/model/odata/v4/ODataModel.js +17 -16
- package/src/sap/ui/model/odata/v4/ODataParentBinding.js +13 -8
- package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +26 -11
- package/src/sap/ui/model/odata/v4/lib/_Cache.js +5 -3
- package/src/sap/ui/model/odata/v4/lib/_Helper.js +45 -31
- 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/model/xml/XMLTreeBinding.js +10 -0
- 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/thirdparty/caja-html-sanitizer.js +6 -0
- package/src/sap/ui/util/Storage.js +1 -1
- package/src/ui5loader.js +2 -8
package/src/sap/ui/core/Title.js
CHANGED
|
@@ -32,7 +32,7 @@ sap.ui.define([
|
|
|
32
32
|
* @class
|
|
33
33
|
* 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.
|
|
34
34
|
* @extends sap.ui.core.Control
|
|
35
|
-
* @version 1.
|
|
35
|
+
* @version 1.143.1
|
|
36
36
|
*
|
|
37
37
|
* @public
|
|
38
38
|
* @alias sap.ui.core.TooltipBase
|
|
@@ -170,7 +170,7 @@ sap.ui.define([
|
|
|
170
170
|
*
|
|
171
171
|
* @extends sap.ui.base.ManagedObject
|
|
172
172
|
* @author SAP SE
|
|
173
|
-
* @version 1.
|
|
173
|
+
* @version 1.143.1
|
|
174
174
|
* @param {object} [oRootNode] reference to the DOM element that should be 'hosting' the UI Area.
|
|
175
175
|
* @public
|
|
176
176
|
* @alias sap.ui.core.UIArea
|
|
@@ -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.
|
|
23
|
+
* @version 1.143.1
|
|
24
24
|
*
|
|
25
25
|
* @public
|
|
26
26
|
* @since 1.9.2
|
|
@@ -148,7 +148,7 @@ sap.ui.define([
|
|
|
148
148
|
* @extends sap.ui.core.Control
|
|
149
149
|
*
|
|
150
150
|
* @author SAP SE
|
|
151
|
-
* @version 1.
|
|
151
|
+
* @version 1.143.1
|
|
152
152
|
* @since 1.56.0
|
|
153
153
|
* @alias sap.ui.core.XMLComposite
|
|
154
154
|
* @see {@link topic:b83a4dcb7d0e46969027345b8d32fd44 XML Composite Controls}
|
|
@@ -29,7 +29,7 @@ sap.ui.define([
|
|
|
29
29
|
* @param {object} oClassInfo static info to construct the metadata from
|
|
30
30
|
*
|
|
31
31
|
* @author SAP SE
|
|
32
|
-
* @version 1.
|
|
32
|
+
* @version 1.143.1
|
|
33
33
|
* @since 1.50.0
|
|
34
34
|
* @alias sap.ui.core.XMLCompositeMetadata
|
|
35
35
|
* @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.
|
|
85
|
+
* @version 1.143.1
|
|
86
86
|
* @alias sap.ui.core.delegate.ItemNavigation
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
@@ -61,7 +61,7 @@ sap.ui.define([
|
|
|
61
61
|
*
|
|
62
62
|
* @protected
|
|
63
63
|
* @alias sap.ui.core.delegate.ScrollEnablement
|
|
64
|
-
* @version 1.
|
|
64
|
+
* @version 1.143.1
|
|
65
65
|
* @author SAP SE
|
|
66
66
|
*/
|
|
67
67
|
var ScrollEnablement = BaseObject.extend("sap.ui.core.delegate.ScrollEnablement", /** @lends sap.ui.core.delegate.ScrollEnablement.prototype */ {
|
|
@@ -401,7 +401,7 @@ sap.ui.define([
|
|
|
401
401
|
* @see {@link topic:6322164936f047de941ec522b95d7b70 Hyphenation for Text Controls}
|
|
402
402
|
* @extends sap.ui.base.ManagedObject
|
|
403
403
|
* @author SAP SE
|
|
404
|
-
* @version 1.
|
|
404
|
+
* @version 1.143.1
|
|
405
405
|
* @hideconstructor
|
|
406
406
|
* @public
|
|
407
407
|
* @since 1.60
|
|
@@ -27,13 +27,13 @@ sap.ui.define([
|
|
|
27
27
|
* @namespace
|
|
28
28
|
* @alias sap.ui.core
|
|
29
29
|
* @author SAP SE
|
|
30
|
-
* @version 1.
|
|
30
|
+
* @version 1.143.1
|
|
31
31
|
* @since 0.8
|
|
32
32
|
* @public
|
|
33
33
|
*/
|
|
34
34
|
var thisLib = Library.init({
|
|
35
35
|
name: "sap.ui.core",
|
|
36
|
-
version: "1.
|
|
36
|
+
version: "1.143.1",
|
|
37
37
|
designtime: "sap/ui/core/designtime/library.designtime",
|
|
38
38
|
apiVersion: 2,
|
|
39
39
|
...{
|
|
@@ -1646,7 +1646,7 @@ sap.ui.define([
|
|
|
1646
1646
|
/**
|
|
1647
1647
|
* Sort order of a column.
|
|
1648
1648
|
*
|
|
1649
|
-
* @version 1.
|
|
1649
|
+
* @version 1.143.1
|
|
1650
1650
|
* @enum {string}
|
|
1651
1651
|
* @public
|
|
1652
1652
|
* @since 1.61.0
|
|
@@ -2038,11 +2038,11 @@ sap.ui.define([
|
|
|
2038
2038
|
*/
|
|
2039
2039
|
|
|
2040
2040
|
/**
|
|
2041
|
-
* Marker interface for controls that can be used as content of
|
|
2042
|
-
* or
|
|
2041
|
+
* Marker interface for controls that can be used as content of {@link sap.ui.layout.form.Form}
|
|
2042
|
+
* or {@link sap.ui.layout.form.SimpleForm}.
|
|
2043
2043
|
*
|
|
2044
|
-
* If the control's width must not be adjusted by the
|
|
2045
|
-
* control must implement the
|
|
2044
|
+
* If the control's width must not be adjusted by the {@link sap.ui.layout.form.Form Form} control to meet the cell's width, the
|
|
2045
|
+
* control must implement the {@link sap.ui.core.IFormContent.getFormDoNotAdjustWidth getFormDoNotAdjustWidth} function and return <code>true</code>.
|
|
2046
2046
|
*
|
|
2047
2047
|
* @since 1.48.0
|
|
2048
2048
|
* @name sap.ui.core.IFormContent
|
|
@@ -2063,15 +2063,15 @@ sap.ui.define([
|
|
|
2063
2063
|
|
|
2064
2064
|
|
|
2065
2065
|
/**
|
|
2066
|
-
* Whether a control wants to keep its original width even when used in a
|
|
2066
|
+
* Whether a control wants to keep its original width even when used in a {@link sap.ui.layout.form.Form Form}.
|
|
2067
2067
|
*
|
|
2068
|
-
* In the
|
|
2068
|
+
* In the {@link sap.ui.layout.form.Form Form} control, all content controls are positioned on a grid cell base. By default,
|
|
2069
2069
|
* the controls use the full width of the used grid cell. But for some controls (like image controls),
|
|
2070
2070
|
* this is not the desired behavior. In this case the control must keep its original width.
|
|
2071
2071
|
*
|
|
2072
2072
|
* This is an optional method. When not defined, the width of the control might be adjusted.
|
|
2073
2073
|
*
|
|
2074
|
-
* @returns {boolean} true if the
|
|
2074
|
+
* @returns {boolean} <code>true</code> if the {@link sap.ui.layout.form.Form Form} is not allowed to adjust the width of the control to use the cell's width
|
|
2075
2075
|
* @since 1.48.0
|
|
2076
2076
|
* @public
|
|
2077
2077
|
* @function
|
|
@@ -2081,7 +2081,7 @@ sap.ui.define([
|
|
|
2081
2081
|
/**
|
|
2082
2082
|
* Marker interface for controls that can be used as content of {@link sap.ui.layout.form.SemanticFormElement SemanticFormElement}.
|
|
2083
2083
|
*
|
|
2084
|
-
* If the value-holding property of the control is not <code>value</code or <code>text</code>, the name of the
|
|
2084
|
+
* If the value-holding property of the control is not <code>value</code> or <code>text</code>, the name of the
|
|
2085
2085
|
* value-holding property must be returned in the {@link sap.ui.core.ISemanticFormContent.getFormValueProperty getFormValueProperty} function.
|
|
2086
2086
|
*
|
|
2087
2087
|
* If the value of the control needs some special output formatting (to show a description instead of a key), this
|
|
@@ -29,7 +29,7 @@ sap.ui.define(['sap/ui/core/Element', 'sap/ui/core/message/MessageProcessor'],
|
|
|
29
29
|
* @extends sap.ui.core.message.MessageProcessor
|
|
30
30
|
*
|
|
31
31
|
* @author SAP SE
|
|
32
|
-
* @version 1.
|
|
32
|
+
* @version 1.143.1
|
|
33
33
|
*
|
|
34
34
|
* @public
|
|
35
35
|
* @alias sap.ui.core.message.ControlMessageProcessor
|
|
@@ -35,7 +35,7 @@ sap.ui.define([
|
|
|
35
35
|
* @extends sap.ui.base.Object
|
|
36
36
|
*
|
|
37
37
|
* @author SAP SE
|
|
38
|
-
* @version 1.
|
|
38
|
+
* @version 1.143.1
|
|
39
39
|
*
|
|
40
40
|
* @param {object} [mParameters] a map which contains the following parameter properties:
|
|
41
41
|
* @param {string} [mParameters.id] The message id: will be generated if no id is set
|
|
@@ -72,7 +72,7 @@ EnterDigitsOnly=Geben Sie nur Ziffern ein
|
|
|
72
72
|
EnterMaximumOfDigits=Geben Sie maximal {0} Ziffern an.
|
|
73
73
|
EnterNumber=Geben Sie eine Zahl ein
|
|
74
74
|
EnterNumberPrecision=Geben Sie eine Zahl mit maximal {0} Ziffern einschlie\u00DFlich Dezimalstellen ein
|
|
75
|
-
EnterNumberSignificantDigits=
|
|
75
|
+
EnterNumberSignificantDigits=Geben Sie eine Zahl mit maximal {0} Ziffern ohne f\u00FChrende oder nachgestellte Nullen ein
|
|
76
76
|
EnterNumberInteger=Geben Sie eine Zahl mit maximal {0} Ziffern links des Dezimaltrennzeichens ein
|
|
77
77
|
EnterNumberFraction=Geben Sie eine Zahl mit maximal {0} Dezimalstellen ein
|
|
78
78
|
EnterNumberIntegerFraction=Geben Sie eine Zahl mit maximal {0} Ziffern links des Dezimaltrennzeichens und maximal {1} Dezimalstellen ein
|
|
@@ -7,26 +7,26 @@ VALUE_STATE_WARNING=Advertencia emitida
|
|
|
7
7
|
VALUE_STATE_SUCCESS=Entrada validada correctamente
|
|
8
8
|
VALUE_STATE_INFORMATION=Entrada informativa
|
|
9
9
|
|
|
10
|
-
INDICATION_STATE_INDICATION01=Color de
|
|
11
|
-
INDICATION_STATE_INDICATION02=Color de
|
|
12
|
-
INDICATION_STATE_INDICATION03=Color de
|
|
13
|
-
INDICATION_STATE_INDICATION04=Color de
|
|
14
|
-
INDICATION_STATE_INDICATION05=Color de
|
|
15
|
-
INDICATION_STATE_INDICATION06=Color de
|
|
16
|
-
INDICATION_STATE_INDICATION07=Color de
|
|
17
|
-
INDICATION_STATE_INDICATION08=Color de
|
|
18
|
-
INDICATION_STATE_INDICATION09=Color de
|
|
19
|
-
INDICATION_STATE_INDICATION10=Color de
|
|
20
|
-
INDICATION_STATE_INDICATION11=Color de
|
|
21
|
-
INDICATION_STATE_INDICATION12=Color de
|
|
22
|
-
INDICATION_STATE_INDICATION13=Color de
|
|
23
|
-
INDICATION_STATE_INDICATION14=Color de
|
|
24
|
-
INDICATION_STATE_INDICATION15=Color de
|
|
25
|
-
INDICATION_STATE_INDICATION16=Color de
|
|
26
|
-
INDICATION_STATE_INDICATION17=Color de
|
|
27
|
-
INDICATION_STATE_INDICATION18=Color de
|
|
28
|
-
INDICATION_STATE_INDICATION19=Color de
|
|
29
|
-
INDICATION_STATE_INDICATION20=Color de
|
|
10
|
+
INDICATION_STATE_INDICATION01=Color de visualizaci\u00F3n 1
|
|
11
|
+
INDICATION_STATE_INDICATION02=Color de visualizaci\u00F3n 2
|
|
12
|
+
INDICATION_STATE_INDICATION03=Color de visualizaci\u00F3n 3
|
|
13
|
+
INDICATION_STATE_INDICATION04=Color de visualizaci\u00F3n 4
|
|
14
|
+
INDICATION_STATE_INDICATION05=Color de visualizaci\u00F3n 5
|
|
15
|
+
INDICATION_STATE_INDICATION06=Color de visualizaci\u00F3n 6
|
|
16
|
+
INDICATION_STATE_INDICATION07=Color de visualizaci\u00F3n 7
|
|
17
|
+
INDICATION_STATE_INDICATION08=Color de visualizaci\u00F3n 8
|
|
18
|
+
INDICATION_STATE_INDICATION09=Color de visualizaci\u00F3n 9
|
|
19
|
+
INDICATION_STATE_INDICATION10=Color de visualizaci\u00F3n 10
|
|
20
|
+
INDICATION_STATE_INDICATION11=Color de visualizaci\u00F3n 11
|
|
21
|
+
INDICATION_STATE_INDICATION12=Color de visualizaci\u00F3n 12
|
|
22
|
+
INDICATION_STATE_INDICATION13=Color de visualizaci\u00F3n 13
|
|
23
|
+
INDICATION_STATE_INDICATION14=Color de visualizaci\u00F3n 14
|
|
24
|
+
INDICATION_STATE_INDICATION15=Color de visualizaci\u00F3n 15
|
|
25
|
+
INDICATION_STATE_INDICATION16=Color de visualizaci\u00F3n 16
|
|
26
|
+
INDICATION_STATE_INDICATION17=Color de visualizaci\u00F3n 17
|
|
27
|
+
INDICATION_STATE_INDICATION18=Color de visualizaci\u00F3n 18
|
|
28
|
+
INDICATION_STATE_INDICATION19=Color de visualizaci\u00F3n 19
|
|
29
|
+
INDICATION_STATE_INDICATION20=Color de visualizaci\u00F3n 20
|
|
30
30
|
|
|
31
31
|
BUSY_TEXT=Espere
|
|
32
32
|
BUSY_VALUE_TEXT=Ocupado
|
|
@@ -158,7 +158,7 @@ Icon.collapse=Ciutkan
|
|
|
158
158
|
Icon.collapse-group=Ciutkan Grup
|
|
159
159
|
Icon.crop=Potong
|
|
160
160
|
Icon.decline=Tolak
|
|
161
|
-
Icon.delete=
|
|
161
|
+
Icon.delete=Hapus
|
|
162
162
|
Icon.display=Tampilkan
|
|
163
163
|
Icon.down=Turun
|
|
164
164
|
Icon.download=Unduh
|
|
@@ -352,7 +352,7 @@ TestRecorder.SettingsDialog.CloseButton.Text=Tutup
|
|
|
352
352
|
Generic.Keyboard.Interaction.Text=Pintasan Papan Ketik Umum
|
|
353
353
|
|
|
354
354
|
SAP_CREATE=Buat
|
|
355
|
-
SAP_DELETE=
|
|
355
|
+
SAP_DELETE=Hapus
|
|
356
356
|
SAP_EDIT=Edit
|
|
357
357
|
SAP_SAVE=Simpan
|
|
358
358
|
SAP_SHARE=Bagikan
|
|
@@ -30,7 +30,7 @@ sap.ui.define([
|
|
|
30
30
|
* @param {object} [mSettings] initial settings for the new control
|
|
31
31
|
*
|
|
32
32
|
* @extends sap.ui.core.mvc.View
|
|
33
|
-
* @version 1.
|
|
33
|
+
* @version 1.143.1
|
|
34
34
|
* @deprecated Since 1.90. Instead use {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed Views}
|
|
35
35
|
* by defining the view class with {@link sap.ui.core.mvc.View.extend View.extend} and
|
|
36
36
|
* creating the view instances with {@link sap.ui.core.mvc.View.create View.create}.
|
|
@@ -29,7 +29,7 @@ function(View, TemplateViewRenderer, ViewType, Log) {
|
|
|
29
29
|
* @extends sap.ui.core.mvc.View
|
|
30
30
|
*
|
|
31
31
|
* @author SAP SE
|
|
32
|
-
* @version 1.
|
|
32
|
+
* @version 1.143.1
|
|
33
33
|
*
|
|
34
34
|
* @public
|
|
35
35
|
* @deprecated Since version 1.56.0, use {@link sap.ui.core.mvc.XMLView} in combination with
|
|
@@ -117,7 +117,7 @@ sap.ui.define([
|
|
|
117
117
|
* bound content aggregation. An error will be thrown when the above combination is detected.
|
|
118
118
|
*
|
|
119
119
|
* @extends sap.ui.core.mvc.View
|
|
120
|
-
* @version 1.
|
|
120
|
+
* @version 1.143.1
|
|
121
121
|
*
|
|
122
122
|
* @public
|
|
123
123
|
* @alias sap.ui.core.mvc.XMLView
|
|
@@ -21,7 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
* @public
|
|
22
22
|
* @since 1.15.0
|
|
23
23
|
* @deprecated since 1.56, use an {@link sap.ui.core.mvc.XMLView} or a {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed View} instead
|
|
24
|
-
* @version 1.
|
|
24
|
+
* @version 1.143.1
|
|
25
25
|
* @alias sap.ui.core.plugin.TemplatingSupport
|
|
26
26
|
*/
|
|
27
27
|
var TemplatingSupport = function() {
|
|
@@ -4,11 +4,12 @@
|
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
"sap/ui/Device",
|
|
8
|
+
"sap/ui/core/library",
|
|
9
|
+
"./HashChanger",
|
|
9
10
|
"sap/base/future",
|
|
10
11
|
"sap/base/Log"
|
|
11
|
-
], function(library, HashChanger, future, Log) {
|
|
12
|
+
], function(Device, library, HashChanger, future, Log) {
|
|
12
13
|
"use strict";
|
|
13
14
|
|
|
14
15
|
// shortcut for enum(s)
|
|
@@ -83,6 +84,9 @@ sap.ui.define([
|
|
|
83
84
|
/*
|
|
84
85
|
* Whether the push state API should be used.
|
|
85
86
|
*
|
|
87
|
+
* In Safari, when the browser hash is changed, the browser doesn't clear the history state. Therefore we can't
|
|
88
|
+
* use push state API in Safari.
|
|
89
|
+
*
|
|
86
90
|
* Within iframe, the usage of push state API has to be turned off because some browsers (Chrome, Firefox and Edge)
|
|
87
91
|
* change the ownership of the last "hashchange" event to the outer frame as soon as the outer frame replaces the
|
|
88
92
|
* current hash. This makes the state that is saved by using push state API incomplete in both outer and inner
|
|
@@ -90,7 +94,7 @@ sap.ui.define([
|
|
|
90
94
|
*
|
|
91
95
|
* @private
|
|
92
96
|
*/
|
|
93
|
-
History._bUsePushState = window.self === window.top;
|
|
97
|
+
History._bUsePushState = !Device.browser.safari && window.self === window.top;
|
|
94
98
|
|
|
95
99
|
/**
|
|
96
100
|
* Returns the length difference between the history state stored in browser's
|
|
@@ -27,7 +27,7 @@ sap.ui.define([
|
|
|
27
27
|
* @class
|
|
28
28
|
* A SearchProvider which uses the OpenSearch protocol (either JSON or XML).
|
|
29
29
|
* @extends sap.ui.core.search.SearchProvider
|
|
30
|
-
* @version 1.
|
|
30
|
+
* @version 1.143.1
|
|
31
31
|
* @deprecated as of version 1.120. There is no API replacement.
|
|
32
32
|
*
|
|
33
33
|
* @public
|
|
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/core/Element', "sap/base/Log", 'sap/ui/core/library'],
|
|
|
23
23
|
*
|
|
24
24
|
* Do not create instances of this class, but use a concrete subclass instead.
|
|
25
25
|
* @extends sap.ui.core.Element
|
|
26
|
-
* @version 1.
|
|
26
|
+
* @version 1.143.1
|
|
27
27
|
* @deprecated since 1.120. There is no API replacement.
|
|
28
28
|
*
|
|
29
29
|
* @public
|
|
@@ -123,7 +123,7 @@ sap.ui.define(['sap/ui/base/Object', 'sap/ui/core/service/Service', "sap/base/as
|
|
|
123
123
|
*
|
|
124
124
|
* @extends sap.ui.base.Object
|
|
125
125
|
* @author SAP SE
|
|
126
|
-
* @version 1.
|
|
126
|
+
* @version 1.143.1
|
|
127
127
|
* @alias sap.ui.core.service.ServiceFactory
|
|
128
128
|
* @private
|
|
129
129
|
* @ui5-restricted sap.ushell
|
|
@@ -31,7 +31,7 @@ sap.ui.define([
|
|
|
31
31
|
* @class This class provides the support tool functionality of UI5. This class is internal and all its functions must not be used by an application.
|
|
32
32
|
*
|
|
33
33
|
* @extends sap.ui.base.EventProvider
|
|
34
|
-
* @version 1.
|
|
34
|
+
* @version 1.143.1
|
|
35
35
|
* @private
|
|
36
36
|
* @alias sap.ui.core.support.Support
|
|
37
37
|
*/
|
|
@@ -59,7 +59,7 @@ sap.ui.define([
|
|
|
59
59
|
* @class This class represents the ControlTree plugin for the support tool functionality of UI5. This class is internal and all its functions must not be used by an application.
|
|
60
60
|
*
|
|
61
61
|
* @extends sap.ui.core.support.Plugin
|
|
62
|
-
* @version 1.
|
|
62
|
+
* @version 1.143.1
|
|
63
63
|
* @private
|
|
64
64
|
* @alias sap.ui.core.support.plugins.ControlTree
|
|
65
65
|
*/
|
|
@@ -15,7 +15,7 @@ sap.ui.define(['sap/ui/core/support/Plugin', "sap/base/Log"],
|
|
|
15
15
|
* @class This class represents the LocalStorage plugin for the support tool functionality of UI5. This class is internal and all its functions must not be used by an application.
|
|
16
16
|
*
|
|
17
17
|
* @extends sap.ui.core.support.Plugin
|
|
18
|
-
* @version 1.
|
|
18
|
+
* @version 1.143.1
|
|
19
19
|
* @private
|
|
20
20
|
* @alias sap.ui.core.support.plugins.LocalStorage
|
|
21
21
|
*/
|