@progress/kendo-angular-scheduler 19.2.0-develop.13 → 19.2.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/README.md +3 -6
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/views/day-time/day-time-view-base.mjs +1 -3
- package/fesm2022/progress-kendo-angular-scheduler.mjs +3 -5
- package/package.json +15 -15
- package/schematics/ngAdd/index.js +3 -3
- package/views/day-time/day-time-view-base.d.ts +1 -3
package/README.md
CHANGED
|
@@ -4,12 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
## Kendo UI for Angular Scheduler
|
|
6
6
|
|
|
7
|
-
> * This package is part of [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui
|
|
8
|
-
> *
|
|
9
|
-
> *
|
|
10
|
-
> * Trial users can register for a free license key file. Without it, your trial may be interrupted by visual indicators or functionality limitations.
|
|
11
|
-
> * Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI for Angular team!
|
|
12
|
-
> * Learn more: https://www.telerik.com/kendo-angular-ui/components/licensing
|
|
7
|
+
> * This package is part of [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui)—a commercial library designed and built for developing business applications with Angular. Every UI component in the Kendo UI for Angular suite has been built from the ground-up specifically for Angular.
|
|
8
|
+
> * You must [install a license key](https://www.telerik.com/kendo-angular-ui/my-license) when adding the package to your project. To receive a license key, either [purchase a license](https://www.telerik.com/purchase/kendo-ui) or register for a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui).
|
|
9
|
+
> * The 30-day free trial gives you access to all the Kendo UI for Angular components and their full functionality. Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI for Angular dev team!
|
|
13
10
|
>
|
|
14
11
|
> [Start using Kendo UI for Angular](https://www.telerik.com/download-login-v2-kendo-angular-ui) and speed up your development process!
|
|
15
12
|
|
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '19.2.0-develop.
|
|
13
|
+
publishDate: 1750841862,
|
|
14
|
+
version: '19.2.0-develop.2',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -58,9 +58,7 @@ export class DayTimeViewBase extends ConfigurationViewBase {
|
|
|
58
58
|
*/
|
|
59
59
|
showFooter;
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
62
|
-
* For `Month`, `Timeline`, and `Multi-Week` views, it controls the height of regular and all-day events.
|
|
63
|
-
* For `Day` and `Week` views, it controls the height of all-day events.
|
|
61
|
+
* The height of the events.
|
|
64
62
|
*/
|
|
65
63
|
eventHeight;
|
|
66
64
|
/**
|
|
@@ -43,8 +43,8 @@ const packageMetadata = {
|
|
|
43
43
|
productName: 'Kendo UI for Angular',
|
|
44
44
|
productCode: 'KENDOUIANGULAR',
|
|
45
45
|
productCodes: ['KENDOUIANGULAR'],
|
|
46
|
-
publishDate:
|
|
47
|
-
version: '19.2.0-develop.
|
|
46
|
+
publishDate: 1750841862,
|
|
47
|
+
version: '19.2.0-develop.2',
|
|
48
48
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
49
49
|
};
|
|
50
50
|
|
|
@@ -15042,9 +15042,7 @@ class DayTimeViewBase extends ConfigurationViewBase {
|
|
|
15042
15042
|
*/
|
|
15043
15043
|
showFooter;
|
|
15044
15044
|
/**
|
|
15045
|
-
*
|
|
15046
|
-
* For `Month`, `Timeline`, and `Multi-Week` views, it controls the height of regular and all-day events.
|
|
15047
|
-
* For `Day` and `Week` views, it controls the height of all-day events.
|
|
15045
|
+
* The height of the events.
|
|
15048
15046
|
*/
|
|
15049
15047
|
eventHeight;
|
|
15050
15048
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-scheduler",
|
|
3
|
-
"version": "19.2.0-develop.
|
|
3
|
+
"version": "19.2.0-develop.2",
|
|
4
4
|
"description": "Kendo UI Scheduler Angular - Outlook or Google-style angular scheduler calendar. Full-featured and customizable embedded scheduling from the creator developers trust for professional UI components.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"package": {
|
|
20
20
|
"productName": "Kendo UI for Angular",
|
|
21
21
|
"productCode": "KENDOUIANGULAR",
|
|
22
|
-
"publishDate":
|
|
22
|
+
"publishDate": 1750841862,
|
|
23
23
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -32,23 +32,23 @@
|
|
|
32
32
|
"@progress/kendo-data-query": "^1.0.0",
|
|
33
33
|
"@progress/kendo-drawing": "^1.21.0",
|
|
34
34
|
"@progress/kendo-licensing": "^1.5.0",
|
|
35
|
-
"@progress/kendo-angular-tooltip": "19.2.0-develop.
|
|
36
|
-
"@progress/kendo-angular-buttons": "19.2.0-develop.
|
|
37
|
-
"@progress/kendo-angular-common": "19.2.0-develop.
|
|
38
|
-
"@progress/kendo-angular-dateinputs": "19.2.0-develop.
|
|
39
|
-
"@progress/kendo-angular-dialog": "19.2.0-develop.
|
|
40
|
-
"@progress/kendo-angular-dropdowns": "19.2.0-develop.
|
|
41
|
-
"@progress/kendo-angular-icons": "19.2.0-develop.
|
|
42
|
-
"@progress/kendo-angular-inputs": "19.2.0-develop.
|
|
43
|
-
"@progress/kendo-angular-intl": "19.2.0-develop.
|
|
44
|
-
"@progress/kendo-angular-l10n": "19.2.0-develop.
|
|
45
|
-
"@progress/kendo-angular-label": "19.2.0-develop.
|
|
46
|
-
"@progress/kendo-angular-popup": "19.2.0-develop.
|
|
35
|
+
"@progress/kendo-angular-tooltip": "19.2.0-develop.2",
|
|
36
|
+
"@progress/kendo-angular-buttons": "19.2.0-develop.2",
|
|
37
|
+
"@progress/kendo-angular-common": "19.2.0-develop.2",
|
|
38
|
+
"@progress/kendo-angular-dateinputs": "19.2.0-develop.2",
|
|
39
|
+
"@progress/kendo-angular-dialog": "19.2.0-develop.2",
|
|
40
|
+
"@progress/kendo-angular-dropdowns": "19.2.0-develop.2",
|
|
41
|
+
"@progress/kendo-angular-icons": "19.2.0-develop.2",
|
|
42
|
+
"@progress/kendo-angular-inputs": "19.2.0-develop.2",
|
|
43
|
+
"@progress/kendo-angular-intl": "19.2.0-develop.2",
|
|
44
|
+
"@progress/kendo-angular-l10n": "19.2.0-develop.2",
|
|
45
|
+
"@progress/kendo-angular-label": "19.2.0-develop.2",
|
|
46
|
+
"@progress/kendo-angular-popup": "19.2.0-develop.2",
|
|
47
47
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"tslib": "^2.3.1",
|
|
51
|
-
"@progress/kendo-angular-schematics": "19.2.0-develop.
|
|
51
|
+
"@progress/kendo-angular-schematics": "19.2.0-develop.2",
|
|
52
52
|
"@progress/kendo-date-math": "^1.3.2",
|
|
53
53
|
"@progress/kendo-draggable": "^3.0.2",
|
|
54
54
|
"@progress/kendo-file-saver": "^1.0.7",
|
|
@@ -4,10 +4,10 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
4
4
|
function default_1(options) {
|
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'SchedulerModule', package: 'scheduler', peerDependencies: {
|
|
6
6
|
// peer deps of the dropdowns
|
|
7
|
-
'@progress/kendo-angular-treeview': '19.2.0-develop.
|
|
8
|
-
'@progress/kendo-angular-navigation': '19.2.0-develop.
|
|
7
|
+
'@progress/kendo-angular-treeview': '19.2.0-develop.2',
|
|
8
|
+
'@progress/kendo-angular-navigation': '19.2.0-develop.2',
|
|
9
9
|
// peer dependency of kendo-angular-inputs
|
|
10
|
-
'@progress/kendo-angular-dialog': '19.2.0-develop.
|
|
10
|
+
'@progress/kendo-angular-dialog': '19.2.0-develop.2',
|
|
11
11
|
// peer dependency of kendo-angular-icons
|
|
12
12
|
'@progress/kendo-svg-icons': '^4.0.0'
|
|
13
13
|
} });
|
|
@@ -42,9 +42,7 @@ export declare abstract class DayTimeViewBase extends ConfigurationViewBase impl
|
|
|
42
42
|
*/
|
|
43
43
|
showFooter: boolean;
|
|
44
44
|
/**
|
|
45
|
-
*
|
|
46
|
-
* For `Month`, `Timeline`, and `Multi-Week` views, it controls the height of regular and all-day events.
|
|
47
|
-
* For `Day` and `Week` views, it controls the height of all-day events.
|
|
45
|
+
* The height of the events.
|
|
48
46
|
*/
|
|
49
47
|
eventHeight: number;
|
|
50
48
|
/**
|