@progress/kendo-vue-scheduler 3.4.2 → 3.4.3
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 +2 -2
- package/dist/es/components/TimeHeaderCell.d.ts +1 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/views/month/MonthView.d.ts +1 -1
- package/dist/es/views/time/TimelineView.d.ts +1 -1
- package/dist/es/views/week/WeekView.d.ts +1 -1
- package/dist/npm/components/TimeHeaderCell.d.ts +1 -1
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/views/month/MonthView.d.ts +1 -1
- package/dist/npm/views/time/TimelineView.d.ts +1 -1
- package/dist/npm/views/week/WeekView.d.ts +1 -1
- package/package.json +15 -15
|
@@ -5,7 +5,7 @@ declare type DefaultMethods<V> = {
|
|
|
5
5
|
};
|
|
6
6
|
import { DateFormatOptions } from '@progress/kendo-vue-intl';
|
|
7
7
|
/**
|
|
8
|
-
* Represents the properties of
|
|
8
|
+
* Represents the properties of `TimeHeaderCell` component.
|
|
9
9
|
*/
|
|
10
10
|
export interface TimeHeaderCellProps {
|
|
11
11
|
/** @hidden */
|
|
@@ -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: 1657628088,
|
|
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
|
};
|
|
@@ -5,7 +5,7 @@ declare type DefaultMethods<V> = {
|
|
|
5
5
|
};
|
|
6
6
|
import { SchedulerViewProps } from '../../models';
|
|
7
7
|
/**
|
|
8
|
-
* Represents the props of the Kendo UI for Vue [MonthView]({% slug
|
|
8
|
+
* Represents the props of the Kendo UI for Vue [MonthView]({% slug api_scheduler_schedulermonthviewprops %}) Component.
|
|
9
9
|
*/
|
|
10
10
|
export interface MonthViewProps extends SchedulerViewProps {
|
|
11
11
|
/**
|
|
@@ -5,7 +5,7 @@ declare type DefaultMethods<V> = {
|
|
|
5
5
|
};
|
|
6
6
|
import { MultiDayTimelineViewProps } from './MultiDayTimelineView';
|
|
7
7
|
/**
|
|
8
|
-
* Represents the properties of the Kendo UI for Vue [TimelineView]({% slug
|
|
8
|
+
* Represents the properties of the Kendo UI for Vue [TimelineView]({% slug api_scheduler_schedulertimelineviewprops %}) Component.
|
|
9
9
|
*/
|
|
10
10
|
export interface TimelineViewProps extends MultiDayTimelineViewProps {
|
|
11
11
|
}
|
|
@@ -6,7 +6,7 @@ declare type DefaultMethods<V> = {
|
|
|
6
6
|
import { MultiDayViewProps } from '../day/MultiDayView';
|
|
7
7
|
import { Day } from '@progress/kendo-date-math';
|
|
8
8
|
/**
|
|
9
|
-
* Represents the properties of the Kendo UI for Vue [WeekView]({% slug
|
|
9
|
+
* Represents the properties of the Kendo UI for Vue [WeekView]({% slug api_scheduler_schedulerweekviewprops %}) Component.
|
|
10
10
|
*/
|
|
11
11
|
export interface WeekViewProps extends MultiDayViewProps {
|
|
12
12
|
/**
|
|
@@ -5,7 +5,7 @@ declare type DefaultMethods<V> = {
|
|
|
5
5
|
};
|
|
6
6
|
import { DateFormatOptions } from '@progress/kendo-vue-intl';
|
|
7
7
|
/**
|
|
8
|
-
* Represents the properties of
|
|
8
|
+
* Represents the properties of `TimeHeaderCell` component.
|
|
9
9
|
*/
|
|
10
10
|
export interface TimeHeaderCellProps {
|
|
11
11
|
/** @hidden */
|
|
@@ -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: 1657628088,
|
|
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
|
};
|
|
@@ -5,7 +5,7 @@ declare type DefaultMethods<V> = {
|
|
|
5
5
|
};
|
|
6
6
|
import { SchedulerViewProps } from '../../models';
|
|
7
7
|
/**
|
|
8
|
-
* Represents the props of the Kendo UI for Vue [MonthView]({% slug
|
|
8
|
+
* Represents the props of the Kendo UI for Vue [MonthView]({% slug api_scheduler_schedulermonthviewprops %}) Component.
|
|
9
9
|
*/
|
|
10
10
|
export interface MonthViewProps extends SchedulerViewProps {
|
|
11
11
|
/**
|
|
@@ -5,7 +5,7 @@ declare type DefaultMethods<V> = {
|
|
|
5
5
|
};
|
|
6
6
|
import { MultiDayTimelineViewProps } from './MultiDayTimelineView';
|
|
7
7
|
/**
|
|
8
|
-
* Represents the properties of the Kendo UI for Vue [TimelineView]({% slug
|
|
8
|
+
* Represents the properties of the Kendo UI for Vue [TimelineView]({% slug api_scheduler_schedulertimelineviewprops %}) Component.
|
|
9
9
|
*/
|
|
10
10
|
export interface TimelineViewProps extends MultiDayTimelineViewProps {
|
|
11
11
|
}
|
|
@@ -6,7 +6,7 @@ declare type DefaultMethods<V> = {
|
|
|
6
6
|
import { MultiDayViewProps } from '../day/MultiDayView';
|
|
7
7
|
import { Day } from '@progress/kendo-date-math';
|
|
8
8
|
/**
|
|
9
|
-
* Represents the properties of the Kendo UI for Vue [WeekView]({% slug
|
|
9
|
+
* Represents the properties of the Kendo UI for Vue [WeekView]({% slug api_scheduler_schedulerweekviewprops %}) Component.
|
|
10
10
|
*/
|
|
11
11
|
export interface WeekViewProps extends MultiDayViewProps {
|
|
12
12
|
/**
|
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.4.
|
|
4
|
+
"version": "3.4.3",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/telerik/kendo-vue.git"
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@progress/kendo-data-query": "^1.5.1",
|
|
44
44
|
"@progress/kendo-draggable": "^3.0.1",
|
|
45
45
|
"@progress/kendo-recurrence": "^1.0.1",
|
|
46
|
-
"@progress/kendo-vue-common": "3.4.
|
|
46
|
+
"@progress/kendo-vue-common": "3.4.3"
|
|
47
47
|
},
|
|
48
48
|
"@progress": {
|
|
49
49
|
"friendlyName": "Scheduler",
|
|
@@ -58,19 +58,19 @@
|
|
|
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.4.
|
|
62
|
-
"@progress/kendo-vue-dateinputs": "3.4.
|
|
63
|
-
"@progress/kendo-vue-dialogs": "3.4.
|
|
64
|
-
"@progress/kendo-vue-dropdowns": "3.4.
|
|
65
|
-
"@progress/kendo-vue-form": "3.4.
|
|
66
|
-
"@progress/kendo-vue-inputs": "3.4.
|
|
67
|
-
"@progress/kendo-vue-intl": "3.4.
|
|
68
|
-
"@progress/kendo-vue-labels": "3.4.
|
|
69
|
-
"@progress/kendo-vue-popup": "3.4.
|
|
70
|
-
"@progress/kendo-vue-progressbars": "3.4.
|
|
71
|
-
"cldr-core": "
|
|
72
|
-
"cldr-dates-full": "
|
|
73
|
-
"cldr-numbers-full": "
|
|
61
|
+
"@progress/kendo-vue-buttons": "3.4.3",
|
|
62
|
+
"@progress/kendo-vue-dateinputs": "3.4.3",
|
|
63
|
+
"@progress/kendo-vue-dialogs": "3.4.3",
|
|
64
|
+
"@progress/kendo-vue-dropdowns": "3.4.3",
|
|
65
|
+
"@progress/kendo-vue-form": "3.4.3",
|
|
66
|
+
"@progress/kendo-vue-inputs": "3.4.3",
|
|
67
|
+
"@progress/kendo-vue-intl": "3.4.3",
|
|
68
|
+
"@progress/kendo-vue-labels": "3.4.3",
|
|
69
|
+
"@progress/kendo-vue-popup": "3.4.3",
|
|
70
|
+
"@progress/kendo-vue-progressbars": "3.4.3",
|
|
71
|
+
"cldr-core": "^41.0.0",
|
|
72
|
+
"cldr-dates-full": "^41.0.0",
|
|
73
|
+
"cldr-numbers-full": "^41.0.0"
|
|
74
74
|
},
|
|
75
75
|
"sideEffects": false
|
|
76
76
|
}
|