@progress/kendo-vue-scheduler 4.1.0-dev.202311061329 → 4.1.0

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.
@@ -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: 1699277142,
8
+ publishDate: 1700038759,
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
  };
@@ -1,3 +1,15 @@
1
+ var __assign = this && this.__assign || function () {
2
+ __assign = Object.assign || function (t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) {
6
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
7
+ }
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
1
13
  // @ts-ignore
2
14
  import * as Vue from 'vue';
3
15
  var allVue = Vue;
@@ -148,7 +160,6 @@ var SchedulerEditSlotVue2 = {
148
160
  slotRender: this.$props.slotRender,
149
161
  attrs: this.v3 ? undefined : {
150
162
  slotRender: this.$props.slotRender,
151
- viewSlot: this.$props.viewSlot,
152
163
  isAllDay: this.isAllDay,
153
164
  expandable: this.expandable,
154
165
  editable: this.editable,
@@ -171,7 +182,6 @@ var SchedulerEditSlotVue2 = {
171
182
  formItem: this.compFormItem
172
183
  // Focus
173
184
  },
174
- viewSlot: this.$props.viewSlot,
175
185
  isAllDay: this.isAllDay,
176
186
  expandable: this.expandable,
177
187
  editable: this.editable,
@@ -211,10 +221,30 @@ var SchedulerEditSlotVue2 = {
211
221
  } : [defaultSlot]);
212
222
  editSlotRender = getTemplate.call(this, {
213
223
  h: h,
214
- template: this.$props.viewSlot,
224
+ template: this.$props.slotRender,
215
225
  defaultRendering: editSlotRenderDefaultRendering,
216
226
  defaultSlots: defaultSlot,
217
- additionalProps: this.cSlot,
227
+ additionalProps: __assign(__assign({}, this.cSlot), {
228
+ isAllDay: this.isAllDay,
229
+ expandable: this.expandable,
230
+ editable: this.editable,
231
+ items: items,
232
+ row: row,
233
+ group: group,
234
+ range: range,
235
+ isWorkDay: isWorkDay,
236
+ isWorkHour: isWorkHour,
237
+ col: col,
238
+ index: index,
239
+ start: start,
240
+ end: end,
241
+ zonedStart: zonedStart,
242
+ zonedEnd: zonedEnd,
243
+ selected: selected,
244
+ navDay: navDay,
245
+ itemsPerSlot: itemsPerSlot,
246
+ tabIndex: this.currentTabIndex
247
+ }),
218
248
  additionalListeners: {
219
249
  focus: this.handleFocus,
220
250
  doubleclick: this.handleDoubleClick,
@@ -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: 1699277142,
8
+ publishDate: 1700038759,
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
  };
@@ -1,3 +1,15 @@
1
+ var __assign = this && this.__assign || function () {
2
+ __assign = Object.assign || function (t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) {
6
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
7
+ }
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
1
13
  // @ts-ignore
2
14
  import * as Vue from 'vue';
3
15
  var allVue = Vue;
@@ -148,7 +160,6 @@ var SchedulerEditSlotVue2 = {
148
160
  slotRender: this.$props.slotRender,
149
161
  attrs: this.v3 ? undefined : {
150
162
  slotRender: this.$props.slotRender,
151
- viewSlot: this.$props.viewSlot,
152
163
  isAllDay: this.isAllDay,
153
164
  expandable: this.expandable,
154
165
  editable: this.editable,
@@ -171,7 +182,6 @@ var SchedulerEditSlotVue2 = {
171
182
  formItem: this.compFormItem
172
183
  // Focus
173
184
  },
174
- viewSlot: this.$props.viewSlot,
175
185
  isAllDay: this.isAllDay,
176
186
  expandable: this.expandable,
177
187
  editable: this.editable,
@@ -211,10 +221,30 @@ var SchedulerEditSlotVue2 = {
211
221
  } : [defaultSlot]);
212
222
  editSlotRender = getTemplate.call(this, {
213
223
  h: h,
214
- template: this.$props.viewSlot,
224
+ template: this.$props.slotRender,
215
225
  defaultRendering: editSlotRenderDefaultRendering,
216
226
  defaultSlots: defaultSlot,
217
- additionalProps: this.cSlot,
227
+ additionalProps: __assign(__assign({}, this.cSlot), {
228
+ isAllDay: this.isAllDay,
229
+ expandable: this.expandable,
230
+ editable: this.editable,
231
+ items: items,
232
+ row: row,
233
+ group: group,
234
+ range: range,
235
+ isWorkDay: isWorkDay,
236
+ isWorkHour: isWorkHour,
237
+ col: col,
238
+ index: index,
239
+ start: start,
240
+ end: end,
241
+ zonedStart: zonedStart,
242
+ zonedEnd: zonedEnd,
243
+ selected: selected,
244
+ navDay: navDay,
245
+ itemsPerSlot: itemsPerSlot,
246
+ tabIndex: this.currentTabIndex
247
+ }),
218
248
  additionalListeners: {
219
249
  focus: this.handleFocus,
220
250
  doubleclick: this.handleDoubleClick,
@@ -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: 1699277142,
11
+ publishDate: 1700038759,
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
  };
@@ -1,5 +1,17 @@
1
1
  "use strict";
2
2
 
3
+ var __assign = undefined && undefined.__assign || function () {
4
+ __assign = Object.assign || function (t) {
5
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
6
+ s = arguments[i];
7
+ for (var p in s) {
8
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
9
+ }
10
+ }
11
+ return t;
12
+ };
13
+ return __assign.apply(this, arguments);
14
+ };
3
15
  Object.defineProperty(exports, "__esModule", {
4
16
  value: true
5
17
  });
@@ -154,7 +166,6 @@ var SchedulerEditSlotVue2 = {
154
166
  slotRender: this.$props.slotRender,
155
167
  attrs: this.v3 ? undefined : {
156
168
  slotRender: this.$props.slotRender,
157
- viewSlot: this.$props.viewSlot,
158
169
  isAllDay: this.isAllDay,
159
170
  expandable: this.expandable,
160
171
  editable: this.editable,
@@ -177,7 +188,6 @@ var SchedulerEditSlotVue2 = {
177
188
  formItem: this.compFormItem
178
189
  // Focus
179
190
  },
180
- viewSlot: this.$props.viewSlot,
181
191
  isAllDay: this.isAllDay,
182
192
  expandable: this.expandable,
183
193
  editable: this.editable,
@@ -217,10 +227,30 @@ var SchedulerEditSlotVue2 = {
217
227
  } : [defaultSlot]);
218
228
  editSlotRender = kendo_vue_common_1.getTemplate.call(this, {
219
229
  h: h,
220
- template: this.$props.viewSlot,
230
+ template: this.$props.slotRender,
221
231
  defaultRendering: editSlotRenderDefaultRendering,
222
232
  defaultSlots: defaultSlot,
223
- additionalProps: this.cSlot,
233
+ additionalProps: __assign(__assign({}, this.cSlot), {
234
+ isAllDay: this.isAllDay,
235
+ expandable: this.expandable,
236
+ editable: this.editable,
237
+ items: items,
238
+ row: row,
239
+ group: group,
240
+ range: range,
241
+ isWorkDay: isWorkDay,
242
+ isWorkHour: isWorkHour,
243
+ col: col,
244
+ index: index,
245
+ start: start,
246
+ end: end,
247
+ zonedStart: zonedStart,
248
+ zonedEnd: zonedEnd,
249
+ selected: selected,
250
+ navDay: navDay,
251
+ itemsPerSlot: itemsPerSlot,
252
+ tabIndex: this.currentTabIndex
253
+ }),
224
254
  additionalListeners: {
225
255
  focus: this.handleFocus,
226
256
  doubleclick: this.handleDoubleClick,
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": "4.1.0-dev.202311061329",
4
+ "version": "4.1.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -51,7 +51,7 @@
51
51
  "@progress/kendo-data-query": "^1.5.1",
52
52
  "@progress/kendo-draggable": "^3.0.1",
53
53
  "@progress/kendo-recurrence": "^1.0.1",
54
- "@progress/kendo-vue-common": "4.1.0-dev.202311061329"
54
+ "@progress/kendo-vue-common": "4.1.0"
55
55
  },
56
56
  "@progress": {
57
57
  "friendlyName": "Scheduler",
@@ -67,16 +67,16 @@
67
67
  "@progress/kendo-drawing": "^1.8.0",
68
68
  "@progress/kendo-licensing": "^1.3.0",
69
69
  "@progress/kendo-svg-icons": "^2.0.0",
70
- "@progress/kendo-vue-buttons": "4.1.0-dev.202311061329",
71
- "@progress/kendo-vue-dateinputs": "4.1.0-dev.202311061329",
72
- "@progress/kendo-vue-dialogs": "4.1.0-dev.202311061329",
73
- "@progress/kendo-vue-dropdowns": "4.1.0-dev.202311061329",
74
- "@progress/kendo-vue-form": "4.1.0-dev.202311061329",
75
- "@progress/kendo-vue-inputs": "4.1.0-dev.202311061329",
76
- "@progress/kendo-vue-intl": "4.1.0-dev.202311061329",
77
- "@progress/kendo-vue-labels": "4.1.0-dev.202311061329",
78
- "@progress/kendo-vue-popup": "4.1.0-dev.202311061329",
79
- "@progress/kendo-vue-progressbars": "4.1.0-dev.202311061329",
70
+ "@progress/kendo-vue-buttons": "4.1.0",
71
+ "@progress/kendo-vue-dateinputs": "4.1.0",
72
+ "@progress/kendo-vue-dialogs": "4.1.0",
73
+ "@progress/kendo-vue-dropdowns": "4.1.0",
74
+ "@progress/kendo-vue-form": "4.1.0",
75
+ "@progress/kendo-vue-inputs": "4.1.0",
76
+ "@progress/kendo-vue-intl": "4.1.0",
77
+ "@progress/kendo-vue-labels": "4.1.0",
78
+ "@progress/kendo-vue-popup": "4.1.0",
79
+ "@progress/kendo-vue-progressbars": "4.1.0",
80
80
  "cldr-core": "^41.0.0",
81
81
  "cldr-dates-full": "^41.0.0",
82
82
  "cldr-numbers-full": "^41.0.0"