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

@taojimu/meta-view

v1.0.4

Published

适用于使用[淘积木 meta](https://mos.m.taobao.com/taojimu/docs#/meta)来快速生成配置应用所需要的 [JSON Schema](http://json-schema.org/) 以及 form 表单。

Downloads

4

Readme

@taojimu/meta-view

适用于使用淘积木 meta来快速生成配置应用所需要的 JSON Schema 以及 form 表单。

如何使用

# npm 国内用户可设置淘宝镜像
npm config set registry https://registry.npmmirror.com
npm install @taojimu/meta-view -S

# yarn
yarn add @taojimu/meta-view -S
import { Form } from '@taojimu/meta-view';

export default function App() {
  return <Form schema={schema} onChange={onChange} />;
}

更新日志

1.0.4 - 2023-11-20

  • 1、feat: 任务增加搜索关键词

1.0.3 - 2023-09-14

  • 1、feat: 增加 reminder

1.0.2 - 2023-08-08

  • 1、feat: 增加人群选择器能力

1.0.1 - 2023-02-23

  • 1、feat: 增加浏览任意页面任务。
  • 2、feat: 旺铺图片增加图片裁剪适配能力。

1.0.0 - 2022-12-27

  • 1、feat: 兼容旺铺搭建场景下的配置应用视频选择器、优惠券选择器、直播选择器、奖池选择器、任务选择器。
  • 2、feat: 增加旺铺搭建场景下保存验证处理逻辑。

0.0.16

  • 1、fix: 配置应用小部件场景渲染和验证问题.

0.0.15

  • 1、feat: 升级 @taojimu/meta-2-meta
  • 2、feat: 增加预约下单任务类型。
  • 3、feat: 升级 [antd: Dropdown] onVisibleChange is deprecated which will be removed in next major version, please use onOpenChange instead.
  • 4、feat: 升级 [antd: Tabs] Tabs.TabPane is deprecated. Please use items directly.

0.0.14

  • 1、fix: 修正小部件场景下默认选中的 tab 值的问题。

0.0.13

  • 1、feat: 增加小部件场景 meta, 通过扩展 radio_detailextension: { type: 'tab' } 来实现。
  • 2、feat: 任务类型增加 分享浏览店铺观看直播查看宝贝关注直播间.
  • 3、feat: 优化空数据时展现 UI。
  • 4、fix: 修复 radio 单选按钮数字类型的处理逻辑。

0.0.12

  • 1、fix: 修复react-color 在配置应用渲染的问题。
  • 2、feat: 优化通用错误页面。

0.0.11

  • 1、fix: 修复数组中未传递from属性带来的问题。

0.0.10

  • 1、feat: 为解决平台保存问题,增加my.handleChange 事件的调用机制。优化交互体验。

0.0.9

  • 1、style: 修复配置应用不支持 base64 图片的问题。

0.0.8

  • 1、fix: 修复宝贝选择器和优惠券选择器数量限制的处理规则。

0.0.7

  • 1、fix: 修复my.getModuleData 获取原始数据和复杂对象默认值更新时序问题;
  • 2、feat: 数组不在使用 expado 作为 key 逻辑。

0.0.5 ~ 0.0.6

  • 1、所有复杂对象都做了默认值修正,包括arraycheckboximageitem_changelinkobjectorightradio_detailtextareavideo_unify.

0.0.3 ~ 0.0.4

  • 1、颜色选择器、日期选择器、文字设置、任务默认值订正。

0.0.2

  • 1、增加配置应用下不同场景(店铺装修、淘积木)功能识别能力。
  • 2、优惠券暂时适配店铺装修场景模式下,但目前数据缺失。

0.0.1

  • 1、feat: 发布 npm 进行测试。