@progress/kendo-vue-layout 6.1.0-develop.6 → 6.1.0-develop.8

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/index.d.mts CHANGED
@@ -5,13 +5,23 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
+ import { BottomNavigationItemProps as BottomNavigationItemProps_2 } from './BottomNavigationItemProps';
8
9
  import { ComponentOptionsMixin } from 'vue';
9
10
  import { ComponentProvideOptions } from 'vue';
10
11
  import { DefineComponent } from 'vue';
12
+ import { DrawerAnimation as DrawerAnimation_2 } from '..';
13
+ import { DrawerItemProps as DrawerItemProps_2 } from '..';
14
+ import { DrawerSelectEvent as DrawerSelectEvent_2 } from '..';
11
15
  import { ExtractPropTypes } from 'vue';
16
+ import { GridLayoutColumnProps as GridLayoutColumnProps_2 } from '..';
17
+ import { GridLayoutGap as GridLayoutGap_2 } from './interfaces/GridLayoutProps';
18
+ import { GridLayoutRowProps as GridLayoutRowProps_2 } from '..';
19
+ import { MenuItemModel as MenuItemModel_2 } from '../..';
12
20
  import { Navigation } from '@progress/kendo-vue-common';
21
+ import { PanelBarExpandMode as PanelBarExpandMode_2 } from './interfaces/PanelBarProps';
13
22
  import { PropType } from 'vue';
14
23
  import { PublicProps } from 'vue';
24
+ import { StepProps as StepProps_2 } from '..';
15
25
  import { SVGIcon } from '@progress/kendo-vue-common';
16
26
  import { SVGIcon as SVGIcon_2 } from '@progress/kendo-svg-icons';
17
27
 
@@ -763,7 +773,7 @@ default: string;
763
773
  validator: (value: string) => any;
764
774
  };
765
775
  item: PropType<any>;
766
- items: PropType<BottomNavigationItemProps[]>;
776
+ items: PropType<BottomNavigationItemProps_2[]>;
767
777
  itemFlow: {
768
778
  type: PropType<string>;
769
779
  default: string;
@@ -814,7 +824,7 @@ default: string;
814
824
  validator: (value: string) => any;
815
825
  };
816
826
  item: PropType<any>;
817
- items: PropType<BottomNavigationItemProps[]>;
827
+ items: PropType<BottomNavigationItemProps_2[]>;
818
828
  itemFlow: {
819
829
  type: PropType<string>;
820
830
  default: string;
@@ -1279,7 +1289,7 @@ export declare const downArrowIcon: SVGIcon_2;
1279
1289
  */
1280
1290
  export declare const Drawer: DefineComponent<ExtractPropTypes< {
1281
1291
  animation: {
1282
- type: PropType<boolean | DrawerAnimation>;
1292
+ type: PropType<boolean | DrawerAnimation_2>;
1283
1293
  default: boolean;
1284
1294
  };
1285
1295
  expanded: {
@@ -1305,7 +1315,7 @@ default: string;
1305
1315
  validator: (value: string) => any;
1306
1316
  };
1307
1317
  items: {
1308
- type: PropType<DrawerItemProps[]>;
1318
+ type: PropType<DrawerItemProps_2[]>;
1309
1319
  default: any[];
1310
1320
  };
1311
1321
  mini: {
@@ -1328,11 +1338,11 @@ expanded: boolean;
1328
1338
  mode: string;
1329
1339
  dir: Function;
1330
1340
  position: string;
1331
- animation: boolean | DrawerAnimation;
1341
+ animation: boolean | DrawerAnimation_2;
1332
1342
  mini: boolean;
1333
1343
  width: number;
1334
1344
  miniWidth: number;
1335
- items: DrawerItemProps[];
1345
+ items: DrawerItemProps_2[];
1336
1346
  item: any;
1337
1347
  };
1338
1348
  showLicenseWatermark: boolean;
@@ -1347,7 +1357,7 @@ select: any;
1347
1357
  overlayclick: any;
1348
1358
  }, string, PublicProps, Readonly<ExtractPropTypes< {
1349
1359
  animation: {
1350
- type: PropType<boolean | DrawerAnimation>;
1360
+ type: PropType<boolean | DrawerAnimation_2>;
1351
1361
  default: boolean;
1352
1362
  };
1353
1363
  expanded: {
@@ -1373,7 +1383,7 @@ default: string;
1373
1383
  validator: (value: string) => any;
1374
1384
  };
1375
1385
  items: {
1376
- type: PropType<DrawerItemProps[]>;
1386
+ type: PropType<DrawerItemProps_2[]>;
1377
1387
  default: any[];
1378
1388
  };
1379
1389
  mini: {
@@ -1394,14 +1404,14 @@ onSelect?: (...args: any[] | unknown[]) => any;
1394
1404
  onOverlayclick?: (...args: any[] | unknown[]) => any;
1395
1405
  }>, {
1396
1406
  mode: string;
1397
- animation: boolean | DrawerAnimation;
1407
+ animation: boolean | DrawerAnimation_2;
1398
1408
  dir: string;
1399
1409
  expanded: boolean;
1400
1410
  mini: boolean;
1401
1411
  position: string;
1402
1412
  width: number;
1403
1413
  miniWidth: number;
1404
- items: DrawerItemProps[];
1414
+ items: DrawerItemProps_2[];
1405
1415
  }, {}, {}, {}, string, () => {
1406
1416
  kendoDrawer: any;
1407
1417
  }, true, {}, any>;
@@ -1554,7 +1564,7 @@ footer: PropType<any>;
1554
1564
  content: PropType<any>;
1555
1565
  tabIndex: PropType<number>;
1556
1566
  showLicenseWatermark: PropType<boolean>;
1557
- onSelect: PropType<(event: DrawerSelectEvent) => void>;
1567
+ onSelect: PropType<(event: DrawerSelectEvent_2) => void>;
1558
1568
  }>, {}, {}, {
1559
1569
  navigationClassNames(): DrawerNavigationComputed['navigationClassNames'];
1560
1570
  }, {
@@ -1567,7 +1577,7 @@ footer: PropType<any>;
1567
1577
  content: PropType<any>;
1568
1578
  tabIndex: PropType<number>;
1569
1579
  showLicenseWatermark: PropType<boolean>;
1570
- onSelect: PropType<(event: DrawerSelectEvent) => void>;
1580
+ onSelect: PropType<(event: DrawerSelectEvent_2) => void>;
1571
1581
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1572
1582
 
1573
1583
  /**
@@ -1871,14 +1881,14 @@ export declare const getInitialState: (props: any, expandMode: PanelBarExpandMod
1871
1881
  export declare const GridLayout: DefineComponent<ExtractPropTypes< {
1872
1882
  id: PropType<string>;
1873
1883
  gap: {
1874
- type: PropType<GridLayoutGap>;
1884
+ type: PropType<GridLayoutGap_2>;
1875
1885
  };
1876
1886
  align: {
1877
1887
  type: PropType<any>;
1878
1888
  validator: (value: GridLayoutAlign) => any;
1879
1889
  };
1880
- rows: PropType<GridLayoutRowProps[]>;
1881
- cols: PropType<GridLayoutColumnProps[]>;
1890
+ rows: PropType<GridLayoutRowProps_2[]>;
1891
+ cols: PropType<GridLayoutColumnProps_2[]>;
1882
1892
  items: PropType<GridLayoutItemProps[]>;
1883
1893
  }>, {}, {}, {
1884
1894
  hAlign(): any;
@@ -1905,14 +1915,14 @@ gridTemplateRows: any;
1905
1915
  }, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1906
1916
  id: PropType<string>;
1907
1917
  gap: {
1908
- type: PropType<GridLayoutGap>;
1918
+ type: PropType<GridLayoutGap_2>;
1909
1919
  };
1910
1920
  align: {
1911
1921
  type: PropType<any>;
1912
1922
  validator: (value: GridLayoutAlign) => any;
1913
1923
  };
1914
- rows: PropType<GridLayoutRowProps[]>;
1915
- cols: PropType<GridLayoutColumnProps[]>;
1924
+ rows: PropType<GridLayoutRowProps_2[]>;
1925
+ cols: PropType<GridLayoutColumnProps_2[]>;
1916
1926
  items: PropType<GridLayoutItemProps[]>;
1917
1927
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1918
1928
 
@@ -2125,7 +2135,7 @@ vertical: {
2125
2135
  type: PropType<boolean>;
2126
2136
  default: boolean;
2127
2137
  };
2128
- items: PropType<MenuItemModel[]>;
2138
+ items: PropType<MenuItemModel_2[]>;
2129
2139
  dir: PropType<string>;
2130
2140
  hoverOpenDelay: {
2131
2141
  type: PropType<number>;
@@ -2169,7 +2179,7 @@ vertical: {
2169
2179
  type: PropType<boolean>;
2170
2180
  default: boolean;
2171
2181
  };
2172
- items: PropType<MenuItemModel[]>;
2182
+ items: PropType<MenuItemModel_2[]>;
2173
2183
  dir: PropType<string>;
2174
2184
  hoverOpenDelay: {
2175
2185
  type: PropType<number>;
@@ -2363,7 +2373,7 @@ default: any;
2363
2373
  };
2364
2374
  focused: PropType<string>;
2365
2375
  expandMode: {
2366
- type: PropType<PanelBarExpandMode>;
2376
+ type: PropType<PanelBarExpandMode_2>;
2367
2377
  default: string;
2368
2378
  validator: (value: string) => boolean;
2369
2379
  };
@@ -2398,7 +2408,7 @@ default: any;
2398
2408
  };
2399
2409
  focused: PropType<string>;
2400
2410
  expandMode: {
2401
- type: PropType<PanelBarExpandMode>;
2411
+ type: PropType<PanelBarExpandMode_2>;
2402
2412
  default: string;
2403
2413
  validator: (value: string) => boolean;
2404
2414
  };
@@ -2410,7 +2420,7 @@ onKeydown?: (...args: any[] | unknown[]) => any;
2410
2420
  }>, {
2411
2421
  animation: boolean;
2412
2422
  expanded: string[];
2413
- expandMode: PanelBarExpandMode;
2423
+ expandMode: PanelBarExpandMode_2;
2414
2424
  }, {}, {}, {}, string, () => {
2415
2425
  dispatchItemSelect: any;
2416
2426
  }, true, {}, any>;
@@ -3283,7 +3293,7 @@ item: {
3283
3293
  type: PropType<any>;
3284
3294
  default: any;
3285
3295
  };
3286
- items: PropType<StepProps[]>;
3296
+ items: PropType<StepProps_2[]>;
3287
3297
  linear: PropType<boolean>;
3288
3298
  mode: {
3289
3299
  type: PropType<string>;
@@ -3363,7 +3373,7 @@ item: {
3363
3373
  type: PropType<any>;
3364
3374
  default: any;
3365
3375
  };
3366
- items: PropType<StepProps[]>;
3376
+ items: PropType<StepProps_2[]>;
3367
3377
  linear: PropType<boolean>;
3368
3378
  mode: {
3369
3379
  type: PropType<string>;
package/index.d.ts CHANGED
@@ -5,13 +5,23 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
+ import { BottomNavigationItemProps as BottomNavigationItemProps_2 } from './BottomNavigationItemProps';
8
9
  import { ComponentOptionsMixin } from 'vue';
9
10
  import { ComponentProvideOptions } from 'vue';
10
11
  import { DefineComponent } from 'vue';
12
+ import { DrawerAnimation as DrawerAnimation_2 } from '..';
13
+ import { DrawerItemProps as DrawerItemProps_2 } from '..';
14
+ import { DrawerSelectEvent as DrawerSelectEvent_2 } from '..';
11
15
  import { ExtractPropTypes } from 'vue';
16
+ import { GridLayoutColumnProps as GridLayoutColumnProps_2 } from '..';
17
+ import { GridLayoutGap as GridLayoutGap_2 } from './interfaces/GridLayoutProps';
18
+ import { GridLayoutRowProps as GridLayoutRowProps_2 } from '..';
19
+ import { MenuItemModel as MenuItemModel_2 } from '../..';
12
20
  import { Navigation } from '@progress/kendo-vue-common';
21
+ import { PanelBarExpandMode as PanelBarExpandMode_2 } from './interfaces/PanelBarProps';
13
22
  import { PropType } from 'vue';
14
23
  import { PublicProps } from 'vue';
24
+ import { StepProps as StepProps_2 } from '..';
15
25
  import { SVGIcon } from '@progress/kendo-vue-common';
16
26
  import { SVGIcon as SVGIcon_2 } from '@progress/kendo-svg-icons';
17
27
 
@@ -763,7 +773,7 @@ default: string;
763
773
  validator: (value: string) => any;
764
774
  };
765
775
  item: PropType<any>;
766
- items: PropType<BottomNavigationItemProps[]>;
776
+ items: PropType<BottomNavigationItemProps_2[]>;
767
777
  itemFlow: {
768
778
  type: PropType<string>;
769
779
  default: string;
@@ -814,7 +824,7 @@ default: string;
814
824
  validator: (value: string) => any;
815
825
  };
816
826
  item: PropType<any>;
817
- items: PropType<BottomNavigationItemProps[]>;
827
+ items: PropType<BottomNavigationItemProps_2[]>;
818
828
  itemFlow: {
819
829
  type: PropType<string>;
820
830
  default: string;
@@ -1279,7 +1289,7 @@ export declare const downArrowIcon: SVGIcon_2;
1279
1289
  */
1280
1290
  export declare const Drawer: DefineComponent<ExtractPropTypes< {
1281
1291
  animation: {
1282
- type: PropType<boolean | DrawerAnimation>;
1292
+ type: PropType<boolean | DrawerAnimation_2>;
1283
1293
  default: boolean;
1284
1294
  };
1285
1295
  expanded: {
@@ -1305,7 +1315,7 @@ default: string;
1305
1315
  validator: (value: string) => any;
1306
1316
  };
1307
1317
  items: {
1308
- type: PropType<DrawerItemProps[]>;
1318
+ type: PropType<DrawerItemProps_2[]>;
1309
1319
  default: any[];
1310
1320
  };
1311
1321
  mini: {
@@ -1328,11 +1338,11 @@ expanded: boolean;
1328
1338
  mode: string;
1329
1339
  dir: Function;
1330
1340
  position: string;
1331
- animation: boolean | DrawerAnimation;
1341
+ animation: boolean | DrawerAnimation_2;
1332
1342
  mini: boolean;
1333
1343
  width: number;
1334
1344
  miniWidth: number;
1335
- items: DrawerItemProps[];
1345
+ items: DrawerItemProps_2[];
1336
1346
  item: any;
1337
1347
  };
1338
1348
  showLicenseWatermark: boolean;
@@ -1347,7 +1357,7 @@ select: any;
1347
1357
  overlayclick: any;
1348
1358
  }, string, PublicProps, Readonly<ExtractPropTypes< {
1349
1359
  animation: {
1350
- type: PropType<boolean | DrawerAnimation>;
1360
+ type: PropType<boolean | DrawerAnimation_2>;
1351
1361
  default: boolean;
1352
1362
  };
1353
1363
  expanded: {
@@ -1373,7 +1383,7 @@ default: string;
1373
1383
  validator: (value: string) => any;
1374
1384
  };
1375
1385
  items: {
1376
- type: PropType<DrawerItemProps[]>;
1386
+ type: PropType<DrawerItemProps_2[]>;
1377
1387
  default: any[];
1378
1388
  };
1379
1389
  mini: {
@@ -1394,14 +1404,14 @@ onSelect?: (...args: any[] | unknown[]) => any;
1394
1404
  onOverlayclick?: (...args: any[] | unknown[]) => any;
1395
1405
  }>, {
1396
1406
  mode: string;
1397
- animation: boolean | DrawerAnimation;
1407
+ animation: boolean | DrawerAnimation_2;
1398
1408
  dir: string;
1399
1409
  expanded: boolean;
1400
1410
  mini: boolean;
1401
1411
  position: string;
1402
1412
  width: number;
1403
1413
  miniWidth: number;
1404
- items: DrawerItemProps[];
1414
+ items: DrawerItemProps_2[];
1405
1415
  }, {}, {}, {}, string, () => {
1406
1416
  kendoDrawer: any;
1407
1417
  }, true, {}, any>;
@@ -1554,7 +1564,7 @@ footer: PropType<any>;
1554
1564
  content: PropType<any>;
1555
1565
  tabIndex: PropType<number>;
1556
1566
  showLicenseWatermark: PropType<boolean>;
1557
- onSelect: PropType<(event: DrawerSelectEvent) => void>;
1567
+ onSelect: PropType<(event: DrawerSelectEvent_2) => void>;
1558
1568
  }>, {}, {}, {
1559
1569
  navigationClassNames(): DrawerNavigationComputed['navigationClassNames'];
1560
1570
  }, {
@@ -1567,7 +1577,7 @@ footer: PropType<any>;
1567
1577
  content: PropType<any>;
1568
1578
  tabIndex: PropType<number>;
1569
1579
  showLicenseWatermark: PropType<boolean>;
1570
- onSelect: PropType<(event: DrawerSelectEvent) => void>;
1580
+ onSelect: PropType<(event: DrawerSelectEvent_2) => void>;
1571
1581
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1572
1582
 
1573
1583
  /**
@@ -1871,14 +1881,14 @@ export declare const getInitialState: (props: any, expandMode: PanelBarExpandMod
1871
1881
  export declare const GridLayout: DefineComponent<ExtractPropTypes< {
1872
1882
  id: PropType<string>;
1873
1883
  gap: {
1874
- type: PropType<GridLayoutGap>;
1884
+ type: PropType<GridLayoutGap_2>;
1875
1885
  };
1876
1886
  align: {
1877
1887
  type: PropType<any>;
1878
1888
  validator: (value: GridLayoutAlign) => any;
1879
1889
  };
1880
- rows: PropType<GridLayoutRowProps[]>;
1881
- cols: PropType<GridLayoutColumnProps[]>;
1890
+ rows: PropType<GridLayoutRowProps_2[]>;
1891
+ cols: PropType<GridLayoutColumnProps_2[]>;
1882
1892
  items: PropType<GridLayoutItemProps[]>;
1883
1893
  }>, {}, {}, {
1884
1894
  hAlign(): any;
@@ -1905,14 +1915,14 @@ gridTemplateRows: any;
1905
1915
  }, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1906
1916
  id: PropType<string>;
1907
1917
  gap: {
1908
- type: PropType<GridLayoutGap>;
1918
+ type: PropType<GridLayoutGap_2>;
1909
1919
  };
1910
1920
  align: {
1911
1921
  type: PropType<any>;
1912
1922
  validator: (value: GridLayoutAlign) => any;
1913
1923
  };
1914
- rows: PropType<GridLayoutRowProps[]>;
1915
- cols: PropType<GridLayoutColumnProps[]>;
1924
+ rows: PropType<GridLayoutRowProps_2[]>;
1925
+ cols: PropType<GridLayoutColumnProps_2[]>;
1916
1926
  items: PropType<GridLayoutItemProps[]>;
1917
1927
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1918
1928
 
@@ -2125,7 +2135,7 @@ vertical: {
2125
2135
  type: PropType<boolean>;
2126
2136
  default: boolean;
2127
2137
  };
2128
- items: PropType<MenuItemModel[]>;
2138
+ items: PropType<MenuItemModel_2[]>;
2129
2139
  dir: PropType<string>;
2130
2140
  hoverOpenDelay: {
2131
2141
  type: PropType<number>;
@@ -2169,7 +2179,7 @@ vertical: {
2169
2179
  type: PropType<boolean>;
2170
2180
  default: boolean;
2171
2181
  };
2172
- items: PropType<MenuItemModel[]>;
2182
+ items: PropType<MenuItemModel_2[]>;
2173
2183
  dir: PropType<string>;
2174
2184
  hoverOpenDelay: {
2175
2185
  type: PropType<number>;
@@ -2363,7 +2373,7 @@ default: any;
2363
2373
  };
2364
2374
  focused: PropType<string>;
2365
2375
  expandMode: {
2366
- type: PropType<PanelBarExpandMode>;
2376
+ type: PropType<PanelBarExpandMode_2>;
2367
2377
  default: string;
2368
2378
  validator: (value: string) => boolean;
2369
2379
  };
@@ -2398,7 +2408,7 @@ default: any;
2398
2408
  };
2399
2409
  focused: PropType<string>;
2400
2410
  expandMode: {
2401
- type: PropType<PanelBarExpandMode>;
2411
+ type: PropType<PanelBarExpandMode_2>;
2402
2412
  default: string;
2403
2413
  validator: (value: string) => boolean;
2404
2414
  };
@@ -2410,7 +2420,7 @@ onKeydown?: (...args: any[] | unknown[]) => any;
2410
2420
  }>, {
2411
2421
  animation: boolean;
2412
2422
  expanded: string[];
2413
- expandMode: PanelBarExpandMode;
2423
+ expandMode: PanelBarExpandMode_2;
2414
2424
  }, {}, {}, {}, string, () => {
2415
2425
  dispatchItemSelect: any;
2416
2426
  }, true, {}, any>;
@@ -3283,7 +3293,7 @@ item: {
3283
3293
  type: PropType<any>;
3284
3294
  default: any;
3285
3295
  };
3286
- items: PropType<StepProps[]>;
3296
+ items: PropType<StepProps_2[]>;
3287
3297
  linear: PropType<boolean>;
3288
3298
  mode: {
3289
3299
  type: PropType<string>;
@@ -3363,7 +3373,7 @@ item: {
3363
3373
  type: PropType<any>;
3364
3374
  default: any;
3365
3375
  };
3366
- items: PropType<StepProps[]>;
3376
+ items: PropType<StepProps_2[]>;
3367
3377
  linear: PropType<boolean>;
3368
3378
  mode: {
3369
3379
  type: PropType<string>;
@@ -5,4 +5,4 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-vue-layout",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate: 1738675339,version:"6.1.0-develop.6",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/components/my-license/?utm_medium=product&utm_source=vue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"};exports.packageMetadata=e;
8
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-vue-layout",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate: 1738924607,version:"6.1.0-develop.8",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/components/my-license/?utm_medium=product&utm_source=vue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"};exports.packageMetadata=e;
@@ -10,8 +10,8 @@ const e = {
10
10
  productName: "Kendo UI for Vue",
11
11
  productCode: "KENDOUIVUE",
12
12
  productCodes: ["KENDOUIVUE"],
13
- publishDate: 1738675339,
14
- version: "6.1.0-develop.6",
13
+ publishDate: 1738924607,
14
+ version: "6.1.0-develop.8",
15
15
  licensingDocsUrl: "https://www.telerik.com/kendo-vue-ui/components/my-license/?utm_medium=product&utm_source=vue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"
16
16
  };
17
17
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-layout",
3
- "version": "6.1.0-develop.6",
3
+ "version": "6.1.0-develop.8",
4
4
  "description": "TODO",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -19,11 +19,11 @@
19
19
  "sideEffects": false,
20
20
  "peerDependencies": {
21
21
  "@progress/kendo-licensing": "^1.3.4",
22
- "@progress/kendo-vue-animation": "6.1.0-develop.6",
23
- "@progress/kendo-vue-common": "6.1.0-develop.6",
24
- "@progress/kendo-vue-intl": "6.1.0-develop.6",
25
- "@progress/kendo-vue-popup": "6.1.0-develop.6",
26
- "@progress/kendo-vue-progressbars": "6.1.0-develop.6",
22
+ "@progress/kendo-vue-animation": "6.1.0-develop.8",
23
+ "@progress/kendo-vue-common": "6.1.0-develop.8",
24
+ "@progress/kendo-vue-intl": "6.1.0-develop.8",
25
+ "@progress/kendo-vue-popup": "6.1.0-develop.8",
26
+ "@progress/kendo-vue-progressbars": "6.1.0-develop.8",
27
27
  "@progress/kendo-svg-icons": "^4.0.0",
28
28
  "vue": "^3.0.2"
29
29
  },
@@ -44,7 +44,7 @@
44
44
  "package": {
45
45
  "productName": "Kendo UI for Vue",
46
46
  "productCode": "KENDOUIVUE",
47
- "publishDate": 1738675339,
47
+ "publishDate": 1738924607,
48
48
  "licensingDocsUrl": "https://www.telerik.com/kendo-vue-ui/components/my-license/?utm_medium=product&utm_source=vue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"
49
49
  }
50
50
  },