foucui 1.0.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/README.md +43 -0
- package/components/QiuAffix/index.vue +186 -0
- package/components/QiuAlert/index.vue +208 -0
- package/components/QiuAnchor/context.ts +18 -0
- package/components/QiuAnchor/index.vue +180 -0
- package/components/QiuAnchorLink/index.vue +67 -0
- package/components/QiuApp/index.vue +9 -0
- package/components/QiuAutocomplete/index.vue +408 -0
- package/components/QiuAvatar/index.vue +140 -0
- package/components/QiuBacktop/index.vue +121 -0
- package/components/QiuBadge/api/index.ts +389 -0
- package/components/QiuBadge/components/BadgeImagePickerDialog.vue +243 -0
- package/components/QiuBadge/components/BadgeLibraryManagerDialog.vue +30 -0
- package/components/QiuBadge/components/BadgeLibraryPanel.vue +182 -0
- package/components/QiuBadge/composables/useTableHostHeight.ts +53 -0
- package/components/QiuBadge/index.ts +18 -0
- package/components/QiuBadge/shared/BadgeTemplateRenderer.vue +32 -0
- package/components/QiuBadge/shared/assetUrl.ts +26 -0
- package/components/QiuBadge/shared/badgeTemplate.ts +309 -0
- package/components/QiuBadge/utils/chinaAreaData.ts +44 -0
- package/components/QiuBadge/utils/hostRegion.ts +22 -0
- package/components/QiuBadge/utils/pca-code.json +1 -0
- package/components/QiuBadge/utils/pdfFromElement.ts +348 -0
- package/components/QiuBadge/views/BadgeLibraryView.vue +32 -0
- package/components/QiuBadge/views/BadgeManageView.vue +1364 -0
- package/components/QiuBadge/views/BadgeTemplateEditorView.vue +10 -0
- package/components/QiuBadge/views/BadgeTemplateListView.vue +229 -0
- package/components/QiuBadge/views/DeskLabelTemplateListView.vue +227 -0
- package/components/QiuBadge/views/DeskLabelView.vue +683 -0
- package/components/QiuBadgeDot/index.vue +87 -0
- package/components/QiuButton/index.vue +247 -0
- package/components/QiuButtonGroup/index.vue +63 -0
- package/components/QiuCanvasKit/QiuCanvasEditor.vue +5503 -0
- package/components/QiuCanvasKit/QiuCanvasRenderer.vue +348 -0
- package/components/QiuCanvasKit/assetUrl.ts +11 -0
- package/components/QiuCanvasKit/components/DataModulesPanel.vue +352 -0
- package/components/QiuCanvasKit/export/html.ts +132 -0
- package/components/QiuCanvasKit/export/pdf.ts +48 -0
- package/components/QiuCanvasKit/export/png.ts +50 -0
- package/components/QiuCanvasKit/index.ts +20 -0
- package/components/QiuCanvasKit/modules/badgeCompat.ts +84 -0
- package/components/QiuCanvasKit/modules/dataRegistry.ts +207 -0
- package/components/QiuCanvasKit/modules/merge.ts +71 -0
- package/components/QiuCanvasKit/presets/badge.ts +67 -0
- package/components/QiuCanvasKit/presets/banner.ts +79 -0
- package/components/QiuCanvasKit/types.ts +138 -0
- package/components/QiuCard/index.vue +104 -0
- package/components/QiuCarousel/context.ts +16 -0
- package/components/QiuCarousel/index.vue +343 -0
- package/components/QiuCarouselItem/index.vue +47 -0
- package/components/QiuCascader/index.vue +879 -0
- package/components/QiuCascader/types.ts +48 -0
- package/components/QiuCheckbox/QiuCheckboxGroup.vue +78 -0
- package/components/QiuCheckbox/index.vue +231 -0
- package/components/QiuCheckbox/types.ts +8 -0
- package/components/QiuCode/index.vue +64 -0
- package/components/QiuCol/col.scss +55 -0
- package/components/QiuCol/index.vue +64 -0
- package/components/QiuCollapse/context.ts +10 -0
- package/components/QiuCollapse/index.vue +70 -0
- package/components/QiuCollapseItem/index.vue +167 -0
- package/components/QiuColorField/index.vue +296 -0
- package/components/QiuColorPicker/README.md +118 -0
- package/components/QiuColorPicker/index.vue +60 -0
- package/components/QiuColorfulCard/index.vue +101 -0
- package/components/QiuCombobox/index.vue +277 -0
- package/components/QiuConfigProvider/index.vue +31 -0
- package/components/QiuContextMenu/index.vue +209 -0
- package/components/QiuDate/index.vue +1134 -0
- package/components/QiuDescriptions/context.ts +20 -0
- package/components/QiuDescriptions/index.vue +115 -0
- package/components/QiuDescriptionsItem/index.vue +103 -0
- package/components/QiuDialog/index.vue +828 -0
- package/components/QiuDigitalCard/index.vue +159 -0
- package/components/QiuDivider/index.vue +185 -0
- package/components/QiuDot/index.vue +83 -0
- package/components/QiuDrawer/index.vue +350 -0
- package/components/QiuDropdown/QiuDropdownItem.vue +74 -0
- package/components/QiuDropdown/QiuDropdownMenu.vue +22 -0
- package/components/QiuDropdown/context.ts +9 -0
- package/components/QiuDropdown/index.vue +189 -0
- package/components/QiuEmpty/index.vue +73 -0
- package/components/QiuForm/index.vue +172 -0
- package/components/QiuForm/types.ts +39 -0
- package/components/QiuFormItem/index.vue +276 -0
- package/components/QiuFullscreen/index.vue +11 -0
- package/components/QiuGrid/index.vue +408 -0
- package/components/QiuHoverCard/index.vue +192 -0
- package/components/QiuIcon/index.vue +117 -0
- package/components/QiuIconPicker/iconify.libraries.ts +182 -0
- package/components/QiuIconPicker/icons.catalog.ts +3072 -0
- package/components/QiuIconPicker/index.vue +488 -0
- package/components/QiuImage/index.vue +177 -0
- package/components/QiuInput/index.vue +328 -0
- package/components/QiuInputNumber/index.vue +295 -0
- package/components/QiuInputOtp/index.vue +190 -0
- package/components/QiuKbd/index.vue +57 -0
- package/components/QiuLayoutContainer/index.vue +50 -0
- package/components/QiuLinkPreview/index.vue +224 -0
- package/components/QiuLoading/index.ts +176 -0
- package/components/QiuLoading/spinner.vue +820 -0
- package/components/QiuLoading/types.ts +44 -0
- package/components/QiuMention/index.vue +299 -0
- package/components/QiuMenu/QiuMenuRoot.vue +241 -0
- package/components/QiuMenu/components/QiuMenuItem.vue +340 -0
- package/components/QiuMenu/components/QiuSubMenu.vue +504 -0
- package/components/QiuMenu/context.ts +21 -0
- package/components/QiuMenu/index.vue +43 -0
- package/components/QiuMenuNav/QiuMenuNavItem.vue +100 -0
- package/components/QiuMenuNav/QiuMenuNavSub.vue +120 -0
- package/components/QiuMenuNav/context.ts +14 -0
- package/components/QiuMenuNav/index.vue +148 -0
- package/components/QiuMsg/QiuMsgItem.vue +180 -0
- package/components/QiuMsg/index.ts +158 -0
- package/components/QiuMsg/types.ts +23 -0
- package/components/QiuMsgBox/index.ts +147 -0
- package/components/QiuNotification/QiuNotificationItem.vue +168 -0
- package/components/QiuNotification/index.ts +155 -0
- package/components/QiuNotification/types.ts +14 -0
- package/components/QiuPage/index.vue +12 -0
- package/components/QiuPageHeader/index.vue +115 -0
- package/components/QiuPageMain/index.vue +78 -0
- package/components/QiuPagination/index.vue +421 -0
- package/components/QiuPasswordStrength/index.vue +101 -0
- package/components/QiuPopconfirm/index.vue +196 -0
- package/components/QiuPopover/index.vue +277 -0
- package/components/QiuProgress/index.vue +235 -0
- package/components/QiuQrcode/index.vue +302 -0
- package/components/QiuQueryForm/components/QiuQueryFormBottomPanel.vue +13 -0
- package/components/QiuQueryForm/components/QiuQueryFormLeftPanel.vue +37 -0
- package/components/QiuQueryForm/components/QiuQueryFormRightPanel.vue +37 -0
- package/components/QiuQueryForm/components/QiuQueryFormTopPanel.vue +13 -0
- package/components/QiuQueryForm/index.vue +117 -0
- package/components/QiuRadio/QiuRadioGroup.vue +75 -0
- package/components/QiuRadio/index.vue +191 -0
- package/components/QiuRadio/types.ts +9 -0
- package/components/QiuRate/index.vue +184 -0
- package/components/QiuRefresh/index.vue +32 -0
- package/components/QiuResult/index.vue +103 -0
- package/components/QiuRow/index.vue +60 -0
- package/components/QiuRow/types.ts +5 -0
- package/components/QiuScrollbar/index.vue +107 -0
- package/components/QiuSearchBar/index.vue +154 -0
- package/components/QiuSegmented/index.vue +120 -0
- package/components/QiuSelect/QiuOption.vue +93 -0
- package/components/QiuSelect/index.vue +452 -0
- package/components/QiuSelect/types.ts +15 -0
- package/components/QiuSkeleton/index.vue +78 -0
- package/components/QiuSlider/index.vue +266 -0
- package/components/QiuSpace/index.vue +95 -0
- package/components/QiuSparkline/index.vue +92 -0
- package/components/QiuStatistic/index.vue +4 -0
- package/components/QiuStatistics/index.vue +123 -0
- package/components/QiuStep/index.vue +220 -0
- package/components/QiuSteps/context.ts +25 -0
- package/components/QiuSteps/index.vue +84 -0
- package/components/QiuSwitch/index.vue +145 -0
- package/components/QiuTabBar/index.vue +218 -0
- package/components/QiuTabBar/types.ts +19 -0
- package/components/QiuTabPane/index.vue +82 -0
- package/components/QiuTable/columns.ts +16 -0
- package/components/QiuTable/export.ts +102 -0
- package/components/QiuTable/index.ts +24 -0
- package/components/QiuTable/index.vue +3503 -0
- package/components/QiuTable/registry.ts +75 -0
- package/components/QiuTable/styles/table.scss +1230 -0
- package/components/QiuTable/types.ts +413 -0
- package/components/QiuTable/useArea.ts +202 -0
- package/components/QiuTable/useColumns.ts +325 -0
- package/components/QiuTable/useEdit.ts +136 -0
- package/components/QiuTable/useExtras.ts +115 -0
- package/components/QiuTable/useHistory.ts +77 -0
- package/components/QiuTable/useMerge.ts +105 -0
- package/components/QiuTable/useResize.ts +86 -0
- package/components/QiuTable/useScrollSync.ts +152 -0
- package/components/QiuTable/useVirtual.ts +97 -0
- package/components/QiuTable/utils.ts +165 -0
- package/components/QiuTableColumn/index.vue +101 -0
- package/components/QiuTag/index.vue +143 -0
- package/components/QiuText/index.vue +99 -0
- package/components/QiuTime/index.vue +548 -0
- package/components/QiuTimeAgo/index.vue +103 -0
- package/components/QiuTimeline/index.vue +54 -0
- package/components/QiuTimelineItem/index.vue +140 -0
- package/components/QiuTips/index.vue +323 -0
- package/components/QiuTooltip/index.vue +237 -0
- package/components/QiuTransfer/index.vue +277 -0
- package/components/QiuTree/QiuTreeNode.vue +146 -0
- package/components/QiuTree/index.vue +143 -0
- package/components/QiuTree/types.ts +30 -0
- package/components/QiuTreeSelect/index.vue +259 -0
- package/components/QiuTrend/index.vue +92 -0
- package/components/QiuUpload/index.vue +628 -0
- package/components/QiuUploadCrop/index.vue +1267 -0
- package/components/QiuWatermark/index.vue +121 -0
- package/components/useBodyScrollLock.ts +28 -0
- package/dist/components/QiuAnchor/context.d.ts +15 -0
- package/dist/components/QiuAnchorLink/index.vue.d.ts +23 -0
- package/dist/components/QiuBadge/api/index.d.ts +110 -0
- package/dist/components/QiuBadge/components/BadgeImagePickerDialog.vue.d.ts +16 -0
- package/dist/components/QiuBadge/components/BadgeLibraryManagerDialog.vue.d.ts +9 -0
- package/dist/components/QiuBadge/components/BadgeLibraryPanel.vue.d.ts +5 -0
- package/dist/components/QiuBadge/composables/useTableHostHeight.d.ts +7 -0
- package/dist/components/QiuBadge/index.d.ts +18 -0
- package/dist/components/QiuBadge/shared/BadgeTemplateRenderer.vue.d.ts +14 -0
- package/dist/components/QiuBadge/shared/assetUrl.d.ts +1 -0
- package/dist/components/QiuBadge/shared/badgeTemplate.d.ts +132 -0
- package/dist/components/QiuBadge/utils/chinaAreaData.d.ts +9 -0
- package/dist/components/QiuBadge/utils/hostRegion.d.ts +3 -0
- package/dist/components/QiuBadge/utils/pca-code.json.d.ts +3 -0
- package/dist/components/QiuBadge/utils/pdfFromElement.d.ts +14 -0
- package/dist/components/QiuBadge/views/BadgeLibraryView.vue.d.ts +2 -0
- package/dist/components/QiuBadge/views/BadgeManageView.vue.d.ts +7 -0
- package/dist/components/QiuBadge/views/BadgeTemplateListView.vue.d.ts +4 -0
- package/dist/components/QiuBadge/views/DeskLabelTemplateListView.vue.d.ts +4 -0
- package/dist/components/QiuBadge/views/DeskLabelView.vue.d.ts +4 -0
- package/dist/components/QiuButton/index.vue.d.ts +52 -0
- package/dist/components/QiuCanvasKit/QiuCanvasEditor.vue.d.ts +24 -0
- package/dist/components/QiuCanvasKit/QiuCanvasRenderer.vue.d.ts +13 -0
- package/dist/components/QiuCanvasKit/assetUrl.d.ts +7 -0
- package/dist/components/QiuCanvasKit/components/DataModulesPanel.vue.d.ts +23 -0
- package/dist/components/QiuCanvasKit/export/html.d.ts +12 -0
- package/dist/components/QiuCanvasKit/export/pdf.d.ts +9 -0
- package/dist/components/QiuCanvasKit/export/png.d.ts +8 -0
- package/dist/components/QiuCanvasKit/index.d.ts +19 -0
- package/dist/components/QiuCanvasKit/modules/badgeCompat.d.ts +8 -0
- package/dist/components/QiuCanvasKit/modules/dataRegistry.d.ts +23 -0
- package/dist/components/QiuCanvasKit/modules/merge.d.ts +12 -0
- package/dist/components/QiuCanvasKit/presets/badge.d.ts +12 -0
- package/dist/components/QiuCanvasKit/presets/banner.d.ts +4 -0
- package/dist/components/QiuCanvasKit/types.d.ts +119 -0
- package/dist/components/QiuCarousel/context.d.ts +13 -0
- package/dist/components/QiuCarouselItem/index.vue.d.ts +20 -0
- package/dist/components/QiuCascader/types.d.ts +25 -0
- package/dist/components/QiuCheckbox/QiuCheckboxGroup.vue.d.ts +33 -0
- package/dist/components/QiuCheckbox/index.vue.d.ts +38 -0
- package/dist/components/QiuCheckbox/types.d.ts +7 -0
- package/dist/components/QiuCode/index.vue.d.ts +15 -0
- package/dist/components/QiuCollapse/context.d.ts +8 -0
- package/dist/components/QiuCollapseItem/index.vue.d.ts +30 -0
- package/dist/components/QiuColorField/index.vue.d.ts +23 -0
- package/dist/components/QiuColorPicker/index.vue.d.ts +21 -0
- package/dist/components/QiuCombobox/index.vue.d.ts +54 -0
- package/dist/components/QiuContextMenu/index.vue.d.ts +46 -0
- package/dist/components/QiuDescriptions/context.d.ts +16 -0
- package/dist/components/QiuDescriptionsItem/index.vue.d.ts +25 -0
- package/dist/components/QiuDigitalCard/index.vue.d.ts +45 -0
- package/dist/components/QiuDropdown/QiuDropdownItem.vue.d.ts +30 -0
- package/dist/components/QiuDropdown/QiuDropdownMenu.vue.d.ts +17 -0
- package/dist/components/QiuDropdown/context.d.ts +7 -0
- package/dist/components/QiuDropdown/index.vue.d.ts +46 -0
- package/dist/components/QiuForm/types.d.ts +31 -0
- package/dist/components/QiuHoverCard/index.vue.d.ts +44 -0
- package/dist/components/QiuIcon/index.vue.d.ts +18 -0
- package/dist/components/QiuIconPicker/iconify.libraries.d.ts +18 -0
- package/dist/components/QiuIconPicker/icons.catalog.d.ts +12 -0
- package/dist/components/QiuInput/index.vue.d.ts +71 -0
- package/dist/components/QiuInputNumber/index.vue.d.ts +38 -0
- package/dist/components/QiuInputOtp/index.vue.d.ts +28 -0
- package/dist/components/QiuKbd/index.vue.d.ts +22 -0
- package/dist/components/QiuLayoutContainer/index.vue.d.ts +29 -0
- package/dist/components/QiuLinkPreview/index.vue.d.ts +43 -0
- package/dist/components/QiuLoading/index.d.ts +26 -0
- package/dist/components/QiuLoading/spinner.vue.d.ts +14 -0
- package/dist/components/QiuLoading/types.d.ts +2 -0
- package/dist/components/QiuMention/index.vue.d.ts +35 -0
- package/dist/components/QiuMenu/QiuMenuRoot.vue.d.ts +36 -0
- package/dist/components/QiuMenu/context.d.ts +19 -0
- package/dist/components/QiuMenuNav/QiuMenuNavItem.vue.d.ts +26 -0
- package/dist/components/QiuMenuNav/QiuMenuNavSub.vue.d.ts +25 -0
- package/dist/components/QiuMenuNav/context.d.ts +12 -0
- package/dist/components/QiuMenuNav/index.vue.d.ts +35 -0
- package/dist/components/QiuMsg/QiuMsgItem.vue.d.ts +15 -0
- package/dist/components/QiuMsg/index.d.ts +30 -0
- package/dist/components/QiuMsg/types.d.ts +12 -0
- package/dist/components/QiuMsgBox/index.d.ts +14 -0
- package/dist/components/QiuNotification/QiuNotificationItem.vue.d.ts +16 -0
- package/dist/components/QiuNotification/index.d.ts +30 -0
- package/dist/components/QiuNotification/types.d.ts +12 -0
- package/dist/components/QiuPageMain/index.vue.d.ts +27 -0
- package/dist/components/QiuPagination/index.vue.d.ts +44 -0
- package/dist/components/QiuPasswordStrength/index.vue.d.ts +9 -0
- package/dist/components/QiuQrcode/index.vue.d.ts +20 -0
- package/dist/components/QiuRadio/QiuRadioGroup.vue.d.ts +33 -0
- package/dist/components/QiuRadio/types.d.ts +8 -0
- package/dist/components/QiuRow/types.d.ts +4 -0
- package/dist/components/QiuSearchBar/index.vue.d.ts +38 -0
- package/dist/components/QiuSelect/QiuOption.vue.d.ts +24 -0
- package/dist/components/QiuSelect/index.vue.d.ts +52 -0
- package/dist/components/QiuSelect/types.d.ts +13 -0
- package/dist/components/QiuSparkline/index.vue.d.ts +18 -0
- package/dist/components/QiuStep/index.vue.d.ts +31 -0
- package/dist/components/QiuSteps/context.d.ts +21 -0
- package/dist/components/QiuSwitch/index.vue.d.ts +25 -0
- package/dist/components/QiuTabBar/index.vue.d.ts +32 -0
- package/dist/components/QiuTabBar/types.d.ts +16 -0
- package/dist/components/QiuTabPane/index.vue.d.ts +25 -0
- package/dist/components/QiuTable/columns.d.ts +1 -0
- package/dist/components/QiuTable/export.d.ts +18 -0
- package/dist/components/QiuTable/index.d.ts +3 -0
- package/dist/components/QiuTable/index.vue.d.ts +322 -0
- package/dist/components/QiuTable/registry.d.ts +39 -0
- package/dist/components/QiuTable/types.d.ts +353 -0
- package/dist/components/QiuTable/useArea.d.ts +51 -0
- package/dist/components/QiuTable/useColumns.d.ts +67 -0
- package/dist/components/QiuTable/useEdit.d.ts +36 -0
- package/dist/components/QiuTable/useExtras.d.ts +38 -0
- package/dist/components/QiuTable/useHistory.d.ts +44 -0
- package/dist/components/QiuTable/useMerge.d.ts +28 -0
- package/dist/components/QiuTable/useResize.d.ts +19 -0
- package/dist/components/QiuTable/useScrollSync.d.ts +25 -0
- package/dist/components/QiuTable/useVirtual.d.ts +30 -0
- package/dist/components/QiuTable/utils.d.ts +54 -0
- package/dist/components/QiuTime/index.vue.d.ts +43 -0
- package/dist/components/QiuTimeAgo/index.vue.d.ts +35 -0
- package/dist/components/QiuTimelineItem/index.vue.d.ts +35 -0
- package/dist/components/QiuTooltip/index.vue.d.ts +38 -0
- package/dist/components/QiuTree/types.d.ts +13 -0
- package/dist/components/QiuTrend/index.vue.d.ts +34 -0
- package/dist/components/QiuUpload/index.vue.d.ts +86 -0
- package/dist/components/QiuUploadCrop/index.vue.d.ts +136 -0
- package/dist/components/useBodyScrollLock.d.ts +4 -0
- package/dist/foucui.css +1 -0
- package/dist/foucui.js +26509 -0
- package/dist/foucui.umd.cjs +125 -0
- package/dist/index.d.ts +46 -0
- package/dist/src/bridge/@/api/media.d.ts +7 -0
- package/dist/src/bridge/@/api/notice.d.ts +5 -0
- package/dist/src/bridge/@/config/index.d.ts +29 -0
- package/dist/src/bridge/@/config/media.config.d.ts +15 -0
- package/dist/src/bridge/@/config/security.config.d.ts +7 -0
- package/dist/src/bridge/@/i18n/index.d.ts +7 -0
- package/dist/src/bridge/@/store/modules/bing.d.ts +3 -0
- package/dist/src/bridge/@/store/modules/errorLog.d.ts +3 -0
- package/dist/src/bridge/@/store/modules/media.d.ts +4 -0
- package/dist/src/bridge/@/store/modules/routes.d.ts +3 -0
- package/dist/src/bridge/@/store/modules/settings.d.ts +3 -0
- package/dist/src/bridge/@/store/modules/tabs.d.ts +3 -0
- package/dist/src/bridge/@/store/modules/user.d.ts +3 -0
- package/dist/src/bridge/@/utils/convertToCamelCase.d.ts +2 -0
- package/dist/src/bridge/@/utils/index.d.ts +5 -0
- package/dist/src/bridge/@/utils/pageTitle.d.ts +1 -0
- package/dist/src/bridge/@/utils/routes.d.ts +11 -0
- package/dist/src/bridge/@/utils/validate.d.ts +13 -0
- package/dist/src/bridge/@qiu/plugins/shortcuts.d.ts +2 -0
- package/dist/src/i18n.d.ts +2 -0
- package/package.json +83 -0
- package/plugins/qiu.ts +83 -0
- package/plugins/shortcuts.ts +69 -0
- package/src/bridge/@/api/media.ts +8 -0
- package/src/bridge/@/api/notice.ts +5 -0
- package/src/bridge/@/config/index.ts +38 -0
- package/src/bridge/@/config/media.config.ts +37 -0
- package/src/bridge/@/config/security.config.ts +8 -0
- package/src/bridge/@/i18n/index.ts +6 -0
- package/src/bridge/@/store/modules/bing.ts +9 -0
- package/src/bridge/@/store/modules/errorLog.ts +9 -0
- package/src/bridge/@/store/modules/media.ts +10 -0
- package/src/bridge/@/store/modules/routes.ts +10 -0
- package/src/bridge/@/store/modules/settings.ts +9 -0
- package/src/bridge/@/store/modules/tabs.ts +9 -0
- package/src/bridge/@/store/modules/user.ts +9 -0
- package/src/bridge/@/utils/convertToCamelCase.ts +11 -0
- package/src/bridge/@/utils/index.ts +9 -0
- package/src/bridge/@/utils/pageTitle.ts +4 -0
- package/src/bridge/@/utils/routes.ts +14 -0
- package/src/bridge/@/utils/validate.ts +17 -0
- package/src/bridge/@qiu/plugins/shortcuts.ts +3 -0
- package/src/i18n.ts +8 -0
- package/src/icons/qiu-logo.svg +1 -0
- package/styles/dark.scss +194 -0
- package/styles/normalize.css +349 -0
- package/styles/plain.scss +423 -0
- package/styles/qiu-tokens.scss +40 -0
- package/styles/qiu.scss +1149 -0
- package/styles/technology.scss +452 -0
- package/styles/var.scss +382 -0
- package/styles/variables.scss +77 -0
|
@@ -0,0 +1,408 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div
|
|
3
|
+
class="qiu-autocomplete"
|
|
4
|
+
:class="{
|
|
5
|
+
'is-disabled': props.disabled,
|
|
6
|
+
'is-focused': focused,
|
|
7
|
+
'is-clearable': props.clearable,
|
|
8
|
+
'has-value': hasValue,
|
|
9
|
+
}"
|
|
10
|
+
:style="{ width: props.width }"
|
|
11
|
+
>
|
|
12
|
+
<input
|
|
13
|
+
ref="inputRef"
|
|
14
|
+
:autofocus="props.autofocus"
|
|
15
|
+
class="qiu-autocomplete-input"
|
|
16
|
+
:disabled="props.disabled"
|
|
17
|
+
:placeholder="props.placeholder"
|
|
18
|
+
:readonly="props.readonly"
|
|
19
|
+
:required="props.required"
|
|
20
|
+
:style="{ height: props.height }"
|
|
21
|
+
:type="props.type"
|
|
22
|
+
:value="displayValue"
|
|
23
|
+
@change="handleInput"
|
|
24
|
+
@input="handleInput"
|
|
25
|
+
@focus="onFocus"
|
|
26
|
+
@blur="focused = false"
|
|
27
|
+
@keydown.down.prevent="moveActive(1)"
|
|
28
|
+
@keydown.up.prevent="moveActive(-1)"
|
|
29
|
+
@keydown.enter.prevent="confirmActive"
|
|
30
|
+
@keydown.esc="selectshow = false"
|
|
31
|
+
/>
|
|
32
|
+
<div class="qiu-autocomplete-suffix">
|
|
33
|
+
<button
|
|
34
|
+
v-show="props.clearable && hasValue"
|
|
35
|
+
type="button"
|
|
36
|
+
class="qiu-autocomplete-clear"
|
|
37
|
+
tabindex="-1"
|
|
38
|
+
:title="'清空'"
|
|
39
|
+
@mousedown.prevent
|
|
40
|
+
@click="clearvalue"
|
|
41
|
+
>
|
|
42
|
+
<qiu-icon icon="close-circle-fill" />
|
|
43
|
+
</button>
|
|
44
|
+
<button
|
|
45
|
+
type="button"
|
|
46
|
+
class="qiu-autocomplete-caret"
|
|
47
|
+
tabindex="-1"
|
|
48
|
+
:class="{ 'is-open': selectshow }"
|
|
49
|
+
@mousedown.prevent
|
|
50
|
+
@click="toggleSelect"
|
|
51
|
+
>
|
|
52
|
+
<qiu-icon icon="arrow-down-s-line" />
|
|
53
|
+
</button>
|
|
54
|
+
</div>
|
|
55
|
+
<div v-if="selectshow" class="qiu-autocomplete-list">
|
|
56
|
+
<div
|
|
57
|
+
v-for="(item, idx) in serachList"
|
|
58
|
+
:key="idx"
|
|
59
|
+
class="qiu-autocomplete-list-item"
|
|
60
|
+
:class="{ 'is-active': idx === activeIndex }"
|
|
61
|
+
:title="buildDisplayString(item)"
|
|
62
|
+
@mousedown.prevent
|
|
63
|
+
@click="handleItem(item)"
|
|
64
|
+
@mouseenter="activeIndex = idx"
|
|
65
|
+
>
|
|
66
|
+
<span class="qiu-ellipsis">{{ buildDisplayString(item) }}</span>
|
|
67
|
+
</div>
|
|
68
|
+
<div v-if="!serachList.length" class="qiu-autocomplete-empty">无匹配数据</div>
|
|
69
|
+
</div>
|
|
70
|
+
</div>
|
|
71
|
+
</template>
|
|
72
|
+
|
|
73
|
+
<script lang="ts" setup>
|
|
74
|
+
/**
|
|
75
|
+
* QiuAutocomplete — 多字段模糊搜索下拉(兼容 Vite / Vue3)
|
|
76
|
+
*/
|
|
77
|
+
defineOptions({ name: 'QiuAutocomplete' })
|
|
78
|
+
|
|
79
|
+
export interface AutocompleteItem {
|
|
80
|
+
value?: string | number | boolean
|
|
81
|
+
[key: string]: unknown
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
const props = withDefaults(
|
|
85
|
+
defineProps<{
|
|
86
|
+
value?: string
|
|
87
|
+
modelValue?: string | boolean
|
|
88
|
+
placeholder?: string
|
|
89
|
+
disabled?: boolean
|
|
90
|
+
clearable?: boolean
|
|
91
|
+
autofocus?: boolean
|
|
92
|
+
required?: boolean
|
|
93
|
+
readonly?: boolean
|
|
94
|
+
type?: string
|
|
95
|
+
maxlength?: number
|
|
96
|
+
minlength?: number
|
|
97
|
+
width?: string
|
|
98
|
+
height?: string
|
|
99
|
+
list?: AutocompleteItem[]
|
|
100
|
+
searchekey?: string[]
|
|
101
|
+
showkey?: string[]
|
|
102
|
+
showline?: string
|
|
103
|
+
valueKey?: string
|
|
104
|
+
}>(),
|
|
105
|
+
{
|
|
106
|
+
value: '',
|
|
107
|
+
modelValue: '',
|
|
108
|
+
placeholder: '',
|
|
109
|
+
disabled: false,
|
|
110
|
+
clearable: false,
|
|
111
|
+
autofocus: false,
|
|
112
|
+
required: false,
|
|
113
|
+
readonly: false,
|
|
114
|
+
type: 'text',
|
|
115
|
+
maxlength: 0,
|
|
116
|
+
minlength: 1,
|
|
117
|
+
width: '100%',
|
|
118
|
+
height: '32px',
|
|
119
|
+
list: () => [],
|
|
120
|
+
searchekey: () => ['value'],
|
|
121
|
+
showkey: () => ['value'],
|
|
122
|
+
showline: ' - ',
|
|
123
|
+
valueKey: 'value',
|
|
124
|
+
}
|
|
125
|
+
)
|
|
126
|
+
|
|
127
|
+
const emit = defineEmits<{
|
|
128
|
+
'update:modelValue': [string]
|
|
129
|
+
change: [string]
|
|
130
|
+
itemclick: [AutocompleteItem | true]
|
|
131
|
+
}>()
|
|
132
|
+
|
|
133
|
+
const selectshow = ref(false)
|
|
134
|
+
const focused = ref(false)
|
|
135
|
+
const inputRef = ref<HTMLInputElement | null>(null)
|
|
136
|
+
const serachList = ref<AutocompleteItem[]>([...props.list])
|
|
137
|
+
const activeIndex = ref(-1)
|
|
138
|
+
|
|
139
|
+
const displayValue = computed(() => {
|
|
140
|
+
if (props.modelValue !== '' && props.modelValue !== undefined && props.modelValue !== null) {
|
|
141
|
+
return String(props.modelValue)
|
|
142
|
+
}
|
|
143
|
+
return props.value || ''
|
|
144
|
+
})
|
|
145
|
+
|
|
146
|
+
const hasValue = computed(() => displayValue.value.length > 0)
|
|
147
|
+
|
|
148
|
+
watch(
|
|
149
|
+
() => props.list,
|
|
150
|
+
(list) => {
|
|
151
|
+
serachList.value = [...list]
|
|
152
|
+
},
|
|
153
|
+
{ deep: true }
|
|
154
|
+
)
|
|
155
|
+
|
|
156
|
+
const buildDisplayString = (item: AutocompleteItem) => {
|
|
157
|
+
return props.showkey
|
|
158
|
+
.map((key) => (Reflect.has(item, key) ? String(item[key] ?? '') : ''))
|
|
159
|
+
.filter(Boolean)
|
|
160
|
+
.join(props.showline)
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
const searchData = (data: AutocompleteItem[], searchText: string, searchFields: string[]) => {
|
|
164
|
+
const result: AutocompleteItem[] = []
|
|
165
|
+
if (!Array.isArray(data) || typeof searchText !== 'string') {
|
|
166
|
+
serachList.value = result
|
|
167
|
+
return result
|
|
168
|
+
}
|
|
169
|
+
const fields = Array.isArray(searchFields) ? searchFields : ['value']
|
|
170
|
+
const lower = searchText.toLowerCase()
|
|
171
|
+
for (const item of data) {
|
|
172
|
+
for (const field of fields) {
|
|
173
|
+
if (Reflect.has(item, field) && String(item[field]).toLowerCase().includes(lower)) {
|
|
174
|
+
result.push(item)
|
|
175
|
+
break
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
serachList.value = result
|
|
180
|
+
activeIndex.value = result.length ? 0 : -1
|
|
181
|
+
return result
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
const handleInput = (e: Event) => {
|
|
185
|
+
const target = e.target as HTMLInputElement
|
|
186
|
+
nextTick(() => {
|
|
187
|
+
if (!inputRef.value) return
|
|
188
|
+
if (target.value.length > 0) {
|
|
189
|
+
selectshow.value = true
|
|
190
|
+
searchData(props.list, target.value, props.searchekey)
|
|
191
|
+
} else {
|
|
192
|
+
selectshow.value = false
|
|
193
|
+
serachList.value = [...props.list]
|
|
194
|
+
}
|
|
195
|
+
})
|
|
196
|
+
emit('update:modelValue', target.value)
|
|
197
|
+
emit('change', target.value)
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
const handleItem = (item: AutocompleteItem) => {
|
|
201
|
+
const v = String(item[props.valueKey] ?? item.value ?? '')
|
|
202
|
+
if (inputRef.value) inputRef.value.value = v
|
|
203
|
+
emit('change', v)
|
|
204
|
+
emit('update:modelValue', v)
|
|
205
|
+
emit('itemclick', item)
|
|
206
|
+
selectshow.value = false
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
const toggleSelect = () => {
|
|
210
|
+
if (props.disabled || props.readonly) return
|
|
211
|
+
selectshow.value = !selectshow.value
|
|
212
|
+
if (selectshow.value) {
|
|
213
|
+
inputRef.value?.focus()
|
|
214
|
+
const q = inputRef.value?.value || ''
|
|
215
|
+
if (q) searchData(props.list, q, props.searchekey)
|
|
216
|
+
else serachList.value = [...props.list]
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
const onFocus = () => {
|
|
221
|
+
focused.value = true
|
|
222
|
+
if (!props.disabled && !props.readonly) {
|
|
223
|
+
selectshow.value = true
|
|
224
|
+
const q = inputRef.value?.value || ''
|
|
225
|
+
if (q) searchData(props.list, q, props.searchekey)
|
|
226
|
+
else serachList.value = [...props.list]
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
const clearvalue = () => {
|
|
231
|
+
if (inputRef.value) inputRef.value.value = ''
|
|
232
|
+
selectshow.value = false
|
|
233
|
+
serachList.value = [...props.list]
|
|
234
|
+
emit('change', '')
|
|
235
|
+
emit('update:modelValue', '')
|
|
236
|
+
inputRef.value?.focus()
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
const moveActive = (delta: number) => {
|
|
240
|
+
if (!selectshow.value || !serachList.value.length) return
|
|
241
|
+
const len = serachList.value.length
|
|
242
|
+
activeIndex.value = (activeIndex.value + delta + len) % len
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
const confirmActive = () => {
|
|
246
|
+
if (activeIndex.value >= 0 && serachList.value[activeIndex.value]) {
|
|
247
|
+
handleItem(serachList.value[activeIndex.value])
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
const onDocClick = (e: MouseEvent) => {
|
|
252
|
+
const root = (e.target as HTMLElement)?.closest?.('.qiu-autocomplete')
|
|
253
|
+
const self = inputRef.value?.closest('.qiu-autocomplete')
|
|
254
|
+
if (self && root !== self) selectshow.value = false
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
onMounted(() => document.addEventListener('mousedown', onDocClick))
|
|
258
|
+
onUnmounted(() => document.removeEventListener('mousedown', onDocClick))
|
|
259
|
+
</script>
|
|
260
|
+
|
|
261
|
+
<style scoped lang="scss">
|
|
262
|
+
.qiu-autocomplete {
|
|
263
|
+
position: relative;
|
|
264
|
+
display: inline-flex;
|
|
265
|
+
align-items: center;
|
|
266
|
+
box-sizing: border-box;
|
|
267
|
+
width: 100%;
|
|
268
|
+
vertical-align: middle;
|
|
269
|
+
|
|
270
|
+
&.is-focused .qiu-autocomplete-input {
|
|
271
|
+
border-color: var(--qiu-color-primary);
|
|
272
|
+
box-shadow: 0 0 0 1px color-mix(in srgb, var(--qiu-color-primary) 25%, transparent);
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
&.is-disabled {
|
|
276
|
+
cursor: not-allowed;
|
|
277
|
+
opacity: 0.7;
|
|
278
|
+
|
|
279
|
+
.qiu-autocomplete-input {
|
|
280
|
+
cursor: not-allowed;
|
|
281
|
+
background: var(--qiu-fill-color-light, #f5f7fa);
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.qiu-autocomplete-input {
|
|
287
|
+
box-sizing: border-box;
|
|
288
|
+
width: 100%;
|
|
289
|
+
height: 32px;
|
|
290
|
+
padding: 0 36px 0 12px;
|
|
291
|
+
font-size: 14px;
|
|
292
|
+
line-height: 1;
|
|
293
|
+
color: var(--qiu-text-color-primary, #303133);
|
|
294
|
+
background: var(--qiu-bg-color, #fff);
|
|
295
|
+
border: 1px solid var(--qiu-border-color, #dcdfe6);
|
|
296
|
+
border-radius: var(--qiu-border-radius-base, 4px);
|
|
297
|
+
outline: none;
|
|
298
|
+
transition: border-color 0.2s ease;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.qiu-autocomplete.is-clearable.has-value .qiu-autocomplete-input {
|
|
302
|
+
padding-right: 56px;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.qiu-autocomplete-suffix {
|
|
306
|
+
position: absolute;
|
|
307
|
+
top: 0;
|
|
308
|
+
right: 4px;
|
|
309
|
+
bottom: 0;
|
|
310
|
+
z-index: 2;
|
|
311
|
+
display: inline-flex;
|
|
312
|
+
gap: 2px;
|
|
313
|
+
align-items: center;
|
|
314
|
+
justify-content: flex-end;
|
|
315
|
+
pointer-events: none;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
.qiu-autocomplete-clear,
|
|
319
|
+
.qiu-autocomplete-caret {
|
|
320
|
+
display: inline-flex;
|
|
321
|
+
align-items: center;
|
|
322
|
+
justify-content: center;
|
|
323
|
+
width: 22px;
|
|
324
|
+
height: 22px;
|
|
325
|
+
padding: 0;
|
|
326
|
+
color: var(--qiu-text-color-placeholder, #a8abb2);
|
|
327
|
+
cursor: pointer;
|
|
328
|
+
pointer-events: auto;
|
|
329
|
+
background: transparent;
|
|
330
|
+
border: 0;
|
|
331
|
+
border-radius: 50%;
|
|
332
|
+
outline: none;
|
|
333
|
+
transition: color 0.15s ease, background 0.15s ease;
|
|
334
|
+
|
|
335
|
+
:deep(.qiu-icon) {
|
|
336
|
+
font-size: 14px;
|
|
337
|
+
line-height: 1;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
&:hover {
|
|
341
|
+
color: var(--qiu-text-color-regular, #606266);
|
|
342
|
+
background: var(--qiu-fill-color-light, #f5f7fa);
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.qiu-autocomplete-clear:hover {
|
|
347
|
+
color: var(--qiu-color-info);
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
.qiu-autocomplete-caret {
|
|
351
|
+
&.is-open {
|
|
352
|
+
color: var(--qiu-color-primary);
|
|
353
|
+
|
|
354
|
+
:deep(.qiu-icon) {
|
|
355
|
+
transform: rotate(180deg);
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
:deep(.qiu-icon) {
|
|
360
|
+
transition: transform 0.2s ease;
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
.qiu-autocomplete-list {
|
|
365
|
+
position: absolute;
|
|
366
|
+
top: calc(100% + 4px);
|
|
367
|
+
left: 0;
|
|
368
|
+
z-index: 3000;
|
|
369
|
+
width: 100%;
|
|
370
|
+
max-height: 280px;
|
|
371
|
+
overflow-y: auto;
|
|
372
|
+
background: var(--qiu-bg-color-overlay, #fff);
|
|
373
|
+
border: 1px solid var(--qiu-border-color-light, #e4e7ed);
|
|
374
|
+
border-radius: 6px;
|
|
375
|
+
box-shadow: var(--qiu-box-shadow-light, 0 4px 12px rgb(0 0 0 / 10%));
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.qiu-autocomplete-list-item {
|
|
379
|
+
height: 34px;
|
|
380
|
+
padding: 0 12px;
|
|
381
|
+
overflow: hidden;
|
|
382
|
+
line-height: 34px;
|
|
383
|
+
text-align: left;
|
|
384
|
+
text-overflow: ellipsis;
|
|
385
|
+
white-space: nowrap;
|
|
386
|
+
cursor: pointer;
|
|
387
|
+
|
|
388
|
+
&:hover,
|
|
389
|
+
&.is-active {
|
|
390
|
+
color: var(--qiu-color-primary);
|
|
391
|
+
background: var(--qiu-fill-color-light, #f5f7fa);
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.qiu-autocomplete-empty {
|
|
396
|
+
padding: 14px 12px;
|
|
397
|
+
font-size: 13px;
|
|
398
|
+
color: var(--qiu-text-color-secondary);
|
|
399
|
+
text-align: center;
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
.qiu-ellipsis {
|
|
403
|
+
display: block;
|
|
404
|
+
overflow: hidden;
|
|
405
|
+
text-overflow: ellipsis;
|
|
406
|
+
white-space: nowrap;
|
|
407
|
+
}
|
|
408
|
+
</style>
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<span
|
|
3
|
+
class="qiu-avatar"
|
|
4
|
+
:class="[
|
|
5
|
+
`qiu-avatar--${shape}`,
|
|
6
|
+
`qiu-avatar--${sizeClass}`,
|
|
7
|
+
{ 'is-image': !!src && !imgError },
|
|
8
|
+
]"
|
|
9
|
+
:style="wrapStyle"
|
|
10
|
+
>
|
|
11
|
+
<img
|
|
12
|
+
v-if="src && !imgError"
|
|
13
|
+
class="qiu-avatar__img"
|
|
14
|
+
:src="src"
|
|
15
|
+
:alt="alt"
|
|
16
|
+
:style="{ objectFit: fit }"
|
|
17
|
+
@error="onError"
|
|
18
|
+
/>
|
|
19
|
+
<span v-else-if="$slots.default" class="qiu-avatar__slot">
|
|
20
|
+
<slot />
|
|
21
|
+
</span>
|
|
22
|
+
<span v-else class="qiu-avatar__text">{{ displayText }}</span>
|
|
23
|
+
</span>
|
|
24
|
+
</template>
|
|
25
|
+
|
|
26
|
+
<script lang="ts" setup>
|
|
27
|
+
defineOptions({ name: 'QiuAvatar' })
|
|
28
|
+
|
|
29
|
+
const props = withDefaults(
|
|
30
|
+
defineProps<{
|
|
31
|
+
src?: string
|
|
32
|
+
alt?: string
|
|
33
|
+
/** large | default | small | 数字像素 */
|
|
34
|
+
size?: 'large' | 'default' | 'small' | number
|
|
35
|
+
shape?: 'circle' | 'square'
|
|
36
|
+
fit?: 'fill' | 'contain' | 'cover' | 'none' | 'scale-down'
|
|
37
|
+
/** 无图时显示文字(默认取首字) */
|
|
38
|
+
text?: string
|
|
39
|
+
icon?: string
|
|
40
|
+
}>(),
|
|
41
|
+
{
|
|
42
|
+
alt: '',
|
|
43
|
+
size: 'default',
|
|
44
|
+
shape: 'circle',
|
|
45
|
+
fit: 'cover',
|
|
46
|
+
text: '',
|
|
47
|
+
}
|
|
48
|
+
)
|
|
49
|
+
|
|
50
|
+
const emit = defineEmits<{
|
|
51
|
+
error: [Event]
|
|
52
|
+
}>()
|
|
53
|
+
|
|
54
|
+
const imgError = ref(false)
|
|
55
|
+
|
|
56
|
+
watch(
|
|
57
|
+
() => props.src,
|
|
58
|
+
() => {
|
|
59
|
+
imgError.value = false
|
|
60
|
+
}
|
|
61
|
+
)
|
|
62
|
+
|
|
63
|
+
const sizeClass = computed(() =>
|
|
64
|
+
typeof props.size === 'number' ? 'custom' : props.size
|
|
65
|
+
)
|
|
66
|
+
|
|
67
|
+
const wrapStyle = computed(() => {
|
|
68
|
+
if (typeof props.size !== 'number') return undefined
|
|
69
|
+
const s = `${props.size}px`
|
|
70
|
+
return { width: s, height: s, fontSize: `${Math.max(12, props.size * 0.4)}px` }
|
|
71
|
+
})
|
|
72
|
+
|
|
73
|
+
const displayText = computed(() => {
|
|
74
|
+
if (props.text) return props.text.slice(0, 2)
|
|
75
|
+
return '?'
|
|
76
|
+
})
|
|
77
|
+
|
|
78
|
+
const onError = (e: Event) => {
|
|
79
|
+
imgError.value = true
|
|
80
|
+
emit('error', e)
|
|
81
|
+
}
|
|
82
|
+
</script>
|
|
83
|
+
|
|
84
|
+
<style lang="scss" scoped>
|
|
85
|
+
.qiu-avatar {
|
|
86
|
+
box-sizing: border-box;
|
|
87
|
+
display: inline-flex;
|
|
88
|
+
flex-shrink: 0;
|
|
89
|
+
align-items: center;
|
|
90
|
+
justify-content: center;
|
|
91
|
+
overflow: hidden;
|
|
92
|
+
color: #fff;
|
|
93
|
+
vertical-align: middle;
|
|
94
|
+
background: var(--qiu-color-primary, var(--qiu-color-primary, #0f766e));
|
|
95
|
+
user-select: none;
|
|
96
|
+
|
|
97
|
+
&--circle {
|
|
98
|
+
border-radius: 50%;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
&--square {
|
|
102
|
+
border-radius: 4px;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
&--large {
|
|
106
|
+
width: 56px;
|
|
107
|
+
height: 56px;
|
|
108
|
+
font-size: 22px;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
&--default {
|
|
112
|
+
width: 40px;
|
|
113
|
+
height: 40px;
|
|
114
|
+
font-size: 16px;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
&--small {
|
|
118
|
+
width: 28px;
|
|
119
|
+
height: 28px;
|
|
120
|
+
font-size: 12px;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
&.is-image {
|
|
124
|
+
background: transparent;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
&__img {
|
|
128
|
+
display: block;
|
|
129
|
+
width: 100%;
|
|
130
|
+
height: 100%;
|
|
131
|
+
border-radius: inherit;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
&__text,
|
|
135
|
+
&__slot {
|
|
136
|
+
font-weight: 600;
|
|
137
|
+
line-height: 1;
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
</style>
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<Teleport to="body">
|
|
3
|
+
<Transition name="qiu-backtop-fade">
|
|
4
|
+
<button
|
|
5
|
+
v-show="visible"
|
|
6
|
+
type="button"
|
|
7
|
+
class="qiu-backtop"
|
|
8
|
+
:style="btnStyle"
|
|
9
|
+
aria-label="回到顶部"
|
|
10
|
+
@click="scrollToTop"
|
|
11
|
+
>
|
|
12
|
+
<slot>
|
|
13
|
+
<qiu-icon icon="arrow-up-line" />
|
|
14
|
+
</slot>
|
|
15
|
+
</button>
|
|
16
|
+
</Transition>
|
|
17
|
+
</Teleport>
|
|
18
|
+
</template>
|
|
19
|
+
|
|
20
|
+
<script lang="ts" setup>
|
|
21
|
+
defineOptions({ name: 'QiuBacktop' })
|
|
22
|
+
|
|
23
|
+
const props = withDefaults(
|
|
24
|
+
defineProps<{
|
|
25
|
+
/** 滚动超过该高度后显示 */
|
|
26
|
+
scrollVisibilityHeight?: number
|
|
27
|
+
right?: number
|
|
28
|
+
bottom?: number
|
|
29
|
+
zIndex?: number
|
|
30
|
+
/** 滚动容器选择器,默认 window */
|
|
31
|
+
target?: string
|
|
32
|
+
}>(),
|
|
33
|
+
{
|
|
34
|
+
scrollVisibilityHeight: 200,
|
|
35
|
+
right: 40,
|
|
36
|
+
bottom: 40,
|
|
37
|
+
zIndex: 100,
|
|
38
|
+
target: '',
|
|
39
|
+
}
|
|
40
|
+
)
|
|
41
|
+
|
|
42
|
+
const visible = ref(false)
|
|
43
|
+
|
|
44
|
+
const getScrollContainer = (): HTMLElement | Window => {
|
|
45
|
+
if (!props.target) return window
|
|
46
|
+
const el = document.querySelector(props.target)
|
|
47
|
+
return (el as HTMLElement) || window
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
const getScrollTop = (container: HTMLElement | Window) => {
|
|
51
|
+
if (container === window) return window.scrollY || document.documentElement.scrollTop
|
|
52
|
+
return (container as HTMLElement).scrollTop
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
const btnStyle = computed(() => ({
|
|
56
|
+
right: `${props.right}px`,
|
|
57
|
+
bottom: `${props.bottom}px`,
|
|
58
|
+
zIndex: String(props.zIndex),
|
|
59
|
+
}))
|
|
60
|
+
|
|
61
|
+
const onScroll = () => {
|
|
62
|
+
const container = getScrollContainer()
|
|
63
|
+
visible.value = getScrollTop(container) >= props.scrollVisibilityHeight
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
const scrollToTop = () => {
|
|
67
|
+
const container = getScrollContainer()
|
|
68
|
+
if (container === window) {
|
|
69
|
+
window.scrollTo({ top: 0, behavior: 'smooth' })
|
|
70
|
+
} else {
|
|
71
|
+
;(container as HTMLElement).scrollTo({ top: 0, behavior: 'smooth' })
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
let containerEl: HTMLElement | Window = window
|
|
76
|
+
|
|
77
|
+
onMounted(() => {
|
|
78
|
+
containerEl = getScrollContainer()
|
|
79
|
+
containerEl.addEventListener('scroll', onScroll, { passive: true })
|
|
80
|
+
onScroll()
|
|
81
|
+
})
|
|
82
|
+
|
|
83
|
+
onBeforeUnmount(() => {
|
|
84
|
+
containerEl.removeEventListener('scroll', onScroll)
|
|
85
|
+
})
|
|
86
|
+
</script>
|
|
87
|
+
|
|
88
|
+
<style lang="scss" scoped>
|
|
89
|
+
.qiu-backtop {
|
|
90
|
+
position: fixed;
|
|
91
|
+
display: inline-flex;
|
|
92
|
+
align-items: center;
|
|
93
|
+
justify-content: center;
|
|
94
|
+
width: 40px;
|
|
95
|
+
height: 40px;
|
|
96
|
+
font-size: 18px;
|
|
97
|
+
color: var(--qiu-color-primary, var(--qiu-color-primary, #0f766e));
|
|
98
|
+
cursor: pointer;
|
|
99
|
+
background: var(--qiu-bg-color, var(--qiu-bg-color, #fff));
|
|
100
|
+
border: 1px solid var(--qiu-border-color-lighter, var(--qiu-border-color-lighter, #ebeef5));
|
|
101
|
+
border-radius: 50%;
|
|
102
|
+
box-shadow: var(--qiu-box-shadow-light, 0 2px 12px rgba(0, 0, 0, 0.1));
|
|
103
|
+
transition: background 0.15s, color 0.15s;
|
|
104
|
+
|
|
105
|
+
&:hover {
|
|
106
|
+
color: #fff;
|
|
107
|
+
background: var(--qiu-color-primary, var(--qiu-color-primary, #0f766e));
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.qiu-backtop-fade-enter-active,
|
|
112
|
+
.qiu-backtop-fade-leave-active {
|
|
113
|
+
transition: opacity 0.2s ease, transform 0.2s ease;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.qiu-backtop-fade-enter-from,
|
|
117
|
+
.qiu-backtop-fade-leave-to {
|
|
118
|
+
opacity: 0;
|
|
119
|
+
transform: translateY(8px);
|
|
120
|
+
}
|
|
121
|
+
</style>
|