lkt-table 2.0.18 → 2.0.19

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 vn } from "lkt-vue-kernel";
2
- import { createColumn as fn } from "lkt-vue-kernel";
3
- declare namespace ln {
1
+ import { Column as fn } from "lkt-vue-kernel";
2
+ import { createColumn as pn } from "lkt-vue-kernel";
3
+ declare namespace nn {
4
4
  function install(e: any): void;
5
5
  }
6
+ declare function un(e: any): boolean;
6
7
  declare function rn(e: any): boolean;
7
- declare function on(e: any): boolean;
8
- declare function un(e: any): void;
9
- declare function nn(e: any): boolean;
10
8
  declare function sn(e: any): void;
11
- export { vn as Column, fn as createColumn, ln as default, rn as setTableCreateButtonSlot, on as setTableDropButtonSlot, un as setTableEmptySlot, nn as setTableNavButtonSlot, sn as setTableSaveIcon };
9
+ declare function on(e: any): boolean;
10
+ declare function dn(e: any): void;
11
+ export { fn as Column, pn as createColumn, nn as default, un as setTableCreateButtonSlot, rn as setTableDropButtonSlot, sn as setTableEmptySlot, on as setTableNavButtonSlot, dn as setTableSaveIcon };