{"version":3,"names":[],"mappings":"","sources":["libraries/drum/jquery.drum.min.js"],"sourcesContent":["/*!\n * jQuery Drum Control - v0.1.2 - 2020-04-14\n * https://github.com/tigrr/drum\n * Copyright (c) Tigran Sargsyan\n * Licensed MIT\n */\n\n/*! jQuery UI - v1.12.1 - 2019-06-30\n* http://jqueryui.com\n* Includes: widget.js\n* Copyright jQuery Foundation and other contributors; Licensed MIT */\n!(function(t) {\n  'function' == typeof define && define.amd ? define(['jquery'], t) : t(jQuery);\n})(function(h) {\n  (h.ui = h.ui || {}), (h.ui.version = '1.12.1');\n  var n,\n    i = 0,\n    a = Array.prototype.slice;\n  (h.cleanData = ((n = h.cleanData),\n  function(t) {\n    var e, i, s;\n    for (s = 0; null != (i = t[s]); s++)\n      try {\n        (e = h._data(i, 'events')) && e.remove && h(i).triggerHandler('remove');\n      } catch (t) {}\n    n(t);\n  })),\n    (h.widget = function(t, i, e) {\n      var s,\n        n,\n        o,\n        r = {},\n        a = t.split('.')[0],\n        u = a + '-' + (t = t.split('.')[1]);\n      return (\n        e || ((e = i), (i = h.Widget)),\n        h.isArray(e) && (e = h.extend.apply(null, [{}].concat(e))),\n        (h.expr[':'][u.toLowerCase()] = function(t) {\n          return !!h.data(t, u);\n        }),\n        (h[a] = h[a] || {}),\n        (s = h[a][t]),\n        (n = h[a][t] = function(t, e) {\n          return this._createWidget\n            ? void (arguments.length && this._createWidget(t, e))\n            : new n(t, e);\n        }),\n        h.extend(n, s, {\n          version: e.version,\n          _proto: h.extend({}, e),\n          _childConstructors: [],\n        }),\n        ((o = new i()).options = h.widget.extend({}, o.options)),\n        h.each(e, function(e, s) {\n          return h.isFunction(s)\n            ? void (r[e] = function() {\n                var t,\n                  e = this._super,\n                  i = this._superApply;\n                return (\n                  (this._super = n),\n                  (this._superApply = o),\n                  (t = s.apply(this, arguments)),\n                  (this._super = e),\n                  (this._superApply = i),\n                  t\n                );\n              })\n            : void (r[e] = s);\n          function n() {\n            return i.prototype[e].apply(this, arguments);\n          }\n          function o(t) {\n            return i.prototype[e].apply(this, t);\n          }\n        }),\n        (n.prototype = h.widget.extend(\n          o,\n          { widgetEventPrefix: (s && o.widgetEventPrefix) || t },\n          r,\n          { constructor: n, namespace: a, widgetName: t, widgetFullName: u }\n        )),\n        s\n          ? (h.each(s._childConstructors, function(t, e) {\n              var i = e.prototype;\n              h.widget(i.namespace + '.' + i.widgetName, n, e._proto);\n            }),\n            delete s._childConstructors)\n          : i._childConstructors.push(n),\n        h.widget.bridge(t, n),\n        n\n      );\n    }),\n    (h.widget.extend = function(t) {\n      for (var e, i, s = a.call(arguments, 1), n = 0, o = s.length; n < o; n++)\n        for (e in s[n])\n          (i = s[n][e]),\n            s[n].hasOwnProperty(e) &&\n              void 0 !== i &&\n              (t[e] = h.isPlainObject(i)\n                ? h.isPlainObject(t[e])\n                  ? h.widget.extend({}, t[e], i)\n                  : h.widget.extend({}, i)\n                : i);\n      return t;\n    }),\n    (h.widget.bridge = function(o, e) {\n      var r = e.prototype.widgetFullName || o;\n      h.fn[o] = function(i) {\n        var t = 'string' == typeof i,\n          s = a.call(arguments, 1),\n          n = this;\n        return (\n          t\n            ? this.length || 'instance' !== i\n              ? this.each(function() {\n                  var t,\n                    e = h.data(this, r);\n                  return 'instance' === i\n                    ? ((n = e), !1)\n                    : e\n                      ? h.isFunction(e[i]) && '_' !== i.charAt(0)\n                        ? (t = e[i].apply(e, s)) !== e && void 0 !== t\n                          ? ((n = t && t.jquery ? n.pushStack(t.get()) : t), !1)\n                          : void 0\n                        : h.error(\n                            \"no such method '\" +\n                              i +\n                              \"' for \" +\n                              o +\n                              ' widget instance'\n                          )\n                      : h.error(\n                          'cannot call methods on ' +\n                            o +\n                            \" prior to initialization; attempted to call method '\" +\n                            i +\n                            \"'\"\n                        );\n                })\n              : (n = void 0)\n            : (s.length && (i = h.widget.extend.apply(null, [i].concat(s))),\n              this.each(function() {\n                var t = h.data(this, r);\n                t\n                  ? (t.option(i || {}), t._init && t._init())\n                  : h.data(this, r, new e(i, this));\n              })),\n          n\n        );\n      };\n    }),\n    (h.Widget = function() {}),\n    (h.Widget._childConstructors = []),\n    (h.Widget.prototype = {\n      widgetName: 'widget',\n      widgetEventPrefix: '',\n      defaultElement: '<div>',\n      options: { classes: {}, disabled: !1, create: null },\n      _createWidget: function(t, e) {\n        (e = h(e || this.defaultElement || this)[0]),\n          (this.element = h(e)),\n          (this.uuid = i++),\n          (this.eventNamespace = '.' + this.widgetName + this.uuid),\n          (this.bindings = h()),\n          (this.hoverable = h()),\n          (this.focusable = h()),\n          (this.classesElementLookup = {}),\n          e !== this &&\n            (h.data(e, this.widgetFullName, this),\n            this._on(!0, this.element, {\n              remove: function(t) {\n                t.target === e && this.destroy();\n              },\n            }),\n            (this.document = h(e.style ? e.ownerDocument : e.document || e)),\n            (this.window = h(\n              this.document[0].defaultView || this.document[0].parentWindow\n            ))),\n          (this.options = h.widget.extend(\n            {},\n            this.options,\n            this._getCreateOptions(),\n            t\n          )),\n          this._create(),\n          this.options.disabled &&\n            this._setOptionDisabled(this.options.disabled),\n          this._trigger('create', null, this._getCreateEventData()),\n          this._init();\n      },\n      _getCreateOptions: function() {\n        return {};\n      },\n      _getCreateEventData: h.noop,\n      _create: h.noop,\n      _init: h.noop,\n      destroy: function() {\n        var i = this;\n        this._destroy(),\n          h.each(this.classesElementLookup, function(t, e) {\n            i._removeClass(e, t);\n          }),\n          this.element.off(this.eventNamespace).removeData(this.widgetFullName),\n          this.widget()\n            .off(this.eventNamespace)\n            .removeAttr('aria-disabled'),\n          this.bindings.off(this.eventNamespace);\n      },\n      _destroy: h.noop,\n      widget: function() {\n        return this.element;\n      },\n      option: function(t, e) {\n        var i,\n          s,\n          n,\n          o = t;\n        if (0 === arguments.length) return h.widget.extend({}, this.options);\n        if ('string' == typeof t)\n          if (((o = {}), (t = (i = t.split('.')).shift()), i.length)) {\n            for (\n              s = o[t] = h.widget.extend({}, this.options[t]), n = 0;\n              i.length - 1 > n;\n              n++\n            )\n              (s[i[n]] = s[i[n]] || {}), (s = s[i[n]]);\n            if (((t = i.pop()), 1 === arguments.length))\n              return void 0 === s[t] ? null : s[t];\n            s[t] = e;\n          } else {\n            if (1 === arguments.length)\n              return void 0 === this.options[t] ? null : this.options[t];\n            o[t] = e;\n          }\n        return this._setOptions(o), this;\n      },\n      _setOptions: function(t) {\n        var e;\n        for (e in t) this._setOption(e, t[e]);\n        return this;\n      },\n      _setOption: function(t, e) {\n        return (\n          'classes' === t && this._setOptionClasses(e),\n          (this.options[t] = e),\n          'disabled' === t && this._setOptionDisabled(e),\n          this\n        );\n      },\n      _setOptionClasses: function(t) {\n        var e, i, s;\n        for (e in t)\n          (s = this.classesElementLookup[e]),\n            t[e] !== this.options.classes[e] &&\n              s &&\n              s.length &&\n              ((i = h(s.get())),\n              this._removeClass(s, e),\n              i.addClass(\n                this._classes({ element: i, keys: e, classes: t, add: !0 })\n              ));\n      },\n      _setOptionDisabled: function(t) {\n        this._toggleClass(\n          this.widget(),\n          this.widgetFullName + '-disabled',\n          null,\n          !!t\n        ),\n          t &&\n            (this._removeClass(this.hoverable, null, 'ui-state-hover'),\n            this._removeClass(this.focusable, null, 'ui-state-focus'));\n      },\n      enable: function() {\n        return this._setOptions({ disabled: !1 });\n      },\n      disable: function() {\n        return this._setOptions({ disabled: !0 });\n      },\n      _classes: function(n) {\n        function t(t, e) {\n          var i, s;\n          for (s = 0; t.length > s; s++)\n            (i = r.classesElementLookup[t[s]] || h()),\n              (i = n.add\n                ? h(h.unique(i.get().concat(n.element.get())))\n                : h(i.not(n.element).get())),\n              (r.classesElementLookup[t[s]] = i),\n              o.push(t[s]),\n              e && n.classes[t[s]] && o.push(n.classes[t[s]]);\n        }\n        var o = [],\n          r = this;\n        return (\n          (n = h.extend(\n            { element: this.element, classes: this.options.classes || {} },\n            n\n          )),\n          this._on(n.element, { remove: '_untrackClassesElement' }),\n          n.keys && t(n.keys.match(/\\S+/g) || [], !0),\n          n.extra && t(n.extra.match(/\\S+/g) || []),\n          o.join(' ')\n        );\n      },\n      _untrackClassesElement: function(i) {\n        var s = this;\n        h.each(s.classesElementLookup, function(t, e) {\n          -1 !== h.inArray(i.target, e) &&\n            (s.classesElementLookup[t] = h(e.not(i.target).get()));\n        });\n      },\n      _removeClass: function(t, e, i) {\n        return this._toggleClass(t, e, i, !1);\n      },\n      _addClass: function(t, e, i) {\n        return this._toggleClass(t, e, i, !0);\n      },\n      _toggleClass: function(t, e, i, s) {\n        s = 'boolean' == typeof s ? s : i;\n        var n = 'string' == typeof t || null === t,\n          o = {\n            extra: n ? e : i,\n            keys: n ? t : e,\n            element: n ? this.element : t,\n            add: s,\n          };\n        return o.element.toggleClass(this._classes(o), s), this;\n      },\n      _on: function(r, a, t) {\n        var u,\n          l = this;\n        'boolean' != typeof r && ((t = a), (a = r), (r = !1)),\n          t\n            ? ((a = u = h(a)), (this.bindings = this.bindings.add(a)))\n            : ((t = a), (a = this.element), (u = this.widget())),\n          h.each(t, function(t, e) {\n            function i() {\n              return r ||\n                (!0 !== l.options.disabled &&\n                  !h(this).hasClass('ui-state-disabled'))\n                ? ('string' == typeof e ? l[e] : e).apply(l, arguments)\n                : void 0;\n            }\n            'string' != typeof e &&\n              (i.guid = e.guid = e.guid || i.guid || h.guid++);\n            var s = t.match(/^([\\w:-]*)\\s*(.*)$/),\n              n = s[1] + l.eventNamespace,\n              o = s[2];\n            o ? u.on(n, o, i) : a.on(n, i);\n          });\n      },\n      _off: function(t, e) {\n        (e =\n          (e || '').split(' ').join(this.eventNamespace + ' ') +\n          this.eventNamespace),\n          t.off(e).off(e),\n          (this.bindings = h(this.bindings.not(t).get())),\n          (this.focusable = h(this.focusable.not(t).get())),\n          (this.hoverable = h(this.hoverable.not(t).get()));\n      },\n      _delay: function(t, e) {\n        var i = this;\n        return setTimeout(function() {\n          return ('string' == typeof t ? i[t] : t).apply(i, arguments);\n        }, e || 0);\n      },\n      _hoverable: function(t) {\n        (this.hoverable = this.hoverable.add(t)),\n          this._on(t, {\n            mouseenter: function(t) {\n              this._addClass(h(t.currentTarget), null, 'ui-state-hover');\n            },\n            mouseleave: function(t) {\n              this._removeClass(h(t.currentTarget), null, 'ui-state-hover');\n            },\n          });\n      },\n      _focusable: function(t) {\n        (this.focusable = this.focusable.add(t)),\n          this._on(t, {\n            focusin: function(t) {\n              this._addClass(h(t.currentTarget), null, 'ui-state-focus');\n            },\n            focusout: function(t) {\n              this._removeClass(h(t.currentTarget), null, 'ui-state-focus');\n            },\n          });\n      },\n      _trigger: function(t, e, i) {\n        var s,\n          n,\n          o = this.options[t];\n        if (\n          ((i = i || {}),\n          ((e = h.Event(e)).type = (t === this.widgetEventPrefix\n            ? t\n            : this.widgetEventPrefix + t\n          ).toLowerCase()),\n          (e.target = this.element[0]),\n          (n = e.originalEvent))\n        )\n          for (s in n) s in e || (e[s] = n[s]);\n        return (\n          this.element.trigger(e, i),\n          !(\n            (h.isFunction(o) &&\n              !1 === o.apply(this.element[0], [e].concat(i))) ||\n            e.isDefaultPrevented()\n          )\n        );\n      },\n    }),\n    h.each({ show: 'fadeIn', hide: 'fadeOut' }, function(o, r) {\n      h.Widget.prototype['_' + o] = function(e, t, i) {\n        'string' == typeof t && (t = { effect: t });\n        var s,\n          n = t ? (!0 === t || 'number' == typeof t ? r : t.effect || r) : o;\n        'number' == typeof (t = t || {}) && (t = { duration: t }),\n          (s = !h.isEmptyObject(t)),\n          (t.complete = i),\n          t.delay && e.delay(t.delay),\n          s && h.effects && h.effects.effect[n]\n            ? e[o](t)\n            : n !== o && e[n]\n              ? e[n](t.duration, t.easing, i)\n              : e.queue(function(t) {\n                  h(this)[o](), i && i.call(e[0]), t();\n                });\n      };\n    }),\n    h.widget;\n});\n/*!\n * Drum widget\n *\n * @author Tigran Sargsyan <tigran.sn@gmail.com>\n * @license https://github.com/tigrr/drum/blob/master/LICENSE MIT\n */\n('use strict');\n!(function(n) {\n  n.widget('tl.drum', {\n    options: {\n      classes: { 'drum-viewport': 'drum-viewport', 'drum-drum': 'drum-drum' },\n      type: 'number',\n      min: 0,\n      max: 1 / 0,\n      step: 1,\n      orderAsc: !0,\n      watchOutside: !0,\n      edgeLimit: 0.8,\n      acceleration: 300,\n      renderItemsNum: 100,\n      maxSpinOffset: 500,\n    },\n    _create: function() {\n      var r = this;\n      for (var t in ((this._drumOffset = 0),\n      (this._state = 'standby'),\n      (this.items = []),\n      this.options))\n        this.options[t] = this._formatValue(t, this.options[t]);\n      this._render(),\n        this.element\n          .watchDrag({\n            dragstart: function(t, e) {\n              r.element.focus(),\n                'revolving' === r._state &&\n                  (r._scrollToOffset(r._getCurrentOffset()),\n                  r._refillValuesAroundView()),\n                (r._state = 'dragging'),\n                r._drumEl.css('transition', 'none').addClass('dragging'),\n                r._trigger('dragstart', t, e);\n            },\n            drag: function(t, e) {\n              r._scrollToOffset(r._drumOffset + e.dy), r._trigger('drag', t, e);\n            },\n            dragend: function(t, e) {\n              var i,\n                s,\n                n,\n                o = r.options.acceleration;\n              (i = Math.abs(e.vy))\n                ? ((n = Math.pow(i, 2) / (2 * o)) > r.options.maxSpinOffset &&\n                    (n = r.options.maxSpinOffset),\n                  (n *= (function(t) {\n                    return 0 === (t = +t) || isNaN(t) ? t : 0 < t ? 1 : -1;\n                  })(e.dy)),\n                  (n = r._drumOffset + n),\n                  (n = r._processOffset(n)),\n                  (s = 2 * Math.abs(n - r._drumOffset) / i),\n                  r._drumEl.css({\n                    transition:\n                      'transform ' +\n                      s +\n                      's cubic-bezier(0.25, 0.46, 0.45, 0.94)',\n                  }),\n                  r._scrollToOffset(n),\n                  (r._state = 'revolving'),\n                  setTimeout(function() {\n                    r._stopRevolving(t);\n                  }, 1e3 * s + 40))\n                : r._stopRevolving(t),\n                r._drumEl.removeClass('dragging'),\n                r._trigger('dragend', t, e);\n            },\n          })\n          .keydown(function(t) {\n            if (!(t.altKey || t.ctrlKey || t.shiftKey || t.metaKey))\n              switch (t.keyCode) {\n                case 38:\n                  r.selectPrev(), t.preventDefault();\n                  break;\n                case 40:\n                  r.selectNext(), t.preventDefault();\n              }\n          });\n    },\n    _stopRevolving: function(t) {\n      'standby' !== this._state &&\n        (this._refillValuesAroundView(),\n        (this.options.value = this._formatValue(\n          'value',\n          this._centerView().dataset.value\n        )),\n        this._updateValues('value', this.options.value),\n        (this._state = 'standby'),\n        this._trigger('change', t, { value: this.options.value }));\n    },\n    _render: function() {\n      var t = this.element[0];\n      if ('SELECT' === t.nodeName || 'INPUT' === t.nodeName) {\n        if ('INPUT' === t.nodeName && 'number' !== t.type)\n          throw new Error('Input element must be of type \"number\"');\n        ((this._origControl = t).style.display = 'none'),\n          (this.element = n('<div>').insertAfter(this.element));\n      }\n      if (\n        (this._addClass(this.element, 'drum-viewport'),\n        this.element\n          .attr('tabindex', 0)\n          .css({\n            display: 'inline-block',\n            'overflow-y': 'hidden',\n            '-moz-user-select': 'none',\n            '-ms-user-select': 'none',\n            '-webkit-user-select': 'none',\n            'user-select': 'none',\n          }),\n        (this._drumEl = n('<div style=\"position: relative;\">').appendTo(\n          this.element\n        )),\n        this._addClass(this._drumEl, 'drum-drum'),\n        'SELECT' === t.nodeName ||\n          this.options.options ||\n          'select' === this.options.type)\n      ) {\n        if (\n          ((this.options.type = 'select'),\n          (this.options.min = this.options.max = this.options.step = void 0),\n          this.element.attr('role', 'listbox'),\n          this.options.options)\n        )\n          this._setOption('options', this.options.options);\n        else {\n          if ('SELECT' !== t.nodeName)\n            throw new Error(\n              'Either options array or select element must be passed'\n            );\n          (this.options.value = t.value),\n            this._setOption(\n              'options',\n              this._parseSelectMenuOptions(n(t).find('option'))\n            );\n        }\n        void 0 === this.options.value &&\n          (this.options.value = this.options.options[0].value);\n      } else\n        (this.options.min ||\n          this.options.max ||\n          ('INPUT' === t.nodeName && 'number' === t.type) ||\n          'number' === this.options.type) &&\n          ((this.options.type = 'number'),\n          'INPUT' === t.nodeName &&\n            ('' !== t.min &&\n              (this.options.min = this._formatValue('min', t.min)),\n            '' !== t.max &&\n              (this.options.max = this._formatValue('max', t.max)),\n            '' !== t.step &&\n              (this.options.step = this._formatValue('step', t.step)),\n            '' !== t.value &&\n              (this.options.value = this._formatValue('value', t.value))),\n          void 0 === this.options.value &&\n            (this.options.value =\n              'number' == typeof this.options.min ? this.options.min : 0),\n          this.element.attr('role', 'spinbutton'),\n          this.element.attr('aria-valuemin', this.options.min),\n          this.element.attr('aria-valuemax', this.options.max),\n          this.element.attr('aria-valuenow', this.options.value),\n          this._fillValues());\n      this._setOption('value', this.options.value, !1);\n    },\n    _drawItems: function(t) {\n      var i = this,\n        s = '';\n      t.forEach(function(t) {\n        var e =\n          '<div class=\"drum-item\" data-value=\"' +\n          t.value +\n          '\">' +\n          t.label +\n          '</div>';\n        i.options.orderAsc ? (s += e) : (s = e + s);\n      }),\n        this._drumEl.html(s);\n    },\n    _parseOption: function(t, e) {\n      var i = this.element[0];\n      return void 0 !== this.options[t]\n        ? this.options[t]\n        : 'INPUT' === i.nodeName && 'number' === i.type ? i[t] : e;\n    },\n    _parseSelectMenuOptions: function(t) {\n      var i = this,\n        s = [];\n      return (\n        t.each(function(t, e) {\n          s.push(i._parseSelectMenuOption(n(e), t));\n        }),\n        s\n      );\n    },\n    _parseSelectMenuOption: function(t, e) {\n      return { value: t.val(), label: t.text() };\n    },\n    _fillValues: function(t) {\n      var e,\n        i,\n        s,\n        n,\n        o = [];\n      for (\n        t = t || this.options.value,\n          s = this.options.step || 1,\n          e = t - Math.floor(s * this.options.renderItemsNum / 2),\n          'number' == typeof this.options.min &&\n            e < this.options.min &&\n            (e = this.options.min),\n          i = e + s * (this.options.renderItemsNum - 1),\n          'number' == typeof this.options.max &&\n            this.options.max < i &&\n            (i = this.options.max),\n          n = e;\n        n <= i;\n        n += s\n      )\n        o.push({ value: n, label: n });\n      (this.items = o), this._drawItems(o);\n    },\n    _refillValuesAroundView: function(t) {\n      var e, i, s;\n      'number' === this.options.type &&\n        (void 0 === t && (t = this._getValue()),\n        (e = (this.options.orderAsc\n          ? this.items[this.items.length - 1]\n          : this.items[0]\n        ).value),\n        (s = this._drumOffset),\n        this._fillValues(t),\n        (i = (this.options.orderAsc\n          ? this.items[this.items.length - 1]\n          : this.items[0]\n        ).value),\n        this._drumEl.css('transition', 'none'),\n        this._scrollToOffset(\n          s + this._drumEl.find('.drum-item')[0].offsetHeight * (e - i)\n        ));\n    },\n    _getValue: function() {\n      return this._formatValue('value', this._getItemInView().dataset.value);\n    },\n    _formatValue: function(t, e) {\n      switch (t) {\n        case 'value':\n        case 'min':\n        case 'max':\n        case 'step':\n          'number' === this.options.type &&\n            ((e = parseFloat(e)), isFinite(e) || (e = void 0));\n          break;\n        case 'type':\n          if ('number' !== e && 'select' !== e)\n            throw new Error(\n              'Wrong value for type: \"' +\n                e +\n                '\". The supported types are \"number\" and \"select\".'\n            );\n          break;\n        case 'orderAsc':\n        case 'watchOutside':\n          if ('boolean' != typeof e)\n            throw new TypeError(\n              t + ' must be boolean. ' + typeof e + ' passed.'\n            );\n          break;\n        case 'options':\n          if (!Array.isArray(e))\n            throw new TypeError('Options option must be an array');\n          e = e.map(function(t) {\n            return 'string' == typeof t\n              ? { value: t, label: t }\n              : { value: t.value, label: t.label };\n          });\n          break;\n        case 'minDragInterval':\n        case 'acceleration':\n        case 'renderItemsNum':\n        case 'maxSpinOffset':\n          if (((e = parseFloat(e)), !isFinite(e)))\n            throw new TypeError(t + ' must be number');\n      }\n      return e;\n    },\n    _setOption: function(t, e, i) {\n      var s = this;\n      if (void 0 === (e = this._formatValue(t, e)))\n        throw new TypeError(\n          'Failed to set the ' +\n            t +\n            ' property on Drum: The provided value is non-finite.'\n        );\n      if (\n        -1 !== ['min', 'max', 'step'].indexOf(t) &&\n        'number' !== this.options.type\n      )\n        throw new TypeError(\n          'Failed to set the ' +\n            t +\n            ' property on Drum: ' +\n            t +\n            ' can only be set on widget type number.'\n        );\n      if (\n        ('value' === t &&\n          'number' === this.options.type &&\n          (null != this.options.min &&\n            e < this.options.min &&\n            (e = this.options.min),\n          null != this.options.max &&\n            e > this.options.max &&\n            (e = this.options.max)),\n        !(\n          ('min' === t && e >= this.options.max) ||\n          ('max' === t && e <= this.options.min)\n        ))\n      )\n        return (\n          'options' === t &&\n            ((this.items = e.slice()),\n            e.some(function(t) {\n              return t.value === s.options.value;\n            }) || (this.options.value = e[0].value),\n            this._drawItems(this.items)),\n          (this.options[t] = e),\n          this._updateValues(t, e),\n          'min' === t && this.options.value < e\n            ? this._setOption('value', e)\n            : 'max' === t && this.options.value > e\n              ? this._setOption('value', e)\n              : void (\n                  -1 !==\n                    ['min', 'max', 'step', 'value', 'options'].indexOf(t) &&\n                  (this._refillValuesAroundView('value' === t ? e : null),\n                  this._centerView(\n                    this._drumEl.find(\n                      '[data-value=\"' + this.options.value + '\"]'\n                    )[0],\n                    i\n                  ))\n                )\n        );\n    },\n    _updateValues: function(t, e) {\n      var i = {\n        value: 'aria-valuenow',\n        min: 'aria-valuemin',\n        max: 'aria-valuemax',\n      };\n      this._origControl &&\n        ('INPUT' !== this._origControl.nodeName ||\n          ('value' !== t && 'max' !== t && 'min' !== t && 'step' !== t) ||\n          (this._origControl[t] = e),\n        'SELECT' === this._origControl.nodeName &&\n          ('value' === t\n            ? (this._origControl.value = e)\n            : 'options' === t &&\n              (this._origControl.innerHTML = e\n                .map(function(t) {\n                  return (\n                    '<option value=\"' + t.value + '\">' + t.label + '</option>'\n                  );\n                })\n                .join('')))),\n        t in i &&\n          (void 0 !== e\n            ? this.element.attr(i[t], e)\n            : this.element.removeAttr(i[t]));\n    },\n    _scrollToOffset: function(t) {\n      if (void 0 === t) throw new Error('You must pass an offset value');\n      (t = this._processOffset(t)),\n        (this._drumOffset = t),\n        this._drumEl.css({ transform: 'translate(0,' + t + 'px)' });\n    },\n    _processOffset: function(t) {\n      var e = this.options.edgeLimit,\n        i = this.element[0].clientHeight;\n      return Math.max(\n        Math.min(t, e * i),\n        -this._drumEl[0].offsetHeight + i * (1 - e)\n      );\n    },\n    _centerView: function(t, e) {\n      var i,\n        s = this;\n      return (\n        (e = !1 !== e),\n        (t = t || this._getItemInView()),\n        this._drumEl.find('.drum-item').removeClass('drum-item-current'),\n        t.classList.add('drum-item-current'),\n        (i =\n          -t.offsetTop + this.element[0].clientHeight / 2 - t.offsetHeight / 2),\n        clearTimeout(this._timer),\n        e &&\n          (this._drumEl.css({\n            transition: 'transform .13s cubic-bezier(0,.5,.85,1)',\n          }),\n          (this._timer = setTimeout(function() {\n            s._drumEl.css('transition', 'none');\n          }, 200))),\n        this._scrollToOffset(i),\n        t\n      );\n    },\n    _getCurrentOffset: function() {\n      return (\n        this._drumEl[0].getBoundingClientRect().top -\n        this.element[0].getBoundingClientRect().top\n      );\n    },\n    _getItemInView: function() {\n      var t,\n        e = this.element[0].getBoundingClientRect(),\n        i = (e.left, e.width, e.top + e.height / 2),\n        s = this._drumEl.children(),\n        n = this._drumEl[0].getBoundingClientRect();\n      return (\n        (t =\n          s[\n            Math.max(\n              0,\n              Math.min(\n                s.length - 1,\n                Math.floor((i - n.top) / n.height * s.length)\n              )\n            )\n          ]).classList.contains('drum-item') ||\n          (t =\n            0 < this._drumOffset\n              ? this._drumEl.children()[0]\n              : this._drumEl.children().last()[0]),\n        t\n      );\n    },\n    value: function(t) {\n      if (void 0 === t) return this.options.value;\n      this._setOptions({ value: t });\n    },\n    min: function(t) {\n      if (void 0 === t) return this.options.min;\n      this._setOptions({ min: t });\n    },\n    max: function(t) {\n      if (void 0 === t) return this.options.max;\n      this._setOptions({ max: t });\n    },\n    selectNext: function() {\n      var t = this._getItemInView().nextElementSibling;\n      return !!t && (this._setOption('value', t.dataset.value), t);\n    },\n    selectPrev: function() {\n      var t = this._getItemInView().previousElementSibling;\n      return !!t && (this._setOption('value', t.dataset.value), t);\n    },\n  });\n})(jQuery),\n  (function(i) {\n    i.widget('tl.watchDrag', {\n      options: { watchOutside: !0, minDragInterval: 100 },\n      _create: function() {\n        this._resetCoords(),\n          this._on(this.element, {\n            mousedown: this._eventsStart.mousedown,\n            touchstart: this._eventsStart.mousedown,\n          });\n      },\n      _captureCoords: function(t) {\n        var e =\n            -1 !== ['touchstart', 'touchmove', 'touchend'].indexOf(t.type)\n              ? t.touches[0].pageX\n              : t.pageX,\n          i =\n            -1 !== ['touchstart', 'touchmove', 'touchend'].indexOf(t.type)\n              ? t.touches[0].pageY\n              : t.pageY,\n          s = Date.now();\n        return {\n          x: e,\n          y: i,\n          t: s,\n          dx: e - this._coords.x,\n          dy: i - this._coords.y,\n          dt: s - this._coords.t,\n        };\n      },\n      _updateCoords: function(t) {\n        this._coords = t;\n      },\n      _resetCoords: function() {\n        this._coords = { x: null, y: null, t: null, dx: 0, dy: 0, dt: 0 };\n      },\n      _eventsStart: {\n        mousedown: function(t) {\n          if ('mousedown' !== t.type || 1 === t.which) {\n            t.preventDefault(),\n              t.stopPropagation(),\n              (this._listenOn = this.options.watchOutside\n                ? i(window)\n                : this.element),\n              this._on(this._listenOn, {\n                mousemove: this._eventsDrag.mousemove,\n                touchmove: this._eventsDrag.mousemove,\n                mouseup: this._eventsDrag.mouseup,\n                touchend: this._eventsDrag.mouseup,\n              }),\n              this._resetCoords();\n            var e = this._captureCoords(t);\n            (this._coords.x = e.x),\n              (this._coords.y = e.y),\n              (this._coords.t = e.t),\n              this._trigger('dragstart', t, this._coords);\n          }\n        },\n      },\n      _eventsDrag: {\n        mousemove: function(t) {\n          var e = this._captureCoords(t);\n          this._updateCoords(e), this._trigger('drag', t, e);\n        },\n        mouseup: function(t) {\n          t.preventDefault(), t.stopPropagation();\n          var e = i.extend({}, this._coords);\n          Date.now() - this._coords.t <= this.options.minDragInterval\n            ? ((e.vx = e.dx / e.dt * 1e3), (e.vy = e.dy / e.dt * 1e3))\n            : (e.vx = e.vy = 0),\n            this._off(this._listenOn, 'mousemove mouseup touchmove touchend'),\n            this._trigger('dragend', t, e);\n        },\n      },\n    });\n  })(jQuery);\n"],"file":"jquery.drum.min.js"}