@vtj/ui 0.8.44 → 0.8.45

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@vtj/ui",
3
3
  "private": false,
4
- "version": "0.8.44",
4
+ "version": "0.8.45",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": ">=16.0.0"
@@ -12,8 +12,8 @@
12
12
  "sortablejs": "~1.15.2",
13
13
  "vxe-table": "~4.6.17",
14
14
  "vxe-table-plugin-menus": "~4.0.3",
15
- "@vtj/icons": "~0.8.44",
16
- "@vtj/utils": "~0.8.44"
15
+ "@vtj/icons": "~0.8.45",
16
+ "@vtj/utils": "~0.8.45"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@types/qrcode": "^1.5.5",
@@ -11,6 +11,7 @@ export interface UploaderResponse {
11
11
  export type Uploader = (file: File) => Promise<string | UploaderResponse | null>;
12
12
  export declare function useAdapter(): Adapter;
13
13
  export interface Adapter {
14
+ components?: any[];
14
15
  fieldEditors?: Record<string, BuiltinFieldEditor>;
15
16
  uploader?: Uploader;
16
17
  vxeConfig?: VXETableConfigOptions;
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) 2024, VTJ.PRO All rights reserved.
3
3
  * @name @vtj/ui
4
4
  * @author CHC chenhuachun1549@dingtalk.com
5
- * @version 0.8.43
5
+ * @version 0.8.44
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export declare const version = "0.8.43";
8
+ export declare const version = "0.8.44";