@arco-design/mobile-react 2.36.2 → 2.38.0
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 +28 -0
- package/README.en-US.md +2 -2
- package/README.md +2 -2
- package/cjs/_helpers/hooks.d.ts +1 -1
- package/cjs/_helpers/hooks.js +1 -1
- package/cjs/_helpers/react-dom.d.ts +5 -5
- package/cjs/_helpers/react-dom.js +49 -32
- package/cjs/_helpers/render.js +6 -3
- package/cjs/action-sheet/index.d.ts +3 -2
- package/cjs/action-sheet/index.js +2 -2
- package/cjs/action-sheet/style/css/index.css +18 -0
- package/cjs/avatar/style/css/index.css +18 -0
- package/cjs/badge/index.d.ts +2 -1
- package/cjs/badge/index.js +1 -1
- package/cjs/badge/style/css/index.css +26 -4
- package/cjs/badge/style/index.less +4 -2
- package/cjs/button/style/css/index.css +18 -0
- package/cjs/carousel/style/css/index.css +18 -0
- package/cjs/cell/style/css/index.css +18 -0
- package/cjs/checkbox/checkbox.d.ts +1 -1
- package/cjs/checkbox/group.d.ts +1 -1
- package/cjs/checkbox/hooks/useMergeProps.d.ts +1 -1
- package/cjs/checkbox/index.d.ts +2 -2
- package/cjs/checkbox/style/css/index.css +18 -0
- package/cjs/circle-progress/style/css/index.css +18 -0
- package/cjs/collapse/style/css/index.css +18 -0
- package/cjs/context-provider/index.d.ts +8 -2
- package/cjs/count-down/hooks.js +2 -2
- package/cjs/count-down/style/css/index.css +18 -0
- package/cjs/date-picker/style/css/index.css +18 -0
- package/cjs/dialog/index.d.ts +12 -6
- package/cjs/dialog/index.js +4 -1
- package/cjs/dialog/methods.d.ts +6 -2
- package/cjs/dialog/style/css/index.css +26 -4
- package/cjs/dialog/style/index.less +4 -2
- package/cjs/divider/style/css/index.css +18 -0
- package/cjs/dropdown/style/css/index.css +18 -0
- package/cjs/dropdown-menu/helper.d.ts +2 -2
- package/cjs/dropdown-menu/style/css/index.css +18 -0
- package/cjs/ellipsis/components/native-ellipsis.d.ts +2 -3
- package/cjs/ellipsis/components/native-ellipsis.js +1 -2
- package/cjs/ellipsis/style/css/index.css +18 -0
- package/cjs/form/style/css/index.css +18 -0
- package/cjs/form/type.d.ts +5 -5
- package/cjs/grid/style/css/index.css +18 -0
- package/cjs/image/style/css/index.css +18 -0
- package/cjs/image-picker/style/css/index.css +18 -0
- package/cjs/image-preview/index.d.ts +2 -2
- package/cjs/image-preview/style/css/index.css +18 -0
- package/cjs/index-bar/group.js +3 -1
- package/cjs/index-bar/index.d.ts +2 -2
- package/cjs/index-bar/style/css/index.css +18 -0
- package/cjs/index-bar/utils.d.ts +1 -1
- package/cjs/input/style/css/index.css +18 -0
- package/cjs/keyboard/style/css/index.css +18 -0
- package/cjs/load-more/style/css/index.css +18 -0
- package/cjs/loading/style/css/index.css +18 -0
- package/cjs/masking/index.d.ts +11 -5
- package/cjs/masking/index.js +2 -0
- package/cjs/masking/style/css/index.css +18 -0
- package/cjs/nav-bar/style/css/index.css +18 -0
- package/cjs/notice-bar/style/css/index.css +18 -0
- package/cjs/notify/index.d.ts +8 -8
- package/cjs/notify/index.js +2 -2
- package/cjs/notify/style/css/index.css +18 -0
- package/cjs/pagination/style/css/index.css +18 -0
- package/cjs/picker/style/css/index.css +18 -0
- package/cjs/picker-view/components/cascader.js +3 -1
- package/cjs/picker-view/components/picker-cell.js +1 -1
- package/cjs/picker-view/index.js +3 -1
- package/cjs/picker-view/style/css/index.css +18 -0
- package/cjs/popover/style/css/index.css +18 -0
- package/cjs/popover/style/css/menu.css +18 -0
- package/cjs/popup/index.d.ts +3 -3
- package/cjs/popup/index.js +1 -0
- package/cjs/popup/style/css/index.css +35 -0
- package/cjs/popup/style/index.less +36 -3
- package/cjs/popup-swiper/index.d.ts +2 -2
- package/cjs/popup-swiper/index.js +20 -3
- package/cjs/popup-swiper/style/css/index.css +18 -0
- package/cjs/progress/style/css/index.css +18 -0
- package/cjs/pull-refresh/hooks.d.ts +2 -2
- package/cjs/pull-refresh/style/css/index.css +18 -0
- package/cjs/radio/group.d.ts +1 -1
- package/cjs/radio/index.d.ts +2 -2
- package/cjs/radio/radio.d.ts +1 -1
- package/cjs/radio/style/css/index.css +18 -0
- package/cjs/rate/style/css/index.css +18 -0
- package/cjs/search-bar/style/css/index.css +18 -0
- package/cjs/skeleton/elements.js +9 -3
- package/cjs/skeleton/style/css/index.css +18 -0
- package/cjs/slider/hooks/index.d.ts +1 -1
- package/cjs/slider/hooks/useSliderEvents.d.ts +1 -1
- package/cjs/slider/style/css/index.css +18 -0
- package/cjs/stepper/hooks/useValue.d.ts +2 -1
- package/cjs/stepper/style/css/index.css +18 -0
- package/cjs/steps/index.d.ts +1 -1
- package/cjs/steps/style/css/index.css +18 -0
- package/cjs/sticky/style/css/index.css +18 -0
- package/cjs/swipe-action/style/css/index.css +18 -0
- package/cjs/swipe-load/style/css/index.css +18 -0
- package/cjs/switch/style/css/index.css +18 -0
- package/cjs/tab-bar/style/css/index.css +18 -0
- package/cjs/tabs/index.js +7 -3
- package/cjs/tabs/style/css/index.css +18 -0
- package/cjs/tabs/tab-cell.js +9 -1
- package/cjs/tabs/type.d.ts +7 -2
- package/cjs/tag/style/css/index.css +18 -0
- package/cjs/textarea/style/css/index.css +18 -0
- package/cjs/toast/index.d.ts +12 -12
- package/cjs/toast/index.js +1 -1
- package/cjs/toast/style/css/index.css +18 -0
- package/cjs/transition/index.d.ts +9 -3
- package/cjs/transition/index.js +36 -6
- package/cjs/transition/style/css/index.css +22 -4
- package/cjs/transition/style/index.less +2 -2
- package/cjs/uploader/style/css/index.css +18 -0
- package/dist/index.js +185 -97
- package/dist/index.min.js +4 -4
- package/dist/style.css +1049 -6
- package/dist/style.min.css +1 -1
- package/esm/_helpers/hooks.d.ts +1 -1
- package/esm/_helpers/hooks.js +1 -1
- package/esm/_helpers/react-dom.d.ts +5 -5
- package/esm/_helpers/react-dom.js +49 -30
- package/esm/_helpers/render.js +6 -3
- package/esm/action-sheet/index.d.ts +3 -2
- package/esm/action-sheet/index.js +2 -2
- package/esm/action-sheet/style/css/index.css +18 -0
- package/esm/avatar/style/css/index.css +18 -0
- package/esm/badge/index.d.ts +2 -1
- package/esm/badge/index.js +1 -1
- package/esm/badge/style/css/index.css +26 -4
- package/esm/badge/style/index.less +4 -2
- package/esm/button/style/css/index.css +18 -0
- package/esm/carousel/style/css/index.css +18 -0
- package/esm/cell/style/css/index.css +18 -0
- package/esm/checkbox/checkbox.d.ts +1 -1
- package/esm/checkbox/group.d.ts +1 -1
- package/esm/checkbox/hooks/useMergeProps.d.ts +1 -1
- package/esm/checkbox/index.d.ts +2 -2
- package/esm/checkbox/style/css/index.css +18 -0
- package/esm/circle-progress/style/css/index.css +18 -0
- package/esm/collapse/style/css/index.css +18 -0
- package/esm/context-provider/index.d.ts +8 -2
- package/esm/count-down/hooks.js +2 -2
- package/esm/count-down/style/css/index.css +18 -0
- package/esm/date-picker/style/css/index.css +18 -0
- package/esm/dialog/index.d.ts +12 -6
- package/esm/dialog/index.js +4 -1
- package/esm/dialog/methods.d.ts +6 -2
- package/esm/dialog/style/css/index.css +26 -4
- package/esm/dialog/style/index.less +4 -2
- package/esm/divider/style/css/index.css +18 -0
- package/esm/dropdown/style/css/index.css +18 -0
- package/esm/dropdown-menu/helper.d.ts +2 -2
- package/esm/dropdown-menu/style/css/index.css +18 -0
- package/esm/ellipsis/components/native-ellipsis.d.ts +2 -3
- package/esm/ellipsis/components/native-ellipsis.js +1 -1
- package/esm/ellipsis/style/css/index.css +18 -0
- package/esm/form/style/css/index.css +18 -0
- package/esm/form/type.d.ts +5 -5
- package/esm/grid/style/css/index.css +18 -0
- package/esm/image/style/css/index.css +18 -0
- package/esm/image-picker/style/css/index.css +18 -0
- package/esm/image-preview/index.d.ts +2 -2
- package/esm/image-preview/style/css/index.css +18 -0
- package/esm/index-bar/group.js +3 -1
- package/esm/index-bar/index.d.ts +2 -2
- package/esm/index-bar/style/css/index.css +18 -0
- package/esm/index-bar/utils.d.ts +1 -1
- package/esm/input/style/css/index.css +18 -0
- package/esm/keyboard/style/css/index.css +18 -0
- package/esm/load-more/style/css/index.css +18 -0
- package/esm/loading/style/css/index.css +18 -0
- package/esm/masking/index.d.ts +11 -5
- package/esm/masking/index.js +2 -0
- package/esm/masking/style/css/index.css +18 -0
- package/esm/nav-bar/style/css/index.css +18 -0
- package/esm/notice-bar/style/css/index.css +18 -0
- package/esm/notify/index.d.ts +8 -8
- package/esm/notify/index.js +2 -2
- package/esm/notify/style/css/index.css +18 -0
- package/esm/pagination/style/css/index.css +18 -0
- package/esm/picker/style/css/index.css +18 -0
- package/esm/picker-view/components/cascader.js +3 -1
- package/esm/picker-view/components/picker-cell.js +1 -1
- package/esm/picker-view/index.js +3 -1
- package/esm/picker-view/style/css/index.css +18 -0
- package/esm/popover/style/css/index.css +18 -0
- package/esm/popover/style/css/menu.css +18 -0
- package/esm/popup/index.d.ts +3 -3
- package/esm/popup/index.js +1 -0
- package/esm/popup/style/css/index.css +35 -0
- package/esm/popup/style/index.less +36 -3
- package/esm/popup-swiper/index.d.ts +2 -2
- package/esm/popup-swiper/index.js +20 -3
- package/esm/popup-swiper/style/css/index.css +18 -0
- package/esm/progress/style/css/index.css +18 -0
- package/esm/pull-refresh/hooks.d.ts +2 -2
- package/esm/pull-refresh/style/css/index.css +18 -0
- package/esm/radio/group.d.ts +1 -1
- package/esm/radio/index.d.ts +2 -2
- package/esm/radio/radio.d.ts +1 -1
- package/esm/radio/style/css/index.css +18 -0
- package/esm/rate/style/css/index.css +18 -0
- package/esm/search-bar/style/css/index.css +18 -0
- package/esm/skeleton/elements.js +9 -3
- package/esm/skeleton/style/css/index.css +18 -0
- package/esm/slider/hooks/index.d.ts +1 -1
- package/esm/slider/hooks/useSliderEvents.d.ts +1 -1
- package/esm/slider/style/css/index.css +18 -0
- package/esm/stepper/hooks/useValue.d.ts +2 -1
- package/esm/stepper/style/css/index.css +18 -0
- package/esm/steps/index.d.ts +1 -1
- package/esm/steps/style/css/index.css +18 -0
- package/esm/sticky/style/css/index.css +18 -0
- package/esm/swipe-action/style/css/index.css +18 -0
- package/esm/swipe-load/style/css/index.css +18 -0
- package/esm/switch/style/css/index.css +18 -0
- package/esm/tab-bar/style/css/index.css +18 -0
- package/esm/tabs/index.js +7 -3
- package/esm/tabs/style/css/index.css +18 -0
- package/esm/tabs/tab-cell.js +9 -1
- package/esm/tabs/type.d.ts +7 -2
- package/esm/tag/style/css/index.css +18 -0
- package/esm/textarea/style/css/index.css +18 -0
- package/esm/toast/index.d.ts +12 -12
- package/esm/toast/index.js +1 -1
- package/esm/toast/style/css/index.css +18 -0
- package/esm/transition/index.d.ts +9 -3
- package/esm/transition/index.js +32 -7
- package/esm/transition/style/css/index.css +22 -4
- package/esm/transition/style/index.less +2 -2
- package/esm/uploader/style/css/index.css +18 -0
- package/esnext/_helpers/hooks.js +1 -1
- package/esnext/_helpers/react-dom.d.ts +5 -5
- package/esnext/_helpers/react-dom.js +47 -28
- package/esnext/_helpers/render.js +3 -2
- package/esnext/action-sheet/index.d.ts +3 -2
- package/esnext/action-sheet/index.js +1 -1
- package/esnext/action-sheet/style/css/index.css +18 -0
- package/esnext/avatar/style/css/index.css +18 -0
- package/esnext/badge/index.d.ts +2 -1
- package/esnext/badge/index.js +1 -1
- package/esnext/badge/style/css/index.css +26 -4
- package/esnext/badge/style/index.less +4 -2
- package/esnext/button/style/css/index.css +18 -0
- package/esnext/carousel/style/css/index.css +18 -0
- package/esnext/cell/style/css/index.css +18 -0
- package/esnext/checkbox/style/css/index.css +18 -0
- package/esnext/circle-progress/style/css/index.css +18 -0
- package/esnext/collapse/style/css/index.css +18 -0
- package/esnext/context-provider/index.d.ts +8 -2
- package/esnext/context-provider/index.js +1 -1
- package/esnext/count-down/hooks.js +2 -2
- package/esnext/count-down/style/css/index.css +18 -0
- package/esnext/date-picker/style/css/index.css +18 -0
- package/esnext/dialog/index.d.ts +12 -6
- package/esnext/dialog/index.js +1 -1
- package/esnext/dialog/methods.d.ts +6 -2
- package/esnext/dialog/style/css/index.css +26 -4
- package/esnext/dialog/style/index.less +4 -2
- package/esnext/divider/style/css/index.css +18 -0
- package/esnext/dropdown/style/css/index.css +18 -0
- package/esnext/dropdown-menu/helper.d.ts +1 -1
- package/esnext/dropdown-menu/style/css/index.css +18 -0
- package/esnext/ellipsis/components/native-ellipsis.d.ts +2 -3
- package/esnext/ellipsis/components/native-ellipsis.js +1 -1
- package/esnext/ellipsis/style/css/index.css +18 -0
- package/esnext/form/style/css/index.css +18 -0
- package/esnext/form/type.d.ts +5 -5
- package/esnext/grid/style/css/index.css +18 -0
- package/esnext/image/style/css/index.css +18 -0
- package/esnext/image-picker/style/css/index.css +18 -0
- package/esnext/image-preview/index.d.ts +2 -2
- package/esnext/image-preview/style/css/index.css +18 -0
- package/esnext/index-bar/group.js +5 -1
- package/esnext/index-bar/index.d.ts +2 -2
- package/esnext/index-bar/style/css/index.css +18 -0
- package/esnext/input/style/css/index.css +18 -0
- package/esnext/keyboard/style/css/index.css +18 -0
- package/esnext/load-more/style/css/index.css +18 -0
- package/esnext/loading/style/css/index.css +18 -0
- package/esnext/masking/index.d.ts +11 -5
- package/esnext/masking/index.js +3 -3
- package/esnext/masking/style/css/index.css +18 -0
- package/esnext/nav-bar/style/css/index.css +18 -0
- package/esnext/notice-bar/style/css/index.css +18 -0
- package/esnext/notify/index.d.ts +8 -8
- package/esnext/notify/index.js +2 -2
- package/esnext/notify/style/css/index.css +18 -0
- package/esnext/pagination/style/css/index.css +18 -0
- package/esnext/picker/style/css/index.css +18 -0
- package/esnext/picker-view/components/cascader.js +5 -1
- package/esnext/picker-view/components/picker-cell.js +1 -1
- package/esnext/picker-view/index.js +5 -1
- package/esnext/picker-view/style/css/index.css +18 -0
- package/esnext/popover/style/css/index.css +18 -0
- package/esnext/popover/style/css/menu.css +18 -0
- package/esnext/popup/index.d.ts +3 -3
- package/esnext/popup/index.js +1 -1
- package/esnext/popup/style/css/index.css +35 -0
- package/esnext/popup/style/index.less +36 -3
- package/esnext/popup-swiper/index.d.ts +2 -2
- package/esnext/popup-swiper/index.js +7 -2
- package/esnext/popup-swiper/style/css/index.css +18 -0
- package/esnext/progress/style/css/index.css +18 -0
- package/esnext/pull-refresh/hooks.d.ts +2 -2
- package/esnext/pull-refresh/style/css/index.css +18 -0
- package/esnext/radio/style/css/index.css +18 -0
- package/esnext/rate/style/css/index.css +18 -0
- package/esnext/search-bar/style/css/index.css +18 -0
- package/esnext/skeleton/elements.js +15 -3
- package/esnext/skeleton/style/css/index.css +18 -0
- package/esnext/slider/hooks/useSliderEvents.d.ts +1 -1
- package/esnext/slider/style/css/index.css +18 -0
- package/esnext/stepper/style/css/index.css +18 -0
- package/esnext/steps/style/css/index.css +18 -0
- package/esnext/sticky/style/css/index.css +18 -0
- package/esnext/swipe-action/style/css/index.css +18 -0
- package/esnext/swipe-load/style/css/index.css +18 -0
- package/esnext/switch/style/css/index.css +18 -0
- package/esnext/tab-bar/style/css/index.css +18 -0
- package/esnext/tabs/index.js +3 -2
- package/esnext/tabs/style/css/index.css +18 -0
- package/esnext/tabs/tab-cell.js +8 -1
- package/esnext/tabs/type.d.ts +7 -2
- package/esnext/tag/style/css/index.css +18 -0
- package/esnext/textarea/style/css/index.css +18 -0
- package/esnext/toast/index.d.ts +12 -12
- package/esnext/toast/index.js +1 -1
- package/esnext/toast/style/css/index.css +18 -0
- package/esnext/transition/index.d.ts +9 -3
- package/esnext/transition/index.js +28 -3
- package/esnext/transition/style/css/index.css +22 -4
- package/esnext/transition/style/index.less +2 -2
- package/esnext/uploader/style/css/index.css +18 -0
- package/package.json +3 -3
- package/style/css/public.css +18 -0
- package/tokens/mixin/index.less +31 -2
- package/umd/_helpers/hooks.d.ts +1 -1
- package/umd/_helpers/hooks.js +1 -1
- package/umd/_helpers/react-dom.d.ts +5 -5
- package/umd/_helpers/react-dom.js +53 -35
- package/umd/_helpers/render.js +6 -3
- package/umd/action-sheet/index.d.ts +3 -2
- package/umd/action-sheet/index.js +2 -2
- package/umd/action-sheet/style/css/index.css +18 -0
- package/umd/avatar/style/css/index.css +18 -0
- package/umd/badge/index.d.ts +2 -1
- package/umd/badge/index.js +1 -1
- package/umd/badge/style/css/index.css +26 -4
- package/umd/badge/style/index.less +4 -2
- package/umd/button/style/css/index.css +18 -0
- package/umd/carousel/style/css/index.css +18 -0
- package/umd/cell/style/css/index.css +18 -0
- package/umd/checkbox/checkbox.d.ts +1 -1
- package/umd/checkbox/group.d.ts +1 -1
- package/umd/checkbox/hooks/useMergeProps.d.ts +1 -1
- package/umd/checkbox/index.d.ts +2 -2
- package/umd/checkbox/style/css/index.css +18 -0
- package/umd/circle-progress/style/css/index.css +18 -0
- package/umd/collapse/style/css/index.css +18 -0
- package/umd/context-provider/index.d.ts +8 -2
- package/umd/count-down/hooks.js +2 -2
- package/umd/count-down/style/css/index.css +18 -0
- package/umd/date-picker/style/css/index.css +18 -0
- package/umd/dialog/index.d.ts +12 -6
- package/umd/dialog/index.js +4 -1
- package/umd/dialog/methods.d.ts +6 -2
- package/umd/dialog/style/css/index.css +26 -4
- package/umd/dialog/style/index.less +4 -2
- package/umd/divider/style/css/index.css +18 -0
- package/umd/dropdown/style/css/index.css +18 -0
- package/umd/dropdown-menu/helper.d.ts +2 -2
- package/umd/dropdown-menu/style/css/index.css +18 -0
- package/umd/ellipsis/components/native-ellipsis.d.ts +2 -3
- package/umd/ellipsis/components/native-ellipsis.js +1 -2
- package/umd/ellipsis/style/css/index.css +18 -0
- package/umd/form/style/css/index.css +18 -0
- package/umd/form/type.d.ts +5 -5
- package/umd/grid/style/css/index.css +18 -0
- package/umd/image/style/css/index.css +18 -0
- package/umd/image-picker/style/css/index.css +18 -0
- package/umd/image-preview/index.d.ts +2 -2
- package/umd/image-preview/style/css/index.css +18 -0
- package/umd/index-bar/group.js +3 -1
- package/umd/index-bar/index.d.ts +2 -2
- package/umd/index-bar/style/css/index.css +18 -0
- package/umd/index-bar/utils.d.ts +1 -1
- package/umd/input/style/css/index.css +18 -0
- package/umd/keyboard/style/css/index.css +18 -0
- package/umd/load-more/style/css/index.css +18 -0
- package/umd/loading/style/css/index.css +18 -0
- package/umd/masking/index.d.ts +11 -5
- package/umd/masking/index.js +2 -0
- package/umd/masking/style/css/index.css +18 -0
- package/umd/nav-bar/style/css/index.css +18 -0
- package/umd/notice-bar/style/css/index.css +18 -0
- package/umd/notify/index.d.ts +8 -8
- package/umd/notify/index.js +2 -2
- package/umd/notify/style/css/index.css +18 -0
- package/umd/pagination/style/css/index.css +18 -0
- package/umd/picker/style/css/index.css +18 -0
- package/umd/picker-view/components/cascader.js +3 -1
- package/umd/picker-view/components/picker-cell.js +1 -1
- package/umd/picker-view/index.js +3 -1
- package/umd/picker-view/style/css/index.css +18 -0
- package/umd/popover/style/css/index.css +18 -0
- package/umd/popover/style/css/menu.css +18 -0
- package/umd/popup/index.d.ts +3 -3
- package/umd/popup/index.js +1 -0
- package/umd/popup/style/css/index.css +35 -0
- package/umd/popup/style/index.less +36 -3
- package/umd/popup-swiper/index.d.ts +2 -2
- package/umd/popup-swiper/index.js +20 -3
- package/umd/popup-swiper/style/css/index.css +18 -0
- package/umd/progress/style/css/index.css +18 -0
- package/umd/pull-refresh/hooks.d.ts +2 -2
- package/umd/pull-refresh/style/css/index.css +18 -0
- package/umd/radio/group.d.ts +1 -1
- package/umd/radio/index.d.ts +2 -2
- package/umd/radio/radio.d.ts +1 -1
- package/umd/radio/style/css/index.css +18 -0
- package/umd/rate/style/css/index.css +18 -0
- package/umd/search-bar/style/css/index.css +18 -0
- package/umd/skeleton/elements.js +9 -3
- package/umd/skeleton/style/css/index.css +18 -0
- package/umd/slider/hooks/index.d.ts +1 -1
- package/umd/slider/hooks/useSliderEvents.d.ts +1 -1
- package/umd/slider/style/css/index.css +18 -0
- package/umd/stepper/hooks/useValue.d.ts +2 -1
- package/umd/stepper/style/css/index.css +18 -0
- package/umd/steps/index.d.ts +1 -1
- package/umd/steps/style/css/index.css +18 -0
- package/umd/sticky/style/css/index.css +18 -0
- package/umd/swipe-action/style/css/index.css +18 -0
- package/umd/swipe-load/style/css/index.css +18 -0
- package/umd/switch/style/css/index.css +18 -0
- package/umd/tab-bar/style/css/index.css +18 -0
- package/umd/tabs/index.js +7 -3
- package/umd/tabs/style/css/index.css +18 -0
- package/umd/tabs/tab-cell.js +9 -1
- package/umd/tabs/type.d.ts +7 -2
- package/umd/tag/style/css/index.css +18 -0
- package/umd/textarea/style/css/index.css +18 -0
- package/umd/toast/index.d.ts +12 -12
- package/umd/toast/index.js +1 -1
- package/umd/toast/style/css/index.css +18 -0
- package/umd/transition/index.d.ts +9 -3
- package/umd/transition/index.js +36 -6
- package/umd/transition/style/css/index.css +22 -4
- package/umd/transition/style/index.less +2 -2
- package/umd/uploader/style/css/index.css +18 -0
package/dist/style.css
CHANGED
|
@@ -288,6 +288,24 @@
|
|
|
288
288
|
* }
|
|
289
289
|
* ```
|
|
290
290
|
*/
|
|
291
|
+
/**
|
|
292
|
+
* 为属性设置 transition 变量
|
|
293
|
+
* @desc {en} set the transition variable for the attribute
|
|
294
|
+
* @param @transitionVariable transition 变量名
|
|
295
|
+
* @param @transitionVariable {en} transition variable name
|
|
296
|
+
* @param @backupVariable 备份变量名
|
|
297
|
+
* @param @backupVariable {en} backup variable name
|
|
298
|
+
* @param @property css属性名
|
|
299
|
+
* @param @property {en} css property
|
|
300
|
+
* @example
|
|
301
|
+
* ```
|
|
302
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
303
|
+
*
|
|
304
|
+
* .demo {
|
|
305
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
306
|
+
* }
|
|
307
|
+
* ```
|
|
308
|
+
*/
|
|
291
309
|
/**
|
|
292
310
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
293
311
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -647,6 +665,24 @@ samp {
|
|
|
647
665
|
* }
|
|
648
666
|
* ```
|
|
649
667
|
*/
|
|
668
|
+
/**
|
|
669
|
+
* 为属性设置 transition 变量
|
|
670
|
+
* @desc {en} set the transition variable for the attribute
|
|
671
|
+
* @param @transitionVariable transition 变量名
|
|
672
|
+
* @param @transitionVariable {en} transition variable name
|
|
673
|
+
* @param @backupVariable 备份变量名
|
|
674
|
+
* @param @backupVariable {en} backup variable name
|
|
675
|
+
* @param @property css属性名
|
|
676
|
+
* @param @property {en} css property
|
|
677
|
+
* @example
|
|
678
|
+
* ```
|
|
679
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
680
|
+
*
|
|
681
|
+
* .demo {
|
|
682
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
683
|
+
* }
|
|
684
|
+
* ```
|
|
685
|
+
*/
|
|
650
686
|
/**
|
|
651
687
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
652
688
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -1591,6 +1627,24 @@ samp {
|
|
|
1591
1627
|
* }
|
|
1592
1628
|
* ```
|
|
1593
1629
|
*/
|
|
1630
|
+
/**
|
|
1631
|
+
* 为属性设置 transition 变量
|
|
1632
|
+
* @desc {en} set the transition variable for the attribute
|
|
1633
|
+
* @param @transitionVariable transition 变量名
|
|
1634
|
+
* @param @transitionVariable {en} transition variable name
|
|
1635
|
+
* @param @backupVariable 备份变量名
|
|
1636
|
+
* @param @backupVariable {en} backup variable name
|
|
1637
|
+
* @param @property css属性名
|
|
1638
|
+
* @param @property {en} css property
|
|
1639
|
+
* @example
|
|
1640
|
+
* ```
|
|
1641
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
1642
|
+
*
|
|
1643
|
+
* .demo {
|
|
1644
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
1645
|
+
* }
|
|
1646
|
+
* ```
|
|
1647
|
+
*/
|
|
1594
1648
|
/**
|
|
1595
1649
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
1596
1650
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -2105,6 +2159,24 @@ samp {
|
|
|
2105
2159
|
* }
|
|
2106
2160
|
* ```
|
|
2107
2161
|
*/
|
|
2162
|
+
/**
|
|
2163
|
+
* 为属性设置 transition 变量
|
|
2164
|
+
* @desc {en} set the transition variable for the attribute
|
|
2165
|
+
* @param @transitionVariable transition 变量名
|
|
2166
|
+
* @param @transitionVariable {en} transition variable name
|
|
2167
|
+
* @param @backupVariable 备份变量名
|
|
2168
|
+
* @param @backupVariable {en} backup variable name
|
|
2169
|
+
* @param @property css属性名
|
|
2170
|
+
* @param @property {en} css property
|
|
2171
|
+
* @example
|
|
2172
|
+
* ```
|
|
2173
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
2174
|
+
*
|
|
2175
|
+
* .demo {
|
|
2176
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
2177
|
+
* }
|
|
2178
|
+
* ```
|
|
2179
|
+
*/
|
|
2108
2180
|
/**
|
|
2109
2181
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
2110
2182
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -2898,6 +2970,24 @@ samp {
|
|
|
2898
2970
|
* }
|
|
2899
2971
|
* ```
|
|
2900
2972
|
*/
|
|
2973
|
+
/**
|
|
2974
|
+
* 为属性设置 transition 变量
|
|
2975
|
+
* @desc {en} set the transition variable for the attribute
|
|
2976
|
+
* @param @transitionVariable transition 变量名
|
|
2977
|
+
* @param @transitionVariable {en} transition variable name
|
|
2978
|
+
* @param @backupVariable 备份变量名
|
|
2979
|
+
* @param @backupVariable {en} backup variable name
|
|
2980
|
+
* @param @property css属性名
|
|
2981
|
+
* @param @property {en} css property
|
|
2982
|
+
* @example
|
|
2983
|
+
* ```
|
|
2984
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
2985
|
+
*
|
|
2986
|
+
* .demo {
|
|
2987
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
2988
|
+
* }
|
|
2989
|
+
* ```
|
|
2990
|
+
*/
|
|
2901
2991
|
/**
|
|
2902
2992
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
2903
2993
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -3339,7 +3429,7 @@ samp {
|
|
|
3339
3429
|
.arco-fade-enter-active {
|
|
3340
3430
|
opacity: 1;
|
|
3341
3431
|
transition-property: opacity;
|
|
3342
|
-
transition-duration: 300ms ;
|
|
3432
|
+
transition-duration: var(--builtin-transition-fade-enter-duration, 300ms );
|
|
3343
3433
|
}
|
|
3344
3434
|
.arco-fade-exit {
|
|
3345
3435
|
opacity: 1;
|
|
@@ -3347,7 +3437,7 @@ samp {
|
|
|
3347
3437
|
.arco-fade-exit-active {
|
|
3348
3438
|
opacity: 0;
|
|
3349
3439
|
transition-property: opacity;
|
|
3350
|
-
transition-duration: 300ms ;
|
|
3440
|
+
transition-duration: var(--builtin-transition-fade-exit-duration, 300ms );
|
|
3351
3441
|
}
|
|
3352
3442
|
.arco-fade-exit-done {
|
|
3353
3443
|
display: none;
|
|
@@ -3430,6 +3520,24 @@ samp {
|
|
|
3430
3520
|
* }
|
|
3431
3521
|
* ```
|
|
3432
3522
|
*/
|
|
3523
|
+
/**
|
|
3524
|
+
* 为属性设置 transition 变量
|
|
3525
|
+
* @desc {en} set the transition variable for the attribute
|
|
3526
|
+
* @param @transitionVariable transition 变量名
|
|
3527
|
+
* @param @transitionVariable {en} transition variable name
|
|
3528
|
+
* @param @backupVariable 备份变量名
|
|
3529
|
+
* @param @backupVariable {en} backup variable name
|
|
3530
|
+
* @param @property css属性名
|
|
3531
|
+
* @param @property {en} css property
|
|
3532
|
+
* @example
|
|
3533
|
+
* ```
|
|
3534
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
3535
|
+
*
|
|
3536
|
+
* .demo {
|
|
3537
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
3538
|
+
* }
|
|
3539
|
+
* ```
|
|
3540
|
+
*/
|
|
3433
3541
|
/**
|
|
3434
3542
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
3435
3543
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -3968,6 +4076,24 @@ samp {
|
|
|
3968
4076
|
* }
|
|
3969
4077
|
* ```
|
|
3970
4078
|
*/
|
|
4079
|
+
/**
|
|
4080
|
+
* 为属性设置 transition 变量
|
|
4081
|
+
* @desc {en} set the transition variable for the attribute
|
|
4082
|
+
* @param @transitionVariable transition 变量名
|
|
4083
|
+
* @param @transitionVariable {en} transition variable name
|
|
4084
|
+
* @param @backupVariable 备份变量名
|
|
4085
|
+
* @param @backupVariable {en} backup variable name
|
|
4086
|
+
* @param @property css属性名
|
|
4087
|
+
* @param @property {en} css property
|
|
4088
|
+
* @example
|
|
4089
|
+
* ```
|
|
4090
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
4091
|
+
*
|
|
4092
|
+
* .demo {
|
|
4093
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
4094
|
+
* }
|
|
4095
|
+
* ```
|
|
4096
|
+
*/
|
|
3971
4097
|
/**
|
|
3972
4098
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
3973
4099
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -4460,7 +4586,14 @@ samp {
|
|
|
4460
4586
|
position: fixed;
|
|
4461
4587
|
z-index: 1001;
|
|
4462
4588
|
}
|
|
4589
|
+
.arco-popup-content[class*="-enter-active"] {
|
|
4590
|
+
transition-duration: var(--builtin-transition-popup-slide-enter-duration, 450ms);
|
|
4591
|
+
}
|
|
4592
|
+
.arco-popup-content[class*="-exit-active"] {
|
|
4593
|
+
transition-duration: var(--builtin-transition-popup-slide-exit-duration, 240ms);
|
|
4594
|
+
}
|
|
4463
4595
|
.arco-popup-content.need-bottom-offset {
|
|
4596
|
+
padding-bottom: constant(safe-area-inset-bottom);
|
|
4464
4597
|
padding-bottom: env(safe-area-inset-bottom);
|
|
4465
4598
|
}
|
|
4466
4599
|
.arco-popup-content.left {
|
|
@@ -4495,6 +4628,12 @@ samp {
|
|
|
4495
4628
|
z-index: 1000;
|
|
4496
4629
|
background: rgba(0, 0, 0, 0.6) ;
|
|
4497
4630
|
}
|
|
4631
|
+
.arco-popup-mask[class*="-enter-active"] {
|
|
4632
|
+
transition-duration: var(--builtin-transition-fade-enter-duration, 450ms);
|
|
4633
|
+
}
|
|
4634
|
+
.arco-popup-mask[class*="-exit-active"] {
|
|
4635
|
+
transition-duration: var(--builtin-transition-fade-exit-duration, 240ms);
|
|
4636
|
+
}
|
|
4498
4637
|
.arco-popup-mask.translateZ {
|
|
4499
4638
|
transform: translateZ(1PX);
|
|
4500
4639
|
}
|
|
@@ -4576,6 +4715,24 @@ samp {
|
|
|
4576
4715
|
* }
|
|
4577
4716
|
* ```
|
|
4578
4717
|
*/
|
|
4718
|
+
/**
|
|
4719
|
+
* 为属性设置 transition 变量
|
|
4720
|
+
* @desc {en} set the transition variable for the attribute
|
|
4721
|
+
* @param @transitionVariable transition 变量名
|
|
4722
|
+
* @param @transitionVariable {en} transition variable name
|
|
4723
|
+
* @param @backupVariable 备份变量名
|
|
4724
|
+
* @param @backupVariable {en} backup variable name
|
|
4725
|
+
* @param @property css属性名
|
|
4726
|
+
* @param @property {en} css property
|
|
4727
|
+
* @example
|
|
4728
|
+
* ```
|
|
4729
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
4730
|
+
*
|
|
4731
|
+
* .demo {
|
|
4732
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
4733
|
+
* }
|
|
4734
|
+
* ```
|
|
4735
|
+
*/
|
|
4579
4736
|
/**
|
|
4580
4737
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
4581
4738
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -5214,6 +5371,24 @@ samp {
|
|
|
5214
5371
|
* }
|
|
5215
5372
|
* ```
|
|
5216
5373
|
*/
|
|
5374
|
+
/**
|
|
5375
|
+
* 为属性设置 transition 变量
|
|
5376
|
+
* @desc {en} set the transition variable for the attribute
|
|
5377
|
+
* @param @transitionVariable transition 变量名
|
|
5378
|
+
* @param @transitionVariable {en} transition variable name
|
|
5379
|
+
* @param @backupVariable 备份变量名
|
|
5380
|
+
* @param @backupVariable {en} backup variable name
|
|
5381
|
+
* @param @property css属性名
|
|
5382
|
+
* @param @property {en} css property
|
|
5383
|
+
* @example
|
|
5384
|
+
* ```
|
|
5385
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
5386
|
+
*
|
|
5387
|
+
* .demo {
|
|
5388
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
5389
|
+
* }
|
|
5390
|
+
* ```
|
|
5391
|
+
*/
|
|
5217
5392
|
/**
|
|
5218
5393
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
5219
5394
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -5814,6 +5989,24 @@ samp {
|
|
|
5814
5989
|
* }
|
|
5815
5990
|
* ```
|
|
5816
5991
|
*/
|
|
5992
|
+
/**
|
|
5993
|
+
* 为属性设置 transition 变量
|
|
5994
|
+
* @desc {en} set the transition variable for the attribute
|
|
5995
|
+
* @param @transitionVariable transition 变量名
|
|
5996
|
+
* @param @transitionVariable {en} transition variable name
|
|
5997
|
+
* @param @backupVariable 备份变量名
|
|
5998
|
+
* @param @backupVariable {en} backup variable name
|
|
5999
|
+
* @param @property css属性名
|
|
6000
|
+
* @param @property {en} css property
|
|
6001
|
+
* @example
|
|
6002
|
+
* ```
|
|
6003
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
6004
|
+
*
|
|
6005
|
+
* .demo {
|
|
6006
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
6007
|
+
* }
|
|
6008
|
+
* ```
|
|
6009
|
+
*/
|
|
5817
6010
|
/**
|
|
5818
6011
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
5819
6012
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -6469,6 +6662,24 @@ samp {
|
|
|
6469
6662
|
* }
|
|
6470
6663
|
* ```
|
|
6471
6664
|
*/
|
|
6665
|
+
/**
|
|
6666
|
+
* 为属性设置 transition 变量
|
|
6667
|
+
* @desc {en} set the transition variable for the attribute
|
|
6668
|
+
* @param @transitionVariable transition 变量名
|
|
6669
|
+
* @param @transitionVariable {en} transition variable name
|
|
6670
|
+
* @param @backupVariable 备份变量名
|
|
6671
|
+
* @param @backupVariable {en} backup variable name
|
|
6672
|
+
* @param @property css属性名
|
|
6673
|
+
* @param @property {en} css property
|
|
6674
|
+
* @example
|
|
6675
|
+
* ```
|
|
6676
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
6677
|
+
*
|
|
6678
|
+
* .demo {
|
|
6679
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
6680
|
+
* }
|
|
6681
|
+
* ```
|
|
6682
|
+
*/
|
|
6472
6683
|
/**
|
|
6473
6684
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
6474
6685
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -7213,6 +7424,24 @@ samp {
|
|
|
7213
7424
|
* }
|
|
7214
7425
|
* ```
|
|
7215
7426
|
*/
|
|
7427
|
+
/**
|
|
7428
|
+
* 为属性设置 transition 变量
|
|
7429
|
+
* @desc {en} set the transition variable for the attribute
|
|
7430
|
+
* @param @transitionVariable transition 变量名
|
|
7431
|
+
* @param @transitionVariable {en} transition variable name
|
|
7432
|
+
* @param @backupVariable 备份变量名
|
|
7433
|
+
* @param @backupVariable {en} backup variable name
|
|
7434
|
+
* @param @property css属性名
|
|
7435
|
+
* @param @property {en} css property
|
|
7436
|
+
* @example
|
|
7437
|
+
* ```
|
|
7438
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
7439
|
+
*
|
|
7440
|
+
* .demo {
|
|
7441
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
7442
|
+
* }
|
|
7443
|
+
* ```
|
|
7444
|
+
*/
|
|
7216
7445
|
/**
|
|
7217
7446
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
7218
7447
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -7669,10 +7898,12 @@ samp {
|
|
|
7669
7898
|
}
|
|
7670
7899
|
}
|
|
7671
7900
|
.arco-scale-enter-active {
|
|
7672
|
-
animation: scale-on
|
|
7901
|
+
animation: scale-on cubic-bezier(0.3, 1.3, 0.3, 1) forwards;
|
|
7902
|
+
animation-duration: var(--builtin-transition-scale-enter-duration, 0.4s);
|
|
7673
7903
|
}
|
|
7674
7904
|
.arco-scale-exit-active {
|
|
7675
|
-
animation: scale-off
|
|
7905
|
+
animation: scale-off cubic-bezier(0.3, 1.3, 0.3, 1) forwards;
|
|
7906
|
+
animation-duration: var(--builtin-transition-scale-exit-duration, 0.4s);
|
|
7676
7907
|
}
|
|
7677
7908
|
.arco-badge {
|
|
7678
7909
|
cursor: pointer;
|
|
@@ -7803,6 +8034,24 @@ samp {
|
|
|
7803
8034
|
* }
|
|
7804
8035
|
* ```
|
|
7805
8036
|
*/
|
|
8037
|
+
/**
|
|
8038
|
+
* 为属性设置 transition 变量
|
|
8039
|
+
* @desc {en} set the transition variable for the attribute
|
|
8040
|
+
* @param @transitionVariable transition 变量名
|
|
8041
|
+
* @param @transitionVariable {en} transition variable name
|
|
8042
|
+
* @param @backupVariable 备份变量名
|
|
8043
|
+
* @param @backupVariable {en} backup variable name
|
|
8044
|
+
* @param @property css属性名
|
|
8045
|
+
* @param @property {en} css property
|
|
8046
|
+
* @example
|
|
8047
|
+
* ```
|
|
8048
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
8049
|
+
*
|
|
8050
|
+
* .demo {
|
|
8051
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
8052
|
+
* }
|
|
8053
|
+
* ```
|
|
8054
|
+
*/
|
|
7806
8055
|
/**
|
|
7807
8056
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
7808
8057
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -8534,6 +8783,24 @@ samp {
|
|
|
8534
8783
|
* }
|
|
8535
8784
|
* ```
|
|
8536
8785
|
*/
|
|
8786
|
+
/**
|
|
8787
|
+
* 为属性设置 transition 变量
|
|
8788
|
+
* @desc {en} set the transition variable for the attribute
|
|
8789
|
+
* @param @transitionVariable transition 变量名
|
|
8790
|
+
* @param @transitionVariable {en} transition variable name
|
|
8791
|
+
* @param @backupVariable 备份变量名
|
|
8792
|
+
* @param @backupVariable {en} backup variable name
|
|
8793
|
+
* @param @property css属性名
|
|
8794
|
+
* @param @property {en} css property
|
|
8795
|
+
* @example
|
|
8796
|
+
* ```
|
|
8797
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
8798
|
+
*
|
|
8799
|
+
* .demo {
|
|
8800
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
8801
|
+
* }
|
|
8802
|
+
* ```
|
|
8803
|
+
*/
|
|
8537
8804
|
/**
|
|
8538
8805
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
8539
8806
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -9247,6 +9514,24 @@ samp {
|
|
|
9247
9514
|
* }
|
|
9248
9515
|
* ```
|
|
9249
9516
|
*/
|
|
9517
|
+
/**
|
|
9518
|
+
* 为属性设置 transition 变量
|
|
9519
|
+
* @desc {en} set the transition variable for the attribute
|
|
9520
|
+
* @param @transitionVariable transition 变量名
|
|
9521
|
+
* @param @transitionVariable {en} transition variable name
|
|
9522
|
+
* @param @backupVariable 备份变量名
|
|
9523
|
+
* @param @backupVariable {en} backup variable name
|
|
9524
|
+
* @param @property css属性名
|
|
9525
|
+
* @param @property {en} css property
|
|
9526
|
+
* @example
|
|
9527
|
+
* ```
|
|
9528
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
9529
|
+
*
|
|
9530
|
+
* .demo {
|
|
9531
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
9532
|
+
* }
|
|
9533
|
+
* ```
|
|
9534
|
+
*/
|
|
9250
9535
|
/**
|
|
9251
9536
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
9252
9537
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -10034,6 +10319,24 @@ samp {
|
|
|
10034
10319
|
* }
|
|
10035
10320
|
* ```
|
|
10036
10321
|
*/
|
|
10322
|
+
/**
|
|
10323
|
+
* 为属性设置 transition 变量
|
|
10324
|
+
* @desc {en} set the transition variable for the attribute
|
|
10325
|
+
* @param @transitionVariable transition 变量名
|
|
10326
|
+
* @param @transitionVariable {en} transition variable name
|
|
10327
|
+
* @param @backupVariable 备份变量名
|
|
10328
|
+
* @param @backupVariable {en} backup variable name
|
|
10329
|
+
* @param @property css属性名
|
|
10330
|
+
* @param @property {en} css property
|
|
10331
|
+
* @example
|
|
10332
|
+
* ```
|
|
10333
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
10334
|
+
*
|
|
10335
|
+
* .demo {
|
|
10336
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
10337
|
+
* }
|
|
10338
|
+
* ```
|
|
10339
|
+
*/
|
|
10037
10340
|
/**
|
|
10038
10341
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
10039
10342
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -10606,6 +10909,24 @@ samp {
|
|
|
10606
10909
|
* }
|
|
10607
10910
|
* ```
|
|
10608
10911
|
*/
|
|
10912
|
+
/**
|
|
10913
|
+
* 为属性设置 transition 变量
|
|
10914
|
+
* @desc {en} set the transition variable for the attribute
|
|
10915
|
+
* @param @transitionVariable transition 变量名
|
|
10916
|
+
* @param @transitionVariable {en} transition variable name
|
|
10917
|
+
* @param @backupVariable 备份变量名
|
|
10918
|
+
* @param @backupVariable {en} backup variable name
|
|
10919
|
+
* @param @property css属性名
|
|
10920
|
+
* @param @property {en} css property
|
|
10921
|
+
* @example
|
|
10922
|
+
* ```
|
|
10923
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
10924
|
+
*
|
|
10925
|
+
* .demo {
|
|
10926
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
10927
|
+
* }
|
|
10928
|
+
* ```
|
|
10929
|
+
*/
|
|
10609
10930
|
/**
|
|
10610
10931
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
10611
10932
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -11159,6 +11480,24 @@ samp {
|
|
|
11159
11480
|
* }
|
|
11160
11481
|
* ```
|
|
11161
11482
|
*/
|
|
11483
|
+
/**
|
|
11484
|
+
* 为属性设置 transition 变量
|
|
11485
|
+
* @desc {en} set the transition variable for the attribute
|
|
11486
|
+
* @param @transitionVariable transition 变量名
|
|
11487
|
+
* @param @transitionVariable {en} transition variable name
|
|
11488
|
+
* @param @backupVariable 备份变量名
|
|
11489
|
+
* @param @backupVariable {en} backup variable name
|
|
11490
|
+
* @param @property css属性名
|
|
11491
|
+
* @param @property {en} css property
|
|
11492
|
+
* @example
|
|
11493
|
+
* ```
|
|
11494
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
11495
|
+
*
|
|
11496
|
+
* .demo {
|
|
11497
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
11498
|
+
* }
|
|
11499
|
+
* ```
|
|
11500
|
+
*/
|
|
11162
11501
|
/**
|
|
11163
11502
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
11164
11503
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -11749,6 +12088,24 @@ samp {
|
|
|
11749
12088
|
* }
|
|
11750
12089
|
* ```
|
|
11751
12090
|
*/
|
|
12091
|
+
/**
|
|
12092
|
+
* 为属性设置 transition 变量
|
|
12093
|
+
* @desc {en} set the transition variable for the attribute
|
|
12094
|
+
* @param @transitionVariable transition 变量名
|
|
12095
|
+
* @param @transitionVariable {en} transition variable name
|
|
12096
|
+
* @param @backupVariable 备份变量名
|
|
12097
|
+
* @param @backupVariable {en} backup variable name
|
|
12098
|
+
* @param @property css属性名
|
|
12099
|
+
* @param @property {en} css property
|
|
12100
|
+
* @example
|
|
12101
|
+
* ```
|
|
12102
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
12103
|
+
*
|
|
12104
|
+
* .demo {
|
|
12105
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
12106
|
+
* }
|
|
12107
|
+
* ```
|
|
12108
|
+
*/
|
|
11752
12109
|
/**
|
|
11753
12110
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
11754
12111
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -12267,6 +12624,24 @@ samp {
|
|
|
12267
12624
|
* }
|
|
12268
12625
|
* ```
|
|
12269
12626
|
*/
|
|
12627
|
+
/**
|
|
12628
|
+
* 为属性设置 transition 变量
|
|
12629
|
+
* @desc {en} set the transition variable for the attribute
|
|
12630
|
+
* @param @transitionVariable transition 变量名
|
|
12631
|
+
* @param @transitionVariable {en} transition variable name
|
|
12632
|
+
* @param @backupVariable 备份变量名
|
|
12633
|
+
* @param @backupVariable {en} backup variable name
|
|
12634
|
+
* @param @property css属性名
|
|
12635
|
+
* @param @property {en} css property
|
|
12636
|
+
* @example
|
|
12637
|
+
* ```
|
|
12638
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
12639
|
+
*
|
|
12640
|
+
* .demo {
|
|
12641
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
12642
|
+
* }
|
|
12643
|
+
* ```
|
|
12644
|
+
*/
|
|
12270
12645
|
/**
|
|
12271
12646
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
12272
12647
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -12911,6 +13286,24 @@ samp {
|
|
|
12911
13286
|
* }
|
|
12912
13287
|
* ```
|
|
12913
13288
|
*/
|
|
13289
|
+
/**
|
|
13290
|
+
* 为属性设置 transition 变量
|
|
13291
|
+
* @desc {en} set the transition variable for the attribute
|
|
13292
|
+
* @param @transitionVariable transition 变量名
|
|
13293
|
+
* @param @transitionVariable {en} transition variable name
|
|
13294
|
+
* @param @backupVariable 备份变量名
|
|
13295
|
+
* @param @backupVariable {en} backup variable name
|
|
13296
|
+
* @param @property css属性名
|
|
13297
|
+
* @param @property {en} css property
|
|
13298
|
+
* @example
|
|
13299
|
+
* ```
|
|
13300
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
13301
|
+
*
|
|
13302
|
+
* .demo {
|
|
13303
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
13304
|
+
* }
|
|
13305
|
+
* ```
|
|
13306
|
+
*/
|
|
12914
13307
|
/**
|
|
12915
13308
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
12916
13309
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -13470,6 +13863,24 @@ samp {
|
|
|
13470
13863
|
* }
|
|
13471
13864
|
* ```
|
|
13472
13865
|
*/
|
|
13866
|
+
/**
|
|
13867
|
+
* 为属性设置 transition 变量
|
|
13868
|
+
* @desc {en} set the transition variable for the attribute
|
|
13869
|
+
* @param @transitionVariable transition 变量名
|
|
13870
|
+
* @param @transitionVariable {en} transition variable name
|
|
13871
|
+
* @param @backupVariable 备份变量名
|
|
13872
|
+
* @param @backupVariable {en} backup variable name
|
|
13873
|
+
* @param @property css属性名
|
|
13874
|
+
* @param @property {en} css property
|
|
13875
|
+
* @example
|
|
13876
|
+
* ```
|
|
13877
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
13878
|
+
*
|
|
13879
|
+
* .demo {
|
|
13880
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
13881
|
+
* }
|
|
13882
|
+
* ```
|
|
13883
|
+
*/
|
|
13473
13884
|
/**
|
|
13474
13885
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
13475
13886
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -14006,6 +14417,24 @@ samp {
|
|
|
14006
14417
|
* }
|
|
14007
14418
|
* ```
|
|
14008
14419
|
*/
|
|
14420
|
+
/**
|
|
14421
|
+
* 为属性设置 transition 变量
|
|
14422
|
+
* @desc {en} set the transition variable for the attribute
|
|
14423
|
+
* @param @transitionVariable transition 变量名
|
|
14424
|
+
* @param @transitionVariable {en} transition variable name
|
|
14425
|
+
* @param @backupVariable 备份变量名
|
|
14426
|
+
* @param @backupVariable {en} backup variable name
|
|
14427
|
+
* @param @property css属性名
|
|
14428
|
+
* @param @property {en} css property
|
|
14429
|
+
* @example
|
|
14430
|
+
* ```
|
|
14431
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
14432
|
+
*
|
|
14433
|
+
* .demo {
|
|
14434
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
14435
|
+
* }
|
|
14436
|
+
* ```
|
|
14437
|
+
*/
|
|
14009
14438
|
/**
|
|
14010
14439
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
14011
14440
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -14462,10 +14891,12 @@ samp {
|
|
|
14462
14891
|
}
|
|
14463
14892
|
}
|
|
14464
14893
|
.arco-fade-scale-enter-active {
|
|
14465
|
-
animation: fade-scale-on
|
|
14894
|
+
animation: fade-scale-on cubic-bezier(0.2, 1.23, 0.25, 1) forwards;
|
|
14895
|
+
animation-duration: var(--builtin-transition-fade-scale-enter-duration, 0.45s);
|
|
14466
14896
|
}
|
|
14467
14897
|
.arco-fade-scale-exit-active {
|
|
14468
|
-
animation: fade-scale-off
|
|
14898
|
+
animation: fade-scale-off cubic-bezier(0.48, 0.04, 0.52, 0.96) forwards;
|
|
14899
|
+
animation-duration: var(--builtin-transition-fade-scale-exit-duration, 0.15s);
|
|
14469
14900
|
}
|
|
14470
14901
|
.arco-dialog-mask,
|
|
14471
14902
|
.arco-dialog-container {
|
|
@@ -14882,6 +15313,24 @@ samp {
|
|
|
14882
15313
|
* }
|
|
14883
15314
|
* ```
|
|
14884
15315
|
*/
|
|
15316
|
+
/**
|
|
15317
|
+
* 为属性设置 transition 变量
|
|
15318
|
+
* @desc {en} set the transition variable for the attribute
|
|
15319
|
+
* @param @transitionVariable transition 变量名
|
|
15320
|
+
* @param @transitionVariable {en} transition variable name
|
|
15321
|
+
* @param @backupVariable 备份变量名
|
|
15322
|
+
* @param @backupVariable {en} backup variable name
|
|
15323
|
+
* @param @property css属性名
|
|
15324
|
+
* @param @property {en} css property
|
|
15325
|
+
* @example
|
|
15326
|
+
* ```
|
|
15327
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
15328
|
+
*
|
|
15329
|
+
* .demo {
|
|
15330
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
15331
|
+
* }
|
|
15332
|
+
* ```
|
|
15333
|
+
*/
|
|
14885
15334
|
/**
|
|
14886
15335
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
14887
15336
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -15459,6 +15908,24 @@ samp {
|
|
|
15459
15908
|
* }
|
|
15460
15909
|
* ```
|
|
15461
15910
|
*/
|
|
15911
|
+
/**
|
|
15912
|
+
* 为属性设置 transition 变量
|
|
15913
|
+
* @desc {en} set the transition variable for the attribute
|
|
15914
|
+
* @param @transitionVariable transition 变量名
|
|
15915
|
+
* @param @transitionVariable {en} transition variable name
|
|
15916
|
+
* @param @backupVariable 备份变量名
|
|
15917
|
+
* @param @backupVariable {en} backup variable name
|
|
15918
|
+
* @param @property css属性名
|
|
15919
|
+
* @param @property {en} css property
|
|
15920
|
+
* @example
|
|
15921
|
+
* ```
|
|
15922
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
15923
|
+
*
|
|
15924
|
+
* .demo {
|
|
15925
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
15926
|
+
* }
|
|
15927
|
+
* ```
|
|
15928
|
+
*/
|
|
15462
15929
|
/**
|
|
15463
15930
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
15464
15931
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -16067,6 +16534,24 @@ samp {
|
|
|
16067
16534
|
* }
|
|
16068
16535
|
* ```
|
|
16069
16536
|
*/
|
|
16537
|
+
/**
|
|
16538
|
+
* 为属性设置 transition 变量
|
|
16539
|
+
* @desc {en} set the transition variable for the attribute
|
|
16540
|
+
* @param @transitionVariable transition 变量名
|
|
16541
|
+
* @param @transitionVariable {en} transition variable name
|
|
16542
|
+
* @param @backupVariable 备份变量名
|
|
16543
|
+
* @param @backupVariable {en} backup variable name
|
|
16544
|
+
* @param @property css属性名
|
|
16545
|
+
* @param @property {en} css property
|
|
16546
|
+
* @example
|
|
16547
|
+
* ```
|
|
16548
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
16549
|
+
*
|
|
16550
|
+
* .demo {
|
|
16551
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
16552
|
+
* }
|
|
16553
|
+
* ```
|
|
16554
|
+
*/
|
|
16070
16555
|
/**
|
|
16071
16556
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
16072
16557
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -16676,6 +17161,24 @@ samp {
|
|
|
16676
17161
|
* }
|
|
16677
17162
|
* ```
|
|
16678
17163
|
*/
|
|
17164
|
+
/**
|
|
17165
|
+
* 为属性设置 transition 变量
|
|
17166
|
+
* @desc {en} set the transition variable for the attribute
|
|
17167
|
+
* @param @transitionVariable transition 变量名
|
|
17168
|
+
* @param @transitionVariable {en} transition variable name
|
|
17169
|
+
* @param @backupVariable 备份变量名
|
|
17170
|
+
* @param @backupVariable {en} backup variable name
|
|
17171
|
+
* @param @property css属性名
|
|
17172
|
+
* @param @property {en} css property
|
|
17173
|
+
* @example
|
|
17174
|
+
* ```
|
|
17175
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
17176
|
+
*
|
|
17177
|
+
* .demo {
|
|
17178
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
17179
|
+
* }
|
|
17180
|
+
* ```
|
|
17181
|
+
*/
|
|
16679
17182
|
/**
|
|
16680
17183
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
16681
17184
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -17214,6 +17717,24 @@ samp {
|
|
|
17214
17717
|
* }
|
|
17215
17718
|
* ```
|
|
17216
17719
|
*/
|
|
17720
|
+
/**
|
|
17721
|
+
* 为属性设置 transition 变量
|
|
17722
|
+
* @desc {en} set the transition variable for the attribute
|
|
17723
|
+
* @param @transitionVariable transition 变量名
|
|
17724
|
+
* @param @transitionVariable {en} transition variable name
|
|
17725
|
+
* @param @backupVariable 备份变量名
|
|
17726
|
+
* @param @backupVariable {en} backup variable name
|
|
17727
|
+
* @param @property css属性名
|
|
17728
|
+
* @param @property {en} css property
|
|
17729
|
+
* @example
|
|
17730
|
+
* ```
|
|
17731
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
17732
|
+
*
|
|
17733
|
+
* .demo {
|
|
17734
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
17735
|
+
* }
|
|
17736
|
+
* ```
|
|
17737
|
+
*/
|
|
17217
17738
|
/**
|
|
17218
17739
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
17219
17740
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -17835,6 +18356,24 @@ samp {
|
|
|
17835
18356
|
* }
|
|
17836
18357
|
* ```
|
|
17837
18358
|
*/
|
|
18359
|
+
/**
|
|
18360
|
+
* 为属性设置 transition 变量
|
|
18361
|
+
* @desc {en} set the transition variable for the attribute
|
|
18362
|
+
* @param @transitionVariable transition 变量名
|
|
18363
|
+
* @param @transitionVariable {en} transition variable name
|
|
18364
|
+
* @param @backupVariable 备份变量名
|
|
18365
|
+
* @param @backupVariable {en} backup variable name
|
|
18366
|
+
* @param @property css属性名
|
|
18367
|
+
* @param @property {en} css property
|
|
18368
|
+
* @example
|
|
18369
|
+
* ```
|
|
18370
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
18371
|
+
*
|
|
18372
|
+
* .demo {
|
|
18373
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
18374
|
+
* }
|
|
18375
|
+
* ```
|
|
18376
|
+
*/
|
|
17838
18377
|
/**
|
|
17839
18378
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
17840
18379
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -18442,6 +18981,24 @@ samp {
|
|
|
18442
18981
|
* }
|
|
18443
18982
|
* ```
|
|
18444
18983
|
*/
|
|
18984
|
+
/**
|
|
18985
|
+
* 为属性设置 transition 变量
|
|
18986
|
+
* @desc {en} set the transition variable for the attribute
|
|
18987
|
+
* @param @transitionVariable transition 变量名
|
|
18988
|
+
* @param @transitionVariable {en} transition variable name
|
|
18989
|
+
* @param @backupVariable 备份变量名
|
|
18990
|
+
* @param @backupVariable {en} backup variable name
|
|
18991
|
+
* @param @property css属性名
|
|
18992
|
+
* @param @property {en} css property
|
|
18993
|
+
* @example
|
|
18994
|
+
* ```
|
|
18995
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
18996
|
+
*
|
|
18997
|
+
* .demo {
|
|
18998
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
18999
|
+
* }
|
|
19000
|
+
* ```
|
|
19001
|
+
*/
|
|
18445
19002
|
/**
|
|
18446
19003
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
18447
19004
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -19069,6 +19626,24 @@ samp {
|
|
|
19069
19626
|
* }
|
|
19070
19627
|
* ```
|
|
19071
19628
|
*/
|
|
19629
|
+
/**
|
|
19630
|
+
* 为属性设置 transition 变量
|
|
19631
|
+
* @desc {en} set the transition variable for the attribute
|
|
19632
|
+
* @param @transitionVariable transition 变量名
|
|
19633
|
+
* @param @transitionVariable {en} transition variable name
|
|
19634
|
+
* @param @backupVariable 备份变量名
|
|
19635
|
+
* @param @backupVariable {en} backup variable name
|
|
19636
|
+
* @param @property css属性名
|
|
19637
|
+
* @param @property {en} css property
|
|
19638
|
+
* @example
|
|
19639
|
+
* ```
|
|
19640
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
19641
|
+
*
|
|
19642
|
+
* .demo {
|
|
19643
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
19644
|
+
* }
|
|
19645
|
+
* ```
|
|
19646
|
+
*/
|
|
19072
19647
|
/**
|
|
19073
19648
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
19074
19649
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -19698,6 +20273,24 @@ samp {
|
|
|
19698
20273
|
* }
|
|
19699
20274
|
* ```
|
|
19700
20275
|
*/
|
|
20276
|
+
/**
|
|
20277
|
+
* 为属性设置 transition 变量
|
|
20278
|
+
* @desc {en} set the transition variable for the attribute
|
|
20279
|
+
* @param @transitionVariable transition 变量名
|
|
20280
|
+
* @param @transitionVariable {en} transition variable name
|
|
20281
|
+
* @param @backupVariable 备份变量名
|
|
20282
|
+
* @param @backupVariable {en} backup variable name
|
|
20283
|
+
* @param @property css属性名
|
|
20284
|
+
* @param @property {en} css property
|
|
20285
|
+
* @example
|
|
20286
|
+
* ```
|
|
20287
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
20288
|
+
*
|
|
20289
|
+
* .demo {
|
|
20290
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
20291
|
+
* }
|
|
20292
|
+
* ```
|
|
20293
|
+
*/
|
|
19701
20294
|
/**
|
|
19702
20295
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
19703
20296
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -20377,6 +20970,24 @@ samp {
|
|
|
20377
20970
|
* }
|
|
20378
20971
|
* ```
|
|
20379
20972
|
*/
|
|
20973
|
+
/**
|
|
20974
|
+
* 为属性设置 transition 变量
|
|
20975
|
+
* @desc {en} set the transition variable for the attribute
|
|
20976
|
+
* @param @transitionVariable transition 变量名
|
|
20977
|
+
* @param @transitionVariable {en} transition variable name
|
|
20978
|
+
* @param @backupVariable 备份变量名
|
|
20979
|
+
* @param @backupVariable {en} backup variable name
|
|
20980
|
+
* @param @property css属性名
|
|
20981
|
+
* @param @property {en} css property
|
|
20982
|
+
* @example
|
|
20983
|
+
* ```
|
|
20984
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
20985
|
+
*
|
|
20986
|
+
* .demo {
|
|
20987
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
20988
|
+
* }
|
|
20989
|
+
* ```
|
|
20990
|
+
*/
|
|
20380
20991
|
/**
|
|
20381
20992
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
20382
20993
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -21032,6 +21643,24 @@ samp {
|
|
|
21032
21643
|
* }
|
|
21033
21644
|
* ```
|
|
21034
21645
|
*/
|
|
21646
|
+
/**
|
|
21647
|
+
* 为属性设置 transition 变量
|
|
21648
|
+
* @desc {en} set the transition variable for the attribute
|
|
21649
|
+
* @param @transitionVariable transition 变量名
|
|
21650
|
+
* @param @transitionVariable {en} transition variable name
|
|
21651
|
+
* @param @backupVariable 备份变量名
|
|
21652
|
+
* @param @backupVariable {en} backup variable name
|
|
21653
|
+
* @param @property css属性名
|
|
21654
|
+
* @param @property {en} css property
|
|
21655
|
+
* @example
|
|
21656
|
+
* ```
|
|
21657
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
21658
|
+
*
|
|
21659
|
+
* .demo {
|
|
21660
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
21661
|
+
* }
|
|
21662
|
+
* ```
|
|
21663
|
+
*/
|
|
21035
21664
|
/**
|
|
21036
21665
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
21037
21666
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -21614,6 +22243,24 @@ samp {
|
|
|
21614
22243
|
* }
|
|
21615
22244
|
* ```
|
|
21616
22245
|
*/
|
|
22246
|
+
/**
|
|
22247
|
+
* 为属性设置 transition 变量
|
|
22248
|
+
* @desc {en} set the transition variable for the attribute
|
|
22249
|
+
* @param @transitionVariable transition 变量名
|
|
22250
|
+
* @param @transitionVariable {en} transition variable name
|
|
22251
|
+
* @param @backupVariable 备份变量名
|
|
22252
|
+
* @param @backupVariable {en} backup variable name
|
|
22253
|
+
* @param @property css属性名
|
|
22254
|
+
* @param @property {en} css property
|
|
22255
|
+
* @example
|
|
22256
|
+
* ```
|
|
22257
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
22258
|
+
*
|
|
22259
|
+
* .demo {
|
|
22260
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
22261
|
+
* }
|
|
22262
|
+
* ```
|
|
22263
|
+
*/
|
|
21617
22264
|
/**
|
|
21618
22265
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
21619
22266
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -22132,6 +22779,24 @@ samp {
|
|
|
22132
22779
|
* }
|
|
22133
22780
|
* ```
|
|
22134
22781
|
*/
|
|
22782
|
+
/**
|
|
22783
|
+
* 为属性设置 transition 变量
|
|
22784
|
+
* @desc {en} set the transition variable for the attribute
|
|
22785
|
+
* @param @transitionVariable transition 变量名
|
|
22786
|
+
* @param @transitionVariable {en} transition variable name
|
|
22787
|
+
* @param @backupVariable 备份变量名
|
|
22788
|
+
* @param @backupVariable {en} backup variable name
|
|
22789
|
+
* @param @property css属性名
|
|
22790
|
+
* @param @property {en} css property
|
|
22791
|
+
* @example
|
|
22792
|
+
* ```
|
|
22793
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
22794
|
+
*
|
|
22795
|
+
* .demo {
|
|
22796
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
22797
|
+
* }
|
|
22798
|
+
* ```
|
|
22799
|
+
*/
|
|
22135
22800
|
/**
|
|
22136
22801
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
22137
22802
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -22780,6 +23445,24 @@ samp {
|
|
|
22780
23445
|
* }
|
|
22781
23446
|
* ```
|
|
22782
23447
|
*/
|
|
23448
|
+
/**
|
|
23449
|
+
* 为属性设置 transition 变量
|
|
23450
|
+
* @desc {en} set the transition variable for the attribute
|
|
23451
|
+
* @param @transitionVariable transition 变量名
|
|
23452
|
+
* @param @transitionVariable {en} transition variable name
|
|
23453
|
+
* @param @backupVariable 备份变量名
|
|
23454
|
+
* @param @backupVariable {en} backup variable name
|
|
23455
|
+
* @param @property css属性名
|
|
23456
|
+
* @param @property {en} css property
|
|
23457
|
+
* @example
|
|
23458
|
+
* ```
|
|
23459
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
23460
|
+
*
|
|
23461
|
+
* .demo {
|
|
23462
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
23463
|
+
* }
|
|
23464
|
+
* ```
|
|
23465
|
+
*/
|
|
22783
23466
|
/**
|
|
22784
23467
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
22785
23468
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -23410,6 +24093,24 @@ samp {
|
|
|
23410
24093
|
* }
|
|
23411
24094
|
* ```
|
|
23412
24095
|
*/
|
|
24096
|
+
/**
|
|
24097
|
+
* 为属性设置 transition 变量
|
|
24098
|
+
* @desc {en} set the transition variable for the attribute
|
|
24099
|
+
* @param @transitionVariable transition 变量名
|
|
24100
|
+
* @param @transitionVariable {en} transition variable name
|
|
24101
|
+
* @param @backupVariable 备份变量名
|
|
24102
|
+
* @param @backupVariable {en} backup variable name
|
|
24103
|
+
* @param @property css属性名
|
|
24104
|
+
* @param @property {en} css property
|
|
24105
|
+
* @example
|
|
24106
|
+
* ```
|
|
24107
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
24108
|
+
*
|
|
24109
|
+
* .demo {
|
|
24110
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
24111
|
+
* }
|
|
24112
|
+
* ```
|
|
24113
|
+
*/
|
|
23413
24114
|
/**
|
|
23414
24115
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
23415
24116
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -23961,6 +24662,24 @@ samp {
|
|
|
23961
24662
|
* }
|
|
23962
24663
|
* ```
|
|
23963
24664
|
*/
|
|
24665
|
+
/**
|
|
24666
|
+
* 为属性设置 transition 变量
|
|
24667
|
+
* @desc {en} set the transition variable for the attribute
|
|
24668
|
+
* @param @transitionVariable transition 变量名
|
|
24669
|
+
* @param @transitionVariable {en} transition variable name
|
|
24670
|
+
* @param @backupVariable 备份变量名
|
|
24671
|
+
* @param @backupVariable {en} backup variable name
|
|
24672
|
+
* @param @property css属性名
|
|
24673
|
+
* @param @property {en} css property
|
|
24674
|
+
* @example
|
|
24675
|
+
* ```
|
|
24676
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
24677
|
+
*
|
|
24678
|
+
* .demo {
|
|
24679
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
24680
|
+
* }
|
|
24681
|
+
* ```
|
|
24682
|
+
*/
|
|
23964
24683
|
/**
|
|
23965
24684
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
23966
24685
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -24594,6 +25313,24 @@ samp {
|
|
|
24594
25313
|
* }
|
|
24595
25314
|
* ```
|
|
24596
25315
|
*/
|
|
25316
|
+
/**
|
|
25317
|
+
* 为属性设置 transition 变量
|
|
25318
|
+
* @desc {en} set the transition variable for the attribute
|
|
25319
|
+
* @param @transitionVariable transition 变量名
|
|
25320
|
+
* @param @transitionVariable {en} transition variable name
|
|
25321
|
+
* @param @backupVariable 备份变量名
|
|
25322
|
+
* @param @backupVariable {en} backup variable name
|
|
25323
|
+
* @param @property css属性名
|
|
25324
|
+
* @param @property {en} css property
|
|
25325
|
+
* @example
|
|
25326
|
+
* ```
|
|
25327
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
25328
|
+
*
|
|
25329
|
+
* .demo {
|
|
25330
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
25331
|
+
* }
|
|
25332
|
+
* ```
|
|
25333
|
+
*/
|
|
24597
25334
|
/**
|
|
24598
25335
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
24599
25336
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -25444,6 +26181,24 @@ samp {
|
|
|
25444
26181
|
* }
|
|
25445
26182
|
* ```
|
|
25446
26183
|
*/
|
|
26184
|
+
/**
|
|
26185
|
+
* 为属性设置 transition 变量
|
|
26186
|
+
* @desc {en} set the transition variable for the attribute
|
|
26187
|
+
* @param @transitionVariable transition 变量名
|
|
26188
|
+
* @param @transitionVariable {en} transition variable name
|
|
26189
|
+
* @param @backupVariable 备份变量名
|
|
26190
|
+
* @param @backupVariable {en} backup variable name
|
|
26191
|
+
* @param @property css属性名
|
|
26192
|
+
* @param @property {en} css property
|
|
26193
|
+
* @example
|
|
26194
|
+
* ```
|
|
26195
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
26196
|
+
*
|
|
26197
|
+
* .demo {
|
|
26198
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
26199
|
+
* }
|
|
26200
|
+
* ```
|
|
26201
|
+
*/
|
|
25447
26202
|
/**
|
|
25448
26203
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
25449
26204
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -25961,6 +26716,24 @@ samp {
|
|
|
25961
26716
|
* }
|
|
25962
26717
|
* ```
|
|
25963
26718
|
*/
|
|
26719
|
+
/**
|
|
26720
|
+
* 为属性设置 transition 变量
|
|
26721
|
+
* @desc {en} set the transition variable for the attribute
|
|
26722
|
+
* @param @transitionVariable transition 变量名
|
|
26723
|
+
* @param @transitionVariable {en} transition variable name
|
|
26724
|
+
* @param @backupVariable 备份变量名
|
|
26725
|
+
* @param @backupVariable {en} backup variable name
|
|
26726
|
+
* @param @property css属性名
|
|
26727
|
+
* @param @property {en} css property
|
|
26728
|
+
* @example
|
|
26729
|
+
* ```
|
|
26730
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
26731
|
+
*
|
|
26732
|
+
* .demo {
|
|
26733
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
26734
|
+
* }
|
|
26735
|
+
* ```
|
|
26736
|
+
*/
|
|
25964
26737
|
/**
|
|
25965
26738
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
25966
26739
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -26586,6 +27359,24 @@ samp {
|
|
|
26586
27359
|
* }
|
|
26587
27360
|
* ```
|
|
26588
27361
|
*/
|
|
27362
|
+
/**
|
|
27363
|
+
* 为属性设置 transition 变量
|
|
27364
|
+
* @desc {en} set the transition variable for the attribute
|
|
27365
|
+
* @param @transitionVariable transition 变量名
|
|
27366
|
+
* @param @transitionVariable {en} transition variable name
|
|
27367
|
+
* @param @backupVariable 备份变量名
|
|
27368
|
+
* @param @backupVariable {en} backup variable name
|
|
27369
|
+
* @param @property css属性名
|
|
27370
|
+
* @param @property {en} css property
|
|
27371
|
+
* @example
|
|
27372
|
+
* ```
|
|
27373
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
27374
|
+
*
|
|
27375
|
+
* .demo {
|
|
27376
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
27377
|
+
* }
|
|
27378
|
+
* ```
|
|
27379
|
+
*/
|
|
26589
27380
|
/**
|
|
26590
27381
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
26591
27382
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -27188,6 +27979,24 @@ samp {
|
|
|
27188
27979
|
* }
|
|
27189
27980
|
* ```
|
|
27190
27981
|
*/
|
|
27982
|
+
/**
|
|
27983
|
+
* 为属性设置 transition 变量
|
|
27984
|
+
* @desc {en} set the transition variable for the attribute
|
|
27985
|
+
* @param @transitionVariable transition 变量名
|
|
27986
|
+
* @param @transitionVariable {en} transition variable name
|
|
27987
|
+
* @param @backupVariable 备份变量名
|
|
27988
|
+
* @param @backupVariable {en} backup variable name
|
|
27989
|
+
* @param @property css属性名
|
|
27990
|
+
* @param @property {en} css property
|
|
27991
|
+
* @example
|
|
27992
|
+
* ```
|
|
27993
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
27994
|
+
*
|
|
27995
|
+
* .demo {
|
|
27996
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
27997
|
+
* }
|
|
27998
|
+
* ```
|
|
27999
|
+
*/
|
|
27191
28000
|
/**
|
|
27192
28001
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
27193
28002
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -27751,6 +28560,24 @@ samp {
|
|
|
27751
28560
|
* }
|
|
27752
28561
|
* ```
|
|
27753
28562
|
*/
|
|
28563
|
+
/**
|
|
28564
|
+
* 为属性设置 transition 变量
|
|
28565
|
+
* @desc {en} set the transition variable for the attribute
|
|
28566
|
+
* @param @transitionVariable transition 变量名
|
|
28567
|
+
* @param @transitionVariable {en} transition variable name
|
|
28568
|
+
* @param @backupVariable 备份变量名
|
|
28569
|
+
* @param @backupVariable {en} backup variable name
|
|
28570
|
+
* @param @property css属性名
|
|
28571
|
+
* @param @property {en} css property
|
|
28572
|
+
* @example
|
|
28573
|
+
* ```
|
|
28574
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
28575
|
+
*
|
|
28576
|
+
* .demo {
|
|
28577
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
28578
|
+
* }
|
|
28579
|
+
* ```
|
|
28580
|
+
*/
|
|
27754
28581
|
/**
|
|
27755
28582
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
27756
28583
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -28314,6 +29141,24 @@ samp {
|
|
|
28314
29141
|
* }
|
|
28315
29142
|
* ```
|
|
28316
29143
|
*/
|
|
29144
|
+
/**
|
|
29145
|
+
* 为属性设置 transition 变量
|
|
29146
|
+
* @desc {en} set the transition variable for the attribute
|
|
29147
|
+
* @param @transitionVariable transition 变量名
|
|
29148
|
+
* @param @transitionVariable {en} transition variable name
|
|
29149
|
+
* @param @backupVariable 备份变量名
|
|
29150
|
+
* @param @backupVariable {en} backup variable name
|
|
29151
|
+
* @param @property css属性名
|
|
29152
|
+
* @param @property {en} css property
|
|
29153
|
+
* @example
|
|
29154
|
+
* ```
|
|
29155
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
29156
|
+
*
|
|
29157
|
+
* .demo {
|
|
29158
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
29159
|
+
* }
|
|
29160
|
+
* ```
|
|
29161
|
+
*/
|
|
28317
29162
|
/**
|
|
28318
29163
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
28319
29164
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -28976,6 +29821,24 @@ samp {
|
|
|
28976
29821
|
* }
|
|
28977
29822
|
* ```
|
|
28978
29823
|
*/
|
|
29824
|
+
/**
|
|
29825
|
+
* 为属性设置 transition 变量
|
|
29826
|
+
* @desc {en} set the transition variable for the attribute
|
|
29827
|
+
* @param @transitionVariable transition 变量名
|
|
29828
|
+
* @param @transitionVariable {en} transition variable name
|
|
29829
|
+
* @param @backupVariable 备份变量名
|
|
29830
|
+
* @param @backupVariable {en} backup variable name
|
|
29831
|
+
* @param @property css属性名
|
|
29832
|
+
* @param @property {en} css property
|
|
29833
|
+
* @example
|
|
29834
|
+
* ```
|
|
29835
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
29836
|
+
*
|
|
29837
|
+
* .demo {
|
|
29838
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
29839
|
+
* }
|
|
29840
|
+
* ```
|
|
29841
|
+
*/
|
|
28979
29842
|
/**
|
|
28980
29843
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
28981
29844
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -29607,6 +30470,24 @@ samp {
|
|
|
29607
30470
|
* }
|
|
29608
30471
|
* ```
|
|
29609
30472
|
*/
|
|
30473
|
+
/**
|
|
30474
|
+
* 为属性设置 transition 变量
|
|
30475
|
+
* @desc {en} set the transition variable for the attribute
|
|
30476
|
+
* @param @transitionVariable transition 变量名
|
|
30477
|
+
* @param @transitionVariable {en} transition variable name
|
|
30478
|
+
* @param @backupVariable 备份变量名
|
|
30479
|
+
* @param @backupVariable {en} backup variable name
|
|
30480
|
+
* @param @property css属性名
|
|
30481
|
+
* @param @property {en} css property
|
|
30482
|
+
* @example
|
|
30483
|
+
* ```
|
|
30484
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
30485
|
+
*
|
|
30486
|
+
* .demo {
|
|
30487
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
30488
|
+
* }
|
|
30489
|
+
* ```
|
|
30490
|
+
*/
|
|
29610
30491
|
/**
|
|
29611
30492
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
29612
30493
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -30381,6 +31262,24 @@ samp {
|
|
|
30381
31262
|
* }
|
|
30382
31263
|
* ```
|
|
30383
31264
|
*/
|
|
31265
|
+
/**
|
|
31266
|
+
* 为属性设置 transition 变量
|
|
31267
|
+
* @desc {en} set the transition variable for the attribute
|
|
31268
|
+
* @param @transitionVariable transition 变量名
|
|
31269
|
+
* @param @transitionVariable {en} transition variable name
|
|
31270
|
+
* @param @backupVariable 备份变量名
|
|
31271
|
+
* @param @backupVariable {en} backup variable name
|
|
31272
|
+
* @param @property css属性名
|
|
31273
|
+
* @param @property {en} css property
|
|
31274
|
+
* @example
|
|
31275
|
+
* ```
|
|
31276
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
31277
|
+
*
|
|
31278
|
+
* .demo {
|
|
31279
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
31280
|
+
* }
|
|
31281
|
+
* ```
|
|
31282
|
+
*/
|
|
30384
31283
|
/**
|
|
30385
31284
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
30386
31285
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -30961,6 +31860,24 @@ samp {
|
|
|
30961
31860
|
* }
|
|
30962
31861
|
* ```
|
|
30963
31862
|
*/
|
|
31863
|
+
/**
|
|
31864
|
+
* 为属性设置 transition 变量
|
|
31865
|
+
* @desc {en} set the transition variable for the attribute
|
|
31866
|
+
* @param @transitionVariable transition 变量名
|
|
31867
|
+
* @param @transitionVariable {en} transition variable name
|
|
31868
|
+
* @param @backupVariable 备份变量名
|
|
31869
|
+
* @param @backupVariable {en} backup variable name
|
|
31870
|
+
* @param @property css属性名
|
|
31871
|
+
* @param @property {en} css property
|
|
31872
|
+
* @example
|
|
31873
|
+
* ```
|
|
31874
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
31875
|
+
*
|
|
31876
|
+
* .demo {
|
|
31877
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
31878
|
+
* }
|
|
31879
|
+
* ```
|
|
31880
|
+
*/
|
|
30964
31881
|
/**
|
|
30965
31882
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
30966
31883
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -31547,6 +32464,24 @@ samp {
|
|
|
31547
32464
|
* }
|
|
31548
32465
|
* ```
|
|
31549
32466
|
*/
|
|
32467
|
+
/**
|
|
32468
|
+
* 为属性设置 transition 变量
|
|
32469
|
+
* @desc {en} set the transition variable for the attribute
|
|
32470
|
+
* @param @transitionVariable transition 变量名
|
|
32471
|
+
* @param @transitionVariable {en} transition variable name
|
|
32472
|
+
* @param @backupVariable 备份变量名
|
|
32473
|
+
* @param @backupVariable {en} backup variable name
|
|
32474
|
+
* @param @property css属性名
|
|
32475
|
+
* @param @property {en} css property
|
|
32476
|
+
* @example
|
|
32477
|
+
* ```
|
|
32478
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
32479
|
+
*
|
|
32480
|
+
* .demo {
|
|
32481
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
32482
|
+
* }
|
|
32483
|
+
* ```
|
|
32484
|
+
*/
|
|
31550
32485
|
/**
|
|
31551
32486
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
31552
32487
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -32087,6 +33022,24 @@ samp {
|
|
|
32087
33022
|
* }
|
|
32088
33023
|
* ```
|
|
32089
33024
|
*/
|
|
33025
|
+
/**
|
|
33026
|
+
* 为属性设置 transition 变量
|
|
33027
|
+
* @desc {en} set the transition variable for the attribute
|
|
33028
|
+
* @param @transitionVariable transition 变量名
|
|
33029
|
+
* @param @transitionVariable {en} transition variable name
|
|
33030
|
+
* @param @backupVariable 备份变量名
|
|
33031
|
+
* @param @backupVariable {en} backup variable name
|
|
33032
|
+
* @param @property css属性名
|
|
33033
|
+
* @param @property {en} css property
|
|
33034
|
+
* @example
|
|
33035
|
+
* ```
|
|
33036
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
33037
|
+
*
|
|
33038
|
+
* .demo {
|
|
33039
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
33040
|
+
* }
|
|
33041
|
+
* ```
|
|
33042
|
+
*/
|
|
32090
33043
|
/**
|
|
32091
33044
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
32092
33045
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -32794,6 +33747,24 @@ samp {
|
|
|
32794
33747
|
* }
|
|
32795
33748
|
* ```
|
|
32796
33749
|
*/
|
|
33750
|
+
/**
|
|
33751
|
+
* 为属性设置 transition 变量
|
|
33752
|
+
* @desc {en} set the transition variable for the attribute
|
|
33753
|
+
* @param @transitionVariable transition 变量名
|
|
33754
|
+
* @param @transitionVariable {en} transition variable name
|
|
33755
|
+
* @param @backupVariable 备份变量名
|
|
33756
|
+
* @param @backupVariable {en} backup variable name
|
|
33757
|
+
* @param @property css属性名
|
|
33758
|
+
* @param @property {en} css property
|
|
33759
|
+
* @example
|
|
33760
|
+
* ```
|
|
33761
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
33762
|
+
*
|
|
33763
|
+
* .demo {
|
|
33764
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
33765
|
+
* }
|
|
33766
|
+
* ```
|
|
33767
|
+
*/
|
|
32797
33768
|
/**
|
|
32798
33769
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
32799
33770
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -33361,6 +34332,24 @@ samp {
|
|
|
33361
34332
|
* }
|
|
33362
34333
|
* ```
|
|
33363
34334
|
*/
|
|
34335
|
+
/**
|
|
34336
|
+
* 为属性设置 transition 变量
|
|
34337
|
+
* @desc {en} set the transition variable for the attribute
|
|
34338
|
+
* @param @transitionVariable transition 变量名
|
|
34339
|
+
* @param @transitionVariable {en} transition variable name
|
|
34340
|
+
* @param @backupVariable 备份变量名
|
|
34341
|
+
* @param @backupVariable {en} backup variable name
|
|
34342
|
+
* @param @property css属性名
|
|
34343
|
+
* @param @property {en} css property
|
|
34344
|
+
* @example
|
|
34345
|
+
* ```
|
|
34346
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
34347
|
+
*
|
|
34348
|
+
* .demo {
|
|
34349
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
34350
|
+
* }
|
|
34351
|
+
* ```
|
|
34352
|
+
*/
|
|
33364
34353
|
/**
|
|
33365
34354
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
33366
34355
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -34061,6 +35050,24 @@ samp {
|
|
|
34061
35050
|
* }
|
|
34062
35051
|
* ```
|
|
34063
35052
|
*/
|
|
35053
|
+
/**
|
|
35054
|
+
* 为属性设置 transition 变量
|
|
35055
|
+
* @desc {en} set the transition variable for the attribute
|
|
35056
|
+
* @param @transitionVariable transition 变量名
|
|
35057
|
+
* @param @transitionVariable {en} transition variable name
|
|
35058
|
+
* @param @backupVariable 备份变量名
|
|
35059
|
+
* @param @backupVariable {en} backup variable name
|
|
35060
|
+
* @param @property css属性名
|
|
35061
|
+
* @param @property {en} css property
|
|
35062
|
+
* @example
|
|
35063
|
+
* ```
|
|
35064
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
35065
|
+
*
|
|
35066
|
+
* .demo {
|
|
35067
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
35068
|
+
* }
|
|
35069
|
+
* ```
|
|
35070
|
+
*/
|
|
34064
35071
|
/**
|
|
34065
35072
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
34066
35073
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -34605,6 +35612,24 @@ samp {
|
|
|
34605
35612
|
* }
|
|
34606
35613
|
* ```
|
|
34607
35614
|
*/
|
|
35615
|
+
/**
|
|
35616
|
+
* 为属性设置 transition 变量
|
|
35617
|
+
* @desc {en} set the transition variable for the attribute
|
|
35618
|
+
* @param @transitionVariable transition 变量名
|
|
35619
|
+
* @param @transitionVariable {en} transition variable name
|
|
35620
|
+
* @param @backupVariable 备份变量名
|
|
35621
|
+
* @param @backupVariable {en} backup variable name
|
|
35622
|
+
* @param @property css属性名
|
|
35623
|
+
* @param @property {en} css property
|
|
35624
|
+
* @example
|
|
35625
|
+
* ```
|
|
35626
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
35627
|
+
*
|
|
35628
|
+
* .demo {
|
|
35629
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
35630
|
+
* }
|
|
35631
|
+
* ```
|
|
35632
|
+
*/
|
|
34608
35633
|
/**
|
|
34609
35634
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
34610
35635
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|
|
@@ -35208,6 +36233,24 @@ samp {
|
|
|
35208
36233
|
* }
|
|
35209
36234
|
* ```
|
|
35210
36235
|
*/
|
|
36236
|
+
/**
|
|
36237
|
+
* 为属性设置 transition 变量
|
|
36238
|
+
* @desc {en} set the transition variable for the attribute
|
|
36239
|
+
* @param @transitionVariable transition 变量名
|
|
36240
|
+
* @param @transitionVariable {en} transition variable name
|
|
36241
|
+
* @param @backupVariable 备份变量名
|
|
36242
|
+
* @param @backupVariable {en} backup variable name
|
|
36243
|
+
* @param @property css属性名
|
|
36244
|
+
* @param @property {en} css property
|
|
36245
|
+
* @example
|
|
36246
|
+
* ```
|
|
36247
|
+
* @import '@arco-design/mobile-react/style/mixin.less';
|
|
36248
|
+
*
|
|
36249
|
+
* .demo {
|
|
36250
|
+
* .use-transition-var(builtin-transition-fade-enter-duration, transition-fade-duration);
|
|
36251
|
+
* }
|
|
36252
|
+
* ```
|
|
36253
|
+
*/
|
|
35211
36254
|
/**
|
|
35212
36255
|
* 在常规模式和 rtl 模式下为属性设置 arco 提供的 token 变量
|
|
35213
36256
|
* @desc {en} set the token variable provided by Arco for the attribute in regular mode and RTL mode
|