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

@progress/kendo-angular-label

Package Overview
Dependencies
Maintainers
1
Versions
793
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.1.1 to 1.0.0

20

dist/es/label.directive.d.ts
/**
* Represents the Kendo Label directive that can associate a focusable Angular component
* or HTML element with a `label` tag using a `[for]` property binding.
* Represents the Kendo UI Label directive.
*
* To associate a component using a label element set the `[for]` property binding
* to a [template reference variable](https://angular.io/docs/ts/latest/guide/template-syntax.html#!#ref-vars)
* or to a HTML ID string value.
* It associates a focusable Angular component or HTML element with a `label` tag by using the `[for]` property binding.
*
* To associate a component by using the `label` element, either:
*
* * Set the `[for]` property binding to a
* [template reference variable](https://angular.io/docs/ts/latest/guide/template-syntax.html#!#ref-vars), or
* * Set the `[for]` property binding to an `id` HTML string value.
*
* @example

@@ -32,5 +35,6 @@ * ```ts

/**
* Sets the focusable target either as a
* [template reference variable](https://angular.io/docs/ts/latest/guide/template-syntax.html#!#ref-vars)
* or as a HTML string id value.
* Sets the focusable target either:
*
* * As a [template reference variable](https://angular.io/docs/ts/latest/guide/template-syntax.html#!#ref-vars), or
* * As an `id` HTML string value.
*/

@@ -37,0 +41,0 @@ for: string | {

13

dist/es/label.directive.js

@@ -6,9 +6,12 @@ import { Directive, Input, HostListener } from '@angular/core';

/**
* Represents the Kendo Label directive that can associate a focusable Angular component
* or HTML element with a `label` tag using a `[for]` property binding.
* Represents the Kendo UI Label directive.
*
* To associate a component using a label element set the `[for]` property binding
* to a [template reference variable](https://angular.io/docs/ts/latest/guide/template-syntax.html#!#ref-vars)
* or to a HTML ID string value.
* It associates a focusable Angular component or HTML element with a `label` tag by using the `[for]` property binding.
*
* To associate a component by using the `label` element, either:
*
* * Set the `[for]` property binding to a
* [template reference variable](https://angular.io/docs/ts/latest/guide/template-syntax.html#!#ref-vars), or
* * Set the `[for]` property binding to an `id` HTML string value.
*
* @example

@@ -15,0 +18,0 @@ * ```ts

@@ -5,2 +5,3 @@ /**

* The package exports:
*
* - `LabelDirective`—The Label directive class.

@@ -7,0 +8,0 @@ *

@@ -8,2 +8,3 @@ import { NgModule } from '@angular/core';

* The package exports:
*
* - `LabelDirective`—The Label directive class.

@@ -10,0 +11,0 @@ *

/**
* Represents the Kendo Label directive that can associate a focusable Angular component
* or HTML element with a `label` tag using a `[for]` property binding.
* Represents the Kendo UI Label directive.
*
* To associate a component using a label element set the `[for]` property binding
* to a [template reference variable](https://angular.io/docs/ts/latest/guide/template-syntax.html#!#ref-vars)
* or to a HTML ID string value.
* It associates a focusable Angular component or HTML element with a `label` tag by using the `[for]` property binding.
*
* To associate a component by using the `label` element, either:
*
* * Set the `[for]` property binding to a
* [template reference variable](https://angular.io/docs/ts/latest/guide/template-syntax.html#!#ref-vars), or
* * Set the `[for]` property binding to an `id` HTML string value.
*
* @example

@@ -32,5 +35,6 @@ * ```ts

/**
* Sets the focusable target either as a
* [template reference variable](https://angular.io/docs/ts/latest/guide/template-syntax.html#!#ref-vars)
* or as a HTML string id value.
* Sets the focusable target either:
*
* * As a [template reference variable](https://angular.io/docs/ts/latest/guide/template-syntax.html#!#ref-vars), or
* * As an `id` HTML string value.
*/

@@ -37,0 +41,0 @@ for: string | {

@@ -8,9 +8,12 @@ "use strict";

/**
* Represents the Kendo Label directive that can associate a focusable Angular component
* or HTML element with a `label` tag using a `[for]` property binding.
* Represents the Kendo UI Label directive.
*
* To associate a component using a label element set the `[for]` property binding
* to a [template reference variable](https://angular.io/docs/ts/latest/guide/template-syntax.html#!#ref-vars)
* or to a HTML ID string value.
* It associates a focusable Angular component or HTML element with a `label` tag by using the `[for]` property binding.
*
* To associate a component by using the `label` element, either:
*
* * Set the `[for]` property binding to a
* [template reference variable](https://angular.io/docs/ts/latest/guide/template-syntax.html#!#ref-vars), or
* * Set the `[for]` property binding to an `id` HTML string value.
*
* @example

@@ -17,0 +20,0 @@ * ```ts

@@ -5,2 +5,3 @@ /**

* The package exports:
*
* - `LabelDirective`—The Label directive class.

@@ -7,0 +8,0 @@ *

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

* The package exports:
*
* - `LabelDirective`—The Label directive class.

@@ -12,0 +13,0 @@ *

@@ -6,3 +6,3 @@ {

"license": "SEE LICENSE IN LICENSE.md",
"version": "0.1.1",
"version": "1.0.0",
"publishConfig": {

@@ -48,5 +48,5 @@ "registry": "https://registry.npm.telerik.com"

"@progress/kendo-theme-default": "^2.0.0",
"@progress/kendo-angular-dateinputs": "^0.8.0",
"@progress/kendo-angular-intl": "^0.12.0",
"@progress/kendo-angular-l10n": "^0.3.0",
"@progress/kendo-angular-dateinputs": "^1.0.0",
"@progress/kendo-angular-intl": "^1.0.0",
"@progress/kendo-angular-l10n": "^1.0.0",
"@types/core-js": "0.9.35",

@@ -53,0 +53,0 @@ "@types/jasmine": "2.2.34",

@@ -8,7 +8,7 @@ # Kendo UI for Angular: Label

This is the Kendo UI Popup package, part of the [Kendo UI for Angular](http://www.telerik.com/kendo-angular-ui/) suite.
This is the Kendo UI Label package, part of the [Kendo UI for Angular](http://www.telerik.com/kendo-angular-ui/) suite.
The package includes the Popup component.
The package includes the Label component.
For more information on upcoming Popup features, refer to the [Roadmap](http://www.telerik.com/kendo-angular-ui/roadmap/).
For more information on upcoming Label features, refer to the [Roadmap](http://www.telerik.com/kendo-angular-ui/roadmap/).

@@ -15,0 +15,0 @@ ## Basic Usage and Installation

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