@openui5/sap.ui.integration 1.109.0 → 1.111.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/.reuse/dep5 +16 -16
- package/THIRDPARTY.txt +2 -2
- package/package.json +3 -3
- package/src/sap/ui/integration/.library +2 -2
- package/src/sap/ui/integration/ActionDefinition.js +2 -2
- package/src/sap/ui/integration/Designtime.js +2 -2
- package/src/sap/ui/integration/Extension.js +29 -5
- package/src/sap/ui/integration/Host.js +83 -18
- package/src/sap/ui/integration/bindingFeatures/DateRange.js +1 -1
- package/src/sap/ui/integration/cards/AdaptiveContent.js +9 -9
- package/src/sap/ui/integration/cards/AnalyticalContent.js +2 -2
- package/src/sap/ui/integration/cards/AnalyticalContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +2 -2
- package/src/sap/ui/integration/cards/AnalyticsCloudContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/BaseContent.js +6 -5
- package/src/sap/ui/integration/cards/BaseContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/BaseListContent.js +7 -3
- package/src/sap/ui/integration/cards/CalendarContent.js +3 -3
- package/src/sap/ui/integration/cards/CalendarContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/ComponentContent.js +2 -2
- package/src/sap/ui/integration/cards/ComponentContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/Footer.js +2 -2
- package/src/sap/ui/integration/cards/Header.js +3 -3
- package/src/sap/ui/integration/cards/ListContent.js +23 -48
- package/src/sap/ui/integration/cards/ListContentRenderer.js +19 -35
- package/src/sap/ui/integration/cards/NumericHeader.js +3 -3
- package/src/sap/ui/integration/cards/ObjectContent.js +34 -8
- package/src/sap/ui/integration/cards/ObjectContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/TableContent.js +2 -2
- package/src/sap/ui/integration/cards/TableContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/TimelineContent.js +2 -2
- package/src/sap/ui/integration/cards/TimelineContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/WebPageContent.js +2 -2
- package/src/sap/ui/integration/cards/WebPageContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/actions/BaseAction.js +1 -1
- package/src/sap/ui/integration/cards/actions/CardActions.js +2 -2
- package/src/sap/ui/integration/cards/actions/CustomAction.js +1 -1
- package/src/sap/ui/integration/cards/actions/DateChangeAction.js +1 -1
- package/src/sap/ui/integration/cards/actions/HideCardAction.js +1 -1
- package/src/sap/ui/integration/cards/actions/MonthChangeAction.js +1 -1
- package/src/sap/ui/integration/cards/actions/NavigationAction.js +1 -1
- package/src/sap/ui/integration/cards/actions/ShowCardAction.js +1 -1
- package/src/sap/ui/integration/cards/actions/SubmitAction.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +2 -2
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +2 -2
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +2 -2
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +2 -2
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputTime.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +2 -2
- package/src/sap/ui/integration/cards/adaptivecards/elements/hostConfig.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/overwrites/ActionRender.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/overwrites/inputsGeneralOverwrites.js +1 -1
- package/src/sap/ui/integration/cards/filters/BaseFilter.js +2 -2
- package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +2 -2
- package/src/sap/ui/integration/cards/filters/FilterBar.js +68 -2
- package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +4 -3
- package/src/sap/ui/integration/cards/filters/SearchFilter.js +2 -2
- package/src/sap/ui/integration/cards/filters/SelectFilter.js +3 -2
- package/src/sap/ui/integration/cards/list/MicrochartsResizeHelper.js +126 -0
- package/src/sap/ui/integration/controls/ActionsStrip.js +2 -2
- package/src/sap/ui/integration/controls/ActionsToolbar.js +4 -2
- package/src/sap/ui/integration/controls/ActionsToolbarRenderer.js +1 -1
- package/src/sap/ui/integration/controls/LinkWithIcon.js +2 -2
- package/src/sap/ui/integration/controls/LinkWithIconRenderer.js +1 -1
- package/src/sap/ui/integration/controls/ListContentItem.js +118 -10
- package/src/sap/ui/integration/controls/ListContentItemRenderer.js +93 -120
- package/src/sap/ui/integration/controls/Microchart.js +2 -2
- package/src/sap/ui/integration/controls/MicrochartLegend.js +2 -2
- package/src/sap/ui/integration/controls/MicrochartLegendRenderer.js +1 -1
- package/src/sap/ui/integration/controls/ObjectStatus.js +51 -0
- package/src/sap/ui/integration/controls/Paginator.js +12 -6
- package/src/sap/ui/integration/controls/PaginatorRenderer.js +1 -1
- package/src/sap/ui/integration/customElements/CustomElementBase.js +1 -1
- package/src/sap/ui/integration/customElements/CustomElementCard.js +1 -1
- package/src/sap/ui/integration/customElements/CustomElementCardEditor.js +1 -1
- package/src/sap/ui/integration/customElements/CustomElementEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/layout/Form.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditorDialog.fragment.xml +1 -0
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditorDialog.fragment.xml +1 -0
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/util/BaseDefaultValidatorModules.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/StylesheetManager.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/util/binding/resolveBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/cleanupDesigntimeMetadata.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/createPromise.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/escapeParameter.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/findClosestInstance.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/hasTag.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/isTemplate.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/isValidBindingString.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsPatternMatch.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +2 -2
- package/src/sap/ui/integration/designtime/cardEditor/BASEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/CardEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/PropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/PropertyEditors.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/AppConfig.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/FooterConfig.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/HeaderConfig.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/ListCardConfig.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/ObjectCardConfig.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/TableCardConfig.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/generateActionConfig.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/generateDataConfig.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/generateFooterActionsStripConfig.js +3 -5
- package/src/sap/ui/integration/designtime/cardEditor/config/index.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +2 -2
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +2 -2
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +2 -2
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +2 -2
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +2 -2
- package/src/sap/ui/integration/designtime/cardEditor/util/CommonPatterns.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/validator/IsPatternMatchList.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardEditor.js +3 -65
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +2 -2
- package/src/sap/ui/integration/editor/Editor.js +91 -46
- package/src/sap/ui/integration/editor/Extension.js +2 -2
- package/src/sap/ui/integration/editor/Manifest.js +2 -2
- package/src/sap/ui/integration/editor/Merger.js +1 -1
- package/src/sap/ui/integration/editor/Settings.js +2 -2
- package/src/sap/ui/integration/editor/fields/BaseField.js +2 -2
- package/src/sap/ui/integration/editor/fields/BooleanField.js +2 -2
- package/src/sap/ui/integration/editor/fields/DateField.js +2 -2
- package/src/sap/ui/integration/editor/fields/DateTimeField.js +2 -2
- package/src/sap/ui/integration/editor/fields/DestinationField.js +2 -2
- package/src/sap/ui/integration/editor/fields/GroupField.js +2 -2
- package/src/sap/ui/integration/editor/fields/IntegerField.js +2 -2
- package/src/sap/ui/integration/editor/fields/NumberField.js +2 -2
- package/src/sap/ui/integration/editor/fields/ObjectField.js +6 -10
- package/src/sap/ui/integration/editor/fields/ObjectListField.js +2 -2
- package/src/sap/ui/integration/editor/fields/StringField.js +4 -7
- package/src/sap/ui/integration/editor/fields/StringListField.js +2 -2
- package/src/sap/ui/integration/editor/fields/fragment/Controller.js +2 -2
- package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +2 -2
- package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +2 -2
- package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +2 -2
- package/src/sap/ui/integration/editor/fields/viz/VizBase.js +2 -2
- package/src/sap/ui/integration/formatters/DateTimeFormatter.js +1 -1
- package/src/sap/ui/integration/formatters/IconFormatter.js +1 -1
- package/src/sap/ui/integration/formatters/InitialsFormatter.js +1 -1
- package/src/sap/ui/integration/formatters/NumberFormatter.js +1 -1
- package/src/sap/ui/integration/formatters/TextFormatter.js +1 -1
- package/src/sap/ui/integration/library-bootstrap.js +1 -1
- package/src/sap/ui/integration/library.js +5 -4
- package/src/sap/ui/integration/messagebundle.properties +3 -0
- package/src/sap/ui/integration/messagebundle_ar.properties +6 -0
- package/src/sap/ui/integration/messagebundle_bg.properties +6 -0
- package/src/sap/ui/integration/messagebundle_ca.properties +6 -0
- package/src/sap/ui/integration/messagebundle_cs.properties +6 -0
- package/src/sap/ui/integration/messagebundle_cy.properties +6 -0
- package/src/sap/ui/integration/messagebundle_da.properties +6 -0
- package/src/sap/ui/integration/messagebundle_de.properties +7 -1
- package/src/sap/ui/integration/messagebundle_el.properties +6 -0
- package/src/sap/ui/integration/messagebundle_en.properties +6 -0
- package/src/sap/ui/integration/messagebundle_en_GB.properties +6 -0
- package/src/sap/ui/integration/messagebundle_en_US_sappsd.properties +6 -0
- package/src/sap/ui/integration/messagebundle_en_US_saprigi.properties +6 -0
- package/src/sap/ui/integration/messagebundle_en_US_saptrc.properties +6 -0
- package/src/sap/ui/integration/messagebundle_es.properties +6 -0
- package/src/sap/ui/integration/messagebundle_es_MX.properties +6 -0
- package/src/sap/ui/integration/messagebundle_et.properties +6 -0
- package/src/sap/ui/integration/messagebundle_fi.properties +6 -0
- package/src/sap/ui/integration/messagebundle_fr.properties +6 -0
- package/src/sap/ui/integration/messagebundle_fr_CA.properties +6 -0
- package/src/sap/ui/integration/messagebundle_hi.properties +6 -0
- package/src/sap/ui/integration/messagebundle_hr.properties +6 -0
- package/src/sap/ui/integration/messagebundle_hu.properties +6 -0
- package/src/sap/ui/integration/messagebundle_id.properties +6 -0
- package/src/sap/ui/integration/messagebundle_it.properties +6 -0
- package/src/sap/ui/integration/messagebundle_iw.properties +6 -0
- package/src/sap/ui/integration/messagebundle_ja.properties +6 -0
- package/src/sap/ui/integration/messagebundle_kk.properties +6 -0
- package/src/sap/ui/integration/messagebundle_ko.properties +6 -0
- package/src/sap/ui/integration/messagebundle_lt.properties +6 -0
- package/src/sap/ui/integration/messagebundle_lv.properties +6 -0
- package/src/sap/ui/integration/messagebundle_ms.properties +6 -0
- package/src/sap/ui/integration/messagebundle_nl.properties +6 -0
- package/src/sap/ui/integration/messagebundle_no.properties +6 -0
- package/src/sap/ui/integration/messagebundle_pl.properties +6 -0
- package/src/sap/ui/integration/messagebundle_pt.properties +6 -0
- package/src/sap/ui/integration/messagebundle_pt_PT.properties +6 -0
- package/src/sap/ui/integration/messagebundle_ro.properties +6 -0
- package/src/sap/ui/integration/messagebundle_ru.properties +6 -0
- package/src/sap/ui/integration/messagebundle_sh.properties +6 -0
- package/src/sap/ui/integration/messagebundle_sk.properties +6 -0
- package/src/sap/ui/integration/messagebundle_sl.properties +6 -0
- package/src/sap/ui/integration/messagebundle_sv.properties +6 -0
- package/src/sap/ui/integration/messagebundle_th.properties +6 -0
- package/src/sap/ui/integration/messagebundle_tr.properties +6 -0
- package/src/sap/ui/integration/messagebundle_uk.properties +6 -0
- package/src/sap/ui/integration/messagebundle_vi.properties +6 -0
- package/src/sap/ui/integration/messagebundle_zh_CN.properties +6 -0
- package/src/sap/ui/integration/messagebundle_zh_TW.properties +6 -0
- package/src/sap/ui/integration/model/ContextModel.js +2 -2
- package/src/sap/ui/integration/model/ObservableModel.js +2 -2
- package/src/sap/ui/integration/model/PagingModelListBinding.js +2 -2
- package/src/sap/ui/integration/sap-ui-integration-config.js +1 -1
- package/src/sap/ui/integration/sap-ui-integration-define-nojQuery.js +1 -1
- package/src/sap/ui/integration/schemas/sap-card.json +107 -3
- package/src/sap/ui/integration/services/Data.js +1 -1
- package/src/sap/ui/integration/services/Navigation.js +1 -1
- package/src/sap/ui/integration/services/Service.js +1 -1
- package/src/sap/ui/integration/themes/base/ListContentItem.less +134 -134
- package/src/sap/ui/integration/themes/base/Microchart.less +0 -2
- package/src/sap/ui/integration/themes/base/ObjectContent.less +5 -0
- package/src/sap/ui/integration/themes/base/ObjectStatusIcons.less +48 -0
- package/src/sap/ui/integration/themes/base/library.source.less +2 -1
- package/src/sap/ui/integration/themes/sap_hcb/library.source.less +1 -1
- package/src/sap/ui/integration/util/BaseFactory.js +2 -2
- package/src/sap/ui/integration/util/BindingHelper.js +2 -2
- package/src/sap/ui/integration/util/BindingResolver.js +2 -2
- package/src/sap/ui/integration/util/CacheAndRequestDataProvider.js +4 -7
- package/src/sap/ui/integration/util/CardMerger.js +1 -1
- package/src/sap/ui/integration/util/CardObserver.js +2 -2
- package/src/sap/ui/integration/util/ContentFactory.js +2 -2
- package/src/sap/ui/integration/util/CsrfTokenHandler.js +10 -7
- package/src/sap/ui/integration/util/DataProvider.js +2 -2
- package/src/sap/ui/integration/util/DataProviderFactory.js +2 -2
- package/src/sap/ui/integration/util/Destinations.js +2 -2
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +2 -2
- package/src/sap/ui/integration/util/Forms.js +5 -3
- package/src/sap/ui/integration/util/HeaderFactory.js +2 -2
- package/src/sap/ui/integration/util/JSONBindingHelper.js +2 -2
- package/src/sap/ui/integration/util/LoadingProvider.js +11 -15
- package/src/sap/ui/integration/util/Manifest.js +10 -3
- package/src/sap/ui/integration/util/ManifestResolver.js +11 -2
- package/src/sap/ui/integration/util/Measurement.js +65 -0
- package/src/sap/ui/integration/util/ParameterMap.js +1 -1
- package/src/sap/ui/integration/util/RequestDataProvider.js +27 -15
- package/src/sap/ui/integration/util/ServiceDataProvider.js +2 -2
- package/src/sap/ui/integration/util/ServiceManager.js +2 -2
- package/src/sap/ui/integration/util/SkeletonCard.js +2 -2
- package/src/sap/ui/integration/util/Utils.js +2 -2
- package/src/sap/ui/integration/util/Validators.js +2 -2
- package/src/sap/ui/integration/util/loadCardEditor.js +1 -1
- package/src/sap/ui/integration/widgets/Card.js +46 -34
- package/src/sap/ui/integration/widgets/CardRenderer.js +1 -1
- package/src/sap-ui-integration-card-editor.js +1 -1
- package/src/sap-ui-integration-editor.js +1 -1
- package/src/sap-ui-integration.js +1 -1
- package/src/sap/ui/integration/editor/EditorResourceBundles.js +0 -80
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -97,7 +97,7 @@ sap.ui.define([
|
|
|
97
97
|
* Utility class helping with form validation.
|
|
98
98
|
*
|
|
99
99
|
* @author SAP SE
|
|
100
|
-
* @version 1.
|
|
100
|
+
* @version 1.111.0
|
|
101
101
|
*
|
|
102
102
|
* @private
|
|
103
103
|
* @alias sap.ui.integration.util.Forms
|
|
@@ -109,6 +109,8 @@ sap.ui.define([
|
|
|
109
109
|
oResourceBundle = oCard.getModel("i18n").getResourceBundle(),
|
|
110
110
|
oExtension = oCard.getAggregation("_extension"),
|
|
111
111
|
oItem = oControl._oItem,
|
|
112
|
+
oBindingContext = oControl.getBindingContext(),
|
|
113
|
+
sBindingPath = oBindingContext ? oBindingContext.getPath() : "",
|
|
112
114
|
sInputType,
|
|
113
115
|
oValidator,
|
|
114
116
|
oValidationValue,
|
|
@@ -126,7 +128,7 @@ sap.ui.define([
|
|
|
126
128
|
return;
|
|
127
129
|
}
|
|
128
130
|
|
|
129
|
-
aResolvedValidations = BindingResolver.resolveValue(oItem.validations, oControl,
|
|
131
|
+
aResolvedValidations = BindingResolver.resolveValue(oItem.validations, oControl, sBindingPath);
|
|
130
132
|
|
|
131
133
|
sInputType = _getInputType(oItem);
|
|
132
134
|
oValidator = Validators[sInputType];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -44,7 +44,7 @@ sap.ui.define([
|
|
|
44
44
|
* @extends sap.ui.integration.util.BaseFactory
|
|
45
45
|
*
|
|
46
46
|
* @author SAP SE
|
|
47
|
-
* @version 1.
|
|
47
|
+
* @version 1.111.0
|
|
48
48
|
*
|
|
49
49
|
* @constructor
|
|
50
50
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -27,7 +27,7 @@ sap.ui.define([
|
|
|
27
27
|
* Helper class for working with bindings for json objects.
|
|
28
28
|
*
|
|
29
29
|
* @author SAP SE
|
|
30
|
-
* @version 1.
|
|
30
|
+
* @version 1.111.0
|
|
31
31
|
*
|
|
32
32
|
* @private
|
|
33
33
|
* @ui5-restricted sap.ui.integration, shell-toolkit
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -45,7 +45,7 @@ sap.ui.define([
|
|
|
45
45
|
* @extends sap.ui.core.Element
|
|
46
46
|
*
|
|
47
47
|
* @author SAP SE
|
|
48
|
-
* @version 1.
|
|
48
|
+
* @version 1.111.0
|
|
49
49
|
*
|
|
50
50
|
* @constructor
|
|
51
51
|
* @private
|
|
@@ -81,11 +81,6 @@ sap.ui.define([
|
|
|
81
81
|
};
|
|
82
82
|
|
|
83
83
|
LoadingProvider.prototype.destroy = function () {
|
|
84
|
-
if (this._oContentPlaceholder) {
|
|
85
|
-
this._oContentPlaceholder.destroy();
|
|
86
|
-
this._oContentPlaceholder = null;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
84
|
this._oDataProvider = null;
|
|
90
85
|
|
|
91
86
|
Element.prototype.destroy.apply(this, arguments);
|
|
@@ -93,12 +88,13 @@ sap.ui.define([
|
|
|
93
88
|
|
|
94
89
|
LoadingProvider.prototype.createContentPlaceholder = function (oConfiguration, sType, oCard) {
|
|
95
90
|
var iContentMinItems;
|
|
91
|
+
var oContentPlaceholder;
|
|
96
92
|
|
|
97
93
|
switch (sType) {
|
|
98
94
|
case "List":
|
|
99
95
|
iContentMinItems = oCard.getContentMinItems(oConfiguration);
|
|
100
96
|
|
|
101
|
-
|
|
97
|
+
oContentPlaceholder = new ListPlaceholder({
|
|
102
98
|
minItems: iContentMinItems !== null ? iContentMinItems : 2,
|
|
103
99
|
item: oConfiguration.item,
|
|
104
100
|
itemHeight: ListContentRenderer.getItemMinHeight(oConfiguration, oCard || this) + "rem"
|
|
@@ -108,7 +104,7 @@ sap.ui.define([
|
|
|
108
104
|
case "Calendar":
|
|
109
105
|
iContentMinItems = oCard.getContentMinItems(oConfiguration);
|
|
110
106
|
|
|
111
|
-
|
|
107
|
+
oContentPlaceholder = new CalendarPlaceholder({
|
|
112
108
|
minItems: iContentMinItems !== null ? iContentMinItems : 2,
|
|
113
109
|
maxLegendItems: oConfiguration.maxLegendItems ? parseInt(oConfiguration.maxLegendItems) : 2,
|
|
114
110
|
item: oConfiguration.item ? oConfiguration.item.template : {},
|
|
@@ -116,13 +112,13 @@ sap.ui.define([
|
|
|
116
112
|
});
|
|
117
113
|
break;
|
|
118
114
|
case "Object":
|
|
119
|
-
|
|
115
|
+
oContentPlaceholder = new ObjectPlaceholder();
|
|
120
116
|
break;
|
|
121
117
|
|
|
122
118
|
case "Table":
|
|
123
119
|
iContentMinItems = oCard.getContentMinItems(oConfiguration);
|
|
124
120
|
|
|
125
|
-
|
|
121
|
+
oContentPlaceholder = new TablePlaceholder({
|
|
126
122
|
minItems: iContentMinItems !== null ? iContentMinItems : 2,
|
|
127
123
|
itemHeight: TableContentRenderer.getItemMinHeight(oConfiguration, oCard || this) + "rem",
|
|
128
124
|
columns: oConfiguration.row ? oConfiguration.row.columns.length || 2 : 2
|
|
@@ -132,7 +128,7 @@ sap.ui.define([
|
|
|
132
128
|
case "Timeline":
|
|
133
129
|
iContentMinItems = oCard.getContentMinItems(oConfiguration);
|
|
134
130
|
|
|
135
|
-
|
|
131
|
+
oContentPlaceholder = new TimelinePlaceholder({
|
|
136
132
|
minItems: iContentMinItems !== null ? iContentMinItems : 2,
|
|
137
133
|
item: oConfiguration.item,
|
|
138
134
|
itemHeight: TimelineContentRenderer.getItemMinHeight(oConfiguration, oCard || this) + "rem"
|
|
@@ -140,17 +136,17 @@ sap.ui.define([
|
|
|
140
136
|
break;
|
|
141
137
|
|
|
142
138
|
case "Analytical":
|
|
143
|
-
|
|
139
|
+
oContentPlaceholder = new AnalyticalPlaceholder({
|
|
144
140
|
chartType: oConfiguration.chartType,
|
|
145
141
|
minHeight: AnalyticalContentRenderer.getMinHeight(oConfiguration)
|
|
146
142
|
});
|
|
147
143
|
break;
|
|
148
144
|
|
|
149
145
|
default:
|
|
150
|
-
|
|
146
|
+
oContentPlaceholder = new GenericPlaceholder();
|
|
151
147
|
}
|
|
152
148
|
|
|
153
|
-
return
|
|
149
|
+
return oContentPlaceholder;
|
|
154
150
|
};
|
|
155
151
|
|
|
156
152
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -64,7 +64,7 @@ sap.ui.define([
|
|
|
64
64
|
* @extends sap.ui.base.Object
|
|
65
65
|
*
|
|
66
66
|
* @author SAP SE
|
|
67
|
-
* @version 1.
|
|
67
|
+
* @version 1.111.0
|
|
68
68
|
*
|
|
69
69
|
* @constructor
|
|
70
70
|
* @private
|
|
@@ -205,7 +205,7 @@ sap.ui.define([
|
|
|
205
205
|
/**
|
|
206
206
|
* Load a manifest.json file and all of its resources and then process it.
|
|
207
207
|
*
|
|
208
|
-
* @param {
|
|
208
|
+
* @param {object} mSettings The settings to use for manifest loading.
|
|
209
209
|
* @returns {Promise} A promise resolved when the manifest is ready and processed.
|
|
210
210
|
*/
|
|
211
211
|
Manifest.prototype.load = function (mSettings) {
|
|
@@ -249,6 +249,13 @@ sap.ui.define([
|
|
|
249
249
|
}.bind(this));
|
|
250
250
|
};
|
|
251
251
|
|
|
252
|
+
/**
|
|
253
|
+
* Loads the dependencies listed in "sap.ui5"/dependencies/libs and the includes
|
|
254
|
+
* @returns {Promise} A promise resolved when the dependencies are loaded
|
|
255
|
+
*/
|
|
256
|
+
Manifest.prototype.loadDependenciesAndIncludes = function () {
|
|
257
|
+
return this._oManifest.loadDependenciesAndIncludes(true);
|
|
258
|
+
};
|
|
252
259
|
|
|
253
260
|
/**
|
|
254
261
|
* Loads the i18n resources.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -43,7 +43,12 @@ sap.ui.define([
|
|
|
43
43
|
oCard.startManifestProcessing();
|
|
44
44
|
|
|
45
45
|
return ManifestResolver._awaitReadyEvent(oCard)
|
|
46
|
-
.then(
|
|
46
|
+
.then(function () {
|
|
47
|
+
return oCard.getModel("context").waitForPendingProperties();
|
|
48
|
+
})
|
|
49
|
+
.then(function () {
|
|
50
|
+
return ManifestResolver._handleCardReady(oCard);
|
|
51
|
+
})
|
|
47
52
|
.catch(function (oError) {
|
|
48
53
|
return ManifestResolver._handleCardSevereError(oCard, oError);
|
|
49
54
|
});
|
|
@@ -141,6 +146,10 @@ sap.ui.define([
|
|
|
141
146
|
var oManifest = oCard.getManifestEntry("/"),
|
|
142
147
|
oResourceBundle = Core.getLibraryResourceBundle("sap.ui.integration");
|
|
143
148
|
|
|
149
|
+
if (oManifest === null) {
|
|
150
|
+
oManifest = {};
|
|
151
|
+
}
|
|
152
|
+
|
|
144
153
|
oManifest["sap.card"] = {
|
|
145
154
|
content: {
|
|
146
155
|
message: {
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* OpenUI5
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
sap.ui.define([
|
|
8
|
+
"sap/ui/performance/Measurement"
|
|
9
|
+
], function (CoreMeasurement) {
|
|
10
|
+
"use strict";
|
|
11
|
+
|
|
12
|
+
var bNowAPIExists = performance && performance.now;
|
|
13
|
+
var bMarkAPIExists = performance && performance.mark;
|
|
14
|
+
|
|
15
|
+
function measurementStartTime() {
|
|
16
|
+
if (bNowAPIExists) {
|
|
17
|
+
return " Start since page load: " + performance.now();
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
return "";
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
var mMeasurements = new Map();
|
|
24
|
+
|
|
25
|
+
var Measurement = {
|
|
26
|
+
start: function (sId, sDetail) {
|
|
27
|
+
if (!CoreMeasurement.getActive()) {
|
|
28
|
+
return;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
mMeasurements.set(sId, {
|
|
32
|
+
detail: sDetail
|
|
33
|
+
});
|
|
34
|
+
|
|
35
|
+
if (bMarkAPIExists){
|
|
36
|
+
performance.mark(sId + "-start");
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
CoreMeasurement.start(sId, sDetail + measurementStartTime());
|
|
40
|
+
},
|
|
41
|
+
end: function (sId) {
|
|
42
|
+
if (!CoreMeasurement.getActive()) {
|
|
43
|
+
return;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
var oMeasurement = mMeasurements.get(sId);
|
|
47
|
+
|
|
48
|
+
if (bMarkAPIExists) {
|
|
49
|
+
performance.mark(sId + "-end", {
|
|
50
|
+
start: sId,
|
|
51
|
+
detail: oMeasurement.detail
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
CoreMeasurement.end(sId);
|
|
56
|
+
oMeasurement.ended = true;
|
|
57
|
+
},
|
|
58
|
+
hasEnded: function (sId) {
|
|
59
|
+
return CoreMeasurement.getActive() && mMeasurements.get(sId).ended;
|
|
60
|
+
}
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
return Measurement;
|
|
64
|
+
|
|
65
|
+
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -8,8 +8,9 @@ sap.ui.define([
|
|
|
8
8
|
"sap/ui/thirdparty/jquery",
|
|
9
9
|
"sap/base/Log",
|
|
10
10
|
"sap/ui/model/odata/v4/ODataUtils",
|
|
11
|
-
"sap/ui/core/Core"
|
|
12
|
-
|
|
11
|
+
"sap/ui/core/Core",
|
|
12
|
+
"sap/base/util/deepClone"
|
|
13
|
+
], function (DataProvider, jQuery, Log, ODataUtils, Core, deepClone) {
|
|
13
14
|
"use strict";
|
|
14
15
|
/*global Response*/
|
|
15
16
|
|
|
@@ -32,7 +33,7 @@ sap.ui.define([
|
|
|
32
33
|
* @extends sap.ui.integration.util.DataProvider
|
|
33
34
|
*
|
|
34
35
|
* @author SAP SE
|
|
35
|
-
* @version 1.
|
|
36
|
+
* @version 1.111.0
|
|
36
37
|
*
|
|
37
38
|
* @constructor
|
|
38
39
|
* @private
|
|
@@ -155,8 +156,6 @@ sap.ui.define([
|
|
|
155
156
|
mHeaders = Object.assign({}, mHeaders, oBatchSerialized.headers);
|
|
156
157
|
}
|
|
157
158
|
|
|
158
|
-
mHeaders = this._prepareHeaders(mHeaders, this.getSettings());
|
|
159
|
-
|
|
160
159
|
oRequest = {
|
|
161
160
|
"mode": oRequestConfig.mode || "cors",
|
|
162
161
|
"url": sUrl,
|
|
@@ -164,7 +163,7 @@ sap.ui.define([
|
|
|
164
163
|
"dataType": sDataType,
|
|
165
164
|
"data": vData,
|
|
166
165
|
"headers": mHeaders,
|
|
167
|
-
"timeout": 15000,
|
|
166
|
+
"timeout": oRequestConfig.timeout !== undefined ? oRequestConfig.timeout : 15000,
|
|
168
167
|
"xhrFields": {
|
|
169
168
|
"withCredentials": !!oRequestConfig.withCredentials
|
|
170
169
|
}
|
|
@@ -174,6 +173,8 @@ sap.ui.define([
|
|
|
174
173
|
delete oRequest.data;
|
|
175
174
|
}
|
|
176
175
|
|
|
176
|
+
oRequest = this._modifyRequestBeforeSent(oRequest, this.getSettings());
|
|
177
|
+
|
|
177
178
|
if (!this._isValidRequest(oRequest)) {
|
|
178
179
|
Log.error(sMessage);
|
|
179
180
|
return Promise.reject(sMessage);
|
|
@@ -372,21 +373,32 @@ sap.ui.define([
|
|
|
372
373
|
};
|
|
373
374
|
|
|
374
375
|
/**
|
|
375
|
-
* Override if modification to the
|
|
376
|
-
* Allows the host to modify the headers.
|
|
377
|
-
* @param {
|
|
376
|
+
* Override if modification to the request is needed.
|
|
377
|
+
* Allows the host to modify the headers or the full request.
|
|
378
|
+
* @param {Object} oRequest The current request
|
|
378
379
|
* @param {Object} oSettings The request settings
|
|
379
380
|
* @returns {map} The modified headers
|
|
380
381
|
*/
|
|
381
|
-
RequestDataProvider.prototype.
|
|
382
|
+
RequestDataProvider.prototype._modifyRequestBeforeSent = function (oRequest, oSettings) {
|
|
382
383
|
var oCard = Core.byId(this.getCard()),
|
|
383
|
-
oHost = Core.byId(this.getHost())
|
|
384
|
+
oHost = Core.byId(this.getHost()),
|
|
385
|
+
oClonedRequest;
|
|
386
|
+
|
|
387
|
+
if (!oHost) {
|
|
388
|
+
return oRequest;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
oClonedRequest = deepClone(oRequest, 100);
|
|
392
|
+
|
|
393
|
+
if (oHost.modifyRequestHeaders) {
|
|
394
|
+
oClonedRequest.headers = oHost.modifyRequestHeaders(oClonedRequest.headers, oSettings, oCard);
|
|
395
|
+
}
|
|
384
396
|
|
|
385
|
-
if (oHost
|
|
386
|
-
|
|
397
|
+
if (oHost.modifyRequest) {
|
|
398
|
+
oClonedRequest = oHost.modifyRequest(oClonedRequest, oSettings, oCard);
|
|
387
399
|
}
|
|
388
400
|
|
|
389
|
-
return
|
|
401
|
+
return oClonedRequest;
|
|
390
402
|
};
|
|
391
403
|
|
|
392
404
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define(["sap/ui/integration/util/DataProvider"], function (DataProvider) {
|
|
@@ -17,7 +17,7 @@ sap.ui.define(["sap/ui/integration/util/DataProvider"], function (DataProvider)
|
|
|
17
17
|
* @extends sap.ui.integration.util.DataProvider
|
|
18
18
|
*
|
|
19
19
|
* @author SAP SE
|
|
20
|
-
* @version 1.
|
|
20
|
+
* @version 1.111.0
|
|
21
21
|
*
|
|
22
22
|
* @constructor
|
|
23
23
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -37,7 +37,7 @@ sap.ui.define([
|
|
|
37
37
|
* @extends sap.ui.base.EventProvider
|
|
38
38
|
*
|
|
39
39
|
* @author SAP SE
|
|
40
|
-
* @version 1.
|
|
40
|
+
* @version 1.111.0
|
|
41
41
|
*
|
|
42
42
|
* @constructor
|
|
43
43
|
* @param {Object} mServiceFactoryReferences A map with service descriptions.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -19,7 +19,7 @@ sap.ui.define([
|
|
|
19
19
|
* @extends sap.ui.integration.widgets.Card
|
|
20
20
|
*
|
|
21
21
|
* @author SAP SE
|
|
22
|
-
* @version 1.
|
|
22
|
+
* @version 1.111.0
|
|
23
23
|
*
|
|
24
24
|
* @constructor
|
|
25
25
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -23,7 +23,7 @@ sap.ui.define([
|
|
|
23
23
|
* Utility class helping with JSON strings and formatters.
|
|
24
24
|
*
|
|
25
25
|
* @author SAP SE
|
|
26
|
-
* @version 1.
|
|
26
|
+
* @version 1.111.0
|
|
27
27
|
*
|
|
28
28
|
* @private
|
|
29
29
|
* @alias sap.ui.integration.util.Utils
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -11,7 +11,7 @@ sap.ui.define([], function () {
|
|
|
11
11
|
* Utility class helping with input validations.
|
|
12
12
|
*
|
|
13
13
|
* @author SAP SE
|
|
14
|
-
* @version 1.
|
|
14
|
+
* @version 1.111.0
|
|
15
15
|
*
|
|
16
16
|
* @private
|
|
17
17
|
* @alias sap.ui.integration.util.Validators
|