Commit Graph
58 Commits
Author SHA1 Message Date
Daryl LaBarandSheetal Nandi 4f8ab52a2f Xrm.Page.ui.process was pointing to Xrm.Page.data.ProcessManager, rather than Xrm.Page.ui.ProcessManager. (#13920)
Also applied #13514 to newest version since it was missed.
2017-01-10 14:30:16 -08:00
AndyandGitHub b1831c5b91 Clean up based on testing for unused files (#13816) 2017-01-06 14:23:26 -08:00
AndyandGitHub 2f71174636 Restructure to support old versions (#13811)
* Restructure to support old versions

* Fix tests
2017-01-06 12:36:57 -08:00
Andy Hanson 02dab38e7e Merge branch 'master' of https://github.com/daryllabar/DefinitelyTyped into daryllabar-master 2017-01-06 07:32:21 -08:00
AndyandGitHub 3d6a15ee16 Strip BOM from all files (#13735) 2017-01-04 12:07:53 -08:00
Daryl LaBar b67114684c Updated Paths of files to match https://github.com/Microsoft/types-publisher/issues/3 2016-12-30 03:01:32 -05:00
wautersandMohamed Hegazy 6d6ec56944 Parameter formid is NOT required on the Xrm.Utility.openEntityForm() request (#13514)
formid is an optional parameter.
See: https://msdn.microsoft.com/en-US/library/jj602956.aspx#BKMK_OpenEntityForm
2016-12-29 12:36:20 -08:00
wautersandAndy aded248021 Xrm.Page.ui.process (#13465)
Xrm.Page.ui.process was using Xrm.Page.data.process
2016-12-27 19:40:15 -05:00
AndyandGitHub a4bd9fa3c1 Add "noImplicitThis" to all tsconfig.json (#13446)
* Add "noImplicitThis" to all tsconfig.json

* Use `"noImplicitThis": false` on packages with broken tests.
2016-12-19 14:11:46 -08:00
Nathan Shively-Sanders 53038c8080 Make xrm tests pass strictNullChecks again
The recent change to SuccessCallbackDelegate was made with
strictNullChecks off in master.
2016-11-23 15:53:32 -08:00
Nathan Shively-Sanders daf9bd392f Merge branch 'master' into types-merges-20161123 2016-11-23 15:48:06 -08:00
Derek C. Finlinson 67ba8bbf82 Update openQuickCreate success test 2016-11-15 20:16:36 -07:00
Derek FinlinsonandGitHub 2681fb04c1 Correct SuccessCallbackDelegate parameter 2016-11-15 20:12:37 -07:00
Derek C. Finlinson a90abe4d4f Fix ErrorCallbackDelegate signature 2016-11-15 13:49:12 -07:00
Derek C. Finlinson 25a8cc0210 Merge remote-tracking branch 'DefinitelyTyped/master' 2016-11-15 13:37:43 -07:00
Derek C. Finlinson 8d44b7df0e Update SuccessCallbackDelegate definition 2016-11-15 13:37:36 -07:00
Andy Hanson 04b4272974 Merge remote-tracking branch 'origin/master' into merge_23sep 2016-09-23 07:24:23 -07:00
Daryl LaBar bc016df426 Fixed merge Conflict 2016-09-22 10:55:11 -04:00
Andy Hanson 91d1d6d60f Merge remote-tracking branch 'origin/master' into merge_21sep 2016-09-21 09:45:05 -07:00
Derek Finlinson 9f940ae3a8 Switch to an optional Page.Lookup value param since only Xrm.Utility.openQuickCreate expects a param 2016-09-20 14:31:04 -06:00
Derek Finlinson 8402e27ece Add optional parameter to SuccessCallbackDelegate so openQuickCreate test will pass 2016-09-20 14:22:27 -06:00
Derek Finlinson 9e2ab40ea9 Comment out openQuickCreate test. Not sure why it fails 2016-09-20 14:04:58 -06:00
Derek Finlinson ee1b918eb9 Add null for optional parameters 2016-09-20 13:56:20 -06:00
Derek Finlinson ddea97cf9d Change type of newRecord to Page.LookupValue 2016-09-20 13:54:04 -06:00
Derek Finlinson 23a7b85f36 Fix test for openQuickCreate to pass Travis build 2016-09-20 13:49:52 -06:00
Daryl LaBar 406a8d2a5a Added the new 8.0 AutoComplete Features. Since this in in 8.0 only and beyond, created 7.1 versions of Xrm.d.ts and tests.ts based on previous version. 2016-09-16 09:58:31 -04:00
Derek Finlinson 4e6cafda2c Fix openQuickCreate signature
Fixed openQuickCreate signature which had a callback as the first
parameter when it should just return a XrmPromise.
2016-09-15 11:49:51 -06:00
Paul van Brenk 5607f54def Merge master into typings-2.0
* Changed Files
2016-08-18 14:53:30 -07:00
Daryl LaBar 5953dd4f6c Verified that addPreSearch returns a ContextSensitiveHandler, and since the handler is added against a control, the getEventSource can return a Control as well.. 2016-08-17 14:08:01 -04: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 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
Mohamed Hegazy 16a182de32 Fix strictNullChecks issues with xrm 2016-07-08 20:47:13 -07:00
Raghav Katyal 395c4e1639 Turning on consistent casing flag and fixing failures 2016-06-30 15:14:49 -07:00
Daryl LaBar 7b465f8121 Added String as valid types for set methods.
Removed new Modules for string literal types.  Moved String literal types to their parent namespaces.
2016-06-21 09:06:20 -04:00
Daryl LaBar 1c5ce5244f Added Name to list of Authors via Dave Barry's request: https://twitter.com/crmentropy/status/744399133671206912 2016-06-20 11:17:21 -04:00
Daryl LaBar 6b972c3e58 Changed OptionSetValue.Value to be a Number. This is the way CRM is returning it when Turbo Forms are used which is the default now.
Added Missing ProcessManager functions getSelectedStage, addOnStageSelected, removeOnStageChange

Add UiFocusable Interface to Control

Changed Form Notification to Use String Literal Type
Changed setRequiredLevel to Use String Literal Type
Changed setSubmitMode to Use String Literal Type
Changed setDisplayState to Use String Literal Type
Changed getClient to Use String Literal Type
Changed getClientState to Use String Literal Type
Changed getCurrentTheme to Use String Literal Type
Changed setFormNotification to Use String Literal Type
Changed getStatus to Use String Literal Type
Changed savedMode to Use String Literal Type
Changed CmdBar to Use String Literal Type
Changed NavBar  to Use String Literal Type
Changed Action to Use String Literal Type
2016-06-17 09:47:41 -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
Markus Mauch d60e6cb19b Merged XrmInterface with XrmStatic into one global Xrm namespace
Factored out all enums into XrmEnum so that the Xrm module becomes a non-instantiated module.
2016-03-08 13:28:10 +01:00
Markus Mauch a40550cf08 Make header compliant with the test script 2016-03-05 17:34:42 +01:00