Comparing version 0.1.0 to 0.2.0
@@ -46,8 +46,8 @@ /// <reference path="../../typedefinition/primeui.d.ts" /> | ||
Accordion.prototype.ngOnChanges = function (changes) { | ||
if (this.stopNgOnChangesPropagation) { | ||
this.stopNgOnChangesPropagation = false; | ||
return; | ||
} | ||
if (this.initialized) { | ||
for (var key in changes) { | ||
if (key == 'activeIndex' && this.stopNgOnChangesPropagation) { | ||
this.stopNgOnChangesPropagation = false; | ||
continue; | ||
} | ||
jQuery(this.el.nativeElement.children[0]).puiaccordion('option', key, changes[key].currentValue); | ||
@@ -54,0 +54,0 @@ } |
@@ -72,8 +72,8 @@ /// <reference path="../../typedefinition/primeui.d.ts" /> | ||
Dialog.prototype.ngOnChanges = function (changes) { | ||
if (this.stopNgOnChangesPropagation) { | ||
this.stopNgOnChangesPropagation = false; | ||
return; | ||
} | ||
if (this.initialized) { | ||
for (var key in changes) { | ||
if (key == 'visible' && this.stopNgOnChangesPropagation) { | ||
this.stopNgOnChangesPropagation = false; | ||
continue; | ||
} | ||
jQuery(this.el.nativeElement.children[0]).puidialog('option', key, changes[key].currentValue); | ||
@@ -80,0 +80,0 @@ } |
@@ -49,8 +49,8 @@ /// <reference path="../../typedefinition/primeui.d.ts" /> | ||
Rating.prototype.ngOnChanges = function (changes) { | ||
if (this.stopNgOnChangesPropagation) { | ||
this.stopNgOnChangesPropagation = false; | ||
return; | ||
} | ||
if (this.initialized) { | ||
for (var key in changes) { | ||
if (key == 'value' && this.stopNgOnChangesPropagation) { | ||
this.stopNgOnChangesPropagation = false; | ||
continue; | ||
} | ||
jQuery(this.el.nativeElement.children[0].children[0]).puirating('option', key, changes[key].currentValue); | ||
@@ -57,0 +57,0 @@ } |
@@ -52,8 +52,8 @@ /// <reference path="../../typedefinition/primeui.d.ts" /> | ||
TabView.prototype.ngOnChanges = function (changes) { | ||
if (this.stopNgOnChangesPropagation) { | ||
this.stopNgOnChangesPropagation = false; | ||
return; | ||
} | ||
if (this.initialized) { | ||
for (var key in changes) { | ||
if (key == 'activeIndex' && this.stopNgOnChangesPropagation) { | ||
this.stopNgOnChangesPropagation = false; | ||
continue; | ||
} | ||
jQuery(this.el.nativeElement.children[0]).puitabview('option', key, changes[key].currentValue); | ||
@@ -60,0 +60,0 @@ } |
@@ -49,8 +49,8 @@ /// <reference path="../../typedefinition/primeui.d.ts" /> | ||
ToggleButton.prototype.ngOnChanges = function (changes) { | ||
if (this.stopNgOnChangesPropagation) { | ||
this.stopNgOnChangesPropagation = false; | ||
return; | ||
} | ||
if (this.initialized) { | ||
for (var key in changes) { | ||
if (key == 'checked' && this.stopNgOnChangesPropagation) { | ||
this.stopNgOnChangesPropagation = false; | ||
continue; | ||
} | ||
jQuery(this.el.nativeElement.children[0].children[0]).puitogglebutton('option', key, changes[key].currentValue); | ||
@@ -57,0 +57,0 @@ } |
{ | ||
"name": "primeng", | ||
"version": "v0.1.0", | ||
"version": "v0.2.0", | ||
"scripts": { | ||
@@ -13,3 +13,3 @@ "tsc": "tsc", | ||
"dependencies": { | ||
"angular2": "2.0.0-beta.0", | ||
"angular2": "2.0.0-beta.2", | ||
"es6-promise": "^3.0.2", | ||
@@ -16,0 +16,0 @@ "es6-shim": "^0.33.3", |
@@ -0,4 +1,7 @@ | ||
export * from './components/api/selectitem'; | ||
export * from './components/api/message'; | ||
export * from './components/accordion/accordion'; | ||
export * from './components/accordion/accordiontab'; | ||
export * from './components/button/button'; | ||
export * from './components/carousel/carousel'; | ||
export * from './components/checkbox/checkbox'; | ||
@@ -8,8 +11,14 @@ export * from './components/dialog/dialog'; | ||
export * from './components/galleria/galleria'; | ||
export * from './components/growl/growl'; | ||
export * from './components/inputswitch/inputswitch'; | ||
export * from './components/inputtext/inputtext'; | ||
export * from './components/inputtextarea/inputtextarea'; | ||
export * from './components/listbox/listbox'; | ||
export * from './components/messages/messages'; | ||
export * from './components/panel/panel'; | ||
export * from './components/password/password'; | ||
export * from './components/progressbar/progressbar'; | ||
export * from './components/radiobutton/radiobutton'; | ||
export * from './components/rating/rating'; | ||
export * from './components/selectbutton/selectbutton'; | ||
export * from './components/spinner/spinner'; | ||
@@ -16,0 +25,0 @@ export * from './components/tabview/tabview'; |
@@ -1,2 +0,2 @@ | ||
System.register(['./components/accordion/accordion', './components/accordion/accordiontab', './components/button/button', './components/checkbox/checkbox', './components/dialog/dialog', './components/fieldset/fieldset', './components/galleria/galleria', './components/inputtext/inputtext', './components/inputtextarea/inputtextarea', './components/panel/panel', './components/password/password', './components/radiobutton/radiobutton', './components/rating/rating', './components/spinner/spinner', './components/tabview/tabview', './components/tabview/tabpanel', './components/togglebutton/togglebutton'], function(exports_1) { | ||
System.register(['./components/api/selectitem', './components/api/message', './components/accordion/accordion', './components/accordion/accordiontab', './components/button/button', './components/carousel/carousel', './components/checkbox/checkbox', './components/dialog/dialog', './components/fieldset/fieldset', './components/galleria/galleria', './components/growl/growl', './components/inputswitch/inputswitch', './components/inputtext/inputtext', './components/inputtextarea/inputtextarea', './components/listbox/listbox', './components/messages/messages', './components/panel/panel', './components/password/password', './components/progressbar/progressbar', './components/radiobutton/radiobutton', './components/rating/rating', './components/selectbutton/selectbutton', './components/spinner/spinner', './components/tabview/tabview', './components/tabview/tabpanel', './components/togglebutton/togglebutton'], function(exports_1) { | ||
function exportStar_1(m) { | ||
@@ -11,2 +11,8 @@ var exports = {}; | ||
setters:[ | ||
function (selectitem_1_1) { | ||
exportStar_1(selectitem_1_1); | ||
}, | ||
function (message_1_1) { | ||
exportStar_1(message_1_1); | ||
}, | ||
function (accordion_1_1) { | ||
@@ -21,2 +27,5 @@ exportStar_1(accordion_1_1); | ||
}, | ||
function (carousel_1_1) { | ||
exportStar_1(carousel_1_1); | ||
}, | ||
function (checkbox_1_1) { | ||
@@ -34,2 +43,8 @@ exportStar_1(checkbox_1_1); | ||
}, | ||
function (growl_1_1) { | ||
exportStar_1(growl_1_1); | ||
}, | ||
function (inputswitch_1_1) { | ||
exportStar_1(inputswitch_1_1); | ||
}, | ||
function (inputtext_1_1) { | ||
@@ -41,2 +56,8 @@ exportStar_1(inputtext_1_1); | ||
}, | ||
function (listbox_1_1) { | ||
exportStar_1(listbox_1_1); | ||
}, | ||
function (messages_1_1) { | ||
exportStar_1(messages_1_1); | ||
}, | ||
function (panel_1_1) { | ||
@@ -48,2 +69,5 @@ exportStar_1(panel_1_1); | ||
}, | ||
function (progressbar_1_1) { | ||
exportStar_1(progressbar_1_1); | ||
}, | ||
function (radiobutton_1_1) { | ||
@@ -55,2 +79,5 @@ exportStar_1(radiobutton_1_1); | ||
}, | ||
function (selectbutton_1_1) { | ||
exportStar_1(selectbutton_1_1); | ||
}, | ||
function (spinner_1_1) { | ||
@@ -57,0 +84,0 @@ exportStar_1(spinner_1_1); |
# PrimeNG | ||
UI Components for AngularJS 2 | ||
See [PrimeNG homepage](http://www.primefaces.org/primeng) for live showcase and documentation. | ||
![alt text](http://www.primefaces.org/images/primeng.png "PrimeNG") | ||
Execute the following commands to run the showcase. A browser window pops up with http:\\\\localhost:3000 address. | ||
Execute the following commands to run the showcase in your local environment. A browser window pops up with http:\\\\localhost:3000 address. | ||
@@ -8,0 +10,0 @@ ``` |
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
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
202521
90
3059
16
+ Addedangular2@2.0.0-beta.2(transitive)
- Removedangular2@2.0.0-beta.0(transitive)
Updatedangular2@2.0.0-beta.2