@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
|
@@ -12,7 +12,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
12
12
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
13
13
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
14
14
|
};
|
|
15
|
-
let 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'];
|
|
15
|
+
let 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'];
|
|
16
16
|
let outputs = [];
|
|
17
17
|
/**
|
|
18
18
|
* `e-views` directive represent a view of the Angular Schedule.
|
|
@@ -282,8 +282,86 @@ var __decorate$2 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
282
282
|
var __metadata$2 = (this && this.__metadata) || function (k, v) {
|
|
283
283
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
284
284
|
};
|
|
285
|
-
|
|
286
|
-
|
|
285
|
+
let input$3 = ['align', 'cssClass', 'disabled', 'htmlAttributes', 'id', 'name', 'overflow', 'prefixIcon', 'showAlwaysInPopup', 'showTextOn', 'suffixIcon', 'tabIndex', 'template', 'text', 'tooltipText', 'type', 'visible', 'width'];
|
|
286
|
+
let outputs$3 = ['click'];
|
|
287
|
+
/**
|
|
288
|
+
* `e-toolbaritems` directive represent a custom toolbar items of the Schedule.
|
|
289
|
+
* It must be contained in a Schedule component(`ejs-schedule`).
|
|
290
|
+
* ```html
|
|
291
|
+
* <ejs-schedule>
|
|
292
|
+
* <e-toolbaritems>
|
|
293
|
+
* <e-toolbaritem name='Today'></<e-toolbaritem>
|
|
294
|
+
* <e-toolbaritem name='DateRangeText'></e-toolbaritem>
|
|
295
|
+
* <e-toolbaritem prefixIcon='e-icons e-cut' text='Cut'></e-toolbaritem>
|
|
296
|
+
* <e-toolbaritems>
|
|
297
|
+
* </ejs-schedule>
|
|
298
|
+
* ```
|
|
299
|
+
*/
|
|
300
|
+
class ToolbarItemDirective extends ComplexBase {
|
|
301
|
+
/**
|
|
302
|
+
* @param {?} viewContainerRef
|
|
303
|
+
*/
|
|
304
|
+
constructor(viewContainerRef) {
|
|
305
|
+
super();
|
|
306
|
+
this.viewContainerRef = viewContainerRef;
|
|
307
|
+
setValue('currentInstance', this, this.viewContainerRef);
|
|
308
|
+
this.registerEvents(outputs$3);
|
|
309
|
+
this.directivePropList = input$3;
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
ToolbarItemDirective.decorators = [
|
|
313
|
+
{ type: Directive, args: [{
|
|
314
|
+
selector: 'e-toolbaritems>e-toolbaritem',
|
|
315
|
+
inputs: input$3,
|
|
316
|
+
outputs: outputs$3,
|
|
317
|
+
queries: {}
|
|
318
|
+
},] },
|
|
319
|
+
];
|
|
320
|
+
/**
|
|
321
|
+
* @nocollapse
|
|
322
|
+
*/
|
|
323
|
+
ToolbarItemDirective.ctorParameters = () => [
|
|
324
|
+
{ type: ViewContainerRef, },
|
|
325
|
+
];
|
|
326
|
+
ToolbarItemDirective.propDecorators = {
|
|
327
|
+
'template': [{ type: ContentChild, args: ['template',] },],
|
|
328
|
+
};
|
|
329
|
+
__decorate$2([
|
|
330
|
+
Template(),
|
|
331
|
+
__metadata$2("design:type", Object)
|
|
332
|
+
], ToolbarItemDirective.prototype, "template", void 0);
|
|
333
|
+
/**
|
|
334
|
+
* ToolbarItem Array Directive
|
|
335
|
+
*/
|
|
336
|
+
class ToolbarItemsDirective extends ArrayBase {
|
|
337
|
+
constructor() {
|
|
338
|
+
super('toolbaritems');
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
ToolbarItemsDirective.decorators = [
|
|
342
|
+
{ type: Directive, args: [{
|
|
343
|
+
selector: 'ejs-schedule>e-toolbaritems',
|
|
344
|
+
queries: {
|
|
345
|
+
children: new ContentChildren(ToolbarItemDirective)
|
|
346
|
+
},
|
|
347
|
+
},] },
|
|
348
|
+
];
|
|
349
|
+
/**
|
|
350
|
+
* @nocollapse
|
|
351
|
+
*/
|
|
352
|
+
ToolbarItemsDirective.ctorParameters = () => [];
|
|
353
|
+
|
|
354
|
+
var __decorate$3 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
355
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
356
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
357
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
358
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
359
|
+
};
|
|
360
|
+
var __metadata$3 = (this && this.__metadata) || function (k, v) {
|
|
361
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
362
|
+
};
|
|
363
|
+
const 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'];
|
|
364
|
+
const 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'];
|
|
287
365
|
const twoWays = ['currentView', 'selectedDate'];
|
|
288
366
|
/**
|
|
289
367
|
* `ej-schedule` represents the Angular Schedule Component.
|
|
@@ -304,7 +382,7 @@ let ScheduleComponent = class ScheduleComponent extends Schedule {
|
|
|
304
382
|
this.srenderer = srenderer;
|
|
305
383
|
this.viewContainerRef = viewContainerRef;
|
|
306
384
|
this.injector = injector;
|
|
307
|
-
this.tags = ['views', 'resources', 'headerRows'];
|
|
385
|
+
this.tags = ['views', 'resources', 'headerRows', 'toolbarItems'];
|
|
308
386
|
this.element = this.ngEle.nativeElement;
|
|
309
387
|
this.injectedModules = this.injectedModules || [];
|
|
310
388
|
try {
|
|
@@ -419,7 +497,7 @@ let ScheduleComponent = class ScheduleComponent extends Schedule {
|
|
|
419
497
|
}
|
|
420
498
|
}
|
|
421
499
|
catch (_r) { }
|
|
422
|
-
this.registerEvents(outputs$
|
|
500
|
+
this.registerEvents(outputs$4);
|
|
423
501
|
this.addTwoWay.call(this, twoWays);
|
|
424
502
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
425
503
|
this.context = new ComponentBase();
|
|
@@ -453,6 +531,9 @@ let ScheduleComponent = class ScheduleComponent extends Schedule {
|
|
|
453
531
|
if (this.childHeaderRows) {
|
|
454
532
|
this.tagObjects[2].instance = this.childHeaderRows;
|
|
455
533
|
}
|
|
534
|
+
if (this.childToolbarItems) {
|
|
535
|
+
this.tagObjects[3].instance = this.childToolbarItems;
|
|
536
|
+
}
|
|
456
537
|
this.context.ngAfterContentChecked(this);
|
|
457
538
|
}
|
|
458
539
|
};
|
|
@@ -460,13 +541,14 @@ ScheduleComponent.decorators = [
|
|
|
460
541
|
{ type: Component, args: [{
|
|
461
542
|
selector: 'ejs-schedule',
|
|
462
543
|
inputs: inputs,
|
|
463
|
-
outputs: outputs$
|
|
544
|
+
outputs: outputs$4,
|
|
464
545
|
template: '',
|
|
465
546
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
466
547
|
queries: {
|
|
467
548
|
childViews: new ContentChild(ViewsDirective),
|
|
468
549
|
childResources: new ContentChild(ResourcesDirective),
|
|
469
|
-
childHeaderRows: new ContentChild(HeaderRowsDirective)
|
|
550
|
+
childHeaderRows: new ContentChild(HeaderRowsDirective),
|
|
551
|
+
childToolbarItems: new ContentChild(ToolbarItemsDirective)
|
|
470
552
|
}
|
|
471
553
|
},] },
|
|
472
554
|
];
|
|
@@ -500,85 +582,85 @@ ScheduleComponent.propDecorators = {
|
|
|
500
582
|
'quickInfoTemplates_footer': [{ type: ContentChild, args: ['quickInfoTemplatesFooter',] },],
|
|
501
583
|
'group_headerTooltipTemplate': [{ type: ContentChild, args: ['groupHeaderTooltipTemplate',] },],
|
|
502
584
|
};
|
|
503
|
-
__decorate$
|
|
585
|
+
__decorate$3([
|
|
504
586
|
Template(),
|
|
505
|
-
__metadata$
|
|
587
|
+
__metadata$3("design:type", Object)
|
|
506
588
|
], ScheduleComponent.prototype, "dateHeaderTemplate", void 0);
|
|
507
|
-
__decorate$
|
|
589
|
+
__decorate$3([
|
|
508
590
|
Template(),
|
|
509
|
-
__metadata$
|
|
591
|
+
__metadata$3("design:type", Object)
|
|
510
592
|
], ScheduleComponent.prototype, "dateRangeTemplate", void 0);
|
|
511
|
-
__decorate$
|
|
593
|
+
__decorate$3([
|
|
512
594
|
Template(),
|
|
513
|
-
__metadata$
|
|
595
|
+
__metadata$3("design:type", Object)
|
|
514
596
|
], ScheduleComponent.prototype, "dayHeaderTemplate", void 0);
|
|
515
|
-
__decorate$
|
|
597
|
+
__decorate$3([
|
|
516
598
|
Template(),
|
|
517
|
-
__metadata$
|
|
599
|
+
__metadata$3("design:type", Object)
|
|
518
600
|
], ScheduleComponent.prototype, "cellTemplate", void 0);
|
|
519
|
-
__decorate$
|
|
601
|
+
__decorate$3([
|
|
520
602
|
Template(),
|
|
521
|
-
__metadata$
|
|
603
|
+
__metadata$3("design:type", Object)
|
|
522
604
|
], ScheduleComponent.prototype, "cellHeaderTemplate", void 0);
|
|
523
|
-
__decorate$
|
|
605
|
+
__decorate$3([
|
|
524
606
|
Template(),
|
|
525
|
-
__metadata$
|
|
607
|
+
__metadata$3("design:type", Object)
|
|
526
608
|
], ScheduleComponent.prototype, "eventSettings_tooltipTemplate", void 0);
|
|
527
|
-
__decorate$
|
|
609
|
+
__decorate$3([
|
|
528
610
|
Template(),
|
|
529
|
-
__metadata$
|
|
611
|
+
__metadata$3("design:type", Object)
|
|
530
612
|
], ScheduleComponent.prototype, "eventSettings_template", void 0);
|
|
531
|
-
__decorate$
|
|
613
|
+
__decorate$3([
|
|
532
614
|
Template(),
|
|
533
|
-
__metadata$
|
|
615
|
+
__metadata$3("design:type", Object)
|
|
534
616
|
], ScheduleComponent.prototype, "editorTemplate", void 0);
|
|
535
|
-
__decorate$
|
|
617
|
+
__decorate$3([
|
|
536
618
|
Template(),
|
|
537
|
-
__metadata$
|
|
619
|
+
__metadata$3("design:type", Object)
|
|
538
620
|
], ScheduleComponent.prototype, "editorHeaderTemplate", void 0);
|
|
539
|
-
__decorate$
|
|
621
|
+
__decorate$3([
|
|
540
622
|
Template(),
|
|
541
|
-
__metadata$
|
|
623
|
+
__metadata$3("design:type", Object)
|
|
542
624
|
], ScheduleComponent.prototype, "editorFooterTemplate", void 0);
|
|
543
|
-
__decorate$
|
|
625
|
+
__decorate$3([
|
|
544
626
|
Template(),
|
|
545
|
-
__metadata$
|
|
627
|
+
__metadata$3("design:type", Object)
|
|
546
628
|
], ScheduleComponent.prototype, "monthHeaderTemplate", void 0);
|
|
547
|
-
__decorate$
|
|
629
|
+
__decorate$3([
|
|
548
630
|
Template(),
|
|
549
|
-
__metadata$
|
|
631
|
+
__metadata$3("design:type", Object)
|
|
550
632
|
], ScheduleComponent.prototype, "timeScale_minorSlotTemplate", void 0);
|
|
551
|
-
__decorate$
|
|
633
|
+
__decorate$3([
|
|
552
634
|
Template(),
|
|
553
|
-
__metadata$
|
|
635
|
+
__metadata$3("design:type", Object)
|
|
554
636
|
], ScheduleComponent.prototype, "timeScale_majorSlotTemplate", void 0);
|
|
555
|
-
__decorate$
|
|
637
|
+
__decorate$3([
|
|
556
638
|
Template(),
|
|
557
|
-
__metadata$
|
|
639
|
+
__metadata$3("design:type", Object)
|
|
558
640
|
], ScheduleComponent.prototype, "resourceHeaderTemplate", void 0);
|
|
559
|
-
__decorate$
|
|
641
|
+
__decorate$3([
|
|
560
642
|
Template(),
|
|
561
|
-
__metadata$
|
|
643
|
+
__metadata$3("design:type", Object)
|
|
562
644
|
], ScheduleComponent.prototype, "headerIndentTemplate", void 0);
|
|
563
|
-
__decorate$
|
|
645
|
+
__decorate$3([
|
|
564
646
|
Template(),
|
|
565
|
-
__metadata$
|
|
647
|
+
__metadata$3("design:type", Object)
|
|
566
648
|
], ScheduleComponent.prototype, "quickInfoTemplates_header", void 0);
|
|
567
|
-
__decorate$
|
|
649
|
+
__decorate$3([
|
|
568
650
|
Template(),
|
|
569
|
-
__metadata$
|
|
651
|
+
__metadata$3("design:type", Object)
|
|
570
652
|
], ScheduleComponent.prototype, "quickInfoTemplates_content", void 0);
|
|
571
|
-
__decorate$
|
|
653
|
+
__decorate$3([
|
|
572
654
|
Template(),
|
|
573
|
-
__metadata$
|
|
655
|
+
__metadata$3("design:type", Object)
|
|
574
656
|
], ScheduleComponent.prototype, "quickInfoTemplates_footer", void 0);
|
|
575
|
-
__decorate$
|
|
657
|
+
__decorate$3([
|
|
576
658
|
Template(),
|
|
577
|
-
__metadata$
|
|
659
|
+
__metadata$3("design:type", Object)
|
|
578
660
|
], ScheduleComponent.prototype, "group_headerTooltipTemplate", void 0);
|
|
579
|
-
ScheduleComponent = __decorate$
|
|
661
|
+
ScheduleComponent = __decorate$3([
|
|
580
662
|
ComponentMixins([ComponentBase]),
|
|
581
|
-
__metadata$
|
|
663
|
+
__metadata$3("design:paramtypes", [ElementRef,
|
|
582
664
|
Renderer2,
|
|
583
665
|
ViewContainerRef,
|
|
584
666
|
Injector])
|
|
@@ -599,7 +681,9 @@ ScheduleModule.decorators = [
|
|
|
599
681
|
ResourceDirective,
|
|
600
682
|
ResourcesDirective,
|
|
601
683
|
HeaderRowDirective,
|
|
602
|
-
HeaderRowsDirective
|
|
684
|
+
HeaderRowsDirective,
|
|
685
|
+
ToolbarItemDirective,
|
|
686
|
+
ToolbarItemsDirective
|
|
603
687
|
],
|
|
604
688
|
exports: [
|
|
605
689
|
ScheduleComponent,
|
|
@@ -608,7 +692,9 @@ ScheduleModule.decorators = [
|
|
|
608
692
|
ResourceDirective,
|
|
609
693
|
ResourcesDirective,
|
|
610
694
|
HeaderRowDirective,
|
|
611
|
-
HeaderRowsDirective
|
|
695
|
+
HeaderRowsDirective,
|
|
696
|
+
ToolbarItemDirective,
|
|
697
|
+
ToolbarItemsDirective
|
|
612
698
|
]
|
|
613
699
|
},] },
|
|
614
700
|
];
|
|
@@ -669,17 +755,17 @@ ScheduleAllModule.decorators = [
|
|
|
669
755
|
*/
|
|
670
756
|
ScheduleAllModule.ctorParameters = () => [];
|
|
671
757
|
|
|
672
|
-
var __decorate$
|
|
758
|
+
var __decorate$4 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
673
759
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
674
760
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
675
761
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
676
762
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
677
763
|
};
|
|
678
|
-
var __metadata$
|
|
764
|
+
var __metadata$4 = (this && this.__metadata) || function (k, v) {
|
|
679
765
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
680
766
|
};
|
|
681
767
|
const inputs$1 = ['calendarMode', 'cssClass', 'dateFormat', 'enablePersistence', 'enableRtl', 'endTypes', 'firstDayOfWeek', 'frequencies', 'locale', 'maxDate', 'minDate', 'selectedType', 'startDate', 'value'];
|
|
682
|
-
const outputs$
|
|
768
|
+
const outputs$5 = ['change'];
|
|
683
769
|
const twoWays$1 = [];
|
|
684
770
|
/**
|
|
685
771
|
* `ejs-recurrenceeditor` represents the Angular RecurrenceEditor Component.
|
|
@@ -702,7 +788,7 @@ let RecurrenceEditorComponent = class RecurrenceEditorComponent extends Recurren
|
|
|
702
788
|
this.injector = injector;
|
|
703
789
|
this.element = this.ngEle.nativeElement;
|
|
704
790
|
this.injectedModules = this.injectedModules || [];
|
|
705
|
-
this.registerEvents(outputs$
|
|
791
|
+
this.registerEvents(outputs$5);
|
|
706
792
|
this.addTwoWay.call(this, twoWays$1);
|
|
707
793
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
708
794
|
this.context = new ComponentBase();
|
|
@@ -736,7 +822,7 @@ RecurrenceEditorComponent.decorators = [
|
|
|
736
822
|
{ type: Component, args: [{
|
|
737
823
|
selector: 'ejs-recurrenceeditor',
|
|
738
824
|
inputs: inputs$1,
|
|
739
|
-
outputs: outputs$
|
|
825
|
+
outputs: outputs$5,
|
|
740
826
|
template: '',
|
|
741
827
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
742
828
|
queries: {}
|
|
@@ -751,9 +837,9 @@ RecurrenceEditorComponent.ctorParameters = () => [
|
|
|
751
837
|
{ type: ViewContainerRef, },
|
|
752
838
|
{ type: Injector, },
|
|
753
839
|
];
|
|
754
|
-
RecurrenceEditorComponent = __decorate$
|
|
840
|
+
RecurrenceEditorComponent = __decorate$4([
|
|
755
841
|
ComponentMixins([ComponentBase]),
|
|
756
|
-
__metadata$
|
|
842
|
+
__metadata$4("design:paramtypes", [ElementRef,
|
|
757
843
|
Renderer2,
|
|
758
844
|
ViewContainerRef,
|
|
759
845
|
Injector])
|
|
@@ -803,6 +889,6 @@ RecurrenceEditorAllModule.ctorParameters = () => [];
|
|
|
803
889
|
* Generated bundle index. Do not edit.
|
|
804
890
|
*/
|
|
805
891
|
|
|
806
|
-
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$
|
|
892
|
+
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 };
|
|
807
893
|
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';
|
|
808
894
|
//# sourceMappingURL=ej2-angular-schedule.js.map
|