dhtmlx-scheduler 6.0.3 → 6.0.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 +28 -26
- package/bower.json +1 -1
- package/codebase/dhtmlxscheduler.css +2 -2
- package/codebase/dhtmlxscheduler.js +2 -2
- package/codebase/dhtmlxscheduler.js.map +1 -1
- package/codebase/dhtmlxscheduler_contrast_black.css +2 -2
- package/codebase/dhtmlxscheduler_contrast_white.css +2 -2
- package/codebase/dhtmlxscheduler_flat.css +2 -2
- package/codebase/dhtmlxscheduler_material.css +2 -2
- package/codebase/dhtmlxscheduler_material_nofont.css +2 -2
- package/codebase/dhtmlxscheduler_terrace.css +2 -2
- package/codebase/sources/dhtmlxscheduler.css +2 -2
- package/codebase/sources/dhtmlxscheduler.js +697 -5130
- package/codebase/sources/less/package.json +1 -1
- package/codebase/sources/less/skins/basic/lightbox.less +1 -1
- package/codebase/sources/skins/dhtmlxscheduler_contrast_black.css +2 -2
- package/codebase/sources/skins/dhtmlxscheduler_contrast_white.css +2 -2
- package/codebase/sources/skins/dhtmlxscheduler_flat.css +2 -2
- package/codebase/sources/skins/dhtmlxscheduler_material.css +2 -2
- package/codebase/sources/skins/dhtmlxscheduler_material_nofont.css +2 -2
- package/codebase/sources/skins/dhtmlxscheduler_terrace.css +2 -2
- package/package.json +1 -1
- package/whatsnew.md +8 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dhtmlx-scheduler-skins",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.4",
|
|
4
4
|
"description": "Less sources and a build tool for DHTMLXScheduler skins",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run build-default && npm run build-flat && npm run build-material && npm run build-terrace && npm run build-contrast_white && npm run build-contrast_black",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* @license
|
|
3
3
|
*
|
|
4
|
-
* dhtmlxScheduler v.6.0.
|
|
4
|
+
* dhtmlxScheduler v.6.0.4 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
|
*
|
|
@@ -551,7 +551,7 @@ div.icon_delete {
|
|
|
551
551
|
white-space: nowrap;
|
|
552
552
|
display: flex;
|
|
553
553
|
flex-direction: row;
|
|
554
|
-
justify-content: start;
|
|
554
|
+
justify-content: flex-start;
|
|
555
555
|
}
|
|
556
556
|
.dhx_cal_ltext.dhx_cal_template {
|
|
557
557
|
position: relative;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* @license
|
|
3
3
|
*
|
|
4
|
-
* dhtmlxScheduler v.6.0.
|
|
4
|
+
* dhtmlxScheduler v.6.0.4 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
|
*
|
|
@@ -548,7 +548,7 @@ div.icon_delete {
|
|
|
548
548
|
white-space: nowrap;
|
|
549
549
|
display: flex;
|
|
550
550
|
flex-direction: row;
|
|
551
|
-
justify-content: start;
|
|
551
|
+
justify-content: flex-start;
|
|
552
552
|
}
|
|
553
553
|
.dhx_cal_ltext.dhx_cal_template {
|
|
554
554
|
position: relative;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* @license
|
|
3
3
|
*
|
|
4
|
-
* dhtmlxScheduler v.6.0.
|
|
4
|
+
* dhtmlxScheduler v.6.0.4 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
|
*
|
|
@@ -492,7 +492,7 @@ div.icon_delete {
|
|
|
492
492
|
white-space: nowrap;
|
|
493
493
|
display: flex;
|
|
494
494
|
flex-direction: row;
|
|
495
|
-
justify-content: start;
|
|
495
|
+
justify-content: flex-start;
|
|
496
496
|
}
|
|
497
497
|
.dhx_cal_ltext.dhx_cal_template {
|
|
498
498
|
position: relative;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* @license
|
|
3
3
|
*
|
|
4
|
-
* dhtmlxScheduler v.6.0.
|
|
4
|
+
* dhtmlxScheduler v.6.0.4 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
|
*
|
|
@@ -493,7 +493,7 @@ div.icon_delete {
|
|
|
493
493
|
white-space: nowrap;
|
|
494
494
|
display: flex;
|
|
495
495
|
flex-direction: row;
|
|
496
|
-
justify-content: start;
|
|
496
|
+
justify-content: flex-start;
|
|
497
497
|
}
|
|
498
498
|
.dhx_cal_ltext.dhx_cal_template {
|
|
499
499
|
position: relative;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* @license
|
|
3
3
|
*
|
|
4
|
-
* dhtmlxScheduler v.6.0.
|
|
4
|
+
* dhtmlxScheduler v.6.0.4 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
|
*
|
|
@@ -492,7 +492,7 @@ div.icon_delete {
|
|
|
492
492
|
white-space: nowrap;
|
|
493
493
|
display: flex;
|
|
494
494
|
flex-direction: row;
|
|
495
|
-
justify-content: start;
|
|
495
|
+
justify-content: flex-start;
|
|
496
496
|
}
|
|
497
497
|
.dhx_cal_ltext.dhx_cal_template {
|
|
498
498
|
position: relative;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* @license
|
|
3
3
|
*
|
|
4
|
-
* dhtmlxScheduler v.6.0.
|
|
4
|
+
* dhtmlxScheduler v.6.0.4 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
|
*
|
|
@@ -548,7 +548,7 @@ div.icon_delete {
|
|
|
548
548
|
white-space: nowrap;
|
|
549
549
|
display: flex;
|
|
550
550
|
flex-direction: row;
|
|
551
|
-
justify-content: start;
|
|
551
|
+
justify-content: flex-start;
|
|
552
552
|
}
|
|
553
553
|
.dhx_cal_ltext.dhx_cal_template {
|
|
554
554
|
position: relative;
|
package/package.json
CHANGED
package/whatsnew.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
### 6.0.4
|
|
2
|
+
|
|
3
|
+
Fix the incorrect work of the dataProcessor when an instance of the Recurring series is edited.
|
|
4
|
+
Fix the issue that caused Recurring series to lose custom properties assigned to them.
|
|
5
|
+
Fix the script error that happens after scheduler.destructor() call when the container_autoresize extension is enabled.
|
|
6
|
+
Fix the regression in the Timeline view that prevented autoscroll during event drag and drop.
|
|
7
|
+
The attached onContextMenu event handler now prevents the default context automatically.
|
|
8
|
+
|
|
1
9
|
### 6.0.3
|
|
2
10
|
|
|
3
11
|
Fix the regression in the Year view which caused incorrect date arguments for the 'onEmptyClick' event handler
|