lkt-table 2.0.11 → 2.0.12

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