@nutui/nutui-react-taro 2.4.2 → 2.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +88 -32
- package/README.md +5 -5
- package/dist/esm/Address/style/style.css +1 -1
- package/dist/esm/Address.js +1 -1
- package/dist/esm/Card.js +1 -1
- package/dist/esm/Cascader/style/style.css +1 -1
- package/dist/esm/Cascader.js +1 -1
- package/dist/esm/DatePicker.js +1 -1
- package/dist/esm/Dialog/style/style.css +1 -1
- package/dist/esm/Dialog.js +1 -1
- package/dist/esm/Ellipsis/style/style.css +1 -1
- package/dist/esm/Ellipsis.js +1 -1
- package/dist/esm/Form/style/style.css +1 -1
- package/dist/esm/FormItem/style/style.css +1 -1
- package/dist/esm/Input.js +1 -1
- package/dist/esm/Popover/style/style.css +1 -1
- package/dist/esm/Popover.js +1 -1
- package/dist/esm/Progress.js +1 -1
- package/dist/esm/Swiper.js +4 -6
- package/dist/esm/Tabs/style/style.css +1 -1
- package/dist/esm/Tabs.js +1 -1
- package/dist/esm/Tag.js +1 -1
- package/dist/esm/Tour/style/style.css +1 -1
- package/dist/esm/Tour.js +1 -1
- package/dist/esm/Uploader.js +1 -1
- package/dist/esm/VirtualList/style/style.css +1 -1
- package/dist/esm/{address.taro-DY8db_vD.js → address.taro-CQmN9x1W.js} +3 -3
- package/dist/esm/{card.taro-uLorQW97.js → card.taro-FRirz5pW.js} +1 -1
- package/dist/esm/{cascader.taro-AZEBpBH3.js → cascader.taro-7Xhq98L4.js} +1 -1
- package/dist/esm/{datepicker.taro-DqR52Ivo.js → datepicker.taro-FiLalMAA.js} +14 -3
- package/dist/esm/{dialog.taro-CwKVllqM.js → dialog.taro-B8Usf0kl.js} +1 -1
- package/dist/esm/{ellipsis.taro-Bwx19LgZ.js → ellipsis.taro-uVc3En9l.js} +20 -8
- package/dist/esm/{input.taro-BVC8gEuk.js → input.taro-Dh6zXTLQ.js} +10 -3
- package/dist/esm/nutui-react.es.js +23 -19
- package/dist/esm/{popover.taro-BsOaXoWp.js → popover.taro-BG0msyw5.js} +17 -10
- package/dist/esm/progress.taro-rjiPI6mD.js +120 -0
- package/dist/esm/{tabs.taro-BxPmx5n5.js → tabs.taro-A7pOK9IM.js} +4 -20
- package/dist/esm/{tag.taro-BsmY5QfN.js → tag.taro-rKMK0jan.js} +2 -1
- package/dist/esm/{tour.taro-wfXuUebD.js → tour.taro-BqlNfxdD.js} +1 -1
- package/dist/esm/{uploader.taro-Bs-cboSU.js → uploader.taro-DMmTl0Cp.js} +1 -1
- package/dist/esm/use-uuid-BvqmbYZ7.js +19 -0
- package/dist/locales/base.js +1 -1
- package/dist/locales/en-US.js +1 -1
- package/dist/locales/id-ID.js +1 -1
- package/dist/locales/tr-TR.js +1 -1
- package/dist/locales/zh-CN.js +1 -1
- package/dist/locales/zh-TW.js +1 -1
- package/dist/locales/zh-UG.js +1 -1
- package/dist/nutui.react.es.js +178 -60
- package/dist/nutui.react.umd.js +177 -59
- package/dist/packages/dialog/dialog.scss +5 -0
- package/dist/packages/ellipsis/ellipsis.scss +1 -1
- package/dist/packages/form/form.scss +4 -2
- package/dist/packages/formitem/formitem.scss +19 -0
- package/dist/packages/popover/popover.scss +11 -31
- package/dist/packages/tabs/tabs.scss +16 -21
- package/dist/packages/virtuallist/virtuallist.scss +0 -19
- package/dist/style.css +1 -1
- package/dist/style.mjs +1 -1
- package/dist/styles/variables-jmapp.scss +1 -2
- package/dist/styles/variables.scss +5 -9
- package/dist/types/index.d.ts +98 -98
- package/dist/types/packages/actionsheet/actionsheet.d.ts +4 -4
- package/dist/types/packages/actionsheet/actionsheet.taro.d.ts +4 -4
- package/dist/types/packages/actionsheet/index.d.ts +1 -1
- package/dist/types/packages/actionsheet/index.taro.d.ts +1 -1
- package/dist/types/packages/calendar/calendar.d.ts +6 -10
- package/dist/types/packages/calendar/calendar.taro.d.ts +6 -10
- package/dist/types/packages/calendar/index.d.ts +2 -0
- package/dist/types/packages/calendar/index.taro.d.ts +2 -0
- package/dist/types/packages/calendar/types.d.ts +8 -5
- package/dist/types/packages/calendar/utils.d.ts +3 -3
- package/dist/types/packages/calendarcard/calendarcard.d.ts +1 -6
- package/dist/types/packages/calendarcard/calendarcard.taro.d.ts +1 -6
- package/dist/types/packages/calendarcard/index.d.ts +1 -1
- package/dist/types/packages/calendarcard/index.taro.d.ts +1 -1
- package/dist/types/packages/calendarcard/types.d.ts +4 -0
- package/dist/types/packages/calendaritem/calendaritem.d.ts +10 -10
- package/dist/types/packages/calendaritem/calendaritem.taro.d.ts +10 -10
- package/dist/types/packages/checkbox/index.d.ts +1 -1
- package/dist/types/packages/checkbox/index.taro.d.ts +1 -1
- package/dist/types/packages/checkboxgroup/checkboxgroup.d.ts +2 -2
- package/dist/types/packages/checkboxgroup/checkboxgroup.taro.d.ts +2 -2
- package/dist/types/packages/checkboxgroup/index.d.ts +2 -0
- package/dist/types/packages/checkboxgroup/index.taro.d.ts +2 -0
- package/dist/types/packages/collapse/collapse.d.ts +4 -5
- package/dist/types/packages/collapse/collapse.taro.d.ts +4 -5
- package/dist/types/packages/collapse/index.d.ts +1 -1
- package/dist/types/packages/collapse/index.taro.d.ts +1 -1
- package/dist/types/packages/configprovider/configprovider.d.ts +2 -2
- package/dist/types/packages/configprovider/configprovider.taro.d.ts +2 -2
- package/dist/types/packages/configprovider/index.d.ts +1 -1
- package/dist/types/packages/configprovider/index.taro.d.ts +1 -1
- package/dist/types/packages/configprovider/types.d.ts +1 -1
- package/dist/types/packages/divider/divider.d.ts +4 -4
- package/dist/types/packages/divider/divider.taro.d.ts +4 -4
- package/dist/types/packages/divider/index.d.ts +1 -1
- package/dist/types/packages/divider/index.taro.d.ts +1 -1
- package/dist/types/packages/fixednav/fixednav.d.ts +2 -2
- package/dist/types/packages/fixednav/fixednav.taro.d.ts +2 -2
- package/dist/types/packages/fixednav/index.d.ts +1 -1
- package/dist/types/packages/fixednav/index.taro.d.ts +1 -1
- package/dist/types/packages/fixednav/types.d.ts +1 -1
- package/dist/types/packages/form/index.d.ts +1 -1
- package/dist/types/packages/form/index.taro.d.ts +1 -1
- package/dist/types/packages/form/types.d.ts +3 -2
- package/dist/types/packages/formitem/index.d.ts +1 -1
- package/dist/types/packages/formitem/index.taro.d.ts +1 -1
- package/dist/types/packages/formitem/types.d.ts +5 -4
- package/dist/types/packages/image/index.d.ts +1 -1
- package/dist/types/packages/input/index.d.ts +1 -1
- package/dist/types/packages/input/index.taro.d.ts +1 -1
- package/dist/types/packages/input/input.d.ts +4 -4
- package/dist/types/packages/input/input.taro.d.ts +4 -4
- package/dist/types/packages/loading/index.d.ts +1 -1
- package/dist/types/packages/loading/index.taro.d.ts +1 -1
- package/dist/types/packages/loading/loading.d.ts +2 -2
- package/dist/types/packages/loading/loading.taro.d.ts +2 -2
- package/dist/types/packages/menu/index.d.ts +1 -1
- package/dist/types/packages/menu/index.taro.d.ts +1 -1
- package/dist/types/packages/menu/menu.d.ts +4 -4
- package/dist/types/packages/menu/menu.taro.d.ts +4 -4
- package/dist/types/packages/menuitem/index.d.ts +1 -0
- package/dist/types/packages/menuitem/index.taro.d.ts +1 -0
- package/dist/types/packages/nutui.react.build.d.ts +98 -0
- package/dist/types/packages/nutui.react.d.ts +98 -0
- package/dist/types/packages/nutui.react.taro.d.ts +98 -0
- package/dist/types/packages/popover/index.d.ts +1 -1
- package/dist/types/packages/popover/index.taro.d.ts +1 -1
- package/dist/types/packages/popover/popover.d.ts +3 -3
- package/dist/types/packages/popover/popover.taro.d.ts +3 -3
- package/dist/types/packages/popover/types.d.ts +1 -1
- package/dist/types/packages/progress/progress.taro.d.ts +5 -0
- package/dist/types/packages/radiogroup/index.d.ts +1 -1
- package/dist/types/packages/radiogroup/index.taro.d.ts +1 -1
- package/dist/types/packages/radiogroup/radiogroup.d.ts +2 -2
- package/dist/types/packages/radiogroup/radiogroup.taro.d.ts +2 -2
- package/dist/types/packages/radiogroup/types.d.ts +1 -1
- package/dist/types/packages/signature/index.d.ts +1 -1
- package/dist/types/packages/signature/index.taro.d.ts +1 -1
- package/dist/types/packages/signature/signature.d.ts +2 -5
- package/dist/types/packages/signature/signature.taro.d.ts +2 -5
- package/dist/types/packages/swiper/swiper.taro.d.ts +2 -1
- package/dist/types/packages/toast/Notification.d.ts +2 -2
- package/dist/types/packages/toast/index.d.ts +1 -1
- package/dist/types/packages/toast/index.taro.d.ts +1 -1
- package/dist/types/packages/toast/toast.d.ts +6 -6
- package/dist/types/packages/toast/toast.taro.d.ts +4 -4
- package/dist/types/packages/tour/index.d.ts +1 -1
- package/dist/types/packages/tour/index.taro.d.ts +1 -1
- package/dist/types/packages/tour/tour.d.ts +2 -2
- package/dist/types/packages/tour/tour.taro.d.ts +2 -2
- package/dist/types/packages/trendarrow/index.d.ts +1 -0
- package/dist/types/packages/trendarrow/index.taro.d.ts +1 -0
- package/package.json +2 -2
- package/dist/esm/progress.taro-BOHykt7X.js +0 -60
- package/dist/types/packages/address/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/address/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/address/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/address/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/address/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/address/demos/h5/demo6.d.ts +0 -3
- package/dist/types/packages/address/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/address/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/address/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/address/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/address/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/address/demos/taro/demo6.d.ts +0 -3
- package/dist/types/packages/avatar/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/avatar/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/avatar/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/avatar/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/avatar/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/avatar/demos/h5/demo6.d.ts +0 -3
- package/dist/types/packages/avatar/demos/h5/demo7.d.ts +0 -3
- package/dist/types/packages/avatar/demos/h5/demo8.d.ts +0 -3
- package/dist/types/packages/avatar/demos/h5/demo9.d.ts +0 -3
- package/dist/types/packages/avatar/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/avatar/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/avatar/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/avatar/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/avatar/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/avatar/demos/taro/demo6.d.ts +0 -3
- package/dist/types/packages/avatar/demos/taro/demo7.d.ts +0 -3
- package/dist/types/packages/avatar/demos/taro/demo8.d.ts +0 -3
- package/dist/types/packages/avatar/demos/taro/demo9.d.ts +0 -3
- package/dist/types/packages/backtop/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/backtop/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/backtop/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/backtop/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/backtop/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/backtop/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/backtop/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/backtop/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/backtop/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/badge/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/badge/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/badge/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/badge/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/badge/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/badge/demos/h5/demo6.d.ts +0 -3
- package/dist/types/packages/badge/demos/h5/demo7.d.ts +0 -3
- package/dist/types/packages/badge/demos/h5/demo8.d.ts +0 -3
- package/dist/types/packages/badge/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/badge/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/badge/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/badge/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/badge/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/badge/demos/taro/demo6.d.ts +0 -3
- package/dist/types/packages/badge/demos/taro/demo7.d.ts +0 -3
- package/dist/types/packages/badge/demos/taro/demo8.d.ts +0 -3
- package/dist/types/packages/button/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/button/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/button/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/button/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/button/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/button/demos/h5/demo6.d.ts +0 -3
- package/dist/types/packages/button/demos/h5/demo7.d.ts +0 -3
- package/dist/types/packages/button/demos/h5/demo8.d.ts +0 -3
- package/dist/types/packages/button/demos/h5/demo9.d.ts +0 -3
- package/dist/types/packages/button/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/button/demos/taro/demo10.d.ts +0 -3
- package/dist/types/packages/button/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/button/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/button/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/button/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/button/demos/taro/demo6.d.ts +0 -3
- package/dist/types/packages/button/demos/taro/demo7.d.ts +0 -3
- package/dist/types/packages/button/demos/taro/demo8.d.ts +0 -3
- package/dist/types/packages/button/demos/taro/demo9.d.ts +0 -3
- package/dist/types/packages/card/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/card/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/card/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/card/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/card/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/card/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/card/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/card/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/card/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/card/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/cell/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/cell/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/cell/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/cell/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/cell/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/cell/demos/h5/demo6.d.ts +0 -3
- package/dist/types/packages/cell/demos/h5/demo7.d.ts +0 -3
- package/dist/types/packages/cell/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/cell/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/cell/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/cell/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/cell/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/cell/demos/taro/demo6.d.ts +0 -3
- package/dist/types/packages/cell/demos/taro/demo7.d.ts +0 -3
- package/dist/types/packages/configprovider/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/configprovider/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/configprovider/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/configprovider/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/configprovider/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/configprovider/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/configprovider/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/configprovider/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/configprovider/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/configprovider/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/dialog/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/dialog/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/dialog/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/dialog/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/dialog/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/dialog/demos/h5/demo6.d.ts +0 -3
- package/dist/types/packages/dialog/demos/h5/demo7.d.ts +0 -3
- package/dist/types/packages/dialog/demos/h5/demo8.d.ts +0 -3
- package/dist/types/packages/dialog/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/dialog/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/dialog/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/dialog/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/dialog/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/dialog/demos/taro/demo6.d.ts +0 -3
- package/dist/types/packages/dialog/demos/taro/demo7.d.ts +0 -3
- package/dist/types/packages/dialog/demos/taro/demo8.d.ts +0 -3
- package/dist/types/packages/divider/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/divider/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/divider/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/divider/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/divider/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/divider/demos/h5/demo6.d.ts +0 -3
- package/dist/types/packages/divider/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/divider/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/divider/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/divider/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/divider/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/divider/demos/taro/demo6.d.ts +0 -3
- package/dist/types/packages/elevator/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/elevator/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/elevator/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/elevator/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/elevator/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/elevator/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/elevator/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/elevator/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/elevator/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/elevator/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/empty/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/empty/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/empty/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/empty/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/empty/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/empty/demos/h5/demo6.d.ts +0 -3
- package/dist/types/packages/empty/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/empty/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/empty/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/empty/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/empty/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/empty/demos/taro/demo6.d.ts +0 -3
- package/dist/types/packages/fixednav/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/fixednav/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/fixednav/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/fixednav/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/fixednav/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/fixednav/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/fixednav/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/fixednav/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/fixednav/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/fixednav/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/grid/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/grid/demos/h5/demo10.d.ts +0 -3
- package/dist/types/packages/grid/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/grid/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/grid/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/grid/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/grid/demos/h5/demo6.d.ts +0 -3
- package/dist/types/packages/grid/demos/h5/demo7.d.ts +0 -3
- package/dist/types/packages/grid/demos/h5/demo8.d.ts +0 -3
- package/dist/types/packages/grid/demos/h5/demo9.d.ts +0 -3
- package/dist/types/packages/grid/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/grid/demos/taro/demo10.d.ts +0 -3
- package/dist/types/packages/grid/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/grid/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/grid/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/grid/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/grid/demos/taro/demo6.d.ts +0 -3
- package/dist/types/packages/grid/demos/taro/demo7.d.ts +0 -3
- package/dist/types/packages/grid/demos/taro/demo8.d.ts +0 -3
- package/dist/types/packages/grid/demos/taro/demo9.d.ts +0 -3
- package/dist/types/packages/icon/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/icon/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/icon/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/icon/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/icon/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/icon/demos/h5/demo6.d.ts +0 -3
- package/dist/types/packages/icon/demos/h5/demo7.d.ts +0 -3
- package/dist/types/packages/icon/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/icon/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/icon/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/icon/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/icon/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/icon/demos/taro/demo6.d.ts +0 -3
- package/dist/types/packages/icon/demos/taro/demo7.d.ts +0 -3
- package/dist/types/packages/image/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/image/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/image/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/image/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/image/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/image/demos/h5/demo6.d.ts +0 -3
- package/dist/types/packages/image/demos/h5/demo7.d.ts +0 -3
- package/dist/types/packages/image/demos/h5/demo8.d.ts +0 -3
- package/dist/types/packages/image/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/image/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/image/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/image/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/image/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/image/demos/taro/demo6.d.ts +0 -3
- package/dist/types/packages/image/demos/taro/demo7.d.ts +0 -3
- package/dist/types/packages/image/demos/taro/demo8.d.ts +0 -3
- package/dist/types/packages/indicator/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/indicator/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/indicator/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/indicator/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/indicator/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/indicator/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/indicator/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/indicator/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/infiniteloading/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/infiniteloading/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/infiniteloading/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/infiniteloading/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/infiniteloading/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/infiniteloading/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/infiniteloading/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/infiniteloading/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/infiniteloading/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/input/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/input/demos/h5/demo10.d.ts +0 -3
- package/dist/types/packages/input/demos/h5/demo11.d.ts +0 -3
- package/dist/types/packages/input/demos/h5/demo12.d.ts +0 -3
- package/dist/types/packages/input/demos/h5/demo13.d.ts +0 -3
- package/dist/types/packages/input/demos/h5/demo14.d.ts +0 -3
- package/dist/types/packages/input/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/input/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/input/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/input/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/input/demos/h5/demo6.d.ts +0 -3
- package/dist/types/packages/input/demos/h5/demo7.d.ts +0 -3
- package/dist/types/packages/input/demos/h5/demo8.d.ts +0 -3
- package/dist/types/packages/input/demos/h5/demo9.d.ts +0 -3
- package/dist/types/packages/input/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/input/demos/taro/demo10.d.ts +0 -3
- package/dist/types/packages/input/demos/taro/demo11.d.ts +0 -3
- package/dist/types/packages/input/demos/taro/demo12.d.ts +0 -3
- package/dist/types/packages/input/demos/taro/demo13.d.ts +0 -3
- package/dist/types/packages/input/demos/taro/demo14.d.ts +0 -3
- package/dist/types/packages/input/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/input/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/input/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/input/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/input/demos/taro/demo6.d.ts +0 -3
- package/dist/types/packages/input/demos/taro/demo7.d.ts +0 -3
- package/dist/types/packages/input/demos/taro/demo8.d.ts +0 -3
- package/dist/types/packages/input/demos/taro/demo9.d.ts +0 -3
- package/dist/types/packages/inputnumber/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/inputnumber/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/inputnumber/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/inputnumber/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/inputnumber/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/inputnumber/demos/h5/demo6.d.ts +0 -3
- package/dist/types/packages/inputnumber/demos/h5/demo7.d.ts +0 -3
- package/dist/types/packages/inputnumber/demos/h5/demo8.d.ts +0 -3
- package/dist/types/packages/inputnumber/demos/h5/demo9.d.ts +0 -3
- package/dist/types/packages/inputnumber/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/inputnumber/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/inputnumber/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/inputnumber/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/inputnumber/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/inputnumber/demos/taro/demo6.d.ts +0 -3
- package/dist/types/packages/inputnumber/demos/taro/demo7.d.ts +0 -3
- package/dist/types/packages/inputnumber/demos/taro/demo8.d.ts +0 -3
- package/dist/types/packages/inputnumber/demos/taro/demo9.d.ts +0 -3
- package/dist/types/packages/layout/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/layout/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/layout/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/layout/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/layout/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/layout/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/navbar/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/navbar/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/navbar/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/navbar/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/navbar/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/navbar/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/noticebar/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/noticebar/demos/h5/demo10.d.ts +0 -3
- package/dist/types/packages/noticebar/demos/h5/demo11.d.ts +0 -3
- package/dist/types/packages/noticebar/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/noticebar/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/noticebar/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/noticebar/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/noticebar/demos/h5/demo6.d.ts +0 -3
- package/dist/types/packages/noticebar/demos/h5/demo7.d.ts +0 -3
- package/dist/types/packages/noticebar/demos/h5/demo8.d.ts +0 -3
- package/dist/types/packages/noticebar/demos/h5/demo9.d.ts +0 -3
- package/dist/types/packages/noticebar/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/noticebar/demos/taro/demo10.d.ts +0 -3
- package/dist/types/packages/noticebar/demos/taro/demo11.d.ts +0 -3
- package/dist/types/packages/noticebar/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/noticebar/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/noticebar/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/noticebar/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/noticebar/demos/taro/demo6.d.ts +0 -3
- package/dist/types/packages/noticebar/demos/taro/demo7.d.ts +0 -3
- package/dist/types/packages/noticebar/demos/taro/demo8.d.ts +0 -3
- package/dist/types/packages/noticebar/demos/taro/demo9.d.ts +0 -3
- package/dist/types/packages/overlay/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/overlay/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/overlay/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/overlay/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/overlay/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/overlay/demos/h5/demo6.d.ts +0 -3
- package/dist/types/packages/overlay/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/overlay/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/overlay/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/overlay/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/overlay/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/overlay/demos/taro/demo6.d.ts +0 -3
- package/dist/types/packages/pagination/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/pagination/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/pagination/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/pagination/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/pagination/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/pagination/demos/h5/demo6.d.ts +0 -3
- package/dist/types/packages/pagination/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/pagination/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/pagination/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/pagination/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/pagination/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/pagination/demos/taro/demo6.d.ts +0 -3
- package/dist/types/packages/popover/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/popover/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/popover/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/popover/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/popover/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/popover/demos/h5/demo6.d.ts +0 -3
- package/dist/types/packages/popover/demos/h5/demo7.d.ts +0 -3
- package/dist/types/packages/popover/demos/h5/demo8.d.ts +0 -3
- package/dist/types/packages/popover/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/popover/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/popover/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/popover/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/popover/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/popover/demos/taro/demo6.d.ts +0 -3
- package/dist/types/packages/price/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/price/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/price/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/price/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/price/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/price/demos/h5/demo6.d.ts +0 -3
- package/dist/types/packages/price/demos/h5/demo7.d.ts +0 -3
- package/dist/types/packages/price/demos/h5/demo8.d.ts +0 -3
- package/dist/types/packages/price/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/price/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/price/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/price/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/price/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/price/demos/taro/demo6.d.ts +0 -3
- package/dist/types/packages/price/demos/taro/demo7.d.ts +0 -3
- package/dist/types/packages/price/demos/taro/demo8.d.ts +0 -3
- package/dist/types/packages/pulltorefresh/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/pulltorefresh/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/pulltorefresh/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/pulltorefresh/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/pulltorefresh/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/rate/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/rate/demos/h5/demo10.d.ts +0 -3
- package/dist/types/packages/rate/demos/h5/demo11.d.ts +0 -3
- package/dist/types/packages/rate/demos/h5/demo12.d.ts +0 -3
- package/dist/types/packages/rate/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/rate/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/rate/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/rate/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/rate/demos/h5/demo6.d.ts +0 -3
- package/dist/types/packages/rate/demos/h5/demo7.d.ts +0 -3
- package/dist/types/packages/rate/demos/h5/demo8.d.ts +0 -3
- package/dist/types/packages/rate/demos/h5/demo9.d.ts +0 -3
- package/dist/types/packages/rate/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/rate/demos/taro/demo10.d.ts +0 -3
- package/dist/types/packages/rate/demos/taro/demo11.d.ts +0 -3
- package/dist/types/packages/rate/demos/taro/demo12.d.ts +0 -3
- package/dist/types/packages/rate/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/rate/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/rate/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/rate/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/rate/demos/taro/demo6.d.ts +0 -3
- package/dist/types/packages/rate/demos/taro/demo7.d.ts +0 -3
- package/dist/types/packages/rate/demos/taro/demo8.d.ts +0 -3
- package/dist/types/packages/rate/demos/taro/demo9.d.ts +0 -3
- package/dist/types/packages/safearea/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/safearea/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/searchbar/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/searchbar/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/searchbar/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/searchbar/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/searchbar/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/searchbar/demos/h5/demo6.d.ts +0 -3
- package/dist/types/packages/searchbar/demos/h5/demo7.d.ts +0 -3
- package/dist/types/packages/searchbar/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/searchbar/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/searchbar/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/searchbar/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/searchbar/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/searchbar/demos/taro/demo6.d.ts +0 -3
- package/dist/types/packages/searchbar/demos/taro/demo7.d.ts +0 -3
- package/dist/types/packages/sidenavbar/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/sidenavbar/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/sidenavbar/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/sidenavbar/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/skeleton/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/skeleton/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/skeleton/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/skeleton/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/skeleton/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/skeleton/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/skeleton/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/skeleton/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/skeleton/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/skeleton/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/space/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/space/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/space/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/space/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/space/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/space/demos/h5/demo6.d.ts +0 -3
- package/dist/types/packages/space/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/space/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/space/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/space/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/space/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/space/demos/taro/demo6.d.ts +0 -3
- package/dist/types/packages/sticky/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/sticky/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/sticky/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/sticky/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/sticky/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/sticky/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/sticky/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/sticky/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/switch/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/switch/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/switch/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/switch/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/switch/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/switch/demos/h5/demo6.d.ts +0 -3
- package/dist/types/packages/switch/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/switch/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/switch/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/switch/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/switch/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/switch/demos/taro/demo6.d.ts +0 -3
- package/dist/types/packages/tabbar/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/tabbar/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/tabbar/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/tabbar/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/tabbar/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/tabbar/demos/h5/demo6.d.ts +0 -3
- package/dist/types/packages/tabbar/demos/h5/demo7.d.ts +0 -3
- package/dist/types/packages/tabbar/demos/h5/demo8.d.ts +0 -3
- package/dist/types/packages/tabbar/demos/h5/demo9.d.ts +0 -3
- package/dist/types/packages/tabbar/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/tabbar/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/tabbar/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/tabbar/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/tabbar/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/tabbar/demos/taro/demo6.d.ts +0 -3
- package/dist/types/packages/tabbar/demos/taro/demo7.d.ts +0 -3
- package/dist/types/packages/tabbar/demos/taro/demo8.d.ts +0 -3
- package/dist/types/packages/tabbar/demos/taro/demo9.d.ts +0 -3
- package/dist/types/packages/trendarrow/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/trendarrow/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/trendarrow/demos/h5/demo3.d.ts +0 -3
- package/dist/types/packages/trendarrow/demos/h5/demo4.d.ts +0 -3
- package/dist/types/packages/trendarrow/demos/h5/demo5.d.ts +0 -3
- package/dist/types/packages/trendarrow/demos/h5/demo6.d.ts +0 -3
- package/dist/types/packages/trendarrow/demos/h5/demo7.d.ts +0 -3
- package/dist/types/packages/trendarrow/demos/h5/demo8.d.ts +0 -3
- package/dist/types/packages/trendarrow/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/trendarrow/demos/taro/demo2.d.ts +0 -3
- package/dist/types/packages/trendarrow/demos/taro/demo3.d.ts +0 -3
- package/dist/types/packages/trendarrow/demos/taro/demo4.d.ts +0 -3
- package/dist/types/packages/trendarrow/demos/taro/demo5.d.ts +0 -3
- package/dist/types/packages/trendarrow/demos/taro/demo6.d.ts +0 -3
- package/dist/types/packages/trendarrow/demos/taro/demo7.d.ts +0 -3
- package/dist/types/packages/trendarrow/demos/taro/demo8.d.ts +0 -3
- package/dist/types/packages/watermark/demos/h5/demo1.d.ts +0 -3
- package/dist/types/packages/watermark/demos/h5/demo2.d.ts +0 -3
- package/dist/types/packages/watermark/demos/taro/demo1.d.ts +0 -3
- package/dist/types/packages/watermark/demos/taro/demo2.d.ts +0 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
.nut-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--nutui-overlay-bg-color, var(--nutui-black-10, rgba(0, 0, 0, .7)));z-index:var(--nutui-overlay-zIndex, 1000)}.nut-overlay .wrapper .content{background-color:var(--nutui-overlay-content-bg-color, var(--nutui-gray-1, #ffffff));color:var(--nutui-overlay-content-color, var(--nutui-gray-7, #1a1a1a))}[dir=rtl] .nut-overlay,.nut-rtl .nut-overlay{left:auto;right:0}.nut-overflow-hidden,.nut-overflow-hidden .taro_page{overflow:hidden!important}@keyframes nut-fade-in{0%{opacity:0}1%{opacity:0}to{opacity:1}}@keyframes nut-fade-out{0%{opacity:1}1%{opacity:1}to{opacity:0}}.nut-overlay-slide-enter-active,.nut-overlay-slide-appear-active{animation-fill-mode:both;animation-name:nut-fade-in;animation-duration:var(--nutui-overlay-animation-duration, .3s)}.nut-overlay-slide-exit-active{animation-fill-mode:both;animation-name:nut-fade-out;animation-duration:var(--nutui-overlay-animation-duration, .3s)}.nut-popup{position:fixed;min-height:26%;max-height:100%;overflow-y:auto;background-color:var(--nutui-overlay-content-bg-color, var(--nutui-gray-1, #ffffff));color:var(--nutui-gray-7, #1a1a1a);-webkit-overflow-scrolling:touch;font-size:var(--nutui-font-size-3, 14px)}.nut-popup-title{display:flex;align-items:center;justify-content:center;border-bottom:var(--nutui-popup-title-border-bottom, 0);padding:var(--nutui-popup-title-padding, 16px);position:relative}.nut-popup-title-left{position:absolute;left:var(--nutui-popup-title-padding, 16px)}.nut-popup-title-title{font-weight:var(--nutui-font-weight-bold, 500);font-size:var(--nutui-popup-title-font-size, var(--nutui-font-size-5, 18px))}.nut-popup-title-description{color:var(--nutui-gray-5, #8c8c8c);font-size:var(--nutui-popup-description-font-size, var(--nutui-font-size-1, 10px));font-weight:var(--nutui-font-weight, 400)}.nut-popup-title-right{position:absolute!important;z-index:1;cursor:pointer;width:var(--nutui-popup-icon-size, var(--nutui-font-size-5, 18px));height:var(--nutui-popup-icon-size, var(--nutui-font-size-5, 18px));display:flex;justify-content:center;align-items:center;top:var(--nutui-popup-title-padding, 16px);right:var(--nutui-popup-title-padding, 16px);color:var(--nutui-gray-5, #8c8c8c)}.nut-popup-title-right:active{opacity:.7}.nut-popup-title-right-top-left{top:var(--nutui-popup-title-padding, 16px);left:var(--nutui-popup-title-padding, 16px)}.nut-popup-title-right-bottom-left{bottom:var(--nutui-popup-title-padding, 16px);left:var(--nutui-popup-title-padding, 16px)}.nut-popup-title-right-bottom-right{right:var(--nutui-popup-title-padding, 16px);bottom:var(--nutui-popup-title-padding, 16px)}.nut-popup-center{top:50%;left:50%;min-height:10%;transform:translate(-50%,-50%)}.nut-popup-center.nut-popup-round{border-radius:var(--nutui-popup-border-radius, 24px)}.nut-popup-bottom,.nut-popup-top{max-height:83%}.nut-popup-bottom{bottom:0;left:0;width:100%}.nut-popup-bottom.nut-popup-round{border-radius:var(--nutui-popup-border-radius, 24px) var(--nutui-popup-border-radius, 24px) 0 0}.nut-popup-right{top:0;right:0}.nut-popup-right.nut-popup-round{border-radius:var(--nutui-popup-border-radius, 24px) 0 0 var(--nutui-popup-border-radius, 24px)}.nut-popup-left{top:0;left:0}.nut-popup-left.nut-popup-round{border-radius:0 var(--nutui-popup-border-radius, 24px) var(--nutui-popup-border-radius, 24px) 0}.nut-popup-top{top:0;left:0;width:100%}.nut-popup-top.nut-popup-round{border-radius:0 0 var(--nutui-popup-border-radius, 24px) var(--nutui-popup-border-radius, 24px)}@keyframes popup-scale-fade-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes popup-scale-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}.nut-popup-slide-default-enter-active{animation-fill-mode:both;animation-name:popup-scale-fade-in;animation-duration:var(--nutui-popup-animation-duration, .3s)}.nut-popup-slide-default-exit-active{animation-fill-mode:both;animation-name:popup-scale-fade-out;animation-duration:var(--nutui-popup-animation-duration, .3s)}@keyframes popup-fade-in{0%{opacity:0}to{opacity:1}}@keyframes popup-fade-out{0%{opacity:1}to{opacity:0}}.nut-popup-slide-center-enter-active{animation-fill-mode:both;animation-name:popup-fade-in;animation-duration:var(--nutui-popup-animation-duration, .3s)}.nut-popup-slide-center-exit-active{animation-fill-mode:both;animation-name:popup-fade-out;animation-duration:var(--nutui-popup-animation-duration, .3s)}@keyframes popup-slide-top-enter{0%{transform:translate3d(0,-100%,0)}}@keyframes popup-slide-top-exit{to{transform:translate3d(0,-100%,0)}}.nut-popup-slide-top-enter-active,.nut-popup-slide-top-appear-active{transform:translateZ(0);animation-fill-mode:both;animation-name:popup-slide-top-enter;animation-duration:var(--nutui-popup-animation-duration, .3s)}.nut-popup-slide-top-exit-active{animation-fill-mode:both;animation-name:popup-slide-top-exit;animation-duration:var(--nutui-popup-animation-duration, .3s)}@keyframes popup-slide-right-enter{0%{transform:translate3d(100%,0,0)}}@keyframes popup-slide-right-exit{to{transform:translate3d(100%,0,0)}}.nut-popup-slide-right-enter-active,.nut-popup-slide-right-appear-active{transform:translateZ(0);animation-fill-mode:both;animation-name:popup-slide-right-enter;animation-duration:var(--nutui-popup-animation-duration, .3s)}.nut-popup-slide-right-exit{animation-fill-mode:both;animation-name:popup-slide-right-exit;animation-duration:var(--nutui-popup-animation-duration, .3s)}@keyframes popup-slide-bottom-enter{0%{transform:translate3d(0,100%,0)}}@keyframes slide-bottom-exit{to{transform:translate3d(0,100%,0)}}.nut-popup-slide-bottom-enter-active,.nut-popup-slide-bottom-appear-active{transform:translate(0);animation-fill-mode:both;animation-name:popup-slide-bottom-enter;animation-duration:var(--nutui-popup-animation-duration, .3s)}.nut-popup-slide-bottom-exit{animation-fill-mode:both;animation-name:slide-bottom-exit;animation-duration:var(--nutui-popup-animation-duration, .3s)}@keyframes popup-slide-left-enter{0%{transform:translate3d(-100%,0,0)}}@keyframes popup-slide-left-exit{to{transform:translate3d(-100%,0,0)}}.nut-popup-slide-left-enter-active,.nut-popup-slide-left-appear-active{transform:translate(0);animation-fill-mode:both;animation-name:popup-slide-left-enter;animation-duration:var(--nutui-popup-animation-duration, .3s)}.nut-popup-slide-left-exit-active,.nut-popup-slide-left-exit-done{animation-fill-mode:both;animation-name:popup-slide-left-exit;animation-duration:var(--nutui-popup-animation-duration, .3s)}.nut-popup-slide-default-exit-done.nut-popup,.nut-popup-slide-center-exit-done.nut-popup,.nut-popup-slide-left-exit-done.nut-popup,.nut-popup-slide-right-exit-done.nut-popup,.nut-popup-slide-top-exit-done.nut-popup,.nut-popup-slide-bottom-exit-done.nut-popup{display:none}.nut-popup .nut-overflow-hidden{overflow:hidden!important}[dir=rtl] .nut-popup-title-left,.nut-rtl .nut-popup-title-left{left:auto;right:var(--nutui-popup-title-padding, 16px)}[dir=rtl] .nut-popup-title-right,.nut-rtl .nut-popup-title-right{right:auto;left:var(--nutui-popup-title-padding, 16px)}[dir=rtl] .nut-popup-title-right-top-left,.nut-rtl .nut-popup-title-right-top-left,[dir=rtl] .nut-popup-title-right-bottom-left,.nut-rtl .nut-popup-title-right-bottom-left{left:auto;right:var(--nutui-popup-title-padding, 16px)}[dir=rtl] .nut-popup-title-right-bottom-right,.nut-rtl .nut-popup-title-right-bottom-right{right:auto;left:var(--nutui-popup-title-padding, 16px)}[dir=rtl] .nut-popup-title .nut-icon-ArrowLeft,.nut-rtl .nut-popup-title .nut-icon-ArrowLeft{transform:rotate(180deg)}[dir=rtl] .nut-popup-center,.nut-rtl .nut-popup-center{left:auto;right:50%;transform:translate(50%,-50%)}[dir=rtl] .nut-popup-bottom,.nut-rtl .nut-popup-bottom,[dir=rtl] .nut-popup-top,.nut-rtl .nut-popup-top{left:auto;right:0}.nut-popover{position:absolute;display:inline-block;word-break:normal}.nut-popover-arrow{position:absolute;width:0;height:0;border:8px solid transparent}.nut-popover-arrow-top{bottom:0;border-top-color:var(--nutui-popover-border-color, #ffffff);border-bottom-width:0;margin-bottom:-8px}.nut-popover-arrow-bottom{top:0;border-bottom-color:var(--nutui-popover-border-color, #ffffff);border-top-width:0;margin-top:-8px}.nut-popover-arrow-left{right:0;border-left-color:var(--nutui-popover-border-color, #ffffff);border-right-width:0;margin-right:-8px}.nut-popover-arrow-left.nut-popover-arrow-left{top:50%;transform:translateY(-50%)}.nut-popover-arrow-left.nut-popover-arrow-left-start{top:16px;transform:translateY(0)}.nut-popover-arrow-left.nut-popover-arrow-left-end{bottom:16px;transform:translateY(0)}.nut-popover-arrow-right{left:0;border-right-color:var(--nutui-popover-border-color, #ffffff);border-left-width:0;margin-left:-8px}.nut-popover-arrow-right.nut-popover-arrow-right{top:50%;transform:translateY(-50%)}.nut-popover-arrow-right.nut-popover-arrow-right-start{top:16px;transform:translateY(0)}.nut-popover-arrow-right.nut-popover-arrow-right-end{bottom:16px;transform:translateY(0)}.nut-popover .nut-popover-content{position:absolute;background-color:var(--nutui-popover-content-background-color, #ffffff);border-radius:var(--nutui-popover-border-radius, 8px);font-size:var(--nutui-popover-font-size, var(--nutui-font-size-2, 12px));font-family:PingFangSC;font-weight:400;color:var(--nutui-popover-text-color, #1a1a1a);box-shadow:0 2px 12px #3232331f;max-height:initial;overflow-y:initial}.nut-popover .nut-popover-content-group{display:block;height:100%;width:100%}.nut-popover .nut-popover-content .nut-popover-menu-item{position:relative;display:flex;align-items:center;justify-content:center;padding:var(--nutui-popover-menu-item-padding, 8px);border-bottom:1px solid var(--nutui-popover-divider-color, var(--nutui-black-3, rgba(0, 0, 0, .06)))}.nut-popover .nut-popover-content .nut-popover-menu-item:last-child{margin-bottom:0;border-bottom:none}.nut-popover .nut-popover-content .nut-popover-menu-item:hover{cursor:pointer;color:var(--nutui-popover-hover-text-color, #1a1a1a);background-color:var(--nutui-popover-hover-background-color, #fff)}.nut-popover .nut-popover-content .nut-popover-menu-item:hover:nth-of-type(2){border-radius:8px 8px 0 0}.nut-popover .nut-popover-content .nut-popover-menu-item:hover:last-of-type{border-radius:0 0 8px 8px}.nut-popover .nut-popover-content .nut-popover-menu-item-icon{display:flex;justify-content:center;align-items:center;width:12px;height:12px;font-size:12px}.nut-popover .nut-popover-content .nut-popover-menu-item-name{width:100%;word-break:keep-all;margin-left:4px}.nut-popover .nut-popover-content .nut-popover-menu-item-action-icon{position:absolute;right:var(--nutui-popover-menu-item-padding, 8px);display:flex;justify-content:center;align-items:center;width:12px;height:12px;font-size:12px;color:var(--nutui-gray-6, #595959)}.nut-popover .nut-popover-content .nut-popover-menu-item.nut-popover-menu-disabled{color:var(--nutui-popover-disable-color, var(--nutui-color-text-disabled, #bfbfbf));cursor:not-allowed}.nut-popover .nut-popover-content .nut-popover-menu-item.nut-popover-menu-taroitem{display:flex}.nut-popover .nut-popover-content-top .nut-popover-arrow-top{left:50%;transform:translate(-50%)}.nut-popover .nut-popover-content-top-end{right:0}.nut-popover .nut-popover-content-top-end .nut-popover-arrow-top-end{right:16px;transform:translate(0)}.nut-popover .nut-popover-content-top-start{left:0}.nut-popover .nut-popover-content-top-start .nut-popover-arrow-top-start{left:16px;transform:translate(0)}.nut-popover .nut-popover-content-bottom .nut-popover-arrow-bottom{left:50%;transform:translate(-50%)}.nut-popover .nut-popover-content-bottom-end{right:0}.nut-popover .nut-popover-content-bottom-end .nut-popover-arrow-bottom-end{right:16px;transform:translate(0)}.nut-popover .nut-popover-content-bottom-start{left:0}.nut-popover .nut-popover-content-bottom-start .nut-popover-arrow-bottom-start{left:16px;transform:translate(0)}.nut-popover .nut-popover-content-left-end{bottom:0}.nut-popover .nut-popover-content-left-start{top:0}.nut-popover .nut-popover-content-right-end{bottom:0}.nut-popover .nut-popover-content-right-start{top:0}.nut-popover-dark{background:var(--nutui-popover-text-color, #1a1a1a);color:var(--nutui-popover-content-background-color, #ffffff)}.nut-popover-dark .nut-popover-arrow{border-bottom-color:var(--nutui-popover-text-color, #1a1a1a)}.nut-popover-dark .nut-popover-content{background:var(--nutui-popover-text-color, #1a1a1a)!important;color:var(--nutui-popover-content-background-color, #ffffff)!important}.nut-popover-dark .nut-popover-content .nut-popover-menu-item{border-bottom-color:var(--nutui-popover-content-background-color, #ffffff)}.nut-popover-dark .nut-popover-content .nut-popover-menu-item:hover{color:var(--nutui-popover-content-background-color, #ffffff);background-color:var(--nutui-popover-text-color, #1a1a1a)}[dir=rtl] .nut-popover-arrow-left,.nut-rtl .nut-popover-arrow-left{right:auto;left:0;border-left-color:currentcolor;border-right-color:var(--nutui-popover-border-color, #ffffff);border-right-width:medium;border-left-width:0;margin-right:0;margin-left:-8px}[dir=rtl] .nut-popover-arrow-right,.nut-rtl .nut-popover-arrow-right{left:auto;right:0;border-right-color:currentcolor;border-left-color:var(--nutui-popover-border-color, #ffffff);border-left-width:medium;border-right-width:0;margin-left:0;margin-right:-8px}[dir=rtl] .nut-popover .nut-popover-content .nut-popover-menu-item-name,.nut-rtl .nut-popover .nut-popover-content .nut-popover-menu-item-name{margin-left:0;margin-right:4px}[dir=rtl] .nut-popover .nut-popover-content .nut-popover-menu-item-action-icon,.nut-rtl .nut-popover .nut-popover-content .nut-popover-menu-item-action-icon{right:auto;left:var(--nutui-popover-menu-item-padding, 8px)}[dir=rtl] .nut-popover .nut-popover-content-top .nut-popover-arrow-top,.nut-rtl .nut-popover .nut-popover-content-top .nut-popover-arrow-top{left:auto;right:50%;transform:translate(50%)}[dir=rtl] .nut-popover .nut-popover-content-top-end,.nut-rtl .nut-popover .nut-popover-content-top-end{right:auto;left:0}[dir=rtl] .nut-popover .nut-popover-content-top-end .nut-popover-arrow-top-end,.nut-rtl .nut-popover .nut-popover-content-top-end .nut-popover-arrow-top-end{right:auto;left:16px}[dir=rtl] .nut-popover .nut-popover-content-top-start,.nut-rtl .nut-popover .nut-popover-content-top-start{left:auto;right:0}[dir=rtl] .nut-popover .nut-popover-content-top-start .nut-popover-arrow-top-start,.nut-rtl .nut-popover .nut-popover-content-top-start .nut-popover-arrow-top-start{left:auto;right:16px}[dir=rtl] .nut-popover .nut-popover-content-bottom .nut-popover-arrow-bottom,.nut-rtl .nut-popover .nut-popover-content-bottom .nut-popover-arrow-bottom{left:auto;right:50%;transform:translate(50%)}[dir=rtl] .nut-popover .nut-popover-content-bottom-end,.nut-rtl .nut-popover .nut-popover-content-bottom-end{right:auto;left:0}[dir=rtl] .nut-popover .nut-popover-content-bottom-end .nut-popover-arrow-bottom-end,.nut-rtl .nut-popover .nut-popover-content-bottom-end .nut-popover-arrow-bottom-end{right:auto;left:16px}[dir=rtl] .nut-popover .nut-popover-content-bottom-start,.nut-rtl .nut-popover .nut-popover-content-bottom-start{left:auto;right:0}[dir=rtl] .nut-popover .nut-popover-content-bottom-start .nut-popover-arrow-bottom-start,.nut-rtl .nut-popover .nut-popover-content-bottom-start .nut-popover-arrow-bottom-start{left:auto;right:16px}.nut-popover-enter-from,.nut-popover-leave-active{transform:scale(.8);opacity:0}.nut-popover-enter-active{transition-timing-function:ease-out}.nut-popover-leave-active{transition-timing-function:ease-in}.nut-popover-content-bg{position:fixed;height:100%;width:100%;top:0;left:0;background:transparent;z-index:999}[dir=rtl] .nut-popover-content-bg,.nut-rtl .nut-popover-content-bg{left:auto;right:0}.nut-popover-wrapper{display:inline-block}.nut-popover-content-copy{position:absolute;top:-99999px}
|
|
1
|
+
.nut-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--nutui-overlay-bg-color, var(--nutui-black-10, rgba(0, 0, 0, .7)));z-index:var(--nutui-overlay-zIndex, 1000)}.nut-overlay .wrapper .content{background-color:var(--nutui-overlay-content-bg-color, var(--nutui-gray-1, #ffffff));color:var(--nutui-overlay-content-color, var(--nutui-gray-7, #1a1a1a))}[dir=rtl] .nut-overlay,.nut-rtl .nut-overlay{left:auto;right:0}.nut-overflow-hidden,.nut-overflow-hidden .taro_page{overflow:hidden!important}@keyframes nut-fade-in{0%{opacity:0}1%{opacity:0}to{opacity:1}}@keyframes nut-fade-out{0%{opacity:1}1%{opacity:1}to{opacity:0}}.nut-overlay-slide-enter-active,.nut-overlay-slide-appear-active{animation-fill-mode:both;animation-name:nut-fade-in;animation-duration:var(--nutui-overlay-animation-duration, .3s)}.nut-overlay-slide-exit-active{animation-fill-mode:both;animation-name:nut-fade-out;animation-duration:var(--nutui-overlay-animation-duration, .3s)}.nut-popup{position:fixed;min-height:26%;max-height:100%;overflow-y:auto;background-color:var(--nutui-overlay-content-bg-color, var(--nutui-gray-1, #ffffff));color:var(--nutui-gray-7, #1a1a1a);-webkit-overflow-scrolling:touch;font-size:var(--nutui-font-size-3, 14px)}.nut-popup-title{display:flex;align-items:center;justify-content:center;border-bottom:var(--nutui-popup-title-border-bottom, 0);padding:var(--nutui-popup-title-padding, 16px);position:relative}.nut-popup-title-left{position:absolute;left:var(--nutui-popup-title-padding, 16px)}.nut-popup-title-title{font-weight:var(--nutui-font-weight-bold, 500);font-size:var(--nutui-popup-title-font-size, var(--nutui-font-size-5, 18px))}.nut-popup-title-description{color:var(--nutui-gray-5, #8c8c8c);font-size:var(--nutui-popup-description-font-size, var(--nutui-font-size-1, 10px));font-weight:var(--nutui-font-weight, 400)}.nut-popup-title-right{position:absolute!important;z-index:1;cursor:pointer;width:var(--nutui-popup-icon-size, var(--nutui-font-size-5, 18px));height:var(--nutui-popup-icon-size, var(--nutui-font-size-5, 18px));display:flex;justify-content:center;align-items:center;top:var(--nutui-popup-title-padding, 16px);right:var(--nutui-popup-title-padding, 16px);color:var(--nutui-gray-5, #8c8c8c)}.nut-popup-title-right:active{opacity:.7}.nut-popup-title-right-top-left{top:var(--nutui-popup-title-padding, 16px);left:var(--nutui-popup-title-padding, 16px)}.nut-popup-title-right-bottom-left{bottom:var(--nutui-popup-title-padding, 16px);left:var(--nutui-popup-title-padding, 16px)}.nut-popup-title-right-bottom-right{right:var(--nutui-popup-title-padding, 16px);bottom:var(--nutui-popup-title-padding, 16px)}.nut-popup-center{top:50%;left:50%;min-height:10%;transform:translate(-50%,-50%)}.nut-popup-center.nut-popup-round{border-radius:var(--nutui-popup-border-radius, 24px)}.nut-popup-bottom,.nut-popup-top{max-height:83%}.nut-popup-bottom{bottom:0;left:0;width:100%}.nut-popup-bottom.nut-popup-round{border-radius:var(--nutui-popup-border-radius, 24px) var(--nutui-popup-border-radius, 24px) 0 0}.nut-popup-right{top:0;right:0}.nut-popup-right.nut-popup-round{border-radius:var(--nutui-popup-border-radius, 24px) 0 0 var(--nutui-popup-border-radius, 24px)}.nut-popup-left{top:0;left:0}.nut-popup-left.nut-popup-round{border-radius:0 var(--nutui-popup-border-radius, 24px) var(--nutui-popup-border-radius, 24px) 0}.nut-popup-top{top:0;left:0;width:100%}.nut-popup-top.nut-popup-round{border-radius:0 0 var(--nutui-popup-border-radius, 24px) var(--nutui-popup-border-radius, 24px)}@keyframes popup-scale-fade-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes popup-scale-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}.nut-popup-slide-default-enter-active{animation-fill-mode:both;animation-name:popup-scale-fade-in;animation-duration:var(--nutui-popup-animation-duration, .3s)}.nut-popup-slide-default-exit-active{animation-fill-mode:both;animation-name:popup-scale-fade-out;animation-duration:var(--nutui-popup-animation-duration, .3s)}@keyframes popup-fade-in{0%{opacity:0}to{opacity:1}}@keyframes popup-fade-out{0%{opacity:1}to{opacity:0}}.nut-popup-slide-center-enter-active{animation-fill-mode:both;animation-name:popup-fade-in;animation-duration:var(--nutui-popup-animation-duration, .3s)}.nut-popup-slide-center-exit-active{animation-fill-mode:both;animation-name:popup-fade-out;animation-duration:var(--nutui-popup-animation-duration, .3s)}@keyframes popup-slide-top-enter{0%{transform:translate3d(0,-100%,0)}}@keyframes popup-slide-top-exit{to{transform:translate3d(0,-100%,0)}}.nut-popup-slide-top-enter-active,.nut-popup-slide-top-appear-active{transform:translateZ(0);animation-fill-mode:both;animation-name:popup-slide-top-enter;animation-duration:var(--nutui-popup-animation-duration, .3s)}.nut-popup-slide-top-exit-active{animation-fill-mode:both;animation-name:popup-slide-top-exit;animation-duration:var(--nutui-popup-animation-duration, .3s)}@keyframes popup-slide-right-enter{0%{transform:translate3d(100%,0,0)}}@keyframes popup-slide-right-exit{to{transform:translate3d(100%,0,0)}}.nut-popup-slide-right-enter-active,.nut-popup-slide-right-appear-active{transform:translateZ(0);animation-fill-mode:both;animation-name:popup-slide-right-enter;animation-duration:var(--nutui-popup-animation-duration, .3s)}.nut-popup-slide-right-exit{animation-fill-mode:both;animation-name:popup-slide-right-exit;animation-duration:var(--nutui-popup-animation-duration, .3s)}@keyframes popup-slide-bottom-enter{0%{transform:translate3d(0,100%,0)}}@keyframes slide-bottom-exit{to{transform:translate3d(0,100%,0)}}.nut-popup-slide-bottom-enter-active,.nut-popup-slide-bottom-appear-active{transform:translate(0);animation-fill-mode:both;animation-name:popup-slide-bottom-enter;animation-duration:var(--nutui-popup-animation-duration, .3s)}.nut-popup-slide-bottom-exit{animation-fill-mode:both;animation-name:slide-bottom-exit;animation-duration:var(--nutui-popup-animation-duration, .3s)}@keyframes popup-slide-left-enter{0%{transform:translate3d(-100%,0,0)}}@keyframes popup-slide-left-exit{to{transform:translate3d(-100%,0,0)}}.nut-popup-slide-left-enter-active,.nut-popup-slide-left-appear-active{transform:translate(0);animation-fill-mode:both;animation-name:popup-slide-left-enter;animation-duration:var(--nutui-popup-animation-duration, .3s)}.nut-popup-slide-left-exit-active,.nut-popup-slide-left-exit-done{animation-fill-mode:both;animation-name:popup-slide-left-exit;animation-duration:var(--nutui-popup-animation-duration, .3s)}.nut-popup-slide-default-exit-done.nut-popup,.nut-popup-slide-center-exit-done.nut-popup,.nut-popup-slide-left-exit-done.nut-popup,.nut-popup-slide-right-exit-done.nut-popup,.nut-popup-slide-top-exit-done.nut-popup,.nut-popup-slide-bottom-exit-done.nut-popup{display:none}.nut-popup .nut-overflow-hidden{overflow:hidden!important}[dir=rtl] .nut-popup-title-left,.nut-rtl .nut-popup-title-left{left:auto;right:var(--nutui-popup-title-padding, 16px)}[dir=rtl] .nut-popup-title-right,.nut-rtl .nut-popup-title-right{right:auto;left:var(--nutui-popup-title-padding, 16px)}[dir=rtl] .nut-popup-title-right-top-left,.nut-rtl .nut-popup-title-right-top-left,[dir=rtl] .nut-popup-title-right-bottom-left,.nut-rtl .nut-popup-title-right-bottom-left{left:auto;right:var(--nutui-popup-title-padding, 16px)}[dir=rtl] .nut-popup-title-right-bottom-right,.nut-rtl .nut-popup-title-right-bottom-right{right:auto;left:var(--nutui-popup-title-padding, 16px)}[dir=rtl] .nut-popup-title .nut-icon-ArrowLeft,.nut-rtl .nut-popup-title .nut-icon-ArrowLeft{transform:rotate(180deg)}[dir=rtl] .nut-popup-center,.nut-rtl .nut-popup-center{left:auto;right:50%;transform:translate(50%,-50%)}[dir=rtl] .nut-popup-bottom,.nut-rtl .nut-popup-bottom,[dir=rtl] .nut-popup-top,.nut-rtl .nut-popup-top{left:auto;right:0}.nut-popover{position:absolute;display:inline-block;word-break:normal}.nut-popover-arrow{position:absolute;width:0;height:0;border:8px solid transparent}.nut-popover-arrow-top{bottom:0;border-top-color:var(--nutui-popover-border-color, #ffffff);border-bottom-width:0;margin-bottom:-8px}.nut-popover-arrow-bottom{top:0;border-bottom-color:var(--nutui-popover-border-color, #ffffff);border-top-width:0;margin-top:-8px}.nut-popover-arrow-left{right:0;border-left-color:var(--nutui-popover-border-color, #ffffff);border-right-width:0;margin-right:-8px}.nut-popover-arrow-left.nut-popover-arrow-left{top:50%;transform:translateY(-50%)}.nut-popover-arrow-left.nut-popover-arrow-left-start{top:16px;transform:translateY(0)}.nut-popover-arrow-left.nut-popover-arrow-left-end{bottom:16px;transform:translateY(0)}.nut-popover-arrow-right{left:0;border-right-color:var(--nutui-popover-border-color, #ffffff);border-left-width:0;margin-left:-8px}.nut-popover-arrow-right.nut-popover-arrow-right{top:50%;transform:translateY(-50%)}.nut-popover-arrow-right.nut-popover-arrow-right-start{top:16px;transform:translateY(0)}.nut-popover-arrow-right.nut-popover-arrow-right-end{bottom:16px;transform:translateY(0)}.nut-popover .nut-popover-content{position:absolute;background-color:var(--nutui-popover-content-background-color, #ffffff);border-radius:var(--nutui-popover-border-radius, 8px);font-size:var(--nutui-popover-font-size, var(--nutui-font-size-2, 12px));font-family:PingFangSC;font-weight:400;color:var(--nutui-popover-text-color, #1a1a1a);box-shadow:0 2px 12px #3232331f;max-height:initial;overflow-y:initial}.nut-popover .nut-popover-content-group{display:block;height:100%;width:100%}.nut-popover .nut-popover-content .nut-popover-menu-item{position:relative;display:flex;align-items:center;justify-content:center;padding:var(--nutui-popover-menu-item-padding, 8px);border-bottom:1px solid var(--nutui-popover-divider-color, var(--nutui-black-3, rgba(0, 0, 0, .06)))}.nut-popover .nut-popover-content .nut-popover-menu-item:last-child{margin-bottom:0;border-bottom:none}.nut-popover .nut-popover-content .nut-popover-menu-item:hover:nth-of-type(2){border-radius:8px 8px 0 0}.nut-popover .nut-popover-content .nut-popover-menu-item:hover:last-of-type{border-radius:0 0 8px 8px}.nut-popover .nut-popover-content .nut-popover-menu-item-icon{display:flex;justify-content:center;align-items:center;width:12px;height:12px;font-size:12px}.nut-popover .nut-popover-content .nut-popover-menu-item-icon .nut-icon{width:12px;height:12px;font-size:12px}.nut-popover .nut-popover-content .nut-popover-menu-item-name{width:100%;word-break:keep-all;margin:0 6px 0 4px}.nut-popover .nut-popover-content .nut-popover-menu-item-action-icon{display:flex;justify-content:center;align-items:center;width:12px;height:12px;font-size:12px;color:var(--nutui-gray-6, #595959)}.nut-popover .nut-popover-content .nut-popover-menu-item.nut-popover-menu-disabled{color:var(--nutui-popover-disable-color, var(--nutui-color-text-disabled, #bfbfbf));cursor:not-allowed}.nut-popover .nut-popover-content .nut-popover-menu-item.nut-popover-menu-taroitem{display:flex}.nut-popover .nut-popover-content-top .nut-popover-arrow-top{left:50%;transform:translate(-50%)}.nut-popover .nut-popover-content-top-end{right:0}.nut-popover .nut-popover-content-top-end .nut-popover-arrow-top-end{right:16px;transform:translate(0)}.nut-popover .nut-popover-content-top-start{left:0}.nut-popover .nut-popover-content-top-start .nut-popover-arrow-top-start{left:16px;transform:translate(0)}.nut-popover .nut-popover-content-bottom .nut-popover-arrow-bottom{left:50%;transform:translate(-50%)}.nut-popover .nut-popover-content-bottom-end{right:0}.nut-popover .nut-popover-content-bottom-end .nut-popover-arrow-bottom-end{right:16px;transform:translate(0)}.nut-popover .nut-popover-content-bottom-start{left:0}.nut-popover .nut-popover-content-bottom-start .nut-popover-arrow-bottom-start{left:16px;transform:translate(0)}.nut-popover .nut-popover-content-left-end{bottom:0}.nut-popover .nut-popover-content-left-start{top:0}.nut-popover .nut-popover-content-right-end{bottom:0}.nut-popover .nut-popover-content-right-start{top:0}.nut-popover-dark{background:var(--nutui-popover-text-color, #1a1a1a);color:var(--nutui-popover-content-background-color, #ffffff)}.nut-popover-dark .nut-popover-arrow{border-bottom-color:var(--nutui-popover-text-color, #1a1a1a)}.nut-popover-dark .nut-popover-content{background:var(--nutui-popover-text-color, #1a1a1a)!important;color:var(--nutui-popover-content-background-color, #ffffff)!important}.nut-popover-dark .nut-popover-content .nut-popover-menu-item{border-bottom-color:var(--nutui-popover-content-background-color, #ffffff)}.nut-popover-dark .nut-popover-content .nut-popover-menu-item:hover{color:var(--nutui-popover-content-background-color, #ffffff);background-color:var(--nutui-popover-text-color, #1a1a1a)}[dir=rtl] .nut-popover .nut-popover-content .nut-popover-menu-item-name,.nut-rtl .nut-popover .nut-popover-content .nut-popover-menu-item-name{margin-left:0;margin-right:4px}[dir=rtl] .nut-popover .nut-popover-content .nut-popover-menu-item-action-icon,.nut-rtl .nut-popover .nut-popover-content .nut-popover-menu-item-action-icon{right:auto;left:var(--nutui-popover-menu-item-padding, 8px)}[dir=rtl] .nut-popover .nut-popover-content-top .nut-popover-arrow-top,.nut-rtl .nut-popover .nut-popover-content-top .nut-popover-arrow-top{left:auto;right:50%;transform:translate(50%)}[dir=rtl] .nut-popover .nut-popover-content-top-end,.nut-rtl .nut-popover .nut-popover-content-top-end{right:auto;left:0}[dir=rtl] .nut-popover .nut-popover-content-top-end .nut-popover-arrow-top-end,.nut-rtl .nut-popover .nut-popover-content-top-end .nut-popover-arrow-top-end{right:auto;left:16px}[dir=rtl] .nut-popover .nut-popover-content-top-start,.nut-rtl .nut-popover .nut-popover-content-top-start{left:auto;right:0}[dir=rtl] .nut-popover .nut-popover-content-top-start .nut-popover-arrow-top-start,.nut-rtl .nut-popover .nut-popover-content-top-start .nut-popover-arrow-top-start{left:auto;right:16px}[dir=rtl] .nut-popover .nut-popover-content-bottom .nut-popover-arrow-bottom,.nut-rtl .nut-popover .nut-popover-content-bottom .nut-popover-arrow-bottom{left:auto;right:50%;transform:translate(50%)}[dir=rtl] .nut-popover .nut-popover-content-bottom-end,.nut-rtl .nut-popover .nut-popover-content-bottom-end{right:auto;left:0}[dir=rtl] .nut-popover .nut-popover-content-bottom-end .nut-popover-arrow-bottom-end,.nut-rtl .nut-popover .nut-popover-content-bottom-end .nut-popover-arrow-bottom-end{right:auto;left:16px}[dir=rtl] .nut-popover .nut-popover-content-bottom-start,.nut-rtl .nut-popover .nut-popover-content-bottom-start{left:auto;right:0}[dir=rtl] .nut-popover .nut-popover-content-bottom-start .nut-popover-arrow-bottom-start,.nut-rtl .nut-popover .nut-popover-content-bottom-start .nut-popover-arrow-bottom-start{left:auto;right:16px}.nut-popover-enter-from,.nut-popover-leave-active{transform:scale(.8);opacity:0}.nut-popover-enter-active{transition-timing-function:ease-out}.nut-popover-leave-active{transition-timing-function:ease-in}.nut-popover-content-bg{position:fixed;height:100%;width:100%;top:0;left:0;background:transparent;z-index:999}[dir=rtl] .nut-popover-content-bg,.nut-rtl .nut-popover-content-bg{left:auto;right:0}.nut-popover-wrapper{display:inline-block}.nut-popover-content-copy{position:absolute;top:-99999px}
|
package/dist/esm/Popover.js
CHANGED
package/dist/esm/Progress.js
CHANGED
package/dist/esm/Swiper.js
CHANGED
|
@@ -10,11 +10,12 @@ const defaultProps = {
|
|
|
10
10
|
indicator: false,
|
|
11
11
|
autoPlay: false,
|
|
12
12
|
loop: false,
|
|
13
|
-
defaultValue: 0
|
|
13
|
+
defaultValue: 0,
|
|
14
|
+
style: {}
|
|
14
15
|
};
|
|
15
16
|
const classPrefix = "nut-swiper";
|
|
16
17
|
const Swiper = forwardRef((props, ref) => {
|
|
17
|
-
const _a = Object.assign(Object.assign({}, defaultProps), props), { width, height, className, children, indicator, loop, autoPlay, duration, direction, defaultValue, onChange } = _a, rest = __rest(_a, ["width", "height", "className", "children", "indicator", "loop", "autoPlay", "duration", "direction", "defaultValue", "onChange"]);
|
|
18
|
+
const _a = Object.assign(Object.assign({}, defaultProps), props), { width, height, className, children, indicator, loop, autoPlay, duration, direction, defaultValue, onChange, style } = _a, rest = __rest(_a, ["width", "height", "className", "children", "indicator", "loop", "autoPlay", "duration", "direction", "defaultValue", "onChange", "style"]);
|
|
18
19
|
const [current, setCurrent] = useState(defaultValue);
|
|
19
20
|
const childrenCount = useRef(Children.toArray(children).length);
|
|
20
21
|
useEffect(() => {
|
|
@@ -61,10 +62,7 @@ const Swiper = forwardRef((props, ref) => {
|
|
|
61
62
|
}));
|
|
62
63
|
return React__default.createElement(
|
|
63
64
|
View,
|
|
64
|
-
{ className: classNames(classPrefix, className), style: {
|
|
65
|
-
width: !width ? "100%" : pxCheck(width),
|
|
66
|
-
height: !height ? "150px" : pxCheck(height)
|
|
67
|
-
} },
|
|
65
|
+
{ className: classNames(classPrefix, className), style: Object.assign(Object.assign({}, style), { width: !width ? "100%" : pxCheck(width), height: !height ? "150px" : pxCheck(height) }) },
|
|
68
66
|
React__default.createElement(
|
|
69
67
|
View,
|
|
70
68
|
{ className: "nut-swiper-inner", style: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.nut-tabpane{width:100%;flex-shrink:0;display:block;background-color:var(--nutui-gray-1, #ffffff);color:var(--nutui-gray-7, #1a1a1a);padding:24px 20px;box-sizing:border-box;overflow:auto}.nut-tabpane.inactive{overflow:visible;height:0}.nut-tabs{display:flex}.nut-tabs-titles{display:flex;box-sizing:border-box;height:var(--nutui-tabs-titles-height, 44px)
|
|
1
|
+
.nut-tabpane{width:100%;flex-shrink:0;display:block;background-color:var(--nutui-gray-1, #ffffff);color:var(--nutui-gray-7, #1a1a1a);padding:24px 20px;box-sizing:border-box;overflow:auto}.nut-tabpane.inactive{overflow:visible;height:0}.nut-tabs{display:flex}.nut-tabs-titles{display:flex;box-sizing:border-box;height:var(--nutui-tabs-titles-height, 44px);-webkit-user-select:none;user-select:none;overflow:hidden;background:var(--nutui-tabs-titles-background-color, var(--nutui-gray-3, #f6f6f6))}.nut-tabs-titles::-webkit-scrollbar{display:none;width:0;background:transparent}.nut-tabs-titles .nut-tabs-list{width:100%;height:auto;display:flex;flex-shrink:0}.nut-tabs-titles-left{justify-content:flex-start}.nut-tabs-titles-left .nut-tabs-titles-item{padding:0 22px}.nut-tabs-titles-right{justify-content:flex-end}.nut-tabs-titles-right .nut-tabs-titles-item{padding:0 22px}.nut-tabs-titles-scrollable{overflow-x:auto;overflow-y:hidden}.nut-tabs-titles-item{position:relative;display:flex;align-items:center;justify-content:center;flex:1 0 auto;padding:0 var(--nutui-tabs-titles-gap, 12px);height:var(--nutui-tabs-titles-height, 44px);line-height:var(--nutui-tabs-titles-height, 44px);min-width:var(--nutui-tabs-titles-item-min-width, 50px);font-size:var(--nutui-tabs-titles-font-size, var(--nutui-font-size-3, 14px));color:var(--nutui-tabs-titles-item-color, var(--nutui-gray-7, #1a1a1a));text-overflow:ellipsis;white-space:nowrap}.nut-tabs-titles-item-left,.nut-tabs-titles-item-right{flex:none}.nut-tabs-titles-item-text{text-align:center}.nut-tabs-titles-item-smile,.nut-tabs-titles-item-line{position:absolute;transition:width .3s ease;width:0;height:0;content:" ";bottom:var(--nutui-tabs-line-bottom, 15%);left:50%;transform:translate(-50%);border-radius:var(--nutui-tabs-line-border-radius, 2px);opacity:var(--nutui-tabs-tab-line-opacity, 1);overflow:hidden}.nut-tabs-titles-item-smile{bottom:var(--nutui-tabs-titles-item-smile-bottom, -10%)}.nut-tabs-titles-item-smile .nut-icon{position:absolute;font-size:20px;width:100%;height:100%;color:var(--nutui-color-primary, #fa2c19)}.nut-tabs-titles-item-active{color:var(--nutui-tabs-titles-item-active-color, var(--nutui-color-primary, #fa2c19));font-weight:var(--nutui-tabs-titles-item-active-font-weight, var(--nutui-font-weight-bold, 500))}.nut-tabs-titles-item-active .nut-tabs-titles-item-line{overflow:unset;content:" ";width:var(--nutui-tabs-tab-line-width, 12px);height:var(--nutui-tabs-tab-line-height, 2px);background:var(--nutui-tabs-tab-line-color, var(--nutui-color-primary, #fa2c19))}.nut-tabs-titles-item-active .nut-tabs-titles-item-smile{overflow:unset;width:40px;height:20px}.nut-tabs-titles-item-disabled{color:var(--nutui-color-text-disabled, #bfbfbf)}.nut-tabs-titles-simple .nut-tabs-titles-item-active{color:var(--nutui-gray-7, #1a1a1a);font-size:var(--nutui-tabs-titles-item-active-font-size, var(--nutui-font-size-4, 16px))}.nut-tabs-titles-card{padding:0;background-color:var(--nutui-color-default-light)}.nut-tabs-titles-card .nut-tabs-titles-item{padding:0}.nut-tabs-titles-card .nut-tabs-titles-item-active{font-weight:var(--nutui-font-weight-bold, 500);background-color:#fff;border-radius:var(--nutui-radius-3) var(--nutui-radius-3) 0 0}.nut-tabs-titles-button .nut-tabs-titles-item{padding:0 10px}.nut-tabs-titles-button .nut-tabs-titles-item .nut-tabs-titles-item-text{flex:1;height:28px;display:flex;align-items:center;justify-content:center;padding:0 8px}.nut-tabs-titles-button .nut-tabs-titles-item-active .nut-tabs-titles-item-text{background:var(--nutui-color-default-light);color:var(--nutui-gray-6, #595959);border-radius:var(--nutui-tabs-button-border-radius, 50px);font-weight:var(--nutui-font-weight-bold, 500);background-color:var(--nutui-tabs-button-active-background-color, var(--nutui-color-primary-light, #ffeae8));color:var(--nutui-color-primary, #fa2c19);border:var(--nutui-tabs-button-active-border, 1px solid var(--nutui-color-primary, #fa2c19))}.nut-tabs-titles-divider{padding:0;border-bottom:1px solid var(--nutui-black-3, rgba(0, 0, 0, .06))}.nut-tabs-titles-divider .nut-tabs-titles-item{padding:0;position:relative}.nut-tabs-titles-divider .nut-tabs-titles-item:after{content:"";position:absolute;right:0;top:50%;height:50%;width:1px;background:var(--nutui-black-3, rgba(0, 0, 0, .06));transform:translateY(-50%)}.nut-tabs-titles-divider .nut-tabs-titles-item:last-child:after{display:none}[dir=rtl] .nut-tabs-titles-item-smile,[dir=rtl] .nut-tabs-titles-item-line,.nut-rtl .nut-tabs-titles-item-smile,.nut-rtl .nut-tabs-titles-item-line{left:auto;right:50%;transform:translate(50%)}[dir=rtl] .nut-tabs-titles-divider .nut-tabs-titles-item:after,.nut-rtl .nut-tabs-titles-divider .nut-tabs-titles-item:after{right:auto;left:0}.nut-tabs-horizontal{flex-direction:column;position:relative}.nut-tabs-vertical{flex-direction:row;width:100%}.nut-tabs-vertical .nut-tabs-ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.nut-tabs-vertical .nut-tabs-titles{box-sizing:border-box;flex-direction:column;height:100%;padding:0;width:var(--nutui-tabs-vertical-titles-width, 100px);flex-shrink:0}.nut-tabs-vertical .nut-tabs-titles .nut-tabs-list{width:100%;display:flex;flex-direction:column;flex-shrink:0}.nut-tabs-vertical .nut-tabs-titles-line .nut-tabs-titles-item{padding-left:14px}.nut-tabs-vertical .nut-tabs-titles-scrollable{overflow-x:hidden;overflow-y:auto}.nut-tabs-vertical .nut-tabs-titles-item{height:var(--nutui-tabs-vertical-titles-item-height, 40px);margin:0;flex:none}.nut-tabs-vertical .nut-tabs-titles-item-smile{width:0;height:0;overflow:hidden;transition:width .3s ease}.nut-tabs-vertical .nut-tabs-titles-item-line{width:0;height:0;transform:translateY(-50%);transition:height .3s ease}.nut-tabs-vertical .nut-tabs-titles-item-line-vertical{top:50%}.nut-tabs-vertical .nut-tabs-titles-item-active{background-color:var(--nutui-tabs-titles-item-active-background-color, var(--nutui-gray-1, #ffffff))}.nut-tabs-vertical .nut-tabs-titles-item-active .nut-tabs-titles-item-line{left:10px;width:var(--nutui-tabs-vertical-tab-line-width, 3px);height:var(--nutui-tabs-vertical-tab-line-height, 12px);background:var(--nutui-tabs-vertical-tab-line-color, linear-gradient(180deg, var(--nutui-color-primary-stop-1, #f53d4d) 0%, var(--nutui-color-primary-light, #ffeae8) 100%))}.nut-tabs-vertical .nut-tabs-titles-item-active .nut-tabs-titles-item-smile{right:-12px;bottom:-2%;left:auto;width:40px;height:20px;transform:rotate(320deg)}.nut-tabs-vertical .nut-tabs-horizontal .nut-tabs-titles{flex-direction:row;overflow-x:auto;overflow-y:hidden;height:var(--nutui-tabs-titles-height, 44px)}.nut-tabs-vertical .nut-tabs-horizontal .nut-tabs-titles .nut-tabs-list{width:100%;display:flex;flex-direction:row;flex-shrink:0}.nut-tabs-vertical .nut-tabs-horizontal .nut-tabs-content{flex-direction:row}.nut-tabs-vertical .nut-tabs-horizontal .nut-tabs-titles-item-active{background-color:initial}.nut-tabs-vertical .nut-tabs-horizontal .nut-tabs-titles-item-active .nut-tabs-titles-item-line{left:50%;transform:translate(-50%)}.nut-tabs-vertical .nut-tabs-horizontal .nut-tabs-titles-item-active .nut-tabs-titles-item-smile{left:50%;right:auto;bottom:-3px;transform:translate(-50%) rotate(0)}.nut-tabs-vertical .nut-tabs-content{flex-direction:column;height:100%}.nut-tabs-vertical .nut-tabs-content-wrap{flex:1}.nut-tabs-vertical .nut-tabs-content .nut-tabpane{height:100%}.nut-tabs-vertical .nut-tabs-horizontal .nut-tabs-titles{display:flex;flex-direction:row;padding:0!important;width:100%}.nut-tabs-vertical .nut-tabs-horizontal .nut-tabs-titles .nut-tabs-titles-item{display:flex;align-items:center;justify-content:center;flex:1 0 auto}.nut-tabs-vertical .nut-tabs-horizontal .nut-tabs-titles .nut-tabs-titles-item-active{color:var(--nutui-color-primary, #fa2c19);font-weight:var(--nutui-tabs-titles-item-active-font-weight, var(--nutui-font-weight-bold, 500));font-size:var(--nutui-tabs-titles-item-active-font-size, var(--nutui-font-size-4, 16px))}.nut-tabs-vertical .nut-tabs-horizontal .nut-tabs-titles .nut-tabs-titles-item-active .nut-tabs-titles-item-line{content:" ";width:var(--nutui-tabs-tab-line-width, 12px);height:var(--nutui-tabs-tab-line-height, 2px);background:var(--nutui-tabs-tab-line-color, var(--nutui-color-primary, #fa2c19))}[dir=rtl] .nut-tabs-vertical .nut-tabs-titles-line .nut-tabs-titles-item,.nut-rtl .nut-tabs-vertical .nut-tabs-titles-line .nut-tabs-titles-item{padding-left:0;padding-right:14px}[dir=rtl] .nut-tabs-vertical .nut-tabs-titles-item-active .nut-tabs-titles-item-line,.nut-rtl .nut-tabs-vertical .nut-tabs-titles-item-active .nut-tabs-titles-item-line{left:auto;right:10px}[dir=rtl] .nut-tabs-vertical .nut-tabs-titles-item-active .nut-tabs-titles-item-smile,.nut-rtl .nut-tabs-vertical .nut-tabs-titles-item-active .nut-tabs-titles-item-smile{left:-12px;right:auto;transform:rotate(-320deg)}[dir=rtl] .nut-tabs-vertical .nut-tabs-horizontal .nut-tabs-titles-item-active .nut-tabs-titles-item-line,.nut-rtl .nut-tabs-vertical .nut-tabs-horizontal .nut-tabs-titles-item-active .nut-tabs-titles-item-line{left:auto;right:50%;transform:translate(50%)}[dir=rtl] .nut-tabs-vertical .nut-tabs-horizontal .nut-tabs-titles-item-active .nut-tabs-titles-item-smile,.nut-rtl .nut-tabs-vertical .nut-tabs-horizontal .nut-tabs-titles-item-active .nut-tabs-titles-item-smile{right:50%;left:auto;transform:translate(50%) rotate(0)}.nut-tabs-content{display:flex;box-sizing:border-box}.nut-tabs-content-wrap{overflow:hidden}
|
package/dist/esm/Tabs.js
CHANGED
package/dist/esm/Tag.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.nut-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--nutui-overlay-bg-color, var(--nutui-black-10, rgba(0, 0, 0, .7)));z-index:var(--nutui-overlay-zIndex, 1000)}.nut-overlay .wrapper .content{background-color:var(--nutui-overlay-content-bg-color, var(--nutui-gray-1, #ffffff));color:var(--nutui-overlay-content-color, var(--nutui-gray-7, #1a1a1a))}[dir=rtl] .nut-overlay,.nut-rtl .nut-overlay{left:auto;right:0}.nut-overflow-hidden,.nut-overflow-hidden .taro_page{overflow:hidden!important}@keyframes nut-fade-in{0%{opacity:0}1%{opacity:0}to{opacity:1}}@keyframes nut-fade-out{0%{opacity:1}1%{opacity:1}to{opacity:0}}.nut-overlay-slide-enter-active,.nut-overlay-slide-appear-active{animation-fill-mode:both;animation-name:nut-fade-in;animation-duration:var(--nutui-overlay-animation-duration, .3s)}.nut-overlay-slide-exit-active{animation-fill-mode:both;animation-name:nut-fade-out;animation-duration:var(--nutui-overlay-animation-duration, .3s)}.nut-popup{position:fixed;min-height:26%;max-height:100%;overflow-y:auto;background-color:var(--nutui-overlay-content-bg-color, var(--nutui-gray-1, #ffffff));color:var(--nutui-gray-7, #1a1a1a);-webkit-overflow-scrolling:touch;font-size:var(--nutui-font-size-3, 14px)}.nut-popup-title{display:flex;align-items:center;justify-content:center;border-bottom:var(--nutui-popup-title-border-bottom, 0);padding:var(--nutui-popup-title-padding, 16px);position:relative}.nut-popup-title-left{position:absolute;left:var(--nutui-popup-title-padding, 16px)}.nut-popup-title-title{font-weight:var(--nutui-font-weight-bold, 500);font-size:var(--nutui-popup-title-font-size, var(--nutui-font-size-5, 18px))}.nut-popup-title-description{color:var(--nutui-gray-5, #8c8c8c);font-size:var(--nutui-popup-description-font-size, var(--nutui-font-size-1, 10px));font-weight:var(--nutui-font-weight, 400)}.nut-popup-title-right{position:absolute!important;z-index:1;cursor:pointer;width:var(--nutui-popup-icon-size, var(--nutui-font-size-5, 18px));height:var(--nutui-popup-icon-size, var(--nutui-font-size-5, 18px));display:flex;justify-content:center;align-items:center;top:var(--nutui-popup-title-padding, 16px);right:var(--nutui-popup-title-padding, 16px);color:var(--nutui-gray-5, #8c8c8c)}.nut-popup-title-right:active{opacity:.7}.nut-popup-title-right-top-left{top:var(--nutui-popup-title-padding, 16px);left:var(--nutui-popup-title-padding, 16px)}.nut-popup-title-right-bottom-left{bottom:var(--nutui-popup-title-padding, 16px);left:var(--nutui-popup-title-padding, 16px)}.nut-popup-title-right-bottom-right{right:var(--nutui-popup-title-padding, 16px);bottom:var(--nutui-popup-title-padding, 16px)}.nut-popup-center{top:50%;left:50%;min-height:10%;transform:translate(-50%,-50%)}.nut-popup-center.nut-popup-round{border-radius:var(--nutui-popup-border-radius, 24px)}.nut-popup-bottom,.nut-popup-top{max-height:83%}.nut-popup-bottom{bottom:0;left:0;width:100%}.nut-popup-bottom.nut-popup-round{border-radius:var(--nutui-popup-border-radius, 24px) var(--nutui-popup-border-radius, 24px) 0 0}.nut-popup-right{top:0;right:0}.nut-popup-right.nut-popup-round{border-radius:var(--nutui-popup-border-radius, 24px) 0 0 var(--nutui-popup-border-radius, 24px)}.nut-popup-left{top:0;left:0}.nut-popup-left.nut-popup-round{border-radius:0 var(--nutui-popup-border-radius, 24px) var(--nutui-popup-border-radius, 24px) 0}.nut-popup-top{top:0;left:0;width:100%}.nut-popup-top.nut-popup-round{border-radius:0 0 var(--nutui-popup-border-radius, 24px) var(--nutui-popup-border-radius, 24px)}@keyframes popup-scale-fade-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes popup-scale-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}.nut-popup-slide-default-enter-active{animation-fill-mode:both;animation-name:popup-scale-fade-in;animation-duration:var(--nutui-popup-animation-duration, .3s)}.nut-popup-slide-default-exit-active{animation-fill-mode:both;animation-name:popup-scale-fade-out;animation-duration:var(--nutui-popup-animation-duration, .3s)}@keyframes popup-fade-in{0%{opacity:0}to{opacity:1}}@keyframes popup-fade-out{0%{opacity:1}to{opacity:0}}.nut-popup-slide-center-enter-active{animation-fill-mode:both;animation-name:popup-fade-in;animation-duration:var(--nutui-popup-animation-duration, .3s)}.nut-popup-slide-center-exit-active{animation-fill-mode:both;animation-name:popup-fade-out;animation-duration:var(--nutui-popup-animation-duration, .3s)}@keyframes popup-slide-top-enter{0%{transform:translate3d(0,-100%,0)}}@keyframes popup-slide-top-exit{to{transform:translate3d(0,-100%,0)}}.nut-popup-slide-top-enter-active,.nut-popup-slide-top-appear-active{transform:translateZ(0);animation-fill-mode:both;animation-name:popup-slide-top-enter;animation-duration:var(--nutui-popup-animation-duration, .3s)}.nut-popup-slide-top-exit-active{animation-fill-mode:both;animation-name:popup-slide-top-exit;animation-duration:var(--nutui-popup-animation-duration, .3s)}@keyframes popup-slide-right-enter{0%{transform:translate3d(100%,0,0)}}@keyframes popup-slide-right-exit{to{transform:translate3d(100%,0,0)}}.nut-popup-slide-right-enter-active,.nut-popup-slide-right-appear-active{transform:translateZ(0);animation-fill-mode:both;animation-name:popup-slide-right-enter;animation-duration:var(--nutui-popup-animation-duration, .3s)}.nut-popup-slide-right-exit{animation-fill-mode:both;animation-name:popup-slide-right-exit;animation-duration:var(--nutui-popup-animation-duration, .3s)}@keyframes popup-slide-bottom-enter{0%{transform:translate3d(0,100%,0)}}@keyframes slide-bottom-exit{to{transform:translate3d(0,100%,0)}}.nut-popup-slide-bottom-enter-active,.nut-popup-slide-bottom-appear-active{transform:translate(0);animation-fill-mode:both;animation-name:popup-slide-bottom-enter;animation-duration:var(--nutui-popup-animation-duration, .3s)}.nut-popup-slide-bottom-exit{animation-fill-mode:both;animation-name:slide-bottom-exit;animation-duration:var(--nutui-popup-animation-duration, .3s)}@keyframes popup-slide-left-enter{0%{transform:translate3d(-100%,0,0)}}@keyframes popup-slide-left-exit{to{transform:translate3d(-100%,0,0)}}.nut-popup-slide-left-enter-active,.nut-popup-slide-left-appear-active{transform:translate(0);animation-fill-mode:both;animation-name:popup-slide-left-enter;animation-duration:var(--nutui-popup-animation-duration, .3s)}.nut-popup-slide-left-exit-active,.nut-popup-slide-left-exit-done{animation-fill-mode:both;animation-name:popup-slide-left-exit;animation-duration:var(--nutui-popup-animation-duration, .3s)}.nut-popup-slide-default-exit-done.nut-popup,.nut-popup-slide-center-exit-done.nut-popup,.nut-popup-slide-left-exit-done.nut-popup,.nut-popup-slide-right-exit-done.nut-popup,.nut-popup-slide-top-exit-done.nut-popup,.nut-popup-slide-bottom-exit-done.nut-popup{display:none}.nut-popup .nut-overflow-hidden{overflow:hidden!important}[dir=rtl] .nut-popup-title-left,.nut-rtl .nut-popup-title-left{left:auto;right:var(--nutui-popup-title-padding, 16px)}[dir=rtl] .nut-popup-title-right,.nut-rtl .nut-popup-title-right{right:auto;left:var(--nutui-popup-title-padding, 16px)}[dir=rtl] .nut-popup-title-right-top-left,.nut-rtl .nut-popup-title-right-top-left,[dir=rtl] .nut-popup-title-right-bottom-left,.nut-rtl .nut-popup-title-right-bottom-left{left:auto;right:var(--nutui-popup-title-padding, 16px)}[dir=rtl] .nut-popup-title-right-bottom-right,.nut-rtl .nut-popup-title-right-bottom-right{right:auto;left:var(--nutui-popup-title-padding, 16px)}[dir=rtl] .nut-popup-title .nut-icon-ArrowLeft,.nut-rtl .nut-popup-title .nut-icon-ArrowLeft{transform:rotate(180deg)}[dir=rtl] .nut-popup-center,.nut-rtl .nut-popup-center{left:auto;right:50%;transform:translate(50%,-50%)}[dir=rtl] .nut-popup-bottom,.nut-rtl .nut-popup-bottom,[dir=rtl] .nut-popup-top,.nut-rtl .nut-popup-top{left:auto;right:0}.nut-popover{position:absolute;display:inline-block;word-break:normal}.nut-popover-arrow{position:absolute;width:0;height:0;border:8px solid transparent}.nut-popover-arrow-top{bottom:0;border-top-color:var(--nutui-popover-border-color, #ffffff);border-bottom-width:0;margin-bottom:-8px}.nut-popover-arrow-bottom{top:0;border-bottom-color:var(--nutui-popover-border-color, #ffffff);border-top-width:0;margin-top:-8px}.nut-popover-arrow-left{right:0;border-left-color:var(--nutui-popover-border-color, #ffffff);border-right-width:0;margin-right:-8px}.nut-popover-arrow-left.nut-popover-arrow-left{top:50%;transform:translateY(-50%)}.nut-popover-arrow-left.nut-popover-arrow-left-start{top:16px;transform:translateY(0)}.nut-popover-arrow-left.nut-popover-arrow-left-end{bottom:16px;transform:translateY(0)}.nut-popover-arrow-right{left:0;border-right-color:var(--nutui-popover-border-color, #ffffff);border-left-width:0;margin-left:-8px}.nut-popover-arrow-right.nut-popover-arrow-right{top:50%;transform:translateY(-50%)}.nut-popover-arrow-right.nut-popover-arrow-right-start{top:16px;transform:translateY(0)}.nut-popover-arrow-right.nut-popover-arrow-right-end{bottom:16px;transform:translateY(0)}.nut-popover .nut-popover-content{position:absolute;background-color:var(--nutui-popover-content-background-color, #ffffff);border-radius:var(--nutui-popover-border-radius, 8px);font-size:var(--nutui-popover-font-size, var(--nutui-font-size-2, 12px));font-family:PingFangSC;font-weight:400;color:var(--nutui-popover-text-color, #1a1a1a);box-shadow:0 2px 12px #3232331f;max-height:initial;overflow-y:initial}.nut-popover .nut-popover-content-group{display:block;height:100%;width:100%}.nut-popover .nut-popover-content .nut-popover-menu-item{position:relative;display:flex;align-items:center;justify-content:center;padding:var(--nutui-popover-menu-item-padding, 8px);border-bottom:1px solid var(--nutui-popover-divider-color, var(--nutui-black-3, rgba(0, 0, 0, .06)))}.nut-popover .nut-popover-content .nut-popover-menu-item:last-child{margin-bottom:0;border-bottom:none}.nut-popover .nut-popover-content .nut-popover-menu-item:hover{cursor:pointer;color:var(--nutui-popover-hover-text-color, #1a1a1a);background-color:var(--nutui-popover-hover-background-color, #fff)}.nut-popover .nut-popover-content .nut-popover-menu-item:hover:nth-of-type(2){border-radius:8px 8px 0 0}.nut-popover .nut-popover-content .nut-popover-menu-item:hover:last-of-type{border-radius:0 0 8px 8px}.nut-popover .nut-popover-content .nut-popover-menu-item-icon{display:flex;justify-content:center;align-items:center;width:12px;height:12px;font-size:12px}.nut-popover .nut-popover-content .nut-popover-menu-item-name{width:100%;word-break:keep-all;margin-left:4px}.nut-popover .nut-popover-content .nut-popover-menu-item-action-icon{position:absolute;right:var(--nutui-popover-menu-item-padding, 8px);display:flex;justify-content:center;align-items:center;width:12px;height:12px;font-size:12px;color:var(--nutui-gray-6, #595959)}.nut-popover .nut-popover-content .nut-popover-menu-item.nut-popover-menu-disabled{color:var(--nutui-popover-disable-color, var(--nutui-color-text-disabled, #bfbfbf));cursor:not-allowed}.nut-popover .nut-popover-content .nut-popover-menu-item.nut-popover-menu-taroitem{display:flex}.nut-popover .nut-popover-content-top .nut-popover-arrow-top{left:50%;transform:translate(-50%)}.nut-popover .nut-popover-content-top-end{right:0}.nut-popover .nut-popover-content-top-end .nut-popover-arrow-top-end{right:16px;transform:translate(0)}.nut-popover .nut-popover-content-top-start{left:0}.nut-popover .nut-popover-content-top-start .nut-popover-arrow-top-start{left:16px;transform:translate(0)}.nut-popover .nut-popover-content-bottom .nut-popover-arrow-bottom{left:50%;transform:translate(-50%)}.nut-popover .nut-popover-content-bottom-end{right:0}.nut-popover .nut-popover-content-bottom-end .nut-popover-arrow-bottom-end{right:16px;transform:translate(0)}.nut-popover .nut-popover-content-bottom-start{left:0}.nut-popover .nut-popover-content-bottom-start .nut-popover-arrow-bottom-start{left:16px;transform:translate(0)}.nut-popover .nut-popover-content-left-end{bottom:0}.nut-popover .nut-popover-content-left-start{top:0}.nut-popover .nut-popover-content-right-end{bottom:0}.nut-popover .nut-popover-content-right-start{top:0}.nut-popover-dark{background:var(--nutui-popover-text-color, #1a1a1a);color:var(--nutui-popover-content-background-color, #ffffff)}.nut-popover-dark .nut-popover-arrow{border-bottom-color:var(--nutui-popover-text-color, #1a1a1a)}.nut-popover-dark .nut-popover-content{background:var(--nutui-popover-text-color, #1a1a1a)!important;color:var(--nutui-popover-content-background-color, #ffffff)!important}.nut-popover-dark .nut-popover-content .nut-popover-menu-item{border-bottom-color:var(--nutui-popover-content-background-color, #ffffff)}.nut-popover-dark .nut-popover-content .nut-popover-menu-item:hover{color:var(--nutui-popover-content-background-color, #ffffff);background-color:var(--nutui-popover-text-color, #1a1a1a)}[dir=rtl] .nut-popover-arrow-left,.nut-rtl .nut-popover-arrow-left{right:auto;left:0;border-left-color:currentcolor;border-right-color:var(--nutui-popover-border-color, #ffffff);border-right-width:medium;border-left-width:0;margin-right:0;margin-left:-8px}[dir=rtl] .nut-popover-arrow-right,.nut-rtl .nut-popover-arrow-right{left:auto;right:0;border-right-color:currentcolor;border-left-color:var(--nutui-popover-border-color, #ffffff);border-left-width:medium;border-right-width:0;margin-left:0;margin-right:-8px}[dir=rtl] .nut-popover .nut-popover-content .nut-popover-menu-item-name,.nut-rtl .nut-popover .nut-popover-content .nut-popover-menu-item-name{margin-left:0;margin-right:4px}[dir=rtl] .nut-popover .nut-popover-content .nut-popover-menu-item-action-icon,.nut-rtl .nut-popover .nut-popover-content .nut-popover-menu-item-action-icon{right:auto;left:var(--nutui-popover-menu-item-padding, 8px)}[dir=rtl] .nut-popover .nut-popover-content-top .nut-popover-arrow-top,.nut-rtl .nut-popover .nut-popover-content-top .nut-popover-arrow-top{left:auto;right:50%;transform:translate(50%)}[dir=rtl] .nut-popover .nut-popover-content-top-end,.nut-rtl .nut-popover .nut-popover-content-top-end{right:auto;left:0}[dir=rtl] .nut-popover .nut-popover-content-top-end .nut-popover-arrow-top-end,.nut-rtl .nut-popover .nut-popover-content-top-end .nut-popover-arrow-top-end{right:auto;left:16px}[dir=rtl] .nut-popover .nut-popover-content-top-start,.nut-rtl .nut-popover .nut-popover-content-top-start{left:auto;right:0}[dir=rtl] .nut-popover .nut-popover-content-top-start .nut-popover-arrow-top-start,.nut-rtl .nut-popover .nut-popover-content-top-start .nut-popover-arrow-top-start{left:auto;right:16px}[dir=rtl] .nut-popover .nut-popover-content-bottom .nut-popover-arrow-bottom,.nut-rtl .nut-popover .nut-popover-content-bottom .nut-popover-arrow-bottom{left:auto;right:50%;transform:translate(50%)}[dir=rtl] .nut-popover .nut-popover-content-bottom-end,.nut-rtl .nut-popover .nut-popover-content-bottom-end{right:auto;left:0}[dir=rtl] .nut-popover .nut-popover-content-bottom-end .nut-popover-arrow-bottom-end,.nut-rtl .nut-popover .nut-popover-content-bottom-end .nut-popover-arrow-bottom-end{right:auto;left:16px}[dir=rtl] .nut-popover .nut-popover-content-bottom-start,.nut-rtl .nut-popover .nut-popover-content-bottom-start{left:auto;right:0}[dir=rtl] .nut-popover .nut-popover-content-bottom-start .nut-popover-arrow-bottom-start,.nut-rtl .nut-popover .nut-popover-content-bottom-start .nut-popover-arrow-bottom-start{left:auto;right:16px}.nut-popover-enter-from,.nut-popover-leave-active{transform:scale(.8);opacity:0}.nut-popover-enter-active{transition-timing-function:ease-out}.nut-popover-leave-active{transition-timing-function:ease-in}.nut-popover-content-bg{position:fixed;height:100%;width:100%;top:0;left:0;background:transparent;z-index:999}[dir=rtl] .nut-popover-content-bg,.nut-rtl .nut-popover-content-bg{left:auto;right:0}.nut-popover-wrapper{display:inline-block}.nut-popover-content-copy{position:absolute;top:-99999px}.nut-tour-mask{position:fixed;box-shadow:0 0 0 150vh var(--nutui-black-10, rgba(0, 0, 0, .7));border-radius:var(--nutui-tour-mask-border-radius, 10px);z-index:999}.nut-tour-mask-none{box-shadow:none}.nut-tour-mask-hidden{opacity:0}.nut-tour-content{display:block;padding:var(--nutui-tour-content-padding, 10px 12px);min-width:var(--nutui-tour-content-min-width, 200px);box-sizing:content-box}.nut-tour-content-top{display:block;text-align:end}.nut-tour-content-top-close{--nut-icon-width: 10px;--nut-icon-height: 10px}.nut-tour-content-inner{margin:var(--nutui-tour-content-inner-margin, 10px 0px);font-size:var(--nutui-tour-content-inner-font-size, 14px);white-space:nowrap}.nut-tour-content-bottom{margin-top:var(--nutui-tour-content-bottom-margin-top, 10px);display:flex;justify-content:space-between}.nut-tour-content-bottom-operate{display:flex;justify-content:flex-end}.nut-tour-content-bottom-operate-btn{display:inline-block;border:1px solid var(--nutui-color-text-disabled, #bfbfbf);margin-left:var(--nutui-tour-content-bottom-btn-margin-left, 4px);padding:var(--nutui-tour-content-bottom-btn-padding, 2px 4px);font-size:var(--nutui-tour-content-bottom-btn-font-size, 12px);border-radius:var(--nutui-tour-content-bottom-btn-border-radius, 4px);color:var(--nutui-gray-6, #595959);cursor:pointer}.nut-tour-content-bottom-operate-btn.active{color:#fff;border:0;background:var(--nutui-color-primary, #fa2c19)}.nut-tour-content-tile .nut-tour-content-inner{margin:0}.nut-tour-masked{position:fixed;width:100vh;height:100vh;z-index:1000;top:0;left:0;background:transparent}[dir=rtl] .nut-tour-content-bottom-operate-btn,.nut-rtl .nut-tour-content-bottom-operate-btn{margin-left:0;margin-right:var(--nutui-tour-content-bottom-btn-margin-left, 4px)}[dir=rtl] .nut-tour-masked,.nut-rtl .nut-tour-masked{left:auto;right:0}
|
|
1
|
+
.nut-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--nutui-overlay-bg-color, var(--nutui-black-10, rgba(0, 0, 0, .7)));z-index:var(--nutui-overlay-zIndex, 1000)}.nut-overlay .wrapper .content{background-color:var(--nutui-overlay-content-bg-color, var(--nutui-gray-1, #ffffff));color:var(--nutui-overlay-content-color, var(--nutui-gray-7, #1a1a1a))}[dir=rtl] .nut-overlay,.nut-rtl .nut-overlay{left:auto;right:0}.nut-overflow-hidden,.nut-overflow-hidden .taro_page{overflow:hidden!important}@keyframes nut-fade-in{0%{opacity:0}1%{opacity:0}to{opacity:1}}@keyframes nut-fade-out{0%{opacity:1}1%{opacity:1}to{opacity:0}}.nut-overlay-slide-enter-active,.nut-overlay-slide-appear-active{animation-fill-mode:both;animation-name:nut-fade-in;animation-duration:var(--nutui-overlay-animation-duration, .3s)}.nut-overlay-slide-exit-active{animation-fill-mode:both;animation-name:nut-fade-out;animation-duration:var(--nutui-overlay-animation-duration, .3s)}.nut-popup{position:fixed;min-height:26%;max-height:100%;overflow-y:auto;background-color:var(--nutui-overlay-content-bg-color, var(--nutui-gray-1, #ffffff));color:var(--nutui-gray-7, #1a1a1a);-webkit-overflow-scrolling:touch;font-size:var(--nutui-font-size-3, 14px)}.nut-popup-title{display:flex;align-items:center;justify-content:center;border-bottom:var(--nutui-popup-title-border-bottom, 0);padding:var(--nutui-popup-title-padding, 16px);position:relative}.nut-popup-title-left{position:absolute;left:var(--nutui-popup-title-padding, 16px)}.nut-popup-title-title{font-weight:var(--nutui-font-weight-bold, 500);font-size:var(--nutui-popup-title-font-size, var(--nutui-font-size-5, 18px))}.nut-popup-title-description{color:var(--nutui-gray-5, #8c8c8c);font-size:var(--nutui-popup-description-font-size, var(--nutui-font-size-1, 10px));font-weight:var(--nutui-font-weight, 400)}.nut-popup-title-right{position:absolute!important;z-index:1;cursor:pointer;width:var(--nutui-popup-icon-size, var(--nutui-font-size-5, 18px));height:var(--nutui-popup-icon-size, var(--nutui-font-size-5, 18px));display:flex;justify-content:center;align-items:center;top:var(--nutui-popup-title-padding, 16px);right:var(--nutui-popup-title-padding, 16px);color:var(--nutui-gray-5, #8c8c8c)}.nut-popup-title-right:active{opacity:.7}.nut-popup-title-right-top-left{top:var(--nutui-popup-title-padding, 16px);left:var(--nutui-popup-title-padding, 16px)}.nut-popup-title-right-bottom-left{bottom:var(--nutui-popup-title-padding, 16px);left:var(--nutui-popup-title-padding, 16px)}.nut-popup-title-right-bottom-right{right:var(--nutui-popup-title-padding, 16px);bottom:var(--nutui-popup-title-padding, 16px)}.nut-popup-center{top:50%;left:50%;min-height:10%;transform:translate(-50%,-50%)}.nut-popup-center.nut-popup-round{border-radius:var(--nutui-popup-border-radius, 24px)}.nut-popup-bottom,.nut-popup-top{max-height:83%}.nut-popup-bottom{bottom:0;left:0;width:100%}.nut-popup-bottom.nut-popup-round{border-radius:var(--nutui-popup-border-radius, 24px) var(--nutui-popup-border-radius, 24px) 0 0}.nut-popup-right{top:0;right:0}.nut-popup-right.nut-popup-round{border-radius:var(--nutui-popup-border-radius, 24px) 0 0 var(--nutui-popup-border-radius, 24px)}.nut-popup-left{top:0;left:0}.nut-popup-left.nut-popup-round{border-radius:0 var(--nutui-popup-border-radius, 24px) var(--nutui-popup-border-radius, 24px) 0}.nut-popup-top{top:0;left:0;width:100%}.nut-popup-top.nut-popup-round{border-radius:0 0 var(--nutui-popup-border-radius, 24px) var(--nutui-popup-border-radius, 24px)}@keyframes popup-scale-fade-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes popup-scale-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}.nut-popup-slide-default-enter-active{animation-fill-mode:both;animation-name:popup-scale-fade-in;animation-duration:var(--nutui-popup-animation-duration, .3s)}.nut-popup-slide-default-exit-active{animation-fill-mode:both;animation-name:popup-scale-fade-out;animation-duration:var(--nutui-popup-animation-duration, .3s)}@keyframes popup-fade-in{0%{opacity:0}to{opacity:1}}@keyframes popup-fade-out{0%{opacity:1}to{opacity:0}}.nut-popup-slide-center-enter-active{animation-fill-mode:both;animation-name:popup-fade-in;animation-duration:var(--nutui-popup-animation-duration, .3s)}.nut-popup-slide-center-exit-active{animation-fill-mode:both;animation-name:popup-fade-out;animation-duration:var(--nutui-popup-animation-duration, .3s)}@keyframes popup-slide-top-enter{0%{transform:translate3d(0,-100%,0)}}@keyframes popup-slide-top-exit{to{transform:translate3d(0,-100%,0)}}.nut-popup-slide-top-enter-active,.nut-popup-slide-top-appear-active{transform:translateZ(0);animation-fill-mode:both;animation-name:popup-slide-top-enter;animation-duration:var(--nutui-popup-animation-duration, .3s)}.nut-popup-slide-top-exit-active{animation-fill-mode:both;animation-name:popup-slide-top-exit;animation-duration:var(--nutui-popup-animation-duration, .3s)}@keyframes popup-slide-right-enter{0%{transform:translate3d(100%,0,0)}}@keyframes popup-slide-right-exit{to{transform:translate3d(100%,0,0)}}.nut-popup-slide-right-enter-active,.nut-popup-slide-right-appear-active{transform:translateZ(0);animation-fill-mode:both;animation-name:popup-slide-right-enter;animation-duration:var(--nutui-popup-animation-duration, .3s)}.nut-popup-slide-right-exit{animation-fill-mode:both;animation-name:popup-slide-right-exit;animation-duration:var(--nutui-popup-animation-duration, .3s)}@keyframes popup-slide-bottom-enter{0%{transform:translate3d(0,100%,0)}}@keyframes slide-bottom-exit{to{transform:translate3d(0,100%,0)}}.nut-popup-slide-bottom-enter-active,.nut-popup-slide-bottom-appear-active{transform:translate(0);animation-fill-mode:both;animation-name:popup-slide-bottom-enter;animation-duration:var(--nutui-popup-animation-duration, .3s)}.nut-popup-slide-bottom-exit{animation-fill-mode:both;animation-name:slide-bottom-exit;animation-duration:var(--nutui-popup-animation-duration, .3s)}@keyframes popup-slide-left-enter{0%{transform:translate3d(-100%,0,0)}}@keyframes popup-slide-left-exit{to{transform:translate3d(-100%,0,0)}}.nut-popup-slide-left-enter-active,.nut-popup-slide-left-appear-active{transform:translate(0);animation-fill-mode:both;animation-name:popup-slide-left-enter;animation-duration:var(--nutui-popup-animation-duration, .3s)}.nut-popup-slide-left-exit-active,.nut-popup-slide-left-exit-done{animation-fill-mode:both;animation-name:popup-slide-left-exit;animation-duration:var(--nutui-popup-animation-duration, .3s)}.nut-popup-slide-default-exit-done.nut-popup,.nut-popup-slide-center-exit-done.nut-popup,.nut-popup-slide-left-exit-done.nut-popup,.nut-popup-slide-right-exit-done.nut-popup,.nut-popup-slide-top-exit-done.nut-popup,.nut-popup-slide-bottom-exit-done.nut-popup{display:none}.nut-popup .nut-overflow-hidden{overflow:hidden!important}[dir=rtl] .nut-popup-title-left,.nut-rtl .nut-popup-title-left{left:auto;right:var(--nutui-popup-title-padding, 16px)}[dir=rtl] .nut-popup-title-right,.nut-rtl .nut-popup-title-right{right:auto;left:var(--nutui-popup-title-padding, 16px)}[dir=rtl] .nut-popup-title-right-top-left,.nut-rtl .nut-popup-title-right-top-left,[dir=rtl] .nut-popup-title-right-bottom-left,.nut-rtl .nut-popup-title-right-bottom-left{left:auto;right:var(--nutui-popup-title-padding, 16px)}[dir=rtl] .nut-popup-title-right-bottom-right,.nut-rtl .nut-popup-title-right-bottom-right{right:auto;left:var(--nutui-popup-title-padding, 16px)}[dir=rtl] .nut-popup-title .nut-icon-ArrowLeft,.nut-rtl .nut-popup-title .nut-icon-ArrowLeft{transform:rotate(180deg)}[dir=rtl] .nut-popup-center,.nut-rtl .nut-popup-center{left:auto;right:50%;transform:translate(50%,-50%)}[dir=rtl] .nut-popup-bottom,.nut-rtl .nut-popup-bottom,[dir=rtl] .nut-popup-top,.nut-rtl .nut-popup-top{left:auto;right:0}.nut-popover{position:absolute;display:inline-block;word-break:normal}.nut-popover-arrow{position:absolute;width:0;height:0;border:8px solid transparent}.nut-popover-arrow-top{bottom:0;border-top-color:var(--nutui-popover-border-color, #ffffff);border-bottom-width:0;margin-bottom:-8px}.nut-popover-arrow-bottom{top:0;border-bottom-color:var(--nutui-popover-border-color, #ffffff);border-top-width:0;margin-top:-8px}.nut-popover-arrow-left{right:0;border-left-color:var(--nutui-popover-border-color, #ffffff);border-right-width:0;margin-right:-8px}.nut-popover-arrow-left.nut-popover-arrow-left{top:50%;transform:translateY(-50%)}.nut-popover-arrow-left.nut-popover-arrow-left-start{top:16px;transform:translateY(0)}.nut-popover-arrow-left.nut-popover-arrow-left-end{bottom:16px;transform:translateY(0)}.nut-popover-arrow-right{left:0;border-right-color:var(--nutui-popover-border-color, #ffffff);border-left-width:0;margin-left:-8px}.nut-popover-arrow-right.nut-popover-arrow-right{top:50%;transform:translateY(-50%)}.nut-popover-arrow-right.nut-popover-arrow-right-start{top:16px;transform:translateY(0)}.nut-popover-arrow-right.nut-popover-arrow-right-end{bottom:16px;transform:translateY(0)}.nut-popover .nut-popover-content{position:absolute;background-color:var(--nutui-popover-content-background-color, #ffffff);border-radius:var(--nutui-popover-border-radius, 8px);font-size:var(--nutui-popover-font-size, var(--nutui-font-size-2, 12px));font-family:PingFangSC;font-weight:400;color:var(--nutui-popover-text-color, #1a1a1a);box-shadow:0 2px 12px #3232331f;max-height:initial;overflow-y:initial}.nut-popover .nut-popover-content-group{display:block;height:100%;width:100%}.nut-popover .nut-popover-content .nut-popover-menu-item{position:relative;display:flex;align-items:center;justify-content:center;padding:var(--nutui-popover-menu-item-padding, 8px);border-bottom:1px solid var(--nutui-popover-divider-color, var(--nutui-black-3, rgba(0, 0, 0, .06)))}.nut-popover .nut-popover-content .nut-popover-menu-item:last-child{margin-bottom:0;border-bottom:none}.nut-popover .nut-popover-content .nut-popover-menu-item:hover:nth-of-type(2){border-radius:8px 8px 0 0}.nut-popover .nut-popover-content .nut-popover-menu-item:hover:last-of-type{border-radius:0 0 8px 8px}.nut-popover .nut-popover-content .nut-popover-menu-item-icon{display:flex;justify-content:center;align-items:center;width:12px;height:12px;font-size:12px}.nut-popover .nut-popover-content .nut-popover-menu-item-icon .nut-icon{width:12px;height:12px;font-size:12px}.nut-popover .nut-popover-content .nut-popover-menu-item-name{width:100%;word-break:keep-all;margin:0 6px 0 4px}.nut-popover .nut-popover-content .nut-popover-menu-item-action-icon{display:flex;justify-content:center;align-items:center;width:12px;height:12px;font-size:12px;color:var(--nutui-gray-6, #595959)}.nut-popover .nut-popover-content .nut-popover-menu-item.nut-popover-menu-disabled{color:var(--nutui-popover-disable-color, var(--nutui-color-text-disabled, #bfbfbf));cursor:not-allowed}.nut-popover .nut-popover-content .nut-popover-menu-item.nut-popover-menu-taroitem{display:flex}.nut-popover .nut-popover-content-top .nut-popover-arrow-top{left:50%;transform:translate(-50%)}.nut-popover .nut-popover-content-top-end{right:0}.nut-popover .nut-popover-content-top-end .nut-popover-arrow-top-end{right:16px;transform:translate(0)}.nut-popover .nut-popover-content-top-start{left:0}.nut-popover .nut-popover-content-top-start .nut-popover-arrow-top-start{left:16px;transform:translate(0)}.nut-popover .nut-popover-content-bottom .nut-popover-arrow-bottom{left:50%;transform:translate(-50%)}.nut-popover .nut-popover-content-bottom-end{right:0}.nut-popover .nut-popover-content-bottom-end .nut-popover-arrow-bottom-end{right:16px;transform:translate(0)}.nut-popover .nut-popover-content-bottom-start{left:0}.nut-popover .nut-popover-content-bottom-start .nut-popover-arrow-bottom-start{left:16px;transform:translate(0)}.nut-popover .nut-popover-content-left-end{bottom:0}.nut-popover .nut-popover-content-left-start{top:0}.nut-popover .nut-popover-content-right-end{bottom:0}.nut-popover .nut-popover-content-right-start{top:0}.nut-popover-dark{background:var(--nutui-popover-text-color, #1a1a1a);color:var(--nutui-popover-content-background-color, #ffffff)}.nut-popover-dark .nut-popover-arrow{border-bottom-color:var(--nutui-popover-text-color, #1a1a1a)}.nut-popover-dark .nut-popover-content{background:var(--nutui-popover-text-color, #1a1a1a)!important;color:var(--nutui-popover-content-background-color, #ffffff)!important}.nut-popover-dark .nut-popover-content .nut-popover-menu-item{border-bottom-color:var(--nutui-popover-content-background-color, #ffffff)}.nut-popover-dark .nut-popover-content .nut-popover-menu-item:hover{color:var(--nutui-popover-content-background-color, #ffffff);background-color:var(--nutui-popover-text-color, #1a1a1a)}[dir=rtl] .nut-popover .nut-popover-content .nut-popover-menu-item-name,.nut-rtl .nut-popover .nut-popover-content .nut-popover-menu-item-name{margin-left:0;margin-right:4px}[dir=rtl] .nut-popover .nut-popover-content .nut-popover-menu-item-action-icon,.nut-rtl .nut-popover .nut-popover-content .nut-popover-menu-item-action-icon{right:auto;left:var(--nutui-popover-menu-item-padding, 8px)}[dir=rtl] .nut-popover .nut-popover-content-top .nut-popover-arrow-top,.nut-rtl .nut-popover .nut-popover-content-top .nut-popover-arrow-top{left:auto;right:50%;transform:translate(50%)}[dir=rtl] .nut-popover .nut-popover-content-top-end,.nut-rtl .nut-popover .nut-popover-content-top-end{right:auto;left:0}[dir=rtl] .nut-popover .nut-popover-content-top-end .nut-popover-arrow-top-end,.nut-rtl .nut-popover .nut-popover-content-top-end .nut-popover-arrow-top-end{right:auto;left:16px}[dir=rtl] .nut-popover .nut-popover-content-top-start,.nut-rtl .nut-popover .nut-popover-content-top-start{left:auto;right:0}[dir=rtl] .nut-popover .nut-popover-content-top-start .nut-popover-arrow-top-start,.nut-rtl .nut-popover .nut-popover-content-top-start .nut-popover-arrow-top-start{left:auto;right:16px}[dir=rtl] .nut-popover .nut-popover-content-bottom .nut-popover-arrow-bottom,.nut-rtl .nut-popover .nut-popover-content-bottom .nut-popover-arrow-bottom{left:auto;right:50%;transform:translate(50%)}[dir=rtl] .nut-popover .nut-popover-content-bottom-end,.nut-rtl .nut-popover .nut-popover-content-bottom-end{right:auto;left:0}[dir=rtl] .nut-popover .nut-popover-content-bottom-end .nut-popover-arrow-bottom-end,.nut-rtl .nut-popover .nut-popover-content-bottom-end .nut-popover-arrow-bottom-end{right:auto;left:16px}[dir=rtl] .nut-popover .nut-popover-content-bottom-start,.nut-rtl .nut-popover .nut-popover-content-bottom-start{left:auto;right:0}[dir=rtl] .nut-popover .nut-popover-content-bottom-start .nut-popover-arrow-bottom-start,.nut-rtl .nut-popover .nut-popover-content-bottom-start .nut-popover-arrow-bottom-start{left:auto;right:16px}.nut-popover-enter-from,.nut-popover-leave-active{transform:scale(.8);opacity:0}.nut-popover-enter-active{transition-timing-function:ease-out}.nut-popover-leave-active{transition-timing-function:ease-in}.nut-popover-content-bg{position:fixed;height:100%;width:100%;top:0;left:0;background:transparent;z-index:999}[dir=rtl] .nut-popover-content-bg,.nut-rtl .nut-popover-content-bg{left:auto;right:0}.nut-popover-wrapper{display:inline-block}.nut-popover-content-copy{position:absolute;top:-99999px}.nut-tour-mask{position:fixed;box-shadow:0 0 0 150vh var(--nutui-black-10, rgba(0, 0, 0, .7));border-radius:var(--nutui-tour-mask-border-radius, 10px);z-index:999}.nut-tour-mask-none{box-shadow:none}.nut-tour-mask-hidden{opacity:0}.nut-tour-content{display:block;padding:var(--nutui-tour-content-padding, 10px 12px);min-width:var(--nutui-tour-content-min-width, 200px);box-sizing:content-box}.nut-tour-content-top{display:block;text-align:end}.nut-tour-content-top-close{--nut-icon-width: 10px;--nut-icon-height: 10px}.nut-tour-content-inner{margin:var(--nutui-tour-content-inner-margin, 10px 0px);font-size:var(--nutui-tour-content-inner-font-size, 14px);white-space:nowrap}.nut-tour-content-bottom{margin-top:var(--nutui-tour-content-bottom-margin-top, 10px);display:flex;justify-content:space-between}.nut-tour-content-bottom-operate{display:flex;justify-content:flex-end}.nut-tour-content-bottom-operate-btn{display:inline-block;border:1px solid var(--nutui-color-text-disabled, #bfbfbf);margin-left:var(--nutui-tour-content-bottom-btn-margin-left, 4px);padding:var(--nutui-tour-content-bottom-btn-padding, 2px 4px);font-size:var(--nutui-tour-content-bottom-btn-font-size, 12px);border-radius:var(--nutui-tour-content-bottom-btn-border-radius, 4px);color:var(--nutui-gray-6, #595959);cursor:pointer}.nut-tour-content-bottom-operate-btn.active{color:#fff;border:0;background:var(--nutui-color-primary, #fa2c19)}.nut-tour-content-tile .nut-tour-content-inner{margin:0}.nut-tour-masked{position:fixed;width:100vh;height:100vh;z-index:1000;top:0;left:0;background:transparent}[dir=rtl] .nut-tour-content-bottom-operate-btn,.nut-rtl .nut-tour-content-bottom-operate-btn{margin-left:0;margin-right:var(--nutui-tour-content-bottom-btn-margin-left, 4px)}[dir=rtl] .nut-tour-masked,.nut-rtl .nut-tour-masked{left:auto;right:0}
|
package/dist/esm/Tour.js
CHANGED
package/dist/esm/Uploader.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.nut-horizontal-items{float:left}.nut-horizontal-items li{display:block;float:left;color:var(--nutui-gray-7, #1a1a1a);background:var(--nutui-gray-1, #ffffff);padding:10px;margin-right:20px}.nut-horizontal-items:after{content:"";display:block;visibility:hidden;clear:both}.nut-vertical-items li{display:block;color:var(--nutui-gray-7, #1a1a1a);background:var(--nutui-gray-1, #ffffff);border-radius:7px;box-shadow:0 1px 6px #edeef1;margin-top:20px;padding:14px 15px;font-size:13px;line-height:18px;font-family:PingFangSC;font-weight:500}.nut-virtualList-
|
|
1
|
+
.nut-horizontal-items{float:left}.nut-horizontal-items li{display:block;float:left;color:var(--nutui-gray-7, #1a1a1a);background:var(--nutui-gray-1, #ffffff);padding:10px;margin-right:20px}.nut-horizontal-items:after{content:"";display:block;visibility:hidden;clear:both}.nut-vertical-items li{display:block;color:var(--nutui-gray-7, #1a1a1a);background:var(--nutui-gray-1, #ffffff);border-radius:7px;box-shadow:0 1px 6px #edeef1;margin-top:20px;padding:14px 15px;font-size:13px;line-height:18px;font-family:PingFangSC;font-weight:500}.nut-virtualList-box{overflow:auto}.nut-virtuallist{width:100%;overflow:scroll;position:relative;-webkit-overflow-scrolling:touch}.nut-virtuallist-phantom{position:absolute;left:0;top:0;right:0;z-index:-1}.nut-virtuallist-container{position:absolute;left:0;right:0;top:0}.nut-virtuallist-item{overflow:hidden;margin:var(--nutui-list-item-margin, 0 0 10px 0)}[dir=rtl] .nut-horizontal-items,.nut-rtl .nut-horizontal-items{float:right}[dir=rtl] .nut-horizontal-items li,.nut-rtl .nut-horizontal-items li{float:right;margin-right:0;margin-left:20px}
|
|
@@ -4,7 +4,7 @@ import { Check, Location, ArrowLeft } from "@nutui/icons-react-taro";
|
|
|
4
4
|
import { P as Popup } from "./popup.taro-Iy_WQZ-m.js";
|
|
5
5
|
import { ScrollView } from "@tarojs/components";
|
|
6
6
|
import { u as useConfig } from "./configprovider.taro-CyU_tvNJ.js";
|
|
7
|
-
import { C as Cascader } from "./cascader.taro-
|
|
7
|
+
import { C as Cascader } from "./cascader.taro-7Xhq98L4.js";
|
|
8
8
|
import { C as ComponentDefaults } from "./typings-DV9RBfhj.js";
|
|
9
9
|
import { u as usePropsValue } from "./use-props-value-SH9krhkx.js";
|
|
10
10
|
const defaultProps$2 = {
|
|
@@ -70,8 +70,8 @@ const CustomRender = (props) => {
|
|
|
70
70
|
const _a = Object.assign(Object.assign({}, defaultProps$1), props), { children, visible, type, height, options, title, left, value, defaultValue, optionKey, format, onClose, onChange, onPathChange } = _a, rest = __rest(_a, ["children", "visible", "type", "height", "options", "title", "left", "value", "defaultValue", "optionKey", "format", "onClose", "onChange", "onPathChange"]);
|
|
71
71
|
return React__default.createElement(React__default.Fragment, null, type === "custom" && React__default.createElement(Cascader, Object.assign({ visible, value, defaultValue, title, left, options, format, optionKey, onClose: () => {
|
|
72
72
|
onClose === null || onClose === void 0 ? void 0 : onClose();
|
|
73
|
-
}, onChange: (val) => {
|
|
74
|
-
onChange === null || onChange === void 0 ? void 0 : onChange(val);
|
|
73
|
+
}, onChange: (val, params) => {
|
|
74
|
+
onChange === null || onChange === void 0 ? void 0 : onChange(val, params);
|
|
75
75
|
}, onPathChange }, rest)));
|
|
76
76
|
};
|
|
77
77
|
const defaultProps = Object.assign(Object.assign({}, ComponentDefaults), { defaultValue: [], type: "custom", options: [], optionKey: { textKey: "text", valueKey: "value", childrenKey: "children" }, format: {}, custom: false, existList: [], height: "200px", defaultIcon: null, selectIcon: null, closeIcon: null, backIcon: null });
|
|
@@ -2,7 +2,7 @@ import { _ as __rest } from "./tslib.es6-BZ8i9Q6l.js";
|
|
|
2
2
|
import React__default from "react";
|
|
3
3
|
import classNames from "classnames";
|
|
4
4
|
import { P as Price } from "./price.taro-UVRHPHRD.js";
|
|
5
|
-
import { T as Tag } from "./tag.taro-
|
|
5
|
+
import { T as Tag } from "./tag.taro-rKMK0jan.js";
|
|
6
6
|
import { C as ComponentDefaults } from "./typings-DV9RBfhj.js";
|
|
7
7
|
const defaultProps = Object.assign(Object.assign({}, ComponentDefaults), { src: "", title: "", price: "", vipPrice: "", shopDescription: "", delivery: "", shopName: "", description: "", tag: "", priceTag: "", extra: "" });
|
|
8
8
|
const Card = (props) => {
|
|
@@ -4,7 +4,7 @@ import classNames from "classnames";
|
|
|
4
4
|
import { Loading, Checklist } from "@nutui/icons-react-taro";
|
|
5
5
|
import { ScrollView } from "@tarojs/components";
|
|
6
6
|
import { P as Popup } from "./popup.taro-Iy_WQZ-m.js";
|
|
7
|
-
import { T as Tabs } from "./tabs.taro-
|
|
7
|
+
import { T as Tabs } from "./tabs.taro-A7pOK9IM.js";
|
|
8
8
|
import { C as ComponentDefaults } from "./typings-DV9RBfhj.js";
|
|
9
9
|
import { u as usePropsValue } from "./use-props-value-SH9krhkx.js";
|
|
10
10
|
const formatTree = (tree, parent, config) => tree.map((node) => {
|
|
@@ -125,8 +125,12 @@ const DatePicker = (props) => {
|
|
|
125
125
|
return result;
|
|
126
126
|
}
|
|
127
127
|
};
|
|
128
|
-
const
|
|
128
|
+
const compareDateChange = (currentDate, newDate) => {
|
|
129
129
|
var _a2;
|
|
130
|
+
const isEqual = ((_a2 = new Date(currentDate)) === null || _a2 === void 0 ? void 0 : _a2.getTime()) === (newDate === null || newDate === void 0 ? void 0 : newDate.getTime());
|
|
131
|
+
newDate && isDate(newDate) && !isEqual && setSelectedDate(formatValue(newDate));
|
|
132
|
+
};
|
|
133
|
+
const handlePickerChange = (selectedOptions, selectedValue, index) => {
|
|
130
134
|
const rangeType = type.toLocaleLowerCase();
|
|
131
135
|
if (["date", "datetime", "datehour", "month-day", "year-month"].includes(rangeType)) {
|
|
132
136
|
const formatDate = [];
|
|
@@ -150,8 +154,15 @@ const DatePicker = (props) => {
|
|
|
150
154
|
} else if (rangeType === "datehour") {
|
|
151
155
|
date = new Date(year, month, day, Number(formatDate[3]));
|
|
152
156
|
}
|
|
153
|
-
|
|
154
|
-
|
|
157
|
+
compareDateChange(selectedDate, date);
|
|
158
|
+
} else {
|
|
159
|
+
const [hour, minute, seconds] = selectedValue;
|
|
160
|
+
const currentDate = new Date(selectedDate);
|
|
161
|
+
const year = currentDate.getFullYear();
|
|
162
|
+
const month = currentDate.getMonth();
|
|
163
|
+
const day = currentDate.getDate();
|
|
164
|
+
const date = new Date(year, month, day, Number(hour), Number(minute), rangeType === "time" ? Number(seconds) : 0);
|
|
165
|
+
compareDateChange(selectedDate, date);
|
|
155
166
|
}
|
|
156
167
|
props.onChange && props.onChange(selectedOptions, selectedValue, index);
|
|
157
168
|
};
|
|
@@ -5,6 +5,7 @@ import classNames from "classnames";
|
|
|
5
5
|
import { View } from "@tarojs/components";
|
|
6
6
|
import { g as getRectByTaro } from "./get-rect-by-taro-CSN0TGnD.js";
|
|
7
7
|
import { C as ComponentDefaults } from "./typings-DV9RBfhj.js";
|
|
8
|
+
import { a as useRtl } from "./configprovider.taro-CyU_tvNJ.js";
|
|
8
9
|
const defaultProps = Object.assign(Object.assign({}, ComponentDefaults), { content: "", direction: "end", rows: 1, expandText: "", collapseText: "", symbol: "...", lineHeight: "20", width: "auto" });
|
|
9
10
|
const classPrefix = `nut-ellipsis`;
|
|
10
11
|
const Ellipsis = (props) => {
|
|
@@ -32,7 +33,11 @@ const Ellipsis = (props) => {
|
|
|
32
33
|
const digitReg = /^[0-9]+$/;
|
|
33
34
|
const letterUpperReg = /^[A-Z]+$/;
|
|
34
35
|
const letterLowerReg = /^[a-z]+$/;
|
|
35
|
-
const
|
|
36
|
+
const rtl = useRtl();
|
|
37
|
+
const rtlClasses = classNames({
|
|
38
|
+
[`${classPrefix}-rtl`]: rtl
|
|
39
|
+
});
|
|
40
|
+
const classes = classNames(classPrefix, width ? `${classPrefix}-width` : "", rtlClasses, className);
|
|
36
41
|
useEffect(() => {
|
|
37
42
|
setContentCopy(content);
|
|
38
43
|
nextTick(() => {
|
|
@@ -79,6 +84,9 @@ const Ellipsis = (props) => {
|
|
|
79
84
|
bsize * 0.4,
|
|
80
85
|
bsize * 0.75
|
|
81
86
|
];
|
|
87
|
+
if (rootContain.current) {
|
|
88
|
+
rootContain.current.style.fontSize = `${bsize}px`;
|
|
89
|
+
}
|
|
82
90
|
calcEllipse();
|
|
83
91
|
}).exec();
|
|
84
92
|
});
|
|
@@ -215,13 +223,17 @@ const Ellipsis = (props) => {
|
|
|
215
223
|
exceeded && expanded ? React__default.createElement(
|
|
216
224
|
React__default.Fragment,
|
|
217
225
|
null,
|
|
218
|
-
React__default.createElement(
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
226
|
+
React__default.createElement(
|
|
227
|
+
View,
|
|
228
|
+
{ style: {
|
|
229
|
+
width: `${!Number.isNaN(Number(width)) ? `${width}px` : "auto"}`
|
|
230
|
+
} },
|
|
231
|
+
content,
|
|
232
|
+
expandText ? React__default.createElement("span", { className: "nut-ellipsis-text", onClick: (e) => {
|
|
233
|
+
e.stopPropagation();
|
|
234
|
+
clickHandle(2);
|
|
235
|
+
} }, collapseText) : null
|
|
236
|
+
)
|
|
225
237
|
) : null
|
|
226
238
|
)
|
|
227
239
|
),
|
|
@@ -3,7 +3,7 @@ import React__default, { forwardRef, useRef, useState, useImperativeHandle, useC
|
|
|
3
3
|
import { View, Input as Input$1 } from "@tarojs/components";
|
|
4
4
|
import { MaskClose } from "@nutui/icons-react-taro";
|
|
5
5
|
import Taro, { getEnv, ENV_TYPE } from "@tarojs/taro";
|
|
6
|
-
import { u as useConfig } from "./configprovider.taro-CyU_tvNJ.js";
|
|
6
|
+
import { a as useRtl, u as useConfig } from "./configprovider.taro-CyU_tvNJ.js";
|
|
7
7
|
import { C as ComponentDefaults } from "./typings-DV9RBfhj.js";
|
|
8
8
|
import { u as usePropsValue } from "./use-props-value-SH9krhkx.js";
|
|
9
9
|
function trimExtraChar(value, char, regExp) {
|
|
@@ -32,6 +32,7 @@ function formatNumber(value, allowDot = true, allowMinus = true) {
|
|
|
32
32
|
}
|
|
33
33
|
const defaultProps = Object.assign(Object.assign({}, ComponentDefaults), { type: "text", name: "", placeholder: "", confirmType: "done", align: "left", required: false, disabled: false, readOnly: false, maxLength: 9999, clearable: false, clearIcon: null, formatTrigger: "onChange", autoFocus: false });
|
|
34
34
|
const Input = forwardRef((props, ref) => {
|
|
35
|
+
const rtl = useRtl();
|
|
35
36
|
const { locale } = useConfig();
|
|
36
37
|
const _a = Object.assign(Object.assign({}, defaultProps), props), { type, name, placeholder, align, disabled, readOnly, maxLength, clearable, clearIcon, formatTrigger, autoFocus, style, className, onChange, onFocus, onBlur, onClear, formatter, onClick, confirmType, defaultValue, value: _value } = _a, rest = __rest(_a, ["type", "name", "placeholder", "align", "disabled", "readOnly", "maxLength", "clearable", "clearIcon", "formatTrigger", "autoFocus", "style", "className", "onChange", "onFocus", "onBlur", "onClear", "formatter", "onClick", "confirmType", "defaultValue", "value"]);
|
|
37
38
|
const [value, setValue] = usePropsValue({
|
|
@@ -129,8 +130,14 @@ const Input = forwardRef((props, ref) => {
|
|
|
129
130
|
onClick && onClick(e);
|
|
130
131
|
} },
|
|
131
132
|
React__default.createElement(Input$1, Object.assign({}, rest, { name, className: "nut-input-native", ref: inputRef, style: {
|
|
132
|
-
|
|
133
|
-
|
|
133
|
+
// eslint-disable-next-line no-nested-ternary
|
|
134
|
+
textAlign: rtl ? (
|
|
135
|
+
// eslint-disable-next-line no-nested-ternary
|
|
136
|
+
align === "right" ? (
|
|
137
|
+
// eslint-disable-next-line no-nested-ternary
|
|
138
|
+
"left"
|
|
139
|
+
) : align === "left" ? "right" : "center"
|
|
140
|
+
) : align
|
|
134
141
|
}, type: inputType(type), password: type === "password", maxlength: maxLength, placeholder: placeholder || locale.placeholder, disabled: disabled || readOnly, value, focus: autoFocus, confirmType, onBlur: handleBlur, onFocus: handleFocus, onInput: (e) => {
|
|
135
142
|
handleInput(e.currentTarget.value);
|
|
136
143
|
} })),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { B } from "./button.taro-CjH840d8.js";
|
|
2
2
|
import { C } from "./cell.taro-CCnLF6RC.js";
|
|
3
3
|
import { C as C2 } from "./cellgroup.taro-Dz69kT6e.js";
|
|
4
|
-
import { C as C3 } from "./configprovider.taro-CyU_tvNJ.js";
|
|
4
|
+
import { C as C3, g, s, u, a } from "./configprovider.taro-CyU_tvNJ.js";
|
|
5
5
|
import { I } from "./image.taro-BLz2WCva.js";
|
|
6
6
|
import { O } from "./overlay.taro-BaBu-3-F.js";
|
|
7
7
|
import { C as C4 } from "./col.taro-C8DUuJYh.js";
|
|
@@ -23,23 +23,23 @@ import { S as S6 } from "./subsidenavbar.taro-ByxYpgfP.js";
|
|
|
23
23
|
import { T } from "./tabbar.taro-CVp3ZaqP.js";
|
|
24
24
|
import { T as T2 } from "./tabbaritem.taro-C_90fvMh.js";
|
|
25
25
|
import { T as T3 } from "./tabpane.taro-BAe86j3t.js";
|
|
26
|
-
import { T as T4 } from "./tabs.taro-
|
|
27
|
-
import { A } from "./address.taro-
|
|
26
|
+
import { T as T4 } from "./tabs.taro-A7pOK9IM.js";
|
|
27
|
+
import { A } from "./address.taro-CQmN9x1W.js";
|
|
28
28
|
import { C as C5 } from "./calendar.taro-DbHJEx4G.js";
|
|
29
29
|
import { C as C6 } from "./calendaritem.taro-B8tN2DYa.js";
|
|
30
30
|
import { C as C7 } from "./calendarcard.taro-CK31xju_.js";
|
|
31
|
-
import { C as C8 } from "./cascader.taro-
|
|
32
|
-
import { C as C9, a } from "./checkbox.taro-CUpF7Afr.js";
|
|
33
|
-
import { D as D2 } from "./datepicker.taro-
|
|
31
|
+
import { C as C8 } from "./cascader.taro-7Xhq98L4.js";
|
|
32
|
+
import { C as C9, a as a2 } from "./checkbox.taro-CUpF7Afr.js";
|
|
33
|
+
import { D as D2 } from "./datepicker.taro-FiLalMAA.js";
|
|
34
34
|
import { default as default2 } from "./Form.js";
|
|
35
35
|
import { F as F2 } from "./formitem.taro-Brz5dj_8.js";
|
|
36
|
-
import { I as I2 } from "./input.taro-
|
|
36
|
+
import { I as I2 } from "./input.taro-Dh6zXTLQ.js";
|
|
37
37
|
import { I as I3 } from "./inputnumber.taro-CQiAPZgS.js";
|
|
38
38
|
import { M } from "./menu.taro-BAiJPGR7.js";
|
|
39
39
|
import { M as M2 } from "./menuitem.taro-oLv6ZYC5.js";
|
|
40
40
|
import { N as N2 } from "./numberkeyboard.taro-B9rMgy7D.js";
|
|
41
41
|
import { P } from "./picker.taro-Cmng9GW9.js";
|
|
42
|
-
import { R as R2, a as
|
|
42
|
+
import { R as R2, a as a3 } from "./radio.taro-CjJgX9o2.js";
|
|
43
43
|
import { R as R3 } from "./range.taro-GsWDprz5.js";
|
|
44
44
|
import { R as R4 } from "./rate.taro-BABLqt4h.js";
|
|
45
45
|
import { S as S7 } from "./searchbar.taro-PfVx6o-6.js";
|
|
@@ -47,17 +47,17 @@ import { S as S8 } from "./shortpassword.taro-BXsxku33.js";
|
|
|
47
47
|
import { S as S9 } from "./signature.taro-KPm_xs66.js";
|
|
48
48
|
import { S as S10 } from "./switch.taro-D1HgJoJz.js";
|
|
49
49
|
import { T as T5 } from "./textarea.taro-BJIFCpKb.js";
|
|
50
|
-
import { U } from "./uploader.taro-
|
|
50
|
+
import { U } from "./uploader.taro-DMmTl0Cp.js";
|
|
51
51
|
import { A as A2 } from "./actionsheet.taro-C5BqWoML.js";
|
|
52
52
|
import { B as B3 } from "./badge.taro-B0spW6jr.js";
|
|
53
|
-
import { B as B4 } from "./dialog.taro-
|
|
53
|
+
import { B as B4 } from "./dialog.taro-B8Usf0kl.js";
|
|
54
54
|
import { D as D3 } from "./drag.taro-CcHIO07Y.js";
|
|
55
55
|
import { E as E2 } from "./empty.taro-C61QNHep.js";
|
|
56
56
|
import { I as I4 } from "./infiniteloading.taro-WiMpG-fU.js";
|
|
57
57
|
import { L as L2 } from "./loading.taro-CRF1z5wQ.js";
|
|
58
58
|
import { N as N3 } from "./noticebar.taro-BtudzdMD.js";
|
|
59
59
|
import { N as N4 } from "./notify.taro-jP7y9zMU.js";
|
|
60
|
-
import { P as P2 } from "./popover.taro-
|
|
60
|
+
import { P as P2 } from "./popover.taro-BG0msyw5.js";
|
|
61
61
|
import { P as P3 } from "./popup.taro-Iy_WQZ-m.js";
|
|
62
62
|
import { P as P4 } from "./pulltorefresh.taro-DfVmOGuo.js";
|
|
63
63
|
import { S as S11 } from "./skeleton.taro-BwIDIf2p.js";
|
|
@@ -72,23 +72,23 @@ import { C as C10 } from "./circleprogress.taro-CKSrzt8Q.js";
|
|
|
72
72
|
import { C as C11 } from "./collapse.taro-BM0BsN30.js";
|
|
73
73
|
import { C as C12 } from "./collapseitem.taro-D_m4VEdG.js";
|
|
74
74
|
import { C as C13 } from "./countdown.taro-wopKr1Il.js";
|
|
75
|
-
import { E as E3 } from "./ellipsis.taro-
|
|
75
|
+
import { E as E3 } from "./ellipsis.taro-uVc3En9l.js";
|
|
76
76
|
import { I as I5 } from "./imagepreview.taro-Bb1TkBCV.js";
|
|
77
77
|
import { I as I6 } from "./indicator.taro-CpHZtD9p.js";
|
|
78
78
|
import { P as P5 } from "./pagination.taro-DAK6ddag.js";
|
|
79
79
|
import { P as P6 } from "./price.taro-UVRHPHRD.js";
|
|
80
|
-
import { P as P7 } from "./progress.taro-
|
|
80
|
+
import { P as P7 } from "./progress.taro-rjiPI6mD.js";
|
|
81
81
|
import { S as S13 } from "./step.taro-DLr2GzYk.js";
|
|
82
82
|
import { S as S14 } from "./steps.taro-C8Yg1Sns.js";
|
|
83
83
|
import { default as default4 } from "./Swiper.js";
|
|
84
84
|
import { S as S15 } from "./swiperitem.taro-8JXI24f0.js";
|
|
85
85
|
import { T as T7 } from "./table.taro-ClLmfqz3.js";
|
|
86
|
-
import { T as T8 } from "./tag.taro-
|
|
87
|
-
import { T as T9 } from "./tour.taro-
|
|
86
|
+
import { T as T8 } from "./tag.taro-rKMK0jan.js";
|
|
87
|
+
import { T as T9 } from "./tour.taro-BqlNfxdD.js";
|
|
88
88
|
import { V } from "./video.taro-DJQeroOH.js";
|
|
89
89
|
import { V as V2 } from "./virtuallist.taro-Cl08vfdg.js";
|
|
90
90
|
import { B as B5 } from "./barrage.taro-BNOcZsJ1.js";
|
|
91
|
-
import { C as C14 } from "./card.taro-
|
|
91
|
+
import { C as C14 } from "./card.taro-FRirz5pW.js";
|
|
92
92
|
import { T as T10 } from "./timedetail.taro-x6Zey1xi.js";
|
|
93
93
|
import { T as T11 } from "./timeselect.taro-BXq4APSJ.js";
|
|
94
94
|
import { T as T12 } from "./trendarrow.taro-BHUetKSS.js";
|
|
@@ -115,7 +115,7 @@ export {
|
|
|
115
115
|
C as Cell,
|
|
116
116
|
C2 as CellGroup,
|
|
117
117
|
C9 as Checkbox,
|
|
118
|
-
|
|
118
|
+
a2 as CheckboxGroup,
|
|
119
119
|
C10 as CircleProgress,
|
|
120
120
|
C4 as Col,
|
|
121
121
|
C11 as Collapse,
|
|
@@ -157,7 +157,7 @@ export {
|
|
|
157
157
|
P7 as Progress,
|
|
158
158
|
P4 as PullToRefresh,
|
|
159
159
|
R2 as Radio,
|
|
160
|
-
|
|
160
|
+
a3 as RadioGroup,
|
|
161
161
|
R3 as Range,
|
|
162
162
|
R4 as Rate,
|
|
163
163
|
R as Row,
|
|
@@ -192,5 +192,9 @@ export {
|
|
|
192
192
|
U as Uploader,
|
|
193
193
|
V as Video,
|
|
194
194
|
V2 as VirtualList,
|
|
195
|
-
W as WaterMark
|
|
195
|
+
W as WaterMark,
|
|
196
|
+
g as getDefaultConfig,
|
|
197
|
+
s as setDefaultConfig,
|
|
198
|
+
u as useConfig,
|
|
199
|
+
a as useRtl
|
|
196
200
|
};
|