lkt-vue-kernel 1.0.53 → 1.0.54

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +4 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -711,6 +711,10 @@ interface FieldElementConfig {
711
711
  text?: string;
712
712
  config?: LktObject;
713
713
  children?: FieldElementConfig[];
714
+ layout?: {
715
+ type?: 'grid';
716
+ amountOfItems?: [];
717
+ };
714
718
  }
715
719
 
716
720
  interface ImageConfig {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lkt-vue-kernel",
3
- "version": "1.0.53",
3
+ "version": "1.0.54",
4
4
  "description": "LKT Vue Kernel",
5
5
  "keywords": [
6
6
  "lkt",