@progress/kendo-vue-scheduler 6.1.0-develop.1 → 6.1.0-develop.2

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
@@ -4026,6 +4026,12 @@ value: {
4026
4026
  type: PropType<string | number | string[]>;
4027
4027
  };
4028
4028
  label: {
4029
+ /**
4030
+ * Overrides the component used for visualizing the `end timezone` field error.
4031
+ * The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
4032
+ *
4033
+ * For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
4034
+ */
4029
4035
  type: PropType<string>;
4030
4036
  };
4031
4037
  placeholder: {
@@ -4080,6 +4086,7 @@ tabIndex: PropType<number>;
4080
4086
  role: PropType<string>;
4081
4087
  title: PropType<string>;
4082
4088
  ariaLabel: PropType<string>;
4089
+ inputAttributes: PropType<Object>;
4083
4090
  }>, {
4084
4091
  inputRef: Ref<any, any>;
4085
4092
  }, {
@@ -4148,12 +4155,6 @@ changemodel: any;
4148
4155
  'update:modelValue': any;
4149
4156
  focus: any;
4150
4157
  blur: any;
4151
- /**
4152
- * Overrides the component used for visualizing the `end` field editor.
4153
- * The [Kendo UI for Vue DatePicker]({% slug overview_datepicker %}) or [Kendo UI for Vue DateTimePicker]({% slug overview_datetimepicker %}) component is used by default depending on the `allDay` field value.
4154
- *
4155
- * For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
4156
- */
4157
4158
  keyup: any;
4158
4159
  keydown: any;
4159
4160
  keypress: any;
@@ -4174,6 +4175,12 @@ value: {
4174
4175
  type: PropType<string | number | string[]>;
4175
4176
  };
4176
4177
  label: {
4178
+ /**
4179
+ * Overrides the component used for visualizing the `end timezone` field error.
4180
+ * The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
4181
+ *
4182
+ * For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
4183
+ */
4177
4184
  type: PropType<string>;
4178
4185
  };
4179
4186
  placeholder: {
@@ -4228,6 +4235,7 @@ tabIndex: PropType<number>;
4228
4235
  role: PropType<string>;
4229
4236
  title: PropType<string>;
4230
4237
  ariaLabel: PropType<string>;
4238
+ inputAttributes: PropType<Object>;
4231
4239
  }>> & Readonly<{
4232
4240
  onInput?: (...args: any[] | unknown[]) => any;
4233
4241
  onBlur?: (...args: any[] | unknown[]) => any;
@@ -5415,6 +5423,7 @@ validator: (value: any) => any;
5415
5423
  *
5416
5424
  * For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
5417
5425
  */
5426
+ inputAttributes: PropType<Object>;
5418
5427
  }>, {}, {
5419
5428
  currentValue: string | number | string[];
5420
5429
  textAreaHeight: string;
@@ -5448,7 +5457,12 @@ prefixRenderClass(): {
5448
5457
  };
5449
5458
  suffixRenderClass(): {
5450
5459
  'k-input-suffix': boolean;
5451
- '!k-flex-col': boolean;
5460
+ '!k-flex-col': boolean; /**
5461
+ * Overrides the component used for visualizing the `end timezone` field error.
5462
+ * The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
5463
+ *
5464
+ * For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
5465
+ */
5452
5466
  '!k-flex-row': boolean;
5453
5467
  '!k-align-items-start': boolean;
5454
5468
  };
@@ -5547,6 +5561,7 @@ validator: (value: any) => any;
5547
5561
  *
5548
5562
  * For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
5549
5563
  */
5564
+ inputAttributes: PropType<Object>;
5550
5565
  }>> & Readonly<{
5551
5566
  onInput?: (...args: any[] | unknown[]) => any;
5552
5567
  onBlur?: (...args: any[] | unknown[]) => any;
@@ -5794,6 +5809,12 @@ value: {
5794
5809
  type: PropType<string | number | string[]>;
5795
5810
  };
5796
5811
  label: {
5812
+ /**
5813
+ * Overrides the component used for visualizing the `end timezone` field error.
5814
+ * The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
5815
+ *
5816
+ * For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
5817
+ */
5797
5818
  type: PropType<string>;
5798
5819
  };
5799
5820
  placeholder: {
@@ -5848,6 +5869,7 @@ tabIndex: PropType<number>;
5848
5869
  role: PropType<string>;
5849
5870
  title: PropType<string>;
5850
5871
  ariaLabel: PropType<string>;
5872
+ inputAttributes: PropType<Object>;
5851
5873
  }>, {
5852
5874
  inputRef: Ref<any, any>;
5853
5875
  }, {
@@ -5916,12 +5938,6 @@ changemodel: any;
5916
5938
  'update:modelValue': any;
5917
5939
  focus: any;
5918
5940
  blur: any;
5919
- /**
5920
- * Overrides the component used for visualizing the `end` field editor.
5921
- * The [Kendo UI for Vue DatePicker]({% slug overview_datepicker %}) or [Kendo UI for Vue DateTimePicker]({% slug overview_datetimepicker %}) component is used by default depending on the `allDay` field value.
5922
- *
5923
- * For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
5924
- */
5925
5941
  keyup: any;
5926
5942
  keydown: any;
5927
5943
  keypress: any;
@@ -5942,6 +5958,12 @@ value: {
5942
5958
  type: PropType<string | number | string[]>;
5943
5959
  };
5944
5960
  label: {
5961
+ /**
5962
+ * Overrides the component used for visualizing the `end timezone` field error.
5963
+ * The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
5964
+ *
5965
+ * For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
5966
+ */
5945
5967
  type: PropType<string>;
5946
5968
  };
5947
5969
  placeholder: {
@@ -5996,6 +6018,7 @@ tabIndex: PropType<number>;
5996
6018
  role: PropType<string>;
5997
6019
  title: PropType<string>;
5998
6020
  ariaLabel: PropType<string>;
6021
+ inputAttributes: PropType<Object>;
5999
6022
  }>> & Readonly<{
6000
6023
  onInput?: (...args: any[] | unknown[]) => any;
6001
6024
  onBlur?: (...args: any[] | unknown[]) => any;
@@ -7183,6 +7206,7 @@ validator: (value: any) => any;
7183
7206
  *
7184
7207
  * For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
7185
7208
  */
7209
+ inputAttributes: PropType<Object>;
7186
7210
  }>, {}, {
7187
7211
  currentValue: string | number | string[];
7188
7212
  textAreaHeight: string;
@@ -7216,7 +7240,12 @@ prefixRenderClass(): {
7216
7240
  };
7217
7241
  suffixRenderClass(): {
7218
7242
  'k-input-suffix': boolean;
7219
- '!k-flex-col': boolean;
7243
+ '!k-flex-col': boolean; /**
7244
+ * Overrides the component used for visualizing the `end timezone` field error.
7245
+ * The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
7246
+ *
7247
+ * For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
7248
+ */
7220
7249
  '!k-flex-row': boolean;
7221
7250
  '!k-align-items-start': boolean;
7222
7251
  };
@@ -7315,6 +7344,7 @@ validator: (value: any) => any;
7315
7344
  *
7316
7345
  * For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
7317
7346
  */
7347
+ inputAttributes: PropType<Object>;
7318
7348
  }>> & Readonly<{
7319
7349
  onInput?: (...args: any[] | unknown[]) => any;
7320
7350
  onBlur?: (...args: any[] | unknown[]) => any;
package/index.d.ts CHANGED
@@ -4026,6 +4026,12 @@ value: {
4026
4026
  type: PropType<string | number | string[]>;
4027
4027
  };
4028
4028
  label: {
4029
+ /**
4030
+ * Overrides the component used for visualizing the `end timezone` field error.
4031
+ * The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
4032
+ *
4033
+ * For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
4034
+ */
4029
4035
  type: PropType<string>;
4030
4036
  };
4031
4037
  placeholder: {
@@ -4080,6 +4086,7 @@ tabIndex: PropType<number>;
4080
4086
  role: PropType<string>;
4081
4087
  title: PropType<string>;
4082
4088
  ariaLabel: PropType<string>;
4089
+ inputAttributes: PropType<Object>;
4083
4090
  }>, {
4084
4091
  inputRef: Ref<any, any>;
4085
4092
  }, {
@@ -4148,12 +4155,6 @@ changemodel: any;
4148
4155
  'update:modelValue': any;
4149
4156
  focus: any;
4150
4157
  blur: any;
4151
- /**
4152
- * Overrides the component used for visualizing the `end` field editor.
4153
- * The [Kendo UI for Vue DatePicker]({% slug overview_datepicker %}) or [Kendo UI for Vue DateTimePicker]({% slug overview_datetimepicker %}) component is used by default depending on the `allDay` field value.
4154
- *
4155
- * For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
4156
- */
4157
4158
  keyup: any;
4158
4159
  keydown: any;
4159
4160
  keypress: any;
@@ -4174,6 +4175,12 @@ value: {
4174
4175
  type: PropType<string | number | string[]>;
4175
4176
  };
4176
4177
  label: {
4178
+ /**
4179
+ * Overrides the component used for visualizing the `end timezone` field error.
4180
+ * The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
4181
+ *
4182
+ * For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
4183
+ */
4177
4184
  type: PropType<string>;
4178
4185
  };
4179
4186
  placeholder: {
@@ -4228,6 +4235,7 @@ tabIndex: PropType<number>;
4228
4235
  role: PropType<string>;
4229
4236
  title: PropType<string>;
4230
4237
  ariaLabel: PropType<string>;
4238
+ inputAttributes: PropType<Object>;
4231
4239
  }>> & Readonly<{
4232
4240
  onInput?: (...args: any[] | unknown[]) => any;
4233
4241
  onBlur?: (...args: any[] | unknown[]) => any;
@@ -5415,6 +5423,7 @@ validator: (value: any) => any;
5415
5423
  *
5416
5424
  * For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
5417
5425
  */
5426
+ inputAttributes: PropType<Object>;
5418
5427
  }>, {}, {
5419
5428
  currentValue: string | number | string[];
5420
5429
  textAreaHeight: string;
@@ -5448,7 +5457,12 @@ prefixRenderClass(): {
5448
5457
  };
5449
5458
  suffixRenderClass(): {
5450
5459
  'k-input-suffix': boolean;
5451
- '!k-flex-col': boolean;
5460
+ '!k-flex-col': boolean; /**
5461
+ * Overrides the component used for visualizing the `end timezone` field error.
5462
+ * The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
5463
+ *
5464
+ * For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
5465
+ */
5452
5466
  '!k-flex-row': boolean;
5453
5467
  '!k-align-items-start': boolean;
5454
5468
  };
@@ -5547,6 +5561,7 @@ validator: (value: any) => any;
5547
5561
  *
5548
5562
  * For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
5549
5563
  */
5564
+ inputAttributes: PropType<Object>;
5550
5565
  }>> & Readonly<{
5551
5566
  onInput?: (...args: any[] | unknown[]) => any;
5552
5567
  onBlur?: (...args: any[] | unknown[]) => any;
@@ -5794,6 +5809,12 @@ value: {
5794
5809
  type: PropType<string | number | string[]>;
5795
5810
  };
5796
5811
  label: {
5812
+ /**
5813
+ * Overrides the component used for visualizing the `end timezone` field error.
5814
+ * The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
5815
+ *
5816
+ * For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
5817
+ */
5797
5818
  type: PropType<string>;
5798
5819
  };
5799
5820
  placeholder: {
@@ -5848,6 +5869,7 @@ tabIndex: PropType<number>;
5848
5869
  role: PropType<string>;
5849
5870
  title: PropType<string>;
5850
5871
  ariaLabel: PropType<string>;
5872
+ inputAttributes: PropType<Object>;
5851
5873
  }>, {
5852
5874
  inputRef: Ref<any, any>;
5853
5875
  }, {
@@ -5916,12 +5938,6 @@ changemodel: any;
5916
5938
  'update:modelValue': any;
5917
5939
  focus: any;
5918
5940
  blur: any;
5919
- /**
5920
- * Overrides the component used for visualizing the `end` field editor.
5921
- * The [Kendo UI for Vue DatePicker]({% slug overview_datepicker %}) or [Kendo UI for Vue DateTimePicker]({% slug overview_datetimepicker %}) component is used by default depending on the `allDay` field value.
5922
- *
5923
- * For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
5924
- */
5925
5941
  keyup: any;
5926
5942
  keydown: any;
5927
5943
  keypress: any;
@@ -5942,6 +5958,12 @@ value: {
5942
5958
  type: PropType<string | number | string[]>;
5943
5959
  };
5944
5960
  label: {
5961
+ /**
5962
+ * Overrides the component used for visualizing the `end timezone` field error.
5963
+ * The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
5964
+ *
5965
+ * For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
5966
+ */
5945
5967
  type: PropType<string>;
5946
5968
  };
5947
5969
  placeholder: {
@@ -5996,6 +6018,7 @@ tabIndex: PropType<number>;
5996
6018
  role: PropType<string>;
5997
6019
  title: PropType<string>;
5998
6020
  ariaLabel: PropType<string>;
6021
+ inputAttributes: PropType<Object>;
5999
6022
  }>> & Readonly<{
6000
6023
  onInput?: (...args: any[] | unknown[]) => any;
6001
6024
  onBlur?: (...args: any[] | unknown[]) => any;
@@ -7183,6 +7206,7 @@ validator: (value: any) => any;
7183
7206
  *
7184
7207
  * For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
7185
7208
  */
7209
+ inputAttributes: PropType<Object>;
7186
7210
  }>, {}, {
7187
7211
  currentValue: string | number | string[];
7188
7212
  textAreaHeight: string;
@@ -7216,7 +7240,12 @@ prefixRenderClass(): {
7216
7240
  };
7217
7241
  suffixRenderClass(): {
7218
7242
  'k-input-suffix': boolean;
7219
- '!k-flex-col': boolean;
7243
+ '!k-flex-col': boolean; /**
7244
+ * Overrides the component used for visualizing the `end timezone` field error.
7245
+ * The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
7246
+ *
7247
+ * For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
7248
+ */
7220
7249
  '!k-flex-row': boolean;
7221
7250
  '!k-align-items-start': boolean;
7222
7251
  };
@@ -7315,6 +7344,7 @@ validator: (value: any) => any;
7315
7344
  *
7316
7345
  * For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
7317
7346
  */
7347
+ inputAttributes: PropType<Object>;
7318
7348
  }>> & Readonly<{
7319
7349
  onInput?: (...args: any[] | unknown[]) => any;
7320
7350
  onBlur?: (...args: any[] | unknown[]) => any;
@@ -9,7 +9,7 @@ const e = {
9
9
  name: "@progress/kendo-vue-scheduler",
10
10
  productName: "Kendo UI for Vue",
11
11
  productCodes: ["KENDOUIVUE", "KENDOUICOMPLETE"],
12
- publishDate: 1736868794,
12
+ publishDate: 1737373230,
13
13
  version: "",
14
14
  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"
15
15
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-scheduler",
3
- "version": "6.1.0-develop.1",
3
+ "version": "6.1.0-develop.2",
4
4
  "description": "TODO",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -18,15 +18,15 @@
18
18
  "@progress/kendo-date-math": "^1.5.13",
19
19
  "@progress/kendo-drawing": "^1.20.1",
20
20
  "@progress/kendo-licensing": "^1.3.4",
21
- "@progress/kendo-vue-common": "6.1.0-develop.1",
22
- "@progress/kendo-vue-buttons": "6.1.0-develop.1",
23
- "@progress/kendo-vue-dateinputs": "6.1.0-develop.1",
24
- "@progress/kendo-vue-dialogs": "6.1.0-develop.1",
25
- "@progress/kendo-vue-dropdowns": "6.1.0-develop.1",
26
- "@progress/kendo-vue-form": "6.1.0-develop.1",
27
- "@progress/kendo-vue-inputs": "6.1.0-develop.1",
28
- "@progress/kendo-vue-intl": "6.1.0-develop.1",
29
- "@progress/kendo-vue-popup": "6.1.0-develop.1",
21
+ "@progress/kendo-vue-common": "6.1.0-develop.2",
22
+ "@progress/kendo-vue-buttons": "6.1.0-develop.2",
23
+ "@progress/kendo-vue-dateinputs": "6.1.0-develop.2",
24
+ "@progress/kendo-vue-dialogs": "6.1.0-develop.2",
25
+ "@progress/kendo-vue-dropdowns": "6.1.0-develop.2",
26
+ "@progress/kendo-vue-form": "6.1.0-develop.2",
27
+ "@progress/kendo-vue-inputs": "6.1.0-develop.2",
28
+ "@progress/kendo-vue-intl": "6.1.0-develop.2",
29
+ "@progress/kendo-vue-popup": "6.1.0-develop.2",
30
30
  "@progress/kendo-svg-icons": "^4.0.0",
31
31
  "vue": "^3.0.2"
32
32
  },
@@ -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 h=require("@progress/kendo-date-math"),l=require("../constants/main.js"),D=(O,{step:t},{groups:m,ranges:T})=>{const s=[];return m.forEach(E=>{T.forEach(o=>{const c=o.zonedStart,d=o.zonedEnd,a=d.timezoneOffset-c.timezoneOffset;for(let e=c.clone(),f=0,r=a<0?a*l.MS_PER_MINUTE*-1:0;e.getTime()<d.getTime();f++,e=e.addTime(t)){const S={},n=e.clone(),i=e.addTime(t),u=(i.timezoneOffset-n.timezoneOffset)*l.MS_PER_MINUTE,z=t<Math.abs(u);r&&z&&(r-=t,e=e.addTime(-t));const M=new Date(n.getTime()),_=new Date(i.getTime()),g={refTo:S,index:f,end:_,start:M,zonedStart:n,zonedEnd:i,range:o,group:E,items:[],isAllDay:h.MS_PER_DAY<=t};s.push(g)}})}),s};exports.toSlots=D;
8
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const h=require("@progress/kendo-date-math"),l=require("../constants/main.js"),D=(O,{step:t},{groups:m,ranges:T})=>{const s=[];return m.forEach(E=>{T.forEach(o=>{const c=o.zonedStart,d=o.zonedEnd,a=d.timezoneOffset-c.timezoneOffset;for(let e=c.clone(),f=0,r=a<0?a*l.MS_PER_MINUTE*-1:0;e.getTime()<d.getTime();){const S={},n=e.clone(),i=e.addTime(t),u=(i.timezoneOffset-n.timezoneOffset)*l.MS_PER_MINUTE,z=t<Math.abs(u);r&&z&&(r-=t,e=e.addTime(-t));const M=new Date(n.getTime()),_=new Date(i.getTime()),g={refTo:S,index:f,end:_,start:M,zonedStart:n,zonedEnd:i,range:o,group:E,items:[],isAllDay:h.MS_PER_DAY<=t};s.push(g),f++,e=e.addTime(t)}})}),s};exports.toSlots=D;
@@ -12,7 +12,7 @@ const R = (O, { step: t }, { groups: l, ranges: T }) => {
12
12
  return l.forEach((z) => {
13
13
  T.forEach((o) => {
14
14
  const s = o.zonedStart, f = o.zonedEnd, d = f.timezoneOffset - s.timezoneOffset;
15
- for (let e = s.clone(), m = 0, r = d < 0 ? d * a * -1 : 0; e.getTime() < f.getTime(); m++, e = e.addTime(t)) {
15
+ for (let e = s.clone(), m = 0, r = d < 0 ? d * a * -1 : 0; e.getTime() < f.getTime(); ) {
16
16
  const E = {}, n = e.clone(), i = e.addTime(t), S = (i.timezoneOffset - n.timezoneOffset) * a, _ = t < Math.abs(S);
17
17
  r && _ && (r -= t, e = e.addTime(-t));
18
18
  const h = new Date(n.getTime()), w = new Date(i.getTime()), D = {
@@ -27,7 +27,7 @@ const R = (O, { step: t }, { groups: l, ranges: T }) => {
27
27
  items: [],
28
28
  isAllDay: M <= t
29
29
  };
30
- c.push(D);
30
+ c.push(D), m++, e = e.addTime(t);
31
31
  }
32
32
  });
33
33
  }), c;