Files
DefinitelyTyped/types/google.visualization
grizzlysol 90c477ebfd [google.visualization] Added type support for Controls and Dashboards (#35109)
* Added support for Controls and Dashboards

https://developers.google.com/chart/interactive/docs/gallery/controls

* Fixed issues noted by the Travis CI build.

Fixed issues highlighted in the Travis CI build. Also, changed changed instances of type 'String' to type 'string' to match the conventions provided by the rest of the type file.

Link to the build logs:
https://travis-ci.org/DefinitelyTyped/DefinitelyTyped/builds/526453837?utm_source=github_status&utm_medium=notification

List of errors:
Error: Errors in typescript@next for external dependencies:
../google.visualization/index.d.ts(1195,28): error TS7006: Parameter 'type' implicitly has an 'any' type.
../google.visualization/index.d.ts(1197,28): error TS7006: Parameter 'id' implicitly has an 'any' type.
../google.visualization/index.d.ts(1198,23): error TS7006: Parameter 'key' implicitly has an 'any' type.
../google.visualization/index.d.ts(1198,28): error TS7006: Parameter 'value' implicitly has an 'any' type.
../google.visualization/index.d.ts(1199,24): error TS7006: Parameter 'options_obj' implicitly has an 'any' type.
../google.visualization/index.d.ts(1200,22): error TS7006: Parameter 'state_obj' implicitly has an 'any' type.

* Compatibility issue with TS 2.1. Cannot find name 'object'.

Fixed a compatibility issue with TS 2.1.

https://travis-ci.org/DefinitelyTyped/DefinitelyTyped/builds/526592483?utm_source=github_status&utm_medium=notification

Compile error in typescript@2.1 but not in typescript@2.2.
Fix with a comment '// TypeScript Version: 2.2' just under the header.
Cannot find name 'object'.

* Update types/google.visualization/index.d.ts

Co-Authored-By: grizzlysol <ewchris101@gmail.com>

* Update types/google.visualization/index.d.ts

Co-Authored-By: grizzlysol <ewchris101@gmail.com>

* Update types/google.visualization/index.d.ts

Co-Authored-By: grizzlysol <ewchris101@gmail.com>
2019-05-07 11:37:50 -07:00
..