Commit Graph
40 Commits
Author SHA1 Message Date
Nathan Shively-Sanders 15c9fdbdf1 Merge branch 'master' into types-2.0 2016-08-09 15:41:20 -07:00
Jonas Brekle 5a771fdfce extend ckeditor typings with: 'env' property, 'commands' property, tools.enableHtml5Elements function, fix buttonDefinition for addButton, addMenuItem(s) with typed definition argument 2016-08-04 13:46:03 +02:00
Ryan Cavanaugh c73630c9a3 Merge commit 'upstream/master~400' into merge_7_25
# Conflicts:
#	angular-translate/angular-translate.d.ts
#	knex/knex.d.ts
#	redux-logger/index.d.ts
#	simplestorage.js/index.d.ts
#	underscore/underscore.d.ts
#	yargs/yargs.d.ts
2016-07-26 13:53:00 -07:00
Ryan Cavanaugh a5f4d50ccc Fix tsconfig files for new option name / behavior.
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
Raghav Katyal 395c4e1639 Turning on consistent casing flag and fixing failures 2016-06-30 15:14:49 -07:00
vataraandGitHub a8d678c006 Fixed name of CKEditor config option 'filebrowserUploadUrl' from 'filebrowserUploadUr' 2016-06-20 10:17:11 -04:00
Ryan Cavanaugh bfd400a8f8 Add noEmit to all config files 2016-05-10 12:24:49 -07:00
Ryan Cavanaugh e808e8e062 Remove unneeded references 2016-05-10 12:22:25 -07:00
Ryan Cavanaugh 50387d4046 Change relative reference paths to types references. Errors incoming... 2016-05-09 18:06:27 -07:00
Ryan Cavanaugh 49b1ac6a38 Rename all entry points to index.d.ts and explicitify all file lists 2016-05-09 17:29:10 -07:00
Ryan Cavanaugh ab2b4191c5 Add typesRoot to all config files 2016-05-09 13:52:25 -07:00
Ryan Cavanaugh ded70421be Turn off strict null checks 2016-05-04 15:08:38 -07:00
Ryan Cavanaugh 69d1929d8a Add tsconfig.json files 2016-05-04 14:14:39 -07:00
Ryan Cavanaugh e7c111c4b7 Merge remote-tracking branch 'upstream/master' into types2.0
Add tsconfig files everywhere

# Conflicts:
#	azure-mobile-services-client/AzureMobileServicesClient.d.ts
#	bookshelf/bookshelf.d.ts
#	hapi/hapi.d.ts
#	helmet/helmet.d.ts
#	mongodb/mongodb.d.ts
#	nock/nock.d.ts
#	react-bootstrap/react-bootstrap.d.ts
#	react-helmet/react-helmet.d.ts
#	restify/restify.d.ts
#	sequelize/sequelize.d.ts
2016-04-27 20:40:21 -07:00
vvakame 7de6c3dd94 Merge branch 'master' into rename-repo-url 2016-03-17 21:06:54 +09:00
vvakame 14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09:00
vvakame 56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
Aliaksei Kharchykau 912068a2f8 CKEDITOR.plugins.load second argument now is function and third is optional 2016-03-02 10:50:12 +03:00
Andrew Watson ce46a8ebbc Fixing npm test errors 2016-02-08 13:58:45 +11:00
Andrew Watson 1c0d3d8148 Added some properties
NOTE: changed Object to any for objects we need to access random
properties from as any will allow it without complaint or casting.
2016-02-08 12:35:17 +11:00
Andrew Watson 2bd5cfdae6 Updating
While trying to create a custom widget/plugin with dialog, I found the
definitions to be a little lacking, so I added the bits I needed....
Used with CKEditor 4.5.6
2016-02-03 13:05:36 +11:00
RonanDrouglazet 2238bc2210 CKEDITOR.inline arguments
Take a string OR HTMLElement on first param 

here 
http://docs.ckeditor.com/source/inline.html#CKEDITOR-method-inline

then here 
http://docs.ckeditor.com/source/element.html#CKEDITOR-dom-element-static-method-get

tested on CKEDITOR 4.5.6
2016-01-28 17:48:43 +01:00
mirogrenda f9cd3e383d ckeditor: added CKEDITOR.lang type definition
Added the missing CKEDITOR.lang type definition (stores language-related
functions - see
https://github.com/ckeditor/ckeditor-dev/blob/master/core/lang.js)
2015-11-24 15:40:54 +01:00
Andy Mehalick 1bd969555c ckeditor: added contentsLangDirection property
Updated the ckeditor.config interface to add the missing contentsLangDirection string property (http://docs.ckeditor.com/source/config.html#CKEDITOR-config-cfg-contentsLangDirection).
2015-11-19 19:17:39 -05:00
Vern Jensen 6361ebc586 Update ckeditor.d.ts
Changed tabs to spaces to fix indentation in my previous changes.
2015-11-18 13:01:57 -08:00
Vern Jensen 2265fd173f Added some missing definitions
Added some mkissing elements, such as CKEDITOR.config.allowedContent, .width, and more.
2015-11-16 16:33:40 -08:00
Abubaker Bashir 96d7162807 Added config singleton and missing properties
Added 

- CKEDITOR.config : singleton ([doc link](http://docs.ckeditor.com/#!/api/CKEDITOR.config))
- config.contentsCss - string or string array ([doc link](http://docs.ckeditor.com/#!/api/CKEDITOR.config))
- customConfig - string ([doc link](http://docs.ckeditor.com/#!/api/CKEDITOR.config))
2015-10-14 12:33:11 +01:00
rushi216 67e5a7613c added height, toolbarlocation, readonly properties in config object 2015-09-23 10:23:51 +05:30
rushi216 fe92aa252c added extraPlugins property on configuration object 2015-09-22 17:05:34 +05:30
Daniel Rosenwasser 8f8e362fc0 'icons' is not a documented member for plugin definition objects in 'ckeditor'. 2015-08-11 12:43:20 -07:00
Daniel Rosenwasser d35c031331 Use union types where appropriately hinted in 'ckeditor'. 2015-08-11 12:40:48 -07:00
vvakame ed7403b8b0 fix ckeditor/ckeditor-tests.ts 2015-07-19 17:01:21 +09:00
Damiano e0d184fc83 Update ckeditor
Added toolbarGroups and removePlugins  on configuration object.

http://docs.ckeditor.com/#!/guide/dev_toolbar
2014-10-31 18:04:28 +01:00
Tim Dumol e16d9f71f5 Add properties of CKEDITOR.widgets.repository. 2014-10-29 20:03:02 +08:00
Tim Dumol 39a4dda864 Add static methods of CKEDITOR.plugins and CKEDITOR.dialog. 2014-10-29 20:02:48 +08:00
Damiano 01439a37fc Update ckeditor.d.ts getData and setData
FIXED getData() to allow calling without parameter as in the example

http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getData

FIXED setData(...) parametes 

http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setData
2014-10-17 08:12:05 +02:00
mirogrenda e58b8d6c23 Changes to config interface 2014-10-15 11:45:32 +02:00
mirogrenda 7db7d750e1 Added config option disableObjectResizing 2014-10-15 11:21:54 +02:00
ondrejsevcik 38fd3aa269 Fix Travis CI build (because of tsc --noImplicitAny option) 2014-03-17 10:38:19 +01:00
ondrejsevcik 099d4dc09f Added CKEditor definitions 2014-03-14 18:44:17 +01:00