Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-schedule

Package Overview
Dependencies
Maintainers
0
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 26.1.39 to 26.1.40

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 26.1.39
* version : 26.1.40
* 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-schedule@*",
"_id": "@syncfusion/ej2-schedule@26.1.38",
"_id": "@syncfusion/ej2-schedule@26.1.39",
"_inBundle": false,
"_integrity": "sha512-6wiM9HSKXKAhDc4QcYohgHXw5aBMa9GL6V99hxG5+1qDdJRqCEsTmKThJSYDMYt8rC2CjJjgTWZt+SIveHVZvQ==",
"_integrity": "sha512-HEdA5xlfR6JNmY8Cmhi5wlpE9xgnyGM+t034uqJX4X+dkMEYOiGC0Oz3Emv3U2reU7VDn4vIL8kgrrRqpl6IQw==",
"_location": "/@syncfusion/ej2-schedule",

@@ -26,4 +26,4 @@ "_phantomChildren": {},

],
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-schedule/-/ej2-schedule-26.1.38.tgz",
"_shasum": "43e837e3f81d03784ae9ec082ecbb0ecffb9f96c",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-schedule/-/ej2-schedule-26.1.39.tgz",
"_shasum": "17bf48a336dd3e6a1f51fe8d367eaec705a78b2b",
"_spec": "@syncfusion/ej2-schedule@*",

@@ -40,10 +40,10 @@ "_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",

"@syncfusion/ej2-base": "~26.1.37",
"@syncfusion/ej2-buttons": "~26.1.35",
"@syncfusion/ej2-calendars": "~26.1.38",
"@syncfusion/ej2-data": "~26.1.35",
"@syncfusion/ej2-dropdowns": "~26.1.39",
"@syncfusion/ej2-buttons": "~26.1.40",
"@syncfusion/ej2-calendars": "~26.1.40",
"@syncfusion/ej2-data": "~26.1.40",
"@syncfusion/ej2-dropdowns": "~26.1.40",
"@syncfusion/ej2-excel-export": "~26.1.35",
"@syncfusion/ej2-inputs": "~26.1.39",
"@syncfusion/ej2-inputs": "~26.1.40",
"@syncfusion/ej2-lists": "~26.1.35",
"@syncfusion/ej2-navigations": "~26.1.39",
"@syncfusion/ej2-navigations": "~26.1.40",
"@syncfusion/ej2-popups": "~26.1.38",

@@ -79,4 +79,4 @@ "@types/requirejs": "^2.1.37"

"typings": "index.d.ts",
"version": "26.1.39",
"version": "26.1.40",
"sideEffects": false
}

@@ -402,3 +402,4 @@ var __extends = (this && this.__extends) || (function () {

}
cellIndex = Math.floor(offsetValue / Math.floor(util.getElementWidth(tr) / noOfDays));
cellIndex = !isTimelineMonth ? Math.round(offsetValue / (util.getElementWidth(tr) / noOfDays)) :
Math.floor(offsetValue / Math.floor(util.getElementWidth(tr) / noOfDays));
isDateHeader = isTimeViews && headerName === 'Date';

@@ -405,0 +406,0 @@ cellIndex = isLeft ? cellIndex : isTimelineMonth ? cellIndex + 1 : cellIndex;

@@ -71,3 +71,4 @@ var __extends = (this && this.__extends) || (function () {

var templateId = scheduleId + viewName + 'eventTemplate';
templateEle = _this.parent.getAppointmentTemplate()(listData[parseInt(li.toString(), 10)], _this.parent, 'eventTemplate', templateId, false, undefined, undefined, _this.parent.root);
templateEle =
_this.parent.getAppointmentTemplate()(listData[parseInt(li.toString(), 10)], _this.parent, 'eventTemplate', templateId, false, undefined, undefined, _this.parent.root);
if (!isNullOrUndefined(listData[parseInt(li.toString(), 10)][fieldMapping.recurrenceRule])) {

@@ -74,0 +75,0 @@ var iconClass = (listData[parseInt(li.toString(), 10)][fieldMapping.id] ===

@@ -118,3 +118,3 @@ var __extends = (this && this.__extends) || (function () {

this.parent.renderTemplates(function () {
if (_this.parent.isReact && _this.parent.activeViewOptions.eventTemplate) {
if (_this.parent && _this.parent.isReact && _this.parent.activeViewOptions.eventTemplate) {
var wraps = [].slice.call(_this.parent.element.querySelectorAll('.' + cls.APPOINTMENT_WRAPPER_HIDDEN_CLASS));

@@ -121,0 +121,0 @@ removeClass(wraps, cls.APPOINTMENT_WRAPPER_HIDDEN_CLASS);

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc