Rename @halo-dev/console-shared to @halo-dev/ui-shared (#7926)

#### What type of PR is this?

/area ui
/kind api-change
/milestone 2.22.x

#### What this PR does / why we need it:

See #7925 

#### Which issue(s) this PR fixes:

Fixes #7925 

#### Special notes for your reviewer:

#### Does this PR introduce a user-facing change?

```release-note
将 `@halo-dev/console-shared` 重命名为 `@halo-dev/ui-shared`
```
This commit is contained in:
Ryan Wang
2025-11-11 00:20:41 +08:00
committed by GitHub
parent 9f20ce42e8
commit ac88ee70cb
194 changed files with 234 additions and 218 deletions

View File

@@ -1,7 +1,7 @@
import { usePluginModuleStore } from "@/stores/plugin";
import type { EntityFieldItem } from "@halo-dev/console-shared";
import type { EntityFieldItem } from "@halo-dev/ui-shared";
import { useQuery } from "@tanstack/vue-query";
import { computed, type ComputedRef, type Ref, toValue } from "vue";
import { computed, toValue, type ComputedRef, type Ref } from "vue";
export function useEntityFieldItemExtensionPoint<T>(
extensionPointName: string,