@openui5/sap.ui.integration 1.131.1 → 1.132.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/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([
|
|
@@ -136,7 +136,7 @@ sap.ui.define([
|
|
|
136
136
|
* @alias sap.ui.integration.designtime.baseEditor.BaseEditor
|
|
137
137
|
* @author SAP SE
|
|
138
138
|
* @since 1.70.0
|
|
139
|
-
* @version 1.
|
|
139
|
+
* @version 1.132.0
|
|
140
140
|
* @private
|
|
141
141
|
* @experimental since 1.70.0
|
|
142
142
|
* @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([
|
|
@@ -37,7 +37,7 @@ sap.ui.define([
|
|
|
37
37
|
* @alias sap.ui.integration.designtime.baseEditor.PropertyEditor
|
|
38
38
|
* @author SAP SE
|
|
39
39
|
* @since 1.73.0
|
|
40
|
-
* @version 1.
|
|
40
|
+
* @version 1.132.0
|
|
41
41
|
* @private
|
|
42
42
|
* @experimental since 1.73.0
|
|
43
43
|
* @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([
|
|
@@ -69,7 +69,7 @@ sap.ui.define([
|
|
|
69
69
|
* @alias sap.ui.integration.designtime.baseEditor.PropertyEditors
|
|
70
70
|
* @author SAP SE
|
|
71
71
|
* @since 1.73.0
|
|
72
|
-
* @version 1.
|
|
72
|
+
* @version 1.132.0
|
|
73
73
|
* @private
|
|
74
74
|
* @experimental since 1.73.0
|
|
75
75
|
* @ui5-restricted
|
|
@@ -1,159 +1,159 @@
|
|
|
1
|
-
BASE_EDITOR.FALLBACK_TYPE=
|
|
1
|
+
BASE_EDITOR.FALLBACK_TYPE=LKRU5qlpI+y7feiwWSvNSQ_Custom type
|
|
2
2
|
|
|
3
|
-
BASE_EDITOR.MAP.EMPTY=
|
|
3
|
+
BASE_EDITOR.MAP.EMPTY=aD0t7c6wY7ulpe/7OC6iWw_No entries
|
|
4
4
|
|
|
5
|
-
BASE_EDITOR.MAP.KEY=
|
|
5
|
+
BASE_EDITOR.MAP.KEY=vXksyBdawzBiFrNExzU23w_Key
|
|
6
6
|
|
|
7
|
-
BASE_EDITOR.MAP.VALUE=
|
|
7
|
+
BASE_EDITOR.MAP.VALUE=3ujfUyPX3OSLkS0dMSg6OA_Value
|
|
8
8
|
|
|
9
|
-
BASE_EDITOR.MAP.TYPE=
|
|
9
|
+
BASE_EDITOR.MAP.TYPE=J2UBnveEUTYpcPb9upk/Og_Type
|
|
10
10
|
|
|
11
|
-
BASE_EDITOR.MAP.REMOVE=
|
|
11
|
+
BASE_EDITOR.MAP.REMOVE=KhuZH907UQMarUoI31qzAQ_Remove
|
|
12
12
|
|
|
13
|
-
BASE_EDITOR.MAP.DUPLICATE_KEY=
|
|
13
|
+
BASE_EDITOR.MAP.DUPLICATE_KEY=x0LSEL9XOFupg+h41ECv5w_Please enter a unique key.
|
|
14
14
|
|
|
15
|
-
BASE_EDITOR.MAP.ADD=
|
|
15
|
+
BASE_EDITOR.MAP.ADD=NlrP6a466r18I/kIReLXrw_Add\: {0}
|
|
16
16
|
|
|
17
|
-
BASE_EDITOR.MAP.DEFAULT_TYPE=
|
|
17
|
+
BASE_EDITOR.MAP.DEFAULT_TYPE=gI2u8ztstMpDI35QYHDNbw_Parameter
|
|
18
18
|
|
|
19
|
-
BASE_EDITOR.TYPES.STRING=
|
|
19
|
+
BASE_EDITOR.TYPES.STRING=XrXUEg0jY05GfGT0eHAZFQ_String
|
|
20
20
|
|
|
21
|
-
BASE_EDITOR.TYPES.BOOLEAN=
|
|
21
|
+
BASE_EDITOR.TYPES.BOOLEAN=UqxqUmjVB9prerB60mmVzQ_Boolean
|
|
22
22
|
|
|
23
|
-
BASE_EDITOR.TYPES.NUMBER=
|
|
23
|
+
BASE_EDITOR.TYPES.NUMBER=f8M+tc+HuS7JZU1OCaRwzg_Number
|
|
24
24
|
|
|
25
|
-
BASE_EDITOR.TYPES.INTEGER=
|
|
25
|
+
BASE_EDITOR.TYPES.INTEGER=Dy2oVgQNQKr9/wuaqXM9rw_Integer
|
|
26
26
|
|
|
27
|
-
BASE_EDITOR.TYPES.DATE=
|
|
27
|
+
BASE_EDITOR.TYPES.DATE=A0WS2j7371l2kMSVu7Sc/g_Date
|
|
28
28
|
|
|
29
|
-
BASE_EDITOR.TYPES.DATETIME=
|
|
29
|
+
BASE_EDITOR.TYPES.DATETIME=pQgtf+VcBN/kMSadNU2Knw_Date/Time
|
|
30
30
|
|
|
31
|
-
BASE_EDITOR.TYPES.GROUP=
|
|
31
|
+
BASE_EDITOR.TYPES.GROUP=6pal7JbGH32KAJNCky+ZjA_Group
|
|
32
32
|
|
|
33
|
-
BASE_EDITOR.TYPES.SEPARATOR=
|
|
33
|
+
BASE_EDITOR.TYPES.SEPARATOR=Icfg8ZUSPeBLOfEha8evRA_Separator
|
|
34
34
|
|
|
35
|
-
BASE_EDITOR.TYPES.ICON
|
|
35
|
+
BASE_EDITOR.TYPES.ICON=5q8tn+Hz1bJLazQPWGBZJA_Icon
|
|
36
36
|
|
|
37
|
-
BASE_EDITOR.TYPES.SIMPLEICON=
|
|
37
|
+
BASE_EDITOR.TYPES.SIMPLEICON=WCbPIPanbJGGMojUW1poRA_Simple Icon
|
|
38
38
|
|
|
39
|
-
BASE_EDITOR.TYPES.ARRAY=
|
|
39
|
+
BASE_EDITOR.TYPES.ARRAY=bVpDzQYS09yVz2hfwtBUaw_String Array
|
|
40
40
|
|
|
41
|
-
BASE_EDITOR.TYPES.JSON=
|
|
41
|
+
BASE_EDITOR.TYPES.JSON=QGftFX65Puq6A0Zf1vws5Q_JSON
|
|
42
42
|
|
|
43
|
-
BASE_EDITOR.TYPES.OBJECT=
|
|
43
|
+
BASE_EDITOR.TYPES.OBJECT=2QBlu3ILUQqrxxUuhtWikQ_Object
|
|
44
44
|
|
|
45
|
-
BASE_EDITOR.TYPES.OBJECTARRAY=
|
|
45
|
+
BASE_EDITOR.TYPES.OBJECTARRAY=9q2tqaBsuXo3977ul5lOcw_Object Array
|
|
46
46
|
|
|
47
|
-
BASE_EDITOR.STRING.INVALID_BINDING=
|
|
47
|
+
BASE_EDITOR.STRING.INVALID_BINDING=aHdOTv2PUnCoCSL9XZVmzA_Please enter a valid binding string.
|
|
48
48
|
|
|
49
|
-
BASE_EDITOR.LIST.DUPLICATE_ENTRY=
|
|
49
|
+
BASE_EDITOR.LIST.DUPLICATE_ENTRY=8l+iPp0Dcqf5c+rOTJmMRw_Please enter a unique value.
|
|
50
50
|
|
|
51
|
-
BASE_EDITOR.ENUM.INVALID_SELECTION=
|
|
51
|
+
BASE_EDITOR.ENUM.INVALID_SELECTION=p8NI21fb1vC3I5bRfqxHQw_Please select a value from the list.
|
|
52
52
|
|
|
53
|
-
BASE_EDITOR.ENUM.CUSTOM_VALUES_NOT_ALLOWED=
|
|
53
|
+
BASE_EDITOR.ENUM.CUSTOM_VALUES_NOT_ALLOWED=27YY3cg9AbfteUX5ql8+gw_Custom values are not allowed.
|
|
54
54
|
|
|
55
|
-
BASE_EDITOR.SELECT.INVALID_SELECTION=
|
|
55
|
+
BASE_EDITOR.SELECT.INVALID_SELECTION=tmc5KdJuDQHTHLy6bMeQ6w_Please select a value from the list.
|
|
56
56
|
|
|
57
|
-
BASE_EDITOR.SELECT.CUSTOM_VALUES_NOT_ALLOWED=
|
|
57
|
+
BASE_EDITOR.SELECT.CUSTOM_VALUES_NOT_ALLOWED=FScfHMNohIXuYgGl7HMh/w_Custom values are not allowed.
|
|
58
58
|
|
|
59
|
-
BASE_EDITOR.PROPERTY.BINDING_NOT_ALLOWED=
|
|
59
|
+
BASE_EDITOR.PROPERTY.BINDING_NOT_ALLOWED=xjzcGgikmu5U3MUbof750g_Binding strings are not allowed.
|
|
60
60
|
|
|
61
|
-
BASE_EDITOR.ARRAY.ITEM_LABEL=
|
|
61
|
+
BASE_EDITOR.ARRAY.ITEM_LABEL=KW4Cuaf6qsNk0qo413PSpw_Item
|
|
62
62
|
|
|
63
|
-
BASE_EDITOR.ARRAY.NEW_ITEM_LABEL=
|
|
63
|
+
BASE_EDITOR.ARRAY.NEW_ITEM_LABEL=wX5vdKc+LWxuK+rVg1XVGQ_New\: {0}
|
|
64
64
|
|
|
65
|
-
BASE_EDITOR.ARRAY.REMOVE=
|
|
65
|
+
BASE_EDITOR.ARRAY.REMOVE=xjiOiHd+dbEtNSmreCZK/g_Remove Item
|
|
66
66
|
|
|
67
|
-
BASE_EDITOR.MOVEUP=
|
|
67
|
+
BASE_EDITOR.MOVEUP=dg9QhPf2Okh7RZDXmTuSPQ_Move Up
|
|
68
68
|
|
|
69
|
-
BASE_EDITOR.MOVEDOWN=
|
|
69
|
+
BASE_EDITOR.MOVEDOWN=8Mp6bNk84jEneGUv/xhVtw_Move Down
|
|
70
70
|
|
|
71
|
-
BASE_EDITOR.ARRAY.ADD=
|
|
71
|
+
BASE_EDITOR.ARRAY.ADD=naZbJRMRKNTh7TDHhrQq9g_Add\: {0}
|
|
72
72
|
|
|
73
|
-
BASE_EDITOR.JSON.TITLE=
|
|
73
|
+
BASE_EDITOR.JSON.TITLE=bdh+Ful1uUOyq2VKdb/4wg_Edit JSON Data
|
|
74
74
|
|
|
75
|
-
BASE_EDITOR.JSON.SAVE=
|
|
75
|
+
BASE_EDITOR.JSON.SAVE=mVai6rw1dGwSBo9E0DT0vA_Save
|
|
76
76
|
|
|
77
|
-
BASE_EDITOR.JSON.CANCEL=
|
|
77
|
+
BASE_EDITOR.JSON.CANCEL=lbhz2q8Va76Egr/QFNKdqg_Cancel
|
|
78
78
|
|
|
79
|
-
BASE_EDITOR.JSON.BEAUTIFY=
|
|
79
|
+
BASE_EDITOR.JSON.BEAUTIFY=oQeiIc2BWwf2mG7SicR1gg_Beautify
|
|
80
80
|
|
|
81
|
-
BASE_EDITOR.CODE.TITLE=
|
|
81
|
+
BASE_EDITOR.CODE.TITLE=QWuwjNTD5witcH6ks0shVg_Edit Data
|
|
82
82
|
|
|
83
|
-
BASE_EDITOR.CODE.OK=
|
|
83
|
+
BASE_EDITOR.CODE.OK=GGJ/lgNjJWzgROFVSxIvQg_OK
|
|
84
84
|
|
|
85
|
-
BASE_EDITOR.CODE.CANCEL=
|
|
85
|
+
BASE_EDITOR.CODE.CANCEL=u+d/NS+cN+rV/+oKvj9uWw_Cancel
|
|
86
86
|
|
|
87
|
-
BASE_EDITOR.CODE.BEAUTIFY=
|
|
87
|
+
BASE_EDITOR.CODE.BEAUTIFY=xZvaALm4MSfVzCg9bwD/dA_Beautify
|
|
88
88
|
|
|
89
|
-
BASE_EDITOR.NUMBER.INVALID_BINDING_OR_NUMBER=
|
|
89
|
+
BASE_EDITOR.NUMBER.INVALID_BINDING_OR_NUMBER=Wu8BWIKDnGkrM1DWBrAz6Q_Please enter a valid binding string or a number.
|
|
90
90
|
|
|
91
|
-
BASE_EDITOR.INTEGER.INVALID_BINDING_OR_INTEGER=
|
|
91
|
+
BASE_EDITOR.INTEGER.INVALID_BINDING_OR_INTEGER=nxntYgyNOQ30VaLfCFlPww_Please enter a valid binding string or an integer.
|
|
92
92
|
|
|
93
|
-
BASE_EDITOR.BOOLEAN.INVALID_BINDING_OR_BOOLEAN=
|
|
93
|
+
BASE_EDITOR.BOOLEAN.INVALID_BINDING_OR_BOOLEAN=6MNlrlTmU4kGXbPlpURqMA_Please enter a valid binding string or a boolean.
|
|
94
94
|
|
|
95
|
-
BASE_EDITOR.BOOLEAN.TRUE_VALUE=
|
|
95
|
+
BASE_EDITOR.BOOLEAN.TRUE_VALUE=yDVIktvIVVv1AUlkOivTLg_True
|
|
96
96
|
|
|
97
|
-
BASE_EDITOR.BOOLEAN.FALSE_VALUE=
|
|
97
|
+
BASE_EDITOR.BOOLEAN.FALSE_VALUE=AT/jm5s+drnP2la19zEb8w_False
|
|
98
98
|
|
|
99
|
-
BASE_EDITOR.ICON.INVALID_BINDING_OR_ICON=
|
|
99
|
+
BASE_EDITOR.ICON.INVALID_BINDING_OR_ICON=Ewif79+7qNeUOofubaJ8bQ_Please enter a valid binding string or an icon URI.
|
|
100
100
|
|
|
101
|
-
BASE_EDITOR.ICON.BUTTON_SETTINGS=
|
|
101
|
+
BASE_EDITOR.ICON.BUTTON_SETTINGS=b5KE4hg9JPJ0DQpBCV0nQw_Settings
|
|
102
102
|
|
|
103
|
-
BASE_EDITOR.ICON.SETTINGS_DIALOG_TITLE=
|
|
103
|
+
BASE_EDITOR.ICON.SETTINGS_DIALOG_TITLE=ZDMf4SBE6/7oN1mFlPYo0w_Display Settings
|
|
104
104
|
|
|
105
|
-
BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_LABEL=
|
|
105
|
+
BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_LABEL=kfFlC81N9Yo412FzuujUwQ_Shape
|
|
106
106
|
|
|
107
|
-
BASE_EDITOR.ICON.SELECTION_SHAPE=
|
|
107
|
+
BASE_EDITOR.ICON.SELECTION_SHAPE=4Q/KgbWdBvwi5Nex/ruRLQ_Select the shape of the icon
|
|
108
108
|
|
|
109
|
-
BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_SQUARE=
|
|
109
|
+
BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_SQUARE=x2JYYTYSm6hZx+L9Z1KDEw_Square
|
|
110
110
|
|
|
111
|
-
BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_CIRCLE=
|
|
111
|
+
BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_CIRCLE=26HFXrdVoUOf/G0HLvflMw_Circle
|
|
112
112
|
|
|
113
|
-
BASE_EDITOR.ICON.INPUT_ALT
|
|
113
|
+
BASE_EDITOR.ICON.INPUT_ALT=/B3ga3HCXwGXoc4yPx0z1w_Enter alternative text for the icon
|
|
114
114
|
|
|
115
|
-
BASE_EDITOR.ICON.SETTINGS_DIALOG_TEXT_LABEL=
|
|
115
|
+
BASE_EDITOR.ICON.SETTINGS_DIALOG_TEXT_LABEL=tc5qOaiFa5viul/3qBFrfQ_Text
|
|
116
116
|
|
|
117
|
-
BASE_EDITOR.ICON.INPUT_TEXT=
|
|
117
|
+
BASE_EDITOR.ICON.INPUT_TEXT=lnGlSv05d4f84RAUBj3NYw_Enter text inside the icon
|
|
118
118
|
|
|
119
|
-
BASE_EDITOR.ICON.TYPE_ICON=
|
|
119
|
+
BASE_EDITOR.ICON.TYPE_ICON=XfjYrfYK36BIEVNpgHpidw_Icon
|
|
120
120
|
|
|
121
|
-
BASE_EDITOR.ICON.TYPE_PICTURE=
|
|
121
|
+
BASE_EDITOR.ICON.TYPE_PICTURE=0MGcC+jH5X17QuPDl25c1g_Picture
|
|
122
122
|
|
|
123
|
-
BASE_EDITOR.ICON.SETTINGS_DIALOG_BACKGROUNDCOLOR_LABEL=
|
|
123
|
+
BASE_EDITOR.ICON.SETTINGS_DIALOG_BACKGROUNDCOLOR_LABEL=2dBk0LcH3J1zIyNHnvUbXg_Background Color
|
|
124
124
|
|
|
125
|
-
BASE_EDITOR.ICON.INPUT_BACKGROUNDCOLOR=
|
|
125
|
+
BASE_EDITOR.ICON.INPUT_BACKGROUNDCOLOR=EVGqXdQkasAk67pX70GyGA_Enter background color of the icon
|
|
126
126
|
|
|
127
|
-
BASE_EDITOR.ICON.INPUT_COLOR=
|
|
127
|
+
BASE_EDITOR.ICON.INPUT_COLOR=Wg4hT5TvJrDlwHkHs79EiQ_Enter color of the icon
|
|
128
128
|
|
|
129
|
-
BASE_EDITOR.ICON.SETTINGS_DIALOG_COLOR_LABEL=
|
|
129
|
+
BASE_EDITOR.ICON.SETTINGS_DIALOG_COLOR_LABEL=H+KNnmhBOl63t2IwU0cOew_Color
|
|
130
130
|
|
|
131
|
-
BASE_EDITOR.DATE.INVALID_BINDING_OR_DATE=
|
|
131
|
+
BASE_EDITOR.DATE.INVALID_BINDING_OR_DATE=gBRuEONGOE4rgl+zW16FZQ_Please enter a valid binding string or date.
|
|
132
132
|
|
|
133
|
-
BASE_EDITOR.VALIDATOR.INVALID_BINDING=
|
|
133
|
+
BASE_EDITOR.VALIDATOR.INVALID_BINDING=fgV64pEPJ/ojxX7jg6kdKA_Invalid binding.
|
|
134
134
|
|
|
135
|
-
BASE_EDITOR.VALIDATOR.FORBIDDEN_BINDING=
|
|
135
|
+
BASE_EDITOR.VALIDATOR.FORBIDDEN_BINDING=NWo90zsbdh2SB6USctVrCA_Bindings are not allowed.
|
|
136
136
|
|
|
137
|
-
BASE_EDITOR.VALIDATOR.FORBIDDEN_CUSTOM_VALUE=
|
|
137
|
+
BASE_EDITOR.VALIDATOR.FORBIDDEN_CUSTOM_VALUE=uuN44g6m5tcU8W3Wt7nF4Q_Custom values are not allowed.
|
|
138
138
|
|
|
139
|
-
BASE_EDITOR.VALIDATOR.NOT_A_NUMBER=
|
|
139
|
+
BASE_EDITOR.VALIDATOR.NOT_A_NUMBER=3g8+QKmfemKIH8hM66nGoQ_Not a number
|
|
140
140
|
|
|
141
|
-
BASE_EDITOR.VALIDATOR.NOT_AN_INTEGER
|
|
141
|
+
BASE_EDITOR.VALIDATOR.NOT_AN_INTEGER=eSXOljTykidksNYTEEa2fw_Not an integer
|
|
142
142
|
|
|
143
|
-
BASE_EDITOR.VALIDATOR.NOT_A_BOOLEAN=
|
|
143
|
+
BASE_EDITOR.VALIDATOR.NOT_A_BOOLEAN=d/Bf2FnI4/GtspWdqtGD8w_Not a boolean
|
|
144
144
|
|
|
145
|
-
BASE_EDITOR.VALIDATOR.NOT_A_JSONOBJECT=
|
|
145
|
+
BASE_EDITOR.VALIDATOR.NOT_A_JSONOBJECT=jl8Q2MvsnNGg1W7zfUc1bw_Not a JSON format
|
|
146
146
|
|
|
147
|
-
BASE_EDITOR.VALIDATOR.NOT_AN_ARRAY_OF_JSONOBJECTS=
|
|
147
|
+
BASE_EDITOR.VALIDATOR.NOT_AN_ARRAY_OF_JSONOBJECTS=H4lqLcdTsJPe/Hu8G5L2ew_Not an array of JSON objects.
|
|
148
148
|
|
|
149
|
-
BASE_EDITOR.VALIDATOR.NOT_AN_ICON=
|
|
149
|
+
BASE_EDITOR.VALIDATOR.NOT_AN_ICON=NgwNj5dmLYAKbk+oNznsoA_Not an icon
|
|
150
150
|
|
|
151
|
-
BASE_EDITOR.VALIDATOR.MAX_LENGTH=
|
|
151
|
+
BASE_EDITOR.VALIDATOR.MAX_LENGTH=acxDaCm9gttPspogvgR1PQ_Max length of {0} symbols exceeded.
|
|
152
152
|
|
|
153
|
-
BASE_EDITOR.VALIDATOR.DUPLICATE_ENTRY=
|
|
153
|
+
BASE_EDITOR.VALIDATOR.DUPLICATE_ENTRY=xQ+KBSNJaxDefojtx2quTA_Duplicate entry
|
|
154
154
|
|
|
155
|
-
BASE_EDITOR.VALIDATOR.DUPLICATE_KEY=
|
|
155
|
+
BASE_EDITOR.VALIDATOR.DUPLICATE_KEY=jClCVdsSrVQ8FfM3hwPp5w_Duplicate key
|
|
156
156
|
|
|
157
|
-
BASE_EDITOR.VALIDATOR.INVALID_DATE=
|
|
157
|
+
BASE_EDITOR.VALIDATOR.INVALID_DATE=hb/fhGxjKj/wop025ozM5Q_Invalid date
|
|
158
158
|
|
|
159
|
-
BASE_EDITOR.VALIDATOR.FAILED_PATTERN_TEST=
|
|
159
|
+
BASE_EDITOR.VALIDATOR.FAILED_PATTERN_TEST=bkPxgmBXkVfqOkjkmuaW5Q_Input does not match the pattern.
|
|
@@ -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([
|
|
@@ -50,7 +50,7 @@ sap.ui.define([
|
|
|
50
50
|
* @alias sap.ui.integration.designtime.baseEditor.propertyEditor.BasePropertyEditor
|
|
51
51
|
* @author SAP SE
|
|
52
52
|
* @since 1.70
|
|
53
|
-
* @version 1.
|
|
53
|
+
* @version 1.132.0
|
|
54
54
|
*
|
|
55
55
|
* @private
|
|
56
56
|
* @experimental 1.70
|
package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js
CHANGED
|
@@ -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
|
|
|
@@ -15,7 +15,7 @@ sap.ui.define([
|
|
|
15
15
|
* @namespace sap.ui.integration.designtime.baseEditor.propertyEditor.PropertyEditorFactory
|
|
16
16
|
*
|
|
17
17
|
* @author SAP SE
|
|
18
|
-
* @version 1.
|
|
18
|
+
* @version 1.132.0
|
|
19
19
|
*
|
|
20
20
|
* @static
|
|
21
21
|
* @since 1.75
|
package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js
CHANGED
|
@@ -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([
|
|
@@ -82,7 +82,7 @@ sap.ui.define([
|
|
|
82
82
|
* @alias sap.ui.integration.designtime.baseEditor.propertyEditor.arrayEditor.ArrayEditor
|
|
83
83
|
* @author SAP SE
|
|
84
84
|
* @since 1.72
|
|
85
|
-
* @version 1.
|
|
85
|
+
* @version 1.132.0
|
|
86
86
|
*
|
|
87
87
|
* @private
|
|
88
88
|
* @experimental 1.72
|
package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js
CHANGED
|
@@ -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([
|
|
@@ -22,7 +22,7 @@ sap.ui.define([
|
|
|
22
22
|
* @alias sap.ui.integration.designtime.baseEditor.propertyEditor.booleanEditor.BooleanEditor
|
|
23
23
|
* @author SAP SE
|
|
24
24
|
* @since 1.72
|
|
25
|
-
* @version 1.
|
|
25
|
+
* @version 1.132.0
|
|
26
26
|
*
|
|
27
27
|
* @private
|
|
28
28
|
* @experimental 1.72
|
package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js
CHANGED
|
@@ -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([
|
|
@@ -61,7 +61,7 @@ sap.ui.define([
|
|
|
61
61
|
* @alias sap.ui.integration.designtime.baseEditor.propertyEditor.codeEditor.CodeEditor
|
|
62
62
|
* @author SAP SE
|
|
63
63
|
* @since 1.106
|
|
64
|
-
* @version 1.
|
|
64
|
+
* @version 1.132.0
|
|
65
65
|
*
|
|
66
66
|
* @private
|
|
67
67
|
* @experimental 1.106
|
package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js
CHANGED
|
@@ -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([
|
|
@@ -22,7 +22,7 @@ sap.ui.define([
|
|
|
22
22
|
* @alias sap.ui.integration.designtime.baseEditor.propertyEditor.dateEditor.DateEditor
|
|
23
23
|
* @author SAP SE
|
|
24
24
|
* @since 1.76
|
|
25
|
-
* @version 1.
|
|
25
|
+
* @version 1.132.0
|
|
26
26
|
*
|
|
27
27
|
* @private
|
|
28
28
|
* @experimental 1.76
|
|
@@ -81,7 +81,7 @@ sap.ui.define([
|
|
|
81
81
|
defaultValue: "BASE_EDITOR.TYPES.DATE"
|
|
82
82
|
},
|
|
83
83
|
pattern: {
|
|
84
|
-
defaultValue: "
|
|
84
|
+
defaultValue: "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"
|
|
85
85
|
},
|
|
86
86
|
utc: {
|
|
87
87
|
defaultValue: false
|
|
@@ -147,7 +147,7 @@ sap.ui.define([
|
|
|
147
147
|
|
|
148
148
|
DateEditor.prototype.getFormatterInstance = function (mOptions) {
|
|
149
149
|
return DateFormat.getDateInstance(mOptions || {
|
|
150
|
-
pattern: "
|
|
150
|
+
pattern: "yyyy-MM-dd"
|
|
151
151
|
});
|
|
152
152
|
};
|
|
153
153
|
|
package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js
CHANGED
|
@@ -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([
|
|
@@ -24,7 +24,7 @@ sap.ui.define([
|
|
|
24
24
|
* @alias sap.ui.integration.designtime.baseEditor.propertyEditor.dateTimeEditor.DateTimeEditor
|
|
25
25
|
* @author SAP SE
|
|
26
26
|
* @since 1.76
|
|
27
|
-
* @version 1.
|
|
27
|
+
* @version 1.132.0
|
|
28
28
|
*
|
|
29
29
|
* @private
|
|
30
30
|
* @experimental 1.76
|
|
@@ -40,7 +40,7 @@ sap.ui.define([
|
|
|
40
40
|
|
|
41
41
|
DateTimeEditor.prototype.getFormatterInstance = function (mOptions) {
|
|
42
42
|
return DateFormat.getDateTimeInstance(mOptions || {
|
|
43
|
-
pattern: "
|
|
43
|
+
pattern: "yyyy-MM-dd'T'HH:mm:ss.SSSSZ"
|
|
44
44
|
});
|
|
45
45
|
};
|
|
46
46
|
|
|
@@ -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([
|
|
@@ -45,7 +45,7 @@ sap.ui.define([
|
|
|
45
45
|
* @alias sap.ui.integration.designtime.baseEditor.propertyEditor.enumStringEditor.EnumStringEditor
|
|
46
46
|
* @author SAP SE
|
|
47
47
|
* @since 1.70
|
|
48
|
-
* @version 1.
|
|
48
|
+
* @version 1.132.0
|
|
49
49
|
*
|
|
50
50
|
* @private
|
|
51
51
|
* @experimental 1.70
|
package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js
CHANGED
|
@@ -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([
|
|
@@ -45,7 +45,7 @@ sap.ui.define([
|
|
|
45
45
|
* @alias sap.ui.integration.designtime.baseEditor.propertyEditor.groupEditor.GroupEditor
|
|
46
46
|
* @author SAP SE
|
|
47
47
|
* @since 1.85
|
|
48
|
-
* @version 1.
|
|
48
|
+
* @version 1.132.0
|
|
49
49
|
*
|
|
50
50
|
* @private
|
|
51
51
|
* @experimental 1.85
|
package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js
CHANGED
|
@@ -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([
|
|
@@ -40,7 +40,7 @@ sap.ui.define([
|
|
|
40
40
|
* @alias sap.ui.integration.designtime.baseEditor.propertyEditor.iconEditor.IconEditor
|
|
41
41
|
* @author SAP SE
|
|
42
42
|
* @since 1.70
|
|
43
|
-
* @version 1.
|
|
43
|
+
* @version 1.132.0
|
|
44
44
|
*
|
|
45
45
|
* @private
|
|
46
46
|
* @experimental 1.70
|
|
@@ -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
|
*
|
|
20
20
|
* @namespace sap.ui.integration.designtime.baseEditor.propertyEditor.iconEditor.IsInIconPool
|
|
21
21
|
* @author SAP SE
|
|
22
|
-
* @version 1.
|
|
22
|
+
* @version 1.132.0
|
|
23
23
|
*
|
|
24
24
|
* @static
|
|
25
25
|
* @since 1.81
|
package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js
CHANGED
|
@@ -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([
|
|
@@ -24,7 +24,7 @@ sap.ui.define([
|
|
|
24
24
|
* @alias sap.ui.integration.designtime.baseEditor.propertyEditor.integerEditor.IntegerEditor
|
|
25
25
|
* @author SAP SE
|
|
26
26
|
* @since 1.76
|
|
27
|
-
* @version 1.
|
|
27
|
+
* @version 1.132.0
|
|
28
28
|
*
|
|
29
29
|
* @private
|
|
30
30
|
* @experimental 1.76
|
package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js
CHANGED
|
@@ -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([
|
|
@@ -24,7 +24,7 @@ sap.ui.define([
|
|
|
24
24
|
* @alias sap.ui.integration.designtime.baseEditor.propertyEditor.jsonEditor.JsonEditor
|
|
25
25
|
* @author SAP SE
|
|
26
26
|
* @since 1.72
|
|
27
|
-
* @version 1.
|
|
27
|
+
* @version 1.132.0
|
|
28
28
|
*
|
|
29
29
|
* @private
|
|
30
30
|
* @experimental 1.72
|
package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js
CHANGED
|
@@ -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([
|
|
@@ -22,7 +22,7 @@ sap.ui.define([
|
|
|
22
22
|
* @alias sap.ui.integration.designtime.baseEditor.propertyEditor.listEditor.ListEditor
|
|
23
23
|
* @author SAP SE
|
|
24
24
|
* @since 1.76
|
|
25
|
-
* @version 1.
|
|
25
|
+
* @version 1.132.0
|
|
26
26
|
*
|
|
27
27
|
* @private
|
|
28
28
|
* @experimental 1.76
|
|
@@ -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([
|
|
@@ -94,7 +94,7 @@ sap.ui.define([
|
|
|
94
94
|
* @alias sap.ui.integration.designtime.baseEditor.propertyEditor.mapEditor.MapEditor
|
|
95
95
|
* @author SAP SE
|
|
96
96
|
* @since 1.74
|
|
97
|
-
* @version 1.
|
|
97
|
+
* @version 1.132.0
|
|
98
98
|
*
|
|
99
99
|
* @private
|
|
100
100
|
* @experimental 1.74
|
|
@@ -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([
|
|
@@ -45,7 +45,7 @@ sap.ui.define([
|
|
|
45
45
|
* @alias sap.ui.integration.designtime.baseEditor.propertyEditor.multiSelectEditor.MultiSelectEditor
|
|
46
46
|
* @author SAP SE
|
|
47
47
|
* @since 1.97
|
|
48
|
-
* @version 1.
|
|
48
|
+
* @version 1.132.0
|
|
49
49
|
*
|
|
50
50
|
* @private
|
|
51
51
|
* @experimental 1.98
|
package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js
CHANGED
|
@@ -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([
|
|
@@ -28,7 +28,7 @@ sap.ui.define([
|
|
|
28
28
|
* @alias sap.ui.integration.designtime.baseEditor.propertyEditor.numberEditor.NumberEditor
|
|
29
29
|
* @author SAP SE
|
|
30
30
|
* @since 1.72
|
|
31
|
-
* @version 1.
|
|
31
|
+
* @version 1.132.0
|
|
32
32
|
*
|
|
33
33
|
* @private
|
|
34
34
|
* @experimental 1.72
|
|
@@ -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([
|
|
@@ -51,7 +51,7 @@ sap.ui.define([
|
|
|
51
51
|
* @alias sap.ui.integration.designtime.baseEditor.propertyEditor.objectArrayEditor.ObjectArrayEditor
|
|
52
52
|
* @author SAP SE
|
|
53
53
|
* @since 1.100.0
|
|
54
|
-
* @version 1.
|
|
54
|
+
* @version 1.132.0
|
|
55
55
|
*
|
|
56
56
|
* @private
|
|
57
57
|
* @experimental 1.100
|