@progress/kendo-angular-label
Advanced tools
Comparing version 0.1.1 to 1.0.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 | { |
@@ -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 |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
37789
422
2