@syncfusion/ej2-schedule 29.1.38 → 29.1.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 29.1.38
3
+ * version : 29.1.41
4
4
  * Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-schedule@*",
3
- "_id": "@syncfusion/ej2-schedule@29.1.37",
3
+ "_id": "@syncfusion/ej2-schedule@29.1.38",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-D/PAcGwh66b9NuPqa4ypfOyUAlFEf5jr7hUxM4XJLzNIXwyC15j+LtN9mb7gWuV1YXmfDIZxxqYrULW7VSvn8Q==",
5
+ "_integrity": "sha512-Ads78lQ3puCubKG0LHf8Cxq25T+UjK4X/2uyO50K3LTZroRQu9LNNPZb/+fPF0THiAYODgPVZwDwwWk62haYiw==",
6
6
  "_location": "/@syncfusion/ej2-schedule",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -23,8 +23,8 @@
23
23
  "/@syncfusion/ej2-react-schedule",
24
24
  "/@syncfusion/ej2-vue-schedule"
25
25
  ],
26
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-schedule/-/ej2-schedule-29.1.37.tgz",
27
- "_shasum": "a958ad77608f6c35ac9819502ad992c2f2e7dda8",
26
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-schedule/-/ej2-schedule-29.1.38.tgz",
27
+ "_shasum": "5cb2f866551d05234ab08398520546b764539d22",
28
28
  "_spec": "@syncfusion/ej2-schedule@*",
29
29
  "_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
30
30
  "author": {
@@ -37,13 +37,13 @@
37
37
  "dependencies": {
38
38
  "@syncfusion/ej2-base": "~29.1.36",
39
39
  "@syncfusion/ej2-buttons": "~29.1.34",
40
- "@syncfusion/ej2-calendars": "~29.1.35",
40
+ "@syncfusion/ej2-calendars": "~29.1.40",
41
41
  "@syncfusion/ej2-data": "~29.1.33",
42
- "@syncfusion/ej2-dropdowns": "~29.1.38",
42
+ "@syncfusion/ej2-dropdowns": "~29.1.41",
43
43
  "@syncfusion/ej2-excel-export": "~29.1.33",
44
- "@syncfusion/ej2-inputs": "~29.1.38",
45
- "@syncfusion/ej2-lists": "~29.1.34",
46
- "@syncfusion/ej2-navigations": "~29.1.38",
44
+ "@syncfusion/ej2-inputs": "~29.1.39",
45
+ "@syncfusion/ej2-lists": "~29.1.40",
46
+ "@syncfusion/ej2-navigations": "~29.1.41",
47
47
  "@syncfusion/ej2-popups": "~29.1.37"
48
48
  },
49
49
  "deprecated": false,
@@ -73,6 +73,6 @@
73
73
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
74
74
  },
75
75
  "typings": "index.d.ts",
76
- "version": "29.1.38",
76
+ "version": "29.1.41",
77
77
  "sideEffects": false
78
78
  }
@@ -75,6 +75,10 @@ var KeyboardInteraction = /** @class */ (function () {
75
75
  this.createClipboardElement();
76
76
  }
77
77
  KeyboardInteraction.prototype.keyActionHandler = function (e) {
78
+ var target = e.target;
79
+ if (e.action === 'home' && target && ['INPUT', 'TEXTAREA', 'SELECT'].indexOf(target.tagName) > -1 && target.closest('.e-quick-popup-wrapper')) {
80
+ return;
81
+ }
78
82
  switch (e.action) {
79
83
  case 'downArrow':
80
84
  case 'shiftDownArrow':
@@ -340,9 +340,9 @@ var EventWindow = /** @class */ (function () {
340
340
  var container = createElement('div', { className: cls.FORM_CONTAINER_CLASS });
341
341
  var form = createElement('form', {
342
342
  id: this.parent.element.id + 'EditForm',
343
- className: cls.FORM_CLASS,
344
- attrs: { onsubmit: 'return false;' }
343
+ className: cls.FORM_CLASS
345
344
  });
345
+ form.onsubmit = function () { return false; };
346
346
  this.renderFormElements(form);
347
347
  container.appendChild(form);
348
348
  return container;
@@ -616,8 +616,7 @@ var QuickPopups = /** @class */ (function () {
616
616
  switch (type) {
617
617
  case 'Cell':
618
618
  cellDetails = this.getFormattedString(data);
619
- content = "<table class=\"" + cls.POPUP_TABLE_CLASS + "\"><tbody><tr><td><form class=\"" + cls.FORM_CLASS + "\" onsubmit=" +
620
- ("\"return false;\"><input class=\"" + cls.SUBJECT_CLASS + " " + EVENT_FIELD + "\" type=\"text\" name=") +
619
+ content = "<table class=\"" + cls.POPUP_TABLE_CLASS + "\"><tbody><tr><td><form class=\"" + cls.FORM_CLASS + "\">\n <input class=\"" + cls.SUBJECT_CLASS + " " + EVENT_FIELD + "\" type=\"text\" name=" +
621
620
  ("\"" + this.parent.eventFields.subject + "\" /></form></td></tr><tr><td><div class=\"" + cls.DATE_TIME_CLASS + "\">") +
622
621
  ("<div class=\"" + cls.DATE_TIME_ICON_CLASS + " " + cls.ICON + "\"></div><div class=\"" + cls.DATE_TIME_DETAILS_CLASS + " ") +
623
622
  (cls.TEXT_ELLIPSIS + "\">" + cellDetails.details + "</div></div>") +
@@ -655,6 +654,10 @@ var QuickPopups = /** @class */ (function () {
655
654
  break;
656
655
  }
657
656
  var templateWrapper = createElement('div', { innerHTML: content });
657
+ var form = templateWrapper.querySelector('form');
658
+ if (form) {
659
+ form.onsubmit = function () { return false; };
660
+ }
658
661
  if (data[this.parent.eventFields.location]) {
659
662
  var locationDetails = templateWrapper.querySelector('.' + cls.LOCATION_DETAILS_CLASS);
660
663
  if (!isNullOrUndefined(locationDetails)) {
@@ -486,6 +486,7 @@ var Agenda = /** @class */ (function (_super) {
486
486
  };
487
487
  Agenda.prototype.destroy = function () {
488
488
  if (!this.parent || this.parent && this.parent.isDestroyed) {
489
+ this.parent = null;
489
490
  return;
490
491
  }
491
492
  if (this.element) {
@@ -714,6 +714,7 @@ var Month = /** @class */ (function (_super) {
714
714
  };
715
715
  Month.prototype.destroy = function () {
716
716
  if (!this.parent || this.parent && this.parent.isDestroyed) {
717
+ this.parent = null;
717
718
  return;
718
719
  }
719
720
  if (this.element) {
@@ -161,6 +161,7 @@ var TimelineMonth = /** @class */ (function (_super) {
161
161
  };
162
162
  TimelineMonth.prototype.destroy = function () {
163
163
  if (!this.parent || this.parent && this.parent.isDestroyed) {
164
+ this.parent = null;
164
165
  return;
165
166
  }
166
167
  if (this.element) {
@@ -123,6 +123,7 @@ var TimelineViews = /** @class */ (function (_super) {
123
123
  };
124
124
  TimelineViews.prototype.changeCurrentTimePosition = function () {
125
125
  if (!this.parent || this.parent && this.parent.isDestroyed) {
126
+ this.parent = null;
126
127
  return;
127
128
  }
128
129
  this.removeCurrentTimeIndicatorElements();
@@ -866,6 +866,7 @@ var VerticalView = /** @class */ (function (_super) {
866
866
  };
867
867
  VerticalView.prototype.destroy = function () {
868
868
  if (!this.parent || this.parent && this.parent.isDestroyed) {
869
+ this.parent = null;
869
870
  return;
870
871
  }
871
872
  this.clearCurrentTimeIndicatorTimer();
@@ -43,6 +43,8 @@ var ViewBase = /** @class */ (function () {
43
43
  if (this.parent.activeView && !isNullOrUndefined(element) && !isNullOrUndefined(data)
44
44
  && parseInt(element.getAttribute('data-group-index'), 10) === data.groupIndex) {
45
45
  this.parent.activeView.setResourceHeaderContent(element, data, cls.RESOURCE_TEXT_CLASS);
46
+ var eventArgs = { element: element, elementType: 'resourceHeader', groupIndex: data.groupIndex };
47
+ this.parent.trigger(event.renderCell, eventArgs);
46
48
  }
47
49
  }
48
50
  }
@@ -432,6 +432,7 @@ var Year = /** @class */ (function (_super) {
432
432
  };
433
433
  Year.prototype.destroy = function () {
434
434
  if (!this.parent || this.parent && this.parent.isDestroyed) {
435
+ this.parent = null;
435
436
  return;
436
437
  }
437
438
  if (this.element) {
@@ -159,6 +159,15 @@
159
159
  padding: 0;
160
160
  }
161
161
 
162
+ .e-outline.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
163
+ padding: 0 8px 0 9px;
164
+ }
165
+
166
+ .e-outline.e-multiselect.e-input-group .e-multi-select-wrapper .e-multiselect-box input[type=text],
167
+ .e-outline.e-multiselect.e-input-group.e-input-focus .e-multi-select-wrapper .e-searcher:not(.e-zero-size) input[type=text] {
168
+ padding: 0 8px 0 9px;
169
+ }
170
+
162
171
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
163
172
  content: "\e937";
164
173
  }
@@ -159,6 +159,15 @@
159
159
  padding: 0;
160
160
  }
161
161
 
162
+ .e-outline.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
163
+ padding: 0 8px 0 9px;
164
+ }
165
+
166
+ .e-outline.e-multiselect.e-input-group .e-multi-select-wrapper .e-multiselect-box input[type=text],
167
+ .e-outline.e-multiselect.e-input-group.e-input-focus .e-multi-select-wrapper .e-searcher:not(.e-zero-size) input[type=text] {
168
+ padding: 0 8px 0 9px;
169
+ }
170
+
162
171
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
163
172
  content: "\e937";
164
173
  }
@@ -159,6 +159,15 @@
159
159
  padding: 0;
160
160
  }
161
161
 
162
+ .e-outline.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
163
+ padding: 0 8px 0 9px;
164
+ }
165
+
166
+ .e-outline.e-multiselect.e-input-group .e-multi-select-wrapper .e-multiselect-box input[type=text],
167
+ .e-outline.e-multiselect.e-input-group.e-input-focus .e-multi-select-wrapper .e-searcher:not(.e-zero-size) input[type=text] {
168
+ padding: 0 8px 0 9px;
169
+ }
170
+
162
171
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
163
172
  content: "\e937";
164
173
  }