DefinitelyTyped/react-bootstrap-table/index.d.ts
Mohamed Hegazy 80060c94ef Merge 10/04 (#11739)
* Add ERROR_STATE flag

* added prop options and func timeFormatter

added property `options`, which can be found in [the code](15fc4b62f5/smoothie.js (L270)).
Even though it's not mentioned in the docs, it useful to be able to access these options after chart is initialized when you want to change appearance in real tme.

added function `timeFormatter`, which is mentioned in [right here, in the definitions](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/smoothie/smoothie.d.ts#L127) and can be found in [the code](15fc4b62f5/smoothie.js (L795))

* Fix type errors

* Added typings for css-modules-require-hook

* Remove spaces

* Added semver, added explicit ignore callback, unified array definition and removed one time interface

* Overwriting method signature

* Correct parameter type

* Add MobilePhoneLocale

* Add isMobilePhone tests

* Type definitions for bit-array

* Add emit for cluster

* To use the definition inline

* [logat.d.ts] Type definition for node module 'logat' (#11485)

* Create logat.d.ts

* Create logat-tests.ts

* Update logat-tests.ts

* Update logat-tests.ts

* Update logat.d.ts

* updated logat test

* updated type definiton

* [dateformat.d.ts] Add definitions for dateformat

* Remove the ES6 module hack

* Yayson definitions (#11484)

* Add yayson Store typings

* Add yayson Store tests

* Improve yayson coverage

* Specify version in yayson definition

* Remove yayson generics and tidy

* Changed namespace from angularTouchspin to angular.touchspin (#11414)

* [perfect-scrollbar.d.ts] Add definitions for perfect-scrollbar (#11486)

* Added types for klaw (#11492)

* Added types for klaw

* addressed pr comments and `tsfmt -r klaw/*.ts`

* add typings for onselected and onunselected methods, refs #11493 (#11496)

* Improve through2 declarations (#11499)

* [through2] Fix typos

* [through2] Change return types to stream.Transform

`through2` creates `stream.Transform`-flavored streams, so switching the return types to `stream.Transform` gives us richer typing information than using `NodeJS.ReadWriteStream`, which is missing methods (e.g. `stream.Transform#push`) and the ability to use object mode.

* [through2] Add through2.ctor method

* [through2] Update header and docs

* Add module declaration to crossfilter so that it can be explicitly imported (#11521)

* Add typings for murmurhash3js

* fix module import to be ES6 compliant

* newline at EOF

* [rethinkdb] Adds missing promise methods to Cursor and Connection

* [rethinkdb] Applied TypeScript formatting to the file

* [rethinkdb] Adds types to Cursor methods

* webpack - HotModuleReplacementPlugin has opts arg

* [openlayers] forEachFeatureAtPixel can return a value

See doc http://openlayers.org/en/latest/apidoc/ol.Map.html#forEachFeatureAtPixel

* Update react.d.ts

Added myself as an author so I get notifications of PRs / updates from GitHub.

* vue: fixed definition for activate() in ComponentOption

* Fix error that came using typescript 2

This error come when try compile with typescript 2
kue.d.ts(13,3): error TS2440: Import declaration conflicts with local declaration of 'redis'

* path can be string or a hash of options

As per http://restify.com/#client-api it states:

> Note that all further documentation refers to the "short-hand"
> form of methods like get/put/del which take a string path. You
> can also pass in an object to any of those methods with extra
> params (notably headers):

So the path can be either a string or a hash of options.

* Add CognitoIdentity into aws-sdk

* Font advanced config options added (for v2.0.6+)

* Add missing slider parameters

* Add backspaceToRemoveMessage prop

* fixup! path can be string or a hash of options

* add request.body (#11395)

* add request.body

* Update koa-bodyparser.d.ts

According to the documentation of `koa-bodyparser`:
```javascript
 // the parsed body will store in this.request.body
 // if nothing was parsed, body will be an empty object {}
 ctx.body = ctx.request.body;
```

Therefore the `body` property will exit in the `request` object.
Changing the `body` property from optional to required can also fix the conflict problem in Koa's declaration file:
```ts
 class Koa extend Request, Response {}
```

* Implement tilebelt definition (#11495)

* Add import test (#11476)

* [validator] Add new stuff which document not mentioned (#11498)

* Add new stuff which document not mentioned

* Add related test

* http.ServerRequest => http.IncomingMessage (#11500)

* [node] Add events for dgram (#11501)

* Add events for dgram

* Add tests for dgram

* Correct dgram.RemoteInfo interface

* Correct emit

* Correct emit

* [node] Add events for tls.Server and tls.TLSSocket (#11502)

* Add events for tls.Server

* Add tests for tls.Server

* Add tests for TLSSocket

* Add events for TLSSocket

* [react-router] Update getComponents signatures (#11319)

Update `getComponent(s)` all over the place. See #9530 for more info.

* Updated jquery.dataTables for 1.10.7. (#11408)

* Updated jquery.dataTables for 1.10.7.

Version release notes: https://cdn.datatables.net/1.10.7/

* Added any()
* Added i18n()

Note: selector-modifier support currently exists with interface ObjectSelectorModifier.

* Added strong variable typing in jquery.dataTables-tests.ts

* For parameter 'def', replaced 'Object' data type with 'any' per TypeScript declaration file guidance.

* [HAPI] Add `IStrictSessionHandler` (#11523)

* Fix #11519

* Added FileResizeOptions for the changed resize function call

* getEvent should not be set to void it should return a value (#11135)

* getEvent should not be set to void it should return a value

* Add type to getActionData for testing

* pnotify Add type fpr notice styling and state

* fix pnotify test

* Remove Generics and replaces by return any

* convert space tp tabs

* Add barTintColor to NavigatorIOS (#11522)

* GreenSock TweenMax TweenLite config Object typed refs #11265 (#11310)

* refs #9944

* refs #11265

* refs #11265

* Call strategy with only mode or options (#11466)

* Call strategy with only mode or options

* Refactor `server.auth.strategy`

* - add client.exists([params, [callback]]) (#11515)

* Update to Electron 1.4.1 (#11481)

* Correct fs.createWriteStream (#11560)

* add  declaration file for  weapp (#11554)

* add  declaration file of  weapp

* rename "weapp" to "weapp-api"

rename "weapp" to "weapp-api" to avoid naming conflicts

* Added more methods to Turf (#11558)

* Added more methods to Turf
- circle
- geojsonType
- propReduce
- coordAll
- tesselate

* Replace Object with GeoJSON

* Implemented cheap-ruler definition

* Remove GeoJSON dependency

* Cheap-ruler fixes
- Removed GeoJSON from tests
- Added return-type to fromTile

* Update JSDocs cheap-ruler
Update based on comments https://github.com/mapbox/cheap-ruler/pull/20
- Removed `{@name}`
- Changed {Object} to {CheapRuler}

* [bluebird] document .suppressUnhandledRejections

http://bluebirdjs.com/docs/api/suppressunhandledrejections.html

* Add typings for shallowequal.

* URIjs fix .joinPaths()

the .joinPaths function is on URIStatic, not an instance of URI
https://medialize.github.io/URI.js/docs.html#static-joinPaths

* set document id property to be optional

* Fixed type of onchallenge

* feat(CKEditor): Add missing typings for `focusManager`

* sequelize: fix return value type of Model.findOrXXX methods

http://docs.sequelizejs.com/en/latest/api/model/#findorinitialize-promiseinstance-initialized

* Added type Point for simplicity
Comments from @vladima

* add interface for mongoose document optional properties

* optional constructor for RecurrenceRule

* fix the framework type

* add parameter support in initialize()

* add callback parameter

* Added promise() to the JQueryPromise<T> interface

jQuery allows calling a promise() function on a Promise object. Updated the interface to reflect this.

* optional authorize

* add contains fn

* Update ip-tests.ts

* Added tests for the promise() method on jqXHR

Ensures that the jqXHR object exposes a standard promise because it implements the JQueryPromise<T> interface.

* angular-dynamic-local Add "storageKey" definition (#11566)

Add "storageKey" definition

cf : https://github.com/lgalfaso/angular-dynamic-locale/blob/master/src/tmhDynamicLocale.js#L197

* Added declare module for easier including. (#11562)

* Adding recompose@0.20.2 typings (#11577)

* Added typings for change-emitter@0.1.2

* Adding recompose@0.20.2 typings

* Update typescript definition for selectize to 0.12.13 (#11570)

* [react-router-redux] Update action payload type (#11559)

The payload for React Redux Router action is a location object. For more information look at the source code [here](https://github.com/reactjs/react-router-redux/blob/master/src/sync.js#L95)

* [openlayers] Rewrite for openlayers 3.18.2 (#11339)

* Added missing config options for release v2.0.8 (#11595)

* [graphql] Create graphql (#11598)

* Complete graphql/language

* Update graphql/error

* Update graphql.d.ts

* Create graphql-tests.ts

* Update graphql/type

* Update graphql/error and graphql/execution

* Remove null type

* Remove comma

* ej typings v14.3.0.49 added (#11597)

* ej typings v14.3.0.49 added

* jquery dependent added

* react-bootstrap-table: add ignoreSinglePage option (#11581)

As shown in the [docs](http://allenfang.github.io/react-bootstrap-table/docs.html)

```
ignoreSinglePage : Bool
Enable to ignore the pagination if only one page, default is false.
```

* There is no INST_EDGE_FALLING exported const but INT_EDGE_FALLING (#11603)

Exporting correct `const` `INST_EDGE_FALLING` -> `INT_EDGE_FALLING`

* Complete HighchartsBarStates interface. Add Color interface (#11505)

- HighchartsBarStates interfaces didn't include `borderColor` and `color` properties, as documented in http://api.highcharts.com/highcharts/plotOptions.bar.states.hover
- A Color interface was added, since the documentation refers many times to `Color` as a type. This colors can be either a string or a gradient, as stated in http://www.highcharts.com/docs/chart-design-and-style/colors. The introduction of this type should help alleviating the errors currently present where certain "color" properties are only allowed to be strings.

* Add definition for swagger-jsdoc (#11298)

* Add definition for swagger-jsdoc

* Update files

* Remove interface and use any instead for options, fix tests

* Fix Usage example

* Add definitions for: "bunyan-config", "express-mung", "node-vitalsigns" and "memwatch-next" (#11285)

* Add definition for "bunnymq".

* Add definition for "strftime".

* Add definitions for: "bunyan-config", "express-mung" and
"node-vitalsigns".

* Add definitions for: "bunyan-config", "express-mung" and
"node-vitalsigns".

* Add definition for "memwatch-next".

* Fix project URL address.

* Rename "node-vitalsigns" to "vitalsigns".

* Update definitions.

* Use {} instead of "Object" type.
Remove unnecessary namespace for "memwatch-next" definition.
Rewrite "bunyan-config" definition.

* Replace "Object" by "{}".

* (helmet): change to namespace and export interfaces (#11585)

* Replace reference to deprecated http.ClientResponse with newer http.IncomingMessage (#11596)

* [cheerio] Adds missing load(CheerioElement) (#11520)

* add id (#11619)

* add id

* remove readonly

* add touch after

* fix typo

* change Topic property latch to boolean type (#11607)

* Add AngularJS linky filter definition (#11507)

* Support universal modules for SAT (#11632)

* changed versionKey in Schema spec to string

* better structure

* Add argumentless Q()

* add definitions for tz-format (#11565)

* add definitions for tz-format

* fix return type

* Create typings for ngeohash (#11634)

* [nprogress] Update configuration properties (#11627)

Update a couple of nprogress configuration properties:
* `ease` is renamed to `easing`.
* `trickleRate` is removed.
* `parent` is added.

More info [here](https://github.com/rstacruz/nprogress/blob/master/nprogress.js#L19-L31)

* Fix leaflet L.GeoJSON.addData et al (#11590) (#11591)

* NotificationAlertOptions can have a subtitle (#11638)

* Parse5 comment data (#11649)

* Add test for data

* Update parse5.d.ts

* feat: add localforage-cordovasqlitedriver definition (#11650)

* Fix export for "bunyan-config" and improve definitions (#11653)

* Fix export for "bunyan-config".

* Update definitions.
Replace "Object" to "{}" type.
Add "express" property in "VitalSigns" class.

* Update ejs.d.ts (#11467)

This typings give an error when templating HTML 

Error: Cannot invoke an expression whose type lacks a call signature.

my code 
```javascript
var templateFunction = EJS.compile(SOMESTRTEMPLATE);
myDomElement.innerHTML = templateFunction(someDataObject) // <= ERROR
```

* Added hyperscript module (#11661)

* update parsimmon typings for parsimmon 0.9.2 (#11648)

* update parsimmon typings for parsimmon 0.9.2

* add overloads for parsimmon#seq

* code review

* Fix babel-traverse buildCodeFrameError signature (#11654)

The Error argument is not an error instance, instead it is a constructor function that returns an error instance. 
Additionally, the constructor function is optional, by default SyntaxError is used

* Added type definition for riot library (#11664)

* Added type definition for riot

* Added type information for compile function, version, settings and template error handler

* Updated namespace name Riot -> riot

* Renamed riot-test.ts -> riot-tests.ts

* Add definitions for pem (#11666)

https://github.com/andris9/pem

* Added hapi-decorators.d.ts (#11668)

* Add missing each, and correct type of Date.now() (#11670)

* Add definitions for spdy (#11672)

https://github.com/indutny/node-spdy

* Allow interface to be named (#11673)

> error TS4023: Exported variable 'DevTools' has or is using name 'IDevTools' from external module "/Users/remojansen/CODE/forks/redux-bootstrap/node_modules/@types/redux-devtools/index" but cannot be named.

* Add array methods to LoDashExplicitArrayWrapper to match LoDashImplicitArrayWrapper. (#11518)

* add transducers-js types w/ tests (#11676)

* Fix redeclare block-scoped Base64 (#11677)

Issue found by https://github.com/dankogai/js-base64/issues/38#issuecomment-250999729

* added seed, randomTests and randomizeTests property (#11678)

* Add toJSON method to signature (#11682)

* Fix instance of cropperjs for library version > 0.8 (#11490)

* Updated fbsdk definitions for authentication responses and api calls. (#11686)

Fixes #11327
May help with #11007

* Create typings for jquery-alertable (#11642)

* ADD: definition file for the moment-duration-format library (#11557)

* Update d.ts file for Dialog API updates (#11526)

* Add support for Highcharts modules: offline exporting and boost (#11030)

* Create highcharts-modules-offline-exporting

* Rename highcharts-modules-offline-exporting to highcharts-modules-offline-exporting.d.ts

* Create highcharts-modules-boost.d.ts

* Added cash-js.d.ts File (#10765)

* Added cash-js.d.ts File

* Fixed Link break issue

* Renamed from cash-js to cash

* Fixed the module name as suggested

* Update headroom.d.ts (#11313)

notBottom  missing from definition

* Added the definition for the npm package simple-url-cache (#11296)

* Added the definition for the npm package simple-url-cache

https://www.npmjs.com/package/simple-url-cache

* - Some problems with shells.js missing the touch fucntion deifnition

* More details on the touch parameters - nice screenshot btw

* Updated the RowMethods interface (#11665)

* Updated the RowMethods interface

This Interface was missing the Definition of the id() method.

Link to official documentation: https://datatables.net/reference/api/row().id()

* Changed indentation from tabs to spaces

* Added definition file for Defaults Js Library (#11451)

* Added missing className property to CardProps (#10823)

The className property for CardPros is missing, so using it like
<Card className={this.myClass}>...</Card>
is not possible.

* Add missing perMessageDeflate server option (#11380)

* Add missing class AgendaView (#11371)

* Add missing class AgendaView

* Move class to kendo.ui namespace

* Change path to interface

* Add static fn

* Add static extend

* Add static extend

* Resolve conflicts

* adds system faker methods (#11432)

* added definitions for SharePoint file Search.ClientControls.js (#11652)

* added definitions for SharePoint file Search.ClientControls.js (Srch namespace, heavily used in Search Display Templates)

* --noImplicitAny compatibility fixes
also small improvements

* more fixes for --noImplicitAny

* Adding union type for offset (#11689)

* add type definitions for msgpack-lite package. (#11690)

* Updating jasmine to version 2.5 (#11688)

* Updating jasmine to version 2.5

* Fixing 2 small errors in the update of jasmine

* withMock now takes a  "() => void"

* fixed the withMock syntax error

* number added as type to seed function

* add missing isEmpty function (#11698)

* Added type definitions for terminal-menu (#11697)

* Update THREE.js definitions to r81 (#11679)

* Update THREE.js definitions to r81

* Update test_unit_maths.ts to r81

* Update version in header to r81

* UPDATE localForage type definitions (#11702)

* Update Google Maps API type definition to 3.25 (#11626)

* Update Google Maps Places Library definition

- According to the Places Library documentation (https://goo.gl/EJFiuQ), certain fields are being removed
- I have aligned the Places Library definitions with the API reference (https://goo.gl/kYoi9V) and added deprecation comments for the old properties as they are still accepted until February
- I could not find an official deprecation attribute or similar for Typescript definitions so I just left a comment

* Update the API version in the header

* Apply API changes between version 3.20 and 3.25

- Used the Google Maps API release notes (https://goo.gl/nRUZGJ) as a reference

* Fix inconsistant type definition

* Override ol.layer.Vector#getSource() (#11703)

Reference: http://openlayers.org/en/latest/apidoc/ol.layer.Vector.html

* Replace number[] by [number, number] (#11704)

* [lodash]: memoize.Cache expects construcor (#11707)

https://lodash.com/docs/4.15.0#memoize

* Added jquery.flagstrap.js definition suport (#11710)

* apply declaration merging (#10900)

* Update material-ui.d.ts (#11353)

Expose ThemePalette interface.

* Change ChartAxisXOptions (#11449)

Change the type for minimum and maximum options in ChartAxisXOptions to
support both number and Date.

* Improve support for arrays of promises (#11685)

* Alias IWhenable<T> = IPromise<T> | T

* Allow all Q functions to work with either promises or raw values

* Allow functions expecting arrays to take promises for arrays

Q.race is deliberately excluded, as this does not support this type of argument.

* scheduler options (#11543)

* Added missing move function (#11563)

* Added missing move function

Added missing move function in typings so that the move function is recognised by the IDE and the compiler.

* Minor derp here

* Add missing Valdr typings for validation results and constraints (#11636)

* Add missing Valdr types

Add ValdrValidationConstraints and ValdrValidationResult typings

* Refine Valdr-message typings

Set a more refined type to messages instead of any

* Expand Valdr typings tests

Expand tests to include added typings for ValdrValidationResult and ValdrConstraints

* Fix spacing

Replace tabs by spaces

* Rename vars in test

Rename vars to make test clearer

* Fix TS issues

Added missing types

* Remove undefined

In TS by default null and undefined are subtypes of all other types

* Fix wrong type

Add missing namespace

* Fix wrong version number

Set version to only numbers

* Fix wrong version number

Keep version to only numbers

* Use douple quotes

* Remove invalid triple-slash references

* Add tsconfig.json files and move main file to index.d.ts

* Rename file to index.d.ts

* Remove tscparams files

* Remove unused file

* Remove invalid references

* Move hapi-decorator to use index.d.ts

* Switch to use external modules

* Correctely extend angular

* Fix tsconfig.json

* Remove unused references

* HACK: Put back /// reference tag.
2016-10-05 11:40:00 -07:00

572 lines
19 KiB
TypeScript

// Type definitions for react-bootstrap-table v2.3.0
// Project: https://github.com/AllenFang/react-bootstrap-table
// Definitions by: Frank Laub <https://github.com/flaub>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="react" />
/// <reference types="node" />
// documentation taken from http://allenfang.github.io/react-bootstrap-table/docs.html
import { ComponentClass, Props, ReactElement } from 'react';
import { EventEmitter } from 'events';
export interface BootstrapTableProps extends Props<BootstrapTable> {
/**
Use data to specify the data that you want to display on table.
*/
data: any[];
/**
If set, data is remote (use also fetchInfo)
*/
remote?: boolean,
/**
Use keyField to tell table which column is unique. This is same as isKey in <TableHeaderColumn>
Tips: You need choose one configuration to set key field: keyField or isKey in <TableHeaderColumn>
*/
keyField?: string;
/**
Use height to set the height of table, default is 100%.
*/
height?: string;
/**
Set the max column width (pixels)
*/
maxHeight?: string;
/**
Enable striped by setting striped to true. Same as Bootstrap table class .table-striped, default is false.
*/
striped?: boolean;
/**
Enable hover by setting hover to true. Same as Bootstrap table class .table-hover, default is false.
*/
hover?: boolean;
/**
Enable condensed by setting condensed to true. Same as Bootstrap table class .table-condensed, default is false.
*/
condensed?: boolean;
/**
Become a borderless table by setting bordered to false, default is true.
*/
bordered?: boolean;
/**
Enable pagination by setting pagination to true, default is false.
*/
pagination?: boolean;
/**
Assign the class name of row(tr). This attribute accept a string or function and function is a better way to do more customization.
If a string given, means the value will be presented as the row class.
If a function given, will pass rowData and rowIndex as params and should return string for presenting class. for examples:
@example
function trClassFormat(rowData,rowIndex){
return rowIndex%2==0?"tr-odd":"tr-even"; //return a class name.
}
*/
trClassName?: string | ((rowData: any, rowIndex: number) => string);
/**
Enable row insertion by setting insertRow to true, default is false.
If you enable row insertion, there's a button on the upper left side of table.
*/
insertRow?: boolean;
/**
Enable row deletion by setting deleteRow to true, default is false.
If you enable row deletion, there's a button on the upper left side of table.
*/
deleteRow?: boolean;
/**
Enable column filter by setting columnFilter to true, default is false.
If enabled, there're input text field per column under the table, user can input your filter condition by each column.
*/
columnFilter?: boolean;
/**
Enable search by setting search to true, default is false.
If enabled, there is a on the upper left side of the table. The default place holder is Search
*/
search?: boolean;
/**
Set searchPlaceholder to change the placeholder in search field, default is Search.
*/
searchPlaceholder?: string;
/**
Enable multi search by multiColumnSearch, default is false.
If you want to use multi search, you must enable search at first.
Tips: Use space to delimited search text. EX: 3 4, which means match all 3 or 4 datas in table.
*/
multiColumnSearch?: boolean;
/**
Enable export csv function, default is false.
If you enable, there's a button on the upper left side of table.
*/
exportCSV?: boolean;
/**
Set CSV filename (e.g. items.csv). Default is spreadsheet.csv
*/
csvFileName?: string;
/**
Enable row selection on table. selectRow accept an object which have the following properties
*/
selectRow?: SelectRow;
/**
Enable cell editing on table. cellEdit accept an object which have the following properties
*/
cellEdit?: CellEdit;
/**
For some options setting on this component, you can set the options attribute and give an object which contain following properties
*/
options?: Options;
fetchInfo?: FetchInfo;
tableStyle?: any;
containerStyle?: any;
headerStyle?: any;
bodyStyle?: any;
ignoreSinglePage?: boolean;
}
export type SelectRowMode = 'none' | 'radio' | 'checkbox';
export interface SelectRow {
/**
For specifing the selection is single(radio) or multiple(checkbox).
*/
mode: SelectRowMode;
/**
Click the row will trigger selection on that row if enable clickToSelect, default is false.
*/
clickToSelect?: boolean;
/**
If true, click the row will trigger selection on that row and also trigger cell editing if you enabled cell edit. Default is false.
*/
clickToSelectAndEditCell?: boolean;
/**
You can assign the background color of row which be selected.
*/
bgColor?: string;
/**
You can assign the class name of row which be selected.
*/
className?: string;
/**
Give an array data to perform which rows you want to be selected when table loading.
The content of array should be the rowkey which you want to be selected.
*/
selected?: string[];
/**
if true, the radio/checkbox column will be hide.
You can enable this attribute if you enable clickToSelect and you don't want to show the selection column.
*/
hideSelectColumn?: boolean;
/**
Default is false, if enabled, there will be a button on top of table for toggling selected rows only.
*/
showOnlySelected?: boolean;
/**
Accept a custom callback function, if a row be selected or unselected, this function will be called.
This callback function taking three arguments row, isSelected and event:
`row`: is the row data which you wanted to select or unselect.
`isSelected`: it's a boolean value means "whether or not that row will be selected?".
`event`: The event target object.
If return value of this function is false, the select or deselect action will not be applied.
*/
onSelect?: (row: any, isSelected: Boolean, event: any) => boolean;
/**
Accept a custom callback function, if click select all checkbox, this function will be called.
This callback function taking two arguments isSelected and currentSelectedAndDisplayData:
`isSelected`: it's a boolean value means "whether or not that row will be selected?".
`currentSelectedAndDisplayData`: If pagination enabled, this result is the data which in a page. In contrast, this is all data in table.
If return value of this function is false, the select all or deselect all action will not be applied.
*/
onSelectAll?: (isSelected: boolean, currentSelectedAndDisplayData: any) => boolean;
}
export type CellEditClickMode = 'none' | 'click' | 'dbclick';
export interface CellEdit {
/**
To spectify which condition will trigger cell editing.(click or dbclick)
*/
mode: CellEditClickMode;
/**
Enable blurToSave will trigger a saving event on cell when mouse blur on the input field. Default is false.
In the default condition, you need to press ENTER to save the cell.
*/
blurToSave?: boolean;
/**
Accept a custom callback function, before cell saving, this function will be called.
This callback function taking three arguments:row, cellName and cellValue
It's necessary to return a bool value which whether apply this cell editing.
*/
beforeSaveCell?: (row: any, cellName: string, cellValue: any) => boolean;
/**
Accept a custom callback function, after cell saving, this function will be called.
This callback function taking three arguments:row, cellName and cellValue
*/
afterSaveCell?: (row: any, cellName: string, cellValue: any) => void;
}
export type SortOrder = 'asc' | 'desc';
export interface Options {
/**
Manage sort field by yourself
*/
sortName?: string;
/**
Manage sort order by yourself
*/
sortOrder?: SortOrder;
/**
Assign a default sort field.
*/
defaultSortName?: string;
/**
Assign a default sort ordering.
*/
defaultSortOrder?: SortOrder;
/**
False to disable sort indicator on header column, default is true.
*/
sortIndicator?: boolean;
/**
Change the displaying text on table if data is empty.
*/
noDataText?: string | ReactElement<any>;
/**
A delay for trigger search after a keyup (millisecond)
*/
searchDelayTime?: number;
/**
A custom text on export csv button
*/
exportCSVText?: string;
/**
Default is false, if true means you want to ignore any editable configuration when row insert.
*/
ignoreEditable?: boolean;
/**
Only work on enable search. If true, there will be a button beside search input field for clear search field text.
*/
clearSearch?: boolean;
/**
Assign a callback function which will be called after table update.
*/
afterTableComplete?: Function;
/**
Assign a callback function which will be called after row delete.
This function taking one argument: rowKeys, which means the row key you dropped.
*/
afterDeleteRow?: (rowKeys: string[]) => void;
/**
Assign a callback function which will be called after row insert.
This function taking one argument: row, which means the whole row data you added.
*/
afterInsertRow?: (row: any) => void;
/**
Customize the text of previouse page button
*/
prePage?: string;
/**
Customize the text of next page button
*/
nextPage?: string;
/**
Customize the text of first page button
*/
firstPage?: string;
/**
Customize the text of last page button
*/
lastPage?: string;
/**
Accept a number, which means the page you want to show as default.
*/
page?: number;
/**
You can change the dropdown list for size per page if you enable pagination.
*/
sizePerPageList?: number[];
/**
Means the size per page you want to locate as default.
*/
sizePerPage?: number;
/**
To define the pagination bar length, default is 5.
*/
paginationSize?: number;
/**
Assign a callback function which will be called after page changed.
This function taking two argument: page and sizePerPage.
`page`: Current page.
`sizePerPage`: The data size which in one page.
*/
onPageChange?: (page: number, sizePerPage: number) => void;
/**
Assign a callback function which will be called after size per page dropdown changed.
This function taking one argument: sizePerPage.
`sizePerPage`: The data size which in one page.
*/
onSizePerPageList?: (sizePerPage: number) => void;
/**
Assign a callback function which will be called after trigger sorting.
This function taking two argument: `sortName` and `sortOrde`r.
`sortName`: The sort column name
`sortOrder`: The sort ordering.
*/
onSortChange?: (sortName: string, sortOrder: SortOrder) => void;
/**
Assign a callback function which will be called after trigger searching.
This function taking two argument: search and result.
`search`: The search text which user input.
`result`: The results after searching.
*/
afterSearch?: (search: string, result: any) => void;
/**
Assign a callback function which will be called after trigger column filtering.
This function taking two argument: filterConds and result.
`filterConds`: It's an array object which contain all column filter conditions.
`result`: The results after filtering.
*/
afterColumnFilter?: (filterConds: any[], result: any) => void;
/**
Assign a callback function which will be called after a row click.
This function taking one argument: row which is the row data which you click on.
*/
onRowClick?: (row: any) => void;
/**
Assign a callback function which will be called when mouse enter into the table.
*/
onMouseEnter?: Function;
/**
Assign a callback function which will be called when mouse leave from the table.
*/
onMouseLeave?: Function;
/**
Assign a callback function which will be called when mouse over a row in table.
This function taking one argument: row which is the row data which mouse over.
*/
onRowMouseOver?: Function;
/**
Assign a callback function which will be called when mouse leave from a row in table.
This function taking one argument: row which is the row data which mouse out.
*/
onRowMouseOut?: Function;
/**
Assign a callback function which will be called when row dropping.
It give you a chance to customize your confirmation for row deletion.
This function taking two argument: next and rowKeys:
`next`: If you confirm to drop row, call next() to continue the process
`rowKeys` is the row keys which been deleted, you can call next function to apply this deletion.
*/
handleConfirmDeleteRow?: (next: Function, rowKeys: any[]) => void;
paginationShowsTotal?: boolean;
onSearchChange?: Function;
onAddRow?: Function;
onExportToCSV?: Function;
insertText?: string;
deleteText?: string;
saveText?: string;
closeText?: string;
}
interface FetchInfo {
dataTotalSize?: number;
}
export interface BootstrapTable extends ComponentClass<BootstrapTableProps> {
/**
* Call this function to insert an new row to table.
*/
handleAddRow(row: any): void;
/**
* Call this function to insert an new row as first row on table.
*/
handleAddRowAtBegin(row: any): void;
/**
* Call this function to drop rows in table.
*/
handleDropRow(rowKeys: any[]): void;
/**
* Call this function to do column filtering on table.
*/
handleFilterData(filter: any): void;
/**
* Call this function with search text for fully searching.
*/
handleSearch(search: string): void;
/**
* Call this function to sort table.
*/
handleSort(order: SortOrder, field: string): void;
/**
* Call this function to get the page by a rowkey
*/
getPageByRowKey(rowKey: string): any;
/**
* Call this function to export table as csv.
*/
handleExportCSV(): void;
/**
* Clean all the selection state on table.
*/
cleanSelected(): void;
}
interface BootstrapTable extends ComponentClass<BootstrapTableProps> { }
declare const BootstrapTable: BootstrapTable;
export type DataAlignType = 'left' | 'center' | 'right' | 'start' | 'end';
export interface TableHeaderColumnProps extends Props<TableHeaderColumn> {
/**
The field of data you want to show on column.
*/
dataField: string;
/**
Use isKey to tell table which column is unique. This is same as keyField in <BootstrapTable>
Tips: You need choose one configuration to set key field: isKey or keyField in <BootstrapTable>
*/
isKey?: boolean;
/**
Set the column width. ex: 150, it's means 150px
*/
width?: string;
/**
Set align in column, value is left, center, right, start and end.
*/
dataAlign?: DataAlignType;
/**
True to enable table sorting. Default is disabled.
*/
dataSort?: boolean;
/**
Allow user to render a custom sort caret. You should give a function and should return a JSX.
This function taking one arguments: order which present the sort order currently.
*/
caretRender?: Function;
/**
To customize the column. This callback function should return a String or a React Component.
In addition, this function taking two argument: cell and row.
*/
dataFormat?: (cell: any, row: any) => string | ReactElement<any>;
/**
To to enable search or filter data on formatting. Default is false
*/
filterFormatted?: boolean;
/**
True to hide column.
*/
hidden?: boolean;
/**
False to disable search functionality on column, default is true.
*/
searchable?: boolean;
/**
Give a customize function for data sorting.
This function taking four arguments: a, b, order, sortField, extraData
*/
sortFunc?: (a: any, b: any, order: SortOrder, sortField: any, extraData: any) => number;
/**
It's a extra data for custom sort function, if defined, this data will be pass as fifth argument in sortFunc.
*/
sortFuncExtraData?: any;
/**
Add custom css class on table header column, this attribute only accept String or Function.
If Function, it taking four arguments: cell, row, rowIndex, columnIndex.
In addition, this function should return a String which is the class name you want to add on.
*/
className?: string | ((cell: any, row: any, rowIndex: number, columnIndex: number) => string);
/**
Add custom css class on table body column, this attribute only accept String or Function.
If Function, it taking four arguments: cell, row, rowIndex, columnIndex.
In addition, this function should return a String which is the class name you want to add on.
*/
columnClassName?: String | ((cell: any, row: any, rowIndex: number, columnIndex: number) => string);
/**
Add True to set column editable, false is non-editable. If give Object,
you can do more customization when editing cell. This object have following properties:
@example
{
type: //edit type, avaiable value is textarea, select, checkbox
validator: //give function for validation and taking only one "cell value" as argument. This function should return Bool.
options:{
values: //values means data in select or checkbox.If checkbox, use ':'(colon) to separate value, ex: Y:N
}
}
*/
editable?: boolean | Editable;
/**
It only work when you enable insertRow and be assign on rowKey column.
If true, the row key will be generated automatically after a row insertion.
*/
autoValue?: boolean;
/**
To Enable a column filter within header column.
This feature support a lots of filter type and condition. Please check example
Following is the format for filter
*/
filter?: Filter;
onSort?: Function;
csvFormat?: Function;
columnTitle?: boolean;
sort?: SortOrder;
formatExtraData?: any;
}
export interface Editable {
type?: string;//edit type, avaiable value is textarea, select, checkbox
/**
function for validation and taking only one "cell value" as argument. This function should return Bool.
*/
validator?: (cell: any) => boolean;
/**
{
values: //values means data in select or checkbox.If checkbox, use ':'(colon) to separate value, ex: Y:N
}
*/
options?: any;
/**
Configuration for the textarea editable type
*/
cols?: number;
rows?: number;
}
export type FilterType = 'TextFilter' | 'RegexFilter' | 'SelectFilter' | 'NumberFilter' | 'DateFilter' | 'CustomFilter';
export interface Filter {
/**
"TextFilter"||"SelectFilter"||"NumberFilter"||"DateFilter"||"RegexFilter"||"YOUR_CUSTOM_FILTER"
*/
type?: FilterType;
/**
* Default value on filter. If type is NumberFilter or DateFilter, this value will like { number||date: xxx, comparator: '>' }
*/
defaultValue?: any;
/**
* Assign a millisecond for delay when trigger filtering, default is 500.
*/
delay?: number;
/**
* Only work on TextFilter. Assign the placeholder text on text and regex filter
*/
placeholder?: string | RegExp;
/**
* Only work on NumberFilter. Accept an array which conatin the filter condition, like: ['<','>','=']
*/
numberComparators: string[];
}
export interface TableHeaderColumn extends ComponentClass<TableHeaderColumnProps> { }
declare const TableHeaderColumn: TableHeaderColumn;
declare class TableDataSet extends EventEmitter {
constructor(data: any);
setData(data: any): void;
clear(): void;
getData(): any;
}