bf099a4364
* feat(plugin-custom-request): support better custom-request * feat: re implement custom request * feat: complete configuration * feat: support request in server * feat: improve usage * feat: support request * feat: remove customRequests when action is deleted * feat: avoid override * fix: the data is not latest * feat: should autoSize in url * feat: support title and acl * fix: i18n * feat: support display title * feat: i18n supports * refactor: acl check * feat: better method * fix: style * fix: remove unused code * fix: acl * docs: update * fix: upgrade * feat: hidden skip validator option and display should display data * feat: support root access all custom-request * chore: update deps * fix: limit height of modal body, Close T-1682 * fix: parse incorrect, Close T-1686 * fix: i18n, Close T-1684 * fix: linkage rules incorrect, Close T-1719 * fix: missing pass appends, Close T-1720 * fix: should update initialValues when it changed * feat: update better message * fix: permission incorrect * test: setup * refactor: fix locale * chore: update deps * feat: move to @nocobase * fix: dir * fix: ui.* * feat: add listByCurrentRole action, add decorator instead of acl * fix: remove title field * feat: compatible pervious version * feat: support passing x-* headers to custom-request * feat: support list all keys * fix: support baseURL, close T-2090 * fix: remove unused code * fix: sqlite, Close T-2092 * fix: close T-2089 * feat: alert error when request settings doesn't configure, Close T-2101 * feat: improve message * chore: fix eslint error * fix: fix version of plugin-custom-request * fix: build error --------- Co-authored-by: chenos <chenlinxh@gmail.com> Co-authored-by: Rain <958414905@qq.com>
58 lines
2.6 KiB
JSON
58 lines
2.6 KiB
JSON
{
|
|
"name": "@nocobase/preset-nocobase",
|
|
"version": "0.14.0-alpha.7",
|
|
"license": "AGPL-3.0",
|
|
"main": "./lib/server/index.js",
|
|
"dependencies": {
|
|
"@formily/json-schema": "2.x",
|
|
"@nocobase/plugin-acl": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-api-doc": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-api-keys": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-audit-logs": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-auth": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-cas": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-charts": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-china-region": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-client": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-collection-manager": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-data-visualization": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-duplicator": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-error-handler": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-excel-formula-field": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-export": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-file-manager": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-formula-field": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-graph-collection-manager": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-iframe-block": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-import": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-localization-management": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-map": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-math-formula-field": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-mobile-client": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-multi-app-manager": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-multi-app-share-collection": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-oidc": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-saml": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-sample-hello": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-sequence-field": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-sms-auth": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-snapshot-field": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-system-settings": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-theme-editor": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-ui-routes-storage": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-ui-schema-storage": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-users": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-verification": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-workflow": "0.14.0-alpha.7",
|
|
"@nocobase/plugin-custom-request": "0.14.0-alpha.7",
|
|
"@nocobase/server": "0.14.0-alpha.7",
|
|
"cronstrue": "^2.11.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/presets/nocobase"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|