@openui5/sap.ui.core 1.104.0 → 1.105.0
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/.reuse/dep5 +1 -1
- package/THIRDPARTY.txt +1 -1
- package/package.json +1 -1
- package/src/jquery.sap.global.js +1 -1
- package/src/jquery.sap.properties.js +1 -1
- package/src/jquery.sap.resources.js +1 -1
- package/src/jquery.sap.script.js +1 -1
- package/src/jquery.sap.storage.js +3 -3
- package/src/sap/base/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 +5 -5
- 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/ManagedObjectObserver.js +2 -2
- 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 +54 -51
- package/src/sap/ui/core/AccessKeysEnablement.js +173 -0
- 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 +11 -11
- package/src/sap/ui/core/ComponentSupport.js +1 -1
- package/src/sap/ui/core/Configuration.js +33 -5
- package/src/sap/ui/core/Control.js +1 -1
- package/src/sap/ui/core/Core.js +1 -1
- package/src/sap/ui/core/CustomData.js +1 -1
- package/src/sap/ui/core/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/Element.js +1 -1
- package/src/sap/ui/core/ElementMetadata.js +6 -4
- package/src/sap/ui/core/EnabledPropagator.js +1 -1
- package/src/sap/ui/core/EventBus.js +1 -1
- package/src/sap/ui/core/ExtensionPoint.js +2 -2
- package/src/sap/ui/core/Fragment.js +1 -1
- package/src/sap/ui/core/HTML.js +1 -1
- package/src/sap/ui/core/History.js +1 -1
- package/src/sap/ui/core/Icon.js +1 -1
- package/src/sap/ui/core/IndicationColorSupport.js +1 -1
- package/src/sap/ui/core/IntervalTrigger.js +1 -1
- package/src/sap/ui/core/InvisibleMessage.js +1 -1
- package/src/sap/ui/core/InvisibleRenderer.js +1 -1
- package/src/sap/ui/core/InvisibleText.js +1 -1
- package/src/sap/ui/core/Item.js +1 -1
- package/src/sap/ui/core/LabelEnablement.js +1 -1
- package/src/sap/ui/core/LayoutData.js +1 -1
- package/src/sap/ui/core/ListItem.js +1 -1
- package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
- package/src/sap/ui/core/Locale.js +1 -1
- package/src/sap/ui/core/LocaleData.js +2 -3
- package/src/sap/ui/core/Manifest.js +3 -5
- 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/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 +4 -1
- package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
- package/src/sap/ui/core/_IconRegistry.js +1 -1
- package/src/sap/ui/core/date/Buddhist.js +4 -4
- package/src/sap/ui/core/date/UniversalDate.js +144 -34
- package/src/sap/ui/core/delegate/ItemNavigation.js +2 -2
- 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 +3 -3
- 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/DateFormat.js +31 -9
- package/src/sap/ui/core/format/TimezoneUtil.js +1 -1
- package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
- package/src/sap/ui/core/library.js +44 -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.properties +2 -0
- package/src/sap/ui/core/messagebundle_cy.properties +1 -1
- package/src/sap/ui/core/messagebundle_el.properties +1 -1
- package/src/sap/ui/core/messagebundle_en.properties +57 -56
- package/src/sap/ui/core/messagebundle_en_GB.properties +57 -56
- package/src/sap/ui/core/messagebundle_fr.properties +1 -1
- package/src/sap/ui/core/messagebundle_fr_CA.properties +1 -1
- package/src/sap/ui/core/messagebundle_hi.properties +1 -1
- package/src/sap/ui/core/messagebundle_hu.properties +1 -1
- package/src/sap/ui/core/messagebundle_ko.properties +4 -4
- package/src/sap/ui/core/messagebundle_sh.properties +1 -1
- package/src/sap/ui/core/messagebundle_vi.properties +1 -1
- package/src/sap/ui/core/mvc/Controller.js +12 -12
- 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 +7 -7
- 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/routing/Router.js +3 -3
- package/src/sap/ui/core/search/OpenSearchProvider.js +2 -2
- package/src/sap/ui/core/search/SearchProvider.js +2 -2
- 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 +2 -3
- package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
- package/src/sap/ui/core/support/plugins/Debugging.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 +2 -3
- package/src/sap/ui/core/themes/base/Icon.less +4 -0
- package/src/sap/ui/core/themes/base/global.less +5 -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/reflection/BaseTreeModifier.js +0 -3
- 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/_Helper.js +3 -1
- package/src/sap/ui/model/base/ManagedObjectModel.js +2 -2
- 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 +4 -4
- 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 +310 -153
- package/src/sap/ui/model/odata/type/Boolean.js +1 -1
- package/src/sap/ui/model/odata/type/Byte.js +1 -1
- package/src/sap/ui/model/odata/type/Currency.js +1 -1
- package/src/sap/ui/model/odata/type/Date.js +1 -1
- package/src/sap/ui/model/odata/type/DateTime.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +1 -1
- package/src/sap/ui/model/odata/type/Decimal.js +1 -1
- package/src/sap/ui/model/odata/type/Double.js +1 -1
- package/src/sap/ui/model/odata/type/Guid.js +1 -1
- package/src/sap/ui/model/odata/type/Int.js +1 -1
- package/src/sap/ui/model/odata/type/Int16.js +1 -1
- package/src/sap/ui/model/odata/type/Int32.js +1 -1
- package/src/sap/ui/model/odata/type/Int64.js +1 -1
- package/src/sap/ui/model/odata/type/ODataType.js +1 -1
- package/src/sap/ui/model/odata/type/Raw.js +1 -1
- package/src/sap/ui/model/odata/type/SByte.js +1 -1
- package/src/sap/ui/model/odata/type/Single.js +1 -1
- package/src/sap/ui/model/odata/type/Stream.js +1 -1
- package/src/sap/ui/model/odata/type/String.js +1 -1
- package/src/sap/ui/model/odata/type/Time.js +1 -1
- package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
- package/src/sap/ui/model/odata/type/Unit.js +1 -1
- package/src/sap/ui/model/odata/v2/Context.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataListBinding.js +25 -0
- package/src/sap/ui/model/odata/v2/ODataModel.js +50 -19
- package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +4 -1
- package/src/sap/ui/model/odata/v4/Context.js +84 -30
- package/src/sap/ui/model/odata/v4/ODataBinding.js +4 -8
- package/src/sap/ui/model/odata/v4/ODataContextBinding.js +26 -27
- package/src/sap/ui/model/odata/v4/ODataListBinding.js +120 -93
- package/src/sap/ui/model/odata/v4/ODataMetaModel.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataModel.js +3 -2
- package/src/sap/ui/model/odata/v4/ODataParentBinding.js +10 -13
- package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +4 -4
- package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +135 -28
- package/src/sap/ui/model/odata/v4/lib/_AggregationHelper.js +133 -16
- package/src/sap/ui/model/odata/v4/lib/_Cache.js +267 -137
- package/src/sap/ui/model/odata/v4/lib/_Helper.js +31 -9
- package/src/sap/ui/model/odata/v4/lib/_Requestor.js +5 -5
- 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 +4 -2
- package/src/sap/ui/performance/trace/FESR.js +27 -24
- package/src/sap/ui/performance/trace/Interaction.js +66 -16
- 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/actions/Press.js +7 -0
- package/src/sap/ui/test/generic/TestBase.js +1 -1
- package/src/sap/ui/test/matchers/AggregationContainsPropertyEqual.js +2 -3
- package/src/sap/ui/test/matchers/AggregationFilled.js +2 -3
- package/src/sap/ui/test/matchers/AggregationLengthEquals.js +2 -3
- package/src/sap/ui/test/opaQunit.js +11 -6
- package/src/sap/ui/test/pipelines/ActionPipeline.js +2 -3
- package/src/sap/ui/test/pipelines/MatcherPipeline.js +2 -3
- package/src/sap/ui/test/pipelines/PipelineFactory.js +2 -3
- package/src/sap/ui/util/Storage.js +1 -1
|
@@ -26,7 +26,7 @@ sap.ui.define(['./Metadata', "sap/base/Log"],
|
|
|
26
26
|
* @class Base class for all SAPUI5 Objects.
|
|
27
27
|
* @abstract
|
|
28
28
|
* @author Malte Wedel
|
|
29
|
-
* @version 1.
|
|
29
|
+
* @version 1.105.0
|
|
30
30
|
* @public
|
|
31
31
|
* @alias sap.ui.base.Object
|
|
32
32
|
* @throws {Error} When an instance of the class or its subclasses is created without the <code>new</code> operator.
|
package/src/sap/ui/core/.library
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.105.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>The SAPUI5 Core Runtime.
|
|
12
12
|
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
</jscoverage>
|
|
152
152
|
<!-- Thirdparty references -->
|
|
153
153
|
<thirdparty xmlns="http://www.sap.com/ui5/buildext/thirdparty" >
|
|
154
|
-
<lib name="jquery-3" displayName="jQuery 3" version="3.6.0" homepage="https://jquery.com">
|
|
154
|
+
<lib name="jquery-3" displayName="jQuery 3" version="3.6.0" homepage="https://jquery.com" id="73554900106100068050">
|
|
155
155
|
<license url="http://jQuery.org/license" type="MIT"/>
|
|
156
156
|
<copyright>OpenJS Foundation and other contributors</copyright>
|
|
157
157
|
<pattern>sap/ui/thirdparty/jquery.js</pattern>
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
<pattern partial="true" otherContent="SAP" explanation="_merge.js is overall written by SAP, but contains a modified implementation of jQuery.extend taken from jQuery">sap/base/util/_merge.js</pattern>
|
|
160
160
|
<pattern partial="true" otherContent="SAP" explanation="jquery.sap.script.js is overall written by SAP, but contains a modified implementation of jQuery.extend taken from jQuery">jquery.sap.script.js</pattern>
|
|
161
161
|
</lib>
|
|
162
|
-
<lib name="jquery-1" displayName="jQuery 1" version="1.7.1" homepage="https://jquery.com">
|
|
162
|
+
<lib name="jquery-1" displayName="jQuery 1" version="1.7.1" homepage="https://jquery.com" id="73554900106100019232">
|
|
163
163
|
<license url="http://jQuery.org/license" type="MIT"/>
|
|
164
164
|
<copyright>2011, John Resig</copyright>
|
|
165
165
|
<pattern partial="true" otherContent="SAP" explanation="Device.js is overall written by SAP, but contains code taken from jQuery 1.7.1 (see the respective comment)">sap/ui/Device.js</pattern>
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
<copyright>2014 jQuery Foundation and other contributors</copyright>
|
|
170
170
|
<pattern partial="true" otherContent="SAP" explanation="Selectors.js is overall written by SAP, but contains code taken from jQuery UI (see the respective comments)">sap/ui/dom/jquery/Selectors.js</pattern>
|
|
171
171
|
</lib>
|
|
172
|
-
<lib name="jquery_UI-1-10-4" displayName="jQuery UI 1.10" version="1.10.4" homepage="https://jqueryui.com">
|
|
172
|
+
<lib name="jquery_UI-1-10-4" displayName="jQuery UI 1.10" version="1.10.4" homepage="https://jqueryui.com" id="73554900106100000044">
|
|
173
173
|
<license url="http://jQuery.org/license" type="MIT" />
|
|
174
174
|
<copyright>2014 jQuery Foundation and other contributors</copyright>
|
|
175
175
|
<pattern>sap/ui/thirdparty/jqueryui/*</pattern>
|
|
@@ -180,48 +180,48 @@
|
|
|
180
180
|
<copyright>2014 jQuery Foundation and other contributors</copyright>
|
|
181
181
|
<pattern partial="true" otherContent="SAP" explanation="zIndex.js is overall written by SAP, but contains an implementation of the function 'fnzIndex' which is taken from jQuery UI Datepicker 1.11.1">sap/ui/dom/jquery/zIndex.js</pattern>
|
|
182
182
|
</lib>
|
|
183
|
-
<lib name="qunit" displayName="QUnit" version="1.18.0" homepage="https://qunitjs.com">
|
|
183
|
+
<lib name="qunit" displayName="QUnit" version="1.18.0" homepage="https://qunitjs.com" id="73554900106100002636">
|
|
184
184
|
<license url="http://jQuery.org/license" type="MIT" />
|
|
185
185
|
<copyright>jQuery Foundation and other contributors</copyright>
|
|
186
186
|
<pattern>sap/ui/thirdparty/qunit.*</pattern>
|
|
187
187
|
</lib>
|
|
188
|
-
<lib name="qunit-2" displayName="QUnit 2" version="2.3.2" homepage="https://qunitjs.com">
|
|
188
|
+
<lib name="qunit-2" displayName="QUnit 2" version="2.3.2" homepage="https://qunitjs.com" id="73555000106100006951">
|
|
189
189
|
<license url="http://jQuery.org/license" type="MIT" />
|
|
190
190
|
<copyright>jQuery Foundation and other contributors</copyright>
|
|
191
191
|
<pattern>sap/ui/thirdparty/qunit-2.*</pattern>
|
|
192
192
|
</lib>
|
|
193
|
-
<lib name="qunit-2.18" displayName="QUnit 2.18" version="2.18.0" homepage="https://qunitjs.com">
|
|
193
|
+
<lib name="qunit-2.18" displayName="QUnit 2.18" version="2.18.0" homepage="https://qunitjs.com" id="73554900106100134323">
|
|
194
194
|
<license url="http://jQuery.org/license" type="MIT" />
|
|
195
195
|
<copyright>jQuery Foundation and other contributors</copyright>
|
|
196
196
|
<pattern>../test/sap/ui/core/qunit/thirdparty/qunit-2.18.*</pattern>
|
|
197
197
|
</lib>
|
|
198
|
-
<lib name="jquery-migrate" displayName="jQuery-Migrate" version="3.3.1" homepage="https://github.com/jquery/jquery-migrate/">
|
|
198
|
+
<lib name="jquery-migrate" displayName="jQuery-Migrate" version="3.3.1" homepage="https://github.com/jquery/jquery-migrate/" id="73555000106100043843">
|
|
199
199
|
<license url="https://github.com/jquery/jquery-migrate/blob/3.3.1/LICENSE.txt" type="MIT" />
|
|
200
200
|
<copyright>OpenJS Foundation and other contributors</copyright>
|
|
201
201
|
<pattern>sap/ui/thirdparty/jquery-compat.js</pattern>
|
|
202
202
|
</lib>
|
|
203
|
-
<lib name="jquery_mobile" displayName="jQuery Mobile" version="1.3.1" homepage="http://jquerymobile.com">
|
|
203
|
+
<lib name="jquery_mobile" displayName="jQuery Mobile" version="1.3.1" homepage="http://jquerymobile.com" id="73554900106100002438">
|
|
204
204
|
<license url="http://jQuery.org/license" type="MIT" />
|
|
205
205
|
<copyright>2010, 2013 jQuery Foundation, Inc. and other contributors</copyright>
|
|
206
206
|
<pattern>sap/ui/thirdparty/jquery-mobile-custom.js</pattern>
|
|
207
207
|
</lib>
|
|
208
|
-
<lib name="jquery.rtl-scroll-type" displayName="jQuery.rtl-scroll-type" version="2.0.0" homepage="https://github.com/othree/jquery.rtl-scroll-type">
|
|
208
|
+
<lib name="jquery.rtl-scroll-type" displayName="jQuery.rtl-scroll-type" version="2.0.0" homepage="https://github.com/othree/jquery.rtl-scroll-type" id="73554900106100058148">
|
|
209
209
|
<license url="https://github.com/othree/jquery.rtl-scroll-type/blob/master/LICENSE" type="MIT" />
|
|
210
210
|
<copyright>2012 Wei-Ko Kao</copyright>
|
|
211
211
|
<pattern partial="true" otherContent="SAP" explanation="_FeatureDetection.js is overall written by SAP, but contains code which is inspired by jQuery.rtl-scroll-type">sap/ui/util/_FeatureDetection.js</pattern>
|
|
212
212
|
</lib>
|
|
213
|
-
<lib name="qunit-composite" displayName="QUnit Composite" version="1.0.2-pre" homepage="https://github.com/jquery/qunit-composite">
|
|
213
|
+
<lib name="qunit-composite" displayName="QUnit Composite" version="1.0.2-pre" homepage="https://github.com/jquery/qunit-composite" id="73555000106100004191">
|
|
214
214
|
<!-- version is "1.0.2-pre", in PPMS as "1.0.2" -->
|
|
215
215
|
<license url="http://jquery.org/license" type="MIT" />
|
|
216
216
|
<copyright>jQuery Foundation and other contributors</copyright>
|
|
217
|
-
<pattern>sap/ui/thirdparty/qunit-composite
|
|
217
|
+
<pattern>sap/ui/thirdparty/qunit-composite.*</pattern>
|
|
218
218
|
</lib>
|
|
219
|
-
<lib name="qunit-reporter-junit" displayName="JUnit Reporter for QUnit" version="1.1.1" homepage="https://github.com/JamesMGreene/qunit-reporter-junit">
|
|
219
|
+
<lib name="qunit-reporter-junit" displayName="JUnit Reporter for QUnit" version="1.1.1" homepage="https://github.com/JamesMGreene/qunit-reporter-junit" id="73554900106100005540">
|
|
220
220
|
<license url="https://raw.githubusercontent.com/JamesMGreene/qunit-reporter-junit/master/LICENSE.txt" type="MIT" />
|
|
221
221
|
<copyright>jQuery Foundation and other contributors</copyright>
|
|
222
222
|
<pattern>sap/ui/thirdparty/qunit-reporter-junit.js</pattern>
|
|
223
223
|
</lib>
|
|
224
|
-
<lib name="iscroll" displayName="cubiq.org - iScroll" version="4.2.5" homepage="https://github.com/cubiq/iscroll">
|
|
224
|
+
<lib name="iscroll" displayName="cubiq.org - iScroll" version="4.2.5" homepage="https://github.com/cubiq/iscroll" id="73554900106100001862">
|
|
225
225
|
<license url="https://github.com/cubiq/iscroll/blob/master/LICENSE" type="MIT" />
|
|
226
226
|
<copyright>2012 Matteo Spinelli</copyright>
|
|
227
227
|
<pattern>sap/ui/thirdparty/iscroll.js</pattern>
|
|
@@ -232,79 +232,81 @@
|
|
|
232
232
|
<pattern>sap/ui/thirdparty/iscroll-lite.js</pattern>
|
|
233
233
|
<!-- not in PPMS because it is a sub-module of iScroll -->
|
|
234
234
|
</lib>
|
|
235
|
-
<lib name="swipeview" displayName="cubiq.org - swipeview" version="1.0" homepage="https://github.com/cubiq/SwipeView/">
|
|
235
|
+
<lib name="swipeview" displayName="cubiq.org - swipeview" version="1.0" homepage="https://github.com/cubiq/SwipeView/" id="73554900106100001918">
|
|
236
236
|
<license url="https://github.com/cubiq/SwipeView/blob/master/license.txt" type="MIT" />
|
|
237
237
|
<copyright>2012 Matteo Spinelli</copyright>
|
|
238
238
|
<pattern>sap/ui/thirdparty/swipe-view.js</pattern>
|
|
239
239
|
</lib>
|
|
240
|
-
<lib name="mobify" displayName="Mobify.js" version="1.1" homepage="http://www.mobify.com/mobifyjs/">
|
|
240
|
+
<lib name="mobify" displayName="Mobify.js" version="1.1" homepage="http://www.mobify.com/mobifyjs/" id="73554900106100005548">
|
|
241
241
|
<license url="http://www.mobify.com/mobifyjs/license/" type="MIT" file="../thirdparty/licenses/mobify-MIT-LICENSE.txt" />
|
|
242
242
|
<copyright>Mobify R&D Inc.</copyright>
|
|
243
243
|
<pattern>sap/ui/thirdparty/mobify-carousel.js</pattern>
|
|
244
244
|
</lib>
|
|
245
|
-
<lib name="zynga" displayName="Zynga Scroller" version="1.2.1-0-g5d43806" homepage="http://zynga.github.com/scroller/">
|
|
245
|
+
<lib name="zynga" displayName="Zynga Scroller" version="1.2.1-0-g5d43806" homepage="http://zynga.github.com/scroller/" id="73554900106100001940">
|
|
246
246
|
<license url="https://github.com/pbakaus/scroller/blob/master/LICENSE.txt" type="MIT" />
|
|
247
247
|
<copyright>2011 Zynga Inc.</copyright>
|
|
248
248
|
<pattern>sap/ui/thirdparty/zyngascroll.js</pattern>
|
|
249
249
|
</lib>
|
|
250
|
-
<lib name="less" displayName="LESS" version="1.6.3" homepage="http://lesscss.org/">
|
|
250
|
+
<lib name="less" displayName="LESS" version="1.6.3" homepage="http://lesscss.org/" id="73555000106100001897">
|
|
251
251
|
<!-- there is also a copy of LESS outside the libraries, listed in the .repo file -->
|
|
252
252
|
<license url="https://raw.github.com/cloudhead/less.js/master/LICENSE" type="Apache-2.0" />
|
|
253
253
|
<copyright>2009-2014, Alexis Sellier</copyright>
|
|
254
254
|
<pattern>sap/ui/thirdparty/less.js</pattern>
|
|
255
255
|
</lib>
|
|
256
|
-
<lib name="datajs" displayName="DataJS" version="unknown" homepage="http://datajs.codeplex.com/">
|
|
256
|
+
<lib name="datajs" displayName="DataJS" version="unknown" homepage="http://datajs.codeplex.com/" id="73554900106100001652">
|
|
257
|
+
<!-- hints in the source code suggest this is version 1.1.0 with fixes from 1.1.1.beta2,
|
|
258
|
+
but it could also be version 1.1.2 as modeled in PPMS -->
|
|
257
259
|
<license url="http://datajs.codeplex.com/license" type="MIT" />
|
|
258
260
|
<copyright>2011 Microsoft</copyright>
|
|
259
261
|
<pattern>sap/ui/thirdparty/datajs.js</pattern>
|
|
260
262
|
</lib>
|
|
261
|
-
<lib name="d3" displayName="D3" version="3.4.12" homepage="http://d3js.org/" >
|
|
263
|
+
<lib name="d3" displayName="D3" version="3.4.12" homepage="http://d3js.org/" id="73554900106100001165">
|
|
262
264
|
<license url="https://raw.github.com/mbostock/d3/master/LICENSE" type="BSD-3-Clause" />
|
|
263
265
|
<copyright>2010-2014 Michael Bostock</copyright>
|
|
264
266
|
<pattern>sap/ui/thirdparty/d3.js</pattern>
|
|
265
267
|
</lib>
|
|
266
|
-
<lib name="jszip" displayName="JSZip" version="2.2.0" homepage="http://stuartk.com/jszip/">
|
|
268
|
+
<lib name="jszip" displayName="JSZip" version="2.2.0" homepage="http://stuartk.com/jszip/" id="73554900106100005531">
|
|
267
269
|
<license url="https://github.com/Stuk/jszip/blob/master/LICENSE.markdown" type="MIT" />
|
|
268
270
|
<copyright>2009-2014 Stuart Knightley, David Duponchel, Franz Buchinger, António Afonso</copyright>
|
|
269
271
|
<pattern>sap/ui/thirdparty/jszip.js</pattern>
|
|
270
272
|
</lib>
|
|
271
|
-
<lib name="caja" displayName="Google-Caja JS HTML Sanitizer" version="Build 4884" homepage="http://code.google.com/p/google-caja/wiki/JsHtmlSanitizer">
|
|
273
|
+
<lib name="caja" displayName="Google-Caja JS HTML Sanitizer" version="Build 4884" homepage="http://code.google.com/p/google-caja/wiki/JsHtmlSanitizer" id="73554900106100001928">
|
|
272
274
|
<license url="http://www.apache.org/licenses/LICENSE-2.0" type="Apache-2.0" />
|
|
273
275
|
<copyright>Google Inc.</copyright>
|
|
274
276
|
<pattern>sap/ui/thirdparty/caja-html-sanitizer.js</pattern>
|
|
275
277
|
</lib>
|
|
276
|
-
<lib name="cldr" displayName="Unicode Common Locale Data Repository" version="35.1" homepage="http://cldr.unicode.org/">
|
|
278
|
+
<lib name="cldr" displayName="Unicode Common Locale Data Repository" version="35.1" homepage="http://cldr.unicode.org/" id="73555000106100020909">
|
|
277
279
|
<license url="http://www.unicode.org/copyright.html" type="Unicode-DFS-2015" />
|
|
278
280
|
<copyright>1991-2014 Unicode, Inc.</copyright>
|
|
279
281
|
<pattern>sap/ui/core/cldr/*</pattern>
|
|
280
282
|
</lib>
|
|
281
|
-
<lib name="mobiscroll" displayName="MobiScroll" version="2.9.0" homepage="http://mobiscroll.com">
|
|
283
|
+
<lib name="mobiscroll" displayName="MobiScroll" version="2.9.0" homepage="http://mobiscroll.com" id="73554900106100005562">
|
|
282
284
|
<license url="http://opensource.org/licenses/mit-license.php" type="MIT" />
|
|
283
285
|
<copyright>2010-2013, Acid Media</copyright>
|
|
284
286
|
<pattern>sap/ui/thirdparty/mobiscroll/*</pattern>
|
|
285
287
|
</lib>
|
|
286
|
-
<lib name="sinonjs" displayName="SinonJS" version="1.14.1" homepage="http://sinonjs.org">
|
|
288
|
+
<lib name="sinonjs" displayName="SinonJS" version="1.14.1" homepage="http://sinonjs.org" id="73554900106100005532">
|
|
287
289
|
<license url="https://raw.github.com/cjohansen/Sinon.JS/master/LICENSE" type="BSD-3-Clause" />
|
|
288
290
|
<copyright>2010-2014, Christian Johansen, christian@cjohansen.no</copyright>
|
|
289
291
|
<pattern>sap/ui/thirdparty/sinon.js</pattern>
|
|
290
292
|
<pattern>sap/ui/thirdparty/sinon-server.js</pattern>
|
|
291
293
|
</lib>
|
|
292
|
-
<lib name="sinonjs4" displayName="SinonJS" version="4.4.6" homepage="http://sinonjs.org">
|
|
294
|
+
<lib name="sinonjs4" displayName="SinonJS" version="4.4.6" homepage="http://sinonjs.org" id="73555000106100012145">
|
|
293
295
|
<license url="https://raw.github.com/cjohansen/Sinon.JS/master/LICENSE" type="BSD-3-Clause" />
|
|
294
296
|
<copyright>2010-2017, Christian Johansen, christian@cjohansen.no</copyright>
|
|
295
297
|
<pattern>sap/ui/thirdparty/sinon-4.js</pattern>
|
|
296
298
|
</lib>
|
|
297
|
-
<lib name="sinonjs14" displayName="SinonJS 14" version="14.0.0" homepage="http://sinonjs.org">
|
|
299
|
+
<lib name="sinonjs14" displayName="SinonJS 14" version="14.0.0" homepage="http://sinonjs.org" id="73554900106100134880">
|
|
298
300
|
<license url="https://raw.github.com/cjohansen/Sinon.JS/master/LICENSE" type="BSD-3-Clause" />
|
|
299
301
|
<copyright>2010-2022, Christian Johansen, christian@cjohansen.no</copyright>
|
|
300
302
|
<pattern>../test/sap/ui/core/qunit/thirdparty/sinon-14.0.*</pattern>
|
|
301
303
|
</lib>
|
|
302
|
-
<lib name="sinon-qunit" displayName="Sinon-qunit" version="2.0.0" homepage="http://sinonjs.org">
|
|
304
|
+
<lib name="sinon-qunit" displayName="Sinon-qunit" version="2.0.0" homepage="http://sinonjs.org" id="73554900106100005534">
|
|
303
305
|
<license url="https://raw.github.com/cjohansen/Sinon.JS/master/LICENSE" type="BSD-3-Clause" />
|
|
304
306
|
<copyright>2010-2011, Christian Johansen</copyright>
|
|
305
307
|
<pattern>sap/ui/thirdparty/sinon-qunit.js</pattern>
|
|
306
308
|
</lib>
|
|
307
|
-
<lib name="urijs" displayName="URI.js" version="1.19.11" homepage="http://medialize.github.com/URI.js/">
|
|
309
|
+
<lib name="urijs" displayName="URI.js" version="1.19.11" homepage="http://medialize.github.com/URI.js/" id="73554900106100127022">
|
|
308
310
|
<license url="http://opensource.org/licenses/mit-license" type="MIT" />
|
|
309
311
|
<copyright>Rodney Rehm</copyright>
|
|
310
312
|
<pattern>sap/ui/thirdparty/URI.js</pattern>
|
|
@@ -312,103 +314,104 @@
|
|
|
312
314
|
<pattern>sap/ui/thirdparty/SecondLevelDomains.js</pattern>
|
|
313
315
|
<pattern>sap/ui/thirdparty/IPv6.js</pattern>
|
|
314
316
|
</lib>
|
|
315
|
-
<lib name="punycodejs" displayName="punycode.js" version="1.4.0" homepage="https://github.com/bestiejs/punycode.js/">
|
|
317
|
+
<lib name="punycodejs" displayName="punycode.js" version="1.4.0" homepage="https://github.com/bestiejs/punycode.js/" id="73554900106100045016">
|
|
316
318
|
<license url="https://github.com/bestiejs/punycode.js/blob/master/LICENSE-MIT.txt" type="MIT" />
|
|
317
319
|
<copyright>Mathias Bynens</copyright>
|
|
318
320
|
<pattern>sap/ui/thirdparty/punycode.js</pattern>
|
|
319
321
|
</lib>
|
|
320
|
-
<lib name="handlebars" displayName="handlebars" version="4.7.7" homepage="http://handlebarsjs.com/">
|
|
322
|
+
<lib name="handlebars" displayName="handlebars" version="4.7.7" homepage="http://handlebarsjs.com/" id="73555000106100058827">
|
|
321
323
|
<license url="https://github.com/handlebars-lang/handlebars.js/" type="MIT" />
|
|
322
324
|
<copyright>2011-2019 by Yehuda Katz</copyright>
|
|
323
325
|
<pattern>sap/ui/thirdparty/handlebars.js</pattern>
|
|
324
326
|
</lib>
|
|
325
|
-
<lib name="requirejs" displayName="requireJS" version="2.1.8" homepage="http://requirejs.org">
|
|
327
|
+
<lib name="requirejs" displayName="requireJS" version="2.1.8" homepage="http://requirejs.org" id="73554900106100002036">
|
|
326
328
|
<license url="https://github.com/jrburke/requirejs/blob/master/LICENSE" type="MIT" />
|
|
327
329
|
<copyright>2010-2012, The Dojo Foundation</copyright>
|
|
328
330
|
<pattern>sap/ui/thirdparty/require.js</pattern>
|
|
329
331
|
</lib>
|
|
330
|
-
<lib name="crossroadsjs" displayName="crossroads.js" version="0.12.0" homepage="https://github.com/millermedeiros/crossroads.js">
|
|
332
|
+
<lib name="crossroadsjs" displayName="crossroads.js" version="0.12.0" homepage="https://github.com/millermedeiros/crossroads.js" id="73554900106100005551">
|
|
331
333
|
<license url="http://opensource.org/licenses/mit-license.php" type="MIT" />
|
|
332
334
|
<copyright>Miller Medeiros</copyright>
|
|
333
335
|
<pattern>sap/ui/thirdparty/crossroads.js</pattern>
|
|
334
336
|
</lib>
|
|
335
|
-
<lib name="hasherjs" displayName="hasher.js" version="1.2.0" homepage="https://github.com/millermedeiros/Hasher">
|
|
337
|
+
<lib name="hasherjs" displayName="hasher.js" version="1.2.0" homepage="https://github.com/millermedeiros/Hasher" id="73554900106100002228">
|
|
336
338
|
<license url="http://opensource.org/licenses/mit-license.php" type="MIT" />
|
|
337
339
|
<copyright>Miller Medeiros</copyright>
|
|
338
340
|
<pattern>sap/ui/thirdparty/hasher.js</pattern>
|
|
339
341
|
</lib>
|
|
340
|
-
<lib name="jssignals" displayName="JS-Signals" version="1.0.0" homepage="http://millermedeiros.github.io/js-signals/">
|
|
342
|
+
<lib name="jssignals" displayName="JS-Signals" version="1.0.0" homepage="http://millermedeiros.github.io/js-signals/" id="73554900106100005560">
|
|
341
343
|
<license url="http://opensource.org/licenses/mit-license.php" type="MIT" />
|
|
342
344
|
<copyright>Miller Medeiros</copyright>
|
|
343
345
|
<pattern>sap/ui/thirdparty/signals.js</pattern>
|
|
344
346
|
</lib>
|
|
345
|
-
<lib name="blanket" displayName="blanket.js" version="1.1.5" homepage="http://blanketjs.org/" >
|
|
347
|
+
<lib name="blanket" displayName="blanket.js" version="1.1.5" homepage="http://blanketjs.org/" id="73554900106100002118">
|
|
346
348
|
<license url="https://github.com/alex-seville/blanket/blob/master/LICENSE" type="MIT" />
|
|
347
349
|
<copyright>2013 Alex Seville</copyright>
|
|
348
350
|
<pattern>sap/ui/thirdparty/blanket.js</pattern>
|
|
349
351
|
</lib>
|
|
350
|
-
<lib name="json-in-js" displayName="JSON in JS" version="ff55d8d451" homepage="">
|
|
352
|
+
<lib name="json-in-js" displayName="JSON in JS" version="ff55d8d451" homepage="https://github.com/douglascrockford/JSON-js" id="73554900106100003740">
|
|
351
353
|
<license url="https://github.com/douglascrockford/JSON-js/blob/master/json2.js" type="LicenseRef-JSONinJSPublicDomain" />
|
|
352
354
|
<copyright>Douglas Crockford</copyright>
|
|
353
355
|
<pattern partial="true" otherContent="SAP" explanation="JSTokenizer.js is overall written by SAP, but contains code has been taken from the component JSON in JavaScript (https://github.com/douglascrockford/JSON-js/blob/master/json2.js) from Douglas Crockford which is licensed under Public Domain">sap/base/util/JSTokenizer.js</pattern>
|
|
354
356
|
</lib>
|
|
355
|
-
<lib name="tdop" displayName="Top Down Operator Precedence" version="unknown" homepage="https://github.com/douglascrockford/TDOP">
|
|
357
|
+
<lib name="tdop" displayName="Top Down Operator Precedence" version="unknown" homepage="https://github.com/douglascrockford/TDOP" id="73554900106100005552">
|
|
356
358
|
<license url="http://www.apache.org/licenses/LICENSE-2.0" type="Apache-2.0" />
|
|
357
359
|
<comment>License granted to SAP by Douglas Crockford</comment>
|
|
358
360
|
<!-- there was mail exchange to get the module granted under Apache license -->
|
|
359
361
|
<copyright>2010 Douglas Crockford</copyright>
|
|
360
362
|
<pattern partial="true" otherContent="SAP" explanation="ExpressionParser.js is overall written by SAP, but contains code taken from or inspired by TDOP by Douglas Crockford (see the respective comment)">sap/ui/base/ExpressionParser.js</pattern>
|
|
361
363
|
</lib>
|
|
362
|
-
<lib name="klayjs" displayName="KLayJS" version="0.4.1" homepage="https://github.com/OpenKieler/klayjs">
|
|
364
|
+
<lib name="klayjs" displayName="KLayJS" version="0.4.1" homepage="https://github.com/OpenKieler/klayjs" id="73554900106100012704">
|
|
363
365
|
<license url="https://github.com/OpenKieler/klayjs/blob/master/LICENSE" type="EPL-1.0" />
|
|
364
366
|
<copyright>Ulf Rueegg</copyright>
|
|
365
367
|
<pattern>sap/ui/thirdparty/klay.js</pattern>
|
|
366
368
|
</lib>
|
|
367
|
-
<lib name="bignumber" displayName="bignumber.js" version="6.0.0" homepage="https://github.com/MikeMcl/bignumber.js">
|
|
369
|
+
<lib name="bignumber" displayName="bignumber.js" version="6.0.0" homepage="https://github.com/MikeMcl/bignumber.js" id="73555000106100012902">
|
|
368
370
|
<license url="https://github.com/MikeMcl/bignumber.js/blob/master/LICENCE" type="MIT" />
|
|
369
371
|
<copyright>2018 Michael Mclaughlin</copyright>
|
|
370
372
|
<pattern>sap/ui/thirdparty/bignumber.js</pattern>
|
|
371
373
|
</lib>
|
|
372
|
-
<lib name="lodash" displayName="lodash" version="4.17.21" homepage="https://github.com/lodash/lodash">
|
|
374
|
+
<lib name="lodash" displayName="lodash" version="4.17.21" homepage="https://github.com/lodash/lodash" id="73555000106100057925">
|
|
373
375
|
<license url="https://github.com/lodash/lodash/blob/master/LICENSE" type="MIT" />
|
|
374
376
|
<copyright>OpenJS Foundation and other contributors</copyright>
|
|
375
377
|
<pattern>sap/ui/base/util/restricted/_/lodash.custom.js</pattern>
|
|
376
378
|
</lib>
|
|
377
|
-
<lib name="hyphenopoly" displayName="Hyphenopoly" version="3.4.0" homepage="https://github.com/mnater/Hyphenopoly">
|
|
379
|
+
<lib name="hyphenopoly" displayName="Hyphenopoly" version="3.4.0" homepage="https://github.com/mnater/Hyphenopoly" id="73555000106100074224">
|
|
378
380
|
<license url="https://github.com/mnater/Hyphenopoly/blob/master/LICENSE" type="MIT" />
|
|
379
381
|
<copyright>2021 Mathias Nater</copyright>
|
|
380
382
|
<pattern>sap/ui/thirdparty/hyphenopoly/*</pattern>
|
|
381
383
|
</lib>
|
|
382
|
-
<lib name="p-cancelable" displayName="p-cancelable" version="2.0.0" homepage="https://github.com/sindresorhus/p-cancelable/tree/v2.0.0">
|
|
384
|
+
<lib name="p-cancelable" displayName="p-cancelable" version="2.0.0" homepage="https://github.com/sindresorhus/p-cancelable/tree/v2.0.0" id="73555000106100034052">
|
|
383
385
|
<license url="https://github.com/sindresorhus/p-cancelable/blob/v2.0.0/license" type="MIT" />
|
|
384
386
|
<copyright>Sindre Sorhus <sindresorhus@gmail.com></copyright>
|
|
385
387
|
<pattern partial="true" otherContent="@babel/helpers" explanation="_CancelablePromise.js is derived from p-cancelable by Sindre Sorhus and was transpiled with Babel, so the resulting file contains Babel code fragments">sap/ui/base/util/restricted/_CancelablePromise.js</pattern>
|
|
386
388
|
</lib>
|
|
387
|
-
<lib name="@babel/helpers" displayName="@babel/helpers" version="7.10.4" homepage="https://github.com/babel/babel/tree/v7.10.4">
|
|
389
|
+
<lib name="@babel/helpers" displayName="@babel/helpers" version="7.10.4" homepage="https://github.com/babel/babel/tree/v7.10.4" id="73555000106100041674">
|
|
388
390
|
<license url="https://github.com/babel/babel/blob/v7.10.4/LICENSE" type="MIT" />
|
|
389
391
|
<copyright>2014-present Sebastian McKenzie and other contributors</copyright>
|
|
390
392
|
<pattern partial="true" otherContent="p-cancelable" explanation="_CancelablePromise.js is derived from p-cancelable by Sindre Sorhus and was transpiled with Babel, so the resulting file contains Babel code fragments">sap/ui/base/util/restricted/_CancelablePromise.js</pattern>
|
|
391
393
|
<!-- Babel transformation added some helper code, hence Babel is mentioned here -->
|
|
392
394
|
</lib>
|
|
393
|
-
<lib name="jalaali" displayName="Jalaali JS" version="unknown" homepage="https://github.com/jalaali/jalaali-js/">
|
|
395
|
+
<lib name="jalaali" displayName="Jalaali JS" version="unknown" homepage="https://github.com/jalaali/jalaali-js/" id="73555000106100004826">
|
|
396
|
+
<!-- version modeled in PPMS: 1.1.0 -->
|
|
394
397
|
<license url="https://github.com/jalaali/jalaali-js/blob/master/LICENSE" type="MIT" />
|
|
395
398
|
<copyright>Behrang Norouzinia</copyright>
|
|
396
399
|
<pattern partial="true" otherContent="SAP" explanation="Persian.js is overall written by SAP, but the calculation is taken from jalaali-js">sap/ui/core/date/Persian.js</pattern>
|
|
397
400
|
</lib>
|
|
398
|
-
<lib name="vkbeautify" displayName="vkBeautify" version="0.99.00.beta" homepage="http://www.eslinstructor.net/vkbeautify/">
|
|
401
|
+
<lib name="vkbeautify" displayName="vkBeautify" version="0.99.00.beta" homepage="http://www.eslinstructor.net/vkbeautify/" id="73554900106100001834">
|
|
399
402
|
<license url="https://github.com/vkiryukhin/vkBeautify/blob/master/LICENSE" type="MIT" />
|
|
400
403
|
<copyright>2012 Vadim Kiryukhin</copyright>
|
|
401
404
|
<pattern>sap/ui/thirdparty/vkbeautify.js</pattern>
|
|
402
405
|
</lib>
|
|
403
|
-
<lib name="node-lru-cache" displayName="node-lru-cache" version="2.7.3" homepage="https://github.com/isaacs/node-lru-cache">
|
|
406
|
+
<lib name="node-lru-cache" displayName="node-lru-cache" version="2.7.3" homepage="https://github.com/isaacs/node-lru-cache" id="73554900106100008214">
|
|
404
407
|
<license url="https://github.com/isaacs/node-lru-cache/blob/master/LICENSE" type="ISC" />
|
|
405
408
|
<copyright>Isaac Z. Schlueter and Contributors</copyright>
|
|
406
409
|
<pattern partial="true" otherContent="SAP" explanation="LRUPersistentCache.js is overall written by SAP, but portions ('Least Recently Used' logic) are taken from the node-lru-cache project (see https://github.com/isaacs/node-lru-cache/blob/v2.7.3/README.md) and modified.">sap/ui/core/cache/LRUPersistentCache.js</pattern>
|
|
407
410
|
</lib>
|
|
408
|
-
<lib name="tzdata" displayName="Time Zone Database" version="2022a" homepage="http://www.iana.org/time-zones">
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
411
|
+
<lib name="tzdata" displayName="Time Zone Database" version="2022a" homepage="http://www.iana.org/time-zones" id="73554900106100123193">
|
|
412
|
+
<license url="https://github.com/eggert/tz/blob/main/LICENSE" type="LicenseRef-tzdata-PublicDomain" />
|
|
413
|
+
<copyright>Arthur David Olson, Paul Eggert and other contributors</copyright>
|
|
414
|
+
<pattern partial="true" otherContent="SAP" explanation="_timezones.js is overall written by SAP, but the list of IANA timezone IDs is taken from the Timezone Database">../test/sap/ui/core/qunit/i18n/helper/_timezones.js</pattern>
|
|
412
415
|
</lib>
|
|
413
416
|
<ignore>
|
|
414
417
|
<file pattern="sap/ui/thirdparty/RequestRecorder.js" />
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* OpenUI5
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
sap.ui.define([
|
|
8
|
+
"sap/ui/core/Core",
|
|
9
|
+
"sap/ui/base/Object",
|
|
10
|
+
'sap/ui/Device'
|
|
11
|
+
],
|
|
12
|
+
function(Core, BaseObject, Device) {
|
|
13
|
+
"use strict";
|
|
14
|
+
|
|
15
|
+
var AccessKeysEnablement = BaseObject.extend("sap.ui.core.AccessKeysEnablement", /** @lends sap.ui.core.AccessKeysEnablement.prototype */ {});
|
|
16
|
+
|
|
17
|
+
AccessKeysEnablement.controlRegistry = new Set();
|
|
18
|
+
|
|
19
|
+
AccessKeysEnablement.CSS_CLASS = "sapUiAccKeysHighlighDom";
|
|
20
|
+
|
|
21
|
+
AccessKeysEnablement.bListenersAttached = false;
|
|
22
|
+
|
|
23
|
+
var fnHighLightControls = function () {
|
|
24
|
+
var fnHLStart = function(oControl) {
|
|
25
|
+
var bDisabled = oControl.getEnabled && !oControl.getEnabled();
|
|
26
|
+
|
|
27
|
+
// disabled controls should not be highlighted
|
|
28
|
+
if (bDisabled) {
|
|
29
|
+
return;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
if (oControl) {
|
|
33
|
+
oControl.setProperty("highlightAccKeysRef", true);
|
|
34
|
+
oControl.onAccKeysHighlightStart && oControl.onAccKeysHighlightStart();
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
AccessKeysEnablement.controlRegistry.forEach(function(oElement) {
|
|
39
|
+
fnHLStart(oElement);
|
|
40
|
+
});
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
var fnStopHighlight = function () {
|
|
44
|
+
var fnHLEnd = function(oControl) {
|
|
45
|
+
|
|
46
|
+
if (oControl) {
|
|
47
|
+
oControl.setProperty("highlightAccKeysRef", false);
|
|
48
|
+
oControl.onAccKeysHighlightStart && oControl.onAccKeysHighlightEnd();
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
AccessKeysEnablement.controlRegistry.forEach(function (oElement) {
|
|
53
|
+
fnHLEnd(oElement);
|
|
54
|
+
});
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
AccessKeysEnablement.attachKeydownListeners = function () {
|
|
58
|
+
document.addEventListener("keydown", function(initialKeydownEvent) {
|
|
59
|
+
|
|
60
|
+
if (this.hasHighlightedElements()) {
|
|
61
|
+
initialKeydownEvent.preventDefault();
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
this.handleHighlightStart(initialKeydownEvent);
|
|
65
|
+
|
|
66
|
+
document.addEventListener("keydown", function(postKeydownEvent) {
|
|
67
|
+
if (this.hasHighlightedElements()) {
|
|
68
|
+
postKeydownEvent.preventDefault();
|
|
69
|
+
}
|
|
70
|
+
}.bind(this), { once: true });
|
|
71
|
+
}.bind(this));
|
|
72
|
+
|
|
73
|
+
document.addEventListener("keyup", function(event) {
|
|
74
|
+
this.handleHighlightEnd(event);
|
|
75
|
+
}.bind(this));
|
|
76
|
+
|
|
77
|
+
window.addEventListener("blur", function() {
|
|
78
|
+
this.handleHighlightEnd(true);
|
|
79
|
+
}.bind(this));
|
|
80
|
+
};
|
|
81
|
+
|
|
82
|
+
AccessKeysEnablement.handleHighlightStart = function (oEvent) {
|
|
83
|
+
var bTriggerHighlight = oEvent.altKey;
|
|
84
|
+
var sCharFromKey = oEvent.key;
|
|
85
|
+
|
|
86
|
+
if (bTriggerHighlight) {
|
|
87
|
+
fnHighLightControls();
|
|
88
|
+
|
|
89
|
+
if (this.hasHighlightedElements()) {
|
|
90
|
+
var aElements = this.getElementToBeFocused(sCharFromKey);
|
|
91
|
+
|
|
92
|
+
if (!aElements.length) {
|
|
93
|
+
return;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
var oFocusedElement = document.activeElement;
|
|
97
|
+
var bBackNavigation = oEvent.shiftKey;
|
|
98
|
+
var iCurrentFocusedItemIndex = aElements.indexOf(oFocusedElement);
|
|
99
|
+
|
|
100
|
+
if (bBackNavigation) {
|
|
101
|
+
var oPreviousFocusableElement = aElements[iCurrentFocusedItemIndex - 1];
|
|
102
|
+
|
|
103
|
+
if (oPreviousFocusableElement) {
|
|
104
|
+
oPreviousFocusableElement.focus();
|
|
105
|
+
} else if (iCurrentFocusedItemIndex === 0) {
|
|
106
|
+
aElements[aElements.length - 1].focus();
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
} else {
|
|
110
|
+
var oNextFocusableElement = aElements[iCurrentFocusedItemIndex + 1];
|
|
111
|
+
|
|
112
|
+
if (oNextFocusableElement) {
|
|
113
|
+
oNextFocusableElement.focus();
|
|
114
|
+
} else if (iCurrentFocusedItemIndex === (aElements.length - 1)) {
|
|
115
|
+
aElements[0].focus();
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
};
|
|
121
|
+
|
|
122
|
+
AccessKeysEnablement.hasHighlightedElements = function () {
|
|
123
|
+
return document.getElementsByClassName(AccessKeysEnablement.CSS_CLASS).length;
|
|
124
|
+
};
|
|
125
|
+
|
|
126
|
+
AccessKeysEnablement.handleHighlightEnd = function (oEvent, bWindowBlur) {
|
|
127
|
+
if (!oEvent.altKey || bWindowBlur) {
|
|
128
|
+
fnStopHighlight();
|
|
129
|
+
}
|
|
130
|
+
};
|
|
131
|
+
|
|
132
|
+
AccessKeysEnablement.getElementToBeFocused = function (sText) {
|
|
133
|
+
return [].filter.call(document.querySelectorAll("[data-ui5-accesskey='" + sText.toLowerCase() + "']"), function(oDom) {
|
|
134
|
+
var oControl = sap.ui.getCore().byId(oDom.getAttribute("id"));
|
|
135
|
+
var bEnabled = oControl.getEnabled ? oControl.getEnabled() : true;
|
|
136
|
+
var bVisible = oControl.getVisible();
|
|
137
|
+
|
|
138
|
+
return bEnabled && bVisible;
|
|
139
|
+
}).map(function(oElement) {
|
|
140
|
+
oElement = sap.ui.getCore().byId(oElement.getAttribute("id"));
|
|
141
|
+
return oElement.getAccessKeysFocusTarget ? oElement.getAccessKeysFocusTarget() : oElement.getFocusDomRef();
|
|
142
|
+
});
|
|
143
|
+
};
|
|
144
|
+
|
|
145
|
+
AccessKeysEnablement.registerControl = function (oControl) {
|
|
146
|
+
var bEnableAccKeys = Core.getConfiguration().getAccKeys();
|
|
147
|
+
|
|
148
|
+
/* Disable the feature for Mac OS due to depreacated KeyCode API */
|
|
149
|
+
if (Device.os.macintosh) {
|
|
150
|
+
return;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
this.controlRegistry.add(oControl);
|
|
154
|
+
|
|
155
|
+
if (bEnableAccKeys && !this.bListenersAttached) {
|
|
156
|
+
this.attachKeydownListeners();
|
|
157
|
+
AccessKeysEnablement.bListenersAttached = true;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
var fnExit = oControl.exit;
|
|
161
|
+
|
|
162
|
+
oControl.exit = function () {
|
|
163
|
+
AccessKeysEnablement.controlRegistry.delete(oControl);
|
|
164
|
+
fnExit && fnExit.call(oControl);
|
|
165
|
+
};
|
|
166
|
+
};
|
|
167
|
+
|
|
168
|
+
AccessKeysEnablement.deregisterControl = function (oControl) {
|
|
169
|
+
AccessKeysEnablement.registerControl.delete();
|
|
170
|
+
};
|
|
171
|
+
|
|
172
|
+
return AccessKeysEnablement;
|
|
173
|
+
});
|