dhtmlx-scheduler 7.2.12 → 7.2.13

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/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # dhtmlxScheduler #
2
2
 
3
3
  [![dhtmlx.com](https://img.shields.io/badge/made%20by-DHTMLX-blue)](https://dhtmlx.com/)
4
- [![npm: v.7.2.12](https://img.shields.io/badge/npm-v.7.2.12-blue.svg)](https://www.npmjs.com/package/dhtmlx-scheduler)
4
+ [![npm: v.7.2.13](https://img.shields.io/badge/npm-v.7.2.13-blue.svg)](https://www.npmjs.com/package/dhtmlx-scheduler)
5
5
  [![License: GPL v2](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
6
6
 
7
7
  [DHTMLX Scheduler](https://dhtmlx.com/docs/products/dhtmlxScheduler) is a JavaScript library that allows you to add a Google-like scheduler to your web app or website.
@@ -87,7 +87,7 @@ scheduler.parse([
87
87
 
88
88
  ## License ##
89
89
 
90
- dhtmlxScheduler v.7.2.12 Standard
90
+ dhtmlxScheduler v.7.2.13 Standard
91
91
 
92
92
  To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
93
93
 
package/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scheduler",
3
- "version": "7.2.12",
3
+ "version": "7.2.13",
4
4
  "homepage": "https://dhtmlx.com/docs/products/dhtmlxScheduler/",
5
5
  "description": "JavaScript event calendar. Allows to manage events and appointments in different views",
6
6
  "main": [
@@ -1,6 +1,6 @@
1
1
  /** @license
2
2
 
3
- dhtmlxScheduler v.7.2.12 Standard
3
+ dhtmlxScheduler v.7.2.13 Standard
4
4
 
5
5
  To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
6
6
 
@@ -735,7 +735,7 @@ function Ot(e) {
735
735
  t(() => {
736
736
  for (let r in a)
737
737
  r !== "start_date" && r !== "end_date" && (_[r] = a[r]);
738
- typeof a.start_date == "string" && (a.start_date = e.templates.parse_date(a.start_date)), typeof a.end_date == "string" && (a.end_date = e.templates.parse_date(a.end_date)), a.original_start && typeof a.original_start == "string" && (a.original_start = e.templates.parse_date(a.original_start)), e.callEvent("onEventChanged", [o, _]), e.updateEvent(o), o !== a.id && e.changeEventId(o, a.id);
738
+ typeof a.start_date == "string" && (_.start_date = e.templates.parse_date(a.start_date)), typeof a.end_date == "string" && (_.end_date = e.templates.parse_date(a.end_date)), a.original_start && typeof a.original_start == "string" && (_.original_start = e.templates.parse_date(a.original_start)), e.callEvent("onEventChanged", [o, _]), e.updateEvent(o), o !== a.id && e.changeEventId(o, a.id);
739
739
  });
740
740
  })(s);
741
741
  break;
@@ -3084,7 +3084,7 @@ class Qt {
3084
3084
  }
3085
3085
  }
3086
3086
  function ea(e) {
3087
- const i = { version: "7.2.12" };
3087
+ const i = { version: "7.2.13" };
3088
3088
  i.$stateProvider = function() {
3089
3089
  const r = {};
3090
3090
  return { getState: function(d) {