@sapui5/sap.suite.ui.commons 1.102.3 → 1.102.4

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.
Files changed (46) hide show
  1. package/package.json +1 -1
  2. package/src/sap/suite/ui/commons/.library +1 -1
  3. package/src/sap/suite/ui/commons/AriaProperties.js +1 -1
  4. package/src/sap/suite/ui/commons/CalculationBuilder.js +1 -1
  5. package/src/sap/suite/ui/commons/CalculationBuilderExpression.js +1 -1
  6. package/src/sap/suite/ui/commons/CalculationBuilderFunction.js +1 -1
  7. package/src/sap/suite/ui/commons/CalculationBuilderGroup.js +1 -1
  8. package/src/sap/suite/ui/commons/CalculationBuilderItem.js +1 -1
  9. package/src/sap/suite/ui/commons/CalculationBuilderValidationResult.js +1 -1
  10. package/src/sap/suite/ui/commons/CalculationBuilderVariable.js +1 -1
  11. package/src/sap/suite/ui/commons/CloudFileInfo.js +5 -1
  12. package/src/sap/suite/ui/commons/CloudFilePicker.js +90 -24
  13. package/src/sap/suite/ui/commons/MicroProcessFlow.js +1 -1
  14. package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
  15. package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
  16. package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
  17. package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
  18. package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
  19. package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
  20. package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
  21. package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
  22. package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
  23. package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
  24. package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
  25. package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +1 -1
  26. package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
  27. package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
  28. package/src/sap/suite/ui/commons/library.js +1 -1
  29. package/src/sap/suite/ui/commons/messagebundle_en.properties +1 -1
  30. package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
  31. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  32. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  33. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  34. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  35. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  36. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  37. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  38. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  39. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  40. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  41. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
  42. package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
  43. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
  44. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
  45. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
  46. package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.suite.ui.commons",
3
- "version": "1.102.3",
3
+ "version": "1.102.4",
4
4
  "description": "SAPUI5 Library sap.suite.ui.commons",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -7,7 +7,7 @@
7
7
  SAP UI development toolkit for HTML5 (SAPUI5)
8
8
  (c) Copyright 2009-2015 SAP SE. All rights reserved
9
9
  </copyright>
10
- <version>1.102.3</version>
10
+ <version>1.102.4</version>
11
11
 
12
12
  <documentation>SAP UI library: sap.suite.ui.commons</documentation>
13
13
 
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.ui.core.Element
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.102.3
22
+ * @version 1.102.4
23
23
  * @since 1.65.0
24
24
  *
25
25
  * @constructor
@@ -124,7 +124,7 @@ sap.ui.define([
124
124
  * @extends sap.ui.core.Control
125
125
  *
126
126
  * @author SAP SE
127
- * @version 1.102.3
127
+ * @version 1.102.4
128
128
  * @since 1.56.0
129
129
  *
130
130
  * @constructor
@@ -120,7 +120,7 @@ sap.ui.define([
120
120
  * @extends sap.ui.core.Control
121
121
  *
122
122
  * @author SAP SE
123
- * @version 1.102.3
123
+ * @version 1.102.4
124
124
  * @since 1.56.0
125
125
  *
126
126
  * @constructor
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @extends sap.ui.core.Control
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.102.3
21
+ * @version 1.102.4
22
22
  * @since 1.56.0
23
23
  *
24
24
  * @constructor
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * @extends sap.ui.core.Control
16
16
  *
17
17
  * @author SAP SE
18
- * @version 1.102.3
18
+ * @version 1.102.4
19
19
  * @since 1.60.0
20
20
  *
21
21
  * @constructor
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.ui.core.Control
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.102.3
33
+ * @version 1.102.4
34
34
  * @since 1.56.0
35
35
  *
36
36
  * @constructor
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @extends sap.ui.base.ManagedObject
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.102.3
19
+ * @version 1.102.4
20
20
  * @since 1.56.0
21
21
  *
22
22
  * @constructor
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * @extends sap.ui.core.Control
16
16
  *
17
17
  * @author SAP SE
18
- * @version 1.102.3
18
+ * @version 1.102.4
19
19
  * @since 1.56.0
20
20
  *
21
21
  * @constructor
@@ -58,7 +58,11 @@ sap.ui.define([
58
58
  /**
59
59
  * Link to the file share item instance.
60
60
  */
61
- fileShareItemContentLink : {type : "string", group : "Data"}
61
+ fileShareItemContentLink : {type : "string", group : "Data"},
62
+ /**
63
+ * Indicate if an action is a allowed or not
64
+ */
65
+ isDocumentCreationAllowed : {type : "boolean", group : "Data"}
62
66
  }
63
67
  }
64
68
  });
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  *
62
62
  * @constructur
63
63
  * @internal
64
- * @version 1.102.3
64
+ * @version 1.102.4
65
65
  */
66
66
  var DialogType = mLibrary.DialogType;
67
67
  var ButtonType = mLibrary.ButtonType;
@@ -189,6 +189,8 @@ sap.ui.define([
189
189
  this.setHorizontalScrolling(false);
190
190
  this.setVerticalScrolling(false);
191
191
  this.setTitle(this.getTitle());
192
+ this.setBusyIndicatorDelay(0);
193
+ this.setBusy(true);
192
194
  },
193
195
  renderer: DialogRenderer
194
196
  });
@@ -198,7 +200,8 @@ sap.ui.define([
198
200
  if (sServiceURL) {
199
201
  var oModel = new ODataModel({
200
202
  serviceUrl: sServiceURL,
201
- synchronizationMode: "None"
203
+ synchronizationMode: "None",
204
+ earlyRequests: true
202
205
  });
203
206
  this.setModel(oModel);
204
207
  // Adding Select for cloud spaces
@@ -227,11 +230,9 @@ sap.ui.define([
227
230
  id: this.getId() + "-cloudSpaceSelect",
228
231
  forceSelection: false,
229
232
  change: function (oControlEvent) {
230
- oListControl.setNoDataText(null);
233
+ oListControl.setBusyIndicatorDelay(0);
234
+ oListControl.setNoDataText(" ");
231
235
  oFileNameControl.setValue(this.getSuggestedFileName());
232
- // Confirmation button if disabled already should be re enabled if fileNameControl is set with a value during drive location change
233
- // and the Confirmation button should be kept disabled when drive location changes
234
- this._setConfirmationButtonEnabled(false);
235
236
  oBreadcrumbLinkControl.destroyLinks();
236
237
  this._initializeVisibleLinks();
237
238
 
@@ -240,6 +241,23 @@ sap.ui.define([
240
241
  }.bind(this)
241
242
  }).bindItems({
242
243
  path: "/FileShares",
244
+ events:{
245
+ dataReceived: function (oEvent) {
246
+ var mParameters = oEvent.getParameters();
247
+ if (mParameters.error) {
248
+ this.setBusy(false);
249
+ oListControl.setNoDataText(null);
250
+ } else {
251
+ var sPath = oEvent.getSource().getContexts()[0].sPath;
252
+ var sKey = sPath.split(/[']/)[1];
253
+ oSelectControl.setSelectedKey(sKey);
254
+ setTimeout(function(){
255
+ this._initializeVisibleLinks();
256
+ }.bind(this));
257
+ this._loadFileShareRootFolder(oSelectControl.getSelectedKey());
258
+ }
259
+ }.bind(this)
260
+ },
243
261
  template: new sap.ui.core.Item({
244
262
  key: "{FileShare}",
245
263
  text: {
@@ -298,9 +316,10 @@ sap.ui.define([
298
316
  };
299
317
 
300
318
  CloudFilePicker.prototype._initializeVisibleLinks = function () {
319
+ var sCurrentFileShare = oSelectControl.getSelectedItem() ? oSelectControl.getSelectedItem().getText() : '';
301
320
  var oRoot = {
302
321
  fileShareItemId: "Root",
303
- title: oResourceBundle.getText("CFP_FOLDER_ROOT")
322
+ title: sCurrentFileShare
304
323
  };
305
324
  aVisibleLinks = [oRoot];
306
325
  oBreadcrumbLinkControl.setCurrentLocationText(oRoot.title);
@@ -310,16 +329,17 @@ sap.ui.define([
310
329
  CloudFilePicker.prototype._createListContent = function () {
311
330
  oListControl = new List({
312
331
  mode: mLibrary.ListMode.SingleSelectMaster,
313
- noDataText: oResourceBundle.getText("CFP_NO_FILESHARE_SELECTED"),
332
+ noDataText: " ",
314
333
  select: function (oControlEvent) {
315
334
  var oSelectedItem = oControlEvent.getParameters().listItem;
316
335
  var oContext = oSelectedItem.getBindingContext();
317
336
  var bIsFolder = oContext.getObject("FileShareItemKind") === "folder";
318
-
337
+ oListControl.setBusyIndicatorDelay(0);
338
+ oListControl.setNoDataText(" ");
319
339
  if (bIsFolder) {
320
340
  var oSelectedFolderInfo = this._createSelectionParameter(oSelectedItem);
321
341
  var sFileShareItemId = oSelectedFolderInfo.getFileShareItemId();
322
- oSelectedFolderInfo.path = oContext.getCanonicalPath() + "/_Children";
342
+ oSelectedFolderInfo.path = oContext.getCanonicalPath();
323
343
  oNavigationMap.set(sFileShareItemId, oSelectedFolderInfo);
324
344
  var oNewContext = oContext
325
345
  .getModel()
@@ -332,15 +352,37 @@ sap.ui.define([
332
352
  this._updateBreadcrumbLinks();
333
353
  oListControl.setBindingContext(oNewContext);
334
354
  } else {
335
- var sFieldValue = oContext.getProperty("FileShareItemName");
336
- oFileNameControl.setValue(sFieldValue);
337
- this._setConfirmationButtonEnabled(true);
355
+ if (oConfirmationButton.getEnabled()) {
356
+ var sFieldValue = oContext.getProperty("FileShareItemName");
357
+ oFileNameControl.setValue(sFieldValue);
358
+ }
338
359
  }
339
- }.bind(this)
360
+ }.bind(this),
361
+ updateFinished: function (oEvent) {
362
+ if (!oListControl.getBusy()) {
363
+ var sResolvedPath = oEvent.getSource().getBinding("items").getResolvedPath(), aCurrentPaths = sResolvedPath.split(/[(,=)]/), sCurrentParentFileShareItem;
364
+ if (aCurrentPaths && aCurrentPaths.length && aCurrentPaths.indexOf("FileShareItem") > -1) {
365
+ sCurrentParentFileShareItem = aCurrentPaths[aCurrentPaths.indexOf("FileShareItem") + 1].replace(/[']+/g, '');
366
+ }
367
+ var oCurrentParentData = oNavigationMap.get(sCurrentParentFileShareItem);
368
+ if (oCurrentParentData && Object.keys(oCurrentParentData).length !== 0) {
369
+ this._setConfirmationButtonEnabled(oCurrentParentData.getProperty("isDocumentCreationAllowed"));
370
+ }
371
+ }
372
+ }.bind(this)
340
373
  });
341
374
 
342
375
  oListControl.bindItems({
343
- path: "",
376
+ path: "_Children",
377
+ parameters : {
378
+ $$operationMode : 'Server'
379
+ },
380
+ events: {
381
+ dataReceived: function() {
382
+ oListControl.setNoDataText("");
383
+ this.setBusy(false);
384
+ }.bind(this)
385
+ },
344
386
  template: new StandardListItem({
345
387
  title: "{FileShareItemName}",
346
388
  icon: {
@@ -395,9 +437,14 @@ sap.ui.define([
395
437
  for (var sKey in aRemovedLinks) {
396
438
  oNavigationMap.delete(aRemovedLinks[sKey].fileShareItemId);
397
439
  }
440
+ this._setConfirmationButtonEnabled(null, oSelectedFolderInfo);
398
441
  oNewContext = this.getModel().createBindingContext(oSelectedFolderInfo.path);
399
442
  oListControl.setBindingContext(oNewContext);
400
443
  } else {
444
+ oSelectedFolderInfo = oNavigationMap.get(
445
+ aVisibleLinks[aVisibleLinks.length - 1].fileShareItemId
446
+ );
447
+ this._setConfirmationButtonEnabled(null, oSelectedFolderInfo);
401
448
  this._loadFileShareRootFolder(oSelectControl.getSelectedKey());
402
449
  }
403
450
  }.bind(this)
@@ -425,7 +472,12 @@ sap.ui.define([
425
472
  CloudFilePicker.prototype._loadFileShareRootFolder = function (sFileShareKey) {
426
473
  // update binding context for root
427
474
  oNavigationMap.clear();
428
- var sPath = "/FileShares(" + "'" + sFileShareKey + "'" + ")/_Root/_Children";
475
+ var sPath = "/FileShares(" + "'" + sFileShareKey + "'" + ")/_Root";
476
+ var oContextBinding = this.getModel().bindContext(sPath);
477
+ oContextBinding.requestObject().then(function (oValue) {
478
+ var oSelectedFolderInfo = this._createSelectionParameter(oValue, oContextBinding.getBoundContext(oValue));
479
+ this._setConfirmationButtonEnabled(null, oSelectedFolderInfo);
480
+ }.bind(this));
429
481
  var oContext = this.getModel().createBindingContext(sPath);
430
482
  oListControl.setBindingContext(oContext);
431
483
  };
@@ -434,6 +486,7 @@ sap.ui.define([
434
486
  oConfirmationButton = new Button({
435
487
  text: this.getConfirmButtonText(),
436
488
  type: ButtonType.Emphasized,
489
+ enabled: false,
437
490
  press: function () {
438
491
  var sCurrentItemInInput = oFileNameControl.getValue();
439
492
  if ((this.getFilePickerMode() === FilePickerModes.FileOnly) || sCurrentItemInInput) {
@@ -465,13 +518,19 @@ sap.ui.define([
465
518
  this._setConfirmationButtonEnabled(false);
466
519
  };
467
520
 
468
- CloudFilePicker.prototype._setConfirmationButtonEnabled = function (bEnabled) {
521
+ CloudFilePicker.prototype._setConfirmationButtonEnabled = function (bEnabled, oSelectedFolderInfo) {
522
+ // Document creation not checked, considered only for export scenarios
469
523
  if (this.getFilePickerMode() === FilePickerModes.FileOnly) {
470
524
  oConfirmationButton.setEnabled(bEnabled);
471
- } else if (this.getFileNameMandatory()) {
472
- // Filename control not available when FilePickerMode is fileOnly.
473
- var bEnabled = oFileNameControl.getValue() !== '';
474
- oConfirmationButton.setEnabled(bEnabled);
525
+ } else if (oSelectedFolderInfo && oSelectedFolderInfo.getIsDocumentCreationAllowed()) {
526
+ if (this.getFileNameMandatory()) {
527
+ var bIsFileNameExist = oFileNameControl.getValue() !== '';
528
+ bIsFileNameExist || bEnabled ? oConfirmationButton.setEnabled(true) : oConfirmationButton.setEnabled(false);
529
+ } else {
530
+ oConfirmationButton.setEnabled(true);
531
+ }
532
+ } else {
533
+ oConfirmationButton.setEnabled(bEnabled ? bEnabled : false);
475
534
  }
476
535
  };
477
536
 
@@ -542,10 +601,14 @@ sap.ui.define([
542
601
  }.bind(this));
543
602
  };
544
603
 
545
- CloudFilePicker.prototype._createSelectionParameter = function (oSelectedItem) {
604
+ CloudFilePicker.prototype._createSelectionParameter = function (oSelectedItem, oContextBinding) {
546
605
  var oCloudFileInfo = new CloudFileInfo();
547
- var oContext = oSelectedItem.getBindingContext();
548
-
606
+ var oContext;
607
+ if (!oContextBinding) {
608
+ oContext = oSelectedItem.getBindingContext();
609
+ } else {
610
+ oContext = oContextBinding;
611
+ }
549
612
  oCloudFileInfo.setFileShareId(oContext.getObject("FileShare"));
550
613
  oCloudFileInfo.setFileShareItemId(oContext.getObject("FileShareItem"));
551
614
  oCloudFileInfo.setParentFileShareItemId(
@@ -579,6 +642,9 @@ sap.ui.define([
579
642
  oCloudFileInfo.setFileShareItemContentLink(
580
643
  oContext.getObject("FileShareItemContentLink")
581
644
  );
645
+ oCloudFileInfo.setIsDocumentCreationAllowed(
646
+ oContext.getObject("isDocumentCreationAllowed")
647
+ );
582
648
 
583
649
  return oCloudFileInfo;
584
650
  };
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Control
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.102.3
31
+ * @version 1.102.4
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.ui.core.Control
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.102.3
33
+ * @version 1.102.4
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  *
23
23
  * @constructor
24
24
  * @alias sap.suite.ui.commons.flexibility.changeHandler.PropertyChangeMapper
25
- * @version 1.102.3
25
+ * @version 1.102.4
26
26
  * @since 1.50
27
27
  * @private
28
28
  */
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.102.3
24
+ * @version 1.102.4
25
25
  * @since 1.67.0
26
26
  *
27
27
  * @constructor
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.102.3
26
+ * @version 1.102.4
27
27
  * @since 1.66.0
28
28
  *
29
29
  * @constructor
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.102.3
24
+ * @version 1.102.4
25
25
  * @since 1.66.0
26
26
  *
27
27
  * @constructor
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * @extends sap.ui.core.Element
16
16
  *
17
17
  * @author SAP SE
18
- * @version 1.102.3
18
+ * @version 1.102.4
19
19
  * @since 1.66.0
20
20
  *
21
21
  * @constructor
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.102.3
24
+ * @version 1.102.4
25
25
  * @since 1.66.0
26
26
  *
27
27
  * @constructor
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.102.3
21
+ * @version 1.102.4
22
22
  * @since 1.66.0
23
23
  *
24
24
  * @constructor
@@ -10,7 +10,7 @@ sap.ui.define([
10
10
  * @extends sap.ui.base.Object
11
11
  *
12
12
  * @author SAP SE
13
- * @version 1.102.3
13
+ * @version 1.102.4
14
14
  * @since 1.66.0
15
15
  *
16
16
  * @abstract
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @extends sap.ui.core.Control
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.102.3
45
+ * @version 1.102.4
46
46
  * @since 1.66.0
47
47
  *
48
48
  * @constructor
@@ -124,7 +124,7 @@ sap.ui.define([
124
124
  * @extends sap.ui.core.Control
125
125
  *
126
126
  * @author SAP SE
127
- * @version 1.102.3
127
+ * @version 1.102.4
128
128
  * @since 1.66.0
129
129
  *
130
130
  * @constructor
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.suite.ui.commons.imageeditor.ImageEditorContainer
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.102.3
29
+ * @version 1.102.4
30
30
  * @since 1.68.0
31
31
  *
32
32
  * @constructor
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.102.3
25
+ * @version 1.102.4
26
26
  * @since 1.66.0
27
27
  *
28
28
  * @constructor
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.102.3
19
+ * @version 1.102.4
20
20
  * @since 1.66.0
21
21
  *
22
22
  * @constructor
@@ -185,7 +185,7 @@
185
185
  "sap.suite.ui.commons.TargetFilterMeasureColumn",
186
186
  "sap.suite.ui.commons.AriaProperties"
187
187
  ],
188
- version: "1.102.3",
188
+ version: "1.102.4",
189
189
  extensions: {
190
190
  flChangeHandlers: {
191
191
  "sap.suite.ui.commons.Timeline": "sap/suite/ui/commons/flexibility/Timeline"
@@ -445,7 +445,7 @@ IMGEDITOR_PANEL_FILTER=Filter Mode
445
445
 
446
446
  CFP_TITLE=Select
447
447
  CFP_FOLDER_ROOT=Documents
448
- CFP_LOCATION=Location
448
+ CFP_LOCATION=File Share
449
449
  CFP_FILENAME=File Name
450
450
  CFP_LIST_HEADER=Name
451
451
  CFP_BUTTON_SELECT=Select
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.102.3
29
+ * @version 1.102.4
30
30
  * @since 1.50
31
31
  *
32
32
  * @constructor
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @extends sap.suite.ui.commons.statusindicator.Shape
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.102.3
36
+ * @version 1.102.4
37
37
  * @since 1.50
38
38
  *
39
39
  * @constructor
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.core.Control
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.102.3
24
+ * @version 1.102.4
25
25
  * @since 1.50
26
26
  *
27
27
  * @constructor
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.ui.core.Control
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.102.3
26
+ * @version 1.102.4
27
27
  * @since 1.50
28
28
  *
29
29
  * @constructor
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.suite.ui.commons.statusindicator.CustomShape
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.102.3
26
+ * @version 1.102.4
27
27
  * @since 1.60.0
28
28
  *
29
29
  * @constructor
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.102.3
28
+ * @version 1.102.4
29
29
  * @since 1.50
30
30
  *
31
31
  * @constructor
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @extends sap.ui.core.Control
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.102.3
27
+ * @version 1.102.4
28
28
  * @since 1.50
29
29
  *
30
30
  * @constructor
@@ -18,7 +18,7 @@ sap.ui.define(
18
18
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.102.3
21
+ * @version 1.102.4
22
22
  * @since 1.50
23
23
  *
24
24
  * @constructor
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.core.Control
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.102.3
40
+ * @version 1.102.4
41
41
  * @since 1.50
42
42
  *
43
43
  * @constructor
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.ui.core.Control
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.102.3
32
+ * @version 1.102.4
33
33
  * @since 1.50
34
34
  *
35
35
  * @constructor
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.suite.ui.commons.statusindicator.Shape
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.102.3
30
+ * @version 1.102.4
31
31
  * @since 1.50
32
32
  *
33
33
  * @constructor
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @extends sap.ui.core.Control
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.102.3
50
+ * @version 1.102.4
51
51
  * @since 1.50
52
52
  *
53
53
  * @constructor
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @extends sap.ui.core.Control
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.102.3
50
+ * @version 1.102.4
51
51
  * @since 1.58.0
52
52
  *
53
53
  * @constructor
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @extends sap.ui.core.Control
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.102.3
34
+ * @version 1.102.4
35
35
  * @since 1.58.0
36
36
  *
37
37
  * @constructor
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.core.Control
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.102.3
30
+ * @version 1.102.4
31
31
  * @since 1.58.0
32
32
  *
33
33
  * @constructor
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @extends sap.ui.core.Control
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.102.3
20
+ * @version 1.102.4
21
21
  * @since 1.58.0
22
22
  *
23
23
  * @constructor
@@ -54,7 +54,7 @@ sap.ui.define([
54
54
  * @extends sap.ui.core.Control
55
55
  *
56
56
  * @author SAP SE
57
- * @version 1.102.3
57
+ * @version 1.102.4
58
58
  * @since 1.58.0
59
59
  *
60
60
  * @constructor