@progress/kendo-diagram-vue-wrapper
Advanced tools
Comparing version 2018.2.53-0.6041555 to 2018.2.82-2.8270928
@@ -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, |
@@ -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
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
47
485915
4696
4
+ Added@progress/kendo-ui@2018.2.822(transitive)
- Removed@progress/kendo-ui@2018.1.503(transitive)
Updated@progress/kendo-base-components-vue-wrapper@2018.2.822.08270928