listpage_cli 0.0.292 → 0.0.293

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "listpage_cli",
3
- "version": "0.0.292",
3
+ "version": "0.0.293",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "listpage_cli": "bin/cli.js"
@@ -6,6 +6,7 @@
6
6
 
7
7
  | 属性 | 说明 | 类型 | 必填 |
8
8
  | --- | --- | --- | --- |
9
+ | `styles` | 样式覆盖(目前仅 page) | `{ page?: React.CSSProperties }` | 否 |
9
10
  | `title` | 页面标题 | `ReactNode` | 否 |
10
11
  | `extra` | 标题右侧操作区 | `ReactNode \| (ctx: ListPageContextValue) => ReactNode` | 否 |
11
12
  | `filter` | 筛选配置 | `FilterConfig \| FilterRenderConfig` | 否 |
@@ -25,7 +25,7 @@
25
25
  "class-transformer": "^0.5.1",
26
26
  "class-validator": "~0.14.2",
27
27
  "rxjs": "^7.8.1",
28
- "listpage-next-nest": "~0.0.292"
28
+ "listpage-next-nest": "~0.0.293"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@nestjs/schematics": "^11.0.0",
@@ -12,7 +12,7 @@
12
12
  "dependencies": {
13
13
  "react": "^19.2.0",
14
14
  "react-dom": "^19.2.0",
15
- "listpage-next": "~0.0.292",
15
+ "listpage-next": "~0.0.293",
16
16
  "react-router-dom": ">=6.0.0",
17
17
  "@ant-design/v5-patch-for-react-19": "~1.0.3",
18
18
  "ahooks": "^3.9.5",
@@ -23,7 +23,7 @@
23
23
  "styled-components": "^6.1.19",
24
24
  "mobx": "~6.15.0",
25
25
  "@ant-design/icons": "~6.0.2",
26
- "listpage-components": "~0.0.292",
26
+ "listpage-components": "~0.0.293",
27
27
  "lucide-react": "~0.575.0"
28
28
  "mobx-react-lite": "~4.1.1"
29
29
  },
@@ -9,7 +9,7 @@
9
9
  "publish": "ts-node src/publish.ts"
10
10
  },
11
11
  "dependencies": {
12
- "listpage-next-deploy": "0.0.292"
12
+ "listpage-next-deploy": "0.0.293"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/node": "^20.0.0",