lkt-table 2.0.44 → 2.0.45
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 +8 -8
- package/dist/build.js +842 -834
- package/package.json +1 -1
- package/src/lib-components/LktTable.vue +31 -7
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 wl } from "lkt-vue-kernel";
|
|
2
|
+
import { createColumn as Dl } from "lkt-vue-kernel";
|
|
3
|
+
declare namespace yl {
|
|
4
4
|
function install(a: any): void;
|
|
5
5
|
}
|
|
6
|
-
declare function
|
|
7
|
-
declare function
|
|
8
|
-
declare function
|
|
9
|
-
declare function
|
|
10
|
-
export {
|
|
6
|
+
declare function wn(a: any, i: any, o: any, l: any): 0 | 1 | -1;
|
|
7
|
+
declare function hl(a: any): boolean;
|
|
8
|
+
declare function kl(a: any): void;
|
|
9
|
+
declare function bl(a: any): boolean;
|
|
10
|
+
export { wl as Column, Dl as createColumn, yl as default, wn as defaultTableSorter, hl as setTableCreateButtonSlot, kl as setTableEmptySlot, bl as setTableNavButtonSlot };
|