@progress/kendo-vue-scheduler 9.2.0 → 9.2.1-develop.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.
- package/Scheduler.d.ts +3 -3
- package/components/SchedulerForm.d.ts +3 -3
- package/components/footer/bussiness-hours/BusinessHours.d.ts +1 -1
- package/dist/cdn/js/kendo-vue-scheduler.js +1 -1
- package/editors/ResourceEditor.d.ts +1 -1
- package/editors/SchedulerFormEditor.d.ts +8 -8
- package/editors/ZonedDateTime.d.ts +1 -1
- package/items/SchedulerItem.d.ts +24 -24
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +11 -11
- package/recurrence/RecurrenceEditor.d.ts +1 -1
- package/recurrence/RecurrenceFrequencyEditor.d.ts +1 -1
- package/recurrence/RecurrenceRepeatOnWeekEditor.d.ts +1 -1
- package/slots/SchedulerSlot.d.ts +15 -15
- package/slots/SchedulerViewSlot.d.ts +4 -4
- package/views/common/SchedulerDrag.d.ts +48 -48
- package/views/common/SchedulerResize.d.ts +48 -48
- package/views/day/DayView.d.ts +1 -1
- package/views/time/TimelineView.d.ts +1 -1
- package/views/week/WeekView.d.ts +1 -1
- package/views/week/WorkWeekView.d.ts +1 -1
|
@@ -55,6 +55,6 @@ declare const ResourceEditor: import('vue').DefineComponent<import('vue').Extrac
|
|
|
55
55
|
valid: PropType<boolean>;
|
|
56
56
|
name: PropType<string>;
|
|
57
57
|
}>> & Readonly<{
|
|
58
|
-
onChange?: (...args: any
|
|
58
|
+
onChange?: (...args: any) => any;
|
|
59
59
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
60
60
|
export { ResourceEditor };
|
|
@@ -627,7 +627,7 @@ declare const SchedulerFormEditor: import('vue').DefineComponent<import('vue').E
|
|
|
627
627
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
628
628
|
change: any;
|
|
629
629
|
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
630
|
-
onChange?: (...args: any
|
|
630
|
+
onChange?: (...args: any) => any;
|
|
631
631
|
}>, {} | {
|
|
632
632
|
[x: string]: any;
|
|
633
633
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1023,7 +1023,7 @@ declare const SchedulerFormEditor: import('vue').DefineComponent<import('vue').E
|
|
|
1023
1023
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1024
1024
|
change: any;
|
|
1025
1025
|
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
1026
|
-
onChange?: (...args: any
|
|
1026
|
+
onChange?: (...args: any) => any;
|
|
1027
1027
|
}>, {} | {
|
|
1028
1028
|
[x: string]: any;
|
|
1029
1029
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1621,7 +1621,7 @@ declare const SchedulerFormEditor: import('vue').DefineComponent<import('vue').E
|
|
|
1621
1621
|
start: import('vue').PropType<Date>;
|
|
1622
1622
|
timezone: import('vue').PropType<string>;
|
|
1623
1623
|
}>> & Readonly<{
|
|
1624
|
-
onChange?: (...args: any
|
|
1624
|
+
onChange?: (...args: any) => any;
|
|
1625
1625
|
}>, {
|
|
1626
1626
|
value: string;
|
|
1627
1627
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -2008,7 +2008,7 @@ declare const SchedulerFormEditor: import('vue').DefineComponent<import('vue').E
|
|
|
2008
2008
|
valid: import('vue').PropType<boolean>;
|
|
2009
2009
|
name: import('vue').PropType<string>;
|
|
2010
2010
|
}>> & Readonly<{
|
|
2011
|
-
onChange?: (...args: any
|
|
2011
|
+
onChange?: (...args: any) => any;
|
|
2012
2012
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2013
2013
|
};
|
|
2014
2014
|
errors: ObjectConstructor;
|
|
@@ -2427,7 +2427,7 @@ declare const SchedulerFormEditor: import('vue').DefineComponent<import('vue').E
|
|
|
2427
2427
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2428
2428
|
change: any;
|
|
2429
2429
|
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
2430
|
-
onChange?: (...args: any
|
|
2430
|
+
onChange?: (...args: any) => any;
|
|
2431
2431
|
}>, {} | {
|
|
2432
2432
|
[x: string]: any;
|
|
2433
2433
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -2823,7 +2823,7 @@ declare const SchedulerFormEditor: import('vue').DefineComponent<import('vue').E
|
|
|
2823
2823
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2824
2824
|
change: any;
|
|
2825
2825
|
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
2826
|
-
onChange?: (...args: any
|
|
2826
|
+
onChange?: (...args: any) => any;
|
|
2827
2827
|
}>, {} | {
|
|
2828
2828
|
[x: string]: any;
|
|
2829
2829
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -3421,7 +3421,7 @@ declare const SchedulerFormEditor: import('vue').DefineComponent<import('vue').E
|
|
|
3421
3421
|
start: import('vue').PropType<Date>;
|
|
3422
3422
|
timezone: import('vue').PropType<string>;
|
|
3423
3423
|
}>> & Readonly<{
|
|
3424
|
-
onChange?: (...args: any
|
|
3424
|
+
onChange?: (...args: any) => any;
|
|
3425
3425
|
}>, {
|
|
3426
3426
|
value: string;
|
|
3427
3427
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -3808,7 +3808,7 @@ declare const SchedulerFormEditor: import('vue').DefineComponent<import('vue').E
|
|
|
3808
3808
|
valid: import('vue').PropType<boolean>;
|
|
3809
3809
|
name: import('vue').PropType<string>;
|
|
3810
3810
|
}>> & Readonly<{
|
|
3811
|
-
onChange?: (...args: any
|
|
3811
|
+
onChange?: (...args: any) => any;
|
|
3812
3812
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3813
3813
|
};
|
|
3814
3814
|
errors: ObjectConstructor;
|
|
@@ -25,7 +25,7 @@ declare const ZonedDateTime: import('vue').DefineComponent<{}, {}, {}, {}, {
|
|
|
25
25
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
26
26
|
change: any;
|
|
27
27
|
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
28
|
-
onChange?: (...args: any
|
|
28
|
+
onChange?: (...args: any) => any;
|
|
29
29
|
}>, {} | {
|
|
30
30
|
[x: string]: any;
|
|
31
31
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
package/items/SchedulerItem.d.ts
CHANGED
|
@@ -373,30 +373,30 @@ declare const SchedulerItem: import('vue').DefineComponent<import('vue').Extract
|
|
|
373
373
|
default: any;
|
|
374
374
|
};
|
|
375
375
|
}>> & Readonly<{
|
|
376
|
-
onPress?: (...args: any
|
|
377
|
-
onDrag?: (...args: any
|
|
378
|
-
onRelease?: (...args: any
|
|
379
|
-
onClick?: (...args: any
|
|
380
|
-
onBlur?: (...args: any
|
|
381
|
-
onCancel?: (...args: any
|
|
382
|
-
onClose?: (...args: any
|
|
383
|
-
onFocus?: (...args: any
|
|
384
|
-
onKeydown?: (...args: any
|
|
385
|
-
onKeypress?: (...args: any
|
|
386
|
-
onKeyup?: (...args: any
|
|
387
|
-
onMousedown?: (...args: any
|
|
388
|
-
onMouseenter?: (...args: any
|
|
389
|
-
onMouseleave?: (...args: any
|
|
390
|
-
onMouseout?: (...args: any
|
|
391
|
-
onMouseover?: (...args: any
|
|
392
|
-
onMouseup?: (...args: any
|
|
393
|
-
onDoubleclick?: (...args: any
|
|
394
|
-
onFormsubmit?: (...args: any
|
|
395
|
-
onRemoveclick?: (...args: any
|
|
396
|
-
onResizepress?: (...args: any
|
|
397
|
-
onResizestartdrag?: (...args: any
|
|
398
|
-
onResizeenddrag?: (...args: any
|
|
399
|
-
onResizerelease?: (...args: any
|
|
376
|
+
onPress?: (...args: any) => any;
|
|
377
|
+
onDrag?: (...args: any) => any;
|
|
378
|
+
onRelease?: (...args: any) => any;
|
|
379
|
+
onClick?: (...args: any) => any;
|
|
380
|
+
onBlur?: (...args: any) => any;
|
|
381
|
+
onCancel?: (...args: any) => any;
|
|
382
|
+
onClose?: (...args: any) => any;
|
|
383
|
+
onFocus?: (...args: any) => any;
|
|
384
|
+
onKeydown?: (...args: any) => any;
|
|
385
|
+
onKeypress?: (...args: any) => any;
|
|
386
|
+
onKeyup?: (...args: any) => any;
|
|
387
|
+
onMousedown?: (...args: any) => any;
|
|
388
|
+
onMouseenter?: (...args: any) => any;
|
|
389
|
+
onMouseleave?: (...args: any) => any;
|
|
390
|
+
onMouseout?: (...args: any) => any;
|
|
391
|
+
onMouseover?: (...args: any) => any;
|
|
392
|
+
onMouseup?: (...args: any) => any;
|
|
393
|
+
onDoubleclick?: (...args: any) => any;
|
|
394
|
+
onFormsubmit?: (...args: any) => any;
|
|
395
|
+
onRemoveclick?: (...args: any) => any;
|
|
396
|
+
onResizepress?: (...args: any) => any;
|
|
397
|
+
onResizestartdrag?: (...args: any) => any;
|
|
398
|
+
onResizeenddrag?: (...args: any) => any;
|
|
399
|
+
onResizerelease?: (...args: any) => any;
|
|
400
400
|
}>, {
|
|
401
401
|
showOccurrenceDialog: boolean;
|
|
402
402
|
showRemoveDialog: boolean;
|
package/package-metadata.js
CHANGED
|
@@ -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 e={name:"@progress/kendo-vue-scheduler",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate:
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-vue-scheduler",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate: 1787574450,version:"9.2.1-develop.1",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"};exports.packageMetadata=e;
|
package/package-metadata.mjs
CHANGED
|
@@ -10,8 +10,8 @@ const e = {
|
|
|
10
10
|
productName: "Kendo UI for Vue",
|
|
11
11
|
productCode: "KENDOUIVUE",
|
|
12
12
|
productCodes: ["KENDOUIVUE"],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: "9.2.
|
|
13
|
+
publishDate: 1787574450,
|
|
14
|
+
version: "9.2.1-develop.1",
|
|
15
15
|
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"
|
|
16
16
|
};
|
|
17
17
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-vue-scheduler",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.1-develop.1",
|
|
4
4
|
"description": "TODO",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"@progress/kendo-date-math": "^1.5.13",
|
|
28
28
|
"@progress/kendo-drawing": "^1.20.1",
|
|
29
29
|
"@progress/kendo-licensing": "^1.7.2",
|
|
30
|
-
"@progress/kendo-vue-common": "9.2.
|
|
31
|
-
"@progress/kendo-vue-buttons": "9.2.
|
|
32
|
-
"@progress/kendo-vue-dateinputs": "9.2.
|
|
33
|
-
"@progress/kendo-vue-dialogs": "9.2.
|
|
34
|
-
"@progress/kendo-vue-dropdowns": "9.2.
|
|
35
|
-
"@progress/kendo-vue-form": "9.2.
|
|
36
|
-
"@progress/kendo-vue-inputs": "9.2.
|
|
37
|
-
"@progress/kendo-vue-intl": "9.2.
|
|
38
|
-
"@progress/kendo-vue-popup": "9.2.
|
|
30
|
+
"@progress/kendo-vue-common": "9.2.1-develop.1",
|
|
31
|
+
"@progress/kendo-vue-buttons": "9.2.1-develop.1",
|
|
32
|
+
"@progress/kendo-vue-dateinputs": "9.2.1-develop.1",
|
|
33
|
+
"@progress/kendo-vue-dialogs": "9.2.1-develop.1",
|
|
34
|
+
"@progress/kendo-vue-dropdowns": "9.2.1-develop.1",
|
|
35
|
+
"@progress/kendo-vue-form": "9.2.1-develop.1",
|
|
36
|
+
"@progress/kendo-vue-inputs": "9.2.1-develop.1",
|
|
37
|
+
"@progress/kendo-vue-intl": "9.2.1-develop.1",
|
|
38
|
+
"@progress/kendo-vue-popup": "9.2.1-develop.1",
|
|
39
39
|
"@progress/kendo-svg-icons": "^4.9.0 || ^5.0.0 < 5.4.0",
|
|
40
40
|
"vue": "^3.0.2"
|
|
41
41
|
},
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"package": {
|
|
61
61
|
"productName": "Kendo UI for Vue",
|
|
62
62
|
"productCode": "KENDOUIVUE",
|
|
63
|
-
"publishDate":
|
|
63
|
+
"publishDate": 1787574450,
|
|
64
64
|
"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"
|
|
65
65
|
}
|
|
66
66
|
},
|
|
@@ -75,7 +75,7 @@ declare const RecurrenceEditor: import('vue').DefineComponent<import('vue').Extr
|
|
|
75
75
|
start: PropType<Date>;
|
|
76
76
|
timezone: PropType<string>;
|
|
77
77
|
}>> & Readonly<{
|
|
78
|
-
onChange?: (...args: any
|
|
78
|
+
onChange?: (...args: any) => any;
|
|
79
79
|
}>, {
|
|
80
80
|
value: string;
|
|
81
81
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -27,6 +27,6 @@ declare const RecurrenceFrequencyEditor: import('vue').DefineComponent<import('v
|
|
|
27
27
|
value: PropType<string>;
|
|
28
28
|
dataItems: PropType<any[]>;
|
|
29
29
|
}>> & Readonly<{
|
|
30
|
-
onChange?: (...args: any
|
|
30
|
+
onChange?: (...args: any) => any;
|
|
31
31
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
32
32
|
export { RecurrenceFrequencyEditor };
|
|
@@ -48,7 +48,7 @@ declare const RecurrenceRepeatOnWeekEditor: import('vue').DefineComponent<import
|
|
|
48
48
|
default: () => any[];
|
|
49
49
|
};
|
|
50
50
|
}>> & Readonly<{
|
|
51
|
-
onChange?: (...args: any
|
|
51
|
+
onChange?: (...args: any) => any;
|
|
52
52
|
}>, {
|
|
53
53
|
value: (string | number)[];
|
|
54
54
|
dataItems: {
|
package/slots/SchedulerSlot.d.ts
CHANGED
|
@@ -225,21 +225,21 @@ declare const SchedulerSlot: import('vue').DefineComponent<import('vue').Extract
|
|
|
225
225
|
slotStyle: PropType<any>;
|
|
226
226
|
viewSlot: PropType<any>;
|
|
227
227
|
}>> & Readonly<{
|
|
228
|
-
onClick?: (...args: any
|
|
229
|
-
onBlur?: (...args: any
|
|
230
|
-
onCancel?: (...args: any
|
|
231
|
-
onClose?: (...args: any
|
|
232
|
-
onFocus?: (...args: any
|
|
233
|
-
onKeydown?: (...args: any
|
|
234
|
-
onKeypress?: (...args: any
|
|
235
|
-
onKeyup?: (...args: any
|
|
236
|
-
onMouseenter?: (...args: any
|
|
237
|
-
onMouseleave?: (...args: any
|
|
238
|
-
onMouseout?: (...args: any
|
|
239
|
-
onMouseover?: (...args: any
|
|
240
|
-
onDoubleclick?: (...args: any
|
|
241
|
-
onShowmoreitems?: (...args: any
|
|
242
|
-
onFormsubmit?: (...args: any
|
|
228
|
+
onClick?: (...args: any) => any;
|
|
229
|
+
onBlur?: (...args: any) => any;
|
|
230
|
+
onCancel?: (...args: any) => any;
|
|
231
|
+
onClose?: (...args: any) => any;
|
|
232
|
+
onFocus?: (...args: any) => any;
|
|
233
|
+
onKeydown?: (...args: any) => any;
|
|
234
|
+
onKeypress?: (...args: any) => any;
|
|
235
|
+
onKeyup?: (...args: any) => any;
|
|
236
|
+
onMouseenter?: (...args: any) => any;
|
|
237
|
+
onMouseleave?: (...args: any) => any;
|
|
238
|
+
onMouseout?: (...args: any) => any;
|
|
239
|
+
onMouseover?: (...args: any) => any;
|
|
240
|
+
onDoubleclick?: (...args: any) => any;
|
|
241
|
+
onShowmoreitems?: (...args: any) => any;
|
|
242
|
+
onFormsubmit?: (...args: any) => any;
|
|
243
243
|
}>, {
|
|
244
244
|
tabIndex: number;
|
|
245
245
|
isWorkDay: boolean;
|
|
@@ -122,10 +122,10 @@ declare const SchedulerViewSlot: import('vue').DefineComponent<import('vue').Ext
|
|
|
122
122
|
};
|
|
123
123
|
slotStyle: PropType<any>;
|
|
124
124
|
}>> & Readonly<{
|
|
125
|
-
onFocus?: (...args: any
|
|
126
|
-
onKeydown?: (...args: any
|
|
127
|
-
onDoubleclick?: (...args: any
|
|
128
|
-
onShowmoreitems?: (...args: any
|
|
125
|
+
onFocus?: (...args: any) => any;
|
|
126
|
+
onKeydown?: (...args: any) => any;
|
|
127
|
+
onDoubleclick?: (...args: any) => any;
|
|
128
|
+
onShowmoreitems?: (...args: any) => any;
|
|
129
129
|
}>, {
|
|
130
130
|
tabIndex: number;
|
|
131
131
|
isWorkDay: boolean;
|
|
@@ -214,30 +214,30 @@ declare const SchedulerDrag: import('vue').DefineComponent<import('vue').Extract
|
|
|
214
214
|
default: any;
|
|
215
215
|
};
|
|
216
216
|
}>> & Readonly<{
|
|
217
|
-
onPress?: (...args: any
|
|
218
|
-
onDrag?: (...args: any
|
|
219
|
-
onRelease?: (...args: any
|
|
220
|
-
onClick?: (...args: any
|
|
221
|
-
onBlur?: (...args: any
|
|
222
|
-
onCancel?: (...args: any
|
|
223
|
-
onClose?: (...args: any
|
|
224
|
-
onFocus?: (...args: any
|
|
225
|
-
onKeydown?: (...args: any
|
|
226
|
-
onKeypress?: (...args: any
|
|
227
|
-
onKeyup?: (...args: any
|
|
228
|
-
onMousedown?: (...args: any
|
|
229
|
-
onMouseenter?: (...args: any
|
|
230
|
-
onMouseleave?: (...args: any
|
|
231
|
-
onMouseout?: (...args: any
|
|
232
|
-
onMouseover?: (...args: any
|
|
233
|
-
onMouseup?: (...args: any
|
|
234
|
-
onDoubleclick?: (...args: any
|
|
235
|
-
onFormsubmit?: (...args: any
|
|
236
|
-
onRemoveclick?: (...args: any
|
|
237
|
-
onResizepress?: (...args: any
|
|
238
|
-
onResizestartdrag?: (...args: any
|
|
239
|
-
onResizeenddrag?: (...args: any
|
|
240
|
-
onResizerelease?: (...args: any
|
|
217
|
+
onPress?: (...args: any) => any;
|
|
218
|
+
onDrag?: (...args: any) => any;
|
|
219
|
+
onRelease?: (...args: any) => any;
|
|
220
|
+
onClick?: (...args: any) => any;
|
|
221
|
+
onBlur?: (...args: any) => any;
|
|
222
|
+
onCancel?: (...args: any) => any;
|
|
223
|
+
onClose?: (...args: any) => any;
|
|
224
|
+
onFocus?: (...args: any) => any;
|
|
225
|
+
onKeydown?: (...args: any) => any;
|
|
226
|
+
onKeypress?: (...args: any) => any;
|
|
227
|
+
onKeyup?: (...args: any) => any;
|
|
228
|
+
onMousedown?: (...args: any) => any;
|
|
229
|
+
onMouseenter?: (...args: any) => any;
|
|
230
|
+
onMouseleave?: (...args: any) => any;
|
|
231
|
+
onMouseout?: (...args: any) => any;
|
|
232
|
+
onMouseover?: (...args: any) => any;
|
|
233
|
+
onMouseup?: (...args: any) => any;
|
|
234
|
+
onDoubleclick?: (...args: any) => any;
|
|
235
|
+
onFormsubmit?: (...args: any) => any;
|
|
236
|
+
onRemoveclick?: (...args: any) => any;
|
|
237
|
+
onResizepress?: (...args: any) => any;
|
|
238
|
+
onResizestartdrag?: (...args: any) => any;
|
|
239
|
+
onResizeenddrag?: (...args: any) => any;
|
|
240
|
+
onResizerelease?: (...args: any) => any;
|
|
241
241
|
}>, {
|
|
242
242
|
showOccurrenceDialog: boolean;
|
|
243
243
|
showRemoveDialog: boolean;
|
|
@@ -424,30 +424,30 @@ declare const SchedulerDrag: import('vue').DefineComponent<import('vue').Extract
|
|
|
424
424
|
default: any;
|
|
425
425
|
};
|
|
426
426
|
}>> & Readonly<{
|
|
427
|
-
onPress?: (...args: any
|
|
428
|
-
onDrag?: (...args: any
|
|
429
|
-
onRelease?: (...args: any
|
|
430
|
-
onClick?: (...args: any
|
|
431
|
-
onBlur?: (...args: any
|
|
432
|
-
onCancel?: (...args: any
|
|
433
|
-
onClose?: (...args: any
|
|
434
|
-
onFocus?: (...args: any
|
|
435
|
-
onKeydown?: (...args: any
|
|
436
|
-
onKeypress?: (...args: any
|
|
437
|
-
onKeyup?: (...args: any
|
|
438
|
-
onMousedown?: (...args: any
|
|
439
|
-
onMouseenter?: (...args: any
|
|
440
|
-
onMouseleave?: (...args: any
|
|
441
|
-
onMouseout?: (...args: any
|
|
442
|
-
onMouseover?: (...args: any
|
|
443
|
-
onMouseup?: (...args: any
|
|
444
|
-
onDoubleclick?: (...args: any
|
|
445
|
-
onFormsubmit?: (...args: any
|
|
446
|
-
onRemoveclick?: (...args: any
|
|
447
|
-
onResizepress?: (...args: any
|
|
448
|
-
onResizestartdrag?: (...args: any
|
|
449
|
-
onResizeenddrag?: (...args: any
|
|
450
|
-
onResizerelease?: (...args: any
|
|
427
|
+
onPress?: (...args: any) => any;
|
|
428
|
+
onDrag?: (...args: any) => any;
|
|
429
|
+
onRelease?: (...args: any) => any;
|
|
430
|
+
onClick?: (...args: any) => any;
|
|
431
|
+
onBlur?: (...args: any) => any;
|
|
432
|
+
onCancel?: (...args: any) => any;
|
|
433
|
+
onClose?: (...args: any) => any;
|
|
434
|
+
onFocus?: (...args: any) => any;
|
|
435
|
+
onKeydown?: (...args: any) => any;
|
|
436
|
+
onKeypress?: (...args: any) => any;
|
|
437
|
+
onKeyup?: (...args: any) => any;
|
|
438
|
+
onMousedown?: (...args: any) => any;
|
|
439
|
+
onMouseenter?: (...args: any) => any;
|
|
440
|
+
onMouseleave?: (...args: any) => any;
|
|
441
|
+
onMouseout?: (...args: any) => any;
|
|
442
|
+
onMouseover?: (...args: any) => any;
|
|
443
|
+
onMouseup?: (...args: any) => any;
|
|
444
|
+
onDoubleclick?: (...args: any) => any;
|
|
445
|
+
onFormsubmit?: (...args: any) => any;
|
|
446
|
+
onRemoveclick?: (...args: any) => any;
|
|
447
|
+
onResizepress?: (...args: any) => any;
|
|
448
|
+
onResizestartdrag?: (...args: any) => any;
|
|
449
|
+
onResizeenddrag?: (...args: any) => any;
|
|
450
|
+
onResizerelease?: (...args: any) => any;
|
|
451
451
|
}>, {
|
|
452
452
|
showOccurrenceDialog: boolean;
|
|
453
453
|
showRemoveDialog: boolean;
|
|
@@ -216,30 +216,30 @@ declare const SchedulerResize: import('vue').DefineComponent<import('vue').Extra
|
|
|
216
216
|
default: any;
|
|
217
217
|
};
|
|
218
218
|
}>> & Readonly<{
|
|
219
|
-
onPress?: (...args: any
|
|
220
|
-
onDrag?: (...args: any
|
|
221
|
-
onRelease?: (...args: any
|
|
222
|
-
onClick?: (...args: any
|
|
223
|
-
onBlur?: (...args: any
|
|
224
|
-
onCancel?: (...args: any
|
|
225
|
-
onClose?: (...args: any
|
|
226
|
-
onFocus?: (...args: any
|
|
227
|
-
onKeydown?: (...args: any
|
|
228
|
-
onKeypress?: (...args: any
|
|
229
|
-
onKeyup?: (...args: any
|
|
230
|
-
onMousedown?: (...args: any
|
|
231
|
-
onMouseenter?: (...args: any
|
|
232
|
-
onMouseleave?: (...args: any
|
|
233
|
-
onMouseout?: (...args: any
|
|
234
|
-
onMouseover?: (...args: any
|
|
235
|
-
onMouseup?: (...args: any
|
|
236
|
-
onDoubleclick?: (...args: any
|
|
237
|
-
onFormsubmit?: (...args: any
|
|
238
|
-
onRemoveclick?: (...args: any
|
|
239
|
-
onResizepress?: (...args: any
|
|
240
|
-
onResizestartdrag?: (...args: any
|
|
241
|
-
onResizeenddrag?: (...args: any
|
|
242
|
-
onResizerelease?: (...args: any
|
|
219
|
+
onPress?: (...args: any) => any;
|
|
220
|
+
onDrag?: (...args: any) => any;
|
|
221
|
+
onRelease?: (...args: any) => any;
|
|
222
|
+
onClick?: (...args: any) => any;
|
|
223
|
+
onBlur?: (...args: any) => any;
|
|
224
|
+
onCancel?: (...args: any) => any;
|
|
225
|
+
onClose?: (...args: any) => any;
|
|
226
|
+
onFocus?: (...args: any) => any;
|
|
227
|
+
onKeydown?: (...args: any) => any;
|
|
228
|
+
onKeypress?: (...args: any) => any;
|
|
229
|
+
onKeyup?: (...args: any) => any;
|
|
230
|
+
onMousedown?: (...args: any) => any;
|
|
231
|
+
onMouseenter?: (...args: any) => any;
|
|
232
|
+
onMouseleave?: (...args: any) => any;
|
|
233
|
+
onMouseout?: (...args: any) => any;
|
|
234
|
+
onMouseover?: (...args: any) => any;
|
|
235
|
+
onMouseup?: (...args: any) => any;
|
|
236
|
+
onDoubleclick?: (...args: any) => any;
|
|
237
|
+
onFormsubmit?: (...args: any) => any;
|
|
238
|
+
onRemoveclick?: (...args: any) => any;
|
|
239
|
+
onResizepress?: (...args: any) => any;
|
|
240
|
+
onResizestartdrag?: (...args: any) => any;
|
|
241
|
+
onResizeenddrag?: (...args: any) => any;
|
|
242
|
+
onResizerelease?: (...args: any) => any;
|
|
243
243
|
}>, {
|
|
244
244
|
showOccurrenceDialog: boolean;
|
|
245
245
|
showRemoveDialog: boolean;
|
|
@@ -427,30 +427,30 @@ declare const SchedulerResize: import('vue').DefineComponent<import('vue').Extra
|
|
|
427
427
|
default: any;
|
|
428
428
|
};
|
|
429
429
|
}>> & Readonly<{
|
|
430
|
-
onPress?: (...args: any
|
|
431
|
-
onDrag?: (...args: any
|
|
432
|
-
onRelease?: (...args: any
|
|
433
|
-
onClick?: (...args: any
|
|
434
|
-
onBlur?: (...args: any
|
|
435
|
-
onCancel?: (...args: any
|
|
436
|
-
onClose?: (...args: any
|
|
437
|
-
onFocus?: (...args: any
|
|
438
|
-
onKeydown?: (...args: any
|
|
439
|
-
onKeypress?: (...args: any
|
|
440
|
-
onKeyup?: (...args: any
|
|
441
|
-
onMousedown?: (...args: any
|
|
442
|
-
onMouseenter?: (...args: any
|
|
443
|
-
onMouseleave?: (...args: any
|
|
444
|
-
onMouseout?: (...args: any
|
|
445
|
-
onMouseover?: (...args: any
|
|
446
|
-
onMouseup?: (...args: any
|
|
447
|
-
onDoubleclick?: (...args: any
|
|
448
|
-
onFormsubmit?: (...args: any
|
|
449
|
-
onRemoveclick?: (...args: any
|
|
450
|
-
onResizepress?: (...args: any
|
|
451
|
-
onResizestartdrag?: (...args: any
|
|
452
|
-
onResizeenddrag?: (...args: any
|
|
453
|
-
onResizerelease?: (...args: any
|
|
430
|
+
onPress?: (...args: any) => any;
|
|
431
|
+
onDrag?: (...args: any) => any;
|
|
432
|
+
onRelease?: (...args: any) => any;
|
|
433
|
+
onClick?: (...args: any) => any;
|
|
434
|
+
onBlur?: (...args: any) => any;
|
|
435
|
+
onCancel?: (...args: any) => any;
|
|
436
|
+
onClose?: (...args: any) => any;
|
|
437
|
+
onFocus?: (...args: any) => any;
|
|
438
|
+
onKeydown?: (...args: any) => any;
|
|
439
|
+
onKeypress?: (...args: any) => any;
|
|
440
|
+
onKeyup?: (...args: any) => any;
|
|
441
|
+
onMousedown?: (...args: any) => any;
|
|
442
|
+
onMouseenter?: (...args: any) => any;
|
|
443
|
+
onMouseleave?: (...args: any) => any;
|
|
444
|
+
onMouseout?: (...args: any) => any;
|
|
445
|
+
onMouseover?: (...args: any) => any;
|
|
446
|
+
onMouseup?: (...args: any) => any;
|
|
447
|
+
onDoubleclick?: (...args: any) => any;
|
|
448
|
+
onFormsubmit?: (...args: any) => any;
|
|
449
|
+
onRemoveclick?: (...args: any) => any;
|
|
450
|
+
onResizepress?: (...args: any) => any;
|
|
451
|
+
onResizestartdrag?: (...args: any) => any;
|
|
452
|
+
onResizeenddrag?: (...args: any) => any;
|
|
453
|
+
onResizerelease?: (...args: any) => any;
|
|
454
454
|
}>, {
|
|
455
455
|
showOccurrenceDialog: boolean;
|
|
456
456
|
showRemoveDialog: boolean;
|
package/views/day/DayView.d.ts
CHANGED
|
@@ -184,7 +184,7 @@ declare const DayView: import('vue').DefineComponent<import('vue').ExtractPropTy
|
|
|
184
184
|
};
|
|
185
185
|
format: PropType<string>;
|
|
186
186
|
}>> & Readonly<{
|
|
187
|
-
onDataaction?: (...args: any
|
|
187
|
+
onDataaction?: (...args: any) => any;
|
|
188
188
|
}>, {
|
|
189
189
|
name: string;
|
|
190
190
|
step: number;
|
|
@@ -206,7 +206,7 @@ declare const TimelineView: import('vue').DefineComponent<import('vue').ExtractP
|
|
|
206
206
|
viewItem: PropType<any>;
|
|
207
207
|
editable: PropType<boolean | import('../../models/EditableProp').EditableProp>;
|
|
208
208
|
}>> & Readonly<{
|
|
209
|
-
onDataaction?: (...args: any
|
|
209
|
+
onDataaction?: (...args: any) => any;
|
|
210
210
|
}>, {
|
|
211
211
|
title: string | ((localization: import('@progress/kendo-vue-intl').LocalizationService) => string);
|
|
212
212
|
name: string;
|
package/views/week/WeekView.d.ts
CHANGED
|
@@ -247,7 +247,7 @@ declare const WeekView: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
247
247
|
};
|
|
248
248
|
format: PropType<string>;
|
|
249
249
|
}>> & Readonly<{
|
|
250
|
-
onDataaction?: (...args: any
|
|
250
|
+
onDataaction?: (...args: any) => any;
|
|
251
251
|
}>, {
|
|
252
252
|
name: string;
|
|
253
253
|
startTime: string;
|
|
@@ -124,7 +124,7 @@ declare const WorkWeekView: import('vue').DefineComponent<import('vue').ExtractP
|
|
|
124
124
|
default: boolean;
|
|
125
125
|
};
|
|
126
126
|
}>> & Readonly<{
|
|
127
|
-
onDataaction?: (...args: any
|
|
127
|
+
onDataaction?: (...args: any) => any;
|
|
128
128
|
}>, {
|
|
129
129
|
name: string;
|
|
130
130
|
editable: boolean;
|