@progress/kendo-vue-scheduler 7.0.0-develop.4 → 7.0.0-develop.6

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
@@ -1275,7 +1275,14 @@ default: number;
1275
1275
  };
1276
1276
  step: {
1277
1277
  type: PropType<number>;
1278
- default: number;
1278
+ default: number; /**
1279
+ * Overrides the default task. Specifying the `task` property of a specific view will override this property.
1280
+ * Currently, the `task` is being used in the [AgendaView]({% slug agenda_view_scheduler %}) only.
1281
+ *
1282
+ * The default component is: [SchedulerTask]({% slug api_scheduler_schedulertaskprops %})
1283
+ *
1284
+ * For more information on customizing the scheduler tasks, refer to the [Task Customization]({% slug overview_agenda_view_scheduler %}) article.
1285
+ */
1279
1286
  };
1280
1287
  numberOfDays: {
1281
1288
  type: PropType<number>;
@@ -1320,7 +1327,14 @@ default: number;
1320
1327
  };
1321
1328
  step: {
1322
1329
  type: PropType<number>;
1323
- default: number;
1330
+ default: number; /**
1331
+ * Overrides the default task. Specifying the `task` property of a specific view will override this property.
1332
+ * Currently, the `task` is being used in the [AgendaView]({% slug agenda_view_scheduler %}) only.
1333
+ *
1334
+ * The default component is: [SchedulerTask]({% slug api_scheduler_schedulertaskprops %})
1335
+ *
1336
+ * For more information on customizing the scheduler tasks, refer to the [Task Customization]({% slug overview_agenda_view_scheduler %}) article.
1337
+ */
1324
1338
  };
1325
1339
  numberOfDays: {
1326
1340
  type: PropType<number>;
@@ -1393,7 +1407,9 @@ default: string;
1393
1407
  workDayEnd: {
1394
1408
  type: PropType<string>;
1395
1409
  default: string;
1396
- };
1410
+ }; /**
1411
+ * Specifies the `id` of the wrapping element of the Scheduler.
1412
+ */
1397
1413
  workWeekStart: {
1398
1414
  type: PropType<Day>;
1399
1415
  default: Day;
@@ -1423,9 +1439,7 @@ type: PropType<any>;
1423
1439
  default: () => any;
1424
1440
  };
1425
1441
  resizeItem: {
1426
- type: PropType<any>; /**
1427
- * Specifies the `className` attribute of the wrapping element of the Scheduler.
1428
- */
1442
+ type: PropType<any>;
1429
1443
  default: () => any;
1430
1444
  };
1431
1445
  dateHeaderCell: PropType<any>;
@@ -1492,7 +1506,9 @@ default: string;
1492
1506
  workDayEnd: {
1493
1507
  type: PropType<string>;
1494
1508
  default: string;
1495
- };
1509
+ }; /**
1510
+ * Specifies the `id` of the wrapping element of the Scheduler.
1511
+ */
1496
1512
  workWeekStart: {
1497
1513
  type: PropType<Day>;
1498
1514
  default: Day;
@@ -1522,9 +1538,7 @@ type: PropType<any>;
1522
1538
  default: () => any;
1523
1539
  };
1524
1540
  resizeItem: {
1525
- type: PropType<any>; /**
1526
- * Specifies the `className` attribute of the wrapping element of the Scheduler.
1527
- */
1541
+ type: PropType<any>;
1528
1542
  default: () => any;
1529
1543
  };
1530
1544
  dateHeaderCell: PropType<any>;
@@ -1605,6 +1619,9 @@ startTime: {
1605
1619
  type: PropType<string>;
1606
1620
  default: string;
1607
1621
  };
1622
+ /**
1623
+ * Represents the props of the [Kendo UI for Vue Scheduler component]({% slug overview_scheduler %}).
1624
+ */
1608
1625
  endTime: {
1609
1626
  type: PropType<string>;
1610
1627
  default: string;
@@ -1636,6 +1653,13 @@ viewSlot: PropType<any>;
1636
1653
  resizeHint: PropType<any>;
1637
1654
  item: PropType<any>;
1638
1655
  viewItem: PropType<any>;
1656
+ /**
1657
+ * Overrides the default item. Specifying the `item` property of a specific view will override this property.
1658
+ *
1659
+ * The default component is: [SchedulerItem]({% slug api_scheduler_scheduleritemprops %})
1660
+ *
1661
+ * For more information on customizing the scheduler items, refer to the [Item Customization]({% slug scheduler_custom_event %}) article.
1662
+ */
1639
1663
  editable: {
1640
1664
  type: PropType<boolean>;
1641
1665
  default: boolean;
@@ -1691,6 +1715,9 @@ startTime: {
1691
1715
  type: PropType<string>;
1692
1716
  default: string;
1693
1717
  };
1718
+ /**
1719
+ * Represents the props of the [Kendo UI for Vue Scheduler component]({% slug overview_scheduler %}).
1720
+ */
1694
1721
  endTime: {
1695
1722
  type: PropType<string>;
1696
1723
  default: string;
@@ -1722,6 +1749,13 @@ viewSlot: PropType<any>;
1722
1749
  resizeHint: PropType<any>;
1723
1750
  item: PropType<any>;
1724
1751
  viewItem: PropType<any>;
1752
+ /**
1753
+ * Overrides the default item. Specifying the `item` property of a specific view will override this property.
1754
+ *
1755
+ * The default component is: [SchedulerItem]({% slug api_scheduler_scheduleritemprops %})
1756
+ *
1757
+ * For more information on customizing the scheduler items, refer to the [Item Customization]({% slug scheduler_custom_event %}) article.
1758
+ */
1725
1759
  editable: {
1726
1760
  type: PropType<boolean>;
1727
1761
  default: boolean;
@@ -1800,11 +1834,7 @@ viewItem: PropType<any>;
1800
1834
  editable: {
1801
1835
  type: PropType<boolean>;
1802
1836
  default: boolean;
1803
- }; /**
1804
- * The `aria-label` attribute to be applied to the Scheduler component.
1805
- *
1806
- * For more information, refer to the [Scheduler Accessibility Compliance]({% slug accessibility_scheduler %}) article
1807
- */
1837
+ };
1808
1838
  }>, {}, {}, {}, {
1809
1839
  handleDataAction(action: DataAction): void;
1810
1840
  }, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -1861,11 +1891,7 @@ viewItem: PropType<any>;
1861
1891
  editable: {
1862
1892
  type: PropType<boolean>;
1863
1893
  default: boolean;
1864
- }; /**
1865
- * The `aria-label` attribute to be applied to the Scheduler component.
1866
- *
1867
- * For more information, refer to the [Scheduler Accessibility Compliance]({% slug accessibility_scheduler %}) article
1868
- */
1894
+ };
1869
1895
  }>> & Readonly<{
1870
1896
  onDataaction?: (...args: any[] | unknown[]) => any;
1871
1897
  }>, {
@@ -1911,7 +1937,14 @@ default: () => any;
1911
1937
  };
1912
1938
  resizeItem: {
1913
1939
  type: PropType<any>;
1914
- default: () => any;
1940
+ default: () => any; /**
1941
+ * Overrides the default task. Specifying the `task` property of a specific view will override this property.
1942
+ * Currently, the `task` is being used in the [AgendaView]({% slug agenda_view_scheduler %}) only.
1943
+ *
1944
+ * The default component is: [SchedulerTask]({% slug api_scheduler_schedulertaskprops %})
1945
+ *
1946
+ * For more information on customizing the scheduler tasks, refer to the [Task Customization]({% slug overview_agenda_view_scheduler %}) article.
1947
+ */
1915
1948
  };
1916
1949
  title: PropType<string | ((localization: LocalizationService) => string)>;
1917
1950
  selectedDateFormat: {
@@ -1933,14 +1966,7 @@ type: PropType<boolean>;
1933
1966
  default: boolean;
1934
1967
  };
1935
1968
  }>, {}, {
1936
- hasMounted: boolean; /**
1937
- * Overrides the default editTask. Specifying the `editTask` property of a specific view will override this property.
1938
- * Currently, the `viewTask` is being used in the [AgendaView]({% slug agenda_view_scheduler %}) only.
1939
- *
1940
- * The default component is: [SchedulerEditTask]({% slug api_scheduler_scheduleredittaskprops %})
1941
- *
1942
- * For more information on customizing the scheduler tasks, refer to the [Task Customization]({% slug overview_agenda_view_scheduler %}) article.
1943
- */
1969
+ hasMounted: boolean;
1944
1970
  currentDragItem: any;
1945
1971
  currentResizeItem: any;
1946
1972
  }, {
@@ -1985,7 +2011,14 @@ default: () => any;
1985
2011
  };
1986
2012
  resizeItem: {
1987
2013
  type: PropType<any>;
1988
- default: () => any;
2014
+ default: () => any; /**
2015
+ * Overrides the default task. Specifying the `task` property of a specific view will override this property.
2016
+ * Currently, the `task` is being used in the [AgendaView]({% slug agenda_view_scheduler %}) only.
2017
+ *
2018
+ * The default component is: [SchedulerTask]({% slug api_scheduler_schedulertaskprops %})
2019
+ *
2020
+ * For more information on customizing the scheduler tasks, refer to the [Task Customization]({% slug overview_agenda_view_scheduler %}) article.
2021
+ */
1989
2022
  };
1990
2023
  title: PropType<string | ((localization: LocalizationService) => string)>;
1991
2024
  selectedDateFormat: {
package/index.d.ts CHANGED
@@ -1275,7 +1275,14 @@ default: number;
1275
1275
  };
1276
1276
  step: {
1277
1277
  type: PropType<number>;
1278
- default: number;
1278
+ default: number; /**
1279
+ * Overrides the default task. Specifying the `task` property of a specific view will override this property.
1280
+ * Currently, the `task` is being used in the [AgendaView]({% slug agenda_view_scheduler %}) only.
1281
+ *
1282
+ * The default component is: [SchedulerTask]({% slug api_scheduler_schedulertaskprops %})
1283
+ *
1284
+ * For more information on customizing the scheduler tasks, refer to the [Task Customization]({% slug overview_agenda_view_scheduler %}) article.
1285
+ */
1279
1286
  };
1280
1287
  numberOfDays: {
1281
1288
  type: PropType<number>;
@@ -1320,7 +1327,14 @@ default: number;
1320
1327
  };
1321
1328
  step: {
1322
1329
  type: PropType<number>;
1323
- default: number;
1330
+ default: number; /**
1331
+ * Overrides the default task. Specifying the `task` property of a specific view will override this property.
1332
+ * Currently, the `task` is being used in the [AgendaView]({% slug agenda_view_scheduler %}) only.
1333
+ *
1334
+ * The default component is: [SchedulerTask]({% slug api_scheduler_schedulertaskprops %})
1335
+ *
1336
+ * For more information on customizing the scheduler tasks, refer to the [Task Customization]({% slug overview_agenda_view_scheduler %}) article.
1337
+ */
1324
1338
  };
1325
1339
  numberOfDays: {
1326
1340
  type: PropType<number>;
@@ -1393,7 +1407,9 @@ default: string;
1393
1407
  workDayEnd: {
1394
1408
  type: PropType<string>;
1395
1409
  default: string;
1396
- };
1410
+ }; /**
1411
+ * Specifies the `id` of the wrapping element of the Scheduler.
1412
+ */
1397
1413
  workWeekStart: {
1398
1414
  type: PropType<Day>;
1399
1415
  default: Day;
@@ -1423,9 +1439,7 @@ type: PropType<any>;
1423
1439
  default: () => any;
1424
1440
  };
1425
1441
  resizeItem: {
1426
- type: PropType<any>; /**
1427
- * Specifies the `className` attribute of the wrapping element of the Scheduler.
1428
- */
1442
+ type: PropType<any>;
1429
1443
  default: () => any;
1430
1444
  };
1431
1445
  dateHeaderCell: PropType<any>;
@@ -1492,7 +1506,9 @@ default: string;
1492
1506
  workDayEnd: {
1493
1507
  type: PropType<string>;
1494
1508
  default: string;
1495
- };
1509
+ }; /**
1510
+ * Specifies the `id` of the wrapping element of the Scheduler.
1511
+ */
1496
1512
  workWeekStart: {
1497
1513
  type: PropType<Day>;
1498
1514
  default: Day;
@@ -1522,9 +1538,7 @@ type: PropType<any>;
1522
1538
  default: () => any;
1523
1539
  };
1524
1540
  resizeItem: {
1525
- type: PropType<any>; /**
1526
- * Specifies the `className` attribute of the wrapping element of the Scheduler.
1527
- */
1541
+ type: PropType<any>;
1528
1542
  default: () => any;
1529
1543
  };
1530
1544
  dateHeaderCell: PropType<any>;
@@ -1605,6 +1619,9 @@ startTime: {
1605
1619
  type: PropType<string>;
1606
1620
  default: string;
1607
1621
  };
1622
+ /**
1623
+ * Represents the props of the [Kendo UI for Vue Scheduler component]({% slug overview_scheduler %}).
1624
+ */
1608
1625
  endTime: {
1609
1626
  type: PropType<string>;
1610
1627
  default: string;
@@ -1636,6 +1653,13 @@ viewSlot: PropType<any>;
1636
1653
  resizeHint: PropType<any>;
1637
1654
  item: PropType<any>;
1638
1655
  viewItem: PropType<any>;
1656
+ /**
1657
+ * Overrides the default item. Specifying the `item` property of a specific view will override this property.
1658
+ *
1659
+ * The default component is: [SchedulerItem]({% slug api_scheduler_scheduleritemprops %})
1660
+ *
1661
+ * For more information on customizing the scheduler items, refer to the [Item Customization]({% slug scheduler_custom_event %}) article.
1662
+ */
1639
1663
  editable: {
1640
1664
  type: PropType<boolean>;
1641
1665
  default: boolean;
@@ -1691,6 +1715,9 @@ startTime: {
1691
1715
  type: PropType<string>;
1692
1716
  default: string;
1693
1717
  };
1718
+ /**
1719
+ * Represents the props of the [Kendo UI for Vue Scheduler component]({% slug overview_scheduler %}).
1720
+ */
1694
1721
  endTime: {
1695
1722
  type: PropType<string>;
1696
1723
  default: string;
@@ -1722,6 +1749,13 @@ viewSlot: PropType<any>;
1722
1749
  resizeHint: PropType<any>;
1723
1750
  item: PropType<any>;
1724
1751
  viewItem: PropType<any>;
1752
+ /**
1753
+ * Overrides the default item. Specifying the `item` property of a specific view will override this property.
1754
+ *
1755
+ * The default component is: [SchedulerItem]({% slug api_scheduler_scheduleritemprops %})
1756
+ *
1757
+ * For more information on customizing the scheduler items, refer to the [Item Customization]({% slug scheduler_custom_event %}) article.
1758
+ */
1725
1759
  editable: {
1726
1760
  type: PropType<boolean>;
1727
1761
  default: boolean;
@@ -1800,11 +1834,7 @@ viewItem: PropType<any>;
1800
1834
  editable: {
1801
1835
  type: PropType<boolean>;
1802
1836
  default: boolean;
1803
- }; /**
1804
- * The `aria-label` attribute to be applied to the Scheduler component.
1805
- *
1806
- * For more information, refer to the [Scheduler Accessibility Compliance]({% slug accessibility_scheduler %}) article
1807
- */
1837
+ };
1808
1838
  }>, {}, {}, {}, {
1809
1839
  handleDataAction(action: DataAction): void;
1810
1840
  }, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -1861,11 +1891,7 @@ viewItem: PropType<any>;
1861
1891
  editable: {
1862
1892
  type: PropType<boolean>;
1863
1893
  default: boolean;
1864
- }; /**
1865
- * The `aria-label` attribute to be applied to the Scheduler component.
1866
- *
1867
- * For more information, refer to the [Scheduler Accessibility Compliance]({% slug accessibility_scheduler %}) article
1868
- */
1894
+ };
1869
1895
  }>> & Readonly<{
1870
1896
  onDataaction?: (...args: any[] | unknown[]) => any;
1871
1897
  }>, {
@@ -1911,7 +1937,14 @@ default: () => any;
1911
1937
  };
1912
1938
  resizeItem: {
1913
1939
  type: PropType<any>;
1914
- default: () => any;
1940
+ default: () => any; /**
1941
+ * Overrides the default task. Specifying the `task` property of a specific view will override this property.
1942
+ * Currently, the `task` is being used in the [AgendaView]({% slug agenda_view_scheduler %}) only.
1943
+ *
1944
+ * The default component is: [SchedulerTask]({% slug api_scheduler_schedulertaskprops %})
1945
+ *
1946
+ * For more information on customizing the scheduler tasks, refer to the [Task Customization]({% slug overview_agenda_view_scheduler %}) article.
1947
+ */
1915
1948
  };
1916
1949
  title: PropType<string | ((localization: LocalizationService) => string)>;
1917
1950
  selectedDateFormat: {
@@ -1933,14 +1966,7 @@ type: PropType<boolean>;
1933
1966
  default: boolean;
1934
1967
  };
1935
1968
  }>, {}, {
1936
- hasMounted: boolean; /**
1937
- * Overrides the default editTask. Specifying the `editTask` property of a specific view will override this property.
1938
- * Currently, the `viewTask` is being used in the [AgendaView]({% slug agenda_view_scheduler %}) only.
1939
- *
1940
- * The default component is: [SchedulerEditTask]({% slug api_scheduler_scheduleredittaskprops %})
1941
- *
1942
- * For more information on customizing the scheduler tasks, refer to the [Task Customization]({% slug overview_agenda_view_scheduler %}) article.
1943
- */
1969
+ hasMounted: boolean;
1944
1970
  currentDragItem: any;
1945
1971
  currentResizeItem: any;
1946
1972
  }, {
@@ -1985,7 +2011,14 @@ default: () => any;
1985
2011
  };
1986
2012
  resizeItem: {
1987
2013
  type: PropType<any>;
1988
- default: () => any;
2014
+ default: () => any; /**
2015
+ * Overrides the default task. Specifying the `task` property of a specific view will override this property.
2016
+ * Currently, the `task` is being used in the [AgendaView]({% slug agenda_view_scheduler %}) only.
2017
+ *
2018
+ * The default component is: [SchedulerTask]({% slug api_scheduler_schedulertaskprops %})
2019
+ *
2020
+ * For more information on customizing the scheduler tasks, refer to the [Task Customization]({% slug overview_agenda_view_scheduler %}) article.
2021
+ */
1989
2022
  };
1990
2023
  title: PropType<string | ((localization: LocalizationService) => string)>;
1991
2024
  selectedDateFormat: {
@@ -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-scheduler",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate: 1754495846,version:"7.0.0-develop.4",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/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-scheduler",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate: 1754860628,version:"7.0.0-develop.6",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/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: 1754495846,
14
- version: "7.0.0-develop.4",
13
+ publishDate: 1754860628,
14
+ version: "7.0.0-develop.6",
15
15
  licensingDocsUrl: "https://www.telerik.com/kendo-vue-ui/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-scheduler",
3
- "version": "7.0.0-develop.4",
3
+ "version": "7.0.0-develop.6",
4
4
  "description": "TODO",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -20,17 +20,17 @@
20
20
  "peerDependencies": {
21
21
  "@progress/kendo-date-math": "^1.5.13",
22
22
  "@progress/kendo-drawing": "^1.20.1",
23
- "@progress/kendo-licensing": "^1.4.0",
24
- "@progress/kendo-vue-common": "7.0.0-develop.4",
25
- "@progress/kendo-vue-buttons": "7.0.0-develop.4",
26
- "@progress/kendo-vue-dateinputs": "7.0.0-develop.4",
27
- "@progress/kendo-vue-dialogs": "7.0.0-develop.4",
28
- "@progress/kendo-vue-dropdowns": "7.0.0-develop.4",
29
- "@progress/kendo-vue-form": "7.0.0-develop.4",
30
- "@progress/kendo-vue-inputs": "7.0.0-develop.4",
31
- "@progress/kendo-vue-intl": "7.0.0-develop.4",
32
- "@progress/kendo-vue-popup": "7.0.0-develop.4",
33
- "@progress/kendo-svg-icons": "^4.0.0",
23
+ "@progress/kendo-licensing": "^1.7.0",
24
+ "@progress/kendo-vue-common": "7.0.0-develop.6",
25
+ "@progress/kendo-vue-buttons": "7.0.0-develop.6",
26
+ "@progress/kendo-vue-dateinputs": "7.0.0-develop.6",
27
+ "@progress/kendo-vue-dialogs": "7.0.0-develop.6",
28
+ "@progress/kendo-vue-dropdowns": "7.0.0-develop.6",
29
+ "@progress/kendo-vue-form": "7.0.0-develop.6",
30
+ "@progress/kendo-vue-inputs": "7.0.0-develop.6",
31
+ "@progress/kendo-vue-intl": "7.0.0-develop.6",
32
+ "@progress/kendo-vue-popup": "7.0.0-develop.6",
33
+ "@progress/kendo-svg-icons": "^4.4.0",
34
34
  "vue": "^3.0.2"
35
35
  },
36
36
  "dependencies": {
@@ -54,7 +54,7 @@
54
54
  "package": {
55
55
  "productName": "Kendo UI for Vue",
56
56
  "productCode": "KENDOUIVUE",
57
- "publishDate": 1754495846,
57
+ "publishDate": 1754860628,
58
58
  "licensingDocsUrl": "https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=vue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"
59
59
  }
60
60
  },