@syncfusion/ej2-angular-gantt 30.2.5-ngcc → 30.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2833 -0
- package/esm2020/public_api.mjs +2 -0
- package/esm2020/src/gantt/adddialogfields.directive.mjs +58 -0
- package/esm2020/src/gantt/columns.directive.mjs +90 -0
- package/esm2020/src/gantt/dayworkingtime.directive.mjs +58 -0
- package/esm2020/src/gantt/editdialogfields.directive.mjs +58 -0
- package/esm2020/src/gantt/eventmarkers.directive.mjs +57 -0
- package/esm2020/src/gantt/gantt-all.module.mjs +74 -0
- package/esm2020/src/gantt/gantt.component.mjs +297 -0
- package/esm2020/src/gantt/gantt.module.mjs +88 -0
- package/esm2020/src/gantt/holidays.directive.mjs +58 -0
- package/esm2020/src/gantt/weekworkingtime.directive.mjs +58 -0
- package/esm2020/src/index.mjs +12 -0
- package/esm2020/syncfusion-ej2-angular-gantt.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs +857 -0
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs +857 -0
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +1 -0
- package/package.json +20 -7
- package/public_api.d.ts +1 -1
- package/src/gantt/adddialogfields.directive.d.ts +58 -53
- package/src/gantt/columns.directive.d.ts +214 -207
- package/src/gantt/dayworkingtime.directive.d.ts +41 -36
- package/src/gantt/editdialogfields.directive.d.ts +58 -53
- package/src/gantt/eventmarkers.directive.d.ts +47 -42
- package/src/gantt/gantt-all.module.d.ts +28 -22
- package/src/gantt/gantt.component.d.ts +146 -141
- package/src/gantt/gantt.module.d.ts +18 -5
- package/src/gantt/holidays.directive.d.ts +51 -46
- package/src/gantt/weekworkingtime.directive.d.ts +43 -38
- package/src/index.d.ts +11 -11
- package/syncfusion-ej2-angular-gantt.d.ts +5 -0
- package/@syncfusion/ej2-angular-gantt.es5.js +0 -914
- package/@syncfusion/ej2-angular-gantt.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-gantt.js +0 -862
- package/@syncfusion/ej2-angular-gantt.js.map +0 -1
- package/LICENSE +0 -10
- package/dist/ej2-angular-gantt.umd.js +0 -1035
- package/dist/ej2-angular-gantt.umd.js.map +0 -1
- package/dist/ej2-angular-gantt.umd.min.js +0 -11
- package/dist/ej2-angular-gantt.umd.min.js.map +0 -1
- package/ej2-angular-gantt.d.ts +0 -5
- package/ej2-angular-gantt.metadata.json +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"syncfusion-ej2-angular-gantt.mjs","sources":["../../src/gantt/columns.directive.ts","../../src/gantt/adddialogfields.directive.ts","../../src/gantt/editdialogfields.directive.ts","../../src/gantt/dayworkingtime.directive.ts","../../src/gantt/weekworkingtime.directive.ts","../../src/gantt/holidays.directive.ts","../../src/gantt/eventmarkers.directive.ts","../../src/gantt/gantt.component.ts","../../src/gantt/gantt.module.ts","../../src/gantt/gantt-all.module.ts","../../syncfusion-ej2-angular-gantt.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[] = ['allowEditing', 'allowFiltering', 'allowReordering', 'allowResizing', 'allowSorting', 'clipMode', 'customAttributes', 'disableHtmlEncode', 'displayAsCheckBox', 'edit', 'editType', 'field', 'filter', 'format', 'formatter', 'headerTemplate', 'headerText', 'headerTextAlign', 'hideAtMedia', 'isPrimaryKey', 'maxWidth', 'minWidth', 'sortComparer', 'template', 'textAlign', 'type', 'validationRules', 'valueAccessor', 'visible', 'width'];\nlet outputs: string[] = [];\n/**\n * `e-column` directive represent a column of the Angular Gantt. \n * It must be contained in a Gantt component(`ejs-gantt`). \n * ```html\n * <ejs-gantt [dataSource]='data' allowSelection='true' allowSorting='true'> \n * <e-columns>\n * <e-column field='ID' width='150'></e-column>\n * <e-column field='taskName' headerText='Task Name' width='200'></e-column>\n * </e-columns>\n * </ejs-gantt>\n * ```\n */\n@Directive({\n selector: 'ejs-gantt>e-columns>e-column',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class ColumnDirective extends ComplexBase<ColumnDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * To define column type.\n */\n public type: any;\n /** \n * If `allowEditing` set to false, then it disables editing of a particular column. \n * By default all columns are editable.\n * @default true\n */\n public allowEditing: any;\n /** \n * If `allowFiltering` set to false, then it disables filtering option and filter bar element of a particular column. \n * By default all columns are filterable.\n * @default true\n */\n public allowFiltering: any;\n /** \n * If `allowReordering` set to false, then it disables reorder of a particular column. \n * By default all columns can be reorder.\n * @default true\n */\n public allowReordering: any;\n /** \n * If `allowResizing` is set to false, it disables resize option of a particular column. \n * By default all the columns can be resized.\n * @default true\n */\n public allowResizing: any;\n /** \n * If `allowSorting` set to false, then it disables sorting option of a particular column. \n * By default all columns are sortable.\n * @default true\n */\n public allowSorting: any;\n /** \n * Defines the overflow mode for cell content. The available modes are: \n * * `Clip` - Truncates the cell content when it overflows its area. \n * * `Ellipsis` - Displays an ellipsis when the cell content overflows its area. \n * * `EllipsisWithTooltip` - Displays an ellipsis when the cell content overflows its area, and shows a tooltip on hover over the ellipsis.\n * @default Syncfusion.EJ2.Grids.ClipMode.EllipsisWithTooltip\n * @isenumeration true\n * @asptype Syncfusion.EJ2.Grids.ClipMode\n */\n public clipMode: any;\n /** \n * The CSS styles and attributes of the content cells of a particular column can be customized.\n * @default null\n */\n public customAttributes: any;\n /** \n * If `disableHtmlEncode` is set to true, it disables HTML encoding for the content of specific column.\n * @default false\n */\n public disableHtmlEncode: any;\n /** \n * If `displayAsCheckBox` is set to true, it displays the column value as a check box instead of Boolean value.\n * @default false\n */\n public displayAsCheckBox: any;\n /** \n * Defines the `IEditCell` object to customize default edit cell.\n * @default {}\n */\n public edit: any;\n /** \n * Defines the type of component used for editing the field.\n * @default 'stringedit'\n */\n public editType: any;\n /** \n * Defines the field name of column which is mapped with mapping name of DataSource. \n * The `field` name must be a valid JavaScript identifier, \n * the first character must be an alphabet and should not contain spaces and special characters.\n * @default null\n */\n public field: any;\n /** \n * It is used to customize the default filter options for a specific columns. \n * * ui - to render custom component for specific column. It has following functions: \n * * ui.create - It is used for creating custom components. \n * * ui.read - It is used for read the value from the component. \n * * ui.write - It is used to apply component model as dynamically.\n * @default null\n */\n public filter: any;\n /** \n * It is used to change display value with the given format and does not affect the original data. \n * Gets the format from the user which can be standard or custom \n * [`number`](https://ej2.syncfusion.com/documentation/common/internationalization/#number-formatting) \n * and [`date`](https://ej2.syncfusion.com/documentation/common/internationalization/#date-formatting) formats.\n * @default null\n * @asptype string\n */\n public format: any;\n /** \n * Defines the method which is used to achieve custom formatting from an external function. \n * This function triggers before rendering of each cell.\n * @default null\n */\n public formatter: any;\n /** \n * Defines the header text of column which is used to display in column header. \n * If `headerText` is not defined, then field name value will be assigned to header text.\n * @default null\n */\n public headerText: any;\n /** \n * Define the alignment of column header which is used to align the text of column header.\n * @default Syncfusion.EJ2.Grids.TextAlign.Left\n * @isenumeration true\n * @asptype Syncfusion.EJ2.Grids.TextAlign\n */\n public headerTextAlign: any;\n /** \n * Column visibility can change based on [`Media Queries`](http://cssmediaqueries.com/what-are-css-media-queries.html). \n * `hideAtMedia` accepts only valid Media Queries.\n * @default null\n */\n public hideAtMedia: any;\n /** \n * If `isPrimaryKey` is set to true, considers this column as the primary key constraint.\n * @default false\n */\n public isPrimaryKey: any;\n /** \n * Defines the maximum width of the column in pixel or percentage, which will restrict resizing beyond this pixel or percentage.\n * @default null\n */\n public maxWidth: any;\n /** \n * Defines the minimum width of the column in pixels or percentage.\n * @default null\n */\n public minWidth: any;\n /** \n * Defines the sort comparer property.\n * @default null\n */\n public sortComparer: any;\n /** \n * Defines the alignment of the column in both header and content cells.\n * @default Syncfusion.EJ2.Grids.TextAlign.Left\n * @isenumeration true\n * @asptype Syncfusion.EJ2.Grids.TextAlign\n */\n public textAlign: any;\n /** \n * Defines validation rules for data before creating or updating records. \n * The rules are used to ensure that data meets specific criteria before it is saved or updated.\n * @default null\n */\n public validationRules: any;\n /** \n * Defines the method used to apply custom cell values from external function and display this on each cell rendered.\n * @default null\n */\n public valueAccessor: any;\n /** \n * If `visible` is set to false, hides the particular column. By default, columns are displayed.\n * @default true\n */\n public visible: any;\n /** \n * Defines the width of the column in pixels or percentage.\n * @default null\n */\n public width: any;\n /** \n * Defines the column template that renders customized element in each cell of the column. \n * It accepts either template string or HTML element ID.\n * @default null\n * @asptype string\n */\n @ContentChild('template')\n @Template()\n public template: any;\n /** \n * Defines the header template as string or HTML element ID which is used to add customized element in the column header.\n * @default null\n * @asptype string\n */\n @ContentChild('headerTemplate')\n @Template()\n public headerTemplate: any;\n @ContentChild('editTemplate')\n @Template()\n public editTemplate: any;\n @ContentChild('filterItemTemplate')\n @Template()\n public filter_itemTemplate: any;\n @ContentChild('filterTemplate')\n @Template()\n public filterTemplate: 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 * Column Array Directive\n * @private\n */\n@Directive({\n selector: 'ejs-gantt>e-columns',\n queries: {\n children: new ContentChildren(ColumnDirective)\n },\n})\nexport class ColumnsDirective extends ArrayBase<ColumnsDirective> {\n constructor() {\n super('columns');\n }\n}","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet input: string[] = ['additionalParams', 'fields', 'headerText', 'type'];\nlet outputs: string[] = [];\n/**\n * `e-add-dialog-field` directive represent a add dialog fields collection in Gantt task add dialog. \n * It must be contained in a Gantt component(`ejs-gantt`). \n * ```html\n * <ejs-gantt [dataSource]='data' allowSelection='true' allowSorting='true'> \n * <e-add-dialog-fields>\n * <e-add-dialog-field type='General' headerText='General'></e-add-dialog-field>\n * <e-add-dialog-field type='Dependency' headerText='Dependency'></e-add-dialog-field>\n * </e-add-dialog-fields>\n * </ejs-gantt>\n * ```\n */\n@Directive({\n selector: 'ejs-gantt>e-add-dialog-fields>e-add-dialog-field',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class AddDialogFieldDirective extends ComplexBase<AddDialogFieldDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Specifies the types of tabs that contain editors for columns. \n * Available tab types: \n * * `General` - Represents the general information editor tab. \n * * `Dependency` - Represents the dependency editor tab. \n * * `Resources` - Represents the resource editor tab. \n * * `Notes` - Represents the notes editor tab. \n * * `Segments` - Represents the segments editor tab. \n * * `Custom` - Represents the custom column editor tab.\n * @default null\n */\n public type: any;\n /** \n * Specifies the configuration properties for Grid, Rich Text Editor (RTE), or TreeGrid controls within the Gantt edit dialog.\n * @default null\n */\n public additionalParams: any;\n /** \n * Specifies the edited column fields to be placed inside the tab.\n * @default null\n */\n public fields: any;\n /** \n * Defines header text of tab item.\n * @default null\n */\n public headerText: 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 * AddDialogField Array Directive\n * @private\n */\n@Directive({\n selector: 'ejs-gantt>e-add-dialog-fields',\n queries: {\n children: new ContentChildren(AddDialogFieldDirective)\n },\n})\nexport class AddDialogFieldsDirective extends ArrayBase<AddDialogFieldsDirective> {\n constructor() {\n super('adddialogfields');\n }\n}","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet input: string[] = ['additionalParams', 'fields', 'headerText', 'type'];\nlet outputs: string[] = [];\n/**\n * `e-edit-dialog-field` directive represent a edit dialog fields collection in Gantt task add dialog. \n * It must be contained in a Gantt component(`ejs-gantt`). \n * ```html\n * <ejs-gantt [dataSource]='data' allowSelection='true' allowSorting='true'> \n * <e-edit-dialog-fields>\n * <e-edit-dialog-field type='General' headerText='General'></e-edit-dialog-field>\n * <e-edit-dialog-field type='Dependency' headerText='Dependency'></e-edit-dialog-field>\n * </e-edit-dialog-fields>\n * </ejs-gantt>\n * ```\n */\n@Directive({\n selector: 'ejs-gantt>e-edit-dialog-fields>e-edit-dialog-field',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class EditDialogFieldDirective extends ComplexBase<EditDialogFieldDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Specifies the types of tabs that contain editors for columns. \n * Available tab types: \n * * `General` - Represents the general information editor tab. \n * * `Dependency` - Represents the dependency editor tab. \n * * `Resources` - Represents the resource editor tab. \n * * `Notes` - Represents the notes editor tab. \n * * `Segments` - Represents the segments editor tab. \n * * `Custom` - Represents the custom column editor tab.\n * @default null\n */\n public type: any;\n /** \n * Specifies the configuration properties for Grid, Rich Text Editor (RTE), or TreeGrid controls within the Gantt edit dialog.\n * @default null\n */\n public additionalParams: any;\n /** \n * Specifies the edited column fields to be placed inside the tab.\n * @default null\n */\n public fields: any;\n /** \n * Defines header text of tab item.\n * @default null\n */\n public headerText: 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 * EditDialogField Array Directive\n * @private\n */\n@Directive({\n selector: 'ejs-gantt>e-edit-dialog-fields',\n queries: {\n children: new ContentChildren(EditDialogFieldDirective)\n },\n})\nexport class EditDialogFieldsDirective extends ArrayBase<EditDialogFieldsDirective> {\n constructor() {\n super('editdialogfields');\n }\n}","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet input: string[] = ['from', 'to'];\nlet outputs: string[] = [];\n/**\n * `e-day-working-time-collection` directive represent a working time ranges in a day. \n * It must be contained in a Gantt component(`ejs-gantt`). \n * ```html\n * <ejs-gantt [dataSource]='data' allowSelection='true' allowSorting='true'> \n * <e-day-working-time-collection>\n * <e-day-working-time from='8' to='12'></e-day-working-time>\n * <e-day-working-time from='13' to='17'></e-day-working-time>\n * </e-day-working-time-collection>\n * </ejs-gantt>\n * ```\n */\n@Directive({\n selector: 'ejs-gantt>e-day-working-time-collection>e-day-working-time',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class DayWorkingTimeDirective extends ComplexBase<DayWorkingTimeDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Defines the start time of the working time range for the day.\n * @default null\n */\n public from: any;\n /** \n * Defines the end time of the working time range for the day.\n * @default null\n */\n public to: 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 * DayWorkingTime Array Directive\n * @private\n */\n@Directive({\n selector: 'ejs-gantt>e-day-working-time-collection',\n queries: {\n children: new ContentChildren(DayWorkingTimeDirective)\n },\n})\nexport class DayWorkingTimeCollectionDirective extends ArrayBase<DayWorkingTimeCollectionDirective> {\n constructor() {\n super('dayworkingtime');\n }\n}","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet input: string[] = ['dayOfWeek', 'timeRange'];\nlet outputs: string[] = [];\n/**\n * `e-week-working-times` directive represent a working time ranges in a day. \n * It must be contained in a Gantt component(`ejs-gantt`). \n * ```html\n * <ejs-gantt [dataSource]='data' allowSelection='true' allowSorting='true'> \n * <e-week-working-times>\n * <e-week-working-time dayOfWeek='Monday'></e-week-working-time>\n * <e-week-working-time dayOfWeek='Monday'></e-week-working-time>\n * </e-week-working-times>\n * </ejs-gantt>\n * ```\n */\n@Directive({\n selector: 'ejs-gantt>e-week-working-times>e-week-working-time',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class WeekWorkingTimeDirective extends ComplexBase<WeekWorkingTimeDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Defines the day of the week to apply customized working time.\n * @default null\n */\n public dayOfWeek: any;\n /** \n * Defines the time range for each day of the week.\n * @default []\n * @asptype List<GanttDayWorkingTime>\n\n */\n public timeRange: 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 * WeekWorkingTime Array Directive\n * @private\n */\n@Directive({\n selector: 'ejs-gantt>e-week-working-times',\n queries: {\n children: new ContentChildren(WeekWorkingTimeDirective)\n },\n})\nexport class WeekWorkingTimesDirective extends ArrayBase<WeekWorkingTimesDirective> {\n constructor() {\n super('weekworkingtime');\n }\n}","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet input: string[] = ['cssClass', 'from', 'label', 'to'];\nlet outputs: string[] = [];\n/**\n * `e-holidays` directive represent a holidays collection in Gantt. \n * It must be contained in a Gantt component(`ejs-gantt`). \n * ```html\n * <ejs-gantt [dataSource]='data' allowSelection='true' allowSorting='true'> \n * <e-holidays>\n * <e-holiday from='02/20/2018' label='Holiday 1'></e-holiday>\n * <e-holiday from='05/15/2018' label='Holiday 2'></e-holiday>\n * </e-holidays>\n * </ejs-gantt>\n * ```\n */\n@Directive({\n selector: 'ejs-gantt>e-holidays>e-holidays',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class HolidayDirective extends ComplexBase<HolidayDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Defines custom css class of holiday to customize background and label.\n * @default null\n */\n public cssClass: any;\n /** \n * Defines start date of holiday.\n * @default null\n */\n public from: any;\n /** \n * Defines label of holiday.\n * @default null\n */\n public label: any;\n /** \n * Defines end date of holiday.\n * @default null\n */\n public to: 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 * Holiday Array Directive\n * @private\n */\n@Directive({\n selector: 'ejs-gantt>e-holidays',\n queries: {\n children: new ContentChildren(HolidayDirective)\n },\n})\nexport class HolidaysDirective extends ArrayBase<HolidaysDirective> {\n constructor() {\n super('holidays');\n }\n}","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet input: string[] = ['cssClass', 'day', 'label'];\nlet outputs: string[] = [];\n/**\n * `e-event-markers` directive represent a event marker collection in Gantt. \n * It must be contained in a Gantt component(`ejs-gantt`). \n * ```html\n * <ejs-gantt [dataSource]='data' allowSelection='true' allowSorting='true'> \n * <e-event-markers>\n * <e-event-marker day='02/10/2018' label='Project Starts'></e-event-marker>\n * </e-event-markers>\n * </ejs-gantt>\n * ```\n */\n@Directive({\n selector: 'ejs-gantt>e-event-markers>e-event-marker',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class EventMarkerDirective extends ComplexBase<EventMarkerDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Specifies a custom CSS class for the event marker. \n * This can be used to apply custom styles to the line and label of the marker.\n * @default null\n */\n public cssClass: any;\n /** \n * Specifies the date or day of the event marker. \n * The value can be a `Date` object or a date string.\n * @default null\n */\n public day: any;\n /** \n * Specifies the label for the event marker.\n * @default null\n */\n public label: 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 * EventMarker Array Directive\n * @private\n */\n@Directive({\n selector: 'ejs-gantt>e-event-markers',\n queries: {\n children: new ContentChildren(EventMarkerDirective)\n },\n})\nexport class EventMarkersDirective extends ArrayBase<EventMarkersDirective> {\n constructor() {\n super('eventmarkers');\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 { Gantt } from '@syncfusion/ej2-gantt';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { ColumnsDirective } from './columns.directive';\nimport { AddDialogFieldsDirective } from './adddialogfields.directive';\nimport { EditDialogFieldsDirective } from './editdialogfields.directive';\nimport { DayWorkingTimeCollectionDirective } from './dayworkingtime.directive';\nimport { WeekWorkingTimesDirective } from './weekworkingtime.directive';\nimport { HolidaysDirective } from './holidays.directive';\nimport { EventMarkersDirective } from './eventmarkers.directive';\n\nexport const inputs: string[] = ['UpdateOffsetOnTaskbarEdit','addDialogFields','allowExcelExport','allowFiltering','allowKeyboard','allowParentDependency','allowPdfExport','allowReordering','allowResizing','allowRowDragAndDrop','allowSelection','allowSorting','allowTaskbarDragAndDrop','allowTaskbarOverlap','allowUnscheduledTasks','autoCalculateDateScheduling','autoFocusTasks','baselineColor','collapseAllParentTasks','columnMenuItems','columns','connectorLineBackground','connectorLineWidth','contextMenuItems','dataSource','dateFormat','dayWorkingTime','disableHtmlEncode','durationUnit','editDialogFields','editSettings','enableAdaptiveUI','enableAutoWbsUpdate','enableContextMenu','enableCriticalPath','enableHtmlSanitizer','enableImmutableMode','enableMultiTaskbar','enablePersistence','enablePredecessorValidation','enableRtl','enableTimelineVirtualization','enableUndoRedo','enableVirtualMaskRow','enableVirtualization','enableWBS','eventMarkers','filterSettings','gridLines','height','highlightWeekends','holidays','includeWeekend','labelSettings','loadChildOnDemand','loadingIndicator','locale','milestoneTemplate','parentTaskbarTemplate','projectEndDate','projectStartDate','query','readOnly','renderBaseline','resourceFields','resourceIDMapping','resourceNameMapping','resources','rowHeight','searchSettings','segmentData','selectedRowIndex','selectionSettings','showColumnMenu','showInlineNotes','showOverAllocation','sortSettings','splitterSettings','taskFields','taskMode','taskType','taskbarHeight','taskbarTemplate','timelineSettings','timelineTemplate','timezone','toolbar','tooltipSettings','treeColumnIndex','undoRedoActions','undoRedoStepsCount','updateOffsetOnTaskbarEdit','validateManualTasksOnLinking','viewType','weekWorkingTime','width','workUnit','workWeek','zoomingLevels'];\nexport const outputs: string[] = ['actionBegin','actionComplete','actionFailure','beforeDataBound','beforeExcelExport','beforePdfExport','beforeTooltipRender','cellDeselected','cellDeselecting','cellEdit','cellSave','cellSelected','cellSelecting','collapsed','collapsing','columnDrag','columnDragStart','columnDrop','columnMenuClick','columnMenuOpen','contextMenuClick','contextMenuOpen','created','dataBound','dataStateChange','destroyed','endEdit','excelExportComplete','excelHeaderQueryCellInfo','excelQueryCellInfo','expanded','expanding','headerCellInfo','load','onMouseMove','onTaskbarClick','pdfColumnHeaderQueryCellInfo','pdfExportComplete','pdfQueryCellInfo','pdfQueryTaskbarInfo','pdfQueryTimelineCellInfo','queryCellInfo','queryTaskbarInfo','recordDoubleClick','resizeStart','resizeStop','resizing','rowDataBound','rowDeselected','rowDeselecting','rowDrag','rowDragStart','rowDragStartHelper','rowDrop','rowSelected','rowSelecting','splitterResizeStart','splitterResized','splitterResizing','taskbarEdited','taskbarEditing','toolbarClick','dataSourceChange'];\nexport const twoWays: string[] = ['dataSource'];\n\n/**\n * `ejs-gantt` represents the Angular Gantt Component.\n * ```html\n * <ejs-gantt [dataSource]='data' allowSelection='true' allowSorting='true'></ejs-gantt>\n * ```\n */\n@Component({\n selector: 'ejs-gantt',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childColumns: new ContentChild(ColumnsDirective), \n childAddDialogFields: new ContentChild(AddDialogFieldsDirective), \n childEditDialogFields: new ContentChild(EditDialogFieldsDirective), \n childDayWorkingTime: new ContentChild(DayWorkingTimeCollectionDirective), \n childWeekWorkingTime: new ContentChild(WeekWorkingTimesDirective), \n childHolidays: new ContentChild(HolidaysDirective), \n childEventMarkers: new ContentChild(EventMarkersDirective)\n }\n})\n@ComponentMixins([ComponentBase])\nexport class GanttComponent extends Gantt implements IComponentBase {\n public context : any;\n public tagObjects: any;\n\tactionBegin: any;\n\tactionComplete: any;\n\tactionFailure: any;\n\tbeforeDataBound: any;\n\tbeforeExcelExport: any;\n\tbeforePdfExport: any;\n\tbeforeTooltipRender: any;\n\tcellDeselected: any;\n\tcellDeselecting: any;\n\tcellEdit: any;\n\tcellSave: any;\n\tcellSelected: any;\n\tcellSelecting: any;\n\tcollapsed: any;\n\tcollapsing: any;\n\tcolumnDrag: any;\n\tcolumnDragStart: any;\n\tcolumnDrop: any;\n\tcolumnMenuClick: any;\n\tcolumnMenuOpen: any;\n\tcontextMenuClick: any;\n\tcontextMenuOpen: any;\n\tcreated: any;\n\tdataBound: any;\n\tdataStateChange: any;\n\tdestroyed: any;\n\tendEdit: any;\n\texcelExportComplete: any;\n\texcelHeaderQueryCellInfo: any;\n\texcelQueryCellInfo: any;\n\texpanded: any;\n\texpanding: any;\n\theaderCellInfo: any;\n\tload: any;\n\tonMouseMove: any;\n\tonTaskbarClick: any;\n\tpdfColumnHeaderQueryCellInfo: any;\n\tpdfExportComplete: any;\n\tpdfQueryCellInfo: any;\n\tpdfQueryTaskbarInfo: any;\n\tpdfQueryTimelineCellInfo: any;\n\tqueryCellInfo: any;\n\tqueryTaskbarInfo: any;\n\trecordDoubleClick: any;\n\tresizeStart: any;\n\tresizeStop: any;\n\tresizing: any;\n\trowDataBound: any;\n\trowDeselected: any;\n\trowDeselecting: any;\n\trowDrag: any;\n\trowDragStart: any;\n\trowDragStartHelper: any;\n\trowDrop: any;\n\trowSelected: any;\n\trowSelecting: any;\n\tsplitterResizeStart: any;\n\tsplitterResized: any;\n\tsplitterResizing: any;\n\ttaskbarEdited: any;\n\ttaskbarEditing: any;\n\ttoolbarClick: any;\n\tpublic dataSourceChange: any;\n public childColumns: QueryList<ColumnsDirective>;\n public childAddDialogFields: QueryList<AddDialogFieldsDirective>;\n public childEditDialogFields: QueryList<EditDialogFieldsDirective>;\n public childDayWorkingTime: QueryList<DayWorkingTimeCollectionDirective>;\n public childWeekWorkingTime: QueryList<WeekWorkingTimesDirective>;\n public childHolidays: QueryList<HolidaysDirective>;\n public childEventMarkers: QueryList<EventMarkersDirective>;\n public tags: string[] = ['columns', 'addDialogFields', 'editDialogFields', 'dayWorkingTime', 'weekWorkingTime', 'holidays', 'eventMarkers'];\n /** \n * Defines a custom template for rendering parent task bars in the Gantt chart. This template allows you to customize the appearance of parent task bars. \n * {% codeBlock src='gantt/parentTaskbarTemplate/index.md' %}{% endcodeBlock %}\n * @default null\n * @asptype string\n */\n @ContentChild('parentTaskbarTemplate')\n @Template()\n public parentTaskbarTemplate: any;\n /** \n * Renders customized html elements for timeline cell from the given template.\n * @default null\n * @asptype string\n */\n @ContentChild('timelineTemplate')\n @Template()\n public timelineTemplate: any;\n /** \n * Defines a custom template for rendering milestone tasks in the Gantt chart. This template allows you to customize the appearance of milestone tasks.\n * @default null\n * @asptype string\n */\n @ContentChild('milestoneTemplate')\n @Template()\n public milestoneTemplate: any;\n /** \n * The task bar template that renders customized child task bars from the given template. \n * This property allows users to define a custom template for rendering child task bars in the Gantt chart. \n * {% codeBlock src='gantt/taskbarTemplate/index.md' %}{% endcodeBlock %}\n * @default null\n * @asptype string\n */\n @ContentChild('taskbarTemplate')\n @Template()\n public taskbarTemplate: any;\n @ContentChild('editTemplate')\n @Template()\n public editTemplate: any;\n @ContentChild('labelSettingsRightLabel')\n @Template()\n public labelSettings_rightLabel: any;\n @ContentChild('labelSettingsLeftLabel')\n @Template()\n public labelSettings_leftLabel: any;\n @ContentChild('labelSettingsTaskLabel')\n @Template()\n public labelSettings_taskLabel: any;\n @ContentChild('tooltipSettingsTaskbar')\n @Template()\n public tooltipSettings_taskbar: any;\n @ContentChild('tooltipSettingsBaseline')\n @Template()\n public tooltipSettings_baseline: any;\n @ContentChild('tooltipSettingsConnectorLine')\n @Template()\n public tooltipSettings_connectorLine: any;\n @ContentChild('tooltipSettingsEditing')\n @Template()\n public tooltipSettings_editing: any;\n @ContentChild('tooltipSettingsTimeline')\n @Template()\n public tooltipSettings_timeline: any;\n @ContentChild('filterItemTemplate')\n @Template()\n public filter_itemTemplate: any;\n @ContentChild('filterTemplate')\n @Template()\n public filterTemplate: 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('GanttFilter');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('GanttSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('GanttSort');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('GanttReorder');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('GanttResize');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('GanttEdit');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('GanttDayMarkers');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('GanttToolbar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('GanttContextMenu');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('GanttExcelExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('GanttRowDD');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('GanttColumnMenu');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('GanttPdfExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('GanttVirtualScroll');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('GanttCriticalPath');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('GanttUndoRedo');\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.childColumns;\n \n\t if (this.childAddDialogFields) {\n this.tagObjects[1].instance = this.childAddDialogFields;\n }\n \n\t if (this.childEditDialogFields) {\n this.tagObjects[2].instance = this.childEditDialogFields;\n }\n \n\t if (this.childDayWorkingTime) {\n this.tagObjects[3].instance = this.childDayWorkingTime;\n }\n \n\t if (this.childWeekWorkingTime) {\n this.tagObjects[4].instance = this.childWeekWorkingTime;\n }\n \n\t if (this.childHolidays) {\n this.tagObjects[5].instance = this.childHolidays;\n }\n \n\t if (this.childEventMarkers) {\n this.tagObjects[6].instance = this.childEventMarkers;\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 { ColumnDirective, ColumnsDirective } from './columns.directive';\nimport { AddDialogFieldDirective, AddDialogFieldsDirective } from './adddialogfields.directive';\nimport { EditDialogFieldDirective, EditDialogFieldsDirective } from './editdialogfields.directive';\nimport { DayWorkingTimeDirective, DayWorkingTimeCollectionDirective } from './dayworkingtime.directive';\nimport { WeekWorkingTimeDirective, WeekWorkingTimesDirective } from './weekworkingtime.directive';\nimport { HolidayDirective, HolidaysDirective } from './holidays.directive';\nimport { EventMarkerDirective, EventMarkersDirective } from './eventmarkers.directive';\nimport { GanttComponent } from './gantt.component';\n\n/**\n * NgModule definition for the Gantt component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n GanttComponent,\n ColumnDirective,\n ColumnsDirective,\n AddDialogFieldDirective,\n AddDialogFieldsDirective,\n EditDialogFieldDirective,\n EditDialogFieldsDirective,\n DayWorkingTimeDirective,\n DayWorkingTimeCollectionDirective,\n WeekWorkingTimeDirective,\n WeekWorkingTimesDirective,\n HolidayDirective,\n HolidaysDirective,\n EventMarkerDirective,\n EventMarkersDirective\n ],\n exports: [\n GanttComponent,\n ColumnDirective,\n ColumnsDirective,\n AddDialogFieldDirective,\n AddDialogFieldsDirective,\n EditDialogFieldDirective,\n EditDialogFieldsDirective,\n DayWorkingTimeDirective,\n DayWorkingTimeCollectionDirective,\n WeekWorkingTimeDirective,\n WeekWorkingTimesDirective,\n HolidayDirective,\n HolidaysDirective,\n EventMarkerDirective,\n EventMarkersDirective\n ]\n})\nexport class GanttModule { }","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ColumnDirective, ColumnsDirective } from './columns.directive';\nimport { AddDialogFieldDirective, AddDialogFieldsDirective } from './adddialogfields.directive';\nimport { EditDialogFieldDirective, EditDialogFieldsDirective } from './editdialogfields.directive';\nimport { DayWorkingTimeDirective, DayWorkingTimeCollectionDirective } from './dayworkingtime.directive';\nimport { WeekWorkingTimeDirective, WeekWorkingTimesDirective } from './weekworkingtime.directive';\nimport { HolidayDirective, HolidaysDirective } from './holidays.directive';\nimport { EventMarkerDirective, EventMarkersDirective } from './eventmarkers.directive';\nimport { GanttComponent } from './gantt.component';\nimport { GanttModule } from './gantt.module';\nimport {Filter, Selection, Sort, Reorder, Resize, Edit, DayMarkers, Toolbar, ContextMenu, ExcelExport, RowDD, ColumnMenu, PdfExport, VirtualScroll, CriticalPath, UndoRedo} from '@syncfusion/ej2-gantt'\n\n\nexport const FilterService: ValueProvider = { provide: 'GanttFilter', useValue: Filter};\nexport const SelectionService: ValueProvider = { provide: 'GanttSelection', useValue: Selection};\nexport const SortService: ValueProvider = { provide: 'GanttSort', useValue: Sort};\nexport const ReorderService: ValueProvider = { provide: 'GanttReorder', useValue: Reorder};\nexport const ResizeService: ValueProvider = { provide: 'GanttResize', useValue: Resize};\nexport const EditService: ValueProvider = { provide: 'GanttEdit', useValue: Edit};\nexport const DayMarkersService: ValueProvider = { provide: 'GanttDayMarkers', useValue: DayMarkers};\nexport const ToolbarService: ValueProvider = { provide: 'GanttToolbar', useValue: Toolbar};\nexport const ContextMenuService: ValueProvider = { provide: 'GanttContextMenu', useValue: ContextMenu};\nexport const ExcelExportService: ValueProvider = { provide: 'GanttExcelExport', useValue: ExcelExport};\nexport const RowDDService: ValueProvider = { provide: 'GanttRowDD', useValue: RowDD};\nexport const ColumnMenuService: ValueProvider = { provide: 'GanttColumnMenu', useValue: ColumnMenu};\nexport const PdfExportService: ValueProvider = { provide: 'GanttPdfExport', useValue: PdfExport};\nexport const VirtualScrollService: ValueProvider = { provide: 'GanttVirtualScroll', useValue: VirtualScroll};\nexport const CriticalPathService: ValueProvider = { provide: 'GanttCriticalPath', useValue: CriticalPath};\nexport const UndoRedoService: ValueProvider = { provide: 'GanttUndoRedo', useValue: UndoRedo};\n\n/**\n * NgModule definition for the Gantt component with providers.\n */\n@NgModule({\n imports: [CommonModule, GanttModule],\n exports: [\n GanttModule\n ],\n providers:[\n FilterService,\n SelectionService,\n SortService,\n ReorderService,\n ResizeService,\n EditService,\n DayMarkersService,\n ToolbarService,\n ContextMenuService,\n ExcelExportService,\n RowDDService,\n ColumnMenuService,\n PdfExportService,\n VirtualScrollService,\n CriticalPathService,\n UndoRedoService\n ]\n})\nexport class GanttAllModule { }","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":["input","outputs"],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-gantt",
|
|
3
|
-
"version": "30.2.5
|
|
3
|
+
"version": "30.2.5",
|
|
4
4
|
"description": "Essential JS 2 Gantt Component for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~30.2.4",
|
|
11
11
|
"@syncfusion/ej2-gantt": "30.2.5"
|
|
12
12
|
},
|
|
13
|
-
"devDependencies": {},
|
|
14
13
|
"keywords": [
|
|
15
14
|
"angular",
|
|
16
15
|
"angular-gantt",
|
|
@@ -36,10 +35,24 @@
|
|
|
36
35
|
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
37
36
|
},
|
|
38
37
|
"sideEffects": false,
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
38
|
+
"module": "fesm2015/syncfusion-ej2-angular-gantt.mjs",
|
|
39
|
+
"es2020": "fesm2020/syncfusion-ej2-angular-gantt.mjs",
|
|
40
|
+
"esm2020": "esm2020/syncfusion-ej2-angular-gantt.mjs",
|
|
41
|
+
"fesm2020": "fesm2020/syncfusion-ej2-angular-gantt.mjs",
|
|
42
|
+
"fesm2015": "fesm2015/syncfusion-ej2-angular-gantt.mjs",
|
|
43
|
+
"typings": "syncfusion-ej2-angular-gantt.d.ts",
|
|
44
|
+
"exports": {
|
|
45
|
+
"./package.json": {
|
|
46
|
+
"default": "./package.json"
|
|
47
|
+
},
|
|
48
|
+
".": {
|
|
49
|
+
"types": "./syncfusion-ej2-angular-gantt.d.ts",
|
|
50
|
+
"esm2020": "./esm2020/syncfusion-ej2-angular-gantt.mjs",
|
|
51
|
+
"es2020": "./fesm2020/syncfusion-ej2-angular-gantt.mjs",
|
|
52
|
+
"es2015": "./fesm2015/syncfusion-ej2-angular-gantt.mjs",
|
|
53
|
+
"node": "./fesm2015/syncfusion-ej2-angular-gantt.mjs",
|
|
54
|
+
"default": "./fesm2020/syncfusion-ej2-angular-gantt.mjs"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
44
57
|
"homepage": "https://www.syncfusion.com/angular-components"
|
|
45
58
|
}
|
package/public_api.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './src/index';
|
|
1
|
+
export * from './src/index';
|
|
@@ -1,53 +1,58 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* <e-add-dialog-field type='
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
* * `
|
|
23
|
-
* * `
|
|
24
|
-
* * `
|
|
25
|
-
* * `
|
|
26
|
-
* * `
|
|
27
|
-
*
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
*
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
*
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
*
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* `e-add-dialog-field` directive represent a add dialog fields collection in Gantt task add dialog.
|
|
6
|
+
* It must be contained in a Gantt component(`ejs-gantt`).
|
|
7
|
+
* ```html
|
|
8
|
+
* <ejs-gantt [dataSource]='data' allowSelection='true' allowSorting='true'>
|
|
9
|
+
* <e-add-dialog-fields>
|
|
10
|
+
* <e-add-dialog-field type='General' headerText='General'></e-add-dialog-field>
|
|
11
|
+
* <e-add-dialog-field type='Dependency' headerText='Dependency'></e-add-dialog-field>
|
|
12
|
+
* </e-add-dialog-fields>
|
|
13
|
+
* </ejs-gantt>
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare class AddDialogFieldDirective extends ComplexBase<AddDialogFieldDirective> {
|
|
17
|
+
private viewContainerRef;
|
|
18
|
+
directivePropList: any;
|
|
19
|
+
/**
|
|
20
|
+
* Specifies the types of tabs that contain editors for columns.
|
|
21
|
+
* Available tab types:
|
|
22
|
+
* * `General` - Represents the general information editor tab.
|
|
23
|
+
* * `Dependency` - Represents the dependency editor tab.
|
|
24
|
+
* * `Resources` - Represents the resource editor tab.
|
|
25
|
+
* * `Notes` - Represents the notes editor tab.
|
|
26
|
+
* * `Segments` - Represents the segments editor tab.
|
|
27
|
+
* * `Custom` - Represents the custom column editor tab.
|
|
28
|
+
* @default null
|
|
29
|
+
*/
|
|
30
|
+
type: any;
|
|
31
|
+
/**
|
|
32
|
+
* Specifies the configuration properties for Grid, Rich Text Editor (RTE), or TreeGrid controls within the Gantt edit dialog.
|
|
33
|
+
* @default null
|
|
34
|
+
*/
|
|
35
|
+
additionalParams: any;
|
|
36
|
+
/**
|
|
37
|
+
* Specifies the edited column fields to be placed inside the tab.
|
|
38
|
+
* @default null
|
|
39
|
+
*/
|
|
40
|
+
fields: any;
|
|
41
|
+
/**
|
|
42
|
+
* Defines header text of tab item.
|
|
43
|
+
* @default null
|
|
44
|
+
*/
|
|
45
|
+
headerText: any;
|
|
46
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
47
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AddDialogFieldDirective, never>;
|
|
48
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AddDialogFieldDirective, "ejs-gantt>e-add-dialog-fields>e-add-dialog-field", never, { "additionalParams": "additionalParams"; "fields": "fields"; "headerText": "headerText"; "type": "type"; }, {}, never>;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* AddDialogField Array Directive
|
|
52
|
+
* @private
|
|
53
|
+
*/
|
|
54
|
+
export declare class AddDialogFieldsDirective extends ArrayBase<AddDialogFieldsDirective> {
|
|
55
|
+
constructor();
|
|
56
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AddDialogFieldsDirective, never>;
|
|
57
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AddDialogFieldsDirective, "ejs-gantt>e-add-dialog-fields", never, {}, {}, ["children"]>;
|
|
58
|
+
}
|