dhtmlx-scheduler 6.0.2 → 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.
Files changed (29) hide show
  1. package/README.md +28 -26
  2. package/bower.json +1 -1
  3. package/codebase/dhtmlxscheduler.css +2 -2
  4. package/codebase/dhtmlxscheduler.js +2 -2
  5. package/codebase/dhtmlxscheduler.js.map +1 -1
  6. package/codebase/dhtmlxscheduler_contrast_black.css +2 -2
  7. package/codebase/dhtmlxscheduler_contrast_white.css +2 -2
  8. package/codebase/dhtmlxscheduler_flat.css +2 -2
  9. package/codebase/dhtmlxscheduler_material.css +2 -2
  10. package/codebase/dhtmlxscheduler_material_nofont.css +2 -2
  11. package/codebase/dhtmlxscheduler_terrace.css +2 -2
  12. package/codebase/sources/dhtmlxscheduler.css +3 -3
  13. package/codebase/sources/dhtmlxscheduler.js +750 -5237
  14. package/codebase/sources/less/package.json +1 -1
  15. package/codebase/sources/less/skins/basic/lightbox.less +1 -1
  16. package/codebase/sources/less/skins/basic/skin.less +1 -1
  17. package/codebase/sources/less/skins/contrast_black/skin.less +1 -1
  18. package/codebase/sources/less/skins/flat/skin.less +1 -1
  19. package/codebase/sources/less/skins/material/add_styles.less +1 -1
  20. package/codebase/sources/less/skins/material/skin.less +1 -1
  21. package/codebase/sources/less/skins/terrace/skin.less +1 -1
  22. package/codebase/sources/skins/dhtmlxscheduler_contrast_black.css +3 -3
  23. package/codebase/sources/skins/dhtmlxscheduler_contrast_white.css +3 -3
  24. package/codebase/sources/skins/dhtmlxscheduler_flat.css +3 -3
  25. package/codebase/sources/skins/dhtmlxscheduler_material.css +4 -4
  26. package/codebase/sources/skins/dhtmlxscheduler_material_nofont.css +4 -4
  27. package/codebase/sources/skins/dhtmlxscheduler_terrace.css +3 -3
  28. package/package.json +1 -1
  29. package/whatsnew.md +16 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhtmlx-scheduler-skins",
3
- "version": "6.0.2",
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",
@@ -34,7 +34,7 @@
34
34
 
35
35
  display: flex;
36
36
  flex-direction: row;
37
- justify-content: start;
37
+ justify-content: flex-start;
38
38
  }
39
39
 
40
40
  .dhx_cal_ltext.dhx_cal_template {
@@ -637,7 +637,7 @@
637
637
  @lightbox-area-time-block-padding-left: 0;
638
638
  @lightbox-area-time-block-padding: @lightbox-area-time-block-padding-top @lightbox-area-time-block-padding-right @lightbox-area-time-block-padding-bottom @lightbox-area-time-block-padding-left ~'!important';
639
639
  @lightbox-area-time-block-padding-rtl: @lightbox-area-time-block-padding-top @lightbox-area-time-block-padding-left @lightbox-area-time-block-padding-bottom @lightbox-area-time-block-padding-right ~'!important';
640
- @lightbox-area-time-block-height: 20px ~'!important';
640
+ @lightbox-area-time-block-height: 20px;
641
641
  @lightbox-area-time-block-textaligment: center;
642
642
  @lightbox-responsive-time-select-width: 14.648vw;
643
643
  @lightbox-responsive-time-select-padding:1.953vw !important;
@@ -671,7 +671,7 @@
671
671
  @lightbox-area-time-block-padding-left: 0;
672
672
  @lightbox-area-time-block-padding: @lightbox-area-time-block-padding-top @lightbox-area-time-block-padding-right @lightbox-area-time-block-padding-bottom @lightbox-area-time-block-padding-left ~'!important';
673
673
  @lightbox-area-time-block-padding-rtl: @lightbox-area-time-block-padding-top @lightbox-area-time-block-padding-left @lightbox-area-time-block-padding-bottom @lightbox-area-time-block-padding-right ~'!important';
674
- @lightbox-area-time-block-height: 20px ~'!important';
674
+ @lightbox-area-time-block-height: 20px;
675
675
  @lightbox-area-time-block-textaligment: center;
676
676
 
677
677
 
@@ -603,7 +603,7 @@
603
603
  @lightbox-area-time-block-padding-left: 0;
604
604
  @lightbox-area-time-block-padding: @lightbox-area-time-block-padding-top @lightbox-area-time-block-padding-right @lightbox-area-time-block-padding-bottom @lightbox-area-time-block-padding-left ~'!important';
605
605
  @lightbox-area-time-block-padding-rtl: @lightbox-area-time-block-padding-top @lightbox-area-time-block-padding-left @lightbox-area-time-block-padding-bottom @lightbox-area-time-block-padding-right ~'!important';
606
- @lightbox-area-time-block-height: 20px ~'!important';
606
+ @lightbox-area-time-block-height: 20px;
607
607
  @lightbox-area-time-block-textaligment: center;
608
608
 
609
609
 
@@ -1134,7 +1134,7 @@ textarea.dhx_cal_editor {
1134
1134
  }*/
1135
1135
 
1136
1136
  .dhx_cal_light .dhx_wrap_section .dhx_section_time {
1137
- height: 100%!important;
1137
+ height: 100%;
1138
1138
  line-height:32px;
1139
1139
 
1140
1140
  &:after {
@@ -714,7 +714,7 @@
714
714
  @lightbox-area-time-block-padding-left: 117px;
715
715
  @lightbox-area-time-block-padding: @lightbox-area-time-block-padding-top @lightbox-area-time-block-padding-right @lightbox-area-time-block-padding-bottom @lightbox-area-time-block-padding-left ~'!important';
716
716
  @lightbox-area-time-block-padding-rtl: @lightbox-area-time-block-padding-top @lightbox-area-time-block-padding-left @lightbox-area-time-block-padding-bottom @lightbox-area-time-block-padding-right ~'!important';
717
- @lightbox-area-time-block-height: 20px ~'!important';
717
+ @lightbox-area-time-block-height: 20px;
718
718
  @lightbox-area-time-block-textaligment: center;
719
719
  @lightbox-responsive-time-select-width: 18.555vw;
720
720
  @lightbox-responsive-time-select-padding:5.859vw !important;
@@ -619,7 +619,7 @@
619
619
  @lightbox-area-time-block-padding-left: 0;
620
620
  @lightbox-area-time-block-padding: @lightbox-area-time-block-padding-top @lightbox-area-time-block-padding-right @lightbox-area-time-block-padding-bottom @lightbox-area-time-block-padding-left ~'!important';
621
621
  @lightbox-area-time-block-padding-rtl: @lightbox-area-time-block-padding-top @lightbox-area-time-block-padding-left @lightbox-area-time-block-padding-bottom @lightbox-area-time-block-padding-right ~'!important';
622
- @lightbox-area-time-block-height: 20px ~'!important';
622
+ @lightbox-area-time-block-height: 20px;
623
623
  @lightbox-area-time-block-textaligment: center;
624
624
 
625
625
 
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * @license
3
3
  *
4
- * dhtmlxScheduler v.6.0.2 Standard
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;
@@ -691,7 +691,7 @@ div.icon_delete {
691
691
  }
692
692
  .dhx_cal_light_wide .dhx_section_time {
693
693
  padding: 2px 0 0 0 !important;
694
- height: 20px !important;
694
+ height: 20px;
695
695
  }
696
696
  .dhx_section_time {
697
697
  text-align: center;
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * @license
3
3
  *
4
- * dhtmlxScheduler v.6.0.2 Standard
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;
@@ -688,7 +688,7 @@ div.icon_delete {
688
688
  }
689
689
  .dhx_cal_light_wide .dhx_section_time {
690
690
  padding: 2px 0 0 0 !important;
691
- height: 20px !important;
691
+ height: 20px;
692
692
  }
693
693
  .dhx_section_time {
694
694
  text-align: center;
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * @license
3
3
  *
4
- * dhtmlxScheduler v.6.0.2 Standard
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;
@@ -632,7 +632,7 @@ div.icon_delete {
632
632
  }
633
633
  .dhx_cal_light_wide .dhx_section_time {
634
634
  padding: 2px 0 0 0 !important;
635
- height: 20px !important;
635
+ height: 20px;
636
636
  }
637
637
  .dhx_section_time {
638
638
  text-align: center;
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * @license
3
3
  *
4
- * dhtmlxScheduler v.6.0.2 Standard
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;
@@ -632,7 +632,7 @@ div.icon_delete {
632
632
  }
633
633
  .dhx_cal_light_wide .dhx_section_time {
634
634
  padding: 2px 0 0 117px !important;
635
- height: 20px !important;
635
+ height: 20px;
636
636
  }
637
637
  .dhx_section_time {
638
638
  text-align: center;
@@ -3634,7 +3634,7 @@ textarea.dhx_cal_editor {
3634
3634
  height: 32px!important;
3635
3635
  }*/
3636
3636
  .dhx_cal_light .dhx_wrap_section .dhx_section_time {
3637
- height: 100%!important;
3637
+ height: 100%;
3638
3638
  line-height: 32px;
3639
3639
  }
3640
3640
  .dhx_cal_light .dhx_wrap_section .dhx_section_time:after {
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * @license
3
3
  *
4
- * dhtmlxScheduler v.6.0.2 Standard
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;
@@ -631,7 +631,7 @@ div.icon_delete {
631
631
  }
632
632
  .dhx_cal_light_wide .dhx_section_time {
633
633
  padding: 2px 0 0 117px !important;
634
- height: 20px !important;
634
+ height: 20px;
635
635
  }
636
636
  .dhx_section_time {
637
637
  text-align: center;
@@ -3633,7 +3633,7 @@ textarea.dhx_cal_editor {
3633
3633
  height: 32px!important;
3634
3634
  }*/
3635
3635
  .dhx_cal_light .dhx_wrap_section .dhx_section_time {
3636
- height: 100%!important;
3636
+ height: 100%;
3637
3637
  line-height: 32px;
3638
3638
  }
3639
3639
  .dhx_cal_light .dhx_wrap_section .dhx_section_time:after {
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * @license
3
3
  *
4
- * dhtmlxScheduler v.6.0.2 Standard
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;
@@ -688,7 +688,7 @@ div.icon_delete {
688
688
  }
689
689
  .dhx_cal_light_wide .dhx_section_time {
690
690
  padding: 2px 0 0 0 !important;
691
- height: 20px !important;
691
+ height: 20px;
692
692
  }
693
693
  .dhx_section_time {
694
694
  text-align: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhtmlx-scheduler",
3
- "version": "6.0.2",
3
+ "version": "6.0.4",
4
4
  "description": "JavaScript event calendar. Allows to manage events and appointments in different views",
5
5
  "main": "codebase/dhtmlxscheduler.js",
6
6
  "types": "codebase/dhtmlxscheduler.d.ts",
package/whatsnew.md CHANGED
@@ -1,3 +1,19 @@
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
+
9
+ ### 6.0.3
10
+
11
+ Fix the regression in the Year view which caused incorrect date arguments for the 'onEmptyClick' event handler
12
+ Fix work of the 'height' property of the 'time' section of the lightbox
13
+ Fix the issue with the incorrect height of the time scale in the timeline view when the 'second_scale' was specified
14
+ Fix the value of the new event flag in the 'onEventCancel' event arguments (the flag must have a boolean value)
15
+ Fix the script error which happened on scroll in the Tree Timeline view when 'smart_rendering' was enabled and sections were initially loaded in the 'closed' state
16
+
1
17
  ### 6.0.2
2
18
 
3
19
  Fix the regression in scripts for building Custom Skins