@progress/kendo-angular-scheduler 19.3.0-develop.16 → 19.3.0-develop.18
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/esm2022/editing/edit-dialog.component.mjs +2 -2
- package/esm2022/editing/recurrence/recurrence-end-rule-editor.component.mjs +4 -2
- package/esm2022/package-metadata.mjs +2 -2
- package/fesm2022/progress-kendo-angular-scheduler.mjs +8 -6
- package/package.json +15 -15
- package/schematics/ngAdd/index.js +3 -3
|
@@ -272,7 +272,7 @@ export class EditDialogComponent {
|
|
|
272
272
|
<input
|
|
273
273
|
#title
|
|
274
274
|
kendoTextBox
|
|
275
|
-
placeholder='
|
|
275
|
+
[attr.placeholder]="textFor('editorEventTitle')"
|
|
276
276
|
[formControl]='getControl(fields.title)'
|
|
277
277
|
/>
|
|
278
278
|
</kendo-formfield>
|
|
@@ -469,7 +469,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
469
469
|
<input
|
|
470
470
|
#title
|
|
471
471
|
kendoTextBox
|
|
472
|
-
placeholder='
|
|
472
|
+
[attr.placeholder]="textFor('editorEventTitle')"
|
|
473
473
|
[formControl]='getControl(fields.title)'
|
|
474
474
|
/>
|
|
475
475
|
</kendo-formfield>
|
|
@@ -182,7 +182,7 @@ export class RecurrenceEndRuleEditorComponent {
|
|
|
182
182
|
<span class="k-radio-wrap">
|
|
183
183
|
<input kendoRecurrenceEndRuleRadioButton='k-endrule-until-{{uniqueId}}' />
|
|
184
184
|
</span>
|
|
185
|
-
<label [labelClass]="false" class='k-radio-label' for='k-endrule-until-{{uniqueId}}'>{{ textFor('endOn') }}</label>
|
|
185
|
+
<label [labelClass]="false" class='k-radio-label' [attr.id]="'k-endrule-until-' + uniqueId + '-label'" for='k-endrule-until-{{uniqueId}}'>{{ textFor('endOn') }}</label>
|
|
186
186
|
<kendo-datepicker
|
|
187
187
|
class="k-recur-until"
|
|
188
188
|
[style.width.px]='150'
|
|
@@ -206,6 +206,7 @@ export class RecurrenceEndRuleEditorComponent {
|
|
|
206
206
|
[disabledDates]="datePickerOptions.disabledDates"
|
|
207
207
|
[popupSettings]="datePickerOptions.popupSettings"
|
|
208
208
|
[(value)]='untilValue'
|
|
209
|
+
[inputAttributes]="{ 'aria-labelledby': 'k-endrule-until-' + uniqueId + '-label' }"
|
|
209
210
|
(blur)="onUntilBlur()"
|
|
210
211
|
(valueChange)='onUntilChange($event)'
|
|
211
212
|
>
|
|
@@ -277,7 +278,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
277
278
|
<span class="k-radio-wrap">
|
|
278
279
|
<input kendoRecurrenceEndRuleRadioButton='k-endrule-until-{{uniqueId}}' />
|
|
279
280
|
</span>
|
|
280
|
-
<label [labelClass]="false" class='k-radio-label' for='k-endrule-until-{{uniqueId}}'>{{ textFor('endOn') }}</label>
|
|
281
|
+
<label [labelClass]="false" class='k-radio-label' [attr.id]="'k-endrule-until-' + uniqueId + '-label'" for='k-endrule-until-{{uniqueId}}'>{{ textFor('endOn') }}</label>
|
|
281
282
|
<kendo-datepicker
|
|
282
283
|
class="k-recur-until"
|
|
283
284
|
[style.width.px]='150'
|
|
@@ -301,6 +302,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
301
302
|
[disabledDates]="datePickerOptions.disabledDates"
|
|
302
303
|
[popupSettings]="datePickerOptions.popupSettings"
|
|
303
304
|
[(value)]='untilValue'
|
|
305
|
+
[inputAttributes]="{ 'aria-labelledby': 'k-endrule-until-' + uniqueId + '-label' }"
|
|
304
306
|
(blur)="onUntilBlur()"
|
|
305
307
|
(valueChange)='onUntilChange($event)'
|
|
306
308
|
>
|
|
@@ -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.3.0-develop.
|
|
13
|
+
publishDate: 1753975367,
|
|
14
|
+
version: '19.3.0-develop.18',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -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.3.0-develop.
|
|
46
|
+
publishDate: 1753975367,
|
|
47
|
+
version: '19.3.0-develop.18',
|
|
48
48
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
49
49
|
};
|
|
50
50
|
|
|
@@ -3687,7 +3687,7 @@ class RecurrenceEndRuleEditorComponent {
|
|
|
3687
3687
|
<span class="k-radio-wrap">
|
|
3688
3688
|
<input kendoRecurrenceEndRuleRadioButton='k-endrule-until-{{uniqueId}}' />
|
|
3689
3689
|
</span>
|
|
3690
|
-
<label [labelClass]="false" class='k-radio-label' for='k-endrule-until-{{uniqueId}}'>{{ textFor('endOn') }}</label>
|
|
3690
|
+
<label [labelClass]="false" class='k-radio-label' [attr.id]="'k-endrule-until-' + uniqueId + '-label'" for='k-endrule-until-{{uniqueId}}'>{{ textFor('endOn') }}</label>
|
|
3691
3691
|
<kendo-datepicker
|
|
3692
3692
|
class="k-recur-until"
|
|
3693
3693
|
[style.width.px]='150'
|
|
@@ -3711,6 +3711,7 @@ class RecurrenceEndRuleEditorComponent {
|
|
|
3711
3711
|
[disabledDates]="datePickerOptions.disabledDates"
|
|
3712
3712
|
[popupSettings]="datePickerOptions.popupSettings"
|
|
3713
3713
|
[(value)]='untilValue'
|
|
3714
|
+
[inputAttributes]="{ 'aria-labelledby': 'k-endrule-until-' + uniqueId + '-label' }"
|
|
3714
3715
|
(blur)="onUntilBlur()"
|
|
3715
3716
|
(valueChange)='onUntilChange($event)'
|
|
3716
3717
|
>
|
|
@@ -3782,7 +3783,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3782
3783
|
<span class="k-radio-wrap">
|
|
3783
3784
|
<input kendoRecurrenceEndRuleRadioButton='k-endrule-until-{{uniqueId}}' />
|
|
3784
3785
|
</span>
|
|
3785
|
-
<label [labelClass]="false" class='k-radio-label' for='k-endrule-until-{{uniqueId}}'>{{ textFor('endOn') }}</label>
|
|
3786
|
+
<label [labelClass]="false" class='k-radio-label' [attr.id]="'k-endrule-until-' + uniqueId + '-label'" for='k-endrule-until-{{uniqueId}}'>{{ textFor('endOn') }}</label>
|
|
3786
3787
|
<kendo-datepicker
|
|
3787
3788
|
class="k-recur-until"
|
|
3788
3789
|
[style.width.px]='150'
|
|
@@ -3806,6 +3807,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3806
3807
|
[disabledDates]="datePickerOptions.disabledDates"
|
|
3807
3808
|
[popupSettings]="datePickerOptions.popupSettings"
|
|
3808
3809
|
[(value)]='untilValue'
|
|
3810
|
+
[inputAttributes]="{ 'aria-labelledby': 'k-endrule-until-' + uniqueId + '-label' }"
|
|
3809
3811
|
(blur)="onUntilBlur()"
|
|
3810
3812
|
(valueChange)='onUntilChange($event)'
|
|
3811
3813
|
>
|
|
@@ -6054,7 +6056,7 @@ class EditDialogComponent {
|
|
|
6054
6056
|
<input
|
|
6055
6057
|
#title
|
|
6056
6058
|
kendoTextBox
|
|
6057
|
-
placeholder='
|
|
6059
|
+
[attr.placeholder]="textFor('editorEventTitle')"
|
|
6058
6060
|
[formControl]='getControl(fields.title)'
|
|
6059
6061
|
/>
|
|
6060
6062
|
</kendo-formfield>
|
|
@@ -6251,7 +6253,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6251
6253
|
<input
|
|
6252
6254
|
#title
|
|
6253
6255
|
kendoTextBox
|
|
6254
|
-
placeholder='
|
|
6256
|
+
[attr.placeholder]="textFor('editorEventTitle')"
|
|
6255
6257
|
[formControl]='getControl(fields.title)'
|
|
6256
6258
|
/>
|
|
6257
6259
|
</kendo-formfield>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-scheduler",
|
|
3
|
-
"version": "19.3.0-develop.
|
|
3
|
+
"version": "19.3.0-develop.18",
|
|
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": 1753975367,
|
|
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.3.0-develop.
|
|
36
|
-
"@progress/kendo-angular-buttons": "19.3.0-develop.
|
|
37
|
-
"@progress/kendo-angular-common": "19.3.0-develop.
|
|
38
|
-
"@progress/kendo-angular-dateinputs": "19.3.0-develop.
|
|
39
|
-
"@progress/kendo-angular-dialog": "19.3.0-develop.
|
|
40
|
-
"@progress/kendo-angular-dropdowns": "19.3.0-develop.
|
|
41
|
-
"@progress/kendo-angular-icons": "19.3.0-develop.
|
|
42
|
-
"@progress/kendo-angular-inputs": "19.3.0-develop.
|
|
43
|
-
"@progress/kendo-angular-intl": "19.3.0-develop.
|
|
44
|
-
"@progress/kendo-angular-l10n": "19.3.0-develop.
|
|
45
|
-
"@progress/kendo-angular-label": "19.3.0-develop.
|
|
46
|
-
"@progress/kendo-angular-popup": "19.3.0-develop.
|
|
35
|
+
"@progress/kendo-angular-tooltip": "19.3.0-develop.18",
|
|
36
|
+
"@progress/kendo-angular-buttons": "19.3.0-develop.18",
|
|
37
|
+
"@progress/kendo-angular-common": "19.3.0-develop.18",
|
|
38
|
+
"@progress/kendo-angular-dateinputs": "19.3.0-develop.18",
|
|
39
|
+
"@progress/kendo-angular-dialog": "19.3.0-develop.18",
|
|
40
|
+
"@progress/kendo-angular-dropdowns": "19.3.0-develop.18",
|
|
41
|
+
"@progress/kendo-angular-icons": "19.3.0-develop.18",
|
|
42
|
+
"@progress/kendo-angular-inputs": "19.3.0-develop.18",
|
|
43
|
+
"@progress/kendo-angular-intl": "19.3.0-develop.18",
|
|
44
|
+
"@progress/kendo-angular-l10n": "19.3.0-develop.18",
|
|
45
|
+
"@progress/kendo-angular-label": "19.3.0-develop.18",
|
|
46
|
+
"@progress/kendo-angular-popup": "19.3.0-develop.18",
|
|
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.3.0-develop.
|
|
51
|
+
"@progress/kendo-angular-schematics": "19.3.0-develop.18",
|
|
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.3.0-develop.
|
|
8
|
-
'@progress/kendo-angular-navigation': '19.3.0-develop.
|
|
7
|
+
'@progress/kendo-angular-treeview': '19.3.0-develop.18',
|
|
8
|
+
'@progress/kendo-angular-navigation': '19.3.0-develop.18',
|
|
9
9
|
// peer dependency of kendo-angular-inputs
|
|
10
|
-
'@progress/kendo-angular-dialog': '19.3.0-develop.
|
|
10
|
+
'@progress/kendo-angular-dialog': '19.3.0-develop.18',
|
|
11
11
|
// peer dependency of kendo-angular-icons
|
|
12
12
|
'@progress/kendo-svg-icons': '^4.0.0'
|
|
13
13
|
} });
|