@openui5/sap.ui.rta 1.71.65 → 1.71.67
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 +6 -6
- package/src/sap/ui/rta/.library +1 -1
- package/src/sap/ui/rta/Client.js +1 -1
- package/src/sap/ui/rta/RuntimeAuthoring.js +1 -1
- package/src/sap/ui/rta/Utils.js +1 -1
- package/src/sap/ui/rta/appVariant/AppVariantManager.js +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_en_US_saptrc.properties +25 -52
- package/src/sap/ui/rta/command/AddODataProperty.js +1 -1
- package/src/sap/ui/rta/command/AddXML.js +1 -1
- package/src/sap/ui/rta/command/AppDescriptorCommand.js +1 -1
- package/src/sap/ui/rta/command/BaseCommand.js +1 -1
- package/src/sap/ui/rta/command/BindProperty.js +1 -1
- package/src/sap/ui/rta/command/Combine.js +1 -1
- package/src/sap/ui/rta/command/CommandFactory.js +1 -1
- package/src/sap/ui/rta/command/CompositeCommand.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantConfigure.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantDuplicate.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantSetTitle.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantSwitch.js +1 -1
- package/src/sap/ui/rta/command/CreateContainer.js +1 -1
- package/src/sap/ui/rta/command/CustomAdd.js +1 -1
- package/src/sap/ui/rta/command/FlexCommand.js +1 -1
- package/src/sap/ui/rta/command/LREPSerializer.js +1 -1
- package/src/sap/ui/rta/command/Move.js +1 -1
- package/src/sap/ui/rta/command/Property.js +1 -1
- package/src/sap/ui/rta/command/Remove.js +1 -1
- package/src/sap/ui/rta/command/Rename.js +1 -1
- package/src/sap/ui/rta/command/Reveal.js +1 -1
- package/src/sap/ui/rta/command/Settings.js +1 -1
- package/src/sap/ui/rta/command/Split.js +1 -1
- package/src/sap/ui/rta/command/Stack.js +1 -1
- package/src/sap/ui/rta/command/appDescriptor/AddLibrary.js +1 -1
- package/src/sap/ui/rta/enablement/elementActionTest.js +1 -1
- package/src/sap/ui/rta/library.js +2 -2
- package/src/sap/ui/rta/messagebundle_en_US_saptrc.properties +138 -278
- package/src/sap/ui/rta/plugin/Combine.js +1 -1
- package/src/sap/ui/rta/plugin/ControlVariant.js +1 -1
- package/src/sap/ui/rta/plugin/CreateContainer.js +1 -1
- package/src/sap/ui/rta/plugin/CutPaste.js +1 -1
- package/src/sap/ui/rta/plugin/DragDrop.js +1 -1
- package/src/sap/ui/rta/plugin/EasyAdd.js +1 -1
- package/src/sap/ui/rta/plugin/EasyRemove.js +1 -1
- package/src/sap/ui/rta/plugin/Plugin.js +1 -1
- package/src/sap/ui/rta/plugin/RTAElementMover.js +1 -1
- package/src/sap/ui/rta/plugin/Remove.js +1 -1
- package/src/sap/ui/rta/plugin/Rename.js +1 -1
- package/src/sap/ui/rta/plugin/RenameHandler.js +1 -1
- package/src/sap/ui/rta/plugin/Selection.js +1 -1
- package/src/sap/ui/rta/plugin/Settings.js +1 -1
- package/src/sap/ui/rta/plugin/Split.js +1 -1
- package/src/sap/ui/rta/plugin/Stretch.js +1 -1
- package/src/sap/ui/rta/plugin/additionalElements/AddElementsDialog.js +1 -1
- package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsPlugin.js +1 -1
- package/src/sap/ui/rta/service/Action.js +1 -1
- package/src/sap/ui/rta/service/ControllerExtension.js +1 -1
- package/src/sap/ui/rta/service/Outline.js +1 -1
- package/src/sap/ui/rta/service/Property.js +1 -1
- package/src/sap/ui/rta/service/Selection.js +1 -1
- package/src/sap/ui/rta/toolbar/Adaptation.js +1 -1
- package/src/sap/ui/rta/toolbar/Base.js +1 -1
- package/src/sap/ui/rta/toolbar/Fiori.js +1 -1
- package/src/sap/ui/rta/toolbar/Personalization.js +1 -1
- package/src/sap/ui/rta/toolbar/Standalone.js +1 -1
- package/src/sap/ui/rta/util/PopupManager.js +1 -1
- package/src/sap/ui/rta/util/ServiceEventBus.js +1 -1
|
@@ -1,282 +1,142 @@
|
|
|
1
|
-
#This is the resource bundle for the sap.ui.rta library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
#XMSG: Dialog message before a reload when changes need server-side processing and new cache tokens to be fetched (rare case for use to see this message)
|
|
141
|
-
MSG_RELOAD_NEEDED=aeOqH71tPp6fCBFFp2bwBg_Some changes you made require an app reload to become active.
|
|
142
|
-
#XMSG: Manage applications MessageBox cancel button
|
|
143
|
-
MAA_CLOSE_BUTTON=f42/WVpmn9wYzJyd0LCXBA_Close
|
|
144
|
-
#XMSG: Text for duplicate variant names dialog
|
|
145
|
-
DUPLICATE_ERROR_TEXT=EN906yh01VPUTXHc5nXfAA_The view name already exists. Please enter a different name.
|
|
146
|
-
#XMSG: Text for blank variant names dialog
|
|
147
|
-
BLANK_ERROR_TEXT=YKuMQO9vLHiYyjTCztYfDA_Please enter a view name.
|
|
148
|
-
#XHED: dialog title for failed manage apps
|
|
149
|
-
HEADER_MANAGE_APPS_FAILED=F5WkcHmF1a+t91DFADSRJA_Error
|
|
150
|
-
#XMSG: dialog message for failed manage apps
|
|
151
|
-
MSG_MANAGE_APPS_FAILED=qloxxXmoYNYu/G1xwL2ICw_Sorry, the overview of app variants is temporarily not available. Please try again later, or contact your administrator.
|
|
152
|
-
#XBUT: AppVariantDialog predefined text for Save button
|
|
153
|
-
APP_VARIANT_DIALOG_SAVE=GF+GRLoNYQ3JmCgrvU90GQ_Save
|
|
154
|
-
#XTOL: Tooltip for Button 'Save' of the AppVariant Dialog
|
|
155
|
-
TOOLTIP_APP_VARIANT_DIALOG_SAVE=KEMfNFmHPteAeszVZ3nOUQ_Save
|
|
156
|
-
#XBUT: AppVariantDialog predefined text for Close button
|
|
157
|
-
APP_VARIANT_DIALOG_CLOSE=zOvI91j6rjRsijpShmFUmQ_Close
|
|
158
|
-
#XBUT: Save As App variant Dialog predefined text for Cancel button
|
|
159
|
-
SAVE_AS_APP_VARIANT_DIALOG_CANCEL=iv+Ys2G2+9E0UMV0wu+6Sw_Cancel
|
|
160
|
-
#XTOL: Tooltip for Button 'Cancel' of the Save As App variant Dialog
|
|
161
|
-
TOOLTIP_SAVE_AS_APP_VARIANT_DIALOG_CANCEL=v6iLz8feLH0yPibgX7P2lg_Cancel
|
|
162
|
-
#XTIT: Title for AppVariant Dialog
|
|
163
|
-
CREATE_APP_VARIANT_DIALOG_TITLE=vh39ITXoHAFUs91875izPQ_Save As New App Variant
|
|
164
|
-
#XTIT: App dialog title text
|
|
165
|
-
APP_DIALOG_TITLE_TEXT=fx3aajuS+nenG1cyTf8ERA_Title
|
|
166
|
-
#XTIT: App variant dialog title text
|
|
167
|
-
APP_DIALOG_SUB_TITLE_TEXT=97ryiQgMEqHIZ4TzBhpu8g_Subtitle
|
|
168
|
-
#XTIT: App variant dialog description text
|
|
169
|
-
APP_DIALOG_DESCRIPTION_TEXT=jG8yOar/PYWPSXUFbZ0PJg_Description
|
|
170
|
-
#XTIT: App dialog icon text
|
|
171
|
-
APP_DIALOG_ICON_TEXT=t/VmyhOid7xyCBHVNC32Dw_Icon
|
|
172
|
-
#XTIT: Title for blank/duplicate variant names dialog
|
|
173
|
-
BLANK_DUPLICATE_TITLE_TEXT=TF+kS/q5FbWQ5c6hE5//6g_Naming Error
|
|
174
|
-
#XTOL
|
|
175
|
-
APP_DIALOG_ICON_TOOLTIP=BrLhIy5rOPtWwF34yAgK5A_Select an icon for the tile
|
|
176
|
-
#XBUT
|
|
177
|
-
APP_DIALOG_ICON_BROWSE_BUTTON=enjtjKQdxFX4f6NsXuyPaQ_Browse
|
|
178
|
-
#XTOL
|
|
179
|
-
APP_VARIANT_ICON_SEARCH_TOOLTIP=reAiBsXkj+sY0yJMRlP52g_Search for an SAPUI5 icon
|
|
180
|
-
#XFLD
|
|
181
|
-
APP_VARIANT_ICON_DIALOG_ICON=ebIcVpGihHpHfFo8ezDIVg_Icon
|
|
182
|
-
#XFLD
|
|
183
|
-
APP_VARIANT_ICON_DIALOG_NAME=XEuxQd8wJXah6GVD4bquig_Name
|
|
184
|
-
#XTIT
|
|
185
|
-
APP_VARIANT_ICON_SELECT_ICON=zqzB5iLkpCnbbPitM9WOlw_Select Icon
|
|
186
|
-
#XBUT
|
|
187
|
-
APP_VARIANT_ICON_OK_BUTTON=i/uhxnezJDX26OHzll1RyA_OK
|
|
188
|
-
#XBUT
|
|
189
|
-
APP_VARIANT_ICON_CANCEL_BUTTON=Zk22JCt9iKkJBBgAhnNiEg_Cancel
|
|
190
|
-
#XMSG: No data found
|
|
191
|
-
APP_VARIANT_ICON_NO_DATA=ebR0z+9EWFLVHMWp6GlfQA_No icons found
|
|
192
|
-
#XMSG: Success message for saving app variant to LREP
|
|
193
|
-
SAVE_APP_VARIANT_SUCCESS_MESSAGE=54V5IIgvoIINhdpvLEgHjA_The new app variant was saved.
|
|
194
|
-
#XMSG: Success message for displaying the action to key user in S4/Hana Cloud
|
|
195
|
-
SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE=w3JPRu8W+vhy6X5uR6Y78Q_UI Adaptation will be closed, and you will return to the homepage. You will be notified when the new tile is available.
|
|
196
|
-
#XMSG: Success message for displaying the action to key user in S4/Hana Cloud to navigate to app variant overview list
|
|
197
|
-
SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE_OVERVIEW_LIST=KZ27FyE45QXm06yjxp7weg_You will be notified when the new tile is available.
|
|
198
|
-
#XMSG: Success message for displaying the action to key user in S4/Hana on Premise
|
|
199
|
-
SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE=BZxjfaLuj+dIhUULXa35Iw_UI Adaptation will be closed. Please contact your administrator to add the tile to the Fiori Launchpad homepage (app ID\: {0}).
|
|
200
|
-
#XMSG: Success message for displaying the action to key user in S4/Hana on Premise to navigate to app variant overview list
|
|
201
|
-
SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE_OVERVIEW_LIST=ToZ9QWPZXF8ZLOYAI+h10g_Please contact your administrator to add the tile to the Fiori Launchpad homepage (app ID\: {0}).
|
|
202
|
-
#XMSG: Error message displayed if creation of app variant descriptor failed
|
|
203
|
-
MSG_CREATE_DESCRIPTOR_FAILED=gu2ySWB+OsHHRxIbLAY2dA_Sorry, the app variant could not be created. Please send the following technical information to your administrator\:
|
|
204
|
-
#XHED: dialog title for failed save app variant
|
|
205
|
-
HEADER_SAVE_APP_VARIANT_FAILED=93FRVG18EywBnobpWvHcfg_Error
|
|
206
|
-
#XMSG: Error message displayed if loading an app variant fails
|
|
207
|
-
MSG_LOAD_APP_VARIANT_FAILED=8DXNQD9TvCwdP5/CTxZfTg_Sorry, the app variant could not be loaded. Please send the following technical information to your administrator\:
|
|
208
|
-
#XMSG: Error message displayed if saving an app variant fails
|
|
209
|
-
MSG_SAVE_APP_VARIANT_FAILED=6wNEW0CBde+SsXoQw5ghLg_Sorry, the app variant could not be saved. Please send the following technical information to your administrator\:
|
|
210
|
-
#XMSG: Error message displayed if the catalog assignment fails
|
|
211
|
-
MSG_CATALOG_ASSIGNMENT_FAILED=lQv5ubiCu+7+Nn+ob2yGzQ_The new app variant was saved, but could not be assigned to the catalog. Please send the following technical information to your content administrator\:
|
|
212
|
-
#XMSG: Error message displayed if the FLP tile creation fails
|
|
213
|
-
MSG_TILE_CREATION_FAILED=ipU8uRtsWu8Rv7pXdDi89A_Refresh the Fiori Launchpad homepage to check if the new tile has been created. If it is not available or not working properly, please contact your content administrator.
|
|
214
|
-
#XMSG: Error message displayed if saving copying the unsaved changes for an app variant fails
|
|
215
|
-
MSG_COPY_UNSAVED_CHANGES_FAILED=e9rg7EXJSl12lIikEO2Gxg_Sorry, your app variant and the corresponding UI changes could not be saved. The app variant is not available. Please send the following technical information to your administrator\:
|
|
216
|
-
#XFLD: 'Save As' dialog title placeholder text
|
|
217
|
-
SAVE_AS_DIALOG_PLACEHOLDER_TITLE_TEXT=1MJttgZCGWoi02V9uNmJ6w_Enter title
|
|
218
|
-
#XHED: dialog title when app variant feature fails
|
|
219
|
-
HEADER_APP_VARIANT_FEATURE_FAILED=IEs/BkxINLEDy3ZwHz2k6A_Error
|
|
220
|
-
#XMSG: Error message displayed if app variant feature fails
|
|
221
|
-
MSG_APP_VARIANT_FEATURE_FAILED=NXfihFBMS1gImpCacMMSUA_Sorry, the app variants feature is temporarily not available. Please contact your administrator\: {0}
|
|
222
|
-
#XTIT: Success dialog title when the tile is available on FLP
|
|
223
|
-
SAVE_APP_VARIANT_NEW_TILE_AVAILABLE_TITLE=dNgtqoAtsIxwZBhFb+AMkw_Information
|
|
224
|
-
#XMSG: Success message displayed when the tile is available on FLP
|
|
225
|
-
MSG_SAVE_APP_VARIANT_NEW_TILE_AVAILABLE=nQv8Fm++mRFTYAhi5CvYNw_The new tile is now available. To display it, please refresh the browser.
|
|
226
|
-
#XTIT: Title for all the app variants success dialogs
|
|
227
|
-
SAVE_APP_VARIANT_SUCCESS_MESSAGE_TITLE=yaCX+mfiU9unqAsekvZVYg_Information
|
|
228
|
-
#XBUT: Save As Scenario information dialog ok action text
|
|
229
|
-
SAVE_APP_VARIANT_OK_TEXT=3LxzA9yov5taOHBoTJoAow_OK
|
|
230
|
-
#XBUT: Save As Scenario error dialog close action text
|
|
231
|
-
SAVE_APP_VARIANT_CLOSE_TEXT=LuxlQQqHDcecZSnKYydpvQ_Close
|
|
232
|
-
#XBUT: Save As Scenario information dialog copy id text
|
|
233
|
-
SAVE_APP_VARIANT_COPY_ID_TEXT=6JEHO4zWGygv3JPwx87x3Q_Copy ID and close
|
|
234
|
-
#XBUT: Save As Scenario message text app variant id
|
|
235
|
-
MSG_APP_VARIANT_ID=lfJP/zqzz7au66ZjCAzsFQ_App variant ID\: {0}
|
|
236
|
-
#XBUT: Save As Scenario message text error
|
|
237
|
-
MSG_TECHNICAL_ERROR=dKf+PTlfPDeHYpP21kanOg_Error\: {0}
|
|
238
|
-
#XTIT: Appvariant Overview Dialog title
|
|
239
|
-
APP_VARIANT_OVERVIEW_DIALOG_TITLE=VFCydF1zLRkNrq0pC9cfwA_Overview of App Variants
|
|
240
|
-
#XFLD: 'Save As' dialog tile Aria Label text
|
|
241
|
-
APP_VARIANT_TILE_ARIA_LABEL=zjOG0va0wy7IvARychUVPQ_Fiori tile preview
|
|
242
|
-
#XBUT: Menu item entry to show the app variant overview for a key user
|
|
243
|
-
MENU_ITEM_KEY_USER=rSq/pQ6xKezmCMZUHOZpMw_for Key User
|
|
244
|
-
#XBUT: Menu item entry to show the app variant overview for a SAP developer
|
|
245
|
-
MENU_ITEM_SAP_DEVELOPER=LuS2Hnw90vgFt3vbB3a7hg_for SAP Developer
|
|
246
|
-
#XTIT: title for the error popup when a change can't be done due to unresolved dependencies
|
|
247
|
-
HEADER_DEPENDENCY_ERROR=Tsg3MC6dePY33vpqn1hlZg_Error
|
|
248
|
-
#XMSG: Error message displayed in a popup when a change can't be done due to unresolved dependencies
|
|
249
|
-
MSG_DEPENDENCY_ERROR=+RZYaQUqF0sjzvlSDK5hIA_Sorry, the change cannot be applied to the UI. Please reset the UI to the original state and recreate the changes. Caution\: This will reset all changes made to this app by any user. Alternatively, you can contact SAP support by opening a ticket for the component CA-UI5-FL-RTA.
|
|
250
|
-
#XMSG: Error message displayed when when APP-Version is not OK
|
|
251
|
-
MSG_INCORRECT_APP_VERSION_ERROR=las/iGAMLpQQrYZo3XENmg_The application version is missing or incorrect
|
|
252
|
-
#XTIT: Title for deletion of app variants when there is no transport
|
|
253
|
-
DELETE_APP_VARIANT_NO_TRANSPORT=Cf/FiVokpG5u+ukZhrSwXg_Information
|
|
254
|
-
#XMSG: Dialog message for deletion of app variant when there is no transport
|
|
255
|
-
MSG_DELETE_APP_VARIANT_NOT_POSSIBLE=BHT2/VM+/jJfpp33atMmhA_To delete this app variant, you need a transport request. Please ask your administrator to create a transport request for you, and then delete the app variant.
|
|
256
|
-
#XMSG: message toast text for successful deletion of app variant
|
|
257
|
-
DELETE_APP_VARIANT_SUCCESS_MESSAGE=FldPpvP1OATrkHCrBMgHTQ_App variant (ID\: {0}) deleted successfully
|
|
258
|
-
#XMSG: Error message displayed if deletion of app variant descriptor failed or if the catalog unassignment fails
|
|
259
|
-
MSG_DELETE_APP_VARIANT_FAILED=yzK40eh/tnJb55iYo+LWDg_Sorry, the app variant could not be deleted. Please send the following technical information to your administrator\:
|
|
260
|
-
#XTIT: title for the info popup when a delete app variant dialog pops up
|
|
261
|
-
DELETE_APP_VARIANT_INFO_MESSAGE_TITLE=lqTtp2Snqc0TaUMQrQtgIA_Information
|
|
262
|
-
#XBUT: Delete app variant OK button text
|
|
263
|
-
DELETE_APP_VARIANT_OK_TEXT=Sb0P9BjVDZQrOBRwybaFPg_OK
|
|
264
|
-
#XBUT: Delete app variant Close button text
|
|
265
|
-
DELETE_APP_VARIANT_CLOSE_TEXT=Fhk03vZLGcbWCati/OuKcg_Close
|
|
266
|
-
#XTIT: Title for Business Context Display in Available Fields Dialog
|
|
267
|
-
BUSINESS_CONTEXT_TITLE=ps87I5HuVlabt6rVhWac7w_Available Business Contexts\:
|
|
268
|
-
#XMSG: Message, when no Business Contexts are available
|
|
269
|
-
MSG_NO_BUSINESS_CONTEXTS=yezqpaDsvDxJeeiVK1b7bg_None
|
|
270
|
-
#XMSG: Message, when User is about to close or refresh the browser
|
|
271
|
-
MSG_DO_NOT_CLOSE_BROWSER=W5vrlWZm/trSp10yjTp7QQ_Deletion in progress - please do not close the browser.
|
|
272
|
-
#XMSG: Message, after User clicked on delete confirmation from currently adapting app variant.
|
|
273
|
-
MSG_DO_NOT_CLOSE_BROWSER_CURRENTLY_ADAPTING=+4ojXdo/We5MvXxlBH9ENA_Deletion in progress - please do not close the browser.\nNote that the tile for the app variant will be visible as long as the deletion is ongoing.
|
|
274
|
-
#XMSG: Error message when catalogs are locked
|
|
275
|
-
MSG_CATALOGS_LOCKED=l0+ZYNal2CxMlXLf1exv6Q_Sorry, the app variant could not be deleted. Please try again later.
|
|
2
|
+
SERVICE_NAME=nlLh5rNmzkdXEinez8VrKA_UI Adaptation
|
|
3
|
+
TOOLBAR_TITLE=kEF9dGjSV7Ix70uyLwe5JA_Adapt UI
|
|
4
|
+
TOOLBAR_TITLE_PERSONALIZE=ktb0Ywjro3pquaIyIR4+hQ_Personalize App
|
|
5
|
+
BTN_EXIT=1Lsm1+CL9nz9QoTU/W/eRQ_Save & Exit
|
|
6
|
+
BTN_DONE=phw2HZ+4il3Yj+iChpcKWQ_Done
|
|
7
|
+
BTN_DONE_TOOLTIP=lOf3E4RogMrq49jQOe0XdA_Save Changes
|
|
8
|
+
CTX_ADAPT=PFBUWVpnP1Wz2R5vDkWjIw_More...
|
|
9
|
+
CTX_REMOVE=cMCIP4VB8nQ5RTGbj40XDA_Remove
|
|
10
|
+
CTX_REMOVE_TITLE=+qsW85On6aEloLbkXdl/7A_Remove
|
|
11
|
+
CTX_ADD_ELEMENTS=1hj8aWYl607stuK9+RqeyQ_Add\: {0}
|
|
12
|
+
MULTIPLE_CONTROL_NAME=T4esnaN4hs+WRRfuN2Mt2A_Content
|
|
13
|
+
CTX_CUT=XpiCWw3KAmG1Siv/vrJDdw_Cut
|
|
14
|
+
CTX_PASTE=BsbwswEta+tVffFpbDH22g_Paste
|
|
15
|
+
CTX_GROUP_FIELDS=2EmgQX2+Te1DuROhv9MAGA_Combine
|
|
16
|
+
CTX_UNGROUP_FIELDS=+T+abyDaGduRDtnK9G6WpA_Split
|
|
17
|
+
CTX_CREATE_CONTAINER=rvQlPE4SWObkhrjw44CTtw_Create\: {0}
|
|
18
|
+
TITLE_CREATE_CONTAINER=g2Ylc3INIz208dqXjDvfkQ_New\: {0}
|
|
19
|
+
CTX_RENAME=XFbVKgsAP/ZTRbge2y/wUQ_Rename
|
|
20
|
+
CTX_SETTINGS=NFtWcwy32yqXYYbwNGwhJA_Settings
|
|
21
|
+
CTX_TRIGGER=NJGReMNiOhiqmjp3UpPnJQ_Navigate To
|
|
22
|
+
CTX_VARIANT_SWITCH=CJU4obQV+oo5TFQvjHNrpQ_Switch Views
|
|
23
|
+
CTX_VARIANT_DUPLICATE=DVKZli95NjXm1q9BgcteUA_Duplicate
|
|
24
|
+
CTX_VARIANT_SET_TITLE=6Cq/IDaIPVkZ8hckd3xg5Q_Set Title
|
|
25
|
+
CTX_VARIANT_MANAGE=g2tmcwsPe2UqV9lBwOzxfw_Manage Views
|
|
26
|
+
BTN_FREP_OK=4pBNq9CttwKd60TXOFjElw_OK
|
|
27
|
+
BTN_FREP_REMOVE=Tk6UoKUgWzFLr3Ps7rlxCg_Remove
|
|
28
|
+
BTN_FREP_CANCEL=nohz6qs2r+EAKcyPaUayTw_Cancel
|
|
29
|
+
BTN_FREP_CCF=A2lnSrbI8X5SDb16wbVwcw_Create custom field, association, or logic
|
|
30
|
+
LBL_FREP=oPMxo9gT4Kg2NlWc0YoLjQ_was {0}
|
|
31
|
+
HEADER_SETTINGS=Btqr7kdFCA5l/RugTnuK2A_Settings
|
|
32
|
+
HEADER_ADDITIONAL_ELEMENTS=dUwkUx+Yea+OLUaekQ026g_Available Content\: {0}
|
|
33
|
+
BTN_SHARE=NDs4Sn1F9J8iHWQxrmViDw_Share
|
|
34
|
+
BTN_MANAGE_APPS_TXT=97JeikO8sEp7x8Ll1t+H5Q_Manage App Variants
|
|
35
|
+
BTN_SAVE_AS=nWFL5ymEZx2YSXGIS3R8aA_Save As
|
|
36
|
+
TOOLTIP_SAVE_AS=GBBwXhOOvCsnPg3Ok9XmpQ_Create New App Variant
|
|
37
|
+
BTN_UNDO=O6Nfj94mj2iPi+GkUDArfQ_Undo
|
|
38
|
+
BTN_REDO=drU7qP1pH3tLjdeibC9ZMg_Redo
|
|
39
|
+
BTN_PUBLISH=IwP6AX4mKe3OYyfxYL7MNg_Publish
|
|
40
|
+
BTN_RESTORE=H55vtwHdnsNkGz36hG88iA_Reset
|
|
41
|
+
BTN_TRANSPORT=VN9qYxA8zu+8VoY4Wqmsbg_Transport
|
|
42
|
+
BTN_ADAPTATION=gATy97RYcHkhDNRP8gfATQ_UI Adaptation
|
|
43
|
+
BTN_NAVIGATION=gOKZdZ1tXaf/fLBQoE1UIg_Navigation
|
|
44
|
+
HEADER_RESTORE_FAILED=K0KnOY+A5AndQJ8joqnj2g_Error
|
|
45
|
+
HEADER_WARNING=BJo5vKlKzC/BPB1vqmgSfA_Warning
|
|
46
|
+
HEADER_ERROR=1HjdflD/x+Z432xpgwXerg_Error
|
|
47
|
+
MSG_RESTORE_FAILED=/HVt5Y4yDHSQ95AAAOpBpA_Sorry, your UI changes cannot be discarded at this time. Please try again later, or contact your administrator\: {0}
|
|
48
|
+
MSG_PUBLISH_ERROR=TZIlRBn3vevY5pY89CSf7w_Sorry, your UI changes cannot be published at this time. Please try again later, or contact your administrator\: {0}
|
|
49
|
+
MSG_TRANSPORT_SUCCESS=p+NA4X628pKWYSv6xC6CQA_Your UI changes were included in the transport.
|
|
50
|
+
MSG_PUBLISH_SUCCESS=Ak8Vg+js7qAnLU18CgbWfA_Your UI changes are scheduled for publishing.
|
|
51
|
+
HEADER_TRANSPORT_INAPPLICABLE=Jf5CzIfnc9imivGhuke9Zg_Information
|
|
52
|
+
MSG_TRANSPORT_INAPPLICABLE=CtyVgCkUOmM2wTvvfPOqpg_All UI changes are already included in a transport.
|
|
53
|
+
HEADER_TRANSPORT_APPLYSAVE_ERROR=lhtd6CDQ6eBzRFAn71S6Hw_Error
|
|
54
|
+
MSG_TRANSPORT_APPLYSAVE_ERROR=osI8thRKXqcApojGox7uKQ_Sorry, your UI changes cannot be applied or saved at this time. Please exit UI Adaptation and restart the app\: {0}
|
|
55
|
+
FORM_PERS_RESET_TITLE=24tm4o9UMORZjhCWc2jVXQ_Reset to Standard Version
|
|
56
|
+
FORM_PERS_RESET_MESSAGE=NvWGvU1oZ10DlgPICYPlBw_Do you want to discard all UI changes and reset the app to the standard version?
|
|
57
|
+
FORM_PERS_RESET_MESSAGE_PERSONALIZATION=st1zpfGgCsH6NsbfWEtz2g_Do you want to discard all your personalization changes and reset the app?
|
|
58
|
+
MSG_LREP_TRANSFER_ERROR=rXwoUbEc0EhvGAgH+pVtHg_Sorry, a technical error occurred. Please try again later, or contact your administrator.
|
|
59
|
+
MSG_ERROR_REASON=qGsN+oBixdKo4ckHlvzDNQ_Reason\:\n{0}
|
|
60
|
+
MSG_UNSAVED_CHANGES=hcOctNz127ziuPJCcXT90A_If you confirm, all your UI changes will be lost. To save them, close this dialog box, and exit UI Adaptation.
|
|
61
|
+
MSG_REMOVING_TOOLBAR=Z56AE0qpxXanyFkM0ulHLw_The header of this group contains additional elements. If you remove the group, they will be lost. Do you want to remove the group anyway?
|
|
62
|
+
MSG_NO_FIELDS=Yl//FX0lBneoWZZ1C1EnBA_No more content available
|
|
63
|
+
HEADER_PERSONALIZATION_EXISTS=QBV3x8BUvAjwTVTu6ooEvw_Information
|
|
64
|
+
MSG_PERSONALIZATION_EXISTS=MzRkCR2iPk9zwdpVQXKEeQ_You have personalized the app. In UI Adaptation mode, the app will reload without your personalization settings.
|
|
65
|
+
MSG_HIGHER_LAYER_CHANGES_EXIST=CpKcEr5U7UtiLY2HBKCXuQ_You have higher layer changes in the app. In UI Adaptation mode, the app will reload without those changes.
|
|
66
|
+
HEADER_RELOAD_NEEDED=mJ6z6USSlpmMdaAShPbszA_App Requires Reload
|
|
67
|
+
BUTTON_RELOAD_NEEDED=zkEsYM20QcY4hXtcAjcVEw_Reload
|
|
68
|
+
MSG_RELOAD_WITH_PERSONALIZATION=nRlQmMIbT7CKOKnKHAxByg_The app will reload with your personalization settings.
|
|
69
|
+
MSG_RELOAD_WITH_ALL_CHANGES=zGZkj3wkJgjHanE8V1U+0w_The app will reload with all changes.
|
|
70
|
+
MSG_RELOAD_NEEDED=uuPEKYneSAevL0013UwQyQ_Some changes you made require an app reload to become active.
|
|
71
|
+
MAA_CLOSE_BUTTON=T0reLGLV6+H+EG7GCrtiAQ_Close
|
|
72
|
+
DUPLICATE_ERROR_TEXT=Dk0g0WD01pD0b6c1rEWZGw_The view name already exists. Please enter a different name.
|
|
73
|
+
BLANK_ERROR_TEXT=z7N4A1nutuQmbwqB530VRg_Please enter a view name.
|
|
74
|
+
HEADER_MANAGE_APPS_FAILED=p4S47QqwhMiifJ2Af3INKA_Error
|
|
75
|
+
MSG_MANAGE_APPS_FAILED=Oam4JTu7RQm85p29x0veyw_Sorry, the overview of app variants is temporarily not available. Please try again later, or contact your administrator.
|
|
76
|
+
APP_VARIANT_DIALOG_SAVE=g+DxMVRapiUH8X/F6x/84g_Save
|
|
77
|
+
TOOLTIP_APP_VARIANT_DIALOG_SAVE=ohDlUH17BTPuM02QNo7OQA_Save
|
|
78
|
+
APP_VARIANT_DIALOG_CLOSE=fBKKSv3ZjdfsRbwGXAtZbg_Close
|
|
79
|
+
SAVE_AS_APP_VARIANT_DIALOG_CANCEL=viZZOdtqwdP+MQ8V077s6A_Cancel
|
|
80
|
+
TOOLTIP_SAVE_AS_APP_VARIANT_DIALOG_CANCEL=Tfc9A8xy6xXOtgphZa7yRQ_Cancel
|
|
81
|
+
CREATE_APP_VARIANT_DIALOG_TITLE=CatNgdPn6k8L4nPkghWUCA_Save as New App Variant
|
|
82
|
+
APP_DIALOG_TITLE_TEXT=XM4XuZ/MvxJtrrEC+KEVmA_Title
|
|
83
|
+
APP_DIALOG_SUB_TITLE_TEXT=J67ZR/Dgs02hlSiC0Wjz3A_Subtitle
|
|
84
|
+
APP_DIALOG_DESCRIPTION_TEXT=T9rhE5sPQUPpRI/f7oSwtw_Description
|
|
85
|
+
APP_DIALOG_ICON_TEXT=MXKkkqAPl7ex20dITodH1A_Icon
|
|
86
|
+
BLANK_DUPLICATE_TITLE_TEXT=knNbvwSalrgrh3WogVFpLw_Naming Error
|
|
87
|
+
APP_DIALOG_ICON_TOOLTIP=/GWzNVlNIFZlmAoZlPclkA_Select an icon for the tile
|
|
88
|
+
APP_DIALOG_ICON_BROWSE_BUTTON=ud73PZahsqRs/Dcm+ngCjQ_Browse
|
|
89
|
+
APP_VARIANT_ICON_SEARCH_TOOLTIP=DDwVVCeUoHxgJ+/keJu5Sg_Search for an SAPUI5 icon
|
|
90
|
+
APP_VARIANT_ICON_DIALOG_ICON=UQuKEBbX0pz1nURmHrWUZQ_Icon
|
|
91
|
+
APP_VARIANT_ICON_DIALOG_NAME=IkI6wC3Odv6jrwg8Ck3KxQ_Name
|
|
92
|
+
APP_VARIANT_ICON_SELECT_ICON=hXGigcdIvjlBn4sKCl+x6Q_Select Icon
|
|
93
|
+
APP_VARIANT_ICON_OK_BUTTON=8E62KX3fU+PcnzB30or6Kw_OK
|
|
94
|
+
APP_VARIANT_ICON_CANCEL_BUTTON=+EtFYBd7CMjDh7pC9IsMaA_Cancel
|
|
95
|
+
APP_VARIANT_ICON_NO_DATA=U/3uJMCTDdB90+HKU5b+dg_No icons found.
|
|
96
|
+
SAVE_APP_VARIANT_SUCCESS_MESSAGE=2VuFAMKAegLrNImuy6gyJg_The new app variant was saved.
|
|
97
|
+
SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE=VRxDR2JxCC8gw8otvSrrcw_UI Adaptation will be closed, and you will return to the homepage. You will be notified when the new tile is available.
|
|
98
|
+
SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE_OVERVIEW_LIST=uYnnebya3fOJlIWmmUgtDA_You will be notified when the new tile is available.
|
|
99
|
+
SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE=S6iu8Ni5i1qvBYrWIHpMVQ_UI Adaptation will be closed. Please contact your administrator to add the tile to the Fiori Launchpad homepage (app ID\: {0}).
|
|
100
|
+
SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE_OVERVIEW_LIST=fosHbG8NWnuGjgaH2q9STA_Please contact your administrator to add the tile to the Fiori Launchpad homepage (app ID\: {0}).
|
|
101
|
+
MSG_CREATE_DESCRIPTOR_FAILED=ixhw+gOzWIRZ4WHxoZTPAQ_Sorry, the app variant could not be created. Please send the following technical information to your administrator\:
|
|
102
|
+
HEADER_SAVE_APP_VARIANT_FAILED=aYp1+bMIzX2zSfB3bul2eQ_Error
|
|
103
|
+
MSG_LOAD_APP_VARIANT_FAILED=tUa3qvzIy9VbA2sB5HVzoQ_Sorry, the app variant could not be loaded. Please send the following technical information to your administrator\:
|
|
104
|
+
MSG_SAVE_APP_VARIANT_FAILED=UyFA7r1yrveg1SCrT6TdVA_Sorry, the app variant could not be saved. Please send the following technical information to your administrator\:
|
|
105
|
+
MSG_CATALOG_ASSIGNMENT_FAILED=ZPHu3NlrCiGlYRoq1B6q6A_The new app variant was saved, but could not be assigned to the catalog. Please send the following technical information to your content administrator\:
|
|
106
|
+
MSG_TILE_CREATION_FAILED=y6qYLvPWAZyJ0yM/voU30Q_Refresh the Fiori Launchpad homepage to check if the new tile has been created. If it is not available or not working properly, please contact your content administrator.
|
|
107
|
+
MSG_COPY_UNSAVED_CHANGES_FAILED=Df6yUvm4E2PuEIj2g9/jMA_Sorry, your app variant and the corresponding UI changes could not be saved. The app variant is not available. Please send the following technical information to your administrator\:
|
|
108
|
+
SAVE_AS_DIALOG_PLACEHOLDER_TITLE_TEXT=ZZ2VR+9bZ/JGqsaJh0SA/g_Enter title
|
|
109
|
+
HEADER_APP_VARIANT_FEATURE_FAILED=V1MS8hmF+xwbu0Y8RLx4HA_Error
|
|
110
|
+
MSG_APP_VARIANT_FEATURE_FAILED=IyIgEDzywqd/Bnfnqu0NDA_Sorry, the app variants feature is temporarily not available. Please contact your administrator\: {0}
|
|
111
|
+
SAVE_APP_VARIANT_NEW_TILE_AVAILABLE_TITLE=u6axCp0vUse02HVdZJ3bkA_Information
|
|
112
|
+
MSG_SAVE_APP_VARIANT_NEW_TILE_AVAILABLE=OVSz5BYiHWDyRcx/8ZCSAg_The new tile is now available. To display it, please refresh the browser.
|
|
113
|
+
SAVE_APP_VARIANT_SUCCESS_MESSAGE_TITLE=1WjJEBd6Un9r8QE7ixP6Bg_Information
|
|
114
|
+
SAVE_APP_VARIANT_OK_TEXT=zR4J5UvEY46/d4/p/GzowA_OK
|
|
115
|
+
SAVE_APP_VARIANT_CLOSE_TEXT=nMrbXK5yZR+Qn/KKdOALGA_Close
|
|
116
|
+
SAVE_APP_VARIANT_COPY_ID_TEXT=ICEq2Qfy9cb1HCnl/FYr9A_Copy ID and Close
|
|
117
|
+
MSG_APP_VARIANT_ID=/lbII9IaB5qmWnEEpilsPQ_App variant ID\: {0}
|
|
118
|
+
MSG_TECHNICAL_ERROR=00gPq3qzInJ5se4Ac4Nfeg_Error\: {0}
|
|
119
|
+
APP_VARIANT_OVERVIEW_DIALOG_TITLE=b4wUqXZOXbje7HukavbhhA_Overview of App Variants
|
|
120
|
+
APP_VARIANT_TILE_ARIA_LABEL=5Ui9XFICn8QIsnD4faHLbg_Fiori tile preview
|
|
121
|
+
MENU_ITEM_KEY_USER=9BUpLPVqdTmANwiXNuCpCA_For Key User
|
|
122
|
+
MENU_ITEM_SAP_DEVELOPER=+MI4uZOEenhpeN43RDvqJA_For SAP Developer
|
|
123
|
+
HEADER_DEPENDENCY_ERROR=x45cmURIiQzzn9hA+UPXQQ_Error
|
|
124
|
+
MSG_DEPENDENCY_ERROR=gbzWwDFLXEGfyzvb6SymIw_Sorry, the change cannot be applied to the UI. Please reset the UI to the original state and recreate the changes. Caution\: This will reset all changes made to this app by any user. Alternatively, you can contact SAP support by opening a ticket for the component CA-UI5-FL-RTA.
|
|
125
|
+
MSG_INCORRECT_APP_VERSION_ERROR=l0dLQ3tkizhm1N9Bjb2PDQ_The application version is missing or incorrect.
|
|
126
|
+
DELETE_APP_VARIANT_NO_TRANSPORT=ntJ0gZNAy2ENNMrDnDOyBA_Information
|
|
127
|
+
MSG_DELETE_APP_VARIANT_NOT_POSSIBLE=95E1br1FxRjfZoFEbMDWpg_To delete this app variant, you need a transport request. Please ask your administrator to create a transport request for you, and then delete the app variant.
|
|
128
|
+
DELETE_APP_VARIANT_SUCCESS_MESSAGE=aIMSoYGWdWDU+YyqkT+/FQ_App variant (ID\: {0}) deleted successfully
|
|
129
|
+
MSG_DELETE_APP_VARIANT_FAILED=EvmcOwWvWzwgFpQulji5sA_Sorry, the app variant could not be deleted. Please send the following technical information to your administrator\:
|
|
130
|
+
DELETE_APP_VARIANT_INFO_MESSAGE_TITLE=2dQ+/5f0RY26ywdu3r3QcQ_Information
|
|
131
|
+
DELETE_APP_VARIANT_OK_TEXT=AVA6Ijx6Jaaz5SHeWITuyQ_OK
|
|
132
|
+
DELETE_APP_VARIANT_CLOSE_TEXT=4sr8qXJJ4fcy04JuqfKCKg_Close
|
|
133
|
+
BUSINESS_CONTEXT_TITLE=AUF5BTMRyCWVBkQ5oYTNKw_Available Business Contexts\:
|
|
134
|
+
MSG_NO_BUSINESS_CONTEXTS=6DnABAA2fZYLpLzMUvAxKw_None
|
|
135
|
+
MSG_DO_NOT_CLOSE_BROWSER=KRPq7+6ZcnYueoEPskxkHQ_Deletion in progress - please do not close the browser.
|
|
136
|
+
MSG_DO_NOT_CLOSE_BROWSER_CURRENTLY_ADAPTING=JJdpnNXwsx1l+V9RDEo4pg_Deletion in progress - please do not close the browser.\nNote that the tile for the app variant will remain visible for the duration of the deletion process.
|
|
137
|
+
MSG_CATALOGS_LOCKED=u87tJnsP6Hcs04d5cWcbkA_Sorry, the app variant could not be deleted. Please try again later.
|
|
276
138
|
|
|
277
139
|
|
|
278
|
-
|
|
279
|
-
MSG_UNSTABLE_ID_FOUND=eXxkxXepuY8XKfi69IGY3w_Some of your controls don't have stable IDs. Use the Support Assistant to identify the affected controls as described [here](https\://openui5nightly.hana.ondemand.com/\#/topic/f51dbb78e7d5448e838cdc04bdf65403.html\#loiof51dbb78e7d5448e838cdc04bdf65403__section_howtocheck), and set the IDs.
|
|
140
|
+
MSG_UNSTABLE_ID_FOUND=tD26p+WoqIb8MATZ6SajTw_Some of your controls don't have stable IDs. Use the Support Assistant to identify the affected controls as described [here](https\://openui5nightly.hana.ondemand.com/\#/topic/f51dbb78e7d5448e838cdc04bdf65403.html\#loiof51dbb78e7d5448e838cdc04bdf65403__section_howtocheck), and set the IDs.
|
|
280
141
|
|
|
281
|
-
|
|
282
|
-
MSG_NO_FLEX_ENABLED_FLAG=GRozLUIsCiYmMDX2SExxIQ_Your app is not enabled for UI adaptation. Check the prerequisites described [here](https\://ui5.sap.com/\#/topic/f1430c0337534d469da3a56307ff76af).
|
|
142
|
+
MSG_NO_FLEX_ENABLED_FLAG=TdYdl2++iKwIek8+JqXIdA_Your app is not enabled for UI adaptation. Check the prerequisites described [here](https\://ui5.sap.com/\#/topic/f1430c0337534d469da3a56307ff76af).
|
|
@@ -25,7 +25,7 @@ sap.ui.define([
|
|
|
25
25
|
* @class The EasyAdd Plugin adds an Icon to an Overlay, which allows to trigger add operations directly
|
|
26
26
|
* @extends sap.ui.rta.plugin.additionalElements.AdditionalElementsPlugin
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.71.
|
|
28
|
+
* @version 1.71.67
|
|
29
29
|
* @constructor
|
|
30
30
|
* @private
|
|
31
31
|
* @since 1.48
|
|
@@ -23,7 +23,7 @@ sap.ui.define([
|
|
|
23
23
|
* @class The EasyRemove Plugin adds an Icon to an Overlay, which allows to trigger remove operations directly
|
|
24
24
|
* @extends sap.ui.rta.plugin.Remove
|
|
25
25
|
* @author SAP SE
|
|
26
|
-
* @version 1.71.
|
|
26
|
+
* @version 1.71.67
|
|
27
27
|
* @constructor
|
|
28
28
|
* @private
|
|
29
29
|
* @since 1.48
|
|
@@ -32,7 +32,7 @@ function (
|
|
|
32
32
|
* @class The Selection plugin allows you to select or focus overlays with mouse or keyboard and navigate to others.
|
|
33
33
|
* @extends sap.ui.rta.plugin.Plugin
|
|
34
34
|
* @author SAP SE
|
|
35
|
-
* @version 1.71.
|
|
35
|
+
* @version 1.71.67
|
|
36
36
|
* @constructor
|
|
37
37
|
* @private
|
|
38
38
|
* @since 1.34
|
|
@@ -188,7 +188,7 @@ sap.ui.define([
|
|
|
188
188
|
* @class The plugin allows to add additional elements that exist either hidden in the UI or in the OData service
|
|
189
189
|
* @extends sap.ui.rta.plugin.Plugin
|
|
190
190
|
* @author SAP SE
|
|
191
|
-
* @version 1.71.
|
|
191
|
+
* @version 1.71.67
|
|
192
192
|
* @constructor
|
|
193
193
|
* @private
|
|
194
194
|
* @since 1.44
|