FilterBuilder
FilterBuilder is an UI component to create queries and filters. Based on vue 2.0.
Install / Use
/learn @akumatus/FilterBuilderREADME
FilterBuilder
FilterBuilder is an UI component to create queries and filters. Based on vue 2.0 and bootstrap & AdminLTE.css
Use the FilterBuilder to construct queries of arbitrary complexity.
:chestnut: Here is a DEMO

###Usage Writing HTML like:
<and-or :options="options" :isFirst="isFirst" ref="andOr"></and-or>
Passing Pros like:
{
options: {
keys: [{
name: 'Choose Key',
id: -99
},{
name: 'Crash Number',
id: 134
},{
name: 'Daily Startup',
id: 256
}],
operators: [{
name: 'Choose Operator',
id: -99
},{
name: 'more',
id: '>'
},{
name: 'equal',
id: '='
},{
name: 'less',
id: '<'
}]
},
isFirst: true
}
Using queryFormStatus() function to get query result like:
{
"conditions": "AND",
"rules": [
{
"key": "2",
"operator": "more",
"value": "1"
},
{
"key": "2",
"operator": "equal",
"value": "3"
},
{
"conditions": "OR",
"rules": [
{
"key": "1",
"operator": "equal",
"value": "4"
},
{
"key": "3",
"operator": "equal",
"value": "5"
},
{
"conditions": "AND",
"rules": [
{
"key": "2",
"operator": "less",
"value": "6"
}
]
}
]
}
]
}
Using fillFormStatus() function to fill query into this component.
:cherries:Form validation & other addtional function is still in develop.
Related Skills
node-connect
342.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
342.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.7kCommit, push, and open a PR
