lkt-table 2.0.16 → 2.0.18

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