@@ -2,7 +2,8 @@ import { FormBasic } from './form/basic';
22import { FormInline } from './form/inline' ;
33import { FormComponentBasic } from './form-component/basic' ;
44import { FormComponentReplace } from './form-component/replace' ;
5- import { Input } from './input' ;
5+ import { InputBasic } from './input/basic' ;
6+ import { InputIcon } from './input/icon' ;
67import { Numeric } from './numeric' ;
78import { Currency } from './currency' ;
89import { TabBasic } from './tab/basic' ;
@@ -29,7 +30,8 @@ const m = [
2930 { group : 'component/form' , text : 'Inline Form' , path : 'form/inline' , component : FormInline } ,
3031 { group : 'decorator/form' , text : 'Basic' , path : 'form-component/basic' , component : FormComponentBasic } ,
3132 { group : 'decorator/form' , text : 'Replace' , path : 'form-component/replace' , component : FormComponentReplace } ,
32- { group : 'component/input' , text : 'Input' , path : 'input' , component : Input } ,
33+ { group : 'component/input' , text : 'Basic Input' , path : 'input/basic' , component : InputBasic } ,
34+ { group : 'component/input' , text : 'Input With Icon' , path : 'input/icon' , component : InputIcon } ,
3335 { group : 'component/numeric' , text : 'Numeric' , path : 'numeric' , component : Numeric } ,
3436 { group : 'component/currency' , text : 'Currency' , path : 'currency' , component : Currency } ,
3537 { group : 'component/date' , text : 'Date' , path : 'date' , component : DateDemo } ,
0 commit comments