tachybase_todo/packages/presets/nocobase/package.json
Dunqing 9c165db0f7
feat(plugin-mobile-client): support mobile-side client (#1879)
* feat: init mobile client

* feat: add plugin

* feat: ready to develop

* feat: update pm styels

* feat: add mobile center

* feat: router ready

* feat: support menu block, then menu ready

* fix: incorrect path

* feat: support TabBar

* feat: tabbar, menu support dragging

* feat: support page and header

* feat: mobile view

* fix: optional schema

* feat: improve styles

* fix: user-scalable

* feat: support pc component show in mobile

* feat: hidden divider

* fix: improve drawer props

* feat: support list block

* feat: rename to details list

* feat: page support tabs

* feat: improve designer css

* feat: complete enable/disabled header of page

* feat: some improve

* feat: improve empty data

* fix: header info cannot displayed

* chore: update deps

* fix: incorrect spacing

* fix: menu designer

* refactor: re implement

* feat: support page template

* feat: clean code

* feat: support i18n

* chore: update lock

* feat: support GirdCard in mobile

* fix: build failed

* feat: only render one column in mobile interface

* fix: back button should not display in container

* fix: switch to padding

* fix: fixedBlockDesignRItem shouldn't display in dosen't support block

* fix: update font family

* fix: remove gridcard title

* fix: dragging scope is too wide

* fix: add menu cannot direct display

* refactor: improve tabbar schema usage

* refactor: improve menu schema

* feat: should to use simple pagination

* feat: the tag should pre-wrap

* feat: improve the configuration button

* feat: improve name

* fix: clear data when modal is closed

* fix: the tag is too long

* fix: i18n

* fix: font incorrect

* feat: add map block

* fix: some maps error

* feat: support global action in page

* feat: improve border color

* feat: improve performance, the count stop early

* style: improve

* fix: incorrect font

* fix: style conflict

* chore: update version

* chore: missing dep

* feat: support setting block

* feat: improve settings block and improve

* feat: support onBackPressed

* fix: ts error

* feat: improve cannot find tab should navigate to mobile

* docs: update

* chore: update deps

* fix: showTitle state is incorrect

* feat: improve jsbridge apis

* fix: navigate to admin after signout

* chore: remove mgrid block

* fix: ts error

* fix: switch role will reload to root page

* fix: update deps

* fix: upgrade formily to 2.2.24

---------

Co-authored-by: dream2023 <1098626505@qq.com>
Co-authored-by: chenos <chenlinxh@gmail.com>
2023-06-08 19:54:00 +08:00

49 lines
2.1 KiB
JSON

{
"name": "@nocobase/preset-nocobase",
"version": "0.9.4-alpha.2",
"license": "AGPL-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@nocobase/plugin-acl": "0.9.4-alpha.2",
"@nocobase/plugin-audit-logs": "0.9.4-alpha.2",
"@nocobase/plugin-auth": "0.9.4-alpha.2",
"@nocobase/plugin-charts": "0.9.4-alpha.2",
"@nocobase/plugin-china-region": "0.9.4-alpha.2",
"@nocobase/plugin-client": "0.9.4-alpha.2",
"@nocobase/plugin-collection-manager": "0.9.4-alpha.2",
"@nocobase/plugin-duplicator": "0.9.4-alpha.2",
"@nocobase/plugin-error-handler": "0.9.4-alpha.2",
"@nocobase/plugin-excel-formula-field": "0.9.4-alpha.2",
"@nocobase/plugin-export": "0.9.4-alpha.2",
"@nocobase/plugin-file-manager": "0.9.4-alpha.2",
"@nocobase/plugin-formula-field": "0.9.4-alpha.2",
"@nocobase/plugin-graph-collection-manager": "0.9.4-alpha.2",
"@nocobase/plugin-iframe-block": "0.9.4-alpha.2",
"@nocobase/plugin-import": "0.9.4-alpha.2",
"@nocobase/plugin-map": "0.9.4-alpha.2",
"@nocobase/plugin-math-formula-field": "0.9.4-alpha.2",
"@nocobase/plugin-multi-app-manager": "0.9.4-alpha.2",
"@nocobase/plugin-multi-app-share-collection": "0.9.4-alpha.2",
"@nocobase/plugin-oidc": "0.9.4-alpha.2",
"@nocobase/plugin-saml": "0.9.4-alpha.2",
"@nocobase/plugin-sms-auth": "0.9.4-alpha.2",
"@nocobase/plugin-sample-hello": "0.9.4-alpha.2",
"@nocobase/plugin-sequence-field": "0.9.4-alpha.2",
"@nocobase/plugin-snapshot-field": "0.9.4-alpha.2",
"@nocobase/plugin-system-settings": "0.9.4-alpha.2",
"@nocobase/plugin-ui-routes-storage": "0.9.4-alpha.2",
"@nocobase/plugin-ui-schema-storage": "0.9.4-alpha.2",
"@nocobase/plugin-users": "0.9.4-alpha.2",
"@nocobase/plugin-verification": "0.9.4-alpha.2",
"@nocobase/plugin-workflow": "0.9.4-alpha.2",
"@nocobase/server": "0.9.4-alpha.2",
"@nocobase/plugin-mobile-client": "0.9.4-alpha.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/presets/nocobase"
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}