Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@xsyx/hanzo-city-picker

Package Overview
Dependencies
Maintainers
13
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xsyx/hanzo-city-picker

省市县组件

  • 2.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
13
Created
Source

省市县选择组件

变更记录

v2.0.1 -- 2020年7月21日
  • (employ-city-picker)增加编辑功能
v2.0.0 -- 2020年7月19日
  • (employ-city-picker)不向下兼容更新
  • 新增init/next-empty/close/click-item回调事件
  • 数据支持分段式传递
v1.0.12 -- 2020年4月22日
  • (employ-city-picker)依赖更新
v1.0.8 -- 2020年3月28日
  • (employ-city-picker)优化交互体验
v1.0.7 -- 2020年3月28日
  • (employ-city-picker)修正动态title
v1.0.6 -- 2020年3月28日
  • (employ-city-picker)修正可点击区域太小,不易点中
v1.0.5 -- 2020年3月27日
  • (employ-city-picker)修正部分场景数据错误
v1.0.3 -- 2020年3月27日
  • (employ-city-picker)新增employ通用多级联动
v1.0.2 -- 2020年2月24日
  • 落实zIndex和typeShow参数
v1.0.1 -- 2020年2月22日
  • 增加参数(filedNameName, filedNameCode, filedNameChild)
v1.0.0 -- 2020年2月19日

适用场景

基本调用

 <city-picker></city-picker>

参数 props

参数说明类型可选值默认值版本号
provinces省份列表Array--1.0.0
province当前选择的省份名称String--1.0.0
citys城市列表Array--1.0.0
city当前选择的城市名称String--1.0.0
countys区县列表Array--1.0.0
county当前选择的区县名称String--1.0.0
value当前选择的省市县编号Array--1.0.0
isShow是否显示省市县组件Boolean-true1.0.0
zIndexzIndexNumber-1001.0.0
filedNameName区域名称字段名String-name1.0.1
filedNameCode区域编码字段名String-code1.0.1
filedNameChild下属行政区域字段名String-child1.0.1
typeShow组件显示类型array1:只显示省份列;
2:显示省份和地级市;
3:显示省市县三级
31.0.0

事件 event

名称参数说明备注
confirm{
  "provinceId": 省份编号,
  "provinceName": 省份名称,
  "cityId": 城市编号,
  "cityName": 城市名称,
  "countyId": "区县编号",
  "countyName": 区县名称,
  fullName: "省市县全称"
}
--

插槽 slot

名称说明备注
---

相关演示

FAQs

Package last updated on 21 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc