Commit Graph

16 Commits

Author SHA1 Message Date
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
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