@openui5/sap.ui.core 1.132.1 → 1.133.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 +5 -0
- package/.eslintrc.json +4 -0
- package/.reuse/dep5 +2 -2
- package/LICENSES/LicenseRef-Unicode-3.0.txt +39 -0
- package/THIRDPARTY.txt +54 -66
- package/package.json +1 -1
- package/src/jquery.sap.global.js +1 -1
- package/src/jquery.sap.properties.js +1 -1
- package/src/jquery.sap.resources.js +1 -1
- package/src/jquery.sap.script.js +1 -1
- package/src/jquery.sap.storage.js +3 -3
- package/src/sap/base/Event.js +1 -1
- package/src/sap/base/Eventing.js +1 -1
- package/src/sap/base/config.js +1 -1
- package/src/sap/base/i18n/LanguageTag.js +1 -1
- package/src/sap/base/i18n/date/TimezoneUtils.js +159 -12
- package/src/sap/base/util/JSTokenizer.js +25 -18
- package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
- package/src/sap/base/util/restricted/_castArray.js +1 -1
- package/src/sap/base/util/restricted/_compact.js +1 -1
- package/src/sap/base/util/restricted/_curry.js +1 -1
- package/src/sap/base/util/restricted/_debounce.js +1 -1
- package/src/sap/base/util/restricted/_difference.js +1 -1
- package/src/sap/base/util/restricted/_differenceBy.js +1 -1
- package/src/sap/base/util/restricted/_differenceWith.js +1 -1
- package/src/sap/base/util/restricted/_flatMap.js +1 -1
- package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
- package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
- package/src/sap/base/util/restricted/_flatten.js +1 -1
- package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
- package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
- package/src/sap/base/util/restricted/_intersection.js +1 -1
- package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
- package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
- package/src/sap/base/util/restricted/_isEqual.js +1 -1
- package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
- package/src/sap/base/util/restricted/_isNil.js +1 -1
- package/src/sap/base/util/restricted/_max.js +1 -1
- package/src/sap/base/util/restricted/_merge.js +1 -1
- package/src/sap/base/util/restricted/_mergeWith.js +1 -1
- package/src/sap/base/util/restricted/_min.js +1 -1
- package/src/sap/base/util/restricted/_omit.js +1 -1
- package/src/sap/base/util/restricted/_pick.js +1 -1
- package/src/sap/base/util/restricted/_pickBy.js +1 -1
- package/src/sap/base/util/restricted/_throttle.js +1 -1
- package/src/sap/base/util/restricted/_toArray.js +1 -1
- package/src/sap/base/util/restricted/_union.js +1 -1
- package/src/sap/base/util/restricted/_unionBy.js +1 -1
- package/src/sap/base/util/restricted/_unionWith.js +1 -1
- package/src/sap/base/util/restricted/_uniq.js +1 -1
- package/src/sap/base/util/restricted/_uniqBy.js +1 -1
- package/src/sap/base/util/restricted/_uniqWith.js +1 -1
- package/src/sap/base/util/restricted/_without.js +1 -1
- package/src/sap/base/util/restricted/_xor.js +1 -1
- package/src/sap/base/util/restricted/_xorBy.js +1 -1
- package/src/sap/base/util/restricted/_xorWith.js +1 -1
- package/src/sap/base/util/restricted/_zipObject.js +1 -1
- package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
- package/src/sap/ui/Device.js +3 -3
- package/src/sap/ui/Global.js +3 -3
- package/src/sap/ui/base/Event.js +1 -1
- package/src/sap/ui/base/EventProvider.js +1 -1
- package/src/sap/ui/base/Interface.js +1 -1
- package/src/sap/ui/base/ManagedObject.js +1 -1
- package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
- package/src/sap/ui/base/Metadata.js +1 -1
- package/src/sap/ui/base/Object.js +1 -1
- package/src/sap/ui/base/ObjectPool.js +1 -1
- package/src/sap/ui/base/SyncPromise.js +120 -25
- package/src/sap/ui/core/.library +6 -6
- package/src/sap/ui/core/BusyIndicator.js +1 -1
- package/src/sap/ui/core/Component.js +1 -1
- package/src/sap/ui/core/ComponentContainer.js +1 -1
- package/src/sap/ui/core/ComponentMetadata.js +1 -1
- package/src/sap/ui/core/ComponentSupport.js +1 -1
- package/src/sap/ui/core/Configuration.js +1 -1
- package/src/sap/ui/core/Control.js +1 -1
- package/src/sap/ui/core/Core.js +2 -2
- package/src/sap/ui/core/CustomData.js +1 -1
- package/src/sap/ui/core/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/Element.js +3 -1
- package/src/sap/ui/core/ElementMetadata.js +1 -1
- package/src/sap/ui/core/EnabledPropagator.js +1 -1
- package/src/sap/ui/core/EventBus.js +1 -1
- package/src/sap/ui/core/Fragment.js +1 -1
- package/src/sap/ui/core/HTML.js +1 -1
- package/src/sap/ui/core/History.js +1 -1
- package/src/sap/ui/core/Icon.js +1 -1
- package/src/sap/ui/core/IndicationColorSupport.js +1 -1
- package/src/sap/ui/core/IntervalTrigger.js +1 -1
- package/src/sap/ui/core/InvisibleMessage.js +1 -1
- package/src/sap/ui/core/InvisibleRenderer.js +1 -1
- package/src/sap/ui/core/InvisibleText.js +1 -1
- package/src/sap/ui/core/Item.js +1 -1
- package/src/sap/ui/core/LabelEnablement.js +1 -1
- package/src/sap/ui/core/LayoutData.js +1 -1
- package/src/sap/ui/core/ListItem.js +1 -1
- package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
- package/src/sap/ui/core/Locale.js +1 -1
- package/src/sap/ui/core/LocaleData.js +96 -79
- package/src/sap/ui/core/Manifest.js +1 -1
- package/src/sap/ui/core/Message.js +1 -1
- package/src/sap/ui/core/RenderManager.js +1 -1
- package/src/sap/ui/core/Renderer.js +1 -1
- package/src/sap/ui/core/ResizeHandler.js +1 -1
- package/src/sap/ui/core/ScrollBar.js +1 -1
- package/src/sap/ui/core/SeparatorItem.js +1 -1
- package/src/sap/ui/core/Title.js +1 -1
- package/src/sap/ui/core/TooltipBase.js +1 -1
- package/src/sap/ui/core/UIArea.js +1 -1
- package/src/sap/ui/core/UIComponent.js +1 -1
- package/src/sap/ui/core/UIComponentMetadata.js +1 -1
- package/src/sap/ui/core/ValueStateSupport.js +1 -1
- package/src/sap/ui/core/VariantLayoutData.js +1 -1
- package/src/sap/ui/core/XMLComposite.js +1 -1
- package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
- package/src/sap/ui/core/XMLTemplateProcessor.js +22 -3
- package/src/sap/ui/core/_IconRegistry.js +2 -0
- package/src/sap/ui/core/boot/_bootConfig.js +134 -105
- package/src/sap/ui/core/cldr/Unicode-Data-Files-LICENSE.txt +36 -24
- package/src/sap/ui/core/cldr/ar.json +106 -98
- package/src/sap/ui/core/cldr/ar_EG.json +106 -98
- package/src/sap/ui/core/cldr/ar_SA.json +106 -98
- package/src/sap/ui/core/cldr/bg.json +44 -38
- package/src/sap/ui/core/cldr/ca.json +65 -65
- package/src/sap/ui/core/cldr/cnr.json +182 -170
- package/src/sap/ui/core/cldr/cs.json +39 -31
- package/src/sap/ui/core/cldr/cy.json +319 -233
- package/src/sap/ui/core/cldr/da.json +36 -32
- package/src/sap/ui/core/cldr/de.json +134 -135
- package/src/sap/ui/core/cldr/de_AT.json +134 -135
- package/src/sap/ui/core/cldr/de_CH.json +135 -136
- package/src/sap/ui/core/cldr/el.json +44 -37
- package/src/sap/ui/core/cldr/el_CY.json +44 -37
- package/src/sap/ui/core/cldr/en.json +91 -53
- package/src/sap/ui/core/cldr/en_AU.json +108 -70
- package/src/sap/ui/core/cldr/en_GB.json +123 -85
- package/src/sap/ui/core/cldr/en_HK.json +102 -64
- package/src/sap/ui/core/cldr/en_IE.json +102 -64
- package/src/sap/ui/core/cldr/en_IN.json +207 -67
- package/src/sap/ui/core/cldr/en_NZ.json +102 -64
- package/src/sap/ui/core/cldr/en_PG.json +102 -64
- package/src/sap/ui/core/cldr/en_SG.json +102 -64
- package/src/sap/ui/core/cldr/en_ZA.json +106 -66
- package/src/sap/ui/core/cldr/es.json +43 -39
- package/src/sap/ui/core/cldr/es_AR.json +92 -64
- package/src/sap/ui/core/cldr/es_BO.json +92 -64
- package/src/sap/ui/core/cldr/es_CL.json +92 -64
- package/src/sap/ui/core/cldr/es_CO.json +92 -64
- package/src/sap/ui/core/cldr/es_MX.json +131 -83
- package/src/sap/ui/core/cldr/es_PE.json +69 -41
- package/src/sap/ui/core/cldr/es_UY.json +93 -65
- package/src/sap/ui/core/cldr/es_VE.json +92 -64
- package/src/sap/ui/core/cldr/et.json +60 -59
- package/src/sap/ui/core/cldr/fa.json +122 -116
- package/src/sap/ui/core/cldr/fi.json +186 -82
- package/src/sap/ui/core/cldr/fr.json +57 -56
- package/src/sap/ui/core/cldr/fr_BE.json +56 -55
- package/src/sap/ui/core/cldr/fr_CA.json +139 -89
- package/src/sap/ui/core/cldr/fr_CH.json +47 -46
- package/src/sap/ui/core/cldr/fr_LU.json +57 -56
- package/src/sap/ui/core/cldr/he.json +458 -381
- package/src/sap/ui/core/cldr/hi.json +204 -170
- package/src/sap/ui/core/cldr/hr.json +64 -57
- package/src/sap/ui/core/cldr/hu.json +145 -148
- package/src/sap/ui/core/cldr/id.json +72 -62
- package/src/sap/ui/core/cldr/it.json +76 -75
- package/src/sap/ui/core/cldr/it_CH.json +76 -75
- package/src/sap/ui/core/cldr/ja.json +62 -44
- package/src/sap/ui/core/cldr/kk.json +171 -146
- package/src/sap/ui/core/cldr/ko.json +91 -73
- package/src/sap/ui/core/cldr/lt.json +134 -135
- package/src/sap/ui/core/cldr/lv.json +119 -111
- package/src/sap/ui/core/cldr/mk.json +316 -314
- package/src/sap/ui/core/cldr/ms.json +91 -75
- package/src/sap/ui/core/cldr/nb.json +37 -37
- package/src/sap/ui/core/cldr/nl.json +45 -48
- package/src/sap/ui/core/cldr/nl_BE.json +45 -48
- package/src/sap/ui/core/cldr/pl.json +47 -42
- package/src/sap/ui/core/cldr/pt.json +129 -124
- package/src/sap/ui/core/cldr/pt_PT.json +43 -38
- package/src/sap/ui/core/cldr/ro.json +42 -37
- package/src/sap/ui/core/cldr/ru.json +59 -51
- package/src/sap/ui/core/cldr/ru_UA.json +59 -51
- package/src/sap/ui/core/cldr/sk.json +55 -46
- package/src/sap/ui/core/cldr/sl.json +45 -31
- package/src/sap/ui/core/cldr/sr.json +189 -177
- package/src/sap/ui/core/cldr/sr_Latn.json +189 -177
- package/src/sap/ui/core/cldr/sv.json +42 -41
- package/src/sap/ui/core/cldr/th.json +104 -90
- package/src/sap/ui/core/cldr/tr.json +40 -39
- package/src/sap/ui/core/cldr/uk.json +143 -123
- package/src/sap/ui/core/cldr/vi.json +136 -133
- package/src/sap/ui/core/cldr/zh_CN.json +47 -41
- package/src/sap/ui/core/cldr/zh_HK.json +47 -41
- package/src/sap/ui/core/cldr/zh_SG.json +47 -41
- package/src/sap/ui/core/cldr/zh_TW.json +163 -160
- package/src/sap/ui/core/date/Buddhist.js +2 -2
- package/src/sap/ui/core/date/CalendarUtils.js +4 -4
- package/src/sap/ui/core/date/Gregorian.js +2 -2
- package/src/sap/ui/core/date/Islamic.js +2 -2
- package/src/sap/ui/core/date/Japanese.js +2 -2
- package/src/sap/ui/core/date/Persian.js +2 -2
- package/src/sap/ui/core/date/UI5Date.js +1 -1
- package/src/sap/ui/core/date/UniversalDate.js +12 -12
- package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
- package/src/sap/ui/core/delegate/ScrollEnablement.js +7 -5
- package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
- package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
- package/src/sap/ui/core/dnd/DragInfo.js +1 -1
- package/src/sap/ui/core/dnd/DropInfo.js +1 -1
- package/src/sap/ui/core/fieldhelp/FieldHelp.js +204 -4
- package/src/sap/ui/core/fieldhelp/FieldHelpUtil.js +8 -8
- package/src/sap/ui/core/format/DateFormat.js +18 -16
- package/src/sap/ui/core/format/FormatUtils.js +1 -1
- package/src/sap/ui/core/format/NumberFormat.js +336 -353
- package/src/sap/ui/core/format/TimezoneUtil.js +1 -1
- package/src/sap/ui/core/getCompatibilityVersion.js +1 -1
- package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
- package/src/sap/ui/core/library.js +7 -5
- package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
- package/src/sap/ui/core/message/Message.js +1 -1
- package/src/sap/ui/core/message/MessageManager.js +1 -1
- package/src/sap/ui/core/message/MessageMixin.js +12 -4
- package/src/sap/ui/core/message/MessageParser.js +1 -1
- package/src/sap/ui/core/message/MessageProcessor.js +1 -1
- package/src/sap/ui/core/messagebundle_sv.properties +1 -1
- package/src/sap/ui/core/mvc/HTMLView.js +1 -1
- package/src/sap/ui/core/mvc/JSONView.js +1 -1
- package/src/sap/ui/core/mvc/JSView.js +1 -1
- package/src/sap/ui/core/mvc/TemplateView.js +1 -1
- package/src/sap/ui/core/mvc/View.js +1 -1
- package/src/sap/ui/core/mvc/XMLView.js +1 -1
- package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/plugin/LessSupport.js +1 -1
- package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
- package/src/sap/ui/core/postmessage/Bus.js +1 -1
- package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
- package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
- package/src/sap/ui/core/search/SearchProvider.js +1 -1
- package/src/sap/ui/core/service/Service.js +1 -1
- package/src/sap/ui/core/service/ServiceFactory.js +1 -1
- package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
- package/src/sap/ui/core/support/Plugin.js +1 -1
- package/src/sap/ui/core/support/Support.js +1 -1
- package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
- package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
- package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
- package/src/sap/ui/core/support/plugins/Performance.js +1 -1
- package/src/sap/ui/core/support/plugins/Selector.js +1 -1
- package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
- package/src/sap/ui/core/support/plugins/Trace.js +1 -1
- package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
- package/src/sap/ui/core/themes/base/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/base/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/theming/ThemeManager.js +84 -33
- package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
- package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
- package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
- package/src/sap/ui/core/tmpl/Template.js +1 -1
- package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
- package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
- package/src/sap/ui/core/util/Export.js +1 -1
- package/src/sap/ui/core/util/ExportCell.js +1 -1
- package/src/sap/ui/core/util/ExportColumn.js +1 -1
- package/src/sap/ui/core/util/ExportRow.js +1 -1
- package/src/sap/ui/core/util/ExportType.js +1 -1
- package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
- package/src/sap/ui/core/util/File.js +1 -1
- package/src/sap/ui/core/util/LibraryInfo.js +1 -1
- package/src/sap/ui/core/util/MockServer.js +5 -2
- package/src/sap/ui/core/util/PasteHelper.js +1 -1
- package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
- package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
- package/src/sap/ui/core/webc/WebComponent.js +1 -1
- package/src/sap/ui/core/webc/WebComponentMetadata.js +1 -1
- package/src/sap/ui/core/ws/ReadyState.js +1 -1
- package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
- package/src/sap/ui/core/ws/WebSocket.js +1 -1
- package/src/sap/ui/debug/ControlTree.js +1 -1
- package/src/sap/ui/debug/DebugEnv.js +1 -1
- package/src/sap/ui/debug/PropertyList.js +1 -1
- package/src/sap/ui/model/ClientModel.js +1 -1
- package/src/sap/ui/model/CompositeDataState.js +1 -1
- package/src/sap/ui/model/CompositeType.js +1 -1
- package/src/sap/ui/model/DataState.js +1 -1
- package/src/sap/ui/model/ManagedObjectBindingSupport.js +21 -12
- package/src/sap/ui/model/MetaModel.js +1 -1
- package/src/sap/ui/model/Model.js +1 -1
- package/src/sap/ui/model/SelectionModel.js +1 -1
- package/src/sap/ui/model/SimpleType.js +1 -1
- package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
- package/src/sap/ui/model/Type.js +1 -1
- package/src/sap/ui/model/base/ManagedObjectModel.js +5 -2
- package/src/sap/ui/model/json/JSONModel.js +1 -1
- package/src/sap/ui/model/message/MessageModel.js +1 -1
- package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
- package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
- package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
- package/src/sap/ui/model/odata/ODataModel.js +1 -1
- package/src/sap/ui/model/odata/ODataUtils.js +2 -2
- package/src/sap/ui/model/odata/UpdateMethod.js +18 -1
- package/src/sap/ui/model/odata/_AnnotationHelperExpression.js +2 -2
- package/src/sap/ui/model/odata/type/Boolean.js +1 -1
- package/src/sap/ui/model/odata/type/Byte.js +1 -1
- package/src/sap/ui/model/odata/type/Currency.js +1 -1
- package/src/sap/ui/model/odata/type/Date.js +3 -3
- package/src/sap/ui/model/odata/type/DateTime.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeOffset.js +2 -2
- package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +1 -1
- package/src/sap/ui/model/odata/type/Decimal.js +1 -1
- package/src/sap/ui/model/odata/type/Double.js +1 -1
- package/src/sap/ui/model/odata/type/Guid.js +1 -1
- package/src/sap/ui/model/odata/type/Int.js +1 -1
- package/src/sap/ui/model/odata/type/Int16.js +1 -1
- package/src/sap/ui/model/odata/type/Int32.js +1 -1
- package/src/sap/ui/model/odata/type/Int64.js +1 -1
- package/src/sap/ui/model/odata/type/ODataType.js +1 -1
- package/src/sap/ui/model/odata/type/Raw.js +1 -1
- package/src/sap/ui/model/odata/type/SByte.js +1 -1
- package/src/sap/ui/model/odata/type/Single.js +1 -1
- package/src/sap/ui/model/odata/type/Stream.js +1 -1
- package/src/sap/ui/model/odata/type/String.js +1 -1
- package/src/sap/ui/model/odata/type/Time.js +1 -1
- package/src/sap/ui/model/odata/type/TimeOfDay.js +3 -3
- package/src/sap/ui/model/odata/type/Unit.js +1 -1
- package/src/sap/ui/model/odata/v2/Context.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataModel.js +39 -22
- package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/Context.js +48 -16
- package/src/sap/ui/model/odata/v4/ODataBinding.js +2 -0
- package/src/sap/ui/model/odata/v4/ODataContextBinding.js +3 -1
- package/src/sap/ui/model/odata/v4/ODataListBinding.js +22 -13
- package/src/sap/ui/model/odata/v4/ODataMetaModel.js +17 -6
- package/src/sap/ui/model/odata/v4/ODataModel.js +3 -3
- package/src/sap/ui/model/odata/v4/ODataParentBinding.js +6 -0
- package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataUtils.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +9 -9
- package/src/sap/ui/model/odata/v4/lib/_AggregationHelper.js +4 -7
- package/src/sap/ui/model/odata/v4/lib/_Cache.js +251 -129
- package/src/sap/ui/model/odata/v4/lib/_Helper.js +20 -0
- package/src/sap/ui/model/odata/v4/lib/_Requestor.js +8 -3
- package/src/sap/ui/model/odata/v4/lib/_V2Requestor.js +1 -1
- package/src/sap/ui/model/resource/ResourceModel.js +1 -1
- package/src/sap/ui/model/type/Boolean.js +1 -1
- package/src/sap/ui/model/type/Currency.js +1 -1
- package/src/sap/ui/model/type/Date.js +1 -1
- package/src/sap/ui/model/type/DateInterval.js +1 -1
- package/src/sap/ui/model/type/DateTime.js +1 -1
- package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
- package/src/sap/ui/model/type/FileSize.js +1 -1
- package/src/sap/ui/model/type/Float.js +1 -1
- package/src/sap/ui/model/type/Integer.js +1 -1
- package/src/sap/ui/model/type/String.js +1 -1
- package/src/sap/ui/model/type/Time.js +1 -1
- package/src/sap/ui/model/type/TimeInterval.js +1 -1
- package/src/sap/ui/model/type/Unit.js +1 -1
- package/src/sap/ui/model/xml/XMLModel.js +1 -1
- package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
- package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
- package/src/sap/ui/test/generic/TestBase.js +1 -1
- package/src/sap/ui/test/starter/_setupAndStart.js +1 -1
- package/src/sap/ui/thirdparty/jquery-compat.js +1 -1
- package/src/sap/ui/util/Storage.js +1 -1
- package/src/ui5loader.js +1 -1
- package/test/sap/ui/qunit/TestRunner.js +6 -10
- package/LICENSES/Unicode-DFS-2015.txt +0 -51
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
sap.ui.define([], function () {
|
|
8
8
|
"use strict";
|
|
9
9
|
|
|
10
|
-
var oResolved = new SyncPromise(function (resolve,
|
|
10
|
+
var oResolved = new SyncPromise(function (resolve, _reject) {
|
|
11
11
|
resolve();
|
|
12
12
|
}), // a SyncPromise which is resolved w/o arguments
|
|
13
|
-
oResolvedNull = new SyncPromise(function (resolve,
|
|
13
|
+
oResolvedNull = new SyncPromise(function (resolve, _reject) {
|
|
14
14
|
resolve(null);
|
|
15
15
|
}); // a SyncPromise which is resolved w/ null
|
|
16
16
|
|
|
@@ -66,7 +66,7 @@ sap.ui.define([], function () {
|
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
|
|
69
|
+
/*
|
|
70
70
|
* Tells whether the given value is a function or object with a "then" property. These are the
|
|
71
71
|
* candidates for "thenables".
|
|
72
72
|
*
|
|
@@ -81,20 +81,23 @@ sap.ui.define([], function () {
|
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
/**
|
|
84
|
-
* Constructor for a {@link sap.ui.base.SyncPromise} which may wrap a thenable
|
|
85
|
-
*
|
|
86
|
-
* the result.
|
|
87
|
-
*
|
|
88
|
-
* Implements https://promisesaplus.com except "2.2.4. onFulfilled or onRejected must not be
|
|
89
|
-
* called until the execution context stack contains only platform code."
|
|
90
|
-
*
|
|
91
|
-
* @param {function} fnExecutor
|
|
92
|
-
* A function that is passed with the arguments resolve and reject...
|
|
84
|
+
* Constructor for a {@link sap.ui.base.SyncPromise} which may wrap a thenable in order to
|
|
85
|
+
* observe settlement and later provide synchronous access to the result.
|
|
93
86
|
*
|
|
94
87
|
* @alias sap.ui.base.SyncPromise
|
|
88
|
+
* @author SAP SE
|
|
95
89
|
* @class
|
|
90
|
+
* @classdesc
|
|
91
|
+
* A wrapper around a thenable (for example, a native <code>Promise</code>) in order to observe
|
|
92
|
+
* settlement and later provide synchronous access to the result.
|
|
93
|
+
*
|
|
94
|
+
* Implements <a href="https://promisesaplus.com">Promises/A+</a> except "2.2.4. onFulfilled or
|
|
95
|
+
* onRejected must not be called until the execution context stack contains only platform code."
|
|
96
96
|
* @private
|
|
97
|
-
* @ui5-restricted sap.ui.core,sap.ui.dt,sap.ui.
|
|
97
|
+
* @ui5-restricted sap.ui.core (Lib),sap.m,sap.ui.comp,sap.ui.dt,sap.ui.mdc
|
|
98
|
+
*
|
|
99
|
+
* @param {function} fnExecutor
|
|
100
|
+
* A function that is passed with the arguments resolve and reject...
|
|
98
101
|
*/
|
|
99
102
|
function SyncPromise(fnExecutor) {
|
|
100
103
|
var bCaught = false,
|
|
@@ -137,14 +140,14 @@ sap.ui.define([], function () {
|
|
|
137
140
|
if (vResult0.isFulfilled()) {
|
|
138
141
|
resolve(vResult0.getResult());
|
|
139
142
|
return;
|
|
140
|
-
}
|
|
143
|
+
}
|
|
144
|
+
if (vResult0.isRejected()) {
|
|
141
145
|
vResult0.caught(); // might have been uncaught so far
|
|
142
146
|
reject(vResult0.getResult());
|
|
143
147
|
return;
|
|
144
|
-
} else {
|
|
145
|
-
vResult0.caught(); // make sure it will never count as uncaught
|
|
146
|
-
vResult0 = vResult0.getResult(); // unwrap to access native thenable
|
|
147
148
|
}
|
|
149
|
+
vResult0.caught(); // make sure it will never count as uncaught
|
|
150
|
+
vResult0 = vResult0.getResult(); // unwrap to access native thenable
|
|
148
151
|
}
|
|
149
152
|
|
|
150
153
|
iState = 0;
|
|
@@ -176,6 +179,9 @@ sap.ui.define([], function () {
|
|
|
176
179
|
* {@link #catch}, but with less overhead. Use it together with {@link #isRejected} and
|
|
177
180
|
* {@link #getResult} in cases where the rejection is turned into <code>throw</code>; or
|
|
178
181
|
* simply use {@link #unwrap} instead.
|
|
182
|
+
*
|
|
183
|
+
* @private
|
|
184
|
+
* @ui5-restricted sap.ui.core (Lib),sap.m,sap.ui.comp,sap.ui.dt,sap.ui.mdc
|
|
179
185
|
*/
|
|
180
186
|
this.caught = function () {
|
|
181
187
|
if (!bCaught) {
|
|
@@ -192,6 +198,9 @@ sap.ui.define([], function () {
|
|
|
192
198
|
* @returns {any}
|
|
193
199
|
* The result in case this {@link sap.ui.base.SyncPromise} is already fulfilled, the
|
|
194
200
|
* reason if it is already rejected, or the wrapped thenable if it is still pending
|
|
201
|
+
*
|
|
202
|
+
* @private
|
|
203
|
+
* @ui5-restricted sap.ui.core (Lib),sap.m,sap.ui.comp,sap.ui.dt,sap.ui.mdc
|
|
195
204
|
*/
|
|
196
205
|
this.getResult = function () {
|
|
197
206
|
return vResult;
|
|
@@ -202,6 +211,9 @@ sap.ui.define([], function () {
|
|
|
202
211
|
*
|
|
203
212
|
* @returns {boolean}
|
|
204
213
|
* Whether this {@link sap.ui.base.SyncPromise} is fulfilled
|
|
214
|
+
*
|
|
215
|
+
* @private
|
|
216
|
+
* @ui5-restricted sap.ui.core (Lib),sap.m,sap.ui.comp,sap.ui.dt,sap.ui.mdc
|
|
205
217
|
*/
|
|
206
218
|
this.isFulfilled = function () {
|
|
207
219
|
return iState === 1;
|
|
@@ -212,6 +224,9 @@ sap.ui.define([], function () {
|
|
|
212
224
|
*
|
|
213
225
|
* @returns {boolean}
|
|
214
226
|
* Whether this {@link sap.ui.base.SyncPromise} is still pending
|
|
227
|
+
*
|
|
228
|
+
* @private
|
|
229
|
+
* @ui5-restricted sap.ui.core (Lib),sap.m,sap.ui.comp,sap.ui.dt,sap.ui.mdc
|
|
215
230
|
*/
|
|
216
231
|
this.isPending = function () {
|
|
217
232
|
return !iState;
|
|
@@ -222,6 +237,9 @@ sap.ui.define([], function () {
|
|
|
222
237
|
*
|
|
223
238
|
* @returns {boolean}
|
|
224
239
|
* Whether this {@link sap.ui.base.SyncPromise} is rejected
|
|
240
|
+
*
|
|
241
|
+
* @private
|
|
242
|
+
* @ui5-restricted sap.ui.core (Lib),sap.m,sap.ui.comp,sap.ui.dt,sap.ui.mdc
|
|
225
243
|
*/
|
|
226
244
|
this.isRejected = function () {
|
|
227
245
|
return iState === -1;
|
|
@@ -231,9 +249,9 @@ sap.ui.define([], function () {
|
|
|
231
249
|
|
|
232
250
|
if (iState === undefined) {
|
|
233
251
|
// make sure we wrap a native Promise while pending
|
|
234
|
-
vResult = new Promise(function (
|
|
235
|
-
fnResolve =
|
|
236
|
-
fnReject =
|
|
252
|
+
vResult = new Promise(function (resolve0, reject0) {
|
|
253
|
+
fnResolve = resolve0;
|
|
254
|
+
fnReject = reject0;
|
|
237
255
|
});
|
|
238
256
|
vResult.catch(function () {}); // avoid "Uncaught (in promise)"
|
|
239
257
|
}
|
|
@@ -249,7 +267,9 @@ sap.ui.define([], function () {
|
|
|
249
267
|
* A new {@link sap.ui.base.SyncPromise}, or <code>this</code> in case it is settled and no
|
|
250
268
|
* corresponding callback function is given
|
|
251
269
|
*
|
|
270
|
+
* @private
|
|
252
271
|
* @see #then
|
|
272
|
+
* @ui5-restricted sap.ui.core (Lib),sap.m,sap.ui.comp,sap.ui.dt,sap.ui.mdc
|
|
253
273
|
*/
|
|
254
274
|
SyncPromise.prototype.catch = function (fnOnRejected) {
|
|
255
275
|
return this.then(undefined, fnOnRejected);
|
|
@@ -265,7 +285,9 @@ sap.ui.define([], function () {
|
|
|
265
285
|
* A new {@link sap.ui.base.SyncPromise}, or <code>this</code> in case it is settled and no
|
|
266
286
|
* callback function is given
|
|
267
287
|
*
|
|
288
|
+
* @private
|
|
268
289
|
* @see #then
|
|
290
|
+
* @ui5-restricted sap.ui.core (Lib),sap.m,sap.ui.comp,sap.ui.dt,sap.ui.mdc
|
|
269
291
|
*/
|
|
270
292
|
SyncPromise.prototype.finally = function (fnOnFinally) {
|
|
271
293
|
if (typeof fnOnFinally === "function") {
|
|
@@ -297,6 +319,9 @@ sap.ui.define([], function () {
|
|
|
297
319
|
* @returns {sap.ui.base.SyncPromise}
|
|
298
320
|
* A new {@link sap.ui.base.SyncPromise}, or <code>this</code> in case it is settled and no
|
|
299
321
|
* corresponding callback function is given
|
|
322
|
+
*
|
|
323
|
+
* @private
|
|
324
|
+
* @ui5-restricted sap.ui.core (Lib),sap.m,sap.ui.comp,sap.ui.dt,sap.ui.mdc
|
|
300
325
|
*/
|
|
301
326
|
SyncPromise.prototype.then = function (fnOnFulfilled, fnOnRejected) {
|
|
302
327
|
var fnCallback = this.isFulfilled() ? fnOnFulfilled : fnOnRejected,
|
|
@@ -310,7 +335,7 @@ sap.ui.define([], function () {
|
|
|
310
335
|
|
|
311
336
|
if (!bPending) {
|
|
312
337
|
return bCallbackIsFunction
|
|
313
|
-
? new SyncPromise(function (resolve,
|
|
338
|
+
? new SyncPromise(function (resolve, _reject) {
|
|
314
339
|
resolve(fnCallback(that.getResult())); // Note: try/catch is present in c'tor!
|
|
315
340
|
})
|
|
316
341
|
: this;
|
|
@@ -324,6 +349,9 @@ sap.ui.define([], function () {
|
|
|
324
349
|
* of the reason is returned.
|
|
325
350
|
*
|
|
326
351
|
* @return {string} A string description of this {@link sap.ui.base.SyncPromise}
|
|
352
|
+
*
|
|
353
|
+
* @private
|
|
354
|
+
* @ui5-restricted sap.ui.core (Lib),sap.m,sap.ui.comp,sap.ui.dt,sap.ui.mdc
|
|
327
355
|
*/
|
|
328
356
|
SyncPromise.prototype.toString = function () {
|
|
329
357
|
if (this.isPending()) {
|
|
@@ -344,7 +372,9 @@ sap.ui.define([], function () {
|
|
|
344
372
|
* @throws {any}
|
|
345
373
|
* The reason if this promise is already rejected
|
|
346
374
|
*
|
|
375
|
+
* @private
|
|
347
376
|
* @see #getResult
|
|
377
|
+
* @ui5-restricted sap.ui.core (Lib),sap.m,sap.ui.comp,sap.ui.dt,sap.ui.mdc
|
|
348
378
|
*/
|
|
349
379
|
SyncPromise.prototype.unwrap = function () {
|
|
350
380
|
this.caught(); // make sure it will never count as uncaught
|
|
@@ -363,6 +393,9 @@ sap.ui.define([], function () {
|
|
|
363
393
|
* which is supported by <code>Array.prototype.slice</code>
|
|
364
394
|
* @returns {sap.ui.base.SyncPromise}
|
|
365
395
|
* The {@link sap.ui.base.SyncPromise}
|
|
396
|
+
*
|
|
397
|
+
* @private
|
|
398
|
+
* @ui5-restricted sap.ui.core (Lib),sap.m,sap.ui.comp,sap.ui.dt,sap.ui.mdc
|
|
366
399
|
*/
|
|
367
400
|
SyncPromise.all = function (aValues) {
|
|
368
401
|
return new SyncPromise(function (resolve, reject) {
|
|
@@ -398,14 +431,16 @@ sap.ui.define([], function () {
|
|
|
398
431
|
|
|
399
432
|
/**
|
|
400
433
|
* Tells whether the given value is a function or object with a "then" property which can be
|
|
401
|
-
* retrieved without an exception being thrown and which is a function
|
|
434
|
+
* retrieved without an exception being thrown and which is a function; see
|
|
435
|
+
* <a href="https://promisesaplus.com">step 2.3.3.</a>.
|
|
402
436
|
*
|
|
403
437
|
* @param {any} vValue
|
|
404
438
|
* Any value
|
|
405
439
|
* @returns {boolean}
|
|
406
440
|
* See above
|
|
407
441
|
*
|
|
408
|
-
* @
|
|
442
|
+
* @private
|
|
443
|
+
* @ui5-restricted sap.ui.core (Lib),sap.m,sap.ui.comp,sap.ui.dt,sap.ui.mdc
|
|
409
444
|
*/
|
|
410
445
|
SyncPromise.isThenable = function (vValue) {
|
|
411
446
|
try {
|
|
@@ -431,6 +466,9 @@ sap.ui.define([], function () {
|
|
|
431
466
|
* @param {boolean} bCaught
|
|
432
467
|
* <code>false</code> if the {@link sap.ui.base.SyncPromise} instance just became "uncaught",
|
|
433
468
|
* <code>true</code> if it just became "caught"
|
|
469
|
+
*
|
|
470
|
+
* @private
|
|
471
|
+
* @ui5-restricted sap.ui.core (Lib),sap.m,sap.ui.comp,sap.ui.dt,sap.ui.mdc
|
|
434
472
|
*/
|
|
435
473
|
|
|
436
474
|
/**
|
|
@@ -440,9 +478,12 @@ sap.ui.define([], function () {
|
|
|
440
478
|
* The reason for rejection
|
|
441
479
|
* @returns {sap.ui.base.SyncPromise}
|
|
442
480
|
* The {@link sap.ui.base.SyncPromise}
|
|
481
|
+
*
|
|
482
|
+
* @private
|
|
483
|
+
* @ui5-restricted sap.ui.core (Lib),sap.m,sap.ui.comp,sap.ui.dt,sap.ui.mdc
|
|
443
484
|
*/
|
|
444
485
|
SyncPromise.reject = function (vReason) {
|
|
445
|
-
return new SyncPromise(function (
|
|
486
|
+
return new SyncPromise(function (_resolve, reject) {
|
|
446
487
|
reject(vReason);
|
|
447
488
|
});
|
|
448
489
|
};
|
|
@@ -457,6 +498,9 @@ sap.ui.define([], function () {
|
|
|
457
498
|
* The thenable to wrap or the result to synchronously fulfill with
|
|
458
499
|
* @returns {sap.ui.base.SyncPromise}
|
|
459
500
|
* The {@link sap.ui.base.SyncPromise}
|
|
501
|
+
*
|
|
502
|
+
* @private
|
|
503
|
+
* @ui5-restricted sap.ui.core (Lib),sap.m,sap.ui.comp,sap.ui.dt,sap.ui.mdc
|
|
460
504
|
*/
|
|
461
505
|
SyncPromise.resolve = function (vResult) {
|
|
462
506
|
if (vResult === undefined) {
|
|
@@ -469,10 +513,61 @@ sap.ui.define([], function () {
|
|
|
469
513
|
return vResult;
|
|
470
514
|
}
|
|
471
515
|
|
|
472
|
-
return new SyncPromise(function (resolve,
|
|
516
|
+
return new SyncPromise(function (resolve, _reject) {
|
|
473
517
|
resolve(vResult);
|
|
474
518
|
});
|
|
475
519
|
};
|
|
476
520
|
|
|
521
|
+
/**
|
|
522
|
+
* An object holding a new {@link sap.ui.base.SyncPromise} object and two functions to resolve
|
|
523
|
+
* or reject it.
|
|
524
|
+
*
|
|
525
|
+
* @typedef {object} sap.ui.base.SyncPromise.WithResolvers
|
|
526
|
+
* @property {sap.ui.base.SyncPromise} promise - A promise object
|
|
527
|
+
* @property {function} resolve - A function that resolves the promise
|
|
528
|
+
* @property {function} reject - A function that rejects the promise
|
|
529
|
+
*
|
|
530
|
+
* @private
|
|
531
|
+
* @ui5-restricted sap.ui.core (Lib),sap.m,sap.ui.comp,sap.ui.dt,sap.ui.mdc
|
|
532
|
+
* @see sap.ui.base.SyncPromise.withResolvers
|
|
533
|
+
* @since 1.133.0
|
|
534
|
+
*/
|
|
535
|
+
|
|
536
|
+
/**
|
|
537
|
+
* Returns an object holding a new {@link sap.ui.base.SyncPromise} object and two functions to
|
|
538
|
+
* resolve or reject it.
|
|
539
|
+
*
|
|
540
|
+
* @returns {sap.ui.base.SyncPromise.WithResolvers}
|
|
541
|
+
* An object holding a new promise object and two functions to resolve or reject it
|
|
542
|
+
*
|
|
543
|
+
* @private
|
|
544
|
+
*/
|
|
545
|
+
SyncPromise._withResolvers = function () {
|
|
546
|
+
var fnReject, fnResolve;
|
|
547
|
+
|
|
548
|
+
return {
|
|
549
|
+
promise : new SyncPromise((resolve, reject) => {
|
|
550
|
+
fnResolve = resolve;
|
|
551
|
+
fnReject = reject;
|
|
552
|
+
}),
|
|
553
|
+
resolve : fnResolve,
|
|
554
|
+
reject : fnReject
|
|
555
|
+
};
|
|
556
|
+
};
|
|
557
|
+
|
|
558
|
+
/**
|
|
559
|
+
* Returns an object holding a new {@link sap.ui.base.SyncPromise} object and two functions to
|
|
560
|
+
* resolve or reject it.
|
|
561
|
+
*
|
|
562
|
+
* @returns {sap.ui.base.SyncPromise.WithResolvers}
|
|
563
|
+
* An object holding a new promise object and two functions to resolve or reject it
|
|
564
|
+
*
|
|
565
|
+
* @function
|
|
566
|
+
* @private
|
|
567
|
+
* @since 1.133.0
|
|
568
|
+
* @ui5-restricted sap.ui.core (Lib),sap.m,sap.ui.comp,sap.ui.dt,sap.ui.mdc
|
|
569
|
+
*/
|
|
570
|
+
SyncPromise.withResolvers = Promise.withResolvers ?? SyncPromise._withResolvers;
|
|
571
|
+
|
|
477
572
|
return SyncPromise;
|
|
478
573
|
}, /* bExport= */ true);
|
package/src/sap/ui/core/.library
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.133.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>The SAPUI5 Core Runtime.
|
|
12
12
|
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
<pattern>../test/sap/ui/core/qunit/thirdparty/qunit-2.18.css</pattern>
|
|
198
198
|
<pattern>../test/sap/ui/core/qunit/thirdparty/qunit-2.18.js</pattern>
|
|
199
199
|
</lib>
|
|
200
|
-
<lib name="jquery-migrate" displayName="jQuery-Migrate" npmName="jquery-migrate" version="3.3.1" hash="
|
|
200
|
+
<lib name="jquery-migrate" displayName="jQuery-Migrate" npmName="jquery-migrate" version="3.3.1" hash="f0db1b18e75cbe903cedfdcf5fc4c706" homepage="https://github.com/jquery/jquery-migrate/" id="73555000106100043843">
|
|
201
201
|
<license url="https://github.com/jquery/jquery-migrate/blob/3.3.1/LICENSE.txt" type="MIT" />
|
|
202
202
|
<copyright>OpenJS Foundation and other contributors</copyright>
|
|
203
203
|
<pattern>sap/ui/thirdparty/jquery-compat.js</pattern>
|
|
@@ -274,9 +274,9 @@
|
|
|
274
274
|
<copyright>Google Inc.</copyright>
|
|
275
275
|
<pattern>sap/ui/thirdparty/caja-html-sanitizer.js</pattern>
|
|
276
276
|
</lib>
|
|
277
|
-
<lib name="cldr" displayName="Unicode Common Locale Data Repository" npmName="cldr-core" version="
|
|
278
|
-
<license url="http://www.unicode.org/copyright.html" type="Unicode-
|
|
279
|
-
<copyright>1991-
|
|
277
|
+
<lib name="cldr" displayName="Unicode Common Locale Data Repository" npmName="cldr-core" version="46.1.0" hash="9223f0ba34bea363c9b8b212fffad1bd" homepage="http://cldr.unicode.org/" id="73555000106100189306">
|
|
278
|
+
<license url="http://www.unicode.org/copyright.html" type="LicenseRef-Unicode-3.0" />
|
|
279
|
+
<copyright>1991-2024 Unicode, Inc.</copyright>
|
|
280
280
|
<pattern>sap/ui/core/cldr/*</pattern>
|
|
281
281
|
</lib>
|
|
282
282
|
<lib name="mobiscroll" displayName="MobiScroll" npmName="n/a" version="2.9.0" hash="2a76d1439bbc5afaf10324b2108e4d9c" homepage="http://mobiscroll.com" id="73554900106100005562">
|
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
<copyright>Isaac Z. Schlueter and Contributors</copyright>
|
|
408
408
|
<pattern partial="true" otherContent="SAP" explanation="LRUPersistentCache.js is overall written by SAP, but portions ('Least Recently Used' logic) are taken from the node-lru-cache project (see https://github.com/isaacs/node-lru-cache/blob/v2.7.3/README.md) and modified.">sap/ui/core/cache/LRUPersistentCache.js</pattern>
|
|
409
409
|
</lib>
|
|
410
|
-
<lib name="tzdata" displayName="Time Zone Database" npmName="n/a" version="
|
|
410
|
+
<lib name="tzdata" displayName="Time Zone Database" npmName="n/a" version="2024b" homepage="http://www.iana.org/time-zones" id="73555000106100181707">
|
|
411
411
|
<license url="https://github.com/eggert/tz/blob/main/LICENSE" type="LicenseRef-tzdata-PublicDomain" />
|
|
412
412
|
<copyright>Arthur David Olson, Paul Eggert and other contributors</copyright>
|
|
413
413
|
<pattern partial="true" otherContent="SAP" explanation="_timezones.js is overall written by SAP, but the list of IANA timezone IDs is taken from the Timezone Database">../test/sap/ui/core/qunit/i18n/helper/_timezones.js</pattern>
|
|
@@ -84,7 +84,7 @@ sap.ui.define([
|
|
|
84
84
|
* @extends sap.ui.core.Element
|
|
85
85
|
* @abstract
|
|
86
86
|
* @author SAP SE
|
|
87
|
-
* @version 1.
|
|
87
|
+
* @version 1.133.0
|
|
88
88
|
* @alias sap.ui.core.Control
|
|
89
89
|
*/
|
|
90
90
|
var Control = Element.extend("sap.ui.core.Control", /** @lends sap.ui.core.Control.prototype */ {
|
package/src/sap/ui/core/Core.js
CHANGED
|
@@ -118,7 +118,7 @@ sap.ui.define([
|
|
|
118
118
|
* @private
|
|
119
119
|
* @ui5-restricted sap.ui.core, sap.ui.test
|
|
120
120
|
*/
|
|
121
|
-
const sVersion = "1.
|
|
121
|
+
const sVersion = "1.133.0";
|
|
122
122
|
|
|
123
123
|
/**
|
|
124
124
|
* The buildinfo.
|
|
@@ -443,7 +443,7 @@ sap.ui.define([
|
|
|
443
443
|
* @extends sap.ui.base.Object
|
|
444
444
|
* @final
|
|
445
445
|
* @author SAP SE
|
|
446
|
-
* @version 1.
|
|
446
|
+
* @version 1.133.0
|
|
447
447
|
* @alias sap.ui.core.Core
|
|
448
448
|
* @public
|
|
449
449
|
* @hideconstructor
|
|
@@ -140,7 +140,7 @@ sap.ui.define([
|
|
|
140
140
|
*
|
|
141
141
|
* @extends sap.ui.base.ManagedObject
|
|
142
142
|
* @author SAP SE
|
|
143
|
-
* @version 1.
|
|
143
|
+
* @version 1.133.0
|
|
144
144
|
* @public
|
|
145
145
|
* @alias sap.ui.core.Element
|
|
146
146
|
*/
|
|
@@ -183,6 +183,8 @@ sap.ui.define([
|
|
|
183
183
|
|
|
184
184
|
/**
|
|
185
185
|
* Custom Data, a data structure like a map containing arbitrary key value pairs.
|
|
186
|
+
*
|
|
187
|
+
* @default sap/ui/core/CustomData
|
|
186
188
|
*/
|
|
187
189
|
customData : {type : "sap.ui.core.CustomData", multiple : true, singularName : "customData"},
|
|
188
190
|
|
|
@@ -43,7 +43,7 @@ sap.ui.define(["./FocusMode"], function(FocusMode) {
|
|
|
43
43
|
*
|
|
44
44
|
* @param {boolean} [bDefault=true] Value that should be used as default value for the enhancement of the control.
|
|
45
45
|
* @param {boolean} [bLegacy=false] Whether the introduced property should use the old name <code>Enabled</code>.
|
|
46
|
-
* @version 1.
|
|
46
|
+
* @version 1.133.0
|
|
47
47
|
* @public
|
|
48
48
|
* @class
|
|
49
49
|
* @alias sap.ui.core.EnabledPropagator
|
package/src/sap/ui/core/HTML.js
CHANGED
package/src/sap/ui/core/Icon.js
CHANGED
|
@@ -12,7 +12,7 @@ sap.ui.define([], function() {
|
|
|
12
12
|
* Provides the default renderer for the controls that have set their <code>visible</code> property to <code>false</code>.
|
|
13
13
|
*
|
|
14
14
|
* @author SAP SE
|
|
15
|
-
* @version 1.
|
|
15
|
+
* @version 1.133.0
|
|
16
16
|
* @alias module:sap/ui/core/InvisibleRenderer
|
|
17
17
|
* @since 1.66.0
|
|
18
18
|
* @protected
|
package/src/sap/ui/core/Item.js
CHANGED
|
@@ -192,7 +192,7 @@ sap.ui.define(['../base/ManagedObject', "sap/base/assert"],
|
|
|
192
192
|
* @see sap.ui.core.LabelEnablement#enrich
|
|
193
193
|
*
|
|
194
194
|
* @author SAP SE
|
|
195
|
-
* @version 1.
|
|
195
|
+
* @version 1.133.0
|
|
196
196
|
* @protected
|
|
197
197
|
* @alias sap.ui.core.LabelEnablement
|
|
198
198
|
* @namespace
|