lkt-table 2.0.7 → 2.0.8

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 ra } from "lkt-vue-kernel";
2
- import { createColumn as ia } from "lkt-vue-kernel";
3
- declare namespace xl {
4
- function install(o: any): void;
1
+ import { Column as un } from "lkt-vue-kernel";
2
+ import { createColumn as sn } from "lkt-vue-kernel";
3
+ declare namespace Zl {
4
+ function install(e: any): void;
5
5
  }
6
- declare function la(o: any): boolean;
7
- declare function ta(o: any): boolean;
8
- declare function aa(o: any): void;
9
- declare function ea(o: any): boolean;
10
- declare function oa(o: any): void;
11
- export { ra as Column, ia as createColumn, xl as default, la as setTableCreateButtonSlot, ta as setTableDropButtonSlot, aa as setTableEmptySlot, ea as setTableNavButtonSlot, oa as setTableSaveIcon };
6
+ declare function an(e: any): boolean;
7
+ declare function tn(e: any): boolean;
8
+ declare function ln(e: any): void;
9
+ declare function en(e: any): boolean;
10
+ declare function nn(e: any): void;
11
+ export { un as Column, sn as createColumn, Zl as default, an as setTableCreateButtonSlot, tn as setTableDropButtonSlot, ln as setTableEmptySlot, en as setTableNavButtonSlot, nn as setTableSaveIcon };