yumoqing 431245648d feat: add DataFilter widget for data_filter support in DataViewer
- New bricks.DataFilter widget (bricks/data_filter.js): parses data_filter
  JSON definition, renders search input fields for each var parameter,
  supports AND/OR/NOT nested structures, and UiCode dropdowns for fields
  with browserfields.alters uitype=code configuration.
- Modified DataViewer (bricks/dataviewer.js): added build_datafilter_widget(),
  filter_event_handle(), filter_clear_handle() methods; extended
  merge_search_params() to send data_filter JSON + collected var values
  to the backend API.
- Updated build.sh: added data_filter.js to the JS concatenation list.

Backend integration: DataViewer sends data_filter (JSON string) and
each var's user input value as URL params. Backend .dspy uses
sqlor.filter.DBFilter to convert to SQL WHERE clause.
2026-05-25 14:02:58 +08:00
2025-09-20 22:14:43 +08:00
2025-10-05 06:39:58 +08:00
2025-07-16 14:28:55 +08:00
2026-01-23 17:22:15 +08:00
2025-09-29 21:46:43 +08:00
2025-07-16 14:28:55 +08:00
2026-03-05 14:50:07 +08:00
2025-11-13 18:04:58 +08:00
2025-07-16 14:28:55 +08:00
2025-11-18 14:57:29 +08:00
2025-11-19 12:30:39 +08:00

Bricks

A new web application development framework to make web application development more easier like play bricks

Documentation

We have documents in 3 language

NOTE: all the documents was generated by Qwen3-max

Description
No description provided
Readme 25 MiB
Languages
JavaScript 98.7%
CSS 1.2%