@openui5/sap.ui.core 1.143.1 → 1.144.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.act.js +1 -1
- package/src/jquery.sap.dom.js +1 -1
- package/src/jquery.sap.encoder.js +1 -1
- package/src/jquery.sap.events.js +1 -1
- package/src/jquery.sap.global.js +2 -2
- package/src/jquery.sap.history.js +1 -1
- package/src/jquery.sap.keycodes.js +1 -1
- package/src/jquery.sap.mobile.js +1 -1
- package/src/jquery.sap.promise.js +1 -1
- package/src/jquery.sap.properties.js +2 -2
- package/src/jquery.sap.resources.js +2 -2
- package/src/jquery.sap.script.js +2 -2
- package/src/jquery.sap.sjax.js +1 -1
- package/src/jquery.sap.storage.js +4 -4
- package/src/jquery.sap.strings.js +1 -1
- package/src/jquery.sap.stubs.js +1 -1
- package/src/jquery.sap.trace.js +14 -4
- package/src/jquery.sap.ui.js +1 -1
- package/src/jquery.sap.xml.js +1 -1
- package/src/sap/base/Event.js +2 -2
- package/src/sap/base/Eventing.js +2 -2
- package/src/sap/base/Log.js +1 -1
- package/src/sap/base/assert.js +1 -1
- package/src/sap/base/config/MemoryConfigurationProvider.js +1 -1
- package/src/sap/base/config.js +3 -5
- package/src/sap/base/future.js +1 -1
- package/src/sap/base/i18n/Formatting.js +1 -1
- package/src/sap/base/i18n/LanguageFallback.js +1 -1
- package/src/sap/base/i18n/LanguageTag.js +2 -2
- package/src/sap/base/i18n/Localization.js +1 -1
- package/src/sap/base/i18n/ResourceBundle.js +4 -4
- package/src/sap/base/i18n/date/CalendarType.js +1 -1
- package/src/sap/base/i18n/date/CalendarWeekNumbering.js +1 -1
- package/src/sap/base/i18n/date/TimezoneUtils.js +3 -3
- package/src/sap/base/i18n/date/_EnumHelper.js +1 -1
- package/src/sap/base/security/URLListValidator.js +2 -2
- package/src/sap/base/security/URLWhitelist.js +1 -1
- package/src/sap/base/security/encodeCSS.js +1 -1
- package/src/sap/base/security/encodeJS.js +1 -1
- package/src/sap/base/security/encodeURL.js +1 -1
- package/src/sap/base/security/encodeURLParameters.js +1 -1
- package/src/sap/base/security/encodeXML.js +1 -1
- package/src/sap/base/security/sanitizeHTML.js +1 -1
- package/src/sap/base/strings/camelize.js +1 -1
- package/src/sap/base/strings/capitalize.js +1 -1
- package/src/sap/base/strings/escapeRegExp.js +1 -1
- package/src/sap/base/strings/formatMessage.js +1 -1
- package/src/sap/base/strings/hash.js +1 -1
- package/src/sap/base/strings/hyphenate.js +1 -1
- package/src/sap/base/strings/toHex.js +1 -1
- package/src/sap/base/strings/whitespaceReplacer.js +1 -1
- package/src/sap/base/util/Deferred.js +1 -1
- package/src/sap/base/util/JSTokenizer.js +1 -1
- package/src/sap/base/util/LoaderExtensions.js +10 -5
- package/src/sap/base/util/ObjectPath.js +1 -1
- package/src/sap/base/util/Properties.js +1 -1
- package/src/sap/base/util/UriParameters.js +1 -1
- package/src/sap/base/util/Version.js +1 -1
- package/src/sap/base/util/_merge.js +1 -1
- package/src/sap/base/util/array/diff.js +1 -1
- package/src/sap/base/util/array/uniqueSort.js +1 -1
- package/src/sap/base/util/clamp.js +3 -3
- package/src/sap/base/util/deepClone.js +2 -2
- package/src/sap/base/util/deepEqual.js +1 -1
- package/src/sap/base/util/deepExtend.js +1 -1
- package/src/sap/base/util/defineCoupledProperty.js +1 -1
- package/src/sap/base/util/defineLazyProperty.js +1 -1
- package/src/sap/base/util/each.js +1 -1
- package/src/sap/base/util/extend.js +1 -1
- package/src/sap/base/util/fetch.js +1 -1
- package/src/sap/base/util/includes.js +1 -1
- package/src/sap/base/util/isEmptyObject.js +1 -1
- package/src/sap/base/util/isPlainObject.js +1 -1
- package/src/sap/base/util/merge.js +1 -1
- package/src/sap/base/util/mixedFetch.js +1 -1
- package/src/sap/base/util/now.js +1 -1
- package/src/sap/base/util/resolveReference.js +1 -1
- package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
- package/src/sap/base/util/restricted/_castArray.js +2 -2
- package/src/sap/base/util/restricted/_compact.js +2 -2
- package/src/sap/base/util/restricted/_curry.js +2 -2
- package/src/sap/base/util/restricted/_debounce.js +2 -2
- package/src/sap/base/util/restricted/_difference.js +2 -2
- package/src/sap/base/util/restricted/_differenceBy.js +2 -2
- package/src/sap/base/util/restricted/_differenceWith.js +2 -2
- package/src/sap/base/util/restricted/_flatMap.js +2 -2
- package/src/sap/base/util/restricted/_flatMapDeep.js +2 -2
- package/src/sap/base/util/restricted/_flatMapDepth.js +2 -2
- package/src/sap/base/util/restricted/_flatten.js +2 -2
- package/src/sap/base/util/restricted/_flattenDeep.js +2 -2
- package/src/sap/base/util/restricted/_flattenDepth.js +2 -2
- package/src/sap/base/util/restricted/_intersection.js +2 -2
- package/src/sap/base/util/restricted/_intersectionBy.js +2 -2
- package/src/sap/base/util/restricted/_intersectionWith.js +2 -2
- package/src/sap/base/util/restricted/_isEqual.js +2 -2
- package/src/sap/base/util/restricted/_isEqualWith.js +2 -2
- package/src/sap/base/util/restricted/_isNil.js +2 -2
- package/src/sap/base/util/restricted/_max.js +2 -2
- package/src/sap/base/util/restricted/_merge.js +2 -2
- package/src/sap/base/util/restricted/_mergeWith.js +2 -2
- package/src/sap/base/util/restricted/_min.js +2 -2
- package/src/sap/base/util/restricted/_omit.js +2 -2
- package/src/sap/base/util/restricted/_pick.js +2 -2
- package/src/sap/base/util/restricted/_pickBy.js +2 -2
- package/src/sap/base/util/restricted/_throttle.js +2 -2
- package/src/sap/base/util/restricted/_toArray.js +2 -2
- package/src/sap/base/util/restricted/_union.js +2 -2
- package/src/sap/base/util/restricted/_unionBy.js +2 -2
- package/src/sap/base/util/restricted/_unionWith.js +2 -2
- package/src/sap/base/util/restricted/_uniq.js +2 -2
- package/src/sap/base/util/restricted/_uniqBy.js +2 -2
- package/src/sap/base/util/restricted/_uniqWith.js +2 -2
- package/src/sap/base/util/restricted/_without.js +2 -2
- package/src/sap/base/util/restricted/_xor.js +2 -2
- package/src/sap/base/util/restricted/_xorBy.js +2 -2
- package/src/sap/base/util/restricted/_xorWith.js +2 -2
- package/src/sap/base/util/restricted/_zipObject.js +2 -2
- package/src/sap/base/util/restricted/_zipObjectDeep.js +2 -2
- package/src/sap/base/util/syncFetch.js +1 -1
- package/src/sap/base/util/uid.js +1 -1
- package/src/sap/base/util/values.js +1 -1
- package/src/sap/ui/Device.js +5 -4
- package/src/sap/ui/Global.js +4 -4
- package/src/sap/ui/VersionInfo.js +1 -1
- package/src/sap/ui/base/BindingInfo.js +1 -1
- package/src/sap/ui/base/BindingParser.js +1 -1
- package/src/sap/ui/base/DataType.js +2 -2
- package/src/sap/ui/base/DesignTime.js +1 -1
- package/src/sap/ui/base/Event.js +2 -2
- package/src/sap/ui/base/EventProvider.js +2 -2
- package/src/sap/ui/base/Exception.js +1 -1
- package/src/sap/ui/base/ExpressionParser.js +1 -1
- package/src/sap/ui/base/Interface.js +2 -2
- package/src/sap/ui/base/ManagedObject.js +3 -3
- package/src/sap/ui/base/ManagedObjectMetadata.js +3 -3
- package/src/sap/ui/base/ManagedObjectObserver.js +1 -1
- package/src/sap/ui/base/ManagedObjectRegistry.js +1 -1
- package/src/sap/ui/base/Metadata.js +2 -2
- package/src/sap/ui/base/Object.js +2 -2
- package/src/sap/ui/base/ObjectPool.js +2 -2
- package/src/sap/ui/base/OwnStatics.js +1 -1
- package/src/sap/ui/base/SyncPromise.js +1 -1
- package/src/sap/ui/base/syncXHRFix.js +1 -1
- package/src/sap/ui/core/.library +3 -3
- package/src/sap/ui/core/AccessKeysEnablement.js +1 -1
- package/src/sap/ui/core/AnimationMode.js +1 -1
- package/src/sap/ui/core/AppCacheBuster.js +1 -1
- package/src/sap/ui/core/BlockLayerUtils.js +1 -1
- package/src/sap/ui/core/BusyIndicator.js +2 -2
- package/src/sap/ui/core/BusyIndicatorUtils.js +1 -1
- package/src/sap/ui/core/CalendarType.js +1 -1
- package/src/sap/ui/core/CommandExecution.js +1 -1
- package/src/sap/ui/core/Component.js +5 -4
- package/src/sap/ui/core/ComponentContainer.js +2 -2
- package/src/sap/ui/core/ComponentContainerRenderer.js +1 -1
- package/src/sap/ui/core/ComponentHooks.js +1 -1
- package/src/sap/ui/core/ComponentMetadata.js +2 -2
- package/src/sap/ui/core/ComponentRegistry.js +1 -1
- package/src/sap/ui/core/ComponentSupport.js +3 -3
- package/src/sap/ui/core/Configuration.js +2 -2
- package/src/sap/ui/core/ContextMenuSupport.js +1 -1
- package/src/sap/ui/core/Control.js +2 -2
- package/src/sap/ui/core/ControlBehavior.js +5 -5
- package/src/sap/ui/core/Core.js +7 -9
- package/src/sap/ui/core/CustomData.js +2 -2
- package/src/sap/ui/core/CustomStyleClassSupport.js +1 -1
- package/src/sap/ui/core/DeclarativeSupport.js +2 -2
- package/src/sap/ui/core/Element.js +3 -3
- package/src/sap/ui/core/ElementHooks.js +1 -1
- package/src/sap/ui/core/ElementMetadata.js +2 -2
- package/src/sap/ui/core/ElementRegistry.js +1 -1
- package/src/sap/ui/core/EnabledPropagator.js +2 -2
- package/src/sap/ui/core/EventBus.js +2 -2
- package/src/sap/ui/core/ExtensionPoint.js +1 -1
- package/src/sap/ui/core/FocusHandler.js +1 -1
- package/src/sap/ui/core/FocusMode.js +1 -1
- package/src/sap/ui/core/Fragment.js +3 -3
- package/src/sap/ui/core/HTML.js +2 -2
- package/src/sap/ui/core/HTMLRenderer.js +1 -1
- package/src/sap/ui/core/History.js +2 -2
- package/src/sap/ui/core/Icon.js +3 -3
- package/src/sap/ui/core/IconPool.js +2 -3
- package/src/sap/ui/core/IconRenderer.js +1 -1
- package/src/sap/ui/core/IndicationColorSupport.js +2 -2
- package/src/sap/ui/core/IntervalTrigger.js +2 -2
- package/src/sap/ui/core/InvisibleMessage.js +2 -2
- package/src/sap/ui/core/InvisibleRenderer.js +2 -2
- package/src/sap/ui/core/InvisibleText.js +2 -2
- package/src/sap/ui/core/Item.js +2 -2
- package/src/sap/ui/core/LabelEnablement.js +2 -2
- package/src/sap/ui/core/LayoutData.js +2 -2
- package/src/sap/ui/core/Lib.js +1 -1
- package/src/sap/ui/core/ListItem.js +2 -2
- package/src/sap/ui/core/LocalBusyIndicator.js +2 -2
- package/src/sap/ui/core/LocalBusyIndicatorRenderer.js +1 -1
- package/src/sap/ui/core/LocalBusyIndicatorSupport.js +1 -1
- package/src/sap/ui/core/Locale.js +2 -2
- package/src/sap/ui/core/LocaleData.js +35 -8
- package/src/sap/ui/core/Manifest.js +2 -2
- package/src/sap/ui/core/Message.js +2 -2
- package/src/sap/ui/core/Messaging.js +4 -4
- package/src/sap/ui/core/Patcher.js +1 -1
- package/src/sap/ui/core/Placeholder.js +1 -1
- package/src/sap/ui/core/Popup.js +3 -3
- package/src/sap/ui/core/RenderManager.js +5 -4
- package/src/sap/ui/core/Renderer.js +2 -2
- package/src/sap/ui/core/Rendering.js +2 -2
- package/src/sap/ui/core/ResizeHandler.js +2 -2
- package/src/sap/ui/core/ScrollBar.js +2 -2
- package/src/sap/ui/core/ScrollBarRenderer.js +1 -1
- package/src/sap/ui/core/SeparatorItem.js +2 -2
- package/src/sap/ui/core/Shortcut.js +1 -1
- package/src/sap/ui/core/ShortcutHint.js +1 -1
- package/src/sap/ui/core/ShortcutHintsMixin.js +14 -2
- package/src/sap/ui/core/StashedControlSupport.js +2 -2
- package/src/sap/ui/core/StaticArea.js +1 -1
- package/src/sap/ui/core/Supportability.js +1 -1
- package/src/sap/ui/core/Theming.js +23 -26
- package/src/sap/ui/core/Title.js +2 -2
- package/src/sap/ui/core/TooltipBase.js +2 -2
- package/src/sap/ui/core/UIArea.js +4 -3
- package/src/sap/ui/core/UIAreaRegistry.js +1 -1
- package/src/sap/ui/core/UIComponent.js +3 -3
- package/src/sap/ui/core/UIComponentMetadata.js +2 -2
- package/src/sap/ui/core/ValueStateSupport.js +2 -2
- package/src/sap/ui/core/VariantLayoutData.js +2 -2
- package/src/sap/ui/core/XMLComposite.js +5 -2
- package/src/sap/ui/core/XMLCompositeMetadata.js +2 -2
- package/src/sap/ui/core/XMLTemplateProcessor.js +1 -1
- package/src/sap/ui/core/_CommandPool.js +1 -1
- package/src/sap/ui/core/_IconRegistry.js +1 -1
- package/src/sap/ui/core/_UrlResolver.js +1 -1
- package/src/sap/ui/core/boot/FieldHelpEndpoint.js +1 -1
- package/src/sap/ui/core/boot/KeyboardInteractionEndpoint.js +1 -1
- package/src/sap/ui/core/boot/_bootConfig.js +1 -1
- package/src/sap/ui/core/boot/_runBoot.js +1 -1
- package/src/sap/ui/core/boot/initDOM.js +1 -1
- package/src/sap/ui/core/boot/loadCalendar.js +1 -1
- package/src/sap/ui/core/boot/loadManifest.js +1 -1
- package/src/sap/ui/core/boot/loadModules.js +1 -1
- package/src/sap/ui/core/boot/onInit.js +1 -1
- package/src/sap/ui/core/boot.js +1 -1
- package/src/sap/ui/core/cache/CacheManager.js +1 -1
- package/src/sap/ui/core/cache/CacheManagerNOP.js +1 -1
- package/src/sap/ui/core/cache/LRUPersistentCache.js +1 -1
- package/src/sap/ui/core/cldr/ar.json +484 -185
- package/src/sap/ui/core/cldr/ar_EG.json +484 -185
- package/src/sap/ui/core/cldr/ar_SA.json +484 -185
- package/src/sap/ui/core/cldr/bg.json +256 -30
- package/src/sap/ui/core/cldr/ca.json +314 -89
- package/src/sap/ui/core/cldr/cnr.json +323 -101
- package/src/sap/ui/core/cldr/cs.json +277 -43
- package/src/sap/ui/core/cldr/cy.json +390 -120
- package/src/sap/ui/core/cldr/da.json +282 -64
- package/src/sap/ui/core/cldr/de.json +330 -103
- package/src/sap/ui/core/cldr/de_AT.json +330 -103
- package/src/sap/ui/core/cldr/de_CH.json +355 -121
- package/src/sap/ui/core/cldr/el.json +250 -28
- package/src/sap/ui/core/cldr/el_CY.json +250 -28
- package/src/sap/ui/core/cldr/en.json +454 -182
- package/src/sap/ui/core/cldr/en_AU.json +435 -166
- package/src/sap/ui/core/cldr/en_GB.json +491 -222
- package/src/sap/ui/core/cldr/en_HK.json +405 -133
- package/src/sap/ui/core/cldr/en_IE.json +398 -126
- package/src/sap/ui/core/cldr/en_IN.json +540 -271
- package/src/sap/ui/core/cldr/en_NZ.json +398 -126
- package/src/sap/ui/core/cldr/en_PG.json +379 -107
- package/src/sap/ui/core/cldr/en_SG.json +393 -121
- package/src/sap/ui/core/cldr/en_ZA.json +387 -115
- package/src/sap/ui/core/cldr/es.json +292 -70
- package/src/sap/ui/core/cldr/es_AR.json +287 -62
- package/src/sap/ui/core/cldr/es_BO.json +287 -62
- package/src/sap/ui/core/cldr/es_CL.json +287 -62
- package/src/sap/ui/core/cldr/es_CO.json +290 -65
- package/src/sap/ui/core/cldr/es_MX.json +337 -131
- package/src/sap/ui/core/cldr/es_PE.json +279 -46
- package/src/sap/ui/core/cldr/es_UY.json +289 -64
- package/src/sap/ui/core/cldr/es_VE.json +287 -62
- package/src/sap/ui/core/cldr/et.json +293 -41
- package/src/sap/ui/core/cldr/fa.json +324 -89
- package/src/sap/ui/core/cldr/fi.json +290 -48
- package/src/sap/ui/core/cldr/fr.json +261 -39
- package/src/sap/ui/core/cldr/fr_BE.json +261 -39
- package/src/sap/ui/core/cldr/fr_CA.json +599 -405
- package/src/sap/ui/core/cldr/fr_CH.json +261 -39
- package/src/sap/ui/core/cldr/fr_LU.json +261 -39
- package/src/sap/ui/core/cldr/he.json +513 -382
- package/src/sap/ui/core/cldr/hi.json +339 -93
- package/src/sap/ui/core/cldr/hr.json +303 -50
- package/src/sap/ui/core/cldr/hu.json +329 -112
- package/src/sap/ui/core/cldr/id.json +294 -75
- package/src/sap/ui/core/cldr/it.json +306 -69
- package/src/sap/ui/core/cldr/it_CH.json +307 -70
- package/src/sap/ui/core/cldr/ja.json +173 -27
- package/src/sap/ui/core/cldr/kk.json +357 -98
- package/src/sap/ui/core/cldr/ko.json +256 -41
- package/src/sap/ui/core/cldr/lt.json +327 -105
- package/src/sap/ui/core/cldr/lv.json +315 -78
- package/src/sap/ui/core/cldr/mk.json +291 -70
- package/src/sap/ui/core/cldr/ms.json +279 -60
- package/src/sap/ui/core/cldr/nb.json +293 -74
- package/src/sap/ui/core/cldr/nl.json +281 -46
- package/src/sap/ui/core/cldr/nl_BE.json +281 -46
- package/src/sap/ui/core/cldr/pl.json +265 -43
- package/src/sap/ui/core/cldr/pt.json +302 -82
- package/src/sap/ui/core/cldr/pt_PT.json +292 -69
- package/src/sap/ui/core/cldr/ro.json +302 -80
- package/src/sap/ui/core/cldr/ru.json +529 -262
- package/src/sap/ui/core/cldr/ru_UA.json +528 -261
- package/src/sap/ui/core/cldr/sk.json +263 -44
- package/src/sap/ui/core/cldr/sl.json +310 -87
- package/src/sap/ui/core/cldr/sr.json +311 -89
- package/src/sap/ui/core/cldr/sr_Latn.json +308 -86
- package/src/sap/ui/core/cldr/sv.json +315 -95
- package/src/sap/ui/core/cldr/th.json +312 -96
- package/src/sap/ui/core/cldr/tr.json +324 -84
- package/src/sap/ui/core/cldr/uk.json +315 -43
- package/src/sap/ui/core/cldr/vi.json +348 -133
- package/src/sap/ui/core/cldr/zh_CN.json +277 -55
- package/src/sap/ui/core/cldr/zh_HK.json +274 -52
- package/src/sap/ui/core/cldr/zh_SG.json +275 -53
- package/src/sap/ui/core/cldr/zh_TW.json +316 -98
- package/src/sap/ui/core/date/Buddhist.js +1 -1
- package/src/sap/ui/core/date/CalendarUtils.js +1 -1
- package/src/sap/ui/core/date/CalendarWeekNumbering.js +1 -1
- package/src/sap/ui/core/date/Gregorian.js +1 -1
- package/src/sap/ui/core/date/Islamic.js +1 -1
- package/src/sap/ui/core/date/Japanese.js +1 -1
- package/src/sap/ui/core/date/Persian.js +1 -1
- package/src/sap/ui/core/date/UI5Date.js +2 -2
- package/src/sap/ui/core/date/UniversalDate.js +1 -1
- package/src/sap/ui/core/date/UniversalDateUtils.js +1 -1
- package/src/sap/ui/core/date/_Calendars.js +1 -1
- package/src/sap/ui/core/delegate/ItemNavigation.js +2 -2
- package/src/sap/ui/core/delegate/ScrollEnablement.js +2 -2
- package/src/sap/ui/core/designtime/Component.designtime.js +19 -0
- package/src/sap/ui/core/designtime/ComponentContainer.designtime.js +6 -1
- package/src/sap/ui/core/designtime/CustomData.designtime.js +1 -1
- package/src/sap/ui/core/designtime/Icon.designtime.js +1 -1
- package/src/sap/ui/core/designtime/UIComponent.designtime.js +1 -1
- package/src/sap/ui/core/designtime/library.designtime.js +1 -1
- package/src/sap/ui/core/designtime/mvc/ControllerExtensionTemplate.js +1 -1
- package/src/sap/ui/core/designtime/mvc/View.designtime.js +1 -1
- package/src/sap/ui/core/designtime/mvc/XMLView.designtime.js +6 -1
- package/src/sap/ui/core/dnd/DragAndDrop.js +4 -2
- package/src/sap/ui/core/dnd/DragDropBase.js +2 -2
- package/src/sap/ui/core/dnd/DragDropInfo.js +2 -2
- package/src/sap/ui/core/dnd/DragInfo.js +2 -2
- package/src/sap/ui/core/dnd/DropInfo.js +2 -2
- package/src/sap/ui/core/fieldhelp/FieldHelp.js +1 -1
- package/src/sap/ui/core/fieldhelp/FieldHelpCustomData.js +1 -1
- package/src/sap/ui/core/fieldhelp/FieldHelpUtil.js +1 -1
- package/src/sap/ui/core/format/DateFormat.js +10 -6
- package/src/sap/ui/core/format/DateFormatTimezoneDisplay.js +1 -1
- package/src/sap/ui/core/format/FileSizeFormat.js +1 -1
- package/src/sap/ui/core/format/FormatUtils.js +2 -2
- package/src/sap/ui/core/format/ListFormat.js +1 -1
- package/src/sap/ui/core/format/NumberFormat.js +97 -76
- package/src/sap/ui/core/format/TimezoneUtil.js +2 -2
- package/src/sap/ui/core/getCompatibilityVersion.js +2 -2
- package/src/sap/ui/core/hyphenation/Hyphenation.js +2 -2
- package/src/sap/ui/core/hyphenation/HyphenationTestingWords.js +1 -1
- package/src/sap/ui/core/interaction/KeyboardInteractionDisplay.js +3 -3
- package/src/sap/ui/core/library.js +16 -5
- package/src/sap/ui/core/library.support.js +1 -1
- package/src/sap/ui/core/message/ControlMessageProcessor.js +2 -2
- package/src/sap/ui/core/message/Message.js +2 -2
- package/src/sap/ui/core/message/MessageManager.js +11 -11
- package/src/sap/ui/core/message/MessageMixin.js +1 -1
- package/src/sap/ui/core/message/MessageParser.js +2 -2
- package/src/sap/ui/core/message/MessageProcessor.js +2 -2
- package/src/sap/ui/core/message/MessageType.js +1 -1
- package/src/sap/ui/core/messagebundle.properties +2 -0
- package/src/sap/ui/core/mvc/Controller.js +2 -2
- package/src/sap/ui/core/mvc/ControllerExtension.js +1 -1
- package/src/sap/ui/core/mvc/ControllerExtensionProvider.js +1 -1
- package/src/sap/ui/core/mvc/ControllerMetadata.js +1 -1
- package/src/sap/ui/core/mvc/EventHandlerResolver.js +1 -1
- package/src/sap/ui/core/mvc/HTMLView.js +2 -2
- package/src/sap/ui/core/mvc/HTMLViewRenderer.js +1 -1
- package/src/sap/ui/core/mvc/JSONView.js +2 -2
- package/src/sap/ui/core/mvc/JSONViewRenderer.js +1 -1
- package/src/sap/ui/core/mvc/JSView.js +2 -2
- package/src/sap/ui/core/mvc/JSViewRenderer.js +1 -1
- package/src/sap/ui/core/mvc/OverrideExecution.js +1 -1
- package/src/sap/ui/core/mvc/TemplateView.js +2 -2
- package/src/sap/ui/core/mvc/TemplateViewRenderer.js +1 -1
- package/src/sap/ui/core/mvc/View.js +2 -2
- package/src/sap/ui/core/mvc/ViewRenderer.js +1 -1
- package/src/sap/ui/core/mvc/ViewType.js +1 -1
- package/src/sap/ui/core/mvc/XMLProcessingMode.js +1 -1
- package/src/sap/ui/core/mvc/XMLView.js +2 -2
- package/src/sap/ui/core/mvc/XMLViewRenderer.js +1 -1
- package/src/sap/ui/core/mvc/_ViewFactory.js +1 -1
- package/src/sap/ui/core/plugin/DeclarativeSupport.js +2 -2
- package/src/sap/ui/core/plugin/TemplatingSupport.js +2 -2
- package/src/sap/ui/core/postmessage/Bus.js +2 -2
- package/src/sap/ui/core/postmessage/confirmationDialog.js +2 -2
- package/src/sap/ui/core/routing/HashChanger.js +1 -1
- package/src/sap/ui/core/routing/HashChangerBase.js +1 -1
- package/src/sap/ui/core/routing/History.js +1 -1
- package/src/sap/ui/core/routing/Route.js +1 -1
- package/src/sap/ui/core/routing/Router.js +1 -1
- package/src/sap/ui/core/routing/RouterHashChanger.js +1 -1
- package/src/sap/ui/core/routing/Target.js +3 -2
- package/src/sap/ui/core/routing/TargetCache.js +2 -2
- package/src/sap/ui/core/routing/Targets.js +1 -1
- package/src/sap/ui/core/routing/Views.js +1 -1
- package/src/sap/ui/core/routing/sync/Route.js +1 -1
- package/src/sap/ui/core/routing/sync/Target.js +1 -1
- package/src/sap/ui/core/routing/sync/TargetCache.js +1 -1
- package/src/sap/ui/core/routing/sync/Targets.js +1 -1
- package/src/sap/ui/core/rules/App.support.js +1 -1
- package/src/sap/ui/core/rules/Config.support.js +5 -5
- package/src/sap/ui/core/rules/CoreHelper.support.js +1 -1
- package/src/sap/ui/core/rules/Misc.support.js +1 -1
- package/src/sap/ui/core/rules/Model.support.js +1 -1
- package/src/sap/ui/core/rules/Rendering.support.js +1 -1
- package/src/sap/ui/core/rules/Theming.support.js +1 -1
- package/src/sap/ui/core/rules/View.support.js +2 -2
- 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 +3 -3
- package/src/sap/ui/core/service/ServiceFactory.js +3 -3
- package/src/sap/ui/core/service/ServiceFactoryRegistry.js +2 -2
- package/src/sap/ui/core/support/BootSupportTool.js +1 -1
- package/src/sap/ui/core/support/Hotkeys.js +1 -1
- package/src/sap/ui/core/support/Plugin.js +2 -2
- package/src/sap/ui/core/support/RuleEngineOpaExtension.js +1 -1
- package/src/sap/ui/core/support/Support.js +2 -2
- package/src/sap/ui/core/support/ToolsAPI.js +1 -1
- package/src/sap/ui/core/support/bootstrapFallback.js +1 -1
- package/src/sap/ui/core/support/controls/InteractionSlider.js +1 -1
- package/src/sap/ui/core/support/controls/InteractionTree.js +4 -1
- package/src/sap/ui/core/support/controls/ObjectViewer.js +2 -2
- package/src/sap/ui/core/support/controls/TimelineOverview.js +4 -1
- package/src/sap/ui/core/support/controls/TreeViewer.js +2 -2
- package/src/sap/ui/core/support/debugReboot.js +1 -1
- package/src/sap/ui/core/support/plugins/Breakpoint.js +2 -2
- package/src/sap/ui/core/support/plugins/ControlTree.js +2 -2
- package/src/sap/ui/core/support/plugins/Debugging.js +1 -1
- package/src/sap/ui/core/support/plugins/Interaction.js +7 -6
- package/src/sap/ui/core/support/plugins/LocalStorage.js +2 -2
- package/src/sap/ui/core/support/plugins/Performance.js +5 -2
- package/src/sap/ui/core/support/plugins/Selector.js +2 -2
- package/src/sap/ui/core/support/plugins/TechInfo.js +2 -2
- package/src/sap/ui/core/support/plugins/Trace.js +2 -2
- package/src/sap/ui/core/support/plugins/ViewInfo.js +2 -2
- package/src/sap/ui/core/support/techinfo/TechnicalInfo.js +11 -3
- package/src/sap/ui/core/support/techinfo/moduleTreeHelper.js +1 -1
- package/src/sap/ui/core/support/trace/E2eTraceLib.js +1 -1
- package/src/sap/ui/core/support/trace/EppLib.js +1 -1
- package/src/sap/ui/core/support/usage/EventBroadcaster.js +1 -1
- package/src/sap/ui/core/syncStyleClass.js +1 -1
- package/src/sap/ui/core/themes/base/DragAndDrop.less +0 -1
- package/src/sap/ui/core/themes/base/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_hcb/library.source.less +1 -1
- package/src/sap/ui/core/theming/Parameters.js +1 -1
- package/src/sap/ui/core/theming/ThemeHelper.js +10 -5
- package/src/sap/ui/core/theming/ThemeManager.js +58 -44
- package/src/sap/ui/core/tmpl/DOMAttribute.js +2 -2
- package/src/sap/ui/core/tmpl/DOMElement.js +2 -2
- package/src/sap/ui/core/tmpl/DOMElementRenderer.js +1 -1
- package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +2 -2
- package/src/sap/ui/core/tmpl/Template.js +2 -2
- package/src/sap/ui/core/tmpl/TemplateControl.js +2 -2
- package/src/sap/ui/core/tmpl/TemplateControlRenderer.js +1 -1
- package/src/sap/ui/core/tmpl/_parsePath.js +1 -1
- package/src/sap/ui/core/util/AsyncHintsHelper.js +2 -2
- package/src/sap/ui/core/util/DraftEnabledMockServer.js +2 -2
- package/src/sap/ui/core/util/Export.js +2 -2
- package/src/sap/ui/core/util/ExportCell.js +2 -2
- package/src/sap/ui/core/util/ExportColumn.js +2 -2
- package/src/sap/ui/core/util/ExportRow.js +2 -2
- package/src/sap/ui/core/util/ExportType.js +2 -2
- package/src/sap/ui/core/util/ExportTypeCSV.js +2 -2
- package/src/sap/ui/core/util/File.js +2 -2
- package/src/sap/ui/core/util/LibraryInfo.js +2 -2
- package/src/sap/ui/core/util/MockServer.js +2 -2
- package/src/sap/ui/core/util/PasteHelper.js +7 -5
- package/src/sap/ui/core/util/ResponsivePaddingsEnablement.js +1 -1
- package/src/sap/ui/core/util/ShortcutHelper.js +1 -1
- package/src/sap/ui/core/util/XMLPreprocessor.js +2 -2
- package/src/sap/ui/core/util/_LocalizationHelper.js +1 -1
- package/src/sap/ui/core/util/reflection/BaseTreeModifier.js +3 -3
- package/src/sap/ui/core/util/reflection/JsControlTreeModifier.js +2 -2
- package/src/sap/ui/core/util/reflection/XmlTreeModifier.js +3 -3
- package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +2 -2
- package/src/sap/ui/core/util/serializer/Serializer.js +2 -2
- package/src/sap/ui/core/util/serializer/ViewSerializer.js +2 -2
- package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +2 -2
- package/src/sap/ui/core/util/serializer/delegate/Delegate.js +2 -2
- package/src/sap/ui/core/util/serializer/delegate/HTML.js +2 -2
- package/src/sap/ui/core/util/serializer/delegate/XML.js +2 -2
- package/src/sap/ui/core/webc/WebComponent.js +2 -2
- package/src/sap/ui/core/webc/WebComponentMetadata.js +2 -2
- package/src/sap/ui/core/webc/WebComponentRenderer.js +1 -1
- package/src/sap/ui/core/ws/ReadyState.js +2 -2
- package/src/sap/ui/core/ws/SapPcpWebSocket.js +2 -2
- package/src/sap/ui/core/ws/WebSocket.js +2 -2
- package/src/sap/ui/debug/ControlTree.js +2 -2
- package/src/sap/ui/debug/DebugEnv.js +2 -2
- package/src/sap/ui/debug/Highlighter.js +1 -1
- package/src/sap/ui/debug/LogViewer.js +1 -1
- package/src/sap/ui/debug/PropertyList.js +2 -2
- package/src/sap/ui/dom/_ready.js +1 -1
- package/src/sap/ui/dom/containsOrEquals.js +1 -1
- package/src/sap/ui/dom/denormalizeScrollBeginRTL.js +1 -1
- package/src/sap/ui/dom/denormalizeScrollLeftRTL.js +1 -1
- package/src/sap/ui/dom/findTabbable.js +1 -1
- package/src/sap/ui/dom/getComputedStyleFix.js +1 -1
- package/src/sap/ui/dom/getFirstEditableInput.js +1 -1
- package/src/sap/ui/dom/getOwnerWindow.js +1 -1
- package/src/sap/ui/dom/getScrollbarSize.js +1 -1
- package/src/sap/ui/dom/includeScript.js +1 -1
- package/src/sap/ui/dom/includeStylesheet.js +1 -1
- package/src/sap/ui/dom/isBehindOtherElement.js +1 -1
- package/src/sap/ui/dom/isElementCovered.js +1 -1
- package/src/sap/ui/dom/isHidden.js +1 -1
- package/src/sap/ui/dom/jquery/Aria.js +1 -1
- package/src/sap/ui/dom/jquery/Focusable.js +107 -14
- package/src/sap/ui/dom/jquery/Selection.js +1 -1
- package/src/sap/ui/dom/jquery/Selectors.js +1 -1
- package/src/sap/ui/dom/jquery/control.js +1 -1
- package/src/sap/ui/dom/jquery/cursorPos.js +1 -1
- package/src/sap/ui/dom/jquery/getSelectedText.js +1 -1
- package/src/sap/ui/dom/jquery/hasTabIndex.js +1 -1
- package/src/sap/ui/dom/jquery/parentByAttribute.js +1 -1
- package/src/sap/ui/dom/jquery/rect.js +1 -1
- package/src/sap/ui/dom/jquery/rectContains.js +1 -1
- package/src/sap/ui/dom/jquery/scrollLeftRTL.js +1 -1
- package/src/sap/ui/dom/jquery/scrollRightRTL.js +1 -1
- package/src/sap/ui/dom/jquery/selectText.js +1 -1
- package/src/sap/ui/dom/jquery/zIndex.js +1 -1
- package/src/sap/ui/dom/units/Rem.js +1 -1
- package/src/sap/ui/events/ControlEvents.js +1 -1
- package/src/sap/ui/events/F6Navigation.js +1 -1
- package/src/sap/ui/events/FocusEventFix.js +1 -1
- package/src/sap/ui/events/KeyCodes.js +1 -1
- package/src/sap/ui/events/PasteEventFix.js +1 -1
- package/src/sap/ui/events/PseudoEvents.js +1 -1
- package/src/sap/ui/events/TouchToMouseMapping.js +1 -1
- package/src/sap/ui/events/checkMouseEnterOrLeave.js +1 -1
- package/src/sap/ui/events/isMouseEventDelayed.js +1 -1
- package/src/sap/ui/events/isSpecialKey.js +1 -1
- package/src/sap/ui/events/jquery/EventExtension.js +1 -1
- package/src/sap/ui/events/jquery/EventSimulation.js +1 -1
- package/src/sap/ui/events/jquery/EventTriggerHook.js +1 -1
- package/src/sap/ui/model/Binding.js +9 -9
- package/src/sap/ui/model/BindingMode.js +1 -1
- package/src/sap/ui/model/ChangeReason.js +1 -1
- package/src/sap/ui/model/ClientContextBinding.js +3 -3
- package/src/sap/ui/model/ClientListBinding.js +1 -1
- package/src/sap/ui/model/ClientModel.js +3 -3
- package/src/sap/ui/model/ClientPropertyBinding.js +1 -1
- package/src/sap/ui/model/ClientTreeBinding.js +1 -1
- package/src/sap/ui/model/ClientTreeBindingAdapter.js +1 -1
- package/src/sap/ui/model/CompositeBinding.js +1 -1
- package/src/sap/ui/model/CompositeDataState.js +2 -2
- package/src/sap/ui/model/CompositeType.js +2 -2
- package/src/sap/ui/model/Context.js +13 -10
- package/src/sap/ui/model/ContextBinding.js +4 -4
- package/src/sap/ui/model/DataState.js +7 -3
- package/src/sap/ui/model/Filter.js +1 -1
- package/src/sap/ui/model/FilterOperator.js +1 -1
- package/src/sap/ui/model/FilterProcessor.js +1 -1
- package/src/sap/ui/model/FilterType.js +1 -1
- package/src/sap/ui/model/FormatException.js +1 -1
- package/src/sap/ui/model/ListBinding.js +1 -1
- package/src/sap/ui/model/ManagedObjectBindingSupport.js +1 -1
- package/src/sap/ui/model/MetaModel.js +2 -2
- package/src/sap/ui/model/Model.js +8 -8
- package/src/sap/ui/model/ParseException.js +1 -1
- package/src/sap/ui/model/PropertyBinding.js +1 -1
- package/src/sap/ui/model/SelectionModel.js +2 -2
- package/src/sap/ui/model/SimpleType.js +2 -2
- package/src/sap/ui/model/Sorter.js +1 -1
- package/src/sap/ui/model/SorterProcessor.js +1 -1
- package/src/sap/ui/model/StaticBinding.js +1 -1
- package/src/sap/ui/model/TreeAutoExpandMode.js +2 -2
- package/src/sap/ui/model/TreeBinding.js +1 -1
- package/src/sap/ui/model/TreeBindingAdapter.js +3 -3
- package/src/sap/ui/model/TreeBindingCompatibilityAdapter.js +1 -1
- package/src/sap/ui/model/TreeBindingUtils.js +4 -4
- package/src/sap/ui/model/Type.js +2 -2
- package/src/sap/ui/model/ValidateException.js +1 -1
- package/src/sap/ui/model/_Helper.js +2 -2
- package/src/sap/ui/model/analytics/AnalyticalBinding.js +4 -5
- package/src/sap/ui/model/analytics/AnalyticalTreeBindingAdapter.js +1 -1
- package/src/sap/ui/model/analytics/AnalyticalVersionInfo.js +1 -1
- package/src/sap/ui/model/analytics/BatchResponseCollector.js +3 -1
- package/src/sap/ui/model/analytics/ODataModelAdapter.js +1 -1
- package/src/sap/ui/model/analytics/odata4analytics.js +1 -1
- package/src/sap/ui/model/base/ManagedObjectModel.js +2 -2
- package/src/sap/ui/model/controlhelper/TreeBindingProxy.js +1 -1
- package/src/sap/ui/model/json/JSONListBinding.js +1 -1
- package/src/sap/ui/model/json/JSONModel.js +4 -4
- package/src/sap/ui/model/json/JSONPropertyBinding.js +2 -2
- package/src/sap/ui/model/json/JSONTreeBinding.js +1 -1
- package/src/sap/ui/model/json/TypedJSONContext.js +1 -1
- package/src/sap/ui/model/json/TypedJSONModel.js +1 -1
- package/src/sap/ui/model/message/MessageListBinding.js +1 -1
- package/src/sap/ui/model/message/MessageModel.js +2 -2
- package/src/sap/ui/model/message/MessagePropertyBinding.js +1 -1
- package/src/sap/ui/model/odata/AnnotationHelper.js +1 -1
- package/src/sap/ui/model/odata/AnnotationParser.js +1 -1
- package/src/sap/ui/model/odata/CountMode.js +5 -5
- package/src/sap/ui/model/odata/Filter.js +1 -1
- package/src/sap/ui/model/odata/MessageScope.js +2 -2
- package/src/sap/ui/model/odata/ODataAnnotations.js +2 -2
- package/src/sap/ui/model/odata/ODataContextBinding.js +3 -3
- package/src/sap/ui/model/odata/ODataExpressionAddons.js +1 -1
- package/src/sap/ui/model/odata/ODataListBinding.js +1 -1
- package/src/sap/ui/model/odata/ODataMessageParser.js +25 -8
- package/src/sap/ui/model/odata/ODataMetaModel.js +4 -4
- package/src/sap/ui/model/odata/ODataMetadata.js +4 -4
- package/src/sap/ui/model/odata/ODataModel.js +2 -2
- package/src/sap/ui/model/odata/ODataPropertyBinding.js +1 -1
- package/src/sap/ui/model/odata/ODataTreeBinding.js +1 -1
- package/src/sap/ui/model/odata/ODataTreeBindingAdapter.js +1 -1
- package/src/sap/ui/model/odata/ODataTreeBindingFlat.js +1 -1
- package/src/sap/ui/model/odata/ODataUtils.js +2 -2
- package/src/sap/ui/model/odata/OperationMode.js +1 -1
- package/src/sap/ui/model/odata/UpdateMethod.js +1 -1
- package/src/sap/ui/model/odata/_AnnotationHelperBasics.js +1 -1
- package/src/sap/ui/model/odata/_AnnotationHelperExpression.js +1 -1
- package/src/sap/ui/model/odata/_ODataMetaModelUtils.js +1 -1
- package/src/sap/ui/model/odata/type/Boolean.js +3 -3
- package/src/sap/ui/model/odata/type/Byte.js +4 -4
- package/src/sap/ui/model/odata/type/Currency.js +3 -3
- package/src/sap/ui/model/odata/type/Date.js +3 -3
- package/src/sap/ui/model/odata/type/DateTime.js +3 -3
- package/src/sap/ui/model/odata/type/DateTimeBase.js +2 -2
- package/src/sap/ui/model/odata/type/DateTimeOffset.js +3 -3
- package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +3 -3
- package/src/sap/ui/model/odata/type/Decimal.js +3 -3
- package/src/sap/ui/model/odata/type/Double.js +3 -3
- package/src/sap/ui/model/odata/type/Guid.js +3 -3
- package/src/sap/ui/model/odata/type/Int.js +2 -2
- package/src/sap/ui/model/odata/type/Int16.js +4 -4
- package/src/sap/ui/model/odata/type/Int32.js +4 -4
- package/src/sap/ui/model/odata/type/Int64.js +3 -3
- package/src/sap/ui/model/odata/type/ODataType.js +2 -2
- package/src/sap/ui/model/odata/type/Raw.js +3 -3
- package/src/sap/ui/model/odata/type/SByte.js +4 -4
- package/src/sap/ui/model/odata/type/Single.js +3 -3
- package/src/sap/ui/model/odata/type/Stream.js +3 -3
- package/src/sap/ui/model/odata/type/String.js +3 -3
- package/src/sap/ui/model/odata/type/Time.js +7 -7
- package/src/sap/ui/model/odata/type/TimeOfDay.js +3 -3
- package/src/sap/ui/model/odata/type/Unit.js +3 -3
- package/src/sap/ui/model/odata/type/UnitMixin.js +1 -1
- package/src/sap/ui/model/odata/v2/BatchMode.js +1 -1
- package/src/sap/ui/model/odata/v2/Context.js +2 -2
- package/src/sap/ui/model/odata/v2/ODataAnnotations.js +18 -17
- package/src/sap/ui/model/odata/v2/ODataContextBinding.js +3 -3
- package/src/sap/ui/model/odata/v2/ODataListBinding.js +3 -3
- package/src/sap/ui/model/odata/v2/ODataModel.js +58 -58
- package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +4 -4
- package/src/sap/ui/model/odata/v2/_CreatedContextsCache.js +1 -1
- package/src/sap/ui/model/odata/v4/AnnotationHelper.js +2 -2
- package/src/sap/ui/model/odata/v4/Context.js +37 -18
- package/src/sap/ui/model/odata/v4/ODataBinding.js +2 -4
- package/src/sap/ui/model/odata/v4/ODataContextBinding.js +5 -3
- package/src/sap/ui/model/odata/v4/ODataListBinding.js +24 -19
- package/src/sap/ui/model/odata/v4/ODataMetaModel.js +14 -10
- package/src/sap/ui/model/odata/v4/ODataModel.js +6 -5
- package/src/sap/ui/model/odata/v4/ODataParentBinding.js +4 -1
- package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +2 -2
- package/src/sap/ui/model/odata/v4/ODataUtils.js +1 -1
- package/src/sap/ui/model/odata/v4/SubmitMode.js +1 -1
- package/src/sap/ui/model/odata/v4/ValueListType.js +1 -1
- package/src/sap/ui/model/odata/v4/_AnnotationHelperExpression.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +30 -22
- package/src/sap/ui/model/odata/v4/lib/_AggregationHelper.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_Batch.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_Cache.js +9 -8
- package/src/sap/ui/model/odata/v4/lib/_ConcatHelper.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_GroupLock.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_Helper.js +5 -5
- package/src/sap/ui/model/odata/v4/lib/_MetadataConverter.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_MetadataRequestor.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_MinMaxHelper.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_Parser.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_Requestor.js +38 -13
- package/src/sap/ui/model/odata/v4/lib/_TreeState.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_V2MetadataConverter.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_V2Requestor.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_V4MetadataConverter.js +1 -1
- package/src/sap/ui/model/odata/v4/ts.js +1 -1
- package/src/sap/ui/model/resource/ResourceModel.js +2 -2
- package/src/sap/ui/model/resource/ResourcePropertyBinding.js +1 -1
- package/src/sap/ui/model/type/Boolean.js +2 -2
- package/src/sap/ui/model/type/Currency.js +2 -2
- package/src/sap/ui/model/type/Date.js +2 -2
- package/src/sap/ui/model/type/DateInterval.js +2 -2
- package/src/sap/ui/model/type/DateTime.js +2 -2
- package/src/sap/ui/model/type/DateTimeInterval.js +2 -2
- package/src/sap/ui/model/type/FileSize.js +2 -2
- package/src/sap/ui/model/type/Float.js +2 -2
- package/src/sap/ui/model/type/Integer.js +2 -2
- package/src/sap/ui/model/type/String.js +2 -2
- package/src/sap/ui/model/type/Time.js +2 -2
- package/src/sap/ui/model/type/TimeInterval.js +3 -3
- package/src/sap/ui/model/type/Unit.js +2 -2
- package/src/sap/ui/model/xml/XMLListBinding.js +1 -1
- package/src/sap/ui/model/xml/XMLModel.js +19 -12
- package/src/sap/ui/model/xml/XMLPropertyBinding.js +1 -1
- package/src/sap/ui/model/xml/XMLTreeBinding.js +1 -1
- package/src/sap/ui/performance/BeaconRequest.js +1 -1
- package/src/sap/ui/performance/Measurement.js +1 -1
- package/src/sap/ui/performance/XHRInterceptor.js +1 -1
- package/src/sap/ui/performance/trace/FESR.js +5 -3
- package/src/sap/ui/performance/trace/FESRHelper.js +1 -1
- package/src/sap/ui/performance/trace/Interaction.js +1 -1
- package/src/sap/ui/performance/trace/Passport.js +1 -1
- package/src/sap/ui/performance/trace/_InteractionImpl.js +1 -1
- package/src/sap/ui/performance/trace/initTraces.js +1 -1
- package/src/sap/ui/qunit/QUnitUtils.js +4 -4
- package/src/sap/ui/qunit/qunit-2-css.js +1 -1
- package/src/sap/ui/qunit/qunit-coverage-istanbul.js +1 -1
- package/src/sap/ui/qunit/qunit-coverage.js +1 -1
- package/src/sap/ui/qunit/qunit-css.js +1 -1
- package/src/sap/ui/qunit/qunit-junit.js +1 -1
- package/src/sap/ui/qunit/qunit-redirect.js +1 -1
- package/src/sap/ui/qunit/sinon-qunit-bridge.js +1 -1
- package/src/sap/ui/qunit/utils/ControlIterator.js +4 -4
- package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +2 -2
- package/src/sap/ui/qunit/utils/createAndAppendDiv.js +1 -1
- package/src/sap/ui/qunit/utils/nextUIUpdate.js +1 -1
- package/src/sap/ui/qunit/utils/waitForThemeApplied.js +1 -1
- package/src/sap/ui/security/FrameOptions.js +1 -1
- package/src/sap/ui/test/BlanketReporter.js +1 -1
- package/src/sap/ui/test/BranchTracking.js +1 -1
- package/src/sap/ui/test/ModuleTracking.js +1 -1
- package/src/sap/ui/test/Opa.js +1 -1
- package/src/sap/ui/test/Opa5.js +2 -2
- package/src/sap/ui/test/OpaBuilder.js +1 -1
- package/src/sap/ui/test/OpaExtension.js +1 -1
- package/src/sap/ui/test/OpaPlugin.js +8 -8
- package/src/sap/ui/test/PageObjectFactory.js +1 -1
- package/src/sap/ui/test/RecordReplay.js +2 -2
- package/src/sap/ui/test/RecorderHotkeyListener.js +1 -1
- package/src/sap/ui/test/TestUtils.js +11 -3
- package/src/sap/ui/test/_BrowserLogCollector.js +1 -1
- package/src/sap/ui/test/_ControlFinder.js +1 -1
- package/src/sap/ui/test/_FocusListener.js +1 -1
- package/src/sap/ui/test/_LogCollector.js +1 -1
- package/src/sap/ui/test/_OpaLogger.js +1 -1
- package/src/sap/ui/test/_OpaUriParameterParser.js +1 -1
- package/src/sap/ui/test/_ParameterValidator.js +1 -1
- package/src/sap/ui/test/_UsageReport.js +1 -1
- package/src/sap/ui/test/_ValidationParameters.js +1 -1
- package/src/sap/ui/test/actions/Action.js +1 -1
- package/src/sap/ui/test/actions/Drag.js +1 -1
- package/src/sap/ui/test/actions/Drop.js +1 -1
- package/src/sap/ui/test/actions/EnterText.js +1 -1
- package/src/sap/ui/test/actions/Press.js +1 -1
- package/src/sap/ui/test/actions/Scroll.js +1 -1
- package/src/sap/ui/test/autowaiter/WaiterBase.js +1 -1
- package/src/sap/ui/test/autowaiter/_UIUpdatesWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_XHRWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_autoWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_autoWaiterAsync.js +1 -1
- package/src/sap/ui/test/autowaiter/_cssAnimationWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_cssTransitionWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_fetchWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_jsAnimationWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_moduleWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_navigationContainerWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_promiseWaiter.js +9 -1
- package/src/sap/ui/test/autowaiter/_resourceWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_timeoutWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_utils.js +1 -1
- package/src/sap/ui/test/generic/GenericTestCollection.js +1 -1
- package/src/sap/ui/test/generic/TestBase.js +2 -2
- package/src/sap/ui/test/generic/Utils.js +1 -1
- package/src/sap/ui/test/generic/_EnforceSemanticRendering.js +1 -1
- package/src/sap/ui/test/gherkin/GherkinTestGenerator.js +1 -1
- package/src/sap/ui/test/gherkin/StepDefinitions.js +1 -1
- package/src/sap/ui/test/gherkin/dataTableUtils.js +1 -1
- package/src/sap/ui/test/gherkin/opa5TestHarness.js +1 -1
- package/src/sap/ui/test/gherkin/qUnitTestHarness.js +1 -1
- package/src/sap/ui/test/gherkin/simpleGherkinParser.js +1 -1
- package/src/sap/ui/test/launchers/componentLauncher.js +1 -1
- package/src/sap/ui/test/launchers/iFrameLauncher.js +1 -1
- package/src/sap/ui/test/matchers/AggregationContainsPropertyEqual.js +1 -1
- package/src/sap/ui/test/matchers/AggregationEmpty.js +1 -1
- package/src/sap/ui/test/matchers/AggregationFilled.js +1 -1
- package/src/sap/ui/test/matchers/AggregationLengthEquals.js +1 -1
- package/src/sap/ui/test/matchers/Ancestor.js +1 -1
- package/src/sap/ui/test/matchers/BindingPath.js +1 -1
- package/src/sap/ui/test/matchers/Descendant.js +1 -1
- package/src/sap/ui/test/matchers/I18NText.js +1 -1
- package/src/sap/ui/test/matchers/Interactable.js +1 -1
- package/src/sap/ui/test/matchers/LabelFor.js +1 -1
- package/src/sap/ui/test/matchers/Matcher.js +1 -1
- package/src/sap/ui/test/matchers/MatcherFactory.js +1 -1
- package/src/sap/ui/test/matchers/Properties.js +1 -1
- package/src/sap/ui/test/matchers/PropertyStrictEquals.js +1 -1
- package/src/sap/ui/test/matchers/Sibling.js +1 -1
- package/src/sap/ui/test/matchers/Visible.js +1 -1
- package/src/sap/ui/test/matchers/_Busy.js +1 -1
- package/src/sap/ui/test/matchers/_Editable.js +1 -1
- package/src/sap/ui/test/matchers/_Enabled.js +1 -1
- package/src/sap/ui/test/matchers/_Visitor.js +1 -1
- package/src/sap/ui/test/matchers/matchers.js +1 -1
- package/src/sap/ui/test/opaQunit.js +1 -1
- package/src/sap/ui/test/pipelines/ActionPipeline.js +1 -1
- package/src/sap/ui/test/pipelines/MatcherPipeline.js +1 -1
- package/src/sap/ui/test/pipelines/PipelineFactory.js +1 -1
- package/src/sap/ui/test/qunitPause.js +1 -1
- package/src/sap/ui/test/selectors/_BindingPath.js +1 -1
- package/src/sap/ui/test/selectors/_ControlSelectorGenerator.js +1 -1
- package/src/sap/ui/test/selectors/_ControlSelectorValidator.js +1 -1
- package/src/sap/ui/test/selectors/_ControlType.js +1 -1
- package/src/sap/ui/test/selectors/_DropdownItem.js +1 -1
- package/src/sap/ui/test/selectors/_GlobalID.js +1 -1
- package/src/sap/ui/test/selectors/_LabelFor.js +1 -1
- package/src/sap/ui/test/selectors/_Properties.js +2 -2
- package/src/sap/ui/test/selectors/_Selector.js +1 -1
- package/src/sap/ui/test/selectors/_TableRowItem.js +1 -1
- package/src/sap/ui/test/selectors/_ViewID.js +1 -1
- package/src/sap/ui/test/selectors/_selectors.js +1 -1
- package/src/sap/ui/test/starter/_configureLoader.js +1 -1
- package/src/sap/ui/test/starter/_setupAndStart.js +1 -1
- package/src/sap/ui/test/starter/_utils.js +1 -1
- package/src/sap/ui/test/starter/config.js +1 -1
- package/src/sap/ui/test/starter/createSuite.js +1 -1
- package/src/sap/ui/test/starter/runTest.js +1 -1
- package/src/sap/ui/test/utils/nextUIUpdate.js +1 -1
- package/src/sap/ui/test/utils/waitForThemeApplied.js +1 -1
- package/src/sap/ui/thirdparty/RequestRecorder.js +1 -1
- package/src/sap/ui/thirdparty/caja-html-sanitizer.js +1 -1
- package/src/sap/ui/util/ActivityDetection.js +1 -1
- package/src/sap/ui/util/Mobile.js +1 -1
- package/src/sap/ui/util/Storage.js +2 -2
- package/src/sap/ui/util/XMLHelper.js +1 -1
- package/src/sap/ui/util/_FeatureDetection.js +1 -1
- package/src/sap/ui/util/_URL.js +1 -1
- package/src/sap/ui/util/_enforceNoReturnValue.js +1 -1
- package/src/sap/ui/util/defaultLinkTypes.js +1 -1
- package/src/sap/ui/util/isCrossOriginURL.js +1 -1
- package/src/sap/ui/util/openWindow.js +1 -1
- package/src/sap-ui-boot.js +1 -1
- package/src/sap-ui-core-nojQuery.js +1 -1
- package/src/sap-ui-core.js +1 -1
- package/src/sap-ui-debug.js +1 -1
- package/src/ui5loader-autoconfig.js +12 -12
- package/src/ui5loader.js +9 -7
- package/test/sap/ui/qunit/TestRunner.js +11 -11
- package/test/sap/ui/qunit/testrunner.css +186 -25
- package/test/sap/ui/qunit/testrunner.html +1 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
//Provides mixin sap.ui.model.odata.v4.ODataBinding for classes extending sap.ui.model.Binding
|
|
@@ -49,8 +49,6 @@ sap.ui.define([
|
|
|
49
49
|
this.fnDeregisterChangeListener = undefined;
|
|
50
50
|
// used to create cache only for the latest call to #fetchCache
|
|
51
51
|
this.oFetchCacheCallToken = undefined;
|
|
52
|
-
// query options resulting from child bindings added when this binding already has data
|
|
53
|
-
this.mLateQueryOptions = undefined;
|
|
54
52
|
// the absolute binding path (possibly reduced if the binding uses a parent binding's cache)
|
|
55
53
|
// may be incorrect while cache creation is pending (this.oCache === undefined)
|
|
56
54
|
this.sReducedPath = undefined;
|
|
@@ -418,7 +416,6 @@ sap.ui.define([
|
|
|
418
416
|
this.oCache = null;
|
|
419
417
|
this.oCachePromise = SyncPromise.resolve(null); // be nice to #withCache
|
|
420
418
|
this.mCacheQueryOptions = undefined;
|
|
421
|
-
this.mLateQueryOptions = undefined;
|
|
422
419
|
// resolving functions e.g. for oReadPromise in #checkUpdateInternal may run after destroy
|
|
423
420
|
// of this binding and must not access the context
|
|
424
421
|
this.oContext = undefined;
|
|
@@ -1427,6 +1424,7 @@ sap.ui.define([
|
|
|
1427
1424
|
* @since 1.87.0
|
|
1428
1425
|
*/
|
|
1429
1426
|
ODataBinding.prototype.requestRefresh = function (sGroupId) {
|
|
1427
|
+
// Note: ODPrB does not have mParameters
|
|
1430
1428
|
if (!this.mParameters?.$$ownRequest && !this.isRoot()) {
|
|
1431
1429
|
throw new Error("Refresh on this binding is not supported");
|
|
1432
1430
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -74,7 +74,7 @@ sap.ui.define([
|
|
|
74
74
|
* @mixes sap.ui.model.odata.v4.ODataParentBinding
|
|
75
75
|
* @public
|
|
76
76
|
* @since 1.37.0
|
|
77
|
-
* @version 1.
|
|
77
|
+
* @version 1.144.0
|
|
78
78
|
*
|
|
79
79
|
* @borrows sap.ui.model.odata.v4.ODataBinding#getGroupId as #getGroupId
|
|
80
80
|
* @borrows sap.ui.model.odata.v4.ODataBinding#getRootBinding as #getRootBinding
|
|
@@ -1552,7 +1552,9 @@ sap.ui.define([
|
|
|
1552
1552
|
var that = this;
|
|
1553
1553
|
|
|
1554
1554
|
if (this.oOperation && this.oOperation.bAction !== false) {
|
|
1555
|
-
|
|
1555
|
+
// there may be dependent bindings that refer the parent entity
|
|
1556
|
+
return this.refreshDependentBindings(sResourcePathPrefix, sGroupId, bCheckUpdate,
|
|
1557
|
+
bKeepCacheOnError);
|
|
1556
1558
|
}
|
|
1557
1559
|
|
|
1558
1560
|
this.bHasFetchedExpandSelectProperties = false;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -60,7 +60,7 @@ sap.ui.define([
|
|
|
60
60
|
* @mixes sap.ui.model.odata.v4.ODataParentBinding
|
|
61
61
|
* @public
|
|
62
62
|
* @since 1.37.0
|
|
63
|
-
* @version 1.
|
|
63
|
+
* @version 1.144.0
|
|
64
64
|
* @borrows sap.ui.model.odata.v4.ODataBinding#getGroupId as #getGroupId
|
|
65
65
|
* @borrows sap.ui.model.odata.v4.ODataBinding#getRootBinding as #getRootBinding
|
|
66
66
|
* @borrows sap.ui.model.odata.v4.ODataBinding#getUpdateGroupId as #getUpdateGroupId
|
|
@@ -305,6 +305,7 @@ sap.ui.define([
|
|
|
305
305
|
sApply = _AggregationHelper.buildApply(mParameters.$$aggregation).$apply;
|
|
306
306
|
}
|
|
307
307
|
|
|
308
|
+
// Note: called from c'tor before mParameters are stored for the 1st time
|
|
308
309
|
const bResetSelection = this.mParameters?.$$clearSelectionOnFilter
|
|
309
310
|
&& (aChangedParameters?.includes("$filter") || aChangedParameters?.includes("$search")
|
|
310
311
|
|| mParameters.$$aggregation?.search !== this.mParameters.$$aggregation?.search);
|
|
@@ -734,8 +735,10 @@ sap.ui.define([
|
|
|
734
735
|
if (oContext === this.oHeaderContext) {
|
|
735
736
|
throw new Error("Unsupported header context " + oContext);
|
|
736
737
|
}
|
|
737
|
-
|
|
738
|
-
|
|
738
|
+
// Context#isAggregated() throws an error if its root binding is suspended; avoid that error
|
|
739
|
+
// in non data aggregation cases
|
|
740
|
+
if (_Helper.isDataAggregation(this.mParameters) && oContext?.isAggregated()) {
|
|
741
|
+
throw new Error("Unsupported on aggregated data: " + oContext);
|
|
739
742
|
}
|
|
740
743
|
if (this.bSharedRequest) {
|
|
741
744
|
throw new Error("Unsupported $$sharedRequest at " + this);
|
|
@@ -778,7 +781,7 @@ sap.ui.define([
|
|
|
778
781
|
|
|
779
782
|
iCount ??= this.oCache.collapse(
|
|
780
783
|
_Helper.getRelativePath(oContext.getPath(), this.oHeaderContext.getPath()),
|
|
781
|
-
bAll ? this.lockGroup() : undefined, bSilent);
|
|
784
|
+
bAll ? this.lockGroup() : undefined, bSilent, false, this.getKeepAlivePredicates());
|
|
782
785
|
|
|
783
786
|
if (iCount > 0) {
|
|
784
787
|
const aContexts = this.aContexts;
|
|
@@ -1943,7 +1946,7 @@ sap.ui.define([
|
|
|
1943
1946
|
* Returns a URL by which the complete content of the list can be downloaded in JSON format. The
|
|
1944
1947
|
* request delivers all entities considering the binding's query options (such as filters or
|
|
1945
1948
|
* sorters). Returns <code>null</code> if the binding's filter is
|
|
1946
|
-
* {@link sap.ui.
|
|
1949
|
+
* {@link sap.ui.model.Filter.NONE}.
|
|
1947
1950
|
*
|
|
1948
1951
|
* @returns {sap.ui.base.SyncPromise<string|null>}
|
|
1949
1952
|
* A promise that is resolved with the download URL or <code>null</code>
|
|
@@ -1983,7 +1986,7 @@ sap.ui.define([
|
|
|
1983
1986
|
/**
|
|
1984
1987
|
* Requests a $filter query option value for this binding; the value is computed from the
|
|
1985
1988
|
* given arrays of dynamic application and control filters and the given static filter. If
|
|
1986
|
-
* {@link sap.ui.
|
|
1989
|
+
* {@link sap.ui.model.Filter.NONE} is set as any of the dynamic filters, it will override
|
|
1987
1990
|
* all static filters.
|
|
1988
1991
|
*
|
|
1989
1992
|
* As a side effect, this method computes <code>$$aggregation.$leafLevelAggregated</code>.
|
|
@@ -2247,7 +2250,7 @@ sap.ui.define([
|
|
|
2247
2250
|
* next one (via offset +1) or the previous one (via offset -1).
|
|
2248
2251
|
*
|
|
2249
2252
|
* @param {sap.ui.model.odata.v4.Context} oNode - A node
|
|
2250
|
-
* @param {number} iOffset - An offset, either -1 or +1
|
|
2253
|
+
* @param {number} [iOffset=+1] - An offset, either -1 or +1
|
|
2251
2254
|
* @param {boolean} [bAllowRequest]
|
|
2252
2255
|
* Whether it is allowed to send a GET request to fetch the sibling
|
|
2253
2256
|
* @returns {sap.ui.model.odata.v4.Context|null|undefined
|
|
@@ -2931,7 +2934,7 @@ sap.ui.define([
|
|
|
2931
2934
|
* If known, the value represents the sum of the element count of the collection on the server
|
|
2932
2935
|
* and the number of {@link sap.ui.model.odata.v4.Context#isInactive active}
|
|
2933
2936
|
* {@link sap.ui.model.odata.v4.Context#isTransient transient} entities created on the client,
|
|
2934
|
-
* minus the {@link #sap.ui.model.
|
|
2937
|
+
* minus the {@link #sap.ui.model.odata.v4.Context#delete deleted} entities. Otherwise, it is
|
|
2935
2938
|
* <code>undefined</code>. The value is a number of type <code>Edm.Int64</code>. Since 1.91.0,
|
|
2936
2939
|
* in case of data aggregation with group levels, the count is the leaf count on the server; it
|
|
2937
2940
|
* is only determined if the <code>$count</code> system query option is given. Since 1.110.0,
|
|
@@ -3055,7 +3058,7 @@ sap.ui.define([
|
|
|
3055
3058
|
* Returns a URL by which the complete content of the list can be downloaded in JSON format. The
|
|
3056
3059
|
* request delivers all entities considering the binding's query options (such as filters or
|
|
3057
3060
|
* sorters). Returns <code>null</code> if the binding's filter is
|
|
3058
|
-
* {@link sap.ui.
|
|
3061
|
+
* {@link sap.ui.model.Filter.NONE}.
|
|
3059
3062
|
|
|
3060
3063
|
* The returned URL does not specify <code>$skip</code> and <code>$top</code> and leaves it up
|
|
3061
3064
|
* to the server how many rows it delivers. Many servers tend to choose a small limit without
|
|
@@ -3208,7 +3211,8 @@ sap.ui.define([
|
|
|
3208
3211
|
* <li> the binding's root binding is suspended,
|
|
3209
3212
|
* <li> the binding is part of a {@link #create deep create} because it is relative to a
|
|
3210
3213
|
* {@link sap.ui.model.odata.v4.Context#isTransient transient} context,
|
|
3211
|
-
* <li> {@link sap.ui.model.odata.v4.Context#setKeepAlive} fails
|
|
3214
|
+
* <li> {@link sap.ui.model.odata.v4.Context#setKeepAlive} fails, or
|
|
3215
|
+
* <li> data aggregation but no recursive hierarchy (see {@link #setAggregation}) is used.
|
|
3212
3216
|
* </ul>
|
|
3213
3217
|
*
|
|
3214
3218
|
* @public
|
|
@@ -3223,6 +3227,9 @@ sap.ui.define([
|
|
|
3223
3227
|
iPredicateIndex = _Helper.getPredicateIndex(sPath),
|
|
3224
3228
|
sResolvedPath = this.getResolvedPath();
|
|
3225
3229
|
|
|
3230
|
+
if (_Helper.isDataAggregation(this.mParameters)) {
|
|
3231
|
+
throw new Error("Unsupported $$aggregation at " + this);
|
|
3232
|
+
}
|
|
3226
3233
|
this.checkKeepAlive();
|
|
3227
3234
|
this.checkSuspended();
|
|
3228
3235
|
this.checkTransient();
|
|
@@ -3791,21 +3798,19 @@ sap.ui.define([
|
|
|
3791
3798
|
}
|
|
3792
3799
|
this.checkSuspended();
|
|
3793
3800
|
|
|
3794
|
-
const
|
|
3795
|
-
const oGroupLock = this.lockGroup(sUpdateGroupId, true, true);
|
|
3796
|
-
const sChildPath = oChildContext.getCanonicalPath().slice(1);
|
|
3801
|
+
const sChildPath = oChildContext.getCanonicalPath().slice(1); // before #lockGroup!
|
|
3797
3802
|
const sParentPath = oParentContext === null
|
|
3798
3803
|
? null
|
|
3799
3804
|
: oParentContext.getCanonicalPath().slice(1); // before #lockGroup!
|
|
3800
3805
|
const sSiblingPath = oSiblingContext === null
|
|
3801
3806
|
? null
|
|
3802
3807
|
: oSiblingContext?.getCanonicalPath().slice(1); // before #lockGroup!
|
|
3803
|
-
const
|
|
3804
|
-
|
|
3805
|
-
: oChildContext.getPath().slice(1);
|
|
3808
|
+
const sUpdateGroupId = this.getUpdateGroupId();
|
|
3809
|
+
const oGroupLock = this.lockGroup(sUpdateGroupId, true, true); // after #getCanonicalPath!
|
|
3806
3810
|
const bUpdateSiblingIndex = oSiblingContext?.isEffectivelyKeptAlive();
|
|
3807
3811
|
const {promise : oPromise, refresh : bRefresh} = this.oCache.move(oGroupLock, sChildPath,
|
|
3808
|
-
sParentPath, sSiblingPath,
|
|
3812
|
+
oChildContext.getPath().slice(1), sParentPath, sSiblingPath, bUpdateSiblingIndex,
|
|
3813
|
+
bCopy);
|
|
3809
3814
|
|
|
3810
3815
|
if (bRefresh) {
|
|
3811
3816
|
return SyncPromise.all([
|
|
@@ -4382,7 +4387,7 @@ sap.ui.define([
|
|
|
4382
4387
|
* Resolves with a URL by which the complete content of the list can be downloaded in JSON
|
|
4383
4388
|
* format. The request delivers all entities considering the binding's query options (such as
|
|
4384
4389
|
* filters or sorters). Resolves with <code>null</code> if the binding's filter is
|
|
4385
|
-
* {@link sap.ui.
|
|
4390
|
+
* {@link sap.ui.model.Filter.NONE}.
|
|
4386
4391
|
*
|
|
4387
4392
|
* The returned URL does not specify <code>$skip</code> and <code>$top</code> and leaves it up
|
|
4388
4393
|
* to the server how many rows it delivers. Many servers tend to choose a small limit without
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -203,7 +203,7 @@ sap.ui.define([
|
|
|
203
203
|
* @hideconstructor
|
|
204
204
|
* @public
|
|
205
205
|
* @since 1.37.0
|
|
206
|
-
* @version 1.
|
|
206
|
+
* @version 1.144.0
|
|
207
207
|
*/
|
|
208
208
|
ODataMetaModel = MetaModel.extend("sap.ui.model.odata.v4.ODataMetaModel", {
|
|
209
209
|
constructor : constructor
|
|
@@ -1405,16 +1405,15 @@ sap.ui.define([
|
|
|
1405
1405
|
* binding parameter (bound and unbound cases).
|
|
1406
1406
|
*/
|
|
1407
1407
|
function isRightOverload(oOverload) {
|
|
1408
|
-
return
|
|
1409
|
-
|
|
1410
|
-
&& vBindingParameterType === oOverload.$Parameter[0].$Type;
|
|
1408
|
+
return vBindingParameterType
|
|
1409
|
+
=== (oOverload.$IsBound ? oOverload.$Parameter[0].$Type : UNBOUND);
|
|
1411
1410
|
}
|
|
1412
1411
|
|
|
1413
1412
|
/*
|
|
1414
1413
|
* Outputs a log message for the given level. Leads to an <code>undefined</code> result
|
|
1415
1414
|
* in case of a WARNING.
|
|
1416
1415
|
*
|
|
1417
|
-
* @param {sap
|
|
1416
|
+
* @param {module:sap/base/Log.Level} iLevel
|
|
1418
1417
|
* A log level, either DEBUG or WARNING
|
|
1419
1418
|
* @param {...string} aTexts
|
|
1420
1419
|
* The main text of the message is constructed from the rest of the arguments by
|
|
@@ -1664,7 +1663,9 @@ sap.ui.define([
|
|
|
1664
1663
|
if (sSegment === "@$ui5.overload") {
|
|
1665
1664
|
return true;
|
|
1666
1665
|
}
|
|
1667
|
-
if (vResult.length !== 1
|
|
1666
|
+
if (vResult.length !== 1
|
|
1667
|
+
&& (vBindingParameterType !== UNBOUND
|
|
1668
|
+
|| maybeParameter(sSegment, vResult))) {
|
|
1668
1669
|
return log(WARNING, "Expected a single overload, but found "
|
|
1669
1670
|
+ vResult.length);
|
|
1670
1671
|
}
|
|
@@ -2602,7 +2603,7 @@ sap.ui.define([
|
|
|
2602
2603
|
oSharedModel = new this.oModel.constructor({
|
|
2603
2604
|
autoExpandSelect : bAutoExpandSelect,
|
|
2604
2605
|
groupId : bCopyAnnotations ? undefined : "$direct",
|
|
2605
|
-
httpHeaders : this.oModel.getHttpHeaders(),
|
|
2606
|
+
httpHeaders : this.oModel.getHttpHeaders(), // Note: includes X-CSRF-Token
|
|
2606
2607
|
metadataUrlParams : this.sLanguage && {"sap-language" : this.sLanguage},
|
|
2607
2608
|
operationMode : OperationMode.Server,
|
|
2608
2609
|
serviceUrl : sUrl,
|
|
@@ -2617,6 +2618,7 @@ sap.ui.define([
|
|
|
2617
2618
|
oSharedModel.setRetryAfterHandler((oError) => {
|
|
2618
2619
|
return this.oModel.getOrCreateRetryAfterPromise(oError);
|
|
2619
2620
|
});
|
|
2621
|
+
oSharedModel.oRequestor.copySecurityTokenPromise(this.oModel.oRequestor);
|
|
2620
2622
|
mSharedModelByUrl[sMapKey] = oSharedModel;
|
|
2621
2623
|
}
|
|
2622
2624
|
return oSharedModel;
|
|
@@ -3194,7 +3196,7 @@ sap.ui.define([
|
|
|
3194
3196
|
*
|
|
3195
3197
|
* A segment which represents an OData simple identifier (or the special names "$ReturnType",
|
|
3196
3198
|
* since 1.71.0, or "$Parameter", since 1.73.0) needs special preparations. The same applies to
|
|
3197
|
-
* the empty segment after a trailing slash.
|
|
3199
|
+
* the empty segment (typically after a trailing slash).
|
|
3198
3200
|
* <ol>
|
|
3199
3201
|
* <li> If the current object has a "$Action", "$Function" or "$Type" property, it is used for
|
|
3200
3202
|
* scope lookup first. This way, "/EMPLOYEES/ENTRYDATE" addresses the same object as
|
|
@@ -3223,7 +3225,9 @@ sap.ui.define([
|
|
|
3223
3225
|
*
|
|
3224
3226
|
* Operation overloads are then filtered by binding parameter; multiple overloads after
|
|
3225
3227
|
* filtering are invalid except if addressing all overloads via the segment
|
|
3226
|
-
* "@$ui5.overload", for example "/acme.NewAction/@$ui5.overload".
|
|
3228
|
+
* "@$ui5.overload", for example "/acme.NewAction/@$ui5.overload". Since 1.144.0, multiple
|
|
3229
|
+
* overloads for an unbound function are tolerated when addressing the return type (which is
|
|
3230
|
+
* the same for all of them).
|
|
3227
3231
|
*
|
|
3228
3232
|
* Once a single overload has been determined, its parameters can be immediately addressed,
|
|
3229
3233
|
* for example "/TEAMS/acme.NewAction/Team_ID", or the special name "$Parameter" can be used
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -240,7 +240,7 @@ sap.ui.define([
|
|
|
240
240
|
* @extends sap.ui.model.Model
|
|
241
241
|
* @public
|
|
242
242
|
* @since 1.37.0
|
|
243
|
-
* @version 1.
|
|
243
|
+
* @version 1.144.0
|
|
244
244
|
*/
|
|
245
245
|
ODataModel = Model.extend("sap.ui.model.odata.v4.ODataModel",
|
|
246
246
|
/** @lends sap.ui.model.odata.v4.ODataModel.prototype */{
|
|
@@ -255,7 +255,7 @@ sap.ui.define([
|
|
|
255
255
|
/**
|
|
256
256
|
* Constructor for a new ODataModel.
|
|
257
257
|
*
|
|
258
|
-
* @param {object} mParameters
|
|
258
|
+
* @param {object} [mParameters={}]
|
|
259
259
|
* The parameters
|
|
260
260
|
* @throws {Error} If an unsupported synchronization mode is given, if the given service root
|
|
261
261
|
* URL does not end with a forward slash, if an unsupported parameter is given, if OData
|
|
@@ -2351,8 +2351,8 @@ sap.ui.define([
|
|
|
2351
2351
|
};
|
|
2352
2352
|
|
|
2353
2353
|
/**
|
|
2354
|
-
* Creates a lock for a group. {@link sap.ui.model.odata.v4._Requestor#submitBatch} has to
|
|
2355
|
-
* until all locks for <code>sGroupId</code> are unlocked. Delegates to
|
|
2354
|
+
* Creates a lock for a group. {@link sap.ui.model.odata.v4.lib._Requestor#submitBatch} has to
|
|
2355
|
+
* wait until all locks for <code>sGroupId</code> are unlocked. Delegates to
|
|
2356
2356
|
* {@link sap.ui.model.odata.v4.lib._Requestor#lockGroup}.
|
|
2357
2357
|
*
|
|
2358
2358
|
* The goal of such a lock is to allow using an API that creates a request in a batch group and
|
|
@@ -3106,6 +3106,7 @@ sap.ui.define([
|
|
|
3106
3106
|
* @private
|
|
3107
3107
|
*/
|
|
3108
3108
|
ODataModel.prototype.waitForKeepAliveBinding = function (oBinding) {
|
|
3109
|
+
// Note: ODPrB does not have mParameters
|
|
3109
3110
|
if (oBinding.mParameters?.$$getKeepAliveContext) {
|
|
3110
3111
|
// $$canonicalPath is not allowed, binding path and resource path are (almost) identical
|
|
3111
3112
|
const oTemporaryBinding = this.mKeepAliveBindingsByPath[oBinding.getResolvedPath()];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -38,6 +38,8 @@ sap.ui.define([
|
|
|
38
38
|
// the child paths that are handled by the parent binding due to path reduction, see
|
|
39
39
|
// #fetchIfChildCanUseCache and ODLB#fetchDownloadUrl
|
|
40
40
|
this.mChildPathsReducedToParent = {};
|
|
41
|
+
// query options resulting from child bindings added when this binding already has data
|
|
42
|
+
this.mLateQueryOptions = undefined;
|
|
41
43
|
// counts the sent but not yet completed PATCHes
|
|
42
44
|
this.iPatchCounter = 0;
|
|
43
45
|
// whether all sent PATCHes have been successfully processed
|
|
@@ -672,6 +674,7 @@ sap.ui.define([
|
|
|
672
674
|
this.aChildCanUseCachePromises = [];
|
|
673
675
|
// cannot be set to undefined, it might be modified after destruction
|
|
674
676
|
this.mChildPathsReducedToParent = {};
|
|
677
|
+
this.mLateQueryOptions = undefined;
|
|
675
678
|
this.removeReadGroupLock();
|
|
676
679
|
this.oRefreshPromise = undefined;
|
|
677
680
|
this.oResumePromise = undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -42,7 +42,7 @@ sap.ui.define([
|
|
|
42
42
|
* @mixes sap.ui.model.odata.v4.ODataBinding
|
|
43
43
|
* @public
|
|
44
44
|
* @since 1.37.0
|
|
45
|
-
* @version 1.
|
|
45
|
+
* @version 1.144.0
|
|
46
46
|
* @borrows sap.ui.model.odata.v4.ODataBinding#getGroupId as #getGroupId
|
|
47
47
|
* @borrows sap.ui.model.odata.v4.ODataBinding#getRootBinding as #getRootBinding
|
|
48
48
|
* @borrows sap.ui.model.odata.v4.ODataBinding#getUpdateGroupId as #getUpdateGroupId
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -351,13 +351,16 @@ sap.ui.define([
|
|
|
351
351
|
* Whether no ("change") events should be fired
|
|
352
352
|
* @param {boolean} [bNested]
|
|
353
353
|
* Whether the "collapse all" was performed at an ancestor
|
|
354
|
+
* @param {string[]} [aKeptElementPredicates]
|
|
355
|
+
* The key predicates for all (effectively) kept-alive elements incl. exceptions of selection
|
|
354
356
|
* @returns {number}
|
|
355
357
|
* The number of descendant nodes that were affected
|
|
356
358
|
*
|
|
357
359
|
* @public
|
|
358
360
|
* @see #expand
|
|
359
361
|
*/
|
|
360
|
-
_AggregationCache.prototype.collapse = function (sGroupNodePath, oGroupLock, bSilent, bNested
|
|
362
|
+
_AggregationCache.prototype.collapse = function (sGroupNodePath, oGroupLock, bSilent, bNested,
|
|
363
|
+
aKeptElementPredicates) {
|
|
361
364
|
const oGroupNode = this.getValue(sGroupNodePath);
|
|
362
365
|
const oCollapsed = _AggregationHelper.getCollapsedObject(oGroupNode);
|
|
363
366
|
_Helper.updateAll(bSilent ? {} : this.mChangeListeners, sGroupNodePath, oGroupNode,
|
|
@@ -382,13 +385,15 @@ sap.ui.define([
|
|
|
382
385
|
if (_Helper.hasPrivateAnnotation(oElement, "placeholder")) {
|
|
383
386
|
continue;
|
|
384
387
|
}
|
|
388
|
+
const sPredicate = _Helper.getPrivateAnnotation(oElement, "predicate");
|
|
385
389
|
if (bAll && oElement["@$ui5.node.isExpanded"]) {
|
|
386
|
-
iRemaining
|
|
387
|
-
|
|
390
|
+
iRemaining
|
|
391
|
+
-= this.collapse(sPredicate, oGroupLock, bSilent, true, aKeptElementPredicates);
|
|
388
392
|
}
|
|
389
393
|
// exceptions of selection are effectively kept alive
|
|
390
|
-
if (!this.isSelectionDifferent(oElement)
|
|
391
|
-
|
|
394
|
+
if (!this.isSelectionDifferent(oElement)
|
|
395
|
+
&& !aKeptElementPredicates?.includes(sPredicate)) {
|
|
396
|
+
delete aElements.$byPredicate[sPredicate];
|
|
392
397
|
delete aElements.$byPredicate[
|
|
393
398
|
_Helper.getPrivateAnnotation(oElement, "transientPredicate")];
|
|
394
399
|
}
|
|
@@ -1602,14 +1607,13 @@ sap.ui.define([
|
|
|
1602
1607
|
* @param {sap.ui.model.odata.v4.lib._GroupLock} oGroupLock
|
|
1603
1608
|
* A lock for the group to associate the requests with
|
|
1604
1609
|
* @param {string} sChildPath
|
|
1605
|
-
* The (child) node's path relative to the
|
|
1610
|
+
* The (child) node's canonical resource path (relative to the service)
|
|
1611
|
+
* @param {string} sNonCanonicalChildPath
|
|
1612
|
+
* The (child) node's non-canonical resource path (relative to the service)
|
|
1606
1613
|
* @param {string|null} sParentPath
|
|
1607
|
-
* The parent node's path relative to the
|
|
1614
|
+
* The parent node's canonical resource path (relative to the service)
|
|
1608
1615
|
* @param {string|null} [sSiblingPath]
|
|
1609
|
-
* The next sibling's path relative to the
|
|
1610
|
-
* @param {string} [sNonCanonicalChildPath]
|
|
1611
|
-
* The (child) node's non-canonical path (relative to the service); only used when
|
|
1612
|
-
* <code>sSiblingPath</code> is given
|
|
1616
|
+
* The next sibling's canonical resource path (relative to the service)
|
|
1613
1617
|
* @param {boolean} [bRequestSiblingRank]
|
|
1614
1618
|
* Whether to request the next sibling's rank and return its new index
|
|
1615
1619
|
* @param {boolean} [bCopy]
|
|
@@ -1632,8 +1636,8 @@ sap.ui.define([
|
|
|
1632
1636
|
*
|
|
1633
1637
|
* @public
|
|
1634
1638
|
*/
|
|
1635
|
-
_AggregationCache.prototype.move = function (oGroupLock, sChildPath,
|
|
1636
|
-
|
|
1639
|
+
_AggregationCache.prototype.move = function (oGroupLock, sChildPath, sNonCanonicalChildPath,
|
|
1640
|
+
sParentPath, sSiblingPath, bRequestSiblingRank, bCopy) {
|
|
1637
1641
|
let bRefreshNeeded = !this.bUnifiedCache;
|
|
1638
1642
|
|
|
1639
1643
|
const sChildPredicate = sChildPath.slice(sChildPath.indexOf("("));
|
|
@@ -1699,7 +1703,8 @@ sap.ui.define([
|
|
|
1699
1703
|
bRefreshNeeded = true;
|
|
1700
1704
|
const mQueryOptions = {$select : []};
|
|
1701
1705
|
_Helper.selectKeyProperties(mQueryOptions, this.getTypes()[this.sMetaPath]);
|
|
1702
|
-
const sResourcePath =
|
|
1706
|
+
const sResourcePath = sNonCanonicalChildPath
|
|
1707
|
+
+ "/" + this.oAggregation.$Actions.CopyAction
|
|
1703
1708
|
+ this.oRequestor.buildQueryString(this.sMetaPath, mQueryOptions, false, true);
|
|
1704
1709
|
oCopyActionPromise = this.oRequestor.request("POST", sResourcePath,
|
|
1705
1710
|
oGroupLock.getUnlockedCopy(), {
|
|
@@ -1727,8 +1732,15 @@ sap.ui.define([
|
|
|
1727
1732
|
return () => { // Note: caller MUST wait for side-effects refresh first
|
|
1728
1733
|
let oCopyIndexPromise;
|
|
1729
1734
|
if (bCopy) {
|
|
1730
|
-
|
|
1731
|
-
.
|
|
1735
|
+
const oCandidate = this.aElements.$byPredicate[
|
|
1736
|
+
_Helper.getKeyPredicate(oCopy, this.sMetaPath, this.getTypes())];
|
|
1737
|
+
if (oCandidate) { // copy already inside collection
|
|
1738
|
+
oCopyIndexPromise = SyncPromise.resolve(
|
|
1739
|
+
this.aElements.indexOf(oCandidate));
|
|
1740
|
+
} else {
|
|
1741
|
+
oCopyIndexPromise = this.requestRank(oCopy, oGroupLock, true)
|
|
1742
|
+
.then((iCopyRank) => this.findIndex(iCopyRank));
|
|
1743
|
+
}
|
|
1732
1744
|
}
|
|
1733
1745
|
return [
|
|
1734
1746
|
iRank === undefined ? undefined : this.findIndex(iRank),
|
|
@@ -2220,10 +2232,6 @@ sap.ui.define([
|
|
|
2220
2232
|
*/
|
|
2221
2233
|
_AggregationCache.prototype.refreshKeptElements = function (oGroupLock, fnOnRemove,
|
|
2222
2234
|
bIgnorePendingChanges, _bDropApply) {
|
|
2223
|
-
if (!this.oAggregation.hierarchyQualifier) {
|
|
2224
|
-
return; // no own request for data aggregation
|
|
2225
|
-
}
|
|
2226
|
-
|
|
2227
2235
|
// "super" call (like @borrows ...)
|
|
2228
2236
|
const fnSuper = this.oFirstLevel.refreshKeptElements;
|
|
2229
2237
|
return fnSuper.call(this, oGroupLock, fnOnRemove, bIgnorePendingChanges,
|
|
@@ -2533,7 +2541,7 @@ sap.ui.define([
|
|
|
2533
2541
|
this.oBackup.oFirstLevel = this.oFirstLevel;
|
|
2534
2542
|
this.oBackup.oGrandTotalPromise = this.oGrandTotalPromise;
|
|
2535
2543
|
this.oBackup.bUnifiedCache = this.bUnifiedCache;
|
|
2536
|
-
this.bUnifiedCache =
|
|
2544
|
+
this.bUnifiedCache = !!oAggregation.hierarchyQualifier;
|
|
2537
2545
|
} else {
|
|
2538
2546
|
this.oTreeState.reset();
|
|
2539
2547
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -19,7 +19,7 @@ sap.ui.define([
|
|
|
19
19
|
var sClassName = "sap.ui.model.odata.v4.lib._Cache",
|
|
20
20
|
// Matches if ending with a transient key predicate:
|
|
21
21
|
// EMPLOYEE($uid=id-1550828854217-16) -> aMatches[0] === "($uid=id-1550828854217-16)"
|
|
22
|
-
// @see sap
|
|
22
|
+
// @see sap/base/util/uid
|
|
23
23
|
rEndsWithTransientPredicate = /\(\$uid=[-\w]+\)$/,
|
|
24
24
|
rInactive = /^\$inactive\./,
|
|
25
25
|
sMessagesAnnotation = "@com.sap.vocabularies.Common.v1.Messages",
|
|
@@ -1123,7 +1123,7 @@ sap.ui.define([
|
|
|
1123
1123
|
aPromises = [];
|
|
1124
1124
|
mTypeForMetaPath = {};
|
|
1125
1125
|
aPromises.push(this.oRequestor.fetchType(mTypeForMetaPath, this.sMetaPath));
|
|
1126
|
-
fetchExpandedTypes(this.sMetaPath, this.mQueryOptions);
|
|
1126
|
+
fetchExpandedTypes(this.sMetaPath, this.mLateExpandSelect || this.mQueryOptions);
|
|
1127
1127
|
this.oTypePromise = SyncPromise.all(aPromises).then(function () {
|
|
1128
1128
|
return mTypeForMetaPath;
|
|
1129
1129
|
});
|
|
@@ -1549,7 +1549,7 @@ sap.ui.define([
|
|
|
1549
1549
|
*
|
|
1550
1550
|
* @abstract
|
|
1551
1551
|
* @function
|
|
1552
|
-
* @name sap.ui.model.odata.lib._Cache#refreshSingleNoCollection
|
|
1552
|
+
* @name sap.ui.model.odata.v4.lib._Cache#refreshSingleNoCollection
|
|
1553
1553
|
* @private
|
|
1554
1554
|
*/
|
|
1555
1555
|
|
|
@@ -2621,7 +2621,7 @@ sap.ui.define([
|
|
|
2621
2621
|
}
|
|
2622
2622
|
return; // ignore other annotations
|
|
2623
2623
|
}
|
|
2624
|
-
if (Array.isArray(vPropertyValue)
|
|
2624
|
+
if (Array.isArray(vPropertyValue)) {
|
|
2625
2625
|
vPropertyValue.$created = 0; // number of (client-side) created elements
|
|
2626
2626
|
// compute count
|
|
2627
2627
|
const sCount = oInstance[sProperty + "@odata.count"];
|
|
@@ -3566,7 +3566,8 @@ sap.ui.define([
|
|
|
3566
3566
|
return _Helper.getPrivateAnnotation(oElement, "predicate") === sPredicate
|
|
3567
3567
|
&& Object.keys(oElement).length > 1 // entity has key properties
|
|
3568
3568
|
&& !oElement["@$ui5.context.isDeleted"]
|
|
3569
|
-
&& !that.hasPendingChangesForPath(sPredicate, bIgnorePendingChanges)
|
|
3569
|
+
&& !that.hasPendingChangesForPath(sPredicate, bIgnorePendingChanges)
|
|
3570
|
+
&& !that.isAggregated?.(oElement); // no refresh needed for aggregated elements
|
|
3570
3571
|
}
|
|
3571
3572
|
|
|
3572
3573
|
this.checkSharedRequest();
|
|
@@ -3606,7 +3607,7 @@ sap.ui.define([
|
|
|
3606
3607
|
|
|
3607
3608
|
/**
|
|
3608
3609
|
* @override
|
|
3609
|
-
* @see sap.ui.model.odata.lib._Cache#refreshSingleNoCollection
|
|
3610
|
+
* @see sap.ui.model.odata.v4.lib._Cache#refreshSingleNoCollection
|
|
3610
3611
|
*/
|
|
3611
3612
|
_CollectionCache.prototype.refreshSingleNoCollection = function (oGroupLock, sPath) {
|
|
3612
3613
|
return this.requestSideEffects(oGroupLock.getUnlockedCopy(), [_Helper.getMetaPath(sPath)],
|
|
@@ -4609,7 +4610,7 @@ sap.ui.define([
|
|
|
4609
4610
|
|
|
4610
4611
|
/**
|
|
4611
4612
|
* @override
|
|
4612
|
-
* @see sap.ui.model.odata.lib._Cache#refreshSingleNoCollection
|
|
4613
|
+
* @see sap.ui.model.odata.v4.lib._Cache#refreshSingleNoCollection
|
|
4613
4614
|
*/
|
|
4614
4615
|
_SingleCache.prototype.refreshSingleNoCollection = function (oGroupLock, sPath) {
|
|
4615
4616
|
return this.requestSideEffects(oGroupLock.getUnlockedCopy(), [_Helper.getMetaPath(sPath)]);
|