c6f21c2f
jingsam
fix ie bug
|
1
|
// es6 polyfill
|
b0893113
jingsam
add eslint
|
2
|
import 'core-js/fn/array/find-index';
|
c6f21c2f
jingsam
fix ie bug
|
3
|
|
3735e376
jingsam
sort components
|
4
5
6
7
8
|
import Affix from './components/affix';
import Alert from './components/alert';
import BackTop from './components/back-top';
import Badge from './components/badge';
import Breadcrumb from './components/breadcrumb';
|
7fa943eb
梁灏
init
|
9
|
import Button from './components/button';
|
3735e376
jingsam
sort components
|
10
|
import Card from './components/card';
|
6c9acb08
Rijn
initialize carousel
|
11
|
import Carousel from './components/carousel';
|
0a48ac45
梁灏
Input add readonl...
|
12
|
import Cascader from './components/cascader';
|
3735e376
jingsam
sort components
|
13
14
15
|
import Checkbox from './components/checkbox';
import Circle from './components/circle';
import Collapse from './components/collapse';
|
17e1fcf1
梁灏
init DatePicker
|
16
|
import DatePicker from './components/date-picker';
|
ab8aaf95
梁灏
add Dropdown comp...
|
17
|
import Dropdown from './components/dropdown';
|
8a22e84f
梁灏
init Form component
|
18
|
import Form from './components/form';
|
7fa943eb
梁灏
init
|
19
20
|
import Icon from './components/icon';
import Input from './components/input';
|
7fa943eb
梁灏
init
|
21
|
import InputNumber from './components/input-number';
|
3735e376
jingsam
sort components
|
22
|
import LoadingBar from './components/loading-bar';
|
8778b343
梁灏
init Menu components
|
23
|
import Menu from './components/menu';
|
3735e376
jingsam
sort components
|
24
25
26
|
import Message from './components/message';
import Modal from './components/modal';
import Notice from './components/notice';
|
7fa943eb
梁灏
init
|
27
|
import Page from './components/page';
|
3735e376
jingsam
sort components
|
28
|
import Poptip from './components/poptip';
|
7fa943eb
梁灏
init
|
29
|
import Progress from './components/progress';
|
3735e376
jingsam
sort components
|
30
31
|
import Radio from './components/radio';
import Slider from './components/slider';
|
7fa943eb
梁灏
init
|
32
33
|
import Spin from './components/spin';
import Steps from './components/steps';
|
3735e376
jingsam
sort components
|
34
|
import Switch from './components/switch';
|
2cb8a6d9
梁灏
commit Table comp...
|
35
|
import Table from './components/table';
|
871ed4d8
梁灏
init Tabs component
|
36
|
import Tabs from './components/tabs';
|
3735e376
jingsam
sort components
|
37
38
|
import Tag from './components/tag';
import Timeline from './components/timeline';
|
9d844d53
梁灏
fixed Layout bug
|
39
|
import TimePicker from './components/time-picker';
|
dce3e753
梁灏
add Tooltip compo...
|
40
|
import Tooltip from './components/tooltip';
|
77f7bb95
梁灏
add Transfer comp...
|
41
|
import Transfer from './components/transfer';
|
3735e376
jingsam
sort components
|
42
43
|
import { Row, Col } from './components/layout';
import { Select, Option, OptionGroup } from './components/select';
|
d33b5143
梁灏
support i18n
|
44
|
import locale from './locale';
|
7fa943eb
梁灏
init
|
45
46
|
const iview = {
|
3735e376
jingsam
sort components
|
47
48
49
50
51
52
|
Affix,
Alert,
BackTop,
Badge,
Breadcrumb,
BreadcrumbItem: Breadcrumb.Item,
|
5e8a2915
jingsam
add umd library b...
|
53
|
iButton: Button,
|
c67c7095
梁灏
add some component
|
54
|
ButtonGroup: Button.Group,
|
3735e376
jingsam
sort components
|
55
|
Card,
|
6c9acb08
Rijn
initialize carousel
|
56
57
|
Carousel,
CarouselItem: Carousel.Item,
|
0a48ac45
梁灏
Input add readonl...
|
58
|
Cascader,
|
3735e376
jingsam
sort components
|
59
60
61
|
Checkbox,
CheckboxGroup: Checkbox.Group,
Circle,
|
17e1fcf1
梁灏
init DatePicker
|
62
|
DatePicker,
|
ab8aaf95
梁灏
add Dropdown comp...
|
63
64
65
|
Dropdown,
DropdownItem: Dropdown.Item,
DropdownMenu: Dropdown.Menu,
|
103cd353
梁灏
init Form
|
66
|
iForm: Form,
|
8a22e84f
梁灏
init Form component
|
67
|
FormItem: Form.Item,
|
5e8a2915
jingsam
add umd library b...
|
68
|
iCol: Col,
|
3735e376
jingsam
sort components
|
69
|
Collapse,
|
7fa943eb
梁灏
init
|
70
|
Icon,
|
5e8a2915
jingsam
add umd library b...
|
71
|
iInput: Input,
|
3735e376
jingsam
sort components
|
72
73
|
InputNumber,
LoadingBar,
|
8778b343
梁灏
init Menu components
|
74
75
76
77
|
Menu,
MenuGroup: Menu.Group,
MenuItem: Menu.Item,
Submenu: Menu.Sub,
|
3735e376
jingsam
sort components
|
78
79
80
|
Message,
Modal,
Notice,
|
5e8a2915
jingsam
add umd library b...
|
81
|
iOption: Option,
|
f36b2970
jingsam
merge upstream/ma...
|
82
|
OptionGroup,
|
3735e376
jingsam
sort components
|
83
84
85
86
|
Page,
Panel: Collapse.Panel,
Poptip,
Progress,
|
7fa943eb
梁灏
init
|
87
|
Radio,
|
c67c7095
梁灏
add some component
|
88
|
RadioGroup: Radio.Group,
|
7fa943eb
梁灏
init
|
89
|
Row,
|
5e8a2915
jingsam
add umd library b...
|
90
|
iSelect: Select,
|
3735e376
jingsam
sort components
|
91
92
93
94
95
|
Slider,
Spin,
Step: Steps.Step,
Steps,
Switch,
|
2cb8a6d9
梁灏
commit Table comp...
|
96
|
iTable: Table,
|
871ed4d8
梁灏
init Tabs component
|
97
98
|
Tabs: Tabs,
TabPane: Tabs.Pane,
|
7fa943eb
梁灏
init
|
99
|
Tag,
|
7fa943eb
梁灏
init
|
100
|
Timeline,
|
c67c7095
梁灏
add some component
|
101
|
TimelineItem: Timeline.Item,
|
9d844d53
梁灏
fixed Layout bug
|
102
|
TimePicker,
|
77f7bb95
梁灏
add Transfer comp...
|
103
104
|
Tooltip,
Transfer
|
7fa943eb
梁灏
init
|
105
106
|
};
|
d33b5143
梁灏
support i18n
|
107
108
109
110
|
const install = function (Vue, opts = {}) {
locale.use(opts.locale);
locale.i18n(opts.i18n);
|
343abe50
jingsam
add iview.install()
|
111
|
Object.keys(iview).forEach((key) => {
|
b0893113
jingsam
add eslint
|
112
|
Vue.component(key, iview[key]);
|
451b52ce
梁灏
Global install iView
|
113
114
115
116
|
});
Vue.prototype.$Loading = LoadingBar;
Vue.prototype.$Message = Message;
|
2f71cf55
梁灏
fixed bug $Modal
|
117
|
Vue.prototype.$Modal = Modal;
|
451b52ce
梁灏
Global install iView
|
118
119
|
Vue.prototype.$Notice = Notice;
};
|
343abe50
jingsam
add iview.install()
|
120
121
122
123
|
// auto install
if (typeof window !== 'undefined' && window.Vue) {
install(window.Vue);
|
451b52ce
梁灏
Global install iView
|
124
|
}
|
343abe50
jingsam
add iview.install()
|
125
|
|
b0893113
jingsam
add eslint
|
126
|
module.exports = Object.assign(iview, {install}); // eslint-disable-line no-undef
|