3aa65cb30c
* feat(charts-v2): init * chore(charts-v2): init chart renderer * feat(chart-v2): add chart grid and initializer * feat(chart-v2): improve ui * feat(chart-v2): ui * feat(charts-v2): query sort ui * feat(charts-v2): field select component * feat(charts-v2): improve ui && add query action * feat(charts-v2): imporve ui, work in progress * fix(charts-v2): chart renderer request api twice * feat(charts-v2): add dimension formatter * feat(charts-v2): filter, sort, limit * feat(charts-v2): sql mode ui * feat(charts-v2): support duplicate & sql mode * fix(charts-v2): wrong defaultValue of json config * feat(charts-v2): transformer ui * feat(charts-v2): transformer * chore(charts-v2): rename transfromer to transform * feat(charts-v2): support cache * feat(charts-v2): add acl provider * chore(charts-v2): hide sql mode * refactor(charts-v2): add renderer provider * feat: collection permission check * feat(charts-v2): add antd statistic * test(charts-v2): backend * chore: improve code * test(charts-v2): add test * chore: add Chinese translation * fix(charts-v2): locale switch bug * chore: add dependency * feat(charts-v2): init chart config from query * feat: change layout * test: fix frontend test * feat: improve auto infer * fix: ui issues * chore: translation * fix: sql error * fix: some issues * feat: support table * fix: bug * chore: improve code and fix query * feat: add config reference * chore: add translation * fix: process data due to pg issue * test: fix parseBuilder * chore: upgrade formily to 2.2.25 * fix: some issues and import style * fix: bug when query with sort * feat: parse enum data * fix: yarn.lock * fix: type error * fix: infer bug and frontend test * test: fix frontend * fix: test * feat: improve preview * chore: downgrade formily * feat: support associations, draft, in testing * fix: typo * test: frontend & backend * fix: infer bug * feat: measure selection of statistics * fix: bug of group by alias * fix: some issues * fix: order issues * fix: yarn.lock * chore: fix filter include & 'data-visualization' * style: improve style * docs: add readme * chore: add translation --------- Co-authored-by: chenos <chenlinxh@gmail.com>
51 lines
2.3 KiB
JSON
51 lines
2.3 KiB
JSON
{
|
|
"name": "@nocobase/preset-nocobase",
|
|
"version": "0.10.0-alpha.5",
|
|
"license": "AGPL-3.0",
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"dependencies": {
|
|
"@nocobase/plugin-acl": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-api-keys": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-audit-logs": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-auth": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-charts": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-china-region": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-client": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-collection-manager": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-duplicator": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-data-visualization": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-error-handler": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-excel-formula-field": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-export": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-file-manager": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-formula-field": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-graph-collection-manager": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-iframe-block": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-import": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-map": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-math-formula-field": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-mobile-client": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-multi-app-manager": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-multi-app-share-collection": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-oidc": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-saml": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-sample-hello": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-sequence-field": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-sms-auth": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-snapshot-field": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-system-settings": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-ui-routes-storage": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-ui-schema-storage": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-users": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-verification": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-workflow": "0.10.0-alpha.5",
|
|
"@nocobase/server": "0.10.0-alpha.5"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/presets/nocobase"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
} |