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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@mas.io/adc-datetime-picker

v1.0.8

Published

@alipay/adc-datetime-picker 的组件描述

Readme

安装

tnpm install --save @alipay/adc-datetime-picker

组件介绍

时间选择器,支持日期、年月、时分等维度,通常与弹出层组件配合使用。

参数说明

属性 | 必填 | 参数类型 | 参数说明 | 默认值 | 示例 --|:--:|:--:|:--:|:--: | :-: isShow | 是 | Boolean | 是否显示 | false | true type | 否 | String | 时间类型,可选值为 datetime date year-month | datetime | date pickerType | 否 | String | 时间范围选择 | | range minDate | 否 | Date | 可选的最小时间,精确到分钟 | 十年前 | maxDate | 否 | Date | 可选的最大时间,精确到分钟 | 十年后 | minHour | 否 | number | 可选的最小小时 | 0 | maxHour | 否 | number | 可选的最大小时 | 23 | minMinute | 否 | number | 可选的最小分钟 | 0 | maxMinute | 否 | number | 可选的最大分钟 | 59 | onFormatter | 否 | Function | 格式化column | | (type, values)=>{} onFilter | 否 | Function | 过滤column | | (type, values)=>{} onConfirm | 否 | Function | 点击确定按钮时触发的事件 | | (values)=>{} onCancel | 否 | Function | 点击取消按钮时触发的事件 | | ()=>{}

在小程序中使用

{
  "usingComponents": {
    "mas-adc-datetime-picker": "@alipay/adc-datetime-picker/es/index"
  }
}

在 page.axml 中引用组件

<!-- 页面使用方式 -->
  <mas-adc-datetime-picker isShow="{{isShow}}" onConfirm="onConfirm"/>

Badges

TNPM version TNPM downloads