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

@sapui5/sap.viz

Package Overview
Dependencies
Maintainers
5
Versions
325
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sapui5/sap.viz - npm Package Compare versions

Comparing version 1.91.0 to 1.92.0

2

package.json
{
"name": "@sapui5/sap.viz",
"version": "1.91.0",
"version": "1.92.0",
"description": "SAPUI5 Library sap.viz",

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

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

this._oPopover.removeContent(this._oContentPanel);
}else if (this._oPopover.indexOfContent(this._oContentPanel) === -1) {
} else if (this._oPopover.indexOfContent(this._oContentPanel) === -1) {
this._oPopover.insertContent(this._oContentPanel, 0);

@@ -271,0 +271,0 @@ this._oSelectedBar.addStyleClass('viz-controls-chartPopover-vizSelectedBarBorder');

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

return !!this._bInResult;
}else {
} else {
this._bInResult = bInResult;

@@ -75,0 +75,0 @@ return this;

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

savedOptions.plotArea[keys[i]] = plotArea[keys[i]];
}else {
} else {
delete savedOptions.plotArea[keys[i]];

@@ -151,3 +151,3 @@ }

}else {
} else {
if (!plotArea.additionalColor){

@@ -181,3 +181,3 @@ plotArea.additionalColor = ["sapUiChartPaletteSequentialHue1Light2",

*so apply template color for timebullet chart
*limitation: if customer has already set actualColor/additionalColor for bulllet, customer settings will be overwrite
*restriction: if customer has already set actualColor/additionalColor for bulllet, customer settings will be overwrite
*/

@@ -281,3 +281,3 @@ RuntimeOptionsHelper.decorateTimeBullet = function(options) {

actualNum = values.length;
}else if (id === "valueAxis2"){
} else if (id === "valueAxis2"){
valueAxis2Num = values.length;

@@ -294,3 +294,3 @@ } else if (id === "categoryAxis2"){

valueAxis2BarShapeNum = 1;
}else {
} else {
barShapeNum = 1;

@@ -338,7 +338,7 @@ valueAxis2BarShapeNum = 0;

shortTickVisible = false;
}else {
} else {
tickVisible = false;
}
}
}else if ( ["info/stacked_bar", "info/stacked_column",
} else if ( ["info/stacked_bar", "info/stacked_column",
"info/100_stacked_bar", "info/100_stacked_column",

@@ -351,3 +351,3 @@ "info/waterfall", "info/horizontal_waterfall"].indexOf(type) >= 0 ){

}
}else if ( ["info/stacked_combination" , "info/horizontal_stacked_combination" ,
} else if ( ["info/stacked_combination" , "info/horizontal_stacked_combination" ,
"info/dual_horizontal_stacked_combination" , "info/dual_stacked_combination"].indexOf(type) >= 0){

@@ -361,3 +361,3 @@ if (onlyOneBar){

}
}else if (["info/combination", "info/dual_horizontal_combination" , "info/dual_combination"].indexOf(type) >= 0){
} else if (["info/combination", "info/dual_horizontal_combination" , "info/dual_combination"].indexOf(type) >= 0){
if ( onlyOneBar && (colorNum === 0 || (colorNum === 1 && hasMNDColor ))){

@@ -370,7 +370,7 @@ if (axisNum > 1) {

}
}else if (type === "info/bullet" || type === "info/vertical_bullet"){
} else if (type === "info/bullet" || type === "info/vertical_bullet"){
if (colorNum === 0 && actualNum <= 1){
if (axisNum > 1) {
shortTickVisible = false;
}else {
} else {
tickVisible = false;

@@ -399,3 +399,3 @@ }

}else {
} else {
if (!(axisTickProp.visible === true || axisTickProp.visible === false)) {

@@ -402,0 +402,0 @@ axisTickProp.visible = tickVisible;

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

}
}else if (val.strValue){
} else if (val.strValue){
val.value = val.strValue;

@@ -98,0 +98,0 @@ }

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

return oShape;
}else if (typeof color === 'string') {
} else if (typeof color === 'string') {
var sShape = '';

@@ -40,0 +40,0 @@ var markerSize = 10,

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

});
}else {
} else {
callback();

@@ -1322,0 +1322,0 @@ }

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

/**
* Shows/hides tickmarks when some limitations are met.
* Shows/hides tickmarks when some restrictions are met.
*

@@ -316,0 +316,0 @@ * @private

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

* @author SAP SE
* @version 1.91.0
* @version 1.92.0
* @since 1.30.0

@@ -23,0 +23,0 @@ * @alias sap.viz.ui5.core.BaseChartMetadata

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

}
}else {
} else {
if (this._aContext && typeof oCriteria === 'object') {

@@ -460,0 +460,0 @@ return this._aContext[oCriteria.dii_a2] && this._aContext[oCriteria.dii_a2][oCriteria.dii_a1];

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

return this.formatFunctions[pattern](value);
}else {
} else {
return "use_default_formatter";

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

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