Commit Graph

295 Commits

Author SHA1 Message Date
SemmyWong
be1192531c
add upload component into schema components (#165)
* feat: add Upload component into schema components

* docx file

* upload with customRequest

* action

* optimize: remove downloadFile instead of saveAs

* fix: direct download of non-image files

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-01-22 21:05:06 +08:00
chenos
31340f4773 fix: missing request params 2022-01-22 16:36:37 +08:00
chenos
4715ba8d22 feat: improve code 2022-01-21 14:04:15 +08:00
chenos
84f3ed1564 feat: improve demo 2022-01-21 09:38:34 +08:00
SemmyWong
48722c7c99
feat: cacader component
* feat: add Cacader component into schema component

* docs: change document language

* Nocobase next color select (#157)

* feat: add useCompile hook

* feat: add ColorSelect component into schema component

* optimize: rename checkbox component file (#155)

* optimize: rename checkbox component file

* optimize: rename checkbox component file

* feat: optimize antd-config-orovider

* feat: move admin-layout and auth-layout to route-switch

* feat: add application demo

* feat: add radio into schema component (#154)

* feat: add radio to schema component

* docs: add Radio  demos into schema component

* rafactor: change import path

* docs: change demo language

* fix: add title and description to demos

Co-authored-by: chenos <chenlinxh@gmail.com>

* feat: add input into schema component (#158)

* feat: add Input Component to schema compoennt

* code cleanup

Co-authored-by: chenos <chenlinxh@gmail.com>

* feat: add RemoteSchemaComponent

* feat: add admin layout

* feat: add menu into schema component

* fix: remove antd/dist/antd.css

* feat: improve application demo

* feat: add DatePicker into schema components (#161)

* feat: add DatePicker into schema components

* improve code

Co-authored-by: chenos <chenlinxh@gmail.com>

* feature/nocobase next password (#159)

* feat: add Password Component into schema components

* improve code

Co-authored-by: chenos <chenlinxh@gmail.com>

* feat: add InputNumber Component into schema component (#160)

* feat: add InputNumber Component into schema component

* improve code

Co-authored-by: chenos <chenlinxh@gmail.com>

* feat(client-menu): improve code

* feat: acl (#153)

* feat: getRepository

* getRepository return type

* export action

* add: acl

* feat: setResourceAction

* feat: action alias

* chore: code struct

* feat: removeResourceAction

* chore: file name

* ignorecase

* remove ACL

* feat: ACL

* feat: role toJSON

* using emit

Co-authored-by: chenos <chenlinxh@gmail.com>

* Acl (#162)

* feat: getRepository

* getRepository return type

* export action

* add: acl

* feat: setResourceAction

* feat: action alias

* chore: code struct

* feat: removeResourceAction

* chore: file name

* ignorecase

* remove ACL

* feat: ACL

* feat: role toJSON

* using emit

* chore: test

Co-authored-by: chenos <chenlinxh@gmail.com>

* Feat/plugin collection manager (#147)

* refactor: collection manager plugin

* feat(database): magic attribute model

* MagicAttributeModel

* load collections & fields options

* collections filterTargetKey

* Feat/plugin UI schema v0.6 (#143)

* v0.6

* plugin-ui-schema: insert && getJsonSchema

* plugin-ui-schema: insert schema with sort

* plugin-ui-schema: node with x-index

* insert adjacent method

* chore: insert

* typo

* insert with x-uid

* fix: getSchema by subtree

* add ui-schema actions

* fix: mysql compatibility

* remove ui-schema when remove node tree

* ui schema patch

* ui_schemas.create

* test cases

* test cases

* fix(database): reset changed before update

* feat: insert ui schema node after created

* feat:  patch ui schema node after updated

* fix: sqlite error

* uid

* cleanup

* test cases

* feat: ui_schema items type support

* fix: insert items node

* fix: get inner type

* change items struct

* add insert return value

* add insert return value

Co-authored-by: chenos <chenlinxh@gmail.com>

* update yarn.lock

* rename

* feat(client): plugin manager toolbar

* feat: add demo for plugin manager toolbar

* feat: improve the toolbar of the plugin manager

* feat: improve document title and page title support

* feat: add IconPicker component into schema components

* feat: improve icon component

* migrate TimePicker component into schema components (#164)

* feat: add TimePicker component into schema components

* improve

* TimePicker.RangePicker

Co-authored-by: chenos <chenlinxh@gmail.com>

* Load Options Lazily

* feat: extract read pretty

* fix: useEffect only on update

* feat: add Cacader component into schema component

* docs: change document language

* feat: extract read pretty

* Load Options Lazily

* improve code

Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: ChengLei Shao <chareice@live.com>
2022-01-21 09:32:13 +08:00
chenos
f882ab42c5 fix: useEffect only on update 2022-01-20 23:48:35 +08:00
SemmyWong
b0b79b7d9d
migrate TimePicker component into schema components (#164)
* feat: add TimePicker component into schema components

* improve

* TimePicker.RangePicker

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-01-20 20:33:46 +08:00
chenos
091fb7f5ee feat: improve icon component 2022-01-20 18:19:59 +08:00
semmy
d04d3d0639 feat: add IconPicker component into schema components 2022-01-20 15:16:12 +08:00
chenos
d94874d345 feat: improve document title and page title support 2022-01-20 12:06:09 +08:00
chenos
a1ccc82fa1 feat: improve the toolbar of the plugin manager 2022-01-20 10:45:00 +08:00
chenos
b49440da00 feat: add demo for plugin manager toolbar 2022-01-19 22:21:20 +08:00
chenos
d1f9d3e25d feat(client): plugin manager toolbar 2022-01-19 15:14:00 +08:00
chenos
e7918b7887 rename 2022-01-19 10:18:53 +08:00
chenos
c9742c1710 feat(client-menu): improve code 2022-01-18 15:19:54 +08:00
SemmyWong
e48e70e82a
feat: add InputNumber Component into schema component (#160)
* feat: add InputNumber Component into schema component

* improve code

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-01-18 10:08:56 +08:00
SemmyWong
206b37edc1
feature/nocobase next password (#159)
* feat: add Password Component into schema components

* improve code

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-01-18 09:52:29 +08:00
SemmyWong
637b3165ca
feat: add DatePicker into schema components (#161)
* feat: add DatePicker into schema components

* improve code

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-01-18 09:21:55 +08:00
chenos
f8c0a7ac69 feat: improve application demo 2022-01-17 23:05:27 +08:00
chenos
06a75d31a5 fix: remove antd/dist/antd.css 2022-01-17 23:04:55 +08:00
chenos
cb3e171b31 feat: add menu into schema component 2022-01-17 23:04:33 +08:00
chenos
d0f677a6e9 feat: add admin layout 2022-01-17 23:03:51 +08:00
chenos
dde48fc775 feat: add RemoteSchemaComponent 2022-01-17 23:02:35 +08:00
SemmyWong
150deb28c1
feat: add input into schema component (#158)
* feat: add Input Component to schema compoennt

* code cleanup

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-01-17 16:14:09 +08:00
SemmyWong
e40565e90a
feat: add radio into schema component (#154)
* feat: add radio to schema component

* docs: add Radio  demos into schema component

* rafactor: change import path

* docs: change demo language

* fix: add title and description to demos

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-01-17 15:39:52 +08:00
chenos
50e13fe93a feat: add application demo 2022-01-17 15:28:28 +08:00
chenos
29cf274a52 feat: move admin-layout and auth-layout to route-switch 2022-01-17 12:25:10 +08:00
chenos
224a08c057 feat: optimize antd-config-orovider 2022-01-17 12:23:32 +08:00
SemmyWong
a5393e52c7
optimize: rename checkbox component file (#155)
* optimize: rename checkbox component file

* optimize: rename checkbox component file
2022-01-15 18:45:04 +08:00
SemmyWong
6ef6dd7717
Nocobase next color select (#157)
* feat: add useCompile hook

* feat: add ColorSelect component into schema component
2022-01-15 18:43:50 +08:00
chenos
58683a7657 feat: change the schema component directory 2022-01-13 14:53:13 +08:00
chenos
f8181cbf74
feat: add async-data-provider component (#151) 2022-01-13 14:25:42 +08:00
chenos
eff76fb0a2 feat: add checkbox component 2022-01-11 18:13:15 +08:00
chenos
a87a089acf
feat: client v0.6 (#150)
* v0.6

* update...

* feat: improve code

* improve code

* action & form

* update...

* improve code

* improve code

* improve code

* designable

* update

* update...

* api client

* RecordProvider

* collection manager

* update...

* update api client

* update use request

* update

* update doc

* test cases for compose

* docs: improve documentation
2022-01-10 19:22:21 +08:00
chenos
732d31009e v0.6 2021-12-06 21:23:34 +08:00
chenos
c1b560e928
feat: rename resourceKey & associatedKey to resourceIndex & associatedIndex (#126)
* resourceIndex & associatedIndex

* resourceIndex & associatedIndex
2021-12-04 16:28:52 +08:00
SemmyWong
62796f136c
refactor: table cell text overflow that show ellipsis (#125)
* fix: table column text overflow auto hidden

* refactor: table column text overflow auto hidden

* refactor: table column text overflow auto hidden

* fix: popover text overflow handle

Co-authored-by: chenos <chenlinxh@gmail.com>
2021-12-04 15:36:59 +08:00
semmy
399135c1a9 fix: import wrong React 2021-12-03 10:18:22 +08:00
semmy
f089cacf1d fix: 修复Table.Column.DesignableBar遗漏 2021-12-03 10:05:14 +08:00
Junyi
60b966f59e
Fix: plugin-file-manager (#111)
* fix: test cases

* fix env used by file manager

* default value of process.env.LOCAL_STORAGE_BASE_URL

* use workspace dependencies

* refactor some env to adapt more scenario

* fix reviewing issues

* fix env default value

* update umi config

* bugfix

* fix shared cache

Co-authored-by: chenos <chenlinxh@gmail.com>
2021-12-03 07:31:22 +08:00
SemmyWong
12f58effad
refactor: code splitting of the table component (#121)
* refactor: 表格拆分模块化

* refactor: 表格拆分模块化

* refactor: code splitting of the table component (#120)

* missing TableIndex

* refactor: 表格拆分模块化

* code format

Co-authored-by: chenos <chenlinxh@gmail.com>
2021-12-02 22:56:16 +08:00
chenos
1072e03c5a Revert "refactor: code splitting of the table component (#120)"
This reverts commit 0f9eb4e7f2.
2021-12-02 17:56:05 +08:00
SemmyWong
0f9eb4e7f2
refactor: code splitting of the table component (#120) 2021-12-02 15:26:28 +08:00
chenos
d817ec4c7b fix: missing parameters 2021-11-30 16:43:44 +08:00
semmy
e058c509ea Merge branch 'develop' of https://github.com/nocobase/nocobase into develop 2021-11-29 20:59:45 +08:00
semmy
e435fe0ff3 feat: allow user to sign up 2021-11-29 20:59:31 +08:00
chenos
e43da7d0ca fix(client): cannot find namespace 'Formily' 2021-11-29 11:36:36 +08:00
chenos
9fe9790a19 fix(client): markdown parse 2021-11-29 11:20:11 +08:00
SemmyWong
8cf1efb21f
feat: add reset button in the filter panel (#110) 2021-11-25 22:42:05 +08:00
SemmyWong
64283fcb0e
feat: allow user to change password (#109)
* feat: allow user to change password

* docs: update api doc

Co-authored-by: chenos <chenlinxh@gmail.com>
2021-11-25 22:36:52 +08:00