Commit Graph

58 Commits

Author SHA1 Message Date
Ryan Cavanaugh
5d004be8ba Merge commit 'upstream/master~600' into merge_7_25 2016-07-26 00:22:12 -07:00
Ryan Cavanaugh
9d7d5a209a Getting types-2.0 passing CI 2016-07-14 18:13:43 -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
Will Don
bb12562cf0 Fix wssId to have type number (#9464)
This fix is in accordance to docs here:
https://msdn.microsoft.com/en-us/library/office/dn312519.aspx and here:
https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.taxonomy.taxonomyfieldvalue.wssid.aspx
2016-06-02 23:03:52 +09:00
Ryan Cavanaugh
e105eabd48 Remove invalid references 2016-05-10 16:27:59 -07:00
Ryan Cavanaugh
612c172c52 Use correct test list 2016-05-10 12:28:03 -07:00
Ryan Cavanaugh
bfd400a8f8 Add noEmit to all config files 2016-05-10 12:24:49 -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
33686b47c5 Lots of fixes 2016-05-04 16:30:29 -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
dc851736af Delete unused tscparams 2016-04-27 20:42:33 -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
Ryan Cavanaugh
541e24b685 Fix angularjs/angular; 'export declare'/'declare export' 2016-04-25 13:02:25 -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
vvakame
acca43ecd7 adhoc fix sharepoint/SharePoint-tests.ts 2016-02-23 11:18:12 +09:00
vvakame
4de74cb527 normalize line ending (CRLF -> LF) 2016-02-16 01:20:30 +09:00
bobreshovr
d4c22e8460 Add function, which is inverse function of STSHtmlEncode 2016-02-14 19:40:40 +03:00
Might-E
3753596225 get_childDialog is a function
get_childDialog is a function returns SP.UI.ModalDialog
2016-02-05 10:44:46 +01:00
Will
e04cece624 get_workflowSubscriptionId should return a SP.Guid 2016-01-01 22:37:35 -08:00
olemp
a9d3227788 Added function declarations for ExecuteOrDelayUntilBodyLoaded, ExecuteOrDelayUntilScriptLoaded and ExecuteOrDelayUntilEventNotified. 2015-12-01 17:26:14 +01:00
Masahiro Wakame
1aa64fe4bd Merge pull request #6612 from gandjustas/master
Added SP.JsGrid definitions (still incomplete), RefreshCommandUI and other small fixes
2015-11-05 22:57:36 +09:00
Станислав Выщепан
c81e180681 Added SP.JsGrid definitions (still incomplete), RefreshCommandUI and other small fixes 2015-11-04 20:13:20 +03:00
vvakame
7765c3e0b3 remove unused .tscparams 2015-10-27 20:27:02 +09:00
Станислав Выщепан
e084d1f926 Added forms definitions and fixed some "any" types 2015-10-01 03:59:18 +03:00
Nelson Lamprecht
312592e8fb Updated SharePoint.d.ts with correct type of boolean instead of number for showMaximized of IDialogOptions,DialogOptions
https://msdn.microsoft.com/en-us/library/ff410058(v=office.14).aspx
2015-09-22 07:23:19 -05:00
Koen Hendriks
16d704931c Updated Fix Sharepoint.d.ts Implicit Type Any
This fixed my Implicit type any Errors.
I just set everything without a specific type to :any.
2015-08-12 11:31:01 +02:00
Allan Hvam Petersen
6ca9fa0d5e Removed TaxonomySession.getTerms(string, boolean)
There is no overload for getTerms on TaxonomySession that takes string
and boolean.

There is only a function that takes match information, see:

https://msdn.microsoft.com/en-us/library/office/dn312597.aspx
2015-08-07 12:35:54 +02:00
gandjustas
ae2581f4ce Fixed Travis-CI build 2015-07-20 19:37:28 +03:00
gandjustas
45a629eceb Merged with upstream 2015-07-20 18:04:48 +03:00
gandjustas
31c2a4dc3f Added tests for SharePoint.d.ts 2015-07-14 00:19:52 +03:00
gandjustas
c6a507446a Fixed couple bugs 2015-07-05 18:29:19 +03:00
gandjustas
c068c64bce Refactored sharepoint.d.ts to use microsoft.ajax.d.ts, added\fixed some definitions 2015-05-17 00:47:08 +03:00
Allan Hvam
aeecb928ad Status.addStatus optional strHtml and atBegining
strHtml and atBegining are optional, this is also how its used in the
documentation:

http://msdn.microsoft.com/en-us/library/office/ff410028(v=office.14).aspx
2014-11-15 12:18:38 +01:00
Allan Hvam
570e1f7a19 Changed restrictScope to restrictToScope
Its called restrictToScope, not restrictScope.

From SharePoint sp.workflowservices.js source:
get_restrictToScope: function
SP_WorkflowServices_WorkflowDefinition$get_restrictToScope() {ULS8GF:;
set_restrictToScope: function
SP_WorkflowServices_WorkflowDefinition$set_restrictToScope(value)
{ULS8GF:;

Same as in the managed API:

http://msdn.microsoft.com/EN-US/library/office/microsoft.sharepoint.workflowservices.workflowdefinition.restricttoscope(v=office.15).aspx
2014-11-15 12:10:38 +01:00
Allan Hvam
a09cf953bd useAnimation made optional in Callout
useAnimation should be optional in Callout close and open. I couldn't find any official documentation on this, but SharePoint defaults to false if it is not set:

this.close = function(useAnimation) {
   useAnimation = m$.isBoolean(useAnimation) ? useAnimation : false;

Examples online also shows that this argument should be optional:
http://blog.alexboev.com/2012/08/custom-callouts-in-sharepoint-2013_21.html
2014-11-13 12:59:33 +01:00
Mohamed Hegazy
2aaa293cb1 Remove quotes from response files 2014-09-02 14:53:39 -07:00
Eraknelo
3994e6d6a4 Capitalization error
http://msdn.microsoft.com/en-us/library/office/jj245318(v=office.15).aspx
2014-08-08 15:45:39 +02:00
gandjustas
bc3401efbc Fixed bug 2014-06-15 19:13:04 +04:00
gandjustas
8d7e5ce448 Added SharePoint definitions and fixed bugs. 2014-06-15 16:41:43 +04:00
Bartvds
1c1a37c1e4 removed utf-8 BOM marker
for consistency
2014-01-24 18:51:21 +01:00
Bartvds
709a0363a0 added/fixed headers o-s
https://github.com/borisyankov/DefinitelyTyped/issues/1570
2014-01-24 01:56:27 +01:00
gandjustas
4ca422a18c Added SP.Publishing and SP.DocumentManagement; Checked for TS 0.9.5 2013-12-09 23:34:57 +04:00
gandjustas
80c04d0409 Added chrome control, ClientPeoplePicker and Reputation definitions. 2013-10-26 18:53:49 +04:00
Boris Yankov
d36023a1ac Merge pull request #1147 from gandjustas/master
Added generic type parameters
2013-10-18 23:55:06 -07:00