New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sapui5/sap.ui.comp

Package Overview
Dependencies
Maintainers
5
Versions
327
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sapui5/sap.ui.comp - npm Package Compare versions

Comparing version 1.87.3 to 1.87.4

2

package.json
{
"name": "@sapui5/sap.ui.comp",
"version": "1.87.3",
"version": "1.87.4",
"description": "SAPUI5 Library sap.ui.comp",

@@ -5,0 +5,0 @@ "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",

@@ -90,2 +90,3 @@ /*

* @since 1.26.1
* @deprecated Since version 1.87. Will be internally treated as if always set to <code>true<code>
*/

@@ -95,3 +96,3 @@ partOfCurrentVariant: {

group: "Misc",
defaultValue: false
defaultValue: true
},

@@ -250,11 +251,17 @@

* @param {boolean} bVisible State of visibility in filter bar
* @deprecated Since version 1.89. This property is treated as always set to <codeYtrue</code>.
*/
FilterItem.prototype.setPartOfCurrentVariant = function(bVisible) {
this.setProperty("partOfCurrentVariant", bVisible);
this.fireChange({
propertyName: "partOfCurrentVariant"
});
// this.setProperty("partOfCurrentVariant", bVisible);
//
if (bVisible) {
this.fireChange({
propertyName: "partOfCurrentVariant"
});
}
return this;
};
FilterItem.prototype.getPartOfCurrentVariant = function() {
return true;
};

@@ -261,0 +268,0 @@ FilterItem.prototype._getGroupName = function() {

@@ -28,3 +28,3 @@ /*

name: "sap.ui.comp",
version: "1.87.3",
version: "1.87.4",
dependencies: [

@@ -31,0 +31,0 @@ "sap.ui.core",

@@ -10,3 +10,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @private

@@ -13,0 +13,0 @@ * @since 1.36.0

@@ -15,3 +15,3 @@ /*!

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @private

@@ -18,0 +18,0 @@ * @since 1.58.0

@@ -11,3 +11,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @private

@@ -14,0 +14,0 @@ * @since 1.44.0

@@ -10,3 +10,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @private

@@ -13,0 +13,0 @@ * @since 1.25.0

@@ -29,3 +29,3 @@ /*

* @param {string} oFormatOptions.calendarType format options.
* @version 1.87.3
* @version 1.87.4
* @experimental This module is only for internal/experimental use!

@@ -32,0 +32,0 @@ * @private

@@ -16,3 +16,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @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.87.3
* @version 1.87.4
* @since 1.31.0

@@ -20,0 +20,0 @@ * @alias sap.ui.comp.odata.SideEffects

@@ -23,3 +23,3 @@ /*

* @param {object} oSettings Settings.
* @version 1.87.3
* @version 1.87.4
* @experimental

@@ -26,0 +26,0 @@ * @private

@@ -26,3 +26,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @experimental

@@ -29,0 +29,0 @@ * @since 1.54.0

@@ -19,3 +19,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @constructor

@@ -22,0 +22,0 @@ * @experimental This module is only for internal/experimental use!

@@ -30,3 +30,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @private

@@ -33,0 +33,0 @@ * @since 1.26.0

@@ -30,3 +30,3 @@ /* eslint-disable strict */

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @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.87.3
* @version 1.87.4
* @private

@@ -23,0 +23,0 @@ * @since 1.34.0

@@ -16,3 +16,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @private

@@ -19,0 +19,0 @@ * @since 1.34.0

@@ -10,3 +10,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @private

@@ -13,0 +13,0 @@ * @since 1.25.0

@@ -10,3 +10,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @private

@@ -13,0 +13,0 @@ * @since 1.48.0

@@ -147,2 +147,3 @@ /*

* <b>Note:</b>the request for metadata is triggered asynchronously.
* @returns {Promise} Returns <code>Promise</code> of the <code>ValueList</code> Annotation
* @private

@@ -161,3 +162,3 @@ */

this._loadAnnotation();
return this._loadAnnotation();
};

@@ -168,2 +169,3 @@

* @private
* @returns {Promise} Returns resolved <code>Promise</code> or <code>Promise</code> of the lazy loaded <code>ValueList</code> Annotation
*/

@@ -181,3 +183,3 @@ BaseValueListProvider.prototype._loadAnnotation = function() {

this._oMetadataAnalyser.getValueListAnnotationLazy(this._sFullyQualifiedFieldName).then(this._onAnnotationLoad.bind(this), function(oError) {
return this._oMetadataAnalyser.getValueListAnnotationLazy(this._sFullyQualifiedFieldName).then(this._onAnnotationLoad.bind(this), function(oError) {
this._oError = oError;

@@ -188,2 +190,3 @@ this.bInitialised = true;

}
return Promise.resolve();
};

@@ -190,0 +193,0 @@

@@ -12,3 +12,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @private

@@ -15,0 +15,0 @@ * @since 1.29.0

@@ -11,3 +11,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @private

@@ -14,0 +14,0 @@ * @since 1.28.0

@@ -11,3 +11,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @private

@@ -14,0 +14,0 @@ * @since 1.28.0

@@ -27,3 +27,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
*

@@ -30,0 +30,0 @@ * @constructor

@@ -66,10 +66,10 @@ /*!

var mHiddenAnnotation = mProperty["com.sap.vocabularies.UI.v1.Hidden"];
mProp.unsupported = !!mHiddenAnnotation && mHiddenAnnotation.Bool === "true";
mProp.hideFromReveal = !!mHiddenAnnotation && mHiddenAnnotation.Bool === "true";
var mFieldControlAnnotation;
if (!mProp.unsupported) {
if (!mProp.hideFromReveal) {
// Old hidden annotation
mFieldControlAnnotation = mProperty["com.sap.vocabularies.Common.v1.FieldControl"];
if (mFieldControlAnnotation && mFieldControlAnnotation.EnumMember) {
mProp.unsupported = mFieldControlAnnotation.EnumMember === "com.sap.vocabularies.Common.v1.FieldControlType/Hidden";
mProp.hideFromReveal = mFieldControlAnnotation.EnumMember === "com.sap.vocabularies.Common.v1.FieldControlType/Hidden";
} else {

@@ -83,3 +83,3 @@ //@runtime hidden by field control value = 0

var iFieldControlValue = oElement.getBindingContext().getProperty(sFieldControlPath);
mProp.unsupported = iFieldControlValue === 0;
mProp.hideFromReveal = iFieldControlValue === 0;
}

@@ -86,0 +86,0 @@ }

@@ -11,3 +11,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @private

@@ -14,0 +14,0 @@ * @since 1.28.0

@@ -11,3 +11,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @private

@@ -14,0 +14,0 @@ * @since 1.28.0

@@ -12,3 +12,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @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.87.3
* @version 1.87.4
* @private

@@ -14,0 +14,0 @@ * @since 1.28.0

@@ -65,3 +65,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
*

@@ -68,0 +68,0 @@ * @constructor

@@ -14,3 +14,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @private

@@ -17,0 +17,0 @@ * @since 1.31.0

@@ -70,3 +70,3 @@ /*!

// Last value for which text arrangement request was made is not the same as the new one
this._sTextArrangementLastReadValue !== sValue
this.oTextArrangementType && this.oTextArrangementType._sTextArrangementLastReadValue !== sValue
) {

@@ -404,3 +404,5 @@ // Upon model update we might need to update the text arrangement

this._sTextArrangementLastReadValue = oSettings.value;
if (this.oTextArrangementType) {
this.oTextArrangementType._sTextArrangementLastReadValue = oSettings.value;
}

@@ -407,0 +409,0 @@ var aFilters = this.getFilters(oSettings.value, oFiltersSettings);

@@ -18,3 +18,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @private

@@ -21,0 +21,0 @@ * @since 1.28.0

@@ -11,3 +11,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @private

@@ -14,0 +14,0 @@ * @since 1.28.0

@@ -11,3 +11,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @private

@@ -14,0 +14,0 @@ * @since 1.28.0

@@ -11,3 +11,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @private

@@ -14,0 +14,0 @@ * @since 1.28.0

@@ -11,3 +11,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @private

@@ -14,0 +14,0 @@ * @since 1.28.0

@@ -11,3 +11,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @private

@@ -14,0 +14,0 @@ * @since 1.28.0

@@ -11,3 +11,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @private

@@ -14,0 +14,0 @@ * @since 1.31.0

@@ -11,3 +11,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @private

@@ -14,0 +14,0 @@ * @since 1.28.0

@@ -11,3 +11,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @private

@@ -14,0 +14,0 @@ * @since 1.28.0

@@ -309,2 +309,7 @@ /*

if (vDescription === "" && this.oFormatOptions.textArrangement !== "idOnly"){
this._sTextArrangementLastReadValue = null;
}
// in case the binding path is invalid/empty

@@ -311,0 +316,0 @@ if (isPlainObject(vDescription)) {

@@ -11,3 +11,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @private

@@ -14,0 +14,0 @@ * @since 1.34.0

@@ -29,3 +29,3 @@ /*!

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
*

@@ -32,0 +32,0 @@ * @constructor

@@ -11,3 +11,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @private

@@ -14,0 +14,0 @@ * @since 1.85.0

@@ -23,3 +23,3 @@ /*!

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @experimental Since 1.27.0

@@ -26,0 +26,0 @@ */

@@ -84,3 +84,3 @@ /*!

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @experimental Since 1.33.0

@@ -87,0 +87,0 @@ */

@@ -17,3 +17,3 @@ /*!

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @experimental Since 1.27.0

@@ -20,0 +20,0 @@ */

@@ -20,3 +20,3 @@ /*!

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @experimental Since 1.46

@@ -23,0 +23,0 @@ */

@@ -17,3 +17,3 @@ /*!

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @experimental Since 1.27.0

@@ -20,0 +20,0 @@ */

@@ -17,3 +17,3 @@ /*!

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @experimental Since 1.27.0

@@ -20,0 +20,0 @@ */

@@ -13,3 +13,3 @@ /*!

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @experimental Since 1.27.0

@@ -16,0 +16,0 @@ */

@@ -14,3 +14,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @experimental Since 1.27.0

@@ -17,0 +17,0 @@ */

@@ -24,3 +24,3 @@ /*!

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @experimental Since 1.27.0

@@ -27,0 +27,0 @@ */

@@ -18,3 +18,3 @@ /*!

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @experimental Since 1.27.0

@@ -21,0 +21,0 @@ */

@@ -14,3 +14,3 @@ /*!

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @experimental Since 1.46

@@ -17,0 +17,0 @@ */

@@ -15,3 +15,3 @@ /*!

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @experimental Since 1.46

@@ -18,0 +18,0 @@ */

@@ -13,3 +13,3 @@ /*!

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @experimental Since 1.44.0

@@ -16,0 +16,0 @@ */

@@ -48,3 +48,3 @@ /*

* @extends sap.ui.comp.smartmicrochart.SmartMicroChartBase
* @version 1.87.3
* @version 1.87.4
* @since 1.38

@@ -51,0 +51,0 @@ * @constructor

@@ -36,3 +36,3 @@ /*

* @extends sap.ui.comp.smartmicrochart.SmartMicroChartBase
* @version 1.87.3
* @version 1.87.4
* @since 1.38

@@ -39,0 +39,0 @@ * @constructor

@@ -37,3 +37,3 @@ /*

* @extends sap.ui.comp.smartmicrochart.SmartMicroChartBase
* @version 1.87.3
* @version 1.87.4
* @since 1.60

@@ -40,0 +40,0 @@ * @constructor

@@ -38,3 +38,3 @@ /*

* @extends sap.ui.comp.smartmicrochart.SmartMicroChartBase
* @version 1.87.3
* @version 1.87.4
* @since 1.58

@@ -41,0 +41,0 @@ * @constructor

@@ -34,3 +34,3 @@ /*

* @extends sap.ui.comp.smartmicrochart.SmartMicroChartBase
* @version 1.87.3
* @version 1.87.4
* @since 1.61

@@ -37,0 +37,0 @@ * @constructor

@@ -34,3 +34,3 @@ /*

* @extends sap.ui.comp.smartmicrochart.SmartMicroChartBase
* @version 1.87.3
* @version 1.87.4
* @constructor

@@ -37,0 +37,0 @@ * @public

@@ -37,3 +37,3 @@ /*

* @extends sap.ui.comp.smartmicrochart.SmartMicroChartBase
* @version 1.87.3
* @version 1.87.4
* @since 1.60

@@ -40,0 +40,0 @@ * @constructor

@@ -35,3 +35,3 @@ /*

* @extends sap.ui.core.Control
* @version 1.87.3
* @version 1.87.4
* @since 1.38

@@ -38,0 +38,0 @@ * @constructor

@@ -10,3 +10,3 @@ /*!

* @static
* @version 1.87.3
* @version 1.87.4
* @since 1.38.0

@@ -13,0 +13,0 @@ */

@@ -32,3 +32,3 @@ /*

* @extends sap.ui.comp.smartmicrochart.SmartMicroChartBase
* @version 1.87.3
* @version 1.87.4
* @constructor

@@ -35,0 +35,0 @@ * @public

@@ -35,3 +35,3 @@ /*

* @extends sap.ui.comp.smartmicrochart.SmartMicroChartBase
* @version 1.87.3
* @version 1.87.4
* @since 1.58

@@ -38,0 +38,0 @@ * @constructor

@@ -26,3 +26,3 @@ /*!

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
*

@@ -378,3 +378,3 @@ * @public

Container.prototype._getFields = function () {
if (!this._aFields && this.getLayout()) {
if ((!this._aFields || (Array.isArray(this._aFields) && !this._aFields.length)) && this.getLayout()) {
this._aFields = [];

@@ -381,0 +381,0 @@ this.getLayout().getGroups().forEach(function (oGroup) {

@@ -112,3 +112,3 @@ /*!

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
*

@@ -968,3 +968,3 @@ * @public

oHBoxItem = oControl.getItems()[1];
if (oHBoxItem._oControl.display) {
if (oHBoxItem._oControl.current === "display") {
oUomControl = oHBoxItem._oControl.display;

@@ -974,3 +974,3 @@ if (oUomControl.setText) {

}
} else if (oHBoxItem._oControl.edit) {
} else if (oHBoxItem._oControl.current === "edit") {
oUomControl = oHBoxItem._oControl.edit;

@@ -977,0 +977,0 @@ if (oUomControl.setValue) {

@@ -19,3 +19,3 @@ /*!

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
*/

@@ -22,0 +22,0 @@ var AddMultiEditFields = {};

@@ -98,3 +98,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
*

@@ -101,0 +101,0 @@ * @public

@@ -17,3 +17,3 @@ /*

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @constructor

@@ -20,0 +20,0 @@ * @public

@@ -33,3 +33,3 @@ /*!

* @author SAP SE
* @version 1.87.3
* @version 1.87.4
* @since 1.63.0

@@ -36,0 +36,0 @@ *

@@ -99,3 +99,3 @@ /*

* @param {object} [mSettings] initial settings for the new control
* @version 1.87.3
* @version 1.87.4
* @experimental

@@ -102,0 +102,0 @@ * @private

@@ -35,3 +35,3 @@ /*

* @param {object} [mSettings] initial settings for the new control
* @version 1.87.3
* @version 1.87.4
* @experimental

@@ -38,0 +38,0 @@ * @private

@@ -20,3 +20,3 @@ /*

* @ui5-restricted sap.ui.comp.valuehelpdialog.P13nFilterPanel
* @version 1.87.3
* @version 1.87.4
* @alias sap.ui.comp.valuehelpdialog.P13nOperationsHelper

@@ -23,0 +23,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 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc