@rsmax/ali 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +3 -0
- package/cjs/api.d.ts +2765 -0
- package/cjs/api.js +199 -0
- package/cjs/hostComponents/Button/index.d.ts +27 -0
- package/cjs/hostComponents/Button/index.js +5 -0
- package/cjs/hostComponents/Button/node.d.ts +25 -0
- package/cjs/hostComponents/Button/node.js +29 -0
- package/cjs/hostComponents/Camera/index.d.ts +18 -0
- package/cjs/hostComponents/Camera/index.js +5 -0
- package/cjs/hostComponents/Camera/node.d.ts +17 -0
- package/cjs/hostComponents/Camera/node.js +21 -0
- package/cjs/hostComponents/Canvas/index.d.ts +19 -0
- package/cjs/hostComponents/Canvas/index.js +5 -0
- package/cjs/hostComponents/Canvas/node.d.ts +19 -0
- package/cjs/hostComponents/Canvas/node.js +23 -0
- package/cjs/hostComponents/Checkbox/index.d.ts +12 -0
- package/cjs/hostComponents/Checkbox/index.js +5 -0
- package/cjs/hostComponents/Checkbox/node.d.ts +12 -0
- package/cjs/hostComponents/Checkbox/node.js +16 -0
- package/cjs/hostComponents/CheckboxGroup/index.d.ts +9 -0
- package/cjs/hostComponents/CheckboxGroup/index.js +5 -0
- package/cjs/hostComponents/CheckboxGroup/node.d.ts +8 -0
- package/cjs/hostComponents/CheckboxGroup/node.js +12 -0
- package/cjs/hostComponents/ContactButton/index.d.ts +11 -0
- package/cjs/hostComponents/ContactButton/index.js +5 -0
- package/cjs/hostComponents/ContactButton/node.d.ts +12 -0
- package/cjs/hostComponents/ContactButton/node.js +16 -0
- package/cjs/hostComponents/CoverImage/index.d.ts +9 -0
- package/cjs/hostComponents/CoverImage/index.js +5 -0
- package/cjs/hostComponents/CoverImage/node.d.ts +9 -0
- package/cjs/hostComponents/CoverImage/node.js +13 -0
- package/cjs/hostComponents/CoverView/index.d.ts +8 -0
- package/cjs/hostComponents/CoverView/index.js +5 -0
- package/cjs/hostComponents/CoverView/node.d.ts +8 -0
- package/cjs/hostComponents/CoverView/node.js +12 -0
- package/cjs/hostComponents/Form/index.d.ts +10 -0
- package/cjs/hostComponents/Form/index.js +5 -0
- package/cjs/hostComponents/Form/node.d.ts +9 -0
- package/cjs/hostComponents/Form/node.js +13 -0
- package/cjs/hostComponents/Icon/index.d.ts +10 -0
- package/cjs/hostComponents/Icon/index.js +5 -0
- package/cjs/hostComponents/Icon/node.d.ts +9 -0
- package/cjs/hostComponents/Icon/node.js +13 -0
- package/cjs/hostComponents/Image/index.d.ts +20 -0
- package/cjs/hostComponents/Image/index.js +5 -0
- package/cjs/hostComponents/Image/node.d.ts +17 -0
- package/cjs/hostComponents/Image/node.js +21 -0
- package/cjs/hostComponents/Input/index.d.ts +30 -0
- package/cjs/hostComponents/Input/index.js +5 -0
- package/cjs/hostComponents/Input/node.d.ts +29 -0
- package/cjs/hostComponents/Input/node.js +33 -0
- package/cjs/hostComponents/Label/index.d.ts +8 -0
- package/cjs/hostComponents/Label/index.js +5 -0
- package/cjs/hostComponents/Label/node.d.ts +7 -0
- package/cjs/hostComponents/Label/node.js +11 -0
- package/cjs/hostComponents/Lifestyle/index.d.ts +7 -0
- package/cjs/hostComponents/Lifestyle/index.js +5 -0
- package/cjs/hostComponents/Lifestyle/node.d.ts +5 -0
- package/cjs/hostComponents/Lifestyle/node.js +9 -0
- package/cjs/hostComponents/Lottie/index.d.ts +23 -0
- package/cjs/hostComponents/Lottie/index.js +5 -0
- package/cjs/hostComponents/Lottie/node.d.ts +22 -0
- package/cjs/hostComponents/Lottie/node.js +26 -0
- package/cjs/hostComponents/Map/index.d.ts +127 -0
- package/cjs/hostComponents/Map/index.js +5 -0
- package/cjs/hostComponents/Map/node.d.ts +29 -0
- package/cjs/hostComponents/Map/node.js +33 -0
- package/cjs/hostComponents/MovableArea/index.d.ts +10 -0
- package/cjs/hostComponents/MovableArea/index.js +5 -0
- package/cjs/hostComponents/MovableArea/node.d.ts +8 -0
- package/cjs/hostComponents/MovableArea/node.js +12 -0
- package/cjs/hostComponents/MovableView/index.d.ts +30 -0
- package/cjs/hostComponents/MovableView/index.js +5 -0
- package/cjs/hostComponents/MovableView/node.d.ts +26 -0
- package/cjs/hostComponents/MovableView/node.js +30 -0
- package/cjs/hostComponents/Navigator/index.d.ts +12 -0
- package/cjs/hostComponents/Navigator/index.js +5 -0
- package/cjs/hostComponents/Navigator/node.d.ts +12 -0
- package/cjs/hostComponents/Navigator/node.js +16 -0
- package/cjs/hostComponents/Picker/index.d.ts +13 -0
- package/cjs/hostComponents/Picker/index.js +5 -0
- package/cjs/hostComponents/Picker/node.d.ts +12 -0
- package/cjs/hostComponents/Picker/node.js +16 -0
- package/cjs/hostComponents/PickerView/index.d.ts +14 -0
- package/cjs/hostComponents/PickerView/index.js +5 -0
- package/cjs/hostComponents/PickerView/node.d.ts +15 -0
- package/cjs/hostComponents/PickerView/node.js +19 -0
- package/cjs/hostComponents/PickerViewColumn/index.d.ts +2 -0
- package/cjs/hostComponents/PickerViewColumn/index.js +5 -0
- package/cjs/hostComponents/PickerViewColumn/node.d.ts +2 -0
- package/cjs/hostComponents/PickerViewColumn/node.js +5 -0
- package/cjs/hostComponents/Progress/index.d.ts +13 -0
- package/cjs/hostComponents/Progress/index.js +5 -0
- package/cjs/hostComponents/Progress/node.d.ts +12 -0
- package/cjs/hostComponents/Progress/node.js +16 -0
- package/cjs/hostComponents/Radio/index.d.ts +12 -0
- package/cjs/hostComponents/Radio/index.js +5 -0
- package/cjs/hostComponents/Radio/node.d.ts +11 -0
- package/cjs/hostComponents/Radio/node.js +15 -0
- package/cjs/hostComponents/RadioGroup/index.d.ts +9 -0
- package/cjs/hostComponents/RadioGroup/index.js +5 -0
- package/cjs/hostComponents/RadioGroup/node.d.ts +8 -0
- package/cjs/hostComponents/RadioGroup/node.js +12 -0
- package/cjs/hostComponents/RichText/index.d.ts +12 -0
- package/cjs/hostComponents/RichText/index.js +5 -0
- package/cjs/hostComponents/RichText/node.d.ts +15 -0
- package/cjs/hostComponents/RichText/node.js +19 -0
- package/cjs/hostComponents/ScrollView/index.d.ts +28 -0
- package/cjs/hostComponents/ScrollView/index.js +5 -0
- package/cjs/hostComponents/ScrollView/node.d.ts +26 -0
- package/cjs/hostComponents/ScrollView/node.js +30 -0
- package/cjs/hostComponents/Slider/index.d.ts +21 -0
- package/cjs/hostComponents/Slider/index.js +5 -0
- package/cjs/hostComponents/Slider/node.d.ts +20 -0
- package/cjs/hostComponents/Slider/node.js +24 -0
- package/cjs/hostComponents/Swiper/index.d.ts +27 -0
- package/cjs/hostComponents/Swiper/index.js +5 -0
- package/cjs/hostComponents/Swiper/node.d.ts +27 -0
- package/cjs/hostComponents/Swiper/node.js +31 -0
- package/cjs/hostComponents/SwiperItem/index.d.ts +9 -0
- package/cjs/hostComponents/SwiperItem/index.js +5 -0
- package/cjs/hostComponents/SwiperItem/node.d.ts +7 -0
- package/cjs/hostComponents/SwiperItem/node.js +11 -0
- package/cjs/hostComponents/Switch/index.d.ts +12 -0
- package/cjs/hostComponents/Switch/index.js +5 -0
- package/cjs/hostComponents/Switch/node.d.ts +12 -0
- package/cjs/hostComponents/Switch/node.js +16 -0
- package/cjs/hostComponents/Text/index.d.ts +15 -0
- package/cjs/hostComponents/Text/index.js +5 -0
- package/cjs/hostComponents/Text/node.d.ts +12 -0
- package/cjs/hostComponents/Text/node.js +16 -0
- package/cjs/hostComponents/Textarea/index.d.ts +23 -0
- package/cjs/hostComponents/Textarea/index.js +5 -0
- package/cjs/hostComponents/Textarea/node.d.ts +23 -0
- package/cjs/hostComponents/Textarea/node.js +27 -0
- package/cjs/hostComponents/Video/index.d.ts +33 -0
- package/cjs/hostComponents/Video/index.js +5 -0
- package/cjs/hostComponents/Video/node.d.ts +33 -0
- package/cjs/hostComponents/Video/node.js +37 -0
- package/cjs/hostComponents/View/index.d.ts +33 -0
- package/cjs/hostComponents/View/index.js +5 -0
- package/cjs/hostComponents/View/node.d.ts +29 -0
- package/cjs/hostComponents/View/node.js +33 -0
- package/cjs/hostComponents/WebView/index.d.ts +8 -0
- package/cjs/hostComponents/WebView/index.js +5 -0
- package/cjs/hostComponents/WebView/node.d.ts +6 -0
- package/cjs/hostComponents/WebView/node.js +6 -0
- package/cjs/hostComponents/index.d.ts +36 -0
- package/cjs/hostComponents/index.js +52 -0
- package/cjs/hostComponents/node.d.ts +2 -0
- package/cjs/hostComponents/node.js +99 -0
- package/cjs/index.d.ts +3 -0
- package/cjs/index.js +19 -0
- package/cjs/node/index.d.ts +3 -0
- package/cjs/node/index.js +62 -0
- package/cjs/types/config.d.ts +151 -0
- package/cjs/types/config.js +2 -0
- package/cjs/types/index.d.ts +1 -0
- package/cjs/types/index.js +17 -0
- package/esm/api.d.ts +2765 -0
- package/esm/api.js +193 -0
- package/esm/hostComponents/Button/index.d.ts +27 -0
- package/esm/hostComponents/Button/index.js +2 -0
- package/esm/hostComponents/Button/node.d.ts +25 -0
- package/esm/hostComponents/Button/node.js +26 -0
- package/esm/hostComponents/Camera/index.d.ts +18 -0
- package/esm/hostComponents/Camera/index.js +2 -0
- package/esm/hostComponents/Camera/node.d.ts +17 -0
- package/esm/hostComponents/Camera/node.js +18 -0
- package/esm/hostComponents/Canvas/index.d.ts +19 -0
- package/esm/hostComponents/Canvas/index.js +2 -0
- package/esm/hostComponents/Canvas/node.d.ts +19 -0
- package/esm/hostComponents/Canvas/node.js +20 -0
- package/esm/hostComponents/Checkbox/index.d.ts +12 -0
- package/esm/hostComponents/Checkbox/index.js +2 -0
- package/esm/hostComponents/Checkbox/node.d.ts +12 -0
- package/esm/hostComponents/Checkbox/node.js +13 -0
- package/esm/hostComponents/CheckboxGroup/index.d.ts +9 -0
- package/esm/hostComponents/CheckboxGroup/index.js +2 -0
- package/esm/hostComponents/CheckboxGroup/node.d.ts +8 -0
- package/esm/hostComponents/CheckboxGroup/node.js +9 -0
- package/esm/hostComponents/ContactButton/index.d.ts +11 -0
- package/esm/hostComponents/ContactButton/index.js +2 -0
- package/esm/hostComponents/ContactButton/node.d.ts +12 -0
- package/esm/hostComponents/ContactButton/node.js +13 -0
- package/esm/hostComponents/CoverImage/index.d.ts +9 -0
- package/esm/hostComponents/CoverImage/index.js +2 -0
- package/esm/hostComponents/CoverImage/node.d.ts +9 -0
- package/esm/hostComponents/CoverImage/node.js +10 -0
- package/esm/hostComponents/CoverView/index.d.ts +8 -0
- package/esm/hostComponents/CoverView/index.js +2 -0
- package/esm/hostComponents/CoverView/node.d.ts +8 -0
- package/esm/hostComponents/CoverView/node.js +9 -0
- package/esm/hostComponents/Form/index.d.ts +10 -0
- package/esm/hostComponents/Form/index.js +2 -0
- package/esm/hostComponents/Form/node.d.ts +9 -0
- package/esm/hostComponents/Form/node.js +10 -0
- package/esm/hostComponents/Icon/index.d.ts +10 -0
- package/esm/hostComponents/Icon/index.js +2 -0
- package/esm/hostComponents/Icon/node.d.ts +9 -0
- package/esm/hostComponents/Icon/node.js +10 -0
- package/esm/hostComponents/Image/index.d.ts +20 -0
- package/esm/hostComponents/Image/index.js +2 -0
- package/esm/hostComponents/Image/node.d.ts +17 -0
- package/esm/hostComponents/Image/node.js +18 -0
- package/esm/hostComponents/Input/index.d.ts +30 -0
- package/esm/hostComponents/Input/index.js +2 -0
- package/esm/hostComponents/Input/node.d.ts +29 -0
- package/esm/hostComponents/Input/node.js +30 -0
- package/esm/hostComponents/Label/index.d.ts +8 -0
- package/esm/hostComponents/Label/index.js +2 -0
- package/esm/hostComponents/Label/node.d.ts +7 -0
- package/esm/hostComponents/Label/node.js +8 -0
- package/esm/hostComponents/Lifestyle/index.d.ts +7 -0
- package/esm/hostComponents/Lifestyle/index.js +2 -0
- package/esm/hostComponents/Lifestyle/node.d.ts +5 -0
- package/esm/hostComponents/Lifestyle/node.js +6 -0
- package/esm/hostComponents/Lottie/index.d.ts +23 -0
- package/esm/hostComponents/Lottie/index.js +2 -0
- package/esm/hostComponents/Lottie/node.d.ts +22 -0
- package/esm/hostComponents/Lottie/node.js +23 -0
- package/esm/hostComponents/Map/index.d.ts +127 -0
- package/esm/hostComponents/Map/index.js +2 -0
- package/esm/hostComponents/Map/node.d.ts +29 -0
- package/esm/hostComponents/Map/node.js +30 -0
- package/esm/hostComponents/MovableArea/index.d.ts +10 -0
- package/esm/hostComponents/MovableArea/index.js +2 -0
- package/esm/hostComponents/MovableArea/node.d.ts +8 -0
- package/esm/hostComponents/MovableArea/node.js +9 -0
- package/esm/hostComponents/MovableView/index.d.ts +30 -0
- package/esm/hostComponents/MovableView/index.js +2 -0
- package/esm/hostComponents/MovableView/node.d.ts +26 -0
- package/esm/hostComponents/MovableView/node.js +27 -0
- package/esm/hostComponents/Navigator/index.d.ts +12 -0
- package/esm/hostComponents/Navigator/index.js +2 -0
- package/esm/hostComponents/Navigator/node.d.ts +12 -0
- package/esm/hostComponents/Navigator/node.js +13 -0
- package/esm/hostComponents/Picker/index.d.ts +13 -0
- package/esm/hostComponents/Picker/index.js +2 -0
- package/esm/hostComponents/Picker/node.d.ts +12 -0
- package/esm/hostComponents/Picker/node.js +13 -0
- package/esm/hostComponents/PickerView/index.d.ts +14 -0
- package/esm/hostComponents/PickerView/index.js +2 -0
- package/esm/hostComponents/PickerView/node.d.ts +15 -0
- package/esm/hostComponents/PickerView/node.js +16 -0
- package/esm/hostComponents/PickerViewColumn/index.d.ts +2 -0
- package/esm/hostComponents/PickerViewColumn/index.js +2 -0
- package/esm/hostComponents/PickerViewColumn/node.d.ts +2 -0
- package/esm/hostComponents/PickerViewColumn/node.js +2 -0
- package/esm/hostComponents/Progress/index.d.ts +13 -0
- package/esm/hostComponents/Progress/index.js +2 -0
- package/esm/hostComponents/Progress/node.d.ts +12 -0
- package/esm/hostComponents/Progress/node.js +13 -0
- package/esm/hostComponents/Radio/index.d.ts +12 -0
- package/esm/hostComponents/Radio/index.js +2 -0
- package/esm/hostComponents/Radio/node.d.ts +11 -0
- package/esm/hostComponents/Radio/node.js +12 -0
- package/esm/hostComponents/RadioGroup/index.d.ts +9 -0
- package/esm/hostComponents/RadioGroup/index.js +2 -0
- package/esm/hostComponents/RadioGroup/node.d.ts +8 -0
- package/esm/hostComponents/RadioGroup/node.js +9 -0
- package/esm/hostComponents/RichText/index.d.ts +12 -0
- package/esm/hostComponents/RichText/index.js +2 -0
- package/esm/hostComponents/RichText/node.d.ts +15 -0
- package/esm/hostComponents/RichText/node.js +16 -0
- package/esm/hostComponents/ScrollView/index.d.ts +28 -0
- package/esm/hostComponents/ScrollView/index.js +2 -0
- package/esm/hostComponents/ScrollView/node.d.ts +26 -0
- package/esm/hostComponents/ScrollView/node.js +27 -0
- package/esm/hostComponents/Slider/index.d.ts +21 -0
- package/esm/hostComponents/Slider/index.js +2 -0
- package/esm/hostComponents/Slider/node.d.ts +20 -0
- package/esm/hostComponents/Slider/node.js +21 -0
- package/esm/hostComponents/Swiper/index.d.ts +27 -0
- package/esm/hostComponents/Swiper/index.js +2 -0
- package/esm/hostComponents/Swiper/node.d.ts +27 -0
- package/esm/hostComponents/Swiper/node.js +28 -0
- package/esm/hostComponents/SwiperItem/index.d.ts +9 -0
- package/esm/hostComponents/SwiperItem/index.js +2 -0
- package/esm/hostComponents/SwiperItem/node.d.ts +7 -0
- package/esm/hostComponents/SwiperItem/node.js +8 -0
- package/esm/hostComponents/Switch/index.d.ts +12 -0
- package/esm/hostComponents/Switch/index.js +2 -0
- package/esm/hostComponents/Switch/node.d.ts +12 -0
- package/esm/hostComponents/Switch/node.js +13 -0
- package/esm/hostComponents/Text/index.d.ts +15 -0
- package/esm/hostComponents/Text/index.js +2 -0
- package/esm/hostComponents/Text/node.d.ts +12 -0
- package/esm/hostComponents/Text/node.js +13 -0
- package/esm/hostComponents/Textarea/index.d.ts +23 -0
- package/esm/hostComponents/Textarea/index.js +2 -0
- package/esm/hostComponents/Textarea/node.d.ts +23 -0
- package/esm/hostComponents/Textarea/node.js +24 -0
- package/esm/hostComponents/Video/index.d.ts +33 -0
- package/esm/hostComponents/Video/index.js +2 -0
- package/esm/hostComponents/Video/node.d.ts +33 -0
- package/esm/hostComponents/Video/node.js +34 -0
- package/esm/hostComponents/View/index.d.ts +33 -0
- package/esm/hostComponents/View/index.js +2 -0
- package/esm/hostComponents/View/node.d.ts +29 -0
- package/esm/hostComponents/View/node.js +30 -0
- package/esm/hostComponents/WebView/index.d.ts +8 -0
- package/esm/hostComponents/WebView/index.js +2 -0
- package/esm/hostComponents/WebView/node.d.ts +6 -0
- package/esm/hostComponents/WebView/node.js +3 -0
- package/esm/hostComponents/index.d.ts +36 -0
- package/esm/hostComponents/index.js +36 -0
- package/esm/hostComponents/node.d.ts +2 -0
- package/esm/hostComponents/node.js +74 -0
- package/esm/index.d.ts +3 -0
- package/esm/index.js +3 -0
- package/esm/node/index.d.ts +3 -0
- package/esm/node/index.js +34 -0
- package/esm/types/config.d.ts +151 -0
- package/esm/types/config.js +1 -0
- package/esm/types/index.d.ts +1 -0
- package/esm/types/index.js +1 -0
- package/node.js +1 -0
- package/package.json +35 -0
- package/templates/default/base.ejs +25 -0
- package/templates/default/component.ejs +67 -0
- package/templates/default/page.ejs +32 -0
- package/templates/static/additional-host-component.ejs +9 -0
- package/templates/static/host-components/block.ejs +5 -0
- package/templates/static/host-components/button.ejs +7 -0
- package/templates/static/host-components/camera.ejs +7 -0
- package/templates/static/host-components/canvas.ejs +7 -0
- package/templates/static/host-components/checkbox-group.ejs +7 -0
- package/templates/static/host-components/checkbox.ejs +7 -0
- package/templates/static/host-components/contact-button.ejs +7 -0
- package/templates/static/host-components/cover-image.ejs +7 -0
- package/templates/static/host-components/cover-view.ejs +7 -0
- package/templates/static/host-components/form.ejs +7 -0
- package/templates/static/host-components/icon.ejs +7 -0
- package/templates/static/host-components/image.ejs +7 -0
- package/templates/static/host-components/input.ejs +7 -0
- package/templates/static/host-components/label.ejs +7 -0
- package/templates/static/host-components/lifestyle.ejs +7 -0
- package/templates/static/host-components/lottie.ejs +7 -0
- package/templates/static/host-components/map.ejs +7 -0
- package/templates/static/host-components/movable-area.ejs +7 -0
- package/templates/static/host-components/movable-view.ejs +7 -0
- package/templates/static/host-components/navigator.ejs +7 -0
- package/templates/static/host-components/picker-view-column.ejs +7 -0
- package/templates/static/host-components/picker-view.ejs +13 -0
- package/templates/static/host-components/picker.ejs +9 -0
- package/templates/static/host-components/plain-text.ejs +3 -0
- package/templates/static/host-components/progress.ejs +7 -0
- package/templates/static/host-components/radio-group.ejs +7 -0
- package/templates/static/host-components/radio.ejs +7 -0
- package/templates/static/host-components/rich-text.ejs +7 -0
- package/templates/static/host-components/scroll-view.ejs +7 -0
- package/templates/static/host-components/slider.ejs +7 -0
- package/templates/static/host-components/swiper-item.ejs +7 -0
- package/templates/static/host-components/swiper.ejs +13 -0
- package/templates/static/host-components/switch.ejs +7 -0
- package/templates/static/host-components/text.ejs +7 -0
- package/templates/static/host-components/textarea.ejs +7 -0
- package/templates/static/host-components/video.ejs +7 -0
- package/templates/static/host-components/view.ejs +7 -0
- package/templates/static/host-components/web-view.ejs +7 -0
- package/templates/static/isolated-templates.ejs +5 -0
- package/templates/static/native-component.ejs +24 -0
- package/templates/static/page.ejs +64 -0
- package/vitest.config.js +7 -0
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface SwiperProps {
|
|
3
|
+
readonly dataset?: DOMStringMap;
|
|
4
|
+
id?: string;
|
|
5
|
+
className?: string;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
indicatorDots?: boolean;
|
|
8
|
+
indicatorColor?: string;
|
|
9
|
+
indicatorActiveColor?: string;
|
|
10
|
+
activeClassName?: string;
|
|
11
|
+
changingClassName?: string;
|
|
12
|
+
autoplay?: boolean;
|
|
13
|
+
current?: number;
|
|
14
|
+
duration?: number;
|
|
15
|
+
interval?: number;
|
|
16
|
+
circular?: boolean;
|
|
17
|
+
vertical?: boolean;
|
|
18
|
+
previousMargin?: string;
|
|
19
|
+
nextMargin?: string;
|
|
20
|
+
acceleration?: boolean;
|
|
21
|
+
disableProgrammaticAnimation?: boolean;
|
|
22
|
+
disableTouch?: boolean;
|
|
23
|
+
onChange?: (e: any) => void;
|
|
24
|
+
onTransition?: (e: any) => void;
|
|
25
|
+
onAnimationEnd?: (e: any) => void;
|
|
26
|
+
}
|
|
27
|
+
export declare const Swiper: React.ComponentType<SwiperProps>;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export declare const alias: {
|
|
2
|
+
id: string;
|
|
3
|
+
className: string;
|
|
4
|
+
style: string;
|
|
5
|
+
indicatorDots: string;
|
|
6
|
+
indicatorColor: string;
|
|
7
|
+
indicatorActiveColor: string;
|
|
8
|
+
activeClass: string;
|
|
9
|
+
activeClassName: string;
|
|
10
|
+
changingClass: string;
|
|
11
|
+
changingClassName: string;
|
|
12
|
+
autoplay: string;
|
|
13
|
+
current: string;
|
|
14
|
+
duration: string;
|
|
15
|
+
interval: string;
|
|
16
|
+
circular: string;
|
|
17
|
+
vertical: string;
|
|
18
|
+
previousMargin: string;
|
|
19
|
+
nextMargin: string;
|
|
20
|
+
acceleration: string;
|
|
21
|
+
disableProgrammaticAnimation: string;
|
|
22
|
+
onChange: string;
|
|
23
|
+
onTransition: string;
|
|
24
|
+
onAnimationEnd: string;
|
|
25
|
+
disableTouch: string;
|
|
26
|
+
};
|
|
27
|
+
export declare const props: string[];
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.props = exports.alias = void 0;
|
|
4
|
+
const shared_1 = require("@rsmax/shared");
|
|
5
|
+
exports.alias = {
|
|
6
|
+
id: 'id',
|
|
7
|
+
className: 'class',
|
|
8
|
+
style: 'style',
|
|
9
|
+
indicatorDots: 'indicator-dots',
|
|
10
|
+
indicatorColor: 'indicator-color',
|
|
11
|
+
indicatorActiveColor: 'indicator-active-color',
|
|
12
|
+
activeClass: 'active-class',
|
|
13
|
+
activeClassName: 'active-class',
|
|
14
|
+
changingClass: 'changing-class',
|
|
15
|
+
changingClassName: 'changing-class',
|
|
16
|
+
autoplay: 'autoplay',
|
|
17
|
+
current: 'current',
|
|
18
|
+
duration: 'duration',
|
|
19
|
+
interval: 'interval',
|
|
20
|
+
circular: 'circular',
|
|
21
|
+
vertical: 'vertical',
|
|
22
|
+
previousMargin: 'previous-margin',
|
|
23
|
+
nextMargin: 'next-margin',
|
|
24
|
+
acceleration: 'acceleration',
|
|
25
|
+
disableProgrammaticAnimation: 'disable-programmatic-animation',
|
|
26
|
+
onChange: 'onChange',
|
|
27
|
+
onTransition: 'onTransition',
|
|
28
|
+
onAnimationEnd: 'onAnimationEnd',
|
|
29
|
+
disableTouch: 'disable-touch',
|
|
30
|
+
};
|
|
31
|
+
exports.props = (0, shared_1.unique)(Object.values(exports.alias));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.props = exports.alias = void 0;
|
|
4
|
+
const shared_1 = require("@rsmax/shared");
|
|
5
|
+
exports.alias = {
|
|
6
|
+
id: 'id',
|
|
7
|
+
className: 'class',
|
|
8
|
+
style: 'style',
|
|
9
|
+
key: 'key',
|
|
10
|
+
};
|
|
11
|
+
exports.props = (0, shared_1.unique)(Object.values(exports.alias));
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export interface SwitchProps {
|
|
2
|
+
readonly dataset?: DOMStringMap;
|
|
3
|
+
id?: string;
|
|
4
|
+
className?: string;
|
|
5
|
+
name?: string;
|
|
6
|
+
checked?: boolean;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
color?: string;
|
|
9
|
+
controlled?: boolean;
|
|
10
|
+
onChange?: (e: any) => void;
|
|
11
|
+
}
|
|
12
|
+
export declare const Switch: import("react").ComponentType<SwitchProps>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.props = exports.alias = void 0;
|
|
4
|
+
const shared_1 = require("@rsmax/shared");
|
|
5
|
+
exports.alias = {
|
|
6
|
+
id: 'id',
|
|
7
|
+
className: 'class',
|
|
8
|
+
style: 'style',
|
|
9
|
+
name: 'name',
|
|
10
|
+
checked: 'checked',
|
|
11
|
+
disabled: 'disabled',
|
|
12
|
+
color: 'color',
|
|
13
|
+
onChange: 'onChange',
|
|
14
|
+
controlled: 'controlled',
|
|
15
|
+
};
|
|
16
|
+
exports.props = (0, shared_1.unique)(Object.values(exports.alias));
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface TextProps {
|
|
3
|
+
readonly dataset?: DOMStringMap;
|
|
4
|
+
id?: string;
|
|
5
|
+
className?: string;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
selectable?: boolean;
|
|
8
|
+
space?: string;
|
|
9
|
+
decode?: boolean;
|
|
10
|
+
numberOfLines?: number;
|
|
11
|
+
onTap?: (e: any) => void;
|
|
12
|
+
onClick?: (e: any) => void;
|
|
13
|
+
children?: React.ReactNode;
|
|
14
|
+
}
|
|
15
|
+
export declare const Text: React.ComponentType<TextProps>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.props = exports.alias = void 0;
|
|
4
|
+
const shared_1 = require("@rsmax/shared");
|
|
5
|
+
exports.alias = {
|
|
6
|
+
id: 'id',
|
|
7
|
+
className: 'class',
|
|
8
|
+
style: 'style',
|
|
9
|
+
selectable: 'selectable',
|
|
10
|
+
space: 'space',
|
|
11
|
+
decode: 'decode',
|
|
12
|
+
numberOfLines: 'number-of-lines',
|
|
13
|
+
onClick: 'onTap',
|
|
14
|
+
onTap: 'onTap',
|
|
15
|
+
};
|
|
16
|
+
exports.props = (0, shared_1.unique)(Object.values(exports.alias));
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface TextareaProps {
|
|
3
|
+
readonly dataset?: DOMStringMap;
|
|
4
|
+
id?: string;
|
|
5
|
+
className?: string;
|
|
6
|
+
name?: string;
|
|
7
|
+
value?: string;
|
|
8
|
+
placeholder?: string;
|
|
9
|
+
placeholderStyle?: React.CSSProperties;
|
|
10
|
+
placeholderClassName?: string;
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
maxlength?: number;
|
|
13
|
+
focus?: boolean;
|
|
14
|
+
autoHeight?: boolean;
|
|
15
|
+
showCount?: boolean;
|
|
16
|
+
controlled?: boolean;
|
|
17
|
+
enableNative?: boolean;
|
|
18
|
+
onInput?: (e: any) => void;
|
|
19
|
+
onFocus?: (e: any) => void;
|
|
20
|
+
onBlur?: (e: any) => void;
|
|
21
|
+
onConfirm?: (e: any) => void;
|
|
22
|
+
}
|
|
23
|
+
export declare const Textarea: React.ComponentType<TextareaProps>;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export declare const alias: {
|
|
2
|
+
id: string;
|
|
3
|
+
className: string;
|
|
4
|
+
style: string;
|
|
5
|
+
name: string;
|
|
6
|
+
value: string;
|
|
7
|
+
placeholder: string;
|
|
8
|
+
placeholderStyle: string;
|
|
9
|
+
placeholderClass: string;
|
|
10
|
+
placeholderClassName: string;
|
|
11
|
+
disabled: string;
|
|
12
|
+
maxlength: string;
|
|
13
|
+
focus: string;
|
|
14
|
+
autoHeight: string;
|
|
15
|
+
showCount: string;
|
|
16
|
+
controlled: string;
|
|
17
|
+
enableNative: string;
|
|
18
|
+
onInput: string;
|
|
19
|
+
onFocus: string;
|
|
20
|
+
onBlur: string;
|
|
21
|
+
onConfirm: string;
|
|
22
|
+
};
|
|
23
|
+
export declare const props: string[];
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.props = exports.alias = void 0;
|
|
4
|
+
const shared_1 = require("@rsmax/shared");
|
|
5
|
+
exports.alias = {
|
|
6
|
+
id: 'id',
|
|
7
|
+
className: 'class',
|
|
8
|
+
style: 'style',
|
|
9
|
+
name: 'name',
|
|
10
|
+
value: 'value',
|
|
11
|
+
placeholder: 'placeholder',
|
|
12
|
+
placeholderStyle: 'placeholder-style',
|
|
13
|
+
placeholderClass: 'placeholder-class',
|
|
14
|
+
placeholderClassName: 'placeholder-class',
|
|
15
|
+
disabled: 'disabled',
|
|
16
|
+
maxlength: 'maxlength',
|
|
17
|
+
focus: 'focus',
|
|
18
|
+
autoHeight: 'auto-height',
|
|
19
|
+
showCount: 'show-count',
|
|
20
|
+
controlled: 'controlled',
|
|
21
|
+
enableNative: 'enableNative',
|
|
22
|
+
onInput: 'onInput',
|
|
23
|
+
onFocus: 'onFocus',
|
|
24
|
+
onBlur: 'onBlur',
|
|
25
|
+
onConfirm: 'onConfirm',
|
|
26
|
+
};
|
|
27
|
+
exports.props = (0, shared_1.unique)(Object.values(exports.alias));
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface VideoProps {
|
|
3
|
+
src: string;
|
|
4
|
+
id?: string;
|
|
5
|
+
className?: string;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
posterSize?: 'contain' | 'fill' | 'cover';
|
|
8
|
+
poster?: string;
|
|
9
|
+
objectFit?: 'contain' | 'fill' | 'cover';
|
|
10
|
+
initialTime?: number;
|
|
11
|
+
duration?: number;
|
|
12
|
+
controls?: boolean;
|
|
13
|
+
autoplay?: boolean;
|
|
14
|
+
direction?: number;
|
|
15
|
+
loop?: boolean;
|
|
16
|
+
muted?: boolean;
|
|
17
|
+
showFullscreenBtn?: boolean;
|
|
18
|
+
showPlayBtn?: boolean;
|
|
19
|
+
showCenterPlayBtn?: boolean;
|
|
20
|
+
showMuteBtn?: boolean;
|
|
21
|
+
enableProgressGesture?: boolean;
|
|
22
|
+
mobilenetHintType?: 0 | 1 | 3;
|
|
23
|
+
onPlay?: (e: any) => void;
|
|
24
|
+
onPause?: (e: any) => void;
|
|
25
|
+
onEnded?: (e: any) => void;
|
|
26
|
+
onTimeUpdate?: (e: any) => void;
|
|
27
|
+
onLoading?: (e: any) => void;
|
|
28
|
+
onError?: (e: any) => void;
|
|
29
|
+
onFullScreenChange?: (e: any) => void;
|
|
30
|
+
onTap?: (e: any) => void;
|
|
31
|
+
onUserAction?: (e: any) => void;
|
|
32
|
+
}
|
|
33
|
+
export declare const Video: React.ComponentType<VideoProps>;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export declare const alias: {
|
|
2
|
+
className: string;
|
|
3
|
+
src: string;
|
|
4
|
+
id: string;
|
|
5
|
+
style: string;
|
|
6
|
+
poster: string;
|
|
7
|
+
posterSize: string;
|
|
8
|
+
objectFit: string;
|
|
9
|
+
initialTime: string;
|
|
10
|
+
duration: string;
|
|
11
|
+
controls: string;
|
|
12
|
+
autoplay: string;
|
|
13
|
+
direction: string;
|
|
14
|
+
loop: string;
|
|
15
|
+
muted: string;
|
|
16
|
+
showFullscreenBtn: string;
|
|
17
|
+
showPlayBtn: string;
|
|
18
|
+
showCenterPlayBtn: string;
|
|
19
|
+
showMuteBtn: string;
|
|
20
|
+
enableProgressGesture: string;
|
|
21
|
+
mobilenetHintType: string;
|
|
22
|
+
onPlay: string;
|
|
23
|
+
onPause: string;
|
|
24
|
+
onEnded: string;
|
|
25
|
+
onTimeUpdate: string;
|
|
26
|
+
onLoading: string;
|
|
27
|
+
onError: string;
|
|
28
|
+
onFullScreenChange: string;
|
|
29
|
+
onTap: string;
|
|
30
|
+
onClick: string;
|
|
31
|
+
onUserAction: string;
|
|
32
|
+
};
|
|
33
|
+
export declare const props: string[];
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.props = exports.alias = void 0;
|
|
4
|
+
const shared_1 = require("@rsmax/shared");
|
|
5
|
+
exports.alias = {
|
|
6
|
+
className: 'class',
|
|
7
|
+
src: 'src',
|
|
8
|
+
id: 'id',
|
|
9
|
+
style: 'style',
|
|
10
|
+
poster: 'poster',
|
|
11
|
+
posterSize: 'posterSize',
|
|
12
|
+
objectFit: 'objectFit',
|
|
13
|
+
initialTime: 'initial-time',
|
|
14
|
+
duration: 'duration',
|
|
15
|
+
controls: 'controls',
|
|
16
|
+
autoplay: 'autoplay',
|
|
17
|
+
direction: 'direction',
|
|
18
|
+
loop: 'loop',
|
|
19
|
+
muted: 'muted',
|
|
20
|
+
showFullscreenBtn: 'show-fullscreen-btn',
|
|
21
|
+
showPlayBtn: 'show-play-btn',
|
|
22
|
+
showCenterPlayBtn: 'show-center-play-btn',
|
|
23
|
+
showMuteBtn: 'show-mute-btn',
|
|
24
|
+
enableProgressGesture: 'enableProgressGesture',
|
|
25
|
+
mobilenetHintType: 'mobilenetHintType',
|
|
26
|
+
onPlay: 'onPlay',
|
|
27
|
+
onPause: 'onPause',
|
|
28
|
+
onEnded: 'onEnded',
|
|
29
|
+
onTimeUpdate: 'onTimeUpdate',
|
|
30
|
+
onLoading: 'onLoading',
|
|
31
|
+
onError: 'onError',
|
|
32
|
+
onFullScreenChange: 'onFullScreenChange',
|
|
33
|
+
onTap: 'onTap',
|
|
34
|
+
onClick: 'onTap',
|
|
35
|
+
onUserAction: 'onUserAction',
|
|
36
|
+
};
|
|
37
|
+
exports.props = (0, shared_1.unique)(Object.values(exports.alias));
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface ViewProps {
|
|
3
|
+
readonly dataset?: DOMStringMap;
|
|
4
|
+
id?: string;
|
|
5
|
+
className?: string;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
disableScroll?: boolean;
|
|
8
|
+
hoverClassName?: string;
|
|
9
|
+
hoverStartTime?: number;
|
|
10
|
+
hoverStayTime?: number;
|
|
11
|
+
hidden?: boolean;
|
|
12
|
+
animation?: any;
|
|
13
|
+
hoverStopPropagation?: boolean;
|
|
14
|
+
slot?: string;
|
|
15
|
+
onTap?: (e: any) => void;
|
|
16
|
+
catchTap?: (e: any) => void;
|
|
17
|
+
onClick?: (e: any) => void;
|
|
18
|
+
catchClick?: (e: any) => void;
|
|
19
|
+
onTouchStart?: (e: any) => void;
|
|
20
|
+
onTouchMove?: (e: any) => void;
|
|
21
|
+
onTouchEnd?: (e: any) => void;
|
|
22
|
+
onTouchCancel?: (e: any) => void;
|
|
23
|
+
onLongTap?: (e: any) => void;
|
|
24
|
+
onTransitionEnd?: (e: any) => void;
|
|
25
|
+
onAnimationIteration?: (e: any) => void;
|
|
26
|
+
onAnimationStart?: (e: any) => void;
|
|
27
|
+
onAnimationEnd?: (e: any) => void;
|
|
28
|
+
onAppear?: (e: any) => void;
|
|
29
|
+
onDisappear?: (e: any) => void;
|
|
30
|
+
onFirstAppear?: (e: any) => void;
|
|
31
|
+
children?: React.ReactNode;
|
|
32
|
+
}
|
|
33
|
+
export declare const View: React.ComponentType<ViewProps>;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export declare const alias: {
|
|
2
|
+
id: string;
|
|
3
|
+
disableScroll: string;
|
|
4
|
+
hoverClass: string;
|
|
5
|
+
hoverClassName: string;
|
|
6
|
+
hoverStartTime: string;
|
|
7
|
+
hoverStayTime: string;
|
|
8
|
+
hidden: string;
|
|
9
|
+
className: string;
|
|
10
|
+
style: string;
|
|
11
|
+
animation: string;
|
|
12
|
+
hoverStopPropagation: string;
|
|
13
|
+
onClick: string;
|
|
14
|
+
onTap: string;
|
|
15
|
+
onTouchStart: string;
|
|
16
|
+
onTouchMove: string;
|
|
17
|
+
onTouchEnd: string;
|
|
18
|
+
onTouchCancel: string;
|
|
19
|
+
onLongTap: string;
|
|
20
|
+
onLongClick: string;
|
|
21
|
+
onTransitionEnd: string;
|
|
22
|
+
onAnimationIteration: string;
|
|
23
|
+
onAnimationStart: string;
|
|
24
|
+
onAnimationEnd: string;
|
|
25
|
+
onAppear: string;
|
|
26
|
+
onDisappear: string;
|
|
27
|
+
onFirstAppear: string;
|
|
28
|
+
};
|
|
29
|
+
export declare const props: string[];
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.props = exports.alias = void 0;
|
|
4
|
+
const shared_1 = require("@rsmax/shared");
|
|
5
|
+
exports.alias = {
|
|
6
|
+
id: 'id',
|
|
7
|
+
disableScroll: 'disable-scroll',
|
|
8
|
+
hoverClass: 'hover-class',
|
|
9
|
+
hoverClassName: 'hover-class',
|
|
10
|
+
hoverStartTime: 'hover-start-time',
|
|
11
|
+
hoverStayTime: 'hover-stay-time',
|
|
12
|
+
hidden: 'hidden',
|
|
13
|
+
className: 'class',
|
|
14
|
+
style: 'style',
|
|
15
|
+
animation: 'animation',
|
|
16
|
+
hoverStopPropagation: 'hover-stop-propagation',
|
|
17
|
+
onClick: 'onTap',
|
|
18
|
+
onTap: 'onTap',
|
|
19
|
+
onTouchStart: 'onTouchStart',
|
|
20
|
+
onTouchMove: 'onTouchMove',
|
|
21
|
+
onTouchEnd: 'onTouchEnd',
|
|
22
|
+
onTouchCancel: 'onTouchCancel',
|
|
23
|
+
onLongTap: 'onLongTap',
|
|
24
|
+
onLongClick: 'onLongTap',
|
|
25
|
+
onTransitionEnd: 'onTransitionEnd',
|
|
26
|
+
onAnimationIteration: 'onAnimationIteration',
|
|
27
|
+
onAnimationStart: 'onAnimationStart',
|
|
28
|
+
onAnimationEnd: 'onAnimationEnd',
|
|
29
|
+
onAppear: 'onAppear',
|
|
30
|
+
onDisappear: 'onDisappear',
|
|
31
|
+
onFirstAppear: 'onFirstAppear',
|
|
32
|
+
};
|
|
33
|
+
exports.props = (0, shared_1.unique)(Object.values(exports.alias));
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.props = exports.alias = void 0;
|
|
4
|
+
const shared_1 = require("@rsmax/shared");
|
|
5
|
+
exports.alias = { id: 'id', src: 'src', onMessage: 'onMessage' };
|
|
6
|
+
exports.props = (0, shared_1.unique)(Object.values(exports.alias));
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export * from './View';
|
|
2
|
+
export * from './ScrollView';
|
|
3
|
+
export * from './Swiper';
|
|
4
|
+
export * from './SwiperItem';
|
|
5
|
+
export * from './MovableView';
|
|
6
|
+
export * from './MovableArea';
|
|
7
|
+
export * from './CoverView';
|
|
8
|
+
export * from './CoverImage';
|
|
9
|
+
export * from './Icon';
|
|
10
|
+
export * from './Text';
|
|
11
|
+
export * from './RichText';
|
|
12
|
+
export * from './Progress';
|
|
13
|
+
export * from './Button';
|
|
14
|
+
export * from './CheckboxGroup';
|
|
15
|
+
export * from './Checkbox';
|
|
16
|
+
export * from './Form';
|
|
17
|
+
export * from './Input';
|
|
18
|
+
export * from './Label';
|
|
19
|
+
export * from './Picker';
|
|
20
|
+
export * from './PickerView';
|
|
21
|
+
export * from './PickerViewColumn';
|
|
22
|
+
export * from './RadioGroup';
|
|
23
|
+
export * from './Radio';
|
|
24
|
+
export * from './Slider';
|
|
25
|
+
export * from './Switch';
|
|
26
|
+
export * from './Textarea';
|
|
27
|
+
export * from './Navigator';
|
|
28
|
+
export * from './Image';
|
|
29
|
+
export * from './Map';
|
|
30
|
+
export * from './Canvas';
|
|
31
|
+
export * from './WebView';
|
|
32
|
+
export * from './Lifestyle';
|
|
33
|
+
export * from './ContactButton';
|
|
34
|
+
export * from './Video';
|
|
35
|
+
export * from './Lottie';
|
|
36
|
+
export * from './Camera';
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./View"), exports);
|
|
18
|
+
__exportStar(require("./ScrollView"), exports);
|
|
19
|
+
__exportStar(require("./Swiper"), exports);
|
|
20
|
+
__exportStar(require("./SwiperItem"), exports);
|
|
21
|
+
__exportStar(require("./MovableView"), exports);
|
|
22
|
+
__exportStar(require("./MovableArea"), exports);
|
|
23
|
+
__exportStar(require("./CoverView"), exports);
|
|
24
|
+
__exportStar(require("./CoverImage"), exports);
|
|
25
|
+
__exportStar(require("./Icon"), exports);
|
|
26
|
+
__exportStar(require("./Text"), exports);
|
|
27
|
+
__exportStar(require("./RichText"), exports);
|
|
28
|
+
__exportStar(require("./Progress"), exports);
|
|
29
|
+
__exportStar(require("./Button"), exports);
|
|
30
|
+
__exportStar(require("./CheckboxGroup"), exports);
|
|
31
|
+
__exportStar(require("./Checkbox"), exports);
|
|
32
|
+
__exportStar(require("./Form"), exports);
|
|
33
|
+
__exportStar(require("./Input"), exports);
|
|
34
|
+
__exportStar(require("./Label"), exports);
|
|
35
|
+
__exportStar(require("./Picker"), exports);
|
|
36
|
+
__exportStar(require("./PickerView"), exports);
|
|
37
|
+
__exportStar(require("./PickerViewColumn"), exports);
|
|
38
|
+
__exportStar(require("./RadioGroup"), exports);
|
|
39
|
+
__exportStar(require("./Radio"), exports);
|
|
40
|
+
__exportStar(require("./Slider"), exports);
|
|
41
|
+
__exportStar(require("./Switch"), exports);
|
|
42
|
+
__exportStar(require("./Textarea"), exports);
|
|
43
|
+
__exportStar(require("./Navigator"), exports);
|
|
44
|
+
__exportStar(require("./Image"), exports);
|
|
45
|
+
__exportStar(require("./Map"), exports);
|
|
46
|
+
__exportStar(require("./Canvas"), exports);
|
|
47
|
+
__exportStar(require("./WebView"), exports);
|
|
48
|
+
__exportStar(require("./Lifestyle"), exports);
|
|
49
|
+
__exportStar(require("./ContactButton"), exports);
|
|
50
|
+
__exportStar(require("./Video"), exports);
|
|
51
|
+
__exportStar(require("./Lottie"), exports);
|
|
52
|
+
__exportStar(require("./Camera"), exports);
|