d2-analysis
Advanced tools
Comparing version 33.1.0-ev.0 to 33.1.0-ev.1
@@ -23,2 +23,3 @@ 'use strict'; | ||
text: i18n.image_png + ' (.png)', | ||
cls: 'push-analytics-download-as-png-menu-item', | ||
iconCls: 'ns-menu-item-image', | ||
@@ -25,0 +26,0 @@ handler: function handler() { |
@@ -30,2 +30,3 @@ 'use strict'; | ||
text: i18n.favorites, | ||
cls: 'push-analytics-favorites-dropdown-menu-button', | ||
menu: {}, | ||
@@ -32,0 +33,0 @@ handler: function handler(b) { |
@@ -267,2 +267,3 @@ 'use strict'; | ||
text: i18n.download, | ||
cls: 'push-analytics-download-dropdown-menu-button', | ||
disabled: true, | ||
@@ -269,0 +270,0 @@ menu: {}, |
@@ -16,7 +16,5 @@ 'use strict'; | ||
var test = [['name', 'Nissa'], ['description', 'Blabla']]; | ||
var toPatchData = exports.toPatchData = function toPatchData(properties) { | ||
if (!(0, _isObject2.default)(properties)) { | ||
throw 'toPatchData: not an object: ' + properties; | ||
throw 'toPatchData: not an object: ' + JSON.stringify(properties); | ||
} | ||
@@ -23,0 +21,0 @@ |
{ | ||
"name": "d2-analysis", | ||
"version": "33.1.0-ev.0", | ||
"version": "33.1.0-ev.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,2 +20,3 @@ export var ChartDownloadButtonItems; | ||
text: i18n.image_png + ' (.png)', | ||
cls: 'push-analytics-download-as-png-menu-item', | ||
iconCls: 'ns-menu-item-image', | ||
@@ -22,0 +23,0 @@ handler: function() { |
@@ -18,2 +18,3 @@ import { FavoriteWindow } from './FavoriteWindow.js'; | ||
text: i18n.favorites, | ||
cls: 'push-analytics-favorites-dropdown-menu-button', | ||
menu: {}, | ||
@@ -20,0 +21,0 @@ handler: function(b) { |
@@ -223,2 +223,3 @@ import isString from 'd2-utilizr/lib/isString'; | ||
text: i18n.download, | ||
cls: 'push-analytics-download-dropdown-menu-button', | ||
disabled: true, | ||
@@ -225,0 +226,0 @@ menu: {}, |
import isObject from 'd2-utilizr/lib/isObject'; | ||
const test = [ | ||
['name', 'Nissa'], | ||
['description', 'Blabla'] | ||
] | ||
export const toPatchData = properties => { | ||
if (!isObject(properties)) { | ||
throw `toPatchData: not an object: ${properties}` | ||
throw `toPatchData: not an object: ${JSON.stringify(properties)}` | ||
} | ||
@@ -12,0 +7,0 @@ |
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 not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3844720
50795