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
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.