-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypedoc.json
More file actions
28 lines (28 loc) · 1.16 KB
/
Copy pathtypedoc.json
File metadata and controls
28 lines (28 loc) · 1.16 KB
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
{
"$schema": "https://typedoc.org/schema.json",
"name": "@llselect/core",
"entryPoints": ["src/index.ts", "src/i18n.ts"],
"plugin": ["typedoc-plugin-markdown"],
"outputFileStrategy": "modules",
"json": ".build/api.json",
"hidePageHeader": true,
"hideBreadcrumbs": true,
"out": ".build/api-md",
"readme": "none",
"includeVersion": true,
"excludePrivate": true,
"excludeInternal": true,
"sourceLinkTemplate": "https://gitlab.com/kuanyui/llselect/-/blob/{gitRevision}/{path}#L{line}",
"sort": ["visibility", "source-order"],
"categorizeByGroup": true,
"parametersFormat": "table",
"groupOrder": [
"Select classes", "Settings", "Pack contract", "Language packs", "Icons", "Positioning", "CSS & DOM",
"Selection", "Items", "Open & close",
"Accessible name", "Events", "Trigger", "Filtering", "Grouping", "Select-all", "Popup", "Disabling", "i18n", "CSS",
"Lifecycle", "DOM elements",
"Subclassing: reactions", "Subclassing: rendering", "Subclassing: semantics", "Subclassing: focus",
"State (protected)", "Metadata", "*"
],
"categoryOrder": ["Base", "Single", "Multiple", "Shared", "Arrows", "Checkmarks & checkboxes", "*"]
}