@progress/kendo-angular-scheduler 11.0.0-develop.98 → 11.0.0
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/NOTICE.txt +17 -17
- package/esm2020/editing/edit-dialog.component.mjs +1 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/toolbar/navigation.component.mjs +4 -4
- package/esm2020/toolbar/toolbar.component.mjs +4 -1
- package/esm2020/views/agenda/agenda-task-item.component.mjs +15 -8
- package/esm2020/views/agenda/agenda-view-list.component.mjs +34 -8
- package/esm2020/views/agenda/agenda-view.module.mjs +4 -3
- package/esm2020/views/common/view-footer.component.mjs +10 -5
- package/esm2020/views/common/views-shared.module.mjs +10 -6
- package/esm2020/views/common/work-hours-footer.directive.mjs +2 -1
- package/esm2020/views/day-time/day-time-view-item.component.mjs +65 -16
- package/esm2020/views/day-time/day-time.module.mjs +4 -3
- package/esm2020/views/month/month-slot.component.mjs +127 -0
- package/esm2020/views/month/month-view-item.component.mjs +59 -12
- package/esm2020/views/month/month-view-renderer.component.mjs +15 -26
- package/esm2020/views/month/month-view.module.mjs +10 -6
- package/fesm2015/progress-kendo-angular-scheduler.mjs +392 -225
- package/fesm2020/progress-kendo-angular-scheduler.mjs +361 -194
- package/package.json +18 -18
- package/schematics/ngAdd/index.js +2 -2
- package/views/agenda/agenda-task-item.component.d.ts +4 -0
- package/views/agenda/agenda-view-list.component.d.ts +3 -0
- package/views/agenda/agenda-view.module.d.ts +2 -1
- package/views/common/views-shared.module.d.ts +2 -1
- package/views/day-time/day-time-view-item.component.d.ts +8 -0
- package/views/day-time/day-time.module.d.ts +2 -1
- package/views/month/{month-slot.directive.d.ts → month-slot.component.d.ts} +13 -6
- package/views/month/month-view-item.component.d.ts +6 -0
- package/views/month/month-view-renderer.component.d.ts +0 -1
- package/views/month/month-view.module.d.ts +3 -2
- package/esm2020/views/month/month-slot.directive.mjs +0 -79
|
@@ -22,7 +22,7 @@ import * as i1$4 from '@progress/kendo-angular-intl';
|
|
|
22
22
|
import { formatDate, IntlModule, IntlService, CldrIntlService, parseDate } from '@progress/kendo-angular-intl';
|
|
23
23
|
import * as i1$2 from '@progress/kendo-angular-popup';
|
|
24
24
|
import { PopupService, PopupModule } from '@progress/kendo-angular-popup';
|
|
25
|
-
import { caretAltLeftIcon, caretAltRightIcon, calendarIcon } from '@progress/kendo-svg-icons';
|
|
25
|
+
import { caretAltLeftIcon, caretAltRightIcon, calendarIcon, arrowRotateCwIcon, arrowsNoRepeatIcon, xIcon, moreHorizontalIcon, clockIcon, caretAltUpIcon, caretAltDownIcon } from '@progress/kendo-svg-icons';
|
|
26
26
|
import * as i3 from '@progress/kendo-angular-buttons';
|
|
27
27
|
import { Button, ButtonsModule } from '@progress/kendo-angular-buttons';
|
|
28
28
|
import * as i11 from '@angular/common';
|
|
@@ -33,11 +33,11 @@ import { parseRule, serializeRule, expand } from '@progress/kendo-recurrence';
|
|
|
33
33
|
import * as i13 from '@progress/kendo-angular-inputs';
|
|
34
34
|
import { CheckBoxModule, TextAreaModule, NumericTextBoxModule, TextBoxModule } from '@progress/kendo-angular-inputs';
|
|
35
35
|
import { orderBy, groupBy } from '@progress/kendo-data-query';
|
|
36
|
+
import * as i4 from '@progress/kendo-angular-icons';
|
|
37
|
+
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
36
38
|
import { Draggable } from '@progress/kendo-draggable';
|
|
37
39
|
import { drawDOM, exportPDF } from '@progress/kendo-drawing';
|
|
38
40
|
import { saveAs } from '@progress/kendo-file-saver';
|
|
39
|
-
import * as i3$1 from '@progress/kendo-angular-icons';
|
|
40
|
-
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
41
41
|
|
|
42
42
|
/**
|
|
43
43
|
* @hidden
|
|
@@ -46,8 +46,8 @@ const packageMetadata = {
|
|
|
46
46
|
name: '@progress/kendo-angular-scheduler',
|
|
47
47
|
productName: 'Kendo UI for Angular',
|
|
48
48
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
49
|
-
publishDate:
|
|
50
|
-
version: '',
|
|
49
|
+
publishDate: 1674032472,
|
|
50
|
+
version: '11.0.0',
|
|
51
51
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
52
52
|
};
|
|
53
53
|
|
|
@@ -2520,7 +2520,7 @@ ToolbarNavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
2520
2520
|
<button kendoButton
|
|
2521
2521
|
(click)="prevClick()"
|
|
2522
2522
|
class="k-nav-prev"
|
|
2523
|
-
icon="
|
|
2523
|
+
icon="caret-alt-left"
|
|
2524
2524
|
[svgIcon]="svgIcon('caretAltLeftIcon')"
|
|
2525
2525
|
[attr.title]="previousText"
|
|
2526
2526
|
[attr.aria-label]="previousText"
|
|
@@ -2531,7 +2531,7 @@ ToolbarNavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
2531
2531
|
(click)="nextClick()"
|
|
2532
2532
|
type="button"
|
|
2533
2533
|
class="k-nav-next"
|
|
2534
|
-
icon="
|
|
2534
|
+
icon="caret-alt-right"
|
|
2535
2535
|
[svgIcon]="svgIcon('caretAltRightIcon')"
|
|
2536
2536
|
[attr.title]="nextText"
|
|
2537
2537
|
[attr.aria-label]="nextText"
|
|
@@ -2591,7 +2591,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2591
2591
|
<button kendoButton
|
|
2592
2592
|
(click)="prevClick()"
|
|
2593
2593
|
class="k-nav-prev"
|
|
2594
|
-
icon="
|
|
2594
|
+
icon="caret-alt-left"
|
|
2595
2595
|
[svgIcon]="svgIcon('caretAltLeftIcon')"
|
|
2596
2596
|
[attr.title]="previousText"
|
|
2597
2597
|
[attr.aria-label]="previousText"
|
|
@@ -2602,7 +2602,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2602
2602
|
(click)="nextClick()"
|
|
2603
2603
|
type="button"
|
|
2604
2604
|
class="k-nav-next"
|
|
2605
|
-
icon="
|
|
2605
|
+
icon="caret-alt-right"
|
|
2606
2606
|
[svgIcon]="svgIcon('caretAltRightIcon')"
|
|
2607
2607
|
[attr.title]="nextText"
|
|
2608
2608
|
[attr.aria-label]="nextText"
|
|
@@ -2836,7 +2836,7 @@ class ToolbarComponent {
|
|
|
2836
2836
|
}
|
|
2837
2837
|
}
|
|
2838
2838
|
ToolbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ToolbarComponent, deps: [{ token: ToolbarService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2839
|
-
ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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" } }, usesOnChanges: true, ngImport: i0, template: `
|
|
2839
|
+
ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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: `
|
|
2840
2840
|
<ng-template
|
|
2841
2841
|
*ngIf="template; else defaultTemplate"
|
|
2842
2842
|
[ngTemplateOutlet]="template.templateRef"
|
|
@@ -2875,6 +2875,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2875
2875
|
}, {
|
|
2876
2876
|
type: HostBinding,
|
|
2877
2877
|
args: ['class.k-toolbar']
|
|
2878
|
+
}, {
|
|
2879
|
+
type: HostBinding,
|
|
2880
|
+
args: ['class.k-toolbar-md']
|
|
2878
2881
|
}], selectedView: [{
|
|
2879
2882
|
type: Input
|
|
2880
2883
|
}], views: [{
|
|
@@ -5520,7 +5523,7 @@ EditDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
5520
5523
|
<button kendoButton themeColor="primary" (click)="onSave($event)" [disabled]="!formGroup.valid">{{ textFor('save') }}</button>
|
|
5521
5524
|
</kendo-dialog-actions>
|
|
5522
5525
|
</kendo-dialog>
|
|
5523
|
-
`, isInline: true, components: [{ type: i1.DialogComponent, selector: "kendo-dialog", inputs: ["actions", "actionsLayout", "autoFocusedElement", "title", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "animation"], 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: 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: i13.CheckBoxDirective, selector: "input[kendoCheckBox]", inputs: ["size", "rounded"] }, { type: i12.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { type: i13.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"] }] });
|
|
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: 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: i13.CheckBoxDirective, selector: "input[kendoCheckBox]", inputs: ["size", "rounded"] }, { type: i12.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { type: i13.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"] }] });
|
|
5524
5527
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditDialogComponent, decorators: [{
|
|
5525
5528
|
type: Component,
|
|
5526
5529
|
args: [{
|
|
@@ -8211,6 +8214,9 @@ class AgendaTaskItemComponent {
|
|
|
8211
8214
|
constructor(localization, localeId) {
|
|
8212
8215
|
this.localization = localization;
|
|
8213
8216
|
this.localeId = localeId;
|
|
8217
|
+
this.arrowRotateCWIcon = arrowRotateCwIcon;
|
|
8218
|
+
this.arrowsNoRepeatIcon = arrowsNoRepeatIcon;
|
|
8219
|
+
this.xIcon = xIcon;
|
|
8214
8220
|
}
|
|
8215
8221
|
get eventTitle() {
|
|
8216
8222
|
const start = toLocalDate(this.item.start);
|
|
@@ -8238,8 +8244,9 @@ AgendaTaskItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0",
|
|
|
8238
8244
|
AgendaTaskItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AgendaTaskItemComponent, selector: "[kendoSchedulerAgendaTaskItem]", inputs: { item: ["kendoSchedulerAgendaTaskItem", "item"], color: "color", eventTemplate: "eventTemplate", editable: "editable" }, host: { properties: { "attr.aria-label": "this.eventTitle" } }, ngImport: i0, template: `
|
|
8239
8245
|
<div class="k-task" [title]="item.title">
|
|
8240
8246
|
<span class="k-scheduler-mark" *ngIf="eventColor" [style.background-color]="eventColor"></span>
|
|
8241
|
-
<
|
|
8242
|
-
|
|
8247
|
+
<kendo-icon-wrapper *ngIf="isRecurrence" name="arrow-rotate-cw" [svgIcon]="arrowRotateCWIcon"></kendo-icon-wrapper>
|
|
8248
|
+
|
|
8249
|
+
<kendo-icon-wrapper *ngIf="isRecurrenceException" name="arrows-no-repeat" [svgIcon]="arrowsNoRepeatIcon"></kendo-icon-wrapper>
|
|
8243
8250
|
<ng-container *ngIf="!eventTemplate">
|
|
8244
8251
|
{{item?.title }}
|
|
8245
8252
|
</ng-container>
|
|
@@ -8248,10 +8255,10 @@ AgendaTaskItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
8248
8255
|
</ng-container>
|
|
8249
8256
|
|
|
8250
8257
|
<span *ngIf="removable" class="k-link k-event-delete" aria-hidden="true" [attr.title]="deleteMessage">
|
|
8251
|
-
<
|
|
8258
|
+
<kendo-icon-wrapper name="x" [svgIcon]="xIcon"></kendo-icon-wrapper>
|
|
8252
8259
|
</span>
|
|
8253
8260
|
</div>
|
|
8254
|
-
`, isInline: true, directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8261
|
+
`, 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 });
|
|
8255
8262
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AgendaTaskItemComponent, decorators: [{
|
|
8256
8263
|
type: Component,
|
|
8257
8264
|
args: [{
|
|
@@ -8261,8 +8268,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
8261
8268
|
template: `
|
|
8262
8269
|
<div class="k-task" [title]="item.title">
|
|
8263
8270
|
<span class="k-scheduler-mark" *ngIf="eventColor" [style.background-color]="eventColor"></span>
|
|
8264
|
-
<
|
|
8265
|
-
|
|
8271
|
+
<kendo-icon-wrapper *ngIf="isRecurrence" name="arrow-rotate-cw" [svgIcon]="arrowRotateCWIcon"></kendo-icon-wrapper>
|
|
8272
|
+
|
|
8273
|
+
<kendo-icon-wrapper *ngIf="isRecurrenceException" name="arrows-no-repeat" [svgIcon]="arrowsNoRepeatIcon"></kendo-icon-wrapper>
|
|
8266
8274
|
<ng-container *ngIf="!eventTemplate">
|
|
8267
8275
|
{{item?.title }}
|
|
8268
8276
|
</ng-container>
|
|
@@ -8271,7 +8279,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
8271
8279
|
</ng-container>
|
|
8272
8280
|
|
|
8273
8281
|
<span *ngIf="removable" class="k-link k-event-delete" aria-hidden="true" [attr.title]="deleteMessage">
|
|
8274
|
-
<
|
|
8282
|
+
<kendo-icon-wrapper name="x" [svgIcon]="xIcon"></kendo-icon-wrapper>
|
|
8275
8283
|
</span>
|
|
8276
8284
|
</div>
|
|
8277
8285
|
`
|
|
@@ -8302,6 +8310,8 @@ class AgendaListComponent {
|
|
|
8302
8310
|
constructor(intlService, localization) {
|
|
8303
8311
|
this.intlService = intlService;
|
|
8304
8312
|
this.localization = localization;
|
|
8313
|
+
this.caretAltLeftIcon = caretAltLeftIcon;
|
|
8314
|
+
this.caretAltRightIcon = caretAltRightIcon;
|
|
8305
8315
|
this.classes = true;
|
|
8306
8316
|
}
|
|
8307
8317
|
extractDataItem(item) {
|
|
@@ -8369,9 +8379,20 @@ AgendaListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
8369
8379
|
</td>
|
|
8370
8380
|
<td class="k-scheduler-timecolumn" role="gridcell">
|
|
8371
8381
|
<div *ngIf="!agendaTimeTemplate">
|
|
8372
|
-
<
|
|
8382
|
+
<kendo-icon-wrapper
|
|
8383
|
+
*ngIf="extractDataItem(item).tail"
|
|
8384
|
+
name="caret-alt-left"
|
|
8385
|
+
[svgIcon]="caretAltLeftIcon"
|
|
8386
|
+
>
|
|
8387
|
+
</kendo-icon-wrapper>
|
|
8388
|
+
|
|
8373
8389
|
{{ formatTime(extractDataItem(item)) }}
|
|
8374
|
-
<
|
|
8390
|
+
<kendo-icon-wrapper
|
|
8391
|
+
*ngIf="extractDataItem(item).head"
|
|
8392
|
+
name="caret-alt-right"
|
|
8393
|
+
[svgIcon]="caretAltRightIcon"
|
|
8394
|
+
>
|
|
8395
|
+
</kendo-icon-wrapper>
|
|
8375
8396
|
</div>
|
|
8376
8397
|
<ng-container *ngIf="agendaTimeTemplate" [ngTemplateOutlet]="agendaTimeTemplate"
|
|
8377
8398
|
[ngTemplateOutletContext]="extractDataItem(item)">
|
|
@@ -8389,7 +8410,7 @@ AgendaListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
8389
8410
|
</ng-container>
|
|
8390
8411
|
</tbody>
|
|
8391
8412
|
</table>
|
|
8392
|
-
`, isInline: true, components: [{ type: AgendaHeaderItemComponent, selector: "[kendoSchedulerAgendaHeaderItem]", inputs: ["kendoSchedulerAgendaHeaderItem", "agendaDateTemplate"] }, { 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"] }] });
|
|
8413
|
+
`, 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"] }] });
|
|
8393
8414
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AgendaListComponent, decorators: [{
|
|
8394
8415
|
type: Component,
|
|
8395
8416
|
args: [{
|
|
@@ -8411,9 +8432,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
8411
8432
|
</td>
|
|
8412
8433
|
<td class="k-scheduler-timecolumn" role="gridcell">
|
|
8413
8434
|
<div *ngIf="!agendaTimeTemplate">
|
|
8414
|
-
<
|
|
8435
|
+
<kendo-icon-wrapper
|
|
8436
|
+
*ngIf="extractDataItem(item).tail"
|
|
8437
|
+
name="caret-alt-left"
|
|
8438
|
+
[svgIcon]="caretAltLeftIcon"
|
|
8439
|
+
>
|
|
8440
|
+
</kendo-icon-wrapper>
|
|
8441
|
+
|
|
8415
8442
|
{{ formatTime(extractDataItem(item)) }}
|
|
8416
|
-
<
|
|
8443
|
+
<kendo-icon-wrapper
|
|
8444
|
+
*ngIf="extractDataItem(item).head"
|
|
8445
|
+
name="caret-alt-right"
|
|
8446
|
+
[svgIcon]="caretAltRightIcon"
|
|
8447
|
+
>
|
|
8448
|
+
</kendo-icon-wrapper>
|
|
8417
8449
|
</div>
|
|
8418
8450
|
<ng-container *ngIf="agendaTimeTemplate" [ngTemplateOutlet]="agendaTimeTemplate"
|
|
8419
8451
|
[ngTemplateOutletContext]="extractDataItem(item)">
|
|
@@ -8935,12 +8967,12 @@ AgendaViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
8935
8967
|
AgendaListComponent,
|
|
8936
8968
|
AgendaTaskItemComponent,
|
|
8937
8969
|
AgendaViewComponent,
|
|
8938
|
-
AgendaViewInternalComponent], imports: [CommonModule, IntlModule, SharedModule], exports: [AgendaViewComponent] });
|
|
8939
|
-
AgendaViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AgendaViewModule, imports: [[CommonModule, IntlModule, SharedModule]] });
|
|
8970
|
+
AgendaViewInternalComponent], imports: [CommonModule, IntlModule, SharedModule, IconsModule], exports: [AgendaViewComponent] });
|
|
8971
|
+
AgendaViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AgendaViewModule, imports: [[CommonModule, IntlModule, SharedModule, IconsModule]] });
|
|
8940
8972
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AgendaViewModule, decorators: [{
|
|
8941
8973
|
type: NgModule,
|
|
8942
8974
|
args: [{
|
|
8943
|
-
imports: [CommonModule, IntlModule, SharedModule],
|
|
8975
|
+
imports: [CommonModule, IntlModule, SharedModule, IconsModule],
|
|
8944
8976
|
exports: [AgendaViewComponent],
|
|
8945
8977
|
declarations: [COMPONENTS]
|
|
8946
8978
|
}]
|
|
@@ -9498,6 +9530,11 @@ class MonthViewItemComponent extends BaseViewItem {
|
|
|
9498
9530
|
constructor(slotService, localization, focusService, element, renderer, localeId) {
|
|
9499
9531
|
super(slotService, localization, focusService, element, renderer, localeId);
|
|
9500
9532
|
this.localeId = localeId;
|
|
9533
|
+
this.caretAltLeftIcon = caretAltLeftIcon;
|
|
9534
|
+
this.caretAltRightIcon = caretAltRightIcon;
|
|
9535
|
+
this.arrowRotateCwIcon = arrowRotateCwIcon;
|
|
9536
|
+
this.arrowsNoRepeatIcon = arrowsNoRepeatIcon;
|
|
9537
|
+
this.xIcon = xIcon;
|
|
9501
9538
|
}
|
|
9502
9539
|
reflow() {
|
|
9503
9540
|
if (this.item.data[this.resourceIndex].hidden) {
|
|
@@ -9513,9 +9550,24 @@ class MonthViewItemComponent extends BaseViewItem {
|
|
|
9513
9550
|
MonthViewItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonthViewItemComponent, deps: [{ token: MonthSlotService }, { token: i1$1.LocalizationService }, { token: FocusService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Component });
|
|
9514
9551
|
MonthViewItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonthViewItemComponent, selector: "[monthViewItem]", usesInheritance: true, ngImport: i0, template: `
|
|
9515
9552
|
<span class="k-event-actions">
|
|
9516
|
-
<
|
|
9517
|
-
|
|
9518
|
-
|
|
9553
|
+
<kendo-icon-wrapper
|
|
9554
|
+
*ngIf="item.tail"
|
|
9555
|
+
name="caret-alt-left"
|
|
9556
|
+
[svgIcon]="caretAltLeftIcon"
|
|
9557
|
+
>
|
|
9558
|
+
</kendo-icon-wrapper>
|
|
9559
|
+
<kendo-icon-wrapper
|
|
9560
|
+
*ngIf="isRecurrence"
|
|
9561
|
+
name="arrow-rotate-cw"
|
|
9562
|
+
[svgIcon]="arrowRotateCwIcon"
|
|
9563
|
+
>
|
|
9564
|
+
</kendo-icon-wrapper>
|
|
9565
|
+
<kendo-icon-wrapper
|
|
9566
|
+
*ngIf="isRecurrenceException"
|
|
9567
|
+
name="arrows-no-repeat"
|
|
9568
|
+
[svgIcon]="arrowsNoRepeatIcon"
|
|
9569
|
+
>
|
|
9570
|
+
</kendo-icon-wrapper>
|
|
9519
9571
|
</span>
|
|
9520
9572
|
<ng-container *ngIf="eventTemplate" [ngTemplateOutlet]="eventTemplate"
|
|
9521
9573
|
[ngTemplateOutletContext]="{ $implicit: item.event, event: item.event, resources: resources }">
|
|
@@ -9526,16 +9578,21 @@ MonthViewItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
9526
9578
|
|
|
9527
9579
|
<span class="k-event-actions">
|
|
9528
9580
|
<span *ngIf="removable" class="k-link k-event-delete" aria-hidden="true" [attr.title]="deleteMessage">
|
|
9529
|
-
<
|
|
9581
|
+
<kendo-icon-wrapper name="x" [svgIcon]="xIcon"></kendo-icon-wrapper>
|
|
9530
9582
|
</span>
|
|
9531
|
-
<
|
|
9583
|
+
<kendo-icon-wrapper
|
|
9584
|
+
*ngIf="item.head"
|
|
9585
|
+
name="caret-alt-right"
|
|
9586
|
+
[svgIcon]="caretAltRightIcon"
|
|
9587
|
+
>
|
|
9588
|
+
</kendo-icon-wrapper>
|
|
9532
9589
|
</span>
|
|
9533
9590
|
|
|
9534
9591
|
<ng-container *ngIf="resizable">
|
|
9535
9592
|
<span class="k-resize-handle k-resize-w"></span>
|
|
9536
9593
|
<span class="k-resize-handle k-resize-e"></span>
|
|
9537
9594
|
</ng-container>
|
|
9538
|
-
`, isInline: true, directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
9595
|
+
`, 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"] }] });
|
|
9539
9596
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonthViewItemComponent, decorators: [{
|
|
9540
9597
|
type: Component,
|
|
9541
9598
|
args: [{
|
|
@@ -9543,9 +9600,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
9543
9600
|
selector: '[monthViewItem]',
|
|
9544
9601
|
template: `
|
|
9545
9602
|
<span class="k-event-actions">
|
|
9546
|
-
<
|
|
9547
|
-
|
|
9548
|
-
|
|
9603
|
+
<kendo-icon-wrapper
|
|
9604
|
+
*ngIf="item.tail"
|
|
9605
|
+
name="caret-alt-left"
|
|
9606
|
+
[svgIcon]="caretAltLeftIcon"
|
|
9607
|
+
>
|
|
9608
|
+
</kendo-icon-wrapper>
|
|
9609
|
+
<kendo-icon-wrapper
|
|
9610
|
+
*ngIf="isRecurrence"
|
|
9611
|
+
name="arrow-rotate-cw"
|
|
9612
|
+
[svgIcon]="arrowRotateCwIcon"
|
|
9613
|
+
>
|
|
9614
|
+
</kendo-icon-wrapper>
|
|
9615
|
+
<kendo-icon-wrapper
|
|
9616
|
+
*ngIf="isRecurrenceException"
|
|
9617
|
+
name="arrows-no-repeat"
|
|
9618
|
+
[svgIcon]="arrowsNoRepeatIcon"
|
|
9619
|
+
>
|
|
9620
|
+
</kendo-icon-wrapper>
|
|
9549
9621
|
</span>
|
|
9550
9622
|
<ng-container *ngIf="eventTemplate" [ngTemplateOutlet]="eventTemplate"
|
|
9551
9623
|
[ngTemplateOutletContext]="{ $implicit: item.event, event: item.event, resources: resources }">
|
|
@@ -9556,9 +9628,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
9556
9628
|
|
|
9557
9629
|
<span class="k-event-actions">
|
|
9558
9630
|
<span *ngIf="removable" class="k-link k-event-delete" aria-hidden="true" [attr.title]="deleteMessage">
|
|
9559
|
-
<
|
|
9631
|
+
<kendo-icon-wrapper name="x" [svgIcon]="xIcon"></kendo-icon-wrapper>
|
|
9560
9632
|
</span>
|
|
9561
|
-
<
|
|
9633
|
+
<kendo-icon-wrapper
|
|
9634
|
+
*ngIf="item.head"
|
|
9635
|
+
name="caret-alt-right"
|
|
9636
|
+
[svgIcon]="caretAltRightIcon"
|
|
9637
|
+
>
|
|
9638
|
+
</kendo-icon-wrapper>
|
|
9562
9639
|
</span>
|
|
9563
9640
|
|
|
9564
9641
|
<ng-container *ngIf="resizable">
|
|
@@ -10633,117 +10710,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
10633
10710
|
args: ['hintContainer', { static: false }]
|
|
10634
10711
|
}] } });
|
|
10635
10712
|
|
|
10636
|
-
/**
|
|
10637
|
-
* @hidden
|
|
10638
|
-
*/
|
|
10639
|
-
class HintContainerComponent {
|
|
10640
|
-
constructor(changeDetector) {
|
|
10641
|
-
this.changeDetector = changeDetector;
|
|
10642
|
-
this.changeDetector.detach();
|
|
10643
|
-
}
|
|
10644
|
-
detectChanges() {
|
|
10645
|
-
this.changeDetector.detectChanges();
|
|
10646
|
-
}
|
|
10647
|
-
}
|
|
10648
|
-
HintContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: HintContainerComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
10649
|
-
HintContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: HintContainerComponent, selector: "kendo-hint-container", queries: [{ propertyName: "hintTemplate", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: `
|
|
10650
|
-
<ng-container [ngTemplateOutlet]="hintTemplate">
|
|
10651
|
-
</ng-container>
|
|
10652
|
-
`, isInline: true, directives: [{ type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
10653
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: HintContainerComponent, decorators: [{
|
|
10654
|
-
type: Component,
|
|
10655
|
-
args: [{
|
|
10656
|
-
selector: 'kendo-hint-container',
|
|
10657
|
-
template: `
|
|
10658
|
-
<ng-container [ngTemplateOutlet]="hintTemplate">
|
|
10659
|
-
</ng-container>
|
|
10660
|
-
`
|
|
10661
|
-
}]
|
|
10662
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { hintTemplate: [{
|
|
10663
|
-
type: ContentChild,
|
|
10664
|
-
args: [TemplateRef, { static: false }]
|
|
10665
|
-
}] } });
|
|
10666
|
-
|
|
10667
|
-
/**
|
|
10668
|
-
* @hidden
|
|
10669
|
-
*/
|
|
10670
|
-
class ResizeHintComponent {
|
|
10671
|
-
constructor() {
|
|
10672
|
-
this.marqueeClasses = true;
|
|
10673
|
-
}
|
|
10674
|
-
get left() {
|
|
10675
|
-
return this.hint.rect.left;
|
|
10676
|
-
}
|
|
10677
|
-
get top() {
|
|
10678
|
-
return this.hint.rect.top;
|
|
10679
|
-
}
|
|
10680
|
-
get width() {
|
|
10681
|
-
return this.hint.rect.width;
|
|
10682
|
-
}
|
|
10683
|
-
get height() {
|
|
10684
|
-
return this.hint.rect.height;
|
|
10685
|
-
}
|
|
10686
|
-
get start() {
|
|
10687
|
-
return toLocalDate(this.hint.start);
|
|
10688
|
-
}
|
|
10689
|
-
get end() {
|
|
10690
|
-
return toLocalDate(this.hint.end);
|
|
10691
|
-
}
|
|
10692
|
-
}
|
|
10693
|
-
ResizeHintComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ResizeHintComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10694
|
-
ResizeHintComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ResizeHintComponent, selector: "[kendoResizeHint]", inputs: { hint: "hint", format: "format" }, host: { properties: { "class.k-marquee": "this.marqueeClasses", "class.k-scheduler-marquee": "this.marqueeClasses", "class.k-first": "this.marqueeClasses", "class.k-last": "this.marqueeClasses", "style.left.px": "this.left", "style.right.px": "this.left", "style.top.px": "this.top", "style.width.px": "this.width", "style.height.px": "this.height" } }, ngImport: i0, template: `
|
|
10695
|
-
<div class="k-marquee-color"></div>
|
|
10696
|
-
<div class="k-marquee-text">
|
|
10697
|
-
<div class="k-label-top" *ngIf="hint.first">{{ start | kendoDate : format }}</div>
|
|
10698
|
-
<div class="k-label-bottom" *ngIf="hint.last">{{ end | kendoDate : format }}</div>
|
|
10699
|
-
</div>
|
|
10700
|
-
`, isInline: true, directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "kendoDate": i1$4.DatePipe } });
|
|
10701
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ResizeHintComponent, decorators: [{
|
|
10702
|
-
type: Component,
|
|
10703
|
-
args: [{
|
|
10704
|
-
// eslint-disable-next-line @angular-eslint/component-selector
|
|
10705
|
-
selector: '[kendoResizeHint]',
|
|
10706
|
-
template: `
|
|
10707
|
-
<div class="k-marquee-color"></div>
|
|
10708
|
-
<div class="k-marquee-text">
|
|
10709
|
-
<div class="k-label-top" *ngIf="hint.first">{{ start | kendoDate : format }}</div>
|
|
10710
|
-
<div class="k-label-bottom" *ngIf="hint.last">{{ end | kendoDate : format }}</div>
|
|
10711
|
-
</div>
|
|
10712
|
-
`
|
|
10713
|
-
}]
|
|
10714
|
-
}], propDecorators: { hint: [{
|
|
10715
|
-
type: Input
|
|
10716
|
-
}], format: [{
|
|
10717
|
-
type: Input
|
|
10718
|
-
}], marqueeClasses: [{
|
|
10719
|
-
type: HostBinding,
|
|
10720
|
-
args: ['class.k-marquee']
|
|
10721
|
-
}, {
|
|
10722
|
-
type: HostBinding,
|
|
10723
|
-
args: ['class.k-scheduler-marquee']
|
|
10724
|
-
}, {
|
|
10725
|
-
type: HostBinding,
|
|
10726
|
-
args: ['class.k-first']
|
|
10727
|
-
}, {
|
|
10728
|
-
type: HostBinding,
|
|
10729
|
-
args: ['class.k-last']
|
|
10730
|
-
}], left: [{
|
|
10731
|
-
type: HostBinding,
|
|
10732
|
-
args: ['style.left.px']
|
|
10733
|
-
}, {
|
|
10734
|
-
type: HostBinding,
|
|
10735
|
-
args: ['style.right.px']
|
|
10736
|
-
}], top: [{
|
|
10737
|
-
type: HostBinding,
|
|
10738
|
-
args: ['style.top.px']
|
|
10739
|
-
}], width: [{
|
|
10740
|
-
type: HostBinding,
|
|
10741
|
-
args: ['style.width.px']
|
|
10742
|
-
}], height: [{
|
|
10743
|
-
type: HostBinding,
|
|
10744
|
-
args: ['style.height.px']
|
|
10745
|
-
}] } });
|
|
10746
|
-
|
|
10747
10713
|
/**
|
|
10748
10714
|
* @hidden
|
|
10749
10715
|
*/
|
|
@@ -10835,9 +10801,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
10835
10801
|
/**
|
|
10836
10802
|
* @hidden
|
|
10837
10803
|
*/
|
|
10838
|
-
class
|
|
10839
|
-
constructor(element, slotService, localization) {
|
|
10804
|
+
class MonthSlotComponent extends BaseSlotDirective {
|
|
10805
|
+
constructor(element, slotService, localization, cdr) {
|
|
10840
10806
|
super(element, slotService, localization);
|
|
10807
|
+
this.cdr = cdr;
|
|
10808
|
+
this.moreHorizontalIcon = moreHorizontalIcon;
|
|
10841
10809
|
this.isDaySlot = true;
|
|
10842
10810
|
this._linkHeight = null;
|
|
10843
10811
|
}
|
|
@@ -10850,6 +10818,9 @@ class MonthSlotDirective extends BaseSlotDirective {
|
|
|
10850
10818
|
get end() {
|
|
10851
10819
|
return addUTCDays(this.start, 1);
|
|
10852
10820
|
}
|
|
10821
|
+
isFirstDayOfMonth(day) {
|
|
10822
|
+
return isEqualDate(day, firstDayOfMonth(day));
|
|
10823
|
+
}
|
|
10853
10824
|
get linkHeight() {
|
|
10854
10825
|
if (this._linkHeight === null) {
|
|
10855
10826
|
const element = firstElementChild(this.nativeElement);
|
|
@@ -10862,41 +10833,190 @@ class MonthSlotDirective extends BaseSlotDirective {
|
|
|
10862
10833
|
this.removeShowMore();
|
|
10863
10834
|
}
|
|
10864
10835
|
showMore(rect) {
|
|
10865
|
-
|
|
10866
|
-
|
|
10867
|
-
|
|
10868
|
-
element.className = 'k-more-events k-button';
|
|
10869
|
-
element.style.width = `${rect.width}px`;
|
|
10870
|
-
element.style.left = `${rect.left}px`;
|
|
10871
|
-
element.style.top = `${rect.top}px`;
|
|
10872
|
-
this.nativeElement.appendChild(element);
|
|
10873
|
-
}
|
|
10836
|
+
this.showMoreButton = true;
|
|
10837
|
+
this.style = `width: ${rect.width}px; left: ${rect.left}px; top: ${rect.top}px; border-color: inherit;`;
|
|
10838
|
+
this.cdr.detectChanges();
|
|
10874
10839
|
}
|
|
10875
10840
|
hideMore() {
|
|
10841
|
+
this.showMoreButton = false;
|
|
10876
10842
|
this.removeShowMore();
|
|
10877
10843
|
}
|
|
10878
10844
|
invalidate() {
|
|
10879
10845
|
super.invalidate();
|
|
10880
10846
|
this._linkHeight = null;
|
|
10847
|
+
this.showMoreButton = false;
|
|
10881
10848
|
this.removeShowMore();
|
|
10882
10849
|
}
|
|
10883
10850
|
removeShowMore() {
|
|
10884
|
-
|
|
10885
|
-
|
|
10886
|
-
this.showMoreElement = null;
|
|
10887
|
-
}
|
|
10851
|
+
this.showMoreButton = false;
|
|
10852
|
+
this.cdr.detectChanges();
|
|
10888
10853
|
}
|
|
10889
10854
|
}
|
|
10890
|
-
|
|
10891
|
-
|
|
10892
|
-
|
|
10893
|
-
|
|
10855
|
+
MonthSlotComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonthSlotComponent, deps: [{ token: i0.ElementRef }, { token: MonthSlotService }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
10856
|
+
MonthSlotComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonthSlotComponent, selector: "[monthSlot]", inputs: { resourcesByIndex: "resourcesByIndex", monthDaySlotTemplateRef: "monthDaySlotTemplateRef", start: ["monthSlot", "start"] }, usesInheritance: true, ngImport: i0, template: `
|
|
10857
|
+
<span *ngIf="!monthDaySlotTemplateRef" aria-hidden="true" class="k-link k-nav-day">
|
|
10858
|
+
{{ start | kendoDate: isFirstDayOfMonth(start) ? 'MMM dd' : 'dd' }}
|
|
10859
|
+
</span>
|
|
10860
|
+
<ng-container
|
|
10861
|
+
*ngIf="monthDaySlotTemplateRef"
|
|
10862
|
+
[ngTemplateOutlet]="monthDaySlotTemplateRef"
|
|
10863
|
+
[ngTemplateOutletContext]="{ date: start, resources: resourcesByIndex }"
|
|
10864
|
+
>
|
|
10865
|
+
</ng-container>
|
|
10866
|
+
|
|
10867
|
+
<div *ngIf="showMoreButton" class="k-more-events k-button" [style]="style">
|
|
10868
|
+
<kendo-icon-wrapper
|
|
10869
|
+
innerCssClass="k-i-more-horizontal"
|
|
10870
|
+
name="more-horizontal"
|
|
10871
|
+
[svgIcon]="moreHorizontalIcon"
|
|
10872
|
+
>
|
|
10873
|
+
</kendo-icon-wrapper>
|
|
10874
|
+
</div>
|
|
10875
|
+
`, 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 } });
|
|
10876
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonthSlotComponent, decorators: [{
|
|
10877
|
+
type: Component,
|
|
10894
10878
|
args: [{
|
|
10895
10879
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
10896
|
-
selector: '[monthSlot]'
|
|
10880
|
+
selector: '[monthSlot]',
|
|
10881
|
+
template: `
|
|
10882
|
+
<span *ngIf="!monthDaySlotTemplateRef" aria-hidden="true" class="k-link k-nav-day">
|
|
10883
|
+
{{ start | kendoDate: isFirstDayOfMonth(start) ? 'MMM dd' : 'dd' }}
|
|
10884
|
+
</span>
|
|
10885
|
+
<ng-container
|
|
10886
|
+
*ngIf="monthDaySlotTemplateRef"
|
|
10887
|
+
[ngTemplateOutlet]="monthDaySlotTemplateRef"
|
|
10888
|
+
[ngTemplateOutletContext]="{ date: start, resources: resourcesByIndex }"
|
|
10889
|
+
>
|
|
10890
|
+
</ng-container>
|
|
10891
|
+
|
|
10892
|
+
<div *ngIf="showMoreButton" class="k-more-events k-button" [style]="style">
|
|
10893
|
+
<kendo-icon-wrapper
|
|
10894
|
+
innerCssClass="k-i-more-horizontal"
|
|
10895
|
+
name="more-horizontal"
|
|
10896
|
+
[svgIcon]="moreHorizontalIcon"
|
|
10897
|
+
>
|
|
10898
|
+
</kendo-icon-wrapper>
|
|
10899
|
+
</div>
|
|
10900
|
+
`
|
|
10897
10901
|
}]
|
|
10898
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: MonthSlotService }, { type: i1$1.LocalizationService }]; }, propDecorators: {
|
|
10902
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: MonthSlotService }, { type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { resourcesByIndex: [{
|
|
10899
10903
|
type: Input
|
|
10904
|
+
}], monthDaySlotTemplateRef: [{
|
|
10905
|
+
type: Input
|
|
10906
|
+
}], start: [{
|
|
10907
|
+
type: Input,
|
|
10908
|
+
args: ['monthSlot']
|
|
10909
|
+
}] } });
|
|
10910
|
+
|
|
10911
|
+
/**
|
|
10912
|
+
* @hidden
|
|
10913
|
+
*/
|
|
10914
|
+
class HintContainerComponent {
|
|
10915
|
+
constructor(changeDetector) {
|
|
10916
|
+
this.changeDetector = changeDetector;
|
|
10917
|
+
this.changeDetector.detach();
|
|
10918
|
+
}
|
|
10919
|
+
detectChanges() {
|
|
10920
|
+
this.changeDetector.detectChanges();
|
|
10921
|
+
}
|
|
10922
|
+
}
|
|
10923
|
+
HintContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: HintContainerComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
10924
|
+
HintContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: HintContainerComponent, selector: "kendo-hint-container", queries: [{ propertyName: "hintTemplate", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: `
|
|
10925
|
+
<ng-container [ngTemplateOutlet]="hintTemplate">
|
|
10926
|
+
</ng-container>
|
|
10927
|
+
`, isInline: true, directives: [{ type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
10928
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: HintContainerComponent, decorators: [{
|
|
10929
|
+
type: Component,
|
|
10930
|
+
args: [{
|
|
10931
|
+
selector: 'kendo-hint-container',
|
|
10932
|
+
template: `
|
|
10933
|
+
<ng-container [ngTemplateOutlet]="hintTemplate">
|
|
10934
|
+
</ng-container>
|
|
10935
|
+
`
|
|
10936
|
+
}]
|
|
10937
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { hintTemplate: [{
|
|
10938
|
+
type: ContentChild,
|
|
10939
|
+
args: [TemplateRef, { static: false }]
|
|
10940
|
+
}] } });
|
|
10941
|
+
|
|
10942
|
+
/**
|
|
10943
|
+
* @hidden
|
|
10944
|
+
*/
|
|
10945
|
+
class ResizeHintComponent {
|
|
10946
|
+
constructor() {
|
|
10947
|
+
this.marqueeClasses = true;
|
|
10948
|
+
}
|
|
10949
|
+
get left() {
|
|
10950
|
+
return this.hint.rect.left;
|
|
10951
|
+
}
|
|
10952
|
+
get top() {
|
|
10953
|
+
return this.hint.rect.top;
|
|
10954
|
+
}
|
|
10955
|
+
get width() {
|
|
10956
|
+
return this.hint.rect.width;
|
|
10957
|
+
}
|
|
10958
|
+
get height() {
|
|
10959
|
+
return this.hint.rect.height;
|
|
10960
|
+
}
|
|
10961
|
+
get start() {
|
|
10962
|
+
return toLocalDate(this.hint.start);
|
|
10963
|
+
}
|
|
10964
|
+
get end() {
|
|
10965
|
+
return toLocalDate(this.hint.end);
|
|
10966
|
+
}
|
|
10967
|
+
}
|
|
10968
|
+
ResizeHintComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ResizeHintComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10969
|
+
ResizeHintComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ResizeHintComponent, selector: "[kendoResizeHint]", inputs: { hint: "hint", format: "format" }, host: { properties: { "class.k-marquee": "this.marqueeClasses", "class.k-scheduler-marquee": "this.marqueeClasses", "class.k-first": "this.marqueeClasses", "class.k-last": "this.marqueeClasses", "style.left.px": "this.left", "style.right.px": "this.left", "style.top.px": "this.top", "style.width.px": "this.width", "style.height.px": "this.height" } }, ngImport: i0, template: `
|
|
10970
|
+
<div class="k-marquee-color"></div>
|
|
10971
|
+
<div class="k-marquee-text">
|
|
10972
|
+
<div class="k-label-top" *ngIf="hint.first">{{ start | kendoDate : format }}</div>
|
|
10973
|
+
<div class="k-label-bottom" *ngIf="hint.last">{{ end | kendoDate : format }}</div>
|
|
10974
|
+
</div>
|
|
10975
|
+
`, isInline: true, directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "kendoDate": i1$4.DatePipe } });
|
|
10976
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ResizeHintComponent, decorators: [{
|
|
10977
|
+
type: Component,
|
|
10978
|
+
args: [{
|
|
10979
|
+
// eslint-disable-next-line @angular-eslint/component-selector
|
|
10980
|
+
selector: '[kendoResizeHint]',
|
|
10981
|
+
template: `
|
|
10982
|
+
<div class="k-marquee-color"></div>
|
|
10983
|
+
<div class="k-marquee-text">
|
|
10984
|
+
<div class="k-label-top" *ngIf="hint.first">{{ start | kendoDate : format }}</div>
|
|
10985
|
+
<div class="k-label-bottom" *ngIf="hint.last">{{ end | kendoDate : format }}</div>
|
|
10986
|
+
</div>
|
|
10987
|
+
`
|
|
10988
|
+
}]
|
|
10989
|
+
}], propDecorators: { hint: [{
|
|
10990
|
+
type: Input
|
|
10991
|
+
}], format: [{
|
|
10992
|
+
type: Input
|
|
10993
|
+
}], marqueeClasses: [{
|
|
10994
|
+
type: HostBinding,
|
|
10995
|
+
args: ['class.k-marquee']
|
|
10996
|
+
}, {
|
|
10997
|
+
type: HostBinding,
|
|
10998
|
+
args: ['class.k-scheduler-marquee']
|
|
10999
|
+
}, {
|
|
11000
|
+
type: HostBinding,
|
|
11001
|
+
args: ['class.k-first']
|
|
11002
|
+
}, {
|
|
11003
|
+
type: HostBinding,
|
|
11004
|
+
args: ['class.k-last']
|
|
11005
|
+
}], left: [{
|
|
11006
|
+
type: HostBinding,
|
|
11007
|
+
args: ['style.left.px']
|
|
11008
|
+
}, {
|
|
11009
|
+
type: HostBinding,
|
|
11010
|
+
args: ['style.right.px']
|
|
11011
|
+
}], top: [{
|
|
11012
|
+
type: HostBinding,
|
|
11013
|
+
args: ['style.top.px']
|
|
11014
|
+
}], width: [{
|
|
11015
|
+
type: HostBinding,
|
|
11016
|
+
args: ['style.width.px']
|
|
11017
|
+
}], height: [{
|
|
11018
|
+
type: HostBinding,
|
|
11019
|
+
args: ['style.height.px']
|
|
10900
11020
|
}] } });
|
|
10901
11021
|
|
|
10902
11022
|
class ResourceIterator {
|
|
@@ -11039,9 +11159,6 @@ class MonthViewRendererComponent extends BaseView {
|
|
|
11039
11159
|
addDay(dayStart) {
|
|
11040
11160
|
return addDays(dayStart, 1);
|
|
11041
11161
|
}
|
|
11042
|
-
isFirstDayOfMonth(day) {
|
|
11043
|
-
return isEqualDate(day, firstDayOfMonth(day));
|
|
11044
|
-
}
|
|
11045
11162
|
optionsChange(changes) {
|
|
11046
11163
|
this.schedulerMonthDaySlotTemplate = changes[`${this.type}DaySlotTemplate`];
|
|
11047
11164
|
super.optionsChange(changes);
|
|
@@ -11227,9 +11344,10 @@ MonthViewRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
11227
11344
|
<tr *ngFor="let week of weeks; let rangeIndex = index; trackBy: itemIndex">
|
|
11228
11345
|
<ng-container *ngFor="let resource of horizontalResources | resourceIterator; let horizontalIndex = index; trackBy: itemIndex">
|
|
11229
11346
|
<td *ngFor="let day of week; let index = index; trackBy: itemIndex"
|
|
11230
|
-
monthSlot
|
|
11347
|
+
[monthSlot]="day"
|
|
11348
|
+
[monthDaySlotTemplateRef]="monthDaySlotTemplateRef"
|
|
11349
|
+
[resourcesByIndex]="resourcesByIndex(verticalResources.length ? verticalIndex : horizontalIndex)"
|
|
11231
11350
|
[ngClass]="daySlotClass(day, verticalResources.length ? verticalIndex : horizontalIndex)"
|
|
11232
|
-
[start]="day"
|
|
11233
11351
|
[id]="{ resourceIndex: verticalResources.length ? verticalIndex : horizontalIndex, rangeIndex: rangeIndex, index: index }"
|
|
11234
11352
|
[title]="cellTitle(day)"
|
|
11235
11353
|
[class.k-selected]="isSlotSelected({
|
|
@@ -11239,12 +11357,7 @@ MonthViewRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
11239
11357
|
resources: resourcesByIndex(verticalResources.length ? verticalIndex : horizontalIndex)
|
|
11240
11358
|
})"
|
|
11241
11359
|
>
|
|
11242
|
-
|
|
11243
|
-
{{ day | kendoDate: isFirstDayOfMonth(day) ? 'MMM dd' : 'dd' }}
|
|
11244
|
-
</span>
|
|
11245
|
-
<ng-container *ngIf="monthDaySlotTemplateRef" [ngTemplateOutlet]="monthDaySlotTemplateRef"
|
|
11246
|
-
[ngTemplateOutletContext]="{ date: day, resources: resourcesByIndex(verticalResources.length ? verticalIndex : horizontalIndex) }"></ng-container>
|
|
11247
|
-
</td>
|
|
11360
|
+
</td>
|
|
11248
11361
|
</ng-container>
|
|
11249
11362
|
</tr>
|
|
11250
11363
|
</ng-container>
|
|
@@ -11290,7 +11403,7 @@ MonthViewRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
11290
11403
|
</div>
|
|
11291
11404
|
</div>
|
|
11292
11405
|
</div>
|
|
11293
|
-
`, isInline: true, components: [{ type: MonthViewItemComponent, selector: "[monthViewItem]" }, { type: HintContainerComponent, selector: "kendo-hint-container" }, { type: ResizeHintComponent, selector: "[kendoResizeHint]", inputs: ["hint", "format"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i11.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type:
|
|
11406
|
+
`, isInline: true, components: [{ type: MonthSlotComponent, selector: "[monthSlot]", inputs: ["resourcesByIndex", "monthDaySlotTemplateRef", "monthSlot"] }, { type: MonthViewItemComponent, selector: "[monthViewItem]" }, { type: HintContainerComponent, selector: "kendo-hint-container" }, { type: ResizeHintComponent, selector: "[kendoResizeHint]", inputs: ["hint", "format"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { 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"] }], pipes: { "resourceIterator": ResourceIteratorPipe, "kendoDate": i1$4.DatePipe, "repeat": RepeatPipe, "async": i11.AsyncPipe } });
|
|
11294
11407
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonthViewRendererComponent, decorators: [{
|
|
11295
11408
|
type: Component,
|
|
11296
11409
|
args: [{
|
|
@@ -11364,9 +11477,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
11364
11477
|
<tr *ngFor="let week of weeks; let rangeIndex = index; trackBy: itemIndex">
|
|
11365
11478
|
<ng-container *ngFor="let resource of horizontalResources | resourceIterator; let horizontalIndex = index; trackBy: itemIndex">
|
|
11366
11479
|
<td *ngFor="let day of week; let index = index; trackBy: itemIndex"
|
|
11367
|
-
monthSlot
|
|
11480
|
+
[monthSlot]="day"
|
|
11481
|
+
[monthDaySlotTemplateRef]="monthDaySlotTemplateRef"
|
|
11482
|
+
[resourcesByIndex]="resourcesByIndex(verticalResources.length ? verticalIndex : horizontalIndex)"
|
|
11368
11483
|
[ngClass]="daySlotClass(day, verticalResources.length ? verticalIndex : horizontalIndex)"
|
|
11369
|
-
[start]="day"
|
|
11370
11484
|
[id]="{ resourceIndex: verticalResources.length ? verticalIndex : horizontalIndex, rangeIndex: rangeIndex, index: index }"
|
|
11371
11485
|
[title]="cellTitle(day)"
|
|
11372
11486
|
[class.k-selected]="isSlotSelected({
|
|
@@ -11376,12 +11490,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
11376
11490
|
resources: resourcesByIndex(verticalResources.length ? verticalIndex : horizontalIndex)
|
|
11377
11491
|
})"
|
|
11378
11492
|
>
|
|
11379
|
-
|
|
11380
|
-
{{ day | kendoDate: isFirstDayOfMonth(day) ? 'MMM dd' : 'dd' }}
|
|
11381
|
-
</span>
|
|
11382
|
-
<ng-container *ngIf="monthDaySlotTemplateRef" [ngTemplateOutlet]="monthDaySlotTemplateRef"
|
|
11383
|
-
[ngTemplateOutletContext]="{ date: day, resources: resourcesByIndex(verticalResources.length ? verticalIndex : horizontalIndex) }"></ng-container>
|
|
11384
|
-
</td>
|
|
11493
|
+
</td>
|
|
11385
11494
|
</ng-container>
|
|
11386
11495
|
</tr>
|
|
11387
11496
|
</ng-container>
|
|
@@ -11715,17 +11824,18 @@ class ViewFooterComponent {
|
|
|
11715
11824
|
}
|
|
11716
11825
|
}
|
|
11717
11826
|
ViewFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ViewFooterComponent, deps: [{ token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
11718
|
-
ViewFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ViewFooterComponent, selector: "[viewFooter]", inputs: { items: "items" }, outputs: { itemClick: "itemClick" }, host: { properties: { "class.k-scheduler-footer": "this.hostClasses", "class.k-toolbar": "this.hostClasses", "style.justify-content": "this.inlineJustifyContentStyle" } }, ngImport: i0, template: `
|
|
11827
|
+
ViewFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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: `
|
|
11719
11828
|
<span class="k-scheduler-navigation">
|
|
11720
11829
|
<button
|
|
11830
|
+
*ngFor="let item of items"
|
|
11721
11831
|
type="button"
|
|
11722
11832
|
kendoButton
|
|
11723
|
-
|
|
11833
|
+
[icon]="item.fontIcon"
|
|
11834
|
+
[svgIcon]="item.svgIcon"
|
|
11724
11835
|
[ngClass]="item.cssClass"
|
|
11725
11836
|
(click)="onItemClick($event, item)"
|
|
11726
11837
|
[kendoSchedulerFocusIndex]="0"
|
|
11727
11838
|
containerType='footer'>
|
|
11728
|
-
<span class="k-button-icon k-icon" [ngClass]="item.iconClass"></span>
|
|
11729
11839
|
<span class="k-button-text">{{ item.text }}</span>
|
|
11730
11840
|
</button>
|
|
11731
11841
|
</span>
|
|
@@ -11738,14 +11848,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
11738
11848
|
template: `
|
|
11739
11849
|
<span class="k-scheduler-navigation">
|
|
11740
11850
|
<button
|
|
11851
|
+
*ngFor="let item of items"
|
|
11741
11852
|
type="button"
|
|
11742
11853
|
kendoButton
|
|
11743
|
-
|
|
11854
|
+
[icon]="item.fontIcon"
|
|
11855
|
+
[svgIcon]="item.svgIcon"
|
|
11744
11856
|
[ngClass]="item.cssClass"
|
|
11745
11857
|
(click)="onItemClick($event, item)"
|
|
11746
11858
|
[kendoSchedulerFocusIndex]="0"
|
|
11747
11859
|
containerType='footer'>
|
|
11748
|
-
<span class="k-button-icon k-icon" [ngClass]="item.iconClass"></span>
|
|
11749
11860
|
<span class="k-button-text">{{ item.text }}</span>
|
|
11750
11861
|
</button>
|
|
11751
11862
|
</span>
|
|
@@ -11757,6 +11868,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
11757
11868
|
}, {
|
|
11758
11869
|
type: HostBinding,
|
|
11759
11870
|
args: ['class.k-toolbar']
|
|
11871
|
+
}, {
|
|
11872
|
+
type: HostBinding,
|
|
11873
|
+
args: ['class.k-toolbar-md']
|
|
11760
11874
|
}], inlineJustifyContentStyle: [{
|
|
11761
11875
|
type: HostBinding,
|
|
11762
11876
|
args: ['style.justify-content']
|
|
@@ -11774,7 +11888,7 @@ class WorkHoursFooterDirective {
|
|
|
11774
11888
|
this.footer = footer;
|
|
11775
11889
|
this.localization = localization;
|
|
11776
11890
|
this.showWorkHours = false;
|
|
11777
|
-
this.footerItems = [{ cssClass: 'k-scheduler-fullday',
|
|
11891
|
+
this.footerItems = [{ cssClass: 'k-scheduler-fullday', fontIcon: 'clock', svgIcon: clockIcon, text: '' }];
|
|
11778
11892
|
}
|
|
11779
11893
|
ngOnInit() {
|
|
11780
11894
|
this.toggleWorkHours();
|
|
@@ -11817,26 +11931,29 @@ ViewsSharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versi
|
|
|
11817
11931
|
RepeatPipe,
|
|
11818
11932
|
ResourceIteratorPipe,
|
|
11819
11933
|
HintContainerComponent,
|
|
11820
|
-
ResizeHintComponent], imports: [CommonModule, IntlModule, SharedModule, ButtonsModule], exports: [ViewFooterComponent,
|
|
11934
|
+
ResizeHintComponent], imports: [CommonModule, IntlModule, SharedModule, ButtonsModule, IconsModule], exports: [ViewFooterComponent,
|
|
11821
11935
|
WorkHoursFooterDirective,
|
|
11822
11936
|
RepeatPipe,
|
|
11823
11937
|
ResourceIteratorPipe,
|
|
11824
11938
|
HintContainerComponent,
|
|
11825
11939
|
ResizeHintComponent, IntlModule,
|
|
11826
11940
|
CommonModule,
|
|
11827
|
-
SharedModule
|
|
11828
|
-
|
|
11941
|
+
SharedModule,
|
|
11942
|
+
IconsModule] });
|
|
11943
|
+
ViewsSharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ViewsSharedModule, imports: [[CommonModule, IntlModule, SharedModule, ButtonsModule, IconsModule], IntlModule,
|
|
11829
11944
|
CommonModule,
|
|
11830
|
-
SharedModule
|
|
11945
|
+
SharedModule,
|
|
11946
|
+
IconsModule] });
|
|
11831
11947
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ViewsSharedModule, decorators: [{
|
|
11832
11948
|
type: NgModule,
|
|
11833
11949
|
args: [{
|
|
11834
|
-
imports: [CommonModule, IntlModule, SharedModule, ButtonsModule],
|
|
11950
|
+
imports: [CommonModule, IntlModule, SharedModule, ButtonsModule, IconsModule],
|
|
11835
11951
|
exports: [
|
|
11836
11952
|
DECLARATIONS,
|
|
11837
11953
|
IntlModule,
|
|
11838
11954
|
CommonModule,
|
|
11839
|
-
SharedModule
|
|
11955
|
+
SharedModule,
|
|
11956
|
+
IconsModule
|
|
11840
11957
|
],
|
|
11841
11958
|
declarations: [
|
|
11842
11959
|
DECLARATIONS
|
|
@@ -11853,17 +11970,20 @@ MonthViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version:
|
|
|
11853
11970
|
MonthViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonthViewModule, declarations: [MonthViewComponent,
|
|
11854
11971
|
MonthViewRendererComponent,
|
|
11855
11972
|
MonthViewItemComponent,
|
|
11856
|
-
|
|
11857
|
-
MultiWeekViewComponent], imports: [ViewsSharedModule
|
|
11973
|
+
MonthSlotComponent,
|
|
11974
|
+
MultiWeekViewComponent], imports: [ViewsSharedModule,
|
|
11975
|
+
IconsModule], exports: [MonthViewComponent,
|
|
11858
11976
|
MultiWeekViewComponent] });
|
|
11859
11977
|
MonthViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonthViewModule, imports: [[
|
|
11860
|
-
ViewsSharedModule
|
|
11978
|
+
ViewsSharedModule,
|
|
11979
|
+
IconsModule
|
|
11861
11980
|
]] });
|
|
11862
11981
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonthViewModule, decorators: [{
|
|
11863
11982
|
type: NgModule,
|
|
11864
11983
|
args: [{
|
|
11865
11984
|
imports: [
|
|
11866
|
-
ViewsSharedModule
|
|
11985
|
+
ViewsSharedModule,
|
|
11986
|
+
IconsModule
|
|
11867
11987
|
],
|
|
11868
11988
|
exports: [
|
|
11869
11989
|
MonthViewComponent,
|
|
@@ -11873,7 +11993,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
11873
11993
|
MonthViewComponent,
|
|
11874
11994
|
MonthViewRendererComponent,
|
|
11875
11995
|
MonthViewItemComponent,
|
|
11876
|
-
|
|
11996
|
+
MonthSlotComponent,
|
|
11877
11997
|
MultiWeekViewComponent
|
|
11878
11998
|
]
|
|
11879
11999
|
}]
|
|
@@ -12730,6 +12850,13 @@ class DayTimeViewItemComponent extends BaseViewItem {
|
|
|
12730
12850
|
super(slotService, localization, focusService, element, renderer, localeId);
|
|
12731
12851
|
this.intlService = intlService;
|
|
12732
12852
|
this.localeId = localeId;
|
|
12853
|
+
this.caretAltLeftIcon = caretAltLeftIcon;
|
|
12854
|
+
this.caretAltRightIcon = caretAltRightIcon;
|
|
12855
|
+
this.caretAltUpIcon = caretAltUpIcon;
|
|
12856
|
+
this.caretAltDownIcon = caretAltDownIcon;
|
|
12857
|
+
this.arrowRotateCwIcon = arrowRotateCwIcon;
|
|
12858
|
+
this.arrowsNoRepeatIcon = arrowsNoRepeatIcon;
|
|
12859
|
+
this.xIcon = xIcon;
|
|
12733
12860
|
}
|
|
12734
12861
|
get eventTime() {
|
|
12735
12862
|
return this.intlService.format('{0:t}–{1:t}', toLocalDate(this.item.startTime), toLocalDate(this.item.endTime));
|
|
@@ -12738,9 +12865,24 @@ class DayTimeViewItemComponent extends BaseViewItem {
|
|
|
12738
12865
|
DayTimeViewItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DayTimeViewItemComponent, deps: [{ token: i1$4.IntlService }, { token: DayTimeSlotService }, { token: i1$1.LocalizationService }, { token: FocusService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Component });
|
|
12739
12866
|
DayTimeViewItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DayTimeViewItemComponent, selector: "[dayTimeViewItem]", inputs: { vertical: "vertical", isAllDay: "isAllDay" }, usesInheritance: true, ngImport: i0, template: `
|
|
12740
12867
|
<span class="k-event-actions">
|
|
12741
|
-
<
|
|
12742
|
-
|
|
12743
|
-
|
|
12868
|
+
<kendo-icon-wrapper
|
|
12869
|
+
*ngIf="item.tail && !vertical"
|
|
12870
|
+
name="caret-alt-left"
|
|
12871
|
+
[svgIcon]="caretAltLeftIcon"
|
|
12872
|
+
>
|
|
12873
|
+
</kendo-icon-wrapper>
|
|
12874
|
+
<kendo-icon-wrapper
|
|
12875
|
+
*ngIf="isRecurrence"
|
|
12876
|
+
name="arrow-rotate-cw"
|
|
12877
|
+
[svgIcon]="arrowRotateCwIcon"
|
|
12878
|
+
>
|
|
12879
|
+
</kendo-icon-wrapper>
|
|
12880
|
+
<kendo-icon-wrapper
|
|
12881
|
+
*ngIf="isRecurrenceException"
|
|
12882
|
+
name="arrows-no-repeat"
|
|
12883
|
+
[svgIcon]="arrowsNoRepeatIcon"
|
|
12884
|
+
>
|
|
12885
|
+
</kendo-icon-wrapper>
|
|
12744
12886
|
</span>
|
|
12745
12887
|
<ng-container *ngIf="eventTemplate" [ngTemplateOutlet]="eventTemplate"
|
|
12746
12888
|
[ngTemplateOutletContext]="{ $implicit: item.event, event: item.event, resources: resources }">
|
|
@@ -12752,17 +12894,22 @@ DayTimeViewItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
|
12752
12894
|
|
|
12753
12895
|
<span class="k-event-actions">
|
|
12754
12896
|
<span *ngIf="removable" class="k-link k-event-delete" aria-hidden="true" [attr.title]="deleteMessage">
|
|
12755
|
-
<
|
|
12897
|
+
<kendo-icon-wrapper name="x" [svgIcon]="xIcon"></kendo-icon-wrapper>
|
|
12756
12898
|
</span>
|
|
12757
|
-
<
|
|
12899
|
+
<kendo-icon-wrapper
|
|
12900
|
+
*ngIf="item.head && !vertical"
|
|
12901
|
+
name="caret-alt-right"
|
|
12902
|
+
[svgIcon]="caretAltRightIcon"
|
|
12903
|
+
>
|
|
12904
|
+
</kendo-icon-wrapper>
|
|
12758
12905
|
</span>
|
|
12759
12906
|
|
|
12760
12907
|
<span class="k-event-top-actions" *ngIf="item.tail && vertical">
|
|
12761
|
-
<
|
|
12908
|
+
<kendo-icon-wrapper name="caret-alt-up" [svgIcon]="caretAltUpIcon"></kendo-icon-wrapper>
|
|
12762
12909
|
</span>
|
|
12763
12910
|
|
|
12764
12911
|
<span class="k-event-bottom-actions" *ngIf="item.head && vertical">
|
|
12765
|
-
<
|
|
12912
|
+
<kendo-icon-wrapper name="caret-alt-down" [svgIcon]="caretAltDownIcon"></kendo-icon-wrapper>
|
|
12766
12913
|
</span>
|
|
12767
12914
|
|
|
12768
12915
|
<ng-container *ngIf="resizable && vertical">
|
|
@@ -12774,7 +12921,7 @@ DayTimeViewItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
|
12774
12921
|
<span class="k-resize-handle k-resize-w"></span>
|
|
12775
12922
|
<span class="k-resize-handle k-resize-e"></span>
|
|
12776
12923
|
</ng-container>
|
|
12777
|
-
`, isInline: true, directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
12924
|
+
`, 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"] }] });
|
|
12778
12925
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DayTimeViewItemComponent, decorators: [{
|
|
12779
12926
|
type: Component,
|
|
12780
12927
|
args: [{
|
|
@@ -12782,9 +12929,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
12782
12929
|
selector: '[dayTimeViewItem]',
|
|
12783
12930
|
template: `
|
|
12784
12931
|
<span class="k-event-actions">
|
|
12785
|
-
<
|
|
12786
|
-
|
|
12787
|
-
|
|
12932
|
+
<kendo-icon-wrapper
|
|
12933
|
+
*ngIf="item.tail && !vertical"
|
|
12934
|
+
name="caret-alt-left"
|
|
12935
|
+
[svgIcon]="caretAltLeftIcon"
|
|
12936
|
+
>
|
|
12937
|
+
</kendo-icon-wrapper>
|
|
12938
|
+
<kendo-icon-wrapper
|
|
12939
|
+
*ngIf="isRecurrence"
|
|
12940
|
+
name="arrow-rotate-cw"
|
|
12941
|
+
[svgIcon]="arrowRotateCwIcon"
|
|
12942
|
+
>
|
|
12943
|
+
</kendo-icon-wrapper>
|
|
12944
|
+
<kendo-icon-wrapper
|
|
12945
|
+
*ngIf="isRecurrenceException"
|
|
12946
|
+
name="arrows-no-repeat"
|
|
12947
|
+
[svgIcon]="arrowsNoRepeatIcon"
|
|
12948
|
+
>
|
|
12949
|
+
</kendo-icon-wrapper>
|
|
12788
12950
|
</span>
|
|
12789
12951
|
<ng-container *ngIf="eventTemplate" [ngTemplateOutlet]="eventTemplate"
|
|
12790
12952
|
[ngTemplateOutletContext]="{ $implicit: item.event, event: item.event, resources: resources }">
|
|
@@ -12796,17 +12958,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
12796
12958
|
|
|
12797
12959
|
<span class="k-event-actions">
|
|
12798
12960
|
<span *ngIf="removable" class="k-link k-event-delete" aria-hidden="true" [attr.title]="deleteMessage">
|
|
12799
|
-
<
|
|
12961
|
+
<kendo-icon-wrapper name="x" [svgIcon]="xIcon"></kendo-icon-wrapper>
|
|
12800
12962
|
</span>
|
|
12801
|
-
<
|
|
12963
|
+
<kendo-icon-wrapper
|
|
12964
|
+
*ngIf="item.head && !vertical"
|
|
12965
|
+
name="caret-alt-right"
|
|
12966
|
+
[svgIcon]="caretAltRightIcon"
|
|
12967
|
+
>
|
|
12968
|
+
</kendo-icon-wrapper>
|
|
12802
12969
|
</span>
|
|
12803
12970
|
|
|
12804
12971
|
<span class="k-event-top-actions" *ngIf="item.tail && vertical">
|
|
12805
|
-
<
|
|
12972
|
+
<kendo-icon-wrapper name="caret-alt-up" [svgIcon]="caretAltUpIcon"></kendo-icon-wrapper>
|
|
12806
12973
|
</span>
|
|
12807
12974
|
|
|
12808
12975
|
<span class="k-event-bottom-actions" *ngIf="item.head && vertical">
|
|
12809
|
-
<
|
|
12976
|
+
<kendo-icon-wrapper name="caret-alt-down" [svgIcon]="caretAltDownIcon"></kendo-icon-wrapper>
|
|
12810
12977
|
</span>
|
|
12811
12978
|
|
|
12812
12979
|
<ng-container *ngIf="resizable && vertical">
|
|
@@ -14660,12 +14827,12 @@ const DIRECTIVES = [TimeSlotDirective, DaySlotDirective, DayTimeViewItemComponen
|
|
|
14660
14827
|
class DayTimeModule {
|
|
14661
14828
|
}
|
|
14662
14829
|
DayTimeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DayTimeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
14663
|
-
DayTimeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DayTimeModule, declarations: [TimeSlotDirective, DaySlotDirective, DayTimeViewItemComponent], imports: [CommonModule, SharedModule, ViewsSharedModule], exports: [TimeSlotDirective, DaySlotDirective, DayTimeViewItemComponent] });
|
|
14664
|
-
DayTimeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DayTimeModule, imports: [[CommonModule, SharedModule, ViewsSharedModule]] });
|
|
14830
|
+
DayTimeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DayTimeModule, declarations: [TimeSlotDirective, DaySlotDirective, DayTimeViewItemComponent], imports: [CommonModule, SharedModule, ViewsSharedModule, IconsModule], exports: [TimeSlotDirective, DaySlotDirective, DayTimeViewItemComponent] });
|
|
14831
|
+
DayTimeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DayTimeModule, imports: [[CommonModule, SharedModule, ViewsSharedModule, IconsModule]] });
|
|
14665
14832
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DayTimeModule, decorators: [{
|
|
14666
14833
|
type: NgModule,
|
|
14667
14834
|
args: [{
|
|
14668
|
-
imports: [CommonModule, SharedModule, ViewsSharedModule],
|
|
14835
|
+
imports: [CommonModule, SharedModule, ViewsSharedModule, IconsModule],
|
|
14669
14836
|
exports: [
|
|
14670
14837
|
DIRECTIVES
|
|
14671
14838
|
],
|
|
@@ -17131,7 +17298,7 @@ PDFCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
17131
17298
|
</span>
|
|
17132
17299
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
|
17133
17300
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
17134
|
-
`, isInline: true, components: [{ type:
|
|
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"] }] });
|
|
17135
17302
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PDFCommandDirective, decorators: [{
|
|
17136
17303
|
type: Component,
|
|
17137
17304
|
args: [{
|