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

eip-formily-plugins

v0.5.49

Published

eip-formily-plugins

Downloads

37

Readme

eip-formily-plugins

一个面向 PC 的业务组件库

NPM JavaScript Style Guide

初始化

npm i  # 安装依赖,yarn可能导致icon报错

启动调试

npm run lowcode:dev             # 打开开发环境,运行所有组件

构建

npm run lowcode:build

发布npm

npm publish --access=publish

组件接入流程

  1. 组件定义 src\components\
  2. 组件引入 src\index.ts
  3. 定义组件配置信息 执行yarn start自动生产 lowcode/自定义组件名称/meta.ts 文件
  4. 配置信息组件参考 https://lowcode-engine.cn/site/docs/guide/appendix/setters
  5. 参考文档 https://hesung2020.feishu.cn/wiki/KUc6wmYVpiq2aEkw5I6cxx33nrf

bug解决记录

  1. 解决publish时@指向问题
    build.json文件变更
    "alias": {
    //    "@": "./src/components"
        "@": "./src"
    }

待解决问题 - 可能部分已解决

  1. select删除(自定义属性配置面板组件)
  2. FormItem的key的问题["hs-" + Util.randomWord(false, 8)],固定的话会导致属性变更不会实时渲染,暂时通过外层包裹P组件处理
  3. 弹窗组件重复渲染,导致无法编辑弹窗组件属性
  4. tab是否也是
  5. tab组件多次触发
  6. table的select无法选中
  7. 插入schema组件化,space

暂时不接组件

  1. collape
  2. cascader