@gopowerteam/table-render 0.0.127 → 0.0.129
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 +1 @@
|
|
|
1
|
-
export declare function setupTableGrabbable(
|
|
1
|
+
export declare function setupTableGrabbable(element: HTMLElement): void;
|
|
@@ -877,6 +877,7 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
877
877
|
tableForm: FormItemsOptions;
|
|
878
878
|
tableLoading: Ref<boolean>;
|
|
879
879
|
modalInstance: Ref<any>;
|
|
880
|
+
tableRenderElement: Ref<HTMLElement | undefined>;
|
|
880
881
|
formSource: Readonly<Ref<{
|
|
881
882
|
readonly [x: string]: any;
|
|
882
883
|
} | undefined>>;
|