mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
chore(): remove MaterialButton
This commit is contained in:
@ -17,11 +17,6 @@ export * from 'ionic/components/text-input/text-input'
|
|||||||
export * from 'ionic/components/text-input/label'
|
export * from 'ionic/components/text-input/label'
|
||||||
export * from 'ionic/components/list/list'
|
export * from 'ionic/components/list/list'
|
||||||
export * from 'ionic/components/show-hide-when/show-hide-when'
|
export * from 'ionic/components/show-hide-when/show-hide-when'
|
||||||
|
|
||||||
// Material components/effects
|
|
||||||
export * from 'ionic/components/material/button'
|
|
||||||
export * from 'ionic/components/material/ripple'
|
|
||||||
|
|
||||||
export * from 'ionic/components/modal/modal'
|
export * from 'ionic/components/modal/modal'
|
||||||
export * from 'ionic/components/nav/nav'
|
export * from 'ionic/components/nav/nav'
|
||||||
export * from 'ionic/components/nav/nav-controller'
|
export * from 'ionic/components/nav/nav-controller'
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
import {pointerCoord, hasPointerMoved, transitionEnd} from '../../util/dom';
|
import {pointerCoord, hasPointerMoved, transitionEnd} from '../../util/dom';
|
||||||
import * as ripple from './ripple';
|
|
||||||
import {Activator} from './activator';
|
import {Activator} from './activator';
|
||||||
import {RippleActivator} from './ripple';
|
import {RippleActivator} from './ripple';
|
||||||
|
|
||||||
|
@ -16,9 +16,7 @@ import {
|
|||||||
RadioGroup, RadioButton, SearchBar,
|
RadioGroup, RadioButton, SearchBar,
|
||||||
Nav, NavbarTemplate, Navbar, NavPush, NavPop, NavRouter,
|
Nav, NavbarTemplate, Navbar, NavPush, NavPop, NavRouter,
|
||||||
IdRef,
|
IdRef,
|
||||||
ShowWhen, HideWhen,
|
ShowWhen, HideWhen
|
||||||
|
|
||||||
MaterialButton
|
|
||||||
} from '../ionic';
|
} from '../ionic';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -87,13 +85,9 @@ export const IonicDirectives = [
|
|||||||
forwardRef(() => NavPop),
|
forwardRef(() => NavPop),
|
||||||
forwardRef(() => NavRouter),
|
forwardRef(() => NavRouter),
|
||||||
forwardRef(() => IdRef),
|
forwardRef(() => IdRef),
|
||||||
//forwardRef(() => Ref),
|
|
||||||
|
|
||||||
forwardRef(() => ShowWhen),
|
forwardRef(() => ShowWhen),
|
||||||
forwardRef(() => HideWhen),
|
forwardRef(() => HideWhen)
|
||||||
|
|
||||||
// Material
|
|
||||||
forwardRef(() => MaterialButton)
|
|
||||||
];
|
];
|
||||||
|
|
||||||
class IonicViewImpl extends View {
|
class IonicViewImpl extends View {
|
||||||
|
Reference in New Issue
Block a user