Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "xrm-ex", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Xrm-Ex is a JavaScript framework that simplifies the usage of Dynamics 365 Client API. It provides intuitive wrappers for formContext and Xrm Object, helping developers reduce the amount of code, increase maintainability, and decrease errors. Ideal for developers looking to leverage the power of Dynamics 365 Client API within the TypeScript ecosystem.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -675,3 +675,3 @@ /// <reference types="xrm" /> | ||
constructor(name: string, section?: Sections); | ||
sections: Xrm.Collection.ItemCollection<Xrm.Controls.Section>; | ||
get sections(): Xrm.Collection.ItemCollection<Xrm.Controls.Section>; | ||
get Tab(): Xrm.Controls.Tab; | ||
@@ -678,0 +678,0 @@ addTabStateChange(handler: Xrm.Events.ContextSensitiveHandler): void; |
Sorry, the diff of this file is too big to display
281571
2430