lkt-table 2.0.19 → 2.0.20

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