@sapui5/sap.suite.ui.commons
Advanced tools
Comparing version 1.80.1 to 1.81.0
{ | ||
"name": "@sapui5/sap.suite.ui.commons", | ||
"version": "1.80.1", | ||
"version": "1.81.0", | ||
"description": "SAPUI5 Library sap.suite.ui.commons", | ||
@@ -5,0 +5,0 @@ "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/", |
@@ -20,3 +20,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.65.0 | ||
@@ -23,0 +23,0 @@ * |
@@ -128,3 +128,3 @@ sap.ui.define([ | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.56.0 | ||
@@ -131,0 +131,0 @@ * |
@@ -104,3 +104,3 @@ sap.ui.define([ | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.56.0 | ||
@@ -359,3 +359,3 @@ * | ||
return new Button({ | ||
text: sLabel === "*" ? "x" : sLabel, | ||
text: sLabel, | ||
press: this._updateOrCreateItem.bind(this, { | ||
@@ -362,0 +362,0 @@ type: ItemType.Operator, |
@@ -21,3 +21,3 @@ sap.ui.define([ | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.56.0 | ||
@@ -24,0 +24,0 @@ * |
@@ -18,3 +18,3 @@ sap.ui.define([ | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.60.0 | ||
@@ -21,0 +21,0 @@ * |
@@ -1144,3 +1144,3 @@ sap.ui.define([ | ||
type: ButtonType.Transparent, | ||
text: sLabel === "*" ? "x" : sLabel, | ||
text: sLabel, | ||
press: this._insertItemFromToolbar.bind(this, sLabel) | ||
@@ -1147,0 +1147,0 @@ }).addStyleClass("sapCalculationBuilderInputToolbarButtons " + sClass); |
@@ -33,3 +33,3 @@ sap.ui.define([ | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.56.0 | ||
@@ -489,5 +489,2 @@ * | ||
var fnGetLabel = function () { | ||
if (this._isMultiplication()) { | ||
return "X"; | ||
} | ||
@@ -586,3 +583,3 @@ // either custom function or variable | ||
if (this._getType() === ItemType.Operator) { | ||
return ["+", "-", "/", "x", "(", ")", ","].indexOf(this.getKey()) === -1; | ||
return ["+", "-", "/", "*", "(", ")", ","].indexOf(this.getKey()) === -1; | ||
} | ||
@@ -589,0 +586,0 @@ |
@@ -19,3 +19,3 @@ sap.ui.define([ | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.56.0 | ||
@@ -22,0 +22,0 @@ * |
@@ -18,3 +18,3 @@ sap.ui.define([ | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.56.0 | ||
@@ -21,0 +21,0 @@ * |
@@ -23,3 +23,3 @@ /*! | ||
* @alias sap.suite.ui.commons.flexibility.changeHandler.PropertyChangeMapper | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.50 | ||
@@ -26,0 +26,0 @@ * @private |
@@ -24,3 +24,3 @@ sap.ui.define([ | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.67.0 | ||
@@ -27,0 +27,0 @@ * |
@@ -26,3 +26,3 @@ sap.ui.define([ | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.66.0 | ||
@@ -29,0 +29,0 @@ * |
@@ -24,3 +24,3 @@ sap.ui.define([ | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.66.0 | ||
@@ -27,0 +27,0 @@ * |
@@ -18,3 +18,3 @@ sap.ui.define([ | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.66.0 | ||
@@ -21,0 +21,0 @@ * |
@@ -24,3 +24,3 @@ sap.ui.define([ | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.66.0 | ||
@@ -27,0 +27,0 @@ * |
@@ -21,3 +21,3 @@ sap.ui.define([ | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.66.0 | ||
@@ -24,0 +24,0 @@ * |
@@ -13,3 +13,3 @@ sap.ui.define([ | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.66.0 | ||
@@ -16,0 +16,0 @@ * |
@@ -29,3 +29,3 @@ sap.ui.define([ | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.68.0 | ||
@@ -32,0 +32,0 @@ * |
@@ -25,3 +25,3 @@ sap.ui.define([ | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.66.0 | ||
@@ -28,0 +28,0 @@ * |
@@ -19,3 +19,3 @@ sap.ui.define([ | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.66.0 | ||
@@ -22,0 +22,0 @@ * |
@@ -185,3 +185,3 @@ /*! | ||
], | ||
version: "1.80.1", | ||
version: "1.81.0", | ||
extensions: { | ||
@@ -188,0 +188,0 @@ flChangeHandlers: { |
@@ -30,3 +30,3 @@ sap.ui.define([ | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* | ||
@@ -133,3 +133,3 @@ * @constructor | ||
MicroProcessFlow.prototype.onExit = function() { | ||
MicroProcessFlow.prototype.exit = function() { | ||
if (this._oLeftScroller) { | ||
@@ -136,0 +136,0 @@ this._oLeftScroller.destroy(); |
@@ -33,3 +33,3 @@ // Provides control MicroProcessFlowItem. | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* | ||
@@ -36,0 +36,0 @@ * @constructor |
@@ -585,2 +585,3 @@ /*! | ||
wrapping: true, | ||
wrappingType: sap.m.WrappingType.Hyphenated, | ||
width: sWidth, | ||
@@ -738,2 +739,3 @@ maxLines: iLinesCount | ||
wrapping: true, | ||
wrappingType: sap.m.WrappingType.Hyphenated, | ||
width: sWidth, | ||
@@ -1073,2 +1075,3 @@ maxLines: iLinesCount | ||
wrapping: true, | ||
wrappingType: sap.m.WrappingType.Hyphenated, | ||
width: sWidth, | ||
@@ -1075,0 +1078,0 @@ maxLines: iLinesCount |
@@ -27,3 +27,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.50 | ||
@@ -30,0 +30,0 @@ * |
@@ -34,3 +34,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.50 | ||
@@ -37,0 +37,0 @@ * |
@@ -22,3 +22,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.50 | ||
@@ -25,0 +25,0 @@ * |
@@ -24,3 +24,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.50 | ||
@@ -27,0 +27,0 @@ * |
@@ -24,3 +24,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.60.0 | ||
@@ -27,0 +27,0 @@ * |
@@ -26,3 +26,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.50 | ||
@@ -29,0 +29,0 @@ * |
@@ -25,3 +25,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.50 | ||
@@ -28,0 +28,0 @@ * |
@@ -21,3 +21,3 @@ sap.ui.define( | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.50 | ||
@@ -24,0 +24,0 @@ * |
@@ -38,3 +38,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.50 | ||
@@ -41,0 +41,0 @@ * |
@@ -30,3 +30,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.50 | ||
@@ -33,0 +33,0 @@ * |
@@ -28,3 +28,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.50 | ||
@@ -31,0 +31,0 @@ * |
@@ -48,3 +48,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.50 | ||
@@ -51,0 +51,0 @@ * |
@@ -47,3 +47,3 @@ sap.ui.define([ | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.58.0 | ||
@@ -50,0 +50,0 @@ * |
@@ -33,3 +33,3 @@ sap.ui.define([ | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.58.0 | ||
@@ -36,0 +36,0 @@ * |
@@ -29,3 +29,3 @@ sap.ui.define([ | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.58.0 | ||
@@ -32,0 +32,0 @@ * |
@@ -20,3 +20,3 @@ sap.ui.define([ | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.58.0 | ||
@@ -23,0 +23,0 @@ * |
@@ -53,3 +53,3 @@ sap.ui.define([ | ||
* @author SAP SE | ||
* @version 1.80.1 | ||
* @version 1.81.0 | ||
* @since 1.58.0 | ||
@@ -56,0 +56,0 @@ * |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
4997058
517