halo-admin/src/formkit
Ryan Wang 8fc96622bf
perf: formkit post input type only queries the available (#724)
#### What type of PR is this?

/kind improvement
/milestone 2.0.0-rc.2

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

FormKit 的文章和自定义页面选择器仅查询可用的文章或自定义页面。

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

Fixes https://github.com/halo-dev/halo/issues/2790

#### Special notes for your reviewer:

测试方式:

1. 创建若干文章和自定义页面,然后删除一部分,再将一部分设置为未发布。
2. 进入菜单管理新建菜单项,选择文章或者自定义页面类型。
3. 检查是否包含被删除或者未发布的文章和自定义页面。

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


```release-note
None
```
2022-11-28 11:24:21 +00:00
..
inputs perf: formkit post input type only queries the available (#724) 2022-11-28 11:24:21 +00:00
plugins feat: add formkit custom input of repeater (#692) 2022-11-15 07:48:17 +00:00
utils feat: add comment management support (#612) 2022-09-19 09:26:50 +00:00
formkit.config.ts feat: add formkit custom input of repeater (#692) 2022-11-15 07:48:17 +00:00
theme.ts feat: add formkit custom input of repeater (#692) 2022-11-15 07:48:17 +00:00