mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:58:07 +08:00
e22452d1ba
* bump: 6.4.0-280.0 * fix: 修复弹窗中关闭动作中打开弹窗后续事件动作不执行的问题 (#10044) * fix: 修复新建弹窗中弹窗列表出现重复的问题 (#10047) * fix: 修复 form 的 flush 逻辑可能会出现一直等待自己的问题 (#10059) * fix: 修复动作面板中弹窗信息显示不全的问题 (#10063) * chore: 减小 Excel 默认单元格的 padding 大小 * fix: 修复弹窗中的弹窗编辑器中出现重复的问题 (#10073) * fix: 更新 citydb closes #10046 * style(amis): 样式细节优化,避免异常溢出和换行展示 (#10072) * style(amis): 样式细节优化,避免异常溢出和换行展示 * style(amis-editor): 属性配置面板样式补充,用于避免配置面板被超长的valueLabel撑开,导致样式异常 * fix: 修复弹窗中引用弹窗自己的编辑器逻辑问题 (#10078) * 补充之前的辖区信息 * fix: 修复弹窗编辑问题 (#10083) * fix(amis): 修复InputRange不能拖拽到负值的问题 * fix(amis): 修复InputRange精度失效问题 * Update Form.tsx 修改dispatchInited方法,主要解决:当跳转到包含Form的新页面,新页面还没加载完成时,快速后退导致的报错:Uncaught (in promise) Error: [mobx-state-tree] You are trying to read or write to an object that is no longer part of a state tree. * fix: 修复弹窗编辑嵌套异常问题 (#10089) * fix:发送请求动作的sendOn配置不生效 * fix:发送请求动作的sendOn配置不生效 * fix: 修复修复内嵌弹窗中内嵌弹窗失效的问题 (#10100) * fix:刷新crud未执行切刷新service的问题 * fix: revert #9941 修复弹窗下有多个 form 时数据混乱问题 * fix: 修复弹窗修改无法删除属性的问题 * fix(amis): 修正range.test.tsx用例 * fix(editor): 修复校验规则修改后面板不更新问题 (#10113) Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com> * fix: 修复 crud 中 filter 开启 submitOnChnage 后无法分页问题 (#10115) * fix(editor): 修复校验规则修改后面板不更新问题 (#10113) Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com> * fix: 修复 inputArray 在编辑器中渲染错误的问题 (#10104) * fix: 修复右击菜单后报错 (#10121) * fix: 修复选项卡新增选项组件前后无插入支持 * fix: 修复crud2编辑器内设置多列右侧固定显示问题 * fix: 修复crud2组件特性动作 * fix: 修复crud2按钮列表管理编辑bug * fix: 修复each组件items数组时编辑报错 * refactor: table2刷新页面改成crud2下发 * fix: 修复选项卡新增选项组件前后无插入支持 * fix: 修复crud2编辑器内设置多列右侧固定显示问题 * fix: 修复crud2组件特性动作 * fix: 修复crud2按钮列表管理编辑bug * fix: 修复each组件items数组时编辑报错 * refactor: table2刷新页面改成crud2下发 * fix:inputTable删除行动作没有触发change事件 * fix:表单项reset支持重置为初始值 * fix(amis): 修正range.test.tsx用例 * chore: 升级amis-publish版本,支持分支版本 * chore: 升级amis-publish版本,支持分支版本 (#10150) Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com> * breaking: 打印功能使用 id 而不是 testid Closes #10123 (#10126) * breaking: 打印功能使用 id 而不是 testid Closes #10123 * 修复文档错误 * 更新 snapshot * fix: 修复 inputTable 在分页情况切换数据表单项不更新的问题 (#10157) * bump: 6.4.0 * fix(amis): 修正range.test.tsx用例 * fix(amis): 注释掉range.test.tsx中的滑动change case * fix(amis): 更新range.test.tsx.snap --------- Co-authored-by: 2betop <2betop.cn@gmail.com> Co-authored-by: wuduoyi <wuduoyi@baidu.com> Co-authored-by: 刘丹 <365533093@qq.com> Co-authored-by: sidrong <529672493@qq.com> Co-authored-by: lvxiaojiao <lvxiaojiao@baidu.com> Co-authored-by: qkiroc <30946345+qkiroc@users.noreply.github.com> Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com> Co-authored-by: liaoxuezhi <2698393+2betop@users.noreply.github.com> Co-authored-by: F-jianchao <161407305+F-jianchao@users.noreply.github.com> Co-authored-by: zhangtao07 <zhang.tao.1006@163.com> Co-authored-by: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
110 lines
2.9 KiB
JSON
110 lines
2.9 KiB
JSON
{
|
|
"name": "amis-core",
|
|
"version": "6.4.0",
|
|
"description": "amis-core",
|
|
"main": "lib/index.js",
|
|
"module": "esm/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"author": "fex",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^22.0.2",
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@rollup/plugin-node-resolve": "^14.1.0",
|
|
"@rollup/plugin-replace": "^5.0.1",
|
|
"@rollup/plugin-typescript": "^8.3.4",
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
"@types/file-saver": "^2.0.1",
|
|
"@types/hoist-non-react-statics": "^3.3.1",
|
|
"@types/jest": "^28.1.0",
|
|
"@types/react": "^18.0.24",
|
|
"@types/react-dom": "^18.0.8",
|
|
"@types/react-is": "^18.2.4",
|
|
"immutable": "^4.1.0",
|
|
"jest": "^29.0.3",
|
|
"jest-environment-jsdom": "^29.0.3",
|
|
"moment-timezone": "^0.5.34",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"resize-observer-polyfill": "^1.5.1",
|
|
"rimraf": "^3.0.2",
|
|
"rollup": "^2.79.1",
|
|
"rollup-plugin-auto-external": "^2.0.0",
|
|
"rollup-plugin-license": "^2.7.0",
|
|
"ts-jest": "^29.0.2",
|
|
"typescript": "^4.6.4"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run clean-dist && NODE_ENV=production rollup -c ",
|
|
"build-esm": "npm run clean-dist && NODE_ENV=production rollup -c rollup.esm.config.js",
|
|
"dev": "rollup -c -w",
|
|
"test": "jest",
|
|
"update-snapshot": "jest --updateSnapshot",
|
|
"coverage": "jest --coverage",
|
|
"clean-dist": "rimraf lib/** esm/**"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"esm"
|
|
],
|
|
"dependencies": {
|
|
"amis-formula": "^6.4.0",
|
|
"classnames": "2.3.2",
|
|
"file-saver": "^2.0.2",
|
|
"hoist-non-react-statics": "^3.3.2",
|
|
"lodash": "^4.17.15",
|
|
"match-sorter": "^6.3.1",
|
|
"mobx": "^4.5.0",
|
|
"mobx-react": "^6.3.1",
|
|
"mobx-state-tree": "^3.17.3",
|
|
"moment": "^2.19.4",
|
|
"papaparse": "^5.3.0",
|
|
"path-to-regexp": "6.2.0",
|
|
"qs": "6.9.7",
|
|
"react-intersection-observer": "9.5.2",
|
|
"react-json-view": "1.21.3",
|
|
"tslib": "^2.3.1",
|
|
"uncontrollable": "7.2.1"
|
|
},
|
|
"peerDependencies": {
|
|
"amis-formula": "*",
|
|
"react": ">=16.8.6",
|
|
"react-dom": ">=16.8.6",
|
|
"react-is": ">=16.8.6"
|
|
},
|
|
"jest": {
|
|
"testEnvironment": "jsdom",
|
|
"coverageReporters": [
|
|
"text",
|
|
"cobertura"
|
|
],
|
|
"collectCoverageFrom": [
|
|
"src/**/*"
|
|
],
|
|
"moduleFileExtensions": [
|
|
"ts",
|
|
"tsx",
|
|
"js"
|
|
],
|
|
"transform": {
|
|
"^.+\\.(t|j)sx?$": "@swc/jest"
|
|
},
|
|
"setupFiles": [
|
|
"jest-canvas-mock"
|
|
],
|
|
"testRegex": "/.*\\.test\\.(ts|tsx|js)$",
|
|
"moduleNameMapper": {
|
|
"\\.(css|less|sass|scss)$": "<rootDir>/../../__mocks__/styleMock.js",
|
|
"\\.(svg)$": "<rootDir>/../../__mocks__/svgMock.js"
|
|
},
|
|
"setupFilesAfterEnv": [
|
|
"<rootDir>/../amis-core/__tests__/jest.setup.js"
|
|
],
|
|
"testPathIgnorePatterns": [
|
|
"/node_modules/",
|
|
"/.rollup.cache/"
|
|
]
|
|
},
|
|
"gitHead": "37d23b4a8eb1c663bc38e8dd9040889ea1526ec4"
|
|
}
|