@daypilot/daypilot-lite-angular 3.5.0 → 3.6.0

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.
@@ -103,7 +103,7 @@ DayPilot Lite
103
103
  Copyright (c) 2005 - 2022 Annpoint s.r.o.
104
104
  http://www.daypilot.org/
105
105
  Licensed under Apache Software License 2.0
106
- Version: 2022.2.384-lite
106
+ Version: 2022.3.389-lite
107
107
  */
108
108
  if ("undefined" == typeof DayPilot)
109
109
  var DayPilot = {};
@@ -644,7 +644,7 @@ if ("undefined" == typeof DayPilot)
644
644
  if (this instanceof t.Calendar && !this.d && (n = !0, this.d = !0), !n)
645
645
  throw "DayPilot.Calendar() is a constructor and must be called as 'var c = new DayPilot.Calendar(id);'";
646
646
  var s = this;
647
- this.uniqueID = null, this.v = "2022.2.384-lite", this.id = e, this.clientName = e, this.cache = {}, this.cache.pixels = {}, this.elements = {}, this.elements.events = [], this.elements.selection = [], this.nav = {}, this.afterRender = function () { }, this.fasterDispose = !0, this.angularAutoApply = !1, this.api = 2, this.businessBeginsHour = 9, this.businessEndsHour = 18, this.cellHeight = 30, this.columnMarginRight = 5, this.columnsLoadMethod = "GET", this.days = 1, this.durationBarVisible = !0, this.eventHeaderHeight = 14, this.eventHeaderVisible = !0, this.eventsLoadMethod = "GET", this.headerHeight = 30, this.height = 300, this.heightSpec = "BusinessHours", this.hideUntilInit = !0, this.hourWidth = 60, this.initScrollPos = "Auto", this.loadingLabelText = "Loading...", this.loadingLabelVisible = !0, this.loadingLabelBackColor = "ff0000", this.loadingLabelFontColor = "#ffffff", this.loadingLabelFontFamily = "Tahoma, Arial, Helvetica, sans-serif", this.loadingLabelFontSize = "10pt", this.locale = "en-us", this.showToolTip = !0, this.startDate = (new DayPilot.Date).getDatePart(), this.cssClassPrefix = "calendar_default", this.theme = null, this.timeFormat = "Auto", this.viewType = "Days", this.visible = !0, this.xssProtection = "Enabled", this.timeRangeSelectedHandling = "Enabled", this.eventClickHandling = "Enabled", this.eventResizeHandling = "Update", this.eventMoveHandling = "Update", this.eventDeleteHandling = "Disabled", this.onBeforeEventRender = null, this.onEventClick = null, this.onEventClicked = null, this.onEventDelete = null, this.onEventDeleted = null, this.onEventMove = null, this.onEventMoved = null, this.onEventResize = null, this.onEventResized = null, this.onTimeRangeSelect = null, this.onTimeRangeSelected = null, this.clearSelection = function () { t.topSelectedCell = null, t.bottomSelectedCell = null, this.f(); }, this.f = function () { DayPilot.de(s.elements.selection), s.elements.selection = [], s.nav.activeSelection = null; }, this.g = navigator && navigator.userAgent && navigator.userAgent.indexOf("MSIE") !== -1, this.h = navigator && navigator.userAgent && navigator.userAgent.indexOf("Firefox") !== -1, this.i = function () {
647
+ this.uniqueID = null, this.v = "2022.3.389-lite", this.id = e, this.clientName = e, this.cache = {}, this.cache.pixels = {}, this.elements = {}, this.elements.events = [], this.elements.selection = [], this.nav = {}, this.afterRender = function () { }, this.fasterDispose = !0, this.angularAutoApply = !1, this.api = 2, this.businessBeginsHour = 9, this.businessEndsHour = 18, this.cellHeight = 30, this.columnMarginRight = 5, this.columnsLoadMethod = "GET", this.days = 1, this.durationBarVisible = !0, this.eventHeaderHeight = 14, this.eventHeaderVisible = !0, this.eventsLoadMethod = "GET", this.headerHeight = 30, this.height = 300, this.heightSpec = "BusinessHours", this.hideUntilInit = !0, this.hourWidth = 60, this.initScrollPos = "Auto", this.loadingLabelText = "Loading...", this.loadingLabelVisible = !0, this.loadingLabelBackColor = "ff0000", this.loadingLabelFontColor = "#ffffff", this.loadingLabelFontFamily = "Tahoma, Arial, Helvetica, sans-serif", this.loadingLabelFontSize = "10pt", this.locale = "en-us", this.showToolTip = !0, this.startDate = (new DayPilot.Date).getDatePart(), this.cssClassPrefix = "calendar_default", this.theme = null, this.timeFormat = "Auto", this.viewType = "Days", this.visible = !0, this.xssProtection = "Enabled", this.timeRangeSelectedHandling = "Enabled", this.eventClickHandling = "Enabled", this.eventResizeHandling = "Update", this.eventMoveHandling = "Update", this.eventDeleteHandling = "Disabled", this.onBeforeEventRender = null, this.onEventClick = null, this.onEventClicked = null, this.onEventDelete = null, this.onEventDeleted = null, this.onEventMove = null, this.onEventMoved = null, this.onEventResize = null, this.onEventResized = null, this.onTimeRangeSelect = null, this.onTimeRangeSelected = null, this.clearSelection = function () { t.topSelectedCell = null, t.bottomSelectedCell = null, this.f(); }, this.f = function () { DayPilot.de(s.elements.selection), s.elements.selection = [], s.nav.activeSelection = null; }, this.g = navigator && navigator.userAgent && navigator.userAgent.indexOf("MSIE") !== -1, this.h = navigator && navigator.userAgent && navigator.userAgent.indexOf("Firefox") !== -1, this.i = function () {
648
648
  if (/Opera[\/\s](\d+\.\d+)/.test(navigator.userAgent)) {
649
649
  return new Number(RegExp.$1) >= 10.5;
650
650
  }
@@ -1294,7 +1294,12 @@ if ("undefined" == typeof DayPilot)
1294
1294
  var l = e, o = "start=" + s.visibleStart().toString() + "&end=" + s.visibleEnd().toString();
1295
1295
  l += l.indexOf("?") > -1 ? "&" + o : "?" + o, DayPilot.Http.ajax({ "method": "GET", "url": l, "success": a, "error": n });
1296
1296
  }
1297
- }, this.update = function (e) { s.ua(e), s.va(), s.p(), s.nav.top.style.cursor = "auto"; s.B(), s.E(), s.F(), s.G(), s.H(), s.ja(), s.wa(), s.C(), s.D(), s.A(), s.I(), s.clearSelection(), this.visible ? this.show() : this.hide(); }, this.xa = null, this.ua = function (e) {
1297
+ }, this.update = function (e) {
1298
+ if (s.ua(e), this.Y) {
1299
+ s.va(), s.p(), s.nav.top.style.cursor = "auto";
1300
+ s.B(), s.E(), s.F(), s.G(), s.H(), s.ja(), s.wa(), s.C(), s.D(), s.A(), s.I(), s.clearSelection(), this.visible ? this.show() : this.hide();
1301
+ }
1302
+ }, this.xa = null, this.ua = function (e) {
1298
1303
  if (e) {
1299
1304
  var t = { "events": { "preInit": function () { var e = this.data; e && (DayPilot.isArray(e.list) ? s.events.list = e.list : s.events.list = e); } }, "columns": { "preInit": function () { s.columns.list = this.data; } } };
1300
1305
  this.xa = t;
@@ -1417,7 +1422,7 @@ if ("undefined" == typeof DayPilot)
1417
1422
  var e = {};
1418
1423
  this.onInit(e);
1419
1424
  }
1420
- }, this.Ma = function () { var e = s.nav.top; return e.offsetWidth > 0 && e.offsetHeight > 0; }, this.Ga = function () { var e = s.Ma; e() || (s.Na = setInterval(function () { e() && (s.pa(), s.sa(), clearInterval(s.Na)); }, 100)); }, this.na = function (e, t) { return s.w.z() ? DayPilot.Util.escapeTextHtml(e, t) : DayPilot.Util.isNullOrUndefined(t) ? DayPilot.Util.isNullOrUndefined(e) ? "" : e : t; }, this.internal = {}, this.internal.xssTextHtml = s.na, this.init = function () { this.za(); var e = this.Ea(); return this.Ha(), e ? void this.Fa() : (this.va(), this.B(), this.C(), this.ba(), this.E(), this.F(), this.A(), this.sa(), this.pa(), this.ta(), t.register(this), this.events && (this.D(), this.I()), this.Ja(), this.Ka(), this.Ga(), this.Y = !0, this); }, this.Init = this.init, this.ua(i);
1425
+ }, this.Ma = function () { var e = s.nav.top; return e.offsetWidth > 0 && e.offsetHeight > 0; }, this.Ga = function () { var e = s.Ma; e() || (s.Na = setInterval(function () { e() && (s.pa(), s.sa(), clearInterval(s.Na)); }, 100)); }, this.na = function (e, t) { return s.w.z() ? DayPilot.Util.escapeTextHtml(e, t) : DayPilot.Util.isNullOrUndefined(t) ? DayPilot.Util.isNullOrUndefined(e) ? "" : e : t; }, this.internal = {}, this.internal.loadOptions = s.ua, this.internal.xssTextHtml = s.na, this.init = function () { this.za(); var e = this.Ea(); return this.Ha(), e ? void this.Fa() : (this.va(), this.B(), this.C(), this.ba(), this.E(), this.F(), this.A(), this.sa(), this.pa(), this.ta(), t.register(this), this.events && (this.D(), this.I()), this.Ja(), this.Ka(), this.Ga(), this.Y = !0, this); }, this.Init = this.init, this.ua(i);
1421
1426
  }, t.Cell = function (e, t, i) { this.start = e, this.end = t, this.column = function () { }; }, t.Column = function (e, t, i) { this.value = e, this.name = t, this.date = new DayPilot.Date(i); }, DayPilot.Calendar = t.Calendar, "undefined" != typeof jQuery && !function (e) {
1422
1427
  e.fn.daypilotCalendar = function (e) {
1423
1428
  var t = null, i = this.each(function () {
@@ -1460,7 +1465,7 @@ if ("undefined" == typeof DayPilot)
1460
1465
  var DayPilot = {};
1461
1466
  !function () {
1462
1467
  "undefined" != typeof DayPilot.DatePicker && DayPilot.DatePicker.close || (DayPilot.DatePicker = function (t) {
1463
- this.v = "2022.2.384-lite";
1468
+ this.v = "2022.3.389-lite";
1464
1469
  var e = "navigator_" + (new Date).getTime(), i = this;
1465
1470
  this.prepare = function () {
1466
1471
  if (this.locale = "en-us", this.target = null, this.resetTarget = !0, this.pattern = this.a.locale().datePattern, this.cssClassPrefix = "navigator_default", this.theme = null, this.patterns = [], t)
@@ -1491,23 +1496,23 @@ if ("undefined" == typeof DayPilot)
1491
1496
  }();
1492
1497
  "undefined" == typeof DayPilot && (DayPilot = {}), function (DayPilot) {
1493
1498
  "use strict";
1494
- function e(t, i, a) {
1495
- var n = i.indexOf(".");
1499
+ function e(t, a, i) {
1500
+ var n = a.indexOf(".");
1496
1501
  if (n === -1)
1497
- return void ("__proto__" !== i && "constructor" !== i && (t[i] = a));
1498
- var o = i.substring(0, n);
1502
+ return void ("__proto__" !== a && "constructor" !== a && (t[a] = i));
1503
+ var o = a.substring(0, n);
1499
1504
  if ("__proto__" !== o && "constructor" !== o) {
1500
- var l = i.substring(n + 1), d = t[o];
1501
- "object" == typeof d && null !== d || (t[o] = {}, d = t[o]), e(d, l, a);
1505
+ var l = a.substring(n + 1), d = t[o];
1506
+ "object" == typeof d && null !== d || (t[o] = {}, d = t[o]), e(d, l, i);
1502
1507
  }
1503
1508
  }
1504
- function t(e, i, a) {
1505
- i = i || {}, a = a || "";
1509
+ function t(e, a, i) {
1510
+ a = a || {}, i = i || "";
1506
1511
  for (var n in e) {
1507
1512
  var o = e[n];
1508
- "object" == typeof o ? "[object Array]" === Object.prototype.toString.call(o) ? i[a + n] = o : o && o.toJSON ? i[a + n] = o.toJSON() : t(o, i, a + n + ".") : i[a + n] = o;
1513
+ "object" == typeof o ? "[object Array]" === Object.prototype.toString.call(o) ? a[i + n] = o : o && o.toJSON ? a[i + n] = o.toJSON() : t(o, a, i + n + ".") : a[i + n] = o;
1509
1514
  }
1510
- return i;
1515
+ return a;
1511
1516
  }
1512
1517
  if (!DayPilot.ModalStatic) {
1513
1518
  DayPilot.ModalStatic = {}, DayPilot.ModalStatic.list = [], DayPilot.ModalStatic.hide = function () {
@@ -1516,12 +1521,12 @@ if ("undefined" == typeof DayPilot)
1516
1521
  e && e.hide();
1517
1522
  }
1518
1523
  }, DayPilot.ModalStatic.remove = function (e) {
1519
- for (var t = DayPilot.ModalStatic.list, i = 0; i < t.length; i++)
1520
- if (t[i] === e)
1521
- return void t.splice(i, 1);
1524
+ for (var t = DayPilot.ModalStatic.list, a = 0; a < t.length; a++)
1525
+ if (t[a] === e)
1526
+ return void t.splice(a, 1);
1522
1527
  }, DayPilot.ModalStatic.close = function (e) { DayPilot.ModalStatic.result(e), DayPilot.ModalStatic.hide(); }, DayPilot.ModalStatic.result = function (e) { var t = DayPilot.ModalStatic.list; t.length > 0 && (t[t.length - 1].result = e); }, DayPilot.ModalStatic.displayed = function (e) {
1523
- for (var t = DayPilot.ModalStatic.list, i = 0; i < t.length; i++)
1524
- if (t[i] === e)
1528
+ for (var t = DayPilot.ModalStatic.list, a = 0; a < t.length; a++)
1529
+ if (t[a] === e)
1525
1530
  return !0;
1526
1531
  return !1;
1527
1532
  }, DayPilot.ModalStatic.stretch = function () {
@@ -1530,28 +1535,28 @@ if ("undefined" == typeof DayPilot)
1530
1535
  e && e.stretch();
1531
1536
  }
1532
1537
  }, DayPilot.ModalStatic.last = function () { var e = DayPilot.ModalStatic.list; return e.length > 0 ? e[e.length - 1] : null; };
1533
- var i = function () {
1538
+ var a = function () {
1534
1539
  var e = document.createElement("style");
1535
1540
  e.setAttribute("type", "text/css"), e.styleSheet || e.appendChild(document.createTextNode("")), (document.head || document.getElementsByTagName("head")[0]).appendChild(e);
1536
- var t = !!e.styleSheet, i = {};
1537
- return i.rules = [], i.commit = function () {
1541
+ var t = !!e.styleSheet, a = {};
1542
+ return a.rules = [], a.commit = function () {
1538
1543
  try {
1539
1544
  t && (e.styleSheet.cssText = this.rules.join("\n"));
1540
1545
  }
1541
1546
  catch (e) { }
1542
- }, i.add = function (i, a, n) {
1547
+ }, a.add = function (a, i, n) {
1543
1548
  if (t)
1544
- return void this.rules.push(i + "{" + a + "}");
1549
+ return void this.rules.push(a + "{" + i + "}");
1545
1550
  if (e.sheet.insertRule)
1546
- "undefined" == typeof n && (n = e.sheet.cssRules.length), e.sheet.insertRule(i + "{" + a + "}", n);
1551
+ "undefined" == typeof n && (n = e.sheet.cssRules.length), e.sheet.insertRule(a + "{" + i + "}", n);
1547
1552
  else {
1548
1553
  if (!e.sheet.addRule)
1549
1554
  throw "No CSS registration method found";
1550
- e.sheet.addRule(i, a, n);
1555
+ e.sheet.addRule(a, i, n);
1551
1556
  }
1552
- }, i;
1553
- }, a = new i;
1554
- a.add(".modal_default_main", "border: 10px solid #ccc; max-width: 90%;"), a.add(".modal_default_main:focus", "outline: none;"), a.add(".modal_default_content", "padding: 10px 0px;"), a.add(".modal_default_inner", "padding: 20px;"), a.add(".modal_default_input", "padding: 10px 0px;"), a.add(".modal_default_buttons", "margin-top: 10px;"), a.add(".modal_default_buttons", "padding: 10px 0px;"), a.add(".modal_default_form_item", "padding: 10px 0px; position: relative;"), a.add(".modal_default_form_item_level1", "border-left: 2px solid #ccc; margin-left: 10px; padding-left: 20px;"), a.add(".modal_default_form_item.modal_default_form_title", "font-size: 1.5rem; font-weight: bold;"), a.add(".modal_default_form_item input[type=text]", "width: 100%; box-sizing: border-box;"), a.add(".modal_default_form_item textarea", "width: 100%; height: 200px; box-sizing: border-box;"), a.add(".modal_default_form_item input[type=select]", "width: 100%; box-sizing: border-box;"), a.add(".modal_default_form_item label", "display: block;"), a.add(".modal_default_form_item select", "width: 100%; box-sizing: border-box;"), a.add(".modal_default_form_item_label", "margin: 2px 0px;"), a.add(".modal_default_form_item_image img", "max-width: 100%; height: auto;"), a.add(".modal_default_form_item_invalid", ""), a.add(".modal_default_form_item_invalid_message", "position: absolute; right: 0px; top: 9px; background-color: red; color: #ffffff; padding: 2px; border-radius: 2px;"), a.add(".modal_default_background", "opacity: 0.5; background-color: #000;"), a.add(".modal_default_ok", "padding: 3px; width: 80px;"), a.add(".modal_default_cancel", "padding: 3px; width: 80px;"), a.add(".modal_default_form_item_date", "position: relative;"), a.add(".modal_default_form_item_date:after", "content: ''; position: absolute; right: 7px; top: 50%; margin-top: 3px; width: 10px; height: 15px; background-image:url(" + "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB3aWR0aD0iMTAiCiAgIGhlaWdodD0iMTUiCj4KICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLDUpIj4KICAgIDxyZWN0CiAgICAgICBzdHlsZT0iZmlsbDojY2NjY2NjO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDoxLjM4MDM3MzM2O3N0cm9rZS1saW5lY2FwOmJ1dHQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1vcGFjaXR5OjEiCiAgICAgICBpZD0icmVjdDE5MjgiCiAgICAgICB3aWR0aD0iOS45MTUzMDYxIgogICAgICAgaGVpZ2h0PSIxMS4zNjkzNyIKICAgICAgIHg9IjAuMTE3MTg3NSIKICAgICAgIHk9Ii0zLjAwOTk5NTciCiAgICAgICByeT0iMS4zMTE4NTA1IiAvPgogICAgPHJlY3QKICAgICAgIHN0eWxlPSJmaWxsOiNjY2NjY2M7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjEuNTk4MTQwMTI7c3Ryb2tlLWxpbmVjYXA6YnV0dDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6NDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLW9wYWNpdHk6MSIKICAgICAgIGlkPSJyZWN0MTkzMCIKICAgICAgIHdpZHRoPSIxLjUzNDQxMzYiCiAgICAgICBoZWlnaHQ9IjIuMjE5ODI1IgogICAgICAgeD0iMi4xNTU4NDgzIgogICAgICAgeT0iLTQuMzkzNzAwMSIKICAgICAgIHJ5PSIwLjY3MTc4OTE3IiAvPgogICAgPHJlY3QKICAgICAgIHJ5PSIwLjI5NjAxNDciCiAgICAgICB5PSItMS4xNjU4NDY2IgogICAgICAgeD0iMS41MjM5NTA2IgogICAgICAgaGVpZ2h0PSIxLjgyOTkwOTEiCiAgICAgICB3aWR0aD0iMS44MzQyMjUxIgogICAgICAgaWQ9InJlY3QxOTQ4IgogICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MS40MjE4OTE5MztzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxIiAvPgogICAgPHJlY3QKICAgICAgIHJ5PSIwLjY3MTc4OTE3IgogICAgICAgeT0iLTQuMzkzNzAwMSIKICAgICAgIHg9IjYuNDUyNzIzNSIKICAgICAgIGhlaWdodD0iMi4yMTk4MjUiCiAgICAgICB3aWR0aD0iMS41MzQ0MTM2IgogICAgICAgaWQ9InJlY3QyMDAzIgogICAgICAgc3R5bGU9ImZpbGw6I2NjY2NjYztmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MS41OTgxNDAxMjtzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxIiAvPgogICAgPHJlY3QKICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjEuNDIxODkxOTM7c3Ryb2tlLWxpbmVjYXA6YnV0dDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6NDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLW9wYWNpdHk6MSIKICAgICAgIGlkPSJyZWN0MjAwNSIKICAgICAgIHdpZHRoPSIxLjgzNDIyNTEiCiAgICAgICBoZWlnaHQ9IjEuODI5OTA5MSIKICAgICAgIHg9IjQuMjE5MjYzMSIKICAgICAgIHk9Ii0xLjE2NTg0NjYiCiAgICAgICByeT0iMC4yOTYwMTQ3IiAvPgogICAgPHJlY3QKICAgICAgIHJ5PSIwLjI5NjAxNDciCiAgICAgICB5PSItMS4xNjU4NDY2IgogICAgICAgeD0iNi45OTI3MDA2IgogICAgICAgaGVpZ2h0PSIxLjgyOTkwOTEiCiAgICAgICB3aWR0aD0iMS44MzQyMjUxIgogICAgICAgaWQ9InJlY3QyMDA3IgogICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MS40MjE4OTE5MztzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxIiAvPgogICAgPHJlY3QKICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjEuNDIxODkxOTM7c3Ryb2tlLWxpbmVjYXA6YnV0dDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6NDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLW9wYWNpdHk6MSIKICAgICAgIGlkPSJyZWN0MjAxMyIKICAgICAgIHdpZHRoPSIxLjgzNDIyNTEiCiAgICAgICBoZWlnaHQ9IjEuODI5OTA5MSIKICAgICAgIHg9IjEuNTIzOTUwNiIKICAgICAgIHk9IjEuODAyOTAzNCIKICAgICAgIHJ5PSIwLjI5NjAxNDciIC8+CiAgICA8cmVjdAogICAgICAgcnk9IjAuMjk2MDE0NyIKICAgICAgIHk9IjEuODAyOTAzNCIKICAgICAgIHg9IjQuMjE5MjYzMSIKICAgICAgIGhlaWdodD0iMS44Mjk5MDkxIgogICAgICAgd2lkdGg9IjEuODM0MjI1MSIKICAgICAgIGlkPSJyZWN0MjAxNSIKICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjEuNDIxODkxOTM7c3Ryb2tlLWxpbmVjYXA6YnV0dDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6NDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLW9wYWNpdHk6MSIgLz4KICAgIDxyZWN0CiAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDoxLjQyMTg5MTkzO3N0cm9rZS1saW5lY2FwOmJ1dHQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1vcGFjaXR5OjEiCiAgICAgICBpZD0icmVjdDIwMTciCiAgICAgICB3aWR0aD0iMS44MzQyMjUxIgogICAgICAgaGVpZ2h0PSIxLjgyOTkwOTEiCiAgICAgICB4PSI2Ljk5MjcwMDYiCiAgICAgICB5PSIxLjgwMjkwMzQiCiAgICAgICByeT0iMC4yOTYwMTQ3IiAvPgogICAgPHJlY3QKICAgICAgIHJ5PSIwLjI5NjAxNDciCiAgICAgICB5PSI0LjczMjU5MDciCiAgICAgICB4PSIxLjU2MzAxMzEiCiAgICAgICBoZWlnaHQ9IjEuODI5OTA5MSIKICAgICAgIHdpZHRoPSIxLjgzNDIyNTEiCiAgICAgICBpZD0icmVjdDIwMTkiCiAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDoxLjQyMTg5MTkzO3N0cm9rZS1saW5lY2FwOmJ1dHQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1vcGFjaXR5OjEiIC8+CiAgICA8cmVjdAogICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MS40MjE4OTE5MztzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxIgogICAgICAgaWQ9InJlY3QyMDIxIgogICAgICAgd2lkdGg9IjEuODM0MjI1MSIKICAgICAgIGhlaWdodD0iMS44Mjk5MDkxIgogICAgICAgeD0iNC4yNTgzMjU2IgogICAgICAgeT0iNC43MzI1OTA3IgogICAgICAgcnk9IjAuMjk2MDE0NyIgLz4KICAgIDxyZWN0CiAgICAgICByeT0iMC4yOTYwMTQ3IgogICAgICAgeT0iNC43MzI1OTA3IgogICAgICAgeD0iNy4wMzE3NjMxIgogICAgICAgaGVpZ2h0PSIxLjgyOTkwOTEiCiAgICAgICB3aWR0aD0iMS44MzQyMjUxIgogICAgICAgaWQ9InJlY3QyMDIzIgogICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MS40MjE4OTE5MztzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxIiAvPgogIDwvZz4KPC9zdmc+Cg==" + ")"), navigator.userAgent.indexOf("Edge") !== -1 && a.add(".modal_default_form_item_date input::-ms-clear", "display: none;"), a.add(".modal_default_form_item_scrollable_scroll", "width: 100%; height: 200px; box-sizing: border-box; border: 1px solid #ccc; overflow-y: auto;"), a.add(".modal_default_form_item_scrollable_scroll_content", "padding: 5px;"), a.add(".modal_default_form_item_searchable", "position: relative;"), a.add(".modal_default_form_item_searchable_icon", ""), a.add(".modal_default_form_item_searchable_icon:after", "content:''; position: absolute; right: 5px; top: 50%; margin-top: -8px; width: 10px; height: 15px; background-image:url(" + "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB3aWR0aD0iMTAiCiAgIGhlaWdodD0iMTUiCj4KICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLDUpIj4KICAgIDxwYXRoCiAgICAgICBpZD0icGF0aDMxNzMiCiAgICAgICBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojOTk5OTk5O3N0cm9rZS13aWR0aDoxLjg1MTk2ODUzO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1kYXNoYXJyYXk6bm9uZSIKICAgICAgIGQ9Ik0gMC45NTQxNDgzOCwwLjY4MTYwMzEgNS4wMzkwNjI1LDUuNDExNTM4NiA5LjEyMzk3NjYsMC42ODE2MDMxIgogICAgICAgIC8+CiAgPC9nPgo8L3N2Zz4K" + ");"), a.add(".modal_default_form_item_searchable_list", "box-sizing: border-box; border: 1px solid #999; max-height: 150px; overflow-y: auto;"), a.add(".modal_default_form_item_searchable_list_item", "background: white; padding: 2px; cursor: default;"), a.add(".modal_default_form_item_searchable_list_item_highlight", "background: #ccc;"), a.add(".modal_default_form_item_tabular_main", "margin-top: 10px;"), a.add(".modal_default_form_item_tabular_table", "display: table; width: 100%; xbackground-color: #fff; border-collapse: collapse;"), a.add(".modal_default_form_item_tabular_tbody", "display: table-row-group;"), a.add(".modal_default_form_item_tabular_row", "display: table-row;"), a.add(".modal_default_form_item_tabular_row.modal_default_form_item_tabular_header", ""), a.add(".modal_default_form_item_tabular_cell.modal_default_form_item_tabular_rowaction", "padding: 0px; width: 23px;"), a.add(".modal_default_form_item_tabular_cell", "display: table-cell; border: 0px; padding: 2px 2px 2px 0px; cursor: default; vertical-align: bottom;"), a.add(".modal_default_form_item_tabular_header .modal_default_form_item_tabular_cell", "padding-left: 0px; padding-bottom: 0px;"), a.add(".modal_default_form_item_tabular_table input[type=text], .modal_default_form_item_tabular_table input[type=number]", "width:100%; box-sizing: border-box;"), a.add(".modal_default_form_item_tabular_table select", "width:100%; height:100%; box-sizing: border-box;"), a.add(".modal_default_form_item_tabular_plus", "display: inline-block; background-color: #ccc; color: white; width: 20px; height: 20px; border-radius: 10px; box-sizing: border-box; position: relative; margin-left: 3px; margin-top: 3px; cursor: pointer;"), a.add(".modal_default_form_item_tabular_plus:after", "content: ''; position: absolute; left: 5px; top: 5px; width: 10px; height: 10px; background-image: url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAnIGhlaWdodD0nMTAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTSA1LjAgMC41IEwgNS4wIDkuNSBNIDAuNSA1LjAgTCA5LjUgNS4wJyBzdHlsZT0nZmlsbDpub25lO3N0cm9rZTojZmZmZmZmO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbGluZWNhcDpidXR0JyAvPjwvc3ZnPg==\")"), a.add(".modal_default_form_item_tabular_delete", "display: inline-block; background-color: #ccc; color: white; width: 20px; height: 20px; border-radius: 10px; box-sizing: border-box; position: relative; margin-left: 3px; margin-top: 3px; cursor: pointer;"), a.add(".modal_default_form_item_tabular_delete:after", "content: ''; position: absolute; left: 5px; top: 5px; width: 10px; height: 10px; background-image: url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAnIGhlaWdodD0nMTAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTSAwLjUgMC41IEwgOS41IDkuNSBNIDAuNSA5LjUgTCA5LjUgMC41JyBzdHlsZT0nZmlsbDpub25lO3N0cm9rZTojZmZmZmZmO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbGluZWNhcDpidXR0JyAvPjwvc3ZnPg==\")"), a.add(".modal_default_form_item_tabular_disabled .modal_default_form_item_tabular_plus", "display: none;"), a.add(".modal_default_form_item_tabular_plus_max.modal_default_form_item_tabular_plus", "display: none;"), a.add(".modal_default_form_item_tabular_disabled .modal_default_form_item_tabular_delete", "visibility: hidden;"), a.add(".modal_default_form_item_tabular_empty", "height: 1px; margin: 5px 23px 5px 0px; background-color: #ccc;"), a.add(".modal_default_form_item_tabular_spacer .modal_default_form_item_tabular_cell", "padding: 0px;"), a.add(".modal_min_main", "border: 1px solid #ccc; max-width: 90%;"), a.add(".modal_min_background", "opacity: 0.5; background-color: #000;"), a.add(".modal_min_ok", "padding: 3px 10px;"), a.add(".modal_min_cancel", "padding: 3px 10px;"), a.add(".navigator_modal_main", "border-left: 1px solid #c0c0c0;border-right: 1px solid #c0c0c0;border-bottom: 1px solid #c0c0c0;background-color: white;color: #000000; box-sizing: content-box;"), a.add(".navigator_modal_main *, .navigator_modal_main *:before, .navigator_modal_main *:after", "box-sizing: content-box;"), a.add(".navigator_modal_month", "font-size: 11px;"), a.add(".navigator_modal_day", "color: black;"), a.add(".navigator_modal_weekend", "background-color: #f0f0f0;"), a.add(".navigator_modal_dayheader", "color: black;"), a.add(".navigator_modal_line", "border-bottom: 1px solid #c0c0c0;"), a.add(".navigator_modal_dayother", "color: gray;"), a.add(".navigator_modal_todaybox", "border: 1px solid red;"), a.add(".navigator_modal_title, .navigator_modal_titleleft, .navigator_modal_titleright", "border-top: 1px solid #c0c0c0;border-bottom: 1px solid #c0c0c0;color: #333;background: #f3f3f3;"), a.add(".navigator_modal_busy", "font-weight: bold;"), a.add(".navigator_modal_cell", "text-align: center;"), a.add(".navigator_modal_select .navigator_modal_cell_box", "background-color: #FFE794; opacity: 0.5;"), a.add(".navigator_modal_title", "text-align: center;"), a.add(".navigator_modal_titleleft, .navigator_modal_titleright", "text-align: center;"), a.add(".navigator_modal_dayheader", "text-align: center;"), a.add(".navigator_modal_weeknumber", "text-align: center;"), a.add(".navigator_modal_cell_text", "cursor: pointer;"), a.commit(), DayPilot.Modal = function (e) {
1557
+ }, a;
1558
+ }, i = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB3aWR0aD0iMTAiCiAgIGhlaWdodD0iMTUiCj4KICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLDUpIj4KICAgIDxwYXRoCiAgICAgICBpZD0icGF0aDMxNzMiCiAgICAgICBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojOTk5OTk5O3N0cm9rZS13aWR0aDoxLjg1MTk2ODUzO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1kYXNoYXJyYXk6bm9uZSIKICAgICAgIGQ9Ik0gMC45NTQxNDgzOCwwLjY4MTYwMzEgNS4wMzkwNjI1LDUuNDExNTM4NiA5LjEyMzk3NjYsMC42ODE2MDMxIgogICAgICAgIC8+CiAgPC9nPgo8L3N2Zz4K", n = new a;
1559
+ n.add(".modal_default_main", "border: 10px solid #ccc; max-width: 90%;"), n.add(".modal_default_main:focus", "outline: none;"), n.add(".modal_default_content", "padding: 10px 0px;"), n.add(".modal_default_inner", "padding: 20px;"), n.add(".modal_default_input", "padding: 10px 0px;"), n.add(".modal_default_buttons", "margin-top: 10px;"), n.add(".modal_default_buttons", "padding: 10px 0px;"), n.add(".modal_default_form_item", "padding: 10px 0px; position: relative;"), n.add(".modal_default_form_item_level1", "border-left: 2px solid #ccc; margin-left: 10px; padding-left: 20px;"), n.add(".modal_default_form_item.modal_default_form_title", "font-size: 1.5rem; font-weight: bold;"), n.add(".modal_default_form_item input[type=text]", "width: 100%; box-sizing: border-box;"), n.add(".modal_default_form_item textarea", "width: 100%; height: 200px; box-sizing: border-box;"), n.add(".modal_default_form_item input[type=select]", "width: 100%; box-sizing: border-box;"), n.add(".modal_default_form_item label", "display: block;"), n.add(".modal_default_form_item select", "width: 100%; box-sizing: border-box;"), n.add(".modal_default_form_item_label", "margin: 2px 0px;"), n.add(".modal_default_form_item_image img", "max-width: 100%; height: auto;"), n.add(".modal_default_form_item_invalid", ""), n.add(".modal_default_form_item_invalid_message", "position: absolute; right: 0px; top: 9px; background-color: red; color: #ffffff; padding: 2px; border-radius: 2px;"), n.add(".modal_default_background", "opacity: 0.5; background-color: #000;"), n.add(".modal_default_ok", "padding: 3px; width: 80px;"), n.add(".modal_default_cancel", "padding: 3px; width: 80px;"), n.add(".modal_default_form_item_date", "position: relative;"), n.add(".modal_default_form_item_date:after", "content: ''; position: absolute; right: 7px; top: 50%; margin-top: 3px; width: 10px; height: 15px; background-image:url(" + "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB3aWR0aD0iMTAiCiAgIGhlaWdodD0iMTUiCj4KICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLDUpIj4KICAgIDxyZWN0CiAgICAgICBzdHlsZT0iZmlsbDojY2NjY2NjO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDoxLjM4MDM3MzM2O3N0cm9rZS1saW5lY2FwOmJ1dHQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1vcGFjaXR5OjEiCiAgICAgICBpZD0icmVjdDE5MjgiCiAgICAgICB3aWR0aD0iOS45MTUzMDYxIgogICAgICAgaGVpZ2h0PSIxMS4zNjkzNyIKICAgICAgIHg9IjAuMTE3MTg3NSIKICAgICAgIHk9Ii0zLjAwOTk5NTciCiAgICAgICByeT0iMS4zMTE4NTA1IiAvPgogICAgPHJlY3QKICAgICAgIHN0eWxlPSJmaWxsOiNjY2NjY2M7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjEuNTk4MTQwMTI7c3Ryb2tlLWxpbmVjYXA6YnV0dDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6NDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLW9wYWNpdHk6MSIKICAgICAgIGlkPSJyZWN0MTkzMCIKICAgICAgIHdpZHRoPSIxLjUzNDQxMzYiCiAgICAgICBoZWlnaHQ9IjIuMjE5ODI1IgogICAgICAgeD0iMi4xNTU4NDgzIgogICAgICAgeT0iLTQuMzkzNzAwMSIKICAgICAgIHJ5PSIwLjY3MTc4OTE3IiAvPgogICAgPHJlY3QKICAgICAgIHJ5PSIwLjI5NjAxNDciCiAgICAgICB5PSItMS4xNjU4NDY2IgogICAgICAgeD0iMS41MjM5NTA2IgogICAgICAgaGVpZ2h0PSIxLjgyOTkwOTEiCiAgICAgICB3aWR0aD0iMS44MzQyMjUxIgogICAgICAgaWQ9InJlY3QxOTQ4IgogICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MS40MjE4OTE5MztzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxIiAvPgogICAgPHJlY3QKICAgICAgIHJ5PSIwLjY3MTc4OTE3IgogICAgICAgeT0iLTQuMzkzNzAwMSIKICAgICAgIHg9IjYuNDUyNzIzNSIKICAgICAgIGhlaWdodD0iMi4yMTk4MjUiCiAgICAgICB3aWR0aD0iMS41MzQ0MTM2IgogICAgICAgaWQ9InJlY3QyMDAzIgogICAgICAgc3R5bGU9ImZpbGw6I2NjY2NjYztmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MS41OTgxNDAxMjtzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxIiAvPgogICAgPHJlY3QKICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjEuNDIxODkxOTM7c3Ryb2tlLWxpbmVjYXA6YnV0dDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6NDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLW9wYWNpdHk6MSIKICAgICAgIGlkPSJyZWN0MjAwNSIKICAgICAgIHdpZHRoPSIxLjgzNDIyNTEiCiAgICAgICBoZWlnaHQ9IjEuODI5OTA5MSIKICAgICAgIHg9IjQuMjE5MjYzMSIKICAgICAgIHk9Ii0xLjE2NTg0NjYiCiAgICAgICByeT0iMC4yOTYwMTQ3IiAvPgogICAgPHJlY3QKICAgICAgIHJ5PSIwLjI5NjAxNDciCiAgICAgICB5PSItMS4xNjU4NDY2IgogICAgICAgeD0iNi45OTI3MDA2IgogICAgICAgaGVpZ2h0PSIxLjgyOTkwOTEiCiAgICAgICB3aWR0aD0iMS44MzQyMjUxIgogICAgICAgaWQ9InJlY3QyMDA3IgogICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MS40MjE4OTE5MztzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxIiAvPgogICAgPHJlY3QKICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjEuNDIxODkxOTM7c3Ryb2tlLWxpbmVjYXA6YnV0dDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6NDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLW9wYWNpdHk6MSIKICAgICAgIGlkPSJyZWN0MjAxMyIKICAgICAgIHdpZHRoPSIxLjgzNDIyNTEiCiAgICAgICBoZWlnaHQ9IjEuODI5OTA5MSIKICAgICAgIHg9IjEuNTIzOTUwNiIKICAgICAgIHk9IjEuODAyOTAzNCIKICAgICAgIHJ5PSIwLjI5NjAxNDciIC8+CiAgICA8cmVjdAogICAgICAgcnk9IjAuMjk2MDE0NyIKICAgICAgIHk9IjEuODAyOTAzNCIKICAgICAgIHg9IjQuMjE5MjYzMSIKICAgICAgIGhlaWdodD0iMS44Mjk5MDkxIgogICAgICAgd2lkdGg9IjEuODM0MjI1MSIKICAgICAgIGlkPSJyZWN0MjAxNSIKICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjEuNDIxODkxOTM7c3Ryb2tlLWxpbmVjYXA6YnV0dDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6NDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLW9wYWNpdHk6MSIgLz4KICAgIDxyZWN0CiAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDoxLjQyMTg5MTkzO3N0cm9rZS1saW5lY2FwOmJ1dHQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1vcGFjaXR5OjEiCiAgICAgICBpZD0icmVjdDIwMTciCiAgICAgICB3aWR0aD0iMS44MzQyMjUxIgogICAgICAgaGVpZ2h0PSIxLjgyOTkwOTEiCiAgICAgICB4PSI2Ljk5MjcwMDYiCiAgICAgICB5PSIxLjgwMjkwMzQiCiAgICAgICByeT0iMC4yOTYwMTQ3IiAvPgogICAgPHJlY3QKICAgICAgIHJ5PSIwLjI5NjAxNDciCiAgICAgICB5PSI0LjczMjU5MDciCiAgICAgICB4PSIxLjU2MzAxMzEiCiAgICAgICBoZWlnaHQ9IjEuODI5OTA5MSIKICAgICAgIHdpZHRoPSIxLjgzNDIyNTEiCiAgICAgICBpZD0icmVjdDIwMTkiCiAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDoxLjQyMTg5MTkzO3N0cm9rZS1saW5lY2FwOmJ1dHQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1vcGFjaXR5OjEiIC8+CiAgICA8cmVjdAogICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MS40MjE4OTE5MztzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxIgogICAgICAgaWQ9InJlY3QyMDIxIgogICAgICAgd2lkdGg9IjEuODM0MjI1MSIKICAgICAgIGhlaWdodD0iMS44Mjk5MDkxIgogICAgICAgeD0iNC4yNTgzMjU2IgogICAgICAgeT0iNC43MzI1OTA3IgogICAgICAgcnk9IjAuMjk2MDE0NyIgLz4KICAgIDxyZWN0CiAgICAgICByeT0iMC4yOTYwMTQ3IgogICAgICAgeT0iNC43MzI1OTA3IgogICAgICAgeD0iNy4wMzE3NjMxIgogICAgICAgaGVpZ2h0PSIxLjgyOTkwOTEiCiAgICAgICB3aWR0aD0iMS44MzQyMjUxIgogICAgICAgaWQ9InJlY3QyMDIzIgogICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MS40MjE4OTE5MztzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxIiAvPgogIDwvZz4KPC9zdmc+Cg==" + ")"), navigator.userAgent.indexOf("Edge") !== -1 && n.add(".modal_default_form_item_date input::-ms-clear", "display: none;"), n.add(".modal_default_form_item_scrollable_scroll", "width: 100%; height: 200px; box-sizing: border-box; border: 1px solid #ccc; overflow-y: auto;"), n.add(".modal_default_form_item_scrollable_scroll_content", "padding: 5px;"), n.add(".modal_default_form_item_searchable", "position: relative;"), n.add(".modal_default_form_item_searchable_icon", ""), n.add(".modal_default_form_item_searchable_icon:after", "content:''; position: absolute; right: 5px; top: 50%; margin-top: -8px; width: 10px; height: 15px; background-image:url(" + i + ");"), n.add(".modal_default_form_item_searchable_list", "box-sizing: border-box; border: 1px solid #999; max-height: 150px; overflow-y: auto;"), n.add(".modal_default_form_item_searchable_list_item", "background: white; padding: 2px; cursor: default;"), n.add(".modal_default_form_item_searchable_list_item_highlight", "background: #ccc;"), n.add(".modal_default_form_item_time", "position: relative;"), n.add(".modal_default_form_item_time_icon", ""), n.add(".modal_default_form_item_time_icon:after", "content:''; position: absolute; right: 5px; top: 50%; margin-top: -8px; width: 10px; height: 15px; background-image:url(" + i + ");"), n.add(".modal_default_form_item_time_list", "box-sizing: border-box; border: 1px solid #999; max-height: 150px; overflow-y: auto;"), n.add(".modal_default_form_item_time_list_item", "background: white; padding: 2px; cursor: default;"), n.add(".modal_default_form_item_time_list_item_highlight", "background: #ccc;"), n.add(".modal_default_form_item_datetime_parent", "display: flex;"), n.add(".modal_default_form_item_datetime .modal_default_form_item_time_main", "margin-left: 5px;"), n.add(".modal_default_form_item_datetime input[type='text'].modal_default_input_date ", ""), n.add(".modal_default_form_item_tabular_main", "margin-top: 10px;"), n.add(".modal_default_form_item_tabular_table", "display: table; width: 100%; xbackground-color: #fff; border-collapse: collapse;"), n.add(".modal_default_form_item_tabular_tbody", "display: table-row-group;"), n.add(".modal_default_form_item_tabular_row", "display: table-row;"), n.add(".modal_default_form_item_tabular_row.modal_default_form_item_tabular_header", ""), n.add(".modal_default_form_item_tabular_cell.modal_default_form_item_tabular_rowaction", "padding: 0px; width: 23px;"), n.add(".modal_default_form_item_tabular_cell", "display: table-cell; border: 0px; padding: 2px 2px 2px 0px; cursor: default; vertical-align: bottom;"), n.add(".modal_default_form_item_tabular_header .modal_default_form_item_tabular_cell", "padding-left: 0px; padding-bottom: 0px;"), n.add(".modal_default_form_item_tabular_table input[type=text], .modal_default_form_item_tabular_table input[type=number]", "width:100%; box-sizing: border-box;"), n.add(".modal_default_form_item_tabular_table select", "width:100%; height:100%; box-sizing: border-box;"), n.add(".modal_default_form_item_tabular_plus", "display: inline-block; background-color: #ccc; color: white; width: 20px; height: 20px; border-radius: 10px; box-sizing: border-box; position: relative; margin-left: 3px; margin-top: 3px; cursor: pointer;"), n.add(".modal_default_form_item_tabular_plus:after", "content: ''; position: absolute; left: 5px; top: 5px; width: 10px; height: 10px; background-image: url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAnIGhlaWdodD0nMTAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTSA1LjAgMC41IEwgNS4wIDkuNSBNIDAuNSA1LjAgTCA5LjUgNS4wJyBzdHlsZT0nZmlsbDpub25lO3N0cm9rZTojZmZmZmZmO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbGluZWNhcDpidXR0JyAvPjwvc3ZnPg==\")"), n.add(".modal_default_form_item_tabular_delete", "display: inline-block; background-color: #ccc; color: white; width: 20px; height: 20px; border-radius: 10px; box-sizing: border-box; position: relative; margin-left: 3px; margin-top: 3px; cursor: pointer;"), n.add(".modal_default_form_item_tabular_delete:after", "content: ''; position: absolute; left: 5px; top: 5px; width: 10px; height: 10px; background-image: url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAnIGhlaWdodD0nMTAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTSAwLjUgMC41IEwgOS41IDkuNSBNIDAuNSA5LjUgTCA5LjUgMC41JyBzdHlsZT0nZmlsbDpub25lO3N0cm9rZTojZmZmZmZmO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbGluZWNhcDpidXR0JyAvPjwvc3ZnPg==\")"), n.add(".modal_default_form_item_tabular_disabled .modal_default_form_item_tabular_plus", "display: none;"), n.add(".modal_default_form_item_tabular_plus_max.modal_default_form_item_tabular_plus", "display: none;"), n.add(".modal_default_form_item_tabular_disabled .modal_default_form_item_tabular_delete", "visibility: hidden;"), n.add(".modal_default_form_item_tabular_empty", "height: 1px; margin: 5px 23px 5px 0px; background-color: #ccc;"), n.add(".modal_default_form_item_tabular_spacer .modal_default_form_item_tabular_cell", "padding: 0px;"), n.add(".modal_min_main", "border: 1px solid #ccc; max-width: 90%;"), n.add(".modal_min_background", "opacity: 0.5; background-color: #000;"), n.add(".modal_min_ok", "padding: 3px 10px;"), n.add(".modal_min_cancel", "padding: 3px 10px;"), n.add(".navigator_modal_main", "border-left: 1px solid #c0c0c0;border-right: 1px solid #c0c0c0;border-bottom: 1px solid #c0c0c0;background-color: white;color: #000000; box-sizing: content-box;"), n.add(".navigator_modal_main *, .navigator_modal_main *:before, .navigator_modal_main *:after", "box-sizing: content-box;"), n.add(".navigator_modal_month", "font-size: 11px;"), n.add(".navigator_modal_day", "color: black;"), n.add(".navigator_modal_weekend", "background-color: #f0f0f0;"), n.add(".navigator_modal_dayheader", "color: black;"), n.add(".navigator_modal_line", "border-bottom: 1px solid #c0c0c0;"), n.add(".navigator_modal_dayother", "color: gray;"), n.add(".navigator_modal_todaybox", "border: 1px solid red;"), n.add(".navigator_modal_title, .navigator_modal_titleleft, .navigator_modal_titleright", "border-top: 1px solid #c0c0c0;border-bottom: 1px solid #c0c0c0;color: #333;background: #f3f3f3;"), n.add(".navigator_modal_busy", "font-weight: bold;"), n.add(".navigator_modal_cell", "text-align: center;"), n.add(".navigator_modal_select .navigator_modal_cell_box", "background-color: #FFE794; opacity: 0.5;"), n.add(".navigator_modal_title", "text-align: center;"), n.add(".navigator_modal_titleleft, .navigator_modal_titleright", "text-align: center;"), n.add(".navigator_modal_dayheader", "text-align: center;"), n.add(".navigator_modal_weeknumber", "text-align: center;"), n.add(".navigator_modal_cell_text", "cursor: pointer;"), n.commit(), DayPilot.Modal = function (e) {
1555
1560
  this.autoFocus = !0, this.focus = null, this.autoStretch = !0, this.autoStretchFirstLoadOnly = !1, this.className = null, this.theme = "modal_default", this.disposeOnClose = !0, this.dragDrop = !0, this.loadingHtml = null, this.maxHeight = null, this.scrollWithPage = !0, this.useIframe = !0, this.zIndex = 99999, this.left = null, this.width = 600, this.top = 20, this.height = 200, this.locale = null, this.closed = null, this.onClose = null, this.onClosed = null, this.onShow = null;
1556
1561
  var t = this;
1557
1562
  this.id = "_" + (new Date).getTime() + "n" + 10 * Math.random(), this.a = !1, this.b = null, this.c = null, this.showHtml = function (e) {
@@ -1569,11 +1574,11 @@ if ("undefined" == typeof DayPilot)
1569
1574
  throw "This modal dialog is already displayed.";
1570
1575
  if (this.useIframe) {
1571
1576
  this.div || this.d();
1572
- var i = this.loadingHtml;
1573
- i && (this.iframe.src = "about:blank", this.setInnerHTML(this.id + "iframe", i)), this.re(this.iframe, "load", this.h), this.iframe.src = e, this.e(), this.f(), this.g();
1577
+ var a = this.loadingHtml;
1578
+ a && (this.iframe.src = "about:blank", this.setInnerHTML(this.id + "iframe", a)), this.re(this.iframe, "load", this.h), this.iframe.src = e, this.e(), this.f(), this.g();
1574
1579
  }
1575
1580
  else
1576
- t.i({ "url": e, "success": function (e) { var i = e.request.responseText; t.showHtml(i); }, "error": function (e) { t.showHtml("Error loading the modal dialog"); } });
1581
+ t.i({ "url": e, "success": function (e) { var a = e.request.responseText; t.showHtml(a); }, "error": function (e) { t.showHtml("Error loading the modal dialog"); } });
1577
1582
  }, this.g = function () {
1578
1583
  if ("function" == typeof t.onShow) {
1579
1584
  var e = {};
@@ -1582,12 +1587,12 @@ if ("undefined" == typeof DayPilot)
1582
1587
  }, this.j = function () { return t.iframe ? t.iframe.contentWindow.document : t.div; }, this.i = function (e) {
1583
1588
  var t = new XMLHttpRequest;
1584
1589
  if (t) {
1585
- var i = e.method || "GET", a = e.success || function () { }, n = e.error || function () { }, o = e.data, l = e.url;
1586
- t.open(i, l, !0), t.setRequestHeader("Content-type", "text/plain"), t.onreadystatechange = function () {
1590
+ var a = e.method || "GET", i = e.success || function () { }, n = e.error || function () { }, o = e.data, l = e.url;
1591
+ t.open(a, l, !0), t.setRequestHeader("Content-type", "text/plain"), t.onreadystatechange = function () {
1587
1592
  if (4 === t.readyState)
1588
1593
  if (200 === t.status || 304 === t.status) {
1589
1594
  var e = {};
1590
- e.request = t, a(e);
1595
+ e.request = t, i(e);
1591
1596
  }
1592
1597
  else if (n) {
1593
1598
  var e = {};
@@ -1597,10 +1602,10 @@ if ("undefined" == typeof DayPilot)
1597
1602
  window.console && console.log("HTTP error " + t.status);
1598
1603
  }, 4 !== t.readyState && ("object" == typeof o && (o = JSON.stringify(o)), t.send(o));
1599
1604
  }
1600
- }, this.e = function () { delete this.result; var e = window, i = document, a = e.pageYOffset ? e.pageYOffset : i.documentElement && i.documentElement.scrollTop ? i.documentElement.scrollTop : i.body.scrollTop; this.theme && (this.hideDiv.className = this.theme + "_background"), this.zIndex && (this.hideDiv.style.zIndex = this.zIndex), this.hideDiv.style.display = "", window.setTimeout(function () { t.hideDiv && (t.hideDiv.onclick = function () { t.hide({ "backgroundClick": !0 }); }); }, 500), this.theme ? this.div.className = this.theme + "_main" : this.div.className = "", this.className && (this.div.className += " " + this.className), this.left ? this.div.style.left = this.left + "px" : this.div.style.marginLeft = "-" + Math.floor(this.width / 2) + "px", this.div.style.position = "absolute", this.div.style.boxSizing = "content-box", this.div.style.top = a + this.top + "px", this.div.style.width = this.width + "px", this.zIndex && (this.div.style.zIndex = this.zIndex), this.height && (this.useIframe || !this.autoStretch ? this.div.style.height = this.height + "px" : this.div.style.height = ""), this.useIframe && this.height && (this.iframe.style.height = this.height + "px"), this.div.style.display = "", this.l(), DayPilot.ModalStatic.remove(this), DayPilot.ModalStatic.list.push(this); }, this.h = function () { t.iframe.contentWindow.modal = t, t.autoStretch && t.stretch(); }, this.stretch = function () {
1601
- var e = function () { return t.k().y; }, i = function () { return t.k().x; };
1605
+ }, this.e = function () { delete this.result; var e = window, a = document, i = e.pageYOffset ? e.pageYOffset : a.documentElement && a.documentElement.scrollTop ? a.documentElement.scrollTop : a.body.scrollTop; this.theme && (this.hideDiv.className = this.theme + "_background"), this.zIndex && (this.hideDiv.style.zIndex = this.zIndex), this.hideDiv.style.display = "", window.setTimeout(function () { t.hideDiv && (t.hideDiv.onclick = function () { t.hide({ "backgroundClick": !0 }); }); }, 500), this.theme ? this.div.className = this.theme + "_main" : this.div.className = "", this.className && (this.div.className += " " + this.className), this.left ? this.div.style.left = this.left + "px" : this.div.style.marginLeft = "-" + Math.floor(this.width / 2) + "px", this.div.style.position = "absolute", this.div.style.boxSizing = "content-box", this.div.style.top = i + this.top + "px", this.div.style.width = this.width + "px", this.zIndex && (this.div.style.zIndex = this.zIndex), this.height && (this.useIframe || !this.autoStretch ? this.div.style.height = this.height + "px" : this.div.style.height = ""), this.useIframe && this.height && (this.iframe.style.height = this.height + "px"), this.div.style.display = "", this.l(), DayPilot.ModalStatic.remove(this), DayPilot.ModalStatic.list.push(this); }, this.h = function () { t.iframe.contentWindow.modal = t, t.autoStretch && t.stretch(); }, this.stretch = function () {
1606
+ var e = function () { return t.k().y; }, a = function () { return t.k().x; };
1602
1607
  if (this.useIframe) {
1603
- for (var a = i() - 40, n = this.width; n < a && this.m(); n += 10)
1608
+ for (var i = a() - 40, n = this.width; n < i && this.m(); n += 10)
1604
1609
  this.div.style.width = n + "px", this.div.style.marginLeft = "-" + Math.floor(n / 2) + "px";
1605
1610
  for (var o = this.maxHeight || e() - 2 * this.top, l = this.height; l < o && this.n(); l += 10)
1606
1611
  this.iframe.style.height = l + "px", this.div.style.height = l + "px";
@@ -1609,29 +1614,29 @@ if ("undefined" == typeof DayPilot)
1609
1614
  else
1610
1615
  this.div.style.height = "";
1611
1616
  }, this.m = function () {
1612
- for (var e = this.iframe.contentWindow.document, t = "BackCompat" === e.compatMode ? e.body : e.documentElement, i = t.scrollWidth, a = e.body.children, n = 0; n < a.length; n++) {
1613
- var o = a[n].offsetLeft + a[n].offsetWidth;
1614
- i = Math.max(i, o);
1617
+ for (var e = this.iframe.contentWindow.document, t = "BackCompat" === e.compatMode ? e.body : e.documentElement, a = t.scrollWidth, i = e.body.children, n = 0; n < i.length; n++) {
1618
+ var o = i[n].offsetLeft + i[n].offsetWidth;
1619
+ a = Math.max(a, o);
1615
1620
  }
1616
- return i > t.clientWidth;
1621
+ return a > t.clientWidth;
1617
1622
  }, this.n = function () {
1618
- for (var e = this.iframe.contentWindow.document, t = "BackCompat" === e.compatMode ? e.body : e.documentElement, i = t.scrollHeight, a = e.body.children, n = 0; n < a.length; n++) {
1619
- var o = a[n].offsetTop + a[n].offsetHeight;
1620
- i = Math.max(i, o);
1623
+ for (var e = this.iframe.contentWindow.document, t = "BackCompat" === e.compatMode ? e.body : e.documentElement, a = t.scrollHeight, i = e.body.children, n = 0; n < i.length; n++) {
1624
+ var o = i[n].offsetTop + i[n].offsetHeight;
1625
+ a = Math.max(a, o);
1621
1626
  }
1622
- return i > t.clientHeight;
1627
+ return a > t.clientHeight;
1623
1628
  }, this.k = function () {
1624
1629
  var e = document;
1625
1630
  if ("CSS1Compat" === e.compatMode && e.documentElement && e.documentElement.clientWidth) {
1626
- var t = e.documentElement.clientWidth, i = e.documentElement.clientHeight;
1627
- return { x: t, y: i };
1631
+ var t = e.documentElement.clientWidth, a = e.documentElement.clientHeight;
1632
+ return { x: t, y: a };
1628
1633
  }
1629
- var t = e.body.clientWidth, i = e.body.clientHeight;
1630
- return { x: t, y: i };
1634
+ var t = e.body.clientWidth, a = e.body.clientHeight;
1635
+ return { x: t, y: a };
1631
1636
  }, this.f = function () { this.a || (this.re(window, "resize", this.o), this.re(window, "scroll", this.p), this.dragDrop && (this.re(document, "mousemove", this.q), this.re(document, "mouseup", this.r)), this.a = !0); }, this.s = function () { this.ue(window, "resize", this.o), this.ue(window, "scroll", this.p), this.dragDrop && (this.ue(document, "mousemove", this.q), this.ue(document, "mouseup", this.r)), this.a = !1; }, this.t = function (e) { e.target === t.div && (e.preventDefault(), t.div.style.cursor = "move", t.u(), t.c = t.mc(e || window.event), t.b = { x: t.div.offsetLeft, y: t.div.offsetTop }); }, this.q = function (e) {
1632
1637
  if (t.c) {
1633
- var e = e || window.event, i = t.mc(e), a = i.x - t.c.x, n = i.y - t.c.y;
1634
- t.div.style.marginLeft = "0px", t.div.style.top = t.b.y + n + "px", t.div.style.left = t.b.x + a + "px";
1638
+ var e = e || window.event, a = t.mc(e), i = a.x - t.c.x, n = a.y - t.c.y;
1639
+ t.div.style.marginLeft = "0px", t.div.style.top = t.b.y + n + "px", t.div.style.left = t.b.x + i + "px";
1635
1640
  }
1636
1641
  }, this.r = function (e) { t.c && (t.v(), t.div.style.cursor = null, t.c = null); }, this.u = function () {
1637
1642
  if (this.useIframe) {
@@ -1648,30 +1653,30 @@ if ("undefined" == typeof DayPilot)
1648
1653
  var e = t.z.scrollY();
1649
1654
  t.scrollWithPage || (t.div.style.top = e + t.top + "px");
1650
1655
  }
1651
- }, this.z = {}, this.z.container = function () { return t.container || document.body; }, this.z.scrollY = function () { var e = t.z.container(); return e === document.body ? window.pageYOffset ? window.pageYOffset : document.documentElement && document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop : e.scrollTop; }, this.re = function (e, t, i) { e.addEventListener ? e.addEventListener(t, i, !1) : e.attachEvent && e.attachEvent("on" + t, i); }, this.ue = function (e, t, i) { e.removeEventListener ? e.removeEventListener(t, i, !1) : e.detachEvent && e.detachEvent("on" + t, i); }, this.mc = function (e) { return e.pageX || e.pageY ? { x: e.pageX, y: e.pageY } : { x: e.clientX + document.documentElement.scrollLeft, y: e.clientY + document.documentElement.scrollTop }; }, this.abs = function (e) {
1656
+ }, this.z = {}, this.z.container = function () { return t.container || document.body; }, this.z.scrollY = function () { var e = t.z.container(); return e === document.body ? window.pageYOffset ? window.pageYOffset : document.documentElement && document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop : e.scrollTop; }, this.re = function (e, t, a) { e.addEventListener ? e.addEventListener(t, a, !1) : e.attachEvent && e.attachEvent("on" + t, a); }, this.ue = function (e, t, a) { e.removeEventListener ? e.removeEventListener(t, a, !1) : e.detachEvent && e.detachEvent("on" + t, a); }, this.mc = function (e) { return e.pageX || e.pageY ? { x: e.pageX, y: e.pageY } : { x: e.clientX + document.documentElement.scrollLeft, y: e.clientY + document.documentElement.scrollTop }; }, this.abs = function (e) {
1652
1657
  for (var t = { x: e.offsetLeft, y: e.offsetTop }; e.offsetParent;)
1653
1658
  e = e.offsetParent, t.x += e.offsetLeft, t.y += e.offsetTop;
1654
1659
  return t;
1655
- }, this.d = function () { var e = t.z.container(), i = e === document.body, a = i ? "fixed" : "absolute", n = document.createElement("div"); n.id = this.id + "hide", n.style.position = a, n.style.left = "0px", n.style.top = "0px", n.style.right = "0px", n.style.bottom = "0px", n.oncontextmenu = function () { return !1; }, n.onmousedown = function () { return !1; }, e.appendChild(n); var o = document.createElement("div"); o.id = this.id + "popup", o.style.position = a, o.style.left = "50%", o.style.top = "0px", o.style.backgroundColor = "white", o.style.width = "50px", o.style.height = "50px", this.dragDrop && (o.onmousedown = this.t), o.addEventListener("keydown", function (e) { e.stopPropagation(); }); var l = null; this.useIframe && (l = document.createElement("iframe"), l.id = this.id + "iframe", l.name = this.id + "iframe", l.frameBorder = "0", l.style.width = "100%", l.style.height = "50px", o.appendChild(l)), e.appendChild(o), this.div = o, this.iframe = l, this.hideDiv = n; }, this.setInnerHTML = function (e, i) { var a = window.frames[e], n = a.contentWindow || a.document || a.contentDocument; n.document && (n = n.document), null == n.body && n.write("<body></body>"), i.nodeType ? n.body.appendChild(i) : n.body.innerHTML = i, t.autoStretch && (t.autoStretchFirstLoadOnly && t.A || (t.stretch(), t.A = !0)); }, this.close = function (e) { this.result = e, this.hide(); }, this.closeSerialized = function () {
1656
- for (var e = t.j(), i = e.querySelectorAll("input, textarea, select"), a = {}, n = 0; n < i.length; n++) {
1657
- var o = i[n], l = o.name;
1660
+ }, this.d = function () { var e = t.z.container(), a = e === document.body, i = a ? "fixed" : "absolute", n = document.createElement("div"); n.id = this.id + "hide", n.style.position = i, n.style.left = "0px", n.style.top = "0px", n.style.right = "0px", n.style.bottom = "0px", n.oncontextmenu = function () { return !1; }, n.onmousedown = function () { return !1; }, e.appendChild(n); var o = document.createElement("div"); o.id = this.id + "popup", o.style.position = i, o.style.left = "50%", o.style.top = "0px", o.style.backgroundColor = "white", o.style.width = "50px", o.style.height = "50px", this.dragDrop && (o.onmousedown = this.t), o.addEventListener("keydown", function (e) { e.stopPropagation(); }); var l = null; this.useIframe && (l = document.createElement("iframe"), l.id = this.id + "iframe", l.name = this.id + "iframe", l.frameBorder = "0", l.style.width = "100%", l.style.height = "50px", o.appendChild(l)), e.appendChild(o), this.div = o, this.iframe = l, this.hideDiv = n; }, this.setInnerHTML = function (e, a) { var i = window.frames[e], n = i.contentWindow || i.document || i.contentDocument; n.document && (n = n.document), null == n.body && n.write("<body></body>"), a.nodeType ? n.body.appendChild(a) : n.body.innerHTML = a, t.autoStretch && (t.autoStretchFirstLoadOnly && t.A || (t.stretch(), t.A = !0)); }, this.close = function (e) { this.result = e, this.hide(); }, this.closeSerialized = function () {
1661
+ for (var e = t.j(), a = e.querySelectorAll("input, textarea, select"), i = {}, n = 0; n < a.length; n++) {
1662
+ var o = a[n], l = o.name;
1658
1663
  if (l) {
1659
1664
  var d = o.value;
1660
- a[l] = d;
1665
+ i[l] = d;
1661
1666
  }
1662
1667
  }
1663
- t.close(a);
1664
- }, this.hide = function (e) { e = e || {}; var i = {}; i.backgroundClick = !!e.backgroundClick, i.result = this.result, i.canceled = "undefined" == typeof this.result, i.preventDefault = function () { this.preventDefault.value = !0; }, "function" == typeof this.onClose && (this.onClose(i), i.preventDefault.value) || (this.div && (this.div.style.display = "none", this.hideDiv.style.display = "none", this.useIframe || (this.div.innerHTML = null)), window.focus(), DayPilot.ModalStatic.remove(this), "function" == typeof this.onClosed ? this.onClosed(i) : this.closed && this.closed(), delete this.result, this.disposeOnClose && (t.s(), t.B(t.div), t.B(t.hideDiv), t.div = null, t.hideDiv = null, t.iframe = null)); }, this.B = function (e) { e && e.parentNode && e.parentNode.removeChild(e); }, this.C = function () {
1668
+ t.close(i);
1669
+ }, this.hide = function (e) { e = e || {}; var a = {}; a.backgroundClick = !!e.backgroundClick, a.result = this.result, a.canceled = "undefined" == typeof this.result, a.preventDefault = function () { this.preventDefault.value = !0; }, "function" == typeof this.onClose && (this.onClose(a), a.preventDefault.value) || (this.div && (this.div.style.display = "none", this.hideDiv.style.display = "none", this.useIframe || (this.div.innerHTML = null)), window.focus(), DayPilot.ModalStatic.remove(this), "function" == typeof this.onClosed ? this.onClosed(a) : this.closed && this.closed(), delete this.result, this.disposeOnClose && (t.s(), t.B(t.div), t.B(t.hideDiv), t.div = null, t.hideDiv = null, t.iframe = null)); }, this.B = function (e) { e && e.parentNode && e.parentNode.removeChild(e); }, this.C = function () {
1665
1670
  if (e)
1666
1671
  for (var t in e)
1667
1672
  this[t] = e[t];
1668
1673
  }, this.C();
1669
- }, DayPilot.Modal.alert = function (e, t) { t = t || {}, t.height = t.height || 40, t.useIframe = !1; var i = t.okText || "OK"; t.cancelText || "Cancel"; return DayPilot.getPromise(function (a, n) { t.onClosed = function (e) { a(e); }; var o = new DayPilot.Modal(t), l = document.createElement("div"); l.className = o.theme + "_inner"; var d = document.createElement("div"); d.className = o.theme + "_content", d.innerHTML = e; var r = document.createElement("div"); r.className = o.theme + "_buttons"; var s = document.createElement("button"); s.innerText = i, s.className = o.theme + "_ok", s.onclick = function (e) { DayPilot.ModalStatic.close("OK"); }, r.appendChild(s), l.appendChild(d), l.appendChild(r), o.showHtml(l), o.autoFocus && s.focus(); }); }, DayPilot.Modal.confirm = function (e, t) { t = t || {}, t.height = t.height || 40, t.useIframe = !1; var i = t.okText || "OK", a = t.cancelText || "Cancel"; return DayPilot.getPromise(function (n, o) { t.onClosed = function (e) { n(e); }; var l = new DayPilot.Modal(t), d = document.createElement("div"); d.className = l.theme + "_inner"; var r = document.createElement("div"); r.className = l.theme + "_content", r.innerHTML = e; var s = document.createElement("div"); s.className = l.theme + "_buttons"; var c = document.createElement("button"); c.innerText = i, c.className = l.theme + "_ok", c.onclick = function (e) { DayPilot.ModalStatic.close("OK"); }; var u = document.createTextNode(" "), m = document.createElement("button"); m.innerText = a, m.className = l.theme + "_cancel", m.onclick = function (e) { DayPilot.ModalStatic.close(); }, s.appendChild(c), s.appendChild(u), s.appendChild(m), d.appendChild(r), d.appendChild(s), l.showHtml(d), l.autoFocus && c.focus(); }); }, DayPilot.Modal.prompt = function (e, t, i) {
1670
- "object" == typeof t && (i = t, t = ""), i = i || {}, i.height = i.height || 40, i.useIframe = !1;
1671
- var a = i.okText || "OK", n = i.cancelText || "Cancel", o = t || "";
1674
+ }, DayPilot.Modal.alert = function (e, t) { t = t || {}, t.height = t.height || 40, t.useIframe = !1; var a = t.okText || "OK"; t.cancelText || "Cancel"; return DayPilot.getPromise(function (i, n) { t.onClosed = function (e) { i(e); }; var o = new DayPilot.Modal(t), l = document.createElement("div"); l.className = o.theme + "_inner"; var d = document.createElement("div"); d.className = o.theme + "_content", d.innerHTML = e; var r = document.createElement("div"); r.className = o.theme + "_buttons"; var s = document.createElement("button"); s.innerText = a, s.className = o.theme + "_ok", s.onclick = function (e) { DayPilot.ModalStatic.close("OK"); }, r.appendChild(s), l.appendChild(d), l.appendChild(r), o.showHtml(l), o.autoFocus && s.focus(); }); }, DayPilot.Modal.confirm = function (e, t) { t = t || {}, t.height = t.height || 40, t.useIframe = !1; var a = t.okText || "OK", i = t.cancelText || "Cancel"; return DayPilot.getPromise(function (n, o) { t.onClosed = function (e) { n(e); }; var l = new DayPilot.Modal(t), d = document.createElement("div"); d.className = l.theme + "_inner"; var r = document.createElement("div"); r.className = l.theme + "_content", r.innerHTML = e; var s = document.createElement("div"); s.className = l.theme + "_buttons"; var c = document.createElement("button"); c.innerText = a, c.className = l.theme + "_ok", c.onclick = function (e) { DayPilot.ModalStatic.close("OK"); }; var u = document.createTextNode(" "), m = document.createElement("button"); m.innerText = i, m.className = l.theme + "_cancel", m.onclick = function (e) { DayPilot.ModalStatic.close(); }, s.appendChild(c), s.appendChild(u), s.appendChild(m), d.appendChild(r), d.appendChild(s), l.showHtml(d), l.autoFocus && c.focus(); }); }, DayPilot.Modal.prompt = function (e, t, a) {
1675
+ "object" == typeof t && (a = t, t = ""), a = a || {}, a.height = a.height || 40, a.useIframe = !1;
1676
+ var i = a.okText || "OK", n = a.cancelText || "Cancel", o = t || "";
1672
1677
  return DayPilot.getPromise(function (t, l) {
1673
- i.onClosed = function (e) { t(e); };
1674
- var d = new DayPilot.Modal(i), r = document.createElement("div");
1678
+ a.onClosed = function (e) { t(e); };
1679
+ var d = new DayPilot.Modal(a), r = document.createElement("div");
1675
1680
  r.className = d.theme + "_inner";
1676
1681
  var s = document.createElement("div");
1677
1682
  s.className = d.theme + "_content", s.innerHTML = e;
@@ -1694,80 +1699,80 @@ if ("undefined" == typeof DayPilot)
1694
1699
  var m = document.createElement("div");
1695
1700
  m.className = d.theme + "_buttons";
1696
1701
  var h = document.createElement("button");
1697
- h.innerText = a, h.className = d.theme + "_ok", h.onclick = function (e) { d.close(u.value); };
1702
+ h.innerText = i, h.className = d.theme + "_ok", h.onclick = function (e) { d.close(u.value); };
1698
1703
  var p = document.createTextNode(" "), f = document.createElement("button");
1699
1704
  f.innerText = n, f.className = d.theme + "_cancel", f.onclick = function (e) { d.close(); }, m.appendChild(h), m.appendChild(p), m.appendChild(f), r.appendChild(s), r.appendChild(c), r.appendChild(m), d.showHtml(r), d.autoFocus && u.focus();
1700
1705
  });
1701
1706
  };
1702
- var n = function (e) { return "[object Array]" === Object.prototype.toString.call(e); };
1703
- DayPilot.Modal.form = function (t, i, a) {
1707
+ var o = function (e) { return "[object Array]" === Object.prototype.toString.call(e); };
1708
+ DayPilot.Modal.form = function (t, a, i) {
1704
1709
  if (1 === arguments.length) {
1705
- var l = t;
1706
- if (n(l))
1707
- i = {};
1710
+ var n = t;
1711
+ if (o(n))
1712
+ a = {};
1708
1713
  else {
1709
- if ("object" != typeof l)
1714
+ if ("object" != typeof n)
1710
1715
  throw "Invalid DayPilot.Modal.form() parameter";
1711
- i = t, t = [];
1712
- for (var d in i) {
1716
+ a = t, t = [];
1717
+ for (var d in a) {
1713
1718
  var r = {};
1714
1719
  r.name = d, r.id = d, t.push(r);
1715
1720
  }
1716
1721
  }
1717
1722
  }
1718
1723
  var s = {};
1719
- for (var d in a)
1720
- s[d] = a[d];
1724
+ for (var d in i)
1725
+ s[d] = i[d];
1721
1726
  s.height = s.height || 40, s.useIframe = !1;
1722
1727
  var c = s.okText || "OK", u = s.cancelText || "Cancel";
1723
- return DayPilot.getPromise(function (a, n) {
1728
+ return DayPilot.getPromise(function (i, n) {
1724
1729
  s.onClosed = function (t) {
1725
1730
  if (t.result) {
1726
- var n = JSON.parse(JSON.stringify(i));
1731
+ var n = JSON.parse(JSON.stringify(a));
1727
1732
  for (var o in t.result)
1728
1733
  e(n, o, t.result[o]);
1729
1734
  t.result = n;
1730
1735
  }
1731
- a(t);
1736
+ i(t);
1732
1737
  };
1733
- var l = new DayPilot.Modal(s), d = document.createElement("div");
1734
- d.className = l.theme + "_inner";
1738
+ var o = new DayPilot.Modal(s), d = document.createElement("div");
1739
+ d.className = o.theme + "_inner";
1735
1740
  var r = document.createElement("div");
1736
- r.className = l.theme + "_input";
1737
- var m = new o({ theme: l.theme, form: t, data: i, zIndex: l.zIndex, locale: l.locale, plugins: l.plugins, onKey: function (e) {
1741
+ r.className = o.theme + "_input";
1742
+ var m = new l({ theme: o.theme, form: t, data: a, zIndex: o.zIndex, locale: o.locale, plugins: o.plugins, onKey: function (e) {
1738
1743
  switch (e.key) {
1739
1744
  case "Enter":
1740
- m.validate() && l.close(m.serialize());
1745
+ m.validate() && o.close(m.serialize());
1741
1746
  break;
1742
- case "Escape": l.close();
1747
+ case "Escape": o.close();
1743
1748
  }
1744
- }, onChange: function (e) { "function" == typeof l.onChange && l.onChange(e); } }), h = m.create();
1749
+ }, onChange: function (e) { "function" == typeof o.onChange && o.onChange(e); } }), h = m.create();
1745
1750
  r.append(h);
1746
1751
  var p = document.createElement("div");
1747
- p.className = l.theme + "_buttons";
1752
+ p.className = o.theme + "_buttons";
1748
1753
  var f = document.createElement("button");
1749
- f.innerText = c, f.className = l.theme + "_ok", s.okDisabled && (f.disabled = !0), f.onclick = function (e) { m.validate() && l.close(m.serialize()); };
1754
+ f.innerText = c, f.className = o.theme + "_ok", s.okDisabled && (f.disabled = !0), f.onclick = function (e) { m.validate() && o.close(m.serialize()); };
1750
1755
  var v = document.createTextNode(" "), g = document.createElement("button");
1751
- if (g.innerText = u, g.className = l.theme + "_cancel", g.onclick = function (e) { l.close(); }, g.onmousedown = function (e) { m.canceling = !0; }, p.appendChild(f), p.appendChild(v), p.appendChild(g), d.appendChild(r), d.appendChild(p), l.showHtml(d), l.div.setAttribute("tabindex", "-1"), l.div.addEventListener("keydown", function (e) {
1756
+ if (g.innerText = u, g.className = o.theme + "_cancel", g.onclick = function (e) { o.close(); }, g.onmousedown = function (e) { m.canceling = !0; }, p.appendChild(f), p.appendChild(v), p.appendChild(g), d.appendChild(r), d.appendChild(p), o.showHtml(d), o.div.setAttribute("tabindex", "-1"), o.div.addEventListener("keydown", function (e) {
1752
1757
  switch (e.keyCode) {
1753
1758
  case 27:
1754
- l.close();
1759
+ o.close();
1755
1760
  break;
1756
- case 13: m.validate() && l.close(m.serialize());
1761
+ case 13: m.validate() && o.close(m.serialize());
1757
1762
  }
1758
- }), l.focus) {
1763
+ }), o.focus) {
1759
1764
  var b = null;
1760
- if ("object" == typeof l.focus) {
1761
- var y = l.focus.id, I = l.focus.value;
1762
- b = m.findViewById(y, I);
1765
+ if ("object" == typeof o.focus) {
1766
+ var y = o.focus.id, _ = o.focus.value;
1767
+ b = m.findViewById(y, _);
1763
1768
  }
1764
1769
  else
1765
- "string" == typeof l.focus && (b = m.findViewById(l.focus));
1770
+ "string" == typeof o.focus && (b = m.findViewById(o.focus));
1766
1771
  b && b.focus();
1767
1772
  }
1768
1773
  else {
1769
- var _ = m.firstFocusable();
1770
- l.autoFocus && _ ? _.focus() : l.div.focus();
1774
+ var I = m.firstFocusable();
1775
+ o.autoFocus && I ? I.focus() : o.div.focus();
1771
1776
  }
1772
1777
  });
1773
1778
  }, DayPilot.Modal.close = function (e) { var t = DayPilot.Modal.opener(); t && t.close(e); }, DayPilot.Modal.stretch = function (e) {
@@ -1775,33 +1780,30 @@ if ("undefined" == typeof DayPilot)
1775
1780
  if (!t)
1776
1781
  throw "Unable to find the opener DayPilot.Modal instance.";
1777
1782
  t.stretch();
1778
- }, DayPilot.Modal.closeSerialized = function () { var e = DayPilot.Modal.opener() || DayPilot.ModalStatic.last(); e && e.closeSerialized(); }, DayPilot.Modal.opener = function () { return "undefined" != typeof DayPilot && "undefined" != typeof DayPilot.ModalStatic && DayPilot.ModalStatic.list.length > 0 ? DayPilot.ModalStatic.list[DayPilot.ModalStatic.list.length - 1] : parent && parent.DayPilot && parent.DayPilot.ModalStatic && parent.DayPilot.ModalStatic.list[parent.DayPilot.ModalStatic.list.length - 1]; }, DayPilot.Modal.Experimental = {}, DayPilot.Modal.Experimental.Form = o, "undefined" == typeof DayPilot.getPromise && (DayPilot.getPromise = function (e) { return "undefined" != typeof Promise ? new Promise(e) : (DayPilot.Promise = function (e) { var t = this; this.then = function (t, i) { return t = t || function () { }, i = i || function () { }, e(t, i), DayPilot.getPromise(e); }, this["catch"] = function (i) { return t.then(null, i), DayPilot.getPromise(e); }; }, new DayPilot.Promise(e)); });
1779
- var o = function (e) {
1783
+ }, DayPilot.Modal.closeSerialized = function () { var e = DayPilot.Modal.opener() || DayPilot.ModalStatic.last(); e && e.closeSerialized(); }, DayPilot.Modal.opener = function () { return "undefined" != typeof DayPilot && "undefined" != typeof DayPilot.ModalStatic && DayPilot.ModalStatic.list.length > 0 ? DayPilot.ModalStatic.list[DayPilot.ModalStatic.list.length - 1] : parent && parent.DayPilot && parent.DayPilot.ModalStatic && parent.DayPilot.ModalStatic.list[parent.DayPilot.ModalStatic.list.length - 1]; }, DayPilot.Modal.Experimental = {}, DayPilot.Modal.Experimental.Form = l, "undefined" == typeof DayPilot.getPromise && (DayPilot.getPromise = function (e) { return "undefined" != typeof Promise ? new Promise(e) : (DayPilot.Promise = function (e) { var t = this; this.then = function (t, a) { return t = t || function () { }, a = a || function () { }, e(t, a), DayPilot.getPromise(e); }, this["catch"] = function (a) { return t.then(null, a), DayPilot.getPromise(e); }; }, new DayPilot.Promise(e)); });
1784
+ var l = function (e) {
1780
1785
  this.form = [], this.data = {}, this.theme = "form_default", this.zIndex = 99999, this.locale = "en-us", this.plugins = {}, this.onKey = null, this.D = [], this.E = null, this.canceling = !1, this.F = [], this.G = [], this.H = null, e = e || {};
1781
1786
  for (var t in e)
1782
1787
  this[t] = e[t];
1783
1788
  };
1784
- o.prototype.create = function () { return this.load(), this.render(), this.H; }, o.prototype.render = function () { var e = this; this.H = document.createElement("div"), this.D.forEach(function (t) { e.createView(t); }), this.applyState(); }, o.prototype.createView = function (e) {
1785
- var t = this.theme, i = this, a = document.createElement("div");
1786
- if (a.className = t + "_form_item " + t + "_form_item_level" + e.level, e.interactive || "title" !== e.type ? a.className += " " + t + "_form_item_" + e.type : a.className += " " + t + "_form_title", e.data.cssClass && (a.className += " " + e.data.cssClass), !e.isValue) {
1789
+ l.prototype.create = function () { return this.load(), this.render(), this.H; }, l.prototype.render = function () { var e = this; this.H = document.createElement("div"), this.D.forEach(function (t) { e.createView(t); }), this.applyState(); }, l.prototype.createView = function (e) {
1790
+ var t = this.theme, a = this, i = document.createElement("div");
1791
+ if (i.className = t + "_form_item " + t + "_form_item_level" + e.level,
1792
+ e.interactive || "title" !== e.type ? i.className += " " + t + "_form_item_" + e.type : i.className += " " + t + "_form_title", e.data.cssClass && (i.className += " " + e.data.cssClass), !e.isValue) {
1787
1793
  var n = document.createElement("div");
1788
- n.className = t + "_form_item_label", n.innerText = e.text, a.appendChild(n);
1794
+ n.className = t + "_form_item_label", n.innerText = e.text, i.appendChild(n);
1789
1795
  }
1790
1796
  var o = this.createInteractive(e);
1791
1797
  o.onInput = function (e) {
1792
- if (e = e || {}, i.I(o, { "debounce": !e.immediate }), "function" == typeof i.onChange) {
1798
+ if (e = e || {}, a.I(o, { "debounce": !e.immediate }), "function" == typeof a.onChange) {
1793
1799
  var t = {};
1794
- t.result = i.serialize(), i.onChange(t);
1800
+ t.result = a.serialize(), a.onChange(t);
1795
1801
  }
1796
- }, o.onBlur = function () { i.canceling || i.I(o); }, o.apply(e), o.H = a, o.row = e, o.element && a.appendChild(o.element), this.G.push(o), this.H.appendChild(a);
1797
- }, o.prototype.validate = function () { var e = this, t = !0; return this.G.forEach(function (i) { var a = e.I(i); t = t && a; }), t; }, o.prototype.I = function (e, t) {
1798
- function i() {
1799
- e.J && (e.J.remove(), e.J = null), e.H.classList.add(u);
1800
- var t = document.createElement("div");
1801
- t.classList.add(m), t.innerText = c.message, e.J = t, e.H.appendChild(t);
1802
- }
1802
+ }, o.onBlur = function () { a.canceling || a.I(o); }, o.apply(e), o.H = i, o.row = e, o.element && i.appendChild(o.element), this.G.push(o), this.H.appendChild(i);
1803
+ }, l.prototype.validate = function () { var e = this, t = !0; return this.G.forEach(function (a) { var i = e.I(a); t = t && i; }), t; }, l.prototype.I = function (e, t) {
1804
+ function a() { e.J && (e.J.remove(), e.J = null), e.H.classList.add(u); var t = document.createElement("div"); t.classList.add(m), t.innerText = c.message, e.J = t, e.H.appendChild(t); }
1803
1805
  t = t || {};
1804
- var a = t.debounce, n = t.silent, o = e.row, l = !0, d = "function" == typeof o.data.onValidate ? o.data.onValidate : null, r = "function" == typeof o.data.validate ? o.data.validate : null, s = d || r;
1806
+ var i = t.debounce, n = t.silent, o = e.row, l = !0, d = "function" == typeof o.data.onValidate ? o.data.onValidate : null, r = "function" == typeof o.data.validate ? o.data.validate : null, s = d || r;
1805
1807
  if (s) {
1806
1808
  var c = {};
1807
1809
  c.valid = !0, c.value = e.save()[o.field], c.message = "Error", c.values = this.serialize(), c.result = this.serialize(), s(c);
@@ -1809,70 +1811,70 @@ if ("undefined" == typeof DayPilot)
1809
1811
  if (c.valid)
1810
1812
  clearTimeout(this.F[o.field]), e.J && (e.J.remove(), e.J = null), e.H.classList.remove(u);
1811
1813
  else if (!n)
1812
- if (a) {
1814
+ if (i) {
1813
1815
  var h = 1e3;
1814
- clearTimeout(this.F[o.field]), this.F[o.field] = setTimeout(function () { i(); }, h);
1816
+ clearTimeout(this.F[o.field]), this.F[o.field] = setTimeout(function () { a(); }, h);
1815
1817
  }
1816
1818
  else
1817
- i();
1819
+ a();
1818
1820
  l = c.valid;
1819
1821
  }
1820
1822
  return l;
1821
- }, o.prototype.load = function () {
1823
+ }, l.prototype.load = function () {
1822
1824
  var e = this;
1823
1825
  this.form.forEach(function (t) { e.processFormItem(t, 0); });
1824
- var i;
1826
+ var a;
1825
1827
  try {
1826
- var a = JSON.stringify(this.data);
1827
- i = t(JSON.parse(a));
1828
+ var i = JSON.stringify(this.data);
1829
+ a = t(JSON.parse(i));
1828
1830
  }
1829
1831
  catch (e) {
1830
1832
  throw new Error("The 'data' object is not serializable (it may contain circular dependencies): " + e);
1831
1833
  }
1832
- for (var n in i)
1833
- this.setValue(n, i[n]);
1834
- }, o.prototype.setValue = function (e, t) { this.D.forEach(function (i) { i.applyValue(e, t); }); }, o.prototype.updateDependentState = function () { var e = this, t = [!0]; (this.E ? this.E : this.D).forEach(function (i) { var a = e.updateState(i, { enabled: t[i.level] && !i.data.disabled }); a.isValue && (t[a.level + 1] = a.enabled && a.checked); }); }, o.prototype.processFormItem = function (e, t) {
1835
- var i = this, a = this.getFieldType(e), n = [];
1836
- if ("radio" === a) {
1834
+ for (var n in a)
1835
+ this.setValue(n, a[n]);
1836
+ }, l.prototype.setValue = function (e, t) { this.D.forEach(function (a) { a.applyValue(e, t); }); }, l.prototype.updateDependentState = function () { var e = this, t = [!0]; (this.E ? this.E : this.D).forEach(function (a) { var i = e.updateState(a, { enabled: t[a.level] && !a.data.disabled }); i.isValue && (t[i.level + 1] = i.enabled && i.checked); }); }, l.prototype.processFormItem = function (e, t) {
1837
+ var a = this, i = this.getFieldType(e), n = [];
1838
+ if ("radio" === i) {
1837
1839
  if (e.name) {
1838
- var o = new l;
1839
- o.field = e.id, o.data = e, o.level = t, o.type = "label", o.interactive = !1, o.text = e.name, i.D.push(o), n.push(o);
1840
+ var o = new d;
1841
+ o.field = e.id, o.data = e, o.level = t, o.type = "label", o.interactive = !1, o.text = e.name, a.D.push(o), n.push(o);
1840
1842
  }
1841
- e.options.forEach(function (o) { var d = new l; d.field = e.id, d.data = o, d.level = t, d.type = a, d.isValue = !0, d.text = o.name, d.resolved = o.id, i.D.push(d), n.push(d), o.children && o.children.forEach(function (e) { var a = i.processFormItem(e, t + 1); n = n.concat(a); }); });
1843
+ e.options.forEach(function (o) { var l = new d; l.field = e.id, l.data = o, l.level = t, l.type = i, l.isValue = !0, l.text = o.name, l.resolved = o.id, a.D.push(l), n.push(l), o.children && o.children.forEach(function (e) { var i = a.processFormItem(e, t + 1); n = n.concat(i); }); });
1842
1844
  }
1843
- else if ("title" === a) {
1844
- var o = new l;
1845
- o.field = e.id, o.data = e, o.level = t, o.type = a, o.interactive = !1, o.text = e.name, i.D.push(o), n.push(o);
1845
+ else if ("title" === i) {
1846
+ var o = new d;
1847
+ o.field = e.id, o.data = e, o.level = t, o.type = i, o.interactive = !1, o.text = e.name, a.D.push(o), n.push(o);
1846
1848
  }
1847
- else if ("image" === a) {
1848
- var o = new l;
1849
- o.isValue = !0, o.field = e.id, o.data = e, o.level = t, o.type = a, o.interactive = !1, o.text = null, i.D.push(o), n.push(o);
1849
+ else if ("image" === i) {
1850
+ var o = new d;
1851
+ o.isValue = !0, o.field = e.id, o.data = e, o.level = t, o.type = i, o.interactive = !1, o.text = null, a.D.push(o), n.push(o);
1850
1852
  }
1851
- else if ("html" === a) {
1852
- var o = new l;
1853
- o.isValue = !0, o.field = e.id, o.data = e, o.level = t, o.type = a, o.interactive = !1, o.text = null, i.D.push(o), n.push(o);
1853
+ else if ("html" === i) {
1854
+ var o = new d;
1855
+ o.isValue = !0, o.field = e.id, o.data = e, o.level = t, o.type = i, o.interactive = !1, o.text = null, a.D.push(o), n.push(o);
1854
1856
  }
1855
- else if ("scrollable" === a) {
1856
- var o = new l;
1857
- o.isValue = !0, o.field = e.id, o.data = e, o.level = t, o.type = a, o.interactive = !1, o.text = null, i.D.push(o), n.push(o);
1857
+ else if ("scrollable" === i) {
1858
+ var o = new d;
1859
+ o.isValue = !0, o.field = e.id, o.data = e, o.level = t, o.type = i, o.interactive = !1, o.text = null, a.D.push(o), n.push(o);
1858
1860
  }
1859
1861
  else {
1860
- var o = new l;
1861
- o.field = e.id, o.data = e, o.level = t, o.type = a, o.text = e.name, o.children = [], i.D.push(o), n.push(o);
1862
+ var o = new d;
1863
+ o.field = e.id, o.data = e, o.level = t, o.type = i, o.text = e.name, o.children = [], a.D.push(o), n.push(o);
1862
1864
  }
1863
- return "checkbox" === a && (o.isValue = !0, o.resolved = !0, e.children && e.children.forEach(function (e) { var a = i.processFormItem(e, t + 1); n = n.concat(a); })), n;
1864
- }, o.prototype.doOnKey = function (e) {
1865
+ return "checkbox" === i && (o.isValue = !0, o.resolved = !0, e.children && e.children.forEach(function (e) { var i = a.processFormItem(e, t + 1); n = n.concat(i); })), n;
1866
+ }, l.prototype.doOnKey = function (e) {
1865
1867
  if ("function" == typeof this.onKey) {
1866
1868
  var t = { key: e };
1867
1869
  this.onKey(t);
1868
1870
  }
1869
- }, o.prototype.createInteractive = function (e) {
1870
- var t = this, i = { "label": function () { return new d; }, "title": function () { return new d; }, "image": function () { var t = new d, i = document.createElement("img"); return i.src = e.data.image, t.element = i, t; }, "html": function () { var t = new d, i = document.createElement("div"); return "string" == typeof e.data.text ? i.innerText = e.data.text : "string" == typeof e.data.html && (i.innerHTML = e.data.html), t.element = i, t; }, "scrollable": function () { var i = new d, a = document.createElement("div"); a.className = t.theme + "_form_item_scrollable_scroll", e.data.height && (a.style.height = e.data.height + "px"); var n = document.createElement("div"); return n.className = t.theme + "_form_item_scrollable_scroll_content", "string" == typeof e.data.text ? n.innerText = e.data.text : "string" == typeof e.data.html && (n.innerHTML = e.data.html), a.appendChild(n), i.element = a, i; }, "text": function () {
1871
- var i = new d;
1872
- i.apply = function (e) { i.row = e; var t = i.element; t.value = e.value, t.disabled = !e.enabled; };
1873
- var a = document.createElement("input");
1874
- return a.name = e.field, a.type = "text", a.autocomplete = "off", a.onkeydown = function (e) {
1875
- var i = !1;
1871
+ }, l.prototype.createInteractive = function (e) {
1872
+ var t = this, a = { "label": function () { return new r; }, "title": function () { return new r; }, "image": function () { var t = new r, a = document.createElement("img"); return a.src = e.data.image, t.element = a, t; }, "html": function () { var t = new r, a = document.createElement("div"); return "string" == typeof e.data.text ? a.innerText = e.data.text : "string" == typeof e.data.html && (a.innerHTML = e.data.html), t.element = a, t; }, "scrollable": function () { var a = new r, i = document.createElement("div"); i.className = t.theme + "_form_item_scrollable_scroll", e.data.height && (i.style.height = e.data.height + "px"); var n = document.createElement("div"); return n.className = t.theme + "_form_item_scrollable_scroll_content", "string" == typeof e.data.text ? n.innerText = e.data.text : "string" == typeof e.data.html && (n.innerHTML = e.data.html), i.appendChild(n), a.element = i, a; }, "text": function () {
1873
+ var a = new r;
1874
+ a.apply = function (e) { a.row = e; var t = a.element; t.value = e.value, t.disabled = !e.enabled; };
1875
+ var i = document.createElement("input");
1876
+ return i.name = e.field, i.type = "text", i.autocomplete = "off", i.onkeydown = function (e) {
1877
+ var a = !1;
1876
1878
  switch (e.keyCode) {
1877
1879
  case 13:
1878
1880
  t.doOnKey("Enter");
@@ -1880,35 +1882,35 @@ if ("undefined" == typeof DayPilot)
1880
1882
  case 27:
1881
1883
  t.doOnKey("Escape");
1882
1884
  break;
1883
- default: i = !0;
1885
+ default: a = !0;
1884
1886
  }
1885
- i || (e.preventDefault(), e.stopPropagation());
1886
- }, a.oninput = function (e) { i.onInput(); }, a.onblur = function (e) { i.onBlur(); }, i.element = a, i.canFocus = function () { return !i.element.disabled; }, i.focus = function () { i.element.focus(), i.element.setSelectionRange(0, i.element.value.length); }, i.save = function () { var t = {}; return t[e.field] = a.value, t; }, i;
1887
+ a || (e.preventDefault(), e.stopPropagation());
1888
+ }, i.oninput = function (e) { a.onInput(); }, i.onblur = function (e) { a.onBlur(); }, a.element = i, a.canFocus = function () { return !a.element.disabled; }, a.focus = function () { a.element.focus(), a.element.setSelectionRange(0, a.element.value.length); }, a.save = function () { var t = {}; return t[e.field] = i.value, t; }, a;
1887
1889
  }, "textarea": function () {
1888
- var i = new d;
1889
- i.apply = function (e) { i.row = e; var t = i.element; t.value = e.value, t.disabled = !e.enabled; };
1890
- var a = document.createElement("textarea");
1891
- return a.name = e.field, e.data.height && (a.style.height = e.data.height + "px"), a.onkeydown = function (e) {
1892
- var i = !1;
1890
+ var a = new r;
1891
+ a.apply = function (e) { a.row = e; var t = a.element; t.value = e.value, t.disabled = !e.enabled; };
1892
+ var i = document.createElement("textarea");
1893
+ return i.name = e.field, e.data.height && (i.style.height = e.data.height + "px"), i.onkeydown = function (e) {
1894
+ var a = !1;
1893
1895
  switch (e.keyCode) {
1894
1896
  case 13:
1895
- (e.ctrlKey || e.metaKey) && t.doOnKey("Enter"), i = !1;
1897
+ (e.ctrlKey || e.metaKey) && t.doOnKey("Enter"), a = !1;
1896
1898
  break;
1897
1899
  case 27:
1898
1900
  t.doOnKey("Escape");
1899
1901
  break;
1900
- default: i = !0;
1902
+ default: a = !0;
1901
1903
  }
1902
- i || e.stopPropagation();
1903
- }, a.oninput = function (e) { i.onInput(); }, a.onblur = function (e) { i.onBlur(); }, i.element = a, i.canFocus = function () { return !i.element.disabled; }, i.focus = function () { i.element.focus(), i.element.setSelectionRange(0, 0); }, i.save = function () { var t = {}; return t[e.field] = a.value, t; }, i;
1904
+ a || e.stopPropagation();
1905
+ }, i.oninput = function (e) { a.onInput(); }, i.onblur = function (e) { a.onBlur(); }, a.element = i, a.canFocus = function () { return !a.element.disabled; }, a.focus = function () { a.element.focus(), a.element.setSelectionRange(0, 0); }, a.save = function () { var t = {}; return t[e.field] = i.value, t; }, a;
1904
1906
  }, "date": function () {
1905
- var i = new d;
1906
- i.apply = function (e) { i.row = e; var a = i.element, n = i.picker; e.data.dateFormat && (n.pattern = e.data.dateFormat); var o = e.data.locale || t.locale; o && (n.locale = o), a.disabled = !e.enabled, n.date = new DayPilot.Date(e.value); var l = new DayPilot.Date(e.value).toString(e.data.dateFormat || n.pattern, n.locale); a.value = l; };
1907
- var a = document.createElement("input");
1908
- a.name = e.field;
1909
- var n = new DayPilot.DatePicker({ target: a, theme: "navigator_modal", zIndex: t.zIndex + 1, resetTarget: !1, targetAlignment: "left", onTimeRangeSelect: function (e) { i.onInput({ "immediate": !0 }); } });
1910
- return a.picker = n, a.className = t.theme + "_input_date", a.type = "text", a.onkeydown = function (e) {
1911
- var i = !1;
1907
+ var a = new r;
1908
+ a.apply = function (e) { a.row = e; var i = a.element, n = a.picker; e.data.dateFormat && (n.pattern = e.data.dateFormat); var o = e.data.locale || t.locale; o && (n.locale = o), i.disabled = !e.enabled, n.date = new DayPilot.Date(e.value); var l = new DayPilot.Date(e.value).toString(e.data.dateFormat || n.pattern, n.locale); i.value = l; };
1909
+ var i = document.createElement("input");
1910
+ i.name = e.field;
1911
+ var n = new DayPilot.DatePicker({ target: i, theme: "navigator_modal", zIndex: t.zIndex + 1, resetTarget: !1, targetAlignment: "left", onTimeRangeSelect: function (e) { a.onInput({ "immediate": !0 }); } });
1912
+ return i.picker = n, i.className = t.theme + "_input_date", i.type = "text", i.onkeydown = function (e) {
1913
+ var a = !1;
1912
1914
  switch (e.keyCode) {
1913
1915
  case 13:
1914
1916
  n.visible ? n.close() : t.doOnKey("Enter");
@@ -1917,102 +1919,168 @@ if ("undefined" == typeof DayPilot)
1917
1919
  n.visible ? n.close() : t.doOnKey("Escape");
1918
1920
  break;
1919
1921
  case 9:
1920
- n.close(), i = !0;
1922
+ n.close(), a = !0;
1921
1923
  break;
1922
- default: i = !0;
1924
+ default: a = !0;
1923
1925
  }
1924
- i || (e.preventDefault(), e.stopPropagation());
1925
- }, a.onfocus = function () { n.show(); }, a.onclick = function () { n.show(); }, a.oninput = function (e) { i.onInput(); }, a.onblur = function (e) { i.onBlur(); }, i.element = a, i.picker = n, i.canFocus = function () { return !i.element.disabled; }, i.focus = function () { i.element.focus(); }, i.save = function () { var t = n.date ? n.date.toString() : null, i = {}; return i[e.field] = t, i; }, i;
1926
- }, "select": function () { var t = new d; t.apply = function (e) { t.row = e; var i = t.element; i.value = e.value, i.disabled = !e.enabled; }; var i = document.createElement("select"); return i.name = e.field, e.data.options && e.data.options.forEach && e.data.options.forEach(function (e) { var t = document.createElement("option"); t.innerText = e.name || e.id, t.value = e.id, t.K = e.id, i.appendChild(t); }), i.onchange = function (e) { t.onInput({ "immediate": !0 }); }, i.onblur = function (e) { t.onBlur(); }, t.element = i, t.canFocus = function () { return !t.element.disabled; }, t.focus = function () { t.element.focus(); }, t.save = function () { var t = null, a = i.options[i.selectedIndex]; a && "undefined" != typeof a.K && (t = a.K); var n = {}; return n[e.field] = t, n; }, t; }, "searchable": function () { var i = new d; i.apply = function (e) { i.row = e; var t = i.searchable; t.disabled = !e.enabled, t.select(e.value); }; var a = new r({ data: e.data.options || [], name: e.field, theme: t.theme + "_form_item_searchable", listZIndex: t.zIndex + 1, onSelect: function (e) { e.ui && i.onInput({ "immediate": !0 }); } }), n = a.create(); return i.element = n, i.searchable = a, i.canFocus = function () { return !i.searchable.disabled; }, i.focus = function () { i.searchable.focus(); }, i.save = function () { var t = a.selected && a.selected.id, i = {}; return i[e.field] = t, i; }, i; }, "radio": function () {
1927
- var i = new d;
1928
- i.apply = function (e) { i.row = e; var t = i.radio; t.checked = e.checked, t.disabled = !e.enabled; };
1929
- var a = document.createElement("label"), n = document.createElement("input");
1930
- n.type = "radio", n.name = e.field, n.K = e.resolved, n.onchange = function (e) { var a = i.row; t.findRowsByField(a.field).forEach(function (e) { t.updateState(e, { checked: !1 }); }), t.updateState(a, { checked: !0 }), t.applyState(), i.onInput({ "immediate": !0 }); }, n.onblur = function (e) { i.onBlur(); }, a.appendChild(n);
1926
+ a || (e.preventDefault(), e.stopPropagation());
1927
+ }, i.onfocus = function () { n.show(); }, i.onclick = function () { n.show(); }, i.oninput = function (e) { a.onInput(); }, i.onblur = function (e) { a.onBlur(); }, a.element = i, a.picker = n, a.canFocus = function () { return !a.element.disabled; }, a.focus = function () { a.element.focus(); }, a.save = function () { var t = n.date ? n.date.toString() : null, a = {}; return a[e.field] = t, a; }, a;
1928
+ }, "time": function () { return t.K(e); }, "datetime": function () { return t.L(e); }, "select": function () { var t = new r; t.apply = function (e) { t.row = e; var a = t.element; a.value = e.value, a.disabled = !e.enabled; }; var a = document.createElement("select"); return a.name = e.field, e.data.options && e.data.options.forEach && e.data.options.forEach(function (e) { var t = document.createElement("option"); t.innerText = e.name || e.id, t.value = e.id, t.M = e.id, a.appendChild(t); }), a.onchange = function (e) { t.onInput({ "immediate": !0 }); }, a.onblur = function (e) { t.onBlur(); }, t.element = a, t.canFocus = function () { return !t.element.disabled; }, t.focus = function () { t.element.focus(); }, t.save = function () { var t = null, i = a.options[a.selectedIndex]; i && "undefined" != typeof i.M && (t = i.M); var n = {}; return n[e.field] = t, n; }, t; }, "searchable": function () { var a = new r; a.apply = function (e) { a.row = e; var t = a.searchable; t.disabled = !e.enabled, t.select(e.value); }; var i = new s({ data: e.data.options || [], name: e.field, theme: t.theme + "_form_item_searchable", listZIndex: t.zIndex + 1, onSelect: function (e) { e.ui && a.onInput({ "immediate": !0 }); } }), n = i.create(); return a.element = n, a.searchable = i, a.canFocus = function () { return !a.searchable.disabled; }, a.focus = function () { a.searchable.focus(); }, a.save = function () { var t = i.selected && i.selected.id, a = {}; return a[e.field] = t, a; }, a; }, "radio": function () {
1929
+ var a = new r;
1930
+ a.apply = function (e) { a.row = e; var t = a.radio; t.checked = e.checked, t.disabled = !e.enabled; };
1931
+ var i = document.createElement("label"), n = document.createElement("input");
1932
+ n.type = "radio", n.name = e.field, n.M = e.resolved, n.onchange = function (e) { var i = a.row; t.findRowsByField(i.field).forEach(function (e) { t.updateState(e, { checked: !1 }); }), t.updateState(i, { checked: !0 }), t.applyState(), a.onInput({ "immediate": !0 }); }, n.onblur = function (e) { a.onBlur(); }, i.appendChild(n);
1931
1933
  var o = document.createTextNode(e.text);
1932
- return a.append(o), i.element = a, i.radio = n, i.canFocus = function () { return !1; }, i.focus = function () { i.radio.focus(); }, i.save = function () {
1934
+ return i.append(o), a.element = i, a.radio = n, a.canFocus = function () { return !1; }, a.focus = function () { a.radio.focus(); }, a.save = function () {
1933
1935
  if (!n.checked)
1934
1936
  return {};
1935
- var t = n.K, i = {};
1936
- return i[e.field] = t, i;
1937
- }, i;
1938
- }, "checkbox": function () { var i = new d; i.apply = function (e) { i.row = e; var t = i.checkbox; t.checked = e.checked, t.disabled = !e.enabled; }; var a = document.createElement("label"), n = document.createElement("input"); n.type = "checkbox", n.name = e.field, n.K = e.resolved, n.onchange = function (e) { var a = i.row; t.updateState(a, { checked: this.checked }), t.applyState(), i.onInput({ "immediate": !0 }); }, n.onblur = function (e) { i.onBlur(); }, a.appendChild(n); var o = document.createTextNode(e.text); return a.append(o), i.element = a, i.checkbox = n, i.canFocus = function () { return !1; }, i.focus = function () { i.checkbox.focus(); }, i.save = function () { var t = n.checked, i = {}; return i[e.field] = t, i; }, i; }, "table": function () { var i = new d; i.apply = function (e) { i.row = e; var t = i.table; t.disabled = !e.enabled, t.load(e.value || []); }; var a = new s({ name: e.field, form: t, theme: t.theme + "_form_item_tabular", item: e.data, onInput: function (e) { i.onInput(); } }), n = a.create(); return i.element = n, i.table = a, i.canFocus = function () { return !1; }, i.focus = function () { i.table.focus(); }, i.save = function () { var t = a.save(), i = {}; return i[e.field] = t, i; }, i; } };
1939
- return t.plugins && t.plugins[e.type] ? t.plugins[e.type](e) : i[e.type]();
1940
- }, o.prototype.findRowsByField = function (e) { return this.D.filter(function (t) { return t.field === e; }); }, o.prototype.findViewById = function (e, t) { return this.G.find(function (i) { return i.row.field === e && ("radio" !== i.row.type || i.row.resolved === t); }); }, o.prototype.firstFocusable = function () { return this.G.find(function (e) { return e.canFocus && e.canFocus(); }); }, o.prototype.updateState = function (e, t) {
1941
- var i = this.E ? this.E : this.D, a = i.indexOf(e);
1942
- return this.E = i.map(function (i) {
1943
- if (i !== e)
1944
- return i;
1937
+ var t = n.M, a = {};
1938
+ return a[e.field] = t, a;
1939
+ }, a;
1940
+ }, "checkbox": function () { var a = new r; a.apply = function (e) { a.row = e; var t = a.checkbox; t.checked = e.checked, t.disabled = !e.enabled; }; var i = document.createElement("label"), n = document.createElement("input"); n.type = "checkbox", n.name = e.field, n.M = e.resolved, n.onchange = function (e) { var i = a.row; t.updateState(i, { checked: this.checked }), t.applyState(), a.onInput({ "immediate": !0 }); }, n.onblur = function (e) { a.onBlur(); }, i.appendChild(n); var o = document.createTextNode(e.text); return i.append(o), a.element = i, a.checkbox = n, a.canFocus = function () { return !1; }, a.focus = function () { a.checkbox.focus(); }, a.save = function () { var t = n.checked, a = {}; return a[e.field] = t, a; }, a; }, "table": function () { var a = new r; a.apply = function (e) { a.row = e; var t = a.table; t.disabled = !e.enabled, t.load(e.value || []); }; var i = new c({ name: e.field, form: t, theme: t.theme + "_form_item_tabular", item: e.data, onInput: function (e) { a.onInput(); } }), n = i.create(); return a.element = n, a.table = i, a.canFocus = function () { return !1; }, a.focus = function () { a.table.focus(); }, a.save = function () { var t = i.save(), a = {}; return a[e.field] = t, a; }, a; } };
1941
+ return t.plugins && t.plugins[e.type] ? t.plugins[e.type](e) : a[e.type]();
1942
+ }, l.prototype.K = function (e) {
1943
+ var t = this, a = new r;
1944
+ a.apply = function (e) { a.row = e; var t = a.searchable; t.disabled = !e.enabled, t.select(e.value); };
1945
+ var i = [], n = e.data.timeInterval || 15;
1946
+ [1, 5, 10, 15, 20, 30, 60].includes(n) || (n = 15);
1947
+ for (var o = 60 / n, l = e.data.locale || t.locale, d = DayPilot.Locale.find(l) || DayPilot.Locale.US, c = DayPilot.Date.today(), u = 0; u < 24 * o; u++) {
1948
+ var m = c.addMinutes(n * u), h = {};
1949
+ h.name = m.toString(e.data.timeFormat || d.timePattern, d), h.id = m.toString("HH:mm"), i.push(h);
1950
+ }
1951
+ var p = new s({ data: i, name: e.field, theme: t.theme + "_form_item_time", listZIndex: t.zIndex + 1, strategy: "startsWith", onSelect: function (e) { e.ui && a.onInput({ "immediate": !0 }); } }), f = p.create();
1952
+ return a.element = f, a.searchable = p, a.canFocus = function () { return !a.searchable.disabled; }, a.focus = function () { a.searchable.focus(); }, a.save = function () { var t = p.selected && p.selected.id, a = {}; return a[e.field] = t, a; }, a;
1953
+ }, l.prototype.L = function (e) {
1954
+ var t = this, a = new r;
1955
+ a.apply = function (e) {
1956
+ a.row = e;
1957
+ var i = a.searchable;
1958
+ i.disabled = !e.enabled;
1959
+ var n = new DayPilot.Date(e.value).toString("HH:mm");
1960
+ i.select(n);
1961
+ var o = a.dateInput, l = a.picker;
1962
+ e.data.dateFormat && (l.pattern = e.data.dateFormat);
1963
+ var d = e.data.locale || t.locale;
1964
+ if (d) {
1965
+ var r = DayPilot.Locale.find(d) || DayPilot.Locale.US;
1966
+ l.locale = d, l.pattern = r.datePattern;
1967
+ }
1968
+ o.disabled = !e.enabled, l.date = new DayPilot.Date(e.value);
1969
+ var s = new DayPilot.Date(e.value).toString(e.data.dateFormat || l.pattern, l.locale);
1970
+ o.value = s;
1971
+ };
1972
+ var i = function () {
1973
+ var i = document.createElement("input");
1974
+ i.name = e.field;
1975
+ var n = new DayPilot.DatePicker({ target: i, theme: "navigator_modal", zIndex: t.zIndex + 1, resetTarget: !1, targetAlignment: "left", onTimeRangeSelect: function (e) { a.onInput({ "immediate": !0 }); } });
1976
+ return i.picker = n, i.className = t.theme + "_input_date", i.type = "text", i.onkeydown = function (e) {
1977
+ var a = !1;
1978
+ switch (e.keyCode) {
1979
+ case 13:
1980
+ n.visible ? n.close() : t.doOnKey("Enter");
1981
+ break;
1982
+ case 27:
1983
+ n.visible ? n.close() : t.doOnKey("Escape");
1984
+ break;
1985
+ case 9:
1986
+ n.close(), a = !0;
1987
+ break;
1988
+ default: a = !0;
1989
+ }
1990
+ a || (e.preventDefault(), e.stopPropagation());
1991
+ }, i.onfocus = function () { n.show(); }, i.onclick = function () { n.show(); }, i.oninput = function (e) { a.onInput(); }, i.onblur = function (e) { a.onBlur(); }, a.dateInput = i, a.picker = n, i;
1992
+ }(), n = function () {
1993
+ var i = [], n = e.data.timeInterval || 15;
1994
+ [1, 5, 10, 15, 20, 30, 60].includes(n) || (n = 15);
1995
+ for (var o = 60 / n, l = e.data.locale || t.locale, d = DayPilot.Locale.find(l) || DayPilot.Locale.US, r = DayPilot.Date.today(), c = 0; c < 24 * o; c++) {
1996
+ var u = r.addMinutes(n * c), m = {};
1997
+ m.name = u.toString(e.data.timeFormat || d.timePattern, d), m.id = u.toString("HH:mm"), i.push(m);
1998
+ }
1999
+ var h = new s({ data: i, name: e.field, theme: t.theme + "_form_item_time", listZIndex: t.zIndex + 1, strategy: "startsWith", onSelect: function (e) { e.ui && a.onInput({ "immediate": !0 }); } });
2000
+ return a.searchable = h, h.create();
2001
+ }(), o = document.createElement("div");
2002
+ return o.className = t.theme + "_form_item_datetime_parent", o.appendChild(i), o.appendChild(n), a.element = o, a.canFocus = function () { return !a.searchable.disabled; }, a.focus = function () { a.dateInput.focus(); }, a.save = function () { var t = a.searchable.selected && a.searchable.selected.id, i = a.picker.date ? a.picker.date.toString() : null, n = new DayPilot.Date(i).getDatePart(), o = DayPilot.Date.parse(n.toString("yyyy-dd-MM ") + t, "yyyy-dd-MM HH:mm"), l = {}; return l[e.field] = o, l; }, a;
2003
+ }, l.prototype.findRowsByField = function (e) { return this.D.filter(function (t) { return t.field === e; }); }, l.prototype.findViewById = function (e, t) { return this.G.find(function (a) { return a.row.field === e && ("radio" !== a.row.type || a.row.resolved === t); }); }, l.prototype.firstFocusable = function () { return this.G.find(function (e) { return e.canFocus && e.canFocus(); }); }, l.prototype.updateState = function (e, t) {
2004
+ var a = this.E ? this.E : this.D, i = a.indexOf(e);
2005
+ return this.E = a.map(function (a) {
2006
+ if (a !== e)
2007
+ return a;
1945
2008
  if (e.propsEqual(t))
1946
2009
  return e;
1947
- var a = e.clone();
2010
+ var i = e.clone();
1948
2011
  for (var n in t)
1949
- a[n] = t[n];
1950
- return a;
1951
- }), this.E[a];
1952
- }, o.prototype.updateInteractive = function (e) { var t = this.E.indexOf(e); this.G[t].apply(e); }, o.prototype.applyState = function () {
2012
+ i[n] = t[n];
2013
+ return i;
2014
+ }), this.E[i];
2015
+ }, l.prototype.updateInteractive = function (e) { var t = this.E.indexOf(e); this.G[t].apply(e); }, l.prototype.applyState = function () {
1953
2016
  var e = this;
1954
2017
  if (this.updateDependentState(), this.E) {
1955
- this.E.filter(function (t, i) { return e.D[i] !== t; }).forEach(function (t) { e.updateInteractive(t); }), this.D = this.E, this.E = null;
2018
+ this.E.filter(function (t, a) { return e.D[a] !== t; }).forEach(function (t) { e.updateInteractive(t); }), this.D = this.E, this.E = null;
1956
2019
  }
1957
- }, o.prototype.getFieldType = function (e) { return ["text", "date", "select", "searchable", "radio", "checkbox", "table", "title", "image", "html", "textarea", "scrollable"].indexOf(e.type) !== -1 ? e.type : e.type && this.plugins && this.plugins[e.type] ? e.type : e.image ? "image" : e.html || e.text ? "html" : e.id ? e.options ? "searchable" : e.dateFormat ? "date" : e.columns ? "table" : "text" : "title"; }, o.prototype.serialize = function () {
2020
+ }, l.prototype.getFieldType = function (e) { return ["text", "date", "select", "searchable", "radio", "checkbox", "table", "title", "image", "html", "textarea", "scrollable", "time", "datetime"].indexOf(e.type) !== -1 ? e.type : e.type && this.plugins && this.plugins[e.type] ? e.type : e.image ? "image" : e.html || e.text ? "html" : e.id ? e.options ? "searchable" : e.dateFormat ? "date" : e.columns ? "table" : "text" : "title"; }, l.prototype.serialize = function () {
1958
2021
  var e = {};
1959
2022
  return this.G.forEach(function (t) {
1960
- var i = t.save();
1961
- for (var a in i)
1962
- e[a] = i[a];
2023
+ var a = t.save();
2024
+ for (var i in a)
2025
+ e[i] = a[i];
1963
2026
  }), e;
1964
2027
  };
1965
- var l = function () { this.id = this.guid(), this.field = null, this.data = null, this.type = null, this.level = 0, this.enabled = !0, this.value = null, this.text = null, this.interactive = !0, this.isValue = !1, this.checked = !1, this.resolved = null; };
1966
- l.prototype.clone = function () {
1967
- var e = new l;
2028
+ var d = function () { this.id = this.guid(), this.field = null, this.data = null, this.type = null, this.level = 0, this.enabled = !0, this.value = null, this.text = null, this.interactive = !0, this.isValue = !1, this.checked = !1, this.resolved = null; };
2029
+ d.prototype.clone = function () {
2030
+ var e = new d;
1968
2031
  for (var t in this)
1969
2032
  "id" !== t && (e[t] = this[t]);
1970
2033
  return e;
1971
- }, l.prototype.propsEqual = function (e) {
2034
+ }, d.prototype.propsEqual = function (e) {
1972
2035
  for (var t in e)
1973
2036
  if (this[t] !== e[t])
1974
2037
  return !1;
1975
2038
  return !0;
1976
- }, l.prototype.guid = function () { var e = function () { return (65536 * (1 + Math.random()) | 0).toString(16).substring(1); }; return "" + e() + e() + "-" + e() + "-" + e() + "-" + e() + "-" + e() + e() + e(); }, l.prototype.applyValue = function (e, t) { this.field === e && (this.value = t, this.isValue && t === this.resolved && (this.checked = !0)); };
1977
- var d = function () { this.element = null, this.canFocus = function () { return !1; }, this.apply = function (e) { }, this.focus = function () { }, this.save = function () { return {}; }; }, r = function (e) {
1978
- this.data = [], this.name = null, this.theme = "searchable_default", this.L = !1, this.listZIndex = 1e5, this.onSelect = null, this.M = null, this.N = null, this.O = !1, this.P = null, this.Q = null, this.R = [], this.S = null, e = e || {};
1979
- var t = this, i = { "selected": { post: function (e) { "object" == typeof e && e.id ? t.M = e : "string" != typeof e && "number" != typeof e || t.select(e); } } };
1980
- Object.defineProperty(this, "selected", { get: function () { return this.M; } }), Object.defineProperty(this, "disabled", { get: function () { return this.L; }, set: function (e) { this.L = e, this.P && (this.P.disabled = e, e && this.T()); } });
1981
- for (var a in e)
1982
- i[a] || (this[a] = e[a]);
1983
- for (var a in e)
1984
- i[a] && i[a].post(e[a]);
2039
+ }, d.prototype.guid = function () { var e = function () { return (65536 * (1 + Math.random()) | 0).toString(16).substring(1); }; return "" + e() + e() + "-" + e() + "-" + e() + "-" + e() + "-" + e() + e() + e(); }, d.prototype.applyValue = function (e, t) { this.field === e && (this.value = t, this.isValue && t === this.resolved && (this.checked = !0)); };
2040
+ var r = function () { this.element = null, this.canFocus = function () { return !1; }, this.apply = function (e) { }, this.focus = function () { }, this.save = function () { return {}; }; }, s = function (e) {
2041
+ this.data = [], this.name = null, this.theme = "searchable_default", this.N = !1, this.listZIndex = 1e5, this.onSelect = null, this.O = null, this.P = null, this.Q = !1, this.R = null, this.S = null, this.T = [], this.U = null, e = e || {};
2042
+ var t = this, a = { "selected": { post: function (e) { "object" == typeof e && e.id ? t.O = e : "string" != typeof e && "number" != typeof e || t.select(e); } } };
2043
+ Object.defineProperty(this, "selected", { get: function () { return this.O; } }), Object.defineProperty(this, "disabled", { get: function () { return this.N; }, set: function (e) { this.N = e, this.R && (this.R.disabled = e, e && this.V()); } });
2044
+ for (var i in e)
2045
+ a[i] || (this[i] = e[i]);
2046
+ for (var i in e)
2047
+ a[i] && a[i].post(e[i]);
1985
2048
  };
1986
- r.prototype.select = function (e) { return this.M = this.data.find(function (t) { return t.id === e; }), this.U(!1), this; }, r.prototype.create = function () {
1987
- function e() {
1988
- m.style.display = "", m.style.top = p.offsetHeight + "px", m.style.left = "0px", m.style.width = p.offsetWidth + "px", m.innerHTML = "", m.addEventListener("mousedown", function (e) { e.preventDefault(); }), r.N = null, r.R = [];
1989
- var e = null;
1990
- r.data.forEach(function (i) {
1991
- var n = i.name || i.id;
1992
- if (n.toLowerCase().indexOf(p.value.toLowerCase()) !== -1) {
1993
- var o = document.createElement("div");
1994
- o.className = r.theme + "_list_item", o.innerText = n, o.item = i, i === r.M && (r.N = o), e || (e = o), o.addEventListener("mousedown", function (e) { a(o), e.preventDefault(); }), o.addEventListener("mousemove", function (e) { r.N !== o && (r.N = o, t({ dontScroll: !0 })); }), m.appendChild(o), r.R.push(o);
2049
+ s.prototype.select = function (e) { return this.O = this.data.find(function (t) { return t.id === e; }), this.W(!1), this; }, s.prototype.create = function () {
2050
+ function e(e) {
2051
+ var a = r.strategy;
2052
+ "includes" !== r.strategy && "startsWith" !== r.strategy && (a = "includes"), e = e || a || "includes", m.style.display = "", m.style.top = p.offsetHeight + "px", m.style.left = "0px", m.style.width = p.offsetWidth + "px", m.innerHTML = "", m.addEventListener("mousedown", function (e) { e.preventDefault(); }), r.P = null, r.T = [];
2053
+ var n = null;
2054
+ r.data.forEach(function (a) {
2055
+ var o = a.name || a.id;
2056
+ if ("includes" === e) {
2057
+ if (o.toLowerCase().indexOf(p.value.toLowerCase()) === -1)
2058
+ return;
1995
2059
  }
1996
- }), r.N || (r.N = e), t();
2060
+ else if ("startsWith" === e && 0 !== o.toLowerCase().indexOf(p.value.toLowerCase()))
2061
+ return;
2062
+ var l = document.createElement("div");
2063
+ l.className = r.theme + "_list_item", l.innerText = o, l.item = a, a === r.O && (r.P = l), n || (n = l), l.addEventListener("mousedown", function (e) { i(l), e.preventDefault(); }), l.addEventListener("mousemove", function (e) { r.P !== l && (r.P = l, t({ dontScroll: !0 })); }), m.appendChild(l), r.T.push(l);
2064
+ }), r.P || (r.P = n), t();
1997
2065
  }
1998
- function t(e) { e = e || {}; var t = !e.dontScroll; document.querySelectorAll("." + r.theme + "_list_item_highlight").forEach(function (e) { e.className = e.className.replace(r.theme + "_list_item_highlight", ""); }), r.N && (r.N.className += " " + r.theme + "_list_item_highlight", t && !i(r.N, m) && r.N.scrollIntoView()); }
1999
- function i(e, t) { var i = e.getBoundingClientRect(), a = t.getBoundingClientRect(); return i.top >= a.top && i.bottom <= a.bottom; }
2000
- function a(e) { var t = e.item; r.M = t, r.U(!0), o(), l(); }
2001
- function n() { r.T(); }
2002
- function o() { r.V(); }
2003
- function l() { r.O = !0, p.setAttribute("readonly", "readonly"), p.focus(); }
2004
- function d() { r.O = !1, p.removeAttribute("readonly"), p.value = "", e(); }
2066
+ function t(e) { e = e || {}; var t = !e.dontScroll; document.querySelectorAll("." + r.theme + "_list_item_highlight").forEach(function (e) { e.className = e.className.replace(r.theme + "_list_item_highlight", ""); }), r.P && (r.P.className += " " + r.theme + "_list_item_highlight", t && !a(r.P, m) && r.P.scrollIntoView()); }
2067
+ function a(e, t) { var a = e.getBoundingClientRect(), i = t.getBoundingClientRect(); return a.top >= i.top && a.bottom <= i.bottom; }
2068
+ function i(e) { var t = e.item; r.O = t, r.W(!0), o(), l(); }
2069
+ function n() { r.V(); }
2070
+ function o() { r.X(); }
2071
+ function l() { r.Q = !0, p.setAttribute("readonly", "readonly"), p.focus(); }
2072
+ function d() { r.Q = !1, p.removeAttribute("readonly"), p.select(), e("all"); }
2005
2073
  var r = this, s = this, c = document.createElement("div");
2006
2074
  c.className = this.theme + "_main", c.style.position = "relative";
2007
2075
  var u = document.createElement("div");
2008
- u.className = this.theme + "_icon", u.style.position = "absolute", u.style.right = "0", u.style.top = "0", u.style.bottom = "0", u.style.width = "20px", u.addEventListener("mousedown", function (e) { e.preventDefault(), r.O ? (r.focus(), d()) : (n(), l()); });
2076
+ u.className = this.theme + "_icon", u.style.position = "absolute", u.style.right = "0", u.style.top = "0", u.style.bottom = "0", u.style.width = "20px", u.addEventListener("mousedown", function (e) { e.preventDefault(), r.Q ? (r.focus(), d()) : (n(), l()); });
2009
2077
  var m = document.createElement("div");
2010
2078
  m.className = this.theme + "_list", m.style.display = "none", m.style.position = "absolute", m.style.zIndex = this.listZIndex;
2011
2079
  var h = document.createElement("input");
2012
- h.type = "hidden", h.name = this.name, h.searchable = s, this.S = h;
2080
+ h.type = "hidden", h.name = this.name, h.searchable = s, this.U = h;
2013
2081
  var p = document.createElement("input");
2014
- return p.type = "text", p.className = this.theme + "_input", p.disabled = this.L, p.addEventListener("click", function (e) { d(); }), p.addEventListener("focus", function (t) { p.value = "", e(); }), p.addEventListener("input", function (t) { e(); }), p.addEventListener("blur", function (e) { p.removeAttribute("readonly"), n(); }), p.addEventListener("keydown", function (e) {
2015
- if (r.O) {
2082
+ return p.type = "text", p.className = this.theme + "_input", p.disabled = this.N, p.addEventListener("click", function (e) { d(); }), p.addEventListener("focus", function (t) { e("all"); }), p.addEventListener("input", function (t) { e(); }), p.addEventListener("blur", function (e) { p.removeAttribute("readonly"), n(); }), p.addEventListener("keydown", function (e) {
2083
+ if (r.Q) {
2016
2084
  if ("Enter" === e.key)
2017
2085
  return;
2018
2086
  if ("Esc" === e.key || "Escape" === e.key)
@@ -2020,119 +2088,119 @@ if ("undefined" == typeof DayPilot)
2020
2088
  d();
2021
2089
  }
2022
2090
  if ("ArrowDown" === e.key) {
2023
- var i = s.R.indexOf(s.N);
2024
- i + 1 < s.R.length && (s.N = s.R[i + 1]), t();
2091
+ var a = s.T.indexOf(s.P);
2092
+ a + 1 < s.T.length && (s.P = s.T[a + 1]), t();
2025
2093
  }
2026
2094
  else if ("ArrowUp" === e.key) {
2027
- var i = s.R.indexOf(s.N);
2028
- i - 1 >= 0 && (s.N = s.R[i - 1]), t();
2095
+ var a = s.T.indexOf(s.P);
2096
+ a - 1 >= 0 && (s.P = s.T[a - 1]), t();
2029
2097
  }
2030
2098
  else
2031
- "Enter" === e.key ? r.N ? (e.stopPropagation(), a(r.N)) : (e.stopPropagation(), n(), l()) : "Esc" !== e.key && "Escape" !== e.key || (e.stopPropagation(), n(), l());
2032
- }), this.P = p, this.Q = m, this.M || (this.M = this.data[0], this.M && (p.value = this.M.name)), c.appendChild(p), c.appendChild(u), c.appendChild(h), c.appendChild(m), c;
2033
- }, r.prototype.T = function () { this.V(), this.M ? this.P.value = this.M.name : (this.P.value = "", this.U(!0)); }, r.prototype.focus = function () { this.O = !0, this.P.setAttribute("readonly", "readonly"), this.P.focus(), this.T(); }, r.prototype.V = function () { this.Q.style.display = "none"; }, r.prototype.U = function (e) {
2034
- if (this.S.value = this.selected ? this.selected.id : null, this.M ? this.P.value = this.M.name : this.P.value = "", "function" == typeof this.onSelect) {
2099
+ "Enter" === e.key ? r.P ? (e.stopPropagation(), i(r.P)) : (e.stopPropagation(), n(), l()) : "Esc" !== e.key && "Escape" !== e.key || (e.stopPropagation(), n(), l());
2100
+ }), this.R = p, this.S = m, this.O || (this.O = this.data[0], this.O && (p.value = this.O.name)), c.appendChild(p), c.appendChild(u), c.appendChild(h), c.appendChild(m), c;
2101
+ }, s.prototype.V = function () { this.X(), this.O ? this.R.value = this.O.name : (this.R.value = "", this.W(!0)); }, s.prototype.focus = function () { this.Q = !0, this.R.setAttribute("readonly", "readonly"), this.R.focus(), this.V(); }, s.prototype.X = function () { this.S.style.display = "none"; }, s.prototype.W = function (e) {
2102
+ if (this.U.value = this.selected ? this.selected.id : null, this.O ? this.R.value = this.O.name : this.R.value = "", "function" == typeof this.onSelect) {
2035
2103
  var t = { control: this, ui: e };
2036
2104
  this.onSelect(t);
2037
2105
  }
2038
2106
  };
2039
- var s = function (e) {
2040
- this.form = null, this.item = null, this.data = null, this.name = null, this.theme = "edit_table_default", this.onInput = null, this.nav = {}, this.W = null, this.D = [], e = e || {};
2107
+ var c = function (e) {
2108
+ this.form = null, this.item = null, this.data = null, this.name = null, this.theme = "edit_table_default", this.onInput = null, this.nav = {}, this.Y = null, this.D = [], e = e || {};
2041
2109
  for (var t in e)
2042
2110
  this[t] = e[t];
2043
2111
  };
2044
- s.prototype.create = function () {
2112
+ c.prototype.create = function () {
2045
2113
  var e = this, t = document.createElement("div");
2046
2114
  t.className = this.theme + "_main", t.style.position = "relative";
2047
- var i = document.createElement("input");
2048
- i.type = "hidden", i.name = e.name, i.table = this, t.appendChild(i);
2049
- var a = document.createElement("div");
2050
- a.className = this.theme + "_table";
2051
- var n = this.X();
2052
- a.appendChild(n);
2053
- var o = e.Y({});
2115
+ var a = document.createElement("input");
2116
+ a.type = "hidden", a.name = e.name, a.table = this, t.appendChild(a);
2117
+ var i = document.createElement("div");
2118
+ i.className = this.theme + "_table";
2119
+ var n = this.Z();
2120
+ i.appendChild(n);
2121
+ var o = e.$({});
2054
2122
  o.spacer = !0;
2055
- var l = this.Z(o);
2056
- l.classList.add(e.theme + "_spacer"), a.appendChild(l);
2123
+ var l = this._(o);
2124
+ l.classList.add(e.theme + "_spacer"), i.appendChild(l);
2057
2125
  var d = document.createElement("div");
2058
- d.className = e.theme + "_tbody", a.appendChild(d), t.appendChild(a);
2126
+ d.className = e.theme + "_tbody", i.appendChild(d), t.appendChild(i);
2059
2127
  var r = document.createElement("div");
2060
- t.appendChild(r), this.nav.body = d, this.nav.table = a, this.nav.main = t, this.nav.after = r;
2128
+ t.appendChild(r), this.nav.body = d, this.nav.table = i, this.nav.main = t, this.nav.after = r;
2061
2129
  var s = document.createElement("div"), c = document.createElement("span");
2062
2130
  return c.className = this.theme + "_plus", c.addEventListener("click", function (t) {
2063
2131
  if (!e.disabled) {
2064
- var i = e.item.onNewRow, a = {};
2065
- if ("function" == typeof i) {
2132
+ var a = e.item.onNewRow, i = {};
2133
+ if ("function" == typeof a) {
2066
2134
  var n = {};
2067
- n.result = e.form.serialize(), n.value = {}, i(n), a = n.value;
2135
+ n.result = e.form.serialize(), n.value = {}, a(n), i = n.value;
2068
2136
  }
2069
- var o = e.Y(a);
2070
- e.D.push(o), e.$(), e._();
2137
+ var o = e.$(i);
2138
+ e.D.push(o), e.aa(), e.ba();
2071
2139
  }
2072
2140
  }), this.nav.plus = c, s.appendChild(c), t.appendChild(s), t;
2073
- }, s.prototype.X = function () { var e = this, t = document.createElement("div"); return t.classList.add(this.theme + "_row"), t.classList.add(this.theme + "_header"), this.item.columns.forEach(function (i) { var a = document.createElement("div"); a.classList.add(e.theme + "_cell"), a.innerText = i.name, t.appendChild(a); }), t; }, s.prototype.aa = function () { var e = this.item.max || 0; return !!(e && this.D.length >= e); }, s.prototype.save = function () { var e = this, t = []; return e.D.forEach(function (e) { var i = {}; e.cells.forEach(function (e) { i[e.id] = e.value; }), t.push(i); }), t; }, s.prototype.load = function (e) {
2141
+ }, c.prototype.Z = function () { var e = this, t = document.createElement("div"); return t.classList.add(this.theme + "_row"), t.classList.add(this.theme + "_header"), this.item.columns.forEach(function (a) { var i = document.createElement("div"); i.classList.add(e.theme + "_cell"), i.innerText = a.name, t.appendChild(i); }), t; }, c.prototype.ca = function () { var e = this.item.max || 0; return !!(e && this.D.length >= e); }, c.prototype.save = function () { var e = this, t = []; return e.D.forEach(function (e) { var a = {}; e.cells.forEach(function (e) { a[e.id] = e.value; }), t.push(a); }), t; }, c.prototype.load = function (e) {
2074
2142
  if ("[object Array]" !== Object.prototype.toString.call(e))
2075
2143
  throw new Error("Array expected");
2076
- this.data = e, this.ba(), this.$();
2077
- }, s.prototype.ca = function () { this.disabled ? this.nav.main.classList.add(this.theme + "_disabled") : this.nav.main.classList.remove(this.theme + "_disabled"), this.aa() ? this.nav.plus.classList.add(this.theme + "_plus_max") : this.nav.plus.classList.remove(this.theme + "_plus_max"); }, s.prototype.ba = function () { var e = this; this.D = [], this.data.forEach(function (t) { var i = e.Y(t); e.D.push(i); }); }, s.prototype.da = function (e) { var t = this, i = t.D.indexOf(e); t.D.splice(i, 1); }, s.prototype.Y = function (e) {
2078
- var t = this, i = {};
2079
- return i.data = e, i.cells = [], t.item.columns.forEach(function (a) {
2080
- var n = a.id, o = e[n], l = t.ea(a);
2144
+ this.data = e, this.da(), this.aa();
2145
+ }, c.prototype.ea = function () { this.disabled ? this.nav.main.classList.add(this.theme + "_disabled") : this.nav.main.classList.remove(this.theme + "_disabled"), this.ca() ? this.nav.plus.classList.add(this.theme + "_plus_max") : this.nav.plus.classList.remove(this.theme + "_plus_max"); }, c.prototype.da = function () { var e = this; this.D = [], this.data.forEach(function (t) { var a = e.$(t); e.D.push(a); }); }, c.prototype.fa = function (e) { var t = this, a = t.D.indexOf(e); t.D.splice(a, 1); }, c.prototype.$ = function (e) {
2146
+ var t = this, a = {};
2147
+ return a.data = e, a.cells = [], t.item.columns.forEach(function (i) {
2148
+ var n = i.id, o = e[n], l = t.ga(i);
2081
2149
  if ("undefined" == typeof o)
2082
2150
  if ("text" === l)
2083
2151
  o = "";
2084
2152
  else if ("number" === l)
2085
2153
  o = 0;
2086
2154
  else if ("select" === l) {
2087
- var d = a.options;
2155
+ var d = i.options;
2088
2156
  o = d && d[0].id;
2089
2157
  }
2090
2158
  var r = {};
2091
- r.id = n, r.value = o, r.type = l, r.data = a, i.cells.push(r);
2092
- }), i;
2093
- }, s.prototype.ea = function (e) { var t = e.type; return t || (t = e.options ? "select" : "text"), t; }, s.prototype.$ = function () {
2159
+ r.id = n, r.value = o, r.type = l, r.data = i, a.cells.push(r);
2160
+ }), a;
2161
+ }, c.prototype.ga = function (e) { var t = e.type; return t || (t = e.options ? "select" : "text"), t; }, c.prototype.aa = function () {
2094
2162
  var e = this;
2095
- if (this.nav.body.innerHTML = "", this.nav.after.innerHTML = "", this.D.forEach(function (t) { var i = e.Z(t); e.nav.body.appendChild(i); }), 0 === this.D.length) {
2096
- var t = e.fa();
2163
+ if (this.nav.body.innerHTML = "", this.nav.after.innerHTML = "", this.D.forEach(function (t) { var a = e._(t); e.nav.body.appendChild(a); }), 0 === this.D.length) {
2164
+ var t = e.ha();
2097
2165
  e.nav.after.appendChild(t);
2098
2166
  }
2099
- this.ca();
2100
- }, s.prototype.fa = function () { var e = document.createElement("div"); return e.className = this.theme + "_empty", e; }, s.prototype.Z = function (e) {
2101
- var t = this, i = document.createElement("div");
2102
- i.className = t.theme + "_row", e.cells.forEach(function (a) {
2167
+ this.ea();
2168
+ }, c.prototype.ha = function () { var e = document.createElement("div"); return e.className = this.theme + "_empty", e; }, c.prototype._ = function (e) {
2169
+ var t = this, a = document.createElement("div");
2170
+ a.className = t.theme + "_row", e.cells.forEach(function (i) {
2103
2171
  var n = document.createElement("div");
2104
2172
  n.className = t.theme + "_cell";
2105
- var o = t.ga(a);
2173
+ var o = t.ia(i);
2106
2174
  if (e.spacer) {
2107
2175
  var l = document.createElement("div");
2108
2176
  l.style.height = "0px", l.style.overflow = "hidden", l.appendChild(o), n.appendChild(l);
2109
2177
  }
2110
2178
  else
2111
2179
  n.appendChild(o);
2112
- i.appendChild(n);
2180
+ a.appendChild(n);
2113
2181
  });
2114
- var a = document.createElement("div");
2115
- a.classList.add(t.theme + "_cell"), a.classList.add(t.theme + "_rowaction");
2182
+ var i = document.createElement("div");
2183
+ i.classList.add(t.theme + "_cell"), i.classList.add(t.theme + "_rowaction");
2116
2184
  var n = document.createElement("span");
2117
- return n.className = this.theme + "_delete", n.addEventListener("click", function (i) { t.disabled || (t.da(e), t.$(), t._()); }), e.spacer || a.appendChild(n), i.appendChild(a), i;
2118
- }, s.prototype._ = function () {
2185
+ return n.className = this.theme + "_delete", n.addEventListener("click", function (a) { t.disabled || (t.fa(e), t.aa(), t.ba()); }), e.spacer || i.appendChild(n), a.appendChild(i), a;
2186
+ }, c.prototype.ba = function () {
2119
2187
  var e = this;
2120
2188
  if ("function" == typeof e.onInput) {
2121
2189
  var t = {};
2122
2190
  e.onInput(t);
2123
2191
  }
2124
- }, s.prototype.ga = function (e) {
2125
- var t = this, i = e.type;
2126
- if ("text" === i || "number" === i) {
2127
- var a = document.createElement("input");
2128
- return a.type = i, t.disabled && (a.disabled = !0), e.value && (a.value = e.value), a.addEventListener("keyup", function (a) { "number" === i ? e.value = Number(this.value) : e.value = this.value, t._(); }), a;
2192
+ }, c.prototype.ia = function (e) {
2193
+ var t = this, a = e.type;
2194
+ if ("text" === a || "number" === a) {
2195
+ var i = document.createElement("input");
2196
+ return i.type = a, t.disabled && (i.disabled = !0), e.value && (i.value = e.value), i.addEventListener("keyup", function (i) { "number" === a ? e.value = Number(this.value) : e.value = this.value, t.ba(); }), i;
2129
2197
  }
2130
- if ("select" === i) {
2198
+ if ("select" === a) {
2131
2199
  var n = document.createElement("select");
2132
- return t.disabled && (n.disabled = !0), e.data.options.forEach(function (t) { var i = document.createElement("option"); i.innerText = t.name, i.value = t.id, i.K = t.id, n.appendChild(i), e.value === t.id && i.setAttribute("selected", !0); }), n.addEventListener("change", function (i) { var a = n.options[n.selectedIndex]; a && "undefined" != typeof a.K && (e.value = a.K), t._(); }), n;
2200
+ return t.disabled && (n.disabled = !0), e.data.options.forEach(function (t) { var a = document.createElement("option"); a.innerText = t.name, a.value = t.id, a.M = t.id, n.appendChild(a), e.value === t.id && a.setAttribute("selected", !0); }), n.addEventListener("change", function (a) { var i = n.options[n.selectedIndex]; i && "undefined" != typeof i.M && (e.value = i.M), t.ba(); }), n;
2133
2201
  }
2134
- throw new Error("Unsupported item type: " + i);
2135
- }, s.prototype.focus = function () { };
2202
+ throw new Error("Unsupported item type: " + a);
2203
+ }, c.prototype.focus = function () { };
2136
2204
  }
2137
2205
  }(DayPilot);
2138
2206
  if ("undefined" == typeof DayPilot)
@@ -2141,7 +2209,7 @@ if ("undefined" == typeof DayPilot)
2141
2209
  if ("undefined" == typeof DayPilot.Month || !DayPilot.Month.events) {
2142
2210
  var t = {};
2143
2211
  t.Month = function (e, i) {
2144
- this.v = "2022.2.384-lite", this.nav = {};
2212
+ this.v = "2022.3.389-lite", this.nav = {};
2145
2213
  var n = this;
2146
2214
  this.id = e, this.isMonth = !0, this.api = 2, this.backendUrl = null, this.cellHeaderHeight = 24, this.cellHeight = 100, this.cssClassPrefix = "month_default", this.eventBarVisible = !0, this.eventHeight = 25, this.eventsLoadMethod = "GET", this.headerHeight = 30, this.hideUntilInit = !0, this.lineSpace = 1, this.locale = "en-us", this.showToolTip = !0, this.startDate = new DayPilot.Date, this.theme = null, this.visible = !0, this.weekStarts = 1, this.width = "100%", this.xssProtection = "Enabled", this.afterRender = function () { }, this.cellHeaderClickHandling = "Enabled", this.eventClickHandling = "Enabled", this.eventDeleteHandling = "Disabled", this.eventMoveHandling = "Update", this.eventResizeHandling = "Update", this.headerClickHandling = "Enabled", this.timeRangeSelectedHandling = "Enabled", this.onCellHeaderClick = null, this.onCellHeaderClicked = null, this.onEventClick = null, this.onEventClicked = null, this.onEventDelete = null, this.onEventDeleted = null, this.onEventMove = null, this.onEventMoved = null, this.onEventResize = null, this.onEventResized = null, this.onTimeRangeSelect = null, this.onTimeRangeSelected = null, this.cellEvents = [], this.elements = {}, this.elements.events = [], this.cache = {}, this.a = function (t, e) { var t = JSON.parse(t); return t.CallBackRedirect ? void (document.location.href = t.CallBackRedirect) : "None" === t.UpdateType ? void n.fireAfterRenderDetached(t.CallBackData, !0) : (n.events.list = t.Events, "Full" === t.UpdateType && (n.startDate = t.StartDate, n.timeFormat = t.TimeFormat ? t.TimeFormat : n.timeFormat, "undefined" != typeof t.WeekStarts && (n.weekStarts = t.WeekStarts), n.hashes = t.Hashes), n.b(), n.c(), n.d(), "Full" === t.UpdateType && (n.f(), n.g()), n.h(), n.show(), n.i(), void n.fireAfterRenderDetached(t.CallBackData, !0)); }, this.fireAfterRenderDetached = function (t, e) { var i = function (t, e) { return function () { n.afterRender && n.afterRender(t, e); }; }; window.setTimeout(i(t, e), 0); }, this.lineHeight = function () { return this.eventHeight + this.lineSpace; }, this.events = {}, this.events.add = function (t) {
2147
2215
  var e = null;
@@ -2197,8 +2265,8 @@ if ("undefined" == typeof DayPilot)
2197
2265
  l += l.indexOf("?") > -1 ? "&" + o : "?" + o, DayPilot.Http.ajax({ "method": "GET", "url": l, "success": a, "error": s });
2198
2266
  }
2199
2267
  }, this.update = function (t) {
2200
- if (this.cells) {
2201
- n.l(t), n.b(), n.c(), n.d(), n.f(), n.g(), n.h(), n.m(), n.i(), this.visible ? this.show() : this.hide();
2268
+ if (n.l(t), this.k && this.cells) {
2269
+ n.b(), n.c(), n.d(), n.f(), n.g(), n.h(), n.m(), n.i(), this.visible ? this.show() : this.hide();
2202
2270
  }
2203
2271
  }, this.n = null, this.l = function (t) {
2204
2272
  if (t) {
@@ -2617,7 +2685,7 @@ if ("undefined" == typeof DayPilot)
2617
2685
  if (this.nav.top = document.getElementById(this.id), !this.nav.top)
2618
2686
  throw "DayPilot.Month: The placeholder element not found: '" + id + "'.";
2619
2687
  }
2620
- }, this.O = function () { this.c(), this.A(), this.g(), this.M(), this.E("Init"); }, this.P = function (t, e) { return n.K.L() ? DayPilot.Util.escapeTextHtml(t, e) : DayPilot.Util.isNullOrUndefined(e) ? DayPilot.Util.isNullOrUndefined(t) ? "" : t : e; }, this.internal = {}, this.internal.xssTextHtml = n.P, this.init = function () { return this.N(), this.loadFromServer() ? void this.O() : (this.c(), this.d(), this.A(), this.g(), this.m(), this.i(), this.M(), this.messageHTML && this.message(this.messageHTML), void this.fireAfterRenderDetached(null, !1)); }, this.Init = this.init, Object.defineProperty(this, "durationBarVisible", { get: function () { return n.eventBarVisible; } }), this.l(i);
2688
+ }, this.O = function () { this.c(), this.A(), this.g(), this.M(), this.E("Init"); }, this.P = function (t, e) { return n.K.L() ? DayPilot.Util.escapeTextHtml(t, e) : DayPilot.Util.isNullOrUndefined(e) ? DayPilot.Util.isNullOrUndefined(t) ? "" : t : e; }, this.internal = {}, this.internal.loadOptions = this.l, this.internal.xssTextHtml = n.P, this.init = function () { return this.N(), this.loadFromServer() ? void this.O() : (this.c(), this.d(), this.A(), this.g(), this.m(), this.i(), this.M(), this.messageHTML && this.message(this.messageHTML), this.fireAfterRenderDetached(null, !1), void (this.k = !0)); }, this.Init = this.init, Object.defineProperty(this, "durationBarVisible", { get: function () { return n.eventBarVisible; } }), this.l(i);
2621
2689
  }, t.gMouseUp = function (e) {
2622
2690
  if (t.movingEvent) {
2623
2691
  var i = t.movingEvent;
@@ -2697,7 +2765,7 @@ if ("undefined" == typeof DayPilot)
2697
2765
  "undefined" == typeof DayPilot.Global && (DayPilot.Global = {}), function () {
2698
2766
  if ("undefined" == typeof DayPilot.Navigator || !DayPilot.Navigator.nav) {
2699
2767
  DayPilot.Navigator = function (t, e) {
2700
- this.v = "2022.2.384-lite";
2768
+ this.v = "2022.3.389-lite";
2701
2769
  var i = this;
2702
2770
  this.id = t, this.api = 2, this.isNavigator = !0, this.autoFocusOnClick = !0, this.weekStarts = "Auto", this.selectMode = "Day", this.titleHeight = 30, this.dayHeaderHeight = 30, this.bound = null, this.cellWidth = 30, this.cellHeight = 30, this.cssClassPrefix = "navigator_default", this.freeHandSelectionEnabled = !1, this.selectionStart = (new DayPilot.Date).getDatePart(), this.selectionEnd = null, this.selectionDay = null, this.showMonths = 1, this.skipMonths = 1, this.command = "navigate", this.year = (new DayPilot.Date).getYear(), this.month = (new DayPilot.Date).getMonth() + 1, this.showWeekNumbers = !1, this.weekNumberAlgorithm = "Auto", this.rowsPerMonth = "Six", this.orientation = "Vertical", this.locale = "en-us", this.rtl = !1, this.visible = !0, this.timeRangeSelectedHandling = "Bind", this.visibleRangeChangedHandling = "Enabled", this.onVisibleRangeChange = null, this.onVisibleRangeChanged = null, this.onTimeRangeSelect = null, this.onTimeRangeSelected = null, this.nav = {}, this.a = {}, this.b = function () { this.root.dp = this, this.root.className = this.c("_main"), "Horizontal" === this.orientation ? (this.root.style.width = this.showMonths * (7 * a.cellWidth() + this.d()) + "px", this.root.style.height = 6 * this.cellHeight + this.titleHeight + this.dayHeaderHeight + "px") : this.root.style.width = 7 * a.cellWidth() + this.d() + "px", this.rtl && (this.root.style.direction = "rtl"), this.root.style.position = "relative", this.visible || (this.root.style.display = "none"); var t = document.createElement("input"); t.type = "hidden", t.name = i.id + "_state", t.id = t.name, this.root.appendChild(t), this.state = t, this.startDate ? this.startDate = new DayPilot.Date(this.startDate).firstDayOfMonth() : this.startDate = DayPilot.Date.fromYearMonthDay(this.year, this.month), this.calendars = [], this.selected = [], this.months = []; }, this.e = function () { return 2 === i.api; }, this.f = function () { this.root.innerHTML = ""; }, this.c = function (t) { var e = this.theme || this.cssClassPrefix; return e ? e + t : ""; }, this.g = function (t, e) { var i = this.c("_" + e); DayPilot.Util.addClass(t, i); }, this.h = function (t, e) { var i = this.c("_" + e); DayPilot.Util.removeClass(t, i); }, this.i = function (t, e) {
2703
2771
  var s = {};
@@ -2742,24 +2810,24 @@ if ("undefined" == typeof DayPilot)
2742
2810
  var H = document.createElement("div");
2743
2811
  H.style.position = "absolute", H.style.left = "0px", H.style.right = "0px", H.style.top = k * this.cellHeight + m + "px", H.style.width = a.cellWidth() + "px", H.style.height = this.cellHeight + "px", H.style.lineHeight = this.cellHeight + "px", H.setAttribute("unselectable", "on"), H.className = this.c("_weeknumber"), H.innerHTML = "<span>" + C + "</span>", v.appendChild(H), s.weeks.push(H);
2744
2812
  }
2745
- for (var P = 0; P < 7; P++) {
2746
- s.cells[P] = [];
2813
+ for (var M = 0; M < 7; M++) {
2814
+ s.cells[M] = [];
2747
2815
  var H = document.createElement("div");
2748
- H.style.position = "absolute", H.style.left = P * a.cellWidth() + w + "px", H.style.right = P * a.cellWidth() + w + "px", H.style.top = this.titleHeight + "px", H.style.width = a.cellWidth() + "px", H.style.height = this.dayHeaderHeight + "px", H.style.lineHeight = this.dayHeaderHeight + "px", H.setAttribute("unselectable", "on"), H.className = this.c("_dayheader"), H.innerHTML = "<span>" + this.l(P) + "</span>", v.appendChild(H), s.days.push(H);
2816
+ H.style.position = "absolute", H.style.left = M * a.cellWidth() + w + "px", H.style.right = M * a.cellWidth() + w + "px", H.style.top = this.titleHeight + "px", H.style.width = a.cellWidth() + "px", H.style.height = this.dayHeaderHeight + "px", H.style.lineHeight = this.dayHeaderHeight + "px", H.setAttribute("unselectable", "on"), H.className = this.c("_dayheader"), H.innerHTML = "<span>" + this.l(M) + "</span>", v.appendChild(H), s.days.push(H);
2749
2817
  for (var k = 0; k < u; k++) {
2750
- var S = r.addDays(7 * k + P), M = this.m(S) && "none" !== this.n(), E = S.firstDayOfMonth() === n, N = S < n, W = S >= n.addMonths(1);
2818
+ var S = r.addDays(7 * k + M), P = this.m(S) && "none" !== this.n(), E = S.firstDayOfMonth() === n, N = S < n, W = S >= n.addMonths(1);
2751
2819
  if ("month" === this.n())
2752
- M = M && E;
2820
+ P = P && E;
2753
2821
  else if ("day" === this.n())
2754
- M = M && (E || l && N || o && W);
2822
+ P = P && (E || l && N || o && W);
2755
2823
  else if ("week" === this.n()) {
2756
2824
  var O = S.firstDayOfMonth() === n;
2757
- M = M && (O || l && N || o && W);
2825
+ P = P && (O || l && N || o && W);
2758
2826
  }
2759
2827
  var R = document.createElement("div");
2760
- s.cells[P][k] = R;
2761
- var T = i.o(P, k), A = T.x, B = T.y;
2762
- R.day = S, R.x = P, R.y = k, R.left = A, R.top = B, R.isCurrentMonth = E, R.isNextMonth = W, R.isPrevMonth = N, R.showBefore = l, R.showAfter = o, R.className = this.c(E ? "_day" : "_dayother"), i.g(R, "cell"), S.getTime() === f.getTime() && E && this.g(R, "today"), 0 !== S.dayOfWeek() && 6 !== S.dayOfWeek() || this.g(R, "weekend"), R.style.position = "absolute", R.style.left = A + "px", R.style.right = A + "px", R.style.top = B + "px", R.style.width = a.cellWidth() + "px", R.style.height = this.cellHeight + "px", R.style.lineHeight = this.cellHeight + "px";
2828
+ s.cells[M][k] = R;
2829
+ var T = i.o(M, k), A = T.x, B = T.y;
2830
+ R.day = S, R.x = M, R.y = k, R.left = A, R.top = B, R.isCurrentMonth = E, R.isNextMonth = W, R.isPrevMonth = N, R.showBefore = l, R.showAfter = o, R.className = this.c(E ? "_day" : "_dayother"), i.g(R, "cell"), S.getTime() === f.getTime() && E && this.g(R, "today"), 0 !== S.dayOfWeek() && 6 !== S.dayOfWeek() || this.g(R, "weekend"), R.style.position = "absolute", R.style.left = A + "px", R.style.right = A + "px", R.style.top = B + "px", R.style.width = a.cellWidth() + "px", R.style.height = this.cellHeight + "px", R.style.lineHeight = this.cellHeight + "px";
2763
2831
  var _ = document.createElement("div");
2764
2832
  _.style.position = "absolute", _.className = S.getTime() === f.getTime() && E ? this.c("_todaybox") : this.c("_daybox"), i.g(_, "cell_box"), _.style.left = "0px", _.style.top = "0px", _.style.right = "0px", _.style.bottom = "0px", R.appendChild(_);
2765
2833
  var U = null;
@@ -2771,7 +2839,7 @@ if ("undefined" == typeof DayPilot)
2771
2839
  var L = document.createElement("div");
2772
2840
  L.innerHTML = S.getDay(), L.style.position = "absolute", L.style.left = "0px", L.style.top = "0px", L.style.right = "0px", L.style.bottom = "0px", i.g(L, "cell_text"), R.isClickable = !0, U && U.html && (L.innerHTML = U.html), R.appendChild(L);
2773
2841
  }
2774
- R.setAttribute("unselectable", "on"), R.onclick = this.p, v.appendChild(R), M && (i.q(v, P, k), this.selected.push(R));
2842
+ R.setAttribute("unselectable", "on"), R.onclick = this.p, v.appendChild(R), P && (i.q(v, M, k), this.selected.push(R));
2775
2843
  }
2776
2844
  }
2777
2845
  var V = document.createElement("div");
@@ -2816,14 +2884,14 @@ if ("undefined" == typeof DayPilot)
2816
2884
  }
2817
2885
  o && i.freeHandSelectionEnabled ? i.selectionEnd = new DayPilot.Date(o) : this.u(), this.f(), this.b(), this.C(), this.s(), this.t(), !c || d.equals(this.selectionStart) && u.equals(this.selectionEnd) || this.D(), f && this.E();
2818
2886
  }, this.update = function (t) {
2819
- if (!i.z)
2820
- throw new DayPilot.Exception("You are trying to update a DayPilot.Navigator instance that hasn't been initialized yet.");
2821
- if (i.F)
2822
- throw new DayPilot.Exception("You are trying to update a DayPilot.Navigator instance that has been disposed.");
2823
- i.G(), i.H(t);
2824
- var e = { "day": i.selectionDay, "start": i.selectionStart, "end": i.selectionEnd };
2825
- i.I(), e.start === i.selectionStart && e.end == i.selectionEnd && e.day === i.selectionDay || i.D();
2826
- }, this.I = function () { this.f(), this.b(), this.u(), this.C(), this.J(), this.s(), this.t(), this.visible ? this.show() : this.hide(); }, this.G = function () { i.a = {}; }, this.K = null, this.H = function (t) {
2887
+ if (i.F(t), this.z) {
2888
+ if (i.G)
2889
+ throw new DayPilot.Exception("You are trying to update a DayPilot.Navigator instance that has been disposed.");
2890
+ i.H();
2891
+ var e = { "day": i.selectionDay, "start": i.selectionStart, "end": i.selectionEnd };
2892
+ i.I(), e.start === i.selectionStart && e.end == i.selectionEnd && e.day === i.selectionDay || i.D();
2893
+ }
2894
+ }, this.I = function () { this.f(), this.b(), this.u(), this.C(), this.J(), this.s(), this.t(), this.visible ? this.show() : this.hide(); }, this.H = function () { i.a = {}; }, this.K = null, this.F = function (t) {
2827
2895
  if (t) {
2828
2896
  var e = { "events": { "preInit": function () { var t = this.data; t && (DayPilot.isArray(t.list) ? i.events.list = t.list : i.events.list = t); } } };
2829
2897
  this.K = e;
@@ -3092,7 +3160,7 @@ if ("undefined" == typeof DayPilot)
3092
3160
  return this.internal.showLinks;
3093
3161
  var e = {};
3094
3162
  return e.left = 0 === t, e.right = 0 === t, e.before = 0 === t, e.after = t === this.showMonths - 1, "Horizontal" === this.orientation && (e.right = t === this.showMonths - 1), e;
3095
- }, this._ = {}, this._.scope = null, this._.notify = function () { i._.scope && i._.scope["$apply"](); }, this.internal = {}, this.internal.initialized = function () { return i.z; }, this.aa = {};
3163
+ }, this._ = {}, this._.scope = null, this._.notify = function () { i._.scope && i._.scope["$apply"](); }, this.internal = {}, this.internal.loadOptions = i.F, this.internal.initialized = function () { return i.z; }, this.aa = {};
3096
3164
  var a = this.aa;
3097
3165
  a.locale = function () { return DayPilot.Locale.find(i.locale); }, a.weekStarts = function () {
3098
3166
  if ("Auto" === i.weekStarts) {
@@ -3157,7 +3225,7 @@ if ("undefined" == typeof DayPilot)
3157
3225
  i.D({ "mode": "FreeHand" });
3158
3226
  }
3159
3227
  s.start = null, s.end = null;
3160
- }, this.dispose = function () { var t = i; t.root && (t.root.removeAttribute("style"), t.root.removeAttribute("class"), t.root.dp = null, t.root.innerHTML = null, t.root = null); }, this.fa = function () { this.root.dispose = this.dispose; }, this.Init = this.init, this.H(e);
3228
+ }, this.dispose = function () { var t = i; t.root && (t.root.removeAttribute("style"), t.root.removeAttribute("class"), t.root.dp = null, t.root.innerHTML = null, t.root = null, t.G = !0); }, this.fa = function () { this.root.dispose = this.dispose; }, this.Init = this.init, this.F(e);
3161
3229
  }, "undefined" != typeof jQuery && !function (t) {
3162
3230
  t.fn.daypilotNavigator = function (t) {
3163
3231
  var e = null, i = this.each(function () {
@@ -3312,9 +3380,7 @@ class DayPilotCalendarComponent {
3312
3380
  let hash = optHash(this.config);
3313
3381
  if (hash !== this._hashOptions) {
3314
3382
  let dp = this.control;
3315
- for (let name in this.config) {
3316
- dp[name] = this.config[name];
3317
- }
3383
+ dp.internal.loadOptions(this.config);
3318
3384
  this._requestUpdateFull = true;
3319
3385
  this._requestViewChange = true;
3320
3386
  }
@@ -3397,9 +3463,7 @@ class DayPilotMonthComponent {
3397
3463
  let hash = optHash(this.config);
3398
3464
  if (hash !== this._hashOptions) {
3399
3465
  let dp = this.control;
3400
- for (let name in this.config) {
3401
- dp[name] = this.config[name];
3402
- }
3466
+ dp.internal.loadOptions(this.config);
3403
3467
  this._requestUpdate = true;
3404
3468
  }
3405
3469
  this._hashOptions = hash;