0.1.7 • Published 3 years ago

ac-complex-search-panel v0.1.7

Weekly downloads
127
License
MIT
Repository
github
Last release
3 years ago

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
0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago