dhtmlx-scheduler 5.3.11 → 5.3.14
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.css +2 -2
- package/codebase/dhtmlxscheduler.d.ts +1 -1
- package/codebase/dhtmlxscheduler.js +259 -257
- 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_terrace.css +2 -2
- package/codebase/ext/dhtmlxscheduler_active_links.js +3 -3
- package/codebase/ext/dhtmlxscheduler_agenda_view.js +1 -1
- package/codebase/ext/dhtmlxscheduler_all_timed.js +1 -1
- package/codebase/ext/dhtmlxscheduler_collision.js +1 -1
- package/codebase/ext/dhtmlxscheduler_container_autoresize.js +1 -1
- package/codebase/ext/dhtmlxscheduler_cookie.js +1 -1
- package/codebase/ext/dhtmlxscheduler_csp.js +1 -1
- package/codebase/ext/dhtmlxscheduler_editors.js +1 -1
- package/codebase/ext/dhtmlxscheduler_expand.js +2 -2
- package/codebase/ext/dhtmlxscheduler_html_templates.js +1 -1
- package/codebase/ext/dhtmlxscheduler_key_nav.js +68 -68
- package/codebase/ext/dhtmlxscheduler_layer.js +12 -12
- package/codebase/ext/dhtmlxscheduler_limit.js +1 -1
- package/codebase/ext/dhtmlxscheduler_map_view.js +1 -1
- package/codebase/ext/dhtmlxscheduler_minical.js +2 -2
- package/codebase/ext/dhtmlxscheduler_monthheight.js +1 -1
- package/codebase/ext/dhtmlxscheduler_multiselect.js +1 -1
- package/codebase/ext/dhtmlxscheduler_multisource.js +1 -1
- package/codebase/ext/dhtmlxscheduler_mvc.js +1 -1
- package/codebase/ext/dhtmlxscheduler_outerdrag.js +1 -1
- package/codebase/ext/dhtmlxscheduler_pdf.js +1 -1
- package/codebase/ext/dhtmlxscheduler_quick_info.js +1 -1
- package/codebase/ext/dhtmlxscheduler_readonly.js +1 -1
- package/codebase/ext/dhtmlxscheduler_recurring.js +28 -24
- package/codebase/ext/dhtmlxscheduler_serialize.js +3 -3
- package/codebase/ext/dhtmlxscheduler_tooltip.js +1 -1
- package/codebase/ext/dhtmlxscheduler_url.js +1 -1
- package/codebase/ext/dhtmlxscheduler_wp.js +1 -1
- package/codebase/ext/dhtmlxscheduler_year_view.js +1 -1
- package/codebase/locale/locale_ar.js +1 -1
- package/codebase/locale/locale_be.js +1 -1
- package/codebase/locale/locale_ca.js +1 -1
- package/codebase/locale/locale_cn.js +1 -1
- package/codebase/locale/locale_cs.js +1 -1
- package/codebase/locale/locale_da.js +1 -1
- package/codebase/locale/locale_de.js +1 -1
- package/codebase/locale/locale_el.js +1 -1
- package/codebase/locale/locale_en.js +1 -1
- package/codebase/locale/locale_es.js +1 -1
- package/codebase/locale/locale_fi.js +1 -1
- package/codebase/locale/locale_fr.js +1 -1
- package/codebase/locale/locale_he.js +1 -1
- package/codebase/locale/locale_hu.js +1 -1
- package/codebase/locale/locale_id.js +1 -1
- package/codebase/locale/locale_it.js +1 -1
- package/codebase/locale/locale_jp.js +1 -1
- package/codebase/locale/locale_nb.js +1 -1
- package/codebase/locale/locale_nl.js +1 -1
- package/codebase/locale/locale_no.js +1 -1
- package/codebase/locale/locale_pl.js +1 -1
- package/codebase/locale/locale_pt.js +1 -1
- package/codebase/locale/locale_ro.js +1 -1
- package/codebase/locale/locale_ru.js +1 -1
- package/codebase/locale/locale_si.js +1 -1
- package/codebase/locale/locale_sk.js +1 -1
- package/codebase/locale/locale_sv.js +1 -1
- package/codebase/locale/locale_tr.js +1 -1
- package/codebase/locale/locale_ua.js +1 -1
- package/codebase/sources/dhtmlxscheduler.js +83 -16
- package/codebase/sources/dhtmlxscheduler.js.map +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_active_links.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_agenda_view.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_all_timed.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_collision.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_container_autoresize.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_cookie.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_csp.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_editors.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_expand.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_html_templates.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_key_nav.js +52 -18
- package/codebase/sources/ext/dhtmlxscheduler_key_nav.js.map +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_layer.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_limit.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_map_view.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_minical.js +5 -1
- package/codebase/sources/ext/dhtmlxscheduler_minical.js.map +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_monthheight.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_multiselect.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_multisource.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_mvc.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_outerdrag.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_pdf.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_quick_info.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_readonly.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_recurring.js +103 -11
- package/codebase/sources/ext/dhtmlxscheduler_recurring.js.map +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_serialize.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_tooltip.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_url.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_wp.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_year_view.js +1 -1
- package/codebase/sources/less/package.json +2 -2
- package/codebase/sources/less/skins/basic/ext.less +16 -7
- package/codebase/sources/less/skins/material/add_styles.less +2 -1
- package/codebase/sources/locale/locale_ar.js +1 -1
- package/codebase/sources/locale/locale_be.js +1 -1
- package/codebase/sources/locale/locale_ca.js +1 -1
- package/codebase/sources/locale/locale_cn.js +1 -1
- package/codebase/sources/locale/locale_cs.js +1 -1
- package/codebase/sources/locale/locale_da.js +1 -1
- package/codebase/sources/locale/locale_de.js +1 -1
- package/codebase/sources/locale/locale_el.js +1 -1
- package/codebase/sources/locale/locale_en.js +1 -1
- package/codebase/sources/locale/locale_es.js +1 -1
- package/codebase/sources/locale/locale_fi.js +1 -1
- package/codebase/sources/locale/locale_fr.js +1 -1
- package/codebase/sources/locale/locale_he.js +1 -1
- package/codebase/sources/locale/locale_hu.js +1 -1
- package/codebase/sources/locale/locale_id.js +1 -1
- package/codebase/sources/locale/locale_it.js +1 -1
- package/codebase/sources/locale/locale_jp.js +1 -1
- package/codebase/sources/locale/locale_nb.js +1 -1
- package/codebase/sources/locale/locale_nl.js +1 -1
- package/codebase/sources/locale/locale_no.js +1 -1
- package/codebase/sources/locale/locale_pl.js +1 -1
- package/codebase/sources/locale/locale_pt.js +1 -1
- package/codebase/sources/locale/locale_ro.js +1 -1
- package/codebase/sources/locale/locale_ru.js +1 -1
- package/codebase/sources/locale/locale_si.js +1 -1
- package/codebase/sources/locale/locale_sk.js +1 -1
- package/codebase/sources/locale/locale_sv.js +1 -1
- package/codebase/sources/locale/locale_tr.js +1 -1
- package/codebase/sources/locale/locale_ua.js +1 -1
- package/codebase/sources/skins/dhtmlxscheduler.css +13 -9
- package/codebase/sources/skins/dhtmlxscheduler_contrast_black.css +13 -9
- package/codebase/sources/skins/dhtmlxscheduler_contrast_white.css +13 -9
- package/codebase/sources/skins/dhtmlxscheduler_flat.css +13 -9
- package/codebase/sources/skins/dhtmlxscheduler_material.css +15 -10
- package/codebase/sources/skins/dhtmlxscheduler_terrace.css +13 -9
- package/package.json +1 -1
- package/whatsnew.md +26 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 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
|
|
|
@@ -1434,18 +1434,26 @@ div.icon_delete {
|
|
|
1434
1434
|
font-weight: bold;
|
|
1435
1435
|
text-align: left;
|
|
1436
1436
|
}
|
|
1437
|
+
.dhx_matrix_scell.folder,
|
|
1438
|
+
.dhx_timeline_label_row.dhx_row_folder {
|
|
1439
|
+
overflow: visible;
|
|
1440
|
+
}
|
|
1441
|
+
.dhx_matrix_scell.folder > div {
|
|
1442
|
+
display: flex;
|
|
1443
|
+
align-items: center;
|
|
1444
|
+
height: inherit;
|
|
1445
|
+
}
|
|
1437
1446
|
.dhx_matrix_scell.folder .dhx_scell_expand {
|
|
1438
|
-
|
|
1439
|
-
width: 10px;
|
|
1440
|
-
padding-right: 3px;
|
|
1447
|
+
width: 12px;
|
|
1441
1448
|
position: relative;
|
|
1449
|
+
flex-shrink: 0;
|
|
1442
1450
|
}
|
|
1443
1451
|
.dhx_matrix_scell.folder .dhx_scell_name {
|
|
1444
|
-
float: left;
|
|
1445
1452
|
width: auto;
|
|
1446
1453
|
color: inherit;
|
|
1447
1454
|
text-transform: none;
|
|
1448
1455
|
font-weight: inherit;
|
|
1456
|
+
max-height: 100%;
|
|
1449
1457
|
}
|
|
1450
1458
|
.dhx_matrix_scell.item .dhx_scell_name {
|
|
1451
1459
|
padding-left: 15px;
|
|
@@ -1472,13 +1480,9 @@ div.icon_delete {
|
|
|
1472
1480
|
padding-right: 65px;
|
|
1473
1481
|
}
|
|
1474
1482
|
.dhx_cal_container_rtl .dhx_matrix_scell.folder .dhx_scell_expand {
|
|
1475
|
-
float: right;
|
|
1476
1483
|
padding-right: 0;
|
|
1477
1484
|
padding-left: 3px;
|
|
1478
1485
|
}
|
|
1479
|
-
.dhx_cal_container_rtl .dhx_matrix_scell.folder .dhx_scell_name {
|
|
1480
|
-
float: right;
|
|
1481
|
-
}
|
|
1482
1486
|
.dhx_cal_container_rtl .dhx_matrix_scell.item .dhx_scell_name {
|
|
1483
1487
|
padding-left: 0;
|
|
1484
1488
|
padding-right: 15px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dhtmlx-scheduler",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.14",
|
|
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,29 @@
|
|
|
1
|
+
### 5.3.14
|
|
2
|
+
|
|
3
|
+
Fix the incorrect work of drag and drop for recurring events that was added via the scheduler.addEvent()method
|
|
4
|
+
Fix the script error that was thrown from scheduler.formSection() when recurring events were enabled
|
|
5
|
+
Fix the issue that caused the scheduler to display events that shouldn't be visible due to the value of the first_hour config
|
|
6
|
+
Removed the unexpected call of the onEventUnselected event that fired on every empty click when no events were previously selected
|
|
7
|
+
Now the onEventUnselected event will fire when the selected event is deleted
|
|
8
|
+
|
|
9
|
+
### 5.3.13
|
|
10
|
+
|
|
11
|
+
Fix the issue that caused the edited recurring series to disappear after closing Lightbox via scheduler.hideLightbox
|
|
12
|
+
Fix the issue with disabling the auto_end_date config dynamically
|
|
13
|
+
Fix the incorrect work of modified instances of a recurring series when the start_date of the series event contains non-empty milliseconds part
|
|
14
|
+
Fix the issue with the Keyboard Navigation module that changed the scroll position of the scheduler when resizing an event in some cases
|
|
15
|
+
Now, when Keyboard Navigation is enabled, "trap modal focus" of the Lightbox and dhtmlx.modalbox should respect the tabindex of elements
|
|
16
|
+
Now, when the "Today" button is pressed, the Keyboard Navigation focuses on the first cell of the Today column rather than the first cell of the first column of the Week View
|
|
17
|
+
Fix the incorrect work of scheduler.showEvent in the Timeline view when the Smart Rendering is enabled
|
|
18
|
+
|
|
19
|
+
### 5.3.12
|
|
20
|
+
|
|
21
|
+
- Fix the issue with Tree Timeline view which caused it to enter an infinite loop when the list of sections contains duplicated keys
|
|
22
|
+
- Fix the incorrect work of the monthly recurring events when After N occurrences limitation is used
|
|
23
|
+
- Fix the incorrect work of the recurring_overflow_instances config in the lastDay mode which caused the event instance to lose the minutes/seconds part of its date
|
|
24
|
+
- Fix the issue with blocking the dragged event from being moved out of the scheduler when returning false from the onBeforeEventDragOut event
|
|
25
|
+
- The default CSS of Tree Timeline section labels is changed to prevent unexpected line break when the label is too long for the cell
|
|
26
|
+
|
|
1
27
|
### 5.3.11
|
|
2
28
|
|
|
3
29
|
- Fix the script error occurred when changing dates in the scheduler when the Cookie extension is enabled
|