@progress/kendo-angular-scheduler 4.0.0-next.202203101152 → 4.0.0-next.202204011528
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/bundles/kendo-angular-scheduler.umd.js +1 -1
- package/esm2015/editing/date-time-picker.component.js +1 -3
- package/esm2015/editing/recurrence/localization/custom-messages.component.js +2 -2
- package/esm2015/editing/recurrence/localization/localized-messages.directive.js +2 -2
- package/esm2015/editing/recurrence/recurrence-editor.component.js +0 -2
- package/esm2015/editing/recurrence/recurrence-end-rule-editor.component.js +1 -1
- package/esm2015/editing/recurrence/recurrence-monthly-yearly-editor.component.js +1 -1
- package/esm2015/editing/recurrence/repeat-on-radio-button.directive.js +0 -1
- package/esm2015/editing/resource-multiple-editor.component.js +1 -3
- package/esm2015/editing/resource-single-editor.component.js +1 -3
- package/esm2015/editing/timezone-editor.component.js +1 -3
- package/esm2015/editing-directives/utils.js +0 -1
- package/esm2015/localization/custom-messages.component.js +2 -2
- package/esm2015/localization/localized-messages.directive.js +2 -2
- package/esm2015/navigation/shortcuts.directive.js +0 -5
- package/esm2015/package-metadata.js +1 -1
- package/esm2015/toolbar/navigation.component.js +1 -1
- package/esm2015/toolbar/view-selector.component.js +2 -2
- package/esm2015/views/agenda/agenda-view.component.js +0 -2
- package/esm2015/views/common/repeat.pipe.js +1 -1
- package/esm2015/views/common/resource-iterator.pipe.js +1 -1
- package/esm2015/views/day-time/event-slot.directive.js +2 -2
- package/esm2015/views/month/month-slot.directive.js +1 -1
- package/esm2015/views/month/month-view.component.js +0 -2
- package/esm2015/views/multi-day/day-view.component.js +0 -2
- package/esm2015/views/multi-day/multi-day-view.component.js +0 -2
- package/esm2015/views/multi-day/week-view.component.js +0 -2
- package/esm2015/views/multi-day/work-week-view.component.js +0 -2
- package/esm2015/views/scheduler-view.directive.js +0 -2
- package/esm2015/views/timeline/timeline-month-view.component.js +0 -2
- package/esm2015/views/timeline/timeline-view.component.js +0 -2
- package/esm2015/views/timeline/timeline-week-view.component.js +0 -2
- package/fesm2015/kendo-angular-scheduler.js +23 -60
- package/package.json +4 -4
|
@@ -43,7 +43,7 @@ const packageMetadata = {
|
|
|
43
43
|
name: '@progress/kendo-angular-scheduler',
|
|
44
44
|
productName: 'Kendo UI for Angular',
|
|
45
45
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
46
|
-
publishDate:
|
|
46
|
+
publishDate: 1648826436,
|
|
47
47
|
version: '',
|
|
48
48
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
49
49
|
};
|
|
@@ -2440,7 +2440,7 @@ ToolbarNavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
2440
2440
|
</kendo-calendar-messages>
|
|
2441
2441
|
</kendo-calendar>
|
|
2442
2442
|
</ng-template>
|
|
2443
|
-
`, isInline: true, components: [{ type: i4.CalendarComponent, selector: "kendo-calendar", inputs: ["id", "
|
|
2443
|
+
`, isInline: true, components: [{ type: i4.CalendarComponent, selector: "kendo-calendar", inputs: ["id", "focusedDate", "min", "max", "rangeValidation", "selection", "value", "disabled", "tabindex", "tabIndex", "disabledDates", "navigation", "activeView", "bottomView", "topView", "type", "animateNavigation", "weekNumber", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate"], outputs: ["activeViewChange", "navigate", "activeViewDateChange", "valueChange"], exportAs: ["kendo-calendar"] }, { type: i4.CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }], directives: [{ type: i3.ButtonDirective, selector: "button[kendoButton], span[kendoButton]", inputs: ["toggleable", "togglable", "selected", "tabIndex", "icon", "iconClass", "imageUrl", "disabled", "size", "rounded", "fillMode", "themeColor", "shape", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], pipes: { "async": i10.AsyncPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2444
2444
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ToolbarNavigationComponent, decorators: [{
|
|
2445
2445
|
type: Component,
|
|
2446
2446
|
args: [{
|
|
@@ -2583,7 +2583,7 @@ ToolbarViewSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12
|
|
|
2583
2583
|
(change)="onChange($event)"
|
|
2584
2584
|
class="k-views-dropdown k-picker-md k-rounded-md k-picker-solid k-dropdownlist k-picker">
|
|
2585
2585
|
<option *ngFor="let view of ctx.views"
|
|
2586
|
-
[selected]="isSelected(view)
|
|
2586
|
+
[selected]="isSelected(view) === true"
|
|
2587
2587
|
[value]="view.name"
|
|
2588
2588
|
>
|
|
2589
2589
|
{{ view.title }}
|
|
@@ -2613,7 +2613,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
2613
2613
|
(change)="onChange($event)"
|
|
2614
2614
|
class="k-views-dropdown k-picker-md k-rounded-md k-picker-solid k-dropdownlist k-picker">
|
|
2615
2615
|
<option *ngFor="let view of ctx.views"
|
|
2616
|
-
[selected]="isSelected(view)
|
|
2616
|
+
[selected]="isSelected(view) === true"
|
|
2617
2617
|
[value]="view.name"
|
|
2618
2618
|
>
|
|
2619
2619
|
{{ view.title }}
|
|
@@ -2786,8 +2786,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
2786
2786
|
type: Output
|
|
2787
2787
|
}] } });
|
|
2788
2788
|
|
|
2789
|
-
/* eslint-disable no-use-before-declare */
|
|
2790
|
-
/* eslint-disable no-forward-ref */
|
|
2791
2789
|
/**
|
|
2792
2790
|
* @hidden
|
|
2793
2791
|
*/
|
|
@@ -2833,7 +2831,7 @@ MultipleResourceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
2833
2831
|
{{ getField(dataItem, resource.textField) }}
|
|
2834
2832
|
</ng-template>
|
|
2835
2833
|
</kendo-multiselect>
|
|
2836
|
-
`, isInline: true, components: [{ type: i1$3.MultiSelectComponent, selector: "kendo-multiselect", inputs: ["focusableId", "autoClose", "
|
|
2834
|
+
`, isInline: true, components: [{ type: i1$3.MultiSelectComponent, selector: "kendo-multiselect", inputs: ["focusableId", "autoClose", "loading", "data", "value", "valueField", "textField", "tabindex", "tabIndex", "size", "rounded", "fillMode", "placeholder", "disabled", "itemDisabled", "checkboxes", "readonly", "filterable", "virtual", "popupSettings", "listHeight", "valuePrimitive", "clearButton", "tagMapper", "allowCustom", "valueNormalizer"], outputs: ["filterChange", "valueChange", "open", "opened", "close", "closed", "focus", "blur", "removeTag"], exportAs: ["kendoMultiSelect"] }], directives: [{ type: i1$3.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { type: i10.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i10.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i1$3.TagTemplateDirective, selector: "[kendoMultiSelectTagTemplate],[kendoMultiSelectTreeTagTemplate]" }] });
|
|
2837
2835
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MultipleResourceEditorComponent, decorators: [{
|
|
2838
2836
|
type: Component,
|
|
2839
2837
|
args: [{
|
|
@@ -2869,8 +2867,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
2869
2867
|
args: ['resourceMultiSelect', { static: true }]
|
|
2870
2868
|
}] } });
|
|
2871
2869
|
|
|
2872
|
-
/* eslint-disable no-use-before-declare */
|
|
2873
|
-
/* eslint-disable no-forward-ref */
|
|
2874
2870
|
/**
|
|
2875
2871
|
* @hidden
|
|
2876
2872
|
*/
|
|
@@ -2906,7 +2902,7 @@ SingleResourceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
|
|
|
2906
2902
|
{{ getField(dataItem, resource.textField) }}
|
|
2907
2903
|
</ng-template>
|
|
2908
2904
|
</kendo-dropdownlist>
|
|
2909
|
-
`, isInline: true, components: [{ type: i1$3.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["
|
|
2905
|
+
`, 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"] }], directives: [{ type: i1$3.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { type: i10.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i10.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
2910
2906
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SingleResourceEditorComponent, decorators: [{
|
|
2911
2907
|
type: Component,
|
|
2912
2908
|
args: [{
|
|
@@ -2965,8 +2961,6 @@ function noModifiers(e) {
|
|
|
2965
2961
|
return withModifiers(e, Modifiers.None);
|
|
2966
2962
|
}
|
|
2967
2963
|
|
|
2968
|
-
/* eslint-disable no-use-before-declare */
|
|
2969
|
-
/* eslint-disable no-forward-ref */
|
|
2970
2964
|
/**
|
|
2971
2965
|
* @hidden
|
|
2972
2966
|
*/
|
|
@@ -3025,7 +3019,7 @@ SchedulerDateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
3025
3019
|
[(value)]='date'
|
|
3026
3020
|
(valueChange)='onValueChange($event)'
|
|
3027
3021
|
></kendo-timepicker>
|
|
3028
|
-
`, isInline: true, styles: ["\n kendo-datepicker,\n kendo-timepicker {\n width: 170px;\n }\n "], components: [{ type: i4.DatePickerComponent, selector: "kendo-datepicker", inputs: ["
|
|
3022
|
+
`, isInline: true, styles: ["\n kendo-datepicker,\n kendo-timepicker {\n width: 170px;\n }\n "], components: [{ type: i4.DatePickerComponent, selector: "kendo-datepicker", inputs: ["cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "focusableId", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }, { type: i4.TimePickerComponent, selector: "kendo-timepicker", inputs: ["focusableId", "disabled", "readonly", "readOnlyInput", "format", "formatPlaceholder", "placeholder", "min", "max", "incompleteDateValidation", "cancelButton", "nowButton", "steps", "popupSettings", "tabindex", "tabIndex", "title", "rangeValidation", "value", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-timepicker"] }], directives: [{ type: i10.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
3029
3023
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SchedulerDateTimePickerComponent, decorators: [{
|
|
3030
3024
|
type: Component,
|
|
3031
3025
|
args: [{
|
|
@@ -3060,8 +3054,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
3060
3054
|
type: Output
|
|
3061
3055
|
}] } });
|
|
3062
3056
|
|
|
3063
|
-
/* eslint-disable no-use-before-declare */
|
|
3064
|
-
/* eslint-disable no-forward-ref */
|
|
3065
3057
|
/**
|
|
3066
3058
|
* @hidden
|
|
3067
3059
|
*/
|
|
@@ -3146,7 +3138,7 @@ TimeZoneEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
3146
3138
|
(filterChange)="onTimeZoneFilterChange($event)"
|
|
3147
3139
|
(valueChange)="onTimeZoneChange($event)">
|
|
3148
3140
|
</kendo-combobox>
|
|
3149
|
-
`, isInline: true, components: [{ type: i1$3.ComboBoxComponent, selector: "kendo-combobox", inputs: ["focusableId", "allowCustom", "
|
|
3141
|
+
`, isInline: true, components: [{ type: i1$3.ComboBoxComponent, selector: "kendo-combobox", inputs: ["focusableId", "allowCustom", "data", "value", "textField", "valueField", "valuePrimitive", "valueNormalizer", "placeholder", "popupSettings", "listHeight", "iconClass", "loading", "suggest", "clearButton", "disabled", "itemDisabled", "readonly", "tabindex", "tabIndex", "filterable", "virtual", "size", "rounded", "fillMode"], outputs: ["valueChange", "selectionChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoComboBox"] }] });
|
|
3150
3142
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TimeZoneEditorComponent, decorators: [{
|
|
3151
3143
|
type: Component,
|
|
3152
3144
|
args: [{
|
|
@@ -3756,7 +3748,6 @@ class RepeatOnRadioButtonDirective {
|
|
|
3756
3748
|
this.radioSizeClass = true;
|
|
3757
3749
|
this.destroyChange = this.renderer.listen(this.elem, 'change', this.onChange.bind(this));
|
|
3758
3750
|
}
|
|
3759
|
-
/* eslint-disable-next-line no-input-rename */
|
|
3760
3751
|
set repeatOnRule(value) {
|
|
3761
3752
|
const parts = value.split('-');
|
|
3762
3753
|
this._repeatOnRule = parts[0];
|
|
@@ -4122,7 +4113,7 @@ RecurrenceMonthlyYearlyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVe
|
|
|
4122
4113
|
</li>
|
|
4123
4114
|
</ul>
|
|
4124
4115
|
</div>
|
|
4125
|
-
`, isInline: true, components: [{ type: i1$3.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["
|
|
4116
|
+
`, 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: i12.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: i10.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
4126
4117
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RecurrenceMonthlyYearlyEditorComponent, decorators: [{
|
|
4127
4118
|
type: Component,
|
|
4128
4119
|
args: [{
|
|
@@ -4461,7 +4452,7 @@ RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
4461
4452
|
</li>
|
|
4462
4453
|
</ul>
|
|
4463
4454
|
</div>
|
|
4464
|
-
`, isInline: true, components: [{ type: i12.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: ["
|
|
4455
|
+
`, isInline: true, components: [{ type: i12.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: ["cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "focusableId", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }], directives: [{ type: EndRuleRadioButtonDirective, selector: "[kendoRecurrenceEndRuleRadioButton]", inputs: ["kendoRecurrenceEndRuleRadioButton"] }] });
|
|
4465
4456
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RecurrenceEndRuleEditorComponent, decorators: [{
|
|
4466
4457
|
type: Component,
|
|
4467
4458
|
args: [{
|
|
@@ -4629,7 +4620,7 @@ RecurrenceEditorLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ min
|
|
|
4629
4620
|
RecurrenceEditorLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: RecurrenceEditorLocalizedMessagesDirective, selector: "[kendoRecurrenceEditorLocalizedMessages]", providers: [
|
|
4630
4621
|
{
|
|
4631
4622
|
provide: Messages$1,
|
|
4632
|
-
useExisting: forwardRef(() => RecurrenceEditorLocalizedMessagesDirective)
|
|
4623
|
+
useExisting: forwardRef(() => RecurrenceEditorLocalizedMessagesDirective)
|
|
4633
4624
|
}
|
|
4634
4625
|
], usesInheritance: true, ngImport: i0 });
|
|
4635
4626
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RecurrenceEditorLocalizedMessagesDirective, decorators: [{
|
|
@@ -4638,15 +4629,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
4638
4629
|
providers: [
|
|
4639
4630
|
{
|
|
4640
4631
|
provide: Messages$1,
|
|
4641
|
-
useExisting: forwardRef(() => RecurrenceEditorLocalizedMessagesDirective)
|
|
4632
|
+
useExisting: forwardRef(() => RecurrenceEditorLocalizedMessagesDirective)
|
|
4642
4633
|
}
|
|
4643
4634
|
],
|
|
4644
4635
|
selector: '[kendoRecurrenceEditorLocalizedMessages]'
|
|
4645
4636
|
}]
|
|
4646
4637
|
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
4647
4638
|
|
|
4648
|
-
/* eslint-disable no-use-before-declare */
|
|
4649
|
-
/* eslint-disable no-forward-ref */
|
|
4650
4639
|
/**
|
|
4651
4640
|
* @hidden
|
|
4652
4641
|
*/
|
|
@@ -5699,7 +5688,7 @@ LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0
|
|
|
5699
5688
|
LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: LocalizedMessagesDirective, selector: "[kendoSchedulerLocalizedMessages]", providers: [
|
|
5700
5689
|
{
|
|
5701
5690
|
provide: Messages,
|
|
5702
|
-
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
5691
|
+
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
5703
5692
|
}
|
|
5704
5693
|
], usesInheritance: true, ngImport: i0 });
|
|
5705
5694
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
|
|
@@ -5708,7 +5697,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
5708
5697
|
providers: [
|
|
5709
5698
|
{
|
|
5710
5699
|
provide: Messages,
|
|
5711
|
-
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
5700
|
+
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
5712
5701
|
}
|
|
5713
5702
|
],
|
|
5714
5703
|
selector: '[kendoSchedulerLocalizedMessages]'
|
|
@@ -7414,7 +7403,7 @@ SchedulerCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "
|
|
|
7414
7403
|
SchedulerCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SchedulerCustomMessagesComponent, selector: "kendo-scheduler-messages", providers: [
|
|
7415
7404
|
{
|
|
7416
7405
|
provide: Messages,
|
|
7417
|
-
useExisting: forwardRef(() => SchedulerCustomMessagesComponent)
|
|
7406
|
+
useExisting: forwardRef(() => SchedulerCustomMessagesComponent)
|
|
7418
7407
|
}
|
|
7419
7408
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
7420
7409
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SchedulerCustomMessagesComponent, decorators: [{
|
|
@@ -7423,7 +7412,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
7423
7412
|
providers: [
|
|
7424
7413
|
{
|
|
7425
7414
|
provide: Messages,
|
|
7426
|
-
useExisting: forwardRef(() => SchedulerCustomMessagesComponent)
|
|
7415
|
+
useExisting: forwardRef(() => SchedulerCustomMessagesComponent)
|
|
7427
7416
|
}
|
|
7428
7417
|
],
|
|
7429
7418
|
selector: 'kendo-scheduler-messages',
|
|
@@ -8551,7 +8540,6 @@ class AgendaViewComponent extends ConfigurationViewBase {
|
|
|
8551
8540
|
AgendaViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AgendaViewComponent, deps: [{ token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
8552
8541
|
AgendaViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: AgendaViewComponent, selector: "kendo-scheduler-agenda-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfDays: "numberOfDays" }, providers: [{
|
|
8553
8542
|
provide: SchedulerView,
|
|
8554
|
-
// eslint-disable-next-line no-forward-ref
|
|
8555
8543
|
useExisting: forwardRef(() => AgendaViewComponent)
|
|
8556
8544
|
}], queries: [{ propertyName: "eventTemplate", first: true, predicate: EventTemplateDirective, descendants: true }, { propertyName: "agendaTimeTemplate", first: true, predicate: AgendaTimeTemplateDirective, descendants: true }, { propertyName: "agendaDateTemplate", first: true, predicate: AgendaDateTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
8557
8545
|
<ng-template #content>
|
|
@@ -8575,7 +8563,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
8575
8563
|
selector: 'kendo-scheduler-agenda-view',
|
|
8576
8564
|
providers: [{
|
|
8577
8565
|
provide: SchedulerView,
|
|
8578
|
-
// eslint-disable-next-line no-forward-ref
|
|
8579
8566
|
useExisting: forwardRef(() => AgendaViewComponent)
|
|
8580
8567
|
}],
|
|
8581
8568
|
template: `
|
|
@@ -10584,7 +10571,7 @@ MonthSlotDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", ver
|
|
|
10584
10571
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MonthSlotDirective, decorators: [{
|
|
10585
10572
|
type: Directive,
|
|
10586
10573
|
args: [{
|
|
10587
|
-
// eslint-disable-next-line directive-selector
|
|
10574
|
+
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
10588
10575
|
selector: '[monthSlot]'
|
|
10589
10576
|
}]
|
|
10590
10577
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: MonthSlotService }, { type: i1$1.LocalizationService }]; }, propDecorators: { start: [{
|
|
@@ -10626,7 +10613,7 @@ ResourceIteratorPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", versi
|
|
|
10626
10613
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ResourceIteratorPipe, decorators: [{
|
|
10627
10614
|
type: Pipe,
|
|
10628
10615
|
args: [{
|
|
10629
|
-
// eslint-disable-next-line pipe-prefix
|
|
10616
|
+
// eslint-disable-next-line @angular-eslint/pipe-prefix
|
|
10630
10617
|
name: 'resourceIterator'
|
|
10631
10618
|
}]
|
|
10632
10619
|
}] });
|
|
@@ -10654,7 +10641,7 @@ RepeatPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.
|
|
|
10654
10641
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RepeatPipe, decorators: [{
|
|
10655
10642
|
type: Pipe,
|
|
10656
10643
|
args: [{
|
|
10657
|
-
// eslint-disable-next-line pipe-prefix
|
|
10644
|
+
// eslint-disable-next-line @angular-eslint/pipe-prefix
|
|
10658
10645
|
name: 'repeat'
|
|
10659
10646
|
}]
|
|
10660
10647
|
}] });
|
|
@@ -11110,7 +11097,6 @@ class MonthViewComponent extends ConfigurationViewBase {
|
|
|
11110
11097
|
MonthViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MonthViewComponent, deps: [{ token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
11111
11098
|
MonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: MonthViewComponent, selector: "kendo-scheduler-month-view", inputs: { eventHeight: "eventHeight", selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
|
|
11112
11099
|
provide: SchedulerView,
|
|
11113
|
-
// eslint-disable-next-line no-forward-ref
|
|
11114
11100
|
useExisting: forwardRef(() => MonthViewComponent)
|
|
11115
11101
|
}], queries: [{ propertyName: "monthDaySlotTemplate", first: true, predicate: MonthDaySlotTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
11116
11102
|
<ng-template #content>
|
|
@@ -11135,7 +11121,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
11135
11121
|
selector: 'kendo-scheduler-month-view',
|
|
11136
11122
|
providers: [{
|
|
11137
11123
|
provide: SchedulerView,
|
|
11138
|
-
// eslint-disable-next-line no-forward-ref
|
|
11139
11124
|
useExisting: forwardRef(() => MonthViewComponent)
|
|
11140
11125
|
}],
|
|
11141
11126
|
template: `
|
|
@@ -12643,7 +12628,7 @@ TimeSlotDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", vers
|
|
|
12643
12628
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TimeSlotDirective, decorators: [{
|
|
12644
12629
|
type: Directive,
|
|
12645
12630
|
args: [{
|
|
12646
|
-
// eslint-disable-next-line directive-selector
|
|
12631
|
+
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
12647
12632
|
selector: '[timeSlot]',
|
|
12648
12633
|
exportAs: 'timeSlot'
|
|
12649
12634
|
}]
|
|
@@ -12700,7 +12685,7 @@ DaySlotDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", versi
|
|
|
12700
12685
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DaySlotDirective, decorators: [{
|
|
12701
12686
|
type: Directive,
|
|
12702
12687
|
args: [{
|
|
12703
|
-
// eslint-disable-next-line directive-selector
|
|
12688
|
+
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
12704
12689
|
selector: '[daySlot]'
|
|
12705
12690
|
}]
|
|
12706
12691
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: DayTimeSlotService }, { type: i1$1.LocalizationService }]; }, propDecorators: { start: [{
|
|
@@ -13499,7 +13484,6 @@ class DayViewComponent extends MultiDayViewBase {
|
|
|
13499
13484
|
DayViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DayViewComponent, deps: [{ token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
13500
13485
|
DayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: DayViewComponent, selector: "kendo-scheduler-day-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
|
|
13501
13486
|
provide: SchedulerView,
|
|
13502
|
-
// eslint-disable-next-line no-forward-ref
|
|
13503
13487
|
useExisting: forwardRef(() => DayViewComponent)
|
|
13504
13488
|
}], queries: [{ propertyName: "allDaySlotTemplate", first: true, predicate: AllDaySlotTemplateDirective, descendants: true }, { propertyName: "allDayEventTemplate", first: true, predicate: AllDayEventTemplateDirective, descendants: true }, { propertyName: "minorTimeHeaderTemplate", first: true, predicate: MinorTimeHeaderTemplateDirective, descendants: true }, { propertyName: "majorTimeHeaderTemplate", first: true, predicate: MajorTimeHeaderTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
13505
13489
|
<ng-template #content>
|
|
@@ -13542,7 +13526,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
13542
13526
|
selector: 'kendo-scheduler-day-view',
|
|
13543
13527
|
providers: [{
|
|
13544
13528
|
provide: SchedulerView,
|
|
13545
|
-
// eslint-disable-next-line no-forward-ref
|
|
13546
13529
|
useExisting: forwardRef(() => DayViewComponent)
|
|
13547
13530
|
}],
|
|
13548
13531
|
template: `
|
|
@@ -13654,7 +13637,6 @@ class MultiDayViewComponent extends DayViewComponent {
|
|
|
13654
13637
|
MultiDayViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MultiDayViewComponent, deps: [{ token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
13655
13638
|
MultiDayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: MultiDayViewComponent, selector: "kendo-scheduler-multi-day-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfDays: "numberOfDays" }, providers: [{
|
|
13656
13639
|
provide: SchedulerView,
|
|
13657
|
-
// eslint-disable-next-line no-forward-ref
|
|
13658
13640
|
useExisting: forwardRef(() => MultiDayViewComponent)
|
|
13659
13641
|
}], usesInheritance: true, ngImport: i0, template: `
|
|
13660
13642
|
<ng-template #content>
|
|
@@ -13699,7 +13681,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
13699
13681
|
selector: 'kendo-scheduler-multi-day-view',
|
|
13700
13682
|
providers: [{
|
|
13701
13683
|
provide: SchedulerView,
|
|
13702
|
-
// eslint-disable-next-line no-forward-ref
|
|
13703
13684
|
useExisting: forwardRef(() => MultiDayViewComponent)
|
|
13704
13685
|
}],
|
|
13705
13686
|
template: `
|
|
@@ -13792,7 +13773,6 @@ class WeekViewComponent extends MultiDayViewBase {
|
|
|
13792
13773
|
WeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: WeekViewComponent, deps: [{ token: i1$4.IntlService }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
13793
13774
|
WeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: WeekViewComponent, selector: "kendo-scheduler-week-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
|
|
13794
13775
|
provide: SchedulerView,
|
|
13795
|
-
// eslint-disable-next-line no-forward-ref
|
|
13796
13776
|
useExisting: forwardRef(() => WeekViewComponent)
|
|
13797
13777
|
}], queries: [{ propertyName: "allDaySlotTemplate", first: true, predicate: AllDaySlotTemplateDirective, descendants: true }, { propertyName: "allDayEventTemplate", first: true, predicate: AllDayEventTemplateDirective, descendants: true }, { propertyName: "minorTimeHeaderTemplate", first: true, predicate: MinorTimeHeaderTemplateDirective, descendants: true }, { propertyName: "majorTimeHeaderTemplate", first: true, predicate: MajorTimeHeaderTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
13798
13778
|
<ng-template #content>
|
|
@@ -13838,7 +13818,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
13838
13818
|
selector: 'kendo-scheduler-week-view',
|
|
13839
13819
|
providers: [{
|
|
13840
13820
|
provide: SchedulerView,
|
|
13841
|
-
// eslint-disable-next-line no-forward-ref
|
|
13842
13821
|
useExisting: forwardRef(() => WeekViewComponent)
|
|
13843
13822
|
}],
|
|
13844
13823
|
template: `
|
|
@@ -13941,7 +13920,6 @@ class WorkWeekViewComponent extends WeekViewComponent {
|
|
|
13941
13920
|
WorkWeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: WorkWeekViewComponent, deps: [{ token: i1$4.IntlService }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
13942
13921
|
WorkWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: WorkWeekViewComponent, selector: "kendo-scheduler-work-week-view", providers: [{
|
|
13943
13922
|
provide: SchedulerView,
|
|
13944
|
-
// eslint-disable-next-line no-forward-ref
|
|
13945
13923
|
useExisting: forwardRef(() => WorkWeekViewComponent)
|
|
13946
13924
|
}], usesInheritance: true, ngImport: i0, template: `
|
|
13947
13925
|
<ng-template #content>
|
|
@@ -13988,7 +13966,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
13988
13966
|
selector: 'kendo-scheduler-work-week-view',
|
|
13989
13967
|
providers: [{
|
|
13990
13968
|
provide: SchedulerView,
|
|
13991
|
-
// eslint-disable-next-line no-forward-ref
|
|
13992
13969
|
useExisting: forwardRef(() => WorkWeekViewComponent)
|
|
13993
13970
|
}],
|
|
13994
13971
|
template: `
|
|
@@ -14118,7 +14095,6 @@ class SchedulerViewDirective extends SchedulerView {
|
|
|
14118
14095
|
SchedulerViewDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SchedulerViewDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
14119
14096
|
SchedulerViewDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: SchedulerViewDirective, selector: "[kendoSchedulerView]", inputs: { title: ["kendoSchedulerView", "title"], name: ["kendoSchedulerViewName", "name"] }, providers: [{
|
|
14120
14097
|
provide: SchedulerView,
|
|
14121
|
-
// eslint-disable-next-line no-forward-ref
|
|
14122
14098
|
useExisting: forwardRef(() => SchedulerViewDirective)
|
|
14123
14099
|
}], usesInheritance: true, ngImport: i0 });
|
|
14124
14100
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SchedulerViewDirective, decorators: [{
|
|
@@ -14126,7 +14102,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
14126
14102
|
args: [{
|
|
14127
14103
|
providers: [{
|
|
14128
14104
|
provide: SchedulerView,
|
|
14129
|
-
// eslint-disable-next-line no-forward-ref
|
|
14130
14105
|
useExisting: forwardRef(() => SchedulerViewDirective)
|
|
14131
14106
|
}],
|
|
14132
14107
|
selector: '[kendoSchedulerView]'
|
|
@@ -14659,7 +14634,6 @@ class TimelineViewComponent extends TimelineBase {
|
|
|
14659
14634
|
TimelineViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TimelineViewComponent, deps: [{ token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
14660
14635
|
TimelineViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: TimelineViewComponent, selector: "kendo-scheduler-timeline-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
|
|
14661
14636
|
provide: SchedulerView,
|
|
14662
|
-
// eslint-disable-next-line no-forward-ref
|
|
14663
14637
|
useExisting: forwardRef(() => TimelineViewComponent)
|
|
14664
14638
|
}], usesInheritance: true, ngImport: i0, template: `
|
|
14665
14639
|
<ng-template #content>
|
|
@@ -14698,7 +14672,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
14698
14672
|
selector: 'kendo-scheduler-timeline-view',
|
|
14699
14673
|
providers: [{
|
|
14700
14674
|
provide: SchedulerView,
|
|
14701
|
-
// eslint-disable-next-line no-forward-ref
|
|
14702
14675
|
useExisting: forwardRef(() => TimelineViewComponent)
|
|
14703
14676
|
}],
|
|
14704
14677
|
template: `
|
|
@@ -14781,7 +14754,6 @@ class TimelineWeekViewComponent extends TimelineBase {
|
|
|
14781
14754
|
TimelineWeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TimelineWeekViewComponent, deps: [{ token: i1$4.IntlService }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
14782
14755
|
TimelineWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: TimelineWeekViewComponent, selector: "kendo-scheduler-timeline-week-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
|
|
14783
14756
|
provide: SchedulerView,
|
|
14784
|
-
// eslint-disable-next-line no-forward-ref
|
|
14785
14757
|
useExisting: forwardRef(() => TimelineWeekViewComponent)
|
|
14786
14758
|
}], usesInheritance: true, ngImport: i0, template: `
|
|
14787
14759
|
<ng-template #content>
|
|
@@ -14824,7 +14796,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
14824
14796
|
selector: 'kendo-scheduler-timeline-week-view',
|
|
14825
14797
|
providers: [{
|
|
14826
14798
|
provide: SchedulerView,
|
|
14827
|
-
// eslint-disable-next-line no-forward-ref
|
|
14828
14799
|
useExisting: forwardRef(() => TimelineWeekViewComponent)
|
|
14829
14800
|
}],
|
|
14830
14801
|
template: `
|
|
@@ -14921,7 +14892,6 @@ class TimelineMonthViewComponent extends TimelineBase {
|
|
|
14921
14892
|
TimelineMonthViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TimelineMonthViewComponent, deps: [{ token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
14922
14893
|
TimelineMonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: TimelineMonthViewComponent, selector: "kendo-scheduler-timeline-month-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
|
|
14923
14894
|
provide: SchedulerView,
|
|
14924
|
-
// eslint-disable-next-line no-forward-ref
|
|
14925
14895
|
useExisting: forwardRef(() => TimelineMonthViewComponent)
|
|
14926
14896
|
}], usesInheritance: true, ngImport: i0, template: `
|
|
14927
14897
|
<ng-template #content>
|
|
@@ -14964,7 +14934,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
14964
14934
|
selector: 'kendo-scheduler-timeline-month-view',
|
|
14965
14935
|
providers: [{
|
|
14966
14936
|
provide: SchedulerView,
|
|
14967
|
-
// eslint-disable-next-line no-forward-ref
|
|
14968
14937
|
useExisting: forwardRef(() => TimelineMonthViewComponent)
|
|
14969
14938
|
}],
|
|
14970
14939
|
template: `
|
|
@@ -15204,7 +15173,6 @@ function areEqual(value1, value2) {
|
|
|
15204
15173
|
}
|
|
15205
15174
|
return true;
|
|
15206
15175
|
}
|
|
15207
|
-
// eslint-disable-next-line triple-equals
|
|
15208
15176
|
return value1 == value2;
|
|
15209
15177
|
}
|
|
15210
15178
|
const DATE_ACCESSORS = ['getFullYear', 'getMonth', 'getDate', 'getHours', 'getMinutes', 'getSeconds', 'getMilliseconds'];
|
|
@@ -15536,7 +15504,7 @@ RecurrenceEditorCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVer
|
|
|
15536
15504
|
RecurrenceEditorCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: RecurrenceEditorCustomMessagesComponent, selector: "kendo-recurrence-editor-messages", providers: [
|
|
15537
15505
|
{
|
|
15538
15506
|
provide: Messages$1,
|
|
15539
|
-
useExisting: forwardRef(() => RecurrenceEditorCustomMessagesComponent)
|
|
15507
|
+
useExisting: forwardRef(() => RecurrenceEditorCustomMessagesComponent)
|
|
15540
15508
|
}
|
|
15541
15509
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
15542
15510
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RecurrenceEditorCustomMessagesComponent, decorators: [{
|
|
@@ -15545,7 +15513,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
15545
15513
|
providers: [
|
|
15546
15514
|
{
|
|
15547
15515
|
provide: Messages$1,
|
|
15548
|
-
useExisting: forwardRef(() => RecurrenceEditorCustomMessagesComponent)
|
|
15516
|
+
useExisting: forwardRef(() => RecurrenceEditorCustomMessagesComponent)
|
|
15549
15517
|
}
|
|
15550
15518
|
],
|
|
15551
15519
|
selector: 'kendo-recurrence-editor-messages',
|
|
@@ -15618,10 +15586,8 @@ class ShortcutsDirective {
|
|
|
15618
15586
|
});
|
|
15619
15587
|
}
|
|
15620
15588
|
}, {
|
|
15621
|
-
// eslint-disable-next-line deprecation
|
|
15622
15589
|
match: (e) => (e.keyCode === Keys.ArrowLeft || e.keyCode === Keys.ArrowRight) && withModifiers(e, Modifiers.ShiftKey),
|
|
15623
15590
|
action: (e) => {
|
|
15624
|
-
// eslint-disable-next-line deprecation
|
|
15625
15591
|
const type = e.keyCode === Keys.ArrowLeft ? 'prev' : 'next';
|
|
15626
15592
|
this.zone.run(() => {
|
|
15627
15593
|
this.scheduler.onNavigationAction({ type });
|
|
@@ -15629,7 +15595,6 @@ class ShortcutsDirective {
|
|
|
15629
15595
|
});
|
|
15630
15596
|
}
|
|
15631
15597
|
}, {
|
|
15632
|
-
// eslint-disable-next-line deprecation
|
|
15633
15598
|
match: e => (e.keyCode === Keys.ArrowUp || e.keyCode === Keys.ArrowLeft) && noModifiers(e) && !isContentWrapper(e.target),
|
|
15634
15599
|
action: e => {
|
|
15635
15600
|
const prevented = this.scheduler.onNavigationAction({ type: 'focus-prev' });
|
|
@@ -15639,7 +15604,6 @@ class ShortcutsDirective {
|
|
|
15639
15604
|
}
|
|
15640
15605
|
}
|
|
15641
15606
|
}, {
|
|
15642
|
-
// eslint-disable-next-line deprecation
|
|
15643
15607
|
match: e => (e.keyCode === Keys.ArrowDown || e.keyCode === Keys.ArrowRight) && noModifiers(e) && !isContentWrapper(e.target),
|
|
15644
15608
|
action: e => {
|
|
15645
15609
|
const prevented = this.scheduler.onNavigationAction({ type: 'focus-next' });
|
|
@@ -15687,7 +15651,6 @@ ShortcutsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", ver
|
|
|
15687
15651
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ShortcutsDirective, decorators: [{
|
|
15688
15652
|
type: Directive,
|
|
15689
15653
|
args: [{
|
|
15690
|
-
// eslint-disable-next-line directive-selector
|
|
15691
15654
|
selector: 'kendo-scheduler'
|
|
15692
15655
|
}]
|
|
15693
15656
|
}], ctorParameters: function () { return [{ type: SchedulerComponent }, { type: DomEventsService }, { type: FocusService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: ViewStateService }, { type: DialogsService }]; } });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-scheduler",
|
|
3
|
-
"version": "4.0.0-next.
|
|
3
|
+
"version": "4.0.0-next.202204011528",
|
|
4
4
|
"description": "Kendo UI Scheduler Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@progress/kendo-file-saver": "^1.0.7",
|
|
26
|
-
"@progress/kendo-schematics": "^
|
|
26
|
+
"@progress/kendo-schematics": "^3.0.0",
|
|
27
27
|
"@telerik/kendo-draggable": "^2.0.0",
|
|
28
28
|
"tslib": "^2.3.1"
|
|
29
29
|
},
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"@angular/forms": "^12.0.0 || ^13.0.0",
|
|
35
35
|
"@progress/kendo-angular-buttons": "next",
|
|
36
36
|
"@progress/kendo-angular-common": "next",
|
|
37
|
-
"@progress/kendo-angular-dateinputs": "
|
|
37
|
+
"@progress/kendo-angular-dateinputs": "next",
|
|
38
38
|
"@progress/kendo-angular-dialog": "next",
|
|
39
|
-
"@progress/kendo-angular-dropdowns": "
|
|
39
|
+
"@progress/kendo-angular-dropdowns": "next",
|
|
40
40
|
"@progress/kendo-angular-inputs": "next",
|
|
41
41
|
"@progress/kendo-angular-intl": "^3.0.0",
|
|
42
42
|
"@progress/kendo-angular-l10n": "next",
|