-
Notifications
You must be signed in to change notification settings - Fork 64
/
index.js
168 lines (160 loc) · 4.17 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
/* eslint-disable */
import ActionSheet from './lib/ActionSheet';
import Avatar from './lib/Avatar';
import Badge from './lib/Badge';
import Boxs from './lib/Boxs';
import Button from './lib/Button';
import Calendar from './lib/Calendar';
import CalendarField from './lib/CalendarField';
import Card from './lib/Card';
import Carousel from './lib/Carousel';
import CascadeSelectField from './lib/CascadeSelectField';
import CheckboxField from './lib/CheckboxField';
import CitySelectField from './lib/CitySelectField';
import Collapse from './lib/Collapse';
import Context from './lib/Context';
import Crumb from './lib/Crumb';
import Datetime from './lib/Datetime';
import DatetimeField from './lib/DatetimeField';
import Dialog from './lib/Dialog';
import Drawer from './lib/Drawer';
import EmployeeField from './lib/EmployeeField';
import Field from './lib/Field';
import Filter from './lib/Filter';
import FoldablePane from './lib/FoldablePane';
import FormGroup from './lib/FormGroup';
import Gallery from './lib/Gallery';
import Grid from './lib/Grid';
import Group from './lib/Group';
import ImageViewer from './lib/ImageViewer';
import InfiniteScroll from './lib/InfiniteScroll';
import Layer from './lib/Layer';
import List from './lib/List';
import Mask from './lib/Mask';
import Menu from './lib/Menu';
import NavBar from './lib/NavBar';
import NoticeBar from './lib/NoticeBar';
import NumberField from './lib/NumberField';
import NumberInfo from './lib/NumberInfo';
import NumberPicker from './lib/NumberPicker';
import NumberPickerField from './lib/NumberPickerField';
import Pagination from './lib/Pagination';
import PasswordInput from './lib/PasswordInput';
import PhotoField from './lib/PhotoField';
import Picker from './lib/Picker';
import PickerField from './lib/PickerField';
import Popover from './lib/Popover';
import Popup from './lib/Popup';
import Progress from './lib/Progress';
import RadioField from './lib/RadioField';
import Rate from './lib/Rate';
import RateField from './lib/RateField';
import Refreshcontrol from './lib/Refreshcontrol';
import ScrollList from './lib/ScrollList';
import ScrollView from './lib/ScrollView';
import Scroller from './lib/Scroller';
import SearchBar from './lib/SearchBar';
import SelectField from './lib/SelectField';
import Skeleton from './lib/Skeleton';
import Slide from './lib/Slide';
import Slider from './lib/Slider';
import SliderField from './lib/SliderField';
import Slot from './lib/Slot';
import Steps from './lib/Steps';
import Switch from './lib/Switch';
import SwitchField from './lib/SwitchField';
import Tab from './lib/Tab';
import TabBar from './lib/TabBar';
import Table from './lib/Table';
import TagField from './lib/TagField';
import TextField from './lib/TextField';
import Textarea from './lib/Textarea';
import TextareaField from './lib/TextareaField';
import Timeline from './lib/Timeline';
import Toast from './lib/Toast';
import Totop from './lib/Totop';
import Utils from './lib/Utils';
let __SALT_VERSION__;
webpack_set_version
const __SALT_BUNDLE__ = {
version: __SALT_VERSION__,
ActionSheet,
Avatar,
Badge,
Boxs,
Button,
Calendar,
CalendarField,
Card,
Carousel,
CascadeSelectField,
CheckboxField,
CitySelectField,
Collapse,
Context,
Crumb,
Datetime,
DatetimeField,
Dialog,
Drawer,
EmployeeField,
Field,
Filter,
FoldablePane,
FormGroup,
Gallery,
Grid,
Group,
ImageViewer,
InfiniteScroll,
Layer,
List,
Mask,
Menu,
NavBar,
NoticeBar,
NumberField,
NumberInfo,
NumberPicker,
NumberPickerField,
Pagination,
PasswordInput,
PhotoField,
Picker,
PickerField,
Popover,
Popup,
Progress,
RadioField,
Rate,
RateField,
Refreshcontrol,
ScrollList,
ScrollView,
Scroller,
SearchBar,
SelectField,
Skeleton,
Slide,
Slider,
SliderField,
Slot,
Steps,
Switch,
SwitchField,
Tab,
TabBar,
Table,
TagField,
TextField,
Textarea,
TextareaField,
Timeline,
Toast,
Totop,
Utils,
};
if (typeof window !== 'undefined') {
window.TingleUI = __SALT_BUNDLE__;
}
export default __SALT_BUNDLE__;