npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@xm-fe/xm-pc-base

v1.0.2-bata.1

Published

2022 鲜沐pc-base

Downloads

10

Readme

⚡️ 简介

2022 鲜沐科技 manage 前端新系统的基础组件包

🚀 使用

pnpm i @xm-fe/xm-pc-base

1.0.2-bata.1

  • feat: useList 排序增加了一个自定义name的字段

0.1.12

  • fix: useList 路由下次切回来确保能刷新,一个页面多个列表时的场景

0.1.11

  • feat: SCustomFilter a-range-picker增加YYYY-MM-DD 00:00:00 - YYYY-MM-DD 23:59:59
  • fix: SCustomFilter 搜索重置栏设最小宽, a-input-number placeholder 的默认值
  • fix: SCustomFilter 级联组件 defaultFirst 多选模式修复

0.1.9

  • feat: SCustomFilter 增加级联组件的 defaultFirst
  • feat: 问号图标颜色修改

0.1.8

  • feat: useModal 增加取消的回调和传参

0.1.7

  • feat: SCustomFilter 兼容 props.style 宽度
  • feat: SCustomFilter 增加 defaultQuery 字段 解决路由带参数无法重置
  • feat: SCard 多内容换行展示完全
  • feat: SCard 为空项自动展示 -
  • feat: SEditButton z-index 原值 2 改为 5
  • feat: 新增城市信息气泡卡片 CitiesPopover
  • feat: SCustomFilter 样式修改

0.1.5

  • feat: 合并 1.3/1.4 分支

0.1.4-beta.5

  • feat: 直接导出所以 util

0.1.4-beta.4

  • feat: add util-customCell

0.1.4-beta.1

  • 将 0.0.29 的内容做了整合合并

0.1.4

  • useModal a-modal 文案默认英文改为中文

0.1.3

  • 修复 table 有伪类时,多'-'问题

0.1.1

  • 修复使用 v-model:strs 时表单效验会有一闪问题

0.1.0

  • 包含 0.0.31-beta.6 内容,没有高筛 css 修改
  • fix: defaultFirst 支持 options 直传

0.0.31-beta.6

  • ellipsis 多行省略,Tooltip 提示,table 默认'-'

0.0.31-beta.1

  • fix: SCustomFilter
  • feat: useList 支持排序新规范以及多排序时的优先级排序

0.0.30-beta.1

  • fix: SCustomFilter,custom 配置支持optionsFn
  • feat: SCustomFilter 支持默认选中第一个defaultFirst?: boolean

0.0.29

  • feat: common.scss+ demo 文件挪移

0.0.28

  • feat: SUpload 增加 oss 上传功能

0.0.27

  • feat: SUpload 增加 strs

0.0.26

  • feat: useModal 弹窗可抽出为单个文件

0.0.25

  • feat: enumMap2arr4Select 数字类型枚举一律返回数字

0.0.24

  • feat: SCustomFilter 优化了一下 onChange 不需要传 labelInValue

0.0.23

  • feat: SUpload 支持 pdf 下载+预览
  • feat: SCustomFilter onChange 新增第二个参数 可以获取{label,value}

0.0.22

  • feat: 新增多行省略 TableEllipsis

0.0.21

  • feat: 新增枚举数组方法 enumMap2arr4Select

0.0.20

  • feat: useUploadConf 增加可配置 cdnUrl 微软云域名

0.0.19

  • feat: 新增 keyFormat 转 2 级数组功能

0.0.18

  • fix: 修复 SCustomFilter 组件报 Vue warn

0.0.17

  • fix: 修复 sImage 打包 icon bug 修复

0.0.16

  • fix: 修复 sImage 打包 bug props 引用修复

0.0.15

  • feat: uselist 排序功能

0.0.14

  • feat: SImage+图片下载方法调整

0.0.13

  • 省市县组件异常修复

0.0.12

  • 高筛&省市县相关调整

0.0.11

  • 修复高筛默认值及 SForm 样式问题

0.0.10

  • useList 文件名大小写修复

0.0.9

  • bug 修复

0.0.8

  • 同步正式版

0.0.7

  • 测试 uselist

0.0.6

  • 初始化基本组件

🚀 开发

# 配置
1. node 版本 16+
2. pnpm 版本 7.x

# 安装依赖
pnpm i

# 启动服务
pnpm dev
# 发布流程

# 第一次登录
npm login

# 发布(发布前修改版号)
npm publish --tag

# 发布这里点一下 加速 SYNC
https://npmmirror.com/package/%40xm-fe%2Fxm-pc-base


# 配置npm全局使用淘宝镜像源
npm config set registry https://registry.npm.taobao.org
# 配置npm全局恢复官方镜像源
npm config set registry https://registry.npmjs.org
# 本项目
npm link

# 引用调试的项目
npm link 包名

# 取消关联
npm unlink 包名

# 查看
npm ls -g