Max
|
002f409e67
|
Optimize SUI variable parsing logic
|
2024-07-26 12:06:08 +08:00 |
|
Max
|
43e37fbfe4
|
Optimize expression parsing in SUI
|
2024-07-26 10:01:41 +08:00 |
|
Max
|
7706439f8f
|
Refactor SUI core to copy the script pointer to the request for page backend script execution
|
2024-07-25 19:07:50 +08:00 |
|
Max
|
276f29d777
|
[feat] SUI support BeforeRender hook for dataset processing, and deprecating the s:set method.
|
2024-07-25 17:56:40 +08:00 |
|
Max
|
58ca39a32b
|
[feat] Sharing the Constants variable between frontend and backend scripts
|
2024-07-25 15:37:23 +08:00 |
|
Max
|
9101efb4b6
|
Refactor component initialization in SUI core
|
2024-07-22 20:37:51 +08:00 |
|
Max
|
f32a677265
|
Refactor event binding logic in SUI core
|
2024-07-20 17:45:19 +08:00 |
|
Max
|
ebc399bfe1
|
add event binding logic in SUI core
|
2024-07-20 08:44:02 +08:00 |
|
Max
|
11a66d0aed
|
[feat] SUI i18n client-side script support
|
2024-07-17 17:59:09 +08:00 |
|
Max
|
f6a94fdba3
|
[feat] sui i18n direction, timezone and format support
|
2024-07-17 16:23:53 +08:00 |
|
Max
|
b7ba391278
|
refactor: Improve SUI page parser logic for rendering i18n and escaping translation variables
|
2024-07-16 20:16:01 +08:00 |
|
Max
|
58f1e88bd1
|
optimize the logic for rendering i18n on SUI pages
|
2024-07-16 19:06:03 +08:00 |
|
Max
|
6e171fa7cb
|
fix: Escape translation variables in SUI page parser
|
2024-07-16 17:47:55 +08:00 |
|
Max
|
55e3a2b4dd
|
fix: Escape translation variables in SUI page parser
|
2024-07-16 10:43:43 +08:00 |
|
Max
|
b2822dd8bf
|
sui page parser to escape i18n variables
|
2024-07-16 08:35:26 +08:00 |
|
Max
|
d5584ca9c4
|
fix misspelling
|
2024-07-15 20:20:23 +08:00 |
|
Max
|
d7dbcd767e
|
feat: SUI i18n supports both attributes and variables.
|
2024-07-15 20:10:06 +08:00 |
|
Max
|
b85e5eecd8
|
Fix the bug in the SUI language pack path
|
2024-07-15 16:57:28 +08:00 |
|
Max
|
9bae50b500
|
fix the bug in handling the replaceNodeUse attribute
|
2024-07-09 05:12:52 +08:00 |
|
Max
|
ffb858b76f
|
refactor: Update parsing logic for JIT components
|
2024-07-08 10:31:35 +08:00 |
|
Max
|
d188f967d0
|
refactor: Update parsing logic for JIT components
|
2024-07-08 02:21:36 +08:00 |
|
Max
|
7ea9953b69
|
[add] SUI component dynamic loading
|
2024-07-08 00:43:14 +08:00 |
|
Max
|
b4ed405e4e
|
optimize sui page injection script
|
2024-07-07 22:34:10 +08:00 |
|
Max
|
265188bed1
|
refactor: Remove unused slotNode function and tidy up code
|
2024-07-07 16:00:28 +08:00 |
|
Max
|
e4c8eeb180
|
optimize the SUI compiler & add http server gzip support
|
2024-07-07 15:29:50 +08:00 |
|
Max
|
536621d72e
|
refactor: Update parsing logic for JIT components
|
2024-07-07 02:33:12 +08:00 |
|
Max
|
a2d1ee8ca9
|
refactor: Add conditional hiding of elements in forStatementNode
|
2024-07-07 02:09:21 +08:00 |
|
Max
|
671a6b409e
|
refactor: Update go.mod dependencies to latest versions
|
2024-07-04 03:12:30 +08:00 |
|
Max
|
7db3940914
|
refactor: Update code to support translation attributes and nodes
|
2024-06-28 16:20:57 +08:00 |
|
Max
|
671bba4aa4
|
[add] SUI language pack support (dev)
|
2024-06-28 11:25:22 +08:00 |
|
Max
|
e170f6017e
|
fix misspelling
|
2024-06-26 19:35:21 +08:00 |
|
Max
|
a52f0ed1a4
|
refactor: Update Request struct to use NewData method for setting data
|
2024-06-26 18:19:51 +08:00 |
|
Max
|
0a5105b9d0
|
refactor: Update TemplateParser to support debug mode and DisableCache
|
2024-06-26 17:09:41 +08:00 |
|
Max
|
287731da82
|
Trigger the __sui_data_ready event when the data is loaded
|
2024-02-22 22:52:08 +08:00 |
|
Max
|
6ca148d76c
|
Add support for rendering request data in template parser
|
2024-01-21 00:04:58 +08:00 |
|
Max
|
f2f3fa354f
|
Update regular expressions in data.go and parser.go
|
2024-01-17 15:17:04 +08:00 |
|
Max
|
2ba388ab16
|
Add parsed attribute to setStatementNode function
|
2024-01-10 16:23:21 +08:00 |
|
Max
|
cb2f6e8748
|
Refactor attribute handling in build and parser functions
|
2024-01-10 14:51:16 +08:00 |
|
Max
|
669ccfb1e1
|
Refactor document creation in build.go and parser.go
|
2024-01-10 13:20:22 +08:00 |
|
Max
|
cec9a2cbd0
|
Add support for s:set statement in parser.go
|
2024-01-10 11:33:58 +08:00 |
|
Max
|
5054b8f6ec
|
[fix] sui parser and request
|
2024-01-04 09:53:34 +08:00 |
|
wwsheng009
|
b21271fa0f
|
fix:fix the the spelling error
|
2023-12-18 16:26:37 +08:00 |
|
wwsheng009
|
006859ba83
|
feat: sui-page,add raw command
|
2023-12-18 13:35:12 +08:00 |
|
Max
|
243b0707a7
|
[add] refactor template parser to support printing data
|
2023-12-17 12:02:47 +08:00 |
|
Max
|
5bce0f6081
|
[add] sui template global data support
|
2023-11-24 13:55:22 +08:00 |
|
Max
|
b0d9631559
|
[add] sui editor render with mock request
|
2023-11-24 11:30:18 +08:00 |
|
Max
|
dc91443217
|
[add] sui page route parser
|
2023-11-23 13:00:07 +08:00 |
|