Skip to content

Commit 0507fea

Browse files
committed
Version 2.4.2
2 parents 3e62a81 + 18ab732 commit 0507fea

File tree

96 files changed

+7565
-4055
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+7565
-4055
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
bower_components
22
node_modules
3+
dist
4+
doc
35
.sass-cache
46
.coverage-results
57
.idea

.jsdoc.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"opts": {
3+
"private": false,
4+
"template": "node_modules/foodoc/template",
5+
"readme": "build/jsdoc.md"
6+
},
7+
"plugins": [
8+
"plugins/markdown"
9+
],
10+
"templates": {
11+
"systemName": "jQuery QueryBuilder API",
12+
"systemSummary": "jQuery plugin for user friendly query/filter creator",
13+
"systemColor": "#004482",
14+
"copyright": "Licensed under MIT License, documentation under CC BY 3.0.",
15+
"includeDate": false,
16+
"inverseNav": false,
17+
"cleverLinks": true,
18+
"sort": "longname, version, since",
19+
"analytics": {
20+
"ua": "UA-28192323-3",
21+
"domain": "auto"
22+
},
23+
"navMembers": [
24+
{"kind": "class", "title": "Classes", "summary": "All documented classes."},
25+
{"kind": "external", "title": "Externals", "summary": "All documented external members."},
26+
{"kind": "global", "title": "Globals", "summary": "All documented globals."},
27+
{"kind": "mixin", "title": "Mixins", "summary": "All documented mixins."},
28+
{"kind": "interface", "title": "Interfaces", "summary": "All documented interfaces."},
29+
{"kind": "module", "title": "Modules", "summary": "All documented modules."},
30+
{"kind": "event", "title": "Events", "summary": "All documented events."},
31+
{"kind": "namespace", "title": "Namespaces", "summary": "All documented namespaces."},
32+
{"kind": "tutorial", "title": "Tutorials", "summary": "All available tutorials."}
33+
],
34+
"scripts": [
35+
"https://cdnjs.cloudflare.com/ajax/libs/trianglify/1.0.1/trianglify.min.js",
36+
"js/custom.js"
37+
]
38+
}
39+
}

.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.*
2+
build
3+
composer.json
4+
Gruntfile.js
5+
bower_components

0 commit comments

Comments
 (0)