{"version":3,"sources":["jquery.ui.touch-punch.min.js","datepicker-el.js","jquery.autocomplete.custom-1.2.7.js"],"names":["Vendd","Scripts","load","$","length","consentManager","window","ConsentsManager","cookiesConfig","scrollContConfig","cookiesStatus","userHasSetCookies","preferences","statistics","marketing","functionalityCookies","attr","removeAttr","statisticCookies","marketingCookies","removeClass","mCustomScrollbar","scrollbarPosition","scrollInertia","timeout","theme","mouseWheel","preventDefault","click","$this","this","parent","closest","hasClass","addClass","setTimeout","animate","scrollTop","offset","top","type","data","fCookies","sCookies","mCookies","source","each","is","insertAllCookies","MessageBus","subscribe","Consents","Messages","InsertAllCookiesSuccess","toastr","success","timeOut","showDuration","hideDuration"],"mappings":"AAAAA,MAAAC,QAAAC,KAAA,WAGA,KADAC,EAAA,iBACAC,OAAA,GAAA,CAGA,IAAAC,eAAAC,OAAAC,gBAEAC,cAAAL,EAAA,sBACAM,iBAAAN,EAAA,gBAAAK,eCTA,GAAAH,eAAAK,cAAAC,kBAAA,CAEA,IAAAC,YAAAT,EAAA,+BAAAK,eACAK,WAAAV,EAAA,8BAAAK,eACAM,UAAAX,EAAA,6BAAAK,eAEAH,eAAAK,cAAAK,qBACAH,YAAAI,KAAA,WAAA,GAEAJ,YAAAK,WAAA,WAEAZ,eAAAK,cAAAQ,iBACAL,WAAAG,KAAA,WAAA,GAEAH,WAAAI,WAAA,WAEAZ,eAAAK,cAAAS,iBACAL,UAAAE,KAAA,WAAA,GAEAF,UAAAG,WAAA,WAIAd,EAAA,qBAAAK,eAAAY,YAAA,aAGAX,kBACAA,iBAAAY,iBAAA,CACAC,kBAAA,UACAC,cAAA,IACAC,QAAA,IACAC,MAAA,SACAC,WAAA,CAAAC,gBAAA,KAKAxB,EAAA,sBAAAK,eAAAoB,MAAA,WCrCA,IAAAC,MAAA1B,EAAA2B,MACAC,OAAAF,MAAAG,QAAA,oBAGAD,OAAAE,SAAA,UACAF,OAAAX,YAAA,WAEAjB,EAAA,sBAAAK,eAAAY,YAAA,UACAW,OAAAG,SAAA,UACAC,WAAA,WACAhC,EAAA,cAAAiC,QAAA,CACAC,UAAAR,MAAAS,SAAAC,IATA,IAUA,MACA,QAKApC,EAAA,uBAAAK,eAAAoB,MAAA,WACA,IAAAY,KAAAC,KAAA,CAAAC,UAAA,EAAAC,UAAA,EAAAC,UAAA,EAAAC,OAAA,uBAEA1C,EAAA,mBAAAK,eAAAsC,KAAA,WAGA,0BAFAN,KAAArC,EAAA2B,MAAAE,QAAA,kBAAAS,KAAA,SAGAA,KAAAC,SAAAvC,EAAA2B,MAAAiB,GAAA,YACA,sBAAAP,KACAC,KAAAE,SAAAxC,EAAA2B,MAAAiB,GAAA,YACA,qBAAAP,OACAC,KAAAG,SAAAzC,EAAA2B,MAAAiB,GAAA,eAKA1C,eAAA2C,iBAAAP,QAIAzC,MAAAiD,WAAAC,UAAAlD,MAAAmD,SAAAC,SAAAC,wBAAArD,MAAAmD,SAAA,WACAhD,EAAA,sBAAAC,OAAA,GACAkD,OAAAC,QAAApD,EAAA,wBAAAsC,KAAA,eAAA,GAAA,CAAAe,QAAA,KAAAC,aAAA,IAAAC,aAAA","file":"Cookies.js","sourcesContent":["/*!\n * jQuery UI Touch Punch 0.2.3\n *\n * Copyright 2011–2014, Dave Furfero\n * Dual licensed under the MIT or GPL Version 2 licenses.\n *\n * Depends:\n * jquery.ui.widget.js\n * jquery.ui.mouse.js\n */\n!function(a){function f(a,b){if(!(a.originalEvent.touches.length>1)){a.preventDefault();var c=a.originalEvent.changedTouches[0],d=document.createEvent(\"MouseEvents\");d.initMouseEvent(b,!0,!0,window,1,c.screenX,c.screenY,c.clientX,c.clientY,!1,!1,!1,!1,0,null),a.target.dispatchEvent(d)}}if(a.support.touch=\"ontouchend\"in document,a.support.touch){var e,b=a.ui.mouse.prototype,c=b._mouseInit,d=b._mouseDestroy;b._touchStart=function(a){var b=this;!e&&b._mouseCapture(a.originalEvent.changedTouches[0])&&(e=!0,b._touchMoved=!1,f(a,\"mouseover\"),f(a,\"mousemove\"),f(a,\"mousedown\"))},b._touchMove=function(a){e&&(this._touchMoved=!0,f(a,\"mousemove\"))},b._touchEnd=function(a){e&&(f(a,\"mouseup\"),f(a,\"mouseout\"),this._touchMoved||f(a,\"click\"),e=!1)},b._mouseInit=function(){var b=this;b.element.bind({touchstart:a.proxy(b,\"_touchStart\"),touchmove:a.proxy(b,\"_touchMove\"),touchend:a.proxy(b,\"_touchEnd\")}),c.call(b)},b._mouseDestroy=function(){var b=this;b.element.unbind({touchstart:a.proxy(b,\"_touchStart\"),touchmove:a.proxy(b,\"_touchMove\"),touchend:a.proxy(b,\"_touchEnd\")}),d.call(b)}}}(jQuery);","/* Greek (el) initialisation for the jQuery UI date picker plugin. */\n/* Written by Alex Cicovic (http://www.alexcicovic.com) */\n( function( factory ) {\n\tif ( typeof define === \"function\" && define.amd ) {\n\n\t\t// AMD. Register as an anonymous module.\n\t\tdefine( [ \"../widgets/datepicker\" ], factory );\n\t} else {\n\n\t\t// Browser globals\n\t\tfactory( jQuery.datepicker );\n\t}\n}( function( datepicker ) {\n\ndatepicker.regional.el = {\n\tcloseText: \"Κλείσιμο\",\n\tprevText: \"Προηγούμενος\",\n\tnextText: \"Επόμενος\",\n\tcurrentText: \"Σήμερα\",\n\tmonthNames: [ \"Ιανουάριος\",\"Φεβρουάριος\",\"Μάρτιος\",\"Απρίλιος\",\"Μάιος\",\"Ιούνιος\",\n\t\"Ιούλιος\",\"Αύγουστος\",\"Σεπτέμβριος\",\"Οκτώβριος\",\"Νοέμβριος\",\"Δεκέμβριος\" ],\n\tmonthNamesShort: [ \"Ιαν\",\"Φεβ\",\"Μαρ\",\"Απρ\",\"Μαι\",\"Ιουν\",\n\t\"Ιουλ\",\"Αυγ\",\"Σεπ\",\"Οκτ\",\"Νοε\",\"Δεκ\" ],\n\tdayNames: [ \"Κυριακή\",\"Δευτέρα\",\"Τρίτη\",\"Τετάρτη\",\"Πέμπτη\",\"Παρασκευή\",\"Σάββατο\" ],\n\tdayNamesShort: [ \"Κυρ\",\"Δευ\",\"Τρι\",\"Τετ\",\"Πεμ\",\"Παρ\",\"Σαβ\" ],\n\tdayNamesMin: [ \"Κυ\",\"Δε\",\"Τρ\",\"Τε\",\"Πε\",\"Πα\",\"Σα\" ],\n\tweekHeader: \"Εβδ\",\n\tdateFormat: \"dd/mm/yy\",\n\tfirstDay: 1,\n\tisRTL: false,\n\tshowMonthAfterYear: false,\n\tyearSuffix: \"\" };\ndatepicker.setDefaults( datepicker.regional.el );\n\nreturn datepicker.regional.el;\n\n} ) );\n","/**\n* Ajax Autocomplete for jQuery, version 1.2.7\n* (c) 2013 Tomas Kirda\n*\n* Ajax Autocomplete for jQuery is freely distributable under the terms of an MIT-style license.\n* For details, see the web site: http://www.devbridge.com/projects/autocomplete/jquery/\n*\n*/\n\n// FIX: parseJSON result.d.data of ajax call\n\n/*jslint browser: true, white: true, plusplus: true */\n/*global define, window, document, jQuery */\n\n// Expose plugin as an AMD module if AMD loader is present:\n(function (factory) {\n 'use strict';\n if (typeof define === 'function' && define.amd) {\n // AMD. Register as an anonymous module.\n define(['jquery'], factory);\n } else {\n // Browser globals\n factory(jQuery);\n }\n}(function ($) {\n 'use strict';\n\n var\n utils = (function () {\n return {\n escapeRegExChars: function (value) {\n return value.replace(/[\\-\\[\\]\\/\\{\\}\\(\\)\\*\\+\\?\\.\\\\\\^\\$\\|]/g, \"\\\\$&\");\n },\n createNode: function (html) {\n var div = document.createElement('div');\n div.innerHTML = html;\n return div.firstChild;\n }\n };\n }()),\n\n keys = {\n ESC: 27,\n TAB: 9,\n RETURN: 13,\n LEFT: 37,\n UP: 38,\n RIGHT: 39,\n DOWN: 40\n };\n\n function Autocomplete(el, options) {\n var noop = function () { },\n that = this,\n defaults = {\n autoSelectFirst: false,\n appendTo: 'body',\n serviceUrl: null,\n lookup: null,\n onSelect: null,\n width: 'auto',\n minChars: 1,\n maxHeight: 300,\n deferRequestBy: 0,\n params: {},\n formatResult: Autocomplete.formatResult,\n delimiter: null,\n zIndex: 9999,\n type: 'GET',\n noCache: false,\n onSearchStart: noop,\n onSearchComplete: noop,\n containerClass: 'autocomplete-suggestions',\n tabDisabled: false,\n dataType: 'text',\n currentRequest: null,\n lookupFilter: function (suggestion, originalQuery, queryLowerCase) {\n return suggestion.value.toLowerCase().indexOf(queryLowerCase) !== -1;\n },\n paramName: 'query',\n transformResult: function (response) {\n return typeof response === 'string' ? $.parseJSON(response) : response;\n }\n };\n\n // Shared variables:\n that.element = el;\n that.el = $(el);\n that.suggestions = [];\n that.badQueries = [];\n that.selectedIndex = -1;\n that.currentValue = that.element.value;\n that.intervalId = 0;\n that.cachedResponse = [];\n that.onChangeInterval = null;\n that.onChange = null;\n that.isLocal = false;\n that.suggestionsContainer = null;\n that.options = $.extend({}, defaults, options);\n that.classes = {\n selected: 'autocomplete-selected',\n suggestion: 'autocomplete-suggestion'\n };\n that.hint = null;\n that.hintValue = '';\n that.selection = null;\n\n // Initialize and set options:\n that.initialize();\n that.setOptions(options);\n }\n\n Autocomplete.utils = utils;\n\n $.Autocomplete = Autocomplete;\n\n Autocomplete.formatResult = function (suggestion, currentValue) {\n var pattern = '(' + utils.escapeRegExChars(currentValue) + ')';\n\n return suggestion.value.replace(new RegExp(pattern, 'gi'), '$1<\\/strong>');\n };\n\n Autocomplete.prototype = {\n\n killerFn: null,\n\n initialize: function () {\n var that = this,\n suggestionSelector = '.' + that.classes.suggestion,\n selected = that.classes.selected,\n options = that.options,\n container;\n\n // Remove autocomplete attribute to prevent native suggestions:\n that.element.setAttribute('autocomplete', 'off');\n\n that.killerFn = function (e) {\n if ($(e.target).closest('.' + that.options.containerClass).length === 0) {\n that.killSuggestions();\n that.disableKillerFn();\n }\n };\n\n that.suggestionsContainer = Autocomplete.utils.createNode('
');\n\n container = $(that.suggestionsContainer);\n\n container.appendTo(options.appendTo);\n\n // Only set width if it was provided:\n if (options.width !== 'auto') {\n container.width(options.width);\n }\n\n // Listen for mouse over event on suggestions list:\n container.on('mouseover.autocomplete', suggestionSelector, function () {\n that.activate($(this).data('index'));\n });\n\n // Deselect active element when mouse leaves suggestions container:\n container.on('mouseout.autocomplete', function () {\n that.selectedIndex = -1;\n container.children('.' + selected).removeClass(selected);\n });\n\n // Listen for click event on suggestions list:\n container.on('click.autocomplete', suggestionSelector, function () {\n that.select($(this).data('index'));\n });\n\n that.fixPosition();\n\n that.fixPositionCapture = function () {\n if (that.visible) {\n that.fixPosition();\n }\n };\n\n $(window).on('resize', that.fixPositionCapture);\n\n that.el.on('keydown.autocomplete', function (e) { that.onKeyPress(e); });\n that.el.on('keyup.autocomplete', function (e) { that.onKeyUp(e); });\n that.el.on('blur.autocomplete', function () { that.onBlur(); });\n that.el.on('focus.autocomplete', function () { that.fixPosition(); });\n that.el.on('change.autocomplete', function (e) { that.onKeyUp(e); });\n },\n\n onBlur: function () {\n this.enableKillerFn();\n },\n\n setOptions: function (suppliedOptions) {\n var that = this,\n options = that.options;\n\n $.extend(options, suppliedOptions);\n\n that.isLocal = $.isArray(options.lookup);\n\n if (that.isLocal) {\n options.lookup = that.verifySuggestionsFormat(options.lookup);\n }\n\n // Adjust height, width and z-index:\n $(that.suggestionsContainer).css({\n 'max-height': options.maxHeight + 'px',\n 'width': options.width + 'px',\n 'z-index': options.zIndex\n });\n },\n\n clearCache: function () {\n this.cachedResponse = [];\n this.badQueries = [];\n },\n\n clear: function () {\n this.clearCache();\n this.currentValue = '';\n this.suggestions = [];\n },\n\n disable: function () {\n this.disabled = true;\n },\n\n enable: function () {\n this.disabled = false;\n },\n\n fixPosition: function () {\n var that = this,\n offset;\n\n // Don't adjsut position if custom container has been specified:\n if (that.options.appendTo !== 'body') {\n return;\n }\n\n offset = that.el.offset();\n\n $(that.suggestionsContainer).css({\n top: (offset.top + that.el.outerHeight()) + 'px',\n left: offset.left + 'px'\n });\n },\n\n enableKillerFn: function () {\n var that = this;\n $(document).on('click.autocomplete', that.killerFn);\n },\n\n disableKillerFn: function () {\n var that = this;\n $(document).off('click.autocomplete', that.killerFn);\n },\n\n killSuggestions: function () {\n var that = this;\n that.stopKillSuggestions();\n that.intervalId = window.setInterval(function () {\n that.hide();\n that.stopKillSuggestions();\n }, 300);\n },\n\n stopKillSuggestions: function () {\n window.clearInterval(this.intervalId);\n },\n\n isCursorAtEnd: function () {\n var that = this,\n valLength = that.el.val().length,\n selectionStart = that.element.selectionStart,\n range;\n\n if (typeof selectionStart === 'number') {\n return selectionStart === valLength;\n }\n if (document.selection) {\n range = document.selection.createRange();\n range.moveStart('character', -valLength);\n return valLength === range.text.length;\n }\n return true;\n },\n\n onKeyPress: function (e) {\n var that = this;\n\n // If suggestions are hidden and user presses arrow down, display suggestions:\n if (!that.disabled && !that.visible && e.which === keys.DOWN && that.currentValue) {\n that.suggest();\n return;\n }\n\n if (that.disabled || !that.visible) {\n return;\n }\n\n switch (e.which) {\n case keys.ESC:\n that.el.val(that.currentValue);\n that.hide();\n break;\n case keys.RIGHT:\n if (that.hint && that.options.onHint && that.isCursorAtEnd()) {\n that.selectHint();\n break;\n }\n return;\n case keys.TAB:\n if (that.hint && that.options.onHint) {\n that.selectHint();\n return;\n }\n // Fall through to RETURN\n case keys.RETURN:\n if (that.selectedIndex === -1) {\n that.hide();\n return;\n }\n that.select(that.selectedIndex);\n if (e.which === keys.TAB && that.options.tabDisabled === false) {\n return;\n }\n break;\n case keys.UP:\n that.moveUp();\n break;\n case keys.DOWN:\n that.moveDown();\n break;\n default:\n return;\n }\n\n // Cancel event if function did not return:\n e.stopImmediatePropagation();\n e.preventDefault();\n },\n\n onKeyUp: function (e) {\n var that = this;\n\n if (that.disabled) {\n return;\n }\n\n switch (e.which) {\n case keys.UP:\n case keys.DOWN:\n return;\n }\n\n clearInterval(that.onChangeInterval);\n\n if (that.currentValue !== that.el.val()) {\n that.findBestHint();\n if (that.options.deferRequestBy > 0) {\n // Defer lookup in case when value changes very quickly:\n that.onChangeInterval = setInterval(function () {\n that.onValueChange();\n }, that.options.deferRequestBy);\n } else {\n that.onValueChange();\n }\n }\n },\n\n onValueChange: function () {\n var that = this,\n q;\n\n if (that.selection) {\n that.selection = null;\n (that.options.onInvalidateSelection || $.noop)();\n }\n\n clearInterval(that.onChangeInterval);\n that.currentValue = that.el.val();\n\n q = that.getQuery(that.currentValue);\n that.selectedIndex = -1;\n\n if (q.length < that.options.minChars) {\n that.hide();\n } else {\n that.getSuggestions(q);\n }\n },\n\n getQuery: function (value) {\n var delimiter = this.options.delimiter,\n parts;\n\n if (!delimiter) {\n return $.trim(value);\n }\n parts = value.split(delimiter);\n return $.trim(parts[parts.length - 1]);\n },\n\n getSuggestionsLocal: function (query) {\n var that = this,\n queryLowerCase = query.toLowerCase(),\n filter = that.options.lookupFilter;\n\n return {\n suggestions: $.grep(that.options.lookup, function (suggestion) {\n return filter(suggestion, query, queryLowerCase);\n })\n };\n },\n\n getSuggestions: function (q) {\n var response,\n that = this,\n options = that.options,\n serviceUrl = options.serviceUrl;\n\n response = that.isLocal ? that.getSuggestionsLocal(q) : that.cachedResponse[q];\n\n if (response && $.isArray(response.suggestions)) {\n that.suggestions = response.suggestions;\n that.suggest();\n } else if (!that.isBadQuery(q)) {\n options.params[options.paramName] = q;\n if (options.onSearchStart.call(that.element, options.params) === false) {\n return;\n }\n if ($.isFunction(options.serviceUrl)) {\n serviceUrl = options.serviceUrl.call(that.element, q);\n }\n if(this.currentRequest != null) {\n this.currentRequest.abort();\n }\n this.currentRequest = $.ajax({\n url: serviceUrl,\n data: options.ignoreParams ? null : options.params,\n type: options.type,\n dataType: options.dataType\n }).done(function (data) {\n that.processResponse(data, q);\n options.onSearchComplete.call(that.element, q);\n });\n }\n },\n\n isBadQuery: function (q) {\n var badQueries = this.badQueries,\n i = badQueries.length;\n\n while (i--) {\n if (q.indexOf(badQueries[i]) === 0) {\n return true;\n }\n }\n\n return false;\n },\n\n hide: function () {\n var that = this;\n that.visible = false;\n that.selectedIndex = -1;\n $(that.suggestionsContainer).hide();\n that.signalHint(null);\n },\n\n suggest: function () {\n if (this.suggestions.length === 0) {\n this.hide();\n return;\n }\n\n var that = this,\n formatResult = that.options.formatResult,\n value = that.getQuery(that.currentValue),\n className = that.classes.suggestion,\n classSelected = that.classes.selected,\n container = $(that.suggestionsContainer),\n html = '',\n width;\n\n // Build suggestions inner HTML:\n $.each(that.suggestions, function (i, suggestion) {\n html += '
' + formatResult(suggestion, value) + '
';\n });\n\n // If width is auto, adjust width before displaying suggestions,\n // because if instance was created before input had width, it will be zero.\n // Also it adjusts if input width has changed.\n // -2px to account for suggestions border.\n if (that.options.width === 'auto') {\n width = that.el.outerWidth() - 2;\n container.width(width > 0 ? width : 300);\n }\n\n container.html(html).show();\n that.visible = true;\n\n // Select first value by default:\n if (that.options.autoSelectFirst) {\n that.selectedIndex = 0;\n container.children().first().addClass(classSelected);\n }\n\n that.findBestHint();\n },\n\n findBestHint: function () {\n var that = this,\n value = that.el.val().toLowerCase(),\n bestMatch = null;\n\n if (!value) {\n return;\n }\n\n $.each(that.suggestions, function (i, suggestion) {\n var foundMatch = suggestion.value.toLowerCase().indexOf(value) === 0;\n if (foundMatch) {\n bestMatch = suggestion;\n }\n return !foundMatch;\n });\n\n that.signalHint(bestMatch);\n },\n\n signalHint: function (suggestion) {\n var hintValue = '',\n that = this;\n if (suggestion) {\n hintValue = that.currentValue + suggestion.value.substr(that.currentValue.length);\n }\n if (that.hintValue !== hintValue) {\n that.hintValue = hintValue;\n that.hint = suggestion;\n (this.options.onHint || $.noop)(hintValue);\n }\n },\n\n verifySuggestionsFormat: function (suggestions) {\n // If suggestions is string array, convert them to supported format:\n if (suggestions.length && typeof suggestions[0] === 'string') {\n\n return $.map(suggestions, function (value) {\n return { value: value, data: null };\n });\n }\n return suggestions;\n },\n\n processResponse: function (response, originalQuery) {\n var that = this,\n options = that.options,\n result = options.transformResult(response, originalQuery);\n\n var suggestions = jQuery.parseJSON(result.d.data);\n result.suggestions = that.verifySuggestionsFormat(suggestions); //result.suggestions = that.verifySuggestionsFormat(result.suggestions);\n\n // Cache results if cache is not disabled:\n if (!options.noCache) {\n that.cachedResponse[result[options.paramName]] = result;\n if (result.suggestions.length === 0) {\n that.badQueries.push(result[options.paramName]);\n }\n }\n\n // Display suggestions only if returned query matches current value:\n if (originalQuery === that.getQuery(that.currentValue)) {\n that.suggestions = result.suggestions;\n that.suggest();\n }\n },\n\n activate: function (index) {\n var that = this,\n activeItem,\n selected = that.classes.selected,\n container = $(that.suggestionsContainer),\n children = container.children();\n\n container.children('.' + selected).removeClass(selected);\n\n that.selectedIndex = index;\n\n if (that.selectedIndex !== -1 && children.length > that.selectedIndex) {\n activeItem = children.get(that.selectedIndex);\n $(activeItem).addClass(selected);\n return activeItem;\n }\n\n return null;\n },\n\n selectHint: function () {\n var that = this,\n i = $.inArray(that.hint, that.suggestions);\n\n that.select(i);\n },\n\n select: function (i) {\n var that = this;\n that.hide();\n that.onSelect(i);\n },\n\n moveUp: function () {\n var that = this;\n\n if (that.selectedIndex === -1) {\n return;\n }\n\n if (that.selectedIndex === 0) {\n $(that.suggestionsContainer).children().first().removeClass(that.classes.selected);\n that.selectedIndex = -1;\n that.el.val(that.currentValue);\n that.findBestHint();\n return;\n }\n\n that.adjustScroll(that.selectedIndex - 1);\n },\n\n moveDown: function () {\n var that = this;\n\n if (that.selectedIndex === (that.suggestions.length - 1)) {\n return;\n }\n\n that.adjustScroll(that.selectedIndex + 1);\n },\n\n adjustScroll: function (index) {\n var that = this,\n activeItem = that.activate(index),\n offsetTop,\n upperBound,\n lowerBound,\n heightDelta = 25;\n\n if (!activeItem) {\n return;\n }\n\n offsetTop = activeItem.offsetTop;\n upperBound = $(that.suggestionsContainer).scrollTop();\n lowerBound = upperBound + that.options.maxHeight - heightDelta;\n\n if (offsetTop < upperBound) {\n $(that.suggestionsContainer).scrollTop(offsetTop);\n } else if (offsetTop > lowerBound) {\n $(that.suggestionsContainer).scrollTop(offsetTop - that.options.maxHeight + heightDelta);\n }\n\n that.el.val(that.getValue(that.suggestions[index].value));\n that.signalHint(null);\n },\n\n onSelect: function (index) {\n var that = this,\n onSelectCallback = that.options.onSelect,\n suggestion = that.suggestions[index];\n\n that.currentValue = that.getValue(suggestion.value);\n that.el.val(that.currentValue);\n that.signalHint(null);\n that.suggestions = [];\n that.selection = suggestion;\n\n if ($.isFunction(onSelectCallback)) {\n onSelectCallback.call(that.element, suggestion);\n }\n },\n\n getValue: function (value) {\n var that = this,\n delimiter = that.options.delimiter,\n currentValue,\n parts;\n\n if (!delimiter) {\n return value;\n }\n\n currentValue = that.currentValue;\n parts = currentValue.split(delimiter);\n\n if (parts.length === 1) {\n return value;\n }\n\n return currentValue.substr(0, currentValue.length - parts[parts.length - 1].length) + value;\n },\n\n dispose: function () {\n var that = this;\n that.el.off('.autocomplete').removeData('autocomplete');\n that.disableKillerFn();\n $(window).off('resize', that.fixPositionCapture);\n $(that.suggestionsContainer).remove();\n }\n };\n\n // Create chainable jQuery plugin:\n $.fn.autocomplete = function (options, args) {\n var dataKey = 'autocomplete';\n // If function invoked without argument return\n // instance of the first matched element:\n if (arguments.length === 0) {\n return this.first().data(dataKey);\n }\n\n return this.each(function () {\n var inputElement = $(this),\n instance = inputElement.data(dataKey);\n\n if (typeof options === 'string') {\n if (instance && typeof instance[options] === 'function') {\n instance[options](args);\n }\n } else {\n // If instance already exists, destroy it:\n if (instance && instance.dispose) {\n instance.dispose();\n }\n instance = new Autocomplete(this, options);\n inputElement.data(dataKey, instance);\n }\n });\n };\n}));\n"]}