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

@flatbiz/react

v4.0.26

Published

flatbiz ui components

Downloads

183

Readme

2.3 修改点:

form

  1. form.validateFieldsRequired 返回值含义变更
  2. 新增 onReset
  3. 新增 getFormModalPickerValue
  4. resetValidateFields 更名为 clearValidateMessage
  5. textarea 新增输入计数功能
  6. 新增 Form.Text 自定义组件,可用于 FormItem 跳转其他页面取值交互
  7. Form.Picker 更名为 Form.Modal
  8. CustomFormItemComptProps 更名为 FormItemCustomComptProps
  9. 新增 var style 控制 form 全局样式 --v-form-label-color: #2c344f; --v-form-label-font-size: 32px; --v-form-label-width: 200px; --v-form-value-color: #333; --v-form-value-font-size: 32px; --v-form-placeholder-color: #b8b0b0; --v-form-placeholder-font-size: 32px; --v-form-item-border: 1px solid var(--v-border-color);

upload-list

  1. upload 更名为 onUpload

upload

  1. upload 更名为 onUpload

Grid

  1. Grid 新增属性 columnHeight,设置网格高度
  2. GridItem 属性 span 更名为 xSpan
  3. GridItem 新增属性 ySpan

CollapseItem

  1. 删除 customTitle 属性
  2. 新增属性 hideArrow

Selector

  1. 实现方式变更,如果有使用,需要修改
  2. 新增 mode 属性
  3. 新增 gridProps 属性
  4. 新增 freedomProps 属性

ModalConfirm

  1. 删除 cancelButtonFill、okButtonFill 属性
  2. 新增 okButtonProps、cancelButtonProps

ModalAlert

  1. 新增 buttonProps

Button

  1. 新增 size 属性

######################

TODO

1. Scrollbar 组件 Demo

下个版本修改点

Title

  1. Title 组件 字段变更

List

  1. List 组件新增 gap 属性

Space

  1. 新增 block 属性

UploadList

  1. 实现方式重写
  2. 新增 attributeMapping 页面要素属性映射(必填项)
  3. 新增 onClickFile 方法

################## 2.3.9 Start ##################

  1. 新增数字滚动组件 NumberAnimation

################## 2.3.9 End ##################