@progress/kendo-vue-scheduler 3.2.0 → 3.2.1
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.
|
@@ -67,23 +67,18 @@ var CurrentTimeMarkerVue2 = {
|
|
|
67
67
|
this.line = this.$el;
|
|
68
68
|
this.position();
|
|
69
69
|
},
|
|
70
|
-
updated: function updated() {
|
|
71
|
-
var _this = this; // React.useEffect(
|
|
70
|
+
updated: function updated() {// React.useEffect(
|
|
72
71
|
// () => {
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
clearInterval(this.interval);
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
return function () {
|
|
84
|
-
clearInterval(_this.interval);
|
|
85
|
-
observer.disconnect();
|
|
86
|
-
}; // },
|
|
72
|
+
// if (!this.ks.scheduler || !window) {return; }
|
|
73
|
+
// clearInterval(this.interval);
|
|
74
|
+
// this.interval = window.setInterval(this.refresh, this.updateInterval);
|
|
75
|
+
// const observer = new (window as any).ResizeObserver(this.refresh);
|
|
76
|
+
// observer.observe(this.ks.scheduler);
|
|
77
|
+
// return () => {
|
|
78
|
+
// clearInterval(this.interval);
|
|
79
|
+
// observer.disconnect();
|
|
80
|
+
// };
|
|
81
|
+
// },
|
|
87
82
|
// [position, refresh, scheduler, updateInterval]);
|
|
88
83
|
},
|
|
89
84
|
// @ts-ignore
|
|
@@ -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:
|
|
8
|
+
publishDate: 1650008163,
|
|
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
|
};
|
|
@@ -78,23 +78,18 @@ var CurrentTimeMarkerVue2 = {
|
|
|
78
78
|
this.line = this.$el;
|
|
79
79
|
this.position();
|
|
80
80
|
},
|
|
81
|
-
updated: function updated() {
|
|
82
|
-
var _this = this; // React.useEffect(
|
|
81
|
+
updated: function updated() {// React.useEffect(
|
|
83
82
|
// () => {
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
clearInterval(this.interval);
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
return function () {
|
|
95
|
-
clearInterval(_this.interval);
|
|
96
|
-
observer.disconnect();
|
|
97
|
-
}; // },
|
|
83
|
+
// if (!this.ks.scheduler || !window) {return; }
|
|
84
|
+
// clearInterval(this.interval);
|
|
85
|
+
// this.interval = window.setInterval(this.refresh, this.updateInterval);
|
|
86
|
+
// const observer = new (window as any).ResizeObserver(this.refresh);
|
|
87
|
+
// observer.observe(this.ks.scheduler);
|
|
88
|
+
// return () => {
|
|
89
|
+
// clearInterval(this.interval);
|
|
90
|
+
// observer.disconnect();
|
|
91
|
+
// };
|
|
92
|
+
// },
|
|
98
93
|
// [position, refresh, scheduler, updateInterval]);
|
|
99
94
|
},
|
|
100
95
|
// @ts-ignore
|
|
@@ -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:
|
|
11
|
+
publishDate: 1650008163,
|
|
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.2.
|
|
4
|
+
"version": "3.2.1",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/telerik/kendo-vue.git"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@progress/kendo-data-query": "^1.5.1",
|
|
44
44
|
"@progress/kendo-recurrence": "^1.0.1",
|
|
45
|
-
"@progress/kendo-vue-common": "3.2.
|
|
45
|
+
"@progress/kendo-vue-common": "3.2.1",
|
|
46
46
|
"@telerik/kendo-draggable": "^2.2.1"
|
|
47
47
|
},
|
|
48
48
|
"@progress": {
|
|
@@ -58,16 +58,16 @@
|
|
|
58
58
|
"@progress/kendo-date-math": "^1.4.1",
|
|
59
59
|
"@progress/kendo-drawing": "^1.8.0",
|
|
60
60
|
"@progress/kendo-licensing": "^1.0.1",
|
|
61
|
-
"@progress/kendo-vue-buttons": "3.2.
|
|
62
|
-
"@progress/kendo-vue-dateinputs": "3.2.
|
|
63
|
-
"@progress/kendo-vue-dialogs": "3.2.
|
|
64
|
-
"@progress/kendo-vue-dropdowns": "3.2.
|
|
65
|
-
"@progress/kendo-vue-form": "3.2.
|
|
66
|
-
"@progress/kendo-vue-inputs": "3.2.
|
|
67
|
-
"@progress/kendo-vue-intl": "3.2.
|
|
68
|
-
"@progress/kendo-vue-labels": "3.2.
|
|
69
|
-
"@progress/kendo-vue-popup": "3.2.
|
|
70
|
-
"@progress/kendo-vue-progressbars": "3.2.
|
|
61
|
+
"@progress/kendo-vue-buttons": "3.2.1",
|
|
62
|
+
"@progress/kendo-vue-dateinputs": "3.2.1",
|
|
63
|
+
"@progress/kendo-vue-dialogs": "3.2.1",
|
|
64
|
+
"@progress/kendo-vue-dropdowns": "3.2.1",
|
|
65
|
+
"@progress/kendo-vue-form": "3.2.1",
|
|
66
|
+
"@progress/kendo-vue-inputs": "3.2.1",
|
|
67
|
+
"@progress/kendo-vue-intl": "3.2.1",
|
|
68
|
+
"@progress/kendo-vue-labels": "3.2.1",
|
|
69
|
+
"@progress/kendo-vue-popup": "3.2.1",
|
|
70
|
+
"@progress/kendo-vue-progressbars": "3.2.1",
|
|
71
71
|
"cldr-core": "36.0.0",
|
|
72
72
|
"cldr-dates-full": "36.0.0",
|
|
73
73
|
"cldr-numbers-full": "36.0.0"
|