New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@progress/kendo-angular-dropdowns

Package Overview
Dependencies
Maintainers
1
Versions
1282
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/kendo-angular-dropdowns - npm Package Compare versions

Comparing version 0.16.10 to 0.16.11

dist/cdn/css/kendo-angular-dropdowns.css

10

dist/npm/js/combobox.component.d.ts

@@ -58,4 +58,4 @@ import '@telerik/kendo-theme-default/styles/packages/dropdowns';

/**
* Sets the value of the ComboBox. It could be either of the *primivite* (string, numbers)
* or of the *complex* (objects) type. Use the `valuePrimitive` option to define the type.
* Sets the value of the ComboBox. It could be either of the primivite (string, numbers)
* or of the complex (objects) type. Use the `valuePrimitive` option to define the type.
*

@@ -78,3 +78,3 @@ * > Selected values that are not present in the source are considered custom values.

/**
* Specifies the type of the selected value. If set to `true`, the selected value has to be of a *primitive* value.
* Specifies the type of the selected value. If set to `true`, the selected value has to be of a primitive value.
*

@@ -98,4 +98,6 @@ * For more details, refer to the section on

/**
* Configures the popup of the DropDownList. The available options of the `IPopupSettings` are:
* Configures the popup of the DropDownList.
*
* The available options of the `IPopupSettings` are:
*
* - `width: Number`—Sets the width of the popup container. By default will be used the width of the host element.

@@ -102,0 +104,0 @@ * - `height: Number`—Sets the height of the popup container. By default height is 200px.

8

dist/npm/js/combobox.component.js

@@ -138,4 +138,6 @@ (function(e, a) { for(var i in a) e[i] = a[i]; }(exports, /******/ (function(modules) { // webpackBootstrap

/**
* Configures the popup of the DropDownList. The available options of the `IPopupSettings` are:
* Configures the popup of the DropDownList.
*
* The available options of the `IPopupSettings` are:
*
* - `width: Number`—Sets the width of the popup container. By default will be used the width of the host element.

@@ -227,4 +229,4 @@ * - `height: Number`—Sets the height of the popup container. By default height is 200px.

/**
* Sets the value of the ComboBox. It could be either of the *primivite* (string, numbers)
* or of the *complex* (objects) type. Use the `valuePrimitive` option to define the type.
* Sets the value of the ComboBox. It could be either of the primivite (string, numbers)
* or of the complex (objects) type. Use the `valuePrimitive` option to define the type.
*

@@ -231,0 +233,0 @@ * > Selected values that are not present in the source are considered custom values.

@@ -26,3 +26,3 @@ import '@telerik/kendo-theme-default/styles/packages/dropdowns';

* @example
* ```ts-preview
* ```ts
* @@Component({

@@ -29,0 +29,0 @@ * selector: 'my-app',

@@ -194,3 +194,3 @@ (function(e, a) { for(var i in a) e[i] = a[i]; }(exports, /******/ (function(modules) { // webpackBootstrap

* @example
* ```ts-preview
* ```ts
* @@Component({

@@ -197,0 +197,0 @@ * selector: 'my-app',

@@ -20,3 +20,3 @@ /**

/**
* Sets the popup width. By default it is equal to the component's width.
* Sets the popup width. By default, it is equal to the width of the component.
*/

@@ -23,0 +23,0 @@ width?: number;

@@ -22,3 +22,3 @@ import { TemplateRef } from '@angular/core';

*
* For more examples see [Tempaltes]({% slug overview_ddl_kendouiforangular %}#templates)
* For more examples see [Templates]({% slug overview_ddl_kendouiforangular %}#templates)
*/

@@ -25,0 +25,0 @@ export declare class FooterTemplateDirective {

@@ -94,3 +94,3 @@ (function(e, a) { for(var i in a) e[i] = a[i]; }(exports, /******/ (function(modules) { // webpackBootstrap

*
* For more examples see [Tempaltes]({% slug overview_ddl_kendouiforangular %}#templates)
* For more examples see [Templates]({% slug overview_ddl_kendouiforangular %}#templates)
*/

@@ -97,0 +97,0 @@ var FooterTemplateDirective = (function () {

@@ -21,3 +21,3 @@ import { TemplateRef } from '@angular/core';

* ```
* For more examples see [Tempaltes]({% slug overview_ddl_kendouiforangular %}#templates)
* For more examples, refer to [Templates]({% slug overview_ddl_kendouiforangular %}#templates).
*/

@@ -24,0 +24,0 @@ export declare class HeaderTemplateDirective {

@@ -93,3 +93,3 @@ (function(e, a) { for(var i in a) e[i] = a[i]; }(exports, /******/ (function(modules) { // webpackBootstrap

* ```
* For more examples see [Tempaltes]({% slug overview_ddl_kendouiforangular %}#templates)
* For more examples, refer to [Templates]({% slug overview_ddl_kendouiforangular %}#templates).
*/

@@ -96,0 +96,0 @@ var HeaderTemplateDirective = (function () {

@@ -22,3 +22,3 @@ import { TemplateRef } from '@angular/core';

*
* For more examples see [Tempaltes]({% slug overview_ddl_kendouiforangular %}#templates)
* For more examples, refer to [Templates]({% slug overview_ddl_kendouiforangular %}#templates).
*/

@@ -25,0 +25,0 @@ export declare class ItemTemplateDirective {

@@ -94,3 +94,3 @@ (function(e, a) { for(var i in a) e[i] = a[i]; }(exports, /******/ (function(modules) { // webpackBootstrap

*
* For more examples see [Tempaltes]({% slug overview_ddl_kendouiforangular %}#templates)
* For more examples, refer to [Templates]({% slug overview_ddl_kendouiforangular %}#templates).
*/

@@ -97,0 +97,0 @@ var ItemTemplateDirective = (function () {

import { TemplateRef } from '@angular/core';
/**
* The `valueTemplate` directive is used for rendering the components selected value. Can only be used with the DropDownList component.
* The `valueTemplate` directive is used for rendering the selected value of the component. It can only be used with the DropDownList.
*

@@ -22,3 +22,3 @@ * @example

*
* For more examples see [Tempaltes]({% slug overview_ddl_kendouiforangular %}#templates)
* For more examples, refer to [Templates]({% slug overview_ddl_kendouiforangular %}#templates).
*/

@@ -25,0 +25,0 @@ export declare class ValueTemplateDirective {

@@ -75,3 +75,3 @@ (function(e, a) { for(var i in a) e[i] = a[i]; }(exports, /******/ (function(modules) { // webpackBootstrap

/**
* The `valueTemplate` directive is used for rendering the components selected value. Can only be used with the DropDownList component.
* The `valueTemplate` directive is used for rendering the selected value of the component. It can only be used with the DropDownList.
*

@@ -95,3 +95,3 @@ * @example

*
* For more examples see [Tempaltes]({% slug overview_ddl_kendouiforangular %}#templates)
* For more examples, refer to [Templates]({% slug overview_ddl_kendouiforangular %}#templates).
*/

@@ -98,0 +98,0 @@ var ValueTemplateDirective = (function () {

{
"name": "@progress/kendo-angular-dropdowns",
"description": "Dropdowns Package for Angular 2",
"version": "0.16.10",
"version": "0.16.11",
"publishConfig": {

@@ -23,2 +23,3 @@ "registry": "https://registry.npm.telerik.com"

"build-package": "gulp build-npm-package && gulp build-ngc-metadata",
"build-cdn": "gulp build-cdn",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"

@@ -40,3 +41,3 @@ },

"dependencies": {
"@progress/kendo-angular-popup": "^0.13.0",
"@progress/kendo-angular-popup": "^0.13.3",
"@telerik/kendo-dropdowns-common": "^0.1.0"

@@ -58,3 +59,3 @@ },

"zone.js": "0.6.23",
"@progress/kendo-angular-tasks": "^5.0.0",
"@progress/kendo-angular-tasks": "^5.5.0",
"@telerik/kendo-theme-default": "^1.24.0",

@@ -61,0 +62,0 @@ "cz-conventional-changelog": "^1.1.5",

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

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

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

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

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

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

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