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