@openui5/sap.ui.core 1.97.1 → 1.99.1
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/.eslintrc.json +92 -2
- package/.reuse/dep5 +25 -30
- package/THIRDPARTY.txt +14 -21
- package/package.json +1 -1
- package/src/jquery.sap.global.js +1 -1
- package/src/jquery.sap.mobile.js +29 -19
- package/src/jquery.sap.properties.js +1 -1
- package/src/jquery.sap.resources.js +1 -1
- package/src/jquery.sap.script.js +1 -1
- package/src/jquery.sap.storage.js +3 -3
- package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
- package/src/sap/base/util/restricted/_castArray.js +1 -1
- package/src/sap/base/util/restricted/_compact.js +1 -1
- package/src/sap/base/util/restricted/_curry.js +1 -1
- package/src/sap/base/util/restricted/_debounce.js +1 -1
- package/src/sap/base/util/restricted/_difference.js +1 -1
- package/src/sap/base/util/restricted/_differenceBy.js +1 -1
- package/src/sap/base/util/restricted/_differenceWith.js +1 -1
- package/src/sap/base/util/restricted/_flatMap.js +1 -1
- package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
- package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
- package/src/sap/base/util/restricted/_flatten.js +1 -1
- package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
- package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
- package/src/sap/base/util/restricted/_intersection.js +1 -1
- package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
- package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
- package/src/sap/base/util/restricted/_isEqual.js +1 -1
- package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
- package/src/sap/base/util/restricted/_isNil.js +1 -1
- package/src/sap/base/util/restricted/_max.js +1 -1
- package/src/sap/base/util/restricted/_merge.js +1 -1
- package/src/sap/base/util/restricted/_mergeWith.js +1 -1
- package/src/sap/base/util/restricted/_min.js +1 -1
- package/src/sap/base/util/restricted/_omit.js +1 -1
- package/src/sap/base/util/restricted/_pick.js +1 -1
- package/src/sap/base/util/restricted/_pickBy.js +1 -1
- package/src/sap/base/util/restricted/_throttle.js +1 -1
- package/src/sap/base/util/restricted/_toArray.js +1 -1
- package/src/sap/base/util/restricted/_union.js +1 -1
- package/src/sap/base/util/restricted/_unionBy.js +1 -1
- package/src/sap/base/util/restricted/_unionWith.js +1 -1
- package/src/sap/base/util/restricted/_uniq.js +1 -1
- package/src/sap/base/util/restricted/_uniqBy.js +1 -1
- package/src/sap/base/util/restricted/_uniqWith.js +1 -1
- package/src/sap/base/util/restricted/_without.js +1 -1
- package/src/sap/base/util/restricted/_xor.js +1 -1
- package/src/sap/base/util/restricted/_xorBy.js +1 -1
- package/src/sap/base/util/restricted/_xorWith.js +1 -1
- package/src/sap/base/util/restricted/_zipObject.js +1 -1
- package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
- package/src/sap/ui/Device.js +80 -168
- package/src/sap/ui/Global.js +4 -4
- package/src/sap/ui/VersionInfo.js +13 -10
- package/src/sap/ui/base/BindingParser.js +34 -7
- 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 +48 -27
- 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/core/.library +2 -2
- package/src/sap/ui/core/BusyIndicator.js +1 -1
- package/src/sap/ui/core/BusyIndicatorUtils.js +1 -1
- package/src/sap/ui/core/Component.js +3 -3
- 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 +79 -14
- package/src/sap/ui/core/Control.js +3 -2
- package/src/sap/ui/core/Core.js +3 -6
- 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 +5 -7
- 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/ExtensionPoint.js +1 -1
- package/src/sap/ui/core/FocusHandler.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/HTMLRenderer.js +1 -1
- package/src/sap/ui/core/History.js +1 -1
- package/src/sap/ui/core/Icon.js +2 -3
- package/src/sap/ui/core/IconRenderer.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 +9 -2
- 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/LocalBusyIndicatorRenderer.js +2 -2
- package/src/sap/ui/core/LocalBusyIndicatorSupport.js +1 -1
- package/src/sap/ui/core/Locale.js +1 -1
- package/src/sap/ui/core/LocaleData.js +37 -2
- package/src/sap/ui/core/Manifest.js +1 -1
- package/src/sap/ui/core/Message.js +1 -1
- package/src/sap/ui/core/Placeholder.js +28 -28
- package/src/sap/ui/core/Popup.js +3 -3
- 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/ScrollBarRenderer.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 +2 -2
- 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/_IconRegistry.js +10 -1
- package/src/sap/ui/core/date/Japanese.js +1 -1
- package/src/sap/ui/core/date/UniversalDateUtils.js +175 -5
- package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
- package/src/sap/ui/core/delegate/ScrollEnablement.js +9 -6
- package/src/sap/ui/core/dnd/DragAndDrop.js +2 -2
- package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
- package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
- package/src/sap/ui/core/dnd/DragInfo.js +1 -1
- package/src/sap/ui/core/dnd/DropInfo.js +1 -1
- package/src/sap/ui/core/format/DateFormat.js +562 -174
- package/src/sap/ui/core/format/DateFormatTimezoneDisplay.js +43 -0
- package/src/sap/ui/core/format/ListFormat.js +2 -2
- package/src/sap/ui/core/format/NumberFormat.js +190 -56
- package/src/sap/ui/core/format/TimezoneUtil.js +248 -0
- package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
- package/src/sap/ui/core/library.js +45 -8
- 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 +2 -1
- package/src/sap/ui/core/message/MessageParser.js +1 -1
- package/src/sap/ui/core/message/MessageProcessor.js +1 -1
- package/src/sap/ui/core/messagebundle.properties +4 -0
- package/src/sap/ui/core/messagebundle_ar.properties +2 -0
- package/src/sap/ui/core/messagebundle_bg.properties +7 -5
- package/src/sap/ui/core/messagebundle_ca.properties +2 -0
- package/src/sap/ui/core/messagebundle_cs.properties +2 -0
- package/src/sap/ui/core/messagebundle_cy.properties +2 -0
- package/src/sap/ui/core/messagebundle_da.properties +2 -0
- package/src/sap/ui/core/messagebundle_de.properties +3 -1
- package/src/sap/ui/core/messagebundle_el.properties +2 -0
- package/src/sap/ui/core/messagebundle_en.properties +2 -0
- package/src/sap/ui/core/messagebundle_en_GB.properties +2 -0
- package/src/sap/ui/core/messagebundle_en_US_sappsd.properties +2 -0
- package/src/sap/ui/core/messagebundle_en_US_saprigi.properties +1 -0
- package/src/sap/ui/core/messagebundle_en_US_saptrc.properties +2 -0
- package/src/sap/ui/core/messagebundle_es.properties +2 -0
- package/src/sap/ui/core/messagebundle_es_MX.properties +2 -0
- package/src/sap/ui/core/messagebundle_et.properties +2 -0
- package/src/sap/ui/core/messagebundle_fi.properties +2 -0
- package/src/sap/ui/core/messagebundle_fr.properties +2 -0
- package/src/sap/ui/core/messagebundle_fr_CA.properties +2 -0
- package/src/sap/ui/core/messagebundle_hi.properties +2 -0
- package/src/sap/ui/core/messagebundle_hr.properties +2 -0
- package/src/sap/ui/core/messagebundle_hu.properties +2 -0
- package/src/sap/ui/core/messagebundle_id.properties +4 -2
- package/src/sap/ui/core/messagebundle_it.properties +3 -1
- package/src/sap/ui/core/messagebundle_iw.properties +2 -0
- package/src/sap/ui/core/messagebundle_ja.properties +2 -0
- package/src/sap/ui/core/messagebundle_kk.properties +2 -0
- package/src/sap/ui/core/messagebundle_ko.properties +2 -0
- package/src/sap/ui/core/messagebundle_lt.properties +2 -0
- package/src/sap/ui/core/messagebundle_lv.properties +3 -1
- package/src/sap/ui/core/messagebundle_ms.properties +2 -0
- package/src/sap/ui/core/messagebundle_nl.properties +2 -0
- package/src/sap/ui/core/messagebundle_no.properties +6 -4
- package/src/sap/ui/core/messagebundle_pl.properties +2 -0
- package/src/sap/ui/core/messagebundle_pt.properties +2 -0
- package/src/sap/ui/core/messagebundle_pt_PT.properties +2 -0
- package/src/sap/ui/core/messagebundle_ro.properties +2 -0
- package/src/sap/ui/core/messagebundle_ru.properties +2 -0
- package/src/sap/ui/core/messagebundle_sh.properties +2 -0
- package/src/sap/ui/core/messagebundle_sk.properties +2 -0
- package/src/sap/ui/core/messagebundle_sl.properties +2 -0
- package/src/sap/ui/core/messagebundle_sv.properties +2 -0
- package/src/sap/ui/core/messagebundle_th.properties +2 -0
- package/src/sap/ui/core/messagebundle_tr.properties +2 -0
- package/src/sap/ui/core/messagebundle_uk.properties +2 -0
- package/src/sap/ui/core/messagebundle_vi.properties +2 -0
- package/src/sap/ui/core/messagebundle_zh_CN.properties +2 -0
- package/src/sap/ui/core/messagebundle_zh_TW.properties +2 -0
- package/src/sap/ui/core/mvc/HTMLView.js +1 -1
- package/src/sap/ui/core/mvc/HTMLViewRenderer.js +1 -1
- package/src/sap/ui/core/mvc/JSONView.js +2 -1
- package/src/sap/ui/core/mvc/JSONViewRenderer.js +1 -1
- package/src/sap/ui/core/mvc/JSView.js +1 -1
- package/src/sap/ui/core/mvc/JSViewRenderer.js +1 -1
- package/src/sap/ui/core/mvc/TemplateView.js +1 -1
- package/src/sap/ui/core/mvc/TemplateViewRenderer.js +1 -1
- package/src/sap/ui/core/mvc/View.js +2 -1
- package/src/sap/ui/core/mvc/ViewRenderer.js +1 -1
- package/src/sap/ui/core/mvc/XMLView.js +16 -3
- package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/plugin/LessSupport.js +1 -1
- package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
- package/src/sap/ui/core/postmessage/Bus.js +1 -1
- package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
- package/src/sap/ui/core/routing/Route.js +6 -6
- package/src/sap/ui/core/routing/Router.js +4 -3
- package/src/sap/ui/core/routing/Targets.js +17 -13
- package/src/sap/ui/core/rules/Model.support.js +95 -8
- 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/support/techinfo/TechnicalInfo.js +1 -5
- package/src/sap/ui/core/themes/base/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/base/parameterClasses.less +21 -21
- package/src/sap/ui/core/theming/Parameters.js +22 -142
- package/src/sap/ui/core/theming/ThemeHelper.js +26 -37
- 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/DraftEnabledMockServer.js +21 -16
- 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 +156 -57
- package/src/sap/ui/core/util/PasteHelper.js +4 -4
- package/src/sap/ui/core/util/XMLPreprocessor.js +16 -4
- package/src/sap/ui/core/util/reflection/BaseTreeModifier.js +4 -0
- package/src/sap/ui/core/util/reflection/JsControlTreeModifier.js +26 -16
- package/src/sap/ui/core/util/reflection/XmlTreeModifier.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/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/dom/includeStylesheet.js +8 -3
- package/src/sap/ui/events/jquery/EventExtension.js +1 -1
- package/src/sap/ui/events/jquery/EventSimulation.js +3 -13
- package/src/sap/ui/model/Binding.js +4 -3
- package/src/sap/ui/model/ClientModel.js +1 -1
- package/src/sap/ui/model/ClientTreeBinding.js +1 -1
- package/src/sap/ui/model/CompositeBinding.js +1 -1
- package/src/sap/ui/model/CompositeDataState.js +26 -4
- package/src/sap/ui/model/CompositeType.js +1 -1
- package/src/sap/ui/model/ContextBinding.js +1 -1
- package/src/sap/ui/model/DataState.js +27 -6
- package/src/sap/ui/model/ListBinding.js +2 -2
- package/src/sap/ui/model/MetaModel.js +2 -3
- package/src/sap/ui/model/Model.js +2 -2
- 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/analytics/AnalyticalBinding.js +40 -30
- package/src/sap/ui/model/analytics/ODataModelAdapter.js +2 -15
- package/src/sap/ui/model/base/ManagedObjectModel.js +1 -1
- package/src/sap/ui/model/json/JSONListBinding.js +1 -1
- package/src/sap/ui/model/json/JSONModel.js +1 -1
- package/src/sap/ui/model/json/JSONPropertyBinding.js +1 -1
- package/src/sap/ui/model/message/MessageListBinding.js +1 -1
- package/src/sap/ui/model/message/MessageModel.js +1 -1
- package/src/sap/ui/model/message/MessagePropertyBinding.js +1 -1
- package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/ODataListBinding.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 +3 -3
- package/src/sap/ui/model/odata/ODataModel.js +2 -2
- package/src/sap/ui/model/odata/ODataTreeBinding.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 +1 -1
- package/src/sap/ui/model/odata/type/Byte.js +1 -1
- package/src/sap/ui/model/odata/type/Currency.js +1 -1
- package/src/sap/ui/model/odata/type/Date.js +1 -1
- package/src/sap/ui/model/odata/type/DateTime.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +338 -0
- package/src/sap/ui/model/odata/type/Decimal.js +1 -1
- package/src/sap/ui/model/odata/type/Double.js +1 -1
- package/src/sap/ui/model/odata/type/Guid.js +1 -1
- package/src/sap/ui/model/odata/type/Int.js +1 -1
- package/src/sap/ui/model/odata/type/Int16.js +1 -1
- package/src/sap/ui/model/odata/type/Int32.js +1 -1
- package/src/sap/ui/model/odata/type/Int64.js +1 -1
- package/src/sap/ui/model/odata/type/ODataType.js +1 -1
- package/src/sap/ui/model/odata/type/Raw.js +1 -1
- package/src/sap/ui/model/odata/type/SByte.js +1 -1
- package/src/sap/ui/model/odata/type/Single.js +1 -1
- package/src/sap/ui/model/odata/type/Stream.js +1 -1
- package/src/sap/ui/model/odata/type/String.js +1 -1
- package/src/sap/ui/model/odata/type/Time.js +1 -1
- package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
- package/src/sap/ui/model/odata/type/Unit.js +1 -1
- package/src/sap/ui/model/odata/type/UnitMixin.js +1 -1
- package/src/sap/ui/model/odata/v2/Context.js +57 -4
- package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataContextBinding.js +8 -4
- package/src/sap/ui/model/odata/v2/ODataListBinding.js +216 -87
- package/src/sap/ui/model/odata/v2/ODataModel.js +89 -50
- package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +6 -4
- package/src/sap/ui/model/odata/v2/_CreatedContextsCache.js +65 -5
- package/src/sap/ui/model/odata/v4/AnnotationHelper.js +21 -22
- package/src/sap/ui/model/odata/v4/Context.js +208 -83
- package/src/sap/ui/model/odata/v4/ODataBinding.js +53 -27
- package/src/sap/ui/model/odata/v4/ODataContextBinding.js +252 -218
- package/src/sap/ui/model/odata/v4/ODataListBinding.js +395 -233
- package/src/sap/ui/model/odata/v4/ODataMetaModel.js +131 -100
- package/src/sap/ui/model/odata/v4/ODataModel.js +341 -259
- package/src/sap/ui/model/odata/v4/ODataParentBinding.js +85 -85
- package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +85 -79
- package/src/sap/ui/model/odata/v4/ODataUtils.js +5 -5
- package/src/sap/ui/model/odata/v4/SubmitMode.js +0 -1
- package/src/sap/ui/model/odata/v4/ValueListType.js +0 -1
- package/src/sap/ui/model/odata/v4/_AnnotationHelperExpression.js +20 -20
- package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +3 -5
- package/src/sap/ui/model/odata/v4/lib/_AggregationHelper.js +5 -4
- package/src/sap/ui/model/odata/v4/lib/_Batch.js +21 -20
- package/src/sap/ui/model/odata/v4/lib/_Cache.js +183 -103
- package/src/sap/ui/model/odata/v4/lib/_GroupLock.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_Helper.js +22 -18
- package/src/sap/ui/model/odata/v4/lib/_MetadataConverter.js +62 -61
- package/src/sap/ui/model/odata/v4/lib/_MetadataRequestor.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_Parser.js +52 -43
- package/src/sap/ui/model/odata/v4/lib/_Requestor.js +54 -43
- package/src/sap/ui/model/odata/v4/lib/_V2MetadataConverter.js +147 -147
- package/src/sap/ui/model/odata/v4/lib/_V2Requestor.js +14 -13
- package/src/sap/ui/model/odata/v4/lib/_V4MetadataConverter.js +66 -67
- package/src/sap/ui/model/resource/ResourceModel.js +1 -1
- package/src/sap/ui/model/resource/ResourcePropertyBinding.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/XMLListBinding.js +1 -1
- package/src/sap/ui/model/xml/XMLModel.js +1 -1
- package/src/sap/ui/model/xml/XMLPropertyBinding.js +1 -1
- package/src/sap/ui/performance/trace/Passport.js +3 -3
- 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/BlanketReporter.js +1 -1
- package/src/sap/ui/test/Opa5.js +1 -1
- package/src/sap/ui/test/TestUtils.js +2 -2
- package/src/sap/ui/test/_LogCollector.js +1 -1
- package/src/sap/ui/test/actions/Action.js +4 -2
- package/src/sap/ui/test/actions/Press.js +51 -2
- package/src/sap/ui/test/autowaiter/_XHRWaiter.js +1 -1
- package/src/sap/ui/test/starter/createSuite.js +3 -3
- package/src/sap/ui/thirdparty/IPv6.js +1 -1
- package/src/sap/ui/thirdparty/SecondLevelDomains.js +1 -1
- package/src/sap/ui/thirdparty/URI.js +7 -3
- package/src/sap/ui/thirdparty/URITemplate.js +1 -1
- package/src/sap/ui/thirdparty/jquery-mobile-custom.js +3 -6
- package/src/sap/ui/thirdparty/jqueryui/jquery-ui-datepicker.js +143 -3
- package/src/sap/ui/thirdparty/jqueryui/jquery-ui-position.js +8 -1
- package/src/sap/ui/thirdparty/jszip.js +18 -7
- package/src/sap/ui/thirdparty/mobify-carousel.js +1 -1
- package/src/sap/ui/util/Mobile.js +17 -0
- package/src/sap/ui/util/Storage.js +1 -1
- package/src/sap/ui/util/XMLHelper.js +53 -30
- package/src/ui5loader.js +4 -4
|
@@ -73,6 +73,8 @@ EnterText=Voer tekst in
|
|
|
73
73
|
EnterTextMaxLength=Voer tekst met maximaal {0} tekens en spaties in
|
|
74
74
|
EnterInt=Voer getal zonder decimalen in.
|
|
75
75
|
EnterDateTime=Voer geldige datum en geldige tijd in volgende formaat in\: {0}
|
|
76
|
+
EnterDateTimeTimezone=Voer een geldige tijdzone in, bijvoorbeeld\: {0}
|
|
77
|
+
EnterDateTimeTimezoneFirst=Tijdzone is verplicht voor de invoer van een nieuwe waarde voor datum en tijd.
|
|
76
78
|
EnterDate=Voer geldige datum in volgende formaat in\: {0}
|
|
77
79
|
EnterGuid=Voer GUID in volgende opmaak in\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
78
80
|
EnterTime=Voer geldige tijd in volgende formaat in\: {0}
|
|
@@ -73,6 +73,8 @@ EnterText=Oppgi en tekst
|
|
|
73
73
|
EnterTextMaxLength=Oppgi en tekst med maksimalt {0} tegn og mellomrom
|
|
74
74
|
EnterInt=Oppgi et tall uten desimaler.
|
|
75
75
|
EnterDateTime=Oppgi gyldig dato og klokkeslett i f\u00F8lgende format\: {0}
|
|
76
|
+
EnterDateTimeTimezone=Oppgi en gyldig tidssone, for eksempel\: {0}
|
|
77
|
+
EnterDateTimeTimezoneFirst=Tidssone er obligatorisk n\u00E5r du oppgir en ny verdi for dato og klokkeslett
|
|
76
78
|
EnterDate=Oppgi gyldig dato i f\u00F8lgende format\: {0}
|
|
77
79
|
EnterGuid=Oppgi GUID med f\u00F8lgende format\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
78
80
|
EnterTime=Oppgi gyldig tidspunkt i f\u00F8lgende format\: {0}
|
|
@@ -137,10 +139,10 @@ CLOSE=Lukk
|
|
|
137
139
|
|
|
138
140
|
Icon.action-settings=Innstillinger
|
|
139
141
|
Icon.activate=Aktiver
|
|
140
|
-
Icon.add=
|
|
141
|
-
Icon.add-contact=
|
|
142
|
-
Icon.add-filter=
|
|
143
|
-
Icon.add-photo=
|
|
142
|
+
Icon.add=Legg til
|
|
143
|
+
Icon.add-contact=Legg til kontaktperson
|
|
144
|
+
Icon.add-filter=Legg til filter
|
|
145
|
+
Icon.add-photo=Legg til foto
|
|
144
146
|
Icon.back-to-top=Til toppen
|
|
145
147
|
Icon.collapse=Komprimer
|
|
146
148
|
Icon.collapse-group=Komprimer gruppe
|
|
@@ -73,6 +73,8 @@ EnterText=Wprowad\u017A tekst
|
|
|
73
73
|
EnterTextMaxLength=Wprowad\u017A tekst sk\u0142adaj\u0105cy si\u0119 maksymalnie z {0} znak\u00F3w i spacji
|
|
74
74
|
EnterInt=Wprowad\u017A liczb\u0119 bez miejsc dziesi\u0119tnych.
|
|
75
75
|
EnterDateTime=Wprowad\u017A prawid\u0142ow\u0105 dat\u0119 i godzin\u0119 w nast\u0119puj\u0105cym formacie\: {0}
|
|
76
|
+
EnterDateTimeTimezone=Wprowad\u017A prawid\u0142ow\u0105 stref\u0119 czasow\u0105, np.\: {0}
|
|
77
|
+
EnterDateTimeTimezoneFirst=Strefa czasowa jest obowi\u0105zkowa przy wprowadzaniu nowej warto\u015Bci daty i godziny
|
|
76
78
|
EnterDate=Wprowad\u017A prawid\u0142ow\u0105 dat\u0119 w nast\u0119puj\u0105cym formacie\: {0}
|
|
77
79
|
EnterGuid=Wprowad\u017A GUID w prawid\u0142owym formacie\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
78
80
|
EnterTime=Wprowad\u017A prawid\u0142ow\u0105 godzin\u0119 w nast\u0119puj\u0105cym formacie\: {0}
|
|
@@ -73,6 +73,8 @@ EnterText=Inserir um texto
|
|
|
73
73
|
EnterTextMaxLength=Insira um texto com no m\u00E1ximo {0} caracteres e espa\u00E7os em branco
|
|
74
74
|
EnterInt=Inserir um n\u00FAmero sem casas decimais.
|
|
75
75
|
EnterDateTime=Insira uma data v\u00E1lida e uma hora v\u00E1lida no formato seguinte\: {0}
|
|
76
|
+
EnterDateTimeTimezone=Insira um fuso hor\u00E1rio v\u00E1lido, por exemplo\: {0}
|
|
77
|
+
EnterDateTimeTimezoneFirst=O fuso hor\u00E1rio \u00E9 obrigat\u00F3rio para inserir um novo valor de data e hora
|
|
76
78
|
EnterDate=Insira uma data v\u00E1lida no formato seguinte\: {0}
|
|
77
79
|
EnterGuid=Inserir um GUID no formato seguinte\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
78
80
|
EnterTime=Insira uma hora v\u00E1lida no formato seguinte\: {0}
|
|
@@ -73,6 +73,8 @@ EnterText=Introduzir um texto
|
|
|
73
73
|
EnterTextMaxLength=Introduzir um texto com um m\u00E1ximo de {0} carateres e espa\u00E7os
|
|
74
74
|
EnterInt=Introduzir um n\u00FAmero sem casas decimais.
|
|
75
75
|
EnterDateTime=Introduzir uma data v\u00E1lida e uma hora v\u00E1lida no seguinte formato\: {0}
|
|
76
|
+
EnterDateTimeTimezone=Introduzir um fuso hor\u00E1rio v\u00E1lido, por exemplo\: {0}
|
|
77
|
+
EnterDateTimeTimezoneFirst=Fuso hor\u00E1rio obrigat\u00F3rio para introduzir um novo valor de data e hora
|
|
76
78
|
EnterDate=Introduzir uma data v\u00E1lida no seguinte formato\: {0}
|
|
77
79
|
EnterGuid=Introduzir um GUID no seguinte formato\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
78
80
|
EnterTime=Introduzir uma hora v\u00E1lida no seguinte formato\: {0}
|
|
@@ -73,6 +73,8 @@ EnterText=Introduce\u0163i un text
|
|
|
73
73
|
EnterTextMaxLength=Introduce\u021Bi un text de maximum {0} caractere \u0219i spa\u021Bii
|
|
74
74
|
EnterInt=Introduce\u021Bi un num\u0103r f\u0103r\u0103 zecimale.
|
|
75
75
|
EnterDateTime=Introduce\u021Bi o dat\u0103 valabil\u0103 \u0219i o or\u0103 valabil\u0103 \u00EEn urm\u0103torul format\: {0}
|
|
76
|
+
EnterDateTimeTimezone=Introduce\u021Bi un fus orar valabil; de exemplu\: {0}
|
|
77
|
+
EnterDateTimeTimezoneFirst=Fusul orar este obligatoriu pentru introducerea unei valori noi de dat\u0103 \u0219i or\u0103
|
|
76
78
|
EnterDate=Introduce\u021Bi o dat\u0103 valabil\u0103 \u00EEn urm\u0103torul format\: {0}
|
|
77
79
|
EnterGuid=Introduce\u0163i un GUID \u00EEn urm\u0103torul format\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
78
80
|
EnterTime=Introduce\u021Bi o or\u0103 valabil\u0103 \u00EEn urm\u0103torul format\: {0}
|
|
@@ -73,6 +73,8 @@ EnterText=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0442\u0435\u043A\u0441\u0
|
|
|
73
73
|
EnterTextMaxLength=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0442\u0435\u043A\u0441\u0442 \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0441\u0438\u043C\u0432. \u0438 \u043F\u0440\u043E\u0431\u0435\u043B\u0430\u043C\u0438
|
|
74
74
|
EnterInt=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0431\u0435\u0437 \u0434\u0435\u0441\u044F\u0442\u0438\u0447\u043D\u044B\u0445 \u0440\u0430\u0437\u0440\u044F\u0434\u043E\u0432.
|
|
75
75
|
EnterDateTime=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\u0443\u044E \u0434\u0430\u0442\u0443 \u0438 \u0432\u0440\u0435\u043C\u044F \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u043C \u0444\u043E\u0440\u043C\u0430\u0442\u0435\: {0}
|
|
76
|
+
EnterDateTimeTimezone=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0447\u0430\u0441\u043E\u0432\u043E\u0439 \u043F\u043E\u044F\u0441, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440\: {0}
|
|
77
|
+
EnterDateTimeTimezoneFirst=\u041F\u0440\u0438 \u0432\u0432\u043E\u0434\u0435 \u043D\u043E\u0432\u043E\u0439 \u0434\u0430\u0442\u044B \u0438 \u0432\u0440\u0435\u043C\u0435\u043D\u0438 \u043E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u043E \u0443\u043A\u0430\u0436\u0438\u0442\u0435 \u0447\u0430\u0441\u043E\u0432\u043E\u0439 \u043F\u043E\u044F\u0441.
|
|
76
78
|
EnterDate=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\u0443\u044E \u0434\u0430\u0442\u0443 \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u043C \u0444\u043E\u0440\u043C\u0430\u0442\u0435\: {0}
|
|
77
79
|
EnterGuid=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 GUID \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u043C \u0444\u043E\u0440\u043C\u0430\u0442\u0435\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
78
80
|
EnterTime=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u0432\u0440\u0435\u043C\u044F \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u043C \u0444\u043E\u0440\u043C\u0430\u0442\u0435\: {0}
|
|
@@ -73,6 +73,8 @@ EnterText=Unesite tekst
|
|
|
73
73
|
EnterTextMaxLength=Unesite tekst s maksimalno {0} znakova i razmaka
|
|
74
74
|
EnterInt=Unesite broj bez decimalnih mesta.
|
|
75
75
|
EnterDateTime=Unesite va\u017Ee\u0107i datum i va\u017Ee\u0107e vreme u slede\u0107em formatu\: {0}
|
|
76
|
+
EnterDateTimeTimezone=Unesite va\u017Ee\u0107u vremensku zonu, na primer\: {0}
|
|
77
|
+
EnterDateTimeTimezoneFirst=Vremenska zona je obavezna za unos nove vrednosti datuma i vremena
|
|
76
78
|
EnterDate=Unesite va\u017Ee\u0107i datum u slede\u0107em formatu\: {0}
|
|
77
79
|
EnterGuid=Unesite GUID u slede\u0107em formatu\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
78
80
|
EnterTime=Unesite va\u017Ee\u0107e vreme u slede\u0107em formatu\: {0}
|
|
@@ -73,6 +73,8 @@ EnterText=Zadajte text
|
|
|
73
73
|
EnterTextMaxLength=Zadajte text s maxim\u00E1lne {0} znakmi a medzerami
|
|
74
74
|
EnterInt=Zadajte \u010D\u00EDslo bez desatinn\u00FDch miest.
|
|
75
75
|
EnterDateTime=Zadajte platn\u00FD d\u00E1tum a platn\u00FD \u010Das v nasledovnom form\u00E1te\: {0}
|
|
76
|
+
EnterDateTimeTimezone=Zadajte platn\u00FA \u010Dasov\u00FA z\u00F3nu, napr\u00EDklad\: {0}
|
|
77
|
+
EnterDateTimeTimezoneFirst=\u010Casov\u00E1 z\u00F3na je povinn\u00E1 pre zad\u00E1vanie novej hodnoty d\u00E1tumu a \u010Dasu
|
|
76
78
|
EnterDate=Zadajte platn\u00FD d\u00E1tum v nasledovnom form\u00E1te\: {0}
|
|
77
79
|
EnterGuid=Zadajte GUID v nasleduj\u00FAcom form\u00E1te\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
78
80
|
EnterTime=Zadajte platn\u00FD \u010Das v nasledovnom form\u00E1te\: {0}
|
|
@@ -73,6 +73,8 @@ EnterText=Vnesite tekst
|
|
|
73
73
|
EnterTextMaxLength=Vnesite tekst z najve\u010D {0} \u010Drkami in presledki
|
|
74
74
|
EnterInt=Vnesite \u0161tevilko brez decimalnih mest.
|
|
75
75
|
EnterDateTime=Vnesite veljavni datum in veljavni \u010Das v naslednji obliki\: {0}
|
|
76
|
+
EnterDateTimeTimezone=Vnesite veljaven \u010Dasovni pas, na primer\: {0}
|
|
77
|
+
EnterDateTimeTimezoneFirst=\u010Casovni pas je obvezen, \u010De \u017Eelite vnesti nov termin in vrednost \u010Dasa
|
|
76
78
|
EnterDate=Vnesite veljavni datum v naslednji obliki\: {0}
|
|
77
79
|
EnterGuid=Vnesite GUID v naslednji obliki\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
78
80
|
EnterTime=Vnesite veljavni \u010Das v naslednji obliki\: {0}
|
|
@@ -73,6 +73,8 @@ EnterText=Ange en text
|
|
|
73
73
|
EnterTextMaxLength=Ange en text med h\u00F6gst {0} bokst\u00E4ver och blanktecken
|
|
74
74
|
EnterInt=Ange ett tal utan decimaler
|
|
75
75
|
EnterDateTime=Ange ett giltigt datum och klockslag i f\u00F6ljande format\: {0}
|
|
76
|
+
EnterDateTimeTimezone=Ange en giltig tidszon, till exempel\: {0}
|
|
77
|
+
EnterDateTimeTimezoneFirst=Tidszon \u00E4r obligatorisk f\u00F6r inmatning av nytt tidpunktsv\u00E4rde
|
|
76
78
|
EnterDate=Ange ett giltigt datum i f\u00F6ljande format\: {0}
|
|
77
79
|
EnterGuid=Ange GUID i f\u00F6ljande format\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
78
80
|
EnterTime=Ange ett giltigt klockslag i f\u00F6ljande format\: {0}
|
|
@@ -73,6 +73,8 @@ EnterText=\u0E1B\u0E49\u0E2D\u0E19\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21
|
|
|
73
73
|
EnterTextMaxLength=\u0E1B\u0E49\u0E2D\u0E19\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E17\u0E35\u0E48\u0E21\u0E35\u0E2D\u0E31\u0E01\u0E02\u0E23\u0E30\u0E41\u0E25\u0E30\u0E0A\u0E48\u0E2D\u0E07\u0E27\u0E48\u0E32\u0E07\u0E44\u0E21\u0E48\u0E40\u0E01\u0E34\u0E19 {0} \u0E15\u0E31\u0E27
|
|
74
74
|
EnterInt=\u0E1B\u0E49\u0E2D\u0E19\u0E15\u0E31\u0E27\u0E40\u0E25\u0E02\u0E42\u0E14\u0E22\u0E44\u0E21\u0E48\u0E21\u0E35\u0E17\u0E28\u0E19\u0E34\u0E22\u0E21
|
|
75
75
|
EnterDateTime=\u0E1B\u0E49\u0E2D\u0E19\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E41\u0E25\u0E30\u0E40\u0E27\u0E25\u0E32\u0E17\u0E35\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E43\u0E19\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E15\u0E48\u0E2D\u0E44\u0E1B\u0E19\u0E35\u0E49\: {0}
|
|
76
|
+
EnterDateTimeTimezone=\u0E1B\u0E49\u0E2D\u0E19\u0E40\u0E02\u0E15\u0E40\u0E27\u0E25\u0E32\u0E17\u0E35\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07 \u0E40\u0E0A\u0E48\u0E19\: {0}
|
|
77
|
+
EnterDateTimeTimezoneFirst=\u0E40\u0E02\u0E15\u0E40\u0E27\u0E25\u0E32\u0E40\u0E1B\u0E47\u0E19\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E1A\u0E31\u0E07\u0E04\u0E31\u0E1A\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E1B\u0E49\u0E2D\u0E19\u0E04\u0E48\u0E32\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E41\u0E25\u0E30\u0E40\u0E27\u0E25\u0E32\u0E43\u0E2B\u0E21\u0E48
|
|
76
78
|
EnterDate=\u0E1B\u0E49\u0E2D\u0E19\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E17\u0E35\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E43\u0E19\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E15\u0E48\u0E2D\u0E44\u0E1B\u0E19\u0E35\u0E49\: {0}
|
|
77
79
|
EnterGuid=\u0E1B\u0E49\u0E2D\u0E19 GUID \u0E43\u0E19\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E15\u0E48\u0E2D\u0E44\u0E1B\u0E19\u0E35\u0E49\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
78
80
|
EnterTime=\u0E1B\u0E49\u0E2D\u0E19\u0E40\u0E27\u0E25\u0E32\u0E17\u0E35\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E43\u0E19\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E15\u0E48\u0E2D\u0E44\u0E1B\u0E19\u0E35\u0E49\: {0}
|
|
@@ -73,6 +73,8 @@ EnterText=Metin girin
|
|
|
73
73
|
EnterTextMaxLength=Azami {0} karakter ve bo\u015Fluk i\u00E7eren metin girin
|
|
74
74
|
EnterInt=Ondal\u0131k basamak olmadan say\u0131 girin.
|
|
75
75
|
EnterDateTime=Ge\u00E7erli tarih ve ge\u00E7erli saati \u015Fu bi\u00E7imde girin\: {0}
|
|
76
|
+
EnterDateTimeTimezone=Ge\u00E7erli saat dilimi girin, \u00F6rne\u011Fin\: {0}
|
|
77
|
+
EnterDateTimeTimezoneFirst=Yeni tarih ve saat de\u011Feri girmek i\u00E7in saat dilimi zorunlu
|
|
76
78
|
EnterDate=Ge\u00E7erli tarihi \u015Fu bi\u00E7imde girin\: {0}
|
|
77
79
|
EnterGuid=A\u015Fa\u011F\u0131daki bi\u00E7imde GUID girin\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
78
80
|
EnterTime=Ge\u00E7erli saati \u015Fu bi\u00E7imde girin\: {0}
|
|
@@ -73,6 +73,8 @@ EnterText=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0442\u0435\u043A\u0441\u0
|
|
|
73
73
|
EnterTextMaxLength=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0442\u0435\u043A\u0441\u0442 \u0437 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0441\u0438\u043C\u0432\u043E\u043B\u0456\u0432 \u0442\u0430 \u043F\u0440\u043E\u0431\u0456\u043B\u0456\u0432
|
|
74
74
|
EnterInt=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u043D\u043E\u043C\u0435\u0440 \u0431\u0435\u0437 \u0434\u0435\u0441\u044F\u0442\u043A\u043E\u0432\u0438\u0445 \u0440\u043E\u0437\u0440\u044F\u0434\u0456\u0432.
|
|
75
75
|
EnterDateTime=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0434\u0456\u0439\u0441\u043D\u0443 \u0434\u0430\u0442\u0443 \u0456 \u0434\u0456\u0439\u0441\u043D\u0438\u0439 \u0447\u0430\u0441 \u0443 \u0442\u0430\u043A\u043E\u043C\u0443 \u0444\u043E\u0440\u043C\u0430\u0442\u0456\: {0}
|
|
76
|
+
EnterDateTimeTimezone=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0434\u0456\u0439\u0441\u043D\u0438\u0439 \u0447\u0430\u0441\u043E\u0432\u0438\u0439 \u043F\u043E\u044F\u0441, \u043D\u0430\u043F\u0440\u0438\u043A\u043B\u0430\u0434\: {0}
|
|
77
|
+
EnterDateTimeTimezoneFirst=\u0427\u0430\u0441\u043E\u0432\u0438\u0439 \u043F\u043E\u044F\u0441 \u0454 \u043E\u0431\u043E\u0432'\u044F\u0437\u043A\u043E\u0432\u0438\u0439 \u0434\u043B\u044F \u0432\u0432\u0435\u0434\u0435\u043D\u043D\u044F \u043D\u043E\u0432\u043E\u0433\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u0434\u0430\u0442\u0438 \u0442\u0430 \u0447\u0430\u0441\u0443
|
|
76
78
|
EnterDate=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0434\u0456\u0439\u0441\u043D\u0443 \u0434\u0430\u0442\u0443 \u0432 \u0442\u0430\u043A\u043E\u043C\u0443 \u0444\u043E\u0440\u043C\u0430\u0442\u0456\: {0}
|
|
77
79
|
EnterGuid=\u0412\u0432\u0435\u0441\u0442\u0438 GUID \u0432 \u043D\u0430\u0441\u0442\u0443\u043F\u043D\u043E\u043C\u0443 \u0444\u043E\u0440\u043C\u0430\u0442\u0456\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
78
80
|
EnterTime=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0434\u0456\u0439\u0441\u043D\u0438\u0439 \u0447\u0430\u0441 \u0443 \u0442\u0430\u043A\u043E\u043C\u0443 \u0444\u043E\u0440\u043C\u0430\u0442\u0456\: {0}
|
|
@@ -73,6 +73,8 @@ EnterText=Nh\u00E2\u0323p v\u0103n ba\u0309n
|
|
|
73
73
|
EnterTextMaxLength=Nh\u00E2\u0323p v\u0103n ba\u0309n co\u0301 t\u00F4\u0301i \u0111a {0} ky\u0301 t\u01B0\u0323 va\u0300 khoa\u0309ng tr\u0103\u0301ng
|
|
74
74
|
EnterInt=Nh\u00E2\u0323p s\u00F4\u0301 kh\u00F4ng co\u0301 ph\u00E2\u0300n th\u00E2\u0323p ph\u00E2n.
|
|
75
75
|
EnterDateTime=Nh\u00E2\u0323p nga\u0300y va\u0300 gi\u01A1\u0300 h\u01A1\u0323p l\u00EA\u0323 theo \u0111i\u0323nh da\u0323ng sau \u0111\u00E2y\: {0}
|
|
76
|
+
EnterDateTimeTimezone=Nh\u00E2\u0323p mu\u0301i gi\u01A1\u0300 h\u01A1\u0323p l\u00EA\u0323, vi\u0301 du\u0323\: {0}
|
|
77
|
+
EnterDateTimeTimezoneFirst=M\u00FAi gi\u1EDD l\u00E0 b\u1EAFt bu\u1ED9c \u0111\u1EC3 nh\u1EADp gi\u00E1 tr\u1ECB ng\u00E0y v\u00E0 gi\u1EDD m\u1EDBi
|
|
76
78
|
EnterDate=Nh\u00E2\u0323p nga\u0300y h\u01A1\u0323p l\u00EA\u0323 theo \u0111i\u0323nh da\u0323ng sau \u0111\u00E2y\: {0}
|
|
77
79
|
EnterGuid=Nh\u00E2\u0323p GUID theo \u0111i\u0323nh da\u0323ng sau \u0111\u00E2y\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
78
80
|
EnterTime=Nh\u00E2\u0323p gi\u01A1\u0300 h\u01A1\u0323p l\u00EA\u0323 theo \u0111i\u0323nh da\u0323ng sau \u0111\u00E2y\: {0}
|
|
@@ -73,6 +73,8 @@ EnterText=\u8F93\u5165\u6587\u672C
|
|
|
73
73
|
EnterTextMaxLength=\u8F93\u5165\u6700\u591A\u6709 {0} \u4E2A\u5B57\u7B26\u548C\u7A7A\u683C\u7684\u6587\u672C
|
|
74
74
|
EnterInt=\u8F93\u5165\u4E0D\u5E26\u5C0F\u6570\u7684\u6570\u5B57\u3002
|
|
75
75
|
EnterDateTime=\u6309\u4EE5\u4E0B\u683C\u5F0F\u8F93\u5165\u6709\u6548\u65E5\u671F\u548C\u6709\u6548\u65F6\u95F4\uFF1A {0}
|
|
76
|
+
EnterDateTimeTimezone=\u8F93\u5165\u6709\u6548\u65F6\u533A\uFF0C\u4F8B\u5982\uFF1A{0}
|
|
77
|
+
EnterDateTimeTimezoneFirst=\u987B\u6709\u65F6\u533A\u65B9\u53EF\u8F93\u5165\u65B0\u7684\u65E5\u671F\u548C\u65F6\u95F4\u503C
|
|
76
78
|
EnterDate=\u6309\u4EE5\u4E0B\u683C\u5F0F\u8F93\u5165\u6709\u6548\u65E5\u671F\uFF1A {0}
|
|
77
79
|
EnterGuid=\u6309\u4EE5\u4E0B\u683C\u5F0F\u8F93\u5165 GUID\uFF1A12345678-90AB-CDEF-1234-567890ABCDEF
|
|
78
80
|
EnterTime=\u6309\u4EE5\u4E0B\u683C\u5F0F\u8F93\u5165\u6709\u6548\u65F6\u95F4\uFF1A{0}
|
|
@@ -73,6 +73,8 @@ EnterText=\u8F38\u5165\u6587\u5B57
|
|
|
73
73
|
EnterTextMaxLength=\u8F38\u5165\u6700\u591A\u542B {0} \u500B\u5B57\u5143\u548C\u7A7A\u683C\u7684\u5167\u6587
|
|
74
74
|
EnterInt=\u8F38\u5165\u4E0D\u542B\u5C0F\u6578\u4F4D\u7684\u6578\u5B57\u3002
|
|
75
75
|
EnterDateTime=\u4EE5\u4E0B\u5217\u683C\u5F0F\u8F38\u5165\u6709\u6548\u7684\u65E5\u671F\u548C\u6642\u9593\uFF1A{0}
|
|
76
|
+
EnterDateTimeTimezone=\u8F38\u5165\u6709\u6548\u6642\u5340\uFF0C\u4F8B\u5982\uFF1A{0}
|
|
77
|
+
EnterDateTimeTimezoneFirst=\u8F38\u5165\u65B0\u65E5\u671F\u548C\u6642\u9593\u503C\u9700\u8981\u6642\u5340
|
|
76
78
|
EnterDate=\u4EE5\u4E0B\u5217\u683C\u5F0F\u8F38\u5165\u6709\u6548\u7684\u65E5\u671F\uFF1A{0}
|
|
77
79
|
EnterGuid=\u4EE5\u4E0B\u5217\u683C\u5F0F\u8F38\u5165 GUID\uFF1A12345678-90AB-CDEF-1234-567890ABCDEF
|
|
78
80
|
EnterTime=\u4EE5\u4E0B\u5217\u683C\u5F0F\u8F38\u5165\u6709\u6548\u7684\u6642\u9593\uFF1A {0}
|
|
@@ -24,7 +24,7 @@ sap.ui.define(['./ViewRenderer'],
|
|
|
24
24
|
* Renders the HTML for the given control, using the provided {@link sap.ui.core.RenderManager}.
|
|
25
25
|
*
|
|
26
26
|
* @param {sap.ui.core.RenderManager} rm the RenderManager that can be used for rendering the view content
|
|
27
|
-
* @param {sap.ui.core.
|
|
27
|
+
* @param {sap.ui.core.mvc.HTMLView} oControl an object representation of the control that should be rendered
|
|
28
28
|
*/
|
|
29
29
|
HTMLViewRenderer.render = function(rm, oControl){
|
|
30
30
|
// write the HTML into the render manager
|
|
@@ -43,7 +43,7 @@ sap.ui.define([
|
|
|
43
43
|
* @class
|
|
44
44
|
* A View defined using JSON.
|
|
45
45
|
* @extends sap.ui.core.mvc.View
|
|
46
|
-
* @version 1.
|
|
46
|
+
* @version 1.99.1
|
|
47
47
|
*
|
|
48
48
|
* @public
|
|
49
49
|
* @alias sap.ui.core.mvc.JSONView
|
|
@@ -68,6 +68,7 @@ sap.ui.define([
|
|
|
68
68
|
* The given controller instance overrides the controller defined in the view definition. Sharing a controller instance
|
|
69
69
|
* between multiple views is not supported.
|
|
70
70
|
* @public
|
|
71
|
+
* @since 1.56.0
|
|
71
72
|
* @static
|
|
72
73
|
* @returns {Promise<sap.ui.core.mvc.JSONView>} A promise which resolves with the created <code>JSONView</code> instance.
|
|
73
74
|
*/
|
|
@@ -23,7 +23,7 @@ sap.ui.define(['./ViewRenderer'],
|
|
|
23
23
|
* Renders the HTML for the given control, using the provided {@link sap.ui.core.RenderManager}.
|
|
24
24
|
*
|
|
25
25
|
* @param {sap.ui.core.RenderManager} rm the RenderManager that can be used for writing to the Render-Output-Buffer
|
|
26
|
-
* @param {sap.ui.core.
|
|
26
|
+
* @param {sap.ui.core.mvc.JSONView} oControl an object representation of the control that should be rendered
|
|
27
27
|
*/
|
|
28
28
|
JSONViewRenderer.render = function(rm, oControl){
|
|
29
29
|
rm.openStart("div", oControl);
|
|
@@ -27,7 +27,7 @@ sap.ui.define([
|
|
|
27
27
|
* @param {object} [mSettings] initial settings for the new control
|
|
28
28
|
*
|
|
29
29
|
* @extends sap.ui.core.mvc.View
|
|
30
|
-
* @version 1.
|
|
30
|
+
* @version 1.99.1
|
|
31
31
|
* @deprecated Since 1.90. Instead use {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed Views}
|
|
32
32
|
* by defining the view class with {@link sap.ui.core.mvc.View.extend View.extend} and
|
|
33
33
|
* creating the view instances with {@link sap.ui.core.mvc.View.create View.create}.
|
|
@@ -24,7 +24,7 @@ sap.ui.define(['./ViewRenderer'],
|
|
|
24
24
|
* Renders the HTML for the given control, using the provided {@link sap.ui.core.RenderManager}.
|
|
25
25
|
*
|
|
26
26
|
* @param {sap.ui.core.RenderManager} rm the RenderManager that can be used for writing to the Render-Output-Buffer
|
|
27
|
-
* @param {sap.ui.core.
|
|
27
|
+
* @param {sap.ui.core.mvc.JSView} oControl an object representation of the control that should be rendered
|
|
28
28
|
*/
|
|
29
29
|
JSViewRenderer.render = function(rm, oControl){
|
|
30
30
|
rm.openStart("div", oControl);
|
|
@@ -29,7 +29,7 @@ function(View, TemplateViewRenderer, ViewType, Log) {
|
|
|
29
29
|
* @extends sap.ui.core.mvc.View
|
|
30
30
|
*
|
|
31
31
|
* @author SAP SE
|
|
32
|
-
* @version 1.
|
|
32
|
+
* @version 1.99.1
|
|
33
33
|
*
|
|
34
34
|
* @public
|
|
35
35
|
* @deprecated Since version 1.56.0, use {@link sap.ui.core.mvc.XMLView} in combination with
|
|
@@ -24,7 +24,7 @@ sap.ui.define(['./ViewRenderer'],
|
|
|
24
24
|
* Renders the Template, using the provided {@link sap.ui.core.RenderManager}.
|
|
25
25
|
*
|
|
26
26
|
* @param {sap.ui.core.RenderManager} rm the RenderManager that can be used for rendering the view content
|
|
27
|
-
* @param {sap.ui.core.
|
|
27
|
+
* @param {sap.ui.core.mvc.TemplateView} oControl an object representation of the control that should be rendered
|
|
28
28
|
*/
|
|
29
29
|
TemplateViewRenderer.render = function(rm, oControl){
|
|
30
30
|
// write the HTML into the render manager
|
|
@@ -145,7 +145,7 @@ sap.ui.define([
|
|
|
145
145
|
* The default implementation of this method returns <code>false</code>.
|
|
146
146
|
*
|
|
147
147
|
* @extends sap.ui.core.Control
|
|
148
|
-
* @version 1.
|
|
148
|
+
* @version 1.99.1
|
|
149
149
|
*
|
|
150
150
|
* @public
|
|
151
151
|
* @alias sap.ui.core.mvc.View
|
|
@@ -925,6 +925,7 @@ sap.ui.define([
|
|
|
925
925
|
* <code>bSyncSupport</code> flag to <code>true</code>.
|
|
926
926
|
*
|
|
927
927
|
* @protected
|
|
928
|
+
* @since 1.30
|
|
928
929
|
* @static
|
|
929
930
|
* @param {string} sType
|
|
930
931
|
* the type of content to be processed
|
|
@@ -22,7 +22,7 @@ sap.ui.define(function() {
|
|
|
22
22
|
* Renders the HTML for the given control, using the provided {@link sap.ui.core.RenderManager}.
|
|
23
23
|
*
|
|
24
24
|
* @param {sap.ui.core.RenderManager} rm the RenderManager that can be used for writing to the Render-Output-Buffer
|
|
25
|
-
* @param {sap.ui.core.
|
|
25
|
+
* @param {sap.ui.core.mvc.View} oControl an object representation of the control that should be rendered
|
|
26
26
|
*/
|
|
27
27
|
ViewRenderer.render = function(rm, oControl) {
|
|
28
28
|
rm.openStart("div", oControl);
|
|
@@ -96,7 +96,7 @@ sap.ui.define([
|
|
|
96
96
|
* control's dependents aggregation or add it by using {@link sap.ui.core.mvc.XMLView#addDependent}.
|
|
97
97
|
*
|
|
98
98
|
* @extends sap.ui.core.mvc.View
|
|
99
|
-
* @version 1.
|
|
99
|
+
* @version 1.99.1
|
|
100
100
|
*
|
|
101
101
|
* @public
|
|
102
102
|
* @alias sap.ui.core.mvc.XMLView
|
|
@@ -233,6 +233,7 @@ sap.ui.define([
|
|
|
233
233
|
* <strong>Note</strong>: These preprocessors are only available to this instance.
|
|
234
234
|
* For global or on-demand availability use {@link sap.ui.core.mvc.XMLView.registerPreprocessor}.
|
|
235
235
|
* @public
|
|
236
|
+
* @since 1.56.0
|
|
236
237
|
* @static
|
|
237
238
|
* @returns {Promise<sap.ui.core.mvc.XMLView>} A Promise that resolves with the view instance or rejects with any thrown error.
|
|
238
239
|
*/
|
|
@@ -469,7 +470,11 @@ sap.ui.define([
|
|
|
469
470
|
// we don't want to write the key into the cache
|
|
470
471
|
var sKey = mCacheInput.key;
|
|
471
472
|
delete mCacheInput.key;
|
|
473
|
+
var vAdditionalData = mCacheInput.additionalData;
|
|
472
474
|
mCacheInput.xml = XMLHelper.serialize(xContent);
|
|
475
|
+
if (vAdditionalData && vAdditionalData.setAdditionalCacheData && vAdditionalData.getAdditionalCacheData) {
|
|
476
|
+
mCacheInput.additionalData = vAdditionalData.getAdditionalCacheData();
|
|
477
|
+
}
|
|
473
478
|
return Cache.set(sKey, mCacheInput);
|
|
474
479
|
}
|
|
475
480
|
|
|
@@ -479,8 +484,14 @@ sap.ui.define([
|
|
|
479
484
|
if (mCacheOutput && mCacheOutput.componentManifest == mCacheInput.componentManifest) {
|
|
480
485
|
mCacheOutput.xml = XMLHelper.parse(mCacheOutput.xml, "application/xml").documentElement;
|
|
481
486
|
if (mCacheOutput.additionalData) {
|
|
482
|
-
|
|
483
|
-
|
|
487
|
+
var vAdditionalData = mCacheInput.additionalData;
|
|
488
|
+
if (vAdditionalData && vAdditionalData.setAdditionalCacheData && vAdditionalData.getAdditionalCacheData) {
|
|
489
|
+
vAdditionalData.setAdditionalCacheData(mCacheOutput.additionalData);
|
|
490
|
+
} else {
|
|
491
|
+
// extend the additionalData which was passed into cache configuration dynamically
|
|
492
|
+
Log.error("Deprecated: Don't use an object reference for caching additional Data! Use a CacheDataProvider instead!");
|
|
493
|
+
merge(mCacheInput.additionalData, mCacheOutput.additionalData);
|
|
494
|
+
}
|
|
484
495
|
}
|
|
485
496
|
return mCacheOutput;
|
|
486
497
|
}
|
|
@@ -752,6 +763,7 @@ sap.ui.define([
|
|
|
752
763
|
* bSyncSupport flag to true.
|
|
753
764
|
*
|
|
754
765
|
* @public
|
|
766
|
+
* @since 1.30
|
|
755
767
|
* @static
|
|
756
768
|
* @param {string|sap.ui.core.mvc.XMLView.PreprocessorType} sType
|
|
757
769
|
* the type of content to be processed
|
|
@@ -797,6 +809,7 @@ sap.ui.define([
|
|
|
797
809
|
* @see sap.ui.core.mvc.XMLView
|
|
798
810
|
* @see sap.ui.core.mvc.View.Preprocessor
|
|
799
811
|
* @enum {string}
|
|
812
|
+
* @since 1.34
|
|
800
813
|
* @public
|
|
801
814
|
*/
|
|
802
815
|
XMLView.PreprocessorType = {
|
|
@@ -19,7 +19,7 @@ sap.ui.define([
|
|
|
19
19
|
"use strict";
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
|
-
* Instantiates
|
|
22
|
+
* Instantiates a route
|
|
23
23
|
*
|
|
24
24
|
* @class
|
|
25
25
|
* @param {sap.ui.core.routing.Router} oRouter
|
|
@@ -70,17 +70,17 @@ sap.ui.define([
|
|
|
70
70
|
* the view created by a component, or if the Route is a subroute the view of the parent route is taken.
|
|
71
71
|
* You only need to specify this, if you are not using a router created by a component on your top level routes
|
|
72
72
|
* @param {string} [oConfig.targetControl]
|
|
73
|
-
* <b>Deprecated since 1.28, use <code>target.controlId</code> instead.</b></br> Views will be put into a container Control, this might be
|
|
74
|
-
* {@link sap.ui.ux3.Shell} control or
|
|
73
|
+
* <b>Deprecated since 1.28, use <code>target.controlId</code> instead.</b></br> Views will be put into a container Control, this might be an
|
|
74
|
+
* {@link sap.ui.ux3.Shell} control or an {@link sap.m.NavContainer} if working with mobile, or any other container.
|
|
75
75
|
* The id of this control has to be put in here
|
|
76
76
|
* @param {string} [oConfig.targetAggregation]
|
|
77
77
|
* <b>Deprecated since 1.28, use <code>target.controlAggregation</code> instead.</b></br> The name of an aggregation of the targetControl,
|
|
78
|
-
* that contains views. Eg:
|
|
78
|
+
* that contains views. Eg: an {@link sap.m.NavContainer} has an aggregation "pages", another Example is the
|
|
79
79
|
* {@link sap.ui.ux3.Shell} it has "content".
|
|
80
80
|
* @param {boolean} [oConfig.clearTarget=false]
|
|
81
81
|
* <b>Deprecated since 1.28, use <code>target.clearControlAggregation</code> instead.</b></br> Defines a boolean that
|
|
82
|
-
* can be passed to specify if the aggregation should be cleared before adding the View to it. When using
|
|
83
|
-
* {@link sap.ui.ux3.Shell} this should be true. For
|
|
82
|
+
* can be passed to specify if the aggregation should be cleared before adding the View to it. When using an
|
|
83
|
+
* {@link sap.ui.ux3.Shell} this should be true. For an {@link sap.m.NavContainer} it should be false
|
|
84
84
|
* @param {object} [oConfig.subroutes]
|
|
85
85
|
* <b>Deprecated since 1.28, use <code>targets.parent</code> instead.</b> one or multiple route configs taking all of these parameters again.
|
|
86
86
|
* If a subroute is hit, it will fire the routeMatched event for all its parents. The routePatternMatched event
|
|
@@ -43,7 +43,7 @@ sap.ui.define([
|
|
|
43
43
|
var oRouters = {};
|
|
44
44
|
|
|
45
45
|
/**
|
|
46
|
-
* Instantiates a
|
|
46
|
+
* Instantiates a router
|
|
47
47
|
*
|
|
48
48
|
* @class
|
|
49
49
|
* @extends sap.ui.base.EventProvider
|
|
@@ -164,7 +164,8 @@ sap.ui.define([
|
|
|
164
164
|
* {
|
|
165
165
|
* //same name as in the config.bypassed.target
|
|
166
166
|
* notFound: {
|
|
167
|
-
*
|
|
167
|
+
* type: "View"
|
|
168
|
+
* name: "notFound",
|
|
168
169
|
* ...
|
|
169
170
|
* // more properties to place the view in the correct container
|
|
170
171
|
* }
|
|
@@ -659,7 +660,7 @@ sap.ui.define([
|
|
|
659
660
|
},
|
|
660
661
|
|
|
661
662
|
/**
|
|
662
|
-
* @typedef {
|
|
663
|
+
* @typedef {object} sap.ui.core.routing.RouteInfo
|
|
663
664
|
* @property {string} name The route name
|
|
664
665
|
* @property {Object.<string, string>} arguments The route data
|
|
665
666
|
* @public
|
|
@@ -25,7 +25,8 @@ sap.ui.define([
|
|
|
25
25
|
* If you are using the mobile library, please use {@link sap.m.routing.Targets} instead of this class.
|
|
26
26
|
* @extends sap.ui.base.EventProvider
|
|
27
27
|
* @param {object} oOptions
|
|
28
|
-
* @param {sap.ui.core.routing.Views} oOptions.views the views instance will create the
|
|
28
|
+
* @param {sap.ui.core.routing.Views} oOptions.views the views instance will create the instances of all the targets defined, so if 2 targets have the same
|
|
29
|
+
* <code>type</code> and <code>name</code> set, the same instance of the target will be displayed.
|
|
29
30
|
* @param {object} [oOptions.config] this config allows all the values oOptions.targets.anyName allows, these will be the default values for properties used in the target.<br/>
|
|
30
31
|
* For example if you are only using xmlViews in your app you can specify viewType="XML" so you don't have to repeat this in every target.<br/>
|
|
31
32
|
* If a target specifies viewType="JS", the JS will be stronger than the XML here is an example.
|
|
@@ -126,9 +127,11 @@ sap.ui.define([
|
|
|
126
127
|
* </pre>
|
|
127
128
|
*
|
|
128
129
|
* @param {string} oOptions.targets.anyName.type Defines whether the target creates an instance of 'View' or 'Component'.
|
|
129
|
-
* @param {string} [oOptions.targets.anyName.name] Defines the name of the View or Component that will be
|
|
130
|
-
*
|
|
131
|
-
*
|
|
130
|
+
* @param {string} [oOptions.targets.anyName.name] Defines the name of the View or Component that will be
|
|
131
|
+
* created. For type 'Component', use option 'usage' instead if an owner component exists.
|
|
132
|
+
* To place the view or component into a Control, use the options <code>controlAggregation</code> and
|
|
133
|
+
* <code>controlId</code>. Instance of View or Component will only be created once per <code>name</code> or
|
|
134
|
+
* <code>usage</code> combined with <code>id</code>.
|
|
132
135
|
* <pre>
|
|
133
136
|
* <code>
|
|
134
137
|
* {
|
|
@@ -160,21 +163,22 @@ sap.ui.define([
|
|
|
160
163
|
* <code>
|
|
161
164
|
* {
|
|
162
165
|
* targets: {
|
|
163
|
-
* // If display("masterWelcome") is called, the
|
|
166
|
+
* // If display("masterWelcome") is called, the view with name "Welcome" will be placed in the 'MasterPages' of a control with the id splitContainter
|
|
164
167
|
* masterWelcome: {
|
|
165
168
|
* type: "View",
|
|
166
169
|
* name: "Welcome",
|
|
167
|
-
* controlId: "splitContainer",
|
|
168
|
-
* controlAggregation: "masterPages",
|
|
169
170
|
* id: "masterWelcome",
|
|
171
|
+
* controlId: "splitContainer",
|
|
172
|
+
* controlAggregation: "masterPages"
|
|
170
173
|
* },
|
|
171
|
-
* // If display("detailWelcome") is called after the masterWelcome, a second instance with
|
|
174
|
+
* // If display("detailWelcome") is called after the "masterWelcome" target, a second instance of the same view with its own controller instance will be added in the detail pages.
|
|
172
175
|
* detailWelcome: {
|
|
173
176
|
* type: "View",
|
|
174
|
-
* name: "
|
|
177
|
+
* name: "Welcome",
|
|
178
|
+
* // another instance will be created because a different id is used
|
|
179
|
+
* id: "detailWelcome",
|
|
175
180
|
* controlId: "splitContainer",
|
|
176
|
-
* controlAggregation: "detailPages"
|
|
177
|
-
* id: "detailWelcome"
|
|
181
|
+
* controlAggregation: "detailPages"
|
|
178
182
|
* }
|
|
179
183
|
* }
|
|
180
184
|
* }
|
|
@@ -186,8 +190,8 @@ sap.ui.define([
|
|
|
186
190
|
* @param {string} [oOptions.targets.anyName.viewType=oOptions.config.viewType] The type of the view that is going to be created. These are the supported types: {@link sap.ui.core.mvc.ViewType}.
|
|
187
191
|
* You always have to provide a viewType except if <code>oOptions.config.viewType</code> is set or when using {@link sap.ui.core.routing.Views#setView}.
|
|
188
192
|
* @param {string} [oOptions.targets.anyName.path]
|
|
189
|
-
* A prefix that will be prepended in front of the name
|
|
190
|
-
* <b>Example:</b> name is set to "myView" and path is set to "myApp" - the created view name will be "myApp.myView".
|
|
193
|
+
* A prefix that will be prepended in front of the <code>name</code>.<br/>
|
|
194
|
+
* <b>Example:</b> <code>name</code> is set to "myView" and <code>path</code> is set to "myApp" - the created view's name will be "myApp.myView".
|
|
191
195
|
* @param {string} [oOptions.targets.anyName.id] The ID of the created instance.
|
|
192
196
|
* This is will be prefixed with the id of the component set to the views instance provided in oOptions.views. For details see {@link sap.ui.core.routing.Views#getView}.
|
|
193
197
|
* @param {string} [oOptions.targets.anyName.targetParent]
|