@sapui5/sap.suite.ui.commons 1.108.12 → 1.108.13
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 +1 -1
- package/src/sap/suite/ui/commons/.library +1 -1
- package/src/sap/suite/ui/commons/AriaProperties.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilder.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderExpression.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderFunction.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderGroup.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderItem.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderValidationResult.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderVariable.js +1 -1
- package/src/sap/suite/ui/commons/CloudFilePicker.js +6 -5
- package/src/sap/suite/ui/commons/MicroProcessFlow.js +1 -1
- package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
- package/src/sap/suite/ui/commons/collaboration/TeamsHelperService.js +3 -3
- package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/library.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
package/package.json
CHANGED
|
@@ -113,7 +113,7 @@ sap.ui.define([
|
|
|
113
113
|
* @class
|
|
114
114
|
* @public
|
|
115
115
|
* @internal
|
|
116
|
-
* @version 1.108.
|
|
116
|
+
* @version 1.108.13
|
|
117
117
|
*/
|
|
118
118
|
var CloudFilePicker = Dialog.extend("sap.suite.ui.commons.CloudFilePicker", {
|
|
119
119
|
metadata: {
|
|
@@ -230,7 +230,7 @@ sap.ui.define([
|
|
|
230
230
|
},
|
|
231
231
|
constructor: function () {
|
|
232
232
|
Dialog.prototype.constructor.apply(this, arguments);
|
|
233
|
-
|
|
233
|
+
oCurrentParentData = null;
|
|
234
234
|
this.setResizable(true);
|
|
235
235
|
this.setDraggable(true);
|
|
236
236
|
this._createDialogContent();
|
|
@@ -543,6 +543,7 @@ sap.ui.define([
|
|
|
543
543
|
dataReceived: function () {
|
|
544
544
|
oTableControl.setNoData(null);
|
|
545
545
|
oTableControl.setNoDataText(oResourceBundle.getText("CFP_NO_DATA_FILESHARE"));
|
|
546
|
+
oTableControl.setBusy(false);
|
|
546
547
|
this.setBusy(false);
|
|
547
548
|
}.bind(this)
|
|
548
549
|
},
|
|
@@ -588,7 +589,7 @@ sap.ui.define([
|
|
|
588
589
|
new Text({text:{
|
|
589
590
|
parts: ["FileShareItemKind", "FileShareItemContentSize"],
|
|
590
591
|
formatter: function (sFileShareItemKind, sFileShareItemContentSize) {
|
|
591
|
-
if (sFileShareItemKind !== "folder") {
|
|
592
|
+
if (sFileShareItemKind !== "folder" && !!sFileShareItemContentSize && sFileShareItemContentSize !== "0") {
|
|
592
593
|
var sFileSize = FileSizeFormat.getInstance({
|
|
593
594
|
binaryFilesize: false,
|
|
594
595
|
maxFractionDigits: 1,
|
|
@@ -933,7 +934,7 @@ sap.ui.define([
|
|
|
933
934
|
}
|
|
934
935
|
// Document creation not checked, considered only for export scenarios
|
|
935
936
|
if (this.getFilePickerMode() === FilePickerModes.FileOnly) {
|
|
936
|
-
oConfirmationButton.setEnabled(bEnabled);
|
|
937
|
+
oConfirmationButton.setEnabled(!!bEnabled);
|
|
937
938
|
} else if (oSelectedFolderInfo && oSelectedFolderInfo.getIsDocumentCreationAllowed()) {
|
|
938
939
|
if (this.getFileNameMandatory()) {
|
|
939
940
|
bIsFileNameExist || bEnabled ? oConfirmationButton.setEnabled(true) : oConfirmationButton.setEnabled(false);
|
|
@@ -1065,4 +1066,4 @@ sap.ui.define([
|
|
|
1065
1066
|
};
|
|
1066
1067
|
|
|
1067
1068
|
return CloudFilePicker;
|
|
1068
|
-
});
|
|
1069
|
+
});
|
|
@@ -179,10 +179,10 @@ sap.ui.define([
|
|
|
179
179
|
if (oParams.minifyUrlForChat) {
|
|
180
180
|
CollaborationHelper.compactHash(oParams.url, []).then(function (sShortURL) {
|
|
181
181
|
var sModifiedUrl = this._modifyUrlForNavigationContext(oParams, sShortURL.url);
|
|
182
|
-
newWindow.location = "https://teams.microsoft.com/share?msgText=" + encodeURIComponent(sMessage) + "&href=" + encodeURIComponent(sModifiedUrl);
|
|
182
|
+
newWindow.location = "https://teams.microsoft.com/share?msgText=" + encodeURIComponent(sMessage) + "&preview=false" + "&href=" + encodeURIComponent(sModifiedUrl);
|
|
183
183
|
}.bind(this));
|
|
184
184
|
} else {
|
|
185
|
-
newWindow.location = "https://teams.microsoft.com/share?msgText=" + encodeURIComponent(sMessage) + "&href=" + encodeURIComponent(oParams.url);
|
|
185
|
+
newWindow.location = "https://teams.microsoft.com/share?msgText=" + encodeURIComponent(sMessage) + "&preview=false" + "&href=" + encodeURIComponent(oParams.url);
|
|
186
186
|
}
|
|
187
187
|
};
|
|
188
188
|
|
|
@@ -287,4 +287,4 @@ sap.ui.define([
|
|
|
287
287
|
};
|
|
288
288
|
|
|
289
289
|
return TeamsHelperService;
|
|
290
|
-
});
|
|
290
|
+
});
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"sap.suite.ui.commons.TargetFilterMeasureColumn",
|
|
186
186
|
"sap.suite.ui.commons.AriaProperties"
|
|
187
187
|
],
|
|
188
|
-
version: "1.108.
|
|
188
|
+
version: "1.108.13",
|
|
189
189
|
extensions: {
|
|
190
190
|
flChangeHandlers: {
|
|
191
191
|
"sap.suite.ui.commons.Timeline": "sap/suite/ui/commons/flexibility/Timeline"
|