dhtmlx-scheduler 7.2.3 → 7.2.4
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 +782 -764
- package/codebase/dhtmlxscheduler.es.js.map +1 -1
- package/codebase/dhtmlxscheduler.js +38 -38
- package/codebase/dhtmlxscheduler.js.map +1 -1
- package/codebase/sources/dhtmlxscheduler.es.js +32 -9
- package/codebase/sources/dhtmlxscheduler.es.js.map +1 -1
- package/codebase/sources/dhtmlxscheduler.js +32 -9
- package/codebase/sources/dhtmlxscheduler.js.map +1 -1
- package/codebase/sources/less/package.json +1 -1
- package/package.json +1 -1
- package/whatsnew.md +9 -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.4 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