naive-ui 2.31.0 → 2.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3197 -1769
- package/dist/index.prod.js +1 -1
- package/es/_internal/scrollbar/src/Scrollbar.d.ts +5 -0
- package/es/_internal/scrollbar/src/Scrollbar.js +49 -26
- package/es/_internal/scrollbar/src/styles/index.cssr.js +1 -1
- package/es/_internal/scrollbar/src/styles/rtl.cssr.d.ts +2 -0
- package/es/_internal/scrollbar/src/styles/rtl.cssr.js +10 -0
- package/es/_internal/scrollbar/styles/index.d.ts +1 -0
- package/es/_internal/scrollbar/styles/index.js +1 -0
- package/es/_internal/scrollbar/styles/rtl.d.ts +3 -0
- package/es/_internal/scrollbar/styles/rtl.js +6 -0
- package/es/_internal/selection/src/Selection.js +4 -2
- package/es/_internal/selection/src/styles/index.cssr.js +4 -1
- package/es/_mixins/index.d.ts +1 -0
- package/es/_mixins/index.js +1 -0
- package/es/_utils/naive/extract-public-props.d.ts +4 -1
- package/es/auto-complete/src/AutoComplete.d.ts +1 -0
- package/es/avatar/src/Avatar.d.ts +0 -1
- package/es/avatar/src/Avatar.js +12 -10
- package/es/button/src/Button.js +3 -0
- package/es/carousel/src/Carousel.d.ts +16 -37
- package/es/carousel/src/Carousel.js +269 -272
- package/es/carousel/src/CarouselArrow.js +3 -5
- package/es/carousel/src/CarouselContext.d.ts +21 -0
- package/es/carousel/src/CarouselContext.js +11 -0
- package/es/carousel/src/CarouselDots.d.ts +1 -1
- package/es/carousel/src/CarouselDots.js +23 -31
- package/es/carousel/src/CarouselItem.d.ts +4 -4
- package/es/carousel/src/CarouselItem.js +17 -36
- package/es/carousel/src/interface.d.ts +12 -31
- package/es/carousel/src/interface.js +1 -3
- package/es/carousel/src/styles/index.cssr.js +8 -3
- package/es/carousel/src/{utils.d.ts → utils/duplicatedLogic.d.ts} +3 -8
- package/es/carousel/src/utils/duplicatedLogic.js +46 -0
- package/es/carousel/src/utils/event.d.ts +1 -0
- package/es/carousel/src/utils/event.js +3 -0
- package/es/carousel/src/utils/index.d.ts +6 -0
- package/es/carousel/src/{utils.js → utils/index.js} +3 -28
- package/es/checkbox/src/CheckboxGroup.d.ts +27 -22
- package/es/checkbox/src/CheckboxGroup.js +58 -28
- package/es/code/src/Code.d.ts +16 -0
- package/es/code/src/Code.js +53 -12
- package/es/code/src/styles/index.cssr.js +14 -2
- package/es/code/styles/dark.js +4 -2
- package/es/code/styles/light.d.ts +1 -0
- package/es/code/styles/light.js +4 -2
- package/es/components.d.ts +1 -0
- package/es/components.js +1 -0
- package/es/config-provider/src/ConfigProvider.d.ts +24 -3
- package/es/config-provider/src/internal-interface.d.ts +4 -0
- package/es/date-picker/src/DatePicker.d.ts +1 -0
- package/es/date-picker/src/panel/daterange.d.ts +0 -1
- package/es/date-picker/src/panel/daterange.js +1 -1
- package/es/date-picker/src/panel/datetimerange.d.ts +0 -1
- package/es/date-picker/src/panel/datetimerange.js +1 -1
- package/es/date-picker/src/panel/monthrange.d.ts +0 -1
- package/es/date-picker/src/panel/monthrange.js +1 -1
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +0 -1
- package/es/date-picker/src/panel/use-dual-calendar.js +0 -11
- package/es/dialog/src/DialogEnvironment.d.ts +4 -0
- package/es/dialog/src/DialogEnvironment.js +11 -4
- package/es/dialog/src/DialogProvider.d.ts +1 -0
- package/es/dynamic-tags/src/DynamicTags.d.ts +1 -0
- package/es/image/src/utils.d.ts +1 -1
- package/es/input/src/Input.d.ts +1 -0
- package/es/input/src/Input.js +19 -8
- package/es/input/src/interface.d.ts +1 -0
- package/es/input/src/styles/input.cssr.js +1 -6
- package/es/input-number/src/InputNumber.d.ts +1 -0
- package/es/input-number/src/InputNumber.js +4 -0
- package/es/legacy-grid/src/Row.d.ts +1 -0
- package/es/legacy-grid/src/Row.js +8 -3
- package/es/legacy-grid/src/styles/rtl.cssr.d.ts +2 -0
- package/es/legacy-grid/src/styles/rtl.cssr.js +21 -0
- package/es/legacy-grid/styles/dark.d.ts +4 -0
- package/es/legacy-grid/styles/dark.js +6 -0
- package/es/legacy-grid/styles/index.d.ts +4 -0
- package/es/legacy-grid/styles/index.js +3 -0
- package/es/legacy-grid/styles/light.d.ts +4 -0
- package/es/legacy-grid/styles/light.js +6 -0
- package/es/legacy-grid/styles/rtl.d.ts +2 -0
- package/es/legacy-grid/styles/rtl.js +5 -0
- package/es/legacy-transfer/index.d.ts +3 -0
- package/es/legacy-transfer/index.js +1 -0
- package/es/legacy-transfer/src/Transfer.d.ts +3631 -0
- package/es/legacy-transfer/src/Transfer.js +214 -0
- package/es/legacy-transfer/src/TransferFilter.d.ts +509 -0
- package/es/legacy-transfer/src/TransferFilter.js +40 -0
- package/es/legacy-transfer/src/TransferHeader.d.ts +25 -0
- package/es/legacy-transfer/src/TransferHeader.js +47 -0
- package/es/legacy-transfer/src/TransferList.d.ts +556 -0
- package/es/legacy-transfer/src/TransferList.js +93 -0
- package/es/legacy-transfer/src/TransferListItem.d.ts +513 -0
- package/es/legacy-transfer/src/TransferListItem.js +65 -0
- package/es/legacy-transfer/src/interface.d.ts +31 -0
- package/es/legacy-transfer/src/interface.js +2 -0
- package/es/legacy-transfer/src/styles/index.cssr.d.ts +2 -0
- package/es/legacy-transfer/src/styles/index.cssr.js +215 -0
- package/es/legacy-transfer/src/use-transfer-data.d.ts +41 -0
- package/es/legacy-transfer/src/use-transfer-data.js +145 -0
- package/es/legacy-transfer/styles/_common.d.ts +5 -0
- package/es/legacy-transfer/styles/_common.js +4 -0
- package/es/legacy-transfer/styles/dark.d.ts +3 -0
- package/es/legacy-transfer/styles/dark.js +27 -0
- package/es/legacy-transfer/styles/index.d.ts +3 -0
- package/es/legacy-transfer/styles/index.js +2 -0
- package/es/legacy-transfer/styles/light.d.ts +363 -0
- package/es/legacy-transfer/styles/light.js +31 -0
- package/es/locales/common/deDE.js +11 -6
- package/es/locales/common/enGB.js +8 -1
- package/es/locales/common/enUS.d.ts +8 -1
- package/es/locales/common/enUS.js +8 -1
- package/es/locales/common/eo.js +10 -2
- package/es/locales/common/esAR.js +9 -1
- package/es/locales/common/frFR.js +9 -1
- package/es/locales/common/idID.js +9 -1
- package/es/locales/common/itIT.js +9 -1
- package/es/locales/common/jaJP.js +9 -1
- package/es/locales/common/koKR.js +9 -1
- package/es/locales/common/nbNO.js +9 -1
- package/es/locales/common/nlNL.js +9 -1
- package/es/locales/common/plPL.js +9 -1
- package/es/locales/common/ptBR.js +9 -1
- package/es/locales/common/ruRU.js +9 -1
- package/es/locales/common/skSK.js +9 -1
- package/es/locales/common/thTH.js +9 -1
- package/es/locales/common/ukUA.js +9 -1
- package/es/locales/common/viVN.js +9 -1
- package/es/locales/common/zhCN.js +8 -1
- package/es/locales/common/zhTW.js +9 -1
- package/es/log/src/Log.d.ts +10 -0
- package/es/log/styles/light.d.ts +1 -0
- package/es/mention/src/Mention.d.ts +1 -0
- package/es/notification/src/Notification.d.ts +11 -1
- package/es/notification/src/Notification.js +6 -4
- package/es/notification/src/NotificationEnvironment.d.ts +12 -0
- package/es/notification/src/NotificationEnvironment.js +27 -2
- package/es/notification/src/NotificationProvider.d.ts +7 -0
- package/es/notification/src/NotificationProvider.js +4 -2
- package/es/pagination/src/Pagination.d.ts +1 -0
- package/es/progress/src/Circle.js +3 -1
- package/es/select/src/Select.js +3 -0
- package/es/statistic/src/Statistic.d.ts +1 -0
- package/es/statistic/src/Statistic.js +9 -3
- package/es/statistic/src/styles/rtl.cssr.d.ts +2 -0
- package/es/statistic/src/styles/rtl.cssr.js +9 -0
- package/es/statistic/styles/index.d.ts +1 -0
- package/es/statistic/styles/index.js +1 -0
- package/es/statistic/styles/rtl.d.ts +2 -0
- package/es/statistic/styles/rtl.js +5 -0
- package/es/styles.d.ts +6 -3
- package/es/styles.js +6 -3
- package/es/themes/dark.js +4 -0
- package/es/themes/light.js +4 -0
- package/es/thing/src/Thing.js +9 -3
- package/es/thing/src/styles/rtl.cssr.d.ts +2 -0
- package/es/thing/src/styles/rtl.cssr.js +8 -0
- package/es/thing/styles/index.d.ts +1 -0
- package/es/thing/styles/index.js +1 -0
- package/es/thing/styles/rtl.d.ts +2 -0
- package/es/thing/styles/rtl.js +8 -0
- package/es/time-picker/src/TimePicker.d.ts +1 -0
- package/es/transfer/index.d.ts +1 -1
- package/es/transfer/src/Transfer.d.ts +210 -90
- package/es/transfer/src/Transfer.js +67 -106
- package/es/transfer/src/TransferFilter.d.ts +18 -21
- package/es/transfer/src/TransferFilter.js +2 -10
- package/es/transfer/src/TransferHeader.d.ts +10 -12
- package/es/transfer/src/TransferHeader.js +24 -29
- package/es/transfer/src/TransferList.d.ts +20 -29
- package/es/transfer/src/TransferList.js +15 -32
- package/es/transfer/src/TransferListItem.d.ts +32 -19
- package/es/transfer/src/TransferListItem.js +33 -29
- package/es/transfer/src/interface.d.ts +21 -15
- package/es/transfer/src/styles/index.cssr.js +75 -139
- package/es/transfer/src/use-transfer-data.d.ts +13 -31
- package/es/transfer/src/use-transfer-data.js +45 -121
- package/es/transfer/styles/_common.d.ts +11 -2
- package/es/transfer/styles/_common.js +11 -2
- package/es/transfer/styles/dark.js +8 -4
- package/es/transfer/styles/light.d.ts +36 -10
- package/es/transfer/styles/light.js +7 -5
- package/es/tree/src/Tree.d.ts +1 -0
- package/es/tree/src/Tree.js +22 -16
- package/es/tree/src/TreeNode.d.ts +1 -0
- package/es/tree/src/TreeNode.js +5 -3
- package/es/tree/src/styles/rtl.cssr.d.ts +2 -0
- package/es/tree/src/styles/rtl.cssr.js +17 -0
- package/es/tree/styles/index.d.ts +1 -0
- package/es/tree/styles/index.js +1 -0
- package/es/tree/styles/rtl.d.ts +2 -0
- package/es/tree/styles/rtl.js +5 -0
- package/es/upload/src/interface.d.ts +2 -2
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/es/watermark/src/Watermark.d.ts +13 -0
- package/es/watermark/src/Watermark.js +35 -14
- package/es/watermark/src/styles/index.cssr.js +13 -0
- package/lib/_internal/scrollbar/src/Scrollbar.d.ts +5 -0
- package/lib/_internal/scrollbar/src/Scrollbar.js +47 -24
- package/lib/_internal/scrollbar/src/styles/index.cssr.js +1 -1
- package/lib/_internal/scrollbar/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/_internal/scrollbar/src/styles/rtl.cssr.js +17 -0
- package/lib/_internal/scrollbar/styles/index.d.ts +1 -0
- package/lib/_internal/scrollbar/styles/index.js +3 -1
- package/lib/_internal/scrollbar/styles/rtl.d.ts +3 -0
- package/lib/_internal/scrollbar/styles/rtl.js +12 -0
- package/lib/_internal/selection/src/Selection.js +4 -2
- package/lib/_internal/selection/src/styles/index.cssr.js +4 -1
- package/lib/_mixins/index.d.ts +1 -0
- package/lib/_mixins/index.js +3 -1
- package/lib/_utils/naive/extract-public-props.d.ts +4 -1
- package/lib/auto-complete/src/AutoComplete.d.ts +1 -0
- package/lib/avatar/src/Avatar.d.ts +0 -1
- package/lib/avatar/src/Avatar.js +12 -10
- package/lib/button/src/Button.js +3 -0
- package/lib/carousel/src/Carousel.d.ts +16 -37
- package/lib/carousel/src/Carousel.js +290 -270
- package/lib/carousel/src/CarouselArrow.js +2 -4
- package/lib/carousel/src/CarouselContext.d.ts +21 -0
- package/lib/carousel/src/CarouselContext.js +16 -0
- package/lib/carousel/src/CarouselDots.d.ts +1 -1
- package/lib/carousel/src/CarouselDots.js +22 -30
- package/lib/carousel/src/CarouselItem.d.ts +4 -4
- package/lib/carousel/src/CarouselItem.js +18 -35
- package/lib/carousel/src/interface.d.ts +12 -31
- package/lib/carousel/src/interface.js +0 -5
- package/lib/carousel/src/styles/index.cssr.js +8 -3
- package/lib/carousel/src/{utils.d.ts → utils/duplicatedLogic.d.ts} +3 -8
- package/lib/carousel/src/utils/duplicatedLogic.js +55 -0
- package/lib/carousel/src/utils/event.d.ts +1 -0
- package/lib/carousel/src/utils/event.js +7 -0
- package/lib/carousel/src/utils/index.d.ts +6 -0
- package/lib/carousel/src/utils/index.js +53 -0
- package/lib/checkbox/src/CheckboxGroup.d.ts +27 -22
- package/lib/checkbox/src/CheckboxGroup.js +56 -26
- package/lib/code/src/Code.d.ts +16 -0
- package/lib/code/src/Code.js +53 -12
- package/lib/code/src/styles/index.cssr.js +13 -1
- package/lib/code/styles/dark.js +4 -2
- package/lib/code/styles/light.d.ts +1 -0
- package/lib/code/styles/light.js +4 -2
- package/lib/components.d.ts +1 -0
- package/lib/components.js +1 -0
- package/lib/config-provider/src/ConfigProvider.d.ts +24 -3
- package/lib/config-provider/src/internal-interface.d.ts +4 -0
- package/lib/date-picker/src/DatePicker.d.ts +1 -0
- package/lib/date-picker/src/panel/daterange.d.ts +0 -1
- package/lib/date-picker/src/panel/daterange.js +1 -1
- package/lib/date-picker/src/panel/datetimerange.d.ts +0 -1
- package/lib/date-picker/src/panel/datetimerange.js +1 -1
- package/lib/date-picker/src/panel/monthrange.d.ts +0 -1
- package/lib/date-picker/src/panel/monthrange.js +1 -1
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +0 -1
- package/lib/date-picker/src/panel/use-dual-calendar.js +0 -11
- package/lib/dialog/src/DialogEnvironment.d.ts +4 -0
- package/lib/dialog/src/DialogEnvironment.js +11 -4
- package/lib/dialog/src/DialogProvider.d.ts +1 -0
- package/lib/dynamic-tags/src/DynamicTags.d.ts +1 -0
- package/lib/image/src/utils.d.ts +1 -1
- package/lib/input/src/Input.d.ts +1 -0
- package/lib/input/src/Input.js +19 -8
- package/lib/input/src/interface.d.ts +1 -0
- package/lib/input/src/styles/input.cssr.js +1 -6
- package/lib/input-number/src/InputNumber.d.ts +1 -0
- package/lib/input-number/src/InputNumber.js +4 -0
- package/lib/legacy-grid/src/Row.d.ts +1 -0
- package/lib/legacy-grid/src/Row.js +7 -2
- package/lib/legacy-grid/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/legacy-grid/src/styles/rtl.cssr.js +28 -0
- package/lib/legacy-grid/styles/dark.d.ts +4 -0
- package/lib/legacy-grid/styles/dark.js +8 -0
- package/lib/legacy-grid/styles/index.d.ts +4 -0
- package/lib/legacy-grid/styles/index.js +12 -0
- package/lib/legacy-grid/styles/light.d.ts +4 -0
- package/lib/legacy-grid/styles/light.js +8 -0
- package/lib/legacy-grid/styles/rtl.d.ts +2 -0
- package/lib/legacy-grid/styles/rtl.js +11 -0
- package/lib/legacy-transfer/index.d.ts +3 -0
- package/lib/legacy-transfer/index.js +9 -0
- package/lib/legacy-transfer/src/Transfer.d.ts +3631 -0
- package/lib/legacy-transfer/src/Transfer.js +220 -0
- package/lib/legacy-transfer/src/TransferFilter.d.ts +509 -0
- package/lib/legacy-transfer/src/TransferFilter.js +42 -0
- package/lib/legacy-transfer/src/TransferHeader.d.ts +25 -0
- package/lib/legacy-transfer/src/TransferHeader.js +49 -0
- package/lib/legacy-transfer/src/TransferList.d.ts +556 -0
- package/lib/legacy-transfer/src/TransferList.js +98 -0
- package/lib/legacy-transfer/src/TransferListItem.d.ts +513 -0
- package/lib/legacy-transfer/src/TransferListItem.js +67 -0
- package/lib/legacy-transfer/src/interface.d.ts +31 -0
- package/lib/legacy-transfer/src/interface.js +5 -0
- package/lib/legacy-transfer/src/styles/index.cssr.d.ts +2 -0
- package/lib/legacy-transfer/src/styles/index.cssr.js +223 -0
- package/lib/legacy-transfer/src/use-transfer-data.d.ts +41 -0
- package/lib/legacy-transfer/src/use-transfer-data.js +149 -0
- package/lib/legacy-transfer/styles/_common.d.ts +5 -0
- package/lib/legacy-transfer/styles/_common.js +6 -0
- package/lib/legacy-transfer/styles/dark.d.ts +3 -0
- package/lib/legacy-transfer/styles/dark.js +32 -0
- package/lib/legacy-transfer/styles/index.d.ts +3 -0
- package/lib/legacy-transfer/styles/index.js +10 -0
- package/lib/legacy-transfer/styles/light.d.ts +363 -0
- package/lib/legacy-transfer/styles/light.js +36 -0
- package/lib/locales/common/deDE.js +11 -6
- package/lib/locales/common/enGB.js +8 -1
- package/lib/locales/common/enUS.d.ts +8 -1
- package/lib/locales/common/enUS.js +8 -1
- package/lib/locales/common/eo.js +10 -2
- package/lib/locales/common/esAR.js +9 -1
- package/lib/locales/common/frFR.js +9 -1
- package/lib/locales/common/idID.js +9 -1
- package/lib/locales/common/itIT.js +9 -1
- package/lib/locales/common/jaJP.js +9 -1
- package/lib/locales/common/koKR.js +9 -1
- package/lib/locales/common/nbNO.js +9 -1
- package/lib/locales/common/nlNL.js +9 -1
- package/lib/locales/common/plPL.js +9 -1
- package/lib/locales/common/ptBR.js +9 -1
- package/lib/locales/common/ruRU.js +9 -1
- package/lib/locales/common/skSK.js +9 -1
- package/lib/locales/common/thTH.js +9 -1
- package/lib/locales/common/ukUA.js +9 -1
- package/lib/locales/common/viVN.js +9 -1
- package/lib/locales/common/zhCN.js +8 -1
- package/lib/locales/common/zhTW.js +9 -1
- package/lib/log/src/Log.d.ts +10 -0
- package/lib/log/styles/light.d.ts +1 -0
- package/lib/mention/src/Mention.d.ts +1 -0
- package/lib/notification/src/Notification.d.ts +11 -1
- package/lib/notification/src/Notification.js +6 -4
- package/lib/notification/src/NotificationEnvironment.d.ts +12 -0
- package/lib/notification/src/NotificationEnvironment.js +27 -2
- package/lib/notification/src/NotificationProvider.d.ts +7 -0
- package/lib/notification/src/NotificationProvider.js +4 -2
- package/lib/pagination/src/Pagination.d.ts +1 -0
- package/lib/progress/src/Circle.js +3 -1
- package/lib/select/src/Select.js +3 -0
- package/lib/statistic/src/Statistic.d.ts +1 -0
- package/lib/statistic/src/Statistic.js +8 -2
- package/lib/statistic/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/statistic/src/styles/rtl.cssr.js +16 -0
- package/lib/statistic/styles/index.d.ts +1 -0
- package/lib/statistic/styles/index.js +3 -1
- package/lib/statistic/styles/rtl.d.ts +2 -0
- package/lib/statistic/styles/rtl.js +11 -0
- package/lib/styles.d.ts +6 -3
- package/lib/styles.js +151 -142
- package/lib/themes/dark.js +82 -78
- package/lib/themes/light.js +82 -78
- package/lib/thing/src/Thing.js +8 -2
- package/lib/thing/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/thing/src/styles/rtl.cssr.js +15 -0
- package/lib/thing/styles/index.d.ts +1 -0
- package/lib/thing/styles/index.js +3 -1
- package/lib/thing/styles/rtl.d.ts +2 -0
- package/lib/thing/styles/rtl.js +14 -0
- package/lib/time-picker/src/TimePicker.d.ts +1 -0
- package/lib/transfer/index.d.ts +1 -1
- package/lib/transfer/src/Transfer.d.ts +210 -90
- package/lib/transfer/src/Transfer.js +63 -102
- package/lib/transfer/src/TransferFilter.d.ts +18 -21
- package/lib/transfer/src/TransferFilter.js +2 -10
- package/lib/transfer/src/TransferHeader.d.ts +10 -12
- package/lib/transfer/src/TransferHeader.js +23 -28
- package/lib/transfer/src/TransferList.d.ts +20 -29
- package/lib/transfer/src/TransferList.js +14 -31
- package/lib/transfer/src/TransferListItem.d.ts +32 -19
- package/lib/transfer/src/TransferListItem.js +33 -29
- package/lib/transfer/src/interface.d.ts +21 -15
- package/lib/transfer/src/styles/index.cssr.js +74 -139
- package/lib/transfer/src/use-transfer-data.d.ts +13 -31
- package/lib/transfer/src/use-transfer-data.js +44 -120
- package/lib/transfer/styles/_common.d.ts +11 -2
- package/lib/transfer/styles/_common.js +11 -2
- package/lib/transfer/styles/dark.js +8 -4
- package/lib/transfer/styles/light.d.ts +36 -10
- package/lib/transfer/styles/light.js +7 -5
- package/lib/tree/src/Tree.d.ts +1 -0
- package/lib/tree/src/Tree.js +21 -15
- package/lib/tree/src/TreeNode.d.ts +1 -0
- package/lib/tree/src/TreeNode.js +5 -3
- package/lib/tree/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/tree/src/styles/rtl.cssr.js +24 -0
- package/lib/tree/styles/index.d.ts +1 -0
- package/lib/tree/styles/index.js +3 -1
- package/lib/tree/styles/rtl.d.ts +2 -0
- package/lib/tree/styles/rtl.js +11 -0
- package/lib/upload/src/interface.d.ts +2 -2
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/watermark/src/Watermark.d.ts +13 -0
- package/lib/watermark/src/Watermark.js +34 -13
- package/lib/watermark/src/styles/index.cssr.js +13 -0
- package/package.json +4 -3
- package/volar.d.ts +1 -0
- package/web-types.json +183 -1
- package/lib/carousel/src/utils.js +0 -69
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { ExtractPublicPropTypes } from '../../_utils';
|
|
3
3
|
import type { MaybeArray } from '../../_utils';
|
|
4
|
-
import { OptionValue, Option, Filter, OnUpdateValue } from './interface';
|
|
4
|
+
import { OptionValue, Option, Filter, OnUpdateValue, TransferRenderTargetLabel, TransferRenderSourceList, TransferRenderSourceLabel } from './interface';
|
|
5
5
|
export declare const transferProps: {
|
|
6
6
|
readonly value: PropType<OptionValue[] | null>;
|
|
7
7
|
readonly defaultValue: {
|
|
@@ -27,13 +27,12 @@ export declare const transferProps: {
|
|
|
27
27
|
readonly default: (pattern: string, option: Option) => number | true;
|
|
28
28
|
};
|
|
29
29
|
readonly size: PropType<"small" | "medium" | "large">;
|
|
30
|
+
readonly renderSourceLabel: PropType<TransferRenderSourceLabel>;
|
|
31
|
+
readonly renderTargetLabel: PropType<TransferRenderTargetLabel>;
|
|
32
|
+
readonly renderSourceList: PropType<TransferRenderSourceList>;
|
|
30
33
|
readonly 'onUpdate:value': PropType<MaybeArray<OnUpdateValue>>;
|
|
31
34
|
readonly onUpdateValue: PropType<MaybeArray<OnUpdateValue>>;
|
|
32
|
-
readonly onChange:
|
|
33
|
-
readonly type: PropType<MaybeArray<OnUpdateValue>>;
|
|
34
|
-
readonly validator: () => boolean;
|
|
35
|
-
readonly default: undefined;
|
|
36
|
-
};
|
|
35
|
+
readonly onChange: PropType<MaybeArray<OnUpdateValue>>;
|
|
37
36
|
readonly theme: PropType<import("../../_mixins").Theme<"Transfer", {
|
|
38
37
|
itemHeightSmall: string;
|
|
39
38
|
itemHeightMedium: string;
|
|
@@ -42,21 +41,34 @@ export declare const transferProps: {
|
|
|
42
41
|
fontSizeMedium: string;
|
|
43
42
|
fontSizeLarge: string;
|
|
44
43
|
borderRadius: string;
|
|
44
|
+
dividerColor: string;
|
|
45
45
|
borderColor: string;
|
|
46
46
|
listColor: string;
|
|
47
47
|
headerColor: string;
|
|
48
48
|
titleTextColor: string;
|
|
49
49
|
titleTextColorDisabled: string;
|
|
50
50
|
extraTextColor: string;
|
|
51
|
-
|
|
51
|
+
extraTextColorDisabled: string;
|
|
52
52
|
itemTextColor: string;
|
|
53
53
|
itemTextColorDisabled: string;
|
|
54
54
|
itemColorPending: string;
|
|
55
55
|
titleFontWeight: string;
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
56
|
+
closeColorHover: string;
|
|
57
|
+
closeColorPressed: string;
|
|
58
|
+
closeIconColor: string;
|
|
59
|
+
closeIconColorHover: string;
|
|
60
|
+
closeIconColorPressed: string;
|
|
61
|
+
extraFontSizeSmall: string;
|
|
62
|
+
extraFontSizeMedium: string;
|
|
63
|
+
extraFontSizeLarge: string;
|
|
64
|
+
titleFontSizeSmall: string;
|
|
65
|
+
titleFontSizeMedium: string;
|
|
66
|
+
titleFontSizeLarge: string;
|
|
67
|
+
closeSize: string;
|
|
68
|
+
closeIconSize: string;
|
|
69
|
+
headerHeightSmall: string;
|
|
70
|
+
headerHeightMedium: string;
|
|
71
|
+
headerHeightLarge: string;
|
|
60
72
|
}, {
|
|
61
73
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
62
74
|
labelLineHeight: string;
|
|
@@ -377,21 +389,34 @@ export declare const transferProps: {
|
|
|
377
389
|
fontSizeMedium: string;
|
|
378
390
|
fontSizeLarge: string;
|
|
379
391
|
borderRadius: string;
|
|
392
|
+
dividerColor: string;
|
|
380
393
|
borderColor: string;
|
|
381
394
|
listColor: string;
|
|
382
395
|
headerColor: string;
|
|
383
396
|
titleTextColor: string;
|
|
384
397
|
titleTextColorDisabled: string;
|
|
385
398
|
extraTextColor: string;
|
|
386
|
-
|
|
399
|
+
extraTextColorDisabled: string;
|
|
387
400
|
itemTextColor: string;
|
|
388
401
|
itemTextColorDisabled: string;
|
|
389
402
|
itemColorPending: string;
|
|
390
403
|
titleFontWeight: string;
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
404
|
+
closeColorHover: string;
|
|
405
|
+
closeColorPressed: string;
|
|
406
|
+
closeIconColor: string;
|
|
407
|
+
closeIconColorHover: string;
|
|
408
|
+
closeIconColorPressed: string;
|
|
409
|
+
extraFontSizeSmall: string;
|
|
410
|
+
extraFontSizeMedium: string;
|
|
411
|
+
extraFontSizeLarge: string;
|
|
412
|
+
titleFontSizeSmall: string;
|
|
413
|
+
titleFontSizeMedium: string;
|
|
414
|
+
titleFontSizeLarge: string;
|
|
415
|
+
closeSize: string;
|
|
416
|
+
closeIconSize: string;
|
|
417
|
+
headerHeightSmall: string;
|
|
418
|
+
headerHeightMedium: string;
|
|
419
|
+
headerHeightLarge: string;
|
|
395
420
|
}, {
|
|
396
421
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
397
422
|
labelLineHeight: string;
|
|
@@ -712,21 +737,34 @@ export declare const transferProps: {
|
|
|
712
737
|
fontSizeMedium: string;
|
|
713
738
|
fontSizeLarge: string;
|
|
714
739
|
borderRadius: string;
|
|
740
|
+
dividerColor: string;
|
|
715
741
|
borderColor: string;
|
|
716
742
|
listColor: string;
|
|
717
743
|
headerColor: string;
|
|
718
744
|
titleTextColor: string;
|
|
719
745
|
titleTextColorDisabled: string;
|
|
720
746
|
extraTextColor: string;
|
|
721
|
-
|
|
747
|
+
extraTextColorDisabled: string;
|
|
722
748
|
itemTextColor: string;
|
|
723
749
|
itemTextColorDisabled: string;
|
|
724
750
|
itemColorPending: string;
|
|
725
751
|
titleFontWeight: string;
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
752
|
+
closeColorHover: string;
|
|
753
|
+
closeColorPressed: string;
|
|
754
|
+
closeIconColor: string;
|
|
755
|
+
closeIconColorHover: string;
|
|
756
|
+
closeIconColorPressed: string;
|
|
757
|
+
extraFontSizeSmall: string;
|
|
758
|
+
extraFontSizeMedium: string;
|
|
759
|
+
extraFontSizeLarge: string;
|
|
760
|
+
titleFontSizeSmall: string;
|
|
761
|
+
titleFontSizeMedium: string;
|
|
762
|
+
titleFontSizeLarge: string;
|
|
763
|
+
closeSize: string;
|
|
764
|
+
closeIconSize: string;
|
|
765
|
+
headerHeightSmall: string;
|
|
766
|
+
headerHeightMedium: string;
|
|
767
|
+
headerHeightLarge: string;
|
|
730
768
|
}, {
|
|
731
769
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
732
770
|
labelLineHeight: string;
|
|
@@ -1066,13 +1104,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1066
1104
|
readonly default: (pattern: string, option: Option) => number | true;
|
|
1067
1105
|
};
|
|
1068
1106
|
readonly size: PropType<"small" | "medium" | "large">;
|
|
1107
|
+
readonly renderSourceLabel: PropType<TransferRenderSourceLabel>;
|
|
1108
|
+
readonly renderTargetLabel: PropType<TransferRenderTargetLabel>;
|
|
1109
|
+
readonly renderSourceList: PropType<TransferRenderSourceList>;
|
|
1069
1110
|
readonly 'onUpdate:value': PropType<MaybeArray<OnUpdateValue>>;
|
|
1070
1111
|
readonly onUpdateValue: PropType<MaybeArray<OnUpdateValue>>;
|
|
1071
|
-
readonly onChange:
|
|
1072
|
-
readonly type: PropType<MaybeArray<OnUpdateValue>>;
|
|
1073
|
-
readonly validator: () => boolean;
|
|
1074
|
-
readonly default: undefined;
|
|
1075
|
-
};
|
|
1112
|
+
readonly onChange: PropType<MaybeArray<OnUpdateValue>>;
|
|
1076
1113
|
readonly theme: PropType<import("../../_mixins").Theme<"Transfer", {
|
|
1077
1114
|
itemHeightSmall: string;
|
|
1078
1115
|
itemHeightMedium: string;
|
|
@@ -1081,21 +1118,34 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1081
1118
|
fontSizeMedium: string;
|
|
1082
1119
|
fontSizeLarge: string;
|
|
1083
1120
|
borderRadius: string;
|
|
1121
|
+
dividerColor: string;
|
|
1084
1122
|
borderColor: string;
|
|
1085
1123
|
listColor: string;
|
|
1086
1124
|
headerColor: string;
|
|
1087
1125
|
titleTextColor: string;
|
|
1088
1126
|
titleTextColorDisabled: string;
|
|
1089
1127
|
extraTextColor: string;
|
|
1090
|
-
|
|
1128
|
+
extraTextColorDisabled: string;
|
|
1091
1129
|
itemTextColor: string;
|
|
1092
1130
|
itemTextColorDisabled: string;
|
|
1093
1131
|
itemColorPending: string;
|
|
1094
1132
|
titleFontWeight: string;
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1133
|
+
closeColorHover: string;
|
|
1134
|
+
closeColorPressed: string;
|
|
1135
|
+
closeIconColor: string;
|
|
1136
|
+
closeIconColorHover: string;
|
|
1137
|
+
closeIconColorPressed: string;
|
|
1138
|
+
extraFontSizeSmall: string;
|
|
1139
|
+
extraFontSizeMedium: string;
|
|
1140
|
+
extraFontSizeLarge: string;
|
|
1141
|
+
titleFontSizeSmall: string;
|
|
1142
|
+
titleFontSizeMedium: string;
|
|
1143
|
+
titleFontSizeLarge: string;
|
|
1144
|
+
closeSize: string;
|
|
1145
|
+
closeIconSize: string;
|
|
1146
|
+
headerHeightSmall: string;
|
|
1147
|
+
headerHeightMedium: string;
|
|
1148
|
+
headerHeightLarge: string;
|
|
1099
1149
|
}, {
|
|
1100
1150
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
1101
1151
|
labelLineHeight: string;
|
|
@@ -1416,21 +1466,34 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1416
1466
|
fontSizeMedium: string;
|
|
1417
1467
|
fontSizeLarge: string;
|
|
1418
1468
|
borderRadius: string;
|
|
1469
|
+
dividerColor: string;
|
|
1419
1470
|
borderColor: string;
|
|
1420
1471
|
listColor: string;
|
|
1421
1472
|
headerColor: string;
|
|
1422
1473
|
titleTextColor: string;
|
|
1423
1474
|
titleTextColorDisabled: string;
|
|
1424
1475
|
extraTextColor: string;
|
|
1425
|
-
|
|
1476
|
+
extraTextColorDisabled: string;
|
|
1426
1477
|
itemTextColor: string;
|
|
1427
1478
|
itemTextColorDisabled: string;
|
|
1428
1479
|
itemColorPending: string;
|
|
1429
1480
|
titleFontWeight: string;
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1481
|
+
closeColorHover: string;
|
|
1482
|
+
closeColorPressed: string;
|
|
1483
|
+
closeIconColor: string;
|
|
1484
|
+
closeIconColorHover: string;
|
|
1485
|
+
closeIconColorPressed: string;
|
|
1486
|
+
extraFontSizeSmall: string;
|
|
1487
|
+
extraFontSizeMedium: string;
|
|
1488
|
+
extraFontSizeLarge: string;
|
|
1489
|
+
titleFontSizeSmall: string;
|
|
1490
|
+
titleFontSizeMedium: string;
|
|
1491
|
+
titleFontSizeLarge: string;
|
|
1492
|
+
closeSize: string;
|
|
1493
|
+
closeIconSize: string;
|
|
1494
|
+
headerHeightSmall: string;
|
|
1495
|
+
headerHeightMedium: string;
|
|
1496
|
+
headerHeightLarge: string;
|
|
1434
1497
|
}, {
|
|
1435
1498
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
1436
1499
|
labelLineHeight: string;
|
|
@@ -1751,21 +1814,34 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1751
1814
|
fontSizeMedium: string;
|
|
1752
1815
|
fontSizeLarge: string;
|
|
1753
1816
|
borderRadius: string;
|
|
1817
|
+
dividerColor: string;
|
|
1754
1818
|
borderColor: string;
|
|
1755
1819
|
listColor: string;
|
|
1756
1820
|
headerColor: string;
|
|
1757
1821
|
titleTextColor: string;
|
|
1758
1822
|
titleTextColorDisabled: string;
|
|
1759
1823
|
extraTextColor: string;
|
|
1760
|
-
|
|
1824
|
+
extraTextColorDisabled: string;
|
|
1761
1825
|
itemTextColor: string;
|
|
1762
1826
|
itemTextColorDisabled: string;
|
|
1763
1827
|
itemColorPending: string;
|
|
1764
1828
|
titleFontWeight: string;
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1829
|
+
closeColorHover: string;
|
|
1830
|
+
closeColorPressed: string;
|
|
1831
|
+
closeIconColor: string;
|
|
1832
|
+
closeIconColorHover: string;
|
|
1833
|
+
closeIconColorPressed: string;
|
|
1834
|
+
extraFontSizeSmall: string;
|
|
1835
|
+
extraFontSizeMedium: string;
|
|
1836
|
+
extraFontSizeLarge: string;
|
|
1837
|
+
titleFontSizeSmall: string;
|
|
1838
|
+
titleFontSizeMedium: string;
|
|
1839
|
+
titleFontSizeLarge: string;
|
|
1840
|
+
closeSize: string;
|
|
1841
|
+
closeIconSize: string;
|
|
1842
|
+
headerHeightSmall: string;
|
|
1843
|
+
headerHeightMedium: string;
|
|
1844
|
+
headerHeightLarge: string;
|
|
1769
1845
|
}, {
|
|
1770
1846
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
1771
1847
|
labelLineHeight: string;
|
|
@@ -2079,15 +2155,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2079
2155
|
}, any>;
|
|
2080
2156
|
}>>>;
|
|
2081
2157
|
}, {
|
|
2082
|
-
locale: import("vue").Ref<{
|
|
2083
|
-
sourceTitle: string;
|
|
2084
|
-
targetTitle: string;
|
|
2085
|
-
}>;
|
|
2086
2158
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
2087
2159
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
2088
2160
|
itemSize: import("vue").ComputedRef<number>;
|
|
2089
2161
|
isMounted: Readonly<import("vue").Ref<boolean>>;
|
|
2090
|
-
isInputing: import("vue").Ref<boolean>;
|
|
2091
2162
|
mergedTheme: import("vue").ComputedRef<{
|
|
2092
2163
|
common: {
|
|
2093
2164
|
baseColor: string;
|
|
@@ -2202,21 +2273,34 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2202
2273
|
fontSizeMedium: string;
|
|
2203
2274
|
fontSizeLarge: string;
|
|
2204
2275
|
borderRadius: string;
|
|
2276
|
+
dividerColor: string;
|
|
2205
2277
|
borderColor: string;
|
|
2206
2278
|
listColor: string;
|
|
2207
2279
|
headerColor: string;
|
|
2208
2280
|
titleTextColor: string;
|
|
2209
2281
|
titleTextColorDisabled: string;
|
|
2210
2282
|
extraTextColor: string;
|
|
2211
|
-
|
|
2283
|
+
extraTextColorDisabled: string;
|
|
2212
2284
|
itemTextColor: string;
|
|
2213
2285
|
itemTextColorDisabled: string;
|
|
2214
2286
|
itemColorPending: string;
|
|
2215
2287
|
titleFontWeight: string;
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2288
|
+
closeColorHover: string;
|
|
2289
|
+
closeColorPressed: string;
|
|
2290
|
+
closeIconColor: string;
|
|
2291
|
+
closeIconColorHover: string;
|
|
2292
|
+
closeIconColorPressed: string;
|
|
2293
|
+
extraFontSizeSmall: string;
|
|
2294
|
+
extraFontSizeMedium: string;
|
|
2295
|
+
extraFontSizeLarge: string;
|
|
2296
|
+
titleFontSizeSmall: string;
|
|
2297
|
+
titleFontSizeMedium: string;
|
|
2298
|
+
titleFontSizeLarge: string;
|
|
2299
|
+
closeSize: string;
|
|
2300
|
+
closeIconSize: string;
|
|
2301
|
+
headerHeightSmall: string;
|
|
2302
|
+
headerHeightMedium: string;
|
|
2303
|
+
headerHeightLarge: string;
|
|
2220
2304
|
};
|
|
2221
2305
|
peers: {
|
|
2222
2306
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
@@ -2559,30 +2643,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2559
2643
|
};
|
|
2560
2644
|
}>;
|
|
2561
2645
|
filteredSrcOpts: import("vue").ComputedRef<Option[]>;
|
|
2562
|
-
|
|
2646
|
+
tgtOpts: import("vue").ComputedRef<Option[]>;
|
|
2563
2647
|
srcPattern: import("vue").Ref<string>;
|
|
2564
|
-
|
|
2565
|
-
toButtonDisabled: import("vue").ComputedRef<boolean>;
|
|
2566
|
-
fromButtonDisabled: import("vue").ComputedRef<boolean>;
|
|
2567
|
-
handleSrcHeaderCheck: (value: boolean) => void;
|
|
2568
|
-
handleTgtHeaderCheck: () => void;
|
|
2569
|
-
handleToSrcClick: () => void;
|
|
2570
|
-
handleToTgtClick: () => void;
|
|
2571
|
-
handleInputFocus: () => void;
|
|
2572
|
-
handleInputBlur: () => void;
|
|
2573
|
-
handleTgtFilterUpdateValue: (value: string | null) => void;
|
|
2648
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
2574
2649
|
handleSrcFilterUpdateValue: (value: string | null) => void;
|
|
2650
|
+
handleCheckedAll: () => void;
|
|
2651
|
+
handleClearAll: () => void;
|
|
2652
|
+
handleItemCheck: (checked: boolean, optionValue: OptionValue) => void;
|
|
2653
|
+
handleChecked: (optionValueList: OptionValue[]) => void;
|
|
2575
2654
|
cssVars: import("vue").ComputedRef<{
|
|
2576
2655
|
'--n-bezier': string;
|
|
2577
|
-
'--n-bezier-ease-in': string;
|
|
2578
|
-
'--n-bezier-ease-out': string;
|
|
2579
2656
|
'--n-border-color': string;
|
|
2580
2657
|
'--n-border-radius': string;
|
|
2581
2658
|
'--n-extra-font-size': string;
|
|
2582
|
-
'--n-filter-divider-color': string;
|
|
2583
2659
|
'--n-font-size': string;
|
|
2584
|
-
'--n-header-
|
|
2660
|
+
'--n-header-font-size': string;
|
|
2585
2661
|
'--n-header-extra-text-color': string;
|
|
2662
|
+
'--n-header-extra-text-color-disabled': string;
|
|
2586
2663
|
'--n-header-font-weight': string;
|
|
2587
2664
|
'--n-header-text-color': string;
|
|
2588
2665
|
'--n-header-text-color-disabled': string;
|
|
@@ -2591,9 +2668,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2591
2668
|
'--n-item-text-color': string;
|
|
2592
2669
|
'--n-item-text-color-disabled': string;
|
|
2593
2670
|
'--n-list-color': string;
|
|
2594
|
-
'--n-
|
|
2595
|
-
'--n-
|
|
2596
|
-
'--n-icon-
|
|
2671
|
+
'--n-header-height': string;
|
|
2672
|
+
'--n-close-size': string;
|
|
2673
|
+
'--n-close-icon-size': string;
|
|
2674
|
+
'--n-close-color-hover': string;
|
|
2675
|
+
'--n-close-color-pressed': string;
|
|
2676
|
+
'--n-close-icon-color': string;
|
|
2677
|
+
'--n-close-icon-color-hover': string;
|
|
2678
|
+
'--n-close-icon-color-pressed': string;
|
|
2679
|
+
'--n-divider-color': string;
|
|
2597
2680
|
}>;
|
|
2598
2681
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2599
2682
|
readonly value: PropType<OptionValue[] | null>;
|
|
@@ -2620,13 +2703,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2620
2703
|
readonly default: (pattern: string, option: Option) => number | true;
|
|
2621
2704
|
};
|
|
2622
2705
|
readonly size: PropType<"small" | "medium" | "large">;
|
|
2706
|
+
readonly renderSourceLabel: PropType<TransferRenderSourceLabel>;
|
|
2707
|
+
readonly renderTargetLabel: PropType<TransferRenderTargetLabel>;
|
|
2708
|
+
readonly renderSourceList: PropType<TransferRenderSourceList>;
|
|
2623
2709
|
readonly 'onUpdate:value': PropType<MaybeArray<OnUpdateValue>>;
|
|
2624
2710
|
readonly onUpdateValue: PropType<MaybeArray<OnUpdateValue>>;
|
|
2625
|
-
readonly onChange:
|
|
2626
|
-
readonly type: PropType<MaybeArray<OnUpdateValue>>;
|
|
2627
|
-
readonly validator: () => boolean;
|
|
2628
|
-
readonly default: undefined;
|
|
2629
|
-
};
|
|
2711
|
+
readonly onChange: PropType<MaybeArray<OnUpdateValue>>;
|
|
2630
2712
|
readonly theme: PropType<import("../../_mixins").Theme<"Transfer", {
|
|
2631
2713
|
itemHeightSmall: string;
|
|
2632
2714
|
itemHeightMedium: string;
|
|
@@ -2635,21 +2717,34 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2635
2717
|
fontSizeMedium: string;
|
|
2636
2718
|
fontSizeLarge: string;
|
|
2637
2719
|
borderRadius: string;
|
|
2720
|
+
dividerColor: string;
|
|
2638
2721
|
borderColor: string;
|
|
2639
2722
|
listColor: string;
|
|
2640
2723
|
headerColor: string;
|
|
2641
2724
|
titleTextColor: string;
|
|
2642
2725
|
titleTextColorDisabled: string;
|
|
2643
2726
|
extraTextColor: string;
|
|
2644
|
-
|
|
2727
|
+
extraTextColorDisabled: string;
|
|
2645
2728
|
itemTextColor: string;
|
|
2646
2729
|
itemTextColorDisabled: string;
|
|
2647
2730
|
itemColorPending: string;
|
|
2648
2731
|
titleFontWeight: string;
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2732
|
+
closeColorHover: string;
|
|
2733
|
+
closeColorPressed: string;
|
|
2734
|
+
closeIconColor: string;
|
|
2735
|
+
closeIconColorHover: string;
|
|
2736
|
+
closeIconColorPressed: string;
|
|
2737
|
+
extraFontSizeSmall: string;
|
|
2738
|
+
extraFontSizeMedium: string;
|
|
2739
|
+
extraFontSizeLarge: string;
|
|
2740
|
+
titleFontSizeSmall: string;
|
|
2741
|
+
titleFontSizeMedium: string;
|
|
2742
|
+
titleFontSizeLarge: string;
|
|
2743
|
+
closeSize: string;
|
|
2744
|
+
closeIconSize: string;
|
|
2745
|
+
headerHeightSmall: string;
|
|
2746
|
+
headerHeightMedium: string;
|
|
2747
|
+
headerHeightLarge: string;
|
|
2653
2748
|
}, {
|
|
2654
2749
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
2655
2750
|
labelLineHeight: string;
|
|
@@ -2970,21 +3065,34 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2970
3065
|
fontSizeMedium: string;
|
|
2971
3066
|
fontSizeLarge: string;
|
|
2972
3067
|
borderRadius: string;
|
|
3068
|
+
dividerColor: string;
|
|
2973
3069
|
borderColor: string;
|
|
2974
3070
|
listColor: string;
|
|
2975
3071
|
headerColor: string;
|
|
2976
3072
|
titleTextColor: string;
|
|
2977
3073
|
titleTextColorDisabled: string;
|
|
2978
3074
|
extraTextColor: string;
|
|
2979
|
-
|
|
3075
|
+
extraTextColorDisabled: string;
|
|
2980
3076
|
itemTextColor: string;
|
|
2981
3077
|
itemTextColorDisabled: string;
|
|
2982
3078
|
itemColorPending: string;
|
|
2983
3079
|
titleFontWeight: string;
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
3080
|
+
closeColorHover: string;
|
|
3081
|
+
closeColorPressed: string;
|
|
3082
|
+
closeIconColor: string;
|
|
3083
|
+
closeIconColorHover: string;
|
|
3084
|
+
closeIconColorPressed: string;
|
|
3085
|
+
extraFontSizeSmall: string;
|
|
3086
|
+
extraFontSizeMedium: string;
|
|
3087
|
+
extraFontSizeLarge: string;
|
|
3088
|
+
titleFontSizeSmall: string;
|
|
3089
|
+
titleFontSizeMedium: string;
|
|
3090
|
+
titleFontSizeLarge: string;
|
|
3091
|
+
closeSize: string;
|
|
3092
|
+
closeIconSize: string;
|
|
3093
|
+
headerHeightSmall: string;
|
|
3094
|
+
headerHeightMedium: string;
|
|
3095
|
+
headerHeightLarge: string;
|
|
2988
3096
|
}, {
|
|
2989
3097
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
2990
3098
|
labelLineHeight: string;
|
|
@@ -3305,21 +3413,34 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3305
3413
|
fontSizeMedium: string;
|
|
3306
3414
|
fontSizeLarge: string;
|
|
3307
3415
|
borderRadius: string;
|
|
3416
|
+
dividerColor: string;
|
|
3308
3417
|
borderColor: string;
|
|
3309
3418
|
listColor: string;
|
|
3310
3419
|
headerColor: string;
|
|
3311
3420
|
titleTextColor: string;
|
|
3312
3421
|
titleTextColorDisabled: string;
|
|
3313
3422
|
extraTextColor: string;
|
|
3314
|
-
|
|
3423
|
+
extraTextColorDisabled: string;
|
|
3315
3424
|
itemTextColor: string;
|
|
3316
3425
|
itemTextColorDisabled: string;
|
|
3317
3426
|
itemColorPending: string;
|
|
3318
3427
|
titleFontWeight: string;
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
|
|
3428
|
+
closeColorHover: string;
|
|
3429
|
+
closeColorPressed: string;
|
|
3430
|
+
closeIconColor: string;
|
|
3431
|
+
closeIconColorHover: string;
|
|
3432
|
+
closeIconColorPressed: string;
|
|
3433
|
+
extraFontSizeSmall: string;
|
|
3434
|
+
extraFontSizeMedium: string;
|
|
3435
|
+
extraFontSizeLarge: string;
|
|
3436
|
+
titleFontSizeSmall: string;
|
|
3437
|
+
titleFontSizeMedium: string;
|
|
3438
|
+
titleFontSizeLarge: string;
|
|
3439
|
+
closeSize: string;
|
|
3440
|
+
closeIconSize: string;
|
|
3441
|
+
headerHeightSmall: string;
|
|
3442
|
+
headerHeightMedium: string;
|
|
3443
|
+
headerHeightLarge: string;
|
|
3323
3444
|
}, {
|
|
3324
3445
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
3325
3446
|
labelLineHeight: string;
|
|
@@ -3635,7 +3756,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3635
3756
|
}>>, {
|
|
3636
3757
|
readonly filter: Filter;
|
|
3637
3758
|
readonly disabled: boolean | undefined;
|
|
3638
|
-
readonly onChange: MaybeArray<OnUpdateValue>;
|
|
3639
3759
|
readonly options: Option[];
|
|
3640
3760
|
readonly virtualScroll: boolean;
|
|
3641
3761
|
readonly filterable: boolean;
|