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

@labmai.dev/labmai-element

v1.7.8

Published

这是一个由@genee/labmai开发的组件库

Downloads

17

Readme

使用插件

  • npm i @labmai.dev/labmai-element
  • initVars(color:主题色) 默认为:#1890ff
  • import "@labmai.dev/labmai-element/lib/labmai.css"

启动项目

  • node>=16
  • npm install
  • npm run dev

组件编写

  • 在 src/packages 中编写组件

本地测试

  • 在 src/test 中测试

发布npm包

  • 使用npm run pub(不要使用 npm pub 或者 npm publish)

版本

  • v1.0.1
    日期组件增加hover样式
  • v1.0.2 日期组件允许外层自定义className
  • v1.0.3 更新package文件把antd react等放在开发中
  • v1.1.0 新增TagSelect组件
  • v1.1.1 修复TSelec分类选中样式问题,修复在SVIP使用时出现的层级问题
  • v1.2.0 新增图片上传组件
  • v1.2.1 imageupload当图片比例与规定比例相同时不需要裁剪
  • v1.2.2 ImageUpload组件设置截取后图片的最大size功能
  • v1.2.3 兼容antd4.23.0之前版本,visible与open兼容
  • v1.2.4 兼容antd.23.0之前版本,onVisibleChange与onOpenChange兼容
  • v1.3.0 新增StatusTag组件
  • v1.3.1 TagSelect当分类数量<=1时,允许不显示分类
  • v1.3.2 增加FormTagSelectSingle和FormTagSelectmultiple组件
  • v1.3.3 修复TagSelect中由于下拉框过z-index过大遮挡tip
  • v1.3.4 修复TagSelect被嵌入到Form中选中后再次点击不能取消选中bug
  • v1.4.0 将StatusTag变为ProductTag
  • v1.4.1 修复ProductTag有tip时标签显示异常
  • v1.4.2 ProductTag组件和TagSelect组件中tag的disabl效果
  • v1.4.3 抛出ProductTag组件的Props类型
  • v1.4.4 支持ProductTag设置自定义样式
  • v1.4.5 修复ImageUpload宽度问题
  • v1.5.0 标签支持图片
  • v1.5.1 标签添加默认颜色
  • v1.5.2 修改ProductTag的样式
  • v1.5.3 ProductTag增加tagType
  • v1.5.4 TagSelect组件支持tagType
  • v1.5.5 修复ProductTag,当tagType为border时,也走前端维护的标签
  • v1.5.6 ProductTag的tagType改为paintype
  • v1.5.7 ProductTage将paintype=>paintable
  • v1.6.0 增加MyOverlayImage组件
  • v1.6.1 修复MyOverlayImage组件库预览放大缩小bug
  • v1.6.2 MyOverlayImage组件增加滚轮缩放
  • v1.6.3 修复ProductTag组件在tip设置bgColor后color失效
  • v1.7.0 图片上传组件title添加图片尺寸的提示
  • v1.7.1 打包后发版
  • v1.7.2 修复宽高比的bug
  • v1.7.3 修复背景透明的png图片裁剪后变为白底
  • v1.7.4 更改ImageUpload逻辑,优化上传策略,支持透明png图片上传
  • v1.7.5 修复裁剪尺寸不正确的问题
  • v1.7.6 修复imageUpload组件传png并且设置corpsize不透明
  • v1.7.7 ProductTag boder标签背景色为透明色
  • v1.7.8 接v1.7.7的内容