🔱: [client] sync upgrade with 3 commits [trident-sync]

refactor: 1.13.1
refactor:
pull/14/head
GitHub Actions Bot 2023-04-10 19:23:56 +00:00
parent 5746042d68
commit 32fd424295
4 changed files with 11 additions and 6 deletions

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.13.1](https://github.com/fast-crud/fast-crud/compare/v1.13.0...v1.13.1) (2023-04-10)
**Note:** Version bump only for package @fast-crud/fs-admin-antdv
# [1.13.0](https://github.com/fast-crud/fast-crud/compare/v1.12.2...v1.13.0) (2023-04-07) # [1.13.0](https://github.com/fast-crud/fast-crud/compare/v1.12.2...v1.13.0) (2023-04-07)
**Note:** Version bump only for package @fast-crud/fs-admin-antdv **Note:** Version bump only for package @fast-crud/fs-admin-antdv

View File

@ -1,6 +1,6 @@
{ {
"name": "@fast-crud/fs-admin-antdv", "name": "@fast-crud/fs-admin-antdv",
"version": "1.13.0", "version": "1.13.1",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
@ -26,10 +26,10 @@
"@aws-sdk/client-s3": "^3.292.0", "@aws-sdk/client-s3": "^3.292.0",
"@aws-sdk/s3-request-presigner": "^3.292.0", "@aws-sdk/s3-request-presigner": "^3.292.0",
"@fast-crud/fast-bpmn": "^1.0.6", "@fast-crud/fast-bpmn": "^1.0.6",
"@fast-crud/fast-crud": "^1.13.0", "@fast-crud/fast-crud": "^1.13.1",
"@fast-crud/fast-extends": "^1.13.0", "@fast-crud/fast-extends": "^1.13.1",
"@fast-crud/ui-antdv": "^1.13.0", "@fast-crud/ui-antdv": "^1.13.1",
"@fast-crud/ui-interface": "^1.13.0", "@fast-crud/ui-interface": "^1.13.1",
"@iconify/iconify": "^3.1.0", "@iconify/iconify": "^3.1.0",
"@iconify/json": "^2.2.35", "@iconify/json": "^2.2.35",
"@purge-icons/generated": "^0.9.0", "@purge-icons/generated": "^0.9.0",

View File

@ -357,6 +357,7 @@ export const usePageStore = defineStore({
*/ */
keepAliveRefresh() { keepAliveRefresh() {
this.keepAlive = this.opened.filter((item) => isKeepAlive(item)).map((e) => e.name); this.keepAlive = this.opened.filter((item) => isKeepAlive(item)).map((e) => e.name);
console.log("keepalive", this.keepAlive);
}, },
/** /**
* @description * @description

View File

@ -15,7 +15,7 @@ import { message } from "ant-design-vue";
import { useFs } from "@fast-crud/fast-crud"; import { useFs } from "@fast-crud/fast-crud";
export default defineComponent({ export default defineComponent({
name: "BasisRowHandle", name: "RowHandleTooltip",
setup() { setup() {
const { crudBinding, crudRef, crudExpose } = useFs({ createCrudOptions }); const { crudBinding, crudRef, crudExpose } = useFs({ createCrudOptions });
// //