@syncfusion/ej2-angular-gantt
Advanced tools
Comparing version 27.1.53 to 27.1.55-ngcc
{ | ||
"_from": "@syncfusion/ej2-angular-gantt@*", | ||
"_id": "@syncfusion/ej2-angular-gantt@27.1.52", | ||
"_id": "@syncfusion/ej2-angular-gantt@27.1.51", | ||
"_inBundle": false, | ||
"_integrity": "sha512-ECwpr+M+4xCxhUvtBkersFi/NDJuDwtw7xu7glrdBgIQfcb8pWuzWJZZvMD4ZF1EC/t9F9V5e2DmosKZIOnrrQ==", | ||
"_integrity": "sha512-HghLEqO9tdQqeUnxf2sznNGKz8ngTCB1rUKPa9qB4s868fxBfnXxAk49aOYmca8cZ3poWxUTyzK6q2pEF3wy1Q==", | ||
"_location": "/@syncfusion/ej2-angular-gantt", | ||
@@ -22,6 +22,6 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-gantt/-/ej2-angular-gantt-27.1.52.tgz", | ||
"_shasum": "3be2fa90da83352e54d0c39b69d6c1cd55c70f17", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-gantt/-/ej2-angular-gantt-27.1.51.tgz", | ||
"_shasum": "214a780ddfb1b13bbccbec92d39c2db19a92a272", | ||
"_spec": "@syncfusion/ej2-angular-gantt@*", | ||
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included", | ||
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/packages/included", | ||
"author": { | ||
@@ -36,24 +36,9 @@ "name": "Syncfusion Inc." | ||
"@syncfusion/ej2-angular-base": "~27.1.50", | ||
"@syncfusion/ej2-base": "~27.1.53", | ||
"@syncfusion/ej2-gantt": "27.1.53" | ||
"@syncfusion/ej2-base": "~27.1.55", | ||
"@syncfusion/ej2-gantt": "27.1.55" | ||
}, | ||
"deprecated": false, | ||
"description": "Essential JS 2 Gantt Component for Angular", | ||
"es2020": "fesm2020/syncfusion-ej2-angular-gantt.mjs", | ||
"esm2020": "esm2020/syncfusion-ej2-angular-gantt.mjs", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./syncfusion-ej2-angular-gantt.d.ts", | ||
"esm2020": "./esm2020/syncfusion-ej2-angular-gantt.mjs", | ||
"es2020": "./fesm2020/syncfusion-ej2-angular-gantt.mjs", | ||
"es2015": "./fesm2015/syncfusion-ej2-angular-gantt.mjs", | ||
"node": "./fesm2015/syncfusion-ej2-angular-gantt.mjs", | ||
"default": "./fesm2020/syncfusion-ej2-angular-gantt.mjs" | ||
} | ||
}, | ||
"fesm2015": "fesm2015/syncfusion-ej2-angular-gantt.mjs", | ||
"fesm2020": "fesm2020/syncfusion-ej2-angular-gantt.mjs", | ||
"devDependencies": {}, | ||
"es2015": "@syncfusion/ej2-angular-gantt.js", | ||
"homepage": "https://www.syncfusion.com/angular-components", | ||
@@ -81,3 +66,5 @@ "keywords": [ | ||
"license": "SEE LICENSE IN license", | ||
"module": "fesm2015/syncfusion-ej2-angular-gantt.mjs", | ||
"main": "dist/ej2-angular-gantt.umd.js", | ||
"metadata": "ej2-angular-gantt.metadata.json", | ||
"module": "@syncfusion/ej2-angular-gantt.es5.js", | ||
"name": "@syncfusion/ej2-angular-gantt", | ||
@@ -90,4 +77,4 @@ "repository": { | ||
"sideEffects": false, | ||
"typings": "syncfusion-ej2-angular-gantt.d.ts", | ||
"version": "27.1.53" | ||
"typings": "ej2-angular-gantt.d.ts", | ||
"version": "27.1.55-ngcc" | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.pkgName = '@syncfusion/ej2-angular-gantt'; | ||
exports.pkgVer = '^27.1.53'; | ||
exports.pkgVer = '^27.1.55'; | ||
exports.moduleName = 'GanttModule'; | ||
exports.themeVer = '~27.1.53'; | ||
exports.themeVer = '~27.1.55'; |
export const pkgName = '@syncfusion/ej2-angular-gantt'; | ||
export const pkgVer = '^27.1.53'; | ||
export const pkgVer = '^27.1.55'; | ||
export const moduleName = 'GanttModule'; | ||
export const themeVer = '~27.1.53'; | ||
export const themeVer = '~27.1.55'; |
import { ViewContainerRef } from '@angular/core'; | ||
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -45,4 +44,2 @@ * `e-add-dialog-field` directive represent a add dialog fields collection in Gantt task add dialog. | ||
constructor(viewContainerRef: ViewContainerRef); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<AddDialogFieldDirective, never>; | ||
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>; | ||
} | ||
@@ -55,4 +52,2 @@ /** | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<AddDialogFieldsDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<AddDialogFieldsDirective, "ejs-gantt>e-add-dialog-fields", never, {}, {}, ["children"]>; | ||
} |
import { ViewContainerRef } from '@angular/core'; | ||
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -200,4 +199,2 @@ * `e-column` directive represent a column of the Angular Gantt. | ||
constructor(viewContainerRef: ViewContainerRef); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnDirective, "ejs-gantt>e-columns>e-column", never, { "allowEditing": "allowEditing"; "allowFiltering": "allowFiltering"; "allowReordering": "allowReordering"; "allowResizing": "allowResizing"; "allowSorting": "allowSorting"; "clipMode": "clipMode"; "customAttributes": "customAttributes"; "disableHtmlEncode": "disableHtmlEncode"; "displayAsCheckBox": "displayAsCheckBox"; "edit": "edit"; "editType": "editType"; "field": "field"; "filter": "filter"; "format": "format"; "formatter": "formatter"; "headerTemplate": "headerTemplate"; "headerText": "headerText"; "headerTextAlign": "headerTextAlign"; "hideAtMedia": "hideAtMedia"; "isPrimaryKey": "isPrimaryKey"; "maxWidth": "maxWidth"; "minWidth": "minWidth"; "sortComparer": "sortComparer"; "template": "template"; "textAlign": "textAlign"; "type": "type"; "validationRules": "validationRules"; "valueAccessor": "valueAccessor"; "visible": "visible"; "width": "width"; }, {}, ["template", "headerTemplate"]>; | ||
} | ||
@@ -210,4 +207,2 @@ /** | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnsDirective, "ejs-gantt>e-columns", never, {}, {}, ["children"]>; | ||
} |
import { ViewContainerRef } from '@angular/core'; | ||
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -30,4 +29,2 @@ * `e-day-working-time-collection` directive represent a working time ranges in a day. | ||
constructor(viewContainerRef: ViewContainerRef); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DayWorkingTimeDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<DayWorkingTimeDirective, "ejs-gantt>e-day-working-time-collection>e-day-working-time", never, { "from": "from"; "to": "to"; }, {}, never>; | ||
} | ||
@@ -40,4 +37,2 @@ /** | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DayWorkingTimeCollectionDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<DayWorkingTimeCollectionDirective, "ejs-gantt>e-day-working-time-collection", never, {}, {}, ["children"]>; | ||
} |
import { ViewContainerRef } from '@angular/core'; | ||
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -45,4 +44,2 @@ * `e-edit-dialog-field` directive represent a edit dialog fields collection in Gantt task add dialog. | ||
constructor(viewContainerRef: ViewContainerRef); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<EditDialogFieldDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<EditDialogFieldDirective, "ejs-gantt>e-edit-dialog-fields>e-edit-dialog-field", never, { "additionalParams": "additionalParams"; "fields": "fields"; "headerText": "headerText"; "type": "type"; }, {}, never>; | ||
} | ||
@@ -55,4 +52,2 @@ /** | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<EditDialogFieldsDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<EditDialogFieldsDirective, "ejs-gantt>e-edit-dialog-fields", never, {}, {}, ["children"]>; | ||
} |
import { ViewContainerRef } from '@angular/core'; | ||
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -34,4 +33,2 @@ * `e-event-markers` directive represent a event marker collection in Gantt. | ||
constructor(viewContainerRef: ViewContainerRef); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<EventMarkerDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<EventMarkerDirective, "ejs-gantt>e-event-markers>e-event-marker", never, { "cssClass": "cssClass"; "day": "day"; "label": "label"; }, {}, never>; | ||
} | ||
@@ -44,4 +41,2 @@ /** | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<EventMarkersDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<EventMarkersDirective, "ejs-gantt>e-event-markers", never, {}, {}, ["children"]>; | ||
} |
import { ValueProvider } from '@angular/core'; | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "@angular/common"; | ||
import * as i2 from "./gantt.module"; | ||
export declare const FilterService: ValueProvider; | ||
@@ -25,5 +22,2 @@ export declare const SelectionService: ValueProvider; | ||
export declare class GanttAllModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<GanttAllModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<GanttAllModule, never, [typeof i1.CommonModule, typeof i2.GanttModule], [typeof i2.GanttModule]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<GanttAllModule>; | ||
} |
@@ -11,3 +11,2 @@ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core'; | ||
import { EventMarkersDirective } from './eventmarkers.directive'; | ||
import * as i0 from "@angular/core"; | ||
export declare const inputs: string[]; | ||
@@ -138,4 +137,2 @@ export declare const outputs: string[]; | ||
addTwoWay: (propList: string[]) => void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<GanttComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GanttComponent, "ejs-gantt", never, { "UpdateOffsetOnTaskbarEdit": "UpdateOffsetOnTaskbarEdit"; "addDialogFields": "addDialogFields"; "allowExcelExport": "allowExcelExport"; "allowFiltering": "allowFiltering"; "allowKeyboard": "allowKeyboard"; "allowParentDependency": "allowParentDependency"; "allowPdfExport": "allowPdfExport"; "allowReordering": "allowReordering"; "allowResizing": "allowResizing"; "allowRowDragAndDrop": "allowRowDragAndDrop"; "allowSelection": "allowSelection"; "allowSorting": "allowSorting"; "allowTaskbarDragAndDrop": "allowTaskbarDragAndDrop"; "allowTaskbarOverlap": "allowTaskbarOverlap"; "allowUnscheduledTasks": "allowUnscheduledTasks"; "autoCalculateDateScheduling": "autoCalculateDateScheduling"; "autoFocusTasks": "autoFocusTasks"; "baselineColor": "baselineColor"; "collapseAllParentTasks": "collapseAllParentTasks"; "columnMenuItems": "columnMenuItems"; "columns": "columns"; "connectorLineBackground": "connectorLineBackground"; "connectorLineWidth": "connectorLineWidth"; "contextMenuItems": "contextMenuItems"; "dataSource": "dataSource"; "dateFormat": "dateFormat"; "dayWorkingTime": "dayWorkingTime"; "disableHtmlEncode": "disableHtmlEncode"; "durationUnit": "durationUnit"; "editDialogFields": "editDialogFields"; "editSettings": "editSettings"; "enableAdaptiveUI": "enableAdaptiveUI"; "enableContextMenu": "enableContextMenu"; "enableCriticalPath": "enableCriticalPath"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enableImmutableMode": "enableImmutableMode"; "enableMultiTaskbar": "enableMultiTaskbar"; "enablePersistence": "enablePersistence"; "enablePredecessorValidation": "enablePredecessorValidation"; "enableRtl": "enableRtl"; "enableTimelineVirtualization": "enableTimelineVirtualization"; "enableUndoRedo": "enableUndoRedo"; "enableVirtualMaskRow": "enableVirtualMaskRow"; "enableVirtualization": "enableVirtualization"; "eventMarkers": "eventMarkers"; "filterSettings": "filterSettings"; "gridLines": "gridLines"; "height": "height"; "highlightWeekends": "highlightWeekends"; "holidays": "holidays"; "includeWeekend": "includeWeekend"; "labelSettings": "labelSettings"; "loadChildOnDemand": "loadChildOnDemand"; "loadingIndicator": "loadingIndicator"; "locale": "locale"; "milestoneTemplate": "milestoneTemplate"; "parentTaskbarTemplate": "parentTaskbarTemplate"; "projectEndDate": "projectEndDate"; "projectStartDate": "projectStartDate"; "query": "query"; "readOnly": "readOnly"; "renderBaseline": "renderBaseline"; "resourceFields": "resourceFields"; "resourceIDMapping": "resourceIDMapping"; "resourceNameMapping": "resourceNameMapping"; "resources": "resources"; "rowHeight": "rowHeight"; "searchSettings": "searchSettings"; "segmentData": "segmentData"; "selectedRowIndex": "selectedRowIndex"; "selectionSettings": "selectionSettings"; "showColumnMenu": "showColumnMenu"; "showInlineNotes": "showInlineNotes"; "showOverAllocation": "showOverAllocation"; "sortSettings": "sortSettings"; "splitterSettings": "splitterSettings"; "taskFields": "taskFields"; "taskMode": "taskMode"; "taskType": "taskType"; "taskbarHeight": "taskbarHeight"; "taskbarTemplate": "taskbarTemplate"; "timelineSettings": "timelineSettings"; "timelineTemplate": "timelineTemplate"; "timezone": "timezone"; "toolbar": "toolbar"; "tooltipSettings": "tooltipSettings"; "treeColumnIndex": "treeColumnIndex"; "undoRedoActions": "undoRedoActions"; "undoRedoStepsCount": "undoRedoStepsCount"; "updateOffsetOnTaskbarEdit": "updateOffsetOnTaskbarEdit"; "validateManualTasksOnLinking": "validateManualTasksOnLinking"; "viewType": "viewType"; "weekWorkingTime": "weekWorkingTime"; "width": "width"; "workUnit": "workUnit"; "workWeek": "workWeek"; "zoomingLevels": "zoomingLevels"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeExcelExport": "beforeExcelExport"; "beforePdfExport": "beforePdfExport"; "beforeTooltipRender": "beforeTooltipRender"; "cellDeselected": "cellDeselected"; "cellDeselecting": "cellDeselecting"; "cellEdit": "cellEdit"; "cellSelected": "cellSelected"; "cellSelecting": "cellSelecting"; "collapsed": "collapsed"; "collapsing": "collapsing"; "columnDrag": "columnDrag"; "columnDragStart": "columnDragStart"; "columnDrop": "columnDrop"; "columnMenuClick": "columnMenuClick"; "columnMenuOpen": "columnMenuOpen"; "contextMenuClick": "contextMenuClick"; "contextMenuOpen": "contextMenuOpen"; "created": "created"; "dataBound": "dataBound"; "dataStateChange": "dataStateChange"; "destroyed": "destroyed"; "endEdit": "endEdit"; "excelExportComplete": "excelExportComplete"; "excelHeaderQueryCellInfo": "excelHeaderQueryCellInfo"; "excelQueryCellInfo": "excelQueryCellInfo"; "expanded": "expanded"; "expanding": "expanding"; "headerCellInfo": "headerCellInfo"; "load": "load"; "onMouseMove": "onMouseMove"; "onTaskbarClick": "onTaskbarClick"; "pdfColumnHeaderQueryCellInfo": "pdfColumnHeaderQueryCellInfo"; "pdfExportComplete": "pdfExportComplete"; "pdfQueryCellInfo": "pdfQueryCellInfo"; "pdfQueryTaskbarInfo": "pdfQueryTaskbarInfo"; "pdfQueryTimelineCellInfo": "pdfQueryTimelineCellInfo"; "queryCellInfo": "queryCellInfo"; "queryTaskbarInfo": "queryTaskbarInfo"; "recordDoubleClick": "recordDoubleClick"; "resizeStart": "resizeStart"; "resizeStop": "resizeStop"; "resizing": "resizing"; "rowDataBound": "rowDataBound"; "rowDeselected": "rowDeselected"; "rowDeselecting": "rowDeselecting"; "rowDrag": "rowDrag"; "rowDragStart": "rowDragStart"; "rowDragStartHelper": "rowDragStartHelper"; "rowDrop": "rowDrop"; "rowSelected": "rowSelected"; "rowSelecting": "rowSelecting"; "splitterResizeStart": "splitterResizeStart"; "splitterResized": "splitterResized"; "splitterResizing": "splitterResizing"; "taskbarEdited": "taskbarEdited"; "taskbarEditing": "taskbarEditing"; "toolbarClick": "toolbarClick"; "dataSourceChange": "dataSourceChange"; }, ["parentTaskbarTemplate", "timelineTemplate", "milestoneTemplate", "taskbarTemplate", "labelSettings_rightLabel", "labelSettings_leftLabel", "labelSettings_taskLabel", "tooltipSettings_taskbar", "tooltipSettings_baseline", "tooltipSettings_connectorLine", "tooltipSettings_editing", "childColumns", "childAddDialogFields", "childEditDialogFields", "childDayWorkingTime", "childWeekWorkingTime", "childHolidays", "childEventMarkers"], never>; | ||
} |
@@ -1,11 +0,1 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./gantt.component"; | ||
import * as i2 from "./columns.directive"; | ||
import * as i3 from "./adddialogfields.directive"; | ||
import * as i4 from "./editdialogfields.directive"; | ||
import * as i5 from "./dayworkingtime.directive"; | ||
import * as i6 from "./weekworkingtime.directive"; | ||
import * as i7 from "./holidays.directive"; | ||
import * as i8 from "./eventmarkers.directive"; | ||
import * as i9 from "@angular/common"; | ||
/** | ||
@@ -15,5 +5,2 @@ * NgModule definition for the Gantt component. | ||
export declare class GanttModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<GanttModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<GanttModule, [typeof i1.GanttComponent, typeof i2.ColumnDirective, typeof i2.ColumnsDirective, typeof i3.AddDialogFieldDirective, typeof i3.AddDialogFieldsDirective, typeof i4.EditDialogFieldDirective, typeof i4.EditDialogFieldsDirective, typeof i5.DayWorkingTimeDirective, typeof i5.DayWorkingTimeCollectionDirective, typeof i6.WeekWorkingTimeDirective, typeof i6.WeekWorkingTimesDirective, typeof i7.HolidayDirective, typeof i7.HolidaysDirective, typeof i8.EventMarkerDirective, typeof i8.EventMarkersDirective], [typeof i9.CommonModule], [typeof i1.GanttComponent, typeof i2.ColumnDirective, typeof i2.ColumnsDirective, typeof i3.AddDialogFieldDirective, typeof i3.AddDialogFieldsDirective, typeof i4.EditDialogFieldDirective, typeof i4.EditDialogFieldsDirective, typeof i5.DayWorkingTimeDirective, typeof i5.DayWorkingTimeCollectionDirective, typeof i6.WeekWorkingTimeDirective, typeof i6.WeekWorkingTimesDirective, typeof i7.HolidayDirective, typeof i7.HolidaysDirective, typeof i8.EventMarkerDirective, typeof i8.EventMarkersDirective]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<GanttModule>; | ||
} |
import { ViewContainerRef } from '@angular/core'; | ||
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -40,4 +39,2 @@ * `e-holidays` directive represent a holidays collection in Gantt. | ||
constructor(viewContainerRef: ViewContainerRef); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<HolidayDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<HolidayDirective, "ejs-gantt>e-holidays>e-holidays", never, { "cssClass": "cssClass"; "from": "from"; "label": "label"; "to": "to"; }, {}, never>; | ||
} | ||
@@ -50,4 +47,2 @@ /** | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<HolidaysDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<HolidaysDirective, "ejs-gantt>e-holidays", never, {}, {}, ["children"]>; | ||
} |
import { ViewContainerRef } from '@angular/core'; | ||
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -32,4 +31,2 @@ * `e-week-working-times` directive represent a working time ranges in a day. | ||
constructor(viewContainerRef: ViewContainerRef); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<WeekWorkingTimeDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<WeekWorkingTimeDirective, "ejs-gantt>e-week-working-times>e-week-working-time", never, { "dayOfWeek": "dayOfWeek"; "timeRange": "timeRange"; }, {}, never>; | ||
} | ||
@@ -42,4 +39,2 @@ /** | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<WeekWorkingTimesDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<WeekWorkingTimesDirective, "ejs-gantt>e-week-working-times", never, {}, {}, ["children"]>; | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
567322
3668
151
1
80
2
+ Added@syncfusion/ej2-gantt@27.1.55(transitive)
- Removed@syncfusion/ej2-gantt@27.1.53(transitive)