@vtj/ui 0.10.5 → 0.10.7

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.
@@ -6,7 +6,7 @@ import { Options } from 'sortablejs';
6
6
  declare function __VLS_template(): {
7
7
  attrs: Partial<{}>;
8
8
  slots: Partial<Record<string, (_: {
9
- [x: string]: any;
9
+ [key: string]: any;
10
10
  $table: VxeTableConstructor<any>;
11
11
  $grid: VxeGridConstructor<any> | null | undefined;
12
12
  row: any;
@@ -1799,7 +1799,7 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
1799
1799
  $vtjDynamicSlots: () => string[];
1800
1800
  }> & {} & ComponentCustomProperties & {} & {
1801
1801
  $slots: Partial<Record<string, (_: {
1802
- [x: string]: any;
1802
+ [key: string]: any;
1803
1803
  $table: VxeTableConstructor<any>;
1804
1804
  $grid: VxeGridConstructor<any> | null | undefined;
1805
1805
  row: any;
@@ -1283,7 +1283,7 @@ declare const _default: DefineComponent<Props, {
1283
1283
  $vtjDynamicSlots: () => string[];
1284
1284
  }> & {} & ComponentCustomProperties & {} & {
1285
1285
  $slots: Partial<Record<string, (_: {
1286
- [x: string]: any;
1286
+ [key: string]: any;
1287
1287
  $table: VxeTableConstructor<any>;
1288
1288
  $grid: VxeGridConstructor<any> | null | undefined;
1289
1289
  row: any;
@@ -1856,7 +1856,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
1856
1856
  $vtjDynamicSlots: () => string[];
1857
1857
  }> & {} & ComponentCustomProperties & {} & {
1858
1858
  $slots: Partial<Record<string, (_: {
1859
- [x: string]: any;
1859
+ [key: string]: any;
1860
1860
  $table: VxeTableConstructor<any>;
1861
1861
  $grid: VxeGridConstructor<any> | null | undefined;
1862
1862
  row: any;
@@ -1 +1 @@
1
- export declare function autoUpdate(): void;
1
+ export declare function autoUpdate(time?: number): void;
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) 2025, VTJ.PRO All rights reserved.
3
3
  * @name @vtj/ui
4
4
  * @author CHC chenhuachun1549@dingtalk.com
5
- * @version 0.10.4
5
+ * @version 0.10.6
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export declare const version = "0.10.4";
8
+ export declare const version = "0.10.6";