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

@forzoom/questionnaire

v0.0.56

Published

questionnaire

Downloads

22

Readme

  1. 使用指南

允许传入的Prop |key|type|desc| |color|string|样式颜色,choice/mutliChoice/提交按钮的颜色都由该属性设定|

由于weui-cell_ft的颜色被设定,所以choice和multiChoice的颜色必须设定在weui-cell_ft上

normalize-weui不再对颜色进行处理

由于rem的大小问题,导致只对于经过match处理的项目有效,因为样式本身没有办法使用rem,只能使用px

Roadmap

Changelog

v0.0.33

  1. 将Address修改为AddressLocation,添加AddressPicker

v0.0.39

  1. 改为插件嵌入方式

v0.0.50

  1. 修改Select的样式,使用原生

v0.0.53

  1. 删除DatePicker和AddressPicker,使用Placeholder组件替代
  2. 点击Placeholder组件,将触发 @click(id) 事件

v0.0.55

  1. Placeholder接收source.text作为数据显示,删除无用代码

Version

v0.0.32

  1. 修复uploader在已有result情况下不正确显示的问题

v0.0.33

  1. 将Address修改为AddressLocation,添加AddressPicker

v0.0.34

  1. 降低城市选择的精度

v0.0.35

  1. 修复默认值的错误
  2. 更新uploader版本

v0.0.36

  1. 修复object.assign问题

v0.0.37

  1. 修复版本错误
  2. 修复uploader.updateImage可能存在的错误

v0.0.38

  1. uploader支持source.size

v0.0.39

  1. 改为插件嵌入方式

v0.0.40

  1. 修复_Vue在引入文件时未定义的问题

v0.0.41(存在错误,在0.0.42中修复)

  1. 优化choice/multipleChoice代码,体积更小
  2. 优化uploader样式,添加数量提示

v0.0.42

  1. 修复0.0.41中uploader的错误

v0.0.43

  1. 允许使用requiredCondition
  2. 优化uploader代码

v0.0.47

  1. 添加mixins,优化segment样式

v0.0.49

  1. 更新mobile-button版本

v0.0.50

  1. 修改Select的样式,使用原生

v0.0.51

  1. 修改uploader的result逻辑,将string修改为array

v0.0.52

  1. 修复uploader组件的错误

v0.0.53

  1. 删除DatePicker和AddressPicker,使用Placeholder组件替代
  2. 点击Placeholder组件,将触发 @click(id) 事件

v0.0.54

  1. 删除了Placeholder中的result类型限制

v0.0.55

  1. Placeholder接收source.text作为数据显示,删除无用代码

v0.0.56

  1. 删除loading和dialog样式,添加item事件,select支持disabled