lkt-table 2.0.28 → 2.0.29

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,11 +1,9 @@
1
- import { Column as Cn } from "lkt-vue-kernel";
2
- import { createColumn as wn } from "lkt-vue-kernel";
3
- declare namespace pn {
1
+ import { Column as Wl } from "lkt-vue-kernel";
2
+ import { createColumn as Jl } from "lkt-vue-kernel";
3
+ declare namespace Hl {
4
4
  function install(t: any): void;
5
5
  }
6
- declare function bn(t: any): boolean;
7
- declare function gn(t: any): boolean;
8
- declare function yn(t: any): void;
9
- declare function mn(t: any): boolean;
10
- declare function hn(t: any): void;
11
- export { Cn as Column, wn as createColumn, pn as default, bn as setTableCreateButtonSlot, gn as setTableDropButtonSlot, yn as setTableEmptySlot, mn as setTableNavButtonSlot, hn as setTableSaveIcon };
6
+ declare function Gl(t: any): boolean;
7
+ declare function Xl(t: any): void;
8
+ declare function ql(t: any): boolean;
9
+ export { Wl as Column, Jl as createColumn, Hl as default, Gl as setTableCreateButtonSlot, Xl as setTableEmptySlot, ql as setTableNavButtonSlot };