@progress/kendo-vue-scheduler 3.3.0 → 3.3.1-dev.202205110620
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/dist/cdn/js/kendo-vue-scheduler.js +1 -1
- package/dist/es/items/SchedulerViewItem.js +0 -4
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/slots/SchedulerSlot.js +0 -1
- package/dist/es/slots/SchedulerViewSlot.js +0 -3
- package/dist/npm/items/SchedulerViewItem.js +0 -4
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/slots/SchedulerSlot.js +0 -1
- package/dist/npm/slots/SchedulerViewSlot.js +0 -3
- package/package.json +12 -12
|
@@ -124,10 +124,6 @@ var SchedulerViewItemVue2 = {
|
|
|
124
124
|
this.$nextTick(function () {
|
|
125
125
|
that.align();
|
|
126
126
|
that.position();
|
|
127
|
-
that.$nextTick(function () {
|
|
128
|
-
that.align();
|
|
129
|
-
that.position();
|
|
130
|
-
});
|
|
131
127
|
});
|
|
132
128
|
|
|
133
129
|
if (!this.ks.scheduler || !this.ks.scheduler.$el || this.observer) {
|
|
@@ -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: 1652249753,
|
|
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
|
};
|
|
@@ -71,9 +71,6 @@ var SchedulerViewSlotVue2 = {
|
|
|
71
71
|
var that = this;
|
|
72
72
|
this.$nextTick(function () {
|
|
73
73
|
useSlotExpand(that, that.ks.scheduler.$el, that.$props.expandable);
|
|
74
|
-
that.$nextTick(function () {
|
|
75
|
-
useSlotExpand(that, that.ks.scheduler.$el, that.$props.expandable);
|
|
76
|
-
});
|
|
77
74
|
});
|
|
78
75
|
},
|
|
79
76
|
mounted: function mounted() {
|
|
@@ -139,10 +139,6 @@ var SchedulerViewItemVue2 = {
|
|
|
139
139
|
this.$nextTick(function () {
|
|
140
140
|
that.align();
|
|
141
141
|
that.position();
|
|
142
|
-
that.$nextTick(function () {
|
|
143
|
-
that.align();
|
|
144
|
-
that.position();
|
|
145
|
-
});
|
|
146
142
|
});
|
|
147
143
|
|
|
148
144
|
if (!this.ks.scheduler || !this.ks.scheduler.$el || this.observer) {
|
|
@@ -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: 1652249753,
|
|
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
|
};
|
|
@@ -82,9 +82,6 @@ var SchedulerViewSlotVue2 = {
|
|
|
82
82
|
var that = this;
|
|
83
83
|
this.$nextTick(function () {
|
|
84
84
|
hooks_1.useSlotExpand(that, that.ks.scheduler.$el, that.$props.expandable);
|
|
85
|
-
that.$nextTick(function () {
|
|
86
|
-
hooks_1.useSlotExpand(that, that.ks.scheduler.$el, that.$props.expandable);
|
|
87
|
-
});
|
|
88
85
|
});
|
|
89
86
|
},
|
|
90
87
|
mounted: function mounted() {
|
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.3.
|
|
4
|
+
"version": "3.3.1-dev.202205110620",
|
|
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.3.
|
|
45
|
+
"@progress/kendo-vue-common": "3.3.1-dev.202205110620",
|
|
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.3.
|
|
62
|
-
"@progress/kendo-vue-dateinputs": "3.3.
|
|
63
|
-
"@progress/kendo-vue-dialogs": "3.3.
|
|
64
|
-
"@progress/kendo-vue-dropdowns": "3.3.
|
|
65
|
-
"@progress/kendo-vue-form": "3.3.
|
|
66
|
-
"@progress/kendo-vue-inputs": "3.3.
|
|
67
|
-
"@progress/kendo-vue-intl": "3.3.
|
|
68
|
-
"@progress/kendo-vue-labels": "3.3.
|
|
69
|
-
"@progress/kendo-vue-popup": "3.3.
|
|
70
|
-
"@progress/kendo-vue-progressbars": "3.3.
|
|
61
|
+
"@progress/kendo-vue-buttons": "3.3.1-dev.202205110620",
|
|
62
|
+
"@progress/kendo-vue-dateinputs": "3.3.1-dev.202205110620",
|
|
63
|
+
"@progress/kendo-vue-dialogs": "3.3.1-dev.202205110620",
|
|
64
|
+
"@progress/kendo-vue-dropdowns": "3.3.1-dev.202205110620",
|
|
65
|
+
"@progress/kendo-vue-form": "3.3.1-dev.202205110620",
|
|
66
|
+
"@progress/kendo-vue-inputs": "3.3.1-dev.202205110620",
|
|
67
|
+
"@progress/kendo-vue-intl": "3.3.1-dev.202205110620",
|
|
68
|
+
"@progress/kendo-vue-labels": "3.3.1-dev.202205110620",
|
|
69
|
+
"@progress/kendo-vue-popup": "3.3.1-dev.202205110620",
|
|
70
|
+
"@progress/kendo-vue-progressbars": "3.3.1-dev.202205110620",
|
|
71
71
|
"cldr-core": "36.0.0",
|
|
72
72
|
"cldr-dates-full": "36.0.0",
|
|
73
73
|
"cldr-numbers-full": "36.0.0"
|