UNPKG
@true-directive/grid
Version:
latest (1.6.0)
1.6.0
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.0
1.3.10
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
0.9.2
0.9.1
0.0.56
0.0.55
0.0.54
0.0.53
0.0.51
0.0.48
0.0.47
0.0.46
0.0.45
0.0.44
0.0.42
0.0.41
0.0.40
0.0.39
0.0.38
0.0.36
0.0.35
0.0.34
0.0.33
0.0.32
0.0.30
0.0.29
0.0.28
0.0.27
0.0.24
0.0.20
0.0.19
0.0.18
0.0.17
0.0.16
0.0.15
0.0.14
Angular Data Grid from Yopsilon.
truedirective.com
true-directive/true-grid
@true-directive/grid
/
src
/
common
/
dom-utils.class.d.ts
6 lines
(5 loc)
•
217 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
DOMUtils
{
static
focusAndOpenKeyboard
(
el
: any,
timeout
: number):
void
;
static
downloadCSV
(
filename
:
string
,
text
:
string
):
void
;
static
copyToClipboard
(
text
:
string
):
boolean
; }