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
.
npm install @ultraforce/ts-dom-lib
To view the generated documentation, visit: https://joshamunnik.github.io/ts-dom-lib/
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.
1.0.102
UFFileInputHelper
, file size now is displayed correctly when a file is selected.1.0.101
data-uf-file-show
to UFFileInputHelper
to show elements when a file is selected.data-uf-file-size
now uses UFText.formatFileSize
to display the file size.1.0.100
data-uf-file-none
to UFFileInputHelper
to show elements when no file is selected.1.0.99
UFImagePreviewHelper
to UFFileInputHelper
UFFileInputHelper
now uses more general attribute names of
data-uf-file-name
, data-uf-file-size
and data-uf-file-type
instead data-uf-image-xxxx
.1.0.97
UFDialogListener
to listen for dialog open/close changes1.0.96
UFGridSortHelper
.1.0.94
UFGridSortHelper
.1.0.93
UFTableSortHelper
, use UFGridSortHelper
instead1.0.92
UFGridSortHelper
handle parsed numbers and dates that result in a NaN value1.0.91
1.0.90
data-uf-filter-container
with UFFilterHelper
1.0.89
data-uf-group-size
is missing, use the number of found controls1.0.88
data-uf-grid-body
with UFGridSortHelper
1.0.87
data-uf-group-size
with UFGridSortHelper
1.0.86
UFTableSortHelper
uses data-uf-table-sorting
instead of data-uf-sorting