lkt-table 2.0.40 → 2.0.41
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/dist/build.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Column as
|
|
2
|
-
import { createColumn as
|
|
3
|
-
declare namespace
|
|
1
|
+
import { Column as il } from "lkt-vue-kernel";
|
|
2
|
+
import { createColumn as rl } from "lkt-vue-kernel";
|
|
3
|
+
declare namespace el {
|
|
4
4
|
function install(t: any): void;
|
|
5
5
|
}
|
|
6
|
-
declare function
|
|
7
|
-
declare function
|
|
8
|
-
declare function
|
|
9
|
-
declare function
|
|
10
|
-
export {
|
|
6
|
+
declare function rn(t: any, i: any, o: any, l: any): 0 | 1 | -1;
|
|
7
|
+
declare function al(t: any): boolean;
|
|
8
|
+
declare function nl(t: any): void;
|
|
9
|
+
declare function tl(t: any): boolean;
|
|
10
|
+
export { il as Column, rl as createColumn, el as default, rn as defaultTableSorter, al as setTableCreateButtonSlot, nl as setTableEmptySlot, tl as setTableNavButtonSlot };
|