tachybase_todo/packages/core/database/src/fields
YANG QIA 70d5b9e44b
feat: localization management (#2210)
* feat: init localization-management

* feat: resource api

* Merge branch 'main' into T-62

* chore: change name

* feat: basic feature

* feat: support filter & sync

* feat: support auto get texts afterSave

* Merge branch 'main' into T-62

* chore: upgrade

* fix: dependency

* fix: field type

* fix: type error

* chore: remove some translations

* feat: support extract text from menu

* chore: cache text keys

* chore: remove test key

* fix: issue of extracting menu titles

* feat: translate collections & fields name

* fix: remove unique of text

* refactor: improve cache

* chore: remove listeners after disable

* chore: translation

* fix: lang switch bug

* refactor: actions & filter

* fix: translation

* refactor: merge lang bundles at backend

* fix: style & field name

* fix: translate issues

* fix: cache bug

* fix: translation merge bug

* fix: translate issues

* fix: map translation

* fix: translation issues

* fix: card title bug

* feat: cover mobile client tabbar

* fix: menu title

* refactor: add locale plugin

* chore: merge locale plugin

* fix: map translation

* chore: remove no data

* style: change button style

* fix: sync bug

* docs: add README

* chore: change name

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2023-07-17 23:23:44 +08:00
..
array-field.ts feat(db): field value parser 2023-02-16 23:56:00 +08:00
belongs-to-field.ts fix(database): missing reference when rewrite parent field (#1977) 2023-06-03 00:06:54 +08:00
belongs-to-many-field.ts fix(database): missing reference when rewrite parent field (#1977) 2023-06-03 00:06:54 +08:00
boolean-field.ts feat(db): field value parser 2023-02-16 23:56:00 +08:00
context-field.ts Doc: api database events (#887) 2022-10-14 17:22:32 +08:00
date-field.ts feat(parse-variables): support to parse variables in filter params (#1558) 2023-03-30 23:49:57 +08:00
field.ts feat: localization management (#2210) 2023-07-17 23:23:44 +08:00
has-inverse-field.ts Feat/create nocobase app (#273) 2022-04-17 10:00:42 +08:00
has-many-field.ts fix(database): missing reference when rewrite parent field (#1977) 2023-06-03 00:06:54 +08:00
has-one-field.ts fix(database): missing reference when rewrite parent field (#1977) 2023-06-03 00:06:54 +08:00
index.ts fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
json-field.ts feat: database view collection (#1587) 2023-04-01 21:56:01 +08:00
number-field.ts fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
password-field.ts fix(database): cannot read properties of null (reading 'substring') 2022-05-25 11:49:09 +08:00
radio-field.ts refactor(database): fix some fields and types (#820) 2022-09-11 21:58:49 +08:00
relation-field.ts fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
set-field.ts feat: set field (#1237) 2022-12-13 18:02:03 +08:00
sort-field.ts fix: init sort field with null group 2023-04-09 12:52:42 +08:00
string-field.ts feat(db): field value parser 2023-02-16 23:56:00 +08:00
text-field.ts Feat/create nocobase app (#273) 2022-04-17 10:00:42 +08:00
time-field.ts Feat/create nocobase app (#273) 2022-04-17 10:00:42 +08:00
uid-field.ts feat(collection-manager): tableOID field and collection field (#2161) 2023-07-04 23:16:49 +08:00
uuid-field.ts feat: uuid field 2022-04-29 12:00:24 +08:00
virtual-field.ts Feat/create nocobase app (#273) 2022-04-17 10:00:42 +08:00