@openui5/sap.ui.core 1.134.0 → 1.136.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/.dtsgenrc +32 -0
- package/REUSE.toml +649 -0
- package/THIRDPARTY.txt +23 -23
- 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 +1 -1
- 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 +15 -15
- package/src/sap/base/assert.js +1 -1
- package/src/sap/base/config/MemoryConfigurationProvider.js +1 -1
- package/src/sap/base/config.js +2 -2
- package/src/sap/base/future.js +1 -1
- package/src/sap/base/i18n/Formatting.js +1 -1
- package/src/sap/base/i18n/LanguageFallback.js +344 -0
- package/src/sap/base/i18n/LanguageTag.js +2 -2
- package/src/sap/base/i18n/Localization.js +10 -5
- package/src/sap/base/i18n/ResourceBundle.js +16 -313
- 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 +2 -2
- package/src/sap/base/i18n/date/_EnumHelper.js +1 -1
- package/src/sap/base/security/URLListValidator.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/src/sap/base/util/deepClone.js +1 -1
- 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 +4 -4
- package/src/sap/ui/Global.js +4 -4
- package/src/sap/ui/VersionInfo.js +25 -10
- 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 +1 -1
- 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 +118 -94
- package/src/sap/ui/base/ManagedObjectMetadata.js +2 -2
- 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/SyncPromise.js +1 -1
- package/src/sap/ui/base/syncXHRFix.js +1 -1
- package/src/sap/ui/core/.library +6 -6
- 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 +58 -7
- package/src/sap/ui/core/ComponentContainer.js +5 -3
- 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 +2 -2
- 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 +1 -1
- package/src/sap/ui/core/Core.js +12 -4
- package/src/sap/ui/core/CustomData.js +3 -3
- 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 +18 -39
- package/src/sap/ui/core/ElementHooks.js +35 -0
- 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 +35 -12
- 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 +2 -2
- package/src/sap/ui/core/IconPool.js +12 -13
- 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 +10 -32
- 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 +68 -94
- package/src/sap/ui/core/Manifest.js +18 -2
- package/src/sap/ui/core/Message.js +2 -2
- package/src/sap/ui/core/Messaging.js +1 -1
- 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 +67 -76
- package/src/sap/ui/core/RenderManager.js +2 -2
- package/src/sap/ui/core/Renderer.js +2 -2
- package/src/sap/ui/core/Rendering.js +1 -1
- 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 +10 -1
- package/src/sap/ui/core/StashedControlSupport.js +1 -1
- 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 +98 -1
- 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 +2 -2
- package/src/sap/ui/core/UIAreaRegistry.js +1 -1
- package/src/sap/ui/core/UIComponent.js +31 -16
- 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 +2 -2
- package/src/sap/ui/core/XMLCompositeMetadata.js +2 -2
- package/src/sap/ui/core/XMLTemplateProcessor.js +9 -4
- package/src/sap/ui/core/_CommandPool.js +80 -0
- 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 +142 -0
- 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/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/ComponentContainer.designtime.js +1 -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 +1 -1
- package/src/sap/ui/core/dnd/DragAndDrop.js +2 -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 +91 -49
- package/src/sap/ui/core/fieldhelp/FieldHelpCustomData.js +1 -5
- package/src/sap/ui/core/fieldhelp/FieldHelpUtil.js +1 -1
- package/src/sap/ui/core/format/DateFormat.js +1 -1
- 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 +1 -1
- 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/i18n/interaction.xml +36 -0
- package/src/sap/ui/core/interaction/KeyboardInteractionDisplay.js +400 -0
- package/src/sap/ui/core/library.js +10 -4
- 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 +2 -2
- 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 +14 -0
- package/src/sap/ui/core/messagebundle_ar.properties +8 -0
- package/src/sap/ui/core/messagebundle_bg.properties +8 -0
- package/src/sap/ui/core/messagebundle_ca.properties +8 -0
- package/src/sap/ui/core/messagebundle_cnr.properties +8 -0
- package/src/sap/ui/core/messagebundle_cs.properties +8 -0
- package/src/sap/ui/core/messagebundle_cy.properties +8 -0
- package/src/sap/ui/core/messagebundle_da.properties +8 -0
- package/src/sap/ui/core/messagebundle_de.properties +8 -0
- package/src/sap/ui/core/messagebundle_el.properties +8 -0
- package/src/sap/ui/core/messagebundle_en.properties +8 -0
- package/src/sap/ui/core/messagebundle_en_GB.properties +8 -0
- package/src/sap/ui/core/messagebundle_en_US_saprigi.properties +8 -0
- package/src/sap/ui/core/messagebundle_es.properties +10 -2
- package/src/sap/ui/core/messagebundle_es_MX.properties +8 -0
- package/src/sap/ui/core/messagebundle_et.properties +8 -0
- package/src/sap/ui/core/messagebundle_fi.properties +8 -0
- package/src/sap/ui/core/messagebundle_fr.properties +8 -0
- package/src/sap/ui/core/messagebundle_fr_CA.properties +18 -10
- package/src/sap/ui/core/messagebundle_hi.properties +9 -1
- package/src/sap/ui/core/messagebundle_hr.properties +8 -0
- package/src/sap/ui/core/messagebundle_hu.properties +8 -0
- package/src/sap/ui/core/messagebundle_id.properties +11 -3
- package/src/sap/ui/core/messagebundle_it.properties +8 -0
- package/src/sap/ui/core/messagebundle_iw.properties +8 -0
- package/src/sap/ui/core/messagebundle_ja.properties +8 -0
- package/src/sap/ui/core/messagebundle_kk.properties +8 -0
- package/src/sap/ui/core/messagebundle_ko.properties +8 -0
- package/src/sap/ui/core/messagebundle_lt.properties +8 -0
- package/src/sap/ui/core/messagebundle_lv.properties +8 -0
- package/src/sap/ui/core/messagebundle_mk.properties +8 -0
- package/src/sap/ui/core/messagebundle_ms.properties +8 -0
- package/src/sap/ui/core/messagebundle_nl.properties +8 -0
- package/src/sap/ui/core/messagebundle_no.properties +8 -0
- package/src/sap/ui/core/messagebundle_pl.properties +8 -0
- package/src/sap/ui/core/messagebundle_pt.properties +8 -0
- package/src/sap/ui/core/messagebundle_pt_PT.properties +8 -0
- package/src/sap/ui/core/messagebundle_ro.properties +10 -2
- package/src/sap/ui/core/messagebundle_ru.properties +8 -0
- package/src/sap/ui/core/messagebundle_sh.properties +8 -0
- package/src/sap/ui/core/messagebundle_sk.properties +8 -0
- package/src/sap/ui/core/messagebundle_sl.properties +10 -2
- package/src/sap/ui/core/messagebundle_sr.properties +8 -0
- package/src/sap/ui/core/messagebundle_sv.properties +8 -0
- package/src/sap/ui/core/messagebundle_th.properties +9 -1
- package/src/sap/ui/core/messagebundle_tr.properties +8 -0
- package/src/sap/ui/core/messagebundle_uk.properties +8 -0
- package/src/sap/ui/core/messagebundle_vi.properties +10 -2
- package/src/sap/ui/core/messagebundle_zh_CN.properties +8 -0
- package/src/sap/ui/core/messagebundle_zh_TW.properties +8 -0
- package/src/sap/ui/core/mvc/Controller.js +28 -100
- package/src/sap/ui/core/mvc/ControllerExtension.js +1 -1
- package/src/sap/ui/core/mvc/ControllerExtensionProvider.js +79 -5
- package/src/sap/ui/core/mvc/ControllerMetadata.js +1 -6
- 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 +44 -19
- 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 +21 -2
- package/src/sap/ui/core/mvc/XMLViewRenderer.js +1 -1
- package/src/sap/ui/core/plugin/DeclarativeSupport.js +2 -2
- package/src/sap/ui/core/plugin/LessSupport.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 +3 -1
- package/src/sap/ui/core/routing/RouterHashChanger.js +1 -1
- package/src/sap/ui/core/routing/Target.js +1 -1
- package/src/sap/ui/core/routing/TargetCache.js +1 -1
- package/src/sap/ui/core/routing/Targets.js +25 -1
- package/src/sap/ui/core/routing/Views.js +1 -1
- package/src/sap/ui/core/routing/async/Route.js +1 -1
- package/src/sap/ui/core/routing/async/Target.js +1 -1
- package/src/sap/ui/core/routing/async/TargetCache.js +1 -1
- package/src/sap/ui/core/routing/async/Targets.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 +1 -1
- 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 +1 -1
- 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 +2 -2
- package/src/sap/ui/core/service/ServiceFactory.js +2 -2
- 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 +1 -1
- package/src/sap/ui/core/support/controls/ObjectViewer.js +1 -1
- package/src/sap/ui/core/support/controls/TimelineOverview.js +1 -1
- package/src/sap/ui/core/support/controls/TreeViewer.js +1 -1
- package/src/sap/ui/core/support/debugReboot.js +1 -1
- package/src/sap/ui/core/support/plugins/Breakpoint.js +1 -1
- 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 +2 -2
- package/src/sap/ui/core/support/plugins/LocalStorage.js +2 -2
- package/src/sap/ui/core/support/plugins/Performance.js +2 -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 +1 -1
- package/src/sap/ui/core/support/techinfo/moduleTreeHelper.js +13 -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 +6 -6
- package/src/sap/ui/core/syncStyleClass.js +1 -1
- package/src/sap/ui/core/themes/base/base.less +399 -24
- package/src/sap/ui/core/themes/base/global.less +7 -0
- package/src/sap/ui/core/themes/base/icons/favicon.ico +0 -0
- package/src/sap/ui/core/themes/base/library.source.less +1 -1
- package/src/sap/ui/core/themes/base/skeleton.less +12 -6
- package/src/sap/ui/core/themes/sap_hcb/.theming +2 -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 +37 -27
- package/src/sap/ui/core/theming/ThemeManager.js +8 -3
- 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 +1 -1
- 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 +2 -2
- 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 +1 -1
- package/src/sap/ui/core/util/_LocalizationHelper.js +1 -1
- package/src/sap/ui/core/util/reflection/BaseTreeModifier.js +1 -1
- package/src/sap/ui/core/util/reflection/JsControlTreeModifier.js +1 -1
- package/src/sap/ui/core/util/reflection/XmlTreeModifier.js +1 -1
- 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 +1 -1
- 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/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 +1 -1
- 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 +1 -1
- package/src/sap/ui/model/ClientListBinding.js +1 -1
- package/src/sap/ui/model/ClientModel.js +2 -2
- 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 +1 -1
- package/src/sap/ui/model/ContextBinding.js +1 -1
- package/src/sap/ui/model/DataState.js +2 -2
- 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 +2 -2
- 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 +1 -1
- package/src/sap/ui/model/TreeBindingCompatibilityAdapter.js +1 -1
- package/src/sap/ui/model/TreeBindingUtils.js +1 -1
- 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 +1 -1
- package/src/sap/ui/model/analytics/AnalyticalBinding.js +1 -1
- 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 +1 -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 +1 -1
- 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 +2 -2
- package/src/sap/ui/model/json/JSONPropertyBinding.js +1 -1
- package/src/sap/ui/model/json/JSONTreeBinding.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 +1 -1
- package/src/sap/ui/model/odata/Filter.js +1 -1
- package/src/sap/ui/model/odata/MessageScope.js +1 -1
- package/src/sap/ui/model/odata/ODataAnnotations.js +2 -2
- package/src/sap/ui/model/odata/ODataContextBinding.js +1 -1
- 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 +2 -2
- package/src/sap/ui/model/odata/ODataMetaModel.js +2 -2
- package/src/sap/ui/model/odata/ODataMetadata.js +6 -3
- 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 +1 -1
- 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 +2 -2
- package/src/sap/ui/model/odata/type/Byte.js +2 -2
- package/src/sap/ui/model/odata/type/Currency.js +2 -2
- package/src/sap/ui/model/odata/type/Date.js +2 -2
- package/src/sap/ui/model/odata/type/DateTime.js +2 -2
- package/src/sap/ui/model/odata/type/DateTimeBase.js +2 -2
- package/src/sap/ui/model/odata/type/DateTimeOffset.js +2 -2
- package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +2 -2
- package/src/sap/ui/model/odata/type/Decimal.js +2 -2
- package/src/sap/ui/model/odata/type/Double.js +2 -2
- package/src/sap/ui/model/odata/type/Guid.js +2 -2
- package/src/sap/ui/model/odata/type/Int.js +2 -2
- package/src/sap/ui/model/odata/type/Int16.js +2 -2
- package/src/sap/ui/model/odata/type/Int32.js +2 -2
- package/src/sap/ui/model/odata/type/Int64.js +2 -2
- package/src/sap/ui/model/odata/type/ODataType.js +2 -2
- package/src/sap/ui/model/odata/type/Raw.js +2 -2
- package/src/sap/ui/model/odata/type/SByte.js +2 -2
- package/src/sap/ui/model/odata/type/Single.js +2 -2
- package/src/sap/ui/model/odata/type/Stream.js +2 -2
- package/src/sap/ui/model/odata/type/String.js +2 -2
- package/src/sap/ui/model/odata/type/Time.js +2 -2
- package/src/sap/ui/model/odata/type/TimeOfDay.js +2 -2
- package/src/sap/ui/model/odata/type/Unit.js +2 -2
- 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 +2 -2
- package/src/sap/ui/model/odata/v2/ODataContextBinding.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataListBinding.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataModel.js +50 -41
- package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +2 -2
- package/src/sap/ui/model/odata/v2/_CreatedContextsCache.js +1 -1
- package/src/sap/ui/model/odata/v4/AnnotationHelper.js +1 -1
- package/src/sap/ui/model/odata/v4/Context.js +94 -36
- package/src/sap/ui/model/odata/v4/ODataBinding.js +16 -10
- package/src/sap/ui/model/odata/v4/ODataContextBinding.js +5 -5
- package/src/sap/ui/model/odata/v4/ODataListBinding.js +157 -23
- package/src/sap/ui/model/odata/v4/ODataMetaModel.js +64 -5
- package/src/sap/ui/model/odata/v4/ODataModel.js +15 -3
- package/src/sap/ui/model/odata/v4/ODataParentBinding.js +6 -3
- package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +4 -3
- 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 +88 -11
- package/src/sap/ui/model/odata/v4/lib/_AggregationHelper.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_Batch.js +6 -2
- package/src/sap/ui/model/odata/v4/lib/_Cache.js +37 -12
- 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 +34 -18
- 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 +1 -1
- 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 +2 -2
- 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 +2 -2
- 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 +1 -1
- 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 +1 -1
- 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 +2 -2
- 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 +1 -1
- 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 +1 -1
- package/src/sap/ui/test/PageObjectFactory.js +1 -1
- package/src/sap/ui/test/RecordReplay.js +1 -1
- package/src/sap/ui/test/RecorderHotkeyListener.js +1 -1
- package/src/sap/ui/test/TestUtils.js +2 -2
- 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 +1 -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 +1 -1
- 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 +2 -3
- 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/_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 +3 -1
- package/src/ui5loader.js +30 -8
- package/ui5.yaml +1 -1
- package/.reuse/dep5 +0 -471
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 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.136.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
|
|
@@ -1133,7 +1133,7 @@ sap.ui.define([
|
|
|
1133
1133
|
return undefined;
|
|
1134
1134
|
}
|
|
1135
1135
|
return sBindingParameterPath.split("/").map((sSegment, i) => {
|
|
1136
|
-
return sSegment.slice(0, sSegment.
|
|
1136
|
+
return sSegment.slice(0, sSegment.indexOf("("))
|
|
1137
1137
|
+ (i ? sPredicate : sPartnerPredicate);
|
|
1138
1138
|
}).join("/");
|
|
1139
1139
|
};
|
|
@@ -1588,8 +1588,8 @@ sap.ui.define([
|
|
|
1588
1588
|
that.mAggregatedQueryOptions = that.mLateQueryOptions;
|
|
1589
1589
|
that.mLateQueryOptions = undefined;
|
|
1590
1590
|
}
|
|
1591
|
-
that.fetchCache(that.oContext, false, /*bKeepQueryOptions*/false,
|
|
1592
|
-
bKeepCacheOnError
|
|
1591
|
+
that.fetchCache(that.oContext, false, /*bKeepQueryOptions*/false, sGroupId,
|
|
1592
|
+
bKeepCacheOnError);
|
|
1593
1593
|
// Do not fire a change event, or else ManagedObject destroys and recreates the
|
|
1594
1594
|
// binding hierarchy causing a flood of events.
|
|
1595
1595
|
if (bHasChangeListeners) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -59,7 +59,7 @@ sap.ui.define([
|
|
|
59
59
|
* @mixes sap.ui.model.odata.v4.ODataParentBinding
|
|
60
60
|
* @public
|
|
61
61
|
* @since 1.37.0
|
|
62
|
-
* @version 1.
|
|
62
|
+
* @version 1.136.0
|
|
63
63
|
* @borrows sap.ui.model.odata.v4.ODataBinding#getGroupId as #getGroupId
|
|
64
64
|
* @borrows sap.ui.model.odata.v4.ODataBinding#getRootBinding as #getRootBinding
|
|
65
65
|
* @borrows sap.ui.model.odata.v4.ODataBinding#getUpdateGroupId as #getUpdateGroupId
|
|
@@ -193,17 +193,24 @@ sap.ui.define([
|
|
|
193
193
|
/**
|
|
194
194
|
* Returns all currently existing contexts of this list binding in no special order.
|
|
195
195
|
*
|
|
196
|
+
* @param {boolean} [bNoCreated]
|
|
197
|
+
* Whether to exclude created and out of place contexts
|
|
196
198
|
* @returns {sap.ui.model.odata.v4.Context[]}
|
|
197
199
|
* All currently existing contexts of this list binding, in no special order
|
|
198
200
|
*
|
|
199
201
|
* @private
|
|
200
202
|
* @see #getAllCurrentContexts
|
|
201
203
|
*/
|
|
202
|
-
ODataListBinding.prototype._getAllExistingContexts = function () {
|
|
203
|
-
|
|
204
|
+
ODataListBinding.prototype._getAllExistingContexts = function (bNoCreated) {
|
|
205
|
+
let aContexts = this.aContexts ?? [];
|
|
206
|
+
if (bNoCreated) {
|
|
207
|
+
aContexts = aContexts.slice(this.iCreatedContexts);
|
|
208
|
+
}
|
|
209
|
+
return aContexts.filter(function (oContext) {
|
|
204
210
|
return oContext;
|
|
205
211
|
}).concat(Object.values(this.mPreviousContextsByPath).filter(function (oContext) {
|
|
206
|
-
|
|
212
|
+
const bKeptAlive = oContext.isEffectivelyKeptAlive();
|
|
213
|
+
return bNoCreated ? bKeptAlive && !oContext.isOutOfPlace() : bKeptAlive;
|
|
207
214
|
}));
|
|
208
215
|
};
|
|
209
216
|
|
|
@@ -661,6 +668,34 @@ sap.ui.define([
|
|
|
661
668
|
return ListBinding.prototype.attachEvent.apply(this, arguments);
|
|
662
669
|
};
|
|
663
670
|
|
|
671
|
+
/**
|
|
672
|
+
* Attach event handler <code>fnFunction</code> to the 'selectionChanged' event of this binding.
|
|
673
|
+
*
|
|
674
|
+
* @param {function} fnFunction The function to call when the event occurs
|
|
675
|
+
* @param {object} [oListener] Object on which to call the given function
|
|
676
|
+
* @returns {this} <code>this</code> to allow method chaining
|
|
677
|
+
*
|
|
678
|
+
* @public
|
|
679
|
+
* @since 1.136.0
|
|
680
|
+
*/
|
|
681
|
+
ODataListBinding.prototype.attachSelectionChanged = function (fnFunction, oListener) {
|
|
682
|
+
return this.attachEvent("selectionChanged", fnFunction, oListener);
|
|
683
|
+
};
|
|
684
|
+
|
|
685
|
+
/**
|
|
686
|
+
* Attach event handler <code>fnFunction</code> to the 'separateReceived' event of this binding.
|
|
687
|
+
*
|
|
688
|
+
* @param {function} fnFunction The function to call when the event occurs
|
|
689
|
+
* @param {object} [oListener] Object on which to call the given function
|
|
690
|
+
* @returns {this} <code>this</code> to allow method chaining
|
|
691
|
+
*
|
|
692
|
+
* @public
|
|
693
|
+
* @since 1.136.0
|
|
694
|
+
*/
|
|
695
|
+
ODataListBinding.prototype.attachSeparateReceived = function (fnFunction, oListener) {
|
|
696
|
+
return this.attachEvent("separateReceived", fnFunction, oListener);
|
|
697
|
+
};
|
|
698
|
+
|
|
664
699
|
/**
|
|
665
700
|
* Checks that deep create is possible in this binding.
|
|
666
701
|
*
|
|
@@ -1495,12 +1530,42 @@ sap.ui.define([
|
|
|
1495
1530
|
return this.detachEvent("createSent", fnFunction, oListener);
|
|
1496
1531
|
};
|
|
1497
1532
|
|
|
1533
|
+
/**
|
|
1534
|
+
* Detach event handler <code>fnFunction</code> from the 'selectionChanged' event of this
|
|
1535
|
+
* binding.
|
|
1536
|
+
*
|
|
1537
|
+
* @param {function} fnFunction The function to call when the event occurs
|
|
1538
|
+
* @param {object} [oListener] Object on which to call the given function
|
|
1539
|
+
* @returns {this} <code>this</code> to allow method chaining
|
|
1540
|
+
*
|
|
1541
|
+
* @public
|
|
1542
|
+
* @since 1.136.0
|
|
1543
|
+
*/
|
|
1544
|
+
ODataListBinding.prototype.detachSelectionChanged = function (fnFunction, oListener) {
|
|
1545
|
+
return this.detachEvent("selectionChanged", fnFunction, oListener);
|
|
1546
|
+
};
|
|
1547
|
+
|
|
1548
|
+
/**
|
|
1549
|
+
* Detach event handler <code>fnFunction</code> from the 'separateReceived' event of this
|
|
1550
|
+
* binding.
|
|
1551
|
+
*
|
|
1552
|
+
* @param {function} fnFunction The function to call when the event occurs
|
|
1553
|
+
* @param {object} [oListener] Object on which to call the given function
|
|
1554
|
+
* @returns {this} <code>this</code> to allow method chaining
|
|
1555
|
+
*
|
|
1556
|
+
* @public
|
|
1557
|
+
* @since 1.136.0
|
|
1558
|
+
*/
|
|
1559
|
+
ODataListBinding.prototype.detachSeparateReceived = function (fnFunction, oListener) {
|
|
1560
|
+
return this.detachEvent("separateReceived", fnFunction, oListener);
|
|
1561
|
+
};
|
|
1562
|
+
|
|
1498
1563
|
/**
|
|
1499
1564
|
* @override
|
|
1500
1565
|
* @see sap.ui.model.odata.v4.ODataBinding#doCreateCache
|
|
1501
1566
|
*/
|
|
1502
1567
|
ODataListBinding.prototype.doCreateCache = function (sResourcePath, mQueryOptions, oContext,
|
|
1503
|
-
sDeepResourcePath, sGroupId, oOldCache) {
|
|
1568
|
+
sDeepResourcePath, sGroupId, bSideEffectsRefresh, oOldCache) {
|
|
1504
1569
|
var oCache,
|
|
1505
1570
|
aKeepAlivePredicates,
|
|
1506
1571
|
mKeptElementsByPredicate,
|
|
@@ -1518,12 +1583,15 @@ sap.ui.define([
|
|
|
1518
1583
|
&& oOldCache instanceof _AggregationCache) {
|
|
1519
1584
|
if (bResetViaSideEffects && this.mParameters.$$aggregation?.hierarchyQualifier) {
|
|
1520
1585
|
sGroupId = this.getGroupId(); // reset via a side-effects refresh
|
|
1586
|
+
bSideEffectsRefresh = true;
|
|
1521
1587
|
oOldCache.resetOutOfPlace();
|
|
1522
1588
|
}
|
|
1523
1589
|
// Note: #inheritQueryOptions as called below should not matter in case of own
|
|
1524
1590
|
// requests, which are a precondition for kept-alive elements
|
|
1525
|
-
oOldCache.reset(aKeepAlivePredicates, sGroupId
|
|
1526
|
-
this.mParameters.$$aggregation, this.isGrouped());
|
|
1591
|
+
oOldCache.reset(aKeepAlivePredicates, bSideEffectsRefresh ? sGroupId : undefined,
|
|
1592
|
+
mQueryOptions, this.mParameters.$$aggregation, this.isGrouped());
|
|
1593
|
+
// validate selection after the old cache is reset
|
|
1594
|
+
this.validateSelection(oOldCache, sGroupId);
|
|
1527
1595
|
|
|
1528
1596
|
return oOldCache;
|
|
1529
1597
|
}
|
|
@@ -2867,9 +2935,7 @@ sap.ui.define([
|
|
|
2867
2935
|
* @since 1.91.0
|
|
2868
2936
|
*/
|
|
2869
2937
|
ODataListBinding.prototype.getCount = function () {
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
return oHeaderContext ? oHeaderContext.getProperty("$count") : undefined;
|
|
2938
|
+
return this.getHeaderContext()?.getProperty("$count");
|
|
2873
2939
|
};
|
|
2874
2940
|
|
|
2875
2941
|
/**
|
|
@@ -3306,6 +3372,25 @@ sap.ui.define([
|
|
|
3306
3372
|
return this.mQueryOptions;
|
|
3307
3373
|
};
|
|
3308
3374
|
|
|
3375
|
+
/**
|
|
3376
|
+
* Returns the count of selected elements as a number of type <code>Edm.Int64</code>. The count
|
|
3377
|
+
* is bindable via the header context (see {@link #getHeaderContext}) and path
|
|
3378
|
+
* <code>$selectionCount</code>; it is either available synchronously or unknown. It is unknown
|
|
3379
|
+
* if the binding is relative but has no context and also if the list binding's
|
|
3380
|
+
* {@link sap.ui.model.odata.v4.ODataListBinding#getHeaderContext header context} is selected
|
|
3381
|
+
* ("select all").
|
|
3382
|
+
*
|
|
3383
|
+
* @returns {number|undefined}
|
|
3384
|
+
* The count of selected elements or <code>undefined</code> if the count or the header
|
|
3385
|
+
* context is not available.
|
|
3386
|
+
*
|
|
3387
|
+
* @public
|
|
3388
|
+
* @since 1.135.0
|
|
3389
|
+
*/
|
|
3390
|
+
ODataListBinding.prototype.getSelectionCount = function () {
|
|
3391
|
+
return this.getHeaderContext()?.getProperty("$selectionCount");
|
|
3392
|
+
};
|
|
3393
|
+
|
|
3309
3394
|
/**
|
|
3310
3395
|
* Returns true if the binding has {@link sap.ui.model.Filter.NONE} in its filters.
|
|
3311
3396
|
*
|
|
@@ -3628,22 +3713,26 @@ sap.ui.define([
|
|
|
3628
3713
|
* Moves the given (child) node to the given parent, just before the given next sibling. An
|
|
3629
3714
|
* expanded (child) node is silently collapsed before and expanded after the move. A collapsed
|
|
3630
3715
|
* parent is automatically expanded; so is a leaf. The (child) node is added to the parent at
|
|
3631
|
-
* its proper position ("in place") and simply "persisted".
|
|
3632
|
-
*
|
|
3633
|
-
*
|
|
3716
|
+
* its proper position ("in place") and simply "persisted". If needed, a subsequent side-effects
|
|
3717
|
+
* refresh within the same $batch is requested, but still the moved (child) node's index is
|
|
3718
|
+
* updated to the new position.
|
|
3634
3719
|
*
|
|
3635
3720
|
* @param {sap.ui.model.odata.v4.Context} oChildContext - The (child) node to be moved
|
|
3636
3721
|
* @param {sap.ui.model.odata.v4.Context|null} oParentContext - The new parent's context
|
|
3637
3722
|
* @param {sap.ui.model.odata.v4.Context|null} [oSiblingContext] - The next sibling's context
|
|
3638
|
-
* @
|
|
3639
|
-
*
|
|
3640
|
-
*
|
|
3723
|
+
* @param {boolean} [bCopy]
|
|
3724
|
+
* Whether the node should be copied instead of moved. The returned promise resolves with the
|
|
3725
|
+
* index for the copied node.
|
|
3726
|
+
* @returns {sap.ui.base.SyncPromise<number|undefined>}
|
|
3727
|
+
* A promise which is resolved without a defined result when the move is finished, or with the
|
|
3728
|
+
* index for the copied node, or rejected in case of an error
|
|
3641
3729
|
* @throws {Error} If there is no recursive hierarchy or if this binding's root binding is
|
|
3642
3730
|
* suspended
|
|
3643
3731
|
*
|
|
3644
3732
|
* @private
|
|
3645
3733
|
*/
|
|
3646
|
-
ODataListBinding.prototype.move = function (oChildContext, oParentContext, oSiblingContext
|
|
3734
|
+
ODataListBinding.prototype.move = function (oChildContext, oParentContext, oSiblingContext,
|
|
3735
|
+
bCopy) {
|
|
3647
3736
|
/*
|
|
3648
3737
|
* Sets the <code>iIndex</code> of every context instance inside the given range. Allows for
|
|
3649
3738
|
* start greater than end and swaps both in that case.
|
|
@@ -3681,7 +3770,7 @@ sap.ui.define([
|
|
|
3681
3770
|
: oChildContext.getPath().slice(1);
|
|
3682
3771
|
const bUpdateSiblingIndex = oSiblingContext?.isEffectivelyKeptAlive();
|
|
3683
3772
|
const {promise : oPromise, refresh : bRefresh} = this.oCache.move(oGroupLock, sChildPath,
|
|
3684
|
-
sParentPath, sSiblingPath, sNonCanonicalChildPath, bUpdateSiblingIndex);
|
|
3773
|
+
sParentPath, sSiblingPath, sNonCanonicalChildPath, bUpdateSiblingIndex, bCopy);
|
|
3685
3774
|
|
|
3686
3775
|
if (bRefresh) {
|
|
3687
3776
|
return SyncPromise.all([
|
|
@@ -3689,11 +3778,15 @@ sap.ui.define([
|
|
|
3689
3778
|
this.requestSideEffects(sUpdateGroupId, [""])
|
|
3690
3779
|
]).then(([fnGetIndices]) => {
|
|
3691
3780
|
// Note: wait for side-effects refresh before getting index!
|
|
3692
|
-
const [iChildIndex, iSiblingIndex] = fnGetIndices();
|
|
3781
|
+
const [iChildIndex, iSiblingIndex, oCopyIndexPromise] = fnGetIndices();
|
|
3693
3782
|
oChildContext.iIndex = iChildIndex;
|
|
3694
3783
|
if (bUpdateSiblingIndex) {
|
|
3695
3784
|
oSiblingContext.iIndex = iSiblingIndex;
|
|
3696
3785
|
}
|
|
3786
|
+
|
|
3787
|
+
if (bCopy) {
|
|
3788
|
+
return oCopyIndexPromise;
|
|
3789
|
+
}
|
|
3697
3790
|
});
|
|
3698
3791
|
}
|
|
3699
3792
|
|
|
@@ -3887,7 +3980,7 @@ sap.ui.define([
|
|
|
3887
3980
|
oCache.reset([]);
|
|
3888
3981
|
} else {
|
|
3889
3982
|
that.fetchCache(that.oContext, false, /*bKeepQueryOptions*/true,
|
|
3890
|
-
|
|
3983
|
+
sGroupId, bKeepCacheOnError);
|
|
3891
3984
|
oKeptElementsPromise = that.refreshKeptElements(sGroupId,
|
|
3892
3985
|
/*bIgnorePendingChanges*/ bKeepCacheOnError);
|
|
3893
3986
|
if (that.iCurrentEnd > 0) {
|
|
@@ -4082,6 +4175,7 @@ sap.ui.define([
|
|
|
4082
4175
|
|
|
4083
4176
|
if (!bStillAlive) {
|
|
4084
4177
|
bDestroyed = true;
|
|
4178
|
+
oContext.doSetSelected(false, true);
|
|
4085
4179
|
oContext.destroy();
|
|
4086
4180
|
}
|
|
4087
4181
|
}
|
|
@@ -4340,8 +4434,7 @@ sap.ui.define([
|
|
|
4340
4434
|
/**
|
|
4341
4435
|
* Requests selected contexts matching the binding's filters and ordered by its sorters. A
|
|
4342
4436
|
* context which is selected but no longer part of this list binding's collection (that is,
|
|
4343
|
-
* which doesn't match the filters) is not returned but still shown as selected on the UI
|
|
4344
|
-
* (see {@link #requestSelectionValidation}).
|
|
4437
|
+
* which doesn't match the filters) is not returned but still shown as selected on the UI.
|
|
4345
4438
|
*
|
|
4346
4439
|
* Note: Data for all selected contexts is reread from the server, even if it is already
|
|
4347
4440
|
* available on the client. Any data updates are reflected on the UI but no order is changed.
|
|
@@ -5178,6 +5271,47 @@ sap.ui.define([
|
|
|
5178
5271
|
}
|
|
5179
5272
|
};
|
|
5180
5273
|
|
|
5274
|
+
/**
|
|
5275
|
+
* Validates the selected contexts against the list binding's filter criteria and removes the
|
|
5276
|
+
* selection from contexts that no longer match.
|
|
5277
|
+
*
|
|
5278
|
+
* @param {sap.ui.model.odata.v4.lib._Cache} oCache
|
|
5279
|
+
* The cache to be used
|
|
5280
|
+
* @param {string} [sGroupId]
|
|
5281
|
+
* The group ID to be used for the request
|
|
5282
|
+
*
|
|
5283
|
+
* @private
|
|
5284
|
+
*/
|
|
5285
|
+
ODataListBinding.prototype.validateSelection = function (oCache, sGroupId) {
|
|
5286
|
+
if (!this.mParameters.$$clearSelectionOnFilter
|
|
5287
|
+
|| _Helper.isDataAggregation(this.mParameters)
|
|
5288
|
+
|| this.oHeaderContext.isSelected()) {
|
|
5289
|
+
return;
|
|
5290
|
+
}
|
|
5291
|
+
|
|
5292
|
+
const aSelectedContexts = this._getAllExistingContexts(true)
|
|
5293
|
+
.filter((oContext) => oContext.isSelected());
|
|
5294
|
+
|
|
5295
|
+
if (!aSelectedContexts.length) {
|
|
5296
|
+
return;
|
|
5297
|
+
}
|
|
5298
|
+
|
|
5299
|
+
const iStartOfPredicate = this.getResolvedPath().length;
|
|
5300
|
+
const aPredicatesIn = aSelectedContexts
|
|
5301
|
+
.map((oContext) => oContext.getPath().slice(iStartOfPredicate));
|
|
5302
|
+
oCache.requestFilteredOrderedPredicates(aPredicatesIn, this.lockGroup(sGroupId), true)
|
|
5303
|
+
.then((aPredicatesOut) => {
|
|
5304
|
+
const oPredicates = new Set(aPredicatesOut);
|
|
5305
|
+
aSelectedContexts.forEach((oContext) => {
|
|
5306
|
+
if (!oPredicates.has(oContext.getPath().slice(iStartOfPredicate))) {
|
|
5307
|
+
oContext.setSelected(false);
|
|
5308
|
+
}
|
|
5309
|
+
});
|
|
5310
|
+
}, (oError) => {
|
|
5311
|
+
this.oModel.reportError("Failed to validate selection", sClassName, oError);
|
|
5312
|
+
});
|
|
5313
|
+
};
|
|
5314
|
+
|
|
5181
5315
|
//*********************************************************************************************
|
|
5182
5316
|
// "static" functions
|
|
5183
5317
|
//*********************************************************************************************
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 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,45 @@ sap.ui.define([
|
|
|
60
60
|
oBooleanType,
|
|
61
61
|
mCodeListUrl2Promise = {},
|
|
62
62
|
DEBUG = Log.Level.DEBUG,
|
|
63
|
-
|
|
63
|
+
oGeoJSON = {
|
|
64
|
+
$kind : "ComplexType",
|
|
65
|
+
$OpenType : true,
|
|
66
|
+
bbox : {
|
|
67
|
+
$kind : "Property",
|
|
68
|
+
$Type : "Edm.Double",
|
|
69
|
+
$isCollection : true
|
|
70
|
+
},
|
|
71
|
+
type : {
|
|
72
|
+
$kind : "Property",
|
|
73
|
+
$Nullable : false,
|
|
74
|
+
$Type : "Edm.String"
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
oGeometry = {
|
|
78
|
+
...oGeoJSON, // "$BaseType" : "GeoJSON",
|
|
79
|
+
coordinates : {
|
|
80
|
+
$kind : "Property",
|
|
81
|
+
$Nullable : false,
|
|
82
|
+
$Type : "Edm.Double",
|
|
83
|
+
$isCollection : true
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
mEdmScope = {
|
|
87
|
+
"Edm.Geography" : {...oGeoJSON, $Abstract : true},
|
|
88
|
+
"Edm.GeographyLineString" : oGeometry,
|
|
89
|
+
"Edm.GeographyMultiLineString" : oGeometry,
|
|
90
|
+
"Edm.GeographyMultiPoint" : oGeometry,
|
|
91
|
+
"Edm.GeographyMultiPolygon" : oGeometry,
|
|
92
|
+
"Edm.GeographyPoint" : oGeometry,
|
|
93
|
+
"Edm.GeographyPolygon" : oGeometry
|
|
94
|
+
// Note: same for "Edm.Geometry*", see end of file
|
|
95
|
+
},
|
|
96
|
+
aInt64Names = [
|
|
97
|
+
"$count",
|
|
98
|
+
"$selectionCount",
|
|
99
|
+
"@$ui5.node.groupLevelCount",
|
|
100
|
+
"@$ui5.node.level"
|
|
101
|
+
],
|
|
64
102
|
oInt64Type,
|
|
65
103
|
rLeftBraces = /\$\(/g,
|
|
66
104
|
rNumber = /^-?\d+$/,
|
|
@@ -157,7 +195,7 @@ sap.ui.define([
|
|
|
157
195
|
* @hideconstructor
|
|
158
196
|
* @public
|
|
159
197
|
* @since 1.37.0
|
|
160
|
-
* @version 1.
|
|
198
|
+
* @version 1.136.0
|
|
161
199
|
*/
|
|
162
200
|
ODataMetaModel = MetaModel.extend("sap.ui.model.odata.v4.ODataMetaModel", {
|
|
163
201
|
constructor : constructor
|
|
@@ -1091,7 +1129,7 @@ sap.ui.define([
|
|
|
1091
1129
|
if (!bPrefetch) {
|
|
1092
1130
|
aPromises.push(this.oModel._requestAnnotationChanges());
|
|
1093
1131
|
this.oMetadataPromise = SyncPromise.all(aPromises).then(function (aMetadata) {
|
|
1094
|
-
var mScope = aMetadata[0];
|
|
1132
|
+
var mScope = Object.assign(aMetadata[0], mEdmScope);
|
|
1095
1133
|
|
|
1096
1134
|
that.aAnnotationChanges = aMetadata.pop();
|
|
1097
1135
|
that._mergeAnnotations(mScope, aMetadata.slice(1));
|
|
@@ -1785,7 +1823,7 @@ sap.ui.define([
|
|
|
1785
1823
|
return oProperty["$ui5.type"];
|
|
1786
1824
|
}
|
|
1787
1825
|
|
|
1788
|
-
if (oProperty.$isCollection) {
|
|
1826
|
+
if (oProperty.$isCollection && !rNumber.test(sLastSegment)) {
|
|
1789
1827
|
Log.warning("Unsupported collection type, using " + oType.getName(), sPath,
|
|
1790
1828
|
sODataMetaModel);
|
|
1791
1829
|
} else {
|
|
@@ -2675,6 +2713,22 @@ sap.ui.define([
|
|
|
2675
2713
|
ODataMetaModel.prototype.getValueListType
|
|
2676
2714
|
= _Helper.createGetMethod("fetchValueListType", true);
|
|
2677
2715
|
|
|
2716
|
+
/**
|
|
2717
|
+
* Tells whether this metadata model's service prefers requests to use a resource path with
|
|
2718
|
+
* navigation properties instead of a canonical path, thus reflecting the object composition.
|
|
2719
|
+
* See "com.sap.vocabularies.Common.v1.AddressViaNavigationPath" for more details.
|
|
2720
|
+
*
|
|
2721
|
+
* @returns {boolean|undefined}
|
|
2722
|
+
* <code>true</code> if the "com.sap.vocabularies.Common.v1.AddressViaNavigationPath" tag is
|
|
2723
|
+
* present, <code>undefined</code> if it is missing or metadata is not (yet) available
|
|
2724
|
+
*
|
|
2725
|
+
* @public
|
|
2726
|
+
* @since 1.135.0
|
|
2727
|
+
*/
|
|
2728
|
+
ODataMetaModel.prototype.isAddressViaNavigationPath = function () {
|
|
2729
|
+
return this.getObject("/@com.sap.vocabularies.Common.v1.AddressViaNavigationPath");
|
|
2730
|
+
};
|
|
2731
|
+
|
|
2678
2732
|
/**
|
|
2679
2733
|
* Method not supported
|
|
2680
2734
|
*
|
|
@@ -3706,5 +3760,10 @@ sap.ui.define([
|
|
|
3706
3760
|
mCodeListUrl2Promise = {};
|
|
3707
3761
|
};
|
|
3708
3762
|
|
|
3763
|
+
Object.keys(mEdmScope).forEach((sGeographyName) => {
|
|
3764
|
+
const sGeometryName = sGeographyName.replace("Geography", "Geometry");
|
|
3765
|
+
mEdmScope[sGeometryName] = mEdmScope[sGeographyName];
|
|
3766
|
+
});
|
|
3767
|
+
|
|
3709
3768
|
return ODataMetaModel;
|
|
3710
3769
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 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.136.0
|
|
244
244
|
*/
|
|
245
245
|
ODataModel = Model.extend("sap.ui.model.odata.v4.ODataModel",
|
|
246
246
|
/** @lends sap.ui.model.odata.v4.ODataModel.prototype */{
|
|
@@ -928,7 +928,11 @@ sap.ui.define([
|
|
|
928
928
|
* @param {boolean} [mParameters.$$clearSelectionOnFilter]
|
|
929
929
|
* Whether the selection state of the list binding is cleared when a filter is changed; this
|
|
930
930
|
* includes dynamic filters, '$filter', '$search', and <code>$$aggregation.search</code>.
|
|
931
|
-
* Supported since 1.120.13.
|
|
931
|
+
* Supported since 1.120.13. Since 1.135.0, the selection state is validated when reloading
|
|
932
|
+
* the list binding's data. The
|
|
933
|
+
* {@link sap.ui.model.odata.v4.Context#isSelected selection states of contexts} which no
|
|
934
|
+
* longer match the current filter are reset. <b>Note:</b> The selection state is not
|
|
935
|
+
* validated if the <code>$$aggregation</code> parameter is used.
|
|
932
936
|
* @param {boolean} [mParameters.$$getKeepAliveContext]
|
|
933
937
|
* Whether this binding is considered for a match when {@link #getKeepAliveContext} is called;
|
|
934
938
|
* only the value <code>true</code> is allowed. Must not be combined with <code>$apply</code>,
|
|
@@ -1045,6 +1049,14 @@ sap.ui.define([
|
|
|
1045
1049
|
* is also supported (since 1.130.0) for complex types and collections thereof; for entity
|
|
1046
1050
|
* types, use {@link #bindContext} instead.
|
|
1047
1051
|
*
|
|
1052
|
+
* Since 1.135.0, the binding may also point to an array element inside a collection of
|
|
1053
|
+
* primitive type, for example in the context of geography locations. Let's assume
|
|
1054
|
+
* "GeoLocation" is a structural property of type "Edm.GeographyPoint", then "coordinates" is a
|
|
1055
|
+
* structural property of type "Collection(Edm.Double)":
|
|
1056
|
+
* <pre>
|
|
1057
|
+
* <Text id="longitude" text="{Address/GeoLocation/coordinates/0}"/>
|
|
1058
|
+
* </pre>
|
|
1059
|
+
*
|
|
1048
1060
|
* @param {string} sPath
|
|
1049
1061
|
* The binding path in the model; must not end with a slash
|
|
1050
1062
|
* @param {sap.ui.model.Context} [oContext]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -276,7 +276,9 @@ sap.ui.define([
|
|
|
276
276
|
/**
|
|
277
277
|
* Changes this binding's parameters and refreshes the binding. Since 1.111.0, a list binding's
|
|
278
278
|
* header context is deselected, but (since 1.120.13) only if the binding parameter
|
|
279
|
-
* '$$clearSelectionOnFilter' is set and the '$filter' or '$search' parameter is changed.
|
|
279
|
+
* '$$clearSelectionOnFilter' is set and the '$filter' or '$search' parameter is changed. In all
|
|
280
|
+
* other cases, the caller of this method needs to evaluate whether the changed parameters
|
|
281
|
+
* invalidate the current selection and then deselect the header context if needed.
|
|
280
282
|
*
|
|
281
283
|
* If there are pending changes that cannot be ignored, an error is thrown. Use
|
|
282
284
|
* {@link #hasPendingChanges} to check if there are such pending changes. If there are, call
|
|
@@ -870,7 +872,8 @@ sap.ui.define([
|
|
|
870
872
|
}
|
|
871
873
|
|
|
872
874
|
if (bDependsOnOperation || sReducedChildMetaPath === "$count"
|
|
873
|
-
|| sReducedChildMetaPath.endsWith("/$count")
|
|
875
|
+
|| sReducedChildMetaPath.endsWith("/$count")
|
|
876
|
+
|| sReducedChildMetaPath === "$selectionCount") {
|
|
874
877
|
return sReducedPath;
|
|
875
878
|
}
|
|
876
879
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 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.136.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
|
|
@@ -541,7 +541,8 @@ sap.ui.define([
|
|
|
541
541
|
if (that.oCache && that.oCache.reset) {
|
|
542
542
|
that.oCache.reset();
|
|
543
543
|
} else {
|
|
544
|
-
that.fetchCache(that.oContext, false, /*bKeepQueryOptions*/true,
|
|
544
|
+
that.fetchCache(that.oContext, false, /*bKeepQueryOptions*/true, sGroupId,
|
|
545
|
+
bKeepCacheOnError);
|
|
545
546
|
}
|
|
546
547
|
|
|
547
548
|
if (bCheckUpdate) {
|