Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-schedule

Package Overview
Dependencies
Maintainers
3
Versions
238
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 20.4.42 to 20.4.43

9

CHANGELOG.md

@@ -9,2 +9,11 @@ # Changelog

- `#425940` - An issue with adding an aria-pressed attribute to the appointment has been fixed.
- `#F40124` - The issue with the schedule tooltip displaying start and end times in 12 hour format when the schedule is in 24 hour format has been fixed.
## 20.4.42 (2023-01-04)
### Schedule
#### Bug fixes
- `#I426228` - An issue with drag and drop with timeline view header rows has been fixed.

@@ -11,0 +20,0 @@ - `#I425268` - An issue with drag and drop flickering with `eventDragArea` in timeline views has been fixed.

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 20.4.42
* version : 20.4.43
* 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@20.4.40",
"_id": "@syncfusion/ej2-schedule@20.4.42",
"_inBundle": false,
"_integrity": "sha512-9rsvmSZiEnAoFmsqayqrhXwZQK3ISXuH9kztAub0i6kH7cph8UafC2VkbpClrP3xLbzm835csRxsj0X0zhekNg==",
"_integrity": "sha512-iU0AJbA+5bi3QKX3EYVX2ePvk7gyS1ZeeHjaqv+R9Hen3SFHEW+n2l7weUdUEQ47mhktq7gdzpmZIzTvH6oJtw==",
"_location": "/@syncfusion/ej2-schedule",

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

],
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-schedule/-/ej2-schedule-20.4.40.tgz",
"_shasum": "dce137821e239cbe7a7c49223badbe8bbbf9414f",
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-schedule/-/ej2-schedule-20.4.42.tgz",
"_shasum": "45e142eebbff3bf1535bcf4ab4a35922d7c9d124",
"_spec": "@syncfusion/ej2-schedule@*",

@@ -43,8 +43,8 @@ "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",

"@syncfusion/ej2-data": "~20.4.42",
"@syncfusion/ej2-dropdowns": "~20.4.42",
"@syncfusion/ej2-dropdowns": "~20.4.43",
"@syncfusion/ej2-excel-export": "~20.4.42",
"@syncfusion/ej2-inputs": "~20.4.42",
"@syncfusion/ej2-lists": "~20.4.42",
"@syncfusion/ej2-navigations": "~20.4.42",
"@syncfusion/ej2-popups": "~20.4.42"
"@syncfusion/ej2-navigations": "~20.4.43",
"@syncfusion/ej2-popups": "~20.4.43"
},

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

"typings": "index.d.ts",
"version": "20.4.42",
"version": "20.4.43",
"sideEffects": false
}

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

'aria-disabled': _this.parent.eventBase.getReadonlyAttribute(listData[parseInt(li.toString(), 10)]),
'aria-pressed': 'false',
'aria-label': _this.parent.getAnnouncementString(listData[parseInt(li.toString(), 10)])

@@ -61,0 +60,0 @@ }

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

'role': 'button', 'tabindex': '0',
'aria-disabled': this.parent.eventBase.getReadonlyAttribute(record), 'aria-pressed': 'false',
'aria-disabled': this.parent.eventBase.getReadonlyAttribute(record),
'aria-label': this.parent.getAnnouncementString(newRecord, eventSubject)

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

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

'aria-disabled': this.parent.eventBase.getReadonlyAttribute(record),
'aria-pressed': 'false',
'aria-label': this.parent.getAnnouncementString(record)

@@ -327,0 +326,0 @@ }

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

'role': 'button', 'tabindex': '0',
'aria-disabled': this.parent.eventBase.getReadonlyAttribute(record), 'aria-pressed': 'false',
'aria-disabled': this.parent.eventBase.getReadonlyAttribute(record),
'aria-label': this.parent.getAnnouncementString(record)

@@ -383,0 +383,0 @@ }

@@ -102,9 +102,4 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

endMonthYearDate = util.capitalizeFirstWord(endMonthYearDate, 'single');
var skeleton = 'short';
var startTime = globalize.formatDate(eventStart, {
type: 'time', skeleton: skeleton, calendar: this.parent.getCalendarMode()
});
var endTime = globalize.formatDate(eventEnd, {
type: 'time', skeleton: skeleton, calendar: this.parent.getCalendarMode()
});
var startTime = this.parent.getTimeString(eventStart);
var endTime = this.parent.getTimeString(eventEnd);
var tooltipDetails = void 0;

@@ -111,0 +106,0 @@ if (startDate.getTime() === endDate.getTime()) {

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

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