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

@progress/kendo-angular-label

Package Overview
Dependencies
Maintainers
1
Versions
884
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 1.0.6-dev.201802071310 to 1.0.6-dev.201802121018

33

dist/es/label.directive.js

@@ -0,1 +1,2 @@

import * as tslib_1 from "tslib";
import { Directive, Input, HostBinding, HostListener } from '@angular/core';

@@ -79,16 +80,24 @@ var isDocumentAvailable = function () {

};
LabelDirective.decorators = [
{ type: Directive, args: [{
selector: 'label[for]' //tslint:disable-line:directive-selector
},] },
];
/** @nocollapse */
LabelDirective.ctorParameters = function () { return []; };
LabelDirective.propDecorators = {
'for': [{ type: Input },],
'labelFor': [{ type: HostBinding, args: ['attr.for',] },],
'handleClick': [{ type: HostListener, args: ['click',] },],
};
tslib_1.__decorate([
Input(),
tslib_1.__metadata("design:type", Object)
], LabelDirective.prototype, "for", void 0);
tslib_1.__decorate([
HostBinding('attr.for'),
tslib_1.__metadata("design:type", String),
tslib_1.__metadata("design:paramtypes", [])
], LabelDirective.prototype, "labelFor", null);
tslib_1.__decorate([
HostListener('click'),
tslib_1.__metadata("design:type", Function),
tslib_1.__metadata("design:paramtypes", []),
tslib_1.__metadata("design:returntype", void 0)
], LabelDirective.prototype, "handleClick", null);
LabelDirective = tslib_1.__decorate([
Directive({
selector: 'label[for]' //tslint:disable-line:directive-selector
})
], LabelDirective);
return LabelDirective;
}());
export { LabelDirective };

@@ -0,1 +1,2 @@

import * as tslib_1 from "tslib";
import { NgModule } from '@angular/core';

@@ -40,12 +41,10 @@ import { LabelDirective } from './label.directive';

}
LabelModule.decorators = [
{ type: NgModule, args: [{
declarations: [COMPONENT_DIRECTIVES],
exports: [COMPONENT_DIRECTIVES]
},] },
];
/** @nocollapse */
LabelModule.ctorParameters = function () { return []; };
LabelModule = tslib_1.__decorate([
NgModule({
declarations: [COMPONENT_DIRECTIVES],
exports: [COMPONENT_DIRECTIVES]
})
], LabelModule);
return LabelModule;
}());
export { LabelModule };

@@ -0,1 +1,2 @@

import * as tslib_1 from "tslib";
import { Directive, Input, HostBinding, HostListener } from '@angular/core';

@@ -36,3 +37,3 @@ const isDocumentAvailable = () => {

*/
export class LabelDirective {
let LabelDirective = class LabelDirective {
get labelFor() {

@@ -74,14 +75,23 @@ if (typeof this.for === 'string') {

}
}
LabelDirective.decorators = [
{ type: Directive, args: [{
selector: 'label[for]' //tslint:disable-line:directive-selector
},] },
];
/** @nocollapse */
LabelDirective.ctorParameters = () => [];
LabelDirective.propDecorators = {
'for': [{ type: Input },],
'labelFor': [{ type: HostBinding, args: ['attr.for',] },],
'handleClick': [{ type: HostListener, args: ['click',] },],
};
tslib_1.__decorate([
Input(),
tslib_1.__metadata("design:type", Object)
], LabelDirective.prototype, "for", void 0);
tslib_1.__decorate([
HostBinding('attr.for'),
tslib_1.__metadata("design:type", String),
tslib_1.__metadata("design:paramtypes", [])
], LabelDirective.prototype, "labelFor", null);
tslib_1.__decorate([
HostListener('click'),
tslib_1.__metadata("design:type", Function),
tslib_1.__metadata("design:paramtypes", []),
tslib_1.__metadata("design:returntype", void 0)
], LabelDirective.prototype, "handleClick", null);
LabelDirective = tslib_1.__decorate([
Directive({
selector: 'label[for]' //tslint:disable-line:directive-selector
})
], LabelDirective);
export { LabelDirective };

@@ -0,1 +1,2 @@

import * as tslib_1 from "tslib";
import { NgModule } from '@angular/core';

@@ -37,11 +38,10 @@ import { LabelDirective } from './label.directive';

*/
export class LabelModule {
}
LabelModule.decorators = [
{ type: NgModule, args: [{
declarations: [COMPONENT_DIRECTIVES],
exports: [COMPONENT_DIRECTIVES]
},] },
];
/** @nocollapse */
LabelModule.ctorParameters = () => [];
let LabelModule = class LabelModule {
};
LabelModule = tslib_1.__decorate([
NgModule({
declarations: [COMPONENT_DIRECTIVES],
exports: [COMPONENT_DIRECTIVES]
})
], LabelModule);
export { LabelModule };

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

"license": "SEE LICENSE IN LICENSE.md",
"version": "1.0.6-dev.201802071310",
"version": "1.0.6-dev.201802121018",
"main": "dist/npm/main.js",

@@ -12,3 +12,3 @@ "module": "dist/es/main.js",

"es2015": "dist/es2015/main.js",
"typings": "dist/es/main.d.ts",
"typings": "dist/npm/main.d.ts",
"jsdelivr": "dist/cdn/js/kendo-angular-label.js",

@@ -15,0 +15,0 @@ "unpkg": "dist/cdn/js/kendo-angular-label.js",

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