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 +2 -2
- package/bower.json +1 -1
- package/codebase/dhtmlxscheduler.es.js +3 -3
- package/codebase/dhtmlxscheduler.es.js.map +1 -1
- package/codebase/dhtmlxscheduler.js +3 -3
- package/codebase/dhtmlxscheduler.js.map +1 -1
- package/codebase/sources/dhtmlxscheduler.es.js +5 -5
- package/codebase/sources/dhtmlxscheduler.es.js.map +1 -1
- package/codebase/sources/dhtmlxscheduler.js +5 -5
- package/codebase/sources/dhtmlxscheduler.js.map +1 -1
- package/codebase/sources/less/package.json +1 -1
- package/package.json +1 -1
- package/whatsnew.md +5 -0
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# dhtmlxScheduler #
|
|
2
2
|
|
|
3
3
|
[](https://dhtmlx.com/)
|
|
4
|
-
[](https://www.npmjs.com/package/dhtmlx-scheduler)
|
|
5
5
|
[](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.
|
|
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
|
/** @license
|
|
2
2
|
|
|
3
|
-
dhtmlxScheduler v.7.2.
|
|
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" && (
|
|
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.
|
|
3087
|
+
const i = { version: "7.2.13" };
|
|
3088
3088
|
i.$stateProvider = function() {
|
|
3089
3089
|
const r = {};
|
|
3090
3090
|
return { getState: function(d) {
|