yao/sui/core
2024-07-19 07:20:57 +08:00
..
block.go [add] block export and media api 2023-10-18 21:18:54 +08:00
build.go Fix trans passing bug in SUI components 2024-07-19 07:20:57 +08:00
cache.go Fix the bug in the SUI language pack path 2024-07-15 16:57:28 +08:00
compile.go refactor: Update BuildContext components to use boolean values instead of strings 2024-07-12 08:39:57 +08:00
component.go [add] block, component api 2023-09-28 11:57:31 +08:00
context.go Fix trans passing bug in SUI components 2024-07-19 07:20:57 +08:00
core.go [add] page preview api 2023-10-09 19:17:35 +08:00
data.go fix the bug in handling the replaceNodeUse attribute 2024-07-09 05:12:52 +08:00
editor.go [add] Support for JIT mode in SUI component imports ( dev ) 2024-07-02 20:40:35 +08:00
fs.go [add] sui file server (dev) 2023-11-22 21:02:48 +08:00
injections.go [feat] SUI i18n client-side script support 2024-07-17 17:59:09 +08:00
interfaces.go [add] sui.trans.all and sui.trans.page to support automatic translation 2024-07-15 09:24:44 +08:00
jit.go Refactor copySlots method to use slot.Contents() instead of slot.Children() 2024-07-18 19:28:04 +08:00
json.go [add] page config 2023-10-09 12:10:06 +08:00
json_test.go [add] page config 2023-10-09 12:10:06 +08:00
locale.go refactor: Add support for script messages in SUI i18n locale merging logic 2024-07-17 18:06:51 +08:00
locale_test.go optimize SUI page writeLocaleSource and writeLocaleFiles logic 2024-07-17 08:25:52 +08:00
page.go Fix the bug in the SUI language pack path 2024-07-15 16:57:28 +08:00
page_test.go fix sui tests 2024-07-16 08:52:35 +08:00
parser.go [feat] SUI i18n client-side script support 2024-07-17 17:59:09 +08:00
parser_test.go [chore] Update sui test cases 2024-07-04 17:06:42 +08:00
preview.go [add] Support for JIT mode in SUI component imports ( dev ) 2024-07-02 20:40:35 +08:00
request.go [feat] sui i18n direction, timezone and format support 2024-07-17 16:23:53 +08:00
sui.go Refactor caching of public root path in SUI core 2024-03-03 09:58:33 +08:00
sui_test.go [chore] Update sui test cases 2024-07-04 17:06:42 +08:00
translate.go Fix trans passing bug in SUI components 2024-07-19 07:20:57 +08:00
types.go Fix trans passing bug in SUI components 2024-07-19 07:20:57 +08:00
utils.go optimize SUI page writeLocaleSource and writeLocaleFiles logic 2024-07-17 08:25:52 +08:00