@progress/kendo-vue-scheduler 3.9.3-dev.202304060656 → 3.9.3

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.
@@ -486,7 +486,7 @@ var SchedulerViewItemVue2 = {
486
486
  return;
487
487
  }
488
488
  var firstSlot = first(slots.sort(function (a, b) {
489
- if (a.cSlot.start && b.start) {
489
+ if (a.cSlot.start && b.cSlot.start) {
490
490
  return a.cSlot.start.getTime() - b.cSlot.start.getTime();
491
491
  }
492
492
  return true;
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-scheduler',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1680763965,
8
+ publishDate: 1681120223,
9
9
  version: '',
10
10
  licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
11
11
  };
@@ -486,7 +486,7 @@ var SchedulerViewItemVue2 = {
486
486
  return;
487
487
  }
488
488
  var firstSlot = first(slots.sort(function (a, b) {
489
- if (a.cSlot.start && b.start) {
489
+ if (a.cSlot.start && b.cSlot.start) {
490
490
  return a.cSlot.start.getTime() - b.cSlot.start.getTime();
491
491
  }
492
492
  return true;
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-scheduler',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1680763965,
8
+ publishDate: 1681120223,
9
9
  version: '',
10
10
  licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
11
11
  };
@@ -492,7 +492,7 @@ var SchedulerViewItemVue2 = {
492
492
  return;
493
493
  }
494
494
  var firstSlot = (0, main_1.first)(slots.sort(function (a, b) {
495
- if (a.cSlot.start && b.start) {
495
+ if (a.cSlot.start && b.cSlot.start) {
496
496
  return a.cSlot.start.getTime() - b.cSlot.start.getTime();
497
497
  }
498
498
  return true;
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-scheduler',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1680763965,
11
+ publishDate: 1681120223,
12
12
  version: '',
13
13
  licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
14
14
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-scheduler",
3
3
  "description": "Kendo UI for Vue Scheduler package",
4
- "version": "3.9.3-dev.202304060656",
4
+ "version": "3.9.3",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -50,7 +50,7 @@
50
50
  "@progress/kendo-data-query": "^1.5.1",
51
51
  "@progress/kendo-draggable": "^3.0.1",
52
52
  "@progress/kendo-recurrence": "^1.0.1",
53
- "@progress/kendo-vue-common": "3.9.3-dev.202304060656"
53
+ "@progress/kendo-vue-common": "3.9.3"
54
54
  },
55
55
  "@progress": {
56
56
  "friendlyName": "Scheduler",
@@ -66,16 +66,16 @@
66
66
  "@progress/kendo-drawing": "^1.8.0",
67
67
  "@progress/kendo-licensing": "^1.3.0",
68
68
  "@progress/kendo-svg-icons": "^1.0.0",
69
- "@progress/kendo-vue-buttons": "3.9.3-dev.202304060656",
70
- "@progress/kendo-vue-dateinputs": "3.9.3-dev.202304060656",
71
- "@progress/kendo-vue-dialogs": "3.9.3-dev.202304060656",
72
- "@progress/kendo-vue-dropdowns": "3.9.3-dev.202304060656",
73
- "@progress/kendo-vue-form": "3.9.3-dev.202304060656",
74
- "@progress/kendo-vue-inputs": "3.9.3-dev.202304060656",
75
- "@progress/kendo-vue-intl": "3.9.3-dev.202304060656",
76
- "@progress/kendo-vue-labels": "3.9.3-dev.202304060656",
77
- "@progress/kendo-vue-popup": "3.9.3-dev.202304060656",
78
- "@progress/kendo-vue-progressbars": "3.9.3-dev.202304060656",
69
+ "@progress/kendo-vue-buttons": "3.9.3",
70
+ "@progress/kendo-vue-dateinputs": "3.9.3",
71
+ "@progress/kendo-vue-dialogs": "3.9.3",
72
+ "@progress/kendo-vue-dropdowns": "3.9.3",
73
+ "@progress/kendo-vue-form": "3.9.3",
74
+ "@progress/kendo-vue-inputs": "3.9.3",
75
+ "@progress/kendo-vue-intl": "3.9.3",
76
+ "@progress/kendo-vue-labels": "3.9.3",
77
+ "@progress/kendo-vue-popup": "3.9.3",
78
+ "@progress/kendo-vue-progressbars": "3.9.3",
79
79
  "cldr-core": "^41.0.0",
80
80
  "cldr-dates-full": "^41.0.0",
81
81
  "cldr-numbers-full": "^41.0.0"