@openui5/sap.ui.core 1.108.0 → 1.109.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/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/Log.js +125 -84
- package/src/sap/base/i18n/ResourceBundle.js +41 -11
- package/src/sap/base/util/includes.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/base/util/values.js +2 -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/ManagedObjectObserver.js +33 -11
- 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 +3 -3
- package/src/sap/ui/core/BusyIndicator.js +1 -1
- package/src/sap/ui/core/Component.js +1 -1
- package/src/sap/ui/core/ComponentContainer.js +1 -1
- package/src/sap/ui/core/ComponentMetadata.js +1 -1
- package/src/sap/ui/core/ComponentSupport.js +1 -1
- package/src/sap/ui/core/Configuration.js +1 -1
- package/src/sap/ui/core/Control.js +1 -1
- package/src/sap/ui/core/Core.js +4 -4
- package/src/sap/ui/core/CustomData.js +1 -1
- package/src/sap/ui/core/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/Element.js +1 -1
- package/src/sap/ui/core/ElementMetadata.js +1 -1
- package/src/sap/ui/core/EnabledPropagator.js +1 -1
- package/src/sap/ui/core/EventBus.js +1 -1
- package/src/sap/ui/core/Fragment.js +1 -1
- package/src/sap/ui/core/HTML.js +1 -1
- package/src/sap/ui/core/History.js +1 -1
- package/src/sap/ui/core/Icon.js +1 -1
- package/src/sap/ui/core/IndicationColorSupport.js +1 -1
- package/src/sap/ui/core/IntervalTrigger.js +1 -1
- package/src/sap/ui/core/InvisibleMessage.js +1 -1
- package/src/sap/ui/core/InvisibleRenderer.js +1 -1
- package/src/sap/ui/core/InvisibleText.js +1 -1
- package/src/sap/ui/core/Item.js +1 -1
- package/src/sap/ui/core/LabelEnablement.js +1 -1
- package/src/sap/ui/core/LayoutData.js +1 -1
- package/src/sap/ui/core/ListItem.js +1 -1
- package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
- package/src/sap/ui/core/Locale.js +1 -1
- package/src/sap/ui/core/LocaleData.js +133 -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 +82 -50
- package/src/sap/ui/core/Renderer.js +1 -1
- package/src/sap/ui/core/Rendering.js +29 -9
- 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 +7 -5
- 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/XMLTemplateProcessor.js +1 -3
- package/src/sap/ui/core/cldr/ar.json +330 -0
- package/src/sap/ui/core/cldr/ar_EG.json +330 -0
- package/src/sap/ui/core/cldr/ar_SA.json +330 -0
- package/src/sap/ui/core/cldr/bg.json +295 -0
- package/src/sap/ui/core/cldr/ca.json +329 -0
- package/src/sap/ui/core/cldr/cs.json +328 -0
- package/src/sap/ui/core/cldr/cy.json +260 -0
- package/src/sap/ui/core/cldr/da.json +295 -0
- package/src/sap/ui/core/cldr/de.json +329 -0
- package/src/sap/ui/core/cldr/de_AT.json +329 -0
- package/src/sap/ui/core/cldr/de_CH.json +329 -0
- package/src/sap/ui/core/cldr/el.json +228 -0
- package/src/sap/ui/core/cldr/el_CY.json +228 -0
- package/src/sap/ui/core/cldr/en.json +294 -0
- package/src/sap/ui/core/cldr/en_AU.json +294 -0
- package/src/sap/ui/core/cldr/en_GB.json +294 -0
- package/src/sap/ui/core/cldr/en_HK.json +294 -0
- package/src/sap/ui/core/cldr/en_IE.json +294 -0
- package/src/sap/ui/core/cldr/en_IN.json +294 -0
- package/src/sap/ui/core/cldr/en_NZ.json +294 -0
- package/src/sap/ui/core/cldr/en_PG.json +294 -0
- package/src/sap/ui/core/cldr/en_SG.json +294 -0
- package/src/sap/ui/core/cldr/en_ZA.json +294 -0
- package/src/sap/ui/core/cldr/es.json +261 -0
- package/src/sap/ui/core/cldr/es_AR.json +261 -0
- package/src/sap/ui/core/cldr/es_BO.json +261 -0
- package/src/sap/ui/core/cldr/es_CL.json +261 -0
- package/src/sap/ui/core/cldr/es_CO.json +261 -0
- package/src/sap/ui/core/cldr/es_MX.json +261 -0
- package/src/sap/ui/core/cldr/es_PE.json +261 -0
- package/src/sap/ui/core/cldr/es_UY.json +261 -0
- package/src/sap/ui/core/cldr/es_VE.json +261 -0
- package/src/sap/ui/core/cldr/et.json +294 -0
- package/src/sap/ui/core/cldr/fa.json +296 -0
- package/src/sap/ui/core/cldr/fi.json +328 -0
- package/src/sap/ui/core/cldr/fr.json +294 -0
- package/src/sap/ui/core/cldr/fr_BE.json +294 -0
- package/src/sap/ui/core/cldr/fr_CA.json +294 -0
- package/src/sap/ui/core/cldr/fr_CH.json +294 -0
- package/src/sap/ui/core/cldr/fr_LU.json +294 -0
- package/src/sap/ui/core/cldr/he.json +329 -0
- package/src/sap/ui/core/cldr/hi.json +261 -0
- package/src/sap/ui/core/cldr/hr.json +294 -0
- package/src/sap/ui/core/cldr/hu.json +362 -0
- package/src/sap/ui/core/cldr/id.json +294 -0
- package/src/sap/ui/core/cldr/it.json +294 -0
- package/src/sap/ui/core/cldr/it_CH.json +294 -0
- package/src/sap/ui/core/cldr/ja.json +328 -0
- package/src/sap/ui/core/cldr/kk.json +294 -0
- package/src/sap/ui/core/cldr/ko.json +328 -0
- package/src/sap/ui/core/cldr/lt.json +294 -0
- package/src/sap/ui/core/cldr/lv.json +294 -0
- package/src/sap/ui/core/cldr/ms.json +262 -0
- package/src/sap/ui/core/cldr/nb.json +295 -0
- package/src/sap/ui/core/cldr/nl.json +261 -0
- package/src/sap/ui/core/cldr/nl_BE.json +261 -0
- package/src/sap/ui/core/cldr/pl.json +328 -0
- package/src/sap/ui/core/cldr/pt.json +294 -0
- package/src/sap/ui/core/cldr/pt_PT.json +294 -0
- package/src/sap/ui/core/cldr/ro.json +294 -0
- package/src/sap/ui/core/cldr/ru.json +294 -0
- package/src/sap/ui/core/cldr/ru_UA.json +294 -0
- package/src/sap/ui/core/cldr/sk.json +328 -0
- package/src/sap/ui/core/cldr/sl.json +328 -0
- package/src/sap/ui/core/cldr/sr.json +294 -0
- package/src/sap/ui/core/cldr/sr_Latn.json +294 -0
- package/src/sap/ui/core/cldr/sv.json +295 -0
- package/src/sap/ui/core/cldr/th.json +362 -0
- package/src/sap/ui/core/cldr/tr.json +362 -0
- package/src/sap/ui/core/cldr/uk.json +294 -0
- package/src/sap/ui/core/cldr/vi.json +294 -0
- package/src/sap/ui/core/cldr/zh_CN.json +329 -0
- package/src/sap/ui/core/cldr/zh_HK.json +329 -0
- package/src/sap/ui/core/cldr/zh_SG.json +329 -0
- package/src/sap/ui/core/cldr/zh_TW.json +329 -0
- package/src/sap/ui/core/date/Japanese.js +30 -0
- 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/DragAndDrop.js +2 -2
- package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
- package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
- package/src/sap/ui/core/dnd/DragInfo.js +1 -1
- package/src/sap/ui/core/dnd/DropInfo.js +1 -1
- package/src/sap/ui/core/format/DateFormat.js +122 -2
- package/src/sap/ui/core/format/NumberFormat.js +111 -70
- package/src/sap/ui/core/format/TimezoneUtil.js +2 -2
- package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
- package/src/sap/ui/core/library.js +3 -3
- package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
- package/src/sap/ui/core/message/Message.js +1 -1
- package/src/sap/ui/core/message/MessageManager.js +1 -1
- package/src/sap/ui/core/message/MessageParser.js +1 -1
- package/src/sap/ui/core/message/MessageProcessor.js +1 -1
- package/src/sap/ui/core/mvc/HTMLView.js +1 -1
- package/src/sap/ui/core/mvc/JSONView.js +1 -1
- package/src/sap/ui/core/mvc/JSView.js +1 -1
- package/src/sap/ui/core/mvc/TemplateView.js +1 -1
- package/src/sap/ui/core/mvc/View.js +3 -3
- package/src/sap/ui/core/mvc/ViewType.js +4 -0
- 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 +12 -17
- package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
- package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
- package/src/sap/ui/core/search/SearchProvider.js +1 -1
- package/src/sap/ui/core/service/Service.js +1 -1
- package/src/sap/ui/core/service/ServiceFactory.js +1 -1
- package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
- package/src/sap/ui/core/support/Plugin.js +1 -1
- package/src/sap/ui/core/support/Support.js +1 -1
- package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
- package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
- package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
- package/src/sap/ui/core/support/plugins/Performance.js +1 -1
- package/src/sap/ui/core/support/plugins/Selector.js +1 -1
- package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
- package/src/sap/ui/core/support/plugins/Trace.js +1 -1
- package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
- package/src/sap/ui/core/themes/base/Icon.less +17 -4
- package/src/sap/ui/core/themes/base/LocalBusyIndicator.less +1 -1
- package/src/sap/ui/core/themes/base/base.less +599 -90
- package/src/sap/ui/core/themes/base/global.less +64 -0
- package/src/sap/ui/core/themes/sap_hcb/global.less +65 -0
- 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/XmlTreeModifier.js +1 -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/controlhelper/TreeBindingProxy.js +11 -3
- package/src/sap/ui/model/json/JSONModel.js +1 -1
- package/src/sap/ui/model/message/MessageModel.js +1 -1
- package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
- package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
- package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
- package/src/sap/ui/model/odata/ODataModel.js +1 -1
- package/src/sap/ui/model/odata/type/Boolean.js +1 -1
- package/src/sap/ui/model/odata/type/Byte.js +1 -1
- package/src/sap/ui/model/odata/type/Currency.js +1 -1
- package/src/sap/ui/model/odata/type/Date.js +1 -1
- package/src/sap/ui/model/odata/type/DateTime.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +1 -1
- package/src/sap/ui/model/odata/type/Decimal.js +1 -1
- package/src/sap/ui/model/odata/type/Double.js +1 -1
- package/src/sap/ui/model/odata/type/Guid.js +1 -1
- package/src/sap/ui/model/odata/type/Int.js +1 -1
- package/src/sap/ui/model/odata/type/Int16.js +1 -1
- package/src/sap/ui/model/odata/type/Int32.js +1 -1
- package/src/sap/ui/model/odata/type/Int64.js +1 -1
- package/src/sap/ui/model/odata/type/ODataType.js +1 -1
- package/src/sap/ui/model/odata/type/Raw.js +1 -1
- package/src/sap/ui/model/odata/type/SByte.js +1 -1
- package/src/sap/ui/model/odata/type/Single.js +1 -1
- package/src/sap/ui/model/odata/type/Stream.js +1 -1
- package/src/sap/ui/model/odata/type/String.js +1 -1
- package/src/sap/ui/model/odata/type/Time.js +1 -1
- package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
- package/src/sap/ui/model/odata/type/Unit.js +1 -1
- package/src/sap/ui/model/odata/v2/Context.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataListBinding.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataModel.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +3 -4
- package/src/sap/ui/model/odata/v4/Context.js +82 -29
- package/src/sap/ui/model/odata/v4/ODataBinding.js +3 -0
- package/src/sap/ui/model/odata/v4/ODataContextBinding.js +3 -2
- package/src/sap/ui/model/odata/v4/ODataListBinding.js +77 -23
- package/src/sap/ui/model/odata/v4/ODataMetaModel.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataModel.js +2 -2
- package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +334 -142
- package/src/sap/ui/model/odata/v4/lib/_AggregationHelper.js +109 -16
- package/src/sap/ui/model/odata/v4/lib/_Cache.js +82 -42
- package/src/sap/ui/model/odata/v4/lib/_Helper.js +26 -0
- package/src/sap/ui/model/resource/ResourceModel.js +1 -1
- package/src/sap/ui/model/type/Boolean.js +1 -1
- package/src/sap/ui/model/type/Currency.js +1 -1
- package/src/sap/ui/model/type/Date.js +1 -1
- package/src/sap/ui/model/type/DateInterval.js +1 -1
- package/src/sap/ui/model/type/DateTime.js +1 -1
- package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
- package/src/sap/ui/model/type/FileSize.js +1 -1
- package/src/sap/ui/model/type/Float.js +1 -1
- package/src/sap/ui/model/type/Integer.js +1 -1
- package/src/sap/ui/model/type/String.js +1 -1
- package/src/sap/ui/model/type/Time.js +1 -1
- package/src/sap/ui/model/type/TimeInterval.js +1 -1
- package/src/sap/ui/model/type/Unit.js +1 -1
- package/src/sap/ui/model/xml/XMLModel.js +1 -1
- package/src/sap/ui/qunit/QUnitUtils.js +14 -2
- 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/OpaExtension.js +1 -1
- package/src/sap/ui/test/OpaPlugin.js +6 -4
- package/src/sap/ui/test/PageObjectFactory.js +11 -9
- package/src/sap/ui/test/RecordReplay.js +1 -1
- package/src/sap/ui/test/_OpaLogger.js +1 -1
- package/src/sap/ui/test/autowaiter/_promiseWaiter.js +4 -1
- package/src/sap/ui/test/generic/TestBase.js +1 -1
- package/src/sap/ui/util/Mobile.js +17 -18
- package/src/sap/ui/util/Storage.js +90 -63
|
@@ -227,6 +227,70 @@
|
|
|
227
227
|
@sapUiShellPositiveColor: @sapShell_PositiveColor;
|
|
228
228
|
@sapUiShellInformativeColor: @sapShell_InformativeColor;
|
|
229
229
|
@sapUiShellNeutralColor: @sapShell_NeutralColor;
|
|
230
|
+
@sapUiShellCategory1Background: @sapShell_Category_1_Background;
|
|
231
|
+
@sapUiShellCategory1BorderColor: @sapShell_Category_1_BorderColor;
|
|
232
|
+
@sapUiShellCategory1TextColor: @sapShell_Category_1_TextColor;
|
|
233
|
+
@sapUiShellCategory1TextShadow: @sapShell_Category_1_TextShadow;
|
|
234
|
+
@sapUiShellCategory2Background: @sapShell_Category_2_Background;
|
|
235
|
+
@sapUiShellCategory2BorderColor: @sapShell_Category_2_BorderColor;
|
|
236
|
+
@sapUiShellCategory2TextColor: @sapShell_Category_2_TextColor;
|
|
237
|
+
@sapUiShellCategory2TextShadow: @sapShell_Category_2_TextShadow;
|
|
238
|
+
@sapUiShellCategory31Background: @sapShell_Category_3_Background;
|
|
239
|
+
@sapUiShellCategory3BorderColor: @sapShell_Category_3_BorderColor;
|
|
240
|
+
@sapUiShellCategory3TextColor: @sapShell_Category_3_TextColor;
|
|
241
|
+
@sapUiShellCategory3TextShadow: @sapShell_Category_3_TextShadow;
|
|
242
|
+
@sapUiShellCategory4Background: @sapShell_Category_4_Background;
|
|
243
|
+
@sapUiShellCategory4BorderColor: @sapShell_Category_4_BorderColor;
|
|
244
|
+
@sapUiShellCategory4TextColor: @sapShell_Category_4_TextColor;
|
|
245
|
+
@sapUiShellCategory4TextShadow: @sapShell_Category_4_TextShadow;
|
|
246
|
+
@sapUiShellCategory5Background: @sapShell_Category_5_Background;
|
|
247
|
+
@sapUiShellCategory5BorderColor: @sapShell_Category_5_BorderColor;
|
|
248
|
+
@sapUiShellCategory5TextColor: @sapShell_Category_5_TextColor;
|
|
249
|
+
@sapUiShellCategory5TextShadow: @sapShell_Category_5_TextShadow;
|
|
250
|
+
@sapUiShellCategory6Background: @sapShell_Category_6_Background;
|
|
251
|
+
@sapUiShellCategory6BorderColor: @sapShell_Category_6_BorderColor;
|
|
252
|
+
@sapUiShellCategory6TextColor: @sapShell_Category_6_TextColor;
|
|
253
|
+
@sapUiShellCategory6TextShadow: @sapShell_Category_6_TextShadow;
|
|
254
|
+
@sapUiShellCategory7Background: @sapShell_Category_7_Background;
|
|
255
|
+
@sapUiShellCategory7BorderColor: @sapShell_Category_7_BorderColor;
|
|
256
|
+
@sapUiShellCategory7TextColor: @sapShell_Category_7_TextColor;
|
|
257
|
+
@sapUiShellCategory7TextShadow: @sapShell_Category_7_TextShadow;
|
|
258
|
+
@sapUiShellCategory8Background: @sapShell_Category_8_Background;
|
|
259
|
+
@sapUiShellCategory8BorderColor: @sapShell_Category_8_BorderColor;
|
|
260
|
+
@sapUiShellCategory8TextColor: @sapShell_Category_8_TextColor;
|
|
261
|
+
@sapUiShellCategory8TextShadow: @sapShell_Category_8_TextShadow;
|
|
262
|
+
@sapUiShellCategory9Background: @sapShell_Category_9_Background;
|
|
263
|
+
@sapUiShellCategory9BorderColor: @sapShell_Category_9_BorderColor;
|
|
264
|
+
@sapUiShellCategory9TextColor: @sapShell_Category_9_TextColor;
|
|
265
|
+
@sapUiShellCategory9TextShadow: @sapShell_Category_9_TextShadow;
|
|
266
|
+
@sapUiShellCategory10Background: @sapShell_Category_10_Background;
|
|
267
|
+
@sapUiShellCategory10BorderColor: @sapShell_Category_10_BorderColor;
|
|
268
|
+
@sapUiShellCategory10TextColor: @sapShell_Category_10_TextColor;
|
|
269
|
+
@sapUiShellCategory10TextShadow: @sapShell_Category_10_TextShadow;
|
|
270
|
+
@sapUiShellCategory11Background: @sapShell_Category_11_Background;
|
|
271
|
+
@sapUiShellCategory11BorderColor: @sapShell_Category_11_BorderColor;
|
|
272
|
+
@sapUiShellCategory11TextColor: @sapShell_Category_11_TextColor;
|
|
273
|
+
@sapUiShellCategory11TextShadow: @sapShell_Category_11_TextShadow;
|
|
274
|
+
@sapUiShellCategory12Background: @sapShell_Category_12_Background;
|
|
275
|
+
@sapUiShellCategory12BorderColor: @sapShell_Category_12_BorderColor;
|
|
276
|
+
@sapUiShellCategory12TextColor: @sapShell_Category_12_TextColor;
|
|
277
|
+
@sapUiShellCategory12TextShadow: @sapShell_Category_12_TextShadow;
|
|
278
|
+
@sapUiShellCategory13Background: @sapShell_Category_13_Background;
|
|
279
|
+
@sapUiShellCategory13BorderColor: @sapShell_Category_13_BorderColor;
|
|
280
|
+
@sapUiShellCategory13TextColor: @sapShell_Category_13_TextColor;
|
|
281
|
+
@sapUiShellCategory13TextShadow: @sapShell_Category_13_TextShadow;
|
|
282
|
+
@sapUiShellCategory14Background: @sapShell_Category_14_Background;
|
|
283
|
+
@sapUiShellCategory14BorderColor: @sapShell_Category_14_BorderColor;
|
|
284
|
+
@sapUiShellCategory14TextColor: @sapShell_Category_14_TextColor;
|
|
285
|
+
@sapUiShellCategory14TextShadow: @sapShell_Category_14_TextShadow;
|
|
286
|
+
@sapUiShellCategory15Background: @sapShell_Category_15_Background;
|
|
287
|
+
@sapUiShellCategory15BorderColor: @sapShell_Category_15_BorderColor;
|
|
288
|
+
@sapUiShellCategory15TextColor: @sapShell_Category_15_TextColor;
|
|
289
|
+
@sapUiShellCategory15TextShadow: @sapShell_Category_15_TextShadow;
|
|
290
|
+
@sapUiShellCategory16Background: @sapShell_Category_16_Background;
|
|
291
|
+
@sapUiShellCategory16BorderColor: @sapShell_Category_16_BorderColor;
|
|
292
|
+
@sapUiShellCategory16TextColor: @sapShell_Category_16_TextColor;
|
|
293
|
+
@sapUiShellCategory16TextShadow: @sapShell_Category_16_TextShadow;
|
|
230
294
|
|
|
231
295
|
@sapUiAvatar1Background: @sapAvatar_1_Background;
|
|
232
296
|
@sapUiAvatar1BorderColor: @sapAvatar_1_BorderColor;
|
|
@@ -225,6 +225,71 @@
|
|
|
225
225
|
@sapUiShellInformativeColor: #7a5100;
|
|
226
226
|
@sapUiShellNeutralColor: #FFF;
|
|
227
227
|
|
|
228
|
+
@sapUiShellCategory1Background: sapUiHcStandardBackground;
|
|
229
|
+
@sapUiShellCategory1BorderColor: sapUiLegend6;
|
|
230
|
+
@sapUiShellCategory1TextColor: contrast(@sapUiShellCategory1Background, @sapUiBaseText, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
|
|
231
|
+
@sapUiShellCategory1TextShadow: none;
|
|
232
|
+
@sapUiShellCategory2Background: sapUiHcStandardBackground;
|
|
233
|
+
@sapUiShellCategory2BorderColor: sapUiLegend3;
|
|
234
|
+
@sapUiShellCategory2TextColor: contrast(@sapUiShellCategory2Background, @sapUiBaseText, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
|
|
235
|
+
@sapUiShellCategory2TextShadow: none;
|
|
236
|
+
@sapUiShellCategory3Background: sapUiHcStandardBackground;
|
|
237
|
+
@sapUiShellCategory3BorderColor: sapUiLegend1;
|
|
238
|
+
@sapUiShellCategory3TextColor: contrast(@sapUiShellCategory3Background, @sapUiBaseText, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
|
|
239
|
+
@sapUiShellCategory3TextShadow: none;
|
|
240
|
+
@sapUiShellCategory4Background: sapUiHcStandardBackground;
|
|
241
|
+
@sapUiShellCategory4BorderColor: sapUiLegend10;
|
|
242
|
+
@sapUiShellCategory4TextColor: contrast(@sapUiShellCategory4Background, @sapUiBaseText, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
|
|
243
|
+
@sapUiShellCategory4TextShadow: none;
|
|
244
|
+
@sapUiShellCategory5Background: sapUiHcStandardBackground;
|
|
245
|
+
@sapUiShellCategory5BorderColor: sapUiLegend12;
|
|
246
|
+
@sapUiShellCategory5TextColor: contrast(@sapUiShellCategory5Background, @sapUiBaseText, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
|
|
247
|
+
@sapUiShellCategory5TextShadow: none;
|
|
248
|
+
@sapUiShellCategory6Background: sapUiHcStandardBackground;
|
|
249
|
+
@sapUiShellCategory6BorderColor: sapUiLegend7;
|
|
250
|
+
@sapUiShellCategory6TextColor: contrast(@sapUiShellCategory6Background, @sapUiBaseText, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
|
|
251
|
+
@sapUiShellCategory6TextShadow: none;
|
|
252
|
+
@sapUiShellCategory7Background: sapUiHcStandardBackground;
|
|
253
|
+
@sapUiShellCategory7BorderColor: sapUiLegend5;
|
|
254
|
+
@sapUiShellCategory7TextColor: contrast(@sapUiShellCategory7Background, @sapUiBaseText, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
|
|
255
|
+
@sapUiShellCategory7TextShadow: none;
|
|
256
|
+
@sapUiShellCategory8Background: sapUiHcStandardBackground;
|
|
257
|
+
@sapUiShellCategory8BorderColor: sapUiLegend8;
|
|
258
|
+
@sapUiShellCategory8TextColor: contrast(@sapUiShellCategory8Background, @sapUiBaseText, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
|
|
259
|
+
@sapUiShellCategory8TextShadow: none;
|
|
260
|
+
@sapUiShellCategory9Background: sapUiHcStandardBackground;
|
|
261
|
+
@sapUiShellCategory9BorderColor: #4DB1FF;
|
|
262
|
+
@sapUiShellCategory9TextColor: contrast(@sapUiShellCategory9Background, @sapUiBaseText, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
|
|
263
|
+
@sapUiShellCategory9TextShadow: none;
|
|
264
|
+
@sapUiShellCategory10Background: sapUiHcStandardBackground;
|
|
265
|
+
@sapUiShellCategory10BorderColor: #B0BCC5;
|
|
266
|
+
@sapUiShellCategory10TextColor: contrast(@sapUiShellCategory10Background, @sapUiBaseText, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
|
|
267
|
+
@sapUiShellCategory10TextShadow: none;
|
|
268
|
+
@sapUiShellCategory11Background: sapUiHcStandardBackground;
|
|
269
|
+
@sapUiShellCategory11BorderColor: #FF8787;
|
|
270
|
+
@sapUiShellCategory11TextColor: contrast(@sapUiShellCategory11Background, @sapUiBaseText, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
|
|
271
|
+
@sapUiShellCategory11TextShadow: none;
|
|
272
|
+
@sapUiShellCategory12Background: sapUiHcStandardBackground;
|
|
273
|
+
@sapUiShellCategory12BorderColor: #D3B6FF;
|
|
274
|
+
@sapUiShellCategory12TextColor: contrast(@sapUiShellCategory12Background, @sapUiBaseText, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
|
|
275
|
+
@sapUiShellCategory12TextShadow: none;
|
|
276
|
+
@sapUiShellCategory13Background: sapUiHcStandardBackground;
|
|
277
|
+
@sapUiShellCategory13BorderColor: #FDCEF0;
|
|
278
|
+
@sapUiShellCategory13TextColor: contrast(@sapUiShellCategory13Background, @sapUiBaseText, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
|
|
279
|
+
@sapUiShellCategory13TextShadow: none;
|
|
280
|
+
@sapUiShellCategory14Background: sapUiHcStandardBackground;
|
|
281
|
+
@sapUiShellCategory14BorderColor: #A4EEEE;
|
|
282
|
+
@sapUiShellCategory14TextColor: contrast(@sapUiShellCategory14Background, @sapUiBaseText, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
|
|
283
|
+
@sapUiShellCategory14TextShadow: none;
|
|
284
|
+
@sapUiShellCategory15Background: sapUiHcStandardBackground;
|
|
285
|
+
@sapUiShellCategory15BorderColor: #EAECEE;
|
|
286
|
+
@sapUiShellCategory15TextColor: contrast(@sapUiShellCategory15Background, @sapUiBaseText, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
|
|
287
|
+
@sapUiShellCategory15TextShadow: none;
|
|
288
|
+
@sapUiShellCategory16Background: sapUiHcStandardBackground;
|
|
289
|
+
@sapUiShellCategory16BorderColor: #B2E484;
|
|
290
|
+
@sapUiShellCategory16TextColor: contrast(@sapUiShellCategory16Background, @sapUiBaseText, @sapUiContentContrastTextColor, @sapUiContentContrastTextThreshold);
|
|
291
|
+
@sapUiShellCategory16TextShadow: none;
|
|
292
|
+
|
|
228
293
|
@sapUiAvatar1Background: #000000;
|
|
229
294
|
@sapUiAvatar1BorderColor: #FFFFFF;
|
|
230
295
|
@sapUiAvatar1TextColor: #FFFFFF;
|
|
@@ -54,7 +54,7 @@ function(
|
|
|
54
54
|
* @extends sap.ui.base.ManagedObject
|
|
55
55
|
* @abstract
|
|
56
56
|
* @author SAP SE
|
|
57
|
-
* @version 1.
|
|
57
|
+
* @version 1.109.0
|
|
58
58
|
* @alias sap.ui.core.tmpl.Template
|
|
59
59
|
* @since 1.15
|
|
60
60
|
* @deprecated since 1.56, use an {@link sap.ui.core.mvc.XMLView XMLView} or a {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed View} instead.
|
|
@@ -13,7 +13,7 @@ sap.ui.define([ "sap/ui/core/Core", "sap/ui/model/ParseException", "sap/ui/model
|
|
|
13
13
|
*
|
|
14
14
|
* @class Parses and validates data on the <code>paste</code> event of an SAPUI5 table.
|
|
15
15
|
* @author SAP SE
|
|
16
|
-
* @version 1.
|
|
16
|
+
* @version 1.109.0
|
|
17
17
|
* @private
|
|
18
18
|
* @ui5-restricted sap.ui.table.Table, sap.m.Table, sap.m.plugins.PasteProvider
|
|
19
19
|
* @alias sap.ui.core.util.PasteHelper
|
|
@@ -13,7 +13,6 @@ sap.ui.define([
|
|
|
13
13
|
"sap/base/util/merge",
|
|
14
14
|
"sap/ui/util/XMLHelper",
|
|
15
15
|
"sap/ui/core/mvc/EventHandlerResolver",
|
|
16
|
-
"sap/base/util/includes",
|
|
17
16
|
"sap/base/util/ObjectPath",
|
|
18
17
|
"sap/base/util/isPlainObject",
|
|
19
18
|
"sap/ui/core/Fragment"
|
|
@@ -24,7 +23,6 @@ sap.ui.define([
|
|
|
24
23
|
merge,
|
|
25
24
|
XMLHelper,
|
|
26
25
|
EventHandlerResolver,
|
|
27
|
-
includes,
|
|
28
26
|
ObjectPath,
|
|
29
27
|
isPlainObject,
|
|
30
28
|
Fragment
|
|
@@ -835,7 +833,7 @@ sap.ui.define([
|
|
|
835
833
|
|
|
836
834
|
sEventHandler += "(" + aParams.join(",") + ")";
|
|
837
835
|
|
|
838
|
-
if (!includes(
|
|
836
|
+
if (!aEventHandlers.includes(sEventHandler)) {
|
|
839
837
|
aEventHandlers.push(sEventHandler);
|
|
840
838
|
}
|
|
841
839
|
|
|
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/base/EventProvider', './Serializer', './delegate/HTML', '
|
|
|
20
20
|
* @class HTMLViewSerializer class.
|
|
21
21
|
* @extends sap.ui.base.EventProvider
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.
|
|
23
|
+
* @version 1.109.0
|
|
24
24
|
* @alias sap.ui.core.util.serializer.HTMLViewSerializer
|
|
25
25
|
* @private
|
|
26
26
|
* @ui5-restricted sap.watt, com.sap.webide
|
|
@@ -21,7 +21,7 @@ sap.ui.define(['sap/ui/base/EventProvider', "sap/base/assert"],
|
|
|
21
21
|
* @class Serializer class.
|
|
22
22
|
* @extends sap.ui.base.EventProvider
|
|
23
23
|
* @author SAP SE
|
|
24
|
-
* @version 1.
|
|
24
|
+
* @version 1.109.0
|
|
25
25
|
* @alias sap.ui.core.util.serializer.Serializer
|
|
26
26
|
* @private
|
|
27
27
|
* @ui5-restricted sap.watt, com.sap.webide
|
|
@@ -21,7 +21,7 @@ sap.ui.define(['sap/ui/base/EventProvider', './HTMLViewSerializer', './XMLViewSe
|
|
|
21
21
|
* @class ViewSerializer class.
|
|
22
22
|
* @extends sap.ui.base.EventProvider
|
|
23
23
|
* @author SAP SE
|
|
24
|
-
* @version 1.
|
|
24
|
+
* @version 1.109.0
|
|
25
25
|
* @alias sap.ui.core.util.serializer.ViewSerializer
|
|
26
26
|
* @private
|
|
27
27
|
* @ui5-restricted sap.watt, com.sap.webide
|
|
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/base/EventProvider', './Serializer', './delegate/XML', 's
|
|
|
20
20
|
* @class XMLViewSerializer class.
|
|
21
21
|
* @extends sap.ui.base.EventProvider
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.
|
|
23
|
+
* @version 1.109.0
|
|
24
24
|
* @alias sap.ui.core.util.serializer.XMLViewSerializer
|
|
25
25
|
* @private
|
|
26
26
|
* @ui5-restricted sap.watt, com.sap.webide
|
|
@@ -17,7 +17,7 @@ sap.ui.define(['sap/ui/base/EventProvider'],
|
|
|
17
17
|
* @class Abstract serializer delegate class.
|
|
18
18
|
* @extends sap.ui.base.EventProvider
|
|
19
19
|
* @author SAP SE
|
|
20
|
-
* @version 1.
|
|
20
|
+
* @version 1.109.0
|
|
21
21
|
* @alias sap.ui.core.util.serializer.delegate.Delegate
|
|
22
22
|
* @private
|
|
23
23
|
* @ui5-restricted sap.watt, com.sap.webide
|
|
@@ -19,7 +19,7 @@ sap.ui.define(['./Delegate', "sap/base/strings/hyphenate", "sap/base/util/deepEq
|
|
|
19
19
|
* @class HTML serializer delegate class.
|
|
20
20
|
* @extends sap.ui.core.util.serializer.delegate.Delegate
|
|
21
21
|
* @author SAP SE
|
|
22
|
-
* @version 1.
|
|
22
|
+
* @version 1.109.0
|
|
23
23
|
* @alias sap.ui.core.util.serializer.delegate.HTML
|
|
24
24
|
* @private
|
|
25
25
|
* @ui5-restricted sap.watt, com.sap.webide
|
|
@@ -24,7 +24,7 @@ sap.ui.define([
|
|
|
24
24
|
* @class XML serializer delegate class.
|
|
25
25
|
* @extends sap.ui.core.util.serializer.delegate.Delegate
|
|
26
26
|
* @author SAP SE
|
|
27
|
-
* @version 1.
|
|
27
|
+
* @version 1.109.0
|
|
28
28
|
* @alias sap.ui.core.util.serializer.delegate.XML
|
|
29
29
|
* @private
|
|
30
30
|
* @ui5-restricted sap.watt, com.sap.webide
|
|
@@ -21,7 +21,7 @@ sap.ui.define(['./WebSocket', "sap/base/Log"],
|
|
|
21
21
|
* @class WebSocket class implementing the pcp-protocol.
|
|
22
22
|
* @extends sap.ui.core.ws.WebSocket
|
|
23
23
|
* @author SAP SE
|
|
24
|
-
* @version 1.
|
|
24
|
+
* @version 1.109.0
|
|
25
25
|
* @alias sap.ui.core.ws.SapPcpWebSocket
|
|
26
26
|
*/
|
|
27
27
|
var SapPcpWebSocket = WebSocket.extend("sap.ui.core.ws.SapPcpWebSocket", /** @lends sap.ui.core.ws.SapPcpWebSocket.prototype */ {
|
|
@@ -25,7 +25,7 @@ sap.ui.define([
|
|
|
25
25
|
* @class Basic WebSocket class.
|
|
26
26
|
* @extends sap.ui.base.EventProvider
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.
|
|
28
|
+
* @version 1.109.0
|
|
29
29
|
* @alias sap.ui.core.ws.WebSocket
|
|
30
30
|
*/
|
|
31
31
|
var WebSocket = EventProvider.extend("sap.ui.core.ws.WebSocket", /** @lends sap.ui.core.ws.WebSocket.prototype */ {
|
|
@@ -33,7 +33,7 @@ sap.ui.define('sap/ui/debug/ControlTree', [
|
|
|
33
33
|
* @class Control Tree used for the Debug Environment
|
|
34
34
|
* @extends sap.ui.base.EventProvider
|
|
35
35
|
* @author Martin Schaus, Frank Weigel
|
|
36
|
-
* @version 1.
|
|
36
|
+
* @version 1.109.0
|
|
37
37
|
* @alias sap.ui.debug.ControlTree
|
|
38
38
|
* @private
|
|
39
39
|
*/
|
|
@@ -16,7 +16,7 @@ sap.ui.define('sap/ui/debug/DebugEnv', ['sap/ui/base/Interface', './ControlTree'
|
|
|
16
16
|
* @class Central Class for the Debug Environment
|
|
17
17
|
*
|
|
18
18
|
* @author Martin Schaus, Frank Weigel
|
|
19
|
-
* @version 1.
|
|
19
|
+
* @version 1.109.0
|
|
20
20
|
* @private
|
|
21
21
|
* @alias sap.ui.debug.DebugEnv
|
|
22
22
|
*/
|
|
@@ -39,7 +39,7 @@ sap.ui.define(['./SimpleType'],
|
|
|
39
39
|
* <code>true</code>.
|
|
40
40
|
* @extends sap.ui.model.SimpleType
|
|
41
41
|
* @public
|
|
42
|
-
* @version 1.
|
|
42
|
+
* @version 1.109.0
|
|
43
43
|
*/
|
|
44
44
|
var CompositeType = SimpleType.extend("sap.ui.model.CompositeType", /** @lends sap.ui.model.CompositeType.prototype */ {
|
|
45
45
|
|
|
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/base/EventProvider', "sap/base/assert"],
|
|
|
20
20
|
* @extends sap.ui.base.EventProvider
|
|
21
21
|
*
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.
|
|
23
|
+
* @version 1.109.0
|
|
24
24
|
*
|
|
25
25
|
* @param {int} iSelectionMode <code>sap.ui.model.SelectionModel.SINGLE_SELECTION</code> or <code>sap.ui.model.SelectionModel.MULTI_SELECTION</code>
|
|
26
26
|
*
|
package/src/sap/ui/model/Type.js
CHANGED
|
@@ -351,6 +351,13 @@ sap.ui.define(["sap/base/assert"], function (assert) {
|
|
|
351
351
|
return aContexts;
|
|
352
352
|
};
|
|
353
353
|
|
|
354
|
+
function expandToV4(oBinding, iLevel) {
|
|
355
|
+
var oAggregation = Object.assign(oBinding.getAggregation(), {
|
|
356
|
+
expandTo: iLevel
|
|
357
|
+
});
|
|
358
|
+
oBinding.setAggregation(oAggregation);
|
|
359
|
+
}
|
|
360
|
+
|
|
354
361
|
/**
|
|
355
362
|
* Collapses all nodes.
|
|
356
363
|
*/
|
|
@@ -365,7 +372,8 @@ sap.ui.define(["sap/base/assert"], function (assert) {
|
|
|
365
372
|
if (!this._bEnableV4) {
|
|
366
373
|
throw new Error("UnsupportedOperationException: OData V4 is not supported");
|
|
367
374
|
}
|
|
368
|
-
|
|
375
|
+
expandToV4(oBinding, 1);
|
|
376
|
+
break;
|
|
369
377
|
default:
|
|
370
378
|
oBinding.collapseToLevel(0);
|
|
371
379
|
}
|
|
@@ -386,8 +394,8 @@ sap.ui.define(["sap/base/assert"], function (assert) {
|
|
|
386
394
|
if (!this._bEnableV4) {
|
|
387
395
|
throw new Error("UnsupportedOperationException: OData V4 is not supported");
|
|
388
396
|
}
|
|
389
|
-
|
|
390
|
-
|
|
397
|
+
expandToV4(oBinding, iLevel);
|
|
398
|
+
break;
|
|
391
399
|
default:
|
|
392
400
|
if (oBinding.expandToLevel) {
|
|
393
401
|
oBinding.expandToLevel(iLevel);
|
|
@@ -29,7 +29,7 @@ sap.ui.define(['sap/ui/model/BindingMode', 'sap/ui/model/ClientModel', 'sap/ui/m
|
|
|
29
29
|
* @extends sap.ui.model.ClientModel
|
|
30
30
|
*
|
|
31
31
|
* @author SAP SE
|
|
32
|
-
* @version 1.
|
|
32
|
+
* @version 1.109.0
|
|
33
33
|
*
|
|
34
34
|
* @param {sap.ui.core.message.MessageManager} oMessageManager The MessageManager instance
|
|
35
35
|
* @public
|