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.
Files changed (142) hide show
  1. package/README.md +2 -2
  2. package/bower.json +1 -1
  3. package/codebase/dhtmlxscheduler.css +2 -2
  4. package/codebase/dhtmlxscheduler.d.ts +1 -1
  5. package/codebase/dhtmlxscheduler.js +259 -257
  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_terrace.css +2 -2
  11. package/codebase/ext/dhtmlxscheduler_active_links.js +3 -3
  12. package/codebase/ext/dhtmlxscheduler_agenda_view.js +1 -1
  13. package/codebase/ext/dhtmlxscheduler_all_timed.js +1 -1
  14. package/codebase/ext/dhtmlxscheduler_collision.js +1 -1
  15. package/codebase/ext/dhtmlxscheduler_container_autoresize.js +1 -1
  16. package/codebase/ext/dhtmlxscheduler_cookie.js +1 -1
  17. package/codebase/ext/dhtmlxscheduler_csp.js +1 -1
  18. package/codebase/ext/dhtmlxscheduler_editors.js +1 -1
  19. package/codebase/ext/dhtmlxscheduler_expand.js +2 -2
  20. package/codebase/ext/dhtmlxscheduler_html_templates.js +1 -1
  21. package/codebase/ext/dhtmlxscheduler_key_nav.js +68 -68
  22. package/codebase/ext/dhtmlxscheduler_layer.js +12 -12
  23. package/codebase/ext/dhtmlxscheduler_limit.js +1 -1
  24. package/codebase/ext/dhtmlxscheduler_map_view.js +1 -1
  25. package/codebase/ext/dhtmlxscheduler_minical.js +2 -2
  26. package/codebase/ext/dhtmlxscheduler_monthheight.js +1 -1
  27. package/codebase/ext/dhtmlxscheduler_multiselect.js +1 -1
  28. package/codebase/ext/dhtmlxscheduler_multisource.js +1 -1
  29. package/codebase/ext/dhtmlxscheduler_mvc.js +1 -1
  30. package/codebase/ext/dhtmlxscheduler_outerdrag.js +1 -1
  31. package/codebase/ext/dhtmlxscheduler_pdf.js +1 -1
  32. package/codebase/ext/dhtmlxscheduler_quick_info.js +1 -1
  33. package/codebase/ext/dhtmlxscheduler_readonly.js +1 -1
  34. package/codebase/ext/dhtmlxscheduler_recurring.js +28 -24
  35. package/codebase/ext/dhtmlxscheduler_serialize.js +3 -3
  36. package/codebase/ext/dhtmlxscheduler_tooltip.js +1 -1
  37. package/codebase/ext/dhtmlxscheduler_url.js +1 -1
  38. package/codebase/ext/dhtmlxscheduler_wp.js +1 -1
  39. package/codebase/ext/dhtmlxscheduler_year_view.js +1 -1
  40. package/codebase/locale/locale_ar.js +1 -1
  41. package/codebase/locale/locale_be.js +1 -1
  42. package/codebase/locale/locale_ca.js +1 -1
  43. package/codebase/locale/locale_cn.js +1 -1
  44. package/codebase/locale/locale_cs.js +1 -1
  45. package/codebase/locale/locale_da.js +1 -1
  46. package/codebase/locale/locale_de.js +1 -1
  47. package/codebase/locale/locale_el.js +1 -1
  48. package/codebase/locale/locale_en.js +1 -1
  49. package/codebase/locale/locale_es.js +1 -1
  50. package/codebase/locale/locale_fi.js +1 -1
  51. package/codebase/locale/locale_fr.js +1 -1
  52. package/codebase/locale/locale_he.js +1 -1
  53. package/codebase/locale/locale_hu.js +1 -1
  54. package/codebase/locale/locale_id.js +1 -1
  55. package/codebase/locale/locale_it.js +1 -1
  56. package/codebase/locale/locale_jp.js +1 -1
  57. package/codebase/locale/locale_nb.js +1 -1
  58. package/codebase/locale/locale_nl.js +1 -1
  59. package/codebase/locale/locale_no.js +1 -1
  60. package/codebase/locale/locale_pl.js +1 -1
  61. package/codebase/locale/locale_pt.js +1 -1
  62. package/codebase/locale/locale_ro.js +1 -1
  63. package/codebase/locale/locale_ru.js +1 -1
  64. package/codebase/locale/locale_si.js +1 -1
  65. package/codebase/locale/locale_sk.js +1 -1
  66. package/codebase/locale/locale_sv.js +1 -1
  67. package/codebase/locale/locale_tr.js +1 -1
  68. package/codebase/locale/locale_ua.js +1 -1
  69. package/codebase/sources/dhtmlxscheduler.js +83 -16
  70. package/codebase/sources/dhtmlxscheduler.js.map +1 -1
  71. package/codebase/sources/ext/dhtmlxscheduler_active_links.js +1 -1
  72. package/codebase/sources/ext/dhtmlxscheduler_agenda_view.js +1 -1
  73. package/codebase/sources/ext/dhtmlxscheduler_all_timed.js +1 -1
  74. package/codebase/sources/ext/dhtmlxscheduler_collision.js +1 -1
  75. package/codebase/sources/ext/dhtmlxscheduler_container_autoresize.js +1 -1
  76. package/codebase/sources/ext/dhtmlxscheduler_cookie.js +1 -1
  77. package/codebase/sources/ext/dhtmlxscheduler_csp.js +1 -1
  78. package/codebase/sources/ext/dhtmlxscheduler_editors.js +1 -1
  79. package/codebase/sources/ext/dhtmlxscheduler_expand.js +1 -1
  80. package/codebase/sources/ext/dhtmlxscheduler_html_templates.js +1 -1
  81. package/codebase/sources/ext/dhtmlxscheduler_key_nav.js +52 -18
  82. package/codebase/sources/ext/dhtmlxscheduler_key_nav.js.map +1 -1
  83. package/codebase/sources/ext/dhtmlxscheduler_layer.js +1 -1
  84. package/codebase/sources/ext/dhtmlxscheduler_limit.js +1 -1
  85. package/codebase/sources/ext/dhtmlxscheduler_map_view.js +1 -1
  86. package/codebase/sources/ext/dhtmlxscheduler_minical.js +5 -1
  87. package/codebase/sources/ext/dhtmlxscheduler_minical.js.map +1 -1
  88. package/codebase/sources/ext/dhtmlxscheduler_monthheight.js +1 -1
  89. package/codebase/sources/ext/dhtmlxscheduler_multiselect.js +1 -1
  90. package/codebase/sources/ext/dhtmlxscheduler_multisource.js +1 -1
  91. package/codebase/sources/ext/dhtmlxscheduler_mvc.js +1 -1
  92. package/codebase/sources/ext/dhtmlxscheduler_outerdrag.js +1 -1
  93. package/codebase/sources/ext/dhtmlxscheduler_pdf.js +1 -1
  94. package/codebase/sources/ext/dhtmlxscheduler_quick_info.js +1 -1
  95. package/codebase/sources/ext/dhtmlxscheduler_readonly.js +1 -1
  96. package/codebase/sources/ext/dhtmlxscheduler_recurring.js +103 -11
  97. package/codebase/sources/ext/dhtmlxscheduler_recurring.js.map +1 -1
  98. package/codebase/sources/ext/dhtmlxscheduler_serialize.js +1 -1
  99. package/codebase/sources/ext/dhtmlxscheduler_tooltip.js +1 -1
  100. package/codebase/sources/ext/dhtmlxscheduler_url.js +1 -1
  101. package/codebase/sources/ext/dhtmlxscheduler_wp.js +1 -1
  102. package/codebase/sources/ext/dhtmlxscheduler_year_view.js +1 -1
  103. package/codebase/sources/less/package.json +2 -2
  104. package/codebase/sources/less/skins/basic/ext.less +16 -7
  105. package/codebase/sources/less/skins/material/add_styles.less +2 -1
  106. package/codebase/sources/locale/locale_ar.js +1 -1
  107. package/codebase/sources/locale/locale_be.js +1 -1
  108. package/codebase/sources/locale/locale_ca.js +1 -1
  109. package/codebase/sources/locale/locale_cn.js +1 -1
  110. package/codebase/sources/locale/locale_cs.js +1 -1
  111. package/codebase/sources/locale/locale_da.js +1 -1
  112. package/codebase/sources/locale/locale_de.js +1 -1
  113. package/codebase/sources/locale/locale_el.js +1 -1
  114. package/codebase/sources/locale/locale_en.js +1 -1
  115. package/codebase/sources/locale/locale_es.js +1 -1
  116. package/codebase/sources/locale/locale_fi.js +1 -1
  117. package/codebase/sources/locale/locale_fr.js +1 -1
  118. package/codebase/sources/locale/locale_he.js +1 -1
  119. package/codebase/sources/locale/locale_hu.js +1 -1
  120. package/codebase/sources/locale/locale_id.js +1 -1
  121. package/codebase/sources/locale/locale_it.js +1 -1
  122. package/codebase/sources/locale/locale_jp.js +1 -1
  123. package/codebase/sources/locale/locale_nb.js +1 -1
  124. package/codebase/sources/locale/locale_nl.js +1 -1
  125. package/codebase/sources/locale/locale_no.js +1 -1
  126. package/codebase/sources/locale/locale_pl.js +1 -1
  127. package/codebase/sources/locale/locale_pt.js +1 -1
  128. package/codebase/sources/locale/locale_ro.js +1 -1
  129. package/codebase/sources/locale/locale_ru.js +1 -1
  130. package/codebase/sources/locale/locale_si.js +1 -1
  131. package/codebase/sources/locale/locale_sk.js +1 -1
  132. package/codebase/sources/locale/locale_sv.js +1 -1
  133. package/codebase/sources/locale/locale_tr.js +1 -1
  134. package/codebase/sources/locale/locale_ua.js +1 -1
  135. package/codebase/sources/skins/dhtmlxscheduler.css +13 -9
  136. package/codebase/sources/skins/dhtmlxscheduler_contrast_black.css +13 -9
  137. package/codebase/sources/skins/dhtmlxscheduler_contrast_white.css +13 -9
  138. package/codebase/sources/skins/dhtmlxscheduler_flat.css +13 -9
  139. package/codebase/sources/skins/dhtmlxscheduler_material.css +15 -10
  140. package/codebase/sources/skins/dhtmlxscheduler_terrace.css +13 -9
  141. package/package.json +1 -1
  142. package/whatsnew.md +26 -0
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.11 Standard
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
- float: left;
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.11",
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