@syncfusion/ej2-schedule 29.2.7 → 29.2.10

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.2.7
3
+ * version : 29.2.10
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,56 +1,25 @@
1
1
  {
2
- "_from": "@syncfusion/ej2-schedule@*",
3
- "_id": "@syncfusion/ej2-schedule@29.2.4",
4
- "_inBundle": false,
5
- "_integrity": "sha512-2D6f/2LJnMSRV7BtBW9pVFpRrXlum+5YUWcDWcc17sr7BTushuPz/oJbp1OWFmYfjOkbt8CuJmx4/7PgpNwFaw==",
6
- "_location": "/@syncfusion/ej2-schedule",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "@syncfusion/ej2-schedule@*",
12
- "name": "@syncfusion/ej2-schedule",
13
- "escapedName": "@syncfusion%2fej2-schedule",
14
- "scope": "@syncfusion",
15
- "rawSpec": "*",
16
- "saveSpec": null,
17
- "fetchSpec": "*"
18
- },
19
- "_requiredBy": [
20
- "/",
21
- "/@syncfusion/ej2",
22
- "/@syncfusion/ej2-angular-schedule",
23
- "/@syncfusion/ej2-react-schedule",
24
- "/@syncfusion/ej2-vue-schedule"
25
- ],
26
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-schedule/-/ej2-schedule-29.2.4.tgz",
27
- "_shasum": "6946e40e0befbabf56492019e127209d2a3db2a5",
28
- "_spec": "@syncfusion/ej2-schedule@*",
29
- "_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
30
- "author": {
31
- "name": "Syncfusion Inc."
32
- },
33
- "bugs": {
34
- "url": "https://github.com/syncfusion/ej2-javascript-ui-controls/issues"
35
- },
36
- "bundleDependencies": false,
2
+ "name": "@syncfusion/ej2-schedule",
3
+ "version": "29.2.10",
4
+ "author": "Syncfusion Inc.",
5
+ "license": "SEE LICENSE IN license",
6
+ "main": "./dist/ej2-schedule.umd.min.js",
7
+ "module": "./index.js",
8
+ "es2015": "./dist/es6/ej2-schedule.es5.js",
37
9
  "dependencies": {
38
10
  "@syncfusion/ej2-base": "~29.2.4",
39
11
  "@syncfusion/ej2-buttons": "~29.2.5",
40
- "@syncfusion/ej2-calendars": "~29.2.5",
12
+ "@syncfusion/ej2-calendars": "~29.2.10",
41
13
  "@syncfusion/ej2-data": "~29.2.4",
42
- "@syncfusion/ej2-dropdowns": "~29.2.7",
14
+ "@syncfusion/ej2-dropdowns": "~29.2.10",
43
15
  "@syncfusion/ej2-excel-export": "~29.2.4",
44
16
  "@syncfusion/ej2-inputs": "~29.2.5",
45
17
  "@syncfusion/ej2-lists": "~29.2.4",
46
- "@syncfusion/ej2-navigations": "~29.2.7",
47
- "@syncfusion/ej2-popups": "~29.2.7"
18
+ "@syncfusion/ej2-navigations": "~29.2.8",
19
+ "@syncfusion/ej2-popups": "~29.2.8"
48
20
  },
49
- "deprecated": false,
50
- "description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support.",
51
21
  "devDependencies": {},
52
- "es2015": "./dist/es6/ej2-schedule.es5.js",
53
- "homepage": "https://www.syncfusion.com/javascript-ui-controls",
22
+ "description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support.",
54
23
  "keywords": [
55
24
  "ej2",
56
25
  "syncfusion",
@@ -64,15 +33,11 @@
64
33
  "appointments-planner",
65
34
  "resources-scheduler"
66
35
  ],
67
- "license": "SEE LICENSE IN license",
68
- "main": "./dist/ej2-schedule.umd.min.js",
69
- "module": "./index.js",
70
- "name": "@syncfusion/ej2-schedule",
71
36
  "repository": {
72
37
  "type": "git",
73
- "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
38
+ "url": "https://github.com/syncfusion/ej2-javascript-ui-controls.git"
74
39
  },
75
40
  "typings": "index.d.ts",
76
- "version": "29.2.7",
77
- "sideEffects": false
41
+ "sideEffects": false,
42
+ "homepage": "https://www.syncfusion.com/javascript-ui-controls"
78
43
  }
@@ -226,10 +226,10 @@ var RecurrenceEditor = /** @class */ (function (_super) {
226
226
  };
227
227
  RecurrenceEditor.prototype.initialize = function () {
228
228
  addClass([this.element], 'e-' + this.getModuleName());
229
+ this.renderComponent();
229
230
  if (typeof this.startDate === 'string') {
230
231
  this.setProperties({ startDate: new Date(this.startDate) }, false);
231
232
  }
232
- this.renderComponent();
233
233
  if (!isNullOrUndefined(this.value) && this.value !== '') {
234
234
  this.setRecurrenceRule(this.value);
235
235
  }
@@ -34,7 +34,13 @@ var AgendaBase = /** @class */ (function (_super) {
34
34
  moduleName: 'agenda',
35
35
  listClass: this.parent.activeView.viewClass,
36
36
  itemClass: this.parent.activeView.viewClass,
37
- template: "<div class=\"" + cls.AGENDA_NO_EVENT_CLASS + "\">" + this.parent.localeObj.getConstant('noEvents') + "</div>"
37
+ template: function (data) {
38
+ var div = createElement('div', {
39
+ className: cls.AGENDA_NO_EVENT_CLASS,
40
+ innerHTML: data.subject
41
+ });
42
+ return div;
43
+ }
38
44
  });
39
45
  if (listElement.querySelector('.e-agenda-item').children.length === 0) {
40
46
  listElement.firstElementChild.appendChild(createElement('div', { className: cls.AGENDA_NO_EVENT_CLASS, innerHTML: this.parent.localeObj.getConstant('noEvents') }));