lkt-table 1.4.2 → 1.4.3
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 +11 -11
- package/dist/build.js +588 -607
- package/dist/components/CreateButton.vue.d.ts +3 -3
- package/dist/components/DropButton.vue.d.ts +3 -3
- package/dist/components/EditButton.vue.d.ts +3 -3
- package/dist/components/LktHiddenRow.vue.d.ts +3 -3
- package/dist/components/LktTableCell.vue.d.ts +2 -2
- package/dist/components/LktTableRow.vue.d.ts +16 -16
- package/dist/functions/table-functions.d.ts +2 -2
- package/package.json +4 -4
- package/src/lib-components/LktTable.vue +15 -162
package/dist/build.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Column as
|
|
2
|
-
declare function
|
|
3
|
-
declare namespace
|
|
4
|
-
function install(
|
|
1
|
+
import { Column as Jl } from "lkt-vue-kernel";
|
|
2
|
+
declare function Al(o: any): we;
|
|
3
|
+
declare namespace Ol {
|
|
4
|
+
function install(o: any): void;
|
|
5
5
|
}
|
|
6
|
-
declare function
|
|
7
|
-
declare function
|
|
8
|
-
declare function
|
|
9
|
-
declare function
|
|
10
|
-
declare function
|
|
11
|
-
import { Column as
|
|
12
|
-
export {
|
|
6
|
+
declare function ql(o: any): boolean;
|
|
7
|
+
declare function Wl(o: any): boolean;
|
|
8
|
+
declare function jl(o: any): void;
|
|
9
|
+
declare function Hl(o: any): boolean;
|
|
10
|
+
declare function Kl(o: any): void;
|
|
11
|
+
import { Column as we } from "lkt-vue-kernel";
|
|
12
|
+
export { Jl as Column, Al as createColumn, Ol as default, ql as setTableCreateButtonSlot, Wl as setTableDropButtonSlot, jl as setTableEmptySlot, Hl as setTableNavButtonSlot, Kl as setTableSaveIcon };
|