dhtmlx-scheduler 6.0.1 → 6.0.2
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 +7 -2
- package/bower.json +1 -1
- package/codebase/dhtmlxscheduler.css +1 -1
- package/codebase/dhtmlxscheduler.d.ts +1 -1
- package/codebase/dhtmlxscheduler.js +2 -2
- package/codebase/dhtmlxscheduler.js.map +1 -1
- package/codebase/dhtmlxscheduler_contrast_black.css +1 -1
- package/codebase/dhtmlxscheduler_contrast_white.css +1 -1
- package/codebase/dhtmlxscheduler_flat.css +1 -1
- package/codebase/dhtmlxscheduler_material.css +1 -1
- package/codebase/dhtmlxscheduler_material_nofont.css +1 -1
- package/codebase/dhtmlxscheduler_terrace.css +1 -1
- package/codebase/sources/dhtmlxscheduler.css +1 -1
- package/codebase/sources/dhtmlxscheduler.js +36 -32
- package/codebase/sources/less/package.json +13 -4
- package/codebase/sources/less/scripts.js +52 -0
- package/codebase/sources/less/skins/material/add_styles.less +5 -5
- package/codebase/sources/less/skins/material/skin.less +1 -1
- package/codebase/sources/skins/dhtmlxscheduler_contrast_black.css +1 -1
- package/codebase/sources/skins/dhtmlxscheduler_contrast_white.css +1 -1
- package/codebase/sources/skins/dhtmlxscheduler_flat.css +1 -1
- package/codebase/sources/skins/dhtmlxscheduler_material.css +3 -3
- package/codebase/sources/skins/dhtmlxscheduler_material_nofont.css +3 -3
- package/codebase/sources/skins/dhtmlxscheduler_terrace.css +1 -1
- package/package.json +1 -1
- package/whatsnew.md +7 -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
|
[dhtmlxScheduler](https://dhtmlx.com/docs/products/dhtmlxScheduler) is a JavaScript event calendar that allows you to add a Google-like scheduler to your web app or website.
|
|
@@ -101,7 +101,12 @@ Like our page on [Facebook](https://www.facebook.com/dhtmlx/)
|
|
|
101
101
|
|
|
102
102
|
## License ##
|
|
103
103
|
|
|
104
|
-
|
|
104
|
+
dhtmlxScheduler v.6.0.2 Standard
|
|
105
|
+
|
|
106
|
+
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
|
|
107
|
+
|
|
108
|
+
(c) XB Software Ltd.
|
|
109
|
+
|
|
105
110
|
|
|
106
111
|
## Useful links ##
|
|
107
112
|
|
package/bower.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* @license
|
|
3
3
|
*
|
|
4
|
-
* dhtmlxScheduler v.6.0.
|
|
4
|
+
* dhtmlxScheduler v.6.0.2 Standard
|
|
5
5
|
*
|
|
6
6
|
* 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
|
|
7
7
|
*
|
|
@@ -995,7 +995,7 @@ export interface SchedulerConfigOptions {
|
|
|
995
995
|
scroll_hour: number;
|
|
996
996
|
|
|
997
997
|
/**
|
|
998
|
-
* specifies the
|
|
998
|
+
* specifies the delimiter that will be used to separate several sections/units in the related data property of the event
|
|
999
999
|
*/
|
|
1000
1000
|
section_delimiter: string;
|
|
1001
1001
|
|