@openui5/sap.ui.integration 1.84.47 → 1.84.49
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/package.json +3 -3
- package/src/sap/ui/integration/.library +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 +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 +2 -2
- package/src/sap/ui/integration/cards/BaseContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/BaseListContent.js +2 -2
- package/src/sap/ui/integration/cards/CalendarContent.js +2 -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/Filter.js +1 -1
- package/src/sap/ui/integration/cards/Header.js +2 -2
- package/src/sap/ui/integration/cards/ListContent.js +2 -2
- package/src/sap/ui/integration/cards/ListContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/NumericHeader.js +2 -2
- package/src/sap/ui/integration/cards/ObjectContent.js +2 -2
- 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/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/controls/ActionsToolbar.js +2 -2
- package/src/sap/ui/integration/controls/ActionsToolbarRenderer.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/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/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 +74 -64
- 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/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/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/numberEditor/NumberEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.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/IsJSONObject.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/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/index.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saptrc.properties +132 -110
- 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/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 +2 -2
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +2 -2
- package/src/sap/ui/integration/designtime/editor/fields/BaseField.js +2 -2
- package/src/sap/ui/integration/designtime/editor/fields/BooleanField.js +2 -2
- package/src/sap/ui/integration/designtime/editor/fields/DateField.js +2 -2
- package/src/sap/ui/integration/designtime/editor/fields/DateTimeField.js +2 -2
- package/src/sap/ui/integration/designtime/editor/fields/DestinationField.js +2 -2
- package/src/sap/ui/integration/designtime/editor/fields/IntegerField.js +2 -2
- package/src/sap/ui/integration/designtime/editor/fields/ListField.js +2 -2
- package/src/sap/ui/integration/designtime/editor/fields/NumberField.js +2 -2
- package/src/sap/ui/integration/designtime/editor/fields/Settings.js +2 -2
- package/src/sap/ui/integration/designtime/editor/fields/StringField.js +2 -2
- package/src/sap/ui/integration/designtime/editor/fields/viz/ColorSelect.js +2 -2
- package/src/sap/ui/integration/designtime/editor/fields/viz/IconSelect.js +2 -2
- package/src/sap/ui/integration/designtime/editor/fields/viz/ShapeSelect.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/NumberFormatter.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 +62 -10
- 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/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/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_hcb/library.source.less +1 -1
- 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/CardActions.js +2 -2
- package/src/sap/ui/integration/util/CardMerger.js +1 -1
- package/src/sap/ui/integration/util/ContentFactory.js +2 -2
- package/src/sap/ui/integration/util/ContextModel.js +2 -2
- 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/FilterBarFactory.js +2 -2
- 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 +2 -2
- package/src/sap/ui/integration/util/Manifest.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/Utils.js +2 -2
- package/src/sap/ui/integration/util/loadCardEditor.js +1 -1
- package/src/sap/ui/integration/widgets/Card.js +3 -3
- package/src/sap-ui-integration-editor.js +1 -1
- package/src/sap-ui-integration.js +1 -1
|
@@ -1,220 +1,242 @@
|
|
|
1
1
|
|
|
2
|
-
CARD_EDITOR.APP.ID=
|
|
2
|
+
CARD_EDITOR.APP.ID=WDPZh44g8wChO3+W6JJfpA_ID
|
|
3
3
|
|
|
4
|
-
CARD_EDITOR.APP.VERSION=
|
|
4
|
+
CARD_EDITOR.APP.VERSION=V8cCOaKH72RR7gGHTNlsww_Version
|
|
5
5
|
|
|
6
|
-
CARD_EDITOR.APP.SHORTTITLE
|
|
6
|
+
CARD_EDITOR.APP.SHORTTITLE=+dMKBz9wtnk8l1d/7LrPQA_Short Title
|
|
7
7
|
|
|
8
|
-
CARD_EDITOR.APP.INFO=
|
|
8
|
+
CARD_EDITOR.APP.INFO=5aJchGk1TYVf+BVbYxUq4A_Info
|
|
9
9
|
|
|
10
|
-
CARD_EDITOR.APP.DESCRIPTION=
|
|
10
|
+
CARD_EDITOR.APP.DESCRIPTION=PeSGtNqBLifm3fdlUkLpzQ_Description
|
|
11
11
|
|
|
12
|
-
CARD_EDITOR.APP.TAGS.KEYWORDS=
|
|
12
|
+
CARD_EDITOR.APP.TAGS.KEYWORDS=IcFk40lxYaty7XG5nyjbgg_Keywords
|
|
13
13
|
|
|
14
|
-
CARD_EDITOR.APP.TAGS.TECHNICALATTRIBUTES=
|
|
14
|
+
CARD_EDITOR.APP.TAGS.TECHNICALATTRIBUTES=flreJsYUB4RTj0Oij45uwg_Technical Attributes of Tags
|
|
15
15
|
|
|
16
|
-
CARD_EDITOR.APP.I18N=
|
|
16
|
+
CARD_EDITOR.APP.I18N=4IZ0hvXewz/bwnXzKugg8Q_I18n File Path
|
|
17
17
|
|
|
18
|
-
CARD_EDITOR.APP.DATASOURCES=
|
|
18
|
+
CARD_EDITOR.APP.DATASOURCES=hyiC7mrUk5roA8yPNcUx1g_Data Sources
|
|
19
19
|
|
|
20
|
-
CARD_EDITOR.APP.DATASOURCE=
|
|
20
|
+
CARD_EDITOR.APP.DATASOURCE=1R98f/i/y8bE2kb/2YbnfA_Data Source
|
|
21
21
|
|
|
22
|
-
CARD_EDITOR.APP.DATASOURCES.KEY=
|
|
22
|
+
CARD_EDITOR.APP.DATASOURCES.KEY=JrJX19xu9UERPpPjiiPH0Q_Key
|
|
23
23
|
|
|
24
|
-
CARD_EDITOR.APP.DATASOURCES.URI=
|
|
24
|
+
CARD_EDITOR.APP.DATASOURCES.URI=pzMmpKl7zsBvgnISR2KCdg_URI
|
|
25
25
|
|
|
26
|
-
CARD_EDITOR.APP.DATASOURCES.SETTINGS.ODATAVERSION=
|
|
26
|
+
CARD_EDITOR.APP.DATASOURCES.SETTINGS.ODATAVERSION=BtwqKWBYfRiFdcLE/CogEQ_OData Version
|
|
27
27
|
|
|
28
|
-
CARD_EDITOR.APP.DATASOURCES.SETTINGS.LOCALURI=
|
|
28
|
+
CARD_EDITOR.APP.DATASOURCES.SETTINGS.LOCALURI=6oqcIMlRWv2B8xsoFCOYxA_Local URI
|
|
29
29
|
|
|
30
|
-
CARD_EDITOR.APP.DATASOURCES.SETTINGS.ANNOTATIONS=
|
|
30
|
+
CARD_EDITOR.APP.DATASOURCES.SETTINGS.ANNOTATIONS=W25sPNg1ZGcFdbcKNN6tIw_OData Annotations
|
|
31
31
|
|
|
32
|
-
CARD_EDITOR.APP.DATASOURCES.SETTINGS.MAXAGE=
|
|
32
|
+
CARD_EDITOR.APP.DATASOURCES.SETTINGS.MAXAGE=9AjRWvZjl8xIzKH1zUeeSA_Maximum Allowed Response Age
|
|
33
33
|
|
|
34
|
-
CARD_EDITOR.APP.MOBILE=
|
|
34
|
+
CARD_EDITOR.APP.MOBILE=APMVQoMgnw+UTvNbe+Lixg_Compatible with SAP Mobile Cards
|
|
35
35
|
|
|
36
|
-
CARD_EDITOR.TYPE=
|
|
36
|
+
CARD_EDITOR.TYPE=CIhhOch4Mg7tbxdipoeGrg_Card Type
|
|
37
37
|
|
|
38
|
-
CARD_EDITOR.LABEL.TYPE=
|
|
38
|
+
CARD_EDITOR.LABEL.TYPE=CfhtBExcDtGX0W9QOm5gGg_Type
|
|
39
39
|
|
|
40
|
-
CARD_EDITOR.HEADERTYPE=
|
|
40
|
+
CARD_EDITOR.HEADERTYPE=Rxi6cWxSH/0yXSJoCVejSw_Card Header Type
|
|
41
41
|
|
|
42
|
-
CARD_EDITOR.HEADERTYPE.DEFAULT=
|
|
42
|
+
CARD_EDITOR.HEADERTYPE.DEFAULT=GeqVX18qZhn9N2OueZcsOg_Default
|
|
43
43
|
|
|
44
|
-
CARD_EDITOR.HEADERTYPE.NUMERIC=
|
|
44
|
+
CARD_EDITOR.HEADERTYPE.NUMERIC=tOif72dhrRh/w9hBstDYWw_Numeric
|
|
45
45
|
|
|
46
|
-
CARD_EDITOR.HEADERPOSITION=
|
|
46
|
+
CARD_EDITOR.HEADERPOSITION=yXloFvONMKFCsbWmvOCCSw_Card Header Position
|
|
47
47
|
|
|
48
|
-
CARD_EDITOR.HEADERPOSITION.TOP=
|
|
48
|
+
CARD_EDITOR.HEADERPOSITION.TOP=DBP3k9P1+GwBCkvCCI6Dxw_Top
|
|
49
49
|
|
|
50
|
-
CARD_EDITOR.HEADERPOSITION.BOTTOM=
|
|
50
|
+
CARD_EDITOR.HEADERPOSITION.BOTTOM=WqdX7+XpFJW+lJfKGYbb6A_Bottom
|
|
51
51
|
|
|
52
|
-
CARD_EDITOR.TITLE=
|
|
52
|
+
CARD_EDITOR.TITLE=573Tz41ZAiCPQPPmnWqV8w_Title
|
|
53
53
|
|
|
54
|
-
CARD_EDITOR.SUBTITLE=
|
|
54
|
+
CARD_EDITOR.SUBTITLE=1mC06pKgSvscGn0CTlsyXg_Subtitle
|
|
55
55
|
|
|
56
|
-
CARD_EDITOR.ICON=
|
|
56
|
+
CARD_EDITOR.ICON=8PYkSHGvkv5zrIDEN0z0GQ_Icon
|
|
57
57
|
|
|
58
|
-
CARD_EDITOR.STATUS=
|
|
58
|
+
CARD_EDITOR.STATUS=dqUfEvmXgeT2MeAJtn2d1w_Status
|
|
59
59
|
|
|
60
|
-
CARD_EDITOR.ACTIONS
|
|
60
|
+
CARD_EDITOR.ACTIONS=/ap97oiornjNjN/9HjeT7Q_Actions
|
|
61
61
|
|
|
62
|
-
CARD_EDITOR.ACTION=
|
|
62
|
+
CARD_EDITOR.ACTION=jsWSSanxHINSgC+p3H7HUg_Action
|
|
63
63
|
|
|
64
|
-
CARD_EDITOR.ACTION.SERVICE=
|
|
64
|
+
CARD_EDITOR.ACTION.SERVICE=RduFv0mqcF8h+Ri02t4HHQ_Service
|
|
65
65
|
|
|
66
|
-
CARD_EDITOR.ACTION.ENABLED=
|
|
66
|
+
CARD_EDITOR.ACTION.ENABLED=D0u9krYpdAqBt4iZKRopBA_Enabled
|
|
67
67
|
|
|
68
|
-
CARD_EDITOR.LABEL.URL=
|
|
68
|
+
CARD_EDITOR.LABEL.URL=7su1Jn2m2EROVAtWtXX1oQ_URL
|
|
69
69
|
|
|
70
|
-
CARD_EDITOR.TARGET=
|
|
70
|
+
CARD_EDITOR.TARGET=qsGTh6jg11HP5sDmkNcwJw_Target
|
|
71
71
|
|
|
72
|
-
CARD_EDITOR.TARGET.BLANK=
|
|
72
|
+
CARD_EDITOR.TARGET.BLANK=eQXlJD9ucs4j0TWyMgT37Q_Open in New Window
|
|
73
73
|
|
|
74
|
-
CARD_EDITOR.TARGET.SELF
|
|
74
|
+
CARD_EDITOR.TARGET.SELF=+AL5ddtLtag9MuC/9q4koA_Open in Same Window
|
|
75
75
|
|
|
76
|
-
CARD_EDITOR.UOM=
|
|
76
|
+
CARD_EDITOR.UOM=bxwGOn0A6q8IWePVN1zCEg_Unit of Measurement
|
|
77
77
|
|
|
78
|
-
CARD_EDITOR.SIDE_INDICATOR=
|
|
78
|
+
CARD_EDITOR.SIDE_INDICATOR=2d/ylvCxvs5JMP8ZkAwyaQ_Side Indicator
|
|
79
79
|
|
|
80
|
-
CARD_EDITOR.SIDE_INDICATORS=
|
|
80
|
+
CARD_EDITOR.SIDE_INDICATORS=JMC/kOWjxypH4hgC15w4yQ_Side Indicators
|
|
81
81
|
|
|
82
|
-
CARD_EDITOR.SIDE_INDICATOR.UNIT=
|
|
82
|
+
CARD_EDITOR.SIDE_INDICATOR.UNIT=Lz0diIlPjzLVkmzs7wQGgg_Unit
|
|
83
83
|
|
|
84
|
-
CARD_EDITOR.NUMBER=
|
|
84
|
+
CARD_EDITOR.NUMBER=tSeXJd+7rl2iQsslGmDPUw_Number
|
|
85
85
|
|
|
86
|
-
CARD_EDITOR.MAIN_INDICATOR.UNIT=
|
|
86
|
+
CARD_EDITOR.MAIN_INDICATOR.UNIT=8Fwv4m5ijF2AYiB3lesnEg_Main Indicator Unit
|
|
87
87
|
|
|
88
|
-
CARD_EDITOR.MAIN_INDICATOR.TREND=
|
|
88
|
+
CARD_EDITOR.MAIN_INDICATOR.TREND=U3LUAlK0sblxk2SYWEGZ2w_Main Indicator Trend
|
|
89
89
|
|
|
90
|
-
CARD_EDITOR.MAIN_INDICATOR.TREND.DOWN=
|
|
90
|
+
CARD_EDITOR.MAIN_INDICATOR.TREND.DOWN=u59PvXzswTxwyouO18ay2g_Down
|
|
91
91
|
|
|
92
|
-
CARD_EDITOR.MAIN_INDICATOR.TREND.NONE=
|
|
92
|
+
CARD_EDITOR.MAIN_INDICATOR.TREND.NONE=G0BrgQa4RdRi79pnqpe1jw_None
|
|
93
93
|
|
|
94
|
-
CARD_EDITOR.MAIN_INDICATOR.TREND.UP
|
|
94
|
+
CARD_EDITOR.MAIN_INDICATOR.TREND.UP=8+ohTo7eJSUrhAw2jQNTrA_Up
|
|
95
95
|
|
|
96
|
-
CARD_EDITOR.MAIN_INDICATOR.STATE=
|
|
96
|
+
CARD_EDITOR.MAIN_INDICATOR.STATE=8VwLzzYZWAvTYMIhZg6nCQ_Main Indicator State
|
|
97
97
|
|
|
98
|
-
CARD_EDITOR.MAIN_INDICATOR.STATE.CRITICAL=
|
|
98
|
+
CARD_EDITOR.MAIN_INDICATOR.STATE.CRITICAL=iZmpgUWf3z0qdwpwus11Kg_Critical
|
|
99
99
|
|
|
100
|
-
CARD_EDITOR.MAIN_INDICATOR.STATE.ERROR=
|
|
100
|
+
CARD_EDITOR.MAIN_INDICATOR.STATE.ERROR=V4qkpqM6IX+BJNTBKnPiSw_Error
|
|
101
101
|
|
|
102
|
-
CARD_EDITOR.MAIN_INDICATOR.STATE.GOOD=
|
|
102
|
+
CARD_EDITOR.MAIN_INDICATOR.STATE.GOOD=ouN3N3CHWXRXq54oxvBfpQ_Good
|
|
103
103
|
|
|
104
|
-
CARD_EDITOR.MAIN_INDICATOR.STATE.NEUTRAL=
|
|
104
|
+
CARD_EDITOR.MAIN_INDICATOR.STATE.NEUTRAL=GH1Y8KJbUuHYmSdCicax5Q_Neutral
|
|
105
105
|
|
|
106
|
-
CARD_EDITOR.DETAILS=
|
|
106
|
+
CARD_EDITOR.DETAILS=chSyFaJrC75oKVNV0MaCaw_Details
|
|
107
107
|
|
|
108
|
-
CARD_EDITOR.DATA.REQUEST.MODE=
|
|
108
|
+
CARD_EDITOR.DATA.REQUEST.MODE=A2e3dRI/nAWGSfTpjsjVkA_Data Request Mode
|
|
109
109
|
|
|
110
|
-
CARD_EDITOR.DATA.REQUEST.URL=
|
|
110
|
+
CARD_EDITOR.DATA.REQUEST.URL=yQ1bRz0aCqxgx6Go8NAz+Q_Data Request URL
|
|
111
111
|
|
|
112
|
-
CARD_EDITOR.DATA.REQUEST.METHOD=
|
|
112
|
+
CARD_EDITOR.DATA.REQUEST.METHOD=V73+UZY3DZx7BgEbYmGBDg_Data Request Method
|
|
113
113
|
|
|
114
|
-
CARD_EDITOR.DATA.REQUEST.PARAMETERS=
|
|
114
|
+
CARD_EDITOR.DATA.REQUEST.PARAMETERS=1drYKa/JdgOWJN1yJLYszw_Data Request Parameters
|
|
115
115
|
|
|
116
|
-
CARD_EDITOR.DATA.REQUEST.HEADERS=
|
|
116
|
+
CARD_EDITOR.DATA.REQUEST.HEADERS=BD/0DJlc6OmQjCp8DV+L9A_Data Request HTTP Headers
|
|
117
117
|
|
|
118
|
-
CARD_EDITOR.DATA.REQUEST.WITHCREDENTIALS=
|
|
118
|
+
CARD_EDITOR.DATA.REQUEST.WITHCREDENTIALS=lOAY2AjYY7BmDPqE4CjPMg_Use Credentials for Cross-Site Data Request
|
|
119
119
|
|
|
120
|
-
CARD_EDITOR.DATA.PATH=
|
|
120
|
+
CARD_EDITOR.DATA.PATH=AxzrCXc8Wot0TKfHV+/jwg_Data Path for JSON Root
|
|
121
121
|
|
|
122
|
-
CARD_EDITOR.DATA.JSON=
|
|
122
|
+
CARD_EDITOR.DATA.JSON=6QdHeXdWFjYS34qrDAIXRg_JSON Data
|
|
123
123
|
|
|
124
|
-
CARD_EDITOR.DATA.SERVICE.NAME=
|
|
124
|
+
CARD_EDITOR.DATA.SERVICE.NAME=TUAFetA3CYmX/o2MNEwDWw_Data Service Name
|
|
125
125
|
|
|
126
|
-
CARD_EDITOR.DATA.SERVICE.PARAMETERS=
|
|
126
|
+
CARD_EDITOR.DATA.SERVICE.PARAMETERS=yPSCGg2vVJJSjT5YttTUOg_Data Service Parameters
|
|
127
127
|
|
|
128
|
-
CARD_EDITOR.DATA.UPDATEINTERVAL=
|
|
128
|
+
CARD_EDITOR.DATA.UPDATEINTERVAL=s6Uu2LBj8u0im4kho5+unw_Data Update Interval
|
|
129
129
|
|
|
130
|
-
CARD_EDITOR.LIST_ITEM.DESCRIPTION=
|
|
130
|
+
CARD_EDITOR.LIST_ITEM.DESCRIPTION=KfYMADCQV9odZ+S/9zINHQ_Item Description
|
|
131
131
|
|
|
132
|
-
CARD_EDITOR.LIST_ITEM.HIGHLIGHT=
|
|
132
|
+
CARD_EDITOR.LIST_ITEM.HIGHLIGHT=BWBETJZMM+9Nt74vZDvhsw_Item Highlight
|
|
133
133
|
|
|
134
|
-
CARD_EDITOR.LIST_ITEM.ICON=
|
|
134
|
+
CARD_EDITOR.LIST_ITEM.ICON=JAz9P75tMz5as1+YSxDe8g_Item Icon
|
|
135
135
|
|
|
136
|
-
CARD_EDITOR.LIST_ITEM.INFO.VALUE=
|
|
136
|
+
CARD_EDITOR.LIST_ITEM.INFO.VALUE=2UBEti7Bq2aXf0qbxad0yw_Info Value
|
|
137
137
|
|
|
138
|
-
CARD_EDITOR.LIST_ITEM.INFO.STATE=
|
|
138
|
+
CARD_EDITOR.LIST_ITEM.INFO.STATE=6sM+QlaAf6U8TiD4nWrqjw_Info State
|
|
139
139
|
|
|
140
|
-
CARD_EDITOR.OBJECT.GROUPS=
|
|
140
|
+
CARD_EDITOR.OBJECT.GROUPS=U3Z9L/6pcvgUF6A+Xv9ghw_Groups
|
|
141
141
|
|
|
142
|
-
CARD_EDITOR.OBJECT.GROUP=
|
|
142
|
+
CARD_EDITOR.OBJECT.GROUP=R32v8Od0gOFhyns33Mwl2w_Group
|
|
143
143
|
|
|
144
|
-
CARD_EDITOR.OBJECT.GROUP.ITEMS=
|
|
144
|
+
CARD_EDITOR.OBJECT.GROUP.ITEMS=3hZrAlfqihQumVYzHcevHA_Items
|
|
145
145
|
|
|
146
|
-
CARD_EDITOR.OBJECT.GROUP.ITEM=
|
|
146
|
+
CARD_EDITOR.OBJECT.GROUP.ITEM=0y0VkUJl4qIwhVj4Vu23Bw_Item
|
|
147
147
|
|
|
148
|
-
CARD_EDITOR.OBJECT.GROUP.ITEM.VALUE=
|
|
148
|
+
CARD_EDITOR.OBJECT.GROUP.ITEM.VALUE=8FjzJuJNOoQK0q6voKwAsA_Value
|
|
149
149
|
|
|
150
|
-
CARD_EDITOR.OBJECT.GROUP.ITEM.EMAILSUBJECT
|
|
150
|
+
CARD_EDITOR.OBJECT.GROUP.ITEM.EMAILSUBJECT=/k00360BEIGy/BQ1TNkjsw_Email Subject
|
|
151
151
|
|
|
152
|
-
CARD_EDITOR.OBJECT.GROUP.TYPE.PHONE=
|
|
152
|
+
CARD_EDITOR.OBJECT.GROUP.TYPE.PHONE=cZAcoy1dOznXo+Yfn4y5lQ_Phone
|
|
153
153
|
|
|
154
|
-
CARD_EDITOR.OBJECT.GROUP.TYPE.EMAIL=
|
|
154
|
+
CARD_EDITOR.OBJECT.GROUP.TYPE.EMAIL=8m8t18DHrxdQqTb0UZM6ww_E-Mail
|
|
155
155
|
|
|
156
|
-
CARD_EDITOR.OBJECT.GROUP.TYPE.LINK=
|
|
156
|
+
CARD_EDITOR.OBJECT.GROUP.TYPE.LINK=nCvf0jGeTXz9tkV1zBEcRA_Link
|
|
157
157
|
|
|
158
|
-
CARD_EDITOR.OBJECT.GROUP.TYPE.TEXT=
|
|
158
|
+
CARD_EDITOR.OBJECT.GROUP.TYPE.TEXT=7lX/nHBEAYgAHflDpSLaXw_Text
|
|
159
159
|
|
|
160
|
-
CARD_EDITOR.MAXITEMS=
|
|
160
|
+
CARD_EDITOR.MAXITEMS=SRB7SUTePKQSyd3SUEHRsg_Maximum Number of Items
|
|
161
161
|
|
|
162
|
-
CARD_EDITOR.TABLE.ROW.COLUMNS=
|
|
162
|
+
CARD_EDITOR.TABLE.ROW.COLUMNS=WlN4zVDdbB8Kh0lYwTXM4w_Columns
|
|
163
163
|
|
|
164
|
-
CARD_EDITOR.TABLE.ROW.COLUMN=
|
|
164
|
+
CARD_EDITOR.TABLE.ROW.COLUMN=znRSdAEuVSUhSBC9Ph34jw_Column
|
|
165
165
|
|
|
166
|
-
CARD_EDITOR.TABLE.ROW.COLUMN.WIDTH=
|
|
166
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.WIDTH=I++UPVB9J+zEw26Xl1SnqQ_Width
|
|
167
167
|
|
|
168
|
-
CARD_EDITOR.TABLE.ROW.COLUMN.VALUE=
|
|
168
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.VALUE=PkumwftfHWB840mY017yRQ_Value
|
|
169
169
|
|
|
170
|
-
CARD_EDITOR.TABLE.ROW.COLUMN.STATE=
|
|
170
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.STATE=ar+G+jyF1gKGQJwqp9ydqg_State
|
|
171
171
|
|
|
172
|
-
CARD_EDITOR.TABLE.ROW.COLUMN.IDENTIFIER=
|
|
172
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.IDENTIFIER=yMc/Zu9csd2TqYC3Hi0MNA_Identifier
|
|
173
173
|
|
|
174
|
-
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.STATE=
|
|
174
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.STATE=Ze6kNm+uvSo2B6Y0nWISuw_Progress State
|
|
175
175
|
|
|
176
|
-
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=
|
|
176
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=3R6D29QIcBV+2mktRaUd2A_Progress Percent
|
|
177
177
|
|
|
178
|
-
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=
|
|
178
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=po0edO4WA4JnQ32xFsFRaw_Progress Text
|
|
179
179
|
|
|
180
|
-
CARD_EDITOR.PARAMETERS
|
|
180
|
+
CARD_EDITOR.PARAMETERS=ck+rBtgas9WWZGzZeNvbjg_Parameters
|
|
181
181
|
|
|
182
|
-
CARD_EDITOR.LABEL=
|
|
182
|
+
CARD_EDITOR.LABEL=ljBs8U7IkS4lZVnYuTF50Q_Label
|
|
183
183
|
|
|
184
|
-
CARD_EDITOR.
|
|
184
|
+
CARD_EDITOR.PARAMETERS.DESCRIPTION=PMKGHnNPQkfHTIoY2K6qgg_Description
|
|
185
185
|
|
|
186
|
-
CARD_EDITOR.
|
|
186
|
+
CARD_EDITOR.PARAMETERS.MANIFESTPATH=wonjusQMEofGF+5Jm8TA4A_Manifestpath
|
|
187
187
|
|
|
188
|
-
CARD_EDITOR.
|
|
188
|
+
CARD_EDITOR.PARAMETERS.VISIBLE=7CHqIkvXWULxLRz/LTtPUQ_Visible in Configuration
|
|
189
189
|
|
|
190
|
-
CARD_EDITOR.
|
|
190
|
+
CARD_EDITOR.PARAMETERS.EDITABLE=QVCZFxz30sfB4XgcQ3Sy8g_Editable in Configuration
|
|
191
191
|
|
|
192
|
-
CARD_EDITOR.
|
|
192
|
+
CARD_EDITOR.PARAMETERS.TRANSLATABLE=xatR+zsfsABZfwgbd83HxQ_Translatable in Configuration
|
|
193
193
|
|
|
194
|
-
CARD_EDITOR.
|
|
194
|
+
CARD_EDITOR.PARAMETERS.ALLOWDYNAMICVALUES=/LgqSJOM0WBavr8jZ8QIHw_Allow Dynamic Values in Configuration
|
|
195
195
|
|
|
196
|
-
CARD_EDITOR.
|
|
196
|
+
CARD_EDITOR.PARAMETERS.ALLOWSETTINGS=AyaTnFQqF/qau+pVhYTlaQ_Allow Settings in Configuration
|
|
197
197
|
|
|
198
|
-
CARD_EDITOR.
|
|
198
|
+
CARD_EDITOR.PARAMETERS.VISUALIZATION=8us7TAZPiQCkAMz6EREwaA_Visualization
|
|
199
199
|
|
|
200
|
-
CARD_EDITOR.
|
|
200
|
+
CARD_EDITOR.PARAMETERS.VISUALIZATION.PLACEHOLDER=ogIsABuIzPcsP6CFYhOoQw_Define visualization of this parameter here
|
|
201
201
|
|
|
202
|
-
CARD_EDITOR.
|
|
202
|
+
CARD_EDITOR.PARAMETERS.VALUES=1j6W7i1x7rAQ3PubSdnGgQ_Values
|
|
203
203
|
|
|
204
|
-
CARD_EDITOR.
|
|
204
|
+
CARD_EDITOR.PARAMETERS.VALUES.PLACEHOLDER=08Wv/i8nomwRoOQl+DQw3g_Define values of this parameter here
|
|
205
205
|
|
|
206
|
-
CARD_EDITOR.
|
|
206
|
+
CARD_EDITOR.COMPLEX_MAP.KEY=fWHFjCSC2g9OQo0FXzwUsw_Key
|
|
207
207
|
|
|
208
|
-
CARD_EDITOR.
|
|
208
|
+
CARD_EDITOR.DESTINATIONS=GCUJu60a1xD4raZm9EODrg_Destinations
|
|
209
209
|
|
|
210
|
-
CARD_EDITOR.
|
|
210
|
+
CARD_EDITOR.DESTINATION=YLS3SEcTlwR7yaYkXsoB+g_Destination
|
|
211
211
|
|
|
212
|
-
CARD_EDITOR.
|
|
212
|
+
CARD_EDITOR.DESTINATION.NAME=7qzd5r+EhxHYcu+43e3+Hg_Name
|
|
213
213
|
|
|
214
|
-
CARD_EDITOR.
|
|
214
|
+
CARD_EDITOR.DESTINATION.DEFAULT_URL=u8UXczVukrEqAPCB59KIgg_Default URL
|
|
215
215
|
|
|
216
|
-
CARD_EDITOR.
|
|
216
|
+
CARD_EDITOR.GROUP.METADATA=IMlkU7NQxVDLPY9Xev2+7A_Card Metadata
|
|
217
217
|
|
|
218
|
-
CARD_EDITOR.
|
|
218
|
+
CARD_EDITOR.GROUP.GENERALCONFIGURATION=2qgrr1bajxRG5dAb55rl0Q_General Configuration
|
|
219
219
|
|
|
220
|
-
CARD_EDITOR.
|
|
220
|
+
CARD_EDITOR.GROUP.DATA=Nyc1WvwlD+gu32eObqcXAg_Data Configuration (Card)
|
|
221
|
+
|
|
222
|
+
CARD_EDITOR.GROUP.DATAHEADER=m401GtBmaaKzm/NWl4B5aA_Data Configuration (Header)
|
|
223
|
+
|
|
224
|
+
CARD_EDITOR.GROUP.DATACONTENT=g1rlnOQx2ExQrvbVRE394g_Data Configuration (Content)
|
|
225
|
+
|
|
226
|
+
CARD_EDITOR.GROUP.HEADER=a6um3R/wSh4v7fjfknauLw_Card Header Configuration
|
|
227
|
+
|
|
228
|
+
CARD_EDITOR.GROUP.CONTENT=Sne9n643bBqnfNfg+SbgHQ_Content Configuration
|
|
229
|
+
|
|
230
|
+
CARD_EDITOR.STATE.SUCCESS=CC2XtZMtiP1RsdBXf/blww_Success
|
|
231
|
+
|
|
232
|
+
CARD_EDITOR.STATE.ERROR=O04W7YV3MCRfODYbvWbdqQ_Error
|
|
233
|
+
|
|
234
|
+
CARD_EDITOR.STATE.WARNING=m/CZcFegzuAPvLUOEmmByA_Warning
|
|
235
|
+
|
|
236
|
+
CARD_EDITOR.STATE.NONE=Wgxa5lmXHsfeGwqyYm/kLw_None
|
|
237
|
+
|
|
238
|
+
CARD_EDITOR.STATE.INFORMATION=GcV6rgLn+/8WPkgwp9k4qg_Information
|
|
239
|
+
|
|
240
|
+
CARD_EDITOR.VALIDATOR.INVALID_EMAIL=YVOxmqej+o6lhBb8HFnzMQ_Invalid e-mail address.
|
|
241
|
+
|
|
242
|
+
CARD_EDITOR.VALIDATOR.NOT_AN_ALPHABETIC=8iqJvUOXCqnVrFchsErYPA_String should only contain characters A-Z.
|
|
@@ -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([
|
|
@@ -53,7 +53,7 @@ sap.ui.define([
|
|
|
53
53
|
* @alias sap.ui.integration.designtime.cardEditor.propertyEditor.complexMapEditor.ComplexMapEditor
|
|
54
54
|
* @author SAP SE
|
|
55
55
|
* @since 1.76
|
|
56
|
-
* @version 1.84.
|
|
56
|
+
* @version 1.84.49
|
|
57
57
|
*
|
|
58
58
|
* @private
|
|
59
59
|
* @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([
|
|
@@ -41,7 +41,7 @@ sap.ui.define([
|
|
|
41
41
|
* @alias sap.ui.integration.designtime.cardEditor.propertyEditor.destinationsEditor.DestinationsEditor
|
|
42
42
|
* @author SAP SE
|
|
43
43
|
* @since 1.77
|
|
44
|
-
* @version 1.84.
|
|
44
|
+
* @version 1.84.49
|
|
45
45
|
*
|
|
46
46
|
* @private
|
|
47
47
|
* @experimental 1.77
|
package/src/sap/ui/integration/designtime/cardEditor/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.cardEditor.propertyEditor.iconEditor.IconEditor
|
|
41
41
|
* @author SAP SE
|
|
42
42
|
* @since 1.81
|
|
43
|
-
* @version 1.84.
|
|
43
|
+
* @version 1.84.49
|
|
44
44
|
*
|
|
45
45
|
* @private
|
|
46
46
|
* @experimental 1.81
|
|
@@ -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.cardEditor.propertyEditor.parametersEditor.ParametersEditor
|
|
46
46
|
* @author SAP SE
|
|
47
47
|
* @since 1.70
|
|
48
|
-
* @version 1.84.
|
|
48
|
+
* @version 1.84.49
|
|
49
49
|
*
|
|
50
50
|
* @private
|
|
51
51
|
* @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
|
|
|
@@ -97,7 +97,7 @@ sap.ui.define([
|
|
|
97
97
|
* @extends sap.ui.core.Control
|
|
98
98
|
*
|
|
99
99
|
* @author SAP SE
|
|
100
|
-
* @version 1.84.
|
|
100
|
+
* @version 1.84.49
|
|
101
101
|
* @constructor
|
|
102
102
|
* @see {@link topic:5b46b03f024542ba802d99d67bc1a3f4 Cards}
|
|
103
103
|
* @since 1.83
|
|
@@ -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
|
|
|
@@ -26,7 +26,7 @@ sap.ui.define([
|
|
|
26
26
|
* @alias sap.ui.integration.designtime.Preview
|
|
27
27
|
* @author SAP SE
|
|
28
28
|
* @since 1.83.0
|
|
29
|
-
* @version 1.84.
|
|
29
|
+
* @version 1.84.49
|
|
30
30
|
* @private
|
|
31
31
|
* @experimental since 1.83.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([
|
|
@@ -25,7 +25,7 @@ sap.ui.define([
|
|
|
25
25
|
* @alias sap.ui.integration.designtime.propertyEditors.BaseField
|
|
26
26
|
* @author SAP SE
|
|
27
27
|
* @since 1.83.0
|
|
28
|
-
* @version 1.84.
|
|
28
|
+
* @version 1.84.49
|
|
29
29
|
* @private
|
|
30
30
|
* @experimental since 1.83.0
|
|
31
31
|
* @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([
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
* @alias sap.ui.integration.designtime.editor.fields.BooleanField
|
|
18
18
|
* @author SAP SE
|
|
19
19
|
* @since 1.83.0
|
|
20
|
-
* @version 1.84.
|
|
20
|
+
* @version 1.84.49
|
|
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([
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
* @alias sap.ui.integration.designtime.editor.fields.DateField
|
|
18
18
|
* @author SAP SE
|
|
19
19
|
* @since 1.83.0
|
|
20
|
-
* @version 1.84.
|
|
20
|
+
* @version 1.84.49
|
|
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([
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
* @alias sap.ui.integration.designtime.editor.fields.DateTimeField
|
|
18
18
|
* @author SAP SE
|
|
19
19
|
* @since 1.83.0
|
|
20
|
-
* @version 1.84.
|
|
20
|
+
* @version 1.84.49
|
|
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.designtime.editor.fields.DestinationField
|
|
20
20
|
* @author SAP SE
|
|
21
21
|
* @since 1.83.0
|
|
22
|
-
* @version 1.84.
|
|
22
|
+
* @version 1.84.49
|
|
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([
|
|
@@ -18,7 +18,7 @@ sap.ui.define([
|
|
|
18
18
|
* @alias sap.ui.integration.designtime.editor.fields.IntegerField
|
|
19
19
|
* @author SAP SE
|
|
20
20
|
* @since 1.83.0
|
|
21
|
-
* @version 1.84.
|
|
21
|
+
* @version 1.84.49
|
|
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([
|
|
@@ -20,7 +20,7 @@ sap.ui.define([
|
|
|
20
20
|
* @alias sap.ui.integration.designtime.editor.fields.ListField
|
|
21
21
|
* @author SAP SE
|
|
22
22
|
* @since 1.83.0
|
|
23
|
-
* @version 1.84.
|
|
23
|
+
* @version 1.84.49
|
|
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([
|
|
@@ -18,7 +18,7 @@ sap.ui.define([
|
|
|
18
18
|
* @alias sap.ui.integration.designtime.editor.fields.NumberField
|
|
19
19
|
* @author SAP SE
|
|
20
20
|
* @since 1.83.0
|
|
21
|
-
* @version 1.84.
|
|
21
|
+
* @version 1.84.49
|
|
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([
|
|
@@ -54,7 +54,7 @@ sap.ui.define([
|
|
|
54
54
|
* @alias sap.ui.integration.designtime.editor.fields.BooleanField
|
|
55
55
|
* @author SAP SE
|
|
56
56
|
* @since 1.83.0
|
|
57
|
-
* @version 1.84.
|
|
57
|
+
* @version 1.84.49
|
|
58
58
|
* @private
|
|
59
59
|
* @experimental since 1.83.0
|
|
60
60
|
* @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([
|
|
@@ -22,7 +22,7 @@ sap.ui.define([
|
|
|
22
22
|
* @alias sap.ui.integration.designtime.editor.fields.StringField
|
|
23
23
|
* @author SAP SE
|
|
24
24
|
* @since 1.83.0
|
|
25
|
-
* @version 1.84.
|
|
25
|
+
* @version 1.84.49
|
|
26
26
|
* @private
|
|
27
27
|
* @experimental since 1.83.0
|
|
28
28
|
* @ui5-restricted
|