ng2-semantic-ui-directives
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -23,3 +23,4 @@ { | ||
"tests" | ||
] | ||
], | ||
"version": "1.0.2" | ||
} |
@@ -12,7 +12,7 @@ "use strict"; | ||
var core_1 = require('@angular/core'); | ||
var uiSemanticAccordian = (function () { | ||
function uiSemanticAccordian(el) { | ||
var uiSemanticAccordion = (function () { | ||
function uiSemanticAccordion(el) { | ||
this.element = el.nativeElement; | ||
} | ||
uiSemanticAccordian.prototype.ngOnInit = function () { | ||
uiSemanticAccordion.prototype.ngOnInit = function () { | ||
var t = this; | ||
@@ -27,12 +27,13 @@ if (t.options == undefined) { | ||
__metadata('design:type', Object) | ||
], uiSemanticAccordian.prototype, "options", void 0); | ||
uiSemanticAccordian = __decorate([ | ||
], uiSemanticAccordion.prototype, "options", void 0); | ||
uiSemanticAccordion = __decorate([ | ||
core_1.Directive({ | ||
selector: '[ui-accordian]', | ||
selector: '[ui-accordion]', | ||
}), | ||
__metadata('design:paramtypes', [core_1.ElementRef]) | ||
], uiSemanticAccordian); | ||
return uiSemanticAccordian; | ||
__metadata('design:paramtypes', [(typeof (_a = typeof core_1.ElementRef !== 'undefined' && core_1.ElementRef) === 'function' && _a) || Object]) | ||
], uiSemanticAccordion); | ||
return uiSemanticAccordion; | ||
var _a; | ||
}()); | ||
exports.uiSemanticAccordian = uiSemanticAccordian; | ||
exports.uiSemanticAccordion = uiSemanticAccordion; | ||
var uiSemanticRating = (function () { | ||
@@ -66,5 +67,6 @@ function uiSemanticRating(el) { | ||
}), | ||
__metadata('design:paramtypes', [core_1.ElementRef]) | ||
__metadata('design:paramtypes', [(typeof (_a = typeof core_1.ElementRef !== 'undefined' && core_1.ElementRef) === 'function' && _a) || Object]) | ||
], uiSemanticRating); | ||
return uiSemanticRating; | ||
var _a; | ||
}()); | ||
@@ -98,5 +100,6 @@ exports.uiSemanticRating = uiSemanticRating; | ||
}), | ||
__metadata('design:paramtypes', [core_1.ElementRef]) | ||
__metadata('design:paramtypes', [(typeof (_a = typeof core_1.ElementRef !== 'undefined' && core_1.ElementRef) === 'function' && _a) || Object]) | ||
], uiSemanticDimmer); | ||
return uiSemanticDimmer; | ||
var _a; | ||
}()); | ||
@@ -151,5 +154,6 @@ exports.uiSemanticDimmer = uiSemanticDimmer; | ||
}), | ||
__metadata('design:paramtypes', [core_1.ElementRef]) | ||
__metadata('design:paramtypes', [(typeof (_a = typeof core_1.ElementRef !== 'undefined' && core_1.ElementRef) === 'function' && _a) || Object]) | ||
], uiSemanticModal); | ||
return uiSemanticModal; | ||
var _a; | ||
}()); | ||
@@ -255,5 +259,6 @@ exports.uiSemanticModal = uiSemanticModal; | ||
}), | ||
__metadata('design:paramtypes', [core_1.ElementRef]) | ||
__metadata('design:paramtypes', [(typeof (_a = typeof core_1.ElementRef !== 'undefined' && core_1.ElementRef) === 'function' && _a) || Object]) | ||
], uiSemanticCheckbox); | ||
return uiSemanticCheckbox; | ||
var _a; | ||
}()); | ||
@@ -300,5 +305,6 @@ exports.uiSemanticCheckbox = uiSemanticCheckbox; | ||
}), | ||
__metadata('design:paramtypes', [core_1.ElementRef]) | ||
__metadata('design:paramtypes', [(typeof (_a = typeof core_1.ElementRef !== 'undefined' && core_1.ElementRef) === 'function' && _a) || Object]) | ||
], uiSemanticDropdown); | ||
return uiSemanticDropdown; | ||
var _a; | ||
}()); | ||
@@ -325,5 +331,6 @@ exports.uiSemanticDropdown = uiSemanticDropdown; | ||
}), | ||
__metadata('design:paramtypes', [core_1.ElementRef]) | ||
__metadata('design:paramtypes', [(typeof (_a = typeof core_1.ElementRef !== 'undefined' && core_1.ElementRef) === 'function' && _a) || Object]) | ||
], uiSemanticEmbed); | ||
return uiSemanticEmbed; | ||
var _a; | ||
}()); | ||
@@ -350,5 +357,6 @@ exports.uiSemanticEmbed = uiSemanticEmbed; | ||
}), | ||
__metadata('design:paramtypes', [core_1.ElementRef]) | ||
__metadata('design:paramtypes', [(typeof (_a = typeof core_1.ElementRef !== 'undefined' && core_1.ElementRef) === 'function' && _a) || Object]) | ||
], uiSemanticPopup); | ||
return uiSemanticPopup; | ||
var _a; | ||
}()); | ||
@@ -375,5 +383,6 @@ exports.uiSemanticPopup = uiSemanticPopup; | ||
}), | ||
__metadata('design:paramtypes', [core_1.ElementRef]) | ||
__metadata('design:paramtypes', [(typeof (_a = typeof core_1.ElementRef !== 'undefined' && core_1.ElementRef) === 'function' && _a) || Object]) | ||
], uiSemanticTab); | ||
return uiSemanticTab; | ||
var _a; | ||
}()); | ||
@@ -400,5 +409,6 @@ exports.uiSemanticTab = uiSemanticTab; | ||
}), | ||
__metadata('design:paramtypes', [core_1.ElementRef]) | ||
__metadata('design:paramtypes', [(typeof (_a = typeof core_1.ElementRef !== 'undefined' && core_1.ElementRef) === 'function' && _a) || Object]) | ||
], uiSemanticProgress); | ||
return uiSemanticProgress; | ||
var _a; | ||
}()); | ||
@@ -497,5 +507,6 @@ exports.uiSemanticProgress = uiSemanticProgress; | ||
}), | ||
__metadata('design:paramtypes', [core_1.ElementRef]) | ||
__metadata('design:paramtypes', [(typeof (_a = typeof core_1.ElementRef !== 'undefined' && core_1.ElementRef) === 'function' && _a) || Object]) | ||
], uiSemanticTransitionOnload); | ||
return uiSemanticTransitionOnload; | ||
var _a; | ||
}()); | ||
@@ -570,5 +581,6 @@ exports.uiSemanticTransitionOnload = uiSemanticTransitionOnload; | ||
}), | ||
__metadata('design:paramtypes', [core_1.ElementRef]) | ||
__metadata('design:paramtypes', [(typeof (_a = typeof core_1.ElementRef !== 'undefined' && core_1.ElementRef) === 'function' && _a) || Object]) | ||
], uiSemanticTransitionHover); | ||
return uiSemanticTransitionHover; | ||
var _a; | ||
}()); | ||
@@ -684,7 +696,8 @@ exports.uiSemanticTransitionHover = uiSemanticTransitionHover; | ||
}), | ||
__metadata('design:paramtypes', [core_1.ElementRef]) | ||
__metadata('design:paramtypes', [(typeof (_a = typeof core_1.ElementRef !== 'undefined' && core_1.ElementRef) === 'function' && _a) || Object]) | ||
], uiSemanticVisibility); | ||
return uiSemanticVisibility; | ||
var _a; | ||
}()); | ||
exports.uiSemanticVisibility = uiSemanticVisibility; | ||
//# sourceMappingURL=semantic-ui.directive.js.map |
@@ -5,5 +5,5 @@ declare var $:any; | ||
@Directive({ | ||
selector: '[ui-accordian]', | ||
selector: '[ui-accordion]', | ||
}) | ||
export class uiSemanticAccordian implements OnInit { | ||
export class uiSemanticAccordion implements OnInit { | ||
@Input('options') options:any | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "ng2-semantic-ui-directives", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Angular2 directives for the Semantic-UI framework.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,3 +0,4 @@ | ||
# ng2-semantic-ui-directives | ||
# Install instructions can be found here: | ||
### Instructions coming soon | ||
[Setup instructions](https://semantic-ui-angular2.herokuapp.com/) |
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
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
6434460
115572
5