@progress/kendo-dropdowns-vue-wrapper
Advanced tools
Comparing version 2018.2.53-0.6041555 to 2018.2.82-2.8270928
@@ -56,3 +56,3 @@ --- | ||
To initialize the AutoComplete by binding it to a remote data service, use the [Data Source component](http://docs.telerik.com/kendo-ui/framework/datasource/overview). Remote data binding is appropriate for larger datasets, so that items are loaded on demand when displayed. You can use the DataSource for serving data from a variety of data services such as [XML](http://en.wikipedia.org/wiki/XML), [JSON](http://en.wikipedia.org/wiki/JSON), and [JSONP](http://en.wikipedia.org/wiki/JSONP). | ||
To initialize the AutoComplete by binding it to a remote data service, use the [Data Source component](https://docs.telerik.com/kendo-ui/framework/datasource/overview). Remote data binding is appropriate for larger datasets, so that items are loaded on demand when displayed. You can use the DataSource for serving data from a variety of data services such as [XML](http://en.wikipedia.org/wiki/XML), [JSON](http://en.wikipedia.org/wiki/JSON), and [JSONP](http://en.wikipedia.org/wiki/JSONP). | ||
@@ -83,4 +83,4 @@ ```html | ||
* [Kendo UI Data Source](http://docs.telerik.com/kendo-ui/framework/datasource/overview) | ||
* [Kendo UI Data Source](https://docs.telerik.com/kendo-ui/framework/datasource/overview) | ||
* [Kendo UI AutoComplete for jQuery](https://docs.telerik.com/kendo-ui/controls/editors/autocomplete/overview) | ||
* [API Reference of the AutoComplete Widget](https://docs.telerik.com/kendo-ui/api/javascript/ui/autocomplete) |
@@ -13,3 +13,3 @@ --- | ||
For more information on the grouping functionality of the Data Source, refer to the article on the [`group`](http://docs.telerik.com/kendo-ui/api/javascript/data/datasource#configuration-group) configuration. | ||
For more information on the grouping functionality of the Data Source, refer to the article on the [`group`](https://docs.telerik.com/kendo-ui/api/javascript/data/datasource#configuration-group) configuration. | ||
@@ -16,0 +16,0 @@ ```html-preview |
@@ -15,3 +15,3 @@ --- | ||
The AutoComplete wrapper for Vue is a client-side wrapper for the [Kendo UI AutoComplete](http://docs.telerik.com/kendo-ui/api/javascript/ui/autocomplete) widget. | ||
The AutoComplete wrapper for Vue is a client-side wrapper for the [Kendo UI AutoComplete](https://docs.telerik.com/kendo-ui/api/javascript/ui/autocomplete) widget. | ||
@@ -18,0 +18,0 @@ ## Basic Usage |
@@ -11,3 +11,3 @@ --- | ||
The AutoComplete provides full control over the way an item or a popup header is rendered by using the [Kendo UI templates](http://docs.telerik.com/kendo-ui/framework/templates/overview). | ||
The AutoComplete provides full control over the way an item or a popup header is rendered by using the [Kendo UI templates](https://docs.telerik.com/kendo-ui/framework/templates/overview). | ||
@@ -14,0 +14,0 @@ ```html-preview |
@@ -57,3 +57,3 @@ --- | ||
To initialize the ComboBox by binding it to a remote data service, use the [Data Source component](http://docs.telerik.com/kendo-ui/framework/datasource/overview). Remote data binding is appropriate for larger datasets, so that items are loaded on demand when displayed. You can use the DataSource for serving data from a variety of data services such as [XML](http://en.wikipedia.org/wiki/XML), [JSON](http://en.wikipedia.org/wiki/JSON), and [JSONP](http://en.wikipedia.org/wiki/JSONP). | ||
To initialize the ComboBox by binding it to a remote data service, use the [Data Source component](https://docs.telerik.com/kendo-ui/framework/datasource/overview). Remote data binding is appropriate for larger datasets, so that items are loaded on demand when displayed. You can use the DataSource for serving data from a variety of data services such as [XML](http://en.wikipedia.org/wiki/XML), [JSON](http://en.wikipedia.org/wiki/JSON), and [JSONP](http://en.wikipedia.org/wiki/JSONP). | ||
@@ -60,0 +60,0 @@ ```html |
@@ -16,3 +16,3 @@ --- | ||
For more information on the grouping functionality of the Data Source, refer to the article on the [`group`](http://docs.telerik.com/kendo-ui/api/javascript/data/datasource#configuration-group) configuration. | ||
For more information on the grouping functionality of the Data Source, refer to the article on the [`group`](https://docs.telerik.com/kendo-ui/api/javascript/data/datasource#configuration-group) configuration. | ||
@@ -19,0 +19,0 @@ To configure the rendering of the group titles, use the [`groupTemplate`](https://docs.telerik.com/kendo-ui/api/javascript/ui/combobox#configuration-groupTemplate) and [`fixedGroupedTemplate`](https://docs.telerik.com/kendo-ui/api/javascript/ui/combobox#configuration-fixedGroupTemplate) templates of the component. |
@@ -13,3 +13,3 @@ --- | ||
The ComboBox wrapper for Vue is a client-side wrapper for the [Kendo UI ComboBox](http://docs.telerik.com/kendo-ui/api/javascript/ui/combobox) widget. | ||
The ComboBox wrapper for Vue is a client-side wrapper for the [Kendo UI ComboBox](https://docs.telerik.com/kendo-ui/api/javascript/ui/combobox) widget. | ||
@@ -16,0 +16,0 @@ ## Basic Usage |
@@ -11,3 +11,3 @@ --- | ||
The ComboBox provides full control over the way an item or a popup header is rendered by using the [Kendo UI templates](http://docs.telerik.com/kendo-ui/framework/templates/overview). | ||
The ComboBox provides full control over the way an item or a popup header is rendered by using the [Kendo UI templates](https://docs.telerik.com/kendo-ui/framework/templates/overview). | ||
@@ -14,0 +14,0 @@ ## Item Templates |
@@ -57,3 +57,3 @@ --- | ||
To initialize the DropDownList by binding it to a remote data service, use the [Data Source component](http://docs.telerik.com/kendo-ui/framework/datasource/overview). Remote data binding is appropriate for larger datasets, so that items are loaded on demand when displayed. You can use the DataSource for serving data from a variety of data services such as [XML](http://en.wikipedia.org/wiki/XML), [JSON](http://en.wikipedia.org/wiki/JSON), and [JSONP](http://en.wikipedia.org/wiki/JSONP). | ||
To initialize the DropDownList by binding it to a remote data service, use the [Data Source component](https://docs.telerik.com/kendo-ui/framework/datasource/overview). Remote data binding is appropriate for larger datasets, so that items are loaded on demand when displayed. You can use the DataSource for serving data from a variety of data services such as [XML](http://en.wikipedia.org/wiki/XML), [JSON](http://en.wikipedia.org/wiki/JSON), and [JSONP](http://en.wikipedia.org/wiki/JSONP). | ||
@@ -60,0 +60,0 @@ ```html |
@@ -16,3 +16,3 @@ --- | ||
For more information on the grouping functionality of the Data Source, refer to the article on the [`group`](http://docs.telerik.com/kendo-ui/api/javascript/data/datasource#configuration-group) configuration. | ||
For more information on the grouping functionality of the Data Source, refer to the article on the [`group`](https://docs.telerik.com/kendo-ui/api/javascript/data/datasource#configuration-group) configuration. | ||
@@ -19,0 +19,0 @@ To configure the rendering of the group titles, use the [`groupTemplate`](https://docs.telerik.com/kendo-ui/api/javascript/ui/dropdownlist#configuration-groupTemplate) and [`fixedGroupedTemplate`](https://docs.telerik.com/kendo-ui/api/javascript/ui/dropdownlist#configuration-fixedGroupTemplate) templates of the component. |
@@ -13,3 +13,3 @@ --- | ||
The DropDownList wrapper for Vue is a client-side wrapper for the [Kendo UI DropDownList](http://docs.telerik.com/kendo-ui/api/javascript/ui/dropdownlist) widget. | ||
The DropDownList wrapper for Vue is a client-side wrapper for the [Kendo UI DropDownList](https://docs.telerik.com/kendo-ui/api/javascript/ui/dropdownlist) widget. | ||
@@ -16,0 +16,0 @@ ## Basic Usage |
@@ -11,3 +11,3 @@ --- | ||
The DropDownList provides full control over the way an item or a popup header is rendered by using the [Kendo UI templates](http://docs.telerik.com/kendo-ui/framework/templates/overview). | ||
The DropDownList provides full control over the way an item or a popup header is rendered by using the [Kendo UI templates](https://docs.telerik.com/kendo-ui/framework/templates/overview). | ||
@@ -14,0 +14,0 @@ ## Item Templates |
@@ -57,3 +57,3 @@ --- | ||
To initialize the MultiSelect by binding it to a remote data service, use the [Data Source component](http://docs.telerik.com/kendo-ui/framework/datasource/overview). Remote data binding is appropriate for larger datasets, so that items are loaded on demand when displayed. You can use the DataSource for serving data from a variety of data services such as [XML](http://en.wikipedia.org/wiki/XML), [JSON](http://en.wikipedia.org/wiki/JSON), and [JSONP](http://en.wikipedia.org/wiki/JSONP). | ||
To initialize the MultiSelect by binding it to a remote data service, use the [Data Source component](https://docs.telerik.com/kendo-ui/framework/datasource/overview). Remote data binding is appropriate for larger datasets, so that items are loaded on demand when displayed. You can use the DataSource for serving data from a variety of data services such as [XML](http://en.wikipedia.org/wiki/XML), [JSON](http://en.wikipedia.org/wiki/JSON), and [JSONP](http://en.wikipedia.org/wiki/JSONP). | ||
@@ -60,0 +60,0 @@ ```html |
@@ -16,3 +16,3 @@ --- | ||
For more information on the grouping functionality of the Data Source, refer to the article on the [`group`](http://docs.telerik.com/kendo-ui/api/javascript/data/datasource#configuration-group) configuration. | ||
For more information on the grouping functionality of the Data Source, refer to the article on the [`group`](https://docs.telerik.com/kendo-ui/api/javascript/data/datasource#configuration-group) configuration. | ||
@@ -19,0 +19,0 @@ To configure the rendering of the group titles, use the [`groupTemplate`](https://docs.telerik.com/kendo-ui/api/javascript/ui/multiselect#configuration-groupTemplate) and [`fixedGroupedTemplate`](https://docs.telerik.com/kendo-ui/api/javascript/ui/multiselect#configuration-fixedGroupTemplate) templates of the component. |
@@ -13,3 +13,3 @@ --- | ||
The MultiSelect wrapper for Vue is a client-side wrapper for the [Kendo UI MultiSelect](http://docs.telerik.com/kendo-ui/api/javascript/ui/multiselect) widget. | ||
The MultiSelect wrapper for Vue is a client-side wrapper for the [Kendo UI MultiSelect](https://docs.telerik.com/kendo-ui/api/javascript/ui/multiselect) widget. | ||
@@ -16,0 +16,0 @@ ## Basic Usage |
@@ -11,3 +11,3 @@ --- | ||
The MultiSelect provides full control over the way an item or a popup header is rendered by using the [Kendo UI templates](http://docs.telerik.com/kendo-ui/framework/templates/overview). | ||
The MultiSelect provides full control over the way an item or a popup header is rendered by using the [Kendo UI templates](https://docs.telerik.com/kendo-ui/framework/templates/overview). | ||
@@ -14,0 +14,0 @@ ```html-preview |
{ | ||
"name": "@progress/kendo-dropdowns-vue-wrapper", | ||
"version": "2018.2.530.06041555", | ||
"version": "2018.2.822.08270928", | ||
"description": "Kendo UI DropDowns wrapper for Vue.js", | ||
@@ -31,6 +31,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" | ||
@@ -37,0 +37,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
331691
2148
4
2
+ 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