@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.
- package/dist/ej2-schedule.min.js +2 -2
- package/dist/ej2-schedule.umd.min.js +2 -2
- package/dist/ej2-schedule.umd.min.js.map +1 -1
- package/dist/es6/ej2-schedule.es2015.js +20 -4
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +19 -4
- package/dist/es6/ej2-schedule.es5.js.map +1 -1
- package/dist/global/ej2-schedule.min.js +2 -2
- package/dist/global/ej2-schedule.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +10 -10
- package/src/schedule/actions/keyboard.js +4 -0
- package/src/schedule/popups/event-window.js +2 -2
- package/src/schedule/popups/quick-popups.js +5 -2
- package/src/schedule/renderer/agenda.js +1 -0
- package/src/schedule/renderer/month.js +1 -0
- package/src/schedule/renderer/timeline-month.js +1 -0
- package/src/schedule/renderer/timeline-view.js +1 -0
- package/src/schedule/renderer/vertical-view.js +1 -0
- package/src/schedule/renderer/view-base.js +2 -0
- package/src/schedule/renderer/year.js +1 -0
- package/styles/material-lite.css +9 -0
- package/styles/material.css +9 -0
- package/styles/schedule/material.css +9 -0
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 29.1.
|
|
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.
|
|
3
|
+
"_id": "@syncfusion/ej2-schedule@29.1.38",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
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.
|
|
27
|
-
"_shasum": "
|
|
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.
|
|
40
|
+
"@syncfusion/ej2-calendars": "~29.1.40",
|
|
41
41
|
"@syncfusion/ej2-data": "~29.1.33",
|
|
42
|
-
"@syncfusion/ej2-dropdowns": "~29.1.
|
|
42
|
+
"@syncfusion/ej2-dropdowns": "~29.1.41",
|
|
43
43
|
"@syncfusion/ej2-excel-export": "~29.1.33",
|
|
44
|
-
"@syncfusion/ej2-inputs": "~29.1.
|
|
45
|
-
"@syncfusion/ej2-lists": "~29.1.
|
|
46
|
-
"@syncfusion/ej2-navigations": "~29.1.
|
|
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.
|
|
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 + "\"
|
|
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)) {
|
|
@@ -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
|
}
|
package/styles/material-lite.css
CHANGED
|
@@ -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
|
}
|
package/styles/material.css
CHANGED
|
@@ -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
|
}
|