lkt-table 2.0.22 → 2.0.24

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,11 @@
1
- import { Column as gn } from "lkt-vue-kernel";
2
- import { createColumn as bn } from "lkt-vue-kernel";
3
- declare namespace un {
4
- function install(e: any): void;
1
+ import { Column as wn } from "lkt-vue-kernel";
2
+ import { createColumn as Bn } from "lkt-vue-kernel";
3
+ declare namespace mn {
4
+ function install(t: any): void;
5
5
  }
6
- declare function cn(e: any): boolean;
7
- declare function dn(e: any): boolean;
8
- declare function vn(e: any): void;
9
- declare function sn(e: any): boolean;
10
- declare function fn(e: any): void;
11
- export { gn as Column, bn as createColumn, un as default, cn as setTableCreateButtonSlot, dn as setTableDropButtonSlot, vn as setTableEmptySlot, sn as setTableNavButtonSlot, fn as setTableSaveIcon };
6
+ declare function yn(t: any): boolean;
7
+ declare function bn(t: any): boolean;
8
+ declare function hn(t: any): void;
9
+ declare function gn(t: any): boolean;
10
+ declare function kn(t: any): void;
11
+ export { wn as Column, Bn as createColumn, mn as default, yn as setTableCreateButtonSlot, bn as setTableDropButtonSlot, hn as setTableEmptySlot, gn as setTableNavButtonSlot, kn as setTableSaveIcon };