@progress/kendo-vue-scheduler 3.8.2 → 3.8.3-dev.202301271102
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/Scheduler.d.ts +4 -4
- package/dist/es/components/footer/SchedulerFooter.d.ts +0 -3
- package/dist/es/components/header/SchedulerHeader.d.ts +1 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/views/month/MonthView.d.ts +0 -3
- package/dist/esm/Scheduler.d.ts +4 -4
- package/dist/esm/components/footer/SchedulerFooter.d.ts +0 -3
- package/dist/esm/components/header/SchedulerHeader.d.ts +1 -1
- package/dist/esm/package-metadata.js +1 -1
- package/dist/esm/views/month/MonthView.d.ts +0 -3
- package/dist/npm/Scheduler.d.ts +4 -4
- package/dist/npm/components/footer/SchedulerFooter.d.ts +0 -3
- package/dist/npm/components/header/SchedulerHeader.d.ts +1 -1
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/views/month/MonthView.d.ts +0 -3
- package/package.json +12 -12
package/dist/es/Scheduler.d.ts
CHANGED
|
@@ -110,7 +110,7 @@ export interface SchedulerProps {
|
|
|
110
110
|
/**
|
|
111
111
|
* Overrides the default footer component of the Scheduler.
|
|
112
112
|
*
|
|
113
|
-
* The default component is: [Scheduler]({% slug
|
|
113
|
+
* The default component is: [Scheduler]({% slug api_scheduler_schedulerfooterprops %})
|
|
114
114
|
*
|
|
115
115
|
* For more information on customizing the scheduler footer, refer to the [Footer Customization]({% slug overview_header_footer_scheduler %}) article.
|
|
116
116
|
*/
|
|
@@ -120,7 +120,7 @@ export interface SchedulerProps {
|
|
|
120
120
|
*
|
|
121
121
|
* The default component is: [SchedulerSlot]({% slug api_scheduler_schedulerslotprops %})
|
|
122
122
|
*
|
|
123
|
-
* For more information on customizing the scheduler slots, refer to the [Slot Customization]({% slug
|
|
123
|
+
* For more information on customizing the scheduler slots, refer to the [Slot Customization]({% slug scheduler_custom_slot %}) article.
|
|
124
124
|
*/
|
|
125
125
|
slotRender?: any;
|
|
126
126
|
/**
|
|
@@ -128,7 +128,7 @@ export interface SchedulerProps {
|
|
|
128
128
|
*
|
|
129
129
|
* The default component is: [SchedulerViewSlot]({% slug api_scheduler_schedulerviewslotprops %})
|
|
130
130
|
*
|
|
131
|
-
* For more information on customizing the scheduler slots, refer to the [Slot Customization]({% slug
|
|
131
|
+
* For more information on customizing the scheduler slots, refer to the [Slot Customization]({% slug scheduler_custom_slot %}) article.
|
|
132
132
|
*/
|
|
133
133
|
viewSlot?: any;
|
|
134
134
|
/**
|
|
@@ -136,7 +136,7 @@ export interface SchedulerProps {
|
|
|
136
136
|
*
|
|
137
137
|
* The default component is: [SchedulerEditSlot]({% slug api_scheduler_schedulereditslot %})
|
|
138
138
|
*
|
|
139
|
-
* For more information on customizing the scheduler slots, refer to the [Slot Customization]({% slug
|
|
139
|
+
* For more information on customizing the scheduler slots, refer to the [Slot Customization]({% slug scheduler_custom_slot %}) article.
|
|
140
140
|
*/
|
|
141
141
|
editSlot?: any;
|
|
142
142
|
/** @hidden */
|
|
@@ -4,9 +4,6 @@ declare type DefaultMethods<V> = {
|
|
|
4
4
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
5
5
|
};
|
|
6
6
|
import { ToolbarProps } from '@progress/kendo-vue-buttons';
|
|
7
|
-
/**
|
|
8
|
-
* Represents the props of the Kendo UI for Vue [SchedulerFooter]({% slug api_scheduler_schedulerfooter %}) component.
|
|
9
|
-
*/
|
|
10
7
|
export interface SchedulerFooterProps extends ToolbarProps {
|
|
11
8
|
}
|
|
12
9
|
/** @hidden */
|
|
@@ -5,7 +5,7 @@ declare type DefaultMethods<V> = {
|
|
|
5
5
|
};
|
|
6
6
|
import { ToolbarProps } from '@progress/kendo-vue-buttons';
|
|
7
7
|
/**
|
|
8
|
-
* Represents the props of the Kendo UI for Vue [SchedulerHeader]({% slug
|
|
8
|
+
* Represents the props of the Kendo UI for Vue [SchedulerHeader]({% slug api_scheduler_schedulerfooterprops %}) component.
|
|
9
9
|
*/
|
|
10
10
|
export interface SchedulerHeaderProps extends ToolbarProps {
|
|
11
11
|
}
|
|
@@ -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: 1674817021,
|
|
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
|
};
|
|
@@ -4,9 +4,6 @@ declare type DefaultMethods<V> = {
|
|
|
4
4
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
5
5
|
};
|
|
6
6
|
import { SchedulerViewProps } from '../../models/main';
|
|
7
|
-
/**
|
|
8
|
-
* Represents the props of the Kendo UI for Vue [MonthView]({% slug api_scheduler_schedulermonthviewprops %}) Component.
|
|
9
|
-
*/
|
|
10
7
|
export interface MonthViewProps extends SchedulerViewProps {
|
|
11
8
|
/**
|
|
12
9
|
* Sets the maximum number of `items` to be rendered in a single `slot`, before adding the `show-more` button.
|
package/dist/esm/Scheduler.d.ts
CHANGED
|
@@ -110,7 +110,7 @@ export interface SchedulerProps {
|
|
|
110
110
|
/**
|
|
111
111
|
* Overrides the default footer component of the Scheduler.
|
|
112
112
|
*
|
|
113
|
-
* The default component is: [Scheduler]({% slug
|
|
113
|
+
* The default component is: [Scheduler]({% slug api_scheduler_schedulerfooterprops %})
|
|
114
114
|
*
|
|
115
115
|
* For more information on customizing the scheduler footer, refer to the [Footer Customization]({% slug overview_header_footer_scheduler %}) article.
|
|
116
116
|
*/
|
|
@@ -120,7 +120,7 @@ export interface SchedulerProps {
|
|
|
120
120
|
*
|
|
121
121
|
* The default component is: [SchedulerSlot]({% slug api_scheduler_schedulerslotprops %})
|
|
122
122
|
*
|
|
123
|
-
* For more information on customizing the scheduler slots, refer to the [Slot Customization]({% slug
|
|
123
|
+
* For more information on customizing the scheduler slots, refer to the [Slot Customization]({% slug scheduler_custom_slot %}) article.
|
|
124
124
|
*/
|
|
125
125
|
slotRender?: any;
|
|
126
126
|
/**
|
|
@@ -128,7 +128,7 @@ export interface SchedulerProps {
|
|
|
128
128
|
*
|
|
129
129
|
* The default component is: [SchedulerViewSlot]({% slug api_scheduler_schedulerviewslotprops %})
|
|
130
130
|
*
|
|
131
|
-
* For more information on customizing the scheduler slots, refer to the [Slot Customization]({% slug
|
|
131
|
+
* For more information on customizing the scheduler slots, refer to the [Slot Customization]({% slug scheduler_custom_slot %}) article.
|
|
132
132
|
*/
|
|
133
133
|
viewSlot?: any;
|
|
134
134
|
/**
|
|
@@ -136,7 +136,7 @@ export interface SchedulerProps {
|
|
|
136
136
|
*
|
|
137
137
|
* The default component is: [SchedulerEditSlot]({% slug api_scheduler_schedulereditslot %})
|
|
138
138
|
*
|
|
139
|
-
* For more information on customizing the scheduler slots, refer to the [Slot Customization]({% slug
|
|
139
|
+
* For more information on customizing the scheduler slots, refer to the [Slot Customization]({% slug scheduler_custom_slot %}) article.
|
|
140
140
|
*/
|
|
141
141
|
editSlot?: any;
|
|
142
142
|
/** @hidden */
|
|
@@ -4,9 +4,6 @@ declare type DefaultMethods<V> = {
|
|
|
4
4
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
5
5
|
};
|
|
6
6
|
import { ToolbarProps } from '@progress/kendo-vue-buttons';
|
|
7
|
-
/**
|
|
8
|
-
* Represents the props of the Kendo UI for Vue [SchedulerFooter]({% slug api_scheduler_schedulerfooter %}) component.
|
|
9
|
-
*/
|
|
10
7
|
export interface SchedulerFooterProps extends ToolbarProps {
|
|
11
8
|
}
|
|
12
9
|
/** @hidden */
|
|
@@ -5,7 +5,7 @@ declare type DefaultMethods<V> = {
|
|
|
5
5
|
};
|
|
6
6
|
import { ToolbarProps } from '@progress/kendo-vue-buttons';
|
|
7
7
|
/**
|
|
8
|
-
* Represents the props of the Kendo UI for Vue [SchedulerHeader]({% slug
|
|
8
|
+
* Represents the props of the Kendo UI for Vue [SchedulerHeader]({% slug api_scheduler_schedulerfooterprops %}) component.
|
|
9
9
|
*/
|
|
10
10
|
export interface SchedulerHeaderProps extends ToolbarProps {
|
|
11
11
|
}
|
|
@@ -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: 1674817021,
|
|
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
|
};
|
|
@@ -4,9 +4,6 @@ declare type DefaultMethods<V> = {
|
|
|
4
4
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
5
5
|
};
|
|
6
6
|
import { SchedulerViewProps } from '../../models/main';
|
|
7
|
-
/**
|
|
8
|
-
* Represents the props of the Kendo UI for Vue [MonthView]({% slug api_scheduler_schedulermonthviewprops %}) Component.
|
|
9
|
-
*/
|
|
10
7
|
export interface MonthViewProps extends SchedulerViewProps {
|
|
11
8
|
/**
|
|
12
9
|
* Sets the maximum number of `items` to be rendered in a single `slot`, before adding the `show-more` button.
|
package/dist/npm/Scheduler.d.ts
CHANGED
|
@@ -110,7 +110,7 @@ export interface SchedulerProps {
|
|
|
110
110
|
/**
|
|
111
111
|
* Overrides the default footer component of the Scheduler.
|
|
112
112
|
*
|
|
113
|
-
* The default component is: [Scheduler]({% slug
|
|
113
|
+
* The default component is: [Scheduler]({% slug api_scheduler_schedulerfooterprops %})
|
|
114
114
|
*
|
|
115
115
|
* For more information on customizing the scheduler footer, refer to the [Footer Customization]({% slug overview_header_footer_scheduler %}) article.
|
|
116
116
|
*/
|
|
@@ -120,7 +120,7 @@ export interface SchedulerProps {
|
|
|
120
120
|
*
|
|
121
121
|
* The default component is: [SchedulerSlot]({% slug api_scheduler_schedulerslotprops %})
|
|
122
122
|
*
|
|
123
|
-
* For more information on customizing the scheduler slots, refer to the [Slot Customization]({% slug
|
|
123
|
+
* For more information on customizing the scheduler slots, refer to the [Slot Customization]({% slug scheduler_custom_slot %}) article.
|
|
124
124
|
*/
|
|
125
125
|
slotRender?: any;
|
|
126
126
|
/**
|
|
@@ -128,7 +128,7 @@ export interface SchedulerProps {
|
|
|
128
128
|
*
|
|
129
129
|
* The default component is: [SchedulerViewSlot]({% slug api_scheduler_schedulerviewslotprops %})
|
|
130
130
|
*
|
|
131
|
-
* For more information on customizing the scheduler slots, refer to the [Slot Customization]({% slug
|
|
131
|
+
* For more information on customizing the scheduler slots, refer to the [Slot Customization]({% slug scheduler_custom_slot %}) article.
|
|
132
132
|
*/
|
|
133
133
|
viewSlot?: any;
|
|
134
134
|
/**
|
|
@@ -136,7 +136,7 @@ export interface SchedulerProps {
|
|
|
136
136
|
*
|
|
137
137
|
* The default component is: [SchedulerEditSlot]({% slug api_scheduler_schedulereditslot %})
|
|
138
138
|
*
|
|
139
|
-
* For more information on customizing the scheduler slots, refer to the [Slot Customization]({% slug
|
|
139
|
+
* For more information on customizing the scheduler slots, refer to the [Slot Customization]({% slug scheduler_custom_slot %}) article.
|
|
140
140
|
*/
|
|
141
141
|
editSlot?: any;
|
|
142
142
|
/** @hidden */
|
|
@@ -4,9 +4,6 @@ declare type DefaultMethods<V> = {
|
|
|
4
4
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
5
5
|
};
|
|
6
6
|
import { ToolbarProps } from '@progress/kendo-vue-buttons';
|
|
7
|
-
/**
|
|
8
|
-
* Represents the props of the Kendo UI for Vue [SchedulerFooter]({% slug api_scheduler_schedulerfooter %}) component.
|
|
9
|
-
*/
|
|
10
7
|
export interface SchedulerFooterProps extends ToolbarProps {
|
|
11
8
|
}
|
|
12
9
|
/** @hidden */
|
|
@@ -5,7 +5,7 @@ declare type DefaultMethods<V> = {
|
|
|
5
5
|
};
|
|
6
6
|
import { ToolbarProps } from '@progress/kendo-vue-buttons';
|
|
7
7
|
/**
|
|
8
|
-
* Represents the props of the Kendo UI for Vue [SchedulerHeader]({% slug
|
|
8
|
+
* Represents the props of the Kendo UI for Vue [SchedulerHeader]({% slug api_scheduler_schedulerfooterprops %}) component.
|
|
9
9
|
*/
|
|
10
10
|
export interface SchedulerHeaderProps extends ToolbarProps {
|
|
11
11
|
}
|
|
@@ -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: 1674817021,
|
|
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
|
};
|
|
@@ -4,9 +4,6 @@ declare type DefaultMethods<V> = {
|
|
|
4
4
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
5
5
|
};
|
|
6
6
|
import { SchedulerViewProps } from '../../models/main';
|
|
7
|
-
/**
|
|
8
|
-
* Represents the props of the Kendo UI for Vue [MonthView]({% slug api_scheduler_schedulermonthviewprops %}) Component.
|
|
9
|
-
*/
|
|
10
7
|
export interface MonthViewProps extends SchedulerViewProps {
|
|
11
8
|
/**
|
|
12
9
|
* Sets the maximum number of `items` to be rendered in a single `slot`, before adding the `show-more` button.
|
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.8.
|
|
4
|
+
"version": "3.8.3-dev.202301271102",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/telerik/kendo-vue.git"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@progress/kendo-data-query": "^1.5.1",
|
|
51
51
|
"@progress/kendo-draggable": "^3.0.1",
|
|
52
52
|
"@progress/kendo-recurrence": "^1.0.1",
|
|
53
|
-
"@progress/kendo-vue-common": "3.8.
|
|
53
|
+
"@progress/kendo-vue-common": "3.8.3-dev.202301271102"
|
|
54
54
|
},
|
|
55
55
|
"@progress": {
|
|
56
56
|
"friendlyName": "Scheduler",
|
|
@@ -66,16 +66,16 @@
|
|
|
66
66
|
"@progress/kendo-drawing": "^1.8.0",
|
|
67
67
|
"@progress/kendo-licensing": "^1.3.0",
|
|
68
68
|
"@progress/kendo-svg-icons": "^1.0.0",
|
|
69
|
-
"@progress/kendo-vue-buttons": "3.8.
|
|
70
|
-
"@progress/kendo-vue-dateinputs": "3.8.
|
|
71
|
-
"@progress/kendo-vue-dialogs": "3.8.
|
|
72
|
-
"@progress/kendo-vue-dropdowns": "3.8.
|
|
73
|
-
"@progress/kendo-vue-form": "3.8.
|
|
74
|
-
"@progress/kendo-vue-inputs": "3.8.
|
|
75
|
-
"@progress/kendo-vue-intl": "3.8.
|
|
76
|
-
"@progress/kendo-vue-labels": "3.8.
|
|
77
|
-
"@progress/kendo-vue-popup": "3.8.
|
|
78
|
-
"@progress/kendo-vue-progressbars": "3.8.
|
|
69
|
+
"@progress/kendo-vue-buttons": "3.8.3-dev.202301271102",
|
|
70
|
+
"@progress/kendo-vue-dateinputs": "3.8.3-dev.202301271102",
|
|
71
|
+
"@progress/kendo-vue-dialogs": "3.8.3-dev.202301271102",
|
|
72
|
+
"@progress/kendo-vue-dropdowns": "3.8.3-dev.202301271102",
|
|
73
|
+
"@progress/kendo-vue-form": "3.8.3-dev.202301271102",
|
|
74
|
+
"@progress/kendo-vue-inputs": "3.8.3-dev.202301271102",
|
|
75
|
+
"@progress/kendo-vue-intl": "3.8.3-dev.202301271102",
|
|
76
|
+
"@progress/kendo-vue-labels": "3.8.3-dev.202301271102",
|
|
77
|
+
"@progress/kendo-vue-popup": "3.8.3-dev.202301271102",
|
|
78
|
+
"@progress/kendo-vue-progressbars": "3.8.3-dev.202301271102",
|
|
79
79
|
"cldr-core": "^41.0.0",
|
|
80
80
|
"cldr-dates-full": "^41.0.0",
|
|
81
81
|
"cldr-numbers-full": "^41.0.0"
|