@syncfusion/ej2-angular-schedule 21.2.10 → 22.1.34

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.
Files changed (139) hide show
  1. package/README.md +47 -121
  2. package/esm2020/src/schedule/headerrows.directive.mjs +1 -1
  3. package/esm2020/src/schedule/schedule.component.mjs +3 -9
  4. package/esm2020/src/schedule/views.directive.mjs +3 -9
  5. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +4 -16
  6. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +1 -1
  7. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +4 -16
  8. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +1 -1
  9. package/license +10 -0
  10. package/package.json +29 -11
  11. package/schematics/utils/lib-details.ts +2 -2
  12. package/src/schedule/headerrows.directive.d.ts +5 -5
  13. package/src/schedule/schedule.component.d.ts +6 -11
  14. package/src/schedule/views.directive.d.ts +17 -23
  15. package/styles/bootstrap-dark.css +15 -12
  16. package/styles/bootstrap.css +15 -12
  17. package/styles/bootstrap4.css +16 -13
  18. package/styles/bootstrap5-dark.css +15 -12
  19. package/styles/bootstrap5.css +15 -12
  20. package/styles/fabric-dark.css +15 -12
  21. package/styles/fabric.css +15 -12
  22. package/styles/fluent-dark.css +15 -12
  23. package/styles/fluent.css +15 -12
  24. package/styles/highcontrast-light.css +16 -13
  25. package/styles/highcontrast.css +16 -13
  26. package/styles/material-dark.css +15 -12
  27. package/styles/material.css +15 -12
  28. package/styles/material3-dark.css +4597 -0
  29. package/styles/material3-dark.scss +4 -0
  30. package/styles/material3.css +4653 -0
  31. package/styles/material3.scss +4 -0
  32. package/styles/recurrence-editor/_material3-dark-definition.scss +1 -0
  33. package/styles/recurrence-editor/_material3-definition.scss +13 -0
  34. package/styles/recurrence-editor/material3-dark.css +593 -0
  35. package/styles/recurrence-editor/material3-dark.scss +9 -0
  36. package/styles/recurrence-editor/material3.css +649 -0
  37. package/styles/recurrence-editor/material3.scss +9 -0
  38. package/styles/schedule/_bootstrap-dark-definition.scss +3 -2
  39. package/styles/schedule/_bootstrap-definition.scss +3 -2
  40. package/styles/schedule/_bootstrap4-definition.scss +3 -2
  41. package/styles/schedule/_bootstrap5-definition.scss +3 -2
  42. package/styles/schedule/_fabric-dark-definition.scss +3 -2
  43. package/styles/schedule/_fabric-definition.scss +3 -2
  44. package/styles/schedule/_fluent-definition.scss +3 -2
  45. package/styles/schedule/_fusionnew-definition.scss +3 -2
  46. package/styles/schedule/_highcontrast-definition.scss +3 -2
  47. package/styles/schedule/_highcontrast-light-definition.scss +3 -2
  48. package/styles/schedule/_layout.scss +31 -16
  49. package/styles/schedule/_material-dark-definition.scss +3 -2
  50. package/styles/schedule/_material-definition.scss +3 -2
  51. package/styles/schedule/_material3-dark-definition.scss +1 -0
  52. package/styles/schedule/_material3-definition.scss +292 -0
  53. package/styles/schedule/_tailwind-definition.scss +3 -2
  54. package/styles/schedule/_theme.scss +7 -2
  55. package/styles/schedule/bootstrap-dark.css +15 -12
  56. package/styles/schedule/bootstrap.css +15 -12
  57. package/styles/schedule/bootstrap4.css +16 -13
  58. package/styles/schedule/bootstrap5-dark.css +15 -12
  59. package/styles/schedule/bootstrap5.css +15 -12
  60. package/styles/schedule/fabric-dark.css +15 -12
  61. package/styles/schedule/fabric.css +15 -12
  62. package/styles/schedule/fluent-dark.css +15 -12
  63. package/styles/schedule/fluent.css +15 -12
  64. package/styles/schedule/highcontrast-light.css +16 -13
  65. package/styles/schedule/highcontrast.css +16 -13
  66. package/styles/schedule/icons/_material3-dark.scss +1 -0
  67. package/styles/schedule/material-dark.css +15 -12
  68. package/styles/schedule/material.css +15 -12
  69. package/styles/schedule/material3-dark.css +4191 -0
  70. package/styles/schedule/material3-dark.scss +16 -0
  71. package/styles/schedule/material3.css +4247 -0
  72. package/styles/schedule/material3.scss +17 -0
  73. package/styles/schedule/tailwind-dark.css +15 -12
  74. package/styles/schedule/tailwind.css +15 -12
  75. package/styles/tailwind-dark.css +15 -12
  76. package/styles/tailwind.css +15 -12
  77. package/schematics/collection.json +0 -40
  78. package/schematics/generators/schedule-agenda-views/index.d.ts +0 -3
  79. package/schematics/generators/schedule-agenda-views/index.js +0 -8
  80. package/schematics/generators/schedule-agenda-views/sample-details.d.ts +0 -5
  81. package/schematics/generators/schedule-agenda-views/sample-details.js +0 -7
  82. package/schematics/generators/schedule-agenda-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  83. package/schematics/generators/schedule-agenda-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -13
  84. package/schematics/generators/schedule-agenda-views/schema.d.ts +0 -3
  85. package/schematics/generators/schedule-agenda-views/schema.js +0 -2
  86. package/schematics/generators/schedule-agenda-views/schema.json +0 -125
  87. package/schematics/generators/schedule-calendar-views/index.d.ts +0 -3
  88. package/schematics/generators/schedule-calendar-views/index.js +0 -8
  89. package/schematics/generators/schedule-calendar-views/sample-details.d.ts +0 -5
  90. package/schematics/generators/schedule-calendar-views/sample-details.js +0 -7
  91. package/schematics/generators/schedule-calendar-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  92. package/schematics/generators/schedule-calendar-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
  93. package/schematics/generators/schedule-calendar-views/schema.d.ts +0 -3
  94. package/schematics/generators/schedule-calendar-views/schema.js +0 -2
  95. package/schematics/generators/schedule-calendar-views/schema.json +0 -125
  96. package/schematics/generators/schedule-horizontal-grouping/index.d.ts +0 -3
  97. package/schematics/generators/schedule-horizontal-grouping/index.js +0 -8
  98. package/schematics/generators/schedule-horizontal-grouping/sample-details.d.ts +0 -5
  99. package/schematics/generators/schedule-horizontal-grouping/sample-details.js +0 -7
  100. package/schematics/generators/schedule-horizontal-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -92
  101. package/schematics/generators/schedule-horizontal-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -29
  102. package/schematics/generators/schedule-horizontal-grouping/schema.d.ts +0 -3
  103. package/schematics/generators/schedule-horizontal-grouping/schema.js +0 -2
  104. package/schematics/generators/schedule-horizontal-grouping/schema.json +0 -125
  105. package/schematics/generators/schedule-time-scale/index.d.ts +0 -3
  106. package/schematics/generators/schedule-time-scale/index.js +0 -8
  107. package/schematics/generators/schedule-time-scale/sample-details.d.ts +0 -5
  108. package/schematics/generators/schedule-time-scale/sample-details.js +0 -7
  109. package/schematics/generators/schedule-time-scale/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  110. package/schematics/generators/schedule-time-scale/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -13
  111. package/schematics/generators/schedule-time-scale/schema.d.ts +0 -3
  112. package/schematics/generators/schedule-time-scale/schema.js +0 -2
  113. package/schematics/generators/schedule-time-scale/schema.json +0 -125
  114. package/schematics/generators/schedule-timeline-grouping/index.d.ts +0 -3
  115. package/schematics/generators/schedule-timeline-grouping/index.js +0 -8
  116. package/schematics/generators/schedule-timeline-grouping/sample-details.d.ts +0 -5
  117. package/schematics/generators/schedule-timeline-grouping/sample-details.js +0 -7
  118. package/schematics/generators/schedule-timeline-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -6
  119. package/schematics/generators/schedule-timeline-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -23
  120. package/schematics/generators/schedule-timeline-grouping/schema.d.ts +0 -3
  121. package/schematics/generators/schedule-timeline-grouping/schema.js +0 -2
  122. package/schematics/generators/schedule-timeline-grouping/schema.json +0 -125
  123. package/schematics/generators/schedule-timeline-views/index.d.ts +0 -3
  124. package/schematics/generators/schedule-timeline-views/index.js +0 -8
  125. package/schematics/generators/schedule-timeline-views/sample-details.d.ts +0 -5
  126. package/schematics/generators/schedule-timeline-views/sample-details.js +0 -7
  127. package/schematics/generators/schedule-timeline-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  128. package/schematics/generators/schedule-timeline-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -14
  129. package/schematics/generators/schedule-timeline-views/schema.d.ts +0 -3
  130. package/schematics/generators/schedule-timeline-views/schema.js +0 -2
  131. package/schematics/generators/schedule-timeline-views/schema.json +0 -125
  132. package/schematics/ng-add/index.d.ts +0 -3
  133. package/schematics/ng-add/index.js +0 -9
  134. package/schematics/ng-add/schema.d.ts +0 -13
  135. package/schematics/ng-add/schema.js +0 -2
  136. package/schematics/ng-add/schema.json +0 -34
  137. package/schematics/tsconfig.json +0 -25
  138. package/schematics/utils/lib-details.d.ts +0 -4
  139. package/schematics/utils/lib-details.js +0 -6
@@ -1 +1 @@
1
- {"version":3,"file":"syncfusion-ej2-angular-schedule.mjs","sources":["../../src/schedule/views.directive.ts","../../src/schedule/resources.directive.ts","../../src/schedule/headerrows.directive.ts","../../src/schedule/schedule.component.ts","../../src/schedule/schedule.module.ts","../../src/schedule/schedule-all.module.ts","../../src/recurrence-editor/recurrenceeditor.component.ts","../../src/recurrence-editor/recurrenceeditor.module.ts","../../src/recurrence-editor/recurrenceeditor-all.module.ts","../../public_api.ts","../../syncfusion-ej2-angular-schedule.ts"],"sourcesContent":["import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet input: string[] = ['allowVirtualScrolling', 'cellHeaderTemplate', 'cellTemplate', 'dateFormat', 'dateHeaderTemplate', 'dateRangeTemplate', 'dayHeaderTemplate', 'displayDate', 'displayName', 'endHour', 'eventTemplate', 'firstDayOfWeek', 'firstMonthOfYear', 'group', 'headerIndentTemplate', 'headerRows', 'interval', 'isSelected', 'monthHeaderTemplate', 'monthsCount', 'numberOfWeeks', 'option', 'orientation', 'readonly', 'resourceHeaderTemplate', 'showWeekNumber', 'showWeekend', 'startHour', 'timeFormat', 'timeScale', 'workDays'];\nlet outputs: string[] = [];\n/**\n * `e-views` directive represent a view of the Angular Schedule. \n * It must be contained in a Schedule component(`ejs-schedule`). \n * ```html\n * <ejs-schedule>\n * <e-views>\n * <e-view option='day' dateFormat='dd MMM'></e-view>\n * <e-view option='week'></e-view>\n * </e-views>\n * </ejs-schedule>\n * ```\n */\n@Directive({\n selector: 'e-views>e-view',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class ViewDirective extends ComplexBase<ViewDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * It is used to allow or disallow the virtual scrolling functionality on Agenda View. This is applicable only on Agenda view.\n * @default false\n */\n public allowVirtualScrolling: any;\n /** \n * By default, Schedule follows the date-format as per the default culture assigned to it. It is also possible to manually set \n * specific date format by using the `dateFormat` property. The format of the date range label in the header bar depends on \n * the `dateFormat` value or else based on the locale assigned to the Schedule. \n * It gets applied only to the view objects on which it is defined.\n * @default null\n */\n public dateFormat: any;\n /** \n * Specifies the starting week date at an initial rendering of month view. This property is only applicable for month view. \n * If this property value is not set, then the month view will be rendered from the first week of the month. \n * {% codeBlock src='schedule/displayDate/index.md' %}{% endcodeBlock %}\n * @default null\n */\n public displayDate: any;\n /** \n * When the same view is customized with different intervals, this property allows the user to set different display name \n * for those views.\n * @default null\n */\n public displayName: any;\n /** \n * It is used to specify the end hour, at which the Schedule ends. It too accepts the time string in a short skeleton format.\n * @default '24:00'\n */\n public endHour: any;\n /** \n * This option allows the user to set the first day of a week on Schedule. It should be based on the locale set to it and each culture \n * defines its own first day of week values. If needed, the user can set it manually on his own by defining the value through \n * this property. It usually accepts the integer values, whereby 0 is always denoted as Sunday, 1 as Monday and so on.\n * @default 0\n */\n public firstDayOfWeek: any;\n /** \n * This property helps render the year view customized months. \n * By default, it is set to `0`.\n * @default 0\n */\n public firstMonthOfYear: any;\n /** \n * Allows to set different resource grouping options on all available schedule view modes.\n * @default { byDate: false, byGroupID: true, allowGroupEdit: false, resources:[], hideNonWorkingDays: false }\n */\n public group: any;\n /** \n * Allows defining the collection of custom header rows to display the year, month, week, date and hour label as an individual row \n * on the timeline view of the scheduler.\n * @default []\n */\n public headerRows: any;\n /** \n * It accepts the number value denoting to include the number of days, weeks, workweeks or months on the defined view type.\n * @default 1\n */\n public interval: any;\n /** \n * To denote whether the view name given on the `option` is active or not. \n * It acts similar to the [`currentView`](../../schedule/#current-view/) \n * property and defines the active view of Schedule.\n * @default false\n */\n public isSelected: any;\n /** \n * This option allows the user to set the number of months count to be displayed on the Schedule. \n * {% codeBlock src='schedule/monthsCount/index.md' %}{% endcodeBlock %}\n * @default 12\n * @asptype int\n */\n public monthsCount: any;\n /** \n * This property customizes the number of weeks that are shown in month view. By default, it shows all weeks in the current month. \n * Use displayDate property to customize the starting week of month. \n * {% codeBlock src='schedule/numberOfWeeks/index.md' %}{% endcodeBlock %}\n * @default 0\n * @asptype int\n */\n public numberOfWeeks: any;\n /** \n * It accepts the schedule view name, based on which we can define with its related properties in a single object. \n * The applicable view names are, \n * * Day - Denotes Day view of the scheduler. \n * * Week - Denotes Week view of the scheduler. \n * * WorkWeek - Denotes Work Week view of the scheduler. \n * * Month - Denotes Month view of the scheduler. \n * * Year - Denotes Year view of the scheduler. \n * * Agenda - Denotes Agenda view of the scheduler. \n * * MonthAgenda - Denotes Month Agenda view of the scheduler. \n * * TimelineDay - Denotes Timeline Day view of the scheduler. \n * * TimelineWeek - Denotes Timeline Week view of the scheduler. \n * * TimelineWorkWeek - Denotes Timeline Work Week view of the scheduler. \n * * TimelineMonth - Denotes Timeline Month view of the scheduler. \n * * TimelineYear - Denotes Timeline Year view of the scheduler.\n * @default null\n */\n public option: any;\n /** \n * It is used to specify the year view rendering orientation on the schedule. \n * The applicable orientation values are, \n * * Horizontal - Denotes the horizontal orientation of Timeline Year view. \n * * Vertical - Denotes the vertical orientation of Timeline Year view.\n * @default 'Horizontal'\n */\n public orientation: any;\n /** \n * When set to `true`, displays a quick popup with cell or event details on single clicking over the cells or on events. \n * By default, it is set to `true`. It gets applied only to the view objects on which it is defined.\n * @default false\n */\n public readonly: any;\n /** \n * When set to `true`, displays the week number of the current view date range.\n * @default false\n */\n public showWeekNumber: any;\n /** \n * When set to `false`, it hides the weekend days of a week from the Schedule. \n * The days which are not defined in the working days collection are usually treated as weekend days. \n * Note: By default, this option is not applicable on `Work Week` view. \n * For example, if the working days are defined as [1, 2, 3, 4], then the remaining days of that week will be considered as the \n * weekend days and will be hidden on all the views.\n * @default true\n */\n public showWeekend: any;\n /** \n * It is used to specify the starting hour, from which the Schedule starts to display. \n * It accepts the time string in a short skeleton format and also, hides the time beyond the specified start time.\n * @default '00:00'\n */\n public startHour: any;\n /** \n * By default, Schedule follows the time-format as per the default culture assigned to it. \n * It is also possible to manually set specific time format by using the `timeFormat` property. \n * {% codeBlock src='schedule/timeFormat/index.md' %}{% endcodeBlock %}\n * @default null\n */\n public timeFormat: any;\n /** \n * Allows to set different timescale configuration on each applicable view modes such as day, week and work week.\n * @default { enable: true, interval: 60, slotCount: 2, majorSlotTemplate: null, minorSlotTemplate: null }\n */\n public timeScale: any;\n /** \n * It is used to set the working days on schedule. The only days that are defined in this collection will be rendered on the \n * `workWeek` view whereas on other views, it will display all the usual days and simply highlights the working days with different \n * shade.\n * @default '[1, 2, 3, 4, 5]'\n * @asptype int[]\n */\n public workDays: any;\n /** \n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the \n * date header cells. The field that can be accessed via this template is `date`. \n * It gets applied only to the view objects on which it is defined.\n * @default null\n */\n @ContentChild('dateHeaderTemplate')\n @Template()\n public dateHeaderTemplate: any;\n /** \n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the header date range.\n * @default null\n */\n @ContentChild('dateRangeTemplate')\n @Template()\n public dateRangeTemplate: any;\n /** \n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the \n * Year view day cell header. \n * This template is only applicable for year view header cells.\n * @default null\n */\n @ContentChild('dayHeaderTemplate')\n @Template()\n public dayHeaderTemplate: any;\n /** \n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the \n * month date cells. \n * This template is only applicable for month view day cells.\n * @default null\n */\n @ContentChild('cellHeaderTemplate')\n @Template()\n public cellHeaderTemplate: any;\n /** \n * The template option which is used to render the customized work cells on the Schedule. Here, the \n * template accepts either the string or HTMLElement as template design and then the parsed design is displayed onto the work cells. \n * The field accessible via template is `date`. It gets applied only to the view objects on which it is defined.\n * @default null\n */\n @ContentChild('cellTemplate')\n @Template()\n public cellTemplate: any;\n /** \n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto \n * the event background. All the event fields mapped to Schedule from dataSource can be accessed within this template code. \n * It is similar to that of the `template` option available within the `eventSettings` property, \n * whereas it will get applied only on the events of the view to which it is currently being defined.\n * @default null\n */\n @ContentChild('eventTemplate')\n @Template()\n public eventTemplate: any;\n /** \n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the \n * Year view day cell header. \n * This template is only applicable for year view header cells.\n * @default null\n */\n @ContentChild('monthHeaderTemplate')\n @Template()\n public monthHeaderTemplate: any;\n /** \n * The template option which is used to render the customized header cells on the schedule. Here, the \n * template accepts either the string or HTMLElement as template design and then the parsed design is displayed onto the header cells. \n * All the resource fields mapped within resources can be accessed within this template code. \n * It gets applied only to the view objects on which it is defined.\n * @default null\n */\n @ContentChild('resourceHeaderTemplate')\n @Template()\n public resourceHeaderTemplate: any;\n /** \n * The template option which is used to render the customized header indent cell on the schedule. Here, the \n * template accepts either the string or HTMLElement as template design and then the parsed design is displayed onto the header indent cell. \n * It gets applied only to the view objects on which it is defined.\n * @default null\n */\n @ContentChild('headerIndentTemplate')\n @Template()\n public headerIndentTemplate: any;\n @ContentChild('timeScaleMinorSlotTemplate')\n @Template()\n public timeScale_minorSlotTemplate: any;\n @ContentChild('timeScaleMajorSlotTemplate')\n @Template()\n public timeScale_majorSlotTemplate: any;\n @ContentChild('groupHeaderTooltipTemplate')\n @Template()\n public group_headerTooltipTemplate: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * View Array Directive\n * @private\n */\n@Directive({\n selector: 'ejs-schedule>e-views',\n queries: {\n children: new ContentChildren(ViewDirective)\n },\n})\nexport class ViewsDirective extends ArrayBase<ViewsDirective> {\n constructor() {\n super('views');\n }\n}","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet input: string[] = ['allowMultiple', 'colorField', 'cssClassField', 'dataSource', 'endHourField', 'expandedField', 'field', 'groupIDField', 'idField', 'name', 'query', 'startHourField', 'textField', 'title', 'workDaysField'];\nlet outputs: string[] = [];\n/**\n * `e-resources` directive represent a resources of the Angular Schedule. \n * It must be contained in a Schedule component(`ejs-schedule`). \n * ```html\n * <ejs-schedule>\n * <e-resources>\n * <e-resource field='RoomId' name='Rooms'></e-resource>\n * <e-resource field='OwnerId' name='Owners'></e-resource>\n * </e-resources>\n * </ejs-schedule>\n * ```\n */\n@Directive({\n selector: 'e-resources>e-resource',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class ResourceDirective extends ComplexBase<ResourceDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * When set to true, allows multiple selection of resource names, thus creating multiple instances of same appointment for the \n * selected resources.\n * @default false\n */\n public allowMultiple: any;\n /** \n * It maps the `color` field from the dataSource, which is used to specify colors for the resources.\n * @default 'Color'\n */\n public colorField: any;\n /** \n * It maps the `cssClass` field from the dataSource, which is used to specify different styles to each resource appointments.\n * @default 'CssClass'\n */\n public cssClassField: any;\n /** \n * Assigns the resource dataSource \n * The data can be passed either as an array of JavaScript objects, \n * or else can create an instance of [`DataManager`](http://ej2.syncfusion.com/documentation/data/api-dataManager.html) \n * in case of processing remote data and can be assigned to the `dataSource` property. \n * With the remote data assigned to dataSource, check the available \n * [adaptors](http://ej2.syncfusion.com/documentation/data/adaptors.html) to customize the data processing.\n * @default []\n */\n public dataSource: any;\n /** \n * It maps the `endHour` field from the dataSource, which is used to specify different work end hour for each resources.\n * @default 'EndHour'\n */\n public endHourField: any;\n /** \n * It maps the `expanded` field from the dataSource, which is used to specify whether each resource levels \n * in timeline view needs to be maintained in an expanded or collapsed state by default.\n * @default 'Expanded'\n */\n public expandedField: any;\n /** \n * A value that binds to the resource field of event object.\n * @default null\n */\n public field: any;\n /** \n * It maps the `groupID` field from the dataSource, which is used to specify under which parent resource, \n * the child should be grouped.\n * @default 'GroupID'\n */\n public groupIDField: any;\n /** \n * It maps the `id` field from the dataSource and is used to uniquely identify the resources.\n * @default 'Id'\n */\n public idField: any;\n /** \n * It represents a unique resource name for differentiating various resource objects while grouping.\n * @default null\n */\n public name: any;\n /** \n * Defines the external [`query`](http://ej2.syncfusion.com/documentation/data/api-query.html) \n * that will be executed along with the data processing.\n * @default null\n */\n public query: any;\n /** \n * It maps the `startHour` field from the dataSource, which is used to specify different work start hour for each resources.\n * @default 'StartHour'\n */\n public startHourField: any;\n /** \n * It maps the `text` field from the dataSource, which is used to specify the resource names.\n * @default 'Text'\n */\n public textField: any;\n /** \n * It holds the title of the resource field to be displayed on the schedule event editor window.\n * @default null\n */\n public title: any;\n /** \n * It maps the working days field from the dataSource, which is used to specify different working days for each resources.\n * @default 'WorkDays'\n */\n public workDaysField: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * Resource Array Directive\n * @private\n */\n@Directive({\n selector: 'ejs-schedule>e-resources',\n queries: {\n children: new ContentChildren(ResourceDirective)\n },\n})\nexport class ResourcesDirective extends ArrayBase<ResourcesDirective> {\n constructor() {\n super('resources');\n }\n}","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet input: string[] = ['option', 'template'];\nlet outputs: string[] = [];\n/**\n * `e-header-rows` directive represent a header rows of the Schedule. \n * It must be contained in a Schedule component(`ejs-schedule`). \n * ```html\n * <ejs-schedule>\n * <e-header-rows>\n * <e-header-row option='Week'></e-header-row>\n * <e-header-row option='Date'></e-header-row>\n * </e-header-rows>\n * </ejs-schedule>\n * ```\n */\n@Directive({\n selector: 'e-header-rows>e-header-row',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class HeaderRowDirective extends ComplexBase<HeaderRowDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * It defines the header row type, which accepts either of the following values. \n * * `Year`: Denotes the year row in the header bar. \n * * `Month`: Denotes the month row in the header bar. \n * * `Week`: Denotes the week row in the header bar. \n * * `Date`: Denotes the date row in the header bar. \n * * `Hour`: Denotes the hour row in the header bar.\n * @default null\n */\n public option: any;\n /** \n * Template option to customize the individual header rows. It accepts either the string or HTMLElement as template design \n * content and parse it appropriately before displaying it onto the header cells. The field that \n * can be accessed via this template is `date`.\n * @default null\n */\n @ContentChild('template')\n @Template()\n public template: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * HeaderRow Array Directive\n * @private\n */\n@Directive({\n selector: 'ejs-schedule>e-header-rows',\n queries: {\n children: new ContentChildren(HeaderRowDirective)\n },\n})\nexport class HeaderRowsDirective extends ArrayBase<HeaderRowsDirective> {\n constructor() {\n super('headerrows');\n }\n}","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Schedule } from '@syncfusion/ej2-schedule';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { ViewsDirective } from './views.directive';\nimport { ResourcesDirective } from './resources.directive';\nimport { HeaderRowsDirective } from './headerrows.directive';\n\nexport const inputs: string[] = ['agendaDaysCount','allowDragAndDrop','allowInline','allowKeyboardInteraction','allowMultiCellSelection','allowMultiDrag','allowMultiRowSelection','allowResizing','allowSwiping','calendarMode','cellHeaderTemplate','cellTemplate','cssClass','currentView','dateFormat','dateHeaderTemplate','dateRangeTemplate','dayHeaderTemplate','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','views','weekRule','width','workDays','workHours'];\nexport const outputs: string[] = ['actionBegin','actionComplete','actionFailure','cellClick','cellDoubleClick','created','dataBinding','dataBound','destroyed','drag','dragStart','dragStop','eventClick','eventRendered','hover','moreEventsClick','navigating','popupClose','popupOpen','renderCell','resizeStart','resizeStop','resizing','select','currentViewChange','selectedDateChange'];\nexport const twoWays: string[] = ['currentView', 'selectedDate'];\n\n/**\n * `ej-schedule` represents the Angular Schedule Component.\n * ```html\n * <ejs-schedule></ejs-schedule>\n * ```\n */\n@Component({\n selector: 'ejs-schedule',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childViews: new ContentChild(ViewsDirective), \n childResources: new ContentChild(ResourcesDirective), \n childHeaderRows: new ContentChild(HeaderRowsDirective)\n }\n})\n@ComponentMixins([ComponentBase])\nexport class ScheduleComponent extends Schedule implements IComponentBase {\n public context : any;\n public tagObjects: any;\n\tactionBegin: any;\n\tactionComplete: any;\n\tactionFailure: any;\n\tcellClick: any;\n\tcellDoubleClick: any;\n\tcreated: any;\n\tdataBinding: any;\n\tdataBound: any;\n\tdestroyed: any;\n\tdrag: any;\n\tdragStart: any;\n\tdragStop: any;\n\teventClick: any;\n\teventRendered: any;\n\thover: any;\n\tmoreEventsClick: any;\n\tnavigating: any;\n\tpopupClose: any;\n\tpopupOpen: any;\n\trenderCell: any;\n\tresizeStart: any;\n\tresizeStop: any;\n\tresizing: any;\n\tselect: any;\n\tcurrentViewChange: any;\n\tpublic selectedDateChange: any;\n public childViews: QueryList<ViewsDirective>;\n public childResources: QueryList<ResourcesDirective>;\n public childHeaderRows: QueryList<HeaderRowsDirective>;\n public tags: string[] = ['views', 'resources', 'headerRows'];\n /** \n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto \n * the date header cells. The field that can be accessed via this template is `date`.\n * \n * {% codeBlock src='schedule/dateHeaderTemplate/index.md' %}{% endcodeBlock %}\n * \n * @default null\n */\n @ContentChild('dateHeaderTemplate')\n @Template()\n public dateHeaderTemplate: any;\n /** \n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the header date range.\n * @default null\n */\n @ContentChild('dateRangeTemplate')\n @Template()\n public dateRangeTemplate: any;\n /** \n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto \n * the day header cells. This template is only applicable for year view header cells.\n * \n * {% codeBlock src='schedule/dayHeaderTemplate/index.md' %}{% endcodeBlock %}\n * \n * @default null\n */\n @ContentChild('dayHeaderTemplate')\n @Template()\n public dayHeaderTemplate: any;\n /** \n * The template option which is used to render the customized work cells on the Schedule. Here, the template accepts either \n * the string or HTMLElement as template design and then the parsed design is displayed onto the work cells. \n * The fields accessible via template are as follows. \n * * `date`: Returns the date of the cell. \n * * `groupIndex`: Returns the group index of the cell. \n * * `type`: Returns the type of the work cell.\n * \n * Refer to the below code snippet.\n *\n *{% codeBlock src='schedule/cellTemplate/index.md' %}{% endcodeBlock %}\n * \n * @default null\n */\n @ContentChild('cellTemplate')\n @Template()\n public cellTemplate: any;\n /** \n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto \n * the month date cells. This template is only applicable for month view day cells.\n * \n * {% codeBlock src='schedule/cellHeaderTemplate/index.md' %}{% endcodeBlock %}\n * \n * @default null\n */\n @ContentChild('cellHeaderTemplate')\n @Template()\n public cellHeaderTemplate: any;\n @ContentChild('eventSettingsTooltipTemplate')\n @Template()\n public eventSettings_tooltipTemplate: any;\n @ContentChild('eventSettingsTemplate')\n @Template()\n public eventSettings_template: any;\n /** \n * The template option to render the customized editor window. The form elements defined within this template should be accompanied \n * with `e-field` class, so as to fetch and process it from internally.\n * \n * {% codeBlock src='schedule/editorTemplate/index.md' %}{% endcodeBlock %}\n * \n * @default null\n */\n @ContentChild('editorTemplate')\n @Template()\n public editorTemplate: any;\n /** \n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto \n * the month header cells. This template is only applicable for year view header cells.\n * \n * {% codeBlock src='schedule/monthHeaderTemplate/index.md' %}{% endcodeBlock %}\n * \n * @default null\n */\n @ContentChild('monthHeaderTemplate')\n @Template()\n public monthHeaderTemplate: any;\n @ContentChild('timeScaleMinorSlotTemplate')\n @Template()\n public timeScale_minorSlotTemplate: any;\n @ContentChild('timeScaleMajorSlotTemplate')\n @Template()\n public timeScale_majorSlotTemplate: any;\n /** \n * Template option to customize the resource header bar. Here, the template accepts either \n * the string or HTMLElement as template design and then the parsed design is displayed onto the resource header cells. \n * The following can be accessible via template. \n * * `resource` - All the resource fields. \n * * `resourceData` - Object collection of current resource.\n * \n * Refer to the below code snippet.\n *\n *{% codeBlock src='schedule/resourceHeaderTemplate/index.md' %}{% endcodeBlock %}\n * \n * @default null\n */\n @ContentChild('resourceHeaderTemplate')\n @Template()\n public resourceHeaderTemplate: any;\n /** \n * Template option to customize the header indent bar. Here, the template accepts either \n * the string or HTMLElement as template design and then the parsed design is displayed onto the header indent cell.\n * \n * Refer to the below code snippet.\n *\n *{% codeBlock src='schedule/headerIndentTemplate/index.md' %}{% endcodeBlock %}\n * \n * @default null\n */\n @ContentChild('headerIndentTemplate')\n @Template()\n public headerIndentTemplate: any;\n @ContentChild('quickInfoTemplatesHeader')\n @Template()\n public quickInfoTemplates_header: any;\n @ContentChild('quickInfoTemplatesContent')\n @Template()\n public quickInfoTemplates_content: any;\n @ContentChild('quickInfoTemplatesFooter')\n @Template()\n public quickInfoTemplates_footer: any;\n @ContentChild('groupHeaderTooltipTemplate')\n @Template()\n public group_headerTooltipTemplate: any;\n\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('ScheduleDay');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('ScheduleWeek');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('ScheduleWorkWeek');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('ScheduleMonth');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('ScheduleYear');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('ScheduleAgenda');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('ScheduleMonthAgenda');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('ScheduleTimelineViews');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('ScheduleTimelineMonth');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('ScheduleTimelineYear');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('ScheduleResize');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('ScheduleDragAndDrop');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('ScheduleExcelExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('ScheduleICalendarExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('ScheduleICalendarImport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('SchedulePrint');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n\n public ngOnInit() {\n this.context.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childViews;\n \n\t if (this.childResources) {\n this.tagObjects[1].instance = this.childResources;\n }\n \n\t if (this.childHeaderRows) {\n this.tagObjects[2].instance = this.childHeaderRows;\n }\n this.context.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ViewDirective, ViewsDirective } from './views.directive';\nimport { ResourceDirective, ResourcesDirective } from './resources.directive';\nimport { HeaderRowDirective, HeaderRowsDirective } from './headerrows.directive';\nimport { ScheduleComponent } from './schedule.component';\n\n/**\n * NgModule definition for the Schedule component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n ScheduleComponent,\n ViewDirective,\n ViewsDirective,\n ResourceDirective,\n ResourcesDirective,\n HeaderRowDirective,\n HeaderRowsDirective\n ],\n exports: [\n ScheduleComponent,\n ViewDirective,\n ViewsDirective,\n ResourceDirective,\n ResourcesDirective,\n HeaderRowDirective,\n HeaderRowsDirective\n ]\n})\nexport class ScheduleModule { }","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ViewDirective, ViewsDirective } from './views.directive';\nimport { ResourceDirective, ResourcesDirective } from './resources.directive';\nimport { HeaderRowDirective, HeaderRowsDirective } from './headerrows.directive';\nimport { ScheduleComponent } from './schedule.component';\nimport { ScheduleModule } from './schedule.module';\nimport {Day, Week, WorkWeek, Month, Year, Agenda, MonthAgenda, TimelineViews, TimelineMonth, TimelineYear, Resize, DragAndDrop, ExcelExport, ICalendarExport, ICalendarImport, Print} from '@syncfusion/ej2-schedule'\n\n\nexport const DayService: ValueProvider = { provide: 'ScheduleDay', useValue: Day};\nexport const WeekService: ValueProvider = { provide: 'ScheduleWeek', useValue: Week};\nexport const WorkWeekService: ValueProvider = { provide: 'ScheduleWorkWeek', useValue: WorkWeek};\nexport const MonthService: ValueProvider = { provide: 'ScheduleMonth', useValue: Month};\nexport const YearService: ValueProvider = { provide: 'ScheduleYear', useValue: Year};\nexport const AgendaService: ValueProvider = { provide: 'ScheduleAgenda', useValue: Agenda};\nexport const MonthAgendaService: ValueProvider = { provide: 'ScheduleMonthAgenda', useValue: MonthAgenda};\nexport const TimelineViewsService: ValueProvider = { provide: 'ScheduleTimelineViews', useValue: TimelineViews};\nexport const TimelineMonthService: ValueProvider = { provide: 'ScheduleTimelineMonth', useValue: TimelineMonth};\nexport const TimelineYearService: ValueProvider = { provide: 'ScheduleTimelineYear', useValue: TimelineYear};\nexport const ResizeService: ValueProvider = { provide: 'ScheduleResize', useValue: Resize};\nexport const DragAndDropService: ValueProvider = { provide: 'ScheduleDragAndDrop', useValue: DragAndDrop};\nexport const ExcelExportService: ValueProvider = { provide: 'ScheduleExcelExport', useValue: ExcelExport};\nexport const ICalendarExportService: ValueProvider = { provide: 'ScheduleICalendarExport', useValue: ICalendarExport};\nexport const ICalendarImportService: ValueProvider = { provide: 'ScheduleICalendarImport', useValue: ICalendarImport};\nexport const PrintService: ValueProvider = { provide: 'SchedulePrint', useValue: Print};\n\n/**\n * NgModule definition for the Schedule component with providers.\n */\n@NgModule({\n imports: [CommonModule, ScheduleModule],\n exports: [\n ScheduleModule\n ],\n providers:[\n DayService,\n WeekService,\n WorkWeekService,\n MonthService,\n YearService,\n AgendaService,\n MonthAgendaService,\n TimelineViewsService,\n TimelineMonthService,\n TimelineYearService,\n ResizeService,\n DragAndDropService,\n ExcelExportService,\n ICalendarExportService,\n ICalendarImportService,\n PrintService\n ]\n})\nexport class ScheduleAllModule { }","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { RecurrenceEditor } from '@syncfusion/ej2-schedule';\n\n\n\nexport const inputs: string[] = ['calendarMode','cssClass','dateFormat','enablePersistence','enableRtl','firstDayOfWeek','frequencies','locale','maxDate','minDate','selectedType','startDate','value'];\nexport const outputs: string[] = ['change'];\nexport const twoWays: string[] = [];\n\n/**\n * `ejs-recurrenceeditor` represents the Angular RecurrenceEditor Component.\n * ```html\n * <ejs-recurrenceeditor></ejs-recurrenceeditor>\n * ```\n */\n@Component({\n selector: 'ejs-recurrenceeditor',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n})\n@ComponentMixins([ComponentBase])\nexport class RecurrenceEditorComponent extends RecurrenceEditor implements IComponentBase {\n public context : any;\n public tagObjects: any;\n\tpublic change: any;\n\n\n\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n\n public ngOnInit() {\n this.context.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n \n this.context.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RecurrenceEditorComponent } from './recurrenceeditor.component';\n\n/**\n * NgModule definition for the RecurrenceEditor component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n RecurrenceEditorComponent\n ],\n exports: [\n RecurrenceEditorComponent\n ]\n})\nexport class RecurrenceEditorModule { }","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RecurrenceEditorComponent } from './recurrenceeditor.component';\nimport { RecurrenceEditorModule } from './recurrenceeditor.module';\n\n\n\n\n\n/**\n * NgModule definition for the RecurrenceEditor component with providers.\n */\n@NgModule({\n imports: [CommonModule, RecurrenceEditorModule],\n exports: [\n RecurrenceEditorModule\n ],\n providers:[\n \n ]\n})\nexport class RecurrenceEditorAllModule { }","// Mapping root file for package generation\nexport * from './src/index';","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":["input","outputs","inputs","twoWays"],"mappings":";;;;;;;;AAKA,IAAIA,OAAK,GAAa,CAAC,uBAAuB,EAAE,oBAAoB,EAAE,cAAc,EAAE,YAAY,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,aAAa,EAAE,aAAa,EAAE,SAAS,EAAE,eAAe,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,OAAO,EAAE,sBAAsB,EAAE,YAAY,EAAE,UAAU,EAAE,YAAY,EAAE,qBAAqB,EAAE,aAAa,EAAE,eAAe,EAAE,QAAQ,EAAE,aAAa,EAAE,UAAU,EAAE,wBAAwB,EAAE,gBAAgB,EAAE,aAAa,EAAE,WAAW,EAAE,YAAY,EAAE,WAAW,EAAE,UAAU,CAAC,CAAC;AACxhB,IAAIC,SAAO,GAAa,EAAE,CAAC;AAC3B;;;;;;;;;;;AAWG;AASG,MAAO,aAAc,SAAQ,WAA0B,CAAA;AA0PzD,IAAA,WAAA,CAAoB,gBAAiC,EAAA;AACjD,QAAA,KAAK,EAAE,CAAC;QADQ,IAAgB,CAAA,gBAAA,GAAhB,gBAAgB,CAAiB;QAEjD,QAAQ,CAAC,iBAAiB,EAAE,IAAI,EAAE,IAAI,CAAC,gBAAgB,CAAC,CAAC;AACzD,QAAA,IAAI,CAAC,cAAc,CAACA,SAAO,CAAC,CAAC;AAC7B,QAAA,IAAI,CAAC,iBAAiB,GAAGD,OAAK,CAAC;KAClC;;0GA/PQ,aAAa,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;8FAAb,aAAa,EAAA,QAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,EAAA,qBAAA,EAAA,uBAAA,EAAA,kBAAA,EAAA,oBAAA,EAAA,YAAA,EAAA,cAAA,EAAA,UAAA,EAAA,YAAA,EAAA,kBAAA,EAAA,oBAAA,EAAA,iBAAA,EAAA,mBAAA,EAAA,iBAAA,EAAA,mBAAA,EAAA,WAAA,EAAA,aAAA,EAAA,WAAA,EAAA,aAAA,EAAA,OAAA,EAAA,SAAA,EAAA,aAAA,EAAA,eAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,gBAAA,EAAA,kBAAA,EAAA,KAAA,EAAA,OAAA,EAAA,oBAAA,EAAA,sBAAA,EAAA,UAAA,EAAA,YAAA,EAAA,QAAA,EAAA,UAAA,EAAA,UAAA,EAAA,YAAA,EAAA,mBAAA,EAAA,qBAAA,EAAA,WAAA,EAAA,aAAA,EAAA,aAAA,EAAA,eAAA,EAAA,MAAA,EAAA,QAAA,EAAA,WAAA,EAAA,aAAA,EAAA,QAAA,EAAA,UAAA,EAAA,sBAAA,EAAA,wBAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,WAAA,EAAA,aAAA,EAAA,SAAA,EAAA,WAAA,EAAA,UAAA,EAAA,YAAA,EAAA,SAAA,EAAA,WAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,OAAA,EAAA,CAAA,EAAA,YAAA,EAAA,oBAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,EAAA,YAAA,EAAA,mBAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,EAAA,YAAA,EAAA,mBAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,EAAA,YAAA,EAAA,oBAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,EAAA,YAAA,EAAA,cAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA,cAAA,CAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,EAAA,YAAA,EAAA,eAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA,eAAA,CAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,EAAA,YAAA,EAAA,qBAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA,qBAAA,CAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,EAAA,YAAA,EAAA,wBAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA,wBAAA,CAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,EAAA,YAAA,EAAA,sBAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA,sBAAA,CAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,EAAA,YAAA,EAAA,6BAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA,4BAAA,CAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,EAAA,YAAA,EAAA,6BAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA,4BAAA,CAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,EAAA,YAAA,EAAA,6BAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA,4BAAA,CAAA,EAAA,WAAA,EAAA,IAAA,EAAA,CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;AAuKtB,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AACoB,CAAA,EAAA,aAAA,CAAA,SAAA,EAAA,oBAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAO/B,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AACmB,CAAA,EAAA,aAAA,CAAA,SAAA,EAAA,mBAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAS9B,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AACmB,CAAA,EAAA,aAAA,CAAA,SAAA,EAAA,mBAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAS9B,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AACoB,CAAA,EAAA,aAAA,CAAA,SAAA,EAAA,oBAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAS/B,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AACc,CAAA,EAAA,aAAA,CAAA,SAAA,EAAA,cAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAUzB,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AACe,CAAA,EAAA,aAAA,CAAA,SAAA,EAAA,eAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAS1B,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AACqB,CAAA,EAAA,aAAA,CAAA,SAAA,EAAA,qBAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAUhC,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AACwB,CAAA,EAAA,aAAA,CAAA,SAAA,EAAA,wBAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AASnC,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AACsB,CAAA,EAAA,aAAA,CAAA,SAAA,EAAA,sBAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAGjC,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AAC6B,CAAA,EAAA,aAAA,CAAA,SAAA,EAAA,6BAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAGxC,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AAC6B,CAAA,EAAA,aAAA,CAAA,SAAA,EAAA,6BAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAGxC,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AAC6B,CAAA,EAAA,aAAA,CAAA,SAAA,EAAA,6BAAA,EAAA,KAAA,CAAA,CAAA,CAAA;2FAxP/B,aAAa,EAAA,UAAA,EAAA,CAAA;kBARzB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,gBAAgB;AAC1B,oBAAA,MAAM,EAAEA,OAAK;AACb,oBAAA,OAAO,EAAEC,SAAO;AAChB,oBAAA,OAAO,EAAE,EAER;AACJ,iBAAA,CAAA;uGAwKU,kBAAkB,EAAA,CAAA;sBAFxB,YAAY;uBAAC,oBAAoB,CAAA;gBAS3B,iBAAiB,EAAA,CAAA;sBAFvB,YAAY;uBAAC,mBAAmB,CAAA;gBAW1B,iBAAiB,EAAA,CAAA;sBAFvB,YAAY;uBAAC,mBAAmB,CAAA;gBAW1B,kBAAkB,EAAA,CAAA;sBAFxB,YAAY;uBAAC,oBAAoB,CAAA;gBAW3B,YAAY,EAAA,CAAA;sBAFlB,YAAY;uBAAC,cAAc,CAAA;gBAYrB,aAAa,EAAA,CAAA;sBAFnB,YAAY;uBAAC,eAAe,CAAA;gBAWtB,mBAAmB,EAAA,CAAA;sBAFzB,YAAY;uBAAC,qBAAqB,CAAA;gBAY5B,sBAAsB,EAAA,CAAA;sBAF5B,YAAY;uBAAC,wBAAwB,CAAA;gBAW/B,oBAAoB,EAAA,CAAA;sBAF1B,YAAY;uBAAC,sBAAsB,CAAA;gBAK7B,2BAA2B,EAAA,CAAA;sBAFjC,YAAY;uBAAC,4BAA4B,CAAA;gBAKnC,2BAA2B,EAAA,CAAA;sBAFjC,YAAY;uBAAC,4BAA4B,CAAA;gBAKnC,2BAA2B,EAAA,CAAA;sBAFjC,YAAY;uBAAC,4BAA4B,CAAA;;AAY9C;;;AAGG;AAOG,MAAO,cAAe,SAAQ,SAAyB,CAAA;AACzD,IAAA,WAAA,GAAA;QACI,KAAK,CAAC,OAAO,CAAC,CAAC;KAClB;;2GAHQ,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAd,cAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,cAAc,qFAHW,aAAa,EAAA,CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;2FAGtC,cAAc,EAAA,UAAA,EAAA,CAAA;kBAN1B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,sBAAsB;AAChC,oBAAA,OAAO,EAAE;AACL,wBAAA,QAAQ,EAAE,IAAI,eAAe,CAAC,aAAa,CAAC;AAC/C,qBAAA;AACJ,iBAAA,CAAA;;;ACjSD,IAAID,OAAK,GAAa,CAAC,eAAe,EAAE,YAAY,EAAE,eAAe,EAAE,YAAY,EAAE,cAAc,EAAE,eAAe,EAAE,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,gBAAgB,EAAE,WAAW,EAAE,OAAO,EAAE,eAAe,CAAC,CAAC;AACpO,IAAIC,SAAO,GAAa,EAAE,CAAC;AAC3B;;;;;;;;;;;AAWG;AASG,MAAO,iBAAkB,SAAQ,WAA8B,CAAA;AA0FjE,IAAA,WAAA,CAAoB,gBAAiC,EAAA;AACjD,QAAA,KAAK,EAAE,CAAC;QADQ,IAAgB,CAAA,gBAAA,GAAhB,gBAAgB,CAAiB;QAEjD,QAAQ,CAAC,iBAAiB,EAAE,IAAI,EAAE,IAAI,CAAC,gBAAgB,CAAC,CAAC;AACzD,QAAA,IAAI,CAAC,cAAc,CAACA,SAAO,CAAC,CAAC;AAC7B,QAAA,IAAI,CAAC,iBAAiB,GAAGD,OAAK,CAAC;KAClC;;8GA/FQ,iBAAiB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAjB,iBAAiB,EAAA,QAAA,EAAA,wBAAA,EAAA,MAAA,EAAA,EAAA,aAAA,EAAA,eAAA,EAAA,UAAA,EAAA,YAAA,EAAA,aAAA,EAAA,eAAA,EAAA,UAAA,EAAA,YAAA,EAAA,YAAA,EAAA,cAAA,EAAA,aAAA,EAAA,eAAA,EAAA,KAAA,EAAA,OAAA,EAAA,YAAA,EAAA,cAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,MAAA,EAAA,KAAA,EAAA,OAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,SAAA,EAAA,WAAA,EAAA,KAAA,EAAA,OAAA,EAAA,aAAA,EAAA,eAAA,EAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;2FAAjB,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAR7B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,wBAAwB;AAClC,oBAAA,MAAM,EAAEA,OAAK;AACb,oBAAA,OAAO,EAAEC,SAAO;AAChB,oBAAA,OAAO,EAAE,EAER;AACJ,iBAAA,CAAA;;AAmGD;;;AAGG;AAOG,MAAO,kBAAmB,SAAQ,SAA6B,CAAA;AACjE,IAAA,WAAA,GAAA;QACI,KAAK,CAAC,WAAW,CAAC,CAAC;KACtB;;+GAHQ,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAlB,kBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,kBAAkB,yFAHO,iBAAiB,EAAA,CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;2FAG1C,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAN9B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,0BAA0B;AACpC,oBAAA,OAAO,EAAE;AACL,wBAAA,QAAQ,EAAE,IAAI,eAAe,CAAC,iBAAiB,CAAC;AACnD,qBAAA;AACJ,iBAAA,CAAA;;;ACjID,IAAI,KAAK,GAAa,CAAC,QAAQ,EAAE,UAAU,CAAC,CAAC;AAC7C,IAAIA,SAAO,GAAa,EAAE,CAAC;AAC3B;;;;;;;;;;;AAWG;AASG,MAAO,kBAAmB,SAAQ,WAA+B,CAAA;AAyBnE,IAAA,WAAA,CAAoB,gBAAiC,EAAA;AACjD,QAAA,KAAK,EAAE,CAAC;QADQ,IAAgB,CAAA,gBAAA,GAAhB,gBAAgB,CAAiB;QAEjD,QAAQ,CAAC,iBAAiB,EAAE,IAAI,EAAE,IAAI,CAAC,gBAAgB,CAAC,CAAC;AACzD,QAAA,IAAI,CAAC,cAAc,CAACA,SAAO,CAAC,CAAC;AAC7B,QAAA,IAAI,CAAC,iBAAiB,GAAG,KAAK,CAAC;KAClC;;+GA9BQ,kBAAkB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAlB,kBAAkB,EAAA,QAAA,EAAA,4BAAA,EAAA,MAAA,EAAA,EAAA,MAAA,EAAA,QAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,OAAA,EAAA,CAAA,EAAA,YAAA,EAAA,UAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA,UAAA,CAAA,EAAA,WAAA,EAAA,IAAA,EAAA,CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;AAuB3B,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AACU,CAAA,EAAA,kBAAA,CAAA,SAAA,EAAA,UAAA,EAAA,KAAA,CAAA,CAAA,CAAA;2FAvBZ,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAR9B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,4BAA4B;AACtC,oBAAA,MAAM,EAAE,KAAK;AACb,oBAAA,OAAO,EAAEA,SAAO;AAChB,oBAAA,OAAO,EAAE,EAER;AACJ,iBAAA,CAAA;uGAwBU,QAAQ,EAAA,CAAA;sBAFd,YAAY;uBAAC,UAAU,CAAA;;AAY5B;;;AAGG;AAOG,MAAO,mBAAoB,SAAQ,SAA8B,CAAA;AACnE,IAAA,WAAA,GAAA;QACI,KAAK,CAAC,YAAY,CAAC,CAAC;KACvB;;gHAHQ,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAnB,mBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,mBAAmB,2FAHM,kBAAkB,EAAA,CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;2FAG3C,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAN/B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,4BAA4B;AACtC,oBAAA,OAAO,EAAE;AACL,wBAAA,QAAQ,EAAE,IAAI,eAAe,CAAC,kBAAkB,CAAC;AACpD,qBAAA;AACJ,iBAAA,CAAA;;;AC7DM,MAAMC,QAAM,GAAa,CAAC,iBAAiB,EAAC,kBAAkB,EAAC,aAAa,EAAC,0BAA0B,EAAC,yBAAyB,EAAC,gBAAgB,EAAC,wBAAwB,EAAC,eAAe,EAAC,cAAc,EAAC,cAAc,EAAC,oBAAoB,EAAC,cAAc,EAAC,UAAU,EAAC,aAAa,EAAC,YAAY,EAAC,oBAAoB,EAAC,mBAAmB,EAAC,mBAAmB,EAAC,gBAAgB,EAAC,kBAAkB,EAAC,oBAAoB,EAAC,qBAAqB,EAAC,mBAAmB,EAAC,4BAA4B,EAAC,WAAW,EAAC,SAAS,EAAC,eAAe,EAAC,eAAe,EAAC,gBAAgB,EAAC,kBAAkB,EAAC,OAAO,EAAC,sBAAsB,EAAC,YAAY,EAAC,QAAQ,EAAC,qBAAqB,EAAC,QAAQ,EAAC,SAAS,EAAC,SAAS,EAAC,qBAAqB,EAAC,aAAa,EAAC,yBAAyB,EAAC,oBAAoB,EAAC,UAAU,EAAC,wBAAwB,EAAC,WAAW,EAAC,eAAe,EAAC,cAAc,EAAC,eAAe,EAAC,eAAe,EAAC,mBAAmB,EAAC,gBAAgB,EAAC,aAAa,EAAC,WAAW,EAAC,YAAY,EAAC,WAAW,EAAC,UAAU,EAAC,oBAAoB,EAAC,OAAO,EAAC,UAAU,EAAC,OAAO,EAAC,UAAU,EAAC,WAAW,CAAC,CAAC;AAChhC,MAAMD,SAAO,GAAa,CAAC,aAAa,EAAC,gBAAgB,EAAC,eAAe,EAAC,WAAW,EAAC,iBAAiB,EAAC,SAAS,EAAC,aAAa,EAAC,WAAW,EAAC,WAAW,EAAC,MAAM,EAAC,WAAW,EAAC,UAAU,EAAC,YAAY,EAAC,eAAe,EAAC,OAAO,EAAC,iBAAiB,EAAC,YAAY,EAAC,YAAY,EAAC,WAAW,EAAC,YAAY,EAAC,aAAa,EAAC,YAAY,EAAC,UAAU,EAAC,QAAQ,EAAC,mBAAmB,EAAC,oBAAoB,CAAC,CAAC;AACzX,MAAME,SAAO,GAAa,CAAC,aAAa,EAAE,cAAc,CAAC,CAAC;AAEjE;;;;;AAKG;IAcU,iBAAiB,GAAA,MAAjB,iBAAkB,SAAQ,QAAQ,CAAA;AAsK3C,IAAA,WAAA,CAAoB,KAAiB,EAAU,SAAoB,EAAU,gBAAiC,EAAU,QAAkB,EAAA;AACtI,QAAA,KAAK,EAAE,CAAC;QADQ,IAAK,CAAA,KAAA,GAAL,KAAK,CAAY;QAAU,IAAS,CAAA,SAAA,GAAT,SAAS,CAAW;QAAU,IAAgB,CAAA,gBAAA,GAAhB,gBAAgB,CAAiB;QAAU,IAAQ,CAAA,QAAA,GAAR,QAAQ,CAAU;QAtInI,IAAI,CAAA,IAAA,GAAa,CAAC,OAAO,EAAE,WAAW,EAAE,YAAY,CAAC,CAAC;QAwIzD,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC;QACxC,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC,eAAe,IAAI,EAAE,CAAC;QAClD,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;YAC3C,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;AACzC,gBAAA,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACjC,aAAA;AACJ,SAAA;AAAC,QAAA,MAAM,GAAG;QAEf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;YAC5C,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;AACzC,gBAAA,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACjC,aAAA;AACJ,SAAA;AAAC,QAAA,MAAM,GAAG;QAEf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,kBAAkB,CAAC,CAAC;YAChD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;AACzC,gBAAA,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACjC,aAAA;AACJ,SAAA;AAAC,QAAA,MAAM,GAAG;QAEf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC;YAC7C,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;AACzC,gBAAA,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACjC,aAAA;AACJ,SAAA;AAAC,QAAA,MAAM,GAAG;QAEf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;YAC5C,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;AACzC,gBAAA,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACjC,aAAA;AACJ,SAAA;AAAC,QAAA,MAAM,GAAG;QAEf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,gBAAgB,CAAC,CAAC;YAC9C,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;AACzC,gBAAA,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACjC,aAAA;AACJ,SAAA;AAAC,QAAA,MAAM,GAAG;QAEf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,qBAAqB,CAAC,CAAC;YACnD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;AACzC,gBAAA,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACjC,aAAA;AACJ,SAAA;AAAC,QAAA,MAAM,GAAG;QAEf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,uBAAuB,CAAC,CAAC;YACrD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;AACzC,gBAAA,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACjC,aAAA;AACJ,SAAA;AAAC,QAAA,MAAM,GAAG;QAEf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,uBAAuB,CAAC,CAAC;YACrD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;AACzC,gBAAA,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACjC,aAAA;AACJ,SAAA;AAAC,QAAA,MAAM,GAAG;QAEf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,sBAAsB,CAAC,CAAC;YACpD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;AACzC,gBAAA,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACjC,aAAA;AACJ,SAAA;AAAC,QAAA,MAAM,GAAG;QAEf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,gBAAgB,CAAC,CAAC;YAC9C,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;AACzC,gBAAA,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACjC,aAAA;AACJ,SAAA;AAAC,QAAA,MAAM,GAAG;QAEf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,qBAAqB,CAAC,CAAC;YACnD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;AACzC,gBAAA,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACjC,aAAA;AACJ,SAAA;AAAC,QAAA,MAAM,GAAG;QAEf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,qBAAqB,CAAC,CAAC;YACnD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;AACzC,gBAAA,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACjC,aAAA;AACJ,SAAA;AAAC,QAAA,MAAM,GAAG;QAEf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,yBAAyB,CAAC,CAAC;YACvD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;AACzC,gBAAA,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACjC,aAAA;AACJ,SAAA;AAAC,QAAA,MAAM,GAAG;QAEf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,yBAAyB,CAAC,CAAC;YACvD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;AACzC,gBAAA,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACjC,aAAA;AACJ,SAAA;AAAC,QAAA,MAAM,GAAG;QAEf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC;YAC7C,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;AACzC,gBAAA,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACjC,aAAA;AACJ,SAAA;AAAC,QAAA,MAAM,GAAG;AAEf,QAAA,IAAI,CAAC,cAAc,CAACF,SAAO,CAAC,CAAC;QAC7B,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,EAAEE,SAAO,CAAC,CAAC;QACnC,QAAQ,CAAC,iBAAiB,EAAE,IAAI,EAAE,IAAI,CAAC,gBAAgB,CAAC,CAAC;AACzD,QAAA,IAAI,CAAC,OAAO,GAAI,IAAI,aAAa,EAAE,CAAC;KACvC;IAEM,QAAQ,GAAA;AACX,QAAA,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;KAC/B;IAEM,eAAe,GAAA;AAClB,QAAA,IAAI,CAAC,OAAO,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;KACtC;IAEM,WAAW,GAAA;AACd,QAAA,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;KAClC;IAEM,qBAAqB,GAAA;QACxB,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,QAAQ,GAAG,IAAI,CAAC,UAAU,CAAC;QAEjD,IAAI,IAAI,CAAC,cAAc,EAAE;YAClB,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,QAAQ,GAAG,IAAI,CAAC,cAAc,CAAC;AACrD,SAAA;QAEJ,IAAI,IAAI,CAAC,eAAe,EAAE;YACnB,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,QAAQ,GAAG,IAAI,CAAC,eAAe,CAAC;AACtD,SAAA;AACD,QAAA,IAAI,CAAC,OAAO,CAAC,qBAAqB,CAAC,IAAI,CAAC,CAAC;KAC5C;EAIJ;8GA3TY,iBAAiB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,SAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,QAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAjB,iBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,iBAAiB,kqJANO,cAAc,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,EAAA,YAAA,EAAA,gBAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EACV,kBAAkB,EACjB,WAAA,EAAA,IAAA,EAAA,EAAA,EAAA,YAAA,EAAA,iBAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,mBAAmB,uEAL/C,EAAE,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;AAoDZ,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AACoB,CAAA,EAAA,iBAAA,CAAA,SAAA,EAAA,oBAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAO/B,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AACmB,CAAA,EAAA,iBAAA,CAAA,SAAA,EAAA,mBAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAW9B,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AACmB,CAAA,EAAA,iBAAA,CAAA,SAAA,EAAA,mBAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAiB9B,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AACc,CAAA,EAAA,iBAAA,CAAA,SAAA,EAAA,cAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAWzB,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AACoB,CAAA,EAAA,iBAAA,CAAA,SAAA,EAAA,oBAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAG/B,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AAC+B,CAAA,EAAA,iBAAA,CAAA,SAAA,EAAA,+BAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAG1C,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AACwB,CAAA,EAAA,iBAAA,CAAA,SAAA,EAAA,wBAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAWnC,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AACgB,CAAA,EAAA,iBAAA,CAAA,SAAA,EAAA,gBAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAW3B,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AACqB,CAAA,EAAA,iBAAA,CAAA,SAAA,EAAA,qBAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAGhC,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AAC6B,CAAA,EAAA,iBAAA,CAAA,SAAA,EAAA,6BAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAGxC,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AAC6B,CAAA,EAAA,iBAAA,CAAA,SAAA,EAAA,6BAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAgBxC,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AACwB,CAAA,EAAA,iBAAA,CAAA,SAAA,EAAA,wBAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAanC,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AACsB,CAAA,EAAA,iBAAA,CAAA,SAAA,EAAA,sBAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAGjC,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AAC2B,CAAA,EAAA,iBAAA,CAAA,SAAA,EAAA,2BAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAGtC,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AAC4B,CAAA,EAAA,iBAAA,CAAA,SAAA,EAAA,4BAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAGvC,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AAC2B,CAAA,EAAA,iBAAA,CAAA,SAAA,EAAA,2BAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAGtC,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AAC6B,CAAA,EAAA,iBAAA,CAAA,SAAA,EAAA,6BAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AApK/B,iBAAiB,GAAA,UAAA,CAAA;AAD7B,IAAA,eAAe,CAAC,CAAC,aAAa,CAAC,CAAC;AACpB,CAAA,EAAA,iBAAiB,CA2T7B,CAAA;2FA3TY,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAb7B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,cAAc;AACxB,oBAAA,MAAM,EAAED,QAAM;AACd,oBAAA,OAAO,EAAED,SAAO;AAChB,oBAAA,QAAQ,EAAE,EAAE;oBACZ,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,OAAO,EAAE;AACL,wBAAA,UAAU,EAAE,IAAI,YAAY,CAAC,cAAc,CAAC;AAC5C,wBAAA,cAAc,EAAE,IAAI,YAAY,CAAC,kBAAkB,CAAC;AACpD,wBAAA,eAAe,EAAE,IAAI,YAAY,CAAC,mBAAmB,CAAC;AACzD,qBAAA;AACJ,iBAAA,CAAA;+KA6CU,kBAAkB,EAAA,CAAA;sBAFxB,YAAY;uBAAC,oBAAoB,CAAA;gBAS3B,iBAAiB,EAAA,CAAA;sBAFvB,YAAY;uBAAC,mBAAmB,CAAA;gBAa1B,iBAAiB,EAAA,CAAA;sBAFvB,YAAY;uBAAC,mBAAmB,CAAA;gBAmB1B,YAAY,EAAA,CAAA;sBAFlB,YAAY;uBAAC,cAAc,CAAA;gBAarB,kBAAkB,EAAA,CAAA;sBAFxB,YAAY;uBAAC,oBAAoB,CAAA;gBAK3B,6BAA6B,EAAA,CAAA;sBAFnC,YAAY;uBAAC,8BAA8B,CAAA;gBAKrC,sBAAsB,EAAA,CAAA;sBAF5B,YAAY;uBAAC,uBAAuB,CAAA;gBAa9B,cAAc,EAAA,CAAA;sBAFpB,YAAY;uBAAC,gBAAgB,CAAA;gBAavB,mBAAmB,EAAA,CAAA;sBAFzB,YAAY;uBAAC,qBAAqB,CAAA;gBAK5B,2BAA2B,EAAA,CAAA;sBAFjC,YAAY;uBAAC,4BAA4B,CAAA;gBAKnC,2BAA2B,EAAA,CAAA;sBAFjC,YAAY;uBAAC,4BAA4B,CAAA;gBAkBnC,sBAAsB,EAAA,CAAA;sBAF5B,YAAY;uBAAC,wBAAwB,CAAA;gBAe/B,oBAAoB,EAAA,CAAA;sBAF1B,YAAY;uBAAC,sBAAsB,CAAA;gBAK7B,yBAAyB,EAAA,CAAA;sBAF/B,YAAY;uBAAC,0BAA0B,CAAA;gBAKjC,0BAA0B,EAAA,CAAA;sBAFhC,YAAY;uBAAC,2BAA2B,CAAA;gBAKlC,yBAAyB,EAAA,CAAA;sBAF/B,YAAY;uBAAC,0BAA0B,CAAA;gBAKjC,2BAA2B,EAAA,CAAA;sBAFjC,YAAY;uBAAC,4BAA4B,CAAA;;;AC1L9C;;AAEG;MAsBU,cAAc,CAAA;;2GAAd,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAd,cAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,cAAc,iBAlBnB,iBAAiB;QACjB,aAAa;QACb,cAAc;QACd,iBAAiB;QACjB,kBAAkB;QAClB,kBAAkB;QAClB,mBAAmB,CAAA,EAAA,OAAA,EAAA,CARb,YAAY,CAAA,EAAA,OAAA,EAAA,CAWlB,iBAAiB;QACjB,aAAa;QACb,cAAc;QACd,iBAAiB;QACjB,kBAAkB;QAClB,kBAAkB;QAClB,mBAAmB,CAAA,EAAA,CAAA,CAAA;4GAGd,cAAc,EAAA,OAAA,EAAA,CApBd,CAAC,YAAY,CAAC,CAAA,EAAA,CAAA,CAAA;2FAoBd,cAAc,EAAA,UAAA,EAAA,CAAA;kBArB1B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACN,OAAO,EAAE,CAAC,YAAY,CAAC;AACvB,oBAAA,YAAY,EAAE;wBACV,iBAAiB;wBACjB,aAAa;wBACb,cAAc;wBACd,iBAAiB;wBACjB,kBAAkB;wBAClB,kBAAkB;wBAClB,mBAAmB;AACtB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACL,iBAAiB;wBACjB,aAAa;wBACb,cAAc;wBACd,iBAAiB;wBACjB,kBAAkB;wBAClB,kBAAkB;wBAClB,mBAAmB;AACtB,qBAAA;AACJ,iBAAA,CAAA;;;ACpBM,MAAM,UAAU,GAAkB,EAAE,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,GAAG,GAAE;AAC3E,MAAM,WAAW,GAAkB,EAAE,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,IAAI,GAAE;AAC9E,MAAM,eAAe,GAAkB,EAAE,OAAO,EAAE,kBAAkB,EAAE,QAAQ,EAAE,QAAQ,GAAE;AAC1F,MAAM,YAAY,GAAkB,EAAE,OAAO,EAAE,eAAe,EAAE,QAAQ,EAAE,KAAK,GAAE;AACjF,MAAM,WAAW,GAAkB,EAAE,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,IAAI,GAAE;AAC9E,MAAM,aAAa,GAAkB,EAAE,OAAO,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,GAAE;AACpF,MAAM,kBAAkB,GAAkB,EAAE,OAAO,EAAE,qBAAqB,EAAE,QAAQ,EAAE,WAAW,GAAE;AACnG,MAAM,oBAAoB,GAAkB,EAAE,OAAO,EAAE,uBAAuB,EAAE,QAAQ,EAAE,aAAa,GAAE;AACzG,MAAM,oBAAoB,GAAkB,EAAE,OAAO,EAAE,uBAAuB,EAAE,QAAQ,EAAE,aAAa,GAAE;AACzG,MAAM,mBAAmB,GAAkB,EAAE,OAAO,EAAE,sBAAsB,EAAE,QAAQ,EAAE,YAAY,GAAE;AACtG,MAAM,aAAa,GAAkB,EAAE,OAAO,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,GAAE;AACpF,MAAM,kBAAkB,GAAkB,EAAE,OAAO,EAAE,qBAAqB,EAAE,QAAQ,EAAE,WAAW,GAAE;AACnG,MAAM,kBAAkB,GAAkB,EAAE,OAAO,EAAE,qBAAqB,EAAE,QAAQ,EAAE,WAAW,GAAE;AACnG,MAAM,sBAAsB,GAAkB,EAAE,OAAO,EAAE,yBAAyB,EAAE,QAAQ,EAAE,eAAe,GAAE;AAC/G,MAAM,sBAAsB,GAAkB,EAAE,OAAO,EAAE,yBAAyB,EAAE,QAAQ,EAAE,eAAe,GAAE;AAC/G,MAAM,YAAY,GAAkB,EAAE,OAAO,EAAE,eAAe,EAAE,QAAQ,EAAE,KAAK,GAAE;AAExF;;AAEG;MAyBU,iBAAiB,CAAA;;8GAAjB,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAjB,iBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,iBAAiB,EAvBhB,OAAA,EAAA,CAAA,YAAY,EAAE,cAAc,aAElC,cAAc,CAAA,EAAA,CAAA,CAAA;AAqBT,iBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,iBAAiB,EAnBhB,SAAA,EAAA;QACN,UAAU;QACV,WAAW;QACX,eAAe;QACf,YAAY;QACZ,WAAW;QACX,aAAa;QACb,kBAAkB;QAClB,oBAAoB;QACpB,oBAAoB;QACpB,mBAAmB;QACnB,aAAa;QACb,kBAAkB;QAClB,kBAAkB;QAClB,sBAAsB;QACtB,sBAAsB;QACtB,YAAY;AACf,KAAA,EAAA,OAAA,EAAA,CArBQ,CAAC,YAAY,EAAE,cAAc,CAAC,EAEnC,cAAc,CAAA,EAAA,CAAA,CAAA;2FAqBT,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAxB7B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACN,oBAAA,OAAO,EAAE,CAAC,YAAY,EAAE,cAAc,CAAC;AACvC,oBAAA,OAAO,EAAE;wBACL,cAAc;AACjB,qBAAA;AACD,oBAAA,SAAS,EAAC;wBACN,UAAU;wBACV,WAAW;wBACX,eAAe;wBACf,YAAY;wBACZ,WAAW;wBACX,aAAa;wBACb,kBAAkB;wBAClB,oBAAoB;wBACpB,oBAAoB;wBACpB,mBAAmB;wBACnB,aAAa;wBACb,kBAAkB;wBAClB,kBAAkB;wBAClB,sBAAsB;wBACtB,sBAAsB;wBACtB,YAAY;AACf,qBAAA;AACJ,iBAAA,CAAA;;;AC/CM,MAAM,MAAM,GAAa,CAAC,cAAc,EAAC,UAAU,EAAC,YAAY,EAAC,mBAAmB,EAAC,WAAW,EAAC,gBAAgB,EAAC,aAAa,EAAC,QAAQ,EAAC,SAAS,EAAC,SAAS,EAAC,cAAc,EAAC,WAAW,EAAC,OAAO,CAAC,CAAC;AACjM,MAAM,OAAO,GAAa,CAAC,QAAQ,CAAC,CAAC;AACrC,MAAM,OAAO,GAAa,EAAE,CAAC;AAEpC;;;;;AAKG;IAYU,yBAAyB,GAAA,MAAzB,yBAA0B,SAAQ,gBAAgB,CAAA;AAO3D,IAAA,WAAA,CAAoB,KAAiB,EAAU,SAAoB,EAAU,gBAAiC,EAAU,QAAkB,EAAA;AACtI,QAAA,KAAK,EAAE,CAAC;QADQ,IAAK,CAAA,KAAA,GAAL,KAAK,CAAY;QAAU,IAAS,CAAA,SAAA,GAAT,SAAS,CAAW;QAAU,IAAgB,CAAA,gBAAA,GAAhB,gBAAgB,CAAiB;QAAU,IAAQ,CAAA,QAAA,GAAR,QAAQ,CAAU;QAEtI,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC;QACxC,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC,eAAe,IAAI,EAAE,CAAC;AAElD,QAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;QAC7B,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;QACnC,QAAQ,CAAC,iBAAiB,EAAE,IAAI,EAAE,IAAI,CAAC,gBAAgB,CAAC,CAAC;AACzD,QAAA,IAAI,CAAC,OAAO,GAAI,IAAI,aAAa,EAAE,CAAC;KACvC;IAEM,QAAQ,GAAA;AACX,QAAA,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;KAC/B;IAEM,eAAe,GAAA;AAClB,QAAA,IAAI,CAAC,OAAO,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;KACtC;IAEM,WAAW,GAAA;AACd,QAAA,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;KAClC;IAEM,qBAAqB,GAAA;AAExB,QAAA,IAAI,CAAC,OAAO,CAAC,qBAAqB,CAAC,IAAI,CAAC,CAAC;KAC5C;EAIJ;sHArCY,yBAAyB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,SAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,QAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAzB,yBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,yBAAyB,0cAPxB,EAAE,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;AAOH,yBAAyB,GAAA,UAAA,CAAA;AADrC,IAAA,eAAe,CAAC,CAAC,aAAa,CAAC,CAAC;AACpB,CAAA,EAAA,yBAAyB,CAqCrC,CAAA;2FArCY,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBAXrC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,sBAAsB;AAChC,oBAAA,MAAM,EAAE,MAAM;AACd,oBAAA,OAAO,EAAE,OAAO;AAChB,oBAAA,QAAQ,EAAE,EAAE;oBACZ,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,OAAO,EAAE,EAER;AACJ,iBAAA,CAAA;;;ACrBD;;AAEG;MAUU,sBAAsB,CAAA;;mHAAtB,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAtB,sBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,sBAAsB,EAN3B,YAAA,EAAA,CAAA,yBAAyB,CAFnB,EAAA,OAAA,EAAA,CAAA,YAAY,aAKlB,yBAAyB,CAAA,EAAA,CAAA,CAAA;oHAGpB,sBAAsB,EAAA,OAAA,EAAA,CARtB,CAAC,YAAY,CAAC,CAAA,EAAA,CAAA,CAAA;2FAQd,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBATlC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACN,OAAO,EAAE,CAAC,YAAY,CAAC;AACvB,oBAAA,YAAY,EAAE;wBACV,yBAAyB;AAC5B,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACL,yBAAyB;AAC5B,qBAAA;AACJ,iBAAA,CAAA;;;ACND;;AAEG;MAUU,yBAAyB,CAAA;;sHAAzB,yBAAyB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAzB,yBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,yBAAyB,EARxB,OAAA,EAAA,CAAA,YAAY,EAAE,sBAAsB,aAE1C,sBAAsB,CAAA,EAAA,CAAA,CAAA;uHAMjB,yBAAyB,EAAA,SAAA,EAJxB,EAET,EANQ,OAAA,EAAA,CAAA,CAAC,YAAY,EAAE,sBAAsB,CAAC,EAE3C,sBAAsB,CAAA,EAAA,CAAA,CAAA;2FAMjB,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBATrC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACN,oBAAA,OAAO,EAAE,CAAC,YAAY,EAAE,sBAAsB,CAAC;AAC/C,oBAAA,OAAO,EAAE;wBACL,sBAAsB;AACzB,qBAAA;AACD,oBAAA,SAAS,EAAC,EAET;AACJ,iBAAA,CAAA;;;ACpBD;;ACAA;;AAEG;;;;"}
1
+ {"version":3,"file":"syncfusion-ej2-angular-schedule.mjs","sources":["../../src/schedule/views.directive.ts","../../src/schedule/resources.directive.ts","../../src/schedule/headerrows.directive.ts","../../src/schedule/schedule.component.ts","../../src/schedule/schedule.module.ts","../../src/schedule/schedule-all.module.ts","../../src/recurrence-editor/recurrenceeditor.component.ts","../../src/recurrence-editor/recurrenceeditor.module.ts","../../src/recurrence-editor/recurrenceeditor-all.module.ts","../../public_api.ts","../../syncfusion-ej2-angular-schedule.ts"],"sourcesContent":["import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet input: string[] = ['allowVirtualScrolling', 'cellHeaderTemplate', 'cellTemplate', 'dateFormat', 'dateHeaderTemplate', 'dayHeaderTemplate', 'displayDate', 'displayName', 'endHour', 'eventTemplate', 'firstDayOfWeek', 'firstMonthOfYear', 'group', 'headerIndentTemplate', 'headerRows', 'interval', 'isSelected', 'monthHeaderTemplate', 'monthsCount', 'numberOfWeeks', 'option', 'orientation', 'readonly', 'resourceHeaderTemplate', 'showWeekNumber', 'showWeekend', 'startHour', 'timeFormat', 'timeScale', 'workDays'];\nlet outputs: string[] = [];\n/**\n * `e-views` directive represent a view of the Angular Schedule. \n * It must be contained in a Schedule component(`ejs-schedule`). \n * ```html\n * <ejs-schedule>\n * <e-views>\n * <e-view option='day' dateFormat='dd MMM'></e-view>\n * <e-view option='week'></e-view>\n * </e-views>\n * </ejs-schedule>\n * ```\n */\n@Directive({\n selector: 'e-views>e-view',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class ViewDirective extends ComplexBase<ViewDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * It is used to allow or disallow the virtual scrolling functionality on Agenda View. This is applicable only on Agenda view.\n * @default false\n */\n public allowVirtualScrolling: any;\n /** \n * By default, Schedule follows the date-format as per the default culture assigned to it. It is also possible to manually set \n * specific date format by using the `dateFormat` property. The format of the date range label in the header bar depends on \n * the `dateFormat` value or else based on the locale assigned to the Schedule. \n * It gets applied only to the view objects on which it is defined.\n * @default null\n */\n public dateFormat: any;\n /** \n * Specifies the starting week date at an initial rendering of month view. This property is only applicable for month view. \n * If this property value is not set, then the month view will be rendered from the first week of the month. \n * {% codeBlock src='schedule/displayDate/index.md' %}{% endcodeBlock %}\n * @default null\n */\n public displayDate: any;\n /** \n * When the same view is customized with different intervals, this property allows the user to set different display name \n * for those views.\n * @default null\n */\n public displayName: any;\n /** \n * It is used to specify the end hour, at which the Schedule ends. It too accepts the time string in a short skeleton format.\n * @default '24:00'\n */\n public endHour: any;\n /** \n * This option allows the user to set the first day of a week on Schedule. It should be based on the locale set to it and each culture \n * defines its own first day of week values. If needed, the user can set it manually on his own by defining the value through \n * this property. It usually accepts the integer values, whereby 0 is always denoted as Sunday, 1 as Monday and so on.\n * @default 0\n */\n public firstDayOfWeek: any;\n /** \n * This property helps render the year view customized months. \n * By default, it is set to `0`.\n * @default 0\n */\n public firstMonthOfYear: any;\n /** \n * Allows to set different resource grouping options on all available schedule view modes.\n * @default { byDate: false, byGroupID: true, allowGroupEdit: false, resources:[]}\n */\n public group: any;\n /** \n * Allows defining the collection of custom header rows to display the year, month, week, date and hour label as an individual row \n * on the timeline view of the scheduler.\n * @default []\n */\n public headerRows: any;\n /** \n * It accepts the number value denoting to include the number of days, weeks, workweeks or months on the defined view type.\n * @default 1\n */\n public interval: any;\n /** \n * To denote whether the view name given on the `option` is active or not. \n * It acts similar to the `currentView` property and defines the active view of Schedule.\n * @default false\n */\n public isSelected: any;\n /** \n * This option allows the user to set the number of months count to be displayed on the Schedule. \n * {% codeBlock src='schedule/monthsCount/index.md' %}{% endcodeBlock %}\n * @default 12\n * @asptype int\n */\n public monthsCount: any;\n /** \n * This property customizes the number of weeks that are shown in month view. By default, it shows all weeks in the current month. \n * Use displayDate property to customize the starting week of month. \n * {% codeBlock src='schedule/numberOfWeeks/index.md' %}{% endcodeBlock %}\n * @default 0\n * @asptype int\n */\n public numberOfWeeks: any;\n /** \n * It accepts the schedule view name, based on which we can define with its related properties in a single object. \n * The applicable view names are, \n * * Day \n * * Week \n * * WorkWeek \n * * Month \n * * Year \n * * Agenda \n * * MonthAgenda \n * * TimelineDay \n * * TimelineWeek \n * * TimelineWorkWeek \n * * TimelineMonth \n * * TimelineYear\n * @default null\n */\n public option: any;\n /** \n * It is used to specify the year view rendering orientation on the schedule. \n * The applicable orientation values are, \n * * Horizontal \n * * Vertical\n * @default 'Horizontal'\n */\n public orientation: any;\n /** \n * When set to `true`, displays a quick popup with cell or event details on single clicking over the cells or on events. \n * By default, it is set to `true`. It gets applied only to the view objects on which it is defined.\n * @default false\n */\n public readonly: any;\n /** \n * When set to `true`, displays the week number of the current view date range.\n * @default false\n */\n public showWeekNumber: any;\n /** \n * When set to `false`, it hides the weekend days of a week from the Schedule. \n * The days which are not defined in the working days collection are usually treated as weekend days. \n * Note: By default, this option is not applicable on `Work Week` view. \n * For example, if the working days are defined as [1, 2, 3, 4], then the remaining days of that week will be considered as the \n * weekend days and will be hidden on all the views.\n * @default true\n */\n public showWeekend: any;\n /** \n * It is used to specify the starting hour, from which the Schedule starts to display. \n * It accepts the time string in a short skeleton format and also, hides the time beyond the specified start time.\n * @default '00:00'\n */\n public startHour: any;\n /** \n * By default, Schedule follows the time-format as per the default culture assigned to it. \n * It is also possible to manually set specific time format by using the `timeFormat` property. \n * {% codeBlock src='schedule/timeFormat/index.md' %}{% endcodeBlock %}\n * @default null\n */\n public timeFormat: any;\n /** \n * Allows to set different timescale configuration on each applicable view modes such as day, week and work week.\n * @default { enable: true, interval: 60, slotCount: 2, majorSlotTemplate: null, minorSlotTemplate: null }\n */\n public timeScale: any;\n /** \n * It is used to set the working days on schedule. The only days that are defined in this collection will be rendered on the \n * `workWeek` view whereas on other views, it will display all the usual days and simply highlights the working days with different \n * shade.\n * @default '[1, 2, 3, 4, 5]'\n * @asptype int[]\n */\n public workDays: any;\n /** \n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the \n * date header cells. The field that can be accessed via this template is `date`. \n * It gets applied only to the view objects on which it is defined.\n * @default null\n */\n @ContentChild('dateHeaderTemplate')\n @Template()\n public dateHeaderTemplate: any;\n /** \n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the \n * Year view day cell header. \n * This template is only applicable for year view header cells.\n * @default null\n */\n @ContentChild('dayHeaderTemplate')\n @Template()\n public dayHeaderTemplate: any;\n /** \n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the \n * month date cells. \n * This template is only applicable for month view day cells.\n * @default null\n */\n @ContentChild('cellHeaderTemplate')\n @Template()\n public cellHeaderTemplate: any;\n /** \n * The template option which is used to render the customized work cells on the Schedule. Here, the \n * template accepts either the string or HTMLElement as template design and then the parsed design is displayed onto the work cells. \n * The field accessible via template is `date`. It gets applied only to the view objects on which it is defined.\n * @default null\n */\n @ContentChild('cellTemplate')\n @Template()\n public cellTemplate: any;\n /** \n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto \n * the event background. All the event fields mapped to Schedule from dataSource can be accessed within this template code. \n * It is similar to that of the `template` option available within the `eventSettings` property, \n * whereas it will get applied only on the events of the view to which it is currently being defined.\n * @default null\n */\n @ContentChild('eventTemplate')\n @Template()\n public eventTemplate: any;\n /** \n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the \n * Year view day cell header. \n * This template is only applicable for year view header cells.\n * @default null\n */\n @ContentChild('monthHeaderTemplate')\n @Template()\n public monthHeaderTemplate: any;\n /** \n * The template option which is used to render the customized header cells on the schedule. Here, the \n * template accepts either the string or HTMLElement as template design and then the parsed design is displayed onto the header cells. \n * All the resource fields mapped within resources can be accessed within this template code. \n * It gets applied only to the view objects on which it is defined.\n * @default null\n */\n @ContentChild('resourceHeaderTemplate')\n @Template()\n public resourceHeaderTemplate: any;\n /** \n * The template option which is used to render the customized header indent cell on the schedule. Here, the \n * template accepts either the string or HTMLElement as template design and then the parsed design is displayed onto the header indent cell. \n * It gets applied only to the view objects on which it is defined.\n * @default null\n */\n @ContentChild('headerIndentTemplate')\n @Template()\n public headerIndentTemplate: any;\n @ContentChild('timeScaleMinorSlotTemplate')\n @Template()\n public timeScale_minorSlotTemplate: any;\n @ContentChild('timeScaleMajorSlotTemplate')\n @Template()\n public timeScale_majorSlotTemplate: any;\n @ContentChild('groupHeaderTooltipTemplate')\n @Template()\n public group_headerTooltipTemplate: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * View Array Directive\n * @private\n */\n@Directive({\n selector: 'ejs-schedule>e-views',\n queries: {\n children: new ContentChildren(ViewDirective)\n },\n})\nexport class ViewsDirective extends ArrayBase<ViewsDirective> {\n constructor() {\n super('views');\n }\n}","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet input: string[] = ['allowMultiple', 'colorField', 'cssClassField', 'dataSource', 'endHourField', 'expandedField', 'field', 'groupIDField', 'idField', 'name', 'query', 'startHourField', 'textField', 'title', 'workDaysField'];\nlet outputs: string[] = [];\n/**\n * `e-resources` directive represent a resources of the Angular Schedule. \n * It must be contained in a Schedule component(`ejs-schedule`). \n * ```html\n * <ejs-schedule>\n * <e-resources>\n * <e-resource field='RoomId' name='Rooms'></e-resource>\n * <e-resource field='OwnerId' name='Owners'></e-resource>\n * </e-resources>\n * </ejs-schedule>\n * ```\n */\n@Directive({\n selector: 'e-resources>e-resource',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class ResourceDirective extends ComplexBase<ResourceDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * When set to true, allows multiple selection of resource names, thus creating multiple instances of same appointment for the \n * selected resources.\n * @default false\n */\n public allowMultiple: any;\n /** \n * It maps the `color` field from the dataSource, which is used to specify colors for the resources.\n * @default 'Color'\n */\n public colorField: any;\n /** \n * It maps the `cssClass` field from the dataSource, which is used to specify different styles to each resource appointments.\n * @default 'CssClass'\n */\n public cssClassField: any;\n /** \n * Assigns the resource dataSource \n * The data can be passed either as an array of JavaScript objects, \n * or else can create an instance of [`DataManager`](http://ej2.syncfusion.com/documentation/data/api-dataManager.html) \n * in case of processing remote data and can be assigned to the `dataSource` property. \n * With the remote data assigned to dataSource, check the available \n * [adaptors](http://ej2.syncfusion.com/documentation/data/adaptors.html) to customize the data processing.\n * @default []\n */\n public dataSource: any;\n /** \n * It maps the `endHour` field from the dataSource, which is used to specify different work end hour for each resources.\n * @default 'EndHour'\n */\n public endHourField: any;\n /** \n * It maps the `expanded` field from the dataSource, which is used to specify whether each resource levels \n * in timeline view needs to be maintained in an expanded or collapsed state by default.\n * @default 'Expanded'\n */\n public expandedField: any;\n /** \n * A value that binds to the resource field of event object.\n * @default null\n */\n public field: any;\n /** \n * It maps the `groupID` field from the dataSource, which is used to specify under which parent resource, \n * the child should be grouped.\n * @default 'GroupID'\n */\n public groupIDField: any;\n /** \n * It maps the `id` field from the dataSource and is used to uniquely identify the resources.\n * @default 'Id'\n */\n public idField: any;\n /** \n * It represents a unique resource name for differentiating various resource objects while grouping.\n * @default null\n */\n public name: any;\n /** \n * Defines the external [`query`](http://ej2.syncfusion.com/documentation/data/api-query.html) \n * that will be executed along with the data processing.\n * @default null\n */\n public query: any;\n /** \n * It maps the `startHour` field from the dataSource, which is used to specify different work start hour for each resources.\n * @default 'StartHour'\n */\n public startHourField: any;\n /** \n * It maps the `text` field from the dataSource, which is used to specify the resource names.\n * @default 'Text'\n */\n public textField: any;\n /** \n * It holds the title of the resource field to be displayed on the schedule event editor window.\n * @default null\n */\n public title: any;\n /** \n * It maps the working days field from the dataSource, which is used to specify different working days for each resources.\n * @default 'WorkDays'\n */\n public workDaysField: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * Resource Array Directive\n * @private\n */\n@Directive({\n selector: 'ejs-schedule>e-resources',\n queries: {\n children: new ContentChildren(ResourceDirective)\n },\n})\nexport class ResourcesDirective extends ArrayBase<ResourcesDirective> {\n constructor() {\n super('resources');\n }\n}","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet input: string[] = ['option', 'template'];\nlet outputs: string[] = [];\n/**\n * `e-header-rows` directive represent a header rows of the Schedule. \n * It must be contained in a Schedule component(`ejs-schedule`). \n * ```html\n * <ejs-schedule>\n * <e-header-rows>\n * <e-header-row option='Week'></e-header-row>\n * <e-header-row option='Date'></e-header-row>\n * </e-header-rows>\n * </ejs-schedule>\n * ```\n */\n@Directive({\n selector: 'e-header-rows>e-header-row',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class HeaderRowDirective extends ComplexBase<HeaderRowDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * It defines the header row type, which accepts either of the following values. \n * * Year \n * * Month \n * * Week \n * * Date \n * * Hour\n * @default null\n */\n public option: any;\n /** \n * Template option to customize the individual header rows. It accepts either the string or HTMLElement as template design \n * content and parse it appropriately before displaying it onto the header cells. The field that \n * can be accessed via this template is `date`.\n * @default null\n */\n @ContentChild('template')\n @Template()\n public template: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * HeaderRow Array Directive\n * @private\n */\n@Directive({\n selector: 'ejs-schedule>e-header-rows',\n queries: {\n children: new ContentChildren(HeaderRowDirective)\n },\n})\nexport class HeaderRowsDirective extends ArrayBase<HeaderRowsDirective> {\n constructor() {\n super('headerrows');\n }\n}","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Schedule } from '@syncfusion/ej2-schedule';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { ViewsDirective } from './views.directive';\nimport { ResourcesDirective } from './resources.directive';\nimport { HeaderRowsDirective } from './headerrows.directive';\n\nexport const inputs: string[] = ['agendaDaysCount','allowDragAndDrop','allowInline','allowKeyboardInteraction','allowMultiCellSelection','allowMultiDrag','allowMultiRowSelection','allowResizing','calendarMode','cellHeaderTemplate','cellTemplate','cssClass','currentView','dateFormat','dateHeaderTemplate','dayHeaderTemplate','editorTemplate','enableAdaptiveUI','enableAllDayScroll','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','views','weekRule','width','workDays','workHours'];\nexport const outputs: string[] = ['actionBegin','actionComplete','actionFailure','cellClick','cellDoubleClick','created','dataBinding','dataBound','destroyed','drag','dragStart','dragStop','eventClick','eventRendered','hover','moreEventsClick','navigating','popupClose','popupOpen','renderCell','resizeStart','resizeStop','resizing','select','currentViewChange','selectedDateChange'];\nexport const twoWays: string[] = ['currentView', 'selectedDate'];\n\n/**\n * `ej-schedule` represents the Angular Schedule Component.\n * ```html\n * <ejs-schedule></ejs-schedule>\n * ```\n */\n@Component({\n selector: 'ejs-schedule',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childViews: new ContentChild(ViewsDirective), \n childResources: new ContentChild(ResourcesDirective), \n childHeaderRows: new ContentChild(HeaderRowsDirective)\n }\n})\n@ComponentMixins([ComponentBase])\nexport class ScheduleComponent extends Schedule implements IComponentBase {\n public context : any;\n public tagObjects: any;\n\tactionBegin: any;\n\tactionComplete: any;\n\tactionFailure: any;\n\tcellClick: any;\n\tcellDoubleClick: any;\n\tcreated: any;\n\tdataBinding: any;\n\tdataBound: any;\n\tdestroyed: any;\n\tdrag: any;\n\tdragStart: any;\n\tdragStop: any;\n\teventClick: any;\n\teventRendered: any;\n\thover: any;\n\tmoreEventsClick: any;\n\tnavigating: any;\n\tpopupClose: any;\n\tpopupOpen: any;\n\trenderCell: any;\n\tresizeStart: any;\n\tresizeStop: any;\n\tresizing: any;\n\tselect: any;\n\tcurrentViewChange: any;\n\tpublic selectedDateChange: any;\n public childViews: QueryList<ViewsDirective>;\n public childResources: QueryList<ResourcesDirective>;\n public childHeaderRows: QueryList<HeaderRowsDirective>;\n public tags: string[] = ['views', 'resources', 'headerRows'];\n /** \n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto \n * the date header cells. The field that can be accessed via this template is `date`.\n * \n * {% codeBlock src='schedule/dateHeaderTemplate/index.md' %}{% endcodeBlock %}\n * \n * @default null\n */\n @ContentChild('dateHeaderTemplate')\n @Template()\n public dateHeaderTemplate: any;\n /** \n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto \n * the day header cells. This template is only applicable for year view header cells.\n * \n * {% codeBlock src='schedule/dayHeaderTemplate/index.md' %}{% endcodeBlock %}\n * \n * @default null\n */\n @ContentChild('dayHeaderTemplate')\n @Template()\n public dayHeaderTemplate: any;\n /** \n * The template option which is used to render the customized work cells on the Schedule. Here, the template accepts either \n * the string or HTMLElement as template design and then the parsed design is displayed onto the work cells. \n * The fields accessible via template are as follows. \n * * date \n * * groupIndex \n * * type\n * \n * Refer to the below code snippet.\n *\n *{% codeBlock src='schedule/cellTemplate/index.md' %}{% endcodeBlock %}\n * \n * @default null\n */\n @ContentChild('cellTemplate')\n @Template()\n public cellTemplate: any;\n /** \n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto \n * the month date cells. This template is only applicable for month view day cells.\n * \n * {% codeBlock src='schedule/cellHeaderTemplate/index.md' %}{% endcodeBlock %}\n * \n * @default null\n */\n @ContentChild('cellHeaderTemplate')\n @Template()\n public cellHeaderTemplate: any;\n @ContentChild('eventSettingsTooltipTemplate')\n @Template()\n public eventSettings_tooltipTemplate: any;\n @ContentChild('eventSettingsTemplate')\n @Template()\n public eventSettings_template: any;\n /** \n * The template option to render the customized editor window. The form elements defined within this template should be accompanied \n * with `e-field` class, so as to fetch and process it from internally.\n * \n * {% codeBlock src='schedule/editorTemplate/index.md' %}{% endcodeBlock %}\n * \n * @default null\n */\n @ContentChild('editorTemplate')\n @Template()\n public editorTemplate: any;\n /** \n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto \n * the month header cells. This template is only applicable for year view header cells.\n * \n * {% codeBlock src='schedule/monthHeaderTemplate/index.md' %}{% endcodeBlock %}\n * \n * @default null\n */\n @ContentChild('monthHeaderTemplate')\n @Template()\n public monthHeaderTemplate: any;\n @ContentChild('timeScaleMinorSlotTemplate')\n @Template()\n public timeScale_minorSlotTemplate: any;\n @ContentChild('timeScaleMajorSlotTemplate')\n @Template()\n public timeScale_majorSlotTemplate: any;\n /** \n * Template option to customize the resource header bar. Here, the template accepts either \n * the string or HTMLElement as template design and then the parsed design is displayed onto the resource header cells. \n * The following can be accessible via template. \n * * resource - All the resource fields. \n * * resourceData - object collection of current resource.\n * \n * Refer to the below code snippet.\n *\n *{% codeBlock src='schedule/resourceHeaderTemplate/index.md' %}{% endcodeBlock %}\n * \n * @default null\n */\n @ContentChild('resourceHeaderTemplate')\n @Template()\n public resourceHeaderTemplate: any;\n /** \n * Template option to customize the header indent bar. Here, the template accepts either \n * the string or HTMLElement as template design and then the parsed design is displayed onto the header indent cell.\n * \n * Refer to the below code snippet.\n *\n *{% codeBlock src='schedule/headerIndentTemplate/index.md' %}{% endcodeBlock %}\n * \n * @default null\n */\n @ContentChild('headerIndentTemplate')\n @Template()\n public headerIndentTemplate: any;\n @ContentChild('quickInfoTemplatesHeader')\n @Template()\n public quickInfoTemplates_header: any;\n @ContentChild('quickInfoTemplatesContent')\n @Template()\n public quickInfoTemplates_content: any;\n @ContentChild('quickInfoTemplatesFooter')\n @Template()\n public quickInfoTemplates_footer: any;\n @ContentChild('groupHeaderTooltipTemplate')\n @Template()\n public group_headerTooltipTemplate: any;\n\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('ScheduleDay');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('ScheduleWeek');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('ScheduleWorkWeek');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('ScheduleMonth');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('ScheduleYear');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('ScheduleAgenda');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('ScheduleMonthAgenda');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('ScheduleTimelineViews');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('ScheduleTimelineMonth');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('ScheduleTimelineYear');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('ScheduleResize');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('ScheduleDragAndDrop');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('ScheduleExcelExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('ScheduleICalendarExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('ScheduleICalendarImport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('SchedulePrint');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n\n public ngOnInit() {\n this.context.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childViews;\n \n\t if (this.childResources) {\n this.tagObjects[1].instance = this.childResources;\n }\n \n\t if (this.childHeaderRows) {\n this.tagObjects[2].instance = this.childHeaderRows;\n }\n this.context.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ViewDirective, ViewsDirective } from './views.directive';\nimport { ResourceDirective, ResourcesDirective } from './resources.directive';\nimport { HeaderRowDirective, HeaderRowsDirective } from './headerrows.directive';\nimport { ScheduleComponent } from './schedule.component';\n\n/**\n * NgModule definition for the Schedule component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n ScheduleComponent,\n ViewDirective,\n ViewsDirective,\n ResourceDirective,\n ResourcesDirective,\n HeaderRowDirective,\n HeaderRowsDirective\n ],\n exports: [\n ScheduleComponent,\n ViewDirective,\n ViewsDirective,\n ResourceDirective,\n ResourcesDirective,\n HeaderRowDirective,\n HeaderRowsDirective\n ]\n})\nexport class ScheduleModule { }","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ViewDirective, ViewsDirective } from './views.directive';\nimport { ResourceDirective, ResourcesDirective } from './resources.directive';\nimport { HeaderRowDirective, HeaderRowsDirective } from './headerrows.directive';\nimport { ScheduleComponent } from './schedule.component';\nimport { ScheduleModule } from './schedule.module';\nimport {Day, Week, WorkWeek, Month, Year, Agenda, MonthAgenda, TimelineViews, TimelineMonth, TimelineYear, Resize, DragAndDrop, ExcelExport, ICalendarExport, ICalendarImport, Print} from '@syncfusion/ej2-schedule'\n\n\nexport const DayService: ValueProvider = { provide: 'ScheduleDay', useValue: Day};\nexport const WeekService: ValueProvider = { provide: 'ScheduleWeek', useValue: Week};\nexport const WorkWeekService: ValueProvider = { provide: 'ScheduleWorkWeek', useValue: WorkWeek};\nexport const MonthService: ValueProvider = { provide: 'ScheduleMonth', useValue: Month};\nexport const YearService: ValueProvider = { provide: 'ScheduleYear', useValue: Year};\nexport const AgendaService: ValueProvider = { provide: 'ScheduleAgenda', useValue: Agenda};\nexport const MonthAgendaService: ValueProvider = { provide: 'ScheduleMonthAgenda', useValue: MonthAgenda};\nexport const TimelineViewsService: ValueProvider = { provide: 'ScheduleTimelineViews', useValue: TimelineViews};\nexport const TimelineMonthService: ValueProvider = { provide: 'ScheduleTimelineMonth', useValue: TimelineMonth};\nexport const TimelineYearService: ValueProvider = { provide: 'ScheduleTimelineYear', useValue: TimelineYear};\nexport const ResizeService: ValueProvider = { provide: 'ScheduleResize', useValue: Resize};\nexport const DragAndDropService: ValueProvider = { provide: 'ScheduleDragAndDrop', useValue: DragAndDrop};\nexport const ExcelExportService: ValueProvider = { provide: 'ScheduleExcelExport', useValue: ExcelExport};\nexport const ICalendarExportService: ValueProvider = { provide: 'ScheduleICalendarExport', useValue: ICalendarExport};\nexport const ICalendarImportService: ValueProvider = { provide: 'ScheduleICalendarImport', useValue: ICalendarImport};\nexport const PrintService: ValueProvider = { provide: 'SchedulePrint', useValue: Print};\n\n/**\n * NgModule definition for the Schedule component with providers.\n */\n@NgModule({\n imports: [CommonModule, ScheduleModule],\n exports: [\n ScheduleModule\n ],\n providers:[\n DayService,\n WeekService,\n WorkWeekService,\n MonthService,\n YearService,\n AgendaService,\n MonthAgendaService,\n TimelineViewsService,\n TimelineMonthService,\n TimelineYearService,\n ResizeService,\n DragAndDropService,\n ExcelExportService,\n ICalendarExportService,\n ICalendarImportService,\n PrintService\n ]\n})\nexport class ScheduleAllModule { }","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { RecurrenceEditor } from '@syncfusion/ej2-schedule';\n\n\n\nexport const inputs: string[] = ['calendarMode','cssClass','dateFormat','enablePersistence','enableRtl','firstDayOfWeek','frequencies','locale','maxDate','minDate','selectedType','startDate','value'];\nexport const outputs: string[] = ['change'];\nexport const twoWays: string[] = [];\n\n/**\n * `ejs-recurrenceeditor` represents the Angular RecurrenceEditor Component.\n * ```html\n * <ejs-recurrenceeditor></ejs-recurrenceeditor>\n * ```\n */\n@Component({\n selector: 'ejs-recurrenceeditor',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n})\n@ComponentMixins([ComponentBase])\nexport class RecurrenceEditorComponent extends RecurrenceEditor implements IComponentBase {\n public context : any;\n public tagObjects: any;\n\tpublic change: any;\n\n\n\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n\n public ngOnInit() {\n this.context.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n \n this.context.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RecurrenceEditorComponent } from './recurrenceeditor.component';\n\n/**\n * NgModule definition for the RecurrenceEditor component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n RecurrenceEditorComponent\n ],\n exports: [\n RecurrenceEditorComponent\n ]\n})\nexport class RecurrenceEditorModule { }","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RecurrenceEditorComponent } from './recurrenceeditor.component';\nimport { RecurrenceEditorModule } from './recurrenceeditor.module';\n\n\n\n\n\n/**\n * NgModule definition for the RecurrenceEditor component with providers.\n */\n@NgModule({\n imports: [CommonModule, RecurrenceEditorModule],\n exports: [\n RecurrenceEditorModule\n ],\n providers:[\n \n ]\n})\nexport class RecurrenceEditorAllModule { }","// Mapping root file for package generation\nexport * from './src/index';","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":["input","outputs","inputs","twoWays"],"mappings":"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"}
package/license ADDED
@@ -0,0 +1,10 @@
1
+ Essential JS 2 library is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
2
+
3
+ To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
4
+
5
+ Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
6
+
7
+ Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
8
+
9
+ The Syncfusion license that contains the terms and conditions can be found at
10
+ https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-schedule@*",
3
- "_id": "@syncfusion/ej2-angular-schedule@21.2.6",
3
+ "_id": "@syncfusion/ej2-angular-schedule@20.1.59",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-VwnsjDnHOJzEEEPtlauqnrUhL22U1h0d+GSLnlQ9IBL2QNYvwZh0X9LyYz22WAPvMwWQSY6m5KQpMqFprgdZpw==",
5
+ "_integrity": "sha512-IZeQDsLbvEm0nT7vHCvj2ZXZuB9dMPh4ASwArmOeG8l/ZryK75HOvU9GKD4a9MMK5iXgndFowZZGqAWJ2Ml2pQ==",
6
6
  "_location": "/@syncfusion/ej2-angular-schedule",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-schedule/-/ej2-angular-schedule-21.2.6.tgz",
23
- "_shasum": "b1f23455ca55a03477b9db67fa64c933285bbb16",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-release/@syncfusion/ej2-angular-schedule/-/ej2-angular-schedule-20.1.59.tgz",
23
+ "_shasum": "36d5657061a0b7f108599bd3f2e9dfefb314558f",
24
24
  "_spec": "@syncfusion/ej2-angular-schedule@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/ivypackages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~21.2.3",
35
- "@syncfusion/ej2-base": "~21.2.9",
36
- "@syncfusion/ej2-schedule": "21.2.10",
34
+ "@syncfusion/ej2-angular-base": "~22.1.34",
35
+ "@syncfusion/ej2-base": "~22.1.34",
36
+ "@syncfusion/ej2-schedule": "22.1.34",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -57,10 +57,28 @@
57
57
  "fesm2020": "fesm2020/syncfusion-ej2-angular-schedule.mjs",
58
58
  "homepage": "https://www.syncfusion.com/angular-components",
59
59
  "keywords": [
60
+ "ej2",
61
+ "syncfusion",
62
+ "web-components",
63
+ "schedule",
64
+ "resources",
65
+ "multiple-resources",
66
+ "grouping",
67
+ "views",
68
+ "calendar",
69
+ "appointments",
70
+ "events",
71
+ "tasks",
72
+ "recurrence",
73
+ "data-binding",
74
+ "timezone",
75
+ "recurrence-editor",
76
+ "agenda",
60
77
  "angular",
61
- "angular-schedule",
62
- "angular-scheduler",
63
- "ej2-angular-scheduler"
78
+ "ng",
79
+ "ng-schedule",
80
+ "ej2-ng-schedule",
81
+ "angular-schedule"
64
82
  ],
65
83
  "license": "SEE LICENSE IN license",
66
84
  "module": "fesm2015/syncfusion-ej2-angular-schedule.mjs",
@@ -72,5 +90,5 @@
72
90
  "schematics": "./schematics/collection.json",
73
91
  "sideEffects": false,
74
92
  "typings": "syncfusion-ej2-angular-schedule.d.ts",
75
- "version": "21.2.10"
93
+ "version": "22.1.34"
76
94
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-schedule';
2
- export const pkgVer = '^21.2.10';
2
+ export const pkgVer = '^20.1.59';
3
3
  export const moduleName = 'ScheduleModule, RecurrenceEditorModule';
4
- export const themeVer = '~21.2.10';
4
+ export const themeVer = '~20.1.59';
@@ -18,11 +18,11 @@ export declare class HeaderRowDirective extends ComplexBase<HeaderRowDirective>
18
18
  directivePropList: any;
19
19
  /**
20
20
  * It defines the header row type, which accepts either of the following values.
21
- * * `Year`: Denotes the year row in the header bar.
22
- * * `Month`: Denotes the month row in the header bar.
23
- * * `Week`: Denotes the week row in the header bar.
24
- * * `Date`: Denotes the date row in the header bar.
25
- * * `Hour`: Denotes the hour row in the header bar.
21
+ * * Year
22
+ * * Month
23
+ * * Week
24
+ * * Date
25
+ * * Hour
26
26
  * @default null
27
27
  */
28
28
  option: any;
@@ -60,11 +60,6 @@ export declare class ScheduleComponent extends Schedule implements IComponentBas
60
60
  * @default null
61
61
  */
62
62
  dateHeaderTemplate: any;
63
- /**
64
- * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the header date range.
65
- * @default null
66
- */
67
- dateRangeTemplate: any;
68
63
  /**
69
64
  * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto
70
65
  * the day header cells. This template is only applicable for year view header cells.
@@ -78,9 +73,9 @@ export declare class ScheduleComponent extends Schedule implements IComponentBas
78
73
  * The template option which is used to render the customized work cells on the Schedule. Here, the template accepts either
79
74
  * the string or HTMLElement as template design and then the parsed design is displayed onto the work cells.
80
75
  * The fields accessible via template are as follows.
81
- * * `date`: Returns the date of the cell.
82
- * * `groupIndex`: Returns the group index of the cell.
83
- * * `type`: Returns the type of the work cell.
76
+ * * date
77
+ * * groupIndex
78
+ * * type
84
79
  *
85
80
  * Refer to the below code snippet.
86
81
  *
@@ -124,8 +119,8 @@ export declare class ScheduleComponent extends Schedule implements IComponentBas
124
119
  * Template option to customize the resource header bar. Here, the template accepts either
125
120
  * the string or HTMLElement as template design and then the parsed design is displayed onto the resource header cells.
126
121
  * The following can be accessible via template.
127
- * * `resource` - All the resource fields.
128
- * * `resourceData` - Object collection of current resource.
122
+ * * resource - All the resource fields.
123
+ * * resourceData - object collection of current resource.
129
124
  *
130
125
  * Refer to the below code snippet.
131
126
  *
@@ -157,5 +152,5 @@ export declare class ScheduleComponent extends Schedule implements IComponentBas
157
152
  registerEvents: (eventList: string[]) => void;
158
153
  addTwoWay: (propList: string[]) => void;
159
154
  static ɵfac: i0.ɵɵFactoryDeclaration<ScheduleComponent, never>;
160
- static ɵcmp: i0.ɵɵComponentDeclaration<ScheduleComponent, "ejs-schedule", never, { "agendaDaysCount": "agendaDaysCount"; "allowDragAndDrop": "allowDragAndDrop"; "allowInline": "allowInline"; "allowKeyboardInteraction": "allowKeyboardInteraction"; "allowMultiCellSelection": "allowMultiCellSelection"; "allowMultiDrag": "allowMultiDrag"; "allowMultiRowSelection": "allowMultiRowSelection"; "allowResizing": "allowResizing"; "allowSwiping": "allowSwiping"; "calendarMode": "calendarMode"; "cellHeaderTemplate": "cellHeaderTemplate"; "cellTemplate": "cellTemplate"; "cssClass": "cssClass"; "currentView": "currentView"; "dateFormat": "dateFormat"; "dateHeaderTemplate": "dateHeaderTemplate"; "dateRangeTemplate": "dateRangeTemplate"; "dayHeaderTemplate": "dayHeaderTemplate"; "editorTemplate": "editorTemplate"; "enableAdaptiveUI": "enableAdaptiveUI"; "enableAllDayScroll": "enableAllDayScroll"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRecurrenceValidation": "enableRecurrenceValidation"; "enableRtl": "enableRtl"; "endHour": "endHour"; "eventDragArea": "eventDragArea"; "eventSettings": "eventSettings"; "firstDayOfWeek": "firstDayOfWeek"; "firstMonthOfYear": "firstMonthOfYear"; "group": "group"; "headerIndentTemplate": "headerIndentTemplate"; "headerRows": "headerRows"; "height": "height"; "hideEmptyAgendaDays": "hideEmptyAgendaDays"; "locale": "locale"; "maxDate": "maxDate"; "minDate": "minDate"; "monthHeaderTemplate": "monthHeaderTemplate"; "monthsCount": "monthsCount"; "quickInfoOnSelectionEnd": "quickInfoOnSelectionEnd"; "quickInfoTemplates": "quickInfoTemplates"; "readonly": "readonly"; "resourceHeaderTemplate": "resourceHeaderTemplate"; "resources": "resources"; "rowAutoHeight": "rowAutoHeight"; "selectedDate": "selectedDate"; "showHeaderBar": "showHeaderBar"; "showQuickInfo": "showQuickInfo"; "showTimeIndicator": "showTimeIndicator"; "showWeekNumber": "showWeekNumber"; "showWeekend": "showWeekend"; "startHour": "startHour"; "timeFormat": "timeFormat"; "timeScale": "timeScale"; "timezone": "timezone"; "timezoneDataSource": "timezoneDataSource"; "views": "views"; "weekRule": "weekRule"; "width": "width"; "workDays": "workDays"; "workHours": "workHours"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "cellClick": "cellClick"; "cellDoubleClick": "cellDoubleClick"; "created": "created"; "dataBinding": "dataBinding"; "dataBound": "dataBound"; "destroyed": "destroyed"; "drag": "drag"; "dragStart": "dragStart"; "dragStop": "dragStop"; "eventClick": "eventClick"; "eventRendered": "eventRendered"; "hover": "hover"; "moreEventsClick": "moreEventsClick"; "navigating": "navigating"; "popupClose": "popupClose"; "popupOpen": "popupOpen"; "renderCell": "renderCell"; "resizeStart": "resizeStart"; "resizeStop": "resizeStop"; "resizing": "resizing"; "select": "select"; "currentViewChange": "currentViewChange"; "selectedDateChange": "selectedDateChange"; }, ["dateHeaderTemplate", "dateRangeTemplate", "dayHeaderTemplate", "cellTemplate", "cellHeaderTemplate", "eventSettings_tooltipTemplate", "eventSettings_template", "editorTemplate", "monthHeaderTemplate", "timeScale_minorSlotTemplate", "timeScale_majorSlotTemplate", "resourceHeaderTemplate", "headerIndentTemplate", "quickInfoTemplates_header", "quickInfoTemplates_content", "quickInfoTemplates_footer", "group_headerTooltipTemplate", "childViews", "childResources", "childHeaderRows"], never>;
155
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScheduleComponent, "ejs-schedule", never, { "agendaDaysCount": "agendaDaysCount"; "allowDragAndDrop": "allowDragAndDrop"; "allowInline": "allowInline"; "allowKeyboardInteraction": "allowKeyboardInteraction"; "allowMultiCellSelection": "allowMultiCellSelection"; "allowMultiDrag": "allowMultiDrag"; "allowMultiRowSelection": "allowMultiRowSelection"; "allowResizing": "allowResizing"; "calendarMode": "calendarMode"; "cellHeaderTemplate": "cellHeaderTemplate"; "cellTemplate": "cellTemplate"; "cssClass": "cssClass"; "currentView": "currentView"; "dateFormat": "dateFormat"; "dateHeaderTemplate": "dateHeaderTemplate"; "dayHeaderTemplate": "dayHeaderTemplate"; "editorTemplate": "editorTemplate"; "enableAdaptiveUI": "enableAdaptiveUI"; "enableAllDayScroll": "enableAllDayScroll"; "enablePersistence": "enablePersistence"; "enableRecurrenceValidation": "enableRecurrenceValidation"; "enableRtl": "enableRtl"; "endHour": "endHour"; "eventDragArea": "eventDragArea"; "eventSettings": "eventSettings"; "firstDayOfWeek": "firstDayOfWeek"; "firstMonthOfYear": "firstMonthOfYear"; "group": "group"; "headerIndentTemplate": "headerIndentTemplate"; "headerRows": "headerRows"; "height": "height"; "hideEmptyAgendaDays": "hideEmptyAgendaDays"; "locale": "locale"; "maxDate": "maxDate"; "minDate": "minDate"; "monthHeaderTemplate": "monthHeaderTemplate"; "monthsCount": "monthsCount"; "quickInfoOnSelectionEnd": "quickInfoOnSelectionEnd"; "quickInfoTemplates": "quickInfoTemplates"; "readonly": "readonly"; "resourceHeaderTemplate": "resourceHeaderTemplate"; "resources": "resources"; "rowAutoHeight": "rowAutoHeight"; "selectedDate": "selectedDate"; "showHeaderBar": "showHeaderBar"; "showQuickInfo": "showQuickInfo"; "showTimeIndicator": "showTimeIndicator"; "showWeekNumber": "showWeekNumber"; "showWeekend": "showWeekend"; "startHour": "startHour"; "timeFormat": "timeFormat"; "timeScale": "timeScale"; "timezone": "timezone"; "timezoneDataSource": "timezoneDataSource"; "views": "views"; "weekRule": "weekRule"; "width": "width"; "workDays": "workDays"; "workHours": "workHours"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "cellClick": "cellClick"; "cellDoubleClick": "cellDoubleClick"; "created": "created"; "dataBinding": "dataBinding"; "dataBound": "dataBound"; "destroyed": "destroyed"; "drag": "drag"; "dragStart": "dragStart"; "dragStop": "dragStop"; "eventClick": "eventClick"; "eventRendered": "eventRendered"; "hover": "hover"; "moreEventsClick": "moreEventsClick"; "navigating": "navigating"; "popupClose": "popupClose"; "popupOpen": "popupOpen"; "renderCell": "renderCell"; "resizeStart": "resizeStart"; "resizeStop": "resizeStop"; "resizing": "resizing"; "select": "select"; "currentViewChange": "currentViewChange"; "selectedDateChange": "selectedDateChange"; }, ["dateHeaderTemplate", "dayHeaderTemplate", "cellTemplate", "cellHeaderTemplate", "eventSettings_tooltipTemplate", "eventSettings_template", "editorTemplate", "monthHeaderTemplate", "timeScale_minorSlotTemplate", "timeScale_majorSlotTemplate", "resourceHeaderTemplate", "headerIndentTemplate", "quickInfoTemplates_header", "quickInfoTemplates_content", "quickInfoTemplates_footer", "group_headerTooltipTemplate", "childViews", "childResources", "childHeaderRows"], never>;
161
156
  }
@@ -62,7 +62,7 @@ export declare class ViewDirective extends ComplexBase<ViewDirective> {
62
62
  firstMonthOfYear: any;
63
63
  /**
64
64
  * Allows to set different resource grouping options on all available schedule view modes.
65
- * @default { byDate: false, byGroupID: true, allowGroupEdit: false, resources:[], hideNonWorkingDays: false }
65
+ * @default { byDate: false, byGroupID: true, allowGroupEdit: false, resources:[]}
66
66
  */
67
67
  group: any;
68
68
  /**
@@ -78,8 +78,7 @@ export declare class ViewDirective extends ComplexBase<ViewDirective> {
78
78
  interval: any;
79
79
  /**
80
80
  * To denote whether the view name given on the `option` is active or not.
81
- * It acts similar to the [`currentView`](../../schedule/#current-view/)
82
- * property and defines the active view of Schedule.
81
+ * It acts similar to the `currentView` property and defines the active view of Schedule.
83
82
  * @default false
84
83
  */
85
84
  isSelected: any;
@@ -101,26 +100,26 @@ export declare class ViewDirective extends ComplexBase<ViewDirective> {
101
100
  /**
102
101
  * It accepts the schedule view name, based on which we can define with its related properties in a single object.
103
102
  * The applicable view names are,
104
- * * Day - Denotes Day view of the scheduler.
105
- * * Week - Denotes Week view of the scheduler.
106
- * * WorkWeek - Denotes Work Week view of the scheduler.
107
- * * Month - Denotes Month view of the scheduler.
108
- * * Year - Denotes Year view of the scheduler.
109
- * * Agenda - Denotes Agenda view of the scheduler.
110
- * * MonthAgenda - Denotes Month Agenda view of the scheduler.
111
- * * TimelineDay - Denotes Timeline Day view of the scheduler.
112
- * * TimelineWeek - Denotes Timeline Week view of the scheduler.
113
- * * TimelineWorkWeek - Denotes Timeline Work Week view of the scheduler.
114
- * * TimelineMonth - Denotes Timeline Month view of the scheduler.
115
- * * TimelineYear - Denotes Timeline Year view of the scheduler.
103
+ * * Day
104
+ * * Week
105
+ * * WorkWeek
106
+ * * Month
107
+ * * Year
108
+ * * Agenda
109
+ * * MonthAgenda
110
+ * * TimelineDay
111
+ * * TimelineWeek
112
+ * * TimelineWorkWeek
113
+ * * TimelineMonth
114
+ * * TimelineYear
116
115
  * @default null
117
116
  */
118
117
  option: any;
119
118
  /**
120
119
  * It is used to specify the year view rendering orientation on the schedule.
121
120
  * The applicable orientation values are,
122
- * * Horizontal - Denotes the horizontal orientation of Timeline Year view.
123
- * * Vertical - Denotes the vertical orientation of Timeline Year view.
121
+ * * Horizontal
122
+ * * Vertical
124
123
  * @default 'Horizontal'
125
124
  */
126
125
  orientation: any;
@@ -177,11 +176,6 @@ export declare class ViewDirective extends ComplexBase<ViewDirective> {
177
176
  * @default null
178
177
  */
179
178
  dateHeaderTemplate: any;
180
- /**
181
- * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the header date range.
182
- * @default null
183
- */
184
- dateRangeTemplate: any;
185
179
  /**
186
180
  * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the
187
181
  * Year view day cell header.
@@ -238,7 +232,7 @@ export declare class ViewDirective extends ComplexBase<ViewDirective> {
238
232
  group_headerTooltipTemplate: any;
239
233
  constructor(viewContainerRef: ViewContainerRef);
240
234
  static ɵfac: i0.ɵɵFactoryDeclaration<ViewDirective, never>;
241
- static ɵdir: i0.ɵɵDirectiveDeclaration<ViewDirective, "e-views>e-view", never, { "allowVirtualScrolling": "allowVirtualScrolling"; "cellHeaderTemplate": "cellHeaderTemplate"; "cellTemplate": "cellTemplate"; "dateFormat": "dateFormat"; "dateHeaderTemplate": "dateHeaderTemplate"; "dateRangeTemplate": "dateRangeTemplate"; "dayHeaderTemplate": "dayHeaderTemplate"; "displayDate": "displayDate"; "displayName": "displayName"; "endHour": "endHour"; "eventTemplate": "eventTemplate"; "firstDayOfWeek": "firstDayOfWeek"; "firstMonthOfYear": "firstMonthOfYear"; "group": "group"; "headerIndentTemplate": "headerIndentTemplate"; "headerRows": "headerRows"; "interval": "interval"; "isSelected": "isSelected"; "monthHeaderTemplate": "monthHeaderTemplate"; "monthsCount": "monthsCount"; "numberOfWeeks": "numberOfWeeks"; "option": "option"; "orientation": "orientation"; "readonly": "readonly"; "resourceHeaderTemplate": "resourceHeaderTemplate"; "showWeekNumber": "showWeekNumber"; "showWeekend": "showWeekend"; "startHour": "startHour"; "timeFormat": "timeFormat"; "timeScale": "timeScale"; "workDays": "workDays"; }, {}, ["dateHeaderTemplate", "dateRangeTemplate", "dayHeaderTemplate", "cellHeaderTemplate", "cellTemplate", "eventTemplate", "monthHeaderTemplate", "resourceHeaderTemplate", "headerIndentTemplate", "timeScale_minorSlotTemplate", "timeScale_majorSlotTemplate", "group_headerTooltipTemplate"]>;
235
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ViewDirective, "e-views>e-view", never, { "allowVirtualScrolling": "allowVirtualScrolling"; "cellHeaderTemplate": "cellHeaderTemplate"; "cellTemplate": "cellTemplate"; "dateFormat": "dateFormat"; "dateHeaderTemplate": "dateHeaderTemplate"; "dayHeaderTemplate": "dayHeaderTemplate"; "displayDate": "displayDate"; "displayName": "displayName"; "endHour": "endHour"; "eventTemplate": "eventTemplate"; "firstDayOfWeek": "firstDayOfWeek"; "firstMonthOfYear": "firstMonthOfYear"; "group": "group"; "headerIndentTemplate": "headerIndentTemplate"; "headerRows": "headerRows"; "interval": "interval"; "isSelected": "isSelected"; "monthHeaderTemplate": "monthHeaderTemplate"; "monthsCount": "monthsCount"; "numberOfWeeks": "numberOfWeeks"; "option": "option"; "orientation": "orientation"; "readonly": "readonly"; "resourceHeaderTemplate": "resourceHeaderTemplate"; "showWeekNumber": "showWeekNumber"; "showWeekend": "showWeekend"; "startHour": "startHour"; "timeFormat": "timeFormat"; "timeScale": "timeScale"; "workDays": "workDays"; }, {}, ["dateHeaderTemplate", "dayHeaderTemplate", "cellHeaderTemplate", "cellTemplate", "eventTemplate", "monthHeaderTemplate", "resourceHeaderTemplate", "headerIndentTemplate", "timeScale_minorSlotTemplate", "timeScale_majorSlotTemplate", "group_headerTooltipTemplate"]>;
242
236
  }
243
237
  /**
244
238
  * View Array Directive