lkt-table 2.0.51 → 2.0.52

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 Rn } from "lkt-vue-kernel";
2
- import { createColumn as Ln } from "lkt-vue-kernel";
3
- declare namespace In {
1
+ import { Column as Nn } from "lkt-vue-kernel";
2
+ import { createColumn as Mn } from "lkt-vue-kernel";
3
+ declare namespace An {
4
4
  function install(e: any): void;
5
5
  }
6
- declare function Vl(e: any, i: any, o: any, n: any): 0 | 1 | -1;
7
- declare function An(e: any): boolean;
8
- declare function En(e: any): void;
9
- declare function Bn(e: any): boolean;
10
- export { Rn as Column, Ln as createColumn, In as default, Vl as defaultTableSorter, An as setTableCreateButtonSlot, En as setTableEmptySlot, Bn as setTableNavButtonSlot };
6
+ declare function Ll(e: any, i: any, o: any, n: any): 0 | 1 | -1;
7
+ declare function xn(e: any): boolean;
8
+ declare function Vn(e: any): void;
9
+ declare function En(e: any): boolean;
10
+ export { Nn as Column, Mn as createColumn, An as default, Ll as defaultTableSorter, xn as setTableCreateButtonSlot, Vn as setTableEmptySlot, En as setTableNavButtonSlot };