UNPKG

10.8 kBJavaScriptView Raw
1import { ActionBar } from "./action-bar/index.mjs";
2import { ActionBarButton } from "./action-bar-button/index.mjs";
3import { ActionBarIcon } from "./action-bar-icon/index.mjs";
4import { ActionSheet } from "./action-sheet/index.mjs";
5import { AddressEdit } from "./address-edit/index.mjs";
6import { AddressList } from "./address-list/index.mjs";
7import { Area } from "./area/index.mjs";
8import { BackTop } from "./back-top/index.mjs";
9import { Badge } from "./badge/index.mjs";
10import { Barrage } from "./barrage/index.mjs";
11import { Button } from "./button/index.mjs";
12import { Calendar } from "./calendar/index.mjs";
13import { Card } from "./card/index.mjs";
14import { Cascader } from "./cascader/index.mjs";
15import { Cell } from "./cell/index.mjs";
16import { CellGroup } from "./cell-group/index.mjs";
17import { Checkbox } from "./checkbox/index.mjs";
18import { CheckboxGroup } from "./checkbox-group/index.mjs";
19import { Circle } from "./circle/index.mjs";
20import { Col } from "./col/index.mjs";
21import { Collapse } from "./collapse/index.mjs";
22import { CollapseItem } from "./collapse-item/index.mjs";
23import { ConfigProvider } from "./config-provider/index.mjs";
24import { ContactCard } from "./contact-card/index.mjs";
25import { ContactEdit } from "./contact-edit/index.mjs";
26import { ContactList } from "./contact-list/index.mjs";
27import { CountDown } from "./count-down/index.mjs";
28import { Coupon } from "./coupon/index.mjs";
29import { CouponCell } from "./coupon-cell/index.mjs";
30import { CouponList } from "./coupon-list/index.mjs";
31import { DatePicker } from "./date-picker/index.mjs";
32import { Dialog } from "./dialog/index.mjs";
33import { Divider } from "./divider/index.mjs";
34import { DropdownItem } from "./dropdown-item/index.mjs";
35import { DropdownMenu } from "./dropdown-menu/index.mjs";
36import { Empty } from "./empty/index.mjs";
37import { Field } from "./field/index.mjs";
38import { FloatingBubble } from "./floating-bubble/index.mjs";
39import { FloatingPanel } from "./floating-panel/index.mjs";
40import { Form } from "./form/index.mjs";
41import { Grid } from "./grid/index.mjs";
42import { GridItem } from "./grid-item/index.mjs";
43import { Highlight } from "./highlight/index.mjs";
44import { Icon } from "./icon/index.mjs";
45import { Image } from "./image/index.mjs";
46import { ImagePreview } from "./image-preview/index.mjs";
47import { IndexAnchor } from "./index-anchor/index.mjs";
48import { IndexBar } from "./index-bar/index.mjs";
49import { List } from "./list/index.mjs";
50import { Loading } from "./loading/index.mjs";
51import { Locale } from "./locale/index.mjs";
52import { NavBar } from "./nav-bar/index.mjs";
53import { NoticeBar } from "./notice-bar/index.mjs";
54import { Notify } from "./notify/index.mjs";
55import { NumberKeyboard } from "./number-keyboard/index.mjs";
56import { Overlay } from "./overlay/index.mjs";
57import { Pagination } from "./pagination/index.mjs";
58import { PasswordInput } from "./password-input/index.mjs";
59import { Picker } from "./picker/index.mjs";
60import { PickerGroup } from "./picker-group/index.mjs";
61import { Popover } from "./popover/index.mjs";
62import { Popup } from "./popup/index.mjs";
63import { Progress } from "./progress/index.mjs";
64import { PullRefresh } from "./pull-refresh/index.mjs";
65import { Radio } from "./radio/index.mjs";
66import { RadioGroup } from "./radio-group/index.mjs";
67import { Rate } from "./rate/index.mjs";
68import { RollingText } from "./rolling-text/index.mjs";
69import { Row } from "./row/index.mjs";
70import { Search } from "./search/index.mjs";
71import { ShareSheet } from "./share-sheet/index.mjs";
72import { Sidebar } from "./sidebar/index.mjs";
73import { SidebarItem } from "./sidebar-item/index.mjs";
74import { Signature } from "./signature/index.mjs";
75import { Skeleton } from "./skeleton/index.mjs";
76import { SkeletonAvatar } from "./skeleton-avatar/index.mjs";
77import { SkeletonImage } from "./skeleton-image/index.mjs";
78import { SkeletonParagraph } from "./skeleton-paragraph/index.mjs";
79import { SkeletonTitle } from "./skeleton-title/index.mjs";
80import { Slider } from "./slider/index.mjs";
81import { Space } from "./space/index.mjs";
82import { Step } from "./step/index.mjs";
83import { Stepper } from "./stepper/index.mjs";
84import { Steps } from "./steps/index.mjs";
85import { Sticky } from "./sticky/index.mjs";
86import { SubmitBar } from "./submit-bar/index.mjs";
87import { Swipe } from "./swipe/index.mjs";
88import { SwipeCell } from "./swipe-cell/index.mjs";
89import { SwipeItem } from "./swipe-item/index.mjs";
90import { Switch } from "./switch/index.mjs";
91import { Tab } from "./tab/index.mjs";
92import { Tabbar } from "./tabbar/index.mjs";
93import { TabbarItem } from "./tabbar-item/index.mjs";
94import { Tabs } from "./tabs/index.mjs";
95import { Tag } from "./tag/index.mjs";
96import { TextEllipsis } from "./text-ellipsis/index.mjs";
97import { TimePicker } from "./time-picker/index.mjs";
98import { Toast } from "./toast/index.mjs";
99import { TreeSelect } from "./tree-select/index.mjs";
100import { Uploader } from "./uploader/index.mjs";
101import { Watermark } from "./watermark/index.mjs";
102const version = "4.8.7";
103function install(app) {
104 const components = [
105 ActionBar,
106 ActionBarButton,
107 ActionBarIcon,
108 ActionSheet,
109 AddressEdit,
110 AddressList,
111 Area,
112 BackTop,
113 Badge,
114 Barrage,
115 Button,
116 Calendar,
117 Card,
118 Cascader,
119 Cell,
120 CellGroup,
121 Checkbox,
122 CheckboxGroup,
123 Circle,
124 Col,
125 Collapse,
126 CollapseItem,
127 ConfigProvider,
128 ContactCard,
129 ContactEdit,
130 ContactList,
131 CountDown,
132 Coupon,
133 CouponCell,
134 CouponList,
135 DatePicker,
136 Dialog,
137 Divider,
138 DropdownItem,
139 DropdownMenu,
140 Empty,
141 Field,
142 FloatingBubble,
143 FloatingPanel,
144 Form,
145 Grid,
146 GridItem,
147 Highlight,
148 Icon,
149 Image,
150 ImagePreview,
151 IndexAnchor,
152 IndexBar,
153 List,
154 Loading,
155 Locale,
156 NavBar,
157 NoticeBar,
158 Notify,
159 NumberKeyboard,
160 Overlay,
161 Pagination,
162 PasswordInput,
163 Picker,
164 PickerGroup,
165 Popover,
166 Popup,
167 Progress,
168 PullRefresh,
169 Radio,
170 RadioGroup,
171 Rate,
172 RollingText,
173 Row,
174 Search,
175 ShareSheet,
176 Sidebar,
177 SidebarItem,
178 Signature,
179 Skeleton,
180 SkeletonAvatar,
181 SkeletonImage,
182 SkeletonParagraph,
183 SkeletonTitle,
184 Slider,
185 Space,
186 Step,
187 Stepper,
188 Steps,
189 Sticky,
190 SubmitBar,
191 Swipe,
192 SwipeCell,
193 SwipeItem,
194 Switch,
195 Tab,
196 Tabbar,
197 TabbarItem,
198 Tabs,
199 Tag,
200 TextEllipsis,
201 TimePicker,
202 Toast,
203 TreeSelect,
204 Uploader,
205 Watermark
206 ];
207 components.forEach((item) => {
208 if (item.install) {
209 app.use(item);
210 } else if (item.name) {
211 app.component(item.name, item);
212 }
213 });
214}
215export * from "./action-bar/index.mjs";
216export * from "./action-bar-button/index.mjs";
217export * from "./action-bar-icon/index.mjs";
218export * from "./action-sheet/index.mjs";
219export * from "./address-edit/index.mjs";
220export * from "./address-list/index.mjs";
221export * from "./area/index.mjs";
222export * from "./back-top/index.mjs";
223export * from "./badge/index.mjs";
224export * from "./barrage/index.mjs";
225export * from "./button/index.mjs";
226export * from "./calendar/index.mjs";
227export * from "./card/index.mjs";
228export * from "./cascader/index.mjs";
229export * from "./cell/index.mjs";
230export * from "./cell-group/index.mjs";
231export * from "./checkbox/index.mjs";
232export * from "./checkbox-group/index.mjs";
233export * from "./circle/index.mjs";
234export * from "./col/index.mjs";
235export * from "./collapse/index.mjs";
236export * from "./collapse-item/index.mjs";
237export * from "./config-provider/index.mjs";
238export * from "./contact-card/index.mjs";
239export * from "./contact-edit/index.mjs";
240export * from "./contact-list/index.mjs";
241export * from "./count-down/index.mjs";
242export * from "./coupon/index.mjs";
243export * from "./coupon-cell/index.mjs";
244export * from "./coupon-list/index.mjs";
245export * from "./date-picker/index.mjs";
246export * from "./dialog/index.mjs";
247export * from "./divider/index.mjs";
248export * from "./dropdown-item/index.mjs";
249export * from "./dropdown-menu/index.mjs";
250export * from "./empty/index.mjs";
251export * from "./field/index.mjs";
252export * from "./floating-bubble/index.mjs";
253export * from "./floating-panel/index.mjs";
254export * from "./form/index.mjs";
255export * from "./grid/index.mjs";
256export * from "./grid-item/index.mjs";
257export * from "./highlight/index.mjs";
258export * from "./icon/index.mjs";
259export * from "./image/index.mjs";
260export * from "./image-preview/index.mjs";
261export * from "./index-anchor/index.mjs";
262export * from "./index-bar/index.mjs";
263export * from "./lazyload/index.mjs";
264export * from "./list/index.mjs";
265export * from "./loading/index.mjs";
266export * from "./locale/index.mjs";
267export * from "./nav-bar/index.mjs";
268export * from "./notice-bar/index.mjs";
269export * from "./notify/index.mjs";
270export * from "./number-keyboard/index.mjs";
271export * from "./overlay/index.mjs";
272export * from "./pagination/index.mjs";
273export * from "./password-input/index.mjs";
274export * from "./picker/index.mjs";
275export * from "./picker-group/index.mjs";
276export * from "./popover/index.mjs";
277export * from "./popup/index.mjs";
278export * from "./progress/index.mjs";
279export * from "./pull-refresh/index.mjs";
280export * from "./radio/index.mjs";
281export * from "./radio-group/index.mjs";
282export * from "./rate/index.mjs";
283export * from "./rolling-text/index.mjs";
284export * from "./row/index.mjs";
285export * from "./search/index.mjs";
286export * from "./share-sheet/index.mjs";
287export * from "./sidebar/index.mjs";
288export * from "./sidebar-item/index.mjs";
289export * from "./signature/index.mjs";
290export * from "./skeleton/index.mjs";
291export * from "./skeleton-avatar/index.mjs";
292export * from "./skeleton-image/index.mjs";
293export * from "./skeleton-paragraph/index.mjs";
294export * from "./skeleton-title/index.mjs";
295export * from "./slider/index.mjs";
296export * from "./space/index.mjs";
297export * from "./step/index.mjs";
298export * from "./stepper/index.mjs";
299export * from "./steps/index.mjs";
300export * from "./sticky/index.mjs";
301export * from "./submit-bar/index.mjs";
302export * from "./swipe/index.mjs";
303export * from "./swipe-cell/index.mjs";
304export * from "./swipe-item/index.mjs";
305export * from "./switch/index.mjs";
306export * from "./tab/index.mjs";
307export * from "./tabbar/index.mjs";
308export * from "./tabbar-item/index.mjs";
309export * from "./tabs/index.mjs";
310export * from "./tag/index.mjs";
311export * from "./text-ellipsis/index.mjs";
312export * from "./time-picker/index.mjs";
313export * from "./toast/index.mjs";
314export * from "./tree-select/index.mjs";
315export * from "./uploader/index.mjs";
316export * from "./watermark/index.mjs";
317var stdin_default = {
318 install,
319 version
320};
321export {
322 stdin_default as default,
323 install,
324 version
325};