@progress/kendo-angular-scheduler 25.1.0-develop.6 → 25.1.0-develop.8
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.
|
@@ -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: '25.1.0-develop.
|
|
46
|
+
publishDate: 1787574894,
|
|
47
|
+
version: '25.1.0-develop.8',
|
|
48
48
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
49
49
|
};
|
|
50
50
|
|
|
@@ -3271,7 +3271,7 @@ function noModifiers(e) {
|
|
|
3271
3271
|
|
|
3272
3272
|
let uniqueIdCounter = 0;
|
|
3273
3273
|
const offsetPositions = ['first', 'second', 'third', 'fourth', 'last'];
|
|
3274
|
-
const frequencies = ['
|
|
3274
|
+
const frequencies = ['daily', 'weekly', 'monthly', 'yearly'];
|
|
3275
3275
|
const endRules = ['never', 'count', 'until'];
|
|
3276
3276
|
// Maps the `EndRule` values to their corresponding localization message keys.
|
|
3277
3277
|
const endRuleMessageKeys = {
|
|
@@ -3337,6 +3337,9 @@ class RecurrenceService {
|
|
|
3337
3337
|
recurrenceRule: rrule,
|
|
3338
3338
|
weekStart: weekStart
|
|
3339
3339
|
});
|
|
3340
|
+
if (!this.rrule || isNullOrEmptyString(this.rrule.freq)) {
|
|
3341
|
+
this.rrule = { freq: 'daily', interval: this.minInterval };
|
|
3342
|
+
}
|
|
3340
3343
|
}
|
|
3341
3344
|
/**
|
|
3342
3345
|
* @hidden
|
|
@@ -4640,12 +4643,9 @@ class RecurrenceFrequencyEditorComponent {
|
|
|
4640
4643
|
this.localization = localization;
|
|
4641
4644
|
}
|
|
4642
4645
|
ngOnInit() {
|
|
4643
|
-
this.frequencies = this.recurrence.frequencies
|
|
4646
|
+
this.frequencies = this.recurrence.frequencies;
|
|
4644
4647
|
}
|
|
4645
4648
|
get selected() {
|
|
4646
|
-
if (!this.recurrence.rrule) {
|
|
4647
|
-
this.recurrence.setFrequency(this.frequencies[0].value);
|
|
4648
|
-
}
|
|
4649
4649
|
return this.recurrence.frequency;
|
|
4650
4650
|
}
|
|
4651
4651
|
onFrequencyChange(newFreq) {
|
|
@@ -14540,6 +14540,7 @@ class BaseViewItem {
|
|
|
14540
14540
|
this.rect = null;
|
|
14541
14541
|
this.setStyles({
|
|
14542
14542
|
left: 0,
|
|
14543
|
+
top: 0
|
|
14543
14544
|
});
|
|
14544
14545
|
const slotId = { index: this.index, resourceIndex: this.resourceIndex, rangeIndex: this.rangeIndex };
|
|
14545
14546
|
this.slotService.unregisterItem(this, slotId);
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "25.1.0-develop.
|
|
10
|
+
"publishDate": 1787574894,
|
|
11
|
+
"version": "25.1.0-develop.8",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-scheduler",
|
|
3
|
-
"version": "25.1.0-develop.
|
|
3
|
+
"version": "25.1.0-develop.8",
|
|
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",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"package": {
|
|
81
81
|
"productName": "Kendo UI for Angular",
|
|
82
82
|
"productCode": "KENDOUIANGULAR",
|
|
83
|
-
"publishDate":
|
|
83
|
+
"publishDate": 1787574894,
|
|
84
84
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
85
85
|
}
|
|
86
86
|
},
|
|
@@ -93,23 +93,23 @@
|
|
|
93
93
|
"@progress/kendo-data-query": "^1.7.3",
|
|
94
94
|
"@progress/kendo-drawing": "^1.25.0",
|
|
95
95
|
"@progress/kendo-licensing": "^1.11.0",
|
|
96
|
-
"@progress/kendo-angular-tooltip": "25.1.0-develop.
|
|
97
|
-
"@progress/kendo-angular-buttons": "25.1.0-develop.
|
|
98
|
-
"@progress/kendo-angular-common": "25.1.0-develop.
|
|
99
|
-
"@progress/kendo-angular-dateinputs": "25.1.0-develop.
|
|
100
|
-
"@progress/kendo-angular-dialog": "25.1.0-develop.
|
|
101
|
-
"@progress/kendo-angular-dropdowns": "25.1.0-develop.
|
|
102
|
-
"@progress/kendo-angular-icons": "25.1.0-develop.
|
|
103
|
-
"@progress/kendo-angular-inputs": "25.1.0-develop.
|
|
104
|
-
"@progress/kendo-angular-intl": "25.1.0-develop.
|
|
105
|
-
"@progress/kendo-angular-l10n": "25.1.0-develop.
|
|
106
|
-
"@progress/kendo-angular-label": "25.1.0-develop.
|
|
107
|
-
"@progress/kendo-angular-popup": "25.1.0-develop.
|
|
96
|
+
"@progress/kendo-angular-tooltip": "25.1.0-develop.8",
|
|
97
|
+
"@progress/kendo-angular-buttons": "25.1.0-develop.8",
|
|
98
|
+
"@progress/kendo-angular-common": "25.1.0-develop.8",
|
|
99
|
+
"@progress/kendo-angular-dateinputs": "25.1.0-develop.8",
|
|
100
|
+
"@progress/kendo-angular-dialog": "25.1.0-develop.8",
|
|
101
|
+
"@progress/kendo-angular-dropdowns": "25.1.0-develop.8",
|
|
102
|
+
"@progress/kendo-angular-icons": "25.1.0-develop.8",
|
|
103
|
+
"@progress/kendo-angular-inputs": "25.1.0-develop.8",
|
|
104
|
+
"@progress/kendo-angular-intl": "25.1.0-develop.8",
|
|
105
|
+
"@progress/kendo-angular-l10n": "25.1.0-develop.8",
|
|
106
|
+
"@progress/kendo-angular-label": "25.1.0-develop.8",
|
|
107
|
+
"@progress/kendo-angular-popup": "25.1.0-develop.8",
|
|
108
108
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
109
109
|
},
|
|
110
110
|
"dependencies": {
|
|
111
111
|
"tslib": "^2.3.1",
|
|
112
|
-
"@progress/kendo-angular-schematics": "25.1.0-develop.
|
|
112
|
+
"@progress/kendo-angular-schematics": "25.1.0-develop.8",
|
|
113
113
|
"@progress/kendo-date-math": "^1.3.2",
|
|
114
114
|
"@progress/kendo-draggable": "^3.0.2",
|
|
115
115
|
"@progress/kendo-file-saver": "^1.0.7",
|
|
@@ -9,10 +9,10 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
9
9
|
function default_1(options) {
|
|
10
10
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'SchedulerModule', package: 'scheduler', peerDependencies: {
|
|
11
11
|
// peer deps of the dropdowns
|
|
12
|
-
'@progress/kendo-angular-treeview': '25.1.0-develop.
|
|
13
|
-
'@progress/kendo-angular-navigation': '25.1.0-develop.
|
|
12
|
+
'@progress/kendo-angular-treeview': '25.1.0-develop.8',
|
|
13
|
+
'@progress/kendo-angular-navigation': '25.1.0-develop.8',
|
|
14
14
|
// peer dependency of kendo-angular-inputs
|
|
15
|
-
'@progress/kendo-angular-dialog': '25.1.0-develop.
|
|
15
|
+
'@progress/kendo-angular-dialog': '25.1.0-develop.8',
|
|
16
16
|
// peer dependency of kendo-angular-icons
|
|
17
17
|
'@progress/kendo-svg-icons': '^4.0.0'
|
|
18
18
|
} });
|