@syncfusion/ej2-angular-schedule 23.2.7-ngcc → 24.1.41-ngcc
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/@syncfusion/ej2-angular-schedule.es5.js +152 -57
- package/@syncfusion/ej2-angular-schedule.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-schedule.js +143 -57
- package/@syncfusion/ej2-angular-schedule.js.map +1 -1
- package/CHANGELOG.md +8 -0
- package/dist/ej2-angular-schedule.umd.js +156 -59
- package/dist/ej2-angular-schedule.umd.js.map +1 -1
- package/dist/ej2-angular-schedule.umd.min.js +2 -2
- package/dist/ej2-angular-schedule.umd.min.js.map +1 -1
- package/ej2-angular-schedule.metadata.json +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/index.d.ts +1 -0
- package/src/schedule/schedule.component.d.ts +2 -0
- package/src/schedule/toolbaritems.directive.d.ts +172 -0
- package/src/schedule/views.directive.d.ts +7 -0
- package/styles/bootstrap-dark.css +1 -4546
- package/styles/bootstrap.css +1 -4541
- package/styles/bootstrap4.css +1 -4650
- package/styles/bootstrap5-dark.css +1 -4595
- package/styles/bootstrap5.css +1 -4595
- package/styles/fabric-dark.css +1 -4513
- package/styles/fabric.css +1 -4503
- package/styles/fluent-dark.css +1 -4572
- package/styles/fluent.css +1 -4572
- package/styles/highcontrast-light.css +1 -4585
- package/styles/highcontrast.css +1 -4594
- package/styles/material-dark.css +1 -4529
- package/styles/material.css +1 -4565
- package/styles/material3-dark.css +1 -4687
- package/styles/material3.css +1 -4799
- package/styles/recurrence-editor/bootstrap-dark.css +1 -510
- package/styles/recurrence-editor/bootstrap.css +1 -510
- package/styles/recurrence-editor/bootstrap4.css +1 -555
- package/styles/recurrence-editor/bootstrap5-dark.css +1 -551
- package/styles/recurrence-editor/bootstrap5.css +1 -551
- package/styles/recurrence-editor/fabric-dark.css +1 -486
- package/styles/recurrence-editor/fabric.css +1 -479
- package/styles/recurrence-editor/fluent-dark.css +1 -531
- package/styles/recurrence-editor/fluent.css +1 -531
- package/styles/recurrence-editor/highcontrast-light.css +1 -483
- package/styles/recurrence-editor/highcontrast.css +1 -483
- package/styles/recurrence-editor/material-dark.css +1 -511
- package/styles/recurrence-editor/material.css +1 -536
- package/styles/recurrence-editor/material3-dark.css +1 -601
- package/styles/recurrence-editor/material3.css +1 -657
- package/styles/recurrence-editor/tailwind-dark.css +1 -499
- package/styles/recurrence-editor/tailwind.css +1 -499
- package/styles/schedule/bootstrap-dark.css +1 -4140
- package/styles/schedule/bootstrap.css +1 -4135
- package/styles/schedule/bootstrap4.css +1 -4244
- package/styles/schedule/bootstrap5-dark.css +1 -4189
- package/styles/schedule/bootstrap5.css +1 -4189
- package/styles/schedule/fabric-dark.css +1 -4107
- package/styles/schedule/fabric.css +1 -4097
- package/styles/schedule/fluent-dark.css +1 -4166
- package/styles/schedule/fluent.css +1 -4166
- package/styles/schedule/highcontrast-light.css +1 -4179
- package/styles/schedule/highcontrast.css +1 -4188
- package/styles/schedule/material-dark.css +1 -4123
- package/styles/schedule/material.css +1 -4159
- package/styles/schedule/material3-dark.css +1 -4226
- package/styles/schedule/material3.css +1 -4282
- package/styles/schedule/tailwind-dark.css +1 -4130
- package/styles/schedule/tailwind.css +1 -4130
- package/styles/tailwind-dark.css +1 -4536
- package/styles/tailwind.css +1 -4536
|
@@ -26,7 +26,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
26
26
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
27
27
|
return Reflect.metadata(k, v);
|
|
28
28
|
};
|
|
29
|
-
var input = ['allowVirtualScrolling', 'cellHeaderTemplate', 'cellTemplate', 'dateFormat', 'dateHeaderTemplate', 'dateRangeTemplate', 'dayHeaderTemplate', 'displayDate', 'displayName', 'enableLazyLoading', 'endHour', 'eventTemplate', 'firstDayOfWeek', 'firstMonthOfYear', 'group', 'headerIndentTemplate', 'headerRows', 'interval', 'isSelected', 'monthHeaderTemplate', 'monthsCount', 'numberOfWeeks', 'option', 'orientation', 'readonly', 'resourceHeaderTemplate', 'showWeekNumber', 'showWeekend', 'startHour', 'timeFormat', 'timeScale', 'workDays'];
|
|
29
|
+
var input = ['allowVirtualScrolling', 'cellHeaderTemplate', 'cellTemplate', 'dateFormat', 'dateHeaderTemplate', 'dateRangeTemplate', 'dayHeaderTemplate', 'displayDate', 'displayName', 'enableLazyLoading', 'endHour', 'eventTemplate', 'firstDayOfWeek', 'firstMonthOfYear', 'group', 'headerIndentTemplate', 'headerRows', 'interval', 'isSelected', 'maxEventsPerRow', 'monthHeaderTemplate', 'monthsCount', 'numberOfWeeks', 'option', 'orientation', 'readonly', 'resourceHeaderTemplate', 'showWeekNumber', 'showWeekend', 'startHour', 'timeFormat', 'timeScale', 'workDays'];
|
|
30
30
|
var outputs = [];
|
|
31
31
|
/**
|
|
32
32
|
* `e-views` directive represent a view of the Angular Schedule.
|
|
@@ -318,8 +318,95 @@ var __metadata$2 = (this && this.__metadata) || function (k, v) {
|
|
|
318
318
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
319
319
|
return Reflect.metadata(k, v);
|
|
320
320
|
};
|
|
321
|
-
var
|
|
322
|
-
var outputs$3 = ['
|
|
321
|
+
var input$3 = ['align', 'cssClass', 'disabled', 'htmlAttributes', 'id', 'name', 'overflow', 'prefixIcon', 'showAlwaysInPopup', 'showTextOn', 'suffixIcon', 'tabIndex', 'template', 'text', 'tooltipText', 'type', 'visible', 'width'];
|
|
322
|
+
var outputs$3 = ['click'];
|
|
323
|
+
/**
|
|
324
|
+
* `e-toolbaritems` directive represent a custom toolbar items of the Schedule.
|
|
325
|
+
* It must be contained in a Schedule component(`ejs-schedule`).
|
|
326
|
+
* ```html
|
|
327
|
+
* <ejs-schedule>
|
|
328
|
+
* <e-toolbaritems>
|
|
329
|
+
* <e-toolbaritem name='Today'></<e-toolbaritem>
|
|
330
|
+
* <e-toolbaritem name='DateRangeText'></e-toolbaritem>
|
|
331
|
+
* <e-toolbaritem prefixIcon='e-icons e-cut' text='Cut'></e-toolbaritem>
|
|
332
|
+
* <e-toolbaritems>
|
|
333
|
+
* </ejs-schedule>
|
|
334
|
+
* ```
|
|
335
|
+
*/
|
|
336
|
+
var ToolbarItemDirective = /** @class */ (function (_super) {
|
|
337
|
+
__extends(ToolbarItemDirective, _super);
|
|
338
|
+
/**
|
|
339
|
+
* @param {?} viewContainerRef
|
|
340
|
+
*/
|
|
341
|
+
function ToolbarItemDirective(viewContainerRef) {
|
|
342
|
+
var _this = _super.call(this) || this;
|
|
343
|
+
_this.viewContainerRef = viewContainerRef;
|
|
344
|
+
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
345
|
+
_this.registerEvents(outputs$3);
|
|
346
|
+
_this.directivePropList = input$3;
|
|
347
|
+
return _this;
|
|
348
|
+
}
|
|
349
|
+
return ToolbarItemDirective;
|
|
350
|
+
}(ComplexBase));
|
|
351
|
+
ToolbarItemDirective.decorators = [
|
|
352
|
+
{ type: Directive, args: [{
|
|
353
|
+
selector: 'e-toolbaritems>e-toolbaritem',
|
|
354
|
+
inputs: input$3,
|
|
355
|
+
outputs: outputs$3,
|
|
356
|
+
queries: {}
|
|
357
|
+
},] },
|
|
358
|
+
];
|
|
359
|
+
/**
|
|
360
|
+
* @nocollapse
|
|
361
|
+
*/
|
|
362
|
+
ToolbarItemDirective.ctorParameters = function () { return [
|
|
363
|
+
{ type: ViewContainerRef, },
|
|
364
|
+
]; };
|
|
365
|
+
ToolbarItemDirective.propDecorators = {
|
|
366
|
+
'template': [{ type: ContentChild, args: ['template',] },],
|
|
367
|
+
};
|
|
368
|
+
__decorate$2([
|
|
369
|
+
Template(),
|
|
370
|
+
__metadata$2("design:type", Object)
|
|
371
|
+
], ToolbarItemDirective.prototype, "template", void 0);
|
|
372
|
+
/**
|
|
373
|
+
* ToolbarItem Array Directive
|
|
374
|
+
*/
|
|
375
|
+
var ToolbarItemsDirective = /** @class */ (function (_super) {
|
|
376
|
+
__extends(ToolbarItemsDirective, _super);
|
|
377
|
+
function ToolbarItemsDirective() {
|
|
378
|
+
return _super.call(this, 'toolbaritems') || this;
|
|
379
|
+
}
|
|
380
|
+
return ToolbarItemsDirective;
|
|
381
|
+
}(ArrayBase));
|
|
382
|
+
ToolbarItemsDirective.decorators = [
|
|
383
|
+
{ type: Directive, args: [{
|
|
384
|
+
selector: 'ejs-schedule>e-toolbaritems',
|
|
385
|
+
queries: {
|
|
386
|
+
children: new ContentChildren(ToolbarItemDirective)
|
|
387
|
+
},
|
|
388
|
+
},] },
|
|
389
|
+
];
|
|
390
|
+
/**
|
|
391
|
+
* @nocollapse
|
|
392
|
+
*/
|
|
393
|
+
ToolbarItemsDirective.ctorParameters = function () { return []; };
|
|
394
|
+
var __decorate$3 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
395
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
396
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
397
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
398
|
+
else
|
|
399
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
400
|
+
if (d = decorators[i])
|
|
401
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
402
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
403
|
+
};
|
|
404
|
+
var __metadata$3 = (this && this.__metadata) || function (k, v) {
|
|
405
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
406
|
+
return Reflect.metadata(k, v);
|
|
407
|
+
};
|
|
408
|
+
var inputs = ['agendaDaysCount', 'allowDragAndDrop', 'allowInline', 'allowKeyboardInteraction', 'allowMultiCellSelection', 'allowMultiDrag', 'allowMultiRowSelection', 'allowResizing', 'allowSwiping', 'calendarMode', 'cellHeaderTemplate', 'cellTemplate', 'cssClass', 'currentView', 'dateFormat', 'dateHeaderTemplate', 'dateRangeTemplate', 'dayHeaderTemplate', 'editorFooterTemplate', 'editorHeaderTemplate', 'editorTemplate', 'enableAdaptiveUI', 'enableAllDayScroll', 'enableHtmlSanitizer', 'enablePersistence', 'enableRecurrenceValidation', 'enableRtl', 'endHour', 'eventDragArea', 'eventSettings', 'firstDayOfWeek', 'firstMonthOfYear', 'group', 'headerIndentTemplate', 'headerRows', 'height', 'hideEmptyAgendaDays', 'locale', 'maxDate', 'minDate', 'monthHeaderTemplate', 'monthsCount', 'quickInfoOnSelectionEnd', 'quickInfoTemplates', 'readonly', 'resourceHeaderTemplate', 'resources', 'rowAutoHeight', 'selectedDate', 'showHeaderBar', 'showQuickInfo', 'showTimeIndicator', 'showWeekNumber', 'showWeekend', 'startHour', 'timeFormat', 'timeScale', 'timezone', 'timezoneDataSource', 'toolbarItems', 'views', 'weekRule', 'width', 'workDays', 'workHours'];
|
|
409
|
+
var outputs$4 = ['actionBegin', 'actionComplete', 'actionFailure', 'cellClick', 'cellDoubleClick', 'created', 'dataBinding', 'dataBound', 'destroyed', 'drag', 'dragStart', 'dragStop', 'eventClick', 'eventDoubleClick', 'eventRendered', 'hover', 'moreEventsClick', 'navigating', 'popupClose', 'popupOpen', 'renderCell', 'resizeStart', 'resizeStop', 'resizing', 'select', 'virtualScrollStart', 'virtualScrollStop', 'currentViewChange', 'selectedDateChange'];
|
|
323
410
|
var twoWays = ['currentView', 'selectedDate'];
|
|
324
411
|
/**
|
|
325
412
|
* `ej-schedule` represents the Angular Schedule Component.
|
|
@@ -341,7 +428,7 @@ var ScheduleComponent = /** @class */ (function (_super) {
|
|
|
341
428
|
_this.srenderer = srenderer;
|
|
342
429
|
_this.viewContainerRef = viewContainerRef;
|
|
343
430
|
_this.injector = injector;
|
|
344
|
-
_this.tags = ['views', 'resources', 'headerRows'];
|
|
431
|
+
_this.tags = ['views', 'resources', 'headerRows', 'toolbarItems'];
|
|
345
432
|
_this.element = _this.ngEle.nativeElement;
|
|
346
433
|
_this.injectedModules = _this.injectedModules || [];
|
|
347
434
|
try {
|
|
@@ -456,7 +543,7 @@ var ScheduleComponent = /** @class */ (function (_super) {
|
|
|
456
543
|
}
|
|
457
544
|
}
|
|
458
545
|
catch (_r) { }
|
|
459
|
-
_this.registerEvents(outputs$
|
|
546
|
+
_this.registerEvents(outputs$4);
|
|
460
547
|
_this.addTwoWay.call(_this, twoWays);
|
|
461
548
|
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
462
549
|
_this.context = new ComponentBase();
|
|
@@ -491,6 +578,9 @@ var ScheduleComponent = /** @class */ (function (_super) {
|
|
|
491
578
|
if (this.childHeaderRows) {
|
|
492
579
|
this.tagObjects[2].instance = this.childHeaderRows;
|
|
493
580
|
}
|
|
581
|
+
if (this.childToolbarItems) {
|
|
582
|
+
this.tagObjects[3].instance = this.childToolbarItems;
|
|
583
|
+
}
|
|
494
584
|
this.context.ngAfterContentChecked(this);
|
|
495
585
|
};
|
|
496
586
|
return ScheduleComponent;
|
|
@@ -499,13 +589,14 @@ ScheduleComponent.decorators = [
|
|
|
499
589
|
{ type: Component, args: [{
|
|
500
590
|
selector: 'ejs-schedule',
|
|
501
591
|
inputs: inputs,
|
|
502
|
-
outputs: outputs$
|
|
592
|
+
outputs: outputs$4,
|
|
503
593
|
template: '',
|
|
504
594
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
505
595
|
queries: {
|
|
506
596
|
childViews: new ContentChild(ViewsDirective),
|
|
507
597
|
childResources: new ContentChild(ResourcesDirective),
|
|
508
|
-
childHeaderRows: new ContentChild(HeaderRowsDirective)
|
|
598
|
+
childHeaderRows: new ContentChild(HeaderRowsDirective),
|
|
599
|
+
childToolbarItems: new ContentChild(ToolbarItemsDirective)
|
|
509
600
|
}
|
|
510
601
|
},] },
|
|
511
602
|
];
|
|
@@ -539,85 +630,85 @@ ScheduleComponent.propDecorators = {
|
|
|
539
630
|
'quickInfoTemplates_footer': [{ type: ContentChild, args: ['quickInfoTemplatesFooter',] },],
|
|
540
631
|
'group_headerTooltipTemplate': [{ type: ContentChild, args: ['groupHeaderTooltipTemplate',] },],
|
|
541
632
|
};
|
|
542
|
-
__decorate$
|
|
633
|
+
__decorate$3([
|
|
543
634
|
Template(),
|
|
544
|
-
__metadata$
|
|
635
|
+
__metadata$3("design:type", Object)
|
|
545
636
|
], ScheduleComponent.prototype, "dateHeaderTemplate", void 0);
|
|
546
|
-
__decorate$
|
|
637
|
+
__decorate$3([
|
|
547
638
|
Template(),
|
|
548
|
-
__metadata$
|
|
639
|
+
__metadata$3("design:type", Object)
|
|
549
640
|
], ScheduleComponent.prototype, "dateRangeTemplate", void 0);
|
|
550
|
-
__decorate$
|
|
641
|
+
__decorate$3([
|
|
551
642
|
Template(),
|
|
552
|
-
__metadata$
|
|
643
|
+
__metadata$3("design:type", Object)
|
|
553
644
|
], ScheduleComponent.prototype, "dayHeaderTemplate", void 0);
|
|
554
|
-
__decorate$
|
|
645
|
+
__decorate$3([
|
|
555
646
|
Template(),
|
|
556
|
-
__metadata$
|
|
647
|
+
__metadata$3("design:type", Object)
|
|
557
648
|
], ScheduleComponent.prototype, "cellTemplate", void 0);
|
|
558
|
-
__decorate$
|
|
649
|
+
__decorate$3([
|
|
559
650
|
Template(),
|
|
560
|
-
__metadata$
|
|
651
|
+
__metadata$3("design:type", Object)
|
|
561
652
|
], ScheduleComponent.prototype, "cellHeaderTemplate", void 0);
|
|
562
|
-
__decorate$
|
|
653
|
+
__decorate$3([
|
|
563
654
|
Template(),
|
|
564
|
-
__metadata$
|
|
655
|
+
__metadata$3("design:type", Object)
|
|
565
656
|
], ScheduleComponent.prototype, "eventSettings_tooltipTemplate", void 0);
|
|
566
|
-
__decorate$
|
|
657
|
+
__decorate$3([
|
|
567
658
|
Template(),
|
|
568
|
-
__metadata$
|
|
659
|
+
__metadata$3("design:type", Object)
|
|
569
660
|
], ScheduleComponent.prototype, "eventSettings_template", void 0);
|
|
570
|
-
__decorate$
|
|
661
|
+
__decorate$3([
|
|
571
662
|
Template(),
|
|
572
|
-
__metadata$
|
|
663
|
+
__metadata$3("design:type", Object)
|
|
573
664
|
], ScheduleComponent.prototype, "editorTemplate", void 0);
|
|
574
|
-
__decorate$
|
|
665
|
+
__decorate$3([
|
|
575
666
|
Template(),
|
|
576
|
-
__metadata$
|
|
667
|
+
__metadata$3("design:type", Object)
|
|
577
668
|
], ScheduleComponent.prototype, "editorHeaderTemplate", void 0);
|
|
578
|
-
__decorate$
|
|
669
|
+
__decorate$3([
|
|
579
670
|
Template(),
|
|
580
|
-
__metadata$
|
|
671
|
+
__metadata$3("design:type", Object)
|
|
581
672
|
], ScheduleComponent.prototype, "editorFooterTemplate", void 0);
|
|
582
|
-
__decorate$
|
|
673
|
+
__decorate$3([
|
|
583
674
|
Template(),
|
|
584
|
-
__metadata$
|
|
675
|
+
__metadata$3("design:type", Object)
|
|
585
676
|
], ScheduleComponent.prototype, "monthHeaderTemplate", void 0);
|
|
586
|
-
__decorate$
|
|
677
|
+
__decorate$3([
|
|
587
678
|
Template(),
|
|
588
|
-
__metadata$
|
|
679
|
+
__metadata$3("design:type", Object)
|
|
589
680
|
], ScheduleComponent.prototype, "timeScale_minorSlotTemplate", void 0);
|
|
590
|
-
__decorate$
|
|
681
|
+
__decorate$3([
|
|
591
682
|
Template(),
|
|
592
|
-
__metadata$
|
|
683
|
+
__metadata$3("design:type", Object)
|
|
593
684
|
], ScheduleComponent.prototype, "timeScale_majorSlotTemplate", void 0);
|
|
594
|
-
__decorate$
|
|
685
|
+
__decorate$3([
|
|
595
686
|
Template(),
|
|
596
|
-
__metadata$
|
|
687
|
+
__metadata$3("design:type", Object)
|
|
597
688
|
], ScheduleComponent.prototype, "resourceHeaderTemplate", void 0);
|
|
598
|
-
__decorate$
|
|
689
|
+
__decorate$3([
|
|
599
690
|
Template(),
|
|
600
|
-
__metadata$
|
|
691
|
+
__metadata$3("design:type", Object)
|
|
601
692
|
], ScheduleComponent.prototype, "headerIndentTemplate", void 0);
|
|
602
|
-
__decorate$
|
|
693
|
+
__decorate$3([
|
|
603
694
|
Template(),
|
|
604
|
-
__metadata$
|
|
695
|
+
__metadata$3("design:type", Object)
|
|
605
696
|
], ScheduleComponent.prototype, "quickInfoTemplates_header", void 0);
|
|
606
|
-
__decorate$
|
|
697
|
+
__decorate$3([
|
|
607
698
|
Template(),
|
|
608
|
-
__metadata$
|
|
699
|
+
__metadata$3("design:type", Object)
|
|
609
700
|
], ScheduleComponent.prototype, "quickInfoTemplates_content", void 0);
|
|
610
|
-
__decorate$
|
|
701
|
+
__decorate$3([
|
|
611
702
|
Template(),
|
|
612
|
-
__metadata$
|
|
703
|
+
__metadata$3("design:type", Object)
|
|
613
704
|
], ScheduleComponent.prototype, "quickInfoTemplates_footer", void 0);
|
|
614
|
-
__decorate$
|
|
705
|
+
__decorate$3([
|
|
615
706
|
Template(),
|
|
616
|
-
__metadata$
|
|
707
|
+
__metadata$3("design:type", Object)
|
|
617
708
|
], ScheduleComponent.prototype, "group_headerTooltipTemplate", void 0);
|
|
618
|
-
ScheduleComponent = __decorate$
|
|
709
|
+
ScheduleComponent = __decorate$3([
|
|
619
710
|
ComponentMixins([ComponentBase]),
|
|
620
|
-
__metadata$
|
|
711
|
+
__metadata$3("design:paramtypes", [ElementRef,
|
|
621
712
|
Renderer2,
|
|
622
713
|
ViewContainerRef,
|
|
623
714
|
Injector])
|
|
@@ -640,7 +731,9 @@ ScheduleModule.decorators = [
|
|
|
640
731
|
ResourceDirective,
|
|
641
732
|
ResourcesDirective,
|
|
642
733
|
HeaderRowDirective,
|
|
643
|
-
HeaderRowsDirective
|
|
734
|
+
HeaderRowsDirective,
|
|
735
|
+
ToolbarItemDirective,
|
|
736
|
+
ToolbarItemsDirective
|
|
644
737
|
],
|
|
645
738
|
exports: [
|
|
646
739
|
ScheduleComponent,
|
|
@@ -649,7 +742,9 @@ ScheduleModule.decorators = [
|
|
|
649
742
|
ResourceDirective,
|
|
650
743
|
ResourcesDirective,
|
|
651
744
|
HeaderRowDirective,
|
|
652
|
-
HeaderRowsDirective
|
|
745
|
+
HeaderRowsDirective,
|
|
746
|
+
ToolbarItemDirective,
|
|
747
|
+
ToolbarItemsDirective
|
|
653
748
|
]
|
|
654
749
|
},] },
|
|
655
750
|
];
|
|
@@ -711,7 +806,7 @@ ScheduleAllModule.decorators = [
|
|
|
711
806
|
* @nocollapse
|
|
712
807
|
*/
|
|
713
808
|
ScheduleAllModule.ctorParameters = function () { return []; };
|
|
714
|
-
var __decorate$
|
|
809
|
+
var __decorate$4 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
715
810
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
716
811
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
717
812
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -721,12 +816,12 @@ var __decorate$3 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
721
816
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
722
817
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
723
818
|
};
|
|
724
|
-
var __metadata$
|
|
819
|
+
var __metadata$4 = (this && this.__metadata) || function (k, v) {
|
|
725
820
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
726
821
|
return Reflect.metadata(k, v);
|
|
727
822
|
};
|
|
728
823
|
var inputs$1 = ['calendarMode', 'cssClass', 'dateFormat', 'enablePersistence', 'enableRtl', 'endTypes', 'firstDayOfWeek', 'frequencies', 'locale', 'maxDate', 'minDate', 'selectedType', 'startDate', 'value'];
|
|
729
|
-
var outputs$
|
|
824
|
+
var outputs$5 = ['change'];
|
|
730
825
|
var twoWays$1 = [];
|
|
731
826
|
/**
|
|
732
827
|
* `ejs-recurrenceeditor` represents the Angular RecurrenceEditor Component.
|
|
@@ -750,7 +845,7 @@ var RecurrenceEditorComponent = /** @class */ (function (_super) {
|
|
|
750
845
|
_this.injector = injector;
|
|
751
846
|
_this.element = _this.ngEle.nativeElement;
|
|
752
847
|
_this.injectedModules = _this.injectedModules || [];
|
|
753
|
-
_this.registerEvents(outputs$
|
|
848
|
+
_this.registerEvents(outputs$5);
|
|
754
849
|
_this.addTwoWay.call(_this, twoWays$1);
|
|
755
850
|
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
756
851
|
_this.context = new ComponentBase();
|
|
@@ -786,7 +881,7 @@ RecurrenceEditorComponent.decorators = [
|
|
|
786
881
|
{ type: Component, args: [{
|
|
787
882
|
selector: 'ejs-recurrenceeditor',
|
|
788
883
|
inputs: inputs$1,
|
|
789
|
-
outputs: outputs$
|
|
884
|
+
outputs: outputs$5,
|
|
790
885
|
template: '',
|
|
791
886
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
792
887
|
queries: {}
|
|
@@ -801,9 +896,9 @@ RecurrenceEditorComponent.ctorParameters = function () { return [
|
|
|
801
896
|
{ type: ViewContainerRef, },
|
|
802
897
|
{ type: Injector, },
|
|
803
898
|
]; };
|
|
804
|
-
RecurrenceEditorComponent = __decorate$
|
|
899
|
+
RecurrenceEditorComponent = __decorate$4([
|
|
805
900
|
ComponentMixins([ComponentBase]),
|
|
806
|
-
__metadata$
|
|
901
|
+
__metadata$4("design:paramtypes", [ElementRef,
|
|
807
902
|
Renderer2,
|
|
808
903
|
ViewContainerRef,
|
|
809
904
|
Injector])
|
|
@@ -855,6 +950,6 @@ RecurrenceEditorAllModule.ctorParameters = function () { return []; };
|
|
|
855
950
|
/**
|
|
856
951
|
* Generated bundle index. Do not edit.
|
|
857
952
|
*/
|
|
858
|
-
export { ViewDirective, ViewsDirective, ResourceDirective, ResourcesDirective, HeaderRowDirective, HeaderRowsDirective, ScheduleComponent, ScheduleModule, ScheduleAllModule, DayService, WeekService, WorkWeekService, MonthService, YearService, AgendaService, MonthAgendaService, TimelineViewsService, TimelineMonthService, TimelineYearService, ResizeService, DragAndDropService, ExcelExportService, ICalendarExportService, ICalendarImportService, PrintService, RecurrenceEditorComponent, RecurrenceEditorModule, RecurrenceEditorAllModule, inputs$1 as ɵc, outputs$
|
|
953
|
+
export { ViewDirective, ViewsDirective, ResourceDirective, ResourcesDirective, HeaderRowDirective, HeaderRowsDirective, ToolbarItemDirective, ToolbarItemsDirective, ScheduleComponent, ScheduleModule, ScheduleAllModule, DayService, WeekService, WorkWeekService, MonthService, YearService, AgendaService, MonthAgendaService, TimelineViewsService, TimelineMonthService, TimelineYearService, ResizeService, DragAndDropService, ExcelExportService, ICalendarExportService, ICalendarImportService, PrintService, RecurrenceEditorComponent, RecurrenceEditorModule, RecurrenceEditorAllModule, inputs$1 as ɵc, outputs$5 as ɵd, inputs as ɵa, outputs$4 as ɵb };
|
|
859
954
|
export { Schedule, cellClick, cellDoubleClick, moreEventsClick, select, hover, actionBegin, actionComplete, actionFailure, navigating, renderCell, eventClick, eventDoubleClick, eventRendered, dataBinding, dataBound, popupOpen, popupClose, dragStart, drag, dragStop, resizeStart, resizing, resizeStop, inlineClick, cellSelect, virtualScrollStart, virtualScrollStop, initialLoad, initialEnd, print, dataReady, eventsLoaded, contentReady, scroll, virtualScroll, scrollUiUpdate, uiUpdate, documentClick, cellMouseDown, WEEK_LENGTH, DEFAULT_WEEKS, MS_PER_DAY, MS_PER_MINUTE, getElementHeightFromClass, getElementWidthFromClass, getTranslateY, getTranslateX, getWeekFirstDate, getWeekLastDate, firstDateOfMonth, lastDateOfMonth, getWeekNumber, getWeekMiddleDate, setTime, resetTime, getDateInMs, getDateCount, addDays, addMonths, addYears, getStartEndHours, getMaxDays, getDaysCount, getDateFromString, getScrollBarWidth, resetScrollbarWidth, findIndexInData, getOuterHeight, removeChildren, isDaylightSavingTime, getUniversalTime, isMobile, isIPadDevice, capitalizeFirstWord, Resize, DragAndDrop, HeaderRenderer, ViewBase, Day, Week, WorkWeek, Month, Year, Agenda, MonthAgenda, TimelineViews, TimelineMonth, TimelineYear, Timezone, timezoneData, ICalendarExport, ICalendarImport, ExcelExport, Print, RecurrenceEditor, generateSummary, generate, getDateFromRecurrenceDateString, extractObjectFromRule, getCalendarUtil, getRecurrenceStringFromDate, Gregorian, Islamic } from '@syncfusion/ej2-schedule';
|
|
860
955
|
//# sourceMappingURL=ej2-angular-schedule.es5.js.map
|