lkt-table 2.0.44 → 2.0.46

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 hl } from "lkt-vue-kernel";
2
- import { createColumn as kl } from "lkt-vue-kernel";
3
- declare namespace fl {
1
+ import { Column as Tl } from "lkt-vue-kernel";
2
+ import { createColumn as Il } from "lkt-vue-kernel";
3
+ declare namespace hl {
4
4
  function install(a: any): void;
5
5
  }
6
- declare function hn(a: any, i: any, o: any, l: any): 0 | 1 | -1;
7
- declare function ml(a: any): boolean;
8
- declare function gl(a: any): void;
9
- declare function pl(a: any): boolean;
10
- export { hl as Column, kl as createColumn, fl as default, hn as defaultTableSorter, ml as setTableCreateButtonSlot, gl as setTableEmptySlot, pl as setTableNavButtonSlot };
6
+ declare function Tn(a: any, i: any, o: any, l: any): 0 | 1 | -1;
7
+ declare function Sl(a: any): boolean;
8
+ declare function Cl(a: any): void;
9
+ declare function kl(a: any): boolean;
10
+ export { Tl as Column, Il as createColumn, hl as default, Tn as defaultTableSorter, Sl as setTableCreateButtonSlot, Cl as setTableEmptySlot, kl as setTableNavButtonSlot };