@openui5/sap.ui.integration 1.131.1 → 1.132.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/THIRDPARTY.txt +1 -1
- package/package.json +7 -7
- 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 +2 -2
- package/src/sap/ui/integration/Host.js +2 -2
- package/src/sap/ui/integration/bindingFeatures/DateRange.js +1 -1
- package/src/sap/ui/integration/cards/AdaptiveContent.js +2 -2
- package/src/sap/ui/integration/cards/AnalyticalContent.js +6 -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 +11 -4
- package/src/sap/ui/integration/cards/BaseContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/BaseListContent.js +16 -24
- package/src/sap/ui/integration/cards/BaseListContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/CalendarContent.js +6 -2
- 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 +64 -64
- package/src/sap/ui/integration/cards/ListContent.js +7 -5
- package/src/sap/ui/integration/cards/ListContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/NumericHeader.js +99 -97
- package/src/sap/ui/integration/cards/ObjectContent.js +2 -2
- package/src/sap/ui/integration/cards/ObjectContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/TableContent.js +9 -13
- 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 +48 -31
- package/src/sap/ui/integration/cards/WebPageContentRenderer.js +26 -13
- package/src/sap/ui/integration/cards/actions/BaseAction.js +1 -1
- package/src/sap/ui/integration/cards/actions/CardActions.js +12 -3
- 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/data/CsrfToken.js +1 -1
- package/src/sap/ui/integration/cards/filters/BaseFilter.js +2 -2
- package/src/sap/ui/integration/cards/filters/ComboBoxFilter.js +13 -5
- package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +2 -2
- package/src/sap/ui/integration/cards/filters/FilterBar.js +2 -2
- package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +2 -2
- package/src/sap/ui/integration/cards/filters/SearchFilter.js +2 -2
- package/src/sap/ui/integration/cards/filters/SelectFilter.js +2 -2
- package/src/sap/ui/integration/cards/list/MicrochartsResizeHelper.js +2 -2
- package/src/sap/ui/integration/controls/ActionsStrip.js +2 -2
- package/src/sap/ui/integration/controls/ActionsToolbar.js +20 -10
- package/src/sap/ui/integration/controls/ActionsToolbarRenderer.js +1 -1
- package/src/sap/ui/integration/controls/BlockingMessage.js +2 -2
- package/src/sap/ui/integration/controls/ComboBox.js +2 -2
- package/src/sap/ui/integration/controls/ImageWithOverlay.js +2 -2
- package/src/sap/ui/integration/controls/ImageWithOverlayRenderer.js +1 -1
- package/src/sap/ui/integration/controls/ListContentItem.js +2 -2
- package/src/sap/ui/integration/controls/ListContentItemRenderer.js +1 -1
- 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/MicrochartRenderer.js +1 -1
- package/src/sap/ui/integration/controls/ObjectStatus.js +2 -2
- 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/delegate/Paginator.js +3 -5
- 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/i18n/i18n_en_US_saptrc.properties +80 -80
- 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/dateEditor/DateEditor.js +4 -4
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.fragment.xml +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +3 -3
- 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/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/EvalUtils.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 +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/index.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saptrc.properties +171 -171
- 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/Card.js +2 -2
- package/src/sap/ui/integration/designtime/editor/CardEditor.js +2 -2
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +2 -2
- package/src/sap/ui/integration/designtime/editor/CardRenderer.js +1 -1
- package/src/sap/ui/integration/editor/Editor.js +88 -38
- package/src/sap/ui/integration/editor/EditorResourceBundles.js +70 -31
- package/src/sap/ui/integration/editor/Extension.js +3 -3
- 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 +3 -2
- package/src/sap/ui/integration/editor/fields/BaseField.js +8 -4
- 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 +31 -7
- package/src/sap/ui/integration/editor/fields/ObjectListField.js +2 -2
- package/src/sap/ui/integration/editor/fields/StringField.js +32 -15
- 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/ImageSelect.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/extensions/OAuth3LO.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 +3 -3
- package/src/sap/ui/integration/messagebundle_en_US_saptrc.properties +159 -155
- package/src/sap/ui/integration/messagebundle_ko.properties +1 -1
- 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/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 +7 -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/Card.less +21 -6
- package/src/sap/ui/integration/themes/base/ListContentItem.less +5 -0
- package/src/sap/ui/integration/themes/base/WebPageContent.less +5 -0
- package/src/sap/ui/integration/themes/base/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_hcb/library.source.less +1 -1
- package/src/sap/ui/integration/util/AnalyticsCloudHelper.js +2 -2
- 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 +1 -1
- 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/ComboBoxHelper.js +2 -2
- package/src/sap/ui/integration/util/ContentFactory.js +2 -2
- package/src/sap/ui/integration/util/CsrfTokenHandler.js +2 -2
- package/src/sap/ui/integration/util/DataProvider.js +2 -2
- package/src/sap/ui/integration/util/DataProviderFactory.js +3 -3
- package/src/sap/ui/integration/util/DateRangeHelper.js +1 -1
- package/src/sap/ui/integration/util/Destinations.js +2 -2
- package/src/sap/ui/integration/util/DisplayVariants.js +2 -2
- package/src/sap/ui/integration/util/Duration.js +1 -1
- package/src/sap/ui/integration/util/ErrorHandler.js +2 -2
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +2 -2
- package/src/sap/ui/integration/util/Form.js +3 -3
- package/src/sap/ui/integration/util/HeaderFactory.js +4 -4
- package/src/sap/ui/integration/util/JSONBindingHelper.js +2 -2
- package/src/sap/ui/integration/util/LoadingProvider.js +2 -2
- package/src/sap/ui/integration/util/Manifest.js +2 -2
- package/src/sap/ui/integration/util/ManifestResolver.js +19 -1
- package/src/sap/ui/integration/util/Measurement.js +1 -1
- package/src/sap/ui/integration/util/OAuth3LOHelper.js +2 -2
- package/src/sap/ui/integration/util/ParameterMap.js +1 -1
- package/src/sap/ui/integration/util/RequestDataProvider.js +2 -2
- 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/SorterHelper.js +45 -0
- 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/util/openCardDialog.js +60 -57
- package/src/sap/ui/integration/widgets/Card.js +43 -7
- 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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -54,7 +54,7 @@ sap.ui.define([
|
|
|
54
54
|
* @alias sap.ui.integration.editor.fields.BaseField
|
|
55
55
|
* @author SAP SE
|
|
56
56
|
* @since 1.83.0
|
|
57
|
-
* @version 1.
|
|
57
|
+
* @version 1.132.1
|
|
58
58
|
* @private
|
|
59
59
|
* @ui5-restricted
|
|
60
60
|
* @experimental since 1.83.0
|
|
@@ -120,10 +120,14 @@ sap.ui.define([
|
|
|
120
120
|
afterInit: {},
|
|
121
121
|
/**
|
|
122
122
|
* Fired when validation failed.
|
|
123
|
-
|
|
123
|
+
*/
|
|
124
|
+
validateFailed: {},
|
|
125
|
+
/**
|
|
126
|
+
* Fired when settings panel opened.
|
|
127
|
+
* @experimental since 1.132
|
|
124
128
|
* Disclaimer: this event is in a beta state - incompatible API changes may be done before its official public release. Use at your own discretion.
|
|
125
129
|
*/
|
|
126
|
-
|
|
130
|
+
settingsPanelOpened: {}
|
|
127
131
|
}
|
|
128
132
|
},
|
|
129
133
|
renderer: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
* @alias sap.ui.integration.editor.fields.BooleanField
|
|
18
18
|
* @author SAP SE
|
|
19
19
|
* @since 1.83.0
|
|
20
|
-
* @version 1.
|
|
20
|
+
* @version 1.132.1
|
|
21
21
|
* @private
|
|
22
22
|
* @experimental since 1.83.0
|
|
23
23
|
* @ui5-restricted
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -19,7 +19,7 @@ sap.ui.define([
|
|
|
19
19
|
* @alias sap.ui.integration.editor.fields.DateField
|
|
20
20
|
* @author SAP SE
|
|
21
21
|
* @since 1.83.0
|
|
22
|
-
* @version 1.
|
|
22
|
+
* @version 1.132.1
|
|
23
23
|
* @private
|
|
24
24
|
* @experimental since 1.83.0
|
|
25
25
|
* @ui5-restricted
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -19,7 +19,7 @@ sap.ui.define([
|
|
|
19
19
|
* @alias sap.ui.integration.editor.fields.DateTimeField
|
|
20
20
|
* @author SAP SE
|
|
21
21
|
* @since 1.83.0
|
|
22
|
-
* @version 1.
|
|
22
|
+
* @version 1.132.1
|
|
23
23
|
* @private
|
|
24
24
|
* @experimental since 1.83.0
|
|
25
25
|
* @ui5-restricted
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -20,7 +20,7 @@ sap.ui.define([
|
|
|
20
20
|
* @alias sap.ui.integration.editor.fields.DestinationField
|
|
21
21
|
* @author SAP SE
|
|
22
22
|
* @since 1.83.0
|
|
23
|
-
* @version 1.
|
|
23
|
+
* @version 1.132.1
|
|
24
24
|
* @private
|
|
25
25
|
* @experimental since 1.83.0
|
|
26
26
|
* @ui5-restricted
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -26,7 +26,7 @@ sap.ui.define([
|
|
|
26
26
|
* @alias sap.ui.integration.editor.fields.GroupField
|
|
27
27
|
* @author SAP SE
|
|
28
28
|
* @since 1.106.0
|
|
29
|
-
* @version 1.
|
|
29
|
+
* @version 1.132.1
|
|
30
30
|
* @private
|
|
31
31
|
* @experimental since 1.106.0
|
|
32
32
|
* @ui5-restricted
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -18,7 +18,7 @@ sap.ui.define([
|
|
|
18
18
|
* @alias sap.ui.integration.editor.fields.IntegerField
|
|
19
19
|
* @author SAP SE
|
|
20
20
|
* @since 1.83.0
|
|
21
|
-
* @version 1.
|
|
21
|
+
* @version 1.132.1
|
|
22
22
|
* @private
|
|
23
23
|
* @experimental since 1.83.0
|
|
24
24
|
* @ui5-restricted
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -18,7 +18,7 @@ sap.ui.define([
|
|
|
18
18
|
* @alias sap.ui.integration.editor.fields.NumberField
|
|
19
19
|
* @author SAP SE
|
|
20
20
|
* @since 1.83.0
|
|
21
|
-
* @version 1.
|
|
21
|
+
* @version 1.132.1
|
|
22
22
|
* @private
|
|
23
23
|
* @experimental since 1.83.0
|
|
24
24
|
* @ui5-restricted
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -88,7 +88,7 @@ sap.ui.define([
|
|
|
88
88
|
* @alias sap.ui.integration.editor.fields.ObjectField
|
|
89
89
|
* @author SAP SE
|
|
90
90
|
* @since 1.100.0
|
|
91
|
-
* @version 1.
|
|
91
|
+
* @version 1.132.1
|
|
92
92
|
* @private
|
|
93
93
|
* @experimental since 1.100.0
|
|
94
94
|
* @ui5-restricted
|
|
@@ -100,10 +100,14 @@ sap.ui.define([
|
|
|
100
100
|
events: {
|
|
101
101
|
/**
|
|
102
102
|
* Fired when table is updated.
|
|
103
|
-
|
|
103
|
+
*/
|
|
104
|
+
tableUpdated: {},
|
|
105
|
+
/**
|
|
106
|
+
* Fired when translation popover opened in SimpleForm.
|
|
107
|
+
* @experimental since 1.132
|
|
104
108
|
* Disclaimer: this event is in a beta state - incompatible API changes may be done before its official public release. Use at your own discretion.
|
|
105
109
|
*/
|
|
106
|
-
|
|
110
|
+
translationPopoverOpened: {}
|
|
107
111
|
}
|
|
108
112
|
},
|
|
109
113
|
renderer: BaseField.getMetadata().getRenderer()
|
|
@@ -442,7 +446,9 @@ sap.ui.define([
|
|
|
442
446
|
var oCellTemplate;
|
|
443
447
|
var oCellSettings;
|
|
444
448
|
var oCell = deepClone(oProperty.cell) || {};
|
|
445
|
-
|
|
449
|
+
if (!oCell.values && oProperty.values) {
|
|
450
|
+
oCell.values = oProperty.values;
|
|
451
|
+
}
|
|
446
452
|
delete oCell.type;
|
|
447
453
|
if (sCellType === "string" && oCell.values) {
|
|
448
454
|
sCellType = "ComboBox";
|
|
@@ -556,6 +562,7 @@ sap.ui.define([
|
|
|
556
562
|
}
|
|
557
563
|
oCellSettings = merge(oCellSettings, oCell);
|
|
558
564
|
var oComboBoxSettingsModel = new JSONModel(oCell.values.data.json);
|
|
565
|
+
delete oCellSettings.values;
|
|
559
566
|
oCellTemplate = new ComboBox(oCellSettings);
|
|
560
567
|
oCellTemplate.setModel(oComboBoxSettingsModel,"settings");
|
|
561
568
|
break;
|
|
@@ -1606,7 +1613,7 @@ sap.ui.define([
|
|
|
1606
1613
|
var oList = that.buildTranslationsList(sParameterId + "_control_objectdetails_popover_translation_page_value_list");
|
|
1607
1614
|
var oTranslationsFooter = that.buildTranslationsFooter(oList, false);
|
|
1608
1615
|
that._oTranslationListPage = new Page({
|
|
1609
|
-
title: oResourceBundle.getText("EDITOR_FIELD_OBJECT_TRANSLATION_LIST_TITLE", "{languages>/property}"),
|
|
1616
|
+
title: oResourceBundle.getText("EDITOR_FIELD_OBJECT_TRANSLATION_LIST_TITLE", ["{languages>/property}"]),
|
|
1610
1617
|
showNavButton: true,
|
|
1611
1618
|
navButtonPress: fnNavBack,
|
|
1612
1619
|
content: oList,
|
|
@@ -1851,6 +1858,13 @@ sap.ui.define([
|
|
|
1851
1858
|
|
|
1852
1859
|
ObjectField.prototype.openTranslationPopup = function (sProperty, oEvent) {
|
|
1853
1860
|
var that = this;
|
|
1861
|
+
if (!that._oEditorResourceBundles.isReady()) {
|
|
1862
|
+
// waiting for loading resource bundles
|
|
1863
|
+
setTimeout(function() {
|
|
1864
|
+
that.openTranslationPopup(sProperty, oEvent);
|
|
1865
|
+
}, 100);
|
|
1866
|
+
return;
|
|
1867
|
+
}
|
|
1854
1868
|
var oControl = oEvent.getSource();
|
|
1855
1869
|
var oResourceBundle = that.getResourceBundle();
|
|
1856
1870
|
var oNewObject = oControl.getModel().getProperty("/value");
|
|
@@ -1881,8 +1895,11 @@ sap.ui.define([
|
|
|
1881
1895
|
placement: sPlacement,
|
|
1882
1896
|
contentWidth: "300px",
|
|
1883
1897
|
contentHeight: "345px",
|
|
1884
|
-
title: oResourceBundle.getText("EDITOR_FIELD_OBJECT_TRANSLATION_LIST_TITLE", "{languages>/property}"),
|
|
1898
|
+
title: oResourceBundle.getText("EDITOR_FIELD_OBJECT_TRANSLATION_LIST_TITLE", ["{languages>/property}"]),
|
|
1885
1899
|
content: oList,
|
|
1900
|
+
afterOpen: function () {
|
|
1901
|
+
that.fireTranslationPopoverOpened();
|
|
1902
|
+
},
|
|
1886
1903
|
footer: oTranslationsFooter
|
|
1887
1904
|
}).addStyleClass("sapUiIntegrationFieldTranslation");
|
|
1888
1905
|
oTranslatonsModel = that.buildTranslationsModel(oTranslatedValues);
|
|
@@ -1898,6 +1915,13 @@ sap.ui.define([
|
|
|
1898
1915
|
|
|
1899
1916
|
ObjectField.prototype.navToTranslationPage = function (sProperty, oEvent) {
|
|
1900
1917
|
var that = this;
|
|
1918
|
+
if (!that._oEditorResourceBundles.isReady()) {
|
|
1919
|
+
// waiting for loading resource bundles
|
|
1920
|
+
setTimeout(function() {
|
|
1921
|
+
that.navToTranslationPage(sProperty, oEvent);
|
|
1922
|
+
}, 100);
|
|
1923
|
+
return;
|
|
1924
|
+
}
|
|
1901
1925
|
var oNewObject = that._oObjectDetailsPopover.getModel().getProperty("/value");
|
|
1902
1926
|
var sValue = oNewObject[sProperty];
|
|
1903
1927
|
//get translation key of the value
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -31,7 +31,7 @@ sap.ui.define([
|
|
|
31
31
|
* @alias sap.ui.integration.editor.fields.ObjectListField
|
|
32
32
|
* @author SAP SE
|
|
33
33
|
* @since 1.100.0
|
|
34
|
-
* @version 1.
|
|
34
|
+
* @version 1.132.1
|
|
35
35
|
* @private
|
|
36
36
|
* @experimental since 1.100.0
|
|
37
37
|
* @ui5-restricted
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -55,14 +55,22 @@ sap.ui.define([
|
|
|
55
55
|
* @alias sap.ui.integration.editor.fields.StringField
|
|
56
56
|
* @author SAP SE
|
|
57
57
|
* @since 1.83.0
|
|
58
|
-
* @version 1.
|
|
58
|
+
* @version 1.132.1
|
|
59
59
|
* @private
|
|
60
60
|
* @experimental since 1.83.0
|
|
61
61
|
* @ui5-restricted
|
|
62
62
|
*/
|
|
63
63
|
var StringField = BaseField.extend("sap.ui.integration.editor.fields.StringField", {
|
|
64
64
|
metadata: {
|
|
65
|
-
library: "sap.ui.integration"
|
|
65
|
+
library: "sap.ui.integration",
|
|
66
|
+
events: {
|
|
67
|
+
/**
|
|
68
|
+
* Fired when translation popover opened.
|
|
69
|
+
* @experimental since 1.132
|
|
70
|
+
* Disclaimer: this event is in a beta state - incompatible API changes may be done before its official public release. Use at your own discretion.
|
|
71
|
+
*/
|
|
72
|
+
translationPopoverOpened: {}
|
|
73
|
+
}
|
|
66
74
|
},
|
|
67
75
|
renderer: BaseField.getMetadata().getRenderer()
|
|
68
76
|
});
|
|
@@ -439,13 +447,19 @@ sap.ui.define([
|
|
|
439
447
|
//open the translation popup
|
|
440
448
|
StringField.prototype.openTranslationListPopup = function(oEvent) {
|
|
441
449
|
var that = this;
|
|
450
|
+
if (!that._oEditorResourceBundles.isReady()) {
|
|
451
|
+
// waiting for loading resource bundles
|
|
452
|
+
setTimeout(function() {
|
|
453
|
+
that.openTranslationListPopup(oEvent);
|
|
454
|
+
}, 100);
|
|
455
|
+
return;
|
|
456
|
+
}
|
|
442
457
|
var oControl = oEvent.getSource();
|
|
443
|
-
var
|
|
444
|
-
var
|
|
445
|
-
var
|
|
446
|
-
var oTranslatedValues = that.buildTranslationsData(oField, oControl);
|
|
458
|
+
var sParameterId = that.getParameterId();
|
|
459
|
+
var oResourceBundle = that.getResourceBundle();
|
|
460
|
+
var oTranslatedValues = that.buildTranslationsData(oControl);
|
|
447
461
|
var oTranslatonsModel;
|
|
448
|
-
var sPlacement =
|
|
462
|
+
var sPlacement = that.getPopoverPlacement(oControl._oValueHelpIcon);
|
|
449
463
|
if (!that._oTranslationPopover) {
|
|
450
464
|
var oList = that.buildTranslationsList(sParameterId + "_translation_popover_value_list");
|
|
451
465
|
that._oTranslationPopover = new Popover(sParameterId + "_translation_popover", {
|
|
@@ -477,6 +491,9 @@ sap.ui.define([
|
|
|
477
491
|
]
|
|
478
492
|
}),
|
|
479
493
|
content: oList,
|
|
494
|
+
afterOpen: function () {
|
|
495
|
+
that.fireTranslationPopoverOpened();
|
|
496
|
+
},
|
|
480
497
|
footer: new OverflowToolbar({
|
|
481
498
|
content: [
|
|
482
499
|
new ToolbarSpacer(),
|
|
@@ -491,11 +508,11 @@ sap.ui.define([
|
|
|
491
508
|
aLanguages.translatedLanguages.forEach(function(oLanguage) {
|
|
492
509
|
if (oLanguage.value !== oLanguage.originValue) {
|
|
493
510
|
if (oLanguage.updated) {
|
|
494
|
-
|
|
511
|
+
that.setTranslationValueInTexts(oLanguage.key, oLanguage.value);
|
|
495
512
|
aUpdatedLanguages.push(oLanguage.key);
|
|
496
513
|
}
|
|
497
514
|
} else if (oLanguage.updated) {
|
|
498
|
-
|
|
515
|
+
that.deleteTranslationValueInTexts(oLanguage.key);
|
|
499
516
|
}
|
|
500
517
|
});
|
|
501
518
|
if (aUpdatedLanguages.length > 0) {
|
|
@@ -526,17 +543,17 @@ sap.ui.define([
|
|
|
526
543
|
that._oTranslationPopover.openBy(oControl._oValueHelpIcon);
|
|
527
544
|
};
|
|
528
545
|
|
|
529
|
-
StringField.prototype.buildTranslationsData = function(
|
|
546
|
+
StringField.prototype.buildTranslationsData = function(oControl) {
|
|
530
547
|
var that = this;
|
|
531
|
-
var oConfig =
|
|
548
|
+
var oConfig = that.getConfiguration();
|
|
532
549
|
if (!that._aOriginTranslatedValues) {
|
|
533
550
|
//init the origin translation value list in card i18n files
|
|
534
|
-
that._aOriginTranslatedValues =
|
|
551
|
+
that._aOriginTranslatedValues = that.getOriginTranslatedValues(oConfig);
|
|
535
552
|
}
|
|
536
553
|
var aTempTranslatedLanguages = deepClone(that._aOriginTranslatedValues, 500);
|
|
537
554
|
//merge the value in texts or beforeLayerChange into the value list of i18n files
|
|
538
555
|
aTempTranslatedLanguages.forEach(function (translatedValue) {
|
|
539
|
-
var sTranslateText =
|
|
556
|
+
var sTranslateText = that.getTranslationValueInTexts(translatedValue.key, oConfig.manifestpath);
|
|
540
557
|
if (sTranslateText) {
|
|
541
558
|
translatedValue.value = sTranslateText;
|
|
542
559
|
if (Array.isArray(that._aUpdatedLanguages) && !that._aUpdatedLanguages.includes(translatedValue.key)) {
|
|
@@ -563,7 +580,7 @@ sap.ui.define([
|
|
|
563
580
|
//check the updated language list, update the data model
|
|
564
581
|
aTempTranslatedLanguages.forEach(function (translatedValue) {
|
|
565
582
|
if (Array.isArray(that._aUpdatedLanguages) && that._aUpdatedLanguages.includes(translatedValue.key)) {
|
|
566
|
-
translatedValue.value =
|
|
583
|
+
translatedValue.value = that.getTranslationValueInTexts(translatedValue.key, oConfig.manifestpath);
|
|
567
584
|
translatedValue.updated = true;
|
|
568
585
|
}
|
|
569
586
|
if (translatedValue.key === Utils._language) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -44,7 +44,7 @@ sap.ui.define([
|
|
|
44
44
|
* @alias sap.ui.integration.editor.fields.StringListField
|
|
45
45
|
* @author SAP SE
|
|
46
46
|
* @since 1.83.0
|
|
47
|
-
* @version 1.
|
|
47
|
+
* @version 1.132.1
|
|
48
48
|
* @private
|
|
49
49
|
* @experimental since 1.83.0
|
|
50
50
|
* @ui5-restricted
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -18,7 +18,7 @@ sap.ui.define([
|
|
|
18
18
|
* @alias sap.ui.integration.editor.fields.fragment.Controller
|
|
19
19
|
* @author SAP SE
|
|
20
20
|
* @since 1.105.0
|
|
21
|
-
* @version 1.
|
|
21
|
+
* @version 1.132.1
|
|
22
22
|
* @private
|
|
23
23
|
* @experimental since 1.105.0
|
|
24
24
|
* @ui5-restricted
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -21,7 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
* @alias sap.ui.integration.editor.fields.viz.ColorSelect
|
|
22
22
|
* @author SAP SE
|
|
23
23
|
* @since 1.84.0
|
|
24
|
-
* @version 1.
|
|
24
|
+
* @version 1.132.1
|
|
25
25
|
* @private
|
|
26
26
|
* @experimental since 1.84.0
|
|
27
27
|
* @ui5-restricted
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -62,7 +62,7 @@ sap.ui.define([
|
|
|
62
62
|
* @alias sap.ui.integration.editor.fields.viz.IconSelect
|
|
63
63
|
* @author SAP SE
|
|
64
64
|
* @since 1.84.0
|
|
65
|
-
* @version 1.
|
|
65
|
+
* @version 1.132.1
|
|
66
66
|
* @private
|
|
67
67
|
* @experimental since 1.84.0
|
|
68
68
|
* @ui5-restricted
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -16,7 +16,7 @@ sap.ui.define([
|
|
|
16
16
|
* @alias sap.ui.integration.editor.fields.viz.ImageSelect
|
|
17
17
|
* @author SAP SE
|
|
18
18
|
* @since 1.119.0
|
|
19
|
-
* @version 1.
|
|
19
|
+
* @version 1.132.1
|
|
20
20
|
* @private
|
|
21
21
|
* @experimental since 1.119.0
|
|
22
22
|
* @ui5-restricted
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -19,7 +19,7 @@ sap.ui.define([
|
|
|
19
19
|
* @alias sap.ui.integration.editor.fields.viz.ShapeSelect
|
|
20
20
|
* @author SAP SE
|
|
21
21
|
* @since 1.84.0
|
|
22
|
-
* @version 1.
|
|
22
|
+
* @version 1.132.1
|
|
23
23
|
* @private
|
|
24
24
|
* @experimental since 1.84.0
|
|
25
25
|
* @ui5-restricted
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -19,7 +19,7 @@ sap.ui.define([
|
|
|
19
19
|
* @alias sap.ui.integration.editor.fields.viz.VizBase
|
|
20
20
|
* @author SAP SE
|
|
21
21
|
* @since 1.105.0
|
|
22
|
-
* @version 1.
|
|
22
|
+
* @version 1.132.1
|
|
23
23
|
* @private
|
|
24
24
|
* @experimental since 1.105.0
|
|
25
25
|
* @ui5-restricted
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -25,7 +25,7 @@ sap.ui.define([
|
|
|
25
25
|
* Extension for OAuth 3LO.
|
|
26
26
|
*
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.
|
|
28
|
+
* @version 1.132.1
|
|
29
29
|
*
|
|
30
30
|
* @private
|
|
31
31
|
* @since 1.124
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
@@ -25,14 +25,14 @@ sap.ui.define([
|
|
|
25
25
|
* @namespace
|
|
26
26
|
* @alias sap.ui.integration
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.
|
|
28
|
+
* @version 1.132.1
|
|
29
29
|
* @since 1.62
|
|
30
30
|
* @public
|
|
31
31
|
*/
|
|
32
32
|
var thisLib = Library.init({
|
|
33
33
|
apiVersion: 2,
|
|
34
34
|
name: "sap.ui.integration",
|
|
35
|
-
version: "1.
|
|
35
|
+
version: "1.132.1",
|
|
36
36
|
dependencies: [
|
|
37
37
|
"sap.ui.core",
|
|
38
38
|
"sap.f",
|