lkt-table 2.0.28 → 2.0.30
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 -9
- package/dist/build.js +1122 -1298
- package/dist/components/LktTableRow.vue.d.ts +1 -9
- package/dist/index.d.ts +0 -2
- package/dist/settings/Settings.d.ts +0 -4
- package/package.json +1 -1
- package/src/components/CreateButton.vue +2 -2
- package/src/components/LktTableRow.vue +1 -31
- package/src/lib-components/LktTable.vue +67 -100
- package/src/components/DropButtonComponent.vue +0 -37
- package/src/components/EditButtonComponent.vue +0 -37
- package/src/components/LktHiddenRow.vue +0 -82
package/dist/build.d.ts
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
import { Column as
|
|
2
|
-
import { createColumn as
|
|
3
|
-
declare namespace
|
|
1
|
+
import { Column as Ql } from "lkt-vue-kernel";
|
|
2
|
+
import { createColumn as Zl } from "lkt-vue-kernel";
|
|
3
|
+
declare namespace Gl {
|
|
4
4
|
function install(t: any): void;
|
|
5
5
|
}
|
|
6
|
-
declare function
|
|
7
|
-
declare function
|
|
8
|
-
declare function
|
|
9
|
-
|
|
10
|
-
declare function hn(t: any): void;
|
|
11
|
-
export { Cn as Column, wn as createColumn, pn as default, bn as setTableCreateButtonSlot, gn as setTableDropButtonSlot, yn as setTableEmptySlot, mn as setTableNavButtonSlot, hn as setTableSaveIcon };
|
|
6
|
+
declare function Yl(t: any): boolean;
|
|
7
|
+
declare function Kl(t: any): void;
|
|
8
|
+
declare function Xl(t: any): boolean;
|
|
9
|
+
export { Ql as Column, Zl as createColumn, Gl as default, Yl as setTableCreateButtonSlot, Kl as setTableEmptySlot, Xl as setTableNavButtonSlot };
|