@progress/kendo-angular-scheduler 13.0.0-develop.14 → 13.0.0-develop.15
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.
|
@@ -30,7 +30,7 @@ export class SchedulerDateTimePickerComponent {
|
|
|
30
30
|
* @hidden
|
|
31
31
|
*/
|
|
32
32
|
get focusableId() {
|
|
33
|
-
return this.isAllDay ? this.datePicker?.
|
|
33
|
+
return this.isAllDay ? this.datePicker?.focusableId : this.dateTimePicker?.focusableId;
|
|
34
34
|
}
|
|
35
35
|
writeValue(newDate) {
|
|
36
36
|
if (newDate instanceof Date) {
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-scheduler',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '13.0.0-develop.
|
|
12
|
+
publishDate: 1685453743,
|
|
13
|
+
version: '13.0.0-develop.15',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -48,8 +48,8 @@ const packageMetadata = {
|
|
|
48
48
|
name: '@progress/kendo-angular-scheduler',
|
|
49
49
|
productName: 'Kendo UI for Angular',
|
|
50
50
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
51
|
-
publishDate:
|
|
52
|
-
version: '13.0.0-develop.
|
|
51
|
+
publishDate: 1685453743,
|
|
52
|
+
version: '13.0.0-develop.15',
|
|
53
53
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
54
54
|
};
|
|
55
55
|
|
|
@@ -3197,7 +3197,7 @@ class SchedulerDateTimePickerComponent {
|
|
|
3197
3197
|
*/
|
|
3198
3198
|
get focusableId() {
|
|
3199
3199
|
var _a, _b;
|
|
3200
|
-
return this.isAllDay ? (_a = this.datePicker) === null || _a === void 0 ? void 0 : _a.
|
|
3200
|
+
return this.isAllDay ? (_a = this.datePicker) === null || _a === void 0 ? void 0 : _a.focusableId : (_b = this.dateTimePicker) === null || _b === void 0 ? void 0 : _b.focusableId;
|
|
3201
3201
|
}
|
|
3202
3202
|
writeValue(newDate) {
|
|
3203
3203
|
if (newDate instanceof Date) {
|
|
@@ -48,8 +48,8 @@ const packageMetadata = {
|
|
|
48
48
|
name: '@progress/kendo-angular-scheduler',
|
|
49
49
|
productName: 'Kendo UI for Angular',
|
|
50
50
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
51
|
-
publishDate:
|
|
52
|
-
version: '13.0.0-develop.
|
|
51
|
+
publishDate: 1685453743,
|
|
52
|
+
version: '13.0.0-develop.15',
|
|
53
53
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
54
54
|
};
|
|
55
55
|
|
|
@@ -3161,7 +3161,7 @@ class SchedulerDateTimePickerComponent {
|
|
|
3161
3161
|
* @hidden
|
|
3162
3162
|
*/
|
|
3163
3163
|
get focusableId() {
|
|
3164
|
-
return this.isAllDay ? this.datePicker?.
|
|
3164
|
+
return this.isAllDay ? this.datePicker?.focusableId : this.dateTimePicker?.focusableId;
|
|
3165
3165
|
}
|
|
3166
3166
|
writeValue(newDate) {
|
|
3167
3167
|
if (newDate instanceof Date) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-scheduler",
|
|
3
|
-
"version": "13.0.0-develop.
|
|
3
|
+
"version": "13.0.0-develop.15",
|
|
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",
|
|
@@ -25,21 +25,21 @@
|
|
|
25
25
|
"@progress/kendo-data-query": "^1.0.0",
|
|
26
26
|
"@progress/kendo-drawing": "^1.17.2",
|
|
27
27
|
"@progress/kendo-licensing": "^1.0.2",
|
|
28
|
-
"@progress/kendo-angular-buttons": "13.0.0-develop.
|
|
29
|
-
"@progress/kendo-angular-common": "13.0.0-develop.
|
|
30
|
-
"@progress/kendo-angular-dateinputs": "13.0.0-develop.
|
|
31
|
-
"@progress/kendo-angular-dialog": "13.0.0-develop.
|
|
32
|
-
"@progress/kendo-angular-dropdowns": "13.0.0-develop.
|
|
33
|
-
"@progress/kendo-angular-icons": "13.0.0-develop.
|
|
34
|
-
"@progress/kendo-angular-inputs": "13.0.0-develop.
|
|
35
|
-
"@progress/kendo-angular-intl": "13.0.0-develop.
|
|
36
|
-
"@progress/kendo-angular-l10n": "13.0.0-develop.
|
|
37
|
-
"@progress/kendo-angular-popup": "13.0.0-develop.
|
|
28
|
+
"@progress/kendo-angular-buttons": "13.0.0-develop.15",
|
|
29
|
+
"@progress/kendo-angular-common": "13.0.0-develop.15",
|
|
30
|
+
"@progress/kendo-angular-dateinputs": "13.0.0-develop.15",
|
|
31
|
+
"@progress/kendo-angular-dialog": "13.0.0-develop.15",
|
|
32
|
+
"@progress/kendo-angular-dropdowns": "13.0.0-develop.15",
|
|
33
|
+
"@progress/kendo-angular-icons": "13.0.0-develop.15",
|
|
34
|
+
"@progress/kendo-angular-inputs": "13.0.0-develop.15",
|
|
35
|
+
"@progress/kendo-angular-intl": "13.0.0-develop.15",
|
|
36
|
+
"@progress/kendo-angular-l10n": "13.0.0-develop.15",
|
|
37
|
+
"@progress/kendo-angular-popup": "13.0.0-develop.15",
|
|
38
38
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"tslib": "^2.3.1",
|
|
42
|
-
"@progress/kendo-angular-schematics": "13.0.0-develop.
|
|
42
|
+
"@progress/kendo-angular-schematics": "13.0.0-develop.15",
|
|
43
43
|
"@progress/kendo-date-math": "^1.3.2",
|
|
44
44
|
"@progress/kendo-draggable": "^3.0.2",
|
|
45
45
|
"@progress/kendo-file-saver": "^1.0.7",
|
|
@@ -4,9 +4,9 @@ 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 dep of the dropdowns
|
|
7
|
-
'@progress/kendo-angular-treeview': '13.0.0-develop.
|
|
7
|
+
'@progress/kendo-angular-treeview': '13.0.0-develop.15',
|
|
8
8
|
// peer dependency of kendo-angular-inputs
|
|
9
|
-
'@progress/kendo-angular-dialog': '13.0.0-develop.
|
|
9
|
+
'@progress/kendo-angular-dialog': '13.0.0-develop.15',
|
|
10
10
|
// peer dependency of kendo-angular-icons
|
|
11
11
|
'@progress/kendo-svg-icons': '^1.0.0'
|
|
12
12
|
} });
|