-
Notifications
You must be signed in to change notification settings - Fork 96
/
.skald
55 lines (50 loc) · 1.9 KB
/
.skald
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
{
"output": "docs/",
"usePackageFile": true,
"groups": {
"Core": [
"./src/core/highcharts-editor.js",
"./src/core/highed.dom.js",
"./src/core/highed.events.js",
"./src/core/highed.fileupload.js",
"./src/core/highed.localization.js",
"./src/core/highed.templateman.js"
],
"UI-Library": [
"./src/core-ui/highed.dimmer.js",
"./src/core-ui/highed.overlaymodal.js",
"./src/core-ui/highed.hsplitter.js",
"./src/core-ui/highed.vsplitter.js",
"./src/core-ui/highed.tabcontrol.js",
"./src/core-ui/highed.inspector.field.js",
"./src/core-ui/highed.list.js",
"./src/core-ui/highed.colorpicker.js",
"./src/core-ui/highed.toolbar.js",
"./src/core-ui/highed.fontpicker.js",
"./src/core-ui/highed.wizstepper.js",
"./src/core-ui/highed.tooltip.js",
"./src/core-ui/highed.pushbutton.js",
"./src/core-ui/highed.tree.js",
"./src/core-ui/highed.snackbar.js",
"./src/core-ui/highed.dropdown.js",
"./src/core-ui/highed.datatable.js",
"./src/core-ui/highed.contextmenu.js"
],
"High-Level-Parts": [
"./src/ui/highed.defctx.js",
"./src/ui/highed.chart.template.selector.js",
"./src/ui/highed.chart.customizer.js",
"./src/ui/highed.wizbar.js",
"./src/ui/highed.dataimporter.js",
"./src/ui/highed.exporter.js",
"./src/ui/highed.chartpreview.js",
"./src/ui/highed.licenseinfo.js",
"./src/ui/highed.simple.customizer.js"
],
"Editors": [
"./src/editors/highed.editor.js",
"./src/editors/highed.simple.editor.js",
"./src/editors/highed.modaleditor.js"
]
}
}