dhtmlx-scheduler 5.3.13 → 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 (144) hide show
  1. package/README.md +2 -2
  2. package/bower.json +1 -1
  3. package/codebase/dhtmlxscheduler.css +1 -1
  4. package/codebase/dhtmlxscheduler.d.ts +1 -1
  5. package/codebase/dhtmlxscheduler.js +25 -25
  6. package/codebase/dhtmlxscheduler_contrast_black.css +1 -1
  7. package/codebase/dhtmlxscheduler_contrast_white.css +1 -1
  8. package/codebase/dhtmlxscheduler_flat.css +1 -1
  9. package/codebase/dhtmlxscheduler_material.css +1 -1
  10. package/codebase/dhtmlxscheduler_terrace.css +1 -1
  11. package/codebase/ext/dhtmlxscheduler_active_links.js +1 -1
  12. package/codebase/ext/dhtmlxscheduler_agenda_view.js +3 -3
  13. package/codebase/ext/dhtmlxscheduler_all_timed.js +7 -7
  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 +1 -1
  22. package/codebase/ext/dhtmlxscheduler_layer.js +13 -13
  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 +1 -1
  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 +16 -13
  35. package/codebase/ext/dhtmlxscheduler_serialize.js +1 -1
  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 +27 -11
  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 +1 -1
  82. package/codebase/sources/ext/dhtmlxscheduler_layer.js +1 -1
  83. package/codebase/sources/ext/dhtmlxscheduler_limit.js +1 -1
  84. package/codebase/sources/ext/dhtmlxscheduler_map_view.js +1 -1
  85. package/codebase/sources/ext/dhtmlxscheduler_minical.js +1 -1
  86. package/codebase/sources/ext/dhtmlxscheduler_monthheight.js +1 -1
  87. package/codebase/sources/ext/dhtmlxscheduler_multiselect.js +1 -1
  88. package/codebase/sources/ext/dhtmlxscheduler_multisource.js +1 -1
  89. package/codebase/sources/ext/dhtmlxscheduler_mvc.js +1 -1
  90. package/codebase/sources/ext/dhtmlxscheduler_outerdrag.js +1 -1
  91. package/codebase/sources/ext/dhtmlxscheduler_pdf.js +1 -1
  92. package/codebase/sources/ext/dhtmlxscheduler_quick_info.js +1 -1
  93. package/codebase/sources/ext/dhtmlxscheduler_readonly.js +1 -1
  94. package/codebase/sources/ext/dhtmlxscheduler_recurring.js +59 -4
  95. package/codebase/sources/ext/dhtmlxscheduler_recurring.js.map +1 -1
  96. package/codebase/sources/ext/dhtmlxscheduler_serialize.js +1 -1
  97. package/codebase/sources/ext/dhtmlxscheduler_tooltip.js +1 -1
  98. package/codebase/sources/ext/dhtmlxscheduler_url.js +1 -1
  99. package/codebase/sources/ext/dhtmlxscheduler_wp.js +1 -1
  100. package/codebase/sources/ext/dhtmlxscheduler_year_view.js +1 -1
  101. package/codebase/sources/less/package.json +1 -1
  102. package/codebase/sources/locale/locale_ar.js +1 -1
  103. package/codebase/sources/locale/locale_be.js +1 -1
  104. package/codebase/sources/locale/locale_ca.js +1 -1
  105. package/codebase/sources/locale/locale_cn.js +1 -1
  106. package/codebase/sources/locale/locale_cs.js +1 -1
  107. package/codebase/sources/locale/locale_da.js +1 -1
  108. package/codebase/sources/locale/locale_de.js +1 -1
  109. package/codebase/sources/locale/locale_el.js +1 -1
  110. package/codebase/sources/locale/locale_en.js +1 -1
  111. package/codebase/sources/locale/locale_es.js +1 -1
  112. package/codebase/sources/locale/locale_fi.js +1 -1
  113. package/codebase/sources/locale/locale_fr.js +1 -1
  114. package/codebase/sources/locale/locale_he.js +1 -1
  115. package/codebase/sources/locale/locale_hu.js +1 -1
  116. package/codebase/sources/locale/locale_id.js +1 -1
  117. package/codebase/sources/locale/locale_it.js +1 -1
  118. package/codebase/sources/locale/locale_jp.js +1 -1
  119. package/codebase/sources/locale/locale_nb.js +1 -1
  120. package/codebase/sources/locale/locale_nl.js +1 -1
  121. package/codebase/sources/locale/locale_no.js +1 -1
  122. package/codebase/sources/locale/locale_pl.js +1 -1
  123. package/codebase/sources/locale/locale_pt.js +1 -1
  124. package/codebase/sources/locale/locale_ro.js +1 -1
  125. package/codebase/sources/locale/locale_ru.js +1 -1
  126. package/codebase/sources/locale/locale_si.js +1 -1
  127. package/codebase/sources/locale/locale_sk.js +1 -1
  128. package/codebase/sources/locale/locale_sv.js +1 -1
  129. package/codebase/sources/locale/locale_tr.js +1 -1
  130. package/codebase/sources/locale/locale_ua.js +1 -1
  131. package/codebase/sources/skins/dhtmlxscheduler.css +1 -1
  132. package/codebase/sources/skins/dhtmlxscheduler_contrast_black.css +1 -1
  133. package/codebase/sources/skins/dhtmlxscheduler_contrast_white.css +1 -1
  134. package/codebase/sources/skins/dhtmlxscheduler_flat.css +1 -1
  135. package/codebase/sources/skins/dhtmlxscheduler_material.css +1 -1
  136. package/codebase/sources/skins/dhtmlxscheduler_terrace.css +1 -1
  137. package/package.json +1 -1
  138. package/whatsnew.md +8 -0
  139. package/codebase/dhtmlxscheduler.js.map +0 -1
  140. package/codebase/dhtmlxscheduler_contrast_black.js.map +0 -1
  141. package/codebase/dhtmlxscheduler_contrast_white.js.map +0 -1
  142. package/codebase/dhtmlxscheduler_flat.js.map +0 -1
  143. package/codebase/dhtmlxscheduler_material.js.map +0 -1
  144. package/codebase/dhtmlxscheduler_terrace.js.map +0 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # dhtmlxScheduler #
2
2
 
3
3
  [![dhtmlx.com](https://img.shields.io/badge/made%20by-DHTMLX-blue)](https://dhtmlx.com/)
4
- [![npm: v.5.3.13](https://img.shields.io/badge/npm-v.5.3.13-blue.svg)](https://www.npmjs.com/package/dhtmlx-scheduler)
4
+ [![npm: v.5.3.14](https://img.shields.io/badge/npm-v.5.3.14-blue.svg)](https://www.npmjs.com/package/dhtmlx-scheduler)
5
5
  [![License: GPL v2](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
6
6
 
7
7
  [dhtmlxScheduler](https://dhtmlx.com/docs/products/dhtmlxScheduler) is a JavaScript event calendar that allows you to add a Google-like scheduler to your web app or website.
@@ -101,7 +101,7 @@ Like our page on [Facebook](https://www.facebook.com/dhtmlx/)
101
101
 
102
102
  ## License ##
103
103
 
104
- dhtmlxScheduler v.5.3.13 Standard
104
+ dhtmlxScheduler v.5.3.14 Standard
105
105
 
106
106
  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
107
107
 
package/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scheduler",
3
- "version": "5.3.13",
3
+ "version": "5.3.14",
4
4
  "homepage": "https://dhtmlx.com/docs/products/dhtmlxScheduler/",
5
5
  "description": "JavaScript event calendar. Allows to manage events and appointments in different views",
6
6
  "main": [
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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
 
@@ -1,4 +1,4 @@
1
- // Type definitions for dhtmlxScheduler 5.3.13
1
+ // Type definitions for dhtmlxScheduler 5.3.14
2
2
  // Project: http://dhtmlx.com/docs/products/dhtmlxScheduler
3
3
 
4
4
  type SchedulerCallback = (...args: any[]) => any;
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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
 
@@ -81,7 +81,7 @@ n.style.justifyContent=a}return n}}function n(t){return"string"==typeof t&&(t={v
81
81
  t[i+"_view"]&&e.push(i)}),e.concat(i).concat(n)}function o(t){return Array.isArray?Array.isArray(t):t&&void 0!==t.length&&t.pop&&t.push}function d(t){return t&&"object"==typeof t&&"function String() { [native code] }"===Function.prototype.toString.call(t.constructor)}function l(t){return t&&"object"==typeof t&&"function Number() { [native code] }"===Function.prototype.toString.call(t.constructor)}function _(t){
82
82
  return t&&"object"==typeof t&&"function Boolean() { [native code] }"===Function.prototype.toString.call(t.constructor)}function h(t){return!(!t||"object"!=typeof t)&&!!(t.getFullYear&&t.getMonth&&t.getDate)}function c(){if(void 0===A){var t=document.createElement("div");t.style.position="absolute",t.style.left="-9999px",t.style.top="-9999px",t.innerHTML="<div class='dhx_cal_container'><div class='dhx_cal_scale_placeholder'></div><div>",document.body.appendChild(t)
83
83
  ;var e=window.getComputedStyle(t.querySelector(".dhx_cal_scale_placeholder")),i=e.getPropertyValue("position");A="absolute"===i,setTimeout(function(){A=null},500)}return A}function u(){if(g._is_material_skin())return!0;if(void 0!==S)return S;var t=document.createElement("div");t.style.position="absolute",t.style.left="-9999px",t.style.top="-9999px",t.innerHTML="<div class='dhx_cal_container'><div class='dhx_cal_data'><div class='dhx_cal_event'><div class='dhx_body'></div></div><div>",
84
- document.body.appendChild(t);var e=window.getComputedStyle(t.querySelector(".dhx_body")),i=e.getPropertyValue("box-sizing");document.body.removeChild(t),(S=!("border-box"!==i))||setTimeout(function(){S=void 0},1e3)}function f(){if(!g._is_material_skin()&&!g._border_box_events()){var t=S;S=void 0,A=void 0;t!==u()&&g.$container&&g.getState().mode&&g.setCurrentView()}}var g={version:"5.3.13"},v={agenda:"https://docs.dhtmlx.com/scheduler/agenda_view.html",
84
+ document.body.appendChild(t);var e=window.getComputedStyle(t.querySelector(".dhx_body")),i=e.getPropertyValue("box-sizing");document.body.removeChild(t),(S=!("border-box"!==i))||setTimeout(function(){S=void 0},1e3)}function f(){if(!g._is_material_skin()&&!g._border_box_events()){var t=S;S=void 0,A=void 0;t!==u()&&g.$container&&g.getState().mode&&g.setCurrentView()}}var g={version:"5.3.14"},v={agenda:"https://docs.dhtmlx.com/scheduler/agenda_view.html",
85
85
  grid:"https://docs.dhtmlx.com/scheduler/grid_view.html",map:"https://docs.dhtmlx.com/scheduler/map_view.html",unit:"https://docs.dhtmlx.com/scheduler/units_view.html",timeline:"https://docs.dhtmlx.com/scheduler/timeline_view.html",week_agenda:"https://docs.dhtmlx.com/scheduler/weekagenda_view.html",year:"https://docs.dhtmlx.com/scheduler/year_view.html",anythingElse:"https://docs.dhtmlx.com/scheduler/views.html"},m={agenda:"ext/dhtmlxscheduler_agenda_view.js",
86
86
  grid:"ext/dhtmlxscheduler_grid_view.js",map:"ext/dhtmlxscheduler_map_view.js",unit:"ext/dhtmlxscheduler_units.js",timeline:"ext/dhtmlxscheduler_timeline.js, ext/dhtmlxscheduler_treetimeline.js, ext/dhtmlxscheduler_daytimeline.js",week_agenda:"ext/dhtmlxscheduler_week_agenda.js",year:"ext/dhtmlxscheduler_year_view.js",limit:"ext/dhtmlxscheduler_limit.js"};g._commonErrorMessages={unknownView:function(t){var e="Related docs: "+(v[t]||v.anythingElse),i=m[t]?"You're probably missing "+m[t]+".":""
87
87
  ;return"`"+t+"` view is not defined. \nPlease check parameters you pass to `scheduler.init` or `scheduler.setCurrentView` in your code and ensure you've imported appropriate extensions. \n"+e+"\n"+(i?i+"\n":"")},collapsedContainer:function(t){
@@ -107,10 +107,10 @@ this.set_xy(a,t,this.xy.scale_height+1,0,this.xy.nav_height+(this._quirks?-1:1))
107
107
  ;var s=this.xy.scale_height+this.xy.nav_height+(this._quirks?-2:0);this.set_xy(this._els.dhx_cal_data[0],t,e-(s+2),0,s+2)},g.set_xy=function(t,e,i,n,a){var r="left";t.style.width=Math.max(0,e)+"px",t.style.height=Math.max(0,i)+"px",arguments.length>3&&(this.config.rtl&&(r="right"),t.style[r]=n+"px",t.style.top=a+"px")},g.get_elements=function(){for(var t=this._obj.getElementsByTagName("DIV"),e=0;e<t.length;e++){var i=g._getClassName(t[e]),n=t[e].getAttribute("name")||"";i&&(i=i.split(" ")[0]),
108
108
  this._els[i]||(this._els[i]=[]),this._els[i].push(t[e]);var a=g.locale.labels[n||i];"string"!=typeof a&&n&&!t[e].innerHTML&&(a=n.split("_")[0]),a&&(this._waiAria.labelAttr(t[e],a),t[e].innerHTML=a)}},g.unset_actions=function(){for(var t in this._els)if(this._click[t])for(var e=0;e<this._els[t].length;e++)this._els[t][e].onclick=null;this._obj.onselectstart=null,this._obj.onmousemove=null,this._obj.onmousedown=null,this._obj.onmouseup=null,this._obj.ondblclick=null,this._obj.oncontextmenu=null},
109
109
  g.set_actions=function(){for(var t in this._els)if(this._click[t])for(var e=0;e<this._els[t].length;e++)this._els[t][e].onclick=g._click[t];this._obj.onselectstart=function(t){return!1},this._obj.onmousemove=function(t){g._temp_touch_block||g._on_mouse_move(t||event)},this._obj.onmousedown=function(t){g._ignore_next_click||g._on_mouse_down(t||event)},this._obj.onmouseup=function(t){g._ignore_next_click||g._on_mouse_up(t||event)},this._obj.ondblclick=function(t){g._on_dbl_click(t||event)},
110
- this._obj.oncontextmenu=function(t){var e=t||event,i=e.target||e.srcElement;return g.callEvent("onContextMenu",[g._locate_event(i),e])}},g.select=function(t){this._select_id!=t&&(g._close_not_saved(),this.editStop(!1),this.unselect(),this._select_id=t,this.updateEvent(t),this.callEvent("onEventSelected",[t]))},g.unselect=function(t){if(!t||t==this._select_id){var e=this._select_id;this._select_id=null,e&&this.getEvent(e)&&this.updateEvent(e),this.callEvent("onEventUnselected",[e])}},
111
- g.getState=function(){return{mode:this._mode,date:new Date(this._date),min_date:new Date(this._min_date),max_date:new Date(this._max_date),editor_id:this._edit_id,lightbox_id:this._lightbox_id,new_event:this._new_event,select_id:this._select_id,expanded:this.expanded,drag_id:this._drag_id,drag_mode:this._drag_mode}},g._click={dhx_cal_data:function(t){if(g._ignore_next_click)return t.preventDefault&&t.preventDefault(),t.cancelBubble=!0,g._ignore_next_click=!1,!1
112
- ;var e=t?t.target:event.srcElement,i=g._locate_event(e);if(t=t||event,i){if(!g.callEvent("onClick",[i,t])||g.config.readonly)return}else g.callEvent("onEmptyClick",[g.getActionData(t).date,t]);if(i&&g.config.select){g.select(i);var n=g._getClassName(e);-1!=n.indexOf("_icon")&&g._click.buttons[n.split(" ")[1].replace("icon_","")](i)}else g._close_not_saved(),(new Date).valueOf()-(g._new_event||0)>500&&g.unselect()},dhx_cal_prev_button:function(){g._click.dhx_cal_next_button(0,-1)},
113
- dhx_cal_next_button:function(t,e){var i=1;g.config.rtl&&(e=-e,i=-i),g.setCurrentView(g.date.add(g.date[g._mode+"_start"](new Date(g._date)),e||i,g._mode))},dhx_cal_today_button:function(){g.callEvent("onBeforeTodayDisplayed",[])&&g.setCurrentView(g._currentDate())},dhx_cal_tab:function(){var t=this.getAttribute("name"),e=t.substring(0,t.search("_tab"));g.setCurrentView(g._date,e)},buttons:{delete:function(t){var e=g.locale.labels.confirm_deleting
110
+ this._obj.oncontextmenu=function(t){var e=t||event,i=e.target||e.srcElement;return g.callEvent("onContextMenu",[g._locate_event(i),e])}},g.select=function(t){this._select_id!=t&&(g._close_not_saved(),this.editStop(!1),this._select_id&&this.unselect(),this._select_id=t,this.updateEvent(t),this.callEvent("onEventSelected",[t]))},g.unselect=function(t){if(!t||t==this._select_id){var e=this._select_id;this._select_id=null,e&&this.getEvent(e)&&this.updateEvent(e),
111
+ this.callEvent("onEventUnselected",[e])}},g.getState=function(){return{mode:this._mode,date:new Date(this._date),min_date:new Date(this._min_date),max_date:new Date(this._max_date),editor_id:this._edit_id,lightbox_id:this._lightbox_id,new_event:this._new_event,select_id:this._select_id,expanded:this.expanded,drag_id:this._drag_id,drag_mode:this._drag_mode}},g._click={dhx_cal_data:function(t){if(g._ignore_next_click)return t.preventDefault&&t.preventDefault(),t.cancelBubble=!0,
112
+ g._ignore_next_click=!1,!1;var e=t?t.target:event.srcElement,i=g._locate_event(e);if(t=t||event,i){if(!g.callEvent("onClick",[i,t])||g.config.readonly)return}else g.callEvent("onEmptyClick",[g.getActionData(t).date,t]);if(i&&g.config.select){g.select(i);var n=g._getClassName(e);-1!=n.indexOf("_icon")&&g._click.buttons[n.split(" ")[1].replace("icon_","")](i)}else g._close_not_saved(),g.getState().select_id&&(new Date).valueOf()-(g._new_event||0)>500&&g.unselect()},dhx_cal_prev_button:function(){
113
+ g._click.dhx_cal_next_button(0,-1)},dhx_cal_next_button:function(t,e){var i=1;g.config.rtl&&(e=-e,i=-i),g.setCurrentView(g.date.add(g.date[g._mode+"_start"](new Date(g._date)),e||i,g._mode))},dhx_cal_today_button:function(){g.callEvent("onBeforeTodayDisplayed",[])&&g.setCurrentView(g._currentDate())},dhx_cal_tab:function(){var t=this.getAttribute("name"),e=t.substring(0,t.search("_tab"));g.setCurrentView(g._date,e)},buttons:{delete:function(t){var e=g.locale.labels.confirm_deleting
114
114
  ;g._dhtmlx_confirm(e,g.locale.labels.title_confirm_deleting,function(){g.deleteEvent(t)})},edit:function(t){g.edit(t)},save:function(t){g.editStop(!0)},details:function(t){g.showLightbox(t)},cancel:function(t){g.editStop(!1)}}},g._dhtmlx_confirm=function(t,e,i){if(!t)return i();var n={text:t};e&&(n.title=e),i&&(n.callback=function(t){t&&i()}),dhtmlx.confirm(n)},g.addEventNow=function(t,e,i){var n={};g._isObject(t)&&!g._isDate(t)&&(n=t,t=null)
115
115
  ;var a=6e4*(this.config.event_duration||this.config.time_step);t||(t=n.start_date||Math.round(g._currentDate().valueOf()/a)*a);var r=new Date(t);if(!e){var s=this.config.first_hour;s>r.getHours()&&(r.setHours(s),t=r.valueOf()),e=t.valueOf()+a}var o=new Date(e);r.valueOf()==o.valueOf()&&o.setTime(o.valueOf()+a),n.start_date=n.start_date||r,n.end_date=n.end_date||o,n.text=n.text||this.locale.labels.new_event,n.id=this._drag_id=n.id||this.uid(),this._drag_mode="new-size",this._loading=!0
116
116
  ;var d=this.addEvent(n);return this.callEvent("onEventCreated",[this._drag_id,i]),this._loading=!1,this._drag_event={},this._on_mouse_up(i),d},g._on_dbl_click=function(t,e){if(e=e||t.target||t.srcElement,!this.config.readonly){var i=g._getClassName(e).split(" ")[0];switch(i){case"dhx_scale_holder":case"dhx_scale_holder_now":case"dhx_month_body":case"dhx_wa_day_data":if(!g.config.dblclick_create)break;this.addEventNow(this.getActionData(t).date,null,t);break;case"dhx_cal_event":
@@ -220,19 +220,19 @@ hour_scale:e(i.hour_date),time_picker:e(i.hour_date),event_date:e(i.hour_date),m
220
220
  week_date_class:function(t){return""},event_bar_date:function(t,e,i){return g.templates.event_date(t)+" "},event_bar_text:function(t,e,i){return i.text},month_events_link:function(t,e){return"<a>View more("+e+" events)</a>"},drag_marker_class:function(t,e,i){return""},drag_marker_content:function(t,e,i){return""},tooltip_date_format:g.date.date_to_str("%Y-%m-%d %H:%i"),tooltip_text:function(t,e,i){
221
221
  return"<b>Event:</b> "+i.text+"<br/><b>Start date:</b> "+g.templates.tooltip_date_format(t)+"<br/><b>End date:</b> "+g.templates.tooltip_date_format(e)}}),this.callEvent("onTemplatesReady",[])},g.uid=function(){return this._seed||(this._seed=(new Date).valueOf()),this._seed++},g._events={},g.clearAll=function(){this._events={},this._loaded={},this._edit_id=null,this._select_id=null,this._drag_id=null,this._drag_mode=null,this._drag_pos=null,this._new_event=null,this.clear_view(),
222
222
  this.callEvent("onClearAll",[])},g.addEvent=function(t,e,i,n,a){if(!arguments.length)return this.addEventNow();var r=t;1!=arguments.length&&(r=a||{},r.start_date=t,r.end_date=e,r.text=i,r.id=n),r.id=r.id||g.uid(),r.text=r.text||"","string"==typeof r.start_date&&(r.start_date=this.templates.api_date(r.start_date)),"string"==typeof r.end_date&&(r.end_date=this.templates.api_date(r.end_date));var s=6e4*(this.config.event_duration||this.config.time_step)
223
- ;r.start_date.valueOf()==r.end_date.valueOf()&&r.end_date.setTime(r.end_date.valueOf()+s),r._timed=this.isOneDayEvent(r);var o=!this._events[r.id];return this._events[r.id]=r,this.event_updated(r),this._loading||this.callEvent(o?"onEventAdded":"onEventChanged",[r.id,r]),r.id},g.deleteEvent=function(t,e){var i=this._events[t];(e||this.callEvent("onBeforeEventDelete",[t,i])&&this.callEvent("onConfirmedBeforeEventDelete",[t,i]))&&(i&&(this._select_id=null,delete this._events[t],
224
- this.event_updated(i),this._drag_id==i.id&&(this._drag_id=null,this._drag_mode=null,this._drag_pos=null)),this.callEvent("onEventDeleted",[t,i]))},g.getEvent=function(t){return this._events[t]},g.setEvent=function(t,e){e.id||(e.id=t),this._events[t]=e},g.for_rendered=function(t,e){for(var i=this._rendered.length-1;i>=0;i--)this._rendered[i].getAttribute("event_id")==t&&e(this._rendered[i],i)},g.changeEventId=function(t,e){if(t!=e){var i=this._events[t];i&&(i.id=e,this._events[e]=i,
225
- delete this._events[t]),this.for_rendered(t,function(t){t.setAttribute("event_id",e)}),this._select_id==t&&(this._select_id=e),this._edit_id==t&&(this._edit_id=e),this.callEvent("onEventIdChange",[t,e])}},function(){for(var t=["text","Text","start_date","StartDate","end_date","EndDate"],e=function(t){return function(e){return g.getEvent(e)[t]}},i=function(t){return function(e,i){var n=g.getEvent(e);n[t]=i,n._changed=!0,n._timed=this.isOneDayEvent(n),g.event_updated(n,!0)}
226
- },n=0;n<t.length;n+=2)g["getEvent"+t[n+1]]=e(t[n]),g["setEvent"+t[n+1]]=i(t[n])}(),g.event_updated=function(t,e){this.is_visible_events(t)?this.render_view_data():this.clear_event(t.id)},g.is_visible_events=function(t){if(!this._min_date||!this._max_date)return!1;if(t.start_date.valueOf()<this._max_date.valueOf()&&this._min_date.valueOf()<t.end_date.valueOf()){var e=t.start_date.getHours(),i=t.end_date.getHours()+t.end_date.getMinutes()/60,n=this.config.last_hour,a=this.config.first_hour
227
- ;return!(!this._table_view&&(i>n||i<a)&&(e>=n||e<a))||!!((t.end_date.valueOf()-t.start_date.valueOf())/36e5>24-(this.config.last_hour-this.config.first_hour)||e<n&&i>=a)}return!1},g.isOneDayEvent=function(t){var e=new Date(t.end_date.valueOf()-1);return t.start_date.getFullYear()===e.getFullYear()&&t.start_date.getMonth()===e.getMonth()&&t.start_date.getDate()===e.getDate()&&t.end_date.valueOf()-t.start_date.valueOf()<864e5},g.get_visible_events=function(t){var e=[]
228
- ;for(var i in this._events)this.is_visible_events(this._events[i])&&(t&&!this._events[i]._timed||this.filter_event(i,this._events[i])&&e.push(this._events[i]));return e},g.filter_event=function(t,e){var i=this["filter_"+this._mode];return!i||i(t,e)},g._is_main_area_event=function(t){return!!t._timed},g.render_view_data=function(t,e){var i=!1;if(!t){if(i=!0,this._not_render)return void(this._render_wait=!0);this._render_wait=!1,this.clear_view(),
229
- t=this.get_visible_events(!(this._table_view||this.config.multi_day))}for(var n=0,a=t.length;n<a;n++)this._recalculate_timed(t[n]);if(this.config.multi_day&&!this._table_view){for(var r=[],s=[],n=0;n<t.length;n++)this._is_main_area_event(t[n])?r.push(t[n]):s.push(t[n]);if(!this._els.dhx_multi_day){var o=g._commonErrorMessages.unknownView(this._mode);throw new Error(o)}this._rendered_location=this._els.dhx_multi_day[0],this._table_view=!0,this.render_data(s,e),this._table_view=!1,
230
- this._rendered_location=this._els.dhx_cal_data[0],this._table_view=!1,this.render_data(r,e)}else{var d=document.createDocumentFragment(),l=this._els.dhx_cal_data[0];this._rendered_location=d,this.render_data(t,e),l.appendChild(d),this._rendered_location=l}i&&this.callEvent("onDataRender",[])},g._view_month_day=function(t){var e=g.getActionData(t).date;g.callEvent("onViewMoreClick",[e])&&g.setCurrentView(e,"day")},g._render_month_link=function(t){
231
- for(var e=this._rendered_location,i=this._lame_clone(t),n=t._sday;n<t._eday;n++){i._sday=n,i._eday=n+1;var a=g.date,r=g._min_date;r=a.add(r,i._sweek,"week"),r=a.add(r,i._sday,"day");var s=g.getEvents(r,a.add(r,1,"day")).length,o=this._get_event_bar_pos(i),d=o.x2-o.x,l=document.createElement("div");l.onclick=function(t){g._view_month_day(t||event)},l.className="dhx_month_link",l.style.top=o.y+"px",l.style.left=o.x+"px",l.style.width=d+"px",l.innerHTML=g.templates.month_events_link(r,s),
232
- this._rendered.push(l),e.appendChild(l)}},g._recalculate_timed=function(t){if(t){var e;e="object"!=typeof t?this._events[t]:t,e&&(e._timed=g.isOneDayEvent(e))}},g.attachEvent("onEventChanged",g._recalculate_timed),g.attachEvent("onEventAdded",g._recalculate_timed),g.render_data=function(t,e){t=this._pre_render_events(t,e);for(var i={},n=0;n<t.length;n++)if(this._table_view)if("month"!=g._mode)this.render_event_bar(t[n]);else{var a=g.config.max_month_events
233
- ;a!==1*a||t[n]._sorder<a?this.render_event_bar(t[n]):void 0!==a&&t[n]._sorder==a&&g._render_month_link(t[n])}else{var r=t[n],s=g.locate_holder(r._sday);if(!s)continue;i[r._sday]||(i[r._sday]={real:s,buffer:document.createDocumentFragment(),width:s.clientWidth});var o=i[r._sday];this.render_event(r,o.buffer,o.width)}for(var n in i){var o=i[n];o.real&&o.buffer&&o.real.appendChild(o.buffer)}},g._get_first_visible_cell=function(t){
234
- for(var e=0;e<t.length;e++)if(-1==(t[e].className||"").indexOf("dhx_scale_ignore"))return t[e];return t[0]},g._pre_render_events=function(t,e){var i=this.xy.bar_height,n=this._colsS.heights,a=this._colsS.heights=[0,0,0,0,0,0,0],r=this._els.dhx_cal_data[0];if(t=this._table_view?this._pre_render_events_table(t,e):this._pre_render_events_line(t,e),this._table_view)if(e)this._colsS.heights=n;else{var s=r.firstChild;if(s.rows){for(var o=0;o<s.rows.length;o++){a[o]++
235
- ;var d=s.rows[o].cells,l=this._colsS.height-this.xy.month_head_height;if(a[o]*i>l){var _=l;1*this.config.max_month_events!==this.config.max_month_events||a[o]<=this.config.max_month_events?_=a[o]*i:(this.config.max_month_events+1)*i>l&&(_=(this.config.max_month_events+1)*i);for(var h=0;h<d.length;h++)d[h].childNodes[1].style.height=_+"px"}a[o]=(a[o-1]||0)+g._get_first_visible_cell(d).offsetHeight}if(a.unshift(0),
223
+ ;r.start_date.valueOf()==r.end_date.valueOf()&&r.end_date.setTime(r.end_date.valueOf()+s),r.start_date.setMilliseconds(0),r.end_date.setMilliseconds(0),r._timed=this.isOneDayEvent(r);var o=!this._events[r.id];return this._events[r.id]=r,this.event_updated(r),this._loading||this.callEvent(o?"onEventAdded":"onEventChanged",[r.id,r]),r.id},g.deleteEvent=function(t,e){var i=this._events[t]
224
+ ;(e||this.callEvent("onBeforeEventDelete",[t,i])&&this.callEvent("onConfirmedBeforeEventDelete",[t,i]))&&(i&&(g.getState().select_id==t&&g.unselect(),delete this._events[t],this.event_updated(i),this._drag_id==i.id&&(this._drag_id=null,this._drag_mode=null,this._drag_pos=null)),this.callEvent("onEventDeleted",[t,i]))},g.getEvent=function(t){return this._events[t]},g.setEvent=function(t,e){e.id||(e.id=t),this._events[t]=e},g.for_rendered=function(t,e){
225
+ for(var i=this._rendered.length-1;i>=0;i--)this._rendered[i].getAttribute("event_id")==t&&e(this._rendered[i],i)},g.changeEventId=function(t,e){if(t!=e){var i=this._events[t];i&&(i.id=e,this._events[e]=i,delete this._events[t]),this.for_rendered(t,function(t){t.setAttribute("event_id",e)}),this._select_id==t&&(this._select_id=e),this._edit_id==t&&(this._edit_id=e),this.callEvent("onEventIdChange",[t,e])}},function(){
226
+ for(var t=["text","Text","start_date","StartDate","end_date","EndDate"],e=function(t){return function(e){return g.getEvent(e)[t]}},i=function(t){return function(e,i){var n=g.getEvent(e);n[t]=i,n._changed=!0,n._timed=this.isOneDayEvent(n),g.event_updated(n,!0)}},n=0;n<t.length;n+=2)g["getEvent"+t[n+1]]=e(t[n]),g["setEvent"+t[n+1]]=i(t[n])}(),g.event_updated=function(t,e){this.is_visible_events(t)?this.render_view_data():this.clear_event(t.id)},g.is_visible_events=function(t){
227
+ if(!this._min_date||!this._max_date)return!1;if(t.start_date.valueOf()<this._max_date.valueOf()&&this._min_date.valueOf()<t.end_date.valueOf()){var e=t.start_date.getHours(),i=t.end_date.getHours()+t.end_date.getMinutes()/60,n=this.config.last_hour,a=this.config.first_hour;return!(!this._table_view&&(i>n||i<=a)&&(e>=n||e<a))||!!((t.end_date.valueOf()-t.start_date.valueOf())/36e5>24-(this.config.last_hour-this.config.first_hour)||e<n&&i>a)}return!1},g.isOneDayEvent=function(t){
228
+ var e=new Date(t.end_date.valueOf()-1);return t.start_date.getFullYear()===e.getFullYear()&&t.start_date.getMonth()===e.getMonth()&&t.start_date.getDate()===e.getDate()&&t.end_date.valueOf()-t.start_date.valueOf()<864e5},g.get_visible_events=function(t){var e=[];for(var i in this._events)this.is_visible_events(this._events[i])&&(t&&!this._events[i]._timed||this.filter_event(i,this._events[i])&&e.push(this._events[i]));return e},g.filter_event=function(t,e){var i=this["filter_"+this._mode]
229
+ ;return!i||i(t,e)},g._is_main_area_event=function(t){return!!t._timed},g.render_view_data=function(t,e){var i=!1;if(!t){if(i=!0,this._not_render)return void(this._render_wait=!0);this._render_wait=!1,this.clear_view(),t=this.get_visible_events(!(this._table_view||this.config.multi_day))}for(var n=0,a=t.length;n<a;n++)this._recalculate_timed(t[n]);if(this.config.multi_day&&!this._table_view){for(var r=[],s=[],n=0;n<t.length;n++)this._is_main_area_event(t[n])?r.push(t[n]):s.push(t[n])
230
+ ;if(!this._els.dhx_multi_day){var o=g._commonErrorMessages.unknownView(this._mode);throw new Error(o)}this._rendered_location=this._els.dhx_multi_day[0],this._table_view=!0,this.render_data(s,e),this._table_view=!1,this._rendered_location=this._els.dhx_cal_data[0],this._table_view=!1,this.render_data(r,e)}else{var d=document.createDocumentFragment(),l=this._els.dhx_cal_data[0];this._rendered_location=d,this.render_data(t,e),l.appendChild(d),this._rendered_location=l}
231
+ i&&this.callEvent("onDataRender",[])},g._view_month_day=function(t){var e=g.getActionData(t).date;g.callEvent("onViewMoreClick",[e])&&g.setCurrentView(e,"day")},g._render_month_link=function(t){for(var e=this._rendered_location,i=this._lame_clone(t),n=t._sday;n<t._eday;n++){i._sday=n,i._eday=n+1;var a=g.date,r=g._min_date;r=a.add(r,i._sweek,"week"),r=a.add(r,i._sday,"day");var s=g.getEvents(r,a.add(r,1,"day")).length,o=this._get_event_bar_pos(i),d=o.x2-o.x,l=document.createElement("div")
232
+ ;l.onclick=function(t){g._view_month_day(t||event)},l.className="dhx_month_link",l.style.top=o.y+"px",l.style.left=o.x+"px",l.style.width=d+"px",l.innerHTML=g.templates.month_events_link(r,s),this._rendered.push(l),e.appendChild(l)}},g._recalculate_timed=function(t){if(t){var e;e="object"!=typeof t?this._events[t]:t,e&&(e._timed=g.isOneDayEvent(e))}},g.attachEvent("onEventChanged",g._recalculate_timed),g.attachEvent("onEventAdded",g._recalculate_timed),g.render_data=function(t,e){
233
+ t=this._pre_render_events(t,e);for(var i={},n=0;n<t.length;n++)if(this._table_view)if("month"!=g._mode)this.render_event_bar(t[n]);else{var a=g.config.max_month_events;a!==1*a||t[n]._sorder<a?this.render_event_bar(t[n]):void 0!==a&&t[n]._sorder==a&&g._render_month_link(t[n])}else{var r=t[n],s=g.locate_holder(r._sday);if(!s)continue;i[r._sday]||(i[r._sday]={real:s,buffer:document.createDocumentFragment(),width:s.clientWidth});var o=i[r._sday];this.render_event(r,o.buffer,o.width)}for(var n in i){
234
+ var o=i[n];o.real&&o.buffer&&o.real.appendChild(o.buffer)}},g._get_first_visible_cell=function(t){for(var e=0;e<t.length;e++)if(-1==(t[e].className||"").indexOf("dhx_scale_ignore"))return t[e];return t[0]},g._pre_render_events=function(t,e){var i=this.xy.bar_height,n=this._colsS.heights,a=this._colsS.heights=[0,0,0,0,0,0,0],r=this._els.dhx_cal_data[0];if(t=this._table_view?this._pre_render_events_table(t,e):this._pre_render_events_line(t,e),this._table_view)if(e)this._colsS.heights=n;else{
235
+ var s=r.firstChild;if(s.rows){for(var o=0;o<s.rows.length;o++){a[o]++;var d=s.rows[o].cells,l=this._colsS.height-this.xy.month_head_height;if(a[o]*i>l){var _=l;1*this.config.max_month_events!==this.config.max_month_events||a[o]<=this.config.max_month_events?_=a[o]*i:(this.config.max_month_events+1)*i>l&&(_=(this.config.max_month_events+1)*i);for(var h=0;h<d.length;h++)d[h].childNodes[1].style.height=_+"px"}a[o]=(a[o-1]||0)+g._get_first_visible_cell(d).offsetHeight}if(a.unshift(0),
236
236
  s.parentNode.offsetHeight<s.parentNode.scrollHeight&&!g._colsS.scroll_fix&&g.xy.scroll_width){var c=g._colsS,u=c[c.col_length],f=c.heights.slice();u-=g.xy.scroll_width||0,this._calc_scale_sizes(u,this._min_date,this._max_date),g._colsS.heights=f,this.set_xy(this._els.dhx_cal_header[0],u,this.xy.scale_height),g._render_scales(this._els.dhx_cal_header[0]),g._render_month_scale(this._els.dhx_cal_data[0],this._get_timeunit_start(),this._min_date),c.scroll_fix=!0}
237
237
  }else if(t.length||"visible"!=this._els.dhx_multi_day[0].style.visibility||(a[0]=-1),t.length||-1==a[0]){var v=(s.parentNode.childNodes,(a[0]+1)*i+1),m=v,p=v+"px";this.config.multi_day_height_limit&&(m=Math.min(v,this.config.multi_day_height_limit),p=m+"px"),r.style.top=this._els.dhx_cal_navline[0].offsetHeight+this._els.dhx_cal_header[0].offsetHeight+m+"px",r.style.height=this._obj.offsetHeight-parseInt(r.style.top,10)-(this.xy.margin_top||0)+"px";var x=this._els.dhx_multi_day[0]
238
238
  ;x.style.height=p,x.style.visibility=-1==a[0]?"hidden":"visible";var b=this._els.dhx_multi_day[1];b.style.height=p,b.style.visibility=-1==a[0]?"hidden":"visible",b.className=a[0]?"dhx_multi_day_icon":"dhx_multi_day_icon_small",this._dy_shift=(a[0]+1)*i,this.config.multi_day_height_limit&&(this._dy_shift=Math.min(this.config.multi_day_height_limit,this._dy_shift)),a[0]=0,m!=v&&(r.style.top=parseInt(r.style.top)+2+"px",x.style.overflowY="auto",b.style.position="fixed",b.style.top="",
@@ -283,12 +283,12 @@ t.end_date=g._init_date(t.end_date)},g._init_date=function(t){return t?"string"=
283
283
  ;var r=i[a],s=g.serverList[a];s||(g.serverList[a]=s=[]),s.splice(0,s.length);for(var o=0;o<r.length;o++){var d=r[o],l={key:d.value,label:d.label};for(var _ in d)if(d.hasOwnProperty(_)){if("value"==_||"label"==_)continue;l[_]=d[_]}s.push(l)}}n&&g.callEvent("onOptionsLoad",[]);for(var h=[],c=0;c<e.length;c++){var u=e[c];g._init_event(u),h.push(u)}return h},g.parse=function(t,e){this._process=e,this.on_load({xmlDoc:{responseText:t}})},g.load=function(t,e){"string"==typeof e&&(this._process=e,
284
284
  e=arguments[2]),this._load_url=t,this._after_call=e,this._load(t,this._date)},g.setLoadMode=function(t){"all"==t&&(t=""),this._load_mode=t},g.serverList=function(t,e){return e?(this.serverList[t]=e.slice(0),this.serverList[t]):(this.serverList[t]=this.serverList[t]||[],this.serverList[t])},g._userdata={},g._xmlNodeToJSON=function(t){for(var e={},i=0;i<t.attributes.length;i++)e[t.attributes[i].name]=t.attributes[i].value;for(var i=0;i<t.childNodes.length;i++){var n=t.childNodes[i]
285
285
  ;1==n.nodeType&&(e[n.tagName]=n.firstChild?n.firstChild.nodeValue:"")}return e.text||(e.text=t.firstChild?t.firstChild.nodeValue:""),e},g.attachEvent("onXLS",function(){if(!0===this.config.show_loading){var t;t=this.config.show_loading=document.createElement("div"),t.className="dhx_loading",t.style.left=Math.round((this._x-128)/2)+"px",t.style.top=Math.round((this._y-15)/2)+"px",this._obj.appendChild(t)}}),g.attachEvent("onXLE",function(){var t=this.config.show_loading
286
- ;t&&"object"==typeof t&&(t.parentNode&&t.parentNode.removeChild(t),this.config.show_loading=!0)}),g._lightbox_controls={},g.formSection=function(t){var e=this.config.lightbox.sections,i=0;for(i;i<e.length&&e[i].name!=t;i++);var n=e[i];g._lightbox||g.getLightbox();var a=document.getElementById(n.id),r=a.nextSibling,s={section:n,header:a,node:r,getValue:function(t){return g.form_blocks[n.type].get_value(r,t||{},n)},setValue:function(t,e){return g.form_blocks[n.type].set_value(r,t,e||{},n)}
287
- },o=g._lightbox_controls["get_"+n.type+"_control"];return o?o(s):s},g._lightbox_controls.get_template_control=function(t){return t.control=t.node,t},g._lightbox_controls.get_select_control=function(t){return t.control=t.node.getElementsByTagName("select")[0],t},g._lightbox_controls.get_textarea_control=function(t){return t.control=t.node.getElementsByTagName("textarea")[0],t},g._lightbox_controls.get_time_control=function(t){return t.control=t.node.getElementsByTagName("select"),t},
288
- g._lightbox_controls.defaults={template:{height:30},textarea:{height:200},select:{height:23},time:{height:20}},g.form_blocks={template:{render:function(t){var e=g._lightbox_controls.defaults.template,i=e?e.height:30;return"<div class='dhx_cal_ltext dhx_cal_template' style='height:"+(t.height||i||30)+"px;'></div>"},set_value:function(t,e,i,n){t.innerHTML=e||""},get_value:function(t,e,i){return t.innerHTML||""},focus:function(t){}},textarea:{render:function(t){
289
- var e=g._lightbox_controls.defaults.textarea,i=e?e.height:200;return"<div class='dhx_cal_ltext' style='height:"+(t.height||i||"130")+"px;'><textarea></textarea></div>"},set_value:function(t,e,i){g.form_blocks.textarea._get_input(t).value=e||""},get_value:function(t,e){return g.form_blocks.textarea._get_input(t).value},focus:function(t){var e=g.form_blocks.textarea._get_input(t);g._focus(e,!0)},_get_input:function(t){return t.getElementsByTagName("textarea")[0]}},select:{render:function(t){
290
- for(var e=g._lightbox_controls.defaults.select,i=e?e.height:23,n=(t.height||i||"23")+"px",a="<div class='dhx_cal_ltext' style='height:"+n+";'><select style='width:100%;'>",r=0;r<t.options.length;r++)a+="<option value='"+t.options[r].key+"'>"+t.options[r].label+"</option>";return a+="</select></div>"},set_value:function(t,e,i,n){var a=t.firstChild;!a._dhx_onchange&&n.onchange&&(a.onchange=n.onchange,a._dhx_onchange=!0),void 0===e&&(e=(a.options[0]||{}).value),a.value=e||""},
291
- get_value:function(t,e){return t.firstChild.value},focus:function(t){var e=t.firstChild;g._focus(e,!0)}},time:{render:function(t){t.time_format||(t.time_format=["%H:%i","%d","%m","%Y"]),t._time_format_order={};var e=t.time_format,i=g.config,n=g.date.date_part(g._currentDate()),a=1440,r=0;g.config.limit_time_select&&(a=60*i.last_hour+1,r=60*i.first_hour,n.setHours(i.first_hour));for(var s="",o=0;o<e.length;o++){var d=e[o];o>0&&(s+=" ");var l="",_="";switch(d){case"%Y":
286
+ ;t&&"object"==typeof t&&(t.parentNode&&t.parentNode.removeChild(t),this.config.show_loading=!0)}),g._lightbox_controls={},g.formSection=function(t){var e=this.config.lightbox.sections,i=0;for(i;i<e.length&&e[i].name!=t;i++);if(i===e.length)return null;var n=e[i];g._lightbox||g.getLightbox();var a=document.getElementById(n.id),r=a.nextSibling,s={section:n,header:a,node:r,getValue:function(t){return g.form_blocks[n.type].get_value(r,t||{},n)},setValue:function(t,e){
287
+ return g.form_blocks[n.type].set_value(r,t,e||{},n)}},o=g._lightbox_controls["get_"+n.type+"_control"];return o?o(s):s},g._lightbox_controls.get_template_control=function(t){return t.control=t.node,t},g._lightbox_controls.get_select_control=function(t){return t.control=t.node.getElementsByTagName("select")[0],t},g._lightbox_controls.get_textarea_control=function(t){return t.control=t.node.getElementsByTagName("textarea")[0],t},g._lightbox_controls.get_time_control=function(t){
288
+ return t.control=t.node.getElementsByTagName("select"),t},g._lightbox_controls.defaults={template:{height:30},textarea:{height:200},select:{height:23},time:{height:20}},g.form_blocks={template:{render:function(t){var e=g._lightbox_controls.defaults.template,i=e?e.height:30;return"<div class='dhx_cal_ltext dhx_cal_template' style='height:"+(t.height||i||30)+"px;'></div>"},set_value:function(t,e,i,n){t.innerHTML=e||""},get_value:function(t,e,i){return t.innerHTML||""},focus:function(t){}},
289
+ textarea:{render:function(t){var e=g._lightbox_controls.defaults.textarea,i=e?e.height:200;return"<div class='dhx_cal_ltext' style='height:"+(t.height||i||"130")+"px;'><textarea></textarea></div>"},set_value:function(t,e,i){g.form_blocks.textarea._get_input(t).value=e||""},get_value:function(t,e){return g.form_blocks.textarea._get_input(t).value},focus:function(t){var e=g.form_blocks.textarea._get_input(t);g._focus(e,!0)},_get_input:function(t){return t.getElementsByTagName("textarea")[0]}},
290
+ select:{render:function(t){for(var e=g._lightbox_controls.defaults.select,i=e?e.height:23,n=(t.height||i||"23")+"px",a="<div class='dhx_cal_ltext' style='height:"+n+";'><select style='width:100%;'>",r=0;r<t.options.length;r++)a+="<option value='"+t.options[r].key+"'>"+t.options[r].label+"</option>";return a+="</select></div>"},set_value:function(t,e,i,n){var a=t.firstChild;!a._dhx_onchange&&n.onchange&&(a.onchange=n.onchange,a._dhx_onchange=!0),void 0===e&&(e=(a.options[0]||{}).value),
291
+ a.value=e||""},get_value:function(t,e){return t.firstChild.value},focus:function(t){var e=t.firstChild;g._focus(e,!0)}},time:{render:function(t){t.time_format||(t.time_format=["%H:%i","%d","%m","%Y"]),t._time_format_order={};var e=t.time_format,i=g.config,n=g.date.date_part(g._currentDate()),a=1440,r=0;g.config.limit_time_select&&(a=60*i.last_hour+1,r=60*i.first_hour,n.setHours(i.first_hour));for(var s="",o=0;o<e.length;o++){var d=e[o];o>0&&(s+=" ");var l="",_="";switch(d){case"%Y":
292
292
  l="dhx_lightbox_year_select",t._time_format_order[3]=o;var h,c,u;t.year_range&&(isNaN(t.year_range)?t.year_range.push&&(c=t.year_range[0],u=t.year_range[1]):h=t.year_range),h=h||10;var f=f||Math.floor(h/2);c=c||n.getFullYear()-f,u=u||c+h;for(var v=c;v<u;v++)_+="<option value='"+v+"'>"+v+"</option>";break;case"%m":l="dhx_lightbox_month_select",t._time_format_order[2]=o;for(var v=0;v<12;v++)_+="<option value='"+v+"'>"+this.locale.date.month_full[v]+"</option>";break;case"%d":
293
293
  l="dhx_lightbox_day_select",t._time_format_order[1]=o;for(var v=1;v<32;v++)_+="<option value='"+v+"'>"+v+"</option>";break;case"%H:%i":l="dhx_lightbox_time_select",t._time_format_order[0]=o;var v=r,m=n.getDate();for(t._time_values=[];v<a;){_+="<option value='"+v+"'>"+this.templates.time_picker(n)+"</option>",t._time_values.push(v),n.setTime(n.valueOf()+60*this.config.time_step*1e3);v=24*(n.getDate()!=m?1:0)*60+60*n.getHours()+n.getMinutes()}}if(_){var p=g._waiAria.lightboxSelectAttrString(d)
294
294
  ;s+="<select class='"+l+"' "+(t.readonly?"disabled='disabled'":"")+p+">"+_+"</select> "}}var x=g._lightbox_controls.defaults.select;return"<div style='height:"+((x?x.height:23)||30)+"px;padding-top:0px;font-size:inherit;' class='dhx_section_time'>"+s+"<span style='font-weight:normal; font-size:10pt;'> &nbsp;&ndash;&nbsp; </span>"+s+"</div>"},set_value:function(t,e,i,n){function a(t,e,i){for(var a=n._time_values,r=60*i.getHours()+i.getMinutes(),s=r,o=!1,d=0;d<a.length;d++){var _=a[d];if(_===r){
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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
 
@@ -10,8 +10,8 @@ To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product),
10
10
  */
11
11
  Scheduler.plugin(function(t){t.date.add_agenda=function(e){return t.date.add(e,1,"year")},t.templates.agenda_time=function(e,i,a){return a._timed?this.day_date(a.start_date,a.end_date,a)+" "+this.event_date(e):t.templates.day_date(e)+" &ndash; "+t.templates.day_date(i)},t.templates.agenda_text=function(t,e,i){return i.text},t.templates.agenda_date=function(){return""},t.date.agenda_start=function(){return t.date.date_part(t._currentDate())},t.attachEvent("onTemplatesReady",function(){
12
12
  function e(e){if(e){var i=t.locale.labels,a=t._waiAria.agendaHeadAttrString(),n=t._waiAria.agendaHeadDateString(i.date),r=t._waiAria.agendaHeadDescriptionString(i.description);t._els.dhx_cal_header[0].innerHTML="<div "+a+" class='dhx_agenda_line'><div "+n+">"+i.date+"</div><span class = 'description_header' style='padding-left:25px' "+r+">"+i.description+"</span></div>",t._table_view=!0,t.set_sizes()}}function i(){var e=(t._date,t.get_visible_events());e.sort(function(t,e){
13
- return t.start_date>e.start_date?1:-1});for(var i,a=t._waiAria.agendaDataAttrString(),n="<div class='dhx_agenda_area' "+a+">",r=0;r<e.length;r++){var s=e[r],o=s.color?"background:"+s.color+";":"",d=s.textColor?"color:"+s.textColor+";":"",_=t.templates.event_class(s.start_date,s.end_date,s);i=t._waiAria.agendaEventAttrString(s);var l=t._waiAria.agendaDetailsBtnString()
14
- ;n+="<div "+i+" class='dhx_agenda_line"+(_?" "+_:"")+"' event_id='"+s.id+"' style='"+d+o+(s._text_style||"")+"'><div class='dhx_agenda_event_time'>"+(t.config.rtl?t.templates.agenda_time(s.end_date,s.start_date,s):t.templates.agenda_time(s.start_date,s.end_date,s))+"</div>",n+="<div "+l+" class='dhx_event_icon icon_details'>&nbsp;</div>",n+="<span>"+t.templates.agenda_text(s.start_date,s.end_date,s)+"</span></div>"}n+="<div class='dhx_v_border'></div></div>",t._els.dhx_cal_data[0].innerHTML=n,
13
+ return t.start_date>e.start_date?1:-1});for(var i,a=t._waiAria.agendaDataAttrString(),n="<div class='dhx_agenda_area' "+a+">",r=0;r<e.length;r++){var s=e[r],o=s.color?"background:"+s.color+";":"",d=s.textColor?"color:"+s.textColor+";":"",l=t.templates.event_class(s.start_date,s.end_date,s);i=t._waiAria.agendaEventAttrString(s);var _=t._waiAria.agendaDetailsBtnString()
14
+ ;n+="<div "+i+" class='dhx_agenda_line"+(l?" "+l:"")+"' event_id='"+s.id+"' style='"+d+o+(s._text_style||"")+"'><div class='dhx_agenda_event_time'>"+(t.config.rtl?t.templates.agenda_time(s.end_date,s.start_date,s):t.templates.agenda_time(s.start_date,s.end_date,s))+"</div>",n+="<div "+_+" class='dhx_event_icon icon_details'>&nbsp;</div>",n+="<span>"+t.templates.agenda_text(s.start_date,s.end_date,s)+"</span></div>"}n+="<div class='dhx_v_border'></div></div>",t._els.dhx_cal_data[0].innerHTML=n,
15
15
  t._els.dhx_cal_data[0].childNodes[0].scrollTop=t._agendaScrollTop||0;var h=t._els.dhx_cal_data[0].childNodes[0];h.childNodes[h.childNodes.length-1].style.height=h.offsetHeight<t._els.dhx_cal_data[0].offsetHeight?"100%":h.offsetHeight+"px";var c=t._els.dhx_cal_data[0].firstChild.childNodes,u=t._getNavDateElement();u&&(u.innerHTML=t.templates.agenda_date(t._min_date,t._max_date,t._mode)),t._rendered=[];for(var r=0;r<c.length-1;r++)t._rendered[r]=c[r]}var a=t.dblclick_dhx_cal_data
16
16
  ;t.dblclick_dhx_cal_data=function(){if("agenda"==this._mode)!this.config.readonly&&this.config.dblclick_create&&this.addEventNow();else if(a)return a.apply(this,arguments)};var n=t.render_data;t.render_data=function(t){if("agenda"!=this._mode)return n.apply(this,arguments);i()};var r=t.render_view_data;t.render_view_data=function(){return"agenda"==this._mode&&(t._agendaScrollTop=t._els.dhx_cal_data[0].childNodes[0].scrollTop,t._els.dhx_cal_data[0].childNodes[0].scrollTop=0),
17
17
  r.apply(this,arguments)},t.agenda_view=function(a){t._min_date=t.config.agenda_start||t.date.agenda_start(t._date),t._max_date=t.config.agenda_end||t.date.add_agenda(t._min_date,1),e(a),a?(t._cols=null,t._colsS=null,t._table_view=!0,i()):t._table_view=!1}})});
@@ -1,17 +1,17 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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
 
8
8
  (c) XB Software Ltd.
9
9
 
10
10
  */
11
- Scheduler.plugin(function(e){!function(){e.config.all_timed="short",e.config.all_timed_month=!1;var t=function(t){return!((t.end_date-t.start_date)/36e5>=24)||"resize"==e._drag_mode&&e._drag_id==t.id};e._safe_copy=function(t){var i=null,a=e._copy_event(t);return t.event_pid&&(i=e.getEvent(t.event_pid)),i&&i.isPrototypeOf(t)&&(delete a.event_length,delete a.event_pid,delete a.rec_pattern,delete a.rec_type),a};var i=e._pre_render_events_line,a=e._pre_render_events_table,n=function(e,t){
12
- return this._table_view?a.call(this,e,t):i.call(this,e,t)};e._pre_render_events_line=e._pre_render_events_table=function(i,a){function r(e){var t=s(e.start_date);return+e.end_date>+t}function s(t){var i=e.date.add(t,1,"day");return i=e.date.date_part(i)}function o(t,i){var a=e.date.date_part(new Date(t));return a.setHours(i),a}if(!this.config.all_timed||this._table_view&&"month"!=this._mode||"month"==this._mode&&!this.config.all_timed_month)return n.call(this,i,a);for(var d=0;d<i.length;d++){
13
- var _=i[d];if(!_._timed)if("short"!=this.config.all_timed||t(_)){var l=this._safe_copy(_);_._virtual?l._first_chunk=!1:l._first_chunk=!0,l._drag_resize=!1,l._virtual=!0,l.start_date=new Date(l.start_date),r(_)?(l.end_date=s(l.start_date),24!=this.config.last_hour&&(l.end_date=o(l.start_date,this.config.last_hour))):l.end_date=new Date(_.end_date);var h=!1;l.start_date<this._max_date&&l.end_date>this._min_date&&l.start_date<l.end_date&&(i[d]=l,h=!0);var c=this._safe_copy(_);if(c._virtual=!0,
14
- c.end_date=new Date(c.end_date),c.start_date<this._min_date?c.start_date=o(this._min_date,this.config.first_hour):c.start_date=o(s(_.start_date),this.config.first_hour),c.start_date<this._max_date&&c.start_date<c.end_date){if(!h){i[d--]=c;continue}i.splice(d+1,0,c),c._last_chunk=!1}else l._last_chunk=!0,l._drag_resize=!0}else"month"!=this._mode&&i.splice(d--,1)}var u="move"!=this._drag_mode&&a;return n.call(this,i,u)};var r=e.get_visible_events;e.get_visible_events=function(e){
15
- return this.config.all_timed&&this.config.multi_day?r.call(this,!1):r.call(this,e)},e.attachEvent("onBeforeViewChange",function(t,i,a,n){return e._allow_dnd="day"==a||"week"==a,!0}),e._is_main_area_event=function(e){return!!(e._timed||!0===this.config.all_timed||"short"==this.config.all_timed&&t(e))};var s=e.updateEvent;e.updateEvent=function(t){var i,a,n=e.getEvent(t);n&&(i=e.config.all_timed&&!(e.isOneDayEvent(e._events[t])||e.getState().drag_id))&&(a=e.config.update_render,
16
- e.config.update_render=!0),s.apply(e,arguments),n&&i&&(e.config.update_render=a)}}()});
11
+ Scheduler.plugin(function(t){!function(){t.config.all_timed="short",t.config.all_timed_month=!1;var e=function(e){return!((e.end_date-e.start_date)/36e5>=24)||"resize"==t._drag_mode&&t._drag_id==e.id};t._safe_copy=function(e){var i=null,a=t._copy_event(e);return e.event_pid&&(i=t.getEvent(e.event_pid)),i&&i.isPrototypeOf(e)&&(delete a.event_length,delete a.event_pid,delete a.rec_pattern,delete a.rec_type),a};var i=t._pre_render_events_line,a=t._pre_render_events_table,n=function(t,e){
12
+ return this._table_view?a.call(this,t,e):i.call(this,t,e)};t._pre_render_events_line=t._pre_render_events_table=function(i,a){function r(t){var e=s(t.start_date);return+t.end_date>+e}function s(e){var i=t.date.add(e,1,"day");return i=t.date.date_part(i)}function o(e,i){var a=t.date.date_part(new Date(e));return a.setHours(i),a}if(!this.config.all_timed||this._table_view&&"month"!=this._mode||"month"==this._mode&&!this.config.all_timed_month)return n.call(this,i,a);for(var d=0;d<i.length;d++){
13
+ var _=i[d];if(!_._timed)if("short"!=this.config.all_timed||e(_)){var l=this._safe_copy(_);_._virtual?l._first_chunk=!1:l._first_chunk=!0,l._drag_resize=!1,l._virtual=!0,l.start_date=new Date(l.start_date),r(_)?(l.end_date=s(l.start_date),24!=this.config.last_hour&&(l.end_date=o(l.start_date,this.config.last_hour))):l.end_date=new Date(_.end_date);var h=!1;l.start_date<this._max_date&&l.end_date>this._min_date&&l.start_date<l.end_date&&(i[d]=l,h=!0);var c=this._safe_copy(_);if(c._virtual=!0,
14
+ c.end_date=new Date(c.end_date),c.start_date<this._min_date?c.start_date=o(this._min_date,this.config.first_hour):c.start_date=o(s(_.start_date),this.config.first_hour),c.start_date<this._max_date&&c.start_date<c.end_date){if(!h){i[d--]=c;continue}i.splice(d+1,0,c),c._last_chunk=!1}else l._last_chunk=!0,l._drag_resize=!0}else"month"!=this._mode&&i.splice(d--,1)}var u="move"!=this._drag_mode&&a;return n.call(this,i,u)};var r=t.get_visible_events;t.get_visible_events=function(t){
15
+ return this.config.all_timed&&this.config.multi_day?r.call(this,!1):r.call(this,t)},t.attachEvent("onBeforeViewChange",function(e,i,a,n){return t._allow_dnd="day"==a||"week"==a,!0}),t._is_main_area_event=function(t){return!!(t._timed||!0===this.config.all_timed||"short"==this.config.all_timed&&e(t))};var s=t.updateEvent;t.updateEvent=function(e){var i,a,n=t.getEvent(e);n&&(i=t.config.all_timed&&!(t.isOneDayEvent(t._events[e])||t.getState().drag_id))&&(a=t.config.update_render,
16
+ t.config.update_render=!0),s.apply(t,arguments),n&&i&&(t.config.update_render=a)}}()});
17
17
  //# sourceMappingURL=../sources/ext/dhtmlxscheduler_all_timed.js.map
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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
 
@@ -10,6 +10,6 @@ To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product),
10
10
  */
11
11
  Scheduler.plugin(function(e){e.expand=function(){if(e.callEvent("onBeforeExpand",[])){var t=e._obj;do{t._position=t.style.position||"",t.style.position="static"}while((t=t.parentNode)&&t.style);t=e._obj,t.style.position="absolute",t._width=t.style.width,t._height=t.style.height,t.style.width=t.style.height="100%",t.style.top=t.style.left="0px";var a=document.body;a.scrollTop=0,a=a.parentNode,a&&(a.scrollTop=0),document.body._overflow=document.body.style.overflow||"",
12
12
  document.body.style.overflow="hidden",e._maximize(),e.callEvent("onExpand",[])}},e.collapse=function(){if(e.callEvent("onBeforeCollapse",[])){var t=e._obj;do{t.style.position=t._position}while((t=t.parentNode)&&t.style);t=e._obj,t.style.width=t._width,t.style.height=t._height,document.body.style.overflow=document.body._overflow,e._maximize(),e.callEvent("onCollapse",[])}},e.attachEvent("onTemplatesReady",function(){var t=document.createElement("div");t.className="dhx_expand_icon",e.toggleIcon=t,
13
- e._obj.appendChild(t),t.onclick=function(){e.expanded?e.collapse():e.expand()}}),e._maximize=function(){this.expanded=!this.expanded,this.toggleIcon.style.backgroundPosition="0 "+(this.expanded?"0":"18")+"px";for(var t=["left","top"],a=0;a<t.length;a++){var i=(e.xy["margin_"+t[a]],e["_prev_margin_"+t[a]]);e.xy["margin_"+t[a]]?(e["_prev_margin_"+t[a]]=e.xy["margin_"+t[a]],e.xy["margin_"+t[a]]=0):i&&(e.xy["margin_"+t[a]]=e["_prev_margin_"+t[a]],delete e["_prev_margin_"+t[a]])}e.setCurrentView()}
13
+ e._obj.appendChild(t),t.onclick=function(){e.expanded?e.collapse():e.expand()}}),e._maximize=function(){this.expanded=!this.expanded,this.toggleIcon.style.backgroundPosition="0 "+(this.expanded?"0":"18")+"px";for(var t=["left","top"],a=0;a<t.length;a++){var n=(e.xy["margin_"+t[a]],e["_prev_margin_"+t[a]]);e.xy["margin_"+t[a]]?(e["_prev_margin_"+t[a]]=e.xy["margin_"+t[a]],e.xy["margin_"+t[a]]=0):n&&(e.xy["margin_"+t[a]]=e["_prev_margin_"+t[a]],delete e["_prev_margin_"+t[a]])}e.setCurrentView()}
14
14
  });
15
15
  //# sourceMappingURL=../sources/ext/dhtmlxscheduler_expand.js.map
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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
 
@@ -14,20 +14,20 @@ if(!this.validId(e))return;var a=t.getState(e);return"inserted"==a||this._new_ev
14
14
  ;for(var i in e)a[i]=t(e[i]);return a};e._dataprocessors=[],e._layers_zindex={};for(var a=0;a<e.layers.length;a++){if(e.config["lightbox_"+e.layers[a].name]={},e.config["lightbox_"+e.layers[a].name].sections=t(e.config.lightbox.sections),e._layers_zindex[e.layers[a].name]=e.config.inital_layer_zindex||5+3*a,e.layers[a].url){var i=new dataProcessor(e.layers[a].url);i.layer=e.layers[a].name,e._dataprocessors.push(i),e._dataprocessors[a].init(e)}
15
15
  e.layers[a].isDefault&&(e.defaultLayer=e.layers[a].name)}}(),e.showLayer=function(e){this.toggleLayer(e,!0)},e.hideLayer=function(e){this.toggleLayer(e,!1)},e.toggleLayer=function(e,t){var a=this.getLayer(e);a.visible=void 0!==t?!!t:!a.visible,this.setCurrentView(this._date,this._mode)},e.getLayer=function(t){var a,i;"string"==typeof t&&(i=t),"object"==typeof t&&(i=t.layer);for(var n=0;n<e.layers.length;n++)e.layers[n].name==i&&(a=e.layers[n]);return a},
16
16
  e.attachEvent("onBeforeLightbox",function(t){var a=this.getEvent(t);return this.config.lightbox.sections=this.config["lightbox_"+a.layer].sections,e.resetLightbox(),!0}),e.attachEvent("onClick",function(t,a){var i=e.getEvent(t);return!e.getLayer(i.layer).noMenu}),e.attachEvent("onEventCollision",function(t,a){var i=this.getLayer(t);if(!i.checkCollision)return!1;for(var n=0,r=0;r<a.length;r++)a[r].layer==i.name&&a[r].id!=t.id&&n++;return n>=e.config.collision_limit}),
17
- e.addEvent=function(t,a,i,n,r){var o=t;1!=arguments.length&&(o=r||{},o.start_date=t,o.end_date=a,o.text=i,o.id=n,o.layer=this.defaultLayer),o.id=o.id||e.uid(),o.text=o.text||"","string"==typeof o.start_date&&(o.start_date=this.templates.api_date(o.start_date)),"string"==typeof o.end_date&&(o.end_date=this.templates.api_date(o.end_date)),o._timed=this.isOneDayEvent(o);var d=!this._events[o.id];this._events[o.id]=o,this.event_updated(o),
18
- this._loading||this.callEvent(d?"onEventAdded":"onEventChanged",[o.id,o])},this._evs_layer={};for(var t=0;t<this.layers.length;t++)this._evs_layer[this.layers[t].name]=[];e.addEventNow=function(t,a,i){var n={};"object"==typeof t&&(n=t,t=null);var r=6e4*(this.config.event_duration||this.config.time_step);t||(t=Math.round(e._currentDate().valueOf()/r)*r);var o=new Date(t);if(!a){var d=this.config.first_hour;d>o.getHours()&&(o.setHours(d),t=o.valueOf()),a=t+r}n.start_date=n.start_date||o,
17
+ e.addEvent=function(t,a,i,n,r){var o=t;1!=arguments.length&&(o=r||{},o.start_date=t,o.end_date=a,o.text=i,o.id=n,o.layer=this.defaultLayer),o.id=o.id||e.uid(),o.text=o.text||"","string"==typeof o.start_date&&(o.start_date=this.templates.api_date(o.start_date)),"string"==typeof o.end_date&&(o.end_date=this.templates.api_date(o.end_date)),o._timed=this.isOneDayEvent(o);var s=!this._events[o.id];this._events[o.id]=o,this.event_updated(o),
18
+ this._loading||this.callEvent(s?"onEventAdded":"onEventChanged",[o.id,o])},this._evs_layer={};for(var t=0;t<this.layers.length;t++)this._evs_layer[this.layers[t].name]=[];e.addEventNow=function(t,a,i){var n={};"object"==typeof t&&(n=t,t=null);var r=6e4*(this.config.event_duration||this.config.time_step);t||(t=Math.round(e._currentDate().valueOf()/r)*r);var o=new Date(t);if(!a){var s=this.config.first_hour;s>o.getHours()&&(o.setHours(s),t=o.valueOf()),a=t+r}n.start_date=n.start_date||o,
19
19
  n.end_date=n.end_date||new Date(a),n.text=n.text||this.locale.labels.new_event,n.id=this._drag_id=this.uid(),n.layer=this.defaultLayer,this._drag_mode="new-size",this._loading=!0,this.addEvent(n),this.callEvent("onEventCreated",[this._drag_id,i]),this._loading=!1,this._drag_event={},this._on_mouse_up(i)},e._t_render_view_data=function(e){if(this.config.multi_day&&!this._table_view){for(var t=[],a=[],i=0;i<e.length;i++)e[i]._timed?t.push(e[i]):a.push(e[i]);this._table_view=!0,this.render_data(a),
20
20
  this._table_view=!1,this.render_data(t)}else this.render_data(e)},e.render_view_data=function(){if(this._not_render)return void(this._render_wait=!0);this._render_wait=!1,this.clear_view(),this._evs_layer={};for(var e=0;e<this.layers.length;e++)this._evs_layer[this.layers[e].name]=[];for(var t=this.get_visible_events(),e=0;e<t.length;e++)this._evs_layer[t[e].layer]&&this._evs_layer[t[e].layer].push(t[e]);if("month"==this._mode){
21
- for(var a=[],e=0;e<this.layers.length;e++)this.layers[e].visible&&(a=a.concat(this._evs_layer[this.layers[e].name]));this._t_render_view_data(a)}else for(var e=0;e<this.layers.length;e++)if(this.layers[e].visible){var i=this._evs_layer[this.layers[e].name];this._t_render_view_data(i)}},e._render_v_bar=function(t,a,i,n,r,o,d,s,_){var l=t.id;-1==d.indexOf("<div class=")&&(d=e.templates["event_header_"+t.layer]?e.templates["event_header_"+t.layer](t.start_date,t.end_date,t):d),
22
- -1==s.indexOf("<div class=")&&(s=e.templates["event_text_"+t.layer]?e.templates["event_text_"+t.layer](t.start_date,t.end_date,t):s);var c=document.createElement("div"),h="dhx_cal_event",u=e.templates["event_class_"+t.layer]?e.templates["event_class_"+t.layer](t.start_date,t.end_date,t):e.templates.event_class(t.start_date,t.end_date,t);u&&(h=h+" "+u)
23
- ;var g=e._border_box_events(),v=n-2,f=g?v:n-4,m=g?v:n-6,p=g?v:n-(this._quirks?4:14),y=g?v-2:n-8,b=g?r-this.xy.event_header_height:r-(this._quirks?20:30)+1,x='<div event_id="'+l+'" class="'+h+'" style="position:absolute; top:'+i+"px; left:"+a+"px; width:"+f+"px; height:"+r+"px;"+(o||"")+'">';return x+='<div class="dhx_header" style=" width:'+m+'px;" >&nbsp;</div>',x+='<div class="dhx_title">'+d+"</div>",x+='<div class="dhx_body" style=" width:'+p+"px; height:"+b+'px;">'+s+"</div>",
21
+ for(var a=[],e=0;e<this.layers.length;e++)this.layers[e].visible&&(a=a.concat(this._evs_layer[this.layers[e].name]));this._t_render_view_data(a)}else for(var e=0;e<this.layers.length;e++)if(this.layers[e].visible){var i=this._evs_layer[this.layers[e].name];this._t_render_view_data(i)}},e._render_v_bar=function(t,a,i,n,r,o,s,d,_){var l=t.id;-1==s.indexOf("<div class=")&&(s=e.templates["event_header_"+t.layer]?e.templates["event_header_"+t.layer](t.start_date,t.end_date,t):s),
22
+ -1==d.indexOf("<div class=")&&(d=e.templates["event_text_"+t.layer]?e.templates["event_text_"+t.layer](t.start_date,t.end_date,t):d);var c=document.createElement("div"),h="dhx_cal_event",u=e.templates["event_class_"+t.layer]?e.templates["event_class_"+t.layer](t.start_date,t.end_date,t):e.templates.event_class(t.start_date,t.end_date,t);u&&(h=h+" "+u)
23
+ ;var v=e._border_box_events(),g=n-2,f=v?g:n-4,m=v?g:n-6,p=v?g:n-(this._quirks?4:14),y=v?g-2:n-8,b=v?r-this.xy.event_header_height:r-(this._quirks?20:30)+1,x='<div event_id="'+l+'" class="'+h+'" style="position:absolute; top:'+i+"px; left:"+a+"px; width:"+f+"px; height:"+r+"px;"+(o||"")+'">';return x+='<div class="dhx_header" style=" width:'+m+'px;" >&nbsp;</div>',x+='<div class="dhx_title">'+s+"</div>",x+='<div class="dhx_body" style=" width:'+p+"px; height:"+b+'px;">'+d+"</div>",
24
24
  x+='<div class="dhx_footer" style=" width:'+y+"px;"+(_?" margin-top:-1px;":"")+'" ></div></div>',c.innerHTML=x,c.style.zIndex=100,c.firstChild},e.render_event_bar=function(t){var a=this._els.dhx_cal_data[0],i=this._colsS[t._sday],n=this._colsS[t._eday];n==i&&(n=this._colsS[t._eday+1])
25
- ;var r=this.xy.bar_height,o=this._colsS.heights[t._sweek]+(this._colsS.height?this.xy.month_scale_height+2:2)+t._sorder*r,d=document.createElement("div"),s=t._timed?"dhx_cal_event_clear":"dhx_cal_event_line",_=e.templates["event_class_"+t.layer]?e.templates["event_class_"+t.layer](t.start_date,t.end_date,t):e.templates.event_class(t.start_date,t.end_date,t);_&&(s=s+" "+_)
26
- ;var l='<div event_id="'+t.id+'" class="'+s+'" style="position:absolute; top:'+o+"px; left:"+i+"px; width:"+(n-i-15)+"px;"+(t._text_style||"")+'">';t._timed&&(l+=e.templates["event_bar_date_"+t.layer]?e.templates["event_bar_date_"+t.layer](t.start_date,t.end_date,t):e.templates.event_bar_date(t.start_date,t.end_date,t)),l+=e.templates["event_bar_text_"+t.layer]?e.templates["event_bar_text_"+t.layer](t.start_date,t.end_date,t):e.templates.event_bar_text(t.start_date,t.end_date,t)+"</div>)",
27
- l+="</div>",d.innerHTML=l,this._rendered.push(d.firstChild),a.appendChild(d.firstChild)},e.render_event=function(t){var a=e.xy.menu_width;if(e.getLayer(t.layer).noMenu&&(a=0),!(t._sday<0)){var i=e.locate_holder(t._sday);if(i){
28
- var n=60*t.start_date.getHours()+t.start_date.getMinutes(),r=60*t.end_date.getHours()+t.end_date.getMinutes()||60*e.config.last_hour,o=Math.round((60*n*1e3-60*this.config.first_hour*60*1e3)*this.config.hour_size_px/36e5)%(24*this.config.hour_size_px)+1,d=Math.max(e.xy.min_event_height,(r-n)*this.config.hour_size_px/60)+1,s=Math.floor((i.clientWidth-a)/t._count),_=t._sorder*s+1;t._inner||(s*=t._count-t._sorder)
29
- ;var l=this._render_v_bar(t.id,a+_,o,s,d,t._text_style,e.templates.event_header(t.start_date,t.end_date,t),e.templates.event_text(t.start_date,t.end_date,t));if(this._rendered.push(l),i.appendChild(l),_=_+parseInt(i.style.left,10)+a,o+=this._dy_shift,l.style.zIndex=this._layers_zindex[t.layer],this._edit_id==t.id){l.style.zIndex=parseInt(l.style.zIndex)+1;var c=l.style.zIndex;s=Math.max(s-4,e.xy.editor_width);var l=document.createElement("div");l.setAttribute("event_id",t.id),
30
- this.set_xy(l,s,d-20,_,o+14),l.className="dhx_cal_editor",l.style.zIndex=c;var h=document.createElement("div");this.set_xy(h,s-6,d-26),h.style.cssText+=";margin:2px 2px 2px 2px;overflow:hidden;",h.style.zIndex=c,l.appendChild(h),this._els.dhx_cal_data[0].appendChild(l),this._rendered.push(l),h.innerHTML="<textarea class='dhx_cal_editor'>"+t.text+"</textarea>",this._quirks7&&(h.firstChild.style.height=d-12+"px"),this._editor=h.firstChild,this._editor.onkeypress=function(t){
25
+ ;var r=this.xy.bar_height,o=this._colsS.heights[t._sweek]+(this._colsS.height?this.xy.month_scale_height+2:2)+t._sorder*r,s=document.createElement("div"),d=t._timed?"dhx_cal_event_clear":"dhx_cal_event_line",_=e.templates["event_class_"+t.layer]?e.templates["event_class_"+t.layer](t.start_date,t.end_date,t):e.templates.event_class(t.start_date,t.end_date,t);_&&(d=d+" "+_)
26
+ ;var l='<div event_id="'+t.id+'" class="'+d+'" style="position:absolute; top:'+o+"px; left:"+i+"px; width:"+(n-i-15)+"px;"+(t._text_style||"")+'">';t._timed&&(l+=e.templates["event_bar_date_"+t.layer]?e.templates["event_bar_date_"+t.layer](t.start_date,t.end_date,t):e.templates.event_bar_date(t.start_date,t.end_date,t)),l+=e.templates["event_bar_text_"+t.layer]?e.templates["event_bar_text_"+t.layer](t.start_date,t.end_date,t):e.templates.event_bar_text(t.start_date,t.end_date,t)+"</div>)",
27
+ l+="</div>",s.innerHTML=l,this._rendered.push(s.firstChild),a.appendChild(s.firstChild)},e.render_event=function(t){var a=e.xy.menu_width;if(e.getLayer(t.layer).noMenu&&(a=0),!(t._sday<0)){var i=e.locate_holder(t._sday);if(i){
28
+ var n=60*t.start_date.getHours()+t.start_date.getMinutes(),r=60*t.end_date.getHours()+t.end_date.getMinutes()||60*e.config.last_hour,o=Math.round((60*n*1e3-60*this.config.first_hour*60*1e3)*this.config.hour_size_px/36e5)%(24*this.config.hour_size_px)+1,s=Math.max(e.xy.min_event_height,(r-n)*this.config.hour_size_px/60)+1,d=Math.floor((i.clientWidth-a)/t._count),_=t._sorder*d+1;t._inner||(d*=t._count-t._sorder)
29
+ ;var l=this._render_v_bar(t.id,a+_,o,d,s,t._text_style,e.templates.event_header(t.start_date,t.end_date,t),e.templates.event_text(t.start_date,t.end_date,t));if(this._rendered.push(l),i.appendChild(l),_=_+parseInt(i.style.left,10)+a,o+=this._dy_shift,l.style.zIndex=this._layers_zindex[t.layer],this._edit_id==t.id){l.style.zIndex=parseInt(l.style.zIndex)+1;var c=l.style.zIndex;d=Math.max(d-4,e.xy.editor_width);var l=document.createElement("div");l.setAttribute("event_id",t.id),
30
+ this.set_xy(l,d,s-20,_,o+14),l.className="dhx_cal_editor",l.style.zIndex=c;var h=document.createElement("div");this.set_xy(h,d-6,s-26),h.style.cssText+=";margin:2px 2px 2px 2px;overflow:hidden;",h.style.zIndex=c,l.appendChild(h),this._els.dhx_cal_data[0].appendChild(l),this._rendered.push(l),h.innerHTML="<textarea class='dhx_cal_editor'>"+t.text+"</textarea>",this._quirks7&&(h.firstChild.style.height=s-12+"px"),this._editor=h.firstChild,this._editor.onkeypress=function(t){
31
31
  if((t||event).shiftKey)return!0;var a=(t||event).keyCode;a==e.keys.edit_save&&e.editStop(!0),a==e.keys.edit_cancel&&e.editStop(!1)},this._editor.onselectstart=function(e){return(e||event).cancelBubble=!0,!0},h.firstChild.focus(),this._els.dhx_cal_data[0].scrollLeft=0,h.firstChild.select()}if(this._select_id==t.id){l.style.zIndex=parseInt(l.style.zIndex)+1
32
- ;for(var u=this.config["icons_"+(this._edit_id==t.id?"edit":"select")],g="",v=0;v<u.length;v++)g+="<div class='dhx_menu_icon "+u[v]+"' title='"+this.locale.labels[u[v]]+"'></div>";var f=this._render_v_bar(t.id,_-a+1,o,a,20*u.length+26,"","<div class='dhx_menu_head'></div>",g,!0);f.style.left=_-a+1,f.style.zIndex=l.style.zIndex,this._els.dhx_cal_data[0].appendChild(f),this._rendered.push(f)}}}},e.filter_agenda=function(t,a){var i=e.getLayer(a.layer);return i&&i.visible}})});
32
+ ;for(var u=this.config["icons_"+(this._edit_id==t.id?"edit":"select")],v="",g=0;g<u.length;g++)v+="<div class='dhx_menu_icon "+u[g]+"' title='"+this.locale.labels[u[g]]+"'></div>";var f=this._render_v_bar(t.id,_-a+1,o,a,20*u.length+26,"","<div class='dhx_menu_head'></div>",v,!0);f.style.left=_-a+1,f.style.zIndex=l.style.zIndex,this._els.dhx_cal_data[0].appendChild(f),this._rendered.push(f)}}}},e.filter_agenda=function(t,a){var i=e.getLayer(a.layer);return i&&i.visible}})});
33
33
  //# sourceMappingURL=../sources/ext/dhtmlxscheduler_layer.js.map
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
 
3
3
  @license
4
- dhtmlxScheduler v.5.3.13 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