lkt-vue-kernel 1.2.14 → 1.2.15
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/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2419,6 +2419,8 @@ interface WebItemConfig {
|
|
|
2419
2419
|
labelMany: string;
|
|
2420
2420
|
many: TableConfig | false;
|
|
2421
2421
|
single: ItemCrudConfig;
|
|
2422
|
+
appHeaderSingle?: HeaderConfig | ((data: LktObject) => HeaderConfig);
|
|
2423
|
+
appHeaderMany?: HeaderConfig;
|
|
2422
2424
|
itemGenerator?: ((data: LktObject) => LktObject);
|
|
2423
2425
|
}
|
|
2424
2426
|
|