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
Markus Mauch
6ec585e2d6
Make tests work again
2016-03-05 17:23:35 +01:00
Markus Mauch
ef767d98ee
Refactor the xrm.d.ts type definition file so that the Xrm object is accessible from any window obejct (window, parent, top, etc.)
...
This requires to extract the exported functions and vars into a new interface (XrmStatic).
2016-03-05 17:12:54 +01:00
Aya Morisawa
1209610bb3
Remove trailing whitespaces
2016-01-27 19:35:39 +09:00
David Berry
0aa7dc2a0f
Updated version-branch tests.
...
After refactor to eliminate the clientglobalcontext.d.ts file, the tests
needed an update to their reference headers.
2015-08-16 12:54:12 -06:00
David Berry
a7c664b54b
Removed invalid test reference
...
After last refactor, test references needed adjustment to remove
clientglobalcontext.d.ts.
2015-08-16 12:51:31 -06:00
David Berry
0bc724912c
Combined xrm and clientglobalcontext definitions
...
Pushed the clientglobalcontext.d.ts definitions into the main xrm.d.ts
(and associated version branches), to eliminate the need for manually
adjusting it to select the correct version, via its <reference> header.
This was simply a bad design choice on my part. Care should be taken,
though, to avoid using the "GetGlobalContext" method without having
first added ClientGlobalContext.js.aspx to the script sources of the
page--as always.
2015-08-16 12:45:04 -06:00
David Berry
ed6e9dd55e
Documented tests.
...
Provided a brief description of test purposes.
2015-04-07 11:54:15 -06:00
David Berry
053b2838a1
Added Xrm API for TypeScript
...
Microsoft Dynamics CRM v6, v7.0, and v7.1 definitions inclusive.
2015-04-07 10:02:25 -06:00