@progress/kendo-angular-scheduler 11.4.1-develop.12 → 11.4.1-develop.14
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/esm2020/editing/edit-dialog.component.mjs +3 -2
- package/esm2020/editing/recurrence/recurrence-end-rule-editor.component.mjs +8 -5
- package/esm2020/editing/recurrence/recurrence-interval-editor.component.mjs +5 -6
- package/esm2020/editing/recurrence/recurrence-monthly-yearly-editor.component.mjs +3 -2
- package/esm2020/navigation/shortcuts.directive.mjs +2 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/scheduler.module.mjs +5 -2
- package/esm2020/toolbar/toolbar.component.mjs +5 -1
- package/esm2020/views/common/view-footer.component.mjs +5 -1
- package/esm2020/views/multi-day/multi-day-view-renderer.component.mjs +2 -2
- package/fesm2015/progress-kendo-angular-scheduler.mjs +40 -27
- package/fesm2020/progress-kendo-angular-scheduler.mjs +40 -27
- package/package.json +12 -12
- package/scheduler.module.d.ts +6 -5
- package/schematics/ngAdd/index.js +2 -2
- package/toolbar/toolbar.component.d.ts +1 -0
- package/views/common/view-footer.component.d.ts +1 -0
|
@@ -31,7 +31,8 @@ import * as i9 from "./resource-single-editor.component";
|
|
|
31
31
|
import * as i10 from "@progress/kendo-angular-buttons";
|
|
32
32
|
import * as i11 from "@angular/common";
|
|
33
33
|
import * as i12 from "@angular/forms";
|
|
34
|
-
import * as i13 from "@progress/kendo-angular-
|
|
34
|
+
import * as i13 from "@progress/kendo-angular-label";
|
|
35
|
+
import * as i14 from "@progress/kendo-angular-inputs";
|
|
35
36
|
/**
|
|
36
37
|
* @hidden
|
|
37
38
|
*/
|
|
@@ -371,7 +372,7 @@ EditDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
371
372
|
<button kendoButton themeColor="primary" (click)="onSave($event)" [disabled]="!formGroup.valid">{{ textFor('save') }}</button>
|
|
372
373
|
</kendo-dialog-actions>
|
|
373
374
|
</kendo-dialog>
|
|
374
|
-
`, isInline: true, components: [{ type: i4.DialogComponent, selector: "kendo-dialog", inputs: ["actions", "actionsLayout", "autoFocusedElement", "title", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "animation", "themeColor"], outputs: ["action", "close"], exportAs: ["kendoDialog"] }, { type: i5.SchedulerDateTimePickerComponent, selector: "kendo-scheduler-datetime-picker", inputs: ["isAllDay"], outputs: ["valueChange"] }, { type: i6.TimeZoneEditorComponent, selector: "kendo-timezone-editor", inputs: ["width"], outputs: ["valueChange"] }, { type: i7.RecurrenceEditorComponent, selector: "kendo-recurrence-editor", inputs: ["start", "timezone", "weekStart", "repeatEveryOptions", "endAfterOptions", "repeatOnOptions", "endOnOptions"], outputs: ["valueChange"], exportAs: ["kendoRecurrenceEditor"] }, { type: i8.MultipleResourceEditorComponent, selector: "kendo-multiple-resource-editor" }, { type: i9.SingleResourceEditorComponent, selector: "kendo-single-resource-editor" }, { type: i4.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i10.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i12.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i12.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i12.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i13.TextBoxDirective, selector: "input[kendoTextBox]", inputs: ["value"] }, { type: i12.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i12.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i12.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { type: i12.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { type:
|
|
375
|
+
`, isInline: true, components: [{ type: i4.DialogComponent, selector: "kendo-dialog", inputs: ["actions", "actionsLayout", "autoFocusedElement", "title", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "animation", "themeColor"], outputs: ["action", "close"], exportAs: ["kendoDialog"] }, { type: i5.SchedulerDateTimePickerComponent, selector: "kendo-scheduler-datetime-picker", inputs: ["isAllDay"], outputs: ["valueChange"] }, { type: i6.TimeZoneEditorComponent, selector: "kendo-timezone-editor", inputs: ["width"], outputs: ["valueChange"] }, { type: i7.RecurrenceEditorComponent, selector: "kendo-recurrence-editor", inputs: ["start", "timezone", "weekStart", "repeatEveryOptions", "endAfterOptions", "repeatOnOptions", "endOnOptions"], outputs: ["valueChange"], exportAs: ["kendoRecurrenceEditor"] }, { type: i8.MultipleResourceEditorComponent, selector: "kendo-multiple-resource-editor" }, { type: i9.SingleResourceEditorComponent, selector: "kendo-single-resource-editor" }, { type: i4.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i10.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i12.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i12.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i12.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i13.LabelDirective, selector: "label[for]", inputs: ["for"] }, { type: i14.TextBoxDirective, selector: "input[kendoTextBox]", inputs: ["value"] }, { type: i12.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i12.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i12.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { type: i12.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { type: i14.CheckBoxDirective, selector: "input[kendoCheckBox]", inputs: ["size", "rounded"] }, { type: i12.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { type: i14.TextAreaDirective, selector: "textarea[kendoTextArea]", inputs: ["autoSize", "value"], outputs: ["valueChange"] }, { type: i11.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
375
376
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditDialogComponent, decorators: [{
|
|
376
377
|
type: Component,
|
|
377
378
|
args: [{
|
|
@@ -13,8 +13,9 @@ import * as i0 from "@angular/core";
|
|
|
13
13
|
import * as i1 from "./recurrence.service";
|
|
14
14
|
import * as i2 from "@progress/kendo-angular-l10n";
|
|
15
15
|
import * as i3 from "@progress/kendo-angular-inputs";
|
|
16
|
-
import * as i4 from "@progress/kendo-angular-
|
|
17
|
-
import * as i5 from "
|
|
16
|
+
import * as i4 from "@progress/kendo-angular-label";
|
|
17
|
+
import * as i5 from "@progress/kendo-angular-dateinputs";
|
|
18
|
+
import * as i6 from "./end-rule-radio-button.directive";
|
|
18
19
|
/**
|
|
19
20
|
* @hidden
|
|
20
21
|
*/
|
|
@@ -135,6 +136,7 @@ RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
135
136
|
<label class='k-radio-label' for='k-endrule-count-{{uniqueId}}'>{{ textFor('endAfter') }}</label>
|
|
136
137
|
|
|
137
138
|
<kendo-numerictextbox
|
|
139
|
+
#afterOccurances
|
|
138
140
|
[style.width.px]='70'
|
|
139
141
|
[autoCorrect]='numericOptions.autoCorrect'
|
|
140
142
|
[decimals]='0'
|
|
@@ -151,7 +153,7 @@ RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
151
153
|
(blur)="onCountBlur()"
|
|
152
154
|
(valueChange)='onCountChange($event)'>
|
|
153
155
|
</kendo-numerictextbox>
|
|
154
|
-
<
|
|
156
|
+
<kendo-label [for]="afterOccurances" [text]="textFor('endOccurrence')"></kendo-label>
|
|
155
157
|
</li>
|
|
156
158
|
<li class='k-radio-item'>
|
|
157
159
|
<input kendoRecurrenceEndRuleRadioButton='k-endrule-until-{{uniqueId}}' />
|
|
@@ -184,7 +186,7 @@ RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
184
186
|
</li>
|
|
185
187
|
</ul>
|
|
186
188
|
</div>
|
|
187
|
-
`, isInline: true, components: [{ type: i3.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }, { type: i4.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }], directives: [{ type:
|
|
189
|
+
`, isInline: true, components: [{ type: i3.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }, { type: i4.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional"], exportAs: ["kendoLabel"] }, { type: i5.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }], directives: [{ type: i6.EndRuleRadioButtonDirective, selector: "[kendoRecurrenceEndRuleRadioButton]", inputs: ["kendoRecurrenceEndRuleRadioButton"] }, { type: i4.LabelDirective, selector: "label[for]", inputs: ["for"] }] });
|
|
188
190
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceEndRuleEditorComponent, decorators: [{
|
|
189
191
|
type: Component,
|
|
190
192
|
args: [{
|
|
@@ -203,6 +205,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
203
205
|
<label class='k-radio-label' for='k-endrule-count-{{uniqueId}}'>{{ textFor('endAfter') }}</label>
|
|
204
206
|
|
|
205
207
|
<kendo-numerictextbox
|
|
208
|
+
#afterOccurances
|
|
206
209
|
[style.width.px]='70'
|
|
207
210
|
[autoCorrect]='numericOptions.autoCorrect'
|
|
208
211
|
[decimals]='0'
|
|
@@ -219,7 +222,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
219
222
|
(blur)="onCountBlur()"
|
|
220
223
|
(valueChange)='onCountChange($event)'>
|
|
221
224
|
</kendo-numerictextbox>
|
|
222
|
-
<
|
|
225
|
+
<kendo-label [for]="afterOccurances" [text]="textFor('endOccurrence')"></kendo-label>
|
|
223
226
|
</li>
|
|
224
227
|
<li class='k-radio-item'>
|
|
225
228
|
<input kendoRecurrenceEndRuleRadioButton='k-endrule-until-{{uniqueId}}' />
|
|
@@ -9,7 +9,8 @@ import { isPresent } from '../../common/util';
|
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
import * as i1 from "./recurrence.service";
|
|
11
11
|
import * as i2 from "@progress/kendo-angular-l10n";
|
|
12
|
-
import * as i3 from "@progress/kendo-angular-
|
|
12
|
+
import * as i3 from "@progress/kendo-angular-label";
|
|
13
|
+
import * as i4 from "@progress/kendo-angular-inputs";
|
|
13
14
|
/**
|
|
14
15
|
* @hidden
|
|
15
16
|
*/
|
|
@@ -79,8 +80,7 @@ export class RecurrenceIntervalEditorComponent {
|
|
|
79
80
|
RecurrenceIntervalEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceIntervalEditorComponent, deps: [{ token: i1.RecurrenceService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
80
81
|
RecurrenceIntervalEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: RecurrenceIntervalEditorComponent, selector: "kendo-recurrence-interval-editor", inputs: { userNumericOptions: "userNumericOptions" }, ngImport: i0, template: `
|
|
81
82
|
<div class='k-form-field'>
|
|
82
|
-
<label class="k-form-label" (click)="intervalNumeric.focus()"
|
|
83
|
-
|
|
83
|
+
<kendo-label class="k-form-label" [for]="intervalNumeric" (click)="intervalNumeric.focus()" [text]="textForRepeatEvery()"></kendo-label>
|
|
84
84
|
<div class="k-form-field-wrap">
|
|
85
85
|
<kendo-numerictextbox
|
|
86
86
|
#intervalNumeric
|
|
@@ -103,15 +103,14 @@ RecurrenceIntervalEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion
|
|
|
103
103
|
<span>{{ textForFrequency() }}</span>
|
|
104
104
|
</div>
|
|
105
105
|
</div>
|
|
106
|
-
`, isInline: true, components: [{ type: i3.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }] });
|
|
106
|
+
`, isInline: true, components: [{ type: i3.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional"], exportAs: ["kendoLabel"] }, { type: i4.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }] });
|
|
107
107
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceIntervalEditorComponent, decorators: [{
|
|
108
108
|
type: Component,
|
|
109
109
|
args: [{
|
|
110
110
|
selector: 'kendo-recurrence-interval-editor',
|
|
111
111
|
template: `
|
|
112
112
|
<div class='k-form-field'>
|
|
113
|
-
<label class="k-form-label" (click)="intervalNumeric.focus()"
|
|
114
|
-
|
|
113
|
+
<kendo-label class="k-form-label" [for]="intervalNumeric" (click)="intervalNumeric.focus()" [text]="textForRepeatEvery()"></kendo-label>
|
|
115
114
|
<div class="k-form-field-wrap">
|
|
116
115
|
<kendo-numerictextbox
|
|
117
116
|
#intervalNumeric
|
|
@@ -14,7 +14,8 @@ import * as i2 from "@progress/kendo-angular-l10n";
|
|
|
14
14
|
import * as i3 from "@progress/kendo-angular-dropdowns";
|
|
15
15
|
import * as i4 from "@progress/kendo-angular-inputs";
|
|
16
16
|
import * as i5 from "./repeat-on-radio-button.directive";
|
|
17
|
-
import * as i6 from "@angular
|
|
17
|
+
import * as i6 from "@progress/kendo-angular-label";
|
|
18
|
+
import * as i7 from "@angular/common";
|
|
18
19
|
/**
|
|
19
20
|
* @hidden
|
|
20
21
|
*/
|
|
@@ -327,7 +328,7 @@ RecurrenceMonthlyYearlyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVe
|
|
|
327
328
|
</li>
|
|
328
329
|
</ul>
|
|
329
330
|
</div>
|
|
330
|
-
`, isInline: true, components: [{ type: i3.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { type: i4.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }], directives: [{ type: i5.RepeatOnRadioButtonDirective, selector: "[kendoRecurrenceRepeatOnRadioButton]", inputs: ["kendoRecurrenceRepeatOnRadioButton"] }, { type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
331
|
+
`, isInline: true, components: [{ type: i3.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { type: i4.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }], directives: [{ type: i5.RepeatOnRadioButtonDirective, selector: "[kendoRecurrenceRepeatOnRadioButton]", inputs: ["kendoRecurrenceRepeatOnRadioButton"] }, { type: i6.LabelDirective, selector: "label[for]", inputs: ["for"] }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
331
332
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceMonthlyYearlyEditorComponent, decorators: [{
|
|
332
333
|
type: Component,
|
|
333
334
|
args: [{
|
|
@@ -79,8 +79,9 @@ export class ShortcutsDirective {
|
|
|
79
79
|
}
|
|
80
80
|
}, {
|
|
81
81
|
match: e => e.keyCode === Keys.F10 && noModifiers(e),
|
|
82
|
-
action: () => {
|
|
82
|
+
action: (e) => {
|
|
83
83
|
this.zone.run(() => {
|
|
84
|
+
e.preventDefault();
|
|
84
85
|
this.scheduler.onNavigationAction({ type: 'focus-toolbar' });
|
|
85
86
|
this.focusWait();
|
|
86
87
|
});
|
|
@@ -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: '11.4.1-develop.
|
|
12
|
+
publishDate: 1679906760,
|
|
13
|
+
version: '11.4.1-develop.14',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -56,6 +56,7 @@ import { LoadingComponent } from './loading.component';
|
|
|
56
56
|
import { SharedModule } from './shared.module';
|
|
57
57
|
import { ShortcutsDirective } from './navigation/shortcuts.directive';
|
|
58
58
|
import { SlotSelectableDirective } from './views/common/slot-selectable.directive';
|
|
59
|
+
import { LabelModule } from '@progress/kendo-angular-label';
|
|
59
60
|
import * as i0 from "@angular/core";
|
|
60
61
|
import * as i1 from "./toolbar/navigation.component";
|
|
61
62
|
import * as i2 from "./toolbar/toolbar-template.directive";
|
|
@@ -121,7 +122,8 @@ const importedKendoModules = [
|
|
|
121
122
|
TextBoxModule,
|
|
122
123
|
DropDownsModule,
|
|
123
124
|
ReactiveFormsModule,
|
|
124
|
-
SharedModule
|
|
125
|
+
SharedModule,
|
|
126
|
+
LabelModule
|
|
125
127
|
];
|
|
126
128
|
/**
|
|
127
129
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
@@ -207,7 +209,8 @@ SchedulerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
|
207
209
|
TextBoxModule,
|
|
208
210
|
DropDownsModule,
|
|
209
211
|
ReactiveFormsModule,
|
|
210
|
-
SharedModule
|
|
212
|
+
SharedModule,
|
|
213
|
+
LabelModule], exports: [AgendaViewComponent,
|
|
211
214
|
MonthViewModule,
|
|
212
215
|
MultiDayViewModule,
|
|
213
216
|
ReactiveEditingDirective,
|
|
@@ -19,6 +19,7 @@ export class ToolbarComponent {
|
|
|
19
19
|
constructor(service) {
|
|
20
20
|
this.service = service;
|
|
21
21
|
this.hostClasses = true;
|
|
22
|
+
this.toolbarRole = 'toolbar';
|
|
22
23
|
this.navigate = new EventEmitter();
|
|
23
24
|
// The template context is the same as the service context,
|
|
24
25
|
// but with resolved values instead of observables.
|
|
@@ -49,7 +50,7 @@ export class ToolbarComponent {
|
|
|
49
50
|
}
|
|
50
51
|
}
|
|
51
52
|
ToolbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ToolbarComponent, deps: [{ token: i1.ToolbarService }], target: i0.ɵɵFactoryTarget.Component });
|
|
52
|
-
ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ToolbarComponent, selector: "kendo-scheduler-toolbar", inputs: { selectedView: "selectedView", views: "views", dateRange: "dateRange", selectedDate: "selectedDate", template: "template", min: "min", max: "max" }, outputs: { navigate: "navigate" }, host: { properties: { "class.k-scheduler-toolbar": "this.hostClasses", "class.k-toolbar": "this.hostClasses", "class.k-toolbar-md": "this.hostClasses" } }, usesOnChanges: true, ngImport: i0, template: `
|
|
53
|
+
ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ToolbarComponent, selector: "kendo-scheduler-toolbar", inputs: { selectedView: "selectedView", views: "views", dateRange: "dateRange", selectedDate: "selectedDate", template: "template", min: "min", max: "max" }, outputs: { navigate: "navigate" }, host: { properties: { "class.k-scheduler-toolbar": "this.hostClasses", "class.k-toolbar": "this.hostClasses", "class.k-toolbar-md": "this.hostClasses", "attr.role": "this.toolbarRole" } }, usesOnChanges: true, ngImport: i0, template: `
|
|
53
54
|
<ng-template
|
|
54
55
|
*ngIf="template; else defaultTemplate"
|
|
55
56
|
[ngTemplateOutlet]="template.templateRef"
|
|
@@ -91,6 +92,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
91
92
|
}, {
|
|
92
93
|
type: HostBinding,
|
|
93
94
|
args: ['class.k-toolbar-md']
|
|
95
|
+
}], toolbarRole: [{
|
|
96
|
+
type: HostBinding,
|
|
97
|
+
args: ['attr.role']
|
|
94
98
|
}], selectedView: [{
|
|
95
99
|
type: Input
|
|
96
100
|
}], views: [{
|
|
@@ -15,6 +15,7 @@ import * as i4 from "../../navigation/focusable.directive";
|
|
|
15
15
|
export class ViewFooterComponent {
|
|
16
16
|
constructor(viewState) {
|
|
17
17
|
this.hostClasses = true;
|
|
18
|
+
this.toolbarRole = 'toolbar';
|
|
18
19
|
/**
|
|
19
20
|
* @hidden
|
|
20
21
|
* TODO: Drop in next MAJOR version
|
|
@@ -33,7 +34,7 @@ export class ViewFooterComponent {
|
|
|
33
34
|
}
|
|
34
35
|
}
|
|
35
36
|
ViewFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ViewFooterComponent, deps: [{ token: i1.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
36
|
-
ViewFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ViewFooterComponent, selector: "[viewFooter]", inputs: { items: "items" }, outputs: { itemClick: "itemClick" }, host: { properties: { "class.k-scheduler-footer": "this.hostClasses", "class.k-toolbar": "this.hostClasses", "class.k-toolbar-md": "this.hostClasses", "style.justify-content": "this.inlineJustifyContentStyle" } }, ngImport: i0, template: `
|
|
37
|
+
ViewFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ViewFooterComponent, selector: "[viewFooter]", inputs: { items: "items" }, outputs: { itemClick: "itemClick" }, host: { properties: { "class.k-scheduler-footer": "this.hostClasses", "class.k-toolbar": "this.hostClasses", "class.k-toolbar-md": "this.hostClasses", "attr.role": "this.toolbarRole", "style.justify-content": "this.inlineJustifyContentStyle" } }, ngImport: i0, template: `
|
|
37
38
|
<span class="k-scheduler-navigation">
|
|
38
39
|
<button
|
|
39
40
|
*ngFor="let item of items"
|
|
@@ -80,6 +81,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
80
81
|
}, {
|
|
81
82
|
type: HostBinding,
|
|
82
83
|
args: ['class.k-toolbar-md']
|
|
84
|
+
}], toolbarRole: [{
|
|
85
|
+
type: HostBinding,
|
|
86
|
+
args: ['attr.role']
|
|
83
87
|
}], inlineJustifyContentStyle: [{
|
|
84
88
|
type: HostBinding,
|
|
85
89
|
args: ['style.justify-content']
|
|
@@ -250,7 +250,7 @@ MultiDayViewRendererComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.
|
|
|
250
250
|
MultiDayViewRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: MultiDayViewRendererComponent, selector: "multi-day-view", inputs: { name: "name", slotFill: "slotFill", allDaySlotTemplate: "allDaySlotTemplate", allDayEventTemplate: "allDayEventTemplate", minorTimeHeaderTemplate: "minorTimeHeaderTemplate", majorTimeHeaderTemplate: "majorTimeHeaderTemplate" }, providers: [
|
|
251
251
|
DayTimeSlotService
|
|
252
252
|
], viewQueries: [{ propertyName: "headerHintContainer", first: true, predicate: ["headerHintContainer"], descendants: true }, { propertyName: "dayCells", predicate: ["allDayCell"], descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
|
|
253
|
-
<div class="k-scheduler-layout k-scheduler-flex-layout" [ngClass]="classNames">
|
|
253
|
+
<div class="k-scheduler-layout k-scheduler-flex-layout" role="presentation" [ngClass]="classNames">
|
|
254
254
|
<div class="k-scheduler-pane">
|
|
255
255
|
<div class="k-scheduler-times" #timesHeader>
|
|
256
256
|
<table class="k-scheduler-table" aria-hidden="true">
|
|
@@ -515,7 +515,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
515
515
|
DayTimeSlotService
|
|
516
516
|
],
|
|
517
517
|
template: `
|
|
518
|
-
<div class="k-scheduler-layout k-scheduler-flex-layout" [ngClass]="classNames">
|
|
518
|
+
<div class="k-scheduler-layout k-scheduler-flex-layout" role="presentation" [ngClass]="classNames">
|
|
519
519
|
<div class="k-scheduler-pane">
|
|
520
520
|
<div class="k-scheduler-times" #timesHeader>
|
|
521
521
|
<table class="k-scheduler-table" aria-hidden="true">
|
|
@@ -30,10 +30,12 @@ import { CommonModule } from '@angular/common';
|
|
|
30
30
|
import * as i1$3 from '@progress/kendo-angular-dropdowns';
|
|
31
31
|
import { DropDownsModule } from '@progress/kendo-angular-dropdowns';
|
|
32
32
|
import { parseRule, serializeRule, expand } from '@progress/kendo-recurrence';
|
|
33
|
-
import * as
|
|
33
|
+
import * as i4 from '@progress/kendo-angular-label';
|
|
34
|
+
import { LabelModule } from '@progress/kendo-angular-label';
|
|
35
|
+
import * as i14 from '@progress/kendo-angular-inputs';
|
|
34
36
|
import { CheckBoxModule, TextAreaModule, NumericTextBoxModule, TextBoxModule } from '@progress/kendo-angular-inputs';
|
|
35
37
|
import { orderBy, groupBy } from '@progress/kendo-data-query';
|
|
36
|
-
import * as i4 from '@progress/kendo-angular-icons';
|
|
38
|
+
import * as i4$1 from '@progress/kendo-angular-icons';
|
|
37
39
|
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
38
40
|
import { Draggable } from '@progress/kendo-draggable';
|
|
39
41
|
import { drawDOM, exportPDF } from '@progress/kendo-drawing';
|
|
@@ -46,8 +48,8 @@ const packageMetadata = {
|
|
|
46
48
|
name: '@progress/kendo-angular-scheduler',
|
|
47
49
|
productName: 'Kendo UI for Angular',
|
|
48
50
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
49
|
-
publishDate:
|
|
50
|
-
version: '11.4.1-develop.
|
|
51
|
+
publishDate: 1679906760,
|
|
52
|
+
version: '11.4.1-develop.14',
|
|
51
53
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
52
54
|
};
|
|
53
55
|
|
|
@@ -2837,6 +2839,7 @@ class ToolbarComponent {
|
|
|
2837
2839
|
constructor(service) {
|
|
2838
2840
|
this.service = service;
|
|
2839
2841
|
this.hostClasses = true;
|
|
2842
|
+
this.toolbarRole = 'toolbar';
|
|
2840
2843
|
this.navigate = new EventEmitter();
|
|
2841
2844
|
// The template context is the same as the service context,
|
|
2842
2845
|
// but with resolved values instead of observables.
|
|
@@ -2867,7 +2870,7 @@ class ToolbarComponent {
|
|
|
2867
2870
|
}
|
|
2868
2871
|
}
|
|
2869
2872
|
ToolbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ToolbarComponent, deps: [{ token: ToolbarService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2870
|
-
ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ToolbarComponent, selector: "kendo-scheduler-toolbar", inputs: { selectedView: "selectedView", views: "views", dateRange: "dateRange", selectedDate: "selectedDate", template: "template", min: "min", max: "max" }, outputs: { navigate: "navigate" }, host: { properties: { "class.k-scheduler-toolbar": "this.hostClasses", "class.k-toolbar": "this.hostClasses", "class.k-toolbar-md": "this.hostClasses" } }, usesOnChanges: true, ngImport: i0, template: `
|
|
2873
|
+
ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ToolbarComponent, selector: "kendo-scheduler-toolbar", inputs: { selectedView: "selectedView", views: "views", dateRange: "dateRange", selectedDate: "selectedDate", template: "template", min: "min", max: "max" }, outputs: { navigate: "navigate" }, host: { properties: { "class.k-scheduler-toolbar": "this.hostClasses", "class.k-toolbar": "this.hostClasses", "class.k-toolbar-md": "this.hostClasses", "attr.role": "this.toolbarRole" } }, usesOnChanges: true, ngImport: i0, template: `
|
|
2871
2874
|
<ng-template
|
|
2872
2875
|
*ngIf="template; else defaultTemplate"
|
|
2873
2876
|
[ngTemplateOutlet]="template.templateRef"
|
|
@@ -2909,6 +2912,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2909
2912
|
}, {
|
|
2910
2913
|
type: HostBinding,
|
|
2911
2914
|
args: ['class.k-toolbar-md']
|
|
2915
|
+
}], toolbarRole: [{
|
|
2916
|
+
type: HostBinding,
|
|
2917
|
+
args: ['attr.role']
|
|
2912
2918
|
}], selectedView: [{
|
|
2913
2919
|
type: Input
|
|
2914
2920
|
}], views: [{
|
|
@@ -3775,8 +3781,7 @@ class RecurrenceIntervalEditorComponent {
|
|
|
3775
3781
|
RecurrenceIntervalEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceIntervalEditorComponent, deps: [{ token: RecurrenceService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3776
3782
|
RecurrenceIntervalEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: RecurrenceIntervalEditorComponent, selector: "kendo-recurrence-interval-editor", inputs: { userNumericOptions: "userNumericOptions" }, ngImport: i0, template: `
|
|
3777
3783
|
<div class='k-form-field'>
|
|
3778
|
-
<label class="k-form-label" (click)="intervalNumeric.focus()"
|
|
3779
|
-
|
|
3784
|
+
<kendo-label class="k-form-label" [for]="intervalNumeric" (click)="intervalNumeric.focus()" [text]="textForRepeatEvery()"></kendo-label>
|
|
3780
3785
|
<div class="k-form-field-wrap">
|
|
3781
3786
|
<kendo-numerictextbox
|
|
3782
3787
|
#intervalNumeric
|
|
@@ -3799,15 +3804,14 @@ RecurrenceIntervalEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion
|
|
|
3799
3804
|
<span>{{ textForFrequency() }}</span>
|
|
3800
3805
|
</div>
|
|
3801
3806
|
</div>
|
|
3802
|
-
`, isInline: true, components: [{ type:
|
|
3807
|
+
`, isInline: true, components: [{ type: i4.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional"], exportAs: ["kendoLabel"] }, { type: i14.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }] });
|
|
3803
3808
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceIntervalEditorComponent, decorators: [{
|
|
3804
3809
|
type: Component,
|
|
3805
3810
|
args: [{
|
|
3806
3811
|
selector: 'kendo-recurrence-interval-editor',
|
|
3807
3812
|
template: `
|
|
3808
3813
|
<div class='k-form-field'>
|
|
3809
|
-
<label class="k-form-label" (click)="intervalNumeric.focus()"
|
|
3810
|
-
|
|
3814
|
+
<kendo-label class="k-form-label" [for]="intervalNumeric" (click)="intervalNumeric.focus()" [text]="textForRepeatEvery()"></kendo-label>
|
|
3811
3815
|
<div class="k-form-field-wrap">
|
|
3812
3816
|
<kendo-numerictextbox
|
|
3813
3817
|
#intervalNumeric
|
|
@@ -4310,7 +4314,7 @@ RecurrenceMonthlyYearlyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVe
|
|
|
4310
4314
|
</li>
|
|
4311
4315
|
</ul>
|
|
4312
4316
|
</div>
|
|
4313
|
-
`, isInline: true, components: [{ type: i1$3.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { type:
|
|
4317
|
+
`, isInline: true, components: [{ type: i1$3.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { type: i14.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }], directives: [{ type: RepeatOnRadioButtonDirective, selector: "[kendoRecurrenceRepeatOnRadioButton]", inputs: ["kendoRecurrenceRepeatOnRadioButton"] }, { type: i4.LabelDirective, selector: "label[for]", inputs: ["for"] }, { type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
4314
4318
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceMonthlyYearlyEditorComponent, decorators: [{
|
|
4315
4319
|
type: Component,
|
|
4316
4320
|
args: [{
|
|
@@ -4598,6 +4602,7 @@ RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
4598
4602
|
<label class='k-radio-label' for='k-endrule-count-{{uniqueId}}'>{{ textFor('endAfter') }}</label>
|
|
4599
4603
|
|
|
4600
4604
|
<kendo-numerictextbox
|
|
4605
|
+
#afterOccurances
|
|
4601
4606
|
[style.width.px]='70'
|
|
4602
4607
|
[autoCorrect]='numericOptions.autoCorrect'
|
|
4603
4608
|
[decimals]='0'
|
|
@@ -4614,7 +4619,7 @@ RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
4614
4619
|
(blur)="onCountBlur()"
|
|
4615
4620
|
(valueChange)='onCountChange($event)'>
|
|
4616
4621
|
</kendo-numerictextbox>
|
|
4617
|
-
<
|
|
4622
|
+
<kendo-label [for]="afterOccurances" [text]="textFor('endOccurrence')"></kendo-label>
|
|
4618
4623
|
</li>
|
|
4619
4624
|
<li class='k-radio-item'>
|
|
4620
4625
|
<input kendoRecurrenceEndRuleRadioButton='k-endrule-until-{{uniqueId}}' />
|
|
@@ -4647,7 +4652,7 @@ RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
4647
4652
|
</li>
|
|
4648
4653
|
</ul>
|
|
4649
4654
|
</div>
|
|
4650
|
-
`, isInline: true, components: [{ type:
|
|
4655
|
+
`, isInline: true, components: [{ type: i14.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }, { type: i4.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional"], exportAs: ["kendoLabel"] }, { type: i6.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }], directives: [{ type: EndRuleRadioButtonDirective, selector: "[kendoRecurrenceEndRuleRadioButton]", inputs: ["kendoRecurrenceEndRuleRadioButton"] }, { type: i4.LabelDirective, selector: "label[for]", inputs: ["for"] }] });
|
|
4651
4656
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceEndRuleEditorComponent, decorators: [{
|
|
4652
4657
|
type: Component,
|
|
4653
4658
|
args: [{
|
|
@@ -4666,6 +4671,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4666
4671
|
<label class='k-radio-label' for='k-endrule-count-{{uniqueId}}'>{{ textFor('endAfter') }}</label>
|
|
4667
4672
|
|
|
4668
4673
|
<kendo-numerictextbox
|
|
4674
|
+
#afterOccurances
|
|
4669
4675
|
[style.width.px]='70'
|
|
4670
4676
|
[autoCorrect]='numericOptions.autoCorrect'
|
|
4671
4677
|
[decimals]='0'
|
|
@@ -4682,7 +4688,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4682
4688
|
(blur)="onCountBlur()"
|
|
4683
4689
|
(valueChange)='onCountChange($event)'>
|
|
4684
4690
|
</kendo-numerictextbox>
|
|
4685
|
-
<
|
|
4691
|
+
<kendo-label [for]="afterOccurances" [text]="textFor('endOccurrence')"></kendo-label>
|
|
4686
4692
|
</li>
|
|
4687
4693
|
<li class='k-radio-item'>
|
|
4688
4694
|
<input kendoRecurrenceEndRuleRadioButton='k-endrule-until-{{uniqueId}}' />
|
|
@@ -5554,7 +5560,7 @@ EditDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
5554
5560
|
<button kendoButton themeColor="primary" (click)="onSave($event)" [disabled]="!formGroup.valid">{{ textFor('save') }}</button>
|
|
5555
5561
|
</kendo-dialog-actions>
|
|
5556
5562
|
</kendo-dialog>
|
|
5557
|
-
`, isInline: true, components: [{ type: i1.DialogComponent, selector: "kendo-dialog", inputs: ["actions", "actionsLayout", "autoFocusedElement", "title", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "animation", "themeColor"], outputs: ["action", "close"], exportAs: ["kendoDialog"] }, { type: SchedulerDateTimePickerComponent, selector: "kendo-scheduler-datetime-picker", inputs: ["isAllDay"], outputs: ["valueChange"] }, { type: TimeZoneEditorComponent, selector: "kendo-timezone-editor", inputs: ["width"], outputs: ["valueChange"] }, { type: RecurrenceEditorComponent, selector: "kendo-recurrence-editor", inputs: ["start", "timezone", "weekStart", "repeatEveryOptions", "endAfterOptions", "repeatOnOptions", "endOnOptions"], outputs: ["valueChange"], exportAs: ["kendoRecurrenceEditor"] }, { type: MultipleResourceEditorComponent, selector: "kendo-multiple-resource-editor" }, { type: SingleResourceEditorComponent, selector: "kendo-single-resource-editor" }, { type: i1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i3.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i12.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i12.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i12.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type:
|
|
5563
|
+
`, isInline: true, components: [{ type: i1.DialogComponent, selector: "kendo-dialog", inputs: ["actions", "actionsLayout", "autoFocusedElement", "title", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "animation", "themeColor"], outputs: ["action", "close"], exportAs: ["kendoDialog"] }, { type: SchedulerDateTimePickerComponent, selector: "kendo-scheduler-datetime-picker", inputs: ["isAllDay"], outputs: ["valueChange"] }, { type: TimeZoneEditorComponent, selector: "kendo-timezone-editor", inputs: ["width"], outputs: ["valueChange"] }, { type: RecurrenceEditorComponent, selector: "kendo-recurrence-editor", inputs: ["start", "timezone", "weekStart", "repeatEveryOptions", "endAfterOptions", "repeatOnOptions", "endOnOptions"], outputs: ["valueChange"], exportAs: ["kendoRecurrenceEditor"] }, { type: MultipleResourceEditorComponent, selector: "kendo-multiple-resource-editor" }, { type: SingleResourceEditorComponent, selector: "kendo-single-resource-editor" }, { type: i1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i3.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i12.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i12.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i12.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i4.LabelDirective, selector: "label[for]", inputs: ["for"] }, { type: i14.TextBoxDirective, selector: "input[kendoTextBox]", inputs: ["value"] }, { type: i12.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i12.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i12.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { type: i12.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { type: i14.CheckBoxDirective, selector: "input[kendoCheckBox]", inputs: ["size", "rounded"] }, { type: i12.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { type: i14.TextAreaDirective, selector: "textarea[kendoTextArea]", inputs: ["autoSize", "value"], outputs: ["valueChange"] }, { type: i11.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
5558
5564
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditDialogComponent, decorators: [{
|
|
5559
5565
|
type: Component,
|
|
5560
5566
|
args: [{
|
|
@@ -8289,7 +8295,7 @@ AgendaTaskItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
8289
8295
|
<kendo-icon-wrapper name="x" [svgIcon]="xIcon"></kendo-icon-wrapper>
|
|
8290
8296
|
</span>
|
|
8291
8297
|
</div>
|
|
8292
|
-
`, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8298
|
+
`, isInline: true, components: [{ type: i4$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8293
8299
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AgendaTaskItemComponent, decorators: [{
|
|
8294
8300
|
type: Component,
|
|
8295
8301
|
args: [{
|
|
@@ -8441,7 +8447,7 @@ AgendaListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
8441
8447
|
</ng-container>
|
|
8442
8448
|
</tbody>
|
|
8443
8449
|
</table>
|
|
8444
|
-
`, isInline: true, components: [{ type: AgendaHeaderItemComponent, selector: "[kendoSchedulerAgendaHeaderItem]", inputs: ["kendoSchedulerAgendaHeaderItem", "agendaDateTemplate"] }, { type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }, { type: AgendaTaskItemComponent, selector: "[kendoSchedulerAgendaTaskItem]", inputs: ["kendoSchedulerAgendaTaskItem", "color", "eventTemplate", "editable"] }], directives: [{ type: i11.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i11.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i11.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }] });
|
|
8450
|
+
`, isInline: true, components: [{ type: AgendaHeaderItemComponent, selector: "[kendoSchedulerAgendaHeaderItem]", inputs: ["kendoSchedulerAgendaHeaderItem", "agendaDateTemplate"] }, { type: i4$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }, { type: AgendaTaskItemComponent, selector: "[kendoSchedulerAgendaTaskItem]", inputs: ["kendoSchedulerAgendaTaskItem", "color", "eventTemplate", "editable"] }], directives: [{ type: i11.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i11.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i11.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }] });
|
|
8445
8451
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AgendaListComponent, decorators: [{
|
|
8446
8452
|
type: Component,
|
|
8447
8453
|
args: [{
|
|
@@ -9623,7 +9629,7 @@ MonthViewItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
9623
9629
|
<span class="k-resize-handle k-resize-w"></span>
|
|
9624
9630
|
<span class="k-resize-handle k-resize-e"></span>
|
|
9625
9631
|
</ng-container>
|
|
9626
|
-
`, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
9632
|
+
`, isInline: true, components: [{ type: i4$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
9627
9633
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MonthViewItemComponent, decorators: [{
|
|
9628
9634
|
type: Component,
|
|
9629
9635
|
args: [{
|
|
@@ -10916,7 +10922,7 @@ MonthSlotComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
10916
10922
|
>
|
|
10917
10923
|
</kendo-icon-wrapper>
|
|
10918
10924
|
</div>
|
|
10919
|
-
`, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], pipes: { "kendoDate": i1$4.DatePipe } });
|
|
10925
|
+
`, isInline: true, components: [{ type: i4$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], pipes: { "kendoDate": i1$4.DatePipe } });
|
|
10920
10926
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MonthSlotComponent, decorators: [{
|
|
10921
10927
|
type: Component,
|
|
10922
10928
|
args: [{
|
|
@@ -11850,6 +11856,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
11850
11856
|
class ViewFooterComponent {
|
|
11851
11857
|
constructor(viewState) {
|
|
11852
11858
|
this.hostClasses = true;
|
|
11859
|
+
this.toolbarRole = 'toolbar';
|
|
11853
11860
|
/**
|
|
11854
11861
|
* @hidden
|
|
11855
11862
|
* TODO: Drop in next MAJOR version
|
|
@@ -11868,7 +11875,7 @@ class ViewFooterComponent {
|
|
|
11868
11875
|
}
|
|
11869
11876
|
}
|
|
11870
11877
|
ViewFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ViewFooterComponent, deps: [{ token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
11871
|
-
ViewFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ViewFooterComponent, selector: "[viewFooter]", inputs: { items: "items" }, outputs: { itemClick: "itemClick" }, host: { properties: { "class.k-scheduler-footer": "this.hostClasses", "class.k-toolbar": "this.hostClasses", "class.k-toolbar-md": "this.hostClasses", "style.justify-content": "this.inlineJustifyContentStyle" } }, ngImport: i0, template: `
|
|
11878
|
+
ViewFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ViewFooterComponent, selector: "[viewFooter]", inputs: { items: "items" }, outputs: { itemClick: "itemClick" }, host: { properties: { "class.k-scheduler-footer": "this.hostClasses", "class.k-toolbar": "this.hostClasses", "class.k-toolbar-md": "this.hostClasses", "attr.role": "this.toolbarRole", "style.justify-content": "this.inlineJustifyContentStyle" } }, ngImport: i0, template: `
|
|
11872
11879
|
<span class="k-scheduler-navigation">
|
|
11873
11880
|
<button
|
|
11874
11881
|
*ngFor="let item of items"
|
|
@@ -11915,6 +11922,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
11915
11922
|
}, {
|
|
11916
11923
|
type: HostBinding,
|
|
11917
11924
|
args: ['class.k-toolbar-md']
|
|
11925
|
+
}], toolbarRole: [{
|
|
11926
|
+
type: HostBinding,
|
|
11927
|
+
args: ['attr.role']
|
|
11918
11928
|
}], inlineJustifyContentStyle: [{
|
|
11919
11929
|
type: HostBinding,
|
|
11920
11930
|
args: ['style.justify-content']
|
|
@@ -12965,7 +12975,7 @@ DayTimeViewItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
|
12965
12975
|
<span class="k-resize-handle k-resize-w"></span>
|
|
12966
12976
|
<span class="k-resize-handle k-resize-e"></span>
|
|
12967
12977
|
</ng-container>
|
|
12968
|
-
`, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
12978
|
+
`, isInline: true, components: [{ type: i4$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
12969
12979
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DayTimeViewItemComponent, decorators: [{
|
|
12970
12980
|
type: Component,
|
|
12971
12981
|
args: [{
|
|
@@ -13740,7 +13750,7 @@ MultiDayViewRendererComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.
|
|
|
13740
13750
|
MultiDayViewRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: MultiDayViewRendererComponent, selector: "multi-day-view", inputs: { name: "name", slotFill: "slotFill", allDaySlotTemplate: "allDaySlotTemplate", allDayEventTemplate: "allDayEventTemplate", minorTimeHeaderTemplate: "minorTimeHeaderTemplate", majorTimeHeaderTemplate: "majorTimeHeaderTemplate" }, providers: [
|
|
13741
13751
|
DayTimeSlotService
|
|
13742
13752
|
], viewQueries: [{ propertyName: "headerHintContainer", first: true, predicate: ["headerHintContainer"], descendants: true }, { propertyName: "dayCells", predicate: ["allDayCell"], descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
|
|
13743
|
-
<div class="k-scheduler-layout k-scheduler-flex-layout" [ngClass]="classNames">
|
|
13753
|
+
<div class="k-scheduler-layout k-scheduler-flex-layout" role="presentation" [ngClass]="classNames">
|
|
13744
13754
|
<div class="k-scheduler-pane">
|
|
13745
13755
|
<div class="k-scheduler-times" #timesHeader>
|
|
13746
13756
|
<table class="k-scheduler-table" aria-hidden="true">
|
|
@@ -14005,7 +14015,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
14005
14015
|
DayTimeSlotService
|
|
14006
14016
|
],
|
|
14007
14017
|
template: `
|
|
14008
|
-
<div class="k-scheduler-layout k-scheduler-flex-layout" [ngClass]="classNames">
|
|
14018
|
+
<div class="k-scheduler-layout k-scheduler-flex-layout" role="presentation" [ngClass]="classNames">
|
|
14009
14019
|
<div class="k-scheduler-pane">
|
|
14010
14020
|
<div class="k-scheduler-times" #timesHeader>
|
|
14011
14021
|
<table class="k-scheduler-table" aria-hidden="true">
|
|
@@ -16428,8 +16438,9 @@ class ShortcutsDirective {
|
|
|
16428
16438
|
}
|
|
16429
16439
|
}, {
|
|
16430
16440
|
match: e => e.keyCode === Keys.F10 && noModifiers(e),
|
|
16431
|
-
action: () => {
|
|
16441
|
+
action: (e) => {
|
|
16432
16442
|
this.zone.run(() => {
|
|
16443
|
+
e.preventDefault();
|
|
16433
16444
|
this.scheduler.onNavigationAction({ type: 'focus-toolbar' });
|
|
16434
16445
|
this.focusWait();
|
|
16435
16446
|
});
|
|
@@ -16697,7 +16708,8 @@ const importedKendoModules = [
|
|
|
16697
16708
|
TextBoxModule,
|
|
16698
16709
|
DropDownsModule,
|
|
16699
16710
|
ReactiveFormsModule,
|
|
16700
|
-
SharedModule
|
|
16711
|
+
SharedModule,
|
|
16712
|
+
LabelModule
|
|
16701
16713
|
];
|
|
16702
16714
|
/**
|
|
16703
16715
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
@@ -16783,7 +16795,8 @@ SchedulerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
|
16783
16795
|
TextBoxModule,
|
|
16784
16796
|
DropDownsModule,
|
|
16785
16797
|
ReactiveFormsModule,
|
|
16786
|
-
SharedModule
|
|
16798
|
+
SharedModule,
|
|
16799
|
+
LabelModule], exports: [AgendaViewComponent,
|
|
16787
16800
|
MonthViewModule,
|
|
16788
16801
|
MultiDayViewModule,
|
|
16789
16802
|
ReactiveEditingDirective,
|
|
@@ -17342,7 +17355,7 @@ PDFCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
17342
17355
|
</span>
|
|
17343
17356
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
|
17344
17357
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
17345
|
-
`, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
17358
|
+
`, isInline: true, components: [{ type: i4$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
17346
17359
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDFCommandDirective, decorators: [{
|
|
17347
17360
|
type: Component,
|
|
17348
17361
|
args: [{
|
|
@@ -30,10 +30,12 @@ import { CommonModule } from '@angular/common';
|
|
|
30
30
|
import * as i1$3 from '@progress/kendo-angular-dropdowns';
|
|
31
31
|
import { DropDownsModule } from '@progress/kendo-angular-dropdowns';
|
|
32
32
|
import { parseRule, serializeRule, expand } from '@progress/kendo-recurrence';
|
|
33
|
-
import * as
|
|
33
|
+
import * as i4 from '@progress/kendo-angular-label';
|
|
34
|
+
import { LabelModule } from '@progress/kendo-angular-label';
|
|
35
|
+
import * as i14 from '@progress/kendo-angular-inputs';
|
|
34
36
|
import { CheckBoxModule, TextAreaModule, NumericTextBoxModule, TextBoxModule } from '@progress/kendo-angular-inputs';
|
|
35
37
|
import { orderBy, groupBy } from '@progress/kendo-data-query';
|
|
36
|
-
import * as i4 from '@progress/kendo-angular-icons';
|
|
38
|
+
import * as i4$1 from '@progress/kendo-angular-icons';
|
|
37
39
|
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
38
40
|
import { Draggable } from '@progress/kendo-draggable';
|
|
39
41
|
import { drawDOM, exportPDF } from '@progress/kendo-drawing';
|
|
@@ -46,8 +48,8 @@ const packageMetadata = {
|
|
|
46
48
|
name: '@progress/kendo-angular-scheduler',
|
|
47
49
|
productName: 'Kendo UI for Angular',
|
|
48
50
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
49
|
-
publishDate:
|
|
50
|
-
version: '11.4.1-develop.
|
|
51
|
+
publishDate: 1679906760,
|
|
52
|
+
version: '11.4.1-develop.14',
|
|
51
53
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
52
54
|
};
|
|
53
55
|
|
|
@@ -2802,6 +2804,7 @@ class ToolbarComponent {
|
|
|
2802
2804
|
constructor(service) {
|
|
2803
2805
|
this.service = service;
|
|
2804
2806
|
this.hostClasses = true;
|
|
2807
|
+
this.toolbarRole = 'toolbar';
|
|
2805
2808
|
this.navigate = new EventEmitter();
|
|
2806
2809
|
// The template context is the same as the service context,
|
|
2807
2810
|
// but with resolved values instead of observables.
|
|
@@ -2832,7 +2835,7 @@ class ToolbarComponent {
|
|
|
2832
2835
|
}
|
|
2833
2836
|
}
|
|
2834
2837
|
ToolbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ToolbarComponent, deps: [{ token: ToolbarService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2835
|
-
ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ToolbarComponent, selector: "kendo-scheduler-toolbar", inputs: { selectedView: "selectedView", views: "views", dateRange: "dateRange", selectedDate: "selectedDate", template: "template", min: "min", max: "max" }, outputs: { navigate: "navigate" }, host: { properties: { "class.k-scheduler-toolbar": "this.hostClasses", "class.k-toolbar": "this.hostClasses", "class.k-toolbar-md": "this.hostClasses" } }, usesOnChanges: true, ngImport: i0, template: `
|
|
2838
|
+
ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ToolbarComponent, selector: "kendo-scheduler-toolbar", inputs: { selectedView: "selectedView", views: "views", dateRange: "dateRange", selectedDate: "selectedDate", template: "template", min: "min", max: "max" }, outputs: { navigate: "navigate" }, host: { properties: { "class.k-scheduler-toolbar": "this.hostClasses", "class.k-toolbar": "this.hostClasses", "class.k-toolbar-md": "this.hostClasses", "attr.role": "this.toolbarRole" } }, usesOnChanges: true, ngImport: i0, template: `
|
|
2836
2839
|
<ng-template
|
|
2837
2840
|
*ngIf="template; else defaultTemplate"
|
|
2838
2841
|
[ngTemplateOutlet]="template.templateRef"
|
|
@@ -2874,6 +2877,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2874
2877
|
}, {
|
|
2875
2878
|
type: HostBinding,
|
|
2876
2879
|
args: ['class.k-toolbar-md']
|
|
2880
|
+
}], toolbarRole: [{
|
|
2881
|
+
type: HostBinding,
|
|
2882
|
+
args: ['attr.role']
|
|
2877
2883
|
}], selectedView: [{
|
|
2878
2884
|
type: Input
|
|
2879
2885
|
}], views: [{
|
|
@@ -3738,8 +3744,7 @@ class RecurrenceIntervalEditorComponent {
|
|
|
3738
3744
|
RecurrenceIntervalEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceIntervalEditorComponent, deps: [{ token: RecurrenceService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3739
3745
|
RecurrenceIntervalEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: RecurrenceIntervalEditorComponent, selector: "kendo-recurrence-interval-editor", inputs: { userNumericOptions: "userNumericOptions" }, ngImport: i0, template: `
|
|
3740
3746
|
<div class='k-form-field'>
|
|
3741
|
-
<label class="k-form-label" (click)="intervalNumeric.focus()"
|
|
3742
|
-
|
|
3747
|
+
<kendo-label class="k-form-label" [for]="intervalNumeric" (click)="intervalNumeric.focus()" [text]="textForRepeatEvery()"></kendo-label>
|
|
3743
3748
|
<div class="k-form-field-wrap">
|
|
3744
3749
|
<kendo-numerictextbox
|
|
3745
3750
|
#intervalNumeric
|
|
@@ -3762,15 +3767,14 @@ RecurrenceIntervalEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion
|
|
|
3762
3767
|
<span>{{ textForFrequency() }}</span>
|
|
3763
3768
|
</div>
|
|
3764
3769
|
</div>
|
|
3765
|
-
`, isInline: true, components: [{ type:
|
|
3770
|
+
`, isInline: true, components: [{ type: i4.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional"], exportAs: ["kendoLabel"] }, { type: i14.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }] });
|
|
3766
3771
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceIntervalEditorComponent, decorators: [{
|
|
3767
3772
|
type: Component,
|
|
3768
3773
|
args: [{
|
|
3769
3774
|
selector: 'kendo-recurrence-interval-editor',
|
|
3770
3775
|
template: `
|
|
3771
3776
|
<div class='k-form-field'>
|
|
3772
|
-
<label class="k-form-label" (click)="intervalNumeric.focus()"
|
|
3773
|
-
|
|
3777
|
+
<kendo-label class="k-form-label" [for]="intervalNumeric" (click)="intervalNumeric.focus()" [text]="textForRepeatEvery()"></kendo-label>
|
|
3774
3778
|
<div class="k-form-field-wrap">
|
|
3775
3779
|
<kendo-numerictextbox
|
|
3776
3780
|
#intervalNumeric
|
|
@@ -4273,7 +4277,7 @@ RecurrenceMonthlyYearlyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVe
|
|
|
4273
4277
|
</li>
|
|
4274
4278
|
</ul>
|
|
4275
4279
|
</div>
|
|
4276
|
-
`, isInline: true, components: [{ type: i1$3.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { type:
|
|
4280
|
+
`, isInline: true, components: [{ type: i1$3.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { type: i14.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }], directives: [{ type: RepeatOnRadioButtonDirective, selector: "[kendoRecurrenceRepeatOnRadioButton]", inputs: ["kendoRecurrenceRepeatOnRadioButton"] }, { type: i4.LabelDirective, selector: "label[for]", inputs: ["for"] }, { type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
4277
4281
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceMonthlyYearlyEditorComponent, decorators: [{
|
|
4278
4282
|
type: Component,
|
|
4279
4283
|
args: [{
|
|
@@ -4561,6 +4565,7 @@ RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
4561
4565
|
<label class='k-radio-label' for='k-endrule-count-{{uniqueId}}'>{{ textFor('endAfter') }}</label>
|
|
4562
4566
|
|
|
4563
4567
|
<kendo-numerictextbox
|
|
4568
|
+
#afterOccurances
|
|
4564
4569
|
[style.width.px]='70'
|
|
4565
4570
|
[autoCorrect]='numericOptions.autoCorrect'
|
|
4566
4571
|
[decimals]='0'
|
|
@@ -4577,7 +4582,7 @@ RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
4577
4582
|
(blur)="onCountBlur()"
|
|
4578
4583
|
(valueChange)='onCountChange($event)'>
|
|
4579
4584
|
</kendo-numerictextbox>
|
|
4580
|
-
<
|
|
4585
|
+
<kendo-label [for]="afterOccurances" [text]="textFor('endOccurrence')"></kendo-label>
|
|
4581
4586
|
</li>
|
|
4582
4587
|
<li class='k-radio-item'>
|
|
4583
4588
|
<input kendoRecurrenceEndRuleRadioButton='k-endrule-until-{{uniqueId}}' />
|
|
@@ -4610,7 +4615,7 @@ RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
4610
4615
|
</li>
|
|
4611
4616
|
</ul>
|
|
4612
4617
|
</div>
|
|
4613
|
-
`, isInline: true, components: [{ type:
|
|
4618
|
+
`, isInline: true, components: [{ type: i14.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }, { type: i4.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional"], exportAs: ["kendoLabel"] }, { type: i6.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }], directives: [{ type: EndRuleRadioButtonDirective, selector: "[kendoRecurrenceEndRuleRadioButton]", inputs: ["kendoRecurrenceEndRuleRadioButton"] }, { type: i4.LabelDirective, selector: "label[for]", inputs: ["for"] }] });
|
|
4614
4619
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceEndRuleEditorComponent, decorators: [{
|
|
4615
4620
|
type: Component,
|
|
4616
4621
|
args: [{
|
|
@@ -4629,6 +4634,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4629
4634
|
<label class='k-radio-label' for='k-endrule-count-{{uniqueId}}'>{{ textFor('endAfter') }}</label>
|
|
4630
4635
|
|
|
4631
4636
|
<kendo-numerictextbox
|
|
4637
|
+
#afterOccurances
|
|
4632
4638
|
[style.width.px]='70'
|
|
4633
4639
|
[autoCorrect]='numericOptions.autoCorrect'
|
|
4634
4640
|
[decimals]='0'
|
|
@@ -4645,7 +4651,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4645
4651
|
(blur)="onCountBlur()"
|
|
4646
4652
|
(valueChange)='onCountChange($event)'>
|
|
4647
4653
|
</kendo-numerictextbox>
|
|
4648
|
-
<
|
|
4654
|
+
<kendo-label [for]="afterOccurances" [text]="textFor('endOccurrence')"></kendo-label>
|
|
4649
4655
|
</li>
|
|
4650
4656
|
<li class='k-radio-item'>
|
|
4651
4657
|
<input kendoRecurrenceEndRuleRadioButton='k-endrule-until-{{uniqueId}}' />
|
|
@@ -5517,7 +5523,7 @@ EditDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
5517
5523
|
<button kendoButton themeColor="primary" (click)="onSave($event)" [disabled]="!formGroup.valid">{{ textFor('save') }}</button>
|
|
5518
5524
|
</kendo-dialog-actions>
|
|
5519
5525
|
</kendo-dialog>
|
|
5520
|
-
`, isInline: true, components: [{ type: i1.DialogComponent, selector: "kendo-dialog", inputs: ["actions", "actionsLayout", "autoFocusedElement", "title", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "animation", "themeColor"], outputs: ["action", "close"], exportAs: ["kendoDialog"] }, { type: SchedulerDateTimePickerComponent, selector: "kendo-scheduler-datetime-picker", inputs: ["isAllDay"], outputs: ["valueChange"] }, { type: TimeZoneEditorComponent, selector: "kendo-timezone-editor", inputs: ["width"], outputs: ["valueChange"] }, { type: RecurrenceEditorComponent, selector: "kendo-recurrence-editor", inputs: ["start", "timezone", "weekStart", "repeatEveryOptions", "endAfterOptions", "repeatOnOptions", "endOnOptions"], outputs: ["valueChange"], exportAs: ["kendoRecurrenceEditor"] }, { type: MultipleResourceEditorComponent, selector: "kendo-multiple-resource-editor" }, { type: SingleResourceEditorComponent, selector: "kendo-single-resource-editor" }, { type: i1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i3.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i12.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i12.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i12.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type:
|
|
5526
|
+
`, isInline: true, components: [{ type: i1.DialogComponent, selector: "kendo-dialog", inputs: ["actions", "actionsLayout", "autoFocusedElement", "title", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "animation", "themeColor"], outputs: ["action", "close"], exportAs: ["kendoDialog"] }, { type: SchedulerDateTimePickerComponent, selector: "kendo-scheduler-datetime-picker", inputs: ["isAllDay"], outputs: ["valueChange"] }, { type: TimeZoneEditorComponent, selector: "kendo-timezone-editor", inputs: ["width"], outputs: ["valueChange"] }, { type: RecurrenceEditorComponent, selector: "kendo-recurrence-editor", inputs: ["start", "timezone", "weekStart", "repeatEveryOptions", "endAfterOptions", "repeatOnOptions", "endOnOptions"], outputs: ["valueChange"], exportAs: ["kendoRecurrenceEditor"] }, { type: MultipleResourceEditorComponent, selector: "kendo-multiple-resource-editor" }, { type: SingleResourceEditorComponent, selector: "kendo-single-resource-editor" }, { type: i1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i3.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i12.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i12.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i12.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i4.LabelDirective, selector: "label[for]", inputs: ["for"] }, { type: i14.TextBoxDirective, selector: "input[kendoTextBox]", inputs: ["value"] }, { type: i12.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i12.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i12.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { type: i12.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { type: i14.CheckBoxDirective, selector: "input[kendoCheckBox]", inputs: ["size", "rounded"] }, { type: i12.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { type: i14.TextAreaDirective, selector: "textarea[kendoTextArea]", inputs: ["autoSize", "value"], outputs: ["valueChange"] }, { type: i11.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
5521
5527
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditDialogComponent, decorators: [{
|
|
5522
5528
|
type: Component,
|
|
5523
5529
|
args: [{
|
|
@@ -8257,7 +8263,7 @@ AgendaTaskItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
8257
8263
|
<kendo-icon-wrapper name="x" [svgIcon]="xIcon"></kendo-icon-wrapper>
|
|
8258
8264
|
</span>
|
|
8259
8265
|
</div>
|
|
8260
|
-
`, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8266
|
+
`, isInline: true, components: [{ type: i4$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8261
8267
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AgendaTaskItemComponent, decorators: [{
|
|
8262
8268
|
type: Component,
|
|
8263
8269
|
args: [{
|
|
@@ -8407,7 +8413,7 @@ AgendaListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
8407
8413
|
</ng-container>
|
|
8408
8414
|
</tbody>
|
|
8409
8415
|
</table>
|
|
8410
|
-
`, isInline: true, components: [{ type: AgendaHeaderItemComponent, selector: "[kendoSchedulerAgendaHeaderItem]", inputs: ["kendoSchedulerAgendaHeaderItem", "agendaDateTemplate"] }, { type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }, { type: AgendaTaskItemComponent, selector: "[kendoSchedulerAgendaTaskItem]", inputs: ["kendoSchedulerAgendaTaskItem", "color", "eventTemplate", "editable"] }], directives: [{ type: i11.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i11.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i11.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }] });
|
|
8416
|
+
`, isInline: true, components: [{ type: AgendaHeaderItemComponent, selector: "[kendoSchedulerAgendaHeaderItem]", inputs: ["kendoSchedulerAgendaHeaderItem", "agendaDateTemplate"] }, { type: i4$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }, { type: AgendaTaskItemComponent, selector: "[kendoSchedulerAgendaTaskItem]", inputs: ["kendoSchedulerAgendaTaskItem", "color", "eventTemplate", "editable"] }], directives: [{ type: i11.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i11.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i11.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }] });
|
|
8411
8417
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AgendaListComponent, decorators: [{
|
|
8412
8418
|
type: Component,
|
|
8413
8419
|
args: [{
|
|
@@ -9589,7 +9595,7 @@ MonthViewItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
9589
9595
|
<span class="k-resize-handle k-resize-w"></span>
|
|
9590
9596
|
<span class="k-resize-handle k-resize-e"></span>
|
|
9591
9597
|
</ng-container>
|
|
9592
|
-
`, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
9598
|
+
`, isInline: true, components: [{ type: i4$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
9593
9599
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MonthViewItemComponent, decorators: [{
|
|
9594
9600
|
type: Component,
|
|
9595
9601
|
args: [{
|
|
@@ -10911,7 +10917,7 @@ MonthSlotComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
10911
10917
|
>
|
|
10912
10918
|
</kendo-icon-wrapper>
|
|
10913
10919
|
</div>
|
|
10914
|
-
`, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], pipes: { "kendoDate": i1$4.DatePipe } });
|
|
10920
|
+
`, isInline: true, components: [{ type: i4$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], pipes: { "kendoDate": i1$4.DatePipe } });
|
|
10915
10921
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MonthSlotComponent, decorators: [{
|
|
10916
10922
|
type: Component,
|
|
10917
10923
|
args: [{
|
|
@@ -11814,6 +11820,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
11814
11820
|
class ViewFooterComponent {
|
|
11815
11821
|
constructor(viewState) {
|
|
11816
11822
|
this.hostClasses = true;
|
|
11823
|
+
this.toolbarRole = 'toolbar';
|
|
11817
11824
|
/**
|
|
11818
11825
|
* @hidden
|
|
11819
11826
|
* TODO: Drop in next MAJOR version
|
|
@@ -11832,7 +11839,7 @@ class ViewFooterComponent {
|
|
|
11832
11839
|
}
|
|
11833
11840
|
}
|
|
11834
11841
|
ViewFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ViewFooterComponent, deps: [{ token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
11835
|
-
ViewFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ViewFooterComponent, selector: "[viewFooter]", inputs: { items: "items" }, outputs: { itemClick: "itemClick" }, host: { properties: { "class.k-scheduler-footer": "this.hostClasses", "class.k-toolbar": "this.hostClasses", "class.k-toolbar-md": "this.hostClasses", "style.justify-content": "this.inlineJustifyContentStyle" } }, ngImport: i0, template: `
|
|
11842
|
+
ViewFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ViewFooterComponent, selector: "[viewFooter]", inputs: { items: "items" }, outputs: { itemClick: "itemClick" }, host: { properties: { "class.k-scheduler-footer": "this.hostClasses", "class.k-toolbar": "this.hostClasses", "class.k-toolbar-md": "this.hostClasses", "attr.role": "this.toolbarRole", "style.justify-content": "this.inlineJustifyContentStyle" } }, ngImport: i0, template: `
|
|
11836
11843
|
<span class="k-scheduler-navigation">
|
|
11837
11844
|
<button
|
|
11838
11845
|
*ngFor="let item of items"
|
|
@@ -11879,6 +11886,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
11879
11886
|
}, {
|
|
11880
11887
|
type: HostBinding,
|
|
11881
11888
|
args: ['class.k-toolbar-md']
|
|
11889
|
+
}], toolbarRole: [{
|
|
11890
|
+
type: HostBinding,
|
|
11891
|
+
args: ['attr.role']
|
|
11882
11892
|
}], inlineJustifyContentStyle: [{
|
|
11883
11893
|
type: HostBinding,
|
|
11884
11894
|
args: ['style.justify-content']
|
|
@@ -12923,7 +12933,7 @@ DayTimeViewItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
|
12923
12933
|
<span class="k-resize-handle k-resize-w"></span>
|
|
12924
12934
|
<span class="k-resize-handle k-resize-e"></span>
|
|
12925
12935
|
</ng-container>
|
|
12926
|
-
`, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
12936
|
+
`, isInline: true, components: [{ type: i4$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
12927
12937
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DayTimeViewItemComponent, decorators: [{
|
|
12928
12938
|
type: Component,
|
|
12929
12939
|
args: [{
|
|
@@ -13696,7 +13706,7 @@ MultiDayViewRendererComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.
|
|
|
13696
13706
|
MultiDayViewRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: MultiDayViewRendererComponent, selector: "multi-day-view", inputs: { name: "name", slotFill: "slotFill", allDaySlotTemplate: "allDaySlotTemplate", allDayEventTemplate: "allDayEventTemplate", minorTimeHeaderTemplate: "minorTimeHeaderTemplate", majorTimeHeaderTemplate: "majorTimeHeaderTemplate" }, providers: [
|
|
13697
13707
|
DayTimeSlotService
|
|
13698
13708
|
], viewQueries: [{ propertyName: "headerHintContainer", first: true, predicate: ["headerHintContainer"], descendants: true }, { propertyName: "dayCells", predicate: ["allDayCell"], descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
|
|
13699
|
-
<div class="k-scheduler-layout k-scheduler-flex-layout" [ngClass]="classNames">
|
|
13709
|
+
<div class="k-scheduler-layout k-scheduler-flex-layout" role="presentation" [ngClass]="classNames">
|
|
13700
13710
|
<div class="k-scheduler-pane">
|
|
13701
13711
|
<div class="k-scheduler-times" #timesHeader>
|
|
13702
13712
|
<table class="k-scheduler-table" aria-hidden="true">
|
|
@@ -13961,7 +13971,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
13961
13971
|
DayTimeSlotService
|
|
13962
13972
|
],
|
|
13963
13973
|
template: `
|
|
13964
|
-
<div class="k-scheduler-layout k-scheduler-flex-layout" [ngClass]="classNames">
|
|
13974
|
+
<div class="k-scheduler-layout k-scheduler-flex-layout" role="presentation" [ngClass]="classNames">
|
|
13965
13975
|
<div class="k-scheduler-pane">
|
|
13966
13976
|
<div class="k-scheduler-times" #timesHeader>
|
|
13967
13977
|
<table class="k-scheduler-table" aria-hidden="true">
|
|
@@ -16384,8 +16394,9 @@ class ShortcutsDirective {
|
|
|
16384
16394
|
}
|
|
16385
16395
|
}, {
|
|
16386
16396
|
match: e => e.keyCode === Keys.F10 && noModifiers(e),
|
|
16387
|
-
action: () => {
|
|
16397
|
+
action: (e) => {
|
|
16388
16398
|
this.zone.run(() => {
|
|
16399
|
+
e.preventDefault();
|
|
16389
16400
|
this.scheduler.onNavigationAction({ type: 'focus-toolbar' });
|
|
16390
16401
|
this.focusWait();
|
|
16391
16402
|
});
|
|
@@ -16653,7 +16664,8 @@ const importedKendoModules = [
|
|
|
16653
16664
|
TextBoxModule,
|
|
16654
16665
|
DropDownsModule,
|
|
16655
16666
|
ReactiveFormsModule,
|
|
16656
|
-
SharedModule
|
|
16667
|
+
SharedModule,
|
|
16668
|
+
LabelModule
|
|
16657
16669
|
];
|
|
16658
16670
|
/**
|
|
16659
16671
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
@@ -16739,7 +16751,8 @@ SchedulerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
|
16739
16751
|
TextBoxModule,
|
|
16740
16752
|
DropDownsModule,
|
|
16741
16753
|
ReactiveFormsModule,
|
|
16742
|
-
SharedModule
|
|
16754
|
+
SharedModule,
|
|
16755
|
+
LabelModule], exports: [AgendaViewComponent,
|
|
16743
16756
|
MonthViewModule,
|
|
16744
16757
|
MultiDayViewModule,
|
|
16745
16758
|
ReactiveEditingDirective,
|
|
@@ -17298,7 +17311,7 @@ PDFCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
17298
17311
|
</span>
|
|
17299
17312
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
|
17300
17313
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
17301
|
-
`, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
17314
|
+
`, isInline: true, components: [{ type: i4$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
17302
17315
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDFCommandDirective, decorators: [{
|
|
17303
17316
|
type: Component,
|
|
17304
17317
|
args: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-scheduler",
|
|
3
|
-
"version": "11.4.1-develop.
|
|
3
|
+
"version": "11.4.1-develop.14",
|
|
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": "11.4.1-develop.
|
|
29
|
-
"@progress/kendo-angular-common": "11.4.1-develop.
|
|
30
|
-
"@progress/kendo-angular-dateinputs": "11.4.1-develop.
|
|
31
|
-
"@progress/kendo-angular-dialog": "11.4.1-develop.
|
|
32
|
-
"@progress/kendo-angular-dropdowns": "11.4.1-develop.
|
|
33
|
-
"@progress/kendo-angular-icons": "11.4.1-develop.
|
|
34
|
-
"@progress/kendo-angular-inputs": "11.4.1-develop.
|
|
35
|
-
"@progress/kendo-angular-intl": "11.4.1-develop.
|
|
36
|
-
"@progress/kendo-angular-l10n": "11.4.1-develop.
|
|
37
|
-
"@progress/kendo-angular-popup": "11.4.1-develop.
|
|
28
|
+
"@progress/kendo-angular-buttons": "11.4.1-develop.14",
|
|
29
|
+
"@progress/kendo-angular-common": "11.4.1-develop.14",
|
|
30
|
+
"@progress/kendo-angular-dateinputs": "11.4.1-develop.14",
|
|
31
|
+
"@progress/kendo-angular-dialog": "11.4.1-develop.14",
|
|
32
|
+
"@progress/kendo-angular-dropdowns": "11.4.1-develop.14",
|
|
33
|
+
"@progress/kendo-angular-icons": "11.4.1-develop.14",
|
|
34
|
+
"@progress/kendo-angular-inputs": "11.4.1-develop.14",
|
|
35
|
+
"@progress/kendo-angular-intl": "11.4.1-develop.14",
|
|
36
|
+
"@progress/kendo-angular-l10n": "11.4.1-develop.14",
|
|
37
|
+
"@progress/kendo-angular-popup": "11.4.1-develop.14",
|
|
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": "11.4.1-develop.
|
|
42
|
+
"@progress/kendo-angular-schematics": "11.4.1-develop.14",
|
|
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",
|
package/scheduler.module.d.ts
CHANGED
|
@@ -54,10 +54,11 @@ import * as i48 from "@progress/kendo-angular-dialog";
|
|
|
54
54
|
import * as i49 from "@progress/kendo-angular-dropdowns";
|
|
55
55
|
import * as i50 from "@angular/forms";
|
|
56
56
|
import * as i51 from "./shared.module";
|
|
57
|
-
import * as i52 from "
|
|
58
|
-
import * as i53 from "./
|
|
59
|
-
import * as i54 from "./toolbar/
|
|
60
|
-
import * as i55 from "./toolbar/
|
|
57
|
+
import * as i52 from "@progress/kendo-angular-label";
|
|
58
|
+
import * as i53 from "./views/agenda/agenda-view.component";
|
|
59
|
+
import * as i54 from "./toolbar/navigation.component";
|
|
60
|
+
import * as i55 from "./toolbar/toolbar-template.directive";
|
|
61
|
+
import * as i56 from "./toolbar/view-selector.component";
|
|
61
62
|
/**
|
|
62
63
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
63
64
|
* definition for the Scheduler component.
|
|
@@ -91,6 +92,6 @@ import * as i55 from "./toolbar/view-selector.component";
|
|
|
91
92
|
*/
|
|
92
93
|
export declare class SchedulerModule {
|
|
93
94
|
static ɵfac: i0.ɵɵFactoryDeclaration<SchedulerModule, never>;
|
|
94
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SchedulerModule, [typeof i1.SchedulerComponent, typeof i2.SchedulerViewDirective, typeof i3.DataBindingDirective, typeof i4.ShortcutsDirective, typeof i5.ReactiveEditingDirective, typeof i6.SlotSelectableDirective, typeof i7.SchedulerDateTimePickerComponent, typeof i8.RecurrenceEditorComponent, typeof i9.RecurrenceEndRuleEditorComponent, typeof i10.RecurrenceFrequencyEditorComponent, typeof i11.RecurrenceIntervalEditorComponent, typeof i12.RecurrenceMonthlyYearlyEditorComponent, typeof i13.RecurrenceWeekdayRuleEditorComponent, typeof i14.EndRuleRadioButtonDirective, typeof i15.RepeatOnRadioButtonDirective, typeof i16.MultipleResourceEditorComponent, typeof i17.SingleResourceEditorComponent, typeof i18.TimeZoneEditorComponent, typeof i19.EditDialogComponent, typeof i20.SchedulerCustomMessagesComponent, typeof i21.LocalizedMessagesDirective, typeof i22.RecurrenceEditorCustomMessagesComponent, typeof i23.RecurrenceEditorLocalizedMessagesDirective, typeof i24.LoadingComponent, typeof i25.AgendaDateTemplateDirective, typeof i26.AgendaTimeTemplateDirective, typeof i27.AllDayEventTemplateDirective, typeof i28.AllDaySlotTemplateDirective, typeof i29.DateHeaderTemplateDirective, typeof i30.EventTemplateDirective, typeof i31.EditDialogTemplateDirective, typeof i32.GroupHeaderTemplateDirective, typeof i33.MajorTimeHeaderTemplateDirective, typeof i34.MinorTimeHeaderTemplateDirective, typeof i35.MonthDaySlotTemplateDirective, typeof i36.MultiWeekDaySlotTemplateDirective, typeof i37.TimeSlotTemplateDirective], [typeof i38.CommonModule, typeof i39.ToolbarModule, typeof i40.AgendaViewModule, typeof i41.MultiDayViewModule, typeof i42.ResizeSensorModule, typeof i43.MonthViewModule, typeof i44.TimelineViewModule, typeof i45.ButtonsModule, typeof i46.CheckBoxModule, typeof i46.TextAreaModule, typeof i47.DateInputsModule, typeof i48.DialogModule, typeof i46.NumericTextBoxModule, typeof i46.TextBoxModule, typeof i49.DropDownsModule, typeof i50.ReactiveFormsModule, typeof i51.SharedModule], [typeof
|
|
95
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SchedulerModule, [typeof i1.SchedulerComponent, typeof i2.SchedulerViewDirective, typeof i3.DataBindingDirective, typeof i4.ShortcutsDirective, typeof i5.ReactiveEditingDirective, typeof i6.SlotSelectableDirective, typeof i7.SchedulerDateTimePickerComponent, typeof i8.RecurrenceEditorComponent, typeof i9.RecurrenceEndRuleEditorComponent, typeof i10.RecurrenceFrequencyEditorComponent, typeof i11.RecurrenceIntervalEditorComponent, typeof i12.RecurrenceMonthlyYearlyEditorComponent, typeof i13.RecurrenceWeekdayRuleEditorComponent, typeof i14.EndRuleRadioButtonDirective, typeof i15.RepeatOnRadioButtonDirective, typeof i16.MultipleResourceEditorComponent, typeof i17.SingleResourceEditorComponent, typeof i18.TimeZoneEditorComponent, typeof i19.EditDialogComponent, typeof i20.SchedulerCustomMessagesComponent, typeof i21.LocalizedMessagesDirective, typeof i22.RecurrenceEditorCustomMessagesComponent, typeof i23.RecurrenceEditorLocalizedMessagesDirective, typeof i24.LoadingComponent, typeof i25.AgendaDateTemplateDirective, typeof i26.AgendaTimeTemplateDirective, typeof i27.AllDayEventTemplateDirective, typeof i28.AllDaySlotTemplateDirective, typeof i29.DateHeaderTemplateDirective, typeof i30.EventTemplateDirective, typeof i31.EditDialogTemplateDirective, typeof i32.GroupHeaderTemplateDirective, typeof i33.MajorTimeHeaderTemplateDirective, typeof i34.MinorTimeHeaderTemplateDirective, typeof i35.MonthDaySlotTemplateDirective, typeof i36.MultiWeekDaySlotTemplateDirective, typeof i37.TimeSlotTemplateDirective], [typeof i38.CommonModule, typeof i39.ToolbarModule, typeof i40.AgendaViewModule, typeof i41.MultiDayViewModule, typeof i42.ResizeSensorModule, typeof i43.MonthViewModule, typeof i44.TimelineViewModule, typeof i45.ButtonsModule, typeof i46.CheckBoxModule, typeof i46.TextAreaModule, typeof i47.DateInputsModule, typeof i48.DialogModule, typeof i46.NumericTextBoxModule, typeof i46.TextBoxModule, typeof i49.DropDownsModule, typeof i50.ReactiveFormsModule, typeof i51.SharedModule, typeof i52.LabelModule], [typeof i53.AgendaViewComponent, typeof i43.MonthViewModule, typeof i41.MultiDayViewModule, typeof i5.ReactiveEditingDirective, typeof i44.TimelineViewModule, typeof i54.ToolbarNavigationComponent, typeof i55.ToolbarTemplateDirective, typeof i56.ToolbarViewSelectorComponent, typeof i1.SchedulerComponent, typeof i2.SchedulerViewDirective, typeof i3.DataBindingDirective, typeof i4.ShortcutsDirective, typeof i5.ReactiveEditingDirective, typeof i6.SlotSelectableDirective, typeof i7.SchedulerDateTimePickerComponent, typeof i8.RecurrenceEditorComponent, typeof i9.RecurrenceEndRuleEditorComponent, typeof i10.RecurrenceFrequencyEditorComponent, typeof i11.RecurrenceIntervalEditorComponent, typeof i12.RecurrenceMonthlyYearlyEditorComponent, typeof i13.RecurrenceWeekdayRuleEditorComponent, typeof i14.EndRuleRadioButtonDirective, typeof i15.RepeatOnRadioButtonDirective, typeof i16.MultipleResourceEditorComponent, typeof i17.SingleResourceEditorComponent, typeof i18.TimeZoneEditorComponent, typeof i19.EditDialogComponent, typeof i20.SchedulerCustomMessagesComponent, typeof i21.LocalizedMessagesDirective, typeof i22.RecurrenceEditorCustomMessagesComponent, typeof i23.RecurrenceEditorLocalizedMessagesDirective, typeof i24.LoadingComponent, typeof i25.AgendaDateTemplateDirective, typeof i26.AgendaTimeTemplateDirective, typeof i27.AllDayEventTemplateDirective, typeof i28.AllDaySlotTemplateDirective, typeof i29.DateHeaderTemplateDirective, typeof i30.EventTemplateDirective, typeof i31.EditDialogTemplateDirective, typeof i32.GroupHeaderTemplateDirective, typeof i33.MajorTimeHeaderTemplateDirective, typeof i34.MinorTimeHeaderTemplateDirective, typeof i35.MonthDaySlotTemplateDirective, typeof i36.MultiWeekDaySlotTemplateDirective, typeof i37.TimeSlotTemplateDirective]>;
|
|
95
96
|
static ɵinj: i0.ɵɵInjectorDeclaration<SchedulerModule>;
|
|
96
97
|
}
|
|
@@ -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': '11.4.1-develop.
|
|
7
|
+
'@progress/kendo-angular-treeview': '11.4.1-develop.14',
|
|
8
8
|
// peer dependency of kendo-angular-inputs
|
|
9
|
-
'@progress/kendo-angular-dialog': '11.4.1-develop.
|
|
9
|
+
'@progress/kendo-angular-dialog': '11.4.1-develop.14',
|
|
10
10
|
// peer dependency of kendo-angular-icons
|
|
11
11
|
'@progress/kendo-svg-icons': '^1.0.0'
|
|
12
12
|
} });
|