forked from airyland/vux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.js
329 lines (326 loc) · 11.6 KB
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
// THIS FILE IS ONLY FOR IDE ENTRY CHECKING NOT FOR REAL USAGE
console.warn('VUX: 如果你看到这一行,说明 vux-loader 配置有问题或者代码书写规范的原因导致无法解析成按需引入组件,会导致打包体积过大。请升级到最新版本 vux-loader,建议开启 eslint(standard)。')
import Actionsheet from './src/components/actionsheet/index.vue'
import Agree from './src/components/agree/index.vue'
import AjaxPlugin from './src/plugins/ajax/index.js'
import Alert from './src/components/alert/index.vue'
import AlertModule from './src/plugins/alert/module'
import AlertPlugin from './src/plugins/alert/index.js'
import AppPlugin from './src/plugins/app/index.js'
import Array2stringFilter from './src/filters/array2String.js'
import Badge from './src/components/badge/index.vue'
import base64 from './src/tools/base64/index.js'
import Blur from './src/components/blur/index.vue'
import Box from './src/components/box/index.vue'
import BusPlugin from './src/plugins/bus/index.js'
import ButtonTab from './src/components/button-tab/button-tab.vue'
import ButtonTabItem from './src/components/button-tab/button-tab-item.vue'
import Calendar from './src/components/calendar/index.vue'
import Card from './src/components/card/index.vue'
import Cell from './src/components/cell/index.vue'
import CellBox from './src/components/cell-box/index.vue'
import CellFormPreview from './src/components/cell-form-preview/index.vue'
import Checker from './src/components/checker/checker.vue'
import CheckerItem from './src/components/checker/checker-item.vue'
import CheckIcon from './src/components/check-icon/index.vue'
import Checklist from './src/components/checklist/index.vue'
import ChinaAddressData from './src/datas/china_address.json'
import ChinaAddressV1Data from './src/datas/china_address_v1.json'
import ChinaAddressV2Data from './src/datas/china_address_v2.json'
import ChinaAddressV3Data from './src/datas/china_address_v3.json'
import ChinaAddressV4Data from './src/datas/china_address_v4.json'
import ChinamobileTool from './src/tools/validator/chinaMobile.js'
import ClickOutsideDirective from './src/directives/click-outside/index.js'
import Clocker from './src/components/clocker/index.vue'
import CloseDialogsPlugin from './src/plugins/close-dialogs/index.js'
import ColorPicker from './src/components/color-picker/index.vue'
import ConfigPlugin from './src/plugins/config/index.js'
import Confirm from './src/components/confirm/index.vue'
import ConfirmPlugin from './src/plugins/confirm/index.js'
import cookie from './src/tools/cookie/index.js'
import Countdown from './src/components/countdown/index.vue'
import Countup from './src/components/countup/index.vue'
import dateFormat from './src/tools/date/format.js'
import dateRange from './src/tools/date/range.js'
import Datetime from './src/components/datetime/index.vue'
import DatetimePlugin from './src/plugins/datetime/index.js'
import DatetimeRange from './src/components/datetime-range/index.vue'
import DatetimeView from './src/components/datetime-view/index.vue'
import debounce from './src/tools/debounce/index.js'
import Demobasic from './src/components/fullpage/DemoBasic.vue'
import Demoindex from './src/components/popover/DemoIndex.vue'
import DevicePlugin from './src/plugins/device/index.js'
import DevTip from './src/components/dev-tip/index.vue'
import Divider from './src/components/divider/index.vue'
import Drawer from './src/components/drawer/index.vue'
import Flexbox from './src/components/flexbox/flexbox.vue'
import FlexboxItem from './src/components/flexbox/flexbox-item.vue'
import Flow from './src/components/flow/flow.vue'
import FlowLine from './src/components/flow/flow-line.vue'
import FlowState from './src/components/flow/flow-state.vue'
import FormatTimeFilter from './src/filters/format-time.js'
import FormPreview from './src/components/form-preview/index.vue'
import FriendlyTimeFilter from './src/filters/friendly-time.js'
import Fullpage from './src/components/fullpage/index.vue'
import Grid from './src/components/grid/grid.vue'
import GridItem from './src/components/grid/grid-item.vue'
import Group from './src/components/group/index.vue'
import GroupTitle from './src/components/group-title/index.vue'
import Icon from './src/components/icon/index.vue'
import InlineCalendar from './src/components/inline-calendar/index.vue'
import InlineDesc from './src/components/inline-desc/index.vue'
import InlineLoading from './src/components/inline-loading/index.vue'
import InlineXNumber from './src/components/inline-x-number/index.vue'
import InlineXSwitch from './src/components/inline-x-switch/index.vue'
import InviewDirective from './src/directives/inview/index.js'
import Loading from './src/components/loading/index.vue'
import LoadingModule from './src/plugins/loading/module'
import LoadingPlugin from './src/plugins/loading/index.js'
import LoadMore from './src/components/load-more/index.vue'
import LocalePlugin from './src/plugins/locale/index.js'
import Marquee from './src/components/marquee/marquee.vue'
import MarqueeItem from './src/components/marquee/marquee-item.vue'
import Masker from './src/components/masker/index.vue'
import md5 from './src/tools/md5/index.js'
import Msg from './src/components/msg/index.vue'
import Name2valueFilter from './src/filters/name2value.js'
import numberComma from './src/tools/number/comma.js'
import numberPad from './src/tools/number/pad.js'
import numberRandom from './src/tools/number/random.js'
import numberRange from './src/tools/number/range.js'
import NumberRoller from './src/components/number-roller/index.vue'
import Panel from './src/components/panel/index.vue'
import Picker from './src/components/picker/index.vue'
import Popover from './src/components/popover/index.vue'
import Popup from './src/components/popup/index.vue'
import PopupHeader from './src/components/popup-header/index.vue'
import PopupPicker from './src/components/popup-picker/index.vue'
import PopupRadio from './src/components/popup-radio/index.vue'
import Previewer from './src/components/previewer/index.vue'
import Qrcode from './src/components/qrcode/index.vue'
import querystring from './src/tools/querystring/index.js'
import Radio from './src/components/radio/index.vue'
import Range from './src/components/range/index.vue'
import Rater from './src/components/rater/index.vue'
import Scroller from './src/components/scroller/index.vue'
import Search from './src/components/search/index.vue'
import Selector from './src/components/selector/index.vue'
import Shake from './src/components/shake/index.vue'
import Spinner from './src/components/spinner/index.vue'
import Step from './src/components/step/step.vue'
import StepItem from './src/components/step/step-item.vue'
import Sticky from './src/components/sticky/index.vue'
import stringTrim from './src/tools/string/trim.js'
import Swipeout from './src/components/swipeout/swipeout.vue'
import SwipeoutButton from './src/components/swipeout/swipeout-button.vue'
import SwipeoutItem from './src/components/swipeout/swipeout-item.vue'
import Swiper from './src/components/swiper/swiper.vue'
import SwiperItem from './src/components/swiper/swiper-item.vue'
import Tab from './src/components/tab/tab.vue'
import Tabbar from './src/components/tabbar/tabbar.vue'
import TabbarItem from './src/components/tabbar/tabbar-item.vue'
import TabItem from './src/components/tab/tab-item.vue'
import throttle from './src/tools/throttle/index.js'
import Timeline from './src/components/timeline/timeline.vue'
import TimelineItem from './src/components/timeline/timeline-item.vue'
import Tip from './src/components/tip/index.vue'
import Toast from './src/components/toast/index.vue'
import ToastPlugin from './src/plugins/toast/index.js'
import TransferDom from './src/directives/transfer-dom/index.js'
import TransferDomDirective from './src/directives/transfer-dom/index.js'
import trim from './src/tools/string/trim'
import Value2nameFilter from './src/filters/value2name.js'
import VArea from './src/components/v-chart/v-area.vue'
import VAxis from './src/components/v-chart/v-axis.vue'
import VBar from './src/components/v-chart/v-bar.vue'
import VChart from './src/components/v-chart/v-chart.vue'
import VGuide from './src/components/v-chart/v-guide.vue'
import Video from './src/components/video/index.vue'
import ViewBox from './src/components/view-box/index.vue'
import VLegend from './src/components/v-chart/v-legend.vue'
import VLine from './src/components/v-chart/v-line.vue'
import VPie from './src/components/v-chart/v-pie.vue'
import VPoint from './src/components/v-chart/v-point.vue'
import VScale from './src/components/v-chart/v-scale.vue'
import VTooltip from './src/components/v-chart/v-tooltip.vue'
import VuxComponentListData from './src/datas/vux_component_list.json'
import WechatEmotion from './src/components/wechat-emotion/index.vue'
import WechatPlugin from './src/plugins/wechat/index.js'
import WeekCalendar from './src/components/week-calendar/index.vue'
import WepayInput from './src/components/wepay-input/index.vue'
import XAddress from './src/components/x-address/index.vue'
import XButton from './src/components/x-button/index.vue'
import XCircle from './src/components/x-circle/index.vue'
import XDialog from './src/components/x-dialog/index.vue'
import XHeader from './src/components/x-header/index.vue'
import XHr from './src/components/x-hr/index.vue'
import XImg from './src/components/x-img/index.vue'
import XInput from './src/components/x-input/index.vue'
import XNumber from './src/components/x-number/index.vue'
import XProgress from './src/components/x-progress/index.vue'
import XSwitch from './src/components/x-switch/index.vue'
import XTable from './src/components/x-table/index.vue'
import XTextarea from './src/components/x-textarea/index.vue'
export {
Actionsheet,
Agree,
AjaxPlugin,
Alert,
AlertModule,
AlertPlugin,
AppPlugin,
Array2stringFilter,
Badge,
base64,
Blur,
Box,
BusPlugin,
ButtonTab,
ButtonTabItem,
Calendar,
Card,
Cell,
CellBox,
CellFormPreview,
Checker,
CheckerItem,
CheckIcon,
Checklist,
ChinaAddressData,
ChinaAddressV1Data,
ChinaAddressV2Data,
ChinaAddressV3Data,
ChinaAddressV4Data,
ChinamobileTool,
ClickOutsideDirective,
Clocker,
CloseDialogsPlugin,
ColorPicker,
ConfigPlugin,
Confirm,
ConfirmPlugin,
cookie,
Countdown,
Countup,
dateFormat,
dateRange,
Datetime,
DatetimePlugin,
DatetimeRange,
DatetimeView,
debounce,
Demobasic,
Demoindex,
DevicePlugin,
DevTip,
Divider,
Drawer,
Flexbox,
FlexboxItem,
Flow,
FlowLine,
FlowState,
FormatTimeFilter,
FormPreview,
FriendlyTimeFilter,
Fullpage,
Grid,
GridItem,
Group,
GroupTitle,
Icon,
InlineCalendar,
InlineDesc,
InlineLoading,
InlineXNumber,
InlineXSwitch,
InviewDirective,
Loading,
LoadingModule,
LoadingPlugin,
LoadMore,
LocalePlugin,
Marquee,
MarqueeItem,
Masker,
md5,
Msg,
Name2valueFilter,
numberComma,
numberPad,
numberRandom,
numberRange,
NumberRoller,
Panel,
Picker,
Popover,
Popup,
PopupHeader,
PopupPicker,
PopupRadio,
Previewer,
Qrcode,
querystring,
Radio,
Range,
Rater,
Scroller,
Search,
Selector,
Shake,
Spinner,
Step,
StepItem,
Sticky,
stringTrim,
Swipeout,
SwipeoutButton,
SwipeoutItem,
Swiper,
SwiperItem,
Tab,
Tabbar,
TabbarItem,
TabItem,
throttle,
Timeline,
TimelineItem,
Tip,
Toast,
ToastPlugin,
TransferDom,
TransferDomDirective,
trim,
Value2nameFilter,
VArea,
VAxis,
VBar,
VChart,
VGuide,
Video,
ViewBox,
VLegend,
VLine,
VPie,
VPoint,
VScale,
VTooltip,
VuxComponentListData,
WechatEmotion,
WechatPlugin,
WeekCalendar,
WepayInput,
XAddress,
XButton,
XCircle,
XDialog,
XHeader,
XHr,
XImg,
XInput,
XNumber,
XProgress,
XSwitch,
XTable,
XTextarea
}