@varlet/ui 1.27.20 → 2.0.0-alpha.1663499244572
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 +1885 -1885
- package/LICENCE +21 -21
- package/README.en-US.md +86 -93
- package/README.md +93 -93
- package/es/action-sheet/actionSheet.css +1 -1
- package/es/action-sheet/props.js +1 -1
- package/es/bottom-navigation/BottomNavigation.js +1 -1
- package/es/button/Button.js +2 -1
- package/es/button/button.css +1 -1
- package/es/button/props.js +5 -0
- package/es/card/Card.js +18 -22
- package/es/card/card.css +1 -1
- package/es/card/props.js +0 -7
- package/es/cell/Cell.js +3 -3
- package/es/cell/cell.css +1 -1
- package/es/cell/props.js +2 -2
- package/es/chip/chip.css +1 -1
- package/es/date-picker/DatePicker.js +1 -1
- package/es/date-picker/props.js +1 -1
- package/es/date-picker/src/day-picker-panel.js +1 -1
- package/es/date-picker/src/month-picker-panel.js +1 -1
- package/es/dialog/props.js +1 -1
- package/es/divider/Divider.js +1 -1
- package/es/image-preview/props.js +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.js +5 -0
- package/es/input/Input.js +1 -1
- package/es/lazy/index.js +1 -1
- package/es/loading/loading.css +1 -1
- package/es/loading/props.js +1 -2
- package/es/locale/en-US.d.ts +5 -5
- package/es/locale/index.js +7 -2
- package/es/locale/zh-CN.d.ts +5 -5
- package/es/menu/Menu.js +318 -94
- package/es/{action-sheet/ActionSheetSfc.less → menu/MenuSfc.css} +0 -0
- package/es/menu/index.js +1 -1
- package/es/menu/menu.css +1 -1
- package/es/menu/props.js +23 -6
- package/es/menu/style/index.js +3 -2
- package/es/pagination/Pagination.js +7 -3
- package/es/pagination/pagination.css +1 -1
- package/es/picker/props.js +1 -1
- package/es/popup/Popup.js +3 -3
- package/es/rate/Rate.js +20 -36
- package/es/rate/rate.css +1 -1
- package/es/ripple/index.js +2 -2
- package/es/select/Select.js +18 -46
- package/es/select/select.css +1 -1
- package/es/slider/Slider.js +1 -1
- package/es/snackbar/core.js +4 -2
- package/es/snackbar/index.js +1 -1
- package/es/snackbar/props.js +6 -2
- package/es/style-provider/StyleProvider.js +5 -1
- package/es/style.css +1 -1
- package/es/style.js +1 -0
- package/es/switch/Switch.js +6 -5
- package/es/tabs/tabs.css +1 -1
- package/es/tabs-items/TabsItems.js +8 -2
- package/es/themes/dark/cell.js +1 -1
- package/es/themes/dark/index.d.ts +5 -5
- package/es/themes/dark/index.js +3 -2
- package/es/themes/dark/menu.js +3 -0
- package/es/themes/index.js +4 -0
- package/es/time-picker/TimePicker.js +1 -1
- package/es/time-picker/props.js +1 -1
- package/es/umdIndex.js +5 -0
- package/es/utils/components.js +2 -2
- package/es/utils/{jest.js → test.js} +0 -19
- package/es/varlet.esm.js +12805 -13960
- package/highlight/attributes.json +1 -1850
- package/highlight/tags.json +58 -578
- package/highlight/web-types.json +152 -5241
- package/json/area.json +10706 -10706
- package/lib/action-sheet/actionSheet.css +1 -1
- package/lib/action-sheet/props.js +1 -1
- package/lib/bottom-navigation/BottomNavigation.js +1 -1
- package/lib/button/Button.js +2 -1
- package/lib/button/button.css +1 -1
- package/lib/button/props.js +5 -0
- package/lib/card/Card.js +18 -22
- package/lib/card/card.css +1 -1
- package/lib/card/props.js +0 -7
- package/lib/cell/Cell.js +3 -3
- package/lib/cell/cell.css +1 -1
- package/lib/cell/props.js +2 -2
- package/lib/chip/chip.css +1 -1
- package/lib/date-picker/DatePicker.js +14 -14
- package/lib/date-picker/props.js +1 -1
- package/lib/date-picker/src/day-picker-panel.js +14 -14
- package/lib/date-picker/src/month-picker-panel.js +12 -12
- package/lib/date-picker/src/year-picker-panel.js +3 -3
- package/lib/dialog/props.js +1 -1
- package/lib/divider/Divider.js +1 -1
- package/lib/image-preview/props.js +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +3 -0
- package/lib/input/Input.js +1 -1
- package/lib/lazy/index.js +1 -1
- package/lib/loading/loading.css +1 -1
- package/lib/loading/props.js +1 -2
- package/lib/locale/en-US.d.ts +5 -5
- package/lib/locale/index.js +11 -1
- package/lib/locale/zh-CN.d.ts +5 -5
- package/lib/menu/Menu.js +321 -91
- package/{es/app-bar/AppBarSfc.less → lib/menu/MenuSfc.css} +0 -0
- package/lib/menu/index.js +1 -1
- package/lib/menu/menu.css +1 -1
- package/lib/menu/props.js +23 -6
- package/lib/menu/style/index.js +3 -2
- package/lib/pagination/Pagination.js +6 -2
- package/lib/pagination/pagination.css +1 -1
- package/lib/picker/props.js +1 -1
- package/lib/popup/Popup.js +2 -2
- package/lib/rate/Rate.js +20 -36
- package/lib/rate/rate.css +1 -1
- package/lib/ripple/index.js +2 -2
- package/lib/select/Select.js +17 -45
- package/lib/select/select.css +1 -1
- package/lib/slider/Slider.js +1 -1
- package/lib/snackbar/core.js +4 -2
- package/lib/snackbar/index.js +1 -1
- package/lib/snackbar/props.js +6 -2
- package/lib/style-provider/StyleProvider.js +5 -1
- package/lib/style.css +1 -1
- package/lib/style.js +1 -0
- package/lib/switch/Switch.js +6 -5
- package/lib/tabs/tabs.css +1 -1
- package/lib/tabs-items/TabsItems.js +9 -3
- package/lib/themes/dark/cell.js +1 -1
- package/lib/themes/dark/index.d.ts +5 -5
- package/lib/themes/dark/index.js +4 -2
- package/lib/themes/dark/menu.js +8 -0
- package/lib/themes/index.js +13 -0
- package/lib/time-picker/TimePicker.js +9 -9
- package/lib/time-picker/clock.js +3 -3
- package/lib/time-picker/props.js +1 -1
- package/lib/utils/components.js +3 -3
- package/lib/utils/{jest.js → test.js} +0 -21
- package/package.json +14 -10
- package/types/actionSheet.d.ts +68 -69
- package/types/appBar.d.ts +17 -16
- package/types/backTop.d.ts +16 -17
- package/types/badge.d.ts +20 -19
- package/types/bottomNavigation.d.ts +23 -24
- package/types/bottomNavigationItem.d.ts +17 -18
- package/types/button.d.ts +29 -28
- package/types/card.d.ts +29 -30
- package/types/cell.d.ts +18 -19
- package/types/checkbox.d.ts +34 -35
- package/types/checkboxGroup.d.ts +29 -30
- package/types/chip.d.ts +20 -21
- package/types/col.d.ts +23 -24
- package/types/collapse.d.ts +17 -18
- package/types/collapseItem.d.ts +14 -15
- package/types/countdown.d.ts +29 -30
- package/types/counter.d.ts +44 -45
- package/types/datePicker.d.ts +29 -28
- package/types/dialog.d.ts +84 -83
- package/types/divider.d.ts +15 -16
- package/types/form.d.ts +18 -19
- package/types/icon.d.ts +16 -17
- package/types/image.d.ts +26 -25
- package/types/imagePreview.d.ts +51 -52
- package/types/index.d.ts +67 -0
- package/types/indexAnchor.d.ts +11 -12
- package/types/indexBar.d.ts +21 -22
- package/types/input.d.ts +48 -47
- package/types/lazy.d.ts +5 -5
- package/types/list.d.ts +21 -22
- package/types/loading.d.ts +18 -17
- package/types/locale.d.ts +52 -49
- package/types/menu.d.ts +46 -22
- package/types/option.d.ts +12 -13
- package/types/pagination.d.ts +25 -26
- package/types/picker.d.ts +85 -86
- package/types/popup.d.ts +27 -26
- package/types/progress.d.ts +22 -21
- package/types/pullRefresh.d.ts +20 -21
- package/types/radio.d.ts +34 -35
- package/types/radioGroup.d.ts +24 -25
- package/types/rate.d.ts +28 -29
- package/types/ripple.d.ts +5 -5
- package/types/row.d.ts +18 -15
- package/types/select.d.ts +48 -47
- package/types/skeleton.d.ts +21 -22
- package/types/slider.d.ts +30 -29
- package/types/snackbar.d.ts +82 -82
- package/types/space.d.ts +26 -27
- package/types/step.d.ts +13 -14
- package/types/steps.d.ts +15 -16
- package/types/sticky.d.ts +15 -16
- package/types/styleProvider.d.ts +24 -24
- package/types/swipe.d.ts +27 -28
- package/types/swipeItem.d.ts +9 -10
- package/types/switch.d.ts +25 -26
- package/types/tab.d.ts +13 -14
- package/types/tabItem.d.ts +11 -12
- package/types/table.d.ts +11 -12
- package/types/tabs.d.ts +29 -30
- package/types/tabsItems.d.ts +15 -13
- package/types/timePicker.d.ts +30 -29
- package/types/uploader.d.ts +65 -60
- package/types/varComponent.d.ts +18 -12
- package/types/varDirective.d.ts +12 -12
- package/umd/varlet.js +16 -4
- package/es/action-sheet/actionSheet.less +0 -68
- package/es/action-sheet/style/less.js +0 -6
- package/es/app-bar/appBar.less +0 -57
- package/es/app-bar/style/less.js +0 -4
- package/es/back-top/BackTopSfc.less +0 -0
- package/es/back-top/backTop.less +0 -27
- package/es/back-top/style/less.js +0 -5
- package/es/badge/BadgeSfc.less +0 -0
- package/es/badge/badge.less +0 -119
- package/es/badge/style/less.js +0 -4
- package/es/bottom-navigation/BottomNavigationSfc.less +0 -0
- package/es/bottom-navigation/bottomNavigation.less +0 -56
- package/es/bottom-navigation/style/less.js +0 -4
- package/es/bottom-navigation-item/BottomNavigationItemSfc.less +0 -0
- package/es/bottom-navigation-item/bottomNavigationItem.less +0 -78
- package/es/bottom-navigation-item/style/less.js +0 -6
- package/es/button/ButtonSfc.less +0 -0
- package/es/button/button.less +0 -183
- package/es/button/style/less.js +0 -6
- package/es/card/CardSfc.less +0 -0
- package/es/card/card.less +0 -189
- package/es/card/style/less.js +0 -5
- package/es/cell/CellSfc.less +0 -0
- package/es/cell/cell.less +0 -78
- package/es/cell/style/less.js +0 -4
- package/es/checkbox/CheckboxSfc.less +0 -0
- package/es/checkbox/checkbox.less +0 -78
- package/es/checkbox/style/less.js +0 -6
- package/es/checkbox-group/CheckboxGroupSfc.less +0 -0
- package/es/checkbox-group/checkboxGroup.less +0 -12
- package/es/checkbox-group/style/less.js +0 -4
- package/es/chip/ChipSfc.less +0 -0
- package/es/chip/chip.less +0 -182
- package/es/chip/style/less.js +0 -4
- package/es/col/ColSfc.less +0 -0
- package/es/col/col.less +0 -74
- package/es/col/style/less.js +0 -3
- package/es/collapse/CollapseSfc.less +0 -1
- package/es/collapse/style/less.js +0 -3
- package/es/collapse-item/CollapseItemSfc.less +0 -0
- package/es/collapse-item/collapseItem.less +0 -105
- package/es/collapse-item/style/less.js +0 -4
- package/es/context/style/less.js +0 -0
- package/es/countdown/CountdownSfc.less +0 -0
- package/es/countdown/style/less.js +0 -2
- package/es/counter/CounterSfc.less +0 -0
- package/es/counter/counter.less +0 -89
- package/es/counter/style/less.js +0 -7
- package/es/date-picker/DatePickerSfc.less +0 -0
- package/es/date-picker/date-picker.less +0 -354
- package/es/date-picker/style/less.js +0 -7
- package/es/dialog/DialogSfc.less +0 -0
- package/es/dialog/dialog.less +0 -77
- package/es/dialog/style/less.js +0 -5
- package/es/divider/DividerSfc.less +0 -0
- package/es/divider/divider.less +0 -78
- package/es/divider/style/less.js +0 -3
- package/es/form/FormSfc.less +0 -0
- package/es/form/style/less.js +0 -2
- package/es/form-details/FormDetailsSfc.less +0 -0
- package/es/form-details/formDetails.less +0 -48
- package/es/form-details/style/less.js +0 -3
- package/es/icon/IconSfc.less +0 -0
- package/es/icon/icon.less +0 -26
- package/es/icon/style/less.js +0 -3
- package/es/image/ImageSfc.less +0 -0
- package/es/image/image.less +0 -9
- package/es/image/style/less.js +0 -4
- package/es/image-preview/ImagePreviewSfc.less +0 -0
- package/es/image-preview/imagePreview.less +0 -76
- package/es/image-preview/style/less.js +0 -7
- package/es/index-anchor/IndexAnchorSfc.less +0 -1
- package/es/index-anchor/style/less.js +0 -3
- package/es/index-bar/IndexBarSfc.less +0 -0
- package/es/index-bar/indexBar.less +0 -43
- package/es/index-bar/style/less.js +0 -3
- package/es/input/InputSfc.less +0 -0
- package/es/input/input.less +0 -187
- package/es/input/style/less.js +0 -5
- package/es/lazy/style/less.js +0 -0
- package/es/less.js +0 -64
- package/es/list/ListSfc.less +0 -0
- package/es/list/list.less +0 -63
- package/es/list/style/less.js +0 -5
- package/es/loading/LoadingSfc.less +0 -0
- package/es/loading/loading.less +0 -500
- package/es/loading/style/less.js +0 -3
- package/es/locale/style/less.js +0 -0
- package/es/menu/menu.less +0 -21
- package/es/menu/style/less.js +0 -3
- package/es/option/OptionSfc.less +0 -0
- package/es/option/option.less +0 -37
- package/es/option/style/less.js +0 -6
- package/es/pagination/PaginationSfc.less +0 -0
- package/es/pagination/pagination.less +0 -188
- package/es/pagination/style/less.js +0 -8
- package/es/picker/PickerSfc.less +0 -0
- package/es/picker/picker.less +0 -106
- package/es/picker/style/less.js +0 -5
- package/es/popup/popup.less +0 -125
- package/es/popup/style/less.js +0 -2
- package/es/progress/ProgressSfc.less +0 -0
- package/es/progress/progress.less +0 -101
- package/es/progress/style/less.js +0 -3
- package/es/pull-refresh/PullRefreshSfc.less +0 -0
- package/es/pull-refresh/pullRefresh.less +0 -56
- package/es/pull-refresh/style/less.js +0 -5
- package/es/radio/RadioSfc.less +0 -0
- package/es/radio/radio.less +0 -78
- package/es/radio/style/less.js +0 -6
- package/es/radio-group/RadioGroupSfc.less +0 -0
- package/es/radio-group/radioGroup.less +0 -12
- package/es/radio-group/style/less.js +0 -4
- package/es/rate/RateSfc.less +0 -0
- package/es/rate/rate.less +0 -48
- package/es/rate/style/less.js +0 -6
- package/es/ripple/ripple.less +0 -20
- package/es/ripple/style/less.js +0 -2
- package/es/row/RowSfc.less +0 -0
- package/es/row/row.less +0 -4
- package/es/row/style/less.js +0 -3
- package/es/select/SelectSfc.less +0 -0
- package/es/select/select.less +0 -184
- package/es/select/style/less.js +0 -7
- package/es/skeleton/SkeletonSfc.less +0 -0
- package/es/skeleton/skeleton.less +0 -138
- package/es/skeleton/style/less.js +0 -3
- package/es/slider/SliderSfc.less +0 -0
- package/es/slider/slider.less +0 -147
- package/es/slider/style/less.js +0 -4
- package/es/snackbar/SnackbarSfc.less +0 -0
- package/es/snackbar/coreSfc.less +0 -0
- package/es/snackbar/snackbar.less +0 -129
- package/es/snackbar/style/less.js +0 -8
- package/es/space/space.less +0 -6
- package/es/space/style/less.js +0 -2
- package/es/step/StepSfc.less +0 -0
- package/es/step/step.less +0 -145
- package/es/step/style/less.js +0 -4
- package/es/steps/StepsSfc.less +0 -1
- package/es/steps/style/less.js +0 -2
- package/es/sticky/StickySfc.less +0 -0
- package/es/sticky/sticky.less +0 -8
- package/es/sticky/style/less.js +0 -3
- package/es/style-provider/StyleProviderSfc.less +0 -0
- package/es/style-provider/style/less.js +0 -2
- package/es/styles/common.less +0 -73
- package/es/styles/elevation.less +0 -128
- package/es/styles/style/less.js +0 -0
- package/es/styles/var.css +0 -0
- package/es/styles/var.less +0 -30
- package/es/swipe/SwipeSfc.less +0 -0
- package/es/swipe/style/less.js +0 -3
- package/es/swipe/swipe.less +0 -60
- package/es/swipe-item/SwipeItemSfc.less +0 -0
- package/es/swipe-item/style/less.js +0 -3
- package/es/swipe-item/swipeItem.less +0 -5
- package/es/switch/SwitchSfc.less +0 -0
- package/es/switch/style/less.js +0 -7
- package/es/switch/switch.less +0 -94
- package/es/tab/TabSfc.less +0 -0
- package/es/tab/style/less.js +0 -4
- package/es/tab/tab.less +0 -46
- package/es/tab-item/TabItemSfc.less +0 -0
- package/es/tab-item/style/less.js +0 -4
- package/es/tab-item/tabItem.less +0 -6
- package/es/table/TableSfc.less +0 -0
- package/es/table/style/less.js +0 -4
- package/es/table/table.less +0 -110
- package/es/tabs/TabsSfc.less +0 -0
- package/es/tabs/style/less.js +0 -5
- package/es/tabs/tabs.less +0 -99
- package/es/tabs-items/TabsItemsSfc.less +0 -0
- package/es/tabs-items/style/less.js +0 -3
- package/es/themes/style/less.js +0 -0
- package/es/time-picker/TimePickerSfc.less +0 -0
- package/es/time-picker/style/less.js +0 -4
- package/es/time-picker/timePicker.less +0 -237
- package/es/uploader/UploaderSfc.less +0 -0
- package/es/uploader/style/less.js +0 -8
- package/es/uploader/uploader.less +0 -216
- package/es/utils/style/less.js +0 -0
- package/lib/action-sheet/ActionSheetSfc.less +0 -0
- package/lib/action-sheet/actionSheet.less +0 -68
- package/lib/action-sheet/style/less.js +0 -6
- package/lib/app-bar/AppBarSfc.less +0 -0
- package/lib/app-bar/appBar.less +0 -57
- package/lib/app-bar/style/less.js +0 -4
- package/lib/back-top/BackTopSfc.less +0 -0
- package/lib/back-top/backTop.less +0 -27
- package/lib/back-top/style/less.js +0 -5
- package/lib/badge/BadgeSfc.less +0 -0
- package/lib/badge/badge.less +0 -119
- package/lib/badge/style/less.js +0 -4
- package/lib/bottom-navigation/BottomNavigationSfc.less +0 -0
- package/lib/bottom-navigation/bottomNavigation.less +0 -56
- package/lib/bottom-navigation/style/less.js +0 -4
- package/lib/bottom-navigation-item/BottomNavigationItemSfc.less +0 -0
- package/lib/bottom-navigation-item/bottomNavigationItem.less +0 -78
- package/lib/bottom-navigation-item/style/less.js +0 -6
- package/lib/button/ButtonSfc.less +0 -0
- package/lib/button/button.less +0 -183
- package/lib/button/style/less.js +0 -6
- package/lib/card/CardSfc.less +0 -0
- package/lib/card/card.less +0 -189
- package/lib/card/style/less.js +0 -5
- package/lib/cell/CellSfc.less +0 -0
- package/lib/cell/cell.less +0 -78
- package/lib/cell/style/less.js +0 -4
- package/lib/checkbox/CheckboxSfc.less +0 -0
- package/lib/checkbox/checkbox.less +0 -78
- package/lib/checkbox/style/less.js +0 -6
- package/lib/checkbox-group/CheckboxGroupSfc.less +0 -0
- package/lib/checkbox-group/checkboxGroup.less +0 -12
- package/lib/checkbox-group/style/less.js +0 -4
- package/lib/chip/ChipSfc.less +0 -0
- package/lib/chip/chip.less +0 -182
- package/lib/chip/style/less.js +0 -4
- package/lib/col/ColSfc.less +0 -0
- package/lib/col/col.less +0 -74
- package/lib/col/style/less.js +0 -3
- package/lib/collapse/CollapseSfc.less +0 -1
- package/lib/collapse/style/less.js +0 -3
- package/lib/collapse-item/CollapseItemSfc.less +0 -0
- package/lib/collapse-item/collapseItem.less +0 -105
- package/lib/collapse-item/style/less.js +0 -4
- package/lib/context/style/less.js +0 -0
- package/lib/countdown/CountdownSfc.less +0 -0
- package/lib/countdown/style/less.js +0 -2
- package/lib/counter/CounterSfc.less +0 -0
- package/lib/counter/counter.less +0 -89
- package/lib/counter/style/less.js +0 -7
- package/lib/date-picker/DatePickerSfc.less +0 -0
- package/lib/date-picker/date-picker.less +0 -354
- package/lib/date-picker/style/less.js +0 -7
- package/lib/dialog/DialogSfc.less +0 -0
- package/lib/dialog/dialog.less +0 -77
- package/lib/dialog/style/less.js +0 -5
- package/lib/divider/DividerSfc.less +0 -0
- package/lib/divider/divider.less +0 -78
- package/lib/divider/style/less.js +0 -3
- package/lib/form/FormSfc.less +0 -0
- package/lib/form/style/less.js +0 -2
- package/lib/form-details/FormDetailsSfc.less +0 -0
- package/lib/form-details/formDetails.less +0 -48
- package/lib/form-details/style/less.js +0 -3
- package/lib/icon/IconSfc.less +0 -0
- package/lib/icon/icon.less +0 -26
- package/lib/icon/style/less.js +0 -3
- package/lib/image/ImageSfc.less +0 -0
- package/lib/image/image.less +0 -9
- package/lib/image/style/less.js +0 -4
- package/lib/image-preview/ImagePreviewSfc.less +0 -0
- package/lib/image-preview/imagePreview.less +0 -76
- package/lib/image-preview/style/less.js +0 -7
- package/lib/index-anchor/IndexAnchorSfc.less +0 -1
- package/lib/index-anchor/style/less.js +0 -3
- package/lib/index-bar/IndexBarSfc.less +0 -0
- package/lib/index-bar/indexBar.less +0 -43
- package/lib/index-bar/style/less.js +0 -3
- package/lib/input/InputSfc.less +0 -0
- package/lib/input/input.less +0 -187
- package/lib/input/style/less.js +0 -5
- package/lib/lazy/style/less.js +0 -0
- package/lib/less.js +0 -64
- package/lib/list/ListSfc.less +0 -0
- package/lib/list/list.less +0 -63
- package/lib/list/style/less.js +0 -5
- package/lib/loading/LoadingSfc.less +0 -0
- package/lib/loading/loading.less +0 -500
- package/lib/loading/style/less.js +0 -3
- package/lib/locale/style/less.js +0 -0
- package/lib/menu/menu.less +0 -21
- package/lib/menu/style/less.js +0 -3
- package/lib/option/OptionSfc.less +0 -0
- package/lib/option/option.less +0 -37
- package/lib/option/style/less.js +0 -6
- package/lib/pagination/PaginationSfc.less +0 -0
- package/lib/pagination/pagination.less +0 -188
- package/lib/pagination/style/less.js +0 -8
- package/lib/picker/PickerSfc.less +0 -0
- package/lib/picker/picker.less +0 -106
- package/lib/picker/style/less.js +0 -5
- package/lib/popup/popup.less +0 -125
- package/lib/popup/style/less.js +0 -2
- package/lib/progress/ProgressSfc.less +0 -0
- package/lib/progress/progress.less +0 -101
- package/lib/progress/style/less.js +0 -3
- package/lib/pull-refresh/PullRefreshSfc.less +0 -0
- package/lib/pull-refresh/pullRefresh.less +0 -56
- package/lib/pull-refresh/style/less.js +0 -5
- package/lib/radio/RadioSfc.less +0 -0
- package/lib/radio/radio.less +0 -78
- package/lib/radio/style/less.js +0 -6
- package/lib/radio-group/RadioGroupSfc.less +0 -0
- package/lib/radio-group/radioGroup.less +0 -12
- package/lib/radio-group/style/less.js +0 -4
- package/lib/rate/RateSfc.less +0 -0
- package/lib/rate/rate.less +0 -48
- package/lib/rate/style/less.js +0 -6
- package/lib/ripple/ripple.less +0 -20
- package/lib/ripple/style/less.js +0 -2
- package/lib/row/RowSfc.less +0 -0
- package/lib/row/row.less +0 -4
- package/lib/row/style/less.js +0 -3
- package/lib/select/SelectSfc.less +0 -0
- package/lib/select/select.less +0 -184
- package/lib/select/style/less.js +0 -7
- package/lib/skeleton/SkeletonSfc.less +0 -0
- package/lib/skeleton/skeleton.less +0 -138
- package/lib/skeleton/style/less.js +0 -3
- package/lib/slider/SliderSfc.less +0 -0
- package/lib/slider/slider.less +0 -147
- package/lib/slider/style/less.js +0 -4
- package/lib/snackbar/SnackbarSfc.less +0 -0
- package/lib/snackbar/coreSfc.less +0 -0
- package/lib/snackbar/snackbar.less +0 -129
- package/lib/snackbar/style/less.js +0 -8
- package/lib/space/space.less +0 -6
- package/lib/space/style/less.js +0 -2
- package/lib/step/StepSfc.less +0 -0
- package/lib/step/step.less +0 -145
- package/lib/step/style/less.js +0 -4
- package/lib/steps/StepsSfc.less +0 -1
- package/lib/steps/style/less.js +0 -2
- package/lib/sticky/StickySfc.less +0 -0
- package/lib/sticky/sticky.less +0 -8
- package/lib/sticky/style/less.js +0 -3
- package/lib/style-provider/StyleProviderSfc.less +0 -0
- package/lib/style-provider/style/less.js +0 -2
- package/lib/styles/common.less +0 -73
- package/lib/styles/elevation.less +0 -128
- package/lib/styles/style/less.js +0 -0
- package/lib/styles/var.css +0 -0
- package/lib/styles/var.less +0 -30
- package/lib/swipe/SwipeSfc.less +0 -0
- package/lib/swipe/style/less.js +0 -3
- package/lib/swipe/swipe.less +0 -60
- package/lib/swipe-item/SwipeItemSfc.less +0 -0
- package/lib/swipe-item/style/less.js +0 -3
- package/lib/swipe-item/swipeItem.less +0 -5
- package/lib/switch/SwitchSfc.less +0 -0
- package/lib/switch/style/less.js +0 -7
- package/lib/switch/switch.less +0 -94
- package/lib/tab/TabSfc.less +0 -0
- package/lib/tab/style/less.js +0 -4
- package/lib/tab/tab.less +0 -46
- package/lib/tab-item/TabItemSfc.less +0 -0
- package/lib/tab-item/style/less.js +0 -4
- package/lib/tab-item/tabItem.less +0 -6
- package/lib/table/TableSfc.less +0 -0
- package/lib/table/style/less.js +0 -4
- package/lib/table/table.less +0 -110
- package/lib/tabs/TabsSfc.less +0 -0
- package/lib/tabs/style/less.js +0 -5
- package/lib/tabs/tabs.less +0 -99
- package/lib/tabs-items/TabsItemsSfc.less +0 -0
- package/lib/tabs-items/style/less.js +0 -3
- package/lib/themes/style/less.js +0 -0
- package/lib/time-picker/TimePickerSfc.less +0 -0
- package/lib/time-picker/style/less.js +0 -4
- package/lib/time-picker/timePicker.less +0 -237
- package/lib/uploader/UploaderSfc.less +0 -0
- package/lib/uploader/style/less.js +0 -8
- package/lib/uploader/uploader.less +0 -216
- package/lib/utils/style/less.js +0 -0
- package/types/global.d.ts +0 -68
package/es/loading/loading.less
DELETED
|
@@ -1,500 +0,0 @@
|
|
|
1
|
-
@import '../styles/var';
|
|
2
|
-
|
|
3
|
-
@loading-opacity: 0.38;
|
|
4
|
-
@loading-desc-margin: 8px 0 0;
|
|
5
|
-
@loading-normal-width: 50px;
|
|
6
|
-
@loading-normal-height: @font-size-md + 2;
|
|
7
|
-
|
|
8
|
-
@loading-large-width: 64px;
|
|
9
|
-
@loading-large-height: @font-size-lg + 2;
|
|
10
|
-
|
|
11
|
-
@loading-small-width: 36px;
|
|
12
|
-
@loading-small-height: @font-size-sm + 2;
|
|
13
|
-
|
|
14
|
-
@loading-mini-width: 22px;
|
|
15
|
-
@loading-mini-height: @font-size-xs + 2;
|
|
16
|
-
|
|
17
|
-
:root {
|
|
18
|
-
--loading-opacity: @loading-opacity;
|
|
19
|
-
--loading-desc-margin: @loading-desc-margin;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.var-loading {
|
|
23
|
-
position: relative;
|
|
24
|
-
|
|
25
|
-
&__content {
|
|
26
|
-
position: relative;
|
|
27
|
-
transition: opacity 0.3s;
|
|
28
|
-
opacity: 1;
|
|
29
|
-
|
|
30
|
-
&--active {
|
|
31
|
-
opacity: var(--loading-opacity);
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
&-mask {
|
|
35
|
-
position: absolute;
|
|
36
|
-
left: 0;
|
|
37
|
-
right: 0;
|
|
38
|
-
top: 0;
|
|
39
|
-
bottom: 0;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
&__body {
|
|
44
|
-
display: flex;
|
|
45
|
-
justify-content: center;
|
|
46
|
-
align-items: center;
|
|
47
|
-
height: 100%;
|
|
48
|
-
flex-direction: column;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
&__inside {
|
|
52
|
-
position: absolute;
|
|
53
|
-
left: 50%;
|
|
54
|
-
top: 50%;
|
|
55
|
-
transform: translate(-50%, -50%);
|
|
56
|
-
z-index: 1;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
&__description {
|
|
60
|
-
color: currentColor;
|
|
61
|
-
margin: var(--loading-desc-margin);
|
|
62
|
-
|
|
63
|
-
&--large {
|
|
64
|
-
font-size: @font-size-lg;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
&--normal {
|
|
68
|
-
font-size: @font-size-md;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
&--small {
|
|
72
|
-
font-size: @font-size-sm;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
&--mini {
|
|
76
|
-
font-size: @font-size-xs;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
&__circle {
|
|
81
|
-
display: flex;
|
|
82
|
-
|
|
83
|
-
&-block {
|
|
84
|
-
display: inline-block;
|
|
85
|
-
animation: circle 1.8s linear infinite;
|
|
86
|
-
|
|
87
|
-
&--large {
|
|
88
|
-
width: 36px;
|
|
89
|
-
height: 36px;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
&--normal {
|
|
93
|
-
width: 30px;
|
|
94
|
-
height: 30px;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
&--small {
|
|
98
|
-
width: 24px;
|
|
99
|
-
height: 24px;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
&--mini {
|
|
103
|
-
width: 18px;
|
|
104
|
-
height: 18px;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
svg {
|
|
108
|
-
display: block;
|
|
109
|
-
width: 100%;
|
|
110
|
-
height: 100%;
|
|
111
|
-
|
|
112
|
-
circle {
|
|
113
|
-
animation: circular 1.5s ease-in-out infinite;
|
|
114
|
-
stroke: currentColor;
|
|
115
|
-
stroke-width: 3;
|
|
116
|
-
stroke-linecap: round;
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
@keyframes circle {
|
|
122
|
-
from {
|
|
123
|
-
transform: rotate(0deg);
|
|
124
|
-
}
|
|
125
|
-
to {
|
|
126
|
-
transform: rotate(360deg);
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
@keyframes circular {
|
|
130
|
-
0% {
|
|
131
|
-
stroke-dasharray: 1, 200;
|
|
132
|
-
stroke-dashoffset: 0;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
50% {
|
|
136
|
-
stroke-dasharray: 90, 150;
|
|
137
|
-
stroke-dashoffset: -40;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
100% {
|
|
141
|
-
stroke-dasharray: 90, 150;
|
|
142
|
-
stroke-dashoffset: -120;
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
&__wave {
|
|
148
|
-
@loading-wave-size-item-width: 5px;
|
|
149
|
-
@loading-wave-size-item-margin: 5px;
|
|
150
|
-
|
|
151
|
-
display: flex;
|
|
152
|
-
align-items: center;
|
|
153
|
-
justify-content: center;
|
|
154
|
-
|
|
155
|
-
&--large {
|
|
156
|
-
width: @loading-large-width;
|
|
157
|
-
height: @loading-large-height;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
&--normal {
|
|
161
|
-
width: @loading-normal-width;
|
|
162
|
-
height: @loading-normal-height;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
&--small {
|
|
166
|
-
width: @loading-small-width;
|
|
167
|
-
height: @loading-small-height;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
&--mini {
|
|
171
|
-
width: @loading-mini-width;
|
|
172
|
-
height: @loading-mini-height;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
&-item {
|
|
176
|
-
height: 100%;
|
|
177
|
-
display: inline-block;
|
|
178
|
-
animation: 1.2s ease-in-out infinite wave;
|
|
179
|
-
|
|
180
|
-
&:nth-child(1) {
|
|
181
|
-
animation-delay: -1.2s;
|
|
182
|
-
margin-left: 0;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
&:nth-child(2) {
|
|
186
|
-
animation-delay: -1.1s;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
&:nth-child(3) {
|
|
190
|
-
animation-delay: -1s;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
&:nth-child(4) {
|
|
194
|
-
animation-delay: -0.9s;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
&:nth-child(5) {
|
|
198
|
-
animation-delay: -0.8s;
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
&-item--large {
|
|
203
|
-
width: @loading-wave-size-item-width;
|
|
204
|
-
margin-left: @loading-wave-size-item-margin;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
&-item--normal {
|
|
208
|
-
width: @loading-wave-size-item-width - 1;
|
|
209
|
-
margin-left: @loading-wave-size-item-margin - 1;
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
&-item--small {
|
|
213
|
-
width: @loading-wave-size-item-width - 2;
|
|
214
|
-
margin-left: @loading-wave-size-item-margin - 2;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
&-item--mini {
|
|
218
|
-
width: @loading-wave-size-item-width - 3;
|
|
219
|
-
margin-left: @loading-wave-size-item-margin - 3;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
@keyframes wave {
|
|
223
|
-
0%,
|
|
224
|
-
40%,
|
|
225
|
-
100% {
|
|
226
|
-
transform: scaleY(0.4);
|
|
227
|
-
}
|
|
228
|
-
20% {
|
|
229
|
-
transform: scaleY(1);
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
&__cube {
|
|
235
|
-
@loading-cube-size-item-width: 10px;
|
|
236
|
-
@loading-cube-size-item-height: 10px;
|
|
237
|
-
@loading-cube-size-item-margin: 5px;
|
|
238
|
-
|
|
239
|
-
display: flex;
|
|
240
|
-
align-items: center;
|
|
241
|
-
|
|
242
|
-
&--large {
|
|
243
|
-
width: @loading-large-width;
|
|
244
|
-
height: @loading-large-height;
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
&--normal {
|
|
248
|
-
width: @loading-normal-width;
|
|
249
|
-
height: @loading-normal-height;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
&--small {
|
|
253
|
-
width: @loading-small-width;
|
|
254
|
-
height: @loading-small-height;
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
&--mini {
|
|
258
|
-
width: @loading-mini-width;
|
|
259
|
-
height: @loading-mini-height;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
&-item {
|
|
263
|
-
display: inline-block;
|
|
264
|
-
transform-origin: right bottom;
|
|
265
|
-
animation: 1.5s ease infinite cube;
|
|
266
|
-
|
|
267
|
-
&:nth-child(1) {
|
|
268
|
-
animation-delay: 0.2s;
|
|
269
|
-
margin-left: 0;
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
&:nth-child(2) {
|
|
273
|
-
animation-delay: 0.4s;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
&:nth-child(3) {
|
|
277
|
-
animation-delay: 0.6s;
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
&:nth-child(4) {
|
|
281
|
-
animation-delay: 0.8s;
|
|
282
|
-
}
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
&-item--large {
|
|
286
|
-
height: @loading-cube-size-item-height;
|
|
287
|
-
width: @loading-cube-size-item-width;
|
|
288
|
-
margin-left: @loading-cube-size-item-margin;
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
&-item--normal {
|
|
292
|
-
height: @loading-cube-size-item-height - 2;
|
|
293
|
-
width: @loading-cube-size-item-width - 2;
|
|
294
|
-
margin-left: @loading-cube-size-item-margin - 1;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
&-item--small {
|
|
298
|
-
height: @loading-cube-size-item-height - 4;
|
|
299
|
-
width: @loading-cube-size-item-width - 4;
|
|
300
|
-
margin-left: @loading-cube-size-item-margin - 2;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
&-item--mini {
|
|
304
|
-
height: @loading-cube-size-item-height - 6;
|
|
305
|
-
width: @loading-cube-size-item-width - 6;
|
|
306
|
-
margin-left: @loading-cube-size-item-margin - 3;
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
@keyframes cube {
|
|
310
|
-
0% {
|
|
311
|
-
opacity: 1;
|
|
312
|
-
transform: scale(1);
|
|
313
|
-
}
|
|
314
|
-
100% {
|
|
315
|
-
opacity: 0;
|
|
316
|
-
transform: rotate(90deg) scale(0.3);
|
|
317
|
-
}
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
&__rect {
|
|
322
|
-
@loading-rect-size-item-width: 8px;
|
|
323
|
-
@loading-rect-size-item-height: 100%;
|
|
324
|
-
|
|
325
|
-
display: flex;
|
|
326
|
-
flex-wrap: nowrap;
|
|
327
|
-
justify-content: center;
|
|
328
|
-
align-items: center;
|
|
329
|
-
|
|
330
|
-
&--large {
|
|
331
|
-
width: @loading-large-width;
|
|
332
|
-
height: @loading-large-height;
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
&--normal {
|
|
336
|
-
width: @loading-normal-width;
|
|
337
|
-
height: @loading-normal-height;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
&--small {
|
|
341
|
-
width: @loading-small-width;
|
|
342
|
-
height: @loading-small-height;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
&--mini {
|
|
346
|
-
width: @loading-mini-width;
|
|
347
|
-
height: @loading-mini-height;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
&-item {
|
|
351
|
-
animation: 2s ease-in-out infinite rect;
|
|
352
|
-
|
|
353
|
-
&:nth-child(1) {
|
|
354
|
-
animation-delay: 1.75s;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
&:nth-child(2) {
|
|
358
|
-
animation-delay: 1.5s;
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
&:nth-child(3) {
|
|
362
|
-
animation-delay: 1.25s;
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
&:nth-child(4) {
|
|
366
|
-
animation-delay: 1s;
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
&:nth-child(5) {
|
|
370
|
-
animation-delay: 0.75s;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
&:nth-child(6) {
|
|
374
|
-
animation-delay: 0.5s;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
&:nth-child(7) {
|
|
378
|
-
animation-delay: 0.25s;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
&:nth-child(8) {
|
|
382
|
-
animation-delay: 0s;
|
|
383
|
-
}
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
&-item--large {
|
|
387
|
-
height: @loading-rect-size-item-height;
|
|
388
|
-
width: @loading-rect-size-item-width;
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
&-item--normal {
|
|
392
|
-
height: @loading-rect-size-item-height * 0.9;
|
|
393
|
-
width: @loading-rect-size-item-width * 0.8;
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
&-item--small {
|
|
397
|
-
height: @loading-rect-size-item-height * 0.8;
|
|
398
|
-
width: @loading-rect-size-item-width * 0.6;
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
&-item--mini {
|
|
402
|
-
height: @loading-rect-size-item-height * 0.7;
|
|
403
|
-
width: @loading-rect-size-item-width * 0.4;
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
@keyframes rect {
|
|
407
|
-
0% {
|
|
408
|
-
opacity: 0.3;
|
|
409
|
-
}
|
|
410
|
-
25% {
|
|
411
|
-
opacity: 1;
|
|
412
|
-
}
|
|
413
|
-
50% {
|
|
414
|
-
opacity: 0.3;
|
|
415
|
-
}
|
|
416
|
-
65% {
|
|
417
|
-
opacity: 1;
|
|
418
|
-
}
|
|
419
|
-
100% {
|
|
420
|
-
opacity: 0.3;
|
|
421
|
-
}
|
|
422
|
-
}
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
&__disappear {
|
|
426
|
-
@loading-disappear-size-item-width: 15px;
|
|
427
|
-
@loading-disappear-size-item-height: 15px;
|
|
428
|
-
|
|
429
|
-
display: flex;
|
|
430
|
-
justify-content: space-around;
|
|
431
|
-
align-items: center;
|
|
432
|
-
flex-flow: nowrap;
|
|
433
|
-
|
|
434
|
-
&--large {
|
|
435
|
-
width: @loading-large-width;
|
|
436
|
-
height: @loading-large-height;
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
&--normal {
|
|
440
|
-
width: @loading-normal-width;
|
|
441
|
-
height: @loading-normal-height;
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
&--small {
|
|
445
|
-
width: @loading-small-width;
|
|
446
|
-
height: @loading-small-height;
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
&--mini {
|
|
450
|
-
width: @loading-mini-width;
|
|
451
|
-
height: @loading-mini-height;
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
&-item {
|
|
455
|
-
border-radius: 50%;
|
|
456
|
-
animation: 0.5s ease-in-out infinite alternate disappear;
|
|
457
|
-
|
|
458
|
-
&:nth-child(1) {
|
|
459
|
-
animation-delay: -0.4s;
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
&:nth-child(2) {
|
|
463
|
-
animation-delay: -0.2s;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
&:nth-child(3) {
|
|
467
|
-
animation-delay: 0s;
|
|
468
|
-
}
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
&-item--large {
|
|
472
|
-
height: @loading-disappear-size-item-height;
|
|
473
|
-
width: @loading-disappear-size-item-width;
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
&-item--normal {
|
|
477
|
-
height: @loading-disappear-size-item-height * 0.8;
|
|
478
|
-
width: @loading-disappear-size-item-width * 0.8;
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
&-item--small {
|
|
482
|
-
height: @loading-disappear-size-item-height * 0.6;
|
|
483
|
-
width: @loading-disappear-size-item-width * 0.6;
|
|
484
|
-
}
|
|
485
|
-
|
|
486
|
-
&-item--mini {
|
|
487
|
-
height: @loading-disappear-size-item-height * 0.4;
|
|
488
|
-
width: @loading-disappear-size-item-width * 0.4;
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
@keyframes disappear {
|
|
492
|
-
0% {
|
|
493
|
-
opacity: 1;
|
|
494
|
-
}
|
|
495
|
-
100% {
|
|
496
|
-
opacity: 0;
|
|
497
|
-
}
|
|
498
|
-
}
|
|
499
|
-
}
|
|
500
|
-
}
|
package/es/loading/style/less.js
DELETED
package/es/locale/style/less.js
DELETED
|
File without changes
|
package/es/menu/menu.less
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
.var {
|
|
2
|
-
&-menu-enter-from,
|
|
3
|
-
&-menu-leave-to {
|
|
4
|
-
transform: scale(0.8);
|
|
5
|
-
opacity: 0;
|
|
6
|
-
}
|
|
7
|
-
&-menu-enter-active,
|
|
8
|
-
&-menu-leave-active {
|
|
9
|
-
transition-property: opacity, transform;
|
|
10
|
-
transition-duration: 0.25s;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.var-menu {
|
|
15
|
-
display: inline-block;
|
|
16
|
-
transition: background-color 0.25s;
|
|
17
|
-
|
|
18
|
-
&__menu {
|
|
19
|
-
position: absolute;
|
|
20
|
-
}
|
|
21
|
-
}
|
package/es/menu/style/less.js
DELETED
package/es/option/OptionSfc.less
DELETED
|
File without changes
|
package/es/option/option.less
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
@option-height: 38px;
|
|
2
|
-
@option-padding: 0 12px;
|
|
3
|
-
@option-selected-background: var(--select-focus-color);
|
|
4
|
-
|
|
5
|
-
:root {
|
|
6
|
-
--option-height: @option-height;
|
|
7
|
-
--option-padding: @option-padding;
|
|
8
|
-
--option-selected-background: @option-selected-background;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.var-option {
|
|
12
|
-
position: relative;
|
|
13
|
-
display: flex;
|
|
14
|
-
align-items: center;
|
|
15
|
-
height: var(--option-height);
|
|
16
|
-
padding: var(--option-padding);
|
|
17
|
-
cursor: pointer;
|
|
18
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
19
|
-
|
|
20
|
-
&__cover {
|
|
21
|
-
position: absolute;
|
|
22
|
-
top: 0;
|
|
23
|
-
left: 0;
|
|
24
|
-
right: 0;
|
|
25
|
-
bottom: 0;
|
|
26
|
-
opacity: 0.2;
|
|
27
|
-
background: transparent;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
&--selected-background {
|
|
31
|
-
background: var(--option-selected-background);
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
&--selected-color {
|
|
35
|
-
color: var(--option-selected-background);
|
|
36
|
-
}
|
|
37
|
-
}
|
package/es/option/style/less.js
DELETED
|
File without changes
|