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

socar-formily

v1.0.5

Published

SoCar 应用阿里巴巴统一前端表单解决方案 formily 实现

Downloads

15

Readme

socar-formily

介绍

SoCar 应用阿里巴巴统一前端表单解决方案 formily 实现

version

0.3.7

  • 增加formily导出

0.4.2

  • 修改tree组件未经任何操作初始化时发出的默认值

0.4.3

  • 富文本编辑器/预览支持指定cdn

0.4.4

  • 富文本编辑器修改主题样式文件,加载未知服务器资源问题

1.0.0

  • 1.移除vditor实现的富文本编辑器
  • 2.基于@toast-ui/editor实现的富文本编辑器(本次更新不在兼容旧版本)
  • 3.新实现的富文本组件与其他组件时分包打包的,引入方式为:socar-formily/dist/CommonRichText项目的dist目录下引入 原因是有的项目单独依赖富文本组件但是不依赖formily,方便项目在发版的时候无用的代码会被摇树摇掉

1.0.1

  • 1.修改富文本组件表格选中时报错问题
  • 2.修改富文本组件表格鼠标右键单机弹出层超出显示问题
  • 3.修改富文本文字样式移除两端对齐,修改字体大小为14像素
  • 4.修改富文本组件,默认高度按百分比展示默认40vh

1.0.2

  • 1.修改富文本组件有序列表下的无序列表的错误样式

1.0.3

  • 增加注册自定义组件功能

1.0.4

  • 移除多个入口打包

1.0.5

  • 升级element-plus
  • 修复formily内Radio警告问题,封装Radio组件替换formily内的Radio组件,配合项目内的element-plus做升级