@blocklet/pages-kit 0.6.58 → 0.6.60

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.
@@ -55,6 +55,7 @@ export interface CustomComponentPropertyBase {
55
55
  id: string;
56
56
  key?: string;
57
57
  visible?: boolean;
58
+ shared?: boolean;
58
59
  locales?: {
59
60
  [locale: string]: {
60
61
  name?: string;
@@ -144,6 +144,7 @@ export interface Section<T = {
144
144
  name?: string;
145
145
  isTemplateSection?: boolean;
146
146
  templateDescription?: string;
147
+ /** @deprecated section item 的 llmConfig 已经被弃用,这部分数据需要依赖 components 或者 resources.components 的实时数据 */
147
148
  llmConfig?: LLMConfig;
148
149
  /** @deprecated section item 的 locales 已经被弃用,请使用 page dataSource 或者 currentSectionProperties 替代 */
149
150
  locales?: Record<string, T>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/pages-kit",
3
- "version": "0.6.58",
3
+ "version": "0.6.60",
4
4
  "description": "Pages Kit components and utils for blocklet(s)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -96,9 +96,9 @@
96
96
  "url": "git+https://github.com/blocklet/pages-kit.git"
97
97
  },
98
98
  "dependencies": {
99
- "@arcblock/did-connect-react": "^3.1.25",
100
- "@blocklet/aigne-hub": "^0.3.15",
101
- "@blocklet/aigne-sdk": "^0.5.10",
99
+ "@arcblock/did-connect-react": "^3.1.28",
100
+ "@blocklet/aigne-hub": "^0.3.16",
101
+ "@blocklet/aigne-sdk": "^0.5.12",
102
102
  "@blocklet/js-sdk": "^1.16.48",
103
103
  "@blocklet/sdk": "^1.16.48",
104
104
  "@blocklet/uploader": "^0.2.7",
@@ -149,7 +149,7 @@
149
149
  "yaml": "^2.5.0",
150
150
  "zod": "^3.25.76",
151
151
  "zustand": "^4.5.5",
152
- "@blocklet/pages-kit-core": "^0.6.58"
152
+ "@blocklet/pages-kit-core": "^0.6.60"
153
153
  },
154
154
  "peerDependencies": {
155
155
  "@arcblock/ux": "^3.1.6",
@@ -169,7 +169,7 @@
169
169
  "react-router-dom": "^6.16.0"
170
170
  },
171
171
  "devDependencies": {
172
- "@arcblock/ux": "^3.1.25",
172
+ "@arcblock/ux": "^3.1.28",
173
173
  "@blocklet/js-sdk": "^1.16.48",
174
174
  "@blocklet/sdk": "^1.16.48",
175
175
  "@emotion/cache": "^11.14.0",