ulteam-scripts
Ulteam TypeScript helper library
Scripts for simplify development.
Install
npm install --save ulteam-scripts
Update to latest
npm install --save ulteam-scripts@latest
Components
| Name | Description |
|---|---|
| AzureLogger | Work with Azure Application Insights |
| DateFormat | Light and simple date format. |
| DateOperations | Basic operations with date type objects. |
| Delay | Create your async delay. |
| FetchHelper | Send HTTP requests by fetch API. |
| Helper | Set of common / helper functions. |
| UForm | Helper methods for working with standard SharePoint list forms. For correct working you shoud override standard CSR template using UOverride.init method. |
| ULogger | Log message or error to DOM and browser console. |
| UOverride | Override SharePoint form CSR template. |
| WebResponse | Work with the Response object of the fetch API. |