@syncfusion/ej2-schedule
Advanced tools
Comparing version 28.1.35 to 28.1.36
@@ -1,10 +0,1 @@ | ||
/*! | ||
* filename: index.d.ts | ||
* version : 28.1.35 | ||
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved. | ||
* Use of this code is subject to the terms of our license. | ||
* A copy of the current license can be obtained at any time by e-mailing | ||
* licensing@syncfusion.com. Any infringement will be prosecuted under | ||
* applicable laws. | ||
*/ | ||
import * as _schedule from '@syncfusion/ej2-schedule'; | ||
@@ -11,0 +2,0 @@ |
{ | ||
"_from": "@syncfusion/ej2-schedule@*", | ||
"_id": "@syncfusion/ej2-schedule@28.1.33", | ||
"_id": "@syncfusion/ej2-schedule@28.1.35", | ||
"_inBundle": false, | ||
"_integrity": "sha512-pOs72MRPuGjaTpiTLu7fAjd8/MBAA7u4IGja5+ZBT1sn4nr9MyxzJaqzIt5mWw/g0yBi5hHh4GNfi4KBf5sO5g==", | ||
"_integrity": "sha512-kKUjjxjl1Em+f3GyWIIQNxuXbmCK5MDPYIQSoCQwxQLuhcsziojMDiqqLE8jfOc3fQUqN0dSoFsX7CXFXEBWiw==", | ||
"_location": "/@syncfusion/ej2-schedule", | ||
@@ -21,3 +21,2 @@ "_phantomChildren": {}, | ||
"/", | ||
"/@syncfusion/ej2", | ||
"/@syncfusion/ej2-angular-schedule", | ||
@@ -27,4 +26,4 @@ "/@syncfusion/ej2-react-schedule", | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-schedule/-/ej2-schedule-28.1.33.tgz", | ||
"_shasum": "9e696199eff2cb01e696de60fbc29a121a720e51", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-schedule/-/ej2-schedule-28.1.35.tgz", | ||
"_shasum": "e49e7a6f5050d918a5e1780dff4417d1887ff231", | ||
"_spec": "@syncfusion/ej2-schedule@*", | ||
@@ -41,10 +40,10 @@ "_where": "/jenkins/workspace/elease-automation_release_28.1.1/packages/included", | ||
"@syncfusion/ej2-base": "~28.1.33", | ||
"@syncfusion/ej2-buttons": "~28.1.33", | ||
"@syncfusion/ej2-calendars": "~28.1.35", | ||
"@syncfusion/ej2-buttons": "~28.1.36", | ||
"@syncfusion/ej2-calendars": "~28.1.36", | ||
"@syncfusion/ej2-data": "~28.1.33", | ||
"@syncfusion/ej2-dropdowns": "~28.1.35", | ||
"@syncfusion/ej2-dropdowns": "~28.1.36", | ||
"@syncfusion/ej2-excel-export": "~28.1.33", | ||
"@syncfusion/ej2-inputs": "~28.1.33", | ||
"@syncfusion/ej2-lists": "~28.1.33", | ||
"@syncfusion/ej2-navigations": "~28.1.35", | ||
"@syncfusion/ej2-navigations": "~28.1.36", | ||
"@syncfusion/ej2-popups": "~28.1.33" | ||
@@ -79,4 +78,4 @@ }, | ||
"typings": "index.d.ts", | ||
"version": "28.1.35", | ||
"version": "28.1.36", | ||
"sideEffects": false | ||
} |
@@ -484,3 +484,3 @@ var __extends = (this && this.__extends) || (function () { | ||
var tr = createElement('tr'); | ||
var td = createElement('td', { attrs: { 'aria-selected': 'false' } }); | ||
var td = createElement('td'); | ||
var slotDatas = this.getContentSlots(); | ||
@@ -487,0 +487,0 @@ var isTimeline = this.parent.currentView === 'TimelineMonth'; |
@@ -243,3 +243,3 @@ var __extends = (this && this.__extends) || (function () { | ||
var tr = createElement('tr'); | ||
var td = createElement('td', { attrs: { 'aria-selected': 'false' } }); | ||
var td = createElement('td'); | ||
var trCount = this.getRowCount(); | ||
@@ -246,0 +246,0 @@ var existingGroupIndices = this.getGroupIndices(); |
@@ -243,3 +243,3 @@ var __extends = (this && this.__extends) || (function () { | ||
var td = createElement('td', { | ||
className: cls.WORK_CELLS_CLASS, attrs: { 'aria-selected': 'false', 'aria-label': announcementText } | ||
className: cls.WORK_CELLS_CLASS, attrs: { 'aria-label': announcementText } | ||
}); | ||
@@ -246,0 +246,0 @@ contentTr.appendChild(td); |
@@ -549,3 +549,3 @@ var __extends = (this && this.__extends) || (function () { | ||
attrs: { | ||
'tabindex': '0', 'role': 'list', | ||
'tabindex': '0', 'role': 'button', | ||
title: this.parent.localeObj.getConstant('expandAllDaySection'), 'aria-disabled': 'false', | ||
@@ -685,3 +685,3 @@ 'aria-label': this.parent.localeObj.getConstant('expandAllDaySection') | ||
var tr = createElement('tr'); | ||
var td = createElement('td', { attrs: { 'aria-selected': 'false' } }); | ||
var td = createElement('td'); | ||
var existingGroupIndices = this.getGroupIndices(); | ||
@@ -688,0 +688,0 @@ var handler = function (r) { |
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
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
27924161
401434
+ Added@syncfusion/ej2-buttons@28.1.37(transitive)
+ Added@syncfusion/ej2-calendars@28.1.37(transitive)
+ Added@syncfusion/ej2-dropdowns@28.1.37(transitive)
+ Added@syncfusion/ej2-inputs@28.1.37(transitive)
+ Added@syncfusion/ej2-lists@28.1.37(transitive)
+ Added@syncfusion/ej2-navigations@28.1.37(transitive)
+ Added@syncfusion/ej2-splitbuttons@28.1.37(transitive)
- Removed@syncfusion/ej2-buttons@28.1.36(transitive)
- Removed@syncfusion/ej2-calendars@28.1.36(transitive)
- Removed@syncfusion/ej2-dropdowns@28.1.36(transitive)
- Removed@syncfusion/ej2-inputs@28.1.33(transitive)
- Removed@syncfusion/ej2-lists@28.1.33(transitive)
- Removed@syncfusion/ej2-navigations@28.1.36(transitive)
- Removed@syncfusion/ej2-splitbuttons@28.1.33(transitive)