lkt-table 2.0.40 → 2.0.42

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 ll } from "lkt-vue-kernel";
2
- import { createColumn as ol } from "lkt-vue-kernel";
3
- declare namespace Qn {
1
+ import { Column as vl } from "lkt-vue-kernel";
2
+ import { createColumn as fl } from "lkt-vue-kernel";
3
+ declare namespace il {
4
4
  function install(t: any): void;
5
5
  }
6
- declare function on(t: any, o: any, i: any, l: any): 0 | 1 | -1;
7
- declare function el(t: any): boolean;
8
- declare function tl(t: any): void;
9
- declare function Zn(t: any): boolean;
10
- export { ll as Column, ol as createColumn, Qn as default, on as defaultTableSorter, el as setTableCreateButtonSlot, tl as setTableEmptySlot, Zn as setTableNavButtonSlot };
6
+ declare function fn(t: any, i: any, o: any, l: any): 0 | 1 | -1;
7
+ declare function ul(t: any): boolean;
8
+ declare function sl(t: any): void;
9
+ declare function rl(t: any): boolean;
10
+ export { vl as Column, fl as createColumn, il as default, fn as defaultTableSorter, ul as setTableCreateButtonSlot, sl as setTableEmptySlot, rl as setTableNavButtonSlot };