Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-schedule

Package Overview
Dependencies
Maintainers
3
Versions
234
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-schedule - npm Package Compare versions

Comparing version 21.1.39 to 21.1.41

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 21.1.39
* version : 21.1.41
* Copyright Syncfusion Inc. 2001 - 2020. 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@21.1.38",
"_id": "@syncfusion/ej2-schedule@21.1.39",
"_inBundle": false,
"_integrity": "sha512-jPAJzAQE5jigxLxQ332/yTx/gSPQ+ULU57cvZt74shmRjK75My/O+tBI2RDHhf2gZWqA60Skm+1BP9C6Auiaug==",
"_integrity": "sha512-QCuW7EJLOWM4mzsfa7H6Y3GFtwpxmm/hoS9Zh7AM9yaczBZGfo1fVoMa1BX9kj/GvnVKd1dQKg4bww2ljX7wng==",
"_location": "/@syncfusion/ej2-schedule",

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

],
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-schedule/-/ej2-schedule-21.1.38.tgz",
"_shasum": "749859087a3dbcf2959367298d72399caef697fc",
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-schedule/-/ej2-schedule-21.1.39.tgz",
"_shasum": "48df2b6ebc4f2cfc54708f2e049cf7b0add5e953",
"_spec": "@syncfusion/ej2-schedule@*",

@@ -39,12 +39,12 @@ "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~21.1.39",
"@syncfusion/ej2-base": "~21.1.40",
"@syncfusion/ej2-buttons": "~21.1.37",
"@syncfusion/ej2-calendars": "~21.1.38",
"@syncfusion/ej2-calendars": "~21.1.41",
"@syncfusion/ej2-data": "~21.1.38",
"@syncfusion/ej2-dropdowns": "~21.1.39",
"@syncfusion/ej2-dropdowns": "~21.1.41",
"@syncfusion/ej2-excel-export": "~21.1.37",
"@syncfusion/ej2-inputs": "~21.1.39",
"@syncfusion/ej2-lists": "~21.1.39",
"@syncfusion/ej2-lists": "~21.1.41",
"@syncfusion/ej2-navigations": "~21.1.39",
"@syncfusion/ej2-popups": "~21.1.37"
"@syncfusion/ej2-popups": "~21.1.41"
},

@@ -78,4 +78,4 @@ "deprecated": false,

"typings": "index.d.ts",
"version": "21.1.39",
"version": "21.1.41",
"sideEffects": false
}

@@ -435,3 +435,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

var resourceName = createElement('div', { className: cls.RESOURCE_NAME });
resourceName.innerText = this_2.parent.sanitize(resourceText[0][resourceLevel.textField]);
this_2.parent.sanitize(resourceText[0][resourceLevel.textField], resourceName);
headerCollection.push(resourceName);

@@ -438,0 +438,0 @@ var levelIcon = createElement('div', { className: 'e-icons e-icon-next' });

@@ -114,7 +114,7 @@ var __extends = (this && this.__extends) || (function () {

var appSubjectText = createElement('div', { className: cls.SUBJECT_CLASS });
appSubjectText.innerText = this.parent.sanitize(eventSubject);
this.parent.sanitize(eventSubject, appSubjectText);
appSubjectWrap.appendChild(appSubjectText);
if (!isNullOrUndefined(eventLocation) && eventLocation !== '') {
var appLocation = createElement('div', { className: cls.LOCATION_CLASS });
appLocation.innerText = this.parent.sanitize(eventLocation);
this.parent.sanitize(eventLocation, appLocation);
appSubjectWrap.appendChild(appLocation);

@@ -121,0 +121,0 @@ }

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

var appointmentSubject = createElement('div', { className: cls.SUBJECT_CLASS });
appointmentSubject.innerText = this.parent.sanitize((eventSubject + (eventLocation ? '; ' + eventLocation : '')));
this.parent.sanitize((eventSubject + (eventLocation ? '; ' + eventLocation : '')), appointmentSubject);
var appointmentStartTime = createElement('div', {

@@ -458,3 +458,3 @@ className: cls.APPOINTMENT_TIME + (this.parent.isAdaptive ? ' ' + cls.DISABLE_CLASS : ''),

var appLocation = createElement('div', { className: cls.LOCATION_CLASS });
appLocation.innerText = this.parent.sanitize(eventLocation);
this.parent.sanitize(eventLocation, appLocation);
innerElement = [appointmentSubject, appTime, appLocation];

@@ -461,0 +461,0 @@ }

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

var appointmentSubject = createElement('div', { className: cls.SUBJECT_CLASS });
appointmentSubject.innerText = this.parent.sanitize(recordSubject);
this.parent.sanitize(recordSubject, appointmentSubject);
if (isAllDay) {

@@ -382,3 +382,3 @@ if (record[fieldMapping.isAllDay]) {

var appointmentLocation = createElement('div', { className: cls.LOCATION_CLASS });
appointmentLocation.innerText = this.parent.sanitize((record[fieldMapping.location] || this.parent.eventSettings.fields.location.default || ''));
this.parent.sanitize((record[fieldMapping.location] || this.parent.eventSettings.fields.location.default || ''), appointmentLocation);
templateElement = [appointmentSubject, appointmentTime, appointmentLocation];

@@ -385,0 +385,0 @@ }

@@ -428,3 +428,3 @@ import { createElement, append, prepend, isNullOrUndefined, getValue, getDefaultDateObject, cldrData, addClass, setStyleAttribute, formatUnit, EventHandler, remove } from '@syncfusion/ej2-base';

var resourceText = createElement('div', { className: className });
resourceText.innerText = this.parent.sanitize(tdData.resourceData[tdData.resource.textField]);
this.parent.sanitize(tdData.resourceData[tdData.resource.textField], resourceText);
tdElement.appendChild(resourceText);

@@ -431,0 +431,0 @@ }

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

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 too big to display

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc