@syncfusion/ej2-gantt
Advanced tools
Comparing version 24.1.46 to 24.1.47
/*! | ||
* filename: index.d.ts | ||
* version : 24.1.46 | ||
* version : 24.1.47 | ||
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-gantt@*", | ||
"_id": "@syncfusion/ej2-gantt@24.1.45", | ||
"_id": "@syncfusion/ej2-gantt@24.1.46", | ||
"_inBundle": false, | ||
"_integrity": "sha512-ouyWG2m2BKnXPY82s0pedbcWVo6BY0O5MDekp48im55Xx7Kn3AygKgPxaOjQExnEcZTZI4OXroStsTQzOK49Qw==", | ||
"_integrity": "sha512-D0PkQMqSxymxo0yp2d+nGVOO12m7BwUEoQwYcs0+EkK3n4FyYuh29TqZ5HCcC+gKAcKAJGs/kz2JJpv99TexYA==", | ||
"_location": "/@syncfusion/ej2-gantt", | ||
@@ -26,4 +26,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-gantt/-/ej2-gantt-24.1.45.tgz", | ||
"_shasum": "ade85add34aa65cd55272fb32abe37fa12e109c9", | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-gantt/-/ej2-gantt-24.1.46.tgz", | ||
"_shasum": "a27bd8c1cc2c4f3d0e822f1082f7998d4385ec05", | ||
"_spec": "@syncfusion/ej2-gantt@*", | ||
@@ -41,7 +41,7 @@ "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included", | ||
"@syncfusion/ej2-buttons": "~24.1.46", | ||
"@syncfusion/ej2-calendars": "~24.1.44", | ||
"@syncfusion/ej2-calendars": "~24.1.47", | ||
"@syncfusion/ej2-data": "~24.1.41", | ||
"@syncfusion/ej2-dropdowns": "~24.1.46", | ||
"@syncfusion/ej2-grids": "~24.1.46", | ||
"@syncfusion/ej2-inputs": "~24.1.45", | ||
"@syncfusion/ej2-dropdowns": "~24.1.47", | ||
"@syncfusion/ej2-grids": "~24.1.47", | ||
"@syncfusion/ej2-inputs": "~24.1.47", | ||
"@syncfusion/ej2-layouts": "~24.1.41", | ||
@@ -52,4 +52,4 @@ "@syncfusion/ej2-lists": "~24.1.46", | ||
"@syncfusion/ej2-popups": "~24.1.46", | ||
"@syncfusion/ej2-richtexteditor": "~24.1.46", | ||
"@syncfusion/ej2-svg-base": "~24.1.46", | ||
"@syncfusion/ej2-richtexteditor": "~24.1.47", | ||
"@syncfusion/ej2-svg-base": "~24.1.47", | ||
"@syncfusion/ej2-treegrid": "~24.1.46" | ||
@@ -80,4 +80,4 @@ }, | ||
"typings": "index.d.ts", | ||
"version": "24.1.46", | ||
"version": "24.1.47", | ||
"sideEffects": false | ||
} |
@@ -113,5 +113,5 @@ import { TreeGrid } from '@syncfusion/ej2-treegrid'; | ||
this.parent.treeGrid[root] = this.parent[root] ? this.parent[root] : this.parent; | ||
setValue('registeredTemplate', this.registeredTemplate, this.parent.treeGrid.grid); | ||
setValue('registeredTemplate', this.registeredTemplate, this.parent.treeGrid); | ||
var ref = 'viewContainerRef'; | ||
setValue('viewContainerRef', this["" + ref], this.parent.treeGrid.grid); | ||
setValue('viewContainerRef', this.parent["" + ref], this.parent.treeGrid); | ||
this.parent.treeGrid.appendTo(this.treeGridElement); | ||
@@ -118,0 +118,0 @@ if (this.parent.treeGrid.grid && this.parent.toolbarModule && this.parent.isReact) { |
@@ -1,2 +0,2 @@ | ||
import { PointF, PdfColor, PdfPen, PdfSolidBrush, PdfStandardFont, PdfStringFormat, PdfVerticalAlignment, PdfTextAlignment, PdfWordWrapType, PdfFontFamily, PdfBrushes } from '@syncfusion/ej2-pdf-export'; | ||
import { PointF, PdfColor, PdfPen, PdfSolidBrush, PdfStandardFont, PdfStringFormat, PdfVerticalAlignment, PdfTextAlignment, PdfWordWrapType, PdfFontFamily, PdfBrushes, RectangleF } from '@syncfusion/ej2-pdf-export'; | ||
import { extend, isNullOrUndefined } from '@syncfusion/ej2-base'; | ||
@@ -234,3 +234,3 @@ import { pixelToPoint, pointToPixel } from '../base/utils'; | ||
if (this.holidayCompleted) { | ||
var state = graphics.save(); | ||
var state_1 = graphics.save(); | ||
var font1 = new PdfStandardFont(PdfFontFamily.Helvetica, 10); | ||
@@ -243,3 +243,3 @@ var fontHieght = font1.height; | ||
graphics.drawString(this.holidayLabel, font1, null, PdfBrushes.Black, 10, 10, null); | ||
graphics.restore(state); | ||
graphics.restore(state_1); | ||
this.holidayCompleted = false; | ||
@@ -253,3 +253,3 @@ } | ||
graphics.drawRectangle(null, holidayBrush, x + width / 2 - fontSize, y + pixelToPoint(height), fontSize, page.getClientSize().height); | ||
var state = graphics.save(); | ||
var state_2 = graphics.save(); | ||
graphics.translateTransform(x + width + width / 2 - fontSize, 40); | ||
@@ -259,3 +259,3 @@ graphics.rotateTransform(-90); | ||
graphics.drawString(this.holidayLabel, font1, null, PdfBrushes.Black, 10, 10, null); | ||
graphics.restore(state); | ||
graphics.restore(state_2); | ||
this.fitHolidayCompleted = false; | ||
@@ -271,2 +271,4 @@ } | ||
/* eslint-disable-next-line */ | ||
var state = graphics.save(); | ||
graphics.setClip(new RectangleF(x, y, width, pixelToPoint(height))); | ||
if (isTopTier) { | ||
@@ -279,2 +281,3 @@ x = x + pLeft + 4; | ||
graphics.drawString(eventArgs.value, font, null, textBrush, x, y + pTop, pixelToPoint(width), pixelToPoint(height), e.format); | ||
graphics.restore(state); | ||
}; | ||
@@ -281,0 +284,0 @@ return PdfTimeline; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
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
25408086
213742