@sapui5/sap.ui.comp
Advanced tools
Comparing version 1.78.7 to 1.78.8
{ | ||
"name": "@sapui5/sap.ui.comp", | ||
"version": "1.78.7", | ||
"version": "1.78.8", | ||
"description": "SAPUI5 Library sap.ui.comp", | ||
@@ -5,0 +5,0 @@ "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/", |
@@ -28,3 +28,3 @@ /* | ||
name: "sap.ui.comp", | ||
version: "1.78.7", | ||
version: "1.78.8", | ||
dependencies: [ | ||
@@ -31,0 +31,0 @@ "sap.ui.core", |
@@ -10,3 +10,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @private | ||
@@ -13,0 +13,0 @@ * @since 1.36.0 |
@@ -15,3 +15,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @private | ||
@@ -18,0 +18,0 @@ * @since 1.58.0 |
@@ -11,3 +11,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @private | ||
@@ -14,0 +14,0 @@ * @since 1.44.0 |
@@ -10,3 +10,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @private | ||
@@ -13,0 +13,0 @@ * @since 1.25.0 |
@@ -29,3 +29,3 @@ /* | ||
* @param {string} oFormatOptions.calendarType format options. | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @experimental This module is only for internal/experimental use! | ||
@@ -32,0 +32,0 @@ * @private |
@@ -16,3 +16,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @private | ||
@@ -19,0 +19,0 @@ * @experimental This module is only for internal/experimental use! |
@@ -17,3 +17,3 @@ /* | ||
* @experimental to be productized soon | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @since 1.31.0 | ||
@@ -20,0 +20,0 @@ * @alias sap.ui.comp.odata.SideEffects |
@@ -21,3 +21,3 @@ /* | ||
* @param {object} oConstraints constraints. | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @experimental | ||
@@ -24,0 +24,0 @@ * @private |
@@ -26,3 +26,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @experimental | ||
@@ -29,0 +29,0 @@ * @since 1.54.0 |
@@ -19,3 +19,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @constructor | ||
@@ -22,0 +22,0 @@ * @experimental This module is only for internal/experimental use! |
@@ -29,3 +29,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @private | ||
@@ -32,0 +32,0 @@ * @since 1.26.0 |
@@ -30,3 +30,3 @@ /* eslint-disable strict */ | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @constructor | ||
@@ -33,0 +33,0 @@ * @experimental This module is only for internal/experimental use! |
@@ -20,3 +20,3 @@ /* eslint-disable strict */ | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @private | ||
@@ -23,0 +23,0 @@ * @since 1.34.0 |
@@ -16,3 +16,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @private | ||
@@ -19,0 +19,0 @@ * @since 1.34.0 |
@@ -10,3 +10,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @private | ||
@@ -13,0 +13,0 @@ * @since 1.25.0 |
@@ -10,3 +10,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @private | ||
@@ -13,0 +13,0 @@ * @since 1.48.0 |
@@ -925,2 +925,3 @@ /* | ||
this._bindInnerControlSuggestions(); | ||
var that = this; | ||
@@ -986,2 +987,9 @@ oValueListPromise = new Promise(function (resolve, reject) { | ||
if (that.oControl.isA("sap.m.MultiInput")) { | ||
// Clear proposed item from suggestions because the model will be changed and | ||
// it won't be valid anymore. If we do not clear it the text of wrong item | ||
// will be used as binding for the value and this will break the filter query | ||
that.oControl._oSuggPopover._oProposedItem = null; | ||
} | ||
oModel.setData(aData); | ||
@@ -1245,3 +1253,3 @@ }); | ||
if (!this._fieldHistoryEnabled || !this._fieldViewMetadata || !this._sFullyQualifiedFieldName || !this.oControl) { | ||
if (!this._fieldHistoryEnabled || !this._fieldViewMetadata || !this._sFullyQualifiedFieldName || !this.oControl || this._isControlDropdown()) { | ||
return false; | ||
@@ -1347,8 +1355,8 @@ } | ||
onmousedown: function (oEvent) { | ||
this._bindInnerControlSuggestions(); | ||
if (oEvent.target.tagName !== "INPUT") { | ||
if ((this.oControl.getAggregation("_suggestionPopup") && this.oControl.getAggregation("_suggestionPopup").isOpen()) || oEvent.target.tagName !== "INPUT") { | ||
return; | ||
} | ||
this._bindInnerControlSuggestions(); | ||
setTimeout(function () { | ||
@@ -1402,8 +1410,8 @@ this._showInitialSuggestions("suggestionRows", oInput.getValue()); | ||
onmousedown: function (oEvent) { | ||
this._bindInnerControlSuggestions(); | ||
if (oEvent.target.tagName !== "INPUT") { | ||
if ((this.oControl.getPicker() && this.oControl.getPicker().isOpen()) || oEvent.target.tagName !== "INPUT") { | ||
return; | ||
} | ||
this._bindInnerControlSuggestions(); | ||
setTimeout(function () { | ||
@@ -1499,9 +1507,24 @@ this._showInitialSuggestions("items", oComboBox.getValue()); | ||
return Object.keys(oFilterInputData).every(function (sKey) { | ||
var oCurrentItem = oItemData[sKey]; | ||
var sCurrentItem = oItemData[sKey]; | ||
var vFilteredItem = oFilterInputData[sKey]; | ||
if (!oCurrentItem){ | ||
if (!sCurrentItem) { | ||
// if current item does not have property for filtering just return it | ||
return true; | ||
} | ||
return oFilterInputData[sKey] === oCurrentItem; | ||
if (typeof vFilteredItem === "string") { | ||
// if filter data item is string directly compare to it | ||
return vFilteredItem === sCurrentItem; | ||
} | ||
if (typeof vFilteredItem === "object" && vFilteredItem.items && vFilteredItem.items.length > 0) { | ||
// if filter data item is object and has items, compare current item against every item from filter data array | ||
return vFilteredItem.items.some(function (oFilterItem) { | ||
return oFilterItem.key === sCurrentItem; | ||
}); | ||
} | ||
// If not filter data could be obtained just return true | ||
return true; | ||
}); | ||
@@ -1508,0 +1531,0 @@ }; |
@@ -12,3 +12,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @private | ||
@@ -15,0 +15,0 @@ * @since 1.29.0 |
@@ -11,3 +11,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @private | ||
@@ -14,0 +14,0 @@ * @since 1.28.0 |
@@ -11,3 +11,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @private | ||
@@ -14,0 +14,0 @@ * @since 1.28.0 |
@@ -27,3 +27,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* | ||
@@ -30,0 +30,0 @@ * @constructor |
@@ -11,3 +11,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @private | ||
@@ -14,0 +14,0 @@ * @since 1.28.0 |
@@ -11,3 +11,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @private | ||
@@ -14,0 +14,0 @@ * @since 1.28.0 |
@@ -12,3 +12,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @since 1.28.0 | ||
@@ -15,0 +15,0 @@ * @returns {sap.ui.comp.smartfield.ODataControlSelector} new control selector instance. |
@@ -11,3 +11,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @private | ||
@@ -14,0 +14,0 @@ * @since 1.28.0 |
@@ -65,3 +65,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* | ||
@@ -68,0 +68,0 @@ * @constructor |
@@ -14,3 +14,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @private | ||
@@ -17,0 +17,0 @@ * @since 1.31.0 |
@@ -18,3 +18,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @private | ||
@@ -21,0 +21,0 @@ * @since 1.28.0 |
@@ -11,3 +11,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @private | ||
@@ -14,0 +14,0 @@ * @since 1.28.0 |
@@ -11,3 +11,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @private | ||
@@ -14,0 +14,0 @@ * @since 1.28.0 |
@@ -11,3 +11,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @private | ||
@@ -14,0 +14,0 @@ * @since 1.28.0 |
@@ -11,3 +11,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @private | ||
@@ -14,0 +14,0 @@ * @since 1.28.0 |
@@ -11,3 +11,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @private | ||
@@ -14,0 +14,0 @@ * @since 1.28.0 |
@@ -11,3 +11,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @private | ||
@@ -14,0 +14,0 @@ * @since 1.31.0 |
@@ -11,3 +11,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @private | ||
@@ -14,0 +14,0 @@ * @since 1.28.0 |
@@ -11,3 +11,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @private | ||
@@ -14,0 +14,0 @@ * @since 1.28.0 |
@@ -11,3 +11,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @private | ||
@@ -14,0 +14,0 @@ * @since 1.34.0 |
@@ -29,3 +29,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* | ||
@@ -32,0 +32,0 @@ * @constructor |
@@ -23,3 +23,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @experimental Since 1.27.0 | ||
@@ -26,0 +26,0 @@ */ |
@@ -18,3 +18,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @experimental Since 1.33.0 | ||
@@ -21,0 +21,0 @@ */ |
@@ -17,3 +17,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @experimental Since 1.27.0 | ||
@@ -20,0 +20,0 @@ */ |
@@ -20,3 +20,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @experimental Since 1.46 | ||
@@ -23,0 +23,0 @@ */ |
@@ -17,3 +17,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @experimental Since 1.27.0 | ||
@@ -20,0 +20,0 @@ */ |
@@ -17,3 +17,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @experimental Since 1.27.0 | ||
@@ -20,0 +20,0 @@ */ |
@@ -13,3 +13,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @experimental Since 1.27.0 | ||
@@ -16,0 +16,0 @@ */ |
@@ -14,3 +14,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @experimental Since 1.27.0 | ||
@@ -17,0 +17,0 @@ */ |
@@ -24,3 +24,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @experimental Since 1.27.0 | ||
@@ -27,0 +27,0 @@ */ |
@@ -18,3 +18,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @experimental Since 1.27.0 | ||
@@ -21,0 +21,0 @@ */ |
@@ -14,3 +14,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @experimental Since 1.46 | ||
@@ -17,0 +17,0 @@ */ |
@@ -15,3 +15,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @experimental Since 1.46 | ||
@@ -18,0 +18,0 @@ */ |
@@ -13,3 +13,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @experimental Since 1.44.0 | ||
@@ -16,0 +16,0 @@ */ |
@@ -48,3 +48,3 @@ /* | ||
* @extends sap.ui.comp.smartmicrochart.SmartMicroChartBase | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @since 1.38 | ||
@@ -51,0 +51,0 @@ * @constructor |
@@ -36,3 +36,3 @@ /* | ||
* @extends sap.ui.comp.smartmicrochart.SmartMicroChartBase | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @since 1.38 | ||
@@ -39,0 +39,0 @@ * @constructor |
@@ -37,3 +37,3 @@ /* | ||
* @extends sap.ui.comp.smartmicrochart.SmartMicroChartBase | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @since 1.60 | ||
@@ -40,0 +40,0 @@ * @constructor |
@@ -38,3 +38,3 @@ /* | ||
* @extends sap.ui.comp.smartmicrochart.SmartMicroChartBase | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @since 1.58 | ||
@@ -41,0 +41,0 @@ * @constructor |
@@ -34,3 +34,3 @@ /* | ||
* @extends sap.ui.comp.smartmicrochart.SmartMicroChartBase | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @since 1.61 | ||
@@ -37,0 +37,0 @@ * @constructor |
@@ -34,3 +34,3 @@ /* | ||
* @extends sap.ui.comp.smartmicrochart.SmartMicroChartBase | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @constructor | ||
@@ -37,0 +37,0 @@ * @public |
@@ -37,3 +37,3 @@ /* | ||
* @extends sap.ui.comp.smartmicrochart.SmartMicroChartBase | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @since 1.60 | ||
@@ -40,0 +40,0 @@ * @constructor |
@@ -35,3 +35,3 @@ /* | ||
* @extends sap.ui.core.Control | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @since 1.38 | ||
@@ -38,0 +38,0 @@ * @constructor |
@@ -10,3 +10,3 @@ /*! | ||
* @static | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @since 1.38.0 | ||
@@ -13,0 +13,0 @@ */ |
@@ -32,3 +32,3 @@ /* | ||
* @extends sap.ui.comp.smartmicrochart.SmartMicroChartBase | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @constructor | ||
@@ -35,0 +35,0 @@ * @public |
@@ -35,3 +35,3 @@ /* | ||
* @extends sap.ui.comp.smartmicrochart.SmartMicroChartBase | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @since 1.58 | ||
@@ -38,0 +38,0 @@ * @constructor |
@@ -26,3 +26,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* | ||
@@ -29,0 +29,0 @@ * @public |
@@ -111,3 +111,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* | ||
@@ -114,0 +114,0 @@ * @public |
@@ -18,3 +18,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
*/ | ||
@@ -21,0 +21,0 @@ var AddMultiEditFields = {}; |
@@ -87,3 +87,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* | ||
@@ -90,0 +90,0 @@ * @public |
@@ -17,3 +17,3 @@ /* | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @constructor | ||
@@ -20,0 +20,0 @@ * @public |
@@ -33,3 +33,3 @@ /*! | ||
* @author SAP SE | ||
* @version 1.78.7 | ||
* @version 1.78.8 | ||
* @since 1.63.0 | ||
@@ -36,0 +36,0 @@ * |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
5363224
90709