@sapui5/sap.viz 1.104.0 → 1.105.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.viz",
3
- "version": "1.104.0",
3
+ "version": "1.105.0",
4
4
  "description": "SAPUI5 Library sap.viz",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -5,7 +5,7 @@
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>SAPUI5
7
7
  * (c) Copyright 2009-2022 SAP SE. All rights reserved.</copyright>
8
- <version>1.104.0</version>
8
+ <version>1.105.0</version>
9
9
 
10
10
  <documentation>Chart controls based on the SAP BI CVOM charting library</documentation>
11
11
 
@@ -245,7 +245,7 @@
245
245
  </all-in-one>
246
246
  </packaging>
247
247
  <thirdparty xmlns="http://www.sap.com/ui5/buildext/thirdparty" >
248
- <lib name="canvg" displayName="Canvg" version="1.2" homepage="https://github.com/canvg/canvg">
248
+ <lib name="canvg" displayName="Canvg" version="1.2" homepage="https://github.com/canvg/canvg" id="73554900106100001206">
249
249
  <license url="https://github.com/canvg/canvg/blob/master/LICENSE" type="MIT" file="libs/canvg.js" />
250
250
  <copyright>2010 - present Gabe Lerner (gabelerner@gmail.com)</copyright>
251
251
  <pattern>src/libraries/_sap.viz/src/sap/viz/libs/canvg.js</pattern>
@@ -254,7 +254,7 @@
254
254
  The code snippets used in sap-viz-controls-vizcontainer.js don't contain a version hint.
255
255
  But - besides formatting - they match the version 2.1.0 of raphael.core.js
256
256
  -->
257
- <lib name="RaphaelJS" displayName="RaphaelJS" version="2.1.0" homepage="http://raphaeljs.com/">
257
+ <lib name="RaphaelJS" displayName="RaphaelJS" version="2.1.0" homepage="http://raphaeljs.com/" id="73554900106100001164">
258
258
  <license url="https://github.com/DmitryBaranovskiy/raphael/blob/master/license.txt" type="MIT" file="ui5/container/libs/common/libs/RaphaelJS/license.txt" />
259
259
  <copyright>2008-2010 Dmitry Baranovskiy</copyright>
260
260
  <pattern partial="true">src/libraries/_sap.viz/src/sap/viz/ui5/container/libs/sap-viz-controls-vizcontainer.js</pattern>
@@ -265,7 +265,7 @@
265
265
  The exact same code can be found at https://github.com/diegotremper/rgb-color/blob/ab331e3e527c2a5bbd0497817bdc604265468230/rgb-color.js,
266
266
  which is kind of a fork. The first verison 1.0.0 is not an exact match, it contains one additional fix.
267
267
  -->
268
- <lib name="rgb-color" displayName="RGB color parser in JavaScript" version="2006-02-23" homepage="http://www.phpied.com/rgb-color-parser-in-javascript/">
268
+ <lib name="rgb-color" displayName="RGB color parser in JavaScript" version="2006-02-23" homepage="http://www.phpied.com/rgb-color-parser-in-javascript/" id="73554900106100001180">
269
269
  <license url="https://www.phpied.com/files/rgbcolor/rgbcolor.js" type="MIT" file="ui5/container/libs/common/libs/rgbcolor/rgbcolor_static.js" />
270
270
  <copyright>Stoyan Stefanov</copyright>
271
271
  <pattern>src/libraries/_sap.viz/src/sap/viz/libs/rgbcolor.js</pattern>
@@ -248,7 +248,7 @@ sap.ui.define([
248
248
 
249
249
  //@@end generated-elements-list
250
250
  ],
251
- version: "1.104.0"
251
+ version: "1.105.0"
252
252
  });
253
253
 
254
254
  //@@begin generated-enums
@@ -17,7 +17,7 @@ sap.ui.define(['sap/ui/core/ElementMetadata'],
17
17
  *
18
18
  * @class
19
19
  * @author SAP SE
20
- * @version 1.104.0
20
+ * @version 1.105.0
21
21
  * @since 1.30.0
22
22
  * @alias sap.viz.ui5.core.BaseChartMetadata
23
23
  */