@wx-design/components 1.3.0-alpha.18 → 1.3.0-alpha.19
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.
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { nextTick } from 'vue';
|
|
1
2
|
import { TableSetColumnsProps } from '../../../../types/table/table-set';
|
|
2
3
|
import { SabColumnProps } from '../../../../types/table/column';
|
|
3
4
|
declare const _default: import('vue').DefineComponent<TableSetColumnsProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -326,7 +327,7 @@ declare const _default: import('vue').DefineComponent<TableSetColumnsProps, {},
|
|
|
326
327
|
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
327
328
|
};
|
|
328
329
|
$forceUpdate: () => void;
|
|
329
|
-
$nextTick: typeof
|
|
330
|
+
$nextTick: typeof nextTick;
|
|
330
331
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
331
332
|
} & Readonly<{
|
|
332
333
|
params: import("vxe-table").VxeTablePropTypes.Params;
|