Commit Graph

363 Commits

Author SHA1 Message Date
David Schneider
782c4cd738 Update GeoJSON, GeoJSONProps. 2017-04-13 16:15:08 -07:00
David Schneider
1615295f1e Update FeatureGroup, FeatureGroupProps. 2017-04-13 16:14:02 -07:00
David Schneider
42f58c8d91 Update LayerGroup, LayerGroupProps. 2017-04-13 16:13:15 -07:00
David Schneider
9357b51da8 Update Rectangle, RectangleProps. 2017-04-13 16:12:14 -07:00
David Schneider
de7f8ef988 Update Polygon, PolygonProps. 2017-04-13 16:11:48 -07:00
David Schneider
550704d750 Update Polyline, PolylineProps. 2017-04-13 16:11:23 -07:00
David Schneider
ccc25ed739 Update CircleMarker, CircleMarkerProps. 2017-04-13 16:10:48 -07:00
David Schneider
5d598642b5 Update Circle, CircleProps. 2017-04-13 16:10:17 -07:00
David Schneider
4db5f12ed3 Update PathProps, add Path abstract class. 2017-04-13 16:09:49 -07:00
David Schneider
6de8bba105 Update WMSTileLayer, WMSTileLayerProps. 2017-04-13 16:08:48 -07:00
David Schneider
9f6d8d7b72 Update ImageOverlay, ImageOverlayProps. 2017-04-13 16:08:15 -07:00
David Schneider
07daf65a07 Update TileLayer, TileLayerProps. 2017-04-13 16:07:37 -07:00
David Schneider
0e712b5649 Update GridLayer, GridLayerProps. 2017-04-13 16:07:07 -07:00
David Schneider
5de40f30e9 Update Tooltip, TooltipProps. 2017-04-13 16:05:49 -07:00
David Schneider
cdd1a01245 Update Popup, PopupProps. 2017-04-13 16:05:16 -07:00
David Schneider
534efa73b6 Update Marker, MarkerProps. 2017-04-13 16:04:18 -07:00
David Schneider
d145ccc603 Add MapLayer, MapLayerProps, LayerContainer. 2017-04-13 16:02:06 -07:00
David Schneider
2d7d02deb9 Update Pane, PaneProps; add PaneState. 2017-04-13 15:51:07 -07:00
David Schneider
2fe391513c Update Map, MapProps. 2017-04-13 15:50:27 -07:00
David Schneider
ddac22429c Add MapComponent, MapComponentProps definitions. 2017-04-13 15:48:34 -07:00
David Schneider
c7d1014f19 Define intersection type that includes all Leaflet events. 2017-04-13 15:47:22 -07:00
David Schneider
f4d7df929d Define type Children equivalent to that defined react-leaflet/src/propTypes/children.js. 2017-04-13 15:42:03 -07:00
David Schneider
c9e8642144 react-leaflet: Update declarations file header.
- Reference new versions of react-leaflet, TypeScript.
- Add new author.
2017-04-12 14:40:35 -07:00
Nathan Shively-Sanders
742cb488d6 Merge pull request #15531 from uglycoyote/master
Change return type of Paper.group() and Paper.g() to "Paper"
2017-04-04 13:17:28 -07:00
uglycoyote
13f59a2ae3 Removing usage of g.matrix, since g (group) does not have a member called matrix. (the test code would print undefined) 2017-04-04 12:59:24 -07:00
Eloy Durán
b7565ed337 Merge pull request #15611 from ligaz/patch-18
[react-native] Add accessibilityLabel to Touchable
2017-04-04 20:04:49 +02:00
Nathan Shively-Sanders
c48d2ee4b3 Merge pull request #15518 from gyzerok/fix-picker-item
@types/react-native fix Picker types
2017-04-04 10:18:30 -07:00
Nathan Shively-Sanders
2c862be7f7 Merge pull request #15463 from webbiesdk/leaflet-extension-methods
Leaflet: Changed the extension methods back to methods.
2017-04-04 10:17:55 -07:00
Nathan Shively-Sanders
9685b311cc Merge pull request #15462 from huy-nguyen/add-react-router-redux-v5
Add type definition for react-router-redux v5
2017-04-04 09:30:24 -07:00
Nathan Shively-Sanders
efd7e94537 Merge pull request #15586 from AlbertOzimek/patch-4
Update index.d.ts
2017-04-04 09:20:46 -07:00
Huy Nguyen
05c43d5711 Fix lint errors 2017-04-04 12:17:18 -04:00
Huy Nguyen
32f8d75fdb Fix tslint config 2017-04-04 12:01:19 -04:00
Nathan Shively-Sanders
6f38cdcb64 Merge pull request #15563 from rationull/sinon-2
Added assert, verify, and verifyAndRestore for SinonJS sandbox.
2017-04-04 08:49:20 -07:00
Karol Janyst
2b391022e4 Add missing types and interfaces, improve definitions to match 6.6 api… (#15136)
* Add missing types and interfaces, iprove definitions to match 6.5 api, remove unused definitions

* Imporove types, add missing config options and actions

* Change type for validate and warn

* Add missing selectors, restore unnecessarily deleted actions

* Add things that were added in 6.6.0
2017-04-04 07:51:20 -07:00
Huy Nguyen
a2881ed1c7 Fix lint errors 2017-04-04 10:16:14 -04:00
Erik Krogh Kristensen
30bd01b1ff Leaflet: Marking the extension methods that every class should extend as non-optional. 2017-04-04 11:40:46 +02:00
Stefan Dobrev
06a42607f3 [react-native] Add accessibilityLabel to Touchable
Add `accessibilityLabel` property to Touchable. Fix description of the `accessible` property.
2017-04-04 10:15:39 +03:00
Kieran Peat
2b5bb39244 React-data-grid: adding in onRowClick (#15220)
* adding in onRowClick

* typo

* updating to keep v1 and fixing addons for v2

* adding in column cellClass and getRowMetaData

* adding in test for getRowMetaData

* fixing test

* adding filterRenderer

* fixing silly mistakes
2017-04-03 14:44:55 -07:00
Huy Nguyen
ddb82936f2 Fix lint errors 2017-04-03 14:21:15 -04:00
AlbertOzimek
750de45b97 Update index.d.ts
updating highcharts/maps/index.d.ts based on the highmaps specification: http://api.highcharts.com/highmaps
Adding: - plotOptions http://api.highcharts.com/highmaps/plotOptions
             - tooltip http://api.highcharts.com/highmaps/tooltip
2017-04-03 09:45:58 +02:00
Hiroki Horiuchi
60c1f3c711 Merge pull request #15537 from CaselIT/master
[bson,mongodb] Added missing bson methods and removed duplication on mongodb
2017-04-03 15:13:05 +09:00
Jonathan Little
2f7adbeb8e Added assert, verify, and verifyAndRestore for SinonJS sandbox. 2017-03-31 16:31:28 -07:00
Andy
6057f7c6c6 github: Provides its own types (#15557) 2017-03-31 15:57:07 -07:00
Andy
e69b58e400 Apply new lint rules to ever more packages (#15551) 2017-03-31 12:19:34 -07:00
Nathan Shively-Sanders
7f28561c72 Merge pull request #15550 from leonard-thieu/master
[semantic-ui] Added global settings and changes introduced in v2.2.8.
2017-03-31 11:42:16 -07:00
Leonard Thieu
1854b59473 Merge remote-tracking branch 'origin/master' 2017-03-31 14:38:40 -04:00
Leonard Thieu
8aab69b90a Fixed linting errors. 2017-03-31 14:38:16 -04:00
Nathan Shively-Sanders
3d016e155f Merge pull request #15539 from janvryck/master
VIS: Timeline rollingMode configuration is optional
2017-03-31 11:31:08 -07:00
Leonard Thieu
ac90a9861a Merge branch 'master' into master 2017-03-31 14:19:39 -04:00
Leonard Thieu
866668b1ba Added global settings and changes introduced in v2.2.8. 2017-03-31 14:09:33 -04:00