File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
projects/irohalab/deneb-ui Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " deneb-ui" ,
3- "version" : " 4.1.2 " ,
3+ "version" : " 4.2.0 " ,
44 "scripts" : {
55 "ng" : " ng" ,
66 "start" : " ng serve --project Deneb-UI-Demo" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @irohalab/deneb-ui" ,
3- "version" : " 4.1.2 " ,
3+ "version" : " 4.2.0 " ,
44 "description" : " Building blocks for mira-ui" ,
55 "author" : " Everett Summer" ,
66 "license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change @@ -32,15 +32,10 @@ export class UIPopoverRef<T> {
3232 this . _appRef . attachView ( componentRef . hostView ) ;
3333 this . _popper = new Popper ( refElement , componentElement , {
3434 placement : this . placement
35- // onCreate: (data) => {
36- // console.log('onCreate', data);
37- // },
38- // onUpdate: (data) => {
39- // console.log('onUpdate', data);
40- // }
4135 } ) ;
4236 this . _disposeCallback = ( ) => {
4337 this . _appRef . detachView ( componentRef . hostView ) ;
38+ componentRef . destroy ( ) ;
4439 } ;
4540 }
4641
You can’t perform that action at this time.
0 commit comments