Skip to content

Commit

Permalink
fix(build): do not export in component modules
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Aug 22, 2018
1 parent 78e13ac commit da2dc7b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 82 deletions.
2 changes: 0 additions & 2 deletions core/src/components/menu-controller/menu-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,5 +244,3 @@ export class MenuController {
return null;
}
}

export { menuOverlayAnimation, menuPushAnimation, menuRevealAnimation };
7 changes: 3 additions & 4 deletions core/src/components/picker-column/picker-column.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ export class PickerColumnCmp {
}
}

export const PICKER_OPT_SELECTED = 'picker-opt-selected';
export const DECELERATION_FRICTION = 0.97;
export const FRAME_MS = (1000 / 60);
export const MAX_PICKER_SPEED = 60;
const PICKER_OPT_SELECTED = 'picker-opt-selected';
const DECELERATION_FRICTION = 0.97;
const MAX_PICKER_SPEED = 60;
15 changes: 0 additions & 15 deletions core/src/components/popover/popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,18 +248,3 @@ const LIFECYCLE_MAP: any = {
'ionPopoverWillDismiss': 'ionViewWillDismiss',
'ionPopoverDidDismiss': 'ionViewDidDismiss',
};

export const POPOVER_POSITION_PROPERTIES: any = {
ios: {
padding: 2,
unit: '%',
showArrow: true,
centerTarget: true
},
md: {
padding: 12,
unit: 'px',
showArrow: false,
centerTarget: false
}
};
61 changes: 0 additions & 61 deletions core/src/components/tabs/test/translucent/translucent-page-tab.tsx

This file was deleted.

0 comments on commit da2dc7b

Please sign in to comment.