lkt-table 2.0.55 → 2.0.56
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 +7 -7
- package/dist/build.js +478 -471
- package/package.json +1 -1
- package/src/lib-components/LktTable.vue +14 -0
package/dist/build.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Column as
|
|
2
|
-
import { createColumn as
|
|
3
|
-
declare namespace
|
|
1
|
+
import { Column as Mn } from "lkt-vue-kernel";
|
|
2
|
+
import { createColumn as On } from "lkt-vue-kernel";
|
|
3
|
+
declare namespace En {
|
|
4
4
|
function install(e: any): void;
|
|
5
5
|
}
|
|
6
|
-
declare function
|
|
6
|
+
declare function Nl(e: any, i: any, o: any, n: any): 0 | 1 | -1;
|
|
7
|
+
declare function Vn(e: any): boolean;
|
|
8
|
+
declare function Rn(e: any): void;
|
|
7
9
|
declare function xn(e: any): boolean;
|
|
8
|
-
|
|
9
|
-
declare function En(e: any): boolean;
|
|
10
|
-
export { Nn as Column, Mn as createColumn, An as default, Ll as defaultTableSorter, xn as setTableCreateButtonSlot, Vn as setTableEmptySlot, En as setTableNavButtonSlot };
|
|
10
|
+
export { Mn as Column, On as createColumn, En as default, Nl as defaultTableSorter, Vn as setTableCreateButtonSlot, Rn as setTableEmptySlot, xn as setTableNavButtonSlot };
|