New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ac-complex-search-panel

Package Overview
Dependencies
Maintainers
17
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ac-complex-search-panel

ComplexSearchPanel ui component for react

  • 0.1.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
19
decreased by-45.71%
Maintainers
17
Weekly downloads
 
Created
Source

ac-complex-search-panel

npm version Build Status Coverage Status devDependency Status NPM downloads Average time to resolve an issue Percentage of issues still open

react ac-complex-search-panel component for tinper-bee

some description...

依赖

  • react >= 15.3.0
  • react-dom >= 15.3.0
  • prop-types >= 15.6.0

使用方法

$ npm install ac-complex-search-panel --save-dev

引入

import AcComplexSearchPanel from 'ac-complex-search-panel';

样式引入

import 'ac-complex-search-panel/dist/ac-complex-search-panel.css';


API

参数说明类型默认值
formbee-form组件内的form,必须传入object-
searchOpen是否默认展开更多查询条件stringfalse
open设置展开显示string-
openHandle展开收起回调function() => {}
search查询的回调function() => {}
reset重置的回调,默认首先调用'this.props.form.resetFields()'清空所有值,无法清空的需要在回调中手动清空function() => {}
resetName重置的文字string重置
searchName查询的文字string查询
searchHead查询标题文字string查询面板
btnPosition按钮位置left/right/centerright
openName展开的文字或者domstring/dom展开
closeName收起的文字或者domstring/dom收起
showIcon是否显示展开收起的图标booltrue
renderHeader自定义头部信息function-
renderFooter自定义底部信息function-
searchBtnProps查询按钮属性,onClick无效object-
resetBtnProps清空按钮属性,onClick无效object-
searchBtnPosition查询按钮位置left/rightleft
searchHead查询面板标题string查询面板
开发调试
$ npm install -g bee-tools
$ git clone https://github.com/tinper-bee/ac-complex-search-panel
$ cd ac-complex-search-panel
$ npm install
$ npm run dev

Keywords

FAQs

Package last updated on 09 Dec 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