mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 14:58:36 +08:00
Merge branch 'master' into v4
# Conflicts: # README.md # package.json # src/components/action-sheet/action-sheet-component.ts # src/components/badge/badge.scss # src/components/card/card.ios.scss # src/components/card/card.md.scss # src/components/card/card.wp.scss # src/components/scroll/scroll.scss # src/components/scroll/scroll.ts # src/components/scroll/test/basic/main.html # src/components/slides/slides.scss # src/components/slides/swiper/swiper-effects.ts # src/components/slides/swiper/swiper-events.ts # src/components/slides/swiper/swiper-parallax.ts # src/components/slides/swiper/swiper.ts # src/components/toggle/test/toggle.spec.ts # src/components/toggle/toggle-gesture.ts # src/components/toggle/toggle.ios.scss # src/components/toggle/toggle.md.scss # src/components/toggle/toggle.ts # src/components/toggle/toggle.wp.scss # src/themes/ionic.mixins.scss
This commit is contained in:
@ -150,7 +150,7 @@ export { Events, setupEvents, setupProvideEvents } from './util/events';
|
||||
export { IonicErrorHandler } from './util/ionic-error-handler';
|
||||
export { Keyboard } from './platform/keyboard';
|
||||
export { Form, IonicFormInput, IonicTapInput } from './util/form';
|
||||
export { reorderArray } from './util/util';
|
||||
export { reorderArray, normalizeURL } from './util/util';
|
||||
export { Animation, AnimationOptions, EffectProperty, EffectState, PlayOptions } from './animations/animation';
|
||||
export { PageTransition } from './transitions/page-transition';
|
||||
export { Transition } from './transitions/transition';
|
||||
|
Reference in New Issue
Block a user