Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@progress/kendo-diagram-vue-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/kendo-diagram-vue-wrapper - npm Package Compare versions

Comparing version 2018.2.53-0.6041555 to 2018.2.82-2.8270928

docs/advanced_export.md

1

dist/es/KendoDiagram/DiagramProps.js

@@ -11,2 +11,3 @@ "use strict";

connectionsDataSource: Object | Array,
connectionsDataSourceRef: String,
dataSource: Object | Array,

@@ -13,0 +14,0 @@ editable: Boolean | Object,

2

dist/es/KendoDiagram/KendoDiagramMixin.js

@@ -57,3 +57,3 @@ 'use strict';

this._resolveChildren();
this.setInnerDataSource('connectionsDataSourceRef', 'connectionsDataSource');
kendo.jQuery(this.$el).kendoDiagram(this.widgetOptions);

@@ -60,0 +60,0 @@

@@ -75,2 +75,6 @@ 'use strict';

},
shapeDefaultsContent: {
type: Object,
kComposite: 'shapeDefaults.content'
},
shapeDefaultsContentAlign: {

@@ -77,0 +81,0 @@ type: String,

@@ -11,2 +11,3 @@ "use strict";

connectionsDataSource: Object | Array,
connectionsDataSourceRef: String,
dataSource: Object | Array,

@@ -13,0 +14,0 @@ editable: Boolean | Object,

@@ -57,3 +57,3 @@ 'use strict';

this._resolveChildren();
this.setInnerDataSource('connectionsDataSourceRef', 'connectionsDataSource');
kendo.jQuery(this.$el).kendoDiagram(this.widgetOptions);

@@ -60,0 +60,0 @@

@@ -75,2 +75,6 @@ 'use strict';

},
shapeDefaultsContent: {
type: Object,
kComposite: 'shapeDefaults.content'
},
shapeDefaultsContentAlign: {

@@ -77,0 +81,0 @@ type: String,

@@ -20,4 +20,14 @@ window.moduleDirectives = (window.moduleDirectives || []).concat([{

import: 'DataSource, HierarchicalDataSource, GanttDataSource, GanttDependencyDataSource, PivotDataSource, SchedulerDataSource, TreeListDataSource, DataSourceInstaller'
}, {
module: '@progress/kendo-dropdowns-vue-wrapper',
main: 'dist/cdn/kendo-dropdowns-vue-wrapper.js',
match: '(kendo-autocomplete|kendo-combobox|kendo-dropdownlist|kendo-multiselect)',
import: 'AutoComplete, ComboBox, DropDownList, MultiSelect, DropdownsInstaller'
}, {
module: '@progress/kendo-buttons-vue-wrapper',
main: 'dist/cdn/kendo-buttons-vue-wrapper.js',
match: '(kendo-button|kendo-buttongroup|kendo-toolbar|kendo-toolbar-item|kendo-buttongroup-button)',
import: 'Button, ButtonGroup, ToolBar, ToolBarItem, ButtonGroupButton, ButtonsInstaller'
}
]);

@@ -15,13 +15,4 @@ ---

## Installation
## Basic Usage
To initialize the Diagram, either:
* [Use the CDN service](#toc-initializing-from-cdn), or
* [Use Webpack](#toc-initializing-with-webpack).
### Initializing from CDN
The following example demonstrates how to initialize the Diagram component by using the CDN services. To access all CDN references, open the sample in [Plunker](https://plnkr.co/).
{% meta height:660 %}

@@ -150,3 +141,3 @@ ```html-preview

g.append(new dataviz.diagram.Image({
source: 'http://demos.telerik.com/kendo-ui/content/dataviz/diagram/people/' + dataItem.image,
source: 'https://demos.telerik.com/kendo-ui/content/dataviz/diagram/people/' + dataItem.image,
x: 3,

@@ -165,2 +156,9 @@ y: 3,

## Installation
To initialize the Diagram, either:
* [Use the CDN service](#toc-initializing-from-cdn), or
* [Use Webpack](#toc-initializing-with-webpack).
### Initializing with Webpack

@@ -167,0 +165,0 @@

{
"name": "@progress/kendo-diagram-vue-wrapper",
"version": "2018.2.530.06041555",
"version": "2018.2.822.08270928",
"description": "Kendo UI Diagram wrapper for Vue.js",

@@ -28,6 +28,6 @@ "main": "./dist/npm/index.js",

"dependencies": {
"@progress/kendo-base-components-vue-wrapper": "2018.2.530.06041444"
"@progress/kendo-base-components-vue-wrapper": "2018.2.822.08270928"
},
"peerDependencies": {
"@progress/kendo-ui": "~2018.1.313",
"@progress/kendo-ui": "~2018.2.620",
"vue": "^2.3.3"

@@ -34,0 +34,0 @@ },

Sorry, the diff of this file is too big to display

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 not supported yet

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