@blocklet/pages-kit 0.4.13-beta.20250227 → 0.4.16-beta.20250305

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.
@@ -45,7 +45,7 @@ export interface CustomComponentPropertyBase {
45
45
  };
46
46
  }
47
47
  export interface CustomComponentCommonProperty extends CustomComponentPropertyBase {
48
- type: 'number' | 'boolean' | 'json' | 'url' | 'decimal' | 'yaml' | 'color' | 'custom-settings';
48
+ type: 'number' | 'boolean' | 'json' | 'url' | 'decimal' | 'yaml' | 'color';
49
49
  }
50
50
  export interface CustomComponentCustomProperty extends CustomComponentPropertyBase {
51
51
  type: 'custom';
@@ -0,0 +1 @@
1
+ declare function initShimsOptions(): void;
@@ -1 +1,2 @@
1
- export {};
1
+ import 'es-module-shims';
2
+ export declare function injectGlobalComponents(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/pages-kit",
3
- "version": "0.4.13-beta.20250227",
3
+ "version": "0.4.16-beta.20250305",
4
4
  "description": "Pages Kit components and utils",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -92,7 +92,7 @@
92
92
  "url": "git+https://github.com/blocklet/pages-kit.git"
93
93
  },
94
94
  "dependencies": {
95
- "@arcblock/did-connect": "^2.11.48",
95
+ "@arcblock/did-connect": "^2.12.1",
96
96
  "@blocklet/ai-kit": "^0.1.71",
97
97
  "@blocklet/js-sdk": "^1.16.39",
98
98
  "@blocklet/sdk": "^1.16.39",
@@ -104,6 +104,7 @@
104
104
  "ajv": "^8.17.1",
105
105
  "axios": "^1.7.4",
106
106
  "dayjs": "^1.11.13",
107
+ "es-module-shims": "^2.0.10",
107
108
  "eventsource-parser": "^2.0.1",
108
109
  "file-saver": "^2.0.5",
109
110
  "html2pdf.js": "^0.10.2",
@@ -152,8 +153,8 @@
152
153
  "react-router-dom": "^6.16.0"
153
154
  },
154
155
  "devDependencies": {
155
- "@arcblock/ux": "^2.11.48",
156
- "@blocklet/ai-runtime": "^0.4.241",
156
+ "@arcblock/ux": "^2.12.1",
157
+ "@blocklet/ai-runtime": "^0.4.245",
157
158
  "@blocklet/js-sdk": "^1.16.39",
158
159
  "@blocklet/sdk": "^1.16.39",
159
160
  "@emotion/cache": "^11.13.1",