@ultraforce/ts-dom-lib
v1.0.103
Published
DOM related utility classes.
Readme
Ultra Force Typescript library
Description
The library exists of various support classes for the DOM for use with TypeScript.
It exists of code snippets found on the internet and conversions from other libraries.
Some classes use jQuery.
Installation
npm install @ultraforce/ts-dom-lib
Documentation
To view the generated documentation, visit: https://joshamunnik.github.io/ts-dom-lib/
Html helpers
To load a compiled minified version of all the UFHtmlHelpers, use the following script tag:
<script src="https://cdn.jsdelivr.net/gh/JoshaMunnik/uf-html-helpers@master/dist/uf-html-helpers.js"></script>This compiled minified version is created by the uf-html-helpers GitHub repository.
Version history
1.0.103
- changed target of tsconfig to es2021
1.0.102
- fixed bug with
UFFileInputHelper, file size now is displayed correctly when a file is selected.
1.0.101
- added
data-uf-file-showtoUFFileInputHelperto show elements when a file is selected. data-uf-file-sizenow usesUFText.formatFileSizeto display the file size.
1.0.100
- added
data-uf-file-nonetoUFFileInputHelperto show elements when no file is selected.
1.0.99
- renamed
UFImagePreviewHelpertoUFFileInputHelper - [BREAKING CHANGE]
UFFileInputHelpernow uses more general attribute names ofdata-uf-file-name,data-uf-file-sizeanddata-uf-file-typeinsteaddata-uf-image-xxxx.
1.0.97
- added
UFDialogListenerto listen for dialog open/close changes
1.0.96
- NaN numbers are now sorted before normal numbers with
UFGridSortHelper.
1.0.94
- dates are no longer sorted in reverse order with
UFGridSortHelper.
1.0.93
- removed
UFTableSortHelper, useUFGridSortHelperinstead
1.0.92
- with
UFGridSortHelperhandle parsed numbers and dates that result in a NaN value
1.0.91
- fixed bug: grid control with sort type are still used to determine group size
1.0.90
- added support for
data-uf-filter-containerwithUFFilterHelper
1.0.89
- when
data-uf-group-sizeis missing, use the number of found controls
1.0.88
- added support for
data-uf-grid-bodywithUFGridSortHelper
1.0.87
- added support for
data-uf-group-sizewithUFGridSortHelper
1.0.86
- started version history
- [BREAKING CHANGE]
UFTableSortHelperusesdata-uf-table-sortinginstead ofdata-uf-sorting - updated some comments
