@openui5/sap.ui.integration 1.96.32 → 1.96.34
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 +1 -1
- package/src/sap/ui/integration/ActionDefinition.js +1 -1
- package/src/sap/ui/integration/Designtime.js +1 -1
- package/src/sap/ui/integration/Extension.js +1 -1
- package/src/sap/ui/integration/Host.js +1 -1
- package/src/sap/ui/integration/cards/AdaptiveContent.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseListContent.js +1 -1
- package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
- package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
- package/src/sap/ui/integration/cards/Footer.js +1 -1
- package/src/sap/ui/integration/cards/Header.js +1 -1
- package/src/sap/ui/integration/cards/ListContent.js +1 -1
- package/src/sap/ui/integration/cards/NumericHeader.js +1 -1
- package/src/sap/ui/integration/cards/ObjectContent.js +1 -1
- package/src/sap/ui/integration/cards/TableContent.js +1 -1
- package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
- package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +1 -1
- package/src/sap/ui/integration/cards/filters/BaseFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
- package/src/sap/ui/integration/cards/filters/SelectFilter.js +1 -1
- package/src/sap/ui/integration/controls/ActionsStrip.js +1 -1
- package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
- package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
- package/src/sap/ui/integration/controls/Microchart.js +1 -1
- package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_saptrc.properties +150 -71
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saptrc.properties +266 -132
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
- package/src/sap/ui/integration/editor/Editor.js +2 -2
- package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
- package/src/sap/ui/integration/editor/Extension.js +1 -1
- package/src/sap/ui/integration/editor/Manifest.js +1 -1
- package/src/sap/ui/integration/editor/Settings.js +1 -1
- package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
- package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
- package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
- package/src/sap/ui/integration/library.js +2 -2
- package/src/sap/ui/integration/messagebundle_en_US_saptrc.properties +161 -78
- package/src/sap/ui/integration/model/ContextModel.js +1 -1
- package/src/sap/ui/integration/model/ObservableModel.js +1 -1
- package/src/sap/ui/integration/util/BaseFactory.js +1 -1
- package/src/sap/ui/integration/util/BindingHelper.js +1 -1
- package/src/sap/ui/integration/util/BindingResolver.js +1 -1
- package/src/sap/ui/integration/util/CardActions.js +1 -1
- package/src/sap/ui/integration/util/CardObserver.js +1 -1
- package/src/sap/ui/integration/util/ContentFactory.js +1 -1
- package/src/sap/ui/integration/util/DataProvider.js +1 -1
- package/src/sap/ui/integration/util/DataProviderFactory.js +1 -1
- package/src/sap/ui/integration/util/Destinations.js +1 -1
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
- package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
- package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
- package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
- package/src/sap/ui/integration/util/Manifest.js +1 -1
- package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
- package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
- package/src/sap/ui/integration/util/ServiceManager.js +1 -1
- package/src/sap/ui/integration/util/Utils.js +1 -1
- package/src/sap/ui/integration/widgets/Card.js +2 -2
|
@@ -1,264 +1,398 @@
|
|
|
1
|
+
#This is the resource bundle for the OpenUI5 sap.ui.integration.designtime.editor module
|
|
2
|
+
#
|
|
1
3
|
|
|
2
|
-
|
|
4
|
+
#XFLD: Property editor label
|
|
5
|
+
CARD_EDITOR.APP.ID=TZm/9YVM2TH7IQaD7lisEg_ID
|
|
3
6
|
|
|
4
|
-
|
|
7
|
+
#XFLD: Property editor label
|
|
8
|
+
CARD_EDITOR.APP.VERSION=eBQ99k4WanIrIO2iyKinig_Version
|
|
5
9
|
|
|
6
|
-
|
|
10
|
+
#XFLD: Property editor label
|
|
11
|
+
CARD_EDITOR.APP.SHORTTITLE=oT2btCx+NHC03ppJabbZLA_Short Title
|
|
7
12
|
|
|
8
|
-
|
|
13
|
+
#XFLD: Property editor label
|
|
14
|
+
CARD_EDITOR.APP.INFO=dQLRGkkiFnJdni+irosYzQ_Info
|
|
9
15
|
|
|
10
|
-
|
|
16
|
+
#XFLD: Property editor label
|
|
17
|
+
CARD_EDITOR.APP.DESCRIPTION=QoZDPtVDRjUvyvhmQJuHRQ_Description
|
|
11
18
|
|
|
12
|
-
|
|
19
|
+
#XFLD: Property editor label
|
|
20
|
+
CARD_EDITOR.APP.TAGS.KEYWORDS=vMpV0Ex8bP7uILpLOXDAeQ_Keywords
|
|
13
21
|
|
|
14
|
-
|
|
22
|
+
#XFLD: Property editor label
|
|
23
|
+
CARD_EDITOR.APP.TAGS.TECHNICALATTRIBUTES=coRiwQHLgx8bynUdKRa4Jg_Technical Attributes of Tags
|
|
15
24
|
|
|
16
|
-
|
|
25
|
+
#XFLD: Property editor label
|
|
26
|
+
CARD_EDITOR.APP.I18N=lb96Rnrse9e4QQ5H/u0sSA_I18n File Path
|
|
17
27
|
|
|
18
|
-
|
|
28
|
+
#XFLD: Property editor label
|
|
29
|
+
CARD_EDITOR.APP.DATASOURCES=z8qPNIBYV263UsgCXmT2bw_Data Sources
|
|
19
30
|
|
|
20
|
-
|
|
31
|
+
#XFLD: Property editor label
|
|
32
|
+
CARD_EDITOR.APP.DATASOURCE=sU6LXSAUiP53L1UWYYwGcA_Data Source
|
|
21
33
|
|
|
22
|
-
|
|
34
|
+
#XFLD: Property editor label
|
|
35
|
+
CARD_EDITOR.APP.DATASOURCES.KEY=0nfJAnyHctPuHucJM8XoJw_Key
|
|
23
36
|
|
|
24
|
-
|
|
37
|
+
#XFLD: Property editor label
|
|
38
|
+
CARD_EDITOR.APP.DATASOURCES.URI=kFdCvMRRo7q1cMumfLxoHA_URI
|
|
25
39
|
|
|
26
|
-
|
|
40
|
+
#XFLD: Property editor label
|
|
41
|
+
CARD_EDITOR.APP.DATASOURCES.SETTINGS.ODATAVERSION=fhYVrNnxNG7MLEPTLB4mLw_OData Version
|
|
27
42
|
|
|
28
|
-
|
|
43
|
+
#XFLD: Property editor label
|
|
44
|
+
CARD_EDITOR.APP.DATASOURCES.SETTINGS.LOCALURI=9gDHMLywScjMWyRVeBYeqQ_Local URI
|
|
29
45
|
|
|
30
|
-
|
|
46
|
+
#XFLD: Property editor label
|
|
47
|
+
CARD_EDITOR.APP.DATASOURCES.SETTINGS.ANNOTATIONS=Vz5+kJbL3vb/nOKgT6sL/A_OData Annotations
|
|
31
48
|
|
|
32
|
-
|
|
49
|
+
#XFLD: Property editor label
|
|
50
|
+
CARD_EDITOR.APP.DATASOURCES.SETTINGS.MAXAGE=QTxMdC1JXhYgO+Xc5Owc6w_Maximum Allowed Response Age
|
|
33
51
|
|
|
34
|
-
|
|
52
|
+
#XFLD: Property editor label
|
|
53
|
+
CARD_EDITOR.APP.MOBILE=4+W5mkONKUpn0B0IVgmcTA_Compatible with SAP Mobile Cards
|
|
35
54
|
|
|
36
|
-
|
|
55
|
+
#XFLD: Property editor label
|
|
56
|
+
CARD_EDITOR.TYPE=v3HTSMRBOBskn/vD6kcCcA_Card Type
|
|
37
57
|
|
|
38
|
-
|
|
58
|
+
#XFLD: Property editor label
|
|
59
|
+
CARD_EDITOR.LABEL.TYPE=O0OQgfHOjIEbGFk7NA9sUQ_Type
|
|
39
60
|
|
|
40
|
-
|
|
61
|
+
#XFLD: Property editor label
|
|
62
|
+
CARD_EDITOR.HEADERTYPE=xEAYZKDBt8uLFotU0hiAew_Card Header Type
|
|
41
63
|
|
|
42
|
-
|
|
64
|
+
#XFLD: Property editor label
|
|
65
|
+
CARD_EDITOR.HEADERTYPE.DEFAULT=91LnYeKDBjZRpR+I38k4xQ_Default
|
|
43
66
|
|
|
44
|
-
|
|
67
|
+
#XFLD: Property editor label
|
|
68
|
+
CARD_EDITOR.HEADERTYPE.NUMERIC=1cFKEC8SZfoFobCCbMUnFw_Numeric
|
|
45
69
|
|
|
46
|
-
|
|
70
|
+
#XFLD: Property editor label
|
|
71
|
+
CARD_EDITOR.HEADERPOSITION=50HgieE3QB3CQDect1h6Mg_Card Header Position
|
|
47
72
|
|
|
48
|
-
|
|
73
|
+
#XFLD: Property editor label
|
|
74
|
+
CARD_EDITOR.HEADERPOSITION.TOP=jkyGgHMTX/6mOXEOSxbJBw_Top
|
|
49
75
|
|
|
50
|
-
|
|
76
|
+
#XFLD: Property editor label
|
|
77
|
+
CARD_EDITOR.HEADERPOSITION.BOTTOM=FcgQYj7DNdD1c5cLZWpRww_Bottom
|
|
51
78
|
|
|
52
|
-
|
|
79
|
+
#XFLD: Property editor label
|
|
80
|
+
CARD_EDITOR.TITLE=oVFNTMccaWR2Ow+tzxeBPg_Title
|
|
53
81
|
|
|
54
|
-
|
|
82
|
+
#XFLD: Property editor label
|
|
83
|
+
CARD_EDITOR.SUBTITLE=fvcqsPCjBTi/dbe3B5V6yQ_Subtitle
|
|
55
84
|
|
|
56
|
-
|
|
85
|
+
#XFLD: Property editor label
|
|
86
|
+
CARD_EDITOR.ICON=AYUERQOcvC0zLSHU2HnP8Q_Icon
|
|
57
87
|
|
|
58
|
-
|
|
88
|
+
#XFLD: Property editor label
|
|
89
|
+
CARD_EDITOR.STATUS=bfCf8Am179oNhLV4Ut2//Q_Status
|
|
59
90
|
|
|
60
|
-
|
|
91
|
+
#XFLD: Property editor label
|
|
92
|
+
CARD_EDITOR.ACTIONS=zVurcB6Hid8kVJmimsENyw_Actions
|
|
61
93
|
|
|
62
|
-
|
|
94
|
+
#XFLD: Property editor label
|
|
95
|
+
CARD_EDITOR.ACTION=t0QmBY6MhZAVgE0zdfhaXQ_Action
|
|
63
96
|
|
|
64
|
-
|
|
97
|
+
#XFLD: Property editor label
|
|
98
|
+
CARD_EDITOR.ACTION.SERVICE=rb5M+YD6rRUJi3HgNwdW9A_Service
|
|
65
99
|
|
|
66
|
-
|
|
100
|
+
#XFLD: Property editor label
|
|
101
|
+
CARD_EDITOR.ACTION.ENABLED=nA7l5SJFiAyxvhN1mNB78Q_Enabled
|
|
67
102
|
|
|
68
|
-
|
|
103
|
+
#XFLD: Property editor label
|
|
104
|
+
CARD_EDITOR.LABEL.URL=wIfvL3kYBRcD4i/uAyylqQ_URL
|
|
69
105
|
|
|
70
|
-
|
|
106
|
+
#XFLD: Property editor label
|
|
107
|
+
CARD_EDITOR.TARGET=gi2YDzf2TdKx7eT69JK55w_Target
|
|
71
108
|
|
|
72
|
-
|
|
109
|
+
#XFLD: Property editor label
|
|
110
|
+
CARD_EDITOR.TARGET.BLANK=wjDD62IYPq5m0b7PyHxRJg_Open in New Window
|
|
73
111
|
|
|
74
|
-
|
|
112
|
+
#XFLD: Property editor label
|
|
113
|
+
CARD_EDITOR.TARGET.SELF=0Q6hrSfJPP0D/DZcoPTG9g_Open in Same Window
|
|
75
114
|
|
|
76
|
-
|
|
115
|
+
#XFLD: Property editor label
|
|
116
|
+
CARD_EDITOR.UOM=I2TN+CZELwJs75X9sdBCJA_Unit Of Measurement
|
|
77
117
|
|
|
78
|
-
|
|
118
|
+
#XFLD: Property editor label
|
|
119
|
+
CARD_EDITOR.SIDE_INDICATOR=WaQNzV8qYF08tK/GD1NiTQ_Side Indicator
|
|
79
120
|
|
|
80
|
-
|
|
121
|
+
#XFLD: Property editor label
|
|
122
|
+
CARD_EDITOR.SIDE_INDICATORS=Mc5VO6FcsBUaj13SoQog4g_Side Indicators
|
|
81
123
|
|
|
82
|
-
|
|
124
|
+
#XFLD: Property editor label
|
|
125
|
+
CARD_EDITOR.SIDE_INDICATOR.UNIT=5mcT2am+nHEPDFvGIE9nBA_Unit
|
|
83
126
|
|
|
84
|
-
|
|
127
|
+
#XFLD: Property editor label
|
|
128
|
+
CARD_EDITOR.NUMBER=nk/cvoSI+lgJOeBxFosinw_Number
|
|
85
129
|
|
|
86
|
-
|
|
130
|
+
#XFLD: Property editor label
|
|
131
|
+
CARD_EDITOR.MAIN_INDICATOR.UNIT=5IfVWtqRPhuorK3smdM/Vg_Main Indicator Unit
|
|
87
132
|
|
|
88
|
-
|
|
133
|
+
#XFLD: Property editor label
|
|
134
|
+
CARD_EDITOR.MAIN_INDICATOR.TREND=nn8cwgWfPaxvsLpw1d9+0w_Main Indicator Trend
|
|
89
135
|
|
|
90
|
-
|
|
136
|
+
#XFLD: Property editor label
|
|
137
|
+
CARD_EDITOR.MAIN_INDICATOR.TREND.DOWN=p3jTRaILqppL7FY1/CbnBA_Down
|
|
91
138
|
|
|
92
|
-
|
|
139
|
+
#XFLD: Property editor label
|
|
140
|
+
CARD_EDITOR.MAIN_INDICATOR.TREND.NONE=hL12ryEDLcfHCoV0KVlznw_None
|
|
93
141
|
|
|
94
|
-
|
|
142
|
+
#XFLD: Property editor label
|
|
143
|
+
CARD_EDITOR.MAIN_INDICATOR.TREND.UP=tiDFLQGJJTWpW0Jhg47Wyg_Up
|
|
95
144
|
|
|
96
|
-
|
|
145
|
+
#XFLD: Property editor label
|
|
146
|
+
CARD_EDITOR.MAIN_INDICATOR.STATE=5cmfhBqAHVgCrKDb8Mjflg_Main Indicator State
|
|
97
147
|
|
|
98
|
-
|
|
148
|
+
#XFLD: Property editor label
|
|
149
|
+
CARD_EDITOR.MAIN_INDICATOR.STATE.CRITICAL=5R806jSHHmrw2/zy0IrMJg_Critical
|
|
99
150
|
|
|
100
|
-
|
|
151
|
+
#XFLD: Property editor label
|
|
152
|
+
CARD_EDITOR.MAIN_INDICATOR.STATE.ERROR=GKF6OTYV+AauaU+qT/ID/g_Error
|
|
101
153
|
|
|
102
|
-
|
|
154
|
+
#XFLD: Property editor label
|
|
155
|
+
CARD_EDITOR.MAIN_INDICATOR.STATE.GOOD=FORBurYJnN4ZSmZkfKZaGQ_Good
|
|
103
156
|
|
|
104
|
-
|
|
157
|
+
#XFLD: Property editor label
|
|
158
|
+
CARD_EDITOR.MAIN_INDICATOR.STATE.NEUTRAL=f42chY/ejpRIRY5ZHoAg7A_Neutral
|
|
105
159
|
|
|
106
|
-
|
|
160
|
+
#XFLD: Property editor label
|
|
161
|
+
CARD_EDITOR.DETAILS=g0eyZYJPYfAMuRx/gdt5iA_Details
|
|
107
162
|
|
|
108
|
-
|
|
163
|
+
#XFLD: Property editor label
|
|
164
|
+
CARD_EDITOR.DATA.REQUEST.MODE=SlrQZtRdsybZ9Evq7IGoHQ_Data Request Mode
|
|
109
165
|
|
|
110
|
-
|
|
166
|
+
#XFLD: Property editor label
|
|
167
|
+
CARD_EDITOR.DATA.REQUEST.URL=l5zp17G9uL00euxZzA7Pxg_Data Request URL
|
|
111
168
|
|
|
112
|
-
|
|
169
|
+
#XFLD: Property editor label
|
|
170
|
+
CARD_EDITOR.DATA.REQUEST.METHOD=fSvAN7VASrkTdSbmX+adyg_Data Request Method
|
|
113
171
|
|
|
114
|
-
|
|
172
|
+
#XFLD: Property editor label
|
|
173
|
+
CARD_EDITOR.DATA.REQUEST.PARAMETERS=zfRt3Sz8dY0YBdxKpDBa4w_Data Request Parameters
|
|
115
174
|
|
|
116
|
-
|
|
175
|
+
#XFLD: Property editor label
|
|
176
|
+
CARD_EDITOR.DATA.REQUEST.HEADERS=+RoV9gtCNc9ctGHcoL3n+Q_Data Request HTTP Headers
|
|
117
177
|
|
|
118
|
-
|
|
178
|
+
#XFLD: Property editor label
|
|
179
|
+
CARD_EDITOR.DATA.REQUEST.WITHCREDENTIALS=oh6t5yXEcKzISL6spOkZ8A_Use Credentials for Cross-Site Data Request
|
|
119
180
|
|
|
120
|
-
|
|
181
|
+
#XFLD: Property editor label
|
|
182
|
+
CARD_EDITOR.DATA.PATH=pmsNT/7s9yOtb4NHMAbXyA_Data Path for JSON Root
|
|
121
183
|
|
|
122
|
-
|
|
184
|
+
#XFLD: Property editor label
|
|
185
|
+
CARD_EDITOR.DATA.JSON=5Pl+4UlJsSXkJCHmo9fLNQ_JSON Data
|
|
123
186
|
|
|
124
|
-
|
|
187
|
+
#XFLD: Property editor label
|
|
188
|
+
CARD_EDITOR.DATA.SERVICE.NAME=ATC5kXs95VujT4JaHuSmKA_Data Service Name
|
|
125
189
|
|
|
126
|
-
|
|
190
|
+
#XFLD: Property editor label
|
|
191
|
+
CARD_EDITOR.DATA.SERVICE.PARAMETERS=MFe8hLaTSq4gacjyhOKY1g_Data Service Parameters
|
|
127
192
|
|
|
128
|
-
|
|
193
|
+
#XFLD: Property editor label
|
|
194
|
+
CARD_EDITOR.DATA.UPDATEINTERVAL=AAwvXW1wXXbwkoHzMPH/1g_Data Update Interval
|
|
129
195
|
|
|
130
|
-
|
|
196
|
+
#XFLD: Property editor label
|
|
197
|
+
CARD_EDITOR.LIST_ITEM.DESCRIPTION=IBXP0dKQs5VeMZ4O5uwYeQ_Item Description
|
|
131
198
|
|
|
132
|
-
|
|
199
|
+
#XFLD: Property editor label
|
|
200
|
+
CARD_EDITOR.LIST_ITEM.HIGHLIGHT=ng9UDNqFZG1CzzKNJFPrFw_Item Highlight
|
|
133
201
|
|
|
134
|
-
|
|
202
|
+
#XFLD: Property editor label
|
|
203
|
+
CARD_EDITOR.LIST_ITEM.ICON=jc6BhWX7yhLaAhh5jJ7Lpg_Item Icon
|
|
135
204
|
|
|
136
|
-
|
|
205
|
+
#XFLD: Property editor label
|
|
206
|
+
CARD_EDITOR.LIST_ITEM.INFO.VALUE=MNCeVqU6b3cBfO8fzta3ew_Info Value
|
|
137
207
|
|
|
138
|
-
|
|
208
|
+
#XFLD: Property editor label
|
|
209
|
+
CARD_EDITOR.LIST_ITEM.INFO.STATE=loR/DnfAvELn2D3p4uUwMg_Info State
|
|
139
210
|
|
|
140
|
-
|
|
211
|
+
#XFLD: Property editor label
|
|
212
|
+
CARD_EDITOR.OBJECT.GROUPS=AU69MqiwLuHIT7CTPazTeQ_Groups
|
|
141
213
|
|
|
142
|
-
|
|
214
|
+
#XFLD: Property editor label
|
|
215
|
+
CARD_EDITOR.OBJECT.GROUP=SyGZzTx8uDsBy/s8KZpyKQ_Group
|
|
143
216
|
|
|
144
|
-
|
|
217
|
+
#XFLD: Property editor label
|
|
218
|
+
CARD_EDITOR.OBJECT.GROUP.ITEMS=bVpo3MQaIX1nsl2PBV/pww_Items
|
|
145
219
|
|
|
146
|
-
|
|
220
|
+
#XFLD: Property editor label
|
|
221
|
+
CARD_EDITOR.OBJECT.GROUP.ITEM=KLiCZqMinAjUCUF60MTveA_Item
|
|
147
222
|
|
|
148
|
-
|
|
223
|
+
#XFLD: Property editor label
|
|
224
|
+
CARD_EDITOR.OBJECT.GROUP.ITEM.VALUE=wKGrV6zxGiCbadSmpgVsAA_Value
|
|
149
225
|
|
|
150
|
-
|
|
226
|
+
#XFLD: Property editor label
|
|
227
|
+
CARD_EDITOR.OBJECT.GROUP.ITEM.EMAILSUBJECT=iK4KODdQ83Kq32otYzJvMA_Email Subject
|
|
151
228
|
|
|
152
|
-
|
|
229
|
+
#XFLD: Property editor label
|
|
230
|
+
CARD_EDITOR.OBJECT.GROUP.TYPE.PHONE=qBhyKt0zaeXvhTXG3yvfMg_Phone
|
|
153
231
|
|
|
154
|
-
|
|
232
|
+
#XFLD: Property editor label
|
|
233
|
+
CARD_EDITOR.OBJECT.GROUP.TYPE.EMAIL=4He0lD4I4s6fterVmYWEuw_Email
|
|
155
234
|
|
|
156
|
-
|
|
235
|
+
#XFLD: Property editor label
|
|
236
|
+
CARD_EDITOR.OBJECT.GROUP.TYPE.LINK=E9Qyr0FiLe+3v0yVMWFC+A_Link
|
|
157
237
|
|
|
158
|
-
|
|
238
|
+
#XFLD: Property editor label
|
|
239
|
+
CARD_EDITOR.OBJECT.GROUP.TYPE.TEXT=zHAQa8TNEFl3CPFS1STVeg_Text
|
|
159
240
|
|
|
160
|
-
|
|
241
|
+
#XFLD: Property editor label
|
|
242
|
+
CARD_EDITOR.MAXITEMS=VYyEZ/qZYwLLGqjUlvjIsA_Maximum Number of Items
|
|
161
243
|
|
|
162
|
-
|
|
244
|
+
#XFLD: Property editor label
|
|
245
|
+
CARD_EDITOR.TABLE.ROW.COLUMNS=IRVivjAQUxTkkW1Eqa0fng_Columns
|
|
163
246
|
|
|
164
|
-
|
|
247
|
+
#XFLD: Property editor label
|
|
248
|
+
CARD_EDITOR.TABLE.ROW.COLUMN=q1Qr/XBA0JTrr2MbfLrMhQ_Column
|
|
165
249
|
|
|
166
|
-
|
|
250
|
+
#XFLD: Property editor label
|
|
251
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.WIDTH=kCf9L1B5UJYr9w3YaungEA_Width
|
|
167
252
|
|
|
168
|
-
|
|
253
|
+
#XFLD: Property editor label
|
|
254
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.VALUE=Up67AWCZSYNMC5BBR2dfdA_Value
|
|
169
255
|
|
|
170
|
-
|
|
256
|
+
#XFLD: Property editor label
|
|
257
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.STATE=gUvih4yBb/opVw2Y81+A1A_State
|
|
171
258
|
|
|
172
|
-
|
|
259
|
+
#XFLD: Property editor label
|
|
260
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.IDENTIFIER=bdo/Ub3j6EvbOx1ll69uYw_Identifier
|
|
173
261
|
|
|
174
|
-
|
|
262
|
+
#XFLD: Property editor label
|
|
263
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.STATE=VJEEZvp9S3iD+3lw0iEnkQ_Progress State
|
|
175
264
|
|
|
176
|
-
|
|
265
|
+
#XFLD: Property editor label
|
|
266
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=GjbJsHpZ4jPI7x9hpVAD3A_Progress Percent
|
|
177
267
|
|
|
178
|
-
|
|
268
|
+
#XFLD: Property editor label
|
|
269
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=4YTNrrxy5zZZkPCflSmarA_Progress Text
|
|
179
270
|
|
|
180
|
-
|
|
271
|
+
#XFLD: Property editor label
|
|
272
|
+
CARD_EDITOR.PARAMETERS=z/VqHOg0fPbqDQyVZ1a/9w_Parameters
|
|
181
273
|
|
|
182
|
-
|
|
274
|
+
#XFLD: Property editor label
|
|
275
|
+
CARD_EDITOR.LABEL=dIH6KHtp+1waUsW0kKSPrA_Label
|
|
183
276
|
|
|
184
|
-
|
|
277
|
+
#XFLD: Header for discription column inside parameters editor
|
|
278
|
+
CARD_EDITOR.PARAMETERS.DESCRIPTION=RVB6ivlp18ZUJxm6UklC/Q_Description
|
|
185
279
|
|
|
186
|
-
|
|
280
|
+
#XFLD: Placeholder column inside parameters editor
|
|
281
|
+
CARD_EDITOR.PARAMETERS.PLACEHOLDER=A/lnh3owLOzCsx+pibMAAg_Placeholder
|
|
187
282
|
|
|
188
|
-
|
|
283
|
+
#XFLD: Hint column inside parameters editor
|
|
284
|
+
CARD_EDITOR.PARAMETERS.HINT=UaGPlKDLHv4yns+d4LHx/Q_Hint
|
|
189
285
|
|
|
190
|
-
|
|
286
|
+
#XFLD: Formatter column inside parameters editor
|
|
287
|
+
CARD_EDITOR.PARAMETERS.FORMATTER=e+BMw8Zu8W13kThwM0HTKA_Formatter
|
|
191
288
|
|
|
192
|
-
|
|
289
|
+
#XFLD: Header for manifestpath column inside parameters editor
|
|
290
|
+
CARD_EDITOR.PARAMETERS.MANIFESTPATH=YIxp2693f8IONOQgLAbozQ_Manifestpath
|
|
193
291
|
|
|
194
|
-
|
|
292
|
+
#XFLD: Header for visible column inside parameters editor
|
|
293
|
+
CARD_EDITOR.PARAMETERS.VISIBLE=YTITjlYFq3RjakocRiAexw_Visible for Admin
|
|
195
294
|
|
|
196
|
-
|
|
295
|
+
#XFLD: Header for visibleToUser column inside parameters editor
|
|
296
|
+
CARD_EDITOR.PARAMETERS.VISIBLETOUSER=XU7/rhpwzWqDge2bZXHv/Q_Visible for User
|
|
197
297
|
|
|
198
|
-
|
|
298
|
+
#XFLD: Header for editable column inside parameters editor
|
|
299
|
+
CARD_EDITOR.PARAMETERS.EDITABLE=MZKq9b06aR2mrNecVdc9Jg_Editable for Admin
|
|
199
300
|
|
|
200
|
-
|
|
301
|
+
#XFLD: Header for editableToUser column inside parameters editor
|
|
302
|
+
CARD_EDITOR.PARAMETERS.EDITABLETOUSER=meJ3eDLL3qFRz61WyFDA+Q_Editable for User
|
|
201
303
|
|
|
202
|
-
|
|
304
|
+
#XFLD: Header for required column inside parameters editor
|
|
305
|
+
CARD_EDITOR.PARAMETERS.REQUIRED=jslVmgLtD0tdUg16any8bQ_Required
|
|
203
306
|
|
|
204
|
-
|
|
307
|
+
#XFLD: Header for expanded column inside parameters editor
|
|
308
|
+
CARD_EDITOR.PARAMETERS.EXPANDED=cm0PBkv+WsvfSXoFIkKs2w_Expanded
|
|
205
309
|
|
|
206
|
-
|
|
310
|
+
#XFLD: Header for translatable column inside parameters editor
|
|
311
|
+
CARD_EDITOR.PARAMETERS.TRANSLATABLE=yDPNZokX/hHk1f5Y5l7c5w_Translatable
|
|
207
312
|
|
|
208
|
-
|
|
313
|
+
#XFLD: Header for allowDynamicValues column inside parameters editor
|
|
314
|
+
CARD_EDITOR.PARAMETERS.ALLOWDYNAMICVALUES=UsjREiGG8FNhtOw+YzAGgQ_Allow Dynamic Values
|
|
209
315
|
|
|
210
|
-
|
|
316
|
+
#XFLD: Header for allowSettings column inside parameters editor
|
|
317
|
+
CARD_EDITOR.PARAMETERS.ALLOWSETTINGS=GUcCdkeH9t7cAdZ1+q3f8A_Allow Settings
|
|
211
318
|
|
|
212
|
-
|
|
319
|
+
#XFLD: Header for visualization column inside parameters editor
|
|
320
|
+
CARD_EDITOR.PARAMETERS.VISUALIZATION=CnTGDLs36nz+9ARjb77Gaw_Visualization
|
|
213
321
|
|
|
214
|
-
|
|
322
|
+
#XFLD: Placeholder for visualization column inside parameters editor
|
|
323
|
+
CARD_EDITOR.PARAMETERS.VISUALIZATION.PLACEHOLDER=JN0zQ/Ntr5Gdmxq1jNSpww_Define visualization of this parameter here
|
|
215
324
|
|
|
216
|
-
|
|
325
|
+
#XFLD: Header for visualization column inside parameters editor
|
|
326
|
+
CARD_EDITOR.PARAMETERS.VALIDATIONS=LwukX2P+m+OniEbGmRn0Jw_Validations
|
|
217
327
|
|
|
218
|
-
|
|
328
|
+
#XFLD: Placeholder for visualization column inside parameters editor
|
|
329
|
+
CARD_EDITOR.PARAMETERS.VALIDATIONS.PLACEHOLDER=SUFhRyAbh4ZhJt2j+bTB4Q_Define a JSON array of validations for the value of this parameter here
|
|
219
330
|
|
|
220
|
-
|
|
331
|
+
#XFLD: Header for values column inside parameters editor
|
|
332
|
+
CARD_EDITOR.PARAMETERS.VALUES=UJ3a8Nt012jYD53sxTkrkA_Values
|
|
221
333
|
|
|
222
|
-
|
|
334
|
+
#XFLD: Placeholder for values column inside parameters editor
|
|
335
|
+
CARD_EDITOR.PARAMETERS.VALUES.PLACEHOLDER=cR8IIlwH5nunvFO3iP1Naw_Define values of this parameter here
|
|
223
336
|
|
|
224
|
-
|
|
337
|
+
#XFLD: Header for layout column inside parameters editor
|
|
338
|
+
CARD_EDITOR.PARAMETERS.LAYOUT=tKk8oSzYmxcXFr6D4XBvGg_Layout
|
|
225
339
|
|
|
226
|
-
|
|
340
|
+
#XFLD: Placeholder for layout column inside parameters editor
|
|
341
|
+
CARD_EDITOR.PARAMETERS.LAYOUT.PLACEHOLDER=VtFVuGnzbjPImymQgyeYow_Define layout of this parameter here
|
|
227
342
|
|
|
228
|
-
|
|
343
|
+
#XFLD: Property editor label
|
|
344
|
+
CARD_EDITOR.COMPLEX_MAP.KEY=ohSD8dRDFFF0ND31iOFicw_Key
|
|
229
345
|
|
|
230
|
-
|
|
346
|
+
#XFLD: Property editor label
|
|
347
|
+
CARD_EDITOR.DESTINATIONS=kXY0BRBzMhGzAf78thVnMg_Destinations
|
|
231
348
|
|
|
232
|
-
|
|
349
|
+
#XFLD: Property editor label
|
|
350
|
+
CARD_EDITOR.DESTINATION=5NDUPhCXe/ozwb2zr2asVA_Destination
|
|
233
351
|
|
|
234
|
-
|
|
352
|
+
#XFLD: Property editor label
|
|
353
|
+
CARD_EDITOR.DESTINATION.NAME=k8jZRWNnOO3MGGNElUC4mQ_Name
|
|
235
354
|
|
|
236
|
-
|
|
355
|
+
#XFLD: Property editor label
|
|
356
|
+
CARD_EDITOR.DESTINATION.DEFAULT_URL=VQZSc5Z3WnYw1kQIx0bKoA_Default URL
|
|
237
357
|
|
|
238
|
-
|
|
358
|
+
#XFLD: Title for the group of fields
|
|
359
|
+
CARD_EDITOR.GROUP.METADATA=UzWcRXl8v9E97j3ZhZJ4rQ_Card Metadata
|
|
239
360
|
|
|
240
|
-
|
|
361
|
+
#XFLD: Title for the group of fields
|
|
362
|
+
CARD_EDITOR.GROUP.GENERALCONFIGURATION=NhDTPJbwHekc8uODK4DO3A_General Configuration
|
|
241
363
|
|
|
242
|
-
|
|
364
|
+
#XFLD: Title for the group of fields
|
|
365
|
+
CARD_EDITOR.GROUP.DATA=HrdS5ySLzylmCwaPlG/oFg_Data Configuration (Card)
|
|
243
366
|
|
|
244
|
-
|
|
367
|
+
#XFLD: Title for the group of fields
|
|
368
|
+
CARD_EDITOR.GROUP.DATAHEADER=maIPgu+A8pVT0YPAJ1zmsA_Data Configuration (Header)
|
|
245
369
|
|
|
246
|
-
|
|
370
|
+
#XFLD: Title for the group of fields
|
|
371
|
+
CARD_EDITOR.GROUP.DATACONTENT=wpEopKLPXXec3zsArtrlrQ_Data Configuration (Content)
|
|
247
372
|
|
|
248
|
-
|
|
373
|
+
#XFLD: Title for the group of fields
|
|
374
|
+
CARD_EDITOR.GROUP.HEADER=ctPQI/wBgmSegylYaejbNw_Card Header Configuration
|
|
249
375
|
|
|
250
|
-
|
|
376
|
+
#XFLD: Title for the group of fields
|
|
377
|
+
CARD_EDITOR.GROUP.CONTENT=snniUjIkyzPy52KrYhEktA_Content Configuration
|
|
251
378
|
|
|
252
|
-
|
|
379
|
+
#XFLD: Property editor label
|
|
380
|
+
CARD_EDITOR.STATE.SUCCESS=zWFhK8qpW2tQJeb1lMSGbg_Success
|
|
253
381
|
|
|
254
|
-
|
|
382
|
+
#XFLD: Property editor label
|
|
383
|
+
CARD_EDITOR.STATE.ERROR=pR5drTZjJ657R0+jIjkdRg_Error
|
|
255
384
|
|
|
256
|
-
|
|
385
|
+
#XFLD: Property editor label
|
|
386
|
+
CARD_EDITOR.STATE.WARNING=G9JUF3b5k7m2NSNgPJZCUw_Warning
|
|
257
387
|
|
|
258
|
-
|
|
388
|
+
#XFLD: Property editor label
|
|
389
|
+
CARD_EDITOR.STATE.NONE=g1+fVpqIcsSjvNZFtc+9/w_None
|
|
259
390
|
|
|
260
|
-
|
|
391
|
+
#XFLD: Property editor label
|
|
392
|
+
CARD_EDITOR.STATE.INFORMATION=liviYsqdRysStpGE4Qg1Vw_Information
|
|
261
393
|
|
|
262
|
-
|
|
394
|
+
#XTOL: Validation error text
|
|
395
|
+
CARD_EDITOR.VALIDATOR.INVALID_EMAIL=unc8/cJ1QYKmlFLvErUtiw_Invalid email address.
|
|
263
396
|
|
|
264
|
-
|
|
397
|
+
#XTOL: Validation error text
|
|
398
|
+
CARD_EDITOR.VALIDATOR.NOT_AN_ALPHABETIC=nciW3ITdldKH/sU2Zje18g_String should contain only A-Z characters.
|
|
@@ -134,7 +134,7 @@ sap.ui.define([
|
|
|
134
134
|
* @extends sap.ui.core.Control
|
|
135
135
|
*
|
|
136
136
|
* @author SAP SE
|
|
137
|
-
* @version 1.96.
|
|
137
|
+
* @version 1.96.34
|
|
138
138
|
* @constructor
|
|
139
139
|
* @since 1.94
|
|
140
140
|
* @private
|
|
@@ -614,7 +614,7 @@ sap.ui.define([
|
|
|
614
614
|
* @experimental since 1.94
|
|
615
615
|
* @public
|
|
616
616
|
* @author SAP SE
|
|
617
|
-
* @version 1.96.
|
|
617
|
+
* @version 1.96.34
|
|
618
618
|
* @borrows sap.ui.integration.editor.Editor#getParameters as getParameters
|
|
619
619
|
* @borrows sap.ui.integration.editor.Editor#resolveDestination as resolveDestination
|
|
620
620
|
* @borrows sap.ui.integration.editor.Editor#request as request
|