Skip to content

Commit

Permalink
fix(componment): 修复 fat-table 实例方法没有正常导出的问题
Browse files Browse the repository at this point in the history
Change-Id: I66457c2968ae9b6fe755098682668069f8f920fc
  • Loading branch information
njikm2010 committed Jun 25, 2024
1 parent 29c548a commit 60acef1
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 7 deletions.
6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wakeadmin/components

## 1.9.10

### Patch Changes

- fix: 修复 fat-table 实例方法没有正常导出的问题

## 1.9.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wakeadmin/components",
"version": "1.9.9",
"version": "1.9.10",
"description": "wakeadmin 组件库",
"module": "./dist/index.js",
"main": "./dist/common/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/components/src/fat-table/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ export const FatTablePublicMethodKeys: (keyof FatTableMethods<any, any>)[] = [
'search',
'refresh',
'reset',
"getRequestParams",
"getColumns"
];

/**
Expand Down
2 changes: 1 addition & 1 deletion packages/doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@wakeadmin/components": "workspace:1.9.9",
"@wakeadmin/components": "workspace:1.9.10",
"@wakeadmin/icons": "^0.1.5",
"element-plus": "^2.3.6",
"imagemin-cli": "^7.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/playground-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# playground-vite

## 0.0.31

### Patch Changes

- Updated dependencies
- @wakeadmin/components@1.9.10

## 0.0.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/playground-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playground-vite",
"private": true,
"version": "0.0.30",
"version": "0.0.31",
"type": "module",
"scripts": {
"dev": "wk-demi-switch 3 && wakeadmin-adapter-switch 3 && vite",
Expand Down
7 changes: 7 additions & 0 deletions packages/playground-vue2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# playground-vue2

## 0.1.108

### Patch Changes

- Updated dependencies
- @wakeadmin/components@1.9.10

## 0.1.107

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/playground-vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.107",
"version": "0.1.108",
"name": "playground-vue2",
"imageName": "wkfe/playground-vue2",
"workload": "wakeadmin-playground-vue2",
Expand All @@ -22,7 +22,7 @@
"typescript": false
},
"dependencies": {
"@wakeadmin/components": "workspace:1.9.9",
"@wakeadmin/components": "workspace:1.9.10",
"@wakeadmin/framework": "^0.1.6",
"@wakeadmin/h": "^0.3.0",
"@wakeadmin/i18n-legacy": "^0.1.7",
Expand Down
7 changes: 7 additions & 0 deletions packages/playground-vue3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# playground-vue3

## 0.1.108

### Patch Changes

- Updated dependencies
- @wakeadmin/components@1.9.10

## 0.1.107

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/playground-vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.107",
"version": "0.1.108",
"name": "playground-vue3",
"imageName": "wkfe/playground-vue3",
"workload": "wakeadmin-playground-vue3",
Expand All @@ -18,7 +18,7 @@
"publish:docker": "node ./scripts/docker-publish.js"
},
"dependencies": {
"@wakeadmin/components": "workspace:1.9.9",
"@wakeadmin/components": "workspace:1.9.10",
"@wakeadmin/framework": "^0.1.6",
"@wakeadmin/h": "^0.3.0",
"core-js": "^3.30.2",
Expand Down

0 comments on commit 60acef1

Please sign in to comment.