dhtmlx-scheduler 6.0.1 → 6.0.3
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 +2 -2
- 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 +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 +96 -146
- package/codebase/sources/less/package.json +13 -4
- package/codebase/sources/less/scripts.js +52 -0
- package/codebase/sources/less/skins/basic/skin.less +1 -1
- package/codebase/sources/less/skins/contrast_black/skin.less +1 -1
- package/codebase/sources/less/skins/flat/skin.less +1 -1
- package/codebase/sources/less/skins/material/add_styles.less +6 -6
- package/codebase/sources/less/skins/material/skin.less +2 -2
- package/codebase/sources/less/skins/terrace/skin.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 +5 -5
- package/codebase/sources/skins/dhtmlxscheduler_material_nofont.css +5 -5
- package/codebase/sources/skins/dhtmlxscheduler_terrace.css +2 -2
- package/package.json +1 -1
- package/whatsnew.md +15 -0
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
|
|
10
10
|
2. Navigation Bar and It's Elements
|
|
11
11
|
|___
|
|
12
|
-
|_______ 2.1 Tabs
|
|
12
|
+
|_______ 2.1 Tabs Position
|
|
13
13
|
|_______ 2.2 Navigation Button Hover
|
|
14
14
|
|_______ 2.3 Tabs Hover
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
3. Event and It's Elements
|
|
18
18
|
|___
|
|
19
|
-
|_______ 3.1 Selection
|
|
19
|
+
|_______ 3.1 Selection Menu ICONS
|
|
20
20
|
|_______ 3.2 Selected Event Menu
|
|
21
21
|
|
|
22
22
|
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
margin-top:-11px;
|
|
228
228
|
}
|
|
229
229
|
|
|
230
|
-
// 3.1 Selection
|
|
230
|
+
// 3.1 Selection Menu ICONS
|
|
231
231
|
|
|
232
232
|
|
|
233
233
|
// 3.2 Selected Event Menu
|
|
@@ -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
|
|
1137
|
+
height: 100%;
|
|
1138
1138
|
line-height:32px;
|
|
1139
1139
|
|
|
1140
1140
|
&:after {
|
|
@@ -1360,7 +1360,7 @@ textarea.dhx_cal_editor {
|
|
|
1360
1360
|
}
|
|
1361
1361
|
}
|
|
1362
1362
|
|
|
1363
|
-
// Lightbox
|
|
1363
|
+
// Lightbox Recurring form
|
|
1364
1364
|
.dhx_repeat_left {
|
|
1365
1365
|
width: 325px!important;
|
|
1366
1366
|
height: 50px!important;
|
|
@@ -1502,7 +1502,7 @@ input.dhx_repeat_text {
|
|
|
1502
1502
|
top: -1px;
|
|
1503
1503
|
}
|
|
1504
1504
|
|
|
1505
|
-
// Lightbox
|
|
1505
|
+
// Lightbox Recurring button
|
|
1506
1506
|
.dhx_cal_lsection div.dhx_custom_button {
|
|
1507
1507
|
padding: 0;
|
|
1508
1508
|
color:@base-color;
|
|
@@ -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
|
|
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;
|
|
@@ -769,7 +769,7 @@
|
|
|
769
769
|
|
|
770
770
|
|
|
771
771
|
|
|
772
|
-
//
|
|
772
|
+
// Error/Info popUp BOX
|
|
773
773
|
|
|
774
774
|
@alertbox-series-btn-padding: 0 16px;
|
|
775
775
|
@alertbox-series-btn-border: 1px solid @base-color;
|
|
@@ -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
|
|
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.
|
|
4
|
+
* dhtmlxScheduler v.6.0.3 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
|
*
|
|
@@ -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
|
|
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.
|
|
4
|
+
* dhtmlxScheduler v.6.0.3 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
|
*
|
|
@@ -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
|
|
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.
|
|
4
|
+
* dhtmlxScheduler v.6.0.3 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
|
*
|
|
@@ -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
|
|
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.
|
|
4
|
+
* dhtmlxScheduler v.6.0.3 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
|
*
|
|
@@ -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
|
|
635
|
+
height: 20px;
|
|
636
636
|
}
|
|
637
637
|
.dhx_section_time {
|
|
638
638
|
text-align: center;
|
|
@@ -2738,14 +2738,14 @@ input.dhx_repeat_checkbox {
|
|
|
2738
2738
|
|
|
2739
2739
|
2. Navigation Bar and It's Elements
|
|
2740
2740
|
|___
|
|
2741
|
-
|_______ 2.1 Tabs
|
|
2741
|
+
|_______ 2.1 Tabs Position
|
|
2742
2742
|
|_______ 2.2 Navigation Button Hover
|
|
2743
2743
|
|_______ 2.3 Tabs Hover
|
|
2744
2744
|
|
|
2745
2745
|
|
|
2746
2746
|
3. Event and It's Elements
|
|
2747
2747
|
|___
|
|
2748
|
-
|_______ 3.1 Selection
|
|
2748
|
+
|_______ 3.1 Selection Menu ICONS
|
|
2749
2749
|
|_______ 3.2 Selected Event Menu
|
|
2750
2750
|
|
|
2751
2751
|
|
|
@@ -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
|
|
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.
|
|
4
|
+
* dhtmlxScheduler v.6.0.3 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
|
*
|
|
@@ -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
|
|
634
|
+
height: 20px;
|
|
635
635
|
}
|
|
636
636
|
.dhx_section_time {
|
|
637
637
|
text-align: center;
|
|
@@ -2737,14 +2737,14 @@ input.dhx_repeat_checkbox {
|
|
|
2737
2737
|
|
|
2738
2738
|
2. Navigation Bar and It's Elements
|
|
2739
2739
|
|___
|
|
2740
|
-
|_______ 2.1 Tabs
|
|
2740
|
+
|_______ 2.1 Tabs Position
|
|
2741
2741
|
|_______ 2.2 Navigation Button Hover
|
|
2742
2742
|
|_______ 2.3 Tabs Hover
|
|
2743
2743
|
|
|
2744
2744
|
|
|
2745
2745
|
3. Event and It's Elements
|
|
2746
2746
|
|___
|
|
2747
|
-
|_______ 3.1 Selection
|
|
2747
|
+
|_______ 3.1 Selection Menu ICONS
|
|
2748
2748
|
|_______ 3.2 Selected Event Menu
|
|
2749
2749
|
|
|
2750
2750
|
|
|
@@ -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
|
|
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.
|
|
4
|
+
* dhtmlxScheduler v.6.0.3 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
|
*
|
|
@@ -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
|
|
691
|
+
height: 20px;
|
|
692
692
|
}
|
|
693
693
|
.dhx_section_time {
|
|
694
694
|
text-align: center;
|
package/package.json
CHANGED
package/whatsnew.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
### 6.0.3
|
|
2
|
+
|
|
3
|
+
Fix the regression in the Year view which caused incorrect date arguments for the 'onEmptyClick' event handler
|
|
4
|
+
Fix work of the 'height' property of the 'time' section of the lightbox
|
|
5
|
+
Fix the issue with the incorrect height of the time scale in the timeline view when the 'second_scale' was specified
|
|
6
|
+
Fix the value of the new event flag in the 'onEventCancel' event arguments (the flag must have a boolean value)
|
|
7
|
+
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
|
|
8
|
+
|
|
9
|
+
### 6.0.2
|
|
10
|
+
|
|
11
|
+
Fix the regression in scripts for building Custom Skins
|
|
12
|
+
Fix the script errors occurred on pages with enabled Content Security Policy
|
|
13
|
+
Fix the incorrect work of the DataProcessor when it is initialized with the router object
|
|
14
|
+
Fix the typo in the name of the DOM attribute for cells of the Year view
|
|
15
|
+
|
|
1
16
|
### 6.0.1
|
|
2
17
|
|
|
3
18
|
- Fix compatibility with Salesforce LWC
|