@varlet/ui 2.6.2 → 2.7.0-alpha.1673584157662
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/es/action-sheet/{ActionSheet.js → ActionSheet.mjs} +7 -7
- package/es/action-sheet/{index.js → index.mjs} +2 -2
- package/es/action-sheet/{props.js → props.mjs} +2 -2
- package/es/action-sheet/style/{index.js → index.mjs} +0 -1
- package/es/app-bar/{AppBar.js → AppBar.mjs} +2 -2
- package/es/app-bar/{index.js → index.mjs} +1 -1
- package/es/app-bar/{props.js → props.mjs} +0 -0
- package/es/app-bar/style/{index.js → index.mjs} +0 -1
- package/es/back-top/{BackTop.js → BackTop.mjs} +6 -6
- package/es/back-top/{index.js → index.mjs} +1 -1
- package/es/back-top/{props.js → props.mjs} +1 -1
- package/es/back-top/style/{index.js → index.mjs} +0 -1
- package/es/badge/{Badge.js → Badge.mjs} +3 -3
- package/es/badge/{index.js → index.mjs} +1 -1
- package/es/badge/{props.js → props.mjs} +0 -0
- package/es/badge/style/{index.js → index.mjs} +0 -1
- package/es/bottom-navigation/{BottomNavigation.js → BottomNavigation.mjs} +4 -4
- package/es/bottom-navigation/{index.js → index.mjs} +1 -1
- package/es/bottom-navigation/{props.js → props.mjs} +1 -1
- package/es/bottom-navigation/{provide.js → provide.mjs} +1 -1
- package/es/bottom-navigation/style/{index.js → index.mjs} +0 -1
- package/es/bottom-navigation-item/{BottomNavigationItem.js → BottomNavigationItem.mjs} +6 -6
- package/es/bottom-navigation-item/{index.js → index.mjs} +1 -1
- package/es/bottom-navigation-item/{props.js → props.mjs} +1 -1
- package/es/bottom-navigation-item/{provide.js → provide.mjs} +2 -2
- package/es/bottom-navigation-item/style/{index.js → index.mjs} +0 -1
- package/es/breadcrumb/{Breadcrumb.js → Breadcrumb.mjs} +3 -3
- package/es/breadcrumb/{index.js → index.mjs} +1 -1
- package/es/breadcrumb/{props.js → props.mjs} +1 -1
- package/es/breadcrumb/{provide.js → provide.mjs} +2 -2
- package/es/breadcrumb/style/{index.js → index.mjs} +0 -1
- package/es/breadcrumbs/{Breadcrumbs.js → Breadcrumbs.mjs} +3 -3
- package/es/breadcrumbs/{index.js → index.mjs} +1 -1
- package/es/breadcrumbs/{props.js → props.mjs} +0 -0
- package/es/breadcrumbs/{provide.js → provide.mjs} +1 -1
- package/es/breadcrumbs/style/{index.js → index.mjs} +0 -1
- package/es/button/{Button.js → Button.mjs} +4 -4
- package/es/button/{index.js → index.mjs} +1 -1
- package/es/button/{props.js → props.mjs} +2 -2
- package/es/button/style/{index.js → index.mjs} +0 -1
- package/es/card/{Card.js → Card.mjs} +8 -8
- package/es/card/{index.js → index.mjs} +1 -1
- package/es/card/{props.js → props.mjs} +1 -1
- package/es/card/style/{index.js → index.mjs} +0 -1
- package/es/cell/{Cell.js → Cell.mjs} +3 -3
- package/es/cell/{index.js → index.mjs} +1 -1
- package/es/cell/{props.js → props.mjs} +0 -0
- package/es/cell/style/{index.js → index.mjs} +0 -1
- package/es/checkbox/{Checkbox.js → Checkbox.mjs} +7 -7
- package/es/checkbox/{index.js → index.mjs} +1 -1
- package/es/checkbox/{props.js → props.mjs} +1 -1
- package/es/checkbox/{provide.js → provide.mjs} +2 -2
- package/es/checkbox/style/{index.js → index.mjs} +0 -1
- package/es/checkbox-group/{CheckboxGroup.js → CheckboxGroup.mjs} +5 -5
- package/es/checkbox-group/{index.js → index.mjs} +1 -1
- package/es/checkbox-group/{props.js → props.mjs} +1 -1
- package/es/checkbox-group/{provide.js → provide.mjs} +1 -1
- package/es/checkbox-group/style/{index.js → index.mjs} +0 -1
- package/es/chip/{Chip.js → Chip.mjs} +3 -3
- package/es/chip/{index.js → index.mjs} +1 -1
- package/es/chip/{props.js → props.mjs} +2 -2
- package/es/chip/style/{index.js → index.mjs} +0 -1
- package/es/col/{Col.js → Col.mjs} +4 -4
- package/es/col/{index.js → index.mjs} +1 -1
- package/es/col/{props.js → props.mjs} +1 -1
- package/es/col/{provide.js → provide.mjs} +2 -2
- package/es/col/style/{index.js → index.mjs} +0 -1
- package/es/collapse/{Collapse.js → Collapse.mjs} +3 -3
- package/es/collapse/{index.js → index.mjs} +1 -1
- package/es/collapse/{props.js → props.mjs} +1 -1
- package/es/collapse/{provide.js → provide.mjs} +1 -1
- package/es/collapse/style/{index.js → index.mjs} +0 -1
- package/es/collapse-item/{CollapseItem.js → CollapseItem.mjs} +5 -5
- package/es/collapse-item/{index.js → index.mjs} +1 -1
- package/es/collapse-item/{props.js → props.mjs} +0 -0
- package/es/collapse-item/{provide.js → provide.mjs} +2 -2
- package/es/collapse-item/style/{index.js → index.mjs} +0 -1
- package/es/context/{index.js → index.mjs} +0 -0
- package/es/context/{lock.js → lock.mjs} +1 -1
- package/es/context/style/{index.js → index.mjs} +0 -0
- package/es/context/{zIndex.js → zIndex.mjs} +1 -1
- package/es/countdown/{Countdown.js → Countdown.mjs} +4 -4
- package/es/countdown/{index.js → index.mjs} +1 -1
- package/es/countdown/{props.js → props.mjs} +1 -1
- package/es/countdown/style/index.mjs +1 -0
- package/es/counter/{Counter.js → Counter.mjs} +7 -7
- package/es/counter/{index.js → index.mjs} +1 -1
- package/es/counter/{props.js → props.mjs} +1 -1
- package/es/counter/{provide.js → provide.mjs} +0 -0
- package/es/counter/style/{index.js → index.mjs} +0 -1
- package/es/date-picker/{DatePicker.js → DatePicker.mjs} +8 -8
- package/es/date-picker/{index.js → index.mjs} +1 -1
- package/es/date-picker/{props.js → props.mjs} +1 -1
- package/es/date-picker/src/{day-picker-panel.js → day-picker-panel.mjs} +5 -5
- package/es/date-picker/src/{month-picker-panel.js → month-picker-panel.mjs} +5 -5
- package/es/date-picker/src/{panel-header.js → panel-header.mjs} +4 -4
- package/es/date-picker/src/{year-picker-panel.js → year-picker-panel.mjs} +1 -1
- package/es/date-picker/style/{index.js → index.mjs} +0 -1
- package/es/dialog/{Dialog.js → Dialog.mjs} +7 -7
- package/es/dialog/{index.js → index.mjs} +2 -2
- package/es/dialog/{props.js → props.mjs} +2 -2
- package/es/dialog/style/{index.js → index.mjs} +0 -1
- package/es/divider/{Divider.js → Divider.mjs} +3 -3
- package/es/divider/{index.js → index.mjs} +1 -1
- package/es/divider/{props.js → props.mjs} +0 -0
- package/es/divider/style/{index.js → index.mjs} +0 -1
- package/es/form/{Form.js → Form.mjs} +5 -5
- package/es/form/{index.js → index.mjs} +3 -3
- package/es/form/{props.js → props.mjs} +0 -0
- package/es/form/{provide.js → provide.mjs} +1 -1
- package/es/form/style/index.mjs +1 -0
- package/es/form-details/{FormDetails.js → FormDetails.mjs} +2 -2
- package/es/form-details/{index.js → index.mjs} +1 -1
- package/es/form-details/{props.js → props.mjs} +0 -0
- package/es/form-details/style/{index.js → index.mjs} +0 -1
- package/es/icon/{Icon.js → Icon.mjs} +3 -3
- package/es/icon/{index.js → index.mjs} +1 -1
- package/es/icon/{props.js → props.mjs} +1 -1
- package/es/icon/style/{index.js → index.mjs} +0 -1
- package/es/image/{Image.js → Image.mjs} +5 -5
- package/es/image/{index.js → index.mjs} +1 -1
- package/es/image/{props.js → props.mjs} +1 -1
- package/es/image/style/{index.js → index.mjs} +0 -1
- package/es/image-preview/{ImagePreview.js → ImagePreview.mjs} +6 -6
- package/es/image-preview/{index.js → index.mjs} +2 -2
- package/es/image-preview/{props.js → props.mjs} +3 -3
- package/es/image-preview/style/{index.js → index.mjs} +0 -1
- package/es/index-anchor/{IndexAnchor.js → IndexAnchor.mjs} +4 -4
- package/es/index-anchor/{index.js → index.mjs} +1 -1
- package/es/index-anchor/{props.js → props.mjs} +0 -0
- package/es/index-anchor/{provide.js → provide.mjs} +2 -2
- package/es/index-anchor/style/{index.js → index.mjs} +0 -1
- package/es/index-bar/{IndexBar.js → IndexBar.mjs} +5 -5
- package/es/index-bar/{index.js → index.mjs} +1 -1
- package/es/index-bar/{props.js → props.mjs} +1 -1
- package/es/index-bar/{provide.js → provide.mjs} +1 -1
- package/es/index-bar/style/{index.js → index.mjs} +0 -1
- package/es/index.mjs +376 -0
- package/es/index.umd.mjs +376 -0
- package/es/input/{Input.js → Input.mjs} +5 -5
- package/es/input/{index.js → index.mjs} +1 -1
- package/es/input/{props.js → props.mjs} +1 -1
- package/es/input/{provide.js → provide.mjs} +0 -0
- package/es/input/style/{index.js → index.mjs} +0 -1
- package/es/lazy/{index.js → index.mjs} +3 -3
- package/es/lazy/style/{index.js → index.mjs} +0 -0
- package/es/link/{Link.js → Link.mjs} +3 -3
- package/es/link/{index.js → index.mjs} +1 -1
- package/es/link/{props.js → props.mjs} +1 -1
- package/es/link/style/{index.js → index.mjs} +0 -1
- package/es/list/{List.js → List.mjs} +7 -7
- package/es/list/{index.js → index.mjs} +1 -1
- package/es/list/{props.js → props.mjs} +1 -1
- package/es/list/style/{index.js → index.mjs} +0 -1
- package/es/loading/{Loading.js → Loading.mjs} +3 -3
- package/es/loading/{index.js → index.mjs} +1 -1
- package/es/loading/{props.js → props.mjs} +0 -0
- package/es/loading/style/{index.js → index.mjs} +0 -1
- package/es/loading-bar/{LoadingBar.js → LoadingBar.mjs} +4 -4
- package/es/loading-bar/{index.js → index.mjs} +2 -2
- package/es/loading-bar/{props.js → props.mjs} +0 -0
- package/es/loading-bar/style/{index.js → index.mjs} +0 -0
- package/es/locale/{en-US.js → en-US.mjs} +0 -0
- package/es/locale/{index.js → index.mjs} +2 -2
- package/es/locale/style/{index.js → index.mjs} +0 -0
- package/es/locale/{zh-CN.js → zh-CN.mjs} +0 -0
- package/es/menu/{Menu.js → Menu.mjs} +4 -4
- package/es/menu/{index.js → index.mjs} +1 -1
- package/es/menu/{props.js → props.mjs} +1 -1
- package/es/menu/style/{index.js → index.mjs} +0 -1
- package/es/menu/{usePopover.js → usePopover.mjs} +3 -3
- package/es/option/{Option.js → Option.mjs} +5 -5
- package/es/option/{index.js → index.mjs} +1 -1
- package/es/option/{props.js → props.mjs} +0 -0
- package/es/option/{provide.js → provide.mjs} +2 -2
- package/es/option/style/{index.js → index.mjs} +0 -1
- package/es/overlay/{Overlay.js → Overlay.mjs} +4 -4
- package/es/overlay/{index.js → index.mjs} +1 -1
- package/es/overlay/{props.js → props.mjs} +1 -1
- package/es/overlay/style/{index.js → index.mjs} +0 -0
- package/es/pagination/{Pagination.js → Pagination.mjs} +8 -8
- package/es/pagination/{index.js → index.mjs} +1 -1
- package/es/pagination/{porps.js → porps.mjs} +1 -1
- package/es/pagination/style/{index.js → index.mjs} +0 -1
- package/es/picker/{Picker.js → Picker.mjs} +7 -7
- package/es/picker/{index.js → index.mjs} +2 -2
- package/es/picker/{props.js → props.mjs} +2 -2
- package/es/picker/style/{index.js → index.mjs} +0 -1
- package/es/popup/{Popup.js → Popup.mjs} +4 -4
- package/es/popup/{index.js → index.mjs} +1 -1
- package/es/popup/{props.js → props.mjs} +1 -1
- package/es/popup/style/{index.js → index.mjs} +0 -0
- package/es/progress/{Progress.js → Progress.mjs} +3 -3
- package/es/progress/{index.js → index.mjs} +1 -1
- package/es/progress/{props.js → props.mjs} +0 -0
- package/es/progress/style/{index.js → index.mjs} +0 -1
- package/es/pull-refresh/{PullRefresh.js → PullRefresh.mjs} +4 -4
- package/es/pull-refresh/{index.js → index.mjs} +1 -1
- package/es/pull-refresh/{props.js → props.mjs} +1 -1
- package/es/pull-refresh/style/{index.js → index.mjs} +0 -1
- package/es/radio/{Radio.js → Radio.mjs} +7 -7
- package/es/radio/{index.js → index.mjs} +1 -1
- package/es/radio/{props.js → props.mjs} +1 -1
- package/es/radio/{provide.js → provide.mjs} +2 -2
- package/es/radio/style/{index.js → index.mjs} +0 -1
- package/es/radio-group/{RadioGroup.js → RadioGroup.mjs} +5 -5
- package/es/radio-group/{index.js → index.mjs} +1 -1
- package/es/radio-group/{props.js → props.mjs} +1 -1
- package/es/radio-group/{provide.js → provide.mjs} +1 -1
- package/es/radio-group/style/{index.js → index.mjs} +0 -1
- package/es/rate/{Rate.js → Rate.mjs} +7 -7
- package/es/rate/{index.js → index.mjs} +1 -1
- package/es/rate/{props.js → props.mjs} +1 -1
- package/es/rate/{provide.js → provide.mjs} +0 -0
- package/es/rate/style/{index.js → index.mjs} +0 -1
- package/es/result/{Empty.js → Empty.mjs} +0 -0
- package/es/result/{Error.js → Error.mjs} +0 -0
- package/es/result/{Info.js → Info.mjs} +0 -0
- package/es/result/{Question.js → Question.mjs} +0 -0
- package/es/result/{Result.js → Result.mjs} +9 -9
- package/es/result/{Success.js → Success.mjs} +1 -1
- package/es/result/{Warning.js → Warning.mjs} +0 -0
- package/es/result/{index.js → index.mjs} +1 -1
- package/es/result/{props.js → props.mjs} +0 -0
- package/es/result/style/{index.js → index.mjs} +0 -1
- package/es/ripple/{index.js → index.mjs} +3 -3
- package/es/ripple/style/{index.js → index.mjs} +0 -0
- package/es/row/{Row.js → Row.mjs} +4 -4
- package/es/row/{index.js → index.mjs} +1 -1
- package/es/row/{props.js → props.mjs} +1 -1
- package/es/row/{provide.js → provide.mjs} +1 -1
- package/es/row/style/{index.js → index.mjs} +0 -1
- package/es/select/{Select.js → Select.mjs} +9 -9
- package/es/select/{index.js → index.mjs} +1 -1
- package/es/select/{props.js → props.mjs} +1 -1
- package/es/select/{provide.js → provide.mjs} +1 -1
- package/es/select/style/{index.js → index.mjs} +0 -1
- package/es/skeleton/{Skeleton.js → Skeleton.mjs} +3 -3
- package/es/skeleton/{index.js → index.mjs} +1 -1
- package/es/skeleton/{props.js → props.mjs} +0 -0
- package/es/skeleton/style/{index.js → index.mjs} +0 -1
- package/es/slider/{Slider.js → Slider.mjs} +5 -5
- package/es/slider/{index.js → index.mjs} +1 -1
- package/es/slider/{props.js → props.mjs} +1 -1
- package/es/slider/{provide.js → provide.mjs} +0 -0
- package/es/slider/style/{index.js → index.mjs} +0 -1
- package/es/snackbar/{Snackbar.js → Snackbar.mjs} +3 -3
- package/es/snackbar/{core.js → core.mjs} +7 -7
- package/es/snackbar/{index.js → index.mjs} +4 -4
- package/es/snackbar/{props.js → props.mjs} +3 -3
- package/es/snackbar/style/{index.js → index.mjs} +0 -2
- package/es/space/{Space.js → Space.mjs} +4 -4
- package/es/space/{index.js → index.mjs} +1 -1
- package/es/space/{margin.js → margin.mjs} +0 -0
- package/es/space/{props.js → props.mjs} +0 -0
- package/es/space/style/{index.js → index.mjs} +0 -0
- package/es/step/{Step.js → Step.mjs} +4 -4
- package/es/step/{index.js → index.mjs} +1 -1
- package/es/step/{props.js → props.mjs} +0 -0
- package/es/step/{provide.js → provide.mjs} +2 -2
- package/es/step/style/{index.js → index.mjs} +0 -1
- package/es/steps/{Steps.js → Steps.mjs} +3 -3
- package/es/steps/{index.js → index.mjs} +1 -1
- package/es/steps/{props.js → props.mjs} +1 -1
- package/es/steps/{provide.js → provide.mjs} +1 -1
- package/es/steps/style/index.mjs +1 -0
- package/es/sticky/{Sticky.js → Sticky.mjs} +3 -3
- package/es/sticky/{index.js → index.mjs} +1 -1
- package/es/sticky/{props.js → props.mjs} +1 -1
- package/es/sticky/style/{index.js → index.mjs} +0 -1
- package/es/style-provider/{StyleProvider.js → StyleProvider.mjs} +2 -2
- package/es/style-provider/{index.js → index.mjs} +2 -2
- package/es/style-provider/style/index.mjs +1 -0
- package/es/style.css +1 -1
- package/es/style.mjs +72 -0
- package/es/styles/style/{index.js → index.mjs} +0 -0
- package/es/swipe/{Swipe.js → Swipe.mjs} +4 -4
- package/es/swipe/{index.js → index.mjs} +1 -1
- package/es/swipe/{props.js → props.mjs} +1 -1
- package/es/swipe/{provide.js → provide.mjs} +1 -1
- package/es/swipe/style/{index.js → index.mjs} +0 -1
- package/es/swipe-item/{SwipeItem.js → SwipeItem.mjs} +2 -2
- package/es/swipe-item/{index.js → index.mjs} +1 -1
- package/es/swipe-item/{provide.js → provide.mjs} +2 -2
- package/es/swipe-item/style/{index.js → index.mjs} +0 -1
- package/es/switch/{Switch.js → Switch.mjs} +7 -7
- package/es/switch/{index.js → index.mjs} +1 -1
- package/es/switch/{props.js → props.mjs} +1 -1
- package/es/switch/{provide.js → provide.mjs} +0 -0
- package/es/switch/style/{index.js → index.mjs} +0 -1
- package/es/tab/{Tab.js → Tab.mjs} +4 -4
- package/es/tab/{index.js → index.mjs} +1 -1
- package/es/tab/{props.js → props.mjs} +1 -1
- package/es/tab/{provide.js → provide.mjs} +2 -2
- package/es/tab/style/{index.js → index.mjs} +0 -1
- package/es/tab-item/{TabItem.js → TabItem.mjs} +4 -4
- package/es/tab-item/{index.js → index.mjs} +1 -1
- package/es/tab-item/{props.js → props.mjs} +0 -0
- package/es/tab-item/{provide.js → provide.mjs} +2 -2
- package/es/tab-item/style/{index.js → index.mjs} +0 -1
- package/es/table/{Table.js → Table.mjs} +2 -2
- package/es/table/{index.js → index.mjs} +1 -1
- package/es/table/style/{index.js → index.mjs} +0 -1
- package/es/tabs/{Tabs.js → Tabs.mjs} +6 -6
- package/es/tabs/{index.js → index.mjs} +1 -1
- package/es/tabs/{props.js → props.mjs} +2 -2
- package/es/tabs/{provide.js → provide.mjs} +1 -1
- package/es/tabs/style/{index.js → index.mjs} +0 -1
- package/es/tabs-items/{TabsItems.js → TabsItems.mjs} +5 -5
- package/es/tabs-items/{index.js → index.mjs} +1 -1
- package/es/tabs-items/{props.js → props.mjs} +1 -1
- package/es/tabs-items/{provide.js → provide.mjs} +1 -1
- package/es/tabs-items/style/{index.js → index.mjs} +0 -1
- package/es/themes/dark/{actionSheet.js → actionSheet.mjs} +0 -0
- package/es/themes/dark/{appBar.js → appBar.mjs} +0 -0
- package/es/themes/dark/{badge.js → badge.mjs} +0 -0
- package/es/themes/dark/{bottomNavigation.js → bottomNavigation.mjs} +0 -0
- package/es/themes/dark/{bottomNavigationItem.js → bottomNavigationItem.mjs} +0 -0
- package/es/themes/dark/{breadcrumb.js → breadcrumb.mjs} +0 -0
- package/es/themes/dark/{button.js → button.mjs} +0 -0
- package/es/themes/dark/{card.js → card.mjs} +0 -0
- package/es/themes/dark/{cell.js → cell.mjs} +0 -0
- package/es/themes/dark/{checkbox.js → checkbox.mjs} +0 -0
- package/es/themes/dark/{chip.js → chip.mjs} +0 -0
- package/es/themes/dark/{collapse.js → collapse.mjs} +0 -0
- package/es/themes/dark/{datePicker.js → datePicker.mjs} +0 -0
- package/es/themes/dark/{dialog.js → dialog.mjs} +0 -0
- package/es/themes/dark/{divider.js → divider.mjs} +0 -0
- package/es/themes/dark/index.mjs +46 -0
- package/es/themes/dark/{input.js → input.mjs} +0 -0
- package/es/themes/dark/{menu.js → menu.mjs} +0 -0
- package/es/themes/dark/{pagination.js → pagination.mjs} +0 -0
- package/es/themes/dark/{picker.js → picker.mjs} +0 -0
- package/es/themes/dark/{popup.js → popup.mjs} +0 -0
- package/es/themes/dark/{pullRefresh.js → pullRefresh.mjs} +0 -0
- package/es/themes/dark/{radio.js → radio.mjs} +0 -0
- package/es/themes/dark/{result.js → result.mjs} +0 -0
- package/es/themes/dark/{select.js → select.mjs} +0 -0
- package/es/themes/dark/{skeleton.js → skeleton.mjs} +0 -0
- package/es/themes/dark/{steps.js → steps.mjs} +0 -0
- package/es/themes/dark/{switch.js → switch.mjs} +0 -0
- package/es/themes/dark/{tab.js → tab.mjs} +0 -0
- package/es/themes/dark/{table.js → table.mjs} +0 -0
- package/es/themes/dark/{tabs.js → tabs.mjs} +0 -0
- package/es/themes/dark/{timePicker.js → timePicker.mjs} +0 -0
- package/es/themes/dark/{uploader.js → uploader.mjs} +0 -0
- package/es/themes/{index.js → index.mjs} +1 -1
- package/es/themes/style/{index.js → index.mjs} +0 -0
- package/es/time-picker/{TimePicker.js → TimePicker.mjs} +5 -5
- package/es/time-picker/{clock.js → clock.mjs} +4 -4
- package/es/time-picker/{index.js → index.mjs} +1 -1
- package/es/time-picker/{props.js → props.mjs} +1 -1
- package/es/time-picker/style/{index.js → index.mjs} +0 -1
- package/es/time-picker/{utils.js → utils.mjs} +1 -1
- package/es/tooltip/{Tooltip.js → Tooltip.mjs} +3 -3
- package/es/tooltip/{index.js → index.mjs} +1 -1
- package/es/tooltip/{props.js → props.mjs} +1 -1
- package/es/tooltip/style/{index.js → index.mjs} +0 -1
- package/es/uploader/{Uploader.js → Uploader.mjs} +9 -9
- package/es/uploader/{index.js → index.mjs} +1 -1
- package/es/uploader/{props.js → props.mjs} +1 -1
- package/es/uploader/{provide.js → provide.mjs} +0 -0
- package/es/uploader/style/{index.js → index.mjs} +0 -1
- package/es/utils/{components.js → components.mjs} +0 -0
- package/es/utils/{elements.js → elements.mjs} +1 -1
- package/es/utils/{jest.js → jest.mjs} +0 -0
- package/es/utils/{shared.js → shared.mjs} +0 -0
- package/es/utils/style/{index.js → index.mjs} +0 -0
- package/es/utils/{types.js → types.mjs} +0 -0
- package/es/varlet.esm.js +1682 -1679
- package/highlight/web-types.json +1 -1
- package/lib/action-sheet/index.js +1 -1
- package/lib/app-bar/index.js +1 -1
- package/lib/back-top/index.js +1 -1
- package/lib/badge/index.js +1 -1
- package/lib/bottom-navigation/index.js +1 -1
- package/lib/bottom-navigation-item/index.js +1 -1
- package/lib/breadcrumb/index.js +1 -1
- package/lib/breadcrumbs/index.js +1 -1
- package/lib/button/index.js +1 -1
- package/lib/card/index.js +1 -1
- package/lib/cell/index.js +1 -1
- package/lib/checkbox/index.js +1 -1
- package/lib/checkbox-group/index.js +1 -1
- package/lib/chip/index.js +1 -1
- package/lib/col/index.js +1 -1
- package/lib/collapse/index.js +1 -1
- package/lib/collapse-item/index.js +1 -1
- package/lib/countdown/index.js +1 -1
- package/lib/counter/index.js +1 -1
- package/lib/date-picker/DatePicker.js +3 -3
- package/lib/date-picker/index.js +1 -1
- package/lib/date-picker/src/day-picker-panel.js +1 -1
- package/lib/date-picker/src/month-picker-panel.js +1 -1
- package/lib/dialog/index.js +1 -1
- package/lib/divider/index.js +1 -1
- package/lib/form/index.js +1 -1
- package/lib/form-details/index.js +1 -1
- package/lib/icon/index.js +1 -1
- package/lib/image/index.js +1 -1
- package/lib/image-preview/index.js +1 -1
- package/lib/index-anchor/index.js +1 -1
- package/lib/index-bar/index.js +1 -1
- package/lib/index.js +156 -72
- package/lib/input/index.js +1 -1
- package/lib/link/index.js +1 -1
- package/lib/list/index.js +1 -1
- package/lib/loading/index.js +1 -1
- package/lib/menu/index.js +1 -1
- package/lib/option/index.js +1 -1
- package/lib/pagination/index.js +1 -1
- package/lib/picker/index.js +1 -1
- package/lib/progress/index.js +1 -1
- package/lib/pull-refresh/index.js +1 -1
- package/lib/radio/index.js +1 -1
- package/lib/radio-group/index.js +1 -1
- package/lib/rate/index.js +1 -1
- package/lib/result/Result.js +6 -6
- package/lib/result/index.js +1 -1
- package/lib/row/index.js +1 -1
- package/lib/select/index.js +1 -1
- package/lib/skeleton/index.js +1 -1
- package/lib/slider/index.js +1 -1
- package/lib/snackbar/index.js +2 -2
- package/lib/step/index.js +1 -1
- package/lib/steps/index.js +1 -1
- package/lib/sticky/index.js +1 -1
- package/lib/style-provider/index.js +1 -1
- package/lib/style.css +1 -1
- package/lib/style.js +72 -72
- package/lib/swipe/index.js +1 -1
- package/lib/swipe-item/index.js +1 -1
- package/lib/switch/index.js +1 -1
- package/lib/tab/index.js +1 -1
- package/lib/tab-item/index.js +1 -1
- package/lib/table/index.js +1 -1
- package/lib/tabs/index.js +1 -1
- package/lib/tabs-items/index.js +1 -1
- package/lib/time-picker/TimePicker.js +1 -1
- package/lib/time-picker/index.js +1 -1
- package/lib/tooltip/index.js +1 -1
- package/lib/uploader/index.js +1 -1
- package/package.json +6 -6
- package/umd/varlet.js +7 -7
- package/es/countdown/style/index.js +0 -2
- package/es/form/style/index.js +0 -2
- package/es/index.js +0 -373
- package/es/steps/style/index.js +0 -2
- package/es/style-provider/style/index.js +0 -2
- package/es/style.js +0 -72
- package/es/themes/dark/index.js +0 -46
- package/es/umdIndex.js +0 -373
package/es/umdIndex.js
DELETED
|
@@ -1,373 +0,0 @@
|
|
|
1
|
-
import ActionSheet, * as ActionSheetModule from './action-sheet'
|
|
2
|
-
import AppBar, * as AppBarModule from './app-bar'
|
|
3
|
-
import BackTop, * as BackTopModule from './back-top'
|
|
4
|
-
import Badge, * as BadgeModule from './badge'
|
|
5
|
-
import BottomNavigation, * as BottomNavigationModule from './bottom-navigation'
|
|
6
|
-
import BottomNavigationItem, * as BottomNavigationItemModule from './bottom-navigation-item'
|
|
7
|
-
import Breadcrumb, * as BreadcrumbModule from './breadcrumb'
|
|
8
|
-
import Breadcrumbs, * as BreadcrumbsModule from './breadcrumbs'
|
|
9
|
-
import Button, * as ButtonModule from './button'
|
|
10
|
-
import Card, * as CardModule from './card'
|
|
11
|
-
import Cell, * as CellModule from './cell'
|
|
12
|
-
import Checkbox, * as CheckboxModule from './checkbox'
|
|
13
|
-
import CheckboxGroup, * as CheckboxGroupModule from './checkbox-group'
|
|
14
|
-
import Chip, * as ChipModule from './chip'
|
|
15
|
-
import Col, * as ColModule from './col'
|
|
16
|
-
import Collapse, * as CollapseModule from './collapse'
|
|
17
|
-
import CollapseItem, * as CollapseItemModule from './collapse-item'
|
|
18
|
-
import Context, * as ContextModule from './context'
|
|
19
|
-
import Countdown, * as CountdownModule from './countdown'
|
|
20
|
-
import Counter, * as CounterModule from './counter'
|
|
21
|
-
import DatePicker, * as DatePickerModule from './date-picker'
|
|
22
|
-
import Dialog, * as DialogModule from './dialog'
|
|
23
|
-
import Divider, * as DividerModule from './divider'
|
|
24
|
-
import Form, * as FormModule from './form'
|
|
25
|
-
import FormDetails, * as FormDetailsModule from './form-details'
|
|
26
|
-
import Icon, * as IconModule from './icon'
|
|
27
|
-
import Image, * as ImageModule from './image'
|
|
28
|
-
import ImagePreview, * as ImagePreviewModule from './image-preview'
|
|
29
|
-
import IndexAnchor, * as IndexAnchorModule from './index-anchor'
|
|
30
|
-
import IndexBar, * as IndexBarModule from './index-bar'
|
|
31
|
-
import Input, * as InputModule from './input'
|
|
32
|
-
import Lazy, * as LazyModule from './lazy'
|
|
33
|
-
import Link, * as LinkModule from './link'
|
|
34
|
-
import List, * as ListModule from './list'
|
|
35
|
-
import Loading, * as LoadingModule from './loading'
|
|
36
|
-
import LoadingBar, * as LoadingBarModule from './loading-bar'
|
|
37
|
-
import Locale, * as LocaleModule from './locale'
|
|
38
|
-
import Menu, * as MenuModule from './menu'
|
|
39
|
-
import Option, * as OptionModule from './option'
|
|
40
|
-
import Overlay, * as OverlayModule from './overlay'
|
|
41
|
-
import Pagination, * as PaginationModule from './pagination'
|
|
42
|
-
import Picker, * as PickerModule from './picker'
|
|
43
|
-
import Popup, * as PopupModule from './popup'
|
|
44
|
-
import Progress, * as ProgressModule from './progress'
|
|
45
|
-
import PullRefresh, * as PullRefreshModule from './pull-refresh'
|
|
46
|
-
import Radio, * as RadioModule from './radio'
|
|
47
|
-
import RadioGroup, * as RadioGroupModule from './radio-group'
|
|
48
|
-
import Rate, * as RateModule from './rate'
|
|
49
|
-
import Result, * as ResultModule from './result'
|
|
50
|
-
import Ripple, * as RippleModule from './ripple'
|
|
51
|
-
import Row, * as RowModule from './row'
|
|
52
|
-
import Select, * as SelectModule from './select'
|
|
53
|
-
import Skeleton, * as SkeletonModule from './skeleton'
|
|
54
|
-
import Slider, * as SliderModule from './slider'
|
|
55
|
-
import Snackbar, * as SnackbarModule from './snackbar'
|
|
56
|
-
import Space, * as SpaceModule from './space'
|
|
57
|
-
import Step, * as StepModule from './step'
|
|
58
|
-
import Steps, * as StepsModule from './steps'
|
|
59
|
-
import Sticky, * as StickyModule from './sticky'
|
|
60
|
-
import StyleProvider, * as StyleProviderModule from './style-provider'
|
|
61
|
-
import Swipe, * as SwipeModule from './swipe'
|
|
62
|
-
import SwipeItem, * as SwipeItemModule from './swipe-item'
|
|
63
|
-
import Switch, * as SwitchModule from './switch'
|
|
64
|
-
import Tab, * as TabModule from './tab'
|
|
65
|
-
import TabItem, * as TabItemModule from './tab-item'
|
|
66
|
-
import Table, * as TableModule from './table'
|
|
67
|
-
import Tabs, * as TabsModule from './tabs'
|
|
68
|
-
import TabsItems, * as TabsItemsModule from './tabs-items'
|
|
69
|
-
import Themes, * as ThemesModule from './themes'
|
|
70
|
-
import TimePicker, * as TimePickerModule from './time-picker'
|
|
71
|
-
import Tooltip, * as TooltipModule from './tooltip'
|
|
72
|
-
import Uploader, * as UploaderModule from './uploader'
|
|
73
|
-
|
|
74
|
-
import './action-sheet/style'
|
|
75
|
-
import './app-bar/style'
|
|
76
|
-
import './back-top/style'
|
|
77
|
-
import './badge/style'
|
|
78
|
-
import './bottom-navigation/style'
|
|
79
|
-
import './bottom-navigation-item/style'
|
|
80
|
-
import './breadcrumb/style'
|
|
81
|
-
import './breadcrumbs/style'
|
|
82
|
-
import './button/style'
|
|
83
|
-
import './card/style'
|
|
84
|
-
import './cell/style'
|
|
85
|
-
import './checkbox/style'
|
|
86
|
-
import './checkbox-group/style'
|
|
87
|
-
import './chip/style'
|
|
88
|
-
import './col/style'
|
|
89
|
-
import './collapse/style'
|
|
90
|
-
import './collapse-item/style'
|
|
91
|
-
import './context/style'
|
|
92
|
-
import './countdown/style'
|
|
93
|
-
import './counter/style'
|
|
94
|
-
import './date-picker/style'
|
|
95
|
-
import './dialog/style'
|
|
96
|
-
import './divider/style'
|
|
97
|
-
import './form/style'
|
|
98
|
-
import './form-details/style'
|
|
99
|
-
import './icon/style'
|
|
100
|
-
import './image/style'
|
|
101
|
-
import './image-preview/style'
|
|
102
|
-
import './index-anchor/style'
|
|
103
|
-
import './index-bar/style'
|
|
104
|
-
import './input/style'
|
|
105
|
-
import './lazy/style'
|
|
106
|
-
import './link/style'
|
|
107
|
-
import './list/style'
|
|
108
|
-
import './loading/style'
|
|
109
|
-
import './loading-bar/style'
|
|
110
|
-
import './locale/style'
|
|
111
|
-
import './menu/style'
|
|
112
|
-
import './option/style'
|
|
113
|
-
import './overlay/style'
|
|
114
|
-
import './pagination/style'
|
|
115
|
-
import './picker/style'
|
|
116
|
-
import './popup/style'
|
|
117
|
-
import './progress/style'
|
|
118
|
-
import './pull-refresh/style'
|
|
119
|
-
import './radio/style'
|
|
120
|
-
import './radio-group/style'
|
|
121
|
-
import './rate/style'
|
|
122
|
-
import './result/style'
|
|
123
|
-
import './ripple/style'
|
|
124
|
-
import './row/style'
|
|
125
|
-
import './select/style'
|
|
126
|
-
import './skeleton/style'
|
|
127
|
-
import './slider/style'
|
|
128
|
-
import './snackbar/style'
|
|
129
|
-
import './space/style'
|
|
130
|
-
import './step/style'
|
|
131
|
-
import './steps/style'
|
|
132
|
-
import './sticky/style'
|
|
133
|
-
import './style-provider/style'
|
|
134
|
-
import './swipe/style'
|
|
135
|
-
import './swipe-item/style'
|
|
136
|
-
import './switch/style'
|
|
137
|
-
import './tab/style'
|
|
138
|
-
import './tab-item/style'
|
|
139
|
-
import './table/style'
|
|
140
|
-
import './tabs/style'
|
|
141
|
-
import './tabs-items/style'
|
|
142
|
-
import './themes/style'
|
|
143
|
-
import './time-picker/style'
|
|
144
|
-
import './tooltip/style'
|
|
145
|
-
import './uploader/style'
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
function install(app) {
|
|
149
|
-
ActionSheet.install && app.use(ActionSheet)
|
|
150
|
-
AppBar.install && app.use(AppBar)
|
|
151
|
-
BackTop.install && app.use(BackTop)
|
|
152
|
-
Badge.install && app.use(Badge)
|
|
153
|
-
BottomNavigation.install && app.use(BottomNavigation)
|
|
154
|
-
BottomNavigationItem.install && app.use(BottomNavigationItem)
|
|
155
|
-
Breadcrumb.install && app.use(Breadcrumb)
|
|
156
|
-
Breadcrumbs.install && app.use(Breadcrumbs)
|
|
157
|
-
Button.install && app.use(Button)
|
|
158
|
-
Card.install && app.use(Card)
|
|
159
|
-
Cell.install && app.use(Cell)
|
|
160
|
-
Checkbox.install && app.use(Checkbox)
|
|
161
|
-
CheckboxGroup.install && app.use(CheckboxGroup)
|
|
162
|
-
Chip.install && app.use(Chip)
|
|
163
|
-
Col.install && app.use(Col)
|
|
164
|
-
Collapse.install && app.use(Collapse)
|
|
165
|
-
CollapseItem.install && app.use(CollapseItem)
|
|
166
|
-
Context.install && app.use(Context)
|
|
167
|
-
Countdown.install && app.use(Countdown)
|
|
168
|
-
Counter.install && app.use(Counter)
|
|
169
|
-
DatePicker.install && app.use(DatePicker)
|
|
170
|
-
Dialog.install && app.use(Dialog)
|
|
171
|
-
Divider.install && app.use(Divider)
|
|
172
|
-
Form.install && app.use(Form)
|
|
173
|
-
FormDetails.install && app.use(FormDetails)
|
|
174
|
-
Icon.install && app.use(Icon)
|
|
175
|
-
Image.install && app.use(Image)
|
|
176
|
-
ImagePreview.install && app.use(ImagePreview)
|
|
177
|
-
IndexAnchor.install && app.use(IndexAnchor)
|
|
178
|
-
IndexBar.install && app.use(IndexBar)
|
|
179
|
-
Input.install && app.use(Input)
|
|
180
|
-
Lazy.install && app.use(Lazy)
|
|
181
|
-
Link.install && app.use(Link)
|
|
182
|
-
List.install && app.use(List)
|
|
183
|
-
Loading.install && app.use(Loading)
|
|
184
|
-
LoadingBar.install && app.use(LoadingBar)
|
|
185
|
-
Locale.install && app.use(Locale)
|
|
186
|
-
Menu.install && app.use(Menu)
|
|
187
|
-
Option.install && app.use(Option)
|
|
188
|
-
Overlay.install && app.use(Overlay)
|
|
189
|
-
Pagination.install && app.use(Pagination)
|
|
190
|
-
Picker.install && app.use(Picker)
|
|
191
|
-
Popup.install && app.use(Popup)
|
|
192
|
-
Progress.install && app.use(Progress)
|
|
193
|
-
PullRefresh.install && app.use(PullRefresh)
|
|
194
|
-
Radio.install && app.use(Radio)
|
|
195
|
-
RadioGroup.install && app.use(RadioGroup)
|
|
196
|
-
Rate.install && app.use(Rate)
|
|
197
|
-
Result.install && app.use(Result)
|
|
198
|
-
Ripple.install && app.use(Ripple)
|
|
199
|
-
Row.install && app.use(Row)
|
|
200
|
-
Select.install && app.use(Select)
|
|
201
|
-
Skeleton.install && app.use(Skeleton)
|
|
202
|
-
Slider.install && app.use(Slider)
|
|
203
|
-
Snackbar.install && app.use(Snackbar)
|
|
204
|
-
Space.install && app.use(Space)
|
|
205
|
-
Step.install && app.use(Step)
|
|
206
|
-
Steps.install && app.use(Steps)
|
|
207
|
-
Sticky.install && app.use(Sticky)
|
|
208
|
-
StyleProvider.install && app.use(StyleProvider)
|
|
209
|
-
Swipe.install && app.use(Swipe)
|
|
210
|
-
SwipeItem.install && app.use(SwipeItem)
|
|
211
|
-
Switch.install && app.use(Switch)
|
|
212
|
-
Tab.install && app.use(Tab)
|
|
213
|
-
TabItem.install && app.use(TabItem)
|
|
214
|
-
Table.install && app.use(Table)
|
|
215
|
-
Tabs.install && app.use(Tabs)
|
|
216
|
-
TabsItems.install && app.use(TabsItems)
|
|
217
|
-
Themes.install && app.use(Themes)
|
|
218
|
-
TimePicker.install && app.use(TimePicker)
|
|
219
|
-
Tooltip.install && app.use(Tooltip)
|
|
220
|
-
Uploader.install && app.use(Uploader)
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
export {
|
|
224
|
-
install,
|
|
225
|
-
ActionSheet,
|
|
226
|
-
AppBar,
|
|
227
|
-
BackTop,
|
|
228
|
-
Badge,
|
|
229
|
-
BottomNavigation,
|
|
230
|
-
BottomNavigationItem,
|
|
231
|
-
Breadcrumb,
|
|
232
|
-
Breadcrumbs,
|
|
233
|
-
Button,
|
|
234
|
-
Card,
|
|
235
|
-
Cell,
|
|
236
|
-
Checkbox,
|
|
237
|
-
CheckboxGroup,
|
|
238
|
-
Chip,
|
|
239
|
-
Col,
|
|
240
|
-
Collapse,
|
|
241
|
-
CollapseItem,
|
|
242
|
-
Context,
|
|
243
|
-
Countdown,
|
|
244
|
-
Counter,
|
|
245
|
-
DatePicker,
|
|
246
|
-
Dialog,
|
|
247
|
-
Divider,
|
|
248
|
-
Form,
|
|
249
|
-
FormDetails,
|
|
250
|
-
Icon,
|
|
251
|
-
Image,
|
|
252
|
-
ImagePreview,
|
|
253
|
-
IndexAnchor,
|
|
254
|
-
IndexBar,
|
|
255
|
-
Input,
|
|
256
|
-
Lazy,
|
|
257
|
-
Link,
|
|
258
|
-
List,
|
|
259
|
-
Loading,
|
|
260
|
-
LoadingBar,
|
|
261
|
-
Locale,
|
|
262
|
-
Menu,
|
|
263
|
-
Option,
|
|
264
|
-
Overlay,
|
|
265
|
-
Pagination,
|
|
266
|
-
Picker,
|
|
267
|
-
Popup,
|
|
268
|
-
Progress,
|
|
269
|
-
PullRefresh,
|
|
270
|
-
Radio,
|
|
271
|
-
RadioGroup,
|
|
272
|
-
Rate,
|
|
273
|
-
Result,
|
|
274
|
-
Ripple,
|
|
275
|
-
Row,
|
|
276
|
-
Select,
|
|
277
|
-
Skeleton,
|
|
278
|
-
Slider,
|
|
279
|
-
Snackbar,
|
|
280
|
-
Space,
|
|
281
|
-
Step,
|
|
282
|
-
Steps,
|
|
283
|
-
Sticky,
|
|
284
|
-
StyleProvider,
|
|
285
|
-
Swipe,
|
|
286
|
-
SwipeItem,
|
|
287
|
-
Switch,
|
|
288
|
-
Tab,
|
|
289
|
-
TabItem,
|
|
290
|
-
Table,
|
|
291
|
-
Tabs,
|
|
292
|
-
TabsItems,
|
|
293
|
-
Themes,
|
|
294
|
-
TimePicker,
|
|
295
|
-
Tooltip,
|
|
296
|
-
Uploader
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
export default {
|
|
300
|
-
install,
|
|
301
|
-
ActionSheet,
|
|
302
|
-
AppBar,
|
|
303
|
-
BackTop,
|
|
304
|
-
Badge,
|
|
305
|
-
BottomNavigation,
|
|
306
|
-
BottomNavigationItem,
|
|
307
|
-
Breadcrumb,
|
|
308
|
-
Breadcrumbs,
|
|
309
|
-
Button,
|
|
310
|
-
Card,
|
|
311
|
-
Cell,
|
|
312
|
-
Checkbox,
|
|
313
|
-
CheckboxGroup,
|
|
314
|
-
Chip,
|
|
315
|
-
Col,
|
|
316
|
-
Collapse,
|
|
317
|
-
CollapseItem,
|
|
318
|
-
Context,
|
|
319
|
-
Countdown,
|
|
320
|
-
Counter,
|
|
321
|
-
DatePicker,
|
|
322
|
-
Dialog,
|
|
323
|
-
Divider,
|
|
324
|
-
Form,
|
|
325
|
-
FormDetails,
|
|
326
|
-
Icon,
|
|
327
|
-
Image,
|
|
328
|
-
ImagePreview,
|
|
329
|
-
IndexAnchor,
|
|
330
|
-
IndexBar,
|
|
331
|
-
Input,
|
|
332
|
-
Lazy,
|
|
333
|
-
Link,
|
|
334
|
-
List,
|
|
335
|
-
Loading,
|
|
336
|
-
LoadingBar,
|
|
337
|
-
Locale,
|
|
338
|
-
Menu,
|
|
339
|
-
Option,
|
|
340
|
-
Overlay,
|
|
341
|
-
Pagination,
|
|
342
|
-
Picker,
|
|
343
|
-
Popup,
|
|
344
|
-
Progress,
|
|
345
|
-
PullRefresh,
|
|
346
|
-
Radio,
|
|
347
|
-
RadioGroup,
|
|
348
|
-
Rate,
|
|
349
|
-
Result,
|
|
350
|
-
Ripple,
|
|
351
|
-
Row,
|
|
352
|
-
Select,
|
|
353
|
-
Skeleton,
|
|
354
|
-
Slider,
|
|
355
|
-
Snackbar,
|
|
356
|
-
Space,
|
|
357
|
-
Step,
|
|
358
|
-
Steps,
|
|
359
|
-
Sticky,
|
|
360
|
-
StyleProvider,
|
|
361
|
-
Swipe,
|
|
362
|
-
SwipeItem,
|
|
363
|
-
Switch,
|
|
364
|
-
Tab,
|
|
365
|
-
TabItem,
|
|
366
|
-
Table,
|
|
367
|
-
Tabs,
|
|
368
|
-
TabsItems,
|
|
369
|
-
Themes,
|
|
370
|
-
TimePicker,
|
|
371
|
-
Tooltip,
|
|
372
|
-
Uploader
|
|
373
|
-
}
|