diff --git a/docs/zh/front/component/ma-table.md b/docs/zh/front/component/ma-table.md index 5458a49..44ff59a 100644 --- a/docs/zh/front/component/ma-table.md +++ b/docs/zh/front/component/ma-table.md @@ -35,6 +35,7 @@ | `showOverflowTooltip` | `鼠标放上查看` | `boolean` | `false` | 1.0.0 | | `adaption` | 是否适应高度 | `boolean` | `false` | 1.0.0 | | `adaptionOffsetBottom` | 距离底部偏移量 | `number` | `70` | 1.0.0 | +| `showPagination` | 是否显示分页 | `boolean` | `true` | 1.0.0 | | `pagination` | El分页原生属性、事件 | [el-pageination文档](https://element-plus.org/zh-CN/component/pagination.html#%E5%B1%9E%E6%80%A7) | - | 1.0.0 | | `on` | `el-table` 表格事件集合 | `鼠标放上查看` | - | 1.0.0 | diff --git a/docs/zh/plugin/command.md b/docs/zh/plugin/command.md index c9e1308..5aee227 100644 --- a/docs/zh/plugin/command.md +++ b/docs/zh/plugin/command.md @@ -90,8 +90,8 @@ php bin/hyperf.php mine-extension:create | 参数 | 类型 | 默认值 | 备注 | |---------------|---------|---------|------------------------------------| -| path | string | 无,必填 | 创建路径,例如 zds/app-store | +| path | string | 无,必填 | 创建路径,例如 zds/app-store | | --name | string | example | 插件名称 | -| --type | string | mix | 插件类型 可选类型: mix,frond,backend | +| --type | string | mixed | 插件类型 可选类型: mixed,frond,backend | | --author | string| 无,可选 | 作者名称,此值会填充到 minejson.author 中 | | --description | string| 无,可选 | 插件介绍,此值会填充到 minejson.description 中 | diff --git a/package.json b/package.json index 652f95a..d55870c 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,9 @@ "@imengyu/vue3-context-menu": "^1.4.2", "@mineadmin/echarts": "^1.0.1", "@mineadmin/form": "^1.0.21", - "@mineadmin/pro-table": "^1.0.22", - "@mineadmin/search": "^1.0.20", - "@mineadmin/table": "^1.0.25", + "@mineadmin/pro-table": "^1.0.25", + "@mineadmin/search": "^1.0.21", + "@mineadmin/table": "^1.0.29", "@vueuse/core": "^11.1.0", "@vueuse/integrations": "^11.1.0", "echarts": "^5.5.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7c4adbf..1b59b70 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,14 +18,14 @@ importers: specifier: ^1.0.21 version: 1.0.21(element-plus@2.8.3(vue@3.5.12)) '@mineadmin/pro-table': - specifier: ^1.0.22 - version: 1.0.22(element-plus@2.8.3(vue@3.5.12)) - '@mineadmin/search': - specifier: ^1.0.20 - version: 1.0.20(element-plus@2.8.3(vue@3.5.12)) - '@mineadmin/table': specifier: ^1.0.25 version: 1.0.25(element-plus@2.8.3(vue@3.5.12)) + '@mineadmin/search': + specifier: ^1.0.21 + version: 1.0.21(element-plus@2.8.3(vue@3.5.12)) + '@mineadmin/table': + specifier: ^1.0.29 + version: 1.0.29(element-plus@2.8.3(vue@3.5.12)) '@vueuse/core': specifier: ^11.1.0 version: 11.1.0(vue@3.5.12) @@ -683,18 +683,18 @@ packages: peerDependencies: element-plus: ^2.0.0 - '@mineadmin/pro-table@1.0.22': - resolution: {integrity: sha512-clx0VCW1uADnsFBGagUZydt/sFupJbzFRAWpig+wGF1Yi3tKaXiR5uMlgj5Ey+zRpRBBY7a+/WdWp4ucX8dSgw==} + '@mineadmin/pro-table@1.0.25': + resolution: {integrity: sha512-O5qBaohNE8NKf+P6ZwnfmTsqtmz/PSl+CZbiKmuKPI0o4qjT6esRU1WZ9hH6k9bPD7vJg0mkNRhoBBrf2TRW3Q==} peerDependencies: element-plus: ^2.0.0 - '@mineadmin/search@1.0.20': - resolution: {integrity: sha512-C4UT/U/df3lp+NylI/uKFfm7vxsi0zOZIXEDIFREjbo76puxif+KwE/ISfOyOecHZp+SBXMEUZQBgxrYa4Jy9g==} + '@mineadmin/search@1.0.21': + resolution: {integrity: sha512-rqfX6PJ4XB87EMX8pPVyh3GyYT4ujNXV4HSp2RBeRcDkQ+tSxi7SHkNUgbIdA6c4cnRLHOuksOqtjQGUh9yJxg==} peerDependencies: element-plus: ^2.0.0 - '@mineadmin/table@1.0.25': - resolution: {integrity: sha512-iPWhCVbTzE8pr21dQqrnXnwcdIM0LCjd1HbH9ZF04LOZn7+0U4LWZvoHy7bVq3yyQo7SGZBqV61Zajeyrddo7A==} + '@mineadmin/table@1.0.29': + resolution: {integrity: sha512-F5fqNMWPReH0pceTEs0Ivwd1aYbiBQ+4SuzTM2jrFDj3C0JgJaGiZA0Hhfr3twvz8DBoMRon6QSRnWL01Zkv/A==} peerDependencies: element-plus: ^2.0.0 @@ -2316,21 +2316,21 @@ snapshots: transitivePeerDependencies: - typescript - '@mineadmin/pro-table@1.0.22(element-plus@2.8.3(vue@3.5.12))': + '@mineadmin/pro-table@1.0.25(element-plus@2.8.3(vue@3.5.12))': dependencies: element-plus: 2.8.3(vue@3.5.12) vue: 3.5.12 transitivePeerDependencies: - typescript - '@mineadmin/search@1.0.20(element-plus@2.8.3(vue@3.5.12))': + '@mineadmin/search@1.0.21(element-plus@2.8.3(vue@3.5.12))': dependencies: element-plus: 2.8.3(vue@3.5.12) vue: 3.5.12 transitivePeerDependencies: - typescript - '@mineadmin/table@1.0.25(element-plus@2.8.3(vue@3.5.12))': + '@mineadmin/table@1.0.29(element-plus@2.8.3(vue@3.5.12))': dependencies: element-plus: 2.8.3(vue@3.5.12) vue: 3.5.12