This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathdvf.libraries.yml
89 lines (81 loc) · 2.15 KB
/
dvf.libraries.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
billboard:
remote: https://github.com/naver/billboard.js
version: "3.0.3"
license:
name: MIT
url: https://github.com/naver/billboard.js/blob/master/LICENSE
gpl-compatible: true
js:
https://cdnjs.cloudflare.com/ajax/libs/billboard.js/3.0.3/billboard.min.js: { type: external, minified: true }
css:
component:
https://cdnjs.cloudflare.com/ajax/libs/billboard.js/3.0.3/billboard.min.css: { type: external, minified: true }
d3:
remote: https://github.com/d3/d3
version: "6.7.0"
license:
name: BSD-3
url: https://github.com/d3/d3/blob/master/LICENSE
gpl-compatible: true
js:
https://cdnjs.cloudflare.com/ajax/libs/d3/6.7.0/d3.min.js: { type: external, minified: true }
datatables:
remote: https://github.com/DataTables/DataTables
version: "1.10.25"
license:
name: MIT
url: https://github.com/DataTables/DataTables/blob/master/license.txt
gpl-compatible: true
js:
https://cdn.datatables.net/v/dt/dt-1.10.25/datatables.min.js: { type: external, minified: true }
css:
component:
https://cdn.datatables.net/v/dt/dt-1.10.25/datatables.min.css: { type: external, minified: true }
filesaver:
remote: https://github.com/eligrey/FileSaver.js
version: "1.3.8"
license:
name: MIT
url: https://github.com/eligrey/FileSaver.js/blob/master/LICENSE.md
js:
https://cdnjs.cloudflare.com/ajax/libs/FileSaver.js/1.3.8/FileSaver.min.js: { type: external, minified: true }
jquery.dvfCharts:
version: "1.0.0"
js:
js/jquery.chart_export.js: {}
js/jquery.dvfCharts.js: {}
dependencies:
- core/jquery
- core/drupal
- core/drupalSettings
- dvf/d3
- dvf/billboard
- dvf/filesaver
dvfCharts:
version: "1.0.0"
js:
js/dvfCharts.js: {}
dependencies:
- dvf/jquery.dvfCharts
dvfTables:
version: "1.0.0"
js:
js/dvfTables.js: {}
dependencies:
- dvf/jquery.dvfTables
jquery.dvfTables:
version: "1.0.0"
js:
js/jquery.dvfTables.js: {}
dependencies:
- core/jquery
- core/drupal
- core/drupalSettings
- dvf/datatables
dvfAdmin:
version: "1.0.0"
js:
js/dvfAdmin.js: {}
dependencies:
- core/jquery
- core/drupal