ad2games-ui_components 2.4.0 → 2.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3 @@
1
+ /* Chosen v1.8.2 | (c) 2011-2017 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
2
+
3
+ (function(){var t,e,s,i,n=function(t,e){return function(){return t.apply(e,arguments)}},r=function(t,e){function s(){this.constructor=t}for(var i in e)o.call(e,i)&&(t[i]=e[i]);return s.prototype=e.prototype,t.prototype=new s,t.__super__=e.prototype,t},o={}.hasOwnProperty;(i=function(){function t(){this.options_index=0,this.parsed=[]}return t.prototype.add_node=function(t){return"OPTGROUP"===t.nodeName.toUpperCase()?this.add_group(t):this.add_option(t)},t.prototype.add_group=function(t){var e,s,i,n,r,o;for(e=this.parsed.length,this.parsed.push({array_index:e,group:!0,label:t.label,title:t.title?t.title:void 0,children:0,disabled:t.disabled,classes:t.className}),o=[],s=0,i=(r=t.childNodes).length;s<i;s++)n=r[s],o.push(this.add_option(n,e,t.disabled));return o},t.prototype.add_option=function(t,e,s){if("OPTION"===t.nodeName.toUpperCase())return""!==t.text?(null!=e&&(this.parsed[e].children+=1),this.parsed.push({array_index:this.parsed.length,options_index:this.options_index,value:t.value,text:t.text,html:t.innerHTML,title:t.title?t.title:void 0,selected:t.selected,disabled:!0===s?s:t.disabled,group_array_index:e,group_label:null!=e?this.parsed[e].label:null,classes:t.className,style:t.style.cssText})):this.parsed.push({array_index:this.parsed.length,options_index:this.options_index,empty:!0}),this.options_index+=1},t}()).select_to_array=function(t){var e,s,n,r,o;for(r=new i,s=0,n=(o=t.childNodes).length;s<n;s++)e=o[s],r.add_node(e);return r.parsed},e=function(){function t(e,s){this.form_field=e,this.options=null!=s?s:{},this.label_click_handler=n(this.label_click_handler,this),t.browser_is_supported()&&(this.is_multiple=this.form_field.multiple,this.set_default_text(),this.set_default_values(),this.setup(),this.set_up_html(),this.register_observers(),this.on_ready())}return t.prototype.set_default_values=function(){return this.click_test_action=function(t){return function(e){return t.test_active_click(e)}}(this),this.activate_action=function(t){return function(e){return t.activate_field(e)}}(this),this.active_field=!1,this.mouse_on_container=!1,this.results_showing=!1,this.result_highlighted=null,this.is_rtl=this.options.rtl||/\bchosen-rtl\b/.test(this.form_field.className),this.allow_single_deselect=null!=this.options.allow_single_deselect&&null!=this.form_field.options[0]&&""===this.form_field.options[0].text&&this.options.allow_single_deselect,this.disable_search_threshold=this.options.disable_search_threshold||0,this.disable_search=this.options.disable_search||!1,this.enable_split_word_search=null==this.options.enable_split_word_search||this.options.enable_split_word_search,this.group_search=null==this.options.group_search||this.options.group_search,this.search_contains=this.options.search_contains||!1,this.single_backstroke_delete=null==this.options.single_backstroke_delete||this.options.single_backstroke_delete,this.max_selected_options=this.options.max_selected_options||Infinity,this.inherit_select_classes=this.options.inherit_select_classes||!1,this.display_selected_options=null==this.options.display_selected_options||this.options.display_selected_options,this.display_disabled_options=null==this.options.display_disabled_options||this.options.display_disabled_options,this.include_group_label_in_selected=this.options.include_group_label_in_selected||!1,this.max_shown_results=this.options.max_shown_results||Number.POSITIVE_INFINITY,this.case_sensitive_search=this.options.case_sensitive_search||!1,this.hide_results_on_select=null==this.options.hide_results_on_select||this.options.hide_results_on_select},t.prototype.set_default_text=function(){return this.form_field.getAttribute("data-placeholder")?this.default_text=this.form_field.getAttribute("data-placeholder"):this.is_multiple?this.default_text=this.options.placeholder_text_multiple||this.options.placeholder_text||t.default_multiple_text:this.default_text=this.options.placeholder_text_single||this.options.placeholder_text||t.default_single_text,this.default_text=this.escape_html(this.default_text),this.results_none_found=this.form_field.getAttribute("data-no_results_text")||this.options.no_results_text||t.default_no_result_text},t.prototype.choice_label=function(t){return this.include_group_label_in_selected&&null!=t.group_label?"<b class='group-name'>"+t.group_label+"</b>"+t.html:t.html},t.prototype.mouse_enter=function(){return this.mouse_on_container=!0},t.prototype.mouse_leave=function(){return this.mouse_on_container=!1},t.prototype.input_focus=function(t){if(this.is_multiple){if(!this.active_field)return setTimeout(function(t){return function(){return t.container_mousedown()}}(this),50)}else if(!this.active_field)return this.activate_field()},t.prototype.input_blur=function(t){if(!this.mouse_on_container)return this.active_field=!1,setTimeout(function(t){return function(){return t.blur_test()}}(this),100)},t.prototype.label_click_handler=function(t){return this.is_multiple?this.container_mousedown(t):this.activate_field()},t.prototype.results_option_build=function(t){var e,s,i,n,r,o,h;for(e="",h=0,n=0,r=(o=this.results_data).length;n<r&&(s=o[n],i="",""!==(i=s.group?this.result_add_group(s):this.result_add_option(s))&&(h++,e+=i),(null!=t?t.first:void 0)&&(s.selected&&this.is_multiple?this.choice_build(s):s.selected&&!this.is_multiple&&this.single_set_selected_text(this.choice_label(s))),!(h>=this.max_shown_results));n++);return e},t.prototype.result_add_option=function(t){var e,s;return t.search_match&&this.include_option_in_results(t)?(e=[],t.disabled||t.selected&&this.is_multiple||e.push("active-result"),!t.disabled||t.selected&&this.is_multiple||e.push("disabled-result"),t.selected&&e.push("result-selected"),null!=t.group_array_index&&e.push("group-option"),""!==t.classes&&e.push(t.classes),s=document.createElement("li"),s.className=e.join(" "),s.style.cssText=t.style,s.setAttribute("data-option-array-index",t.array_index),s.innerHTML=t.highlighted_html||t.html,t.title&&(s.title=t.title),this.outerHTML(s)):""},t.prototype.result_add_group=function(t){var e,s;return(t.search_match||t.group_match)&&t.active_options>0?((e=[]).push("group-result"),t.classes&&e.push(t.classes),s=document.createElement("li"),s.className=e.join(" "),s.innerHTML=t.highlighted_html||this.escape_html(t.label),t.title&&(s.title=t.title),this.outerHTML(s)):""},t.prototype.results_update_field=function(){if(this.set_default_text(),this.is_multiple||this.results_reset_cleanup(),this.result_clear_highlight(),this.results_build(),this.results_showing)return this.winnow_results()},t.prototype.reset_single_select_options=function(){var t,e,s,i,n;for(n=[],t=0,e=(s=this.results_data).length;t<e;t++)(i=s[t]).selected?n.push(i.selected=!1):n.push(void 0);return n},t.prototype.results_toggle=function(){return this.results_showing?this.results_hide():this.results_show()},t.prototype.results_search=function(t){return this.results_showing?this.winnow_results():this.results_show()},t.prototype.winnow_results=function(){var t,e,s,i,n,r,o,h,l,c,_,a,u,d,p;for(this.no_results_clear(),c=0,t=(o=this.get_search_text()).replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),l=this.get_search_regex(t),s=0,i=(h=this.results_data).length;s<i;s++)(n=h[s]).search_match=!1,_=null,a=null,n.highlighted_html="",this.include_option_in_results(n)&&(n.group&&(n.group_match=!1,n.active_options=0),null!=n.group_array_index&&this.results_data[n.group_array_index]&&(0===(_=this.results_data[n.group_array_index]).active_options&&_.search_match&&(c+=1),_.active_options+=1),p=n.group?n.label:n.text,n.group&&!this.group_search||(a=this.search_string_match(p,l),n.search_match=null!=a,n.search_match&&!n.group&&(c+=1),n.search_match?(o.length&&(u=a.index,r=p.slice(0,u),e=p.slice(u,u+o.length),d=p.slice(u+o.length),n.highlighted_html=this.escape_html(r)+"<em>"+this.escape_html(e)+"</em>"+this.escape_html(d)),null!=_&&(_.group_match=!0)):null!=n.group_array_index&&this.results_data[n.group_array_index].search_match&&(n.search_match=!0)));return this.result_clear_highlight(),c<1&&o.length?(this.update_results_content(""),this.no_results(o)):(this.update_results_content(this.results_option_build()),this.winnow_results_set_highlight())},t.prototype.get_search_regex=function(t){var e,s;return s=this.search_contains?t:"(^|\\s|\\b)"+t+"[^\\s]*",this.enable_split_word_search||this.search_contains||(s="^"+s),e=this.case_sensitive_search?"":"i",new RegExp(s,e)},t.prototype.search_string_match=function(t,e){var s;return s=e.exec(t),!this.search_contains&&(null!=s?s[1]:void 0)&&(s.index+=1),s},t.prototype.choices_count=function(){var t,e,s;if(null!=this.selected_option_count)return this.selected_option_count;for(this.selected_option_count=0,t=0,e=(s=this.form_field.options).length;t<e;t++)s[t].selected&&(this.selected_option_count+=1);return this.selected_option_count},t.prototype.choices_click=function(t){if(t.preventDefault(),this.activate_field(),!this.results_showing&&!this.is_disabled)return this.results_show()},t.prototype.keydown_checker=function(t){var e,s;switch(s=null!=(e=t.which)?e:t.keyCode,this.search_field_scale(),8!==s&&this.pending_backstroke&&this.clear_backstroke(),s){case 8:this.backstroke_length=this.get_search_field_value().length;break;case 9:this.results_showing&&!this.is_multiple&&this.result_select(t),this.mouse_on_container=!1;break;case 13:case 27:this.results_showing&&t.preventDefault();break;case 32:this.disable_search&&t.preventDefault();break;case 38:t.preventDefault(),this.keyup_arrow();break;case 40:t.preventDefault(),this.keydown_arrow()}},t.prototype.keyup_checker=function(t){var e,s;switch(s=null!=(e=t.which)?e:t.keyCode,this.search_field_scale(),s){case 8:this.is_multiple&&this.backstroke_length<1&&this.choices_count()>0?this.keydown_backstroke():this.pending_backstroke||(this.result_clear_highlight(),this.results_search());break;case 13:t.preventDefault(),this.results_showing&&this.result_select(t);break;case 27:this.results_showing&&this.results_hide();break;case 9:case 16:case 17:case 18:case 38:case 40:case 91:break;default:this.results_search()}},t.prototype.clipboard_event_checker=function(t){if(!this.is_disabled)return setTimeout(function(t){return function(){return t.results_search()}}(this),50)},t.prototype.container_width=function(){return null!=this.options.width?this.options.width:this.form_field.offsetWidth+"px"},t.prototype.include_option_in_results=function(t){return!(this.is_multiple&&!this.display_selected_options&&t.selected)&&(!(!this.display_disabled_options&&t.disabled)&&!t.empty)},t.prototype.search_results_touchstart=function(t){return this.touch_started=!0,this.search_results_mouseover(t)},t.prototype.search_results_touchmove=function(t){return this.touch_started=!1,this.search_results_mouseout(t)},t.prototype.search_results_touchend=function(t){if(this.touch_started)return this.search_results_mouseup(t)},t.prototype.outerHTML=function(t){var e;return t.outerHTML?t.outerHTML:((e=document.createElement("div")).appendChild(t),e.innerHTML)},t.prototype.get_single_html=function(){return'<a class="chosen-single chosen-default">\n <span>'+this.default_text+'</span>\n <div><b></b></div>\n</a>\n<div class="chosen-drop">\n <div class="chosen-search">\n <input class="chosen-search-input" type="text" autocomplete="off" />\n </div>\n <ul class="chosen-results"></ul>\n</div>'},t.prototype.get_multi_html=function(){return'<ul class="chosen-choices">\n <li class="search-field">\n <input class="chosen-search-input" type="text" autocomplete="off" value="'+this.default_text+'" />\n </li>\n</ul>\n<div class="chosen-drop">\n <ul class="chosen-results"></ul>\n</div>'},t.prototype.get_no_results_html=function(t){return'<li class="no-results">\n '+this.results_none_found+" <span>"+this.escape_html(t)+"</span>\n</li>"},t.browser_is_supported=function(){return"Microsoft Internet Explorer"===window.navigator.appName?document.documentMode>=8:!(/iP(od|hone)/i.test(window.navigator.userAgent)||/IEMobile/i.test(window.navigator.userAgent)||/Windows Phone/i.test(window.navigator.userAgent)||/BlackBerry/i.test(window.navigator.userAgent)||/BB10/i.test(window.navigator.userAgent)||/Android.*Mobile/i.test(window.navigator.userAgent))},t.default_multiple_text="Select Some Options",t.default_single_text="Select an Option",t.default_no_result_text="No results match",t}(),(t=jQuery).fn.extend({chosen:function(i){return e.browser_is_supported()?this.each(function(e){var n,r;r=(n=t(this)).data("chosen"),"destroy"!==i?r instanceof s||n.data("chosen",new s(this,i)):r instanceof s&&r.destroy()}):this}}),s=function(s){function n(){return n.__super__.constructor.apply(this,arguments)}return r(n,e),n.prototype.setup=function(){return this.form_field_jq=t(this.form_field),this.current_selectedIndex=this.form_field.selectedIndex},n.prototype.set_up_html=function(){var e,s;return(e=["chosen-container"]).push("chosen-container-"+(this.is_multiple?"multi":"single")),this.inherit_select_classes&&this.form_field.className&&e.push(this.form_field.className),this.is_rtl&&e.push("chosen-rtl"),s={"class":e.join(" "),title:this.form_field.title},this.form_field.id.length&&(s.id=this.form_field.id.replace(/[^\w]/g,"_")+"_chosen"),this.container=t("<div />",s),this.container.width(this.container_width()),this.is_multiple?this.container.html(this.get_multi_html()):this.container.html(this.get_single_html()),this.form_field_jq.hide().after(this.container),this.dropdown=this.container.find("div.chosen-drop").first(),this.search_field=this.container.find("input").first(),this.search_results=this.container.find("ul.chosen-results").first(),this.search_field_scale(),this.search_no_results=this.container.find("li.no-results").first(),this.is_multiple?(this.search_choices=this.container.find("ul.chosen-choices").first(),this.search_container=this.container.find("li.search-field").first()):(this.search_container=this.container.find("div.chosen-search").first(),this.selected_item=this.container.find(".chosen-single").first()),this.results_build(),this.set_tab_index(),this.set_label_behavior()},n.prototype.on_ready=function(){return this.form_field_jq.trigger("chosen:ready",{chosen:this})},n.prototype.register_observers=function(){return this.container.on("touchstart.chosen",function(t){return function(e){t.container_mousedown(e)}}(this)),this.container.on("touchend.chosen",function(t){return function(e){t.container_mouseup(e)}}(this)),this.container.on("mousedown.chosen",function(t){return function(e){t.container_mousedown(e)}}(this)),this.container.on("mouseup.chosen",function(t){return function(e){t.container_mouseup(e)}}(this)),this.container.on("mouseenter.chosen",function(t){return function(e){t.mouse_enter(e)}}(this)),this.container.on("mouseleave.chosen",function(t){return function(e){t.mouse_leave(e)}}(this)),this.search_results.on("mouseup.chosen",function(t){return function(e){t.search_results_mouseup(e)}}(this)),this.search_results.on("mouseover.chosen",function(t){return function(e){t.search_results_mouseover(e)}}(this)),this.search_results.on("mouseout.chosen",function(t){return function(e){t.search_results_mouseout(e)}}(this)),this.search_results.on("mousewheel.chosen DOMMouseScroll.chosen",function(t){return function(e){t.search_results_mousewheel(e)}}(this)),this.search_results.on("touchstart.chosen",function(t){return function(e){t.search_results_touchstart(e)}}(this)),this.search_results.on("touchmove.chosen",function(t){return function(e){t.search_results_touchmove(e)}}(this)),this.search_results.on("touchend.chosen",function(t){return function(e){t.search_results_touchend(e)}}(this)),this.form_field_jq.on("chosen:updated.chosen",function(t){return function(e){t.results_update_field(e)}}(this)),this.form_field_jq.on("chosen:activate.chosen",function(t){return function(e){t.activate_field(e)}}(this)),this.form_field_jq.on("chosen:open.chosen",function(t){return function(e){t.container_mousedown(e)}}(this)),this.form_field_jq.on("chosen:close.chosen",function(t){return function(e){t.close_field(e)}}(this)),this.search_field.on("blur.chosen",function(t){return function(e){t.input_blur(e)}}(this)),this.search_field.on("keyup.chosen",function(t){return function(e){t.keyup_checker(e)}}(this)),this.search_field.on("keydown.chosen",function(t){return function(e){t.keydown_checker(e)}}(this)),this.search_field.on("focus.chosen",function(t){return function(e){t.input_focus(e)}}(this)),this.search_field.on("cut.chosen",function(t){return function(e){t.clipboard_event_checker(e)}}(this)),this.search_field.on("paste.chosen",function(t){return function(e){t.clipboard_event_checker(e)}}(this)),this.is_multiple?this.search_choices.on("click.chosen",function(t){return function(e){t.choices_click(e)}}(this)):this.container.on("click.chosen",function(t){t.preventDefault()})},n.prototype.destroy=function(){return t(this.container[0].ownerDocument).off("click.chosen",this.click_test_action),this.form_field_label.length>0&&this.form_field_label.off("click.chosen"),this.search_field[0].tabIndex&&(this.form_field_jq[0].tabIndex=this.search_field[0].tabIndex),this.container.remove(),this.form_field_jq.removeData("chosen"),this.form_field_jq.show()},n.prototype.search_field_disabled=function(){return this.is_disabled=this.form_field.disabled||this.form_field_jq.parents("fieldset").is(":disabled"),this.container.toggleClass("chosen-disabled",this.is_disabled),this.search_field[0].disabled=this.is_disabled,this.is_multiple||this.selected_item.off("focus.chosen",this.activate_field),this.is_disabled?this.close_field():this.is_multiple?void 0:this.selected_item.on("focus.chosen",this.activate_field)},n.prototype.container_mousedown=function(e){var s;if(!this.is_disabled)return!e||"mousedown"!==(s=e.type)&&"touchstart"!==s||this.results_showing||e.preventDefault(),null!=e&&t(e.target).hasClass("search-choice-close")?void 0:(this.active_field?this.is_multiple||!e||t(e.target)[0]!==this.selected_item[0]&&!t(e.target).parents("a.chosen-single").length||(e.preventDefault(),this.results_toggle()):(this.is_multiple&&this.search_field.val(""),t(this.container[0].ownerDocument).on("click.chosen",this.click_test_action),this.results_show()),this.activate_field())},n.prototype.container_mouseup=function(t){if("ABBR"===t.target.nodeName&&!this.is_disabled)return this.results_reset(t)},n.prototype.search_results_mousewheel=function(t){var e;if(t.originalEvent&&(e=t.originalEvent.deltaY||-t.originalEvent.wheelDelta||t.originalEvent.detail),null!=e)return t.preventDefault(),"DOMMouseScroll"===t.type&&(e*=40),this.search_results.scrollTop(e+this.search_results.scrollTop())},n.prototype.blur_test=function(t){if(!this.active_field&&this.container.hasClass("chosen-container-active"))return this.close_field()},n.prototype.close_field=function(){return t(this.container[0].ownerDocument).off("click.chosen",this.click_test_action),this.active_field=!1,this.results_hide(),this.container.removeClass("chosen-container-active"),this.clear_backstroke(),this.show_search_field_default(),this.search_field_scale(),this.search_field.blur()},n.prototype.activate_field=function(){if(!this.is_disabled)return this.container.addClass("chosen-container-active"),this.active_field=!0,this.search_field.val(this.search_field.val()),this.search_field.focus()},n.prototype.test_active_click=function(e){var s;return(s=t(e.target).closest(".chosen-container")).length&&this.container[0]===s[0]?this.active_field=!0:this.close_field()},n.prototype.results_build=function(){return this.parsing=!0,this.selected_option_count=null,this.results_data=i.select_to_array(this.form_field),this.is_multiple?this.search_choices.find("li.search-choice").remove():this.is_multiple||(this.single_set_selected_text(),this.disable_search||this.form_field.options.length<=this.disable_search_threshold?(this.search_field[0].readOnly=!0,this.container.addClass("chosen-container-single-nosearch")):(this.search_field[0].readOnly=!1,this.container.removeClass("chosen-container-single-nosearch"))),this.update_results_content(this.results_option_build({first:!0})),this.search_field_disabled(),this.show_search_field_default(),this.search_field_scale(),this.parsing=!1},n.prototype.result_do_highlight=function(t){var e,s,i,n,r;if(t.length){if(this.result_clear_highlight(),this.result_highlight=t,this.result_highlight.addClass("highlighted"),i=parseInt(this.search_results.css("maxHeight"),10),r=this.search_results.scrollTop(),n=i+r,s=this.result_highlight.position().top+this.search_results.scrollTop(),(e=s+this.result_highlight.outerHeight())>=n)return this.search_results.scrollTop(e-i>0?e-i:0);if(s<r)return this.search_results.scrollTop(s)}},n.prototype.result_clear_highlight=function(){return this.result_highlight&&this.result_highlight.removeClass("highlighted"),this.result_highlight=null},n.prototype.results_show=function(){return this.is_multiple&&this.max_selected_options<=this.choices_count()?(this.form_field_jq.trigger("chosen:maxselected",{chosen:this}),!1):(this.container.addClass("chosen-with-drop"),this.results_showing=!0,this.search_field.focus(),this.search_field.val(this.get_search_field_value()),this.winnow_results(),this.form_field_jq.trigger("chosen:showing_dropdown",{chosen:this}))},n.prototype.update_results_content=function(t){return this.search_results.html(t)},n.prototype.results_hide=function(){return this.results_showing&&(this.result_clear_highlight(),this.container.removeClass("chosen-with-drop"),this.form_field_jq.trigger("chosen:hiding_dropdown",{chosen:this})),this.results_showing=!1},n.prototype.set_tab_index=function(t){var e;if(this.form_field.tabIndex)return e=this.form_field.tabIndex,this.form_field.tabIndex=-1,this.search_field[0].tabIndex=e},n.prototype.set_label_behavior=function(){if(this.form_field_label=this.form_field_jq.parents("label"),!this.form_field_label.length&&this.form_field.id.length&&(this.form_field_label=t("label[for='"+this.form_field.id+"']")),this.form_field_label.length>0)return this.form_field_label.on("click.chosen",this.label_click_handler)},n.prototype.show_search_field_default=function(){return this.is_multiple&&this.choices_count()<1&&!this.active_field?(this.search_field.val(this.default_text),this.search_field.addClass("default")):(this.search_field.val(""),this.search_field.removeClass("default"))},n.prototype.search_results_mouseup=function(e){var s;if((s=t(e.target).hasClass("active-result")?t(e.target):t(e.target).parents(".active-result").first()).length)return this.result_highlight=s,this.result_select(e),this.search_field.focus()},n.prototype.search_results_mouseover=function(e){var s;if(s=t(e.target).hasClass("active-result")?t(e.target):t(e.target).parents(".active-result").first())return this.result_do_highlight(s)},n.prototype.search_results_mouseout=function(e){if(t(e.target).hasClass("active-result")||t(e.target).parents(".active-result").first())return this.result_clear_highlight()},n.prototype.choice_build=function(e){var s,i;return s=t("<li />",{"class":"search-choice"}).html("<span>"+this.choice_label(e)+"</span>"),e.disabled?s.addClass("search-choice-disabled"):((i=t("<a />",{"class":"search-choice-close","data-option-array-index":e.array_index})).on("click.chosen",function(t){return function(e){return t.choice_destroy_link_click(e)}}(this)),s.append(i)),this.search_container.before(s)},n.prototype.choice_destroy_link_click=function(e){if(e.preventDefault(),e.stopPropagation(),!this.is_disabled)return this.choice_destroy(t(e.target))},n.prototype.choice_destroy=function(t){if(this.result_deselect(t[0].getAttribute("data-option-array-index")))return this.active_field?this.search_field.focus():this.show_search_field_default(),this.is_multiple&&this.choices_count()>0&&this.get_search_field_value().length<1&&this.results_hide(),t.parents("li").first().remove(),this.search_field_scale()},n.prototype.results_reset=function(){if(this.reset_single_select_options(),this.form_field.options[0].selected=!0,this.single_set_selected_text(),this.show_search_field_default(),this.results_reset_cleanup(),this.trigger_form_field_change(),this.active_field)return this.results_hide()},n.prototype.results_reset_cleanup=function(){return this.current_selectedIndex=this.form_field.selectedIndex,this.selected_item.find("abbr").remove()},n.prototype.result_select=function(t){var e,s;if(this.result_highlight)return e=this.result_highlight,this.result_clear_highlight(),this.is_multiple&&this.max_selected_options<=this.choices_count()?(this.form_field_jq.trigger("chosen:maxselected",{chosen:this}),!1):(this.is_multiple?e.removeClass("active-result"):this.reset_single_select_options(),e.addClass("result-selected"),s=this.results_data[e[0].getAttribute("data-option-array-index")],s.selected=!0,this.form_field.options[s.options_index].selected=!0,this.selected_option_count=null,this.search_field.val(""),this.is_multiple?this.choice_build(s):this.single_set_selected_text(this.choice_label(s)),this.is_multiple&&(!this.hide_results_on_select||t.metaKey||t.ctrlKey)?this.winnow_results():(this.results_hide(),this.show_search_field_default()),(this.is_multiple||this.form_field.selectedIndex!==this.current_selectedIndex)&&this.trigger_form_field_change({selected:this.form_field.options[s.options_index].value}),this.current_selectedIndex=this.form_field.selectedIndex,t.preventDefault(),this.search_field_scale())},n.prototype.single_set_selected_text=function(t){return null==t&&(t=this.default_text),t===this.default_text?this.selected_item.addClass("chosen-default"):(this.single_deselect_control_build(),this.selected_item.removeClass("chosen-default")),this.selected_item.find("span").html(t)},n.prototype.result_deselect=function(t){var e;return e=this.results_data[t],!this.form_field.options[e.options_index].disabled&&(e.selected=!1,this.form_field.options[e.options_index].selected=!1,this.selected_option_count=null,this.result_clear_highlight(),this.results_showing&&this.winnow_results(),this.trigger_form_field_change({deselected:this.form_field.options[e.options_index].value}),this.search_field_scale(),!0)},n.prototype.single_deselect_control_build=function(){if(this.allow_single_deselect)return this.selected_item.find("abbr").length||this.selected_item.find("span").first().after('<abbr class="search-choice-close"></abbr>'),this.selected_item.addClass("chosen-single-with-deselect")},n.prototype.get_search_field_value=function(){return this.search_field.val()},n.prototype.get_search_text=function(){return t.trim(this.get_search_field_value())},n.prototype.escape_html=function(e){return t("<div/>").text(e).html()},n.prototype.winnow_results_set_highlight=function(){var t,e;if(e=this.is_multiple?[]:this.search_results.find(".result-selected.active-result"),null!=(t=e.length?e.first():this.search_results.find(".active-result").first()))return this.result_do_highlight(t)},n.prototype.no_results=function(t){var e;return e=this.get_no_results_html(t),this.search_results.append(e),this.form_field_jq.trigger("chosen:no_results",{chosen:this})},n.prototype.no_results_clear=function(){return this.search_results.find(".no-results").remove()},n.prototype.keydown_arrow=function(){var t;return this.results_showing&&this.result_highlight?(t=this.result_highlight.nextAll("li.active-result").first())?this.result_do_highlight(t):void 0:this.results_show()},n.prototype.keyup_arrow=function(){var t;return this.results_showing||this.is_multiple?this.result_highlight?(t=this.result_highlight.prevAll("li.active-result")).length?this.result_do_highlight(t.first()):(this.choices_count()>0&&this.results_hide(),this.result_clear_highlight()):void 0:this.results_show()},n.prototype.keydown_backstroke=function(){var t;return this.pending_backstroke?(this.choice_destroy(this.pending_backstroke.find("a").first()),this.clear_backstroke()):(t=this.search_container.siblings("li.search-choice").last()).length&&!t.hasClass("search-choice-disabled")?(this.pending_backstroke=t,this.single_backstroke_delete?this.keydown_backstroke():this.pending_backstroke.addClass("search-choice-focus")):void 0},n.prototype.clear_backstroke=function(){return this.pending_backstroke&&this.pending_backstroke.removeClass("search-choice-focus"),this.pending_backstroke=null},n.prototype.search_field_scale=function(){var e,s,i,n,r,o,h;if(this.is_multiple){for(r={position:"absolute",left:"-1000px",top:"-1000px",display:"none",whiteSpace:"pre"},s=0,i=(o=["fontSize","fontStyle","fontWeight","fontFamily","lineHeight","textTransform","letterSpacing"]).length;s<i;s++)r[n=o[s]]=this.search_field.css(n);return(e=t("<div />").css(r)).text(this.get_search_field_value()),t("body").append(e),h=e.width()+25,e.remove(),this.container.is(":visible")&&(h=Math.min(this.container.outerWidth()-10,h)),this.search_field.width(h)}},n.prototype.trigger_form_field_change=function(t){return this.form_field_jq.trigger("input",t),this.form_field_jq.trigger("change",t)},n}()}).call(this);
@@ -0,0 +1,11 @@
1
+ /*!
2
+ Chosen, a Select Box Enhancer for jQuery and Prototype
3
+ by Patrick Filler for Harvest, http://getharvest.com
4
+
5
+ Version 1.8.2
6
+ Full source at https://github.com/harvesthq/chosen
7
+ Copyright (c) 2011-2017 Harvest http://getharvest.com
8
+
9
+ MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
10
+ This file is generated by `grunt build`, do not edit it by hand.
11
+ */.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}
@@ -0,0 +1,1389 @@
1
+ /*!
2
+ Chosen, a Select Box Enhancer for jQuery and Prototype
3
+ by Patrick Filler for Harvest, http://getharvest.com
4
+
5
+ Version 1.8.2
6
+ Full source at https://github.com/harvesthq/chosen
7
+ Copyright (c) 2011-2017 Harvest http://getharvest.com
8
+
9
+ MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
10
+ This file is generated by `grunt build`, do not edit it by hand.
11
+ */
12
+
13
+ (function() {
14
+ var AbstractChosen, SelectParser,
15
+ bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; },
16
+ extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
17
+ hasProp = {}.hasOwnProperty;
18
+
19
+ SelectParser = (function() {
20
+ function SelectParser() {
21
+ this.options_index = 0;
22
+ this.parsed = [];
23
+ }
24
+
25
+ SelectParser.prototype.add_node = function(child) {
26
+ if (child.nodeName.toUpperCase() === "OPTGROUP") {
27
+ return this.add_group(child);
28
+ } else {
29
+ return this.add_option(child);
30
+ }
31
+ };
32
+
33
+ SelectParser.prototype.add_group = function(group) {
34
+ var group_position, i, len, option, ref, results1;
35
+ group_position = this.parsed.length;
36
+ this.parsed.push({
37
+ array_index: group_position,
38
+ group: true,
39
+ label: group.label,
40
+ title: group.title ? group.title : void 0,
41
+ children: 0,
42
+ disabled: group.disabled,
43
+ classes: group.className
44
+ });
45
+ ref = group.childNodes;
46
+ results1 = [];
47
+ for (i = 0, len = ref.length; i < len; i++) {
48
+ option = ref[i];
49
+ results1.push(this.add_option(option, group_position, group.disabled));
50
+ }
51
+ return results1;
52
+ };
53
+
54
+ SelectParser.prototype.add_option = function(option, group_position, group_disabled) {
55
+ if (option.nodeName.toUpperCase() === "OPTION") {
56
+ if (option.text !== "") {
57
+ if (group_position != null) {
58
+ this.parsed[group_position].children += 1;
59
+ }
60
+ this.parsed.push({
61
+ array_index: this.parsed.length,
62
+ options_index: this.options_index,
63
+ value: option.value,
64
+ text: option.text,
65
+ html: option.innerHTML,
66
+ title: option.title ? option.title : void 0,
67
+ selected: option.selected,
68
+ disabled: group_disabled === true ? group_disabled : option.disabled,
69
+ group_array_index: group_position,
70
+ group_label: group_position != null ? this.parsed[group_position].label : null,
71
+ classes: option.className,
72
+ style: option.style.cssText
73
+ });
74
+ } else {
75
+ this.parsed.push({
76
+ array_index: this.parsed.length,
77
+ options_index: this.options_index,
78
+ empty: true
79
+ });
80
+ }
81
+ return this.options_index += 1;
82
+ }
83
+ };
84
+
85
+ return SelectParser;
86
+
87
+ })();
88
+
89
+ SelectParser.select_to_array = function(select) {
90
+ var child, i, len, parser, ref;
91
+ parser = new SelectParser();
92
+ ref = select.childNodes;
93
+ for (i = 0, len = ref.length; i < len; i++) {
94
+ child = ref[i];
95
+ parser.add_node(child);
96
+ }
97
+ return parser.parsed;
98
+ };
99
+
100
+ AbstractChosen = (function() {
101
+ function AbstractChosen(form_field, options1) {
102
+ this.form_field = form_field;
103
+ this.options = options1 != null ? options1 : {};
104
+ this.label_click_handler = bind(this.label_click_handler, this);
105
+ if (!AbstractChosen.browser_is_supported()) {
106
+ return;
107
+ }
108
+ this.is_multiple = this.form_field.multiple;
109
+ this.set_default_text();
110
+ this.set_default_values();
111
+ this.setup();
112
+ this.set_up_html();
113
+ this.register_observers();
114
+ this.on_ready();
115
+ }
116
+
117
+ AbstractChosen.prototype.set_default_values = function() {
118
+ this.click_test_action = (function(_this) {
119
+ return function(evt) {
120
+ return _this.test_active_click(evt);
121
+ };
122
+ })(this);
123
+ this.activate_action = (function(_this) {
124
+ return function(evt) {
125
+ return _this.activate_field(evt);
126
+ };
127
+ })(this);
128
+ this.active_field = false;
129
+ this.mouse_on_container = false;
130
+ this.results_showing = false;
131
+ this.result_highlighted = null;
132
+ this.is_rtl = this.options.rtl || /\bchosen-rtl\b/.test(this.form_field.className);
133
+ this.allow_single_deselect = (this.options.allow_single_deselect != null) && (this.form_field.options[0] != null) && this.form_field.options[0].text === "" ? this.options.allow_single_deselect : false;
134
+ this.disable_search_threshold = this.options.disable_search_threshold || 0;
135
+ this.disable_search = this.options.disable_search || false;
136
+ this.enable_split_word_search = this.options.enable_split_word_search != null ? this.options.enable_split_word_search : true;
137
+ this.group_search = this.options.group_search != null ? this.options.group_search : true;
138
+ this.search_contains = this.options.search_contains || false;
139
+ this.single_backstroke_delete = this.options.single_backstroke_delete != null ? this.options.single_backstroke_delete : true;
140
+ this.max_selected_options = this.options.max_selected_options || Infinity;
141
+ this.inherit_select_classes = this.options.inherit_select_classes || false;
142
+ this.display_selected_options = this.options.display_selected_options != null ? this.options.display_selected_options : true;
143
+ this.display_disabled_options = this.options.display_disabled_options != null ? this.options.display_disabled_options : true;
144
+ this.include_group_label_in_selected = this.options.include_group_label_in_selected || false;
145
+ this.max_shown_results = this.options.max_shown_results || Number.POSITIVE_INFINITY;
146
+ this.case_sensitive_search = this.options.case_sensitive_search || false;
147
+ return this.hide_results_on_select = this.options.hide_results_on_select != null ? this.options.hide_results_on_select : true;
148
+ };
149
+
150
+ AbstractChosen.prototype.set_default_text = function() {
151
+ if (this.form_field.getAttribute("data-placeholder")) {
152
+ this.default_text = this.form_field.getAttribute("data-placeholder");
153
+ } else if (this.is_multiple) {
154
+ this.default_text = this.options.placeholder_text_multiple || this.options.placeholder_text || AbstractChosen.default_multiple_text;
155
+ } else {
156
+ this.default_text = this.options.placeholder_text_single || this.options.placeholder_text || AbstractChosen.default_single_text;
157
+ }
158
+ this.default_text = this.escape_html(this.default_text);
159
+ return this.results_none_found = this.form_field.getAttribute("data-no_results_text") || this.options.no_results_text || AbstractChosen.default_no_result_text;
160
+ };
161
+
162
+ AbstractChosen.prototype.choice_label = function(item) {
163
+ if (this.include_group_label_in_selected && (item.group_label != null)) {
164
+ return "<b class='group-name'>" + item.group_label + "</b>" + item.html;
165
+ } else {
166
+ return item.html;
167
+ }
168
+ };
169
+
170
+ AbstractChosen.prototype.mouse_enter = function() {
171
+ return this.mouse_on_container = true;
172
+ };
173
+
174
+ AbstractChosen.prototype.mouse_leave = function() {
175
+ return this.mouse_on_container = false;
176
+ };
177
+
178
+ AbstractChosen.prototype.input_focus = function(evt) {
179
+ if (this.is_multiple) {
180
+ if (!this.active_field) {
181
+ return setTimeout(((function(_this) {
182
+ return function() {
183
+ return _this.container_mousedown();
184
+ };
185
+ })(this)), 50);
186
+ }
187
+ } else {
188
+ if (!this.active_field) {
189
+ return this.activate_field();
190
+ }
191
+ }
192
+ };
193
+
194
+ AbstractChosen.prototype.input_blur = function(evt) {
195
+ if (!this.mouse_on_container) {
196
+ this.active_field = false;
197
+ return setTimeout(((function(_this) {
198
+ return function() {
199
+ return _this.blur_test();
200
+ };
201
+ })(this)), 100);
202
+ }
203
+ };
204
+
205
+ AbstractChosen.prototype.label_click_handler = function(evt) {
206
+ if (this.is_multiple) {
207
+ return this.container_mousedown(evt);
208
+ } else {
209
+ return this.activate_field();
210
+ }
211
+ };
212
+
213
+ AbstractChosen.prototype.results_option_build = function(options) {
214
+ var content, data, data_content, i, len, ref, shown_results;
215
+ content = '';
216
+ shown_results = 0;
217
+ ref = this.results_data;
218
+ for (i = 0, len = ref.length; i < len; i++) {
219
+ data = ref[i];
220
+ data_content = '';
221
+ if (data.group) {
222
+ data_content = this.result_add_group(data);
223
+ } else {
224
+ data_content = this.result_add_option(data);
225
+ }
226
+ if (data_content !== '') {
227
+ shown_results++;
228
+ content += data_content;
229
+ }
230
+ if (options != null ? options.first : void 0) {
231
+ if (data.selected && this.is_multiple) {
232
+ this.choice_build(data);
233
+ } else if (data.selected && !this.is_multiple) {
234
+ this.single_set_selected_text(this.choice_label(data));
235
+ }
236
+ }
237
+ if (shown_results >= this.max_shown_results) {
238
+ break;
239
+ }
240
+ }
241
+ return content;
242
+ };
243
+
244
+ AbstractChosen.prototype.result_add_option = function(option) {
245
+ var classes, option_el;
246
+ if (!option.search_match) {
247
+ return '';
248
+ }
249
+ if (!this.include_option_in_results(option)) {
250
+ return '';
251
+ }
252
+ classes = [];
253
+ if (!option.disabled && !(option.selected && this.is_multiple)) {
254
+ classes.push("active-result");
255
+ }
256
+ if (option.disabled && !(option.selected && this.is_multiple)) {
257
+ classes.push("disabled-result");
258
+ }
259
+ if (option.selected) {
260
+ classes.push("result-selected");
261
+ }
262
+ if (option.group_array_index != null) {
263
+ classes.push("group-option");
264
+ }
265
+ if (option.classes !== "") {
266
+ classes.push(option.classes);
267
+ }
268
+ option_el = document.createElement("li");
269
+ option_el.className = classes.join(" ");
270
+ option_el.style.cssText = option.style;
271
+ option_el.setAttribute("data-option-array-index", option.array_index);
272
+ option_el.innerHTML = option.highlighted_html || option.html;
273
+ if (option.title) {
274
+ option_el.title = option.title;
275
+ }
276
+ return this.outerHTML(option_el);
277
+ };
278
+
279
+ AbstractChosen.prototype.result_add_group = function(group) {
280
+ var classes, group_el;
281
+ if (!(group.search_match || group.group_match)) {
282
+ return '';
283
+ }
284
+ if (!(group.active_options > 0)) {
285
+ return '';
286
+ }
287
+ classes = [];
288
+ classes.push("group-result");
289
+ if (group.classes) {
290
+ classes.push(group.classes);
291
+ }
292
+ group_el = document.createElement("li");
293
+ group_el.className = classes.join(" ");
294
+ group_el.innerHTML = group.highlighted_html || this.escape_html(group.label);
295
+ if (group.title) {
296
+ group_el.title = group.title;
297
+ }
298
+ return this.outerHTML(group_el);
299
+ };
300
+
301
+ AbstractChosen.prototype.results_update_field = function() {
302
+ this.set_default_text();
303
+ if (!this.is_multiple) {
304
+ this.results_reset_cleanup();
305
+ }
306
+ this.result_clear_highlight();
307
+ this.results_build();
308
+ if (this.results_showing) {
309
+ return this.winnow_results();
310
+ }
311
+ };
312
+
313
+ AbstractChosen.prototype.reset_single_select_options = function() {
314
+ var i, len, ref, result, results1;
315
+ ref = this.results_data;
316
+ results1 = [];
317
+ for (i = 0, len = ref.length; i < len; i++) {
318
+ result = ref[i];
319
+ if (result.selected) {
320
+ results1.push(result.selected = false);
321
+ } else {
322
+ results1.push(void 0);
323
+ }
324
+ }
325
+ return results1;
326
+ };
327
+
328
+ AbstractChosen.prototype.results_toggle = function() {
329
+ if (this.results_showing) {
330
+ return this.results_hide();
331
+ } else {
332
+ return this.results_show();
333
+ }
334
+ };
335
+
336
+ AbstractChosen.prototype.results_search = function(evt) {
337
+ if (this.results_showing) {
338
+ return this.winnow_results();
339
+ } else {
340
+ return this.results_show();
341
+ }
342
+ };
343
+
344
+ AbstractChosen.prototype.winnow_results = function() {
345
+ var escapedQuery, fix, i, len, option, prefix, query, ref, regex, results, results_group, search_match, startpos, suffix, text;
346
+ this.no_results_clear();
347
+ results = 0;
348
+ query = this.get_search_text();
349
+ escapedQuery = query.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&");
350
+ regex = this.get_search_regex(escapedQuery);
351
+ ref = this.results_data;
352
+ for (i = 0, len = ref.length; i < len; i++) {
353
+ option = ref[i];
354
+ option.search_match = false;
355
+ results_group = null;
356
+ search_match = null;
357
+ option.highlighted_html = '';
358
+ if (this.include_option_in_results(option)) {
359
+ if (option.group) {
360
+ option.group_match = false;
361
+ option.active_options = 0;
362
+ }
363
+ if ((option.group_array_index != null) && this.results_data[option.group_array_index]) {
364
+ results_group = this.results_data[option.group_array_index];
365
+ if (results_group.active_options === 0 && results_group.search_match) {
366
+ results += 1;
367
+ }
368
+ results_group.active_options += 1;
369
+ }
370
+ text = option.group ? option.label : option.text;
371
+ if (!(option.group && !this.group_search)) {
372
+ search_match = this.search_string_match(text, regex);
373
+ option.search_match = search_match != null;
374
+ if (option.search_match && !option.group) {
375
+ results += 1;
376
+ }
377
+ if (option.search_match) {
378
+ if (query.length) {
379
+ startpos = search_match.index;
380
+ prefix = text.slice(0, startpos);
381
+ fix = text.slice(startpos, startpos + query.length);
382
+ suffix = text.slice(startpos + query.length);
383
+ option.highlighted_html = (this.escape_html(prefix)) + "<em>" + (this.escape_html(fix)) + "</em>" + (this.escape_html(suffix));
384
+ }
385
+ if (results_group != null) {
386
+ results_group.group_match = true;
387
+ }
388
+ } else if ((option.group_array_index != null) && this.results_data[option.group_array_index].search_match) {
389
+ option.search_match = true;
390
+ }
391
+ }
392
+ }
393
+ }
394
+ this.result_clear_highlight();
395
+ if (results < 1 && query.length) {
396
+ this.update_results_content("");
397
+ return this.no_results(query);
398
+ } else {
399
+ this.update_results_content(this.results_option_build());
400
+ return this.winnow_results_set_highlight();
401
+ }
402
+ };
403
+
404
+ AbstractChosen.prototype.get_search_regex = function(escaped_search_string) {
405
+ var regex_flag, regex_string;
406
+ regex_string = this.search_contains ? escaped_search_string : "(^|\\s|\\b)" + escaped_search_string + "[^\\s]*";
407
+ if (!(this.enable_split_word_search || this.search_contains)) {
408
+ regex_string = "^" + regex_string;
409
+ }
410
+ regex_flag = this.case_sensitive_search ? "" : "i";
411
+ return new RegExp(regex_string, regex_flag);
412
+ };
413
+
414
+ AbstractChosen.prototype.search_string_match = function(search_string, regex) {
415
+ var match;
416
+ match = regex.exec(search_string);
417
+ if (!this.search_contains && (match != null ? match[1] : void 0)) {
418
+ match.index += 1;
419
+ }
420
+ return match;
421
+ };
422
+
423
+ AbstractChosen.prototype.choices_count = function() {
424
+ var i, len, option, ref;
425
+ if (this.selected_option_count != null) {
426
+ return this.selected_option_count;
427
+ }
428
+ this.selected_option_count = 0;
429
+ ref = this.form_field.options;
430
+ for (i = 0, len = ref.length; i < len; i++) {
431
+ option = ref[i];
432
+ if (option.selected) {
433
+ this.selected_option_count += 1;
434
+ }
435
+ }
436
+ return this.selected_option_count;
437
+ };
438
+
439
+ AbstractChosen.prototype.choices_click = function(evt) {
440
+ evt.preventDefault();
441
+ this.activate_field();
442
+ if (!(this.results_showing || this.is_disabled)) {
443
+ return this.results_show();
444
+ }
445
+ };
446
+
447
+ AbstractChosen.prototype.keydown_checker = function(evt) {
448
+ var ref, stroke;
449
+ stroke = (ref = evt.which) != null ? ref : evt.keyCode;
450
+ this.search_field_scale();
451
+ if (stroke !== 8 && this.pending_backstroke) {
452
+ this.clear_backstroke();
453
+ }
454
+ switch (stroke) {
455
+ case 8:
456
+ this.backstroke_length = this.get_search_field_value().length;
457
+ break;
458
+ case 9:
459
+ if (this.results_showing && !this.is_multiple) {
460
+ this.result_select(evt);
461
+ }
462
+ this.mouse_on_container = false;
463
+ break;
464
+ case 13:
465
+ if (this.results_showing) {
466
+ evt.preventDefault();
467
+ }
468
+ break;
469
+ case 27:
470
+ if (this.results_showing) {
471
+ evt.preventDefault();
472
+ }
473
+ break;
474
+ case 32:
475
+ if (this.disable_search) {
476
+ evt.preventDefault();
477
+ }
478
+ break;
479
+ case 38:
480
+ evt.preventDefault();
481
+ this.keyup_arrow();
482
+ break;
483
+ case 40:
484
+ evt.preventDefault();
485
+ this.keydown_arrow();
486
+ break;
487
+ }
488
+ };
489
+
490
+ AbstractChosen.prototype.keyup_checker = function(evt) {
491
+ var ref, stroke;
492
+ stroke = (ref = evt.which) != null ? ref : evt.keyCode;
493
+ this.search_field_scale();
494
+ switch (stroke) {
495
+ case 8:
496
+ if (this.is_multiple && this.backstroke_length < 1 && this.choices_count() > 0) {
497
+ this.keydown_backstroke();
498
+ } else if (!this.pending_backstroke) {
499
+ this.result_clear_highlight();
500
+ this.results_search();
501
+ }
502
+ break;
503
+ case 13:
504
+ evt.preventDefault();
505
+ if (this.results_showing) {
506
+ this.result_select(evt);
507
+ }
508
+ break;
509
+ case 27:
510
+ if (this.results_showing) {
511
+ this.results_hide();
512
+ }
513
+ break;
514
+ case 9:
515
+ case 16:
516
+ case 17:
517
+ case 18:
518
+ case 38:
519
+ case 40:
520
+ case 91:
521
+ break;
522
+ default:
523
+ this.results_search();
524
+ break;
525
+ }
526
+ };
527
+
528
+ AbstractChosen.prototype.clipboard_event_checker = function(evt) {
529
+ if (this.is_disabled) {
530
+ return;
531
+ }
532
+ return setTimeout(((function(_this) {
533
+ return function() {
534
+ return _this.results_search();
535
+ };
536
+ })(this)), 50);
537
+ };
538
+
539
+ AbstractChosen.prototype.container_width = function() {
540
+ if (this.options.width != null) {
541
+ return this.options.width;
542
+ } else {
543
+ return this.form_field.offsetWidth + "px";
544
+ }
545
+ };
546
+
547
+ AbstractChosen.prototype.include_option_in_results = function(option) {
548
+ if (this.is_multiple && (!this.display_selected_options && option.selected)) {
549
+ return false;
550
+ }
551
+ if (!this.display_disabled_options && option.disabled) {
552
+ return false;
553
+ }
554
+ if (option.empty) {
555
+ return false;
556
+ }
557
+ return true;
558
+ };
559
+
560
+ AbstractChosen.prototype.search_results_touchstart = function(evt) {
561
+ this.touch_started = true;
562
+ return this.search_results_mouseover(evt);
563
+ };
564
+
565
+ AbstractChosen.prototype.search_results_touchmove = function(evt) {
566
+ this.touch_started = false;
567
+ return this.search_results_mouseout(evt);
568
+ };
569
+
570
+ AbstractChosen.prototype.search_results_touchend = function(evt) {
571
+ if (this.touch_started) {
572
+ return this.search_results_mouseup(evt);
573
+ }
574
+ };
575
+
576
+ AbstractChosen.prototype.outerHTML = function(element) {
577
+ var tmp;
578
+ if (element.outerHTML) {
579
+ return element.outerHTML;
580
+ }
581
+ tmp = document.createElement("div");
582
+ tmp.appendChild(element);
583
+ return tmp.innerHTML;
584
+ };
585
+
586
+ AbstractChosen.prototype.get_single_html = function() {
587
+ return "<a class=\"chosen-single chosen-default\">\n <span>" + this.default_text + "</span>\n <div><b></b></div>\n</a>\n<div class=\"chosen-drop\">\n <div class=\"chosen-search\">\n <input class=\"chosen-search-input\" type=\"text\" autocomplete=\"off\" />\n </div>\n <ul class=\"chosen-results\"></ul>\n</div>";
588
+ };
589
+
590
+ AbstractChosen.prototype.get_multi_html = function() {
591
+ return "<ul class=\"chosen-choices\">\n <li class=\"search-field\">\n <input class=\"chosen-search-input\" type=\"text\" autocomplete=\"off\" value=\"" + this.default_text + "\" />\n </li>\n</ul>\n<div class=\"chosen-drop\">\n <ul class=\"chosen-results\"></ul>\n</div>";
592
+ };
593
+
594
+ AbstractChosen.prototype.get_no_results_html = function(terms) {
595
+ return "<li class=\"no-results\">\n " + this.results_none_found + " <span>" + (this.escape_html(terms)) + "</span>\n</li>";
596
+ };
597
+
598
+ AbstractChosen.browser_is_supported = function() {
599
+ if ("Microsoft Internet Explorer" === window.navigator.appName) {
600
+ return document.documentMode >= 8;
601
+ }
602
+ if (/iP(od|hone)/i.test(window.navigator.userAgent) || /IEMobile/i.test(window.navigator.userAgent) || /Windows Phone/i.test(window.navigator.userAgent) || /BlackBerry/i.test(window.navigator.userAgent) || /BB10/i.test(window.navigator.userAgent) || /Android.*Mobile/i.test(window.navigator.userAgent)) {
603
+ return false;
604
+ }
605
+ return true;
606
+ };
607
+
608
+ AbstractChosen.default_multiple_text = "Select Some Options";
609
+
610
+ AbstractChosen.default_single_text = "Select an Option";
611
+
612
+ AbstractChosen.default_no_result_text = "No results match";
613
+
614
+ return AbstractChosen;
615
+
616
+ })();
617
+
618
+ this.Chosen = (function(superClass) {
619
+ var triggerHtmlEvent;
620
+
621
+ extend(Chosen, superClass);
622
+
623
+ function Chosen() {
624
+ return Chosen.__super__.constructor.apply(this, arguments);
625
+ }
626
+
627
+ Chosen.prototype.setup = function() {
628
+ return this.current_selectedIndex = this.form_field.selectedIndex;
629
+ };
630
+
631
+ Chosen.prototype.set_up_html = function() {
632
+ var container_classes, container_props;
633
+ container_classes = ["chosen-container"];
634
+ container_classes.push("chosen-container-" + (this.is_multiple ? "multi" : "single"));
635
+ if (this.inherit_select_classes && this.form_field.className) {
636
+ container_classes.push(this.form_field.className);
637
+ }
638
+ if (this.is_rtl) {
639
+ container_classes.push("chosen-rtl");
640
+ }
641
+ container_props = {
642
+ 'class': container_classes.join(' '),
643
+ 'title': this.form_field.title
644
+ };
645
+ if (this.form_field.id.length) {
646
+ container_props.id = this.form_field.id.replace(/[^\w]/g, '_') + "_chosen";
647
+ }
648
+ this.container = new Element('div', container_props);
649
+ this.container.setStyle({
650
+ width: this.container_width()
651
+ });
652
+ if (this.is_multiple) {
653
+ this.container.update(this.get_multi_html());
654
+ } else {
655
+ this.container.update(this.get_single_html());
656
+ }
657
+ this.form_field.hide().insert({
658
+ after: this.container
659
+ });
660
+ this.dropdown = this.container.down('div.chosen-drop');
661
+ this.search_field = this.container.down('input');
662
+ this.search_results = this.container.down('ul.chosen-results');
663
+ this.search_field_scale();
664
+ this.search_no_results = this.container.down('li.no-results');
665
+ if (this.is_multiple) {
666
+ this.search_choices = this.container.down('ul.chosen-choices');
667
+ this.search_container = this.container.down('li.search-field');
668
+ } else {
669
+ this.search_container = this.container.down('div.chosen-search');
670
+ this.selected_item = this.container.down('.chosen-single');
671
+ }
672
+ this.results_build();
673
+ this.set_tab_index();
674
+ return this.set_label_behavior();
675
+ };
676
+
677
+ Chosen.prototype.on_ready = function() {
678
+ return this.form_field.fire("chosen:ready", {
679
+ chosen: this
680
+ });
681
+ };
682
+
683
+ Chosen.prototype.register_observers = function() {
684
+ this.container.observe("touchstart", (function(_this) {
685
+ return function(evt) {
686
+ return _this.container_mousedown(evt);
687
+ };
688
+ })(this));
689
+ this.container.observe("touchend", (function(_this) {
690
+ return function(evt) {
691
+ return _this.container_mouseup(evt);
692
+ };
693
+ })(this));
694
+ this.container.observe("mousedown", (function(_this) {
695
+ return function(evt) {
696
+ return _this.container_mousedown(evt);
697
+ };
698
+ })(this));
699
+ this.container.observe("mouseup", (function(_this) {
700
+ return function(evt) {
701
+ return _this.container_mouseup(evt);
702
+ };
703
+ })(this));
704
+ this.container.observe("mouseenter", (function(_this) {
705
+ return function(evt) {
706
+ return _this.mouse_enter(evt);
707
+ };
708
+ })(this));
709
+ this.container.observe("mouseleave", (function(_this) {
710
+ return function(evt) {
711
+ return _this.mouse_leave(evt);
712
+ };
713
+ })(this));
714
+ this.search_results.observe("mouseup", (function(_this) {
715
+ return function(evt) {
716
+ return _this.search_results_mouseup(evt);
717
+ };
718
+ })(this));
719
+ this.search_results.observe("mouseover", (function(_this) {
720
+ return function(evt) {
721
+ return _this.search_results_mouseover(evt);
722
+ };
723
+ })(this));
724
+ this.search_results.observe("mouseout", (function(_this) {
725
+ return function(evt) {
726
+ return _this.search_results_mouseout(evt);
727
+ };
728
+ })(this));
729
+ this.search_results.observe("mousewheel", (function(_this) {
730
+ return function(evt) {
731
+ return _this.search_results_mousewheel(evt);
732
+ };
733
+ })(this));
734
+ this.search_results.observe("DOMMouseScroll", (function(_this) {
735
+ return function(evt) {
736
+ return _this.search_results_mousewheel(evt);
737
+ };
738
+ })(this));
739
+ this.search_results.observe("touchstart", (function(_this) {
740
+ return function(evt) {
741
+ return _this.search_results_touchstart(evt);
742
+ };
743
+ })(this));
744
+ this.search_results.observe("touchmove", (function(_this) {
745
+ return function(evt) {
746
+ return _this.search_results_touchmove(evt);
747
+ };
748
+ })(this));
749
+ this.search_results.observe("touchend", (function(_this) {
750
+ return function(evt) {
751
+ return _this.search_results_touchend(evt);
752
+ };
753
+ })(this));
754
+ this.form_field.observe("chosen:updated", (function(_this) {
755
+ return function(evt) {
756
+ return _this.results_update_field(evt);
757
+ };
758
+ })(this));
759
+ this.form_field.observe("chosen:activate", (function(_this) {
760
+ return function(evt) {
761
+ return _this.activate_field(evt);
762
+ };
763
+ })(this));
764
+ this.form_field.observe("chosen:open", (function(_this) {
765
+ return function(evt) {
766
+ return _this.container_mousedown(evt);
767
+ };
768
+ })(this));
769
+ this.form_field.observe("chosen:close", (function(_this) {
770
+ return function(evt) {
771
+ return _this.close_field(evt);
772
+ };
773
+ })(this));
774
+ this.search_field.observe("blur", (function(_this) {
775
+ return function(evt) {
776
+ return _this.input_blur(evt);
777
+ };
778
+ })(this));
779
+ this.search_field.observe("keyup", (function(_this) {
780
+ return function(evt) {
781
+ return _this.keyup_checker(evt);
782
+ };
783
+ })(this));
784
+ this.search_field.observe("keydown", (function(_this) {
785
+ return function(evt) {
786
+ return _this.keydown_checker(evt);
787
+ };
788
+ })(this));
789
+ this.search_field.observe("focus", (function(_this) {
790
+ return function(evt) {
791
+ return _this.input_focus(evt);
792
+ };
793
+ })(this));
794
+ this.search_field.observe("cut", (function(_this) {
795
+ return function(evt) {
796
+ return _this.clipboard_event_checker(evt);
797
+ };
798
+ })(this));
799
+ this.search_field.observe("paste", (function(_this) {
800
+ return function(evt) {
801
+ return _this.clipboard_event_checker(evt);
802
+ };
803
+ })(this));
804
+ if (this.is_multiple) {
805
+ return this.search_choices.observe("click", (function(_this) {
806
+ return function(evt) {
807
+ return _this.choices_click(evt);
808
+ };
809
+ })(this));
810
+ } else {
811
+ return this.container.observe("click", (function(_this) {
812
+ return function(evt) {
813
+ return evt.preventDefault();
814
+ };
815
+ })(this));
816
+ }
817
+ };
818
+
819
+ Chosen.prototype.destroy = function() {
820
+ var event, i, len, ref;
821
+ this.container.ownerDocument.stopObserving("click", this.click_test_action);
822
+ ref = ['chosen:updated', 'chosen:activate', 'chosen:open', 'chosen:close'];
823
+ for (i = 0, len = ref.length; i < len; i++) {
824
+ event = ref[i];
825
+ this.form_field.stopObserving(event);
826
+ }
827
+ this.container.stopObserving();
828
+ this.search_results.stopObserving();
829
+ this.search_field.stopObserving();
830
+ if (this.form_field_label != null) {
831
+ this.form_field_label.stopObserving();
832
+ }
833
+ if (this.is_multiple) {
834
+ this.search_choices.stopObserving();
835
+ this.container.select(".search-choice-close").each(function(choice) {
836
+ return choice.stopObserving();
837
+ });
838
+ } else {
839
+ this.selected_item.stopObserving();
840
+ }
841
+ if (this.search_field.tabIndex) {
842
+ this.form_field.tabIndex = this.search_field.tabIndex;
843
+ }
844
+ this.container.remove();
845
+ return this.form_field.show();
846
+ };
847
+
848
+ Chosen.prototype.search_field_disabled = function() {
849
+ var ref;
850
+ this.is_disabled = this.form_field.disabled || ((ref = this.form_field.up('fieldset')) != null ? ref.disabled : void 0) || false;
851
+ if (this.is_disabled) {
852
+ this.container.addClassName('chosen-disabled');
853
+ } else {
854
+ this.container.removeClassName('chosen-disabled');
855
+ }
856
+ this.search_field.disabled = this.is_disabled;
857
+ if (!this.is_multiple) {
858
+ this.selected_item.stopObserving('focus', this.activate_field);
859
+ }
860
+ if (this.is_disabled) {
861
+ return this.close_field();
862
+ } else if (!this.is_multiple) {
863
+ return this.selected_item.observe('focus', this.activate_field);
864
+ }
865
+ };
866
+
867
+ Chosen.prototype.container_mousedown = function(evt) {
868
+ var ref;
869
+ if (this.is_disabled) {
870
+ return;
871
+ }
872
+ if (evt && ((ref = evt.type) === 'mousedown' || ref === 'touchstart') && !this.results_showing) {
873
+ evt.preventDefault();
874
+ }
875
+ if (!((evt != null) && evt.target.hasClassName("search-choice-close"))) {
876
+ if (!this.active_field) {
877
+ if (this.is_multiple) {
878
+ this.search_field.clear();
879
+ }
880
+ this.container.ownerDocument.observe("click", this.click_test_action);
881
+ this.results_show();
882
+ } else if (!this.is_multiple && evt && (evt.target === this.selected_item || evt.target.up("a.chosen-single"))) {
883
+ this.results_toggle();
884
+ }
885
+ return this.activate_field();
886
+ }
887
+ };
888
+
889
+ Chosen.prototype.container_mouseup = function(evt) {
890
+ if (evt.target.nodeName === "ABBR" && !this.is_disabled) {
891
+ return this.results_reset(evt);
892
+ }
893
+ };
894
+
895
+ Chosen.prototype.search_results_mousewheel = function(evt) {
896
+ var delta;
897
+ delta = evt.deltaY || -evt.wheelDelta || evt.detail;
898
+ if (delta != null) {
899
+ evt.preventDefault();
900
+ if (evt.type === 'DOMMouseScroll') {
901
+ delta = delta * 40;
902
+ }
903
+ return this.search_results.scrollTop = delta + this.search_results.scrollTop;
904
+ }
905
+ };
906
+
907
+ Chosen.prototype.blur_test = function(evt) {
908
+ if (!this.active_field && this.container.hasClassName("chosen-container-active")) {
909
+ return this.close_field();
910
+ }
911
+ };
912
+
913
+ Chosen.prototype.close_field = function() {
914
+ this.container.ownerDocument.stopObserving("click", this.click_test_action);
915
+ this.active_field = false;
916
+ this.results_hide();
917
+ this.container.removeClassName("chosen-container-active");
918
+ this.clear_backstroke();
919
+ this.show_search_field_default();
920
+ this.search_field_scale();
921
+ return this.search_field.blur();
922
+ };
923
+
924
+ Chosen.prototype.activate_field = function() {
925
+ if (this.is_disabled) {
926
+ return;
927
+ }
928
+ this.container.addClassName("chosen-container-active");
929
+ this.active_field = true;
930
+ this.search_field.value = this.get_search_field_value();
931
+ return this.search_field.focus();
932
+ };
933
+
934
+ Chosen.prototype.test_active_click = function(evt) {
935
+ if (evt.target.up('.chosen-container') === this.container) {
936
+ return this.active_field = true;
937
+ } else {
938
+ return this.close_field();
939
+ }
940
+ };
941
+
942
+ Chosen.prototype.results_build = function() {
943
+ this.parsing = true;
944
+ this.selected_option_count = null;
945
+ this.results_data = SelectParser.select_to_array(this.form_field);
946
+ if (this.is_multiple) {
947
+ this.search_choices.select("li.search-choice").invoke("remove");
948
+ } else if (!this.is_multiple) {
949
+ this.single_set_selected_text();
950
+ if (this.disable_search || this.form_field.options.length <= this.disable_search_threshold) {
951
+ this.search_field.readOnly = true;
952
+ this.container.addClassName("chosen-container-single-nosearch");
953
+ } else {
954
+ this.search_field.readOnly = false;
955
+ this.container.removeClassName("chosen-container-single-nosearch");
956
+ }
957
+ }
958
+ this.update_results_content(this.results_option_build({
959
+ first: true
960
+ }));
961
+ this.search_field_disabled();
962
+ this.show_search_field_default();
963
+ this.search_field_scale();
964
+ return this.parsing = false;
965
+ };
966
+
967
+ Chosen.prototype.result_do_highlight = function(el) {
968
+ var high_bottom, high_top, maxHeight, visible_bottom, visible_top;
969
+ this.result_clear_highlight();
970
+ this.result_highlight = el;
971
+ this.result_highlight.addClassName("highlighted");
972
+ maxHeight = parseInt(this.search_results.getStyle('maxHeight'), 10);
973
+ visible_top = this.search_results.scrollTop;
974
+ visible_bottom = maxHeight + visible_top;
975
+ high_top = this.result_highlight.positionedOffset().top;
976
+ high_bottom = high_top + this.result_highlight.getHeight();
977
+ if (high_bottom >= visible_bottom) {
978
+ return this.search_results.scrollTop = (high_bottom - maxHeight) > 0 ? high_bottom - maxHeight : 0;
979
+ } else if (high_top < visible_top) {
980
+ return this.search_results.scrollTop = high_top;
981
+ }
982
+ };
983
+
984
+ Chosen.prototype.result_clear_highlight = function() {
985
+ if (this.result_highlight) {
986
+ this.result_highlight.removeClassName('highlighted');
987
+ }
988
+ return this.result_highlight = null;
989
+ };
990
+
991
+ Chosen.prototype.results_show = function() {
992
+ if (this.is_multiple && this.max_selected_options <= this.choices_count()) {
993
+ this.form_field.fire("chosen:maxselected", {
994
+ chosen: this
995
+ });
996
+ return false;
997
+ }
998
+ this.container.addClassName("chosen-with-drop");
999
+ this.results_showing = true;
1000
+ this.search_field.focus();
1001
+ this.search_field.value = this.get_search_field_value();
1002
+ this.winnow_results();
1003
+ return this.form_field.fire("chosen:showing_dropdown", {
1004
+ chosen: this
1005
+ });
1006
+ };
1007
+
1008
+ Chosen.prototype.update_results_content = function(content) {
1009
+ return this.search_results.update(content);
1010
+ };
1011
+
1012
+ Chosen.prototype.results_hide = function() {
1013
+ if (this.results_showing) {
1014
+ this.result_clear_highlight();
1015
+ this.container.removeClassName("chosen-with-drop");
1016
+ this.form_field.fire("chosen:hiding_dropdown", {
1017
+ chosen: this
1018
+ });
1019
+ }
1020
+ return this.results_showing = false;
1021
+ };
1022
+
1023
+ Chosen.prototype.set_tab_index = function(el) {
1024
+ var ti;
1025
+ if (this.form_field.tabIndex) {
1026
+ ti = this.form_field.tabIndex;
1027
+ this.form_field.tabIndex = -1;
1028
+ return this.search_field.tabIndex = ti;
1029
+ }
1030
+ };
1031
+
1032
+ Chosen.prototype.set_label_behavior = function() {
1033
+ this.form_field_label = this.form_field.up("label");
1034
+ if (this.form_field_label == null) {
1035
+ this.form_field_label = $$("label[for='" + this.form_field.id + "']").first();
1036
+ }
1037
+ if (this.form_field_label != null) {
1038
+ return this.form_field_label.observe("click", this.label_click_handler);
1039
+ }
1040
+ };
1041
+
1042
+ Chosen.prototype.show_search_field_default = function() {
1043
+ if (this.is_multiple && this.choices_count() < 1 && !this.active_field) {
1044
+ this.search_field.value = this.default_text;
1045
+ return this.search_field.addClassName("default");
1046
+ } else {
1047
+ this.search_field.value = "";
1048
+ return this.search_field.removeClassName("default");
1049
+ }
1050
+ };
1051
+
1052
+ Chosen.prototype.search_results_mouseup = function(evt) {
1053
+ var target;
1054
+ target = evt.target.hasClassName("active-result") ? evt.target : evt.target.up(".active-result");
1055
+ if (target) {
1056
+ this.result_highlight = target;
1057
+ this.result_select(evt);
1058
+ return this.search_field.focus();
1059
+ }
1060
+ };
1061
+
1062
+ Chosen.prototype.search_results_mouseover = function(evt) {
1063
+ var target;
1064
+ target = evt.target.hasClassName("active-result") ? evt.target : evt.target.up(".active-result");
1065
+ if (target) {
1066
+ return this.result_do_highlight(target);
1067
+ }
1068
+ };
1069
+
1070
+ Chosen.prototype.search_results_mouseout = function(evt) {
1071
+ if (evt.target.hasClassName('active-result') || evt.target.up('.active-result')) {
1072
+ return this.result_clear_highlight();
1073
+ }
1074
+ };
1075
+
1076
+ Chosen.prototype.choice_build = function(item) {
1077
+ var choice, close_link;
1078
+ choice = new Element('li', {
1079
+ "class": "search-choice"
1080
+ }).update("<span>" + (this.choice_label(item)) + "</span>");
1081
+ if (item.disabled) {
1082
+ choice.addClassName('search-choice-disabled');
1083
+ } else {
1084
+ close_link = new Element('a', {
1085
+ href: '#',
1086
+ "class": 'search-choice-close',
1087
+ rel: item.array_index
1088
+ });
1089
+ close_link.observe("click", (function(_this) {
1090
+ return function(evt) {
1091
+ return _this.choice_destroy_link_click(evt);
1092
+ };
1093
+ })(this));
1094
+ choice.insert(close_link);
1095
+ }
1096
+ return this.search_container.insert({
1097
+ before: choice
1098
+ });
1099
+ };
1100
+
1101
+ Chosen.prototype.choice_destroy_link_click = function(evt) {
1102
+ evt.preventDefault();
1103
+ evt.stopPropagation();
1104
+ if (!this.is_disabled) {
1105
+ return this.choice_destroy(evt.target);
1106
+ }
1107
+ };
1108
+
1109
+ Chosen.prototype.choice_destroy = function(link) {
1110
+ if (this.result_deselect(link.readAttribute("rel"))) {
1111
+ if (this.active_field) {
1112
+ this.search_field.focus();
1113
+ } else {
1114
+ this.show_search_field_default();
1115
+ }
1116
+ if (this.is_multiple && this.choices_count() > 0 && this.get_search_field_value().length < 1) {
1117
+ this.results_hide();
1118
+ }
1119
+ link.up('li').remove();
1120
+ return this.search_field_scale();
1121
+ }
1122
+ };
1123
+
1124
+ Chosen.prototype.results_reset = function() {
1125
+ this.reset_single_select_options();
1126
+ this.form_field.options[0].selected = true;
1127
+ this.single_set_selected_text();
1128
+ this.show_search_field_default();
1129
+ this.results_reset_cleanup();
1130
+ this.trigger_form_field_change();
1131
+ if (this.active_field) {
1132
+ return this.results_hide();
1133
+ }
1134
+ };
1135
+
1136
+ Chosen.prototype.results_reset_cleanup = function() {
1137
+ var deselect_trigger;
1138
+ this.current_selectedIndex = this.form_field.selectedIndex;
1139
+ deselect_trigger = this.selected_item.down("abbr");
1140
+ if (deselect_trigger) {
1141
+ return deselect_trigger.remove();
1142
+ }
1143
+ };
1144
+
1145
+ Chosen.prototype.result_select = function(evt) {
1146
+ var high, item;
1147
+ if (this.result_highlight) {
1148
+ high = this.result_highlight;
1149
+ this.result_clear_highlight();
1150
+ if (this.is_multiple && this.max_selected_options <= this.choices_count()) {
1151
+ this.form_field.fire("chosen:maxselected", {
1152
+ chosen: this
1153
+ });
1154
+ return false;
1155
+ }
1156
+ if (this.is_multiple) {
1157
+ high.removeClassName("active-result");
1158
+ } else {
1159
+ this.reset_single_select_options();
1160
+ }
1161
+ high.addClassName("result-selected");
1162
+ item = this.results_data[high.getAttribute("data-option-array-index")];
1163
+ item.selected = true;
1164
+ this.form_field.options[item.options_index].selected = true;
1165
+ this.selected_option_count = null;
1166
+ this.search_field.value = "";
1167
+ if (this.is_multiple) {
1168
+ this.choice_build(item);
1169
+ } else {
1170
+ this.single_set_selected_text(this.choice_label(item));
1171
+ }
1172
+ if (this.is_multiple && (!this.hide_results_on_select || (evt.metaKey || evt.ctrlKey))) {
1173
+ this.winnow_results();
1174
+ } else {
1175
+ this.results_hide();
1176
+ this.show_search_field_default();
1177
+ }
1178
+ if (this.is_multiple || this.form_field.selectedIndex !== this.current_selectedIndex) {
1179
+ this.trigger_form_field_change();
1180
+ }
1181
+ this.current_selectedIndex = this.form_field.selectedIndex;
1182
+ evt.preventDefault();
1183
+ return this.search_field_scale();
1184
+ }
1185
+ };
1186
+
1187
+ Chosen.prototype.single_set_selected_text = function(text) {
1188
+ if (text == null) {
1189
+ text = this.default_text;
1190
+ }
1191
+ if (text === this.default_text) {
1192
+ this.selected_item.addClassName("chosen-default");
1193
+ } else {
1194
+ this.single_deselect_control_build();
1195
+ this.selected_item.removeClassName("chosen-default");
1196
+ }
1197
+ return this.selected_item.down("span").update(text);
1198
+ };
1199
+
1200
+ Chosen.prototype.result_deselect = function(pos) {
1201
+ var result_data;
1202
+ result_data = this.results_data[pos];
1203
+ if (!this.form_field.options[result_data.options_index].disabled) {
1204
+ result_data.selected = false;
1205
+ this.form_field.options[result_data.options_index].selected = false;
1206
+ this.selected_option_count = null;
1207
+ this.result_clear_highlight();
1208
+ if (this.results_showing) {
1209
+ this.winnow_results();
1210
+ }
1211
+ this.trigger_form_field_change();
1212
+ this.search_field_scale();
1213
+ return true;
1214
+ } else {
1215
+ return false;
1216
+ }
1217
+ };
1218
+
1219
+ Chosen.prototype.single_deselect_control_build = function() {
1220
+ if (!this.allow_single_deselect) {
1221
+ return;
1222
+ }
1223
+ if (!this.selected_item.down("abbr")) {
1224
+ this.selected_item.down("span").insert({
1225
+ after: "<abbr class=\"search-choice-close\"></abbr>"
1226
+ });
1227
+ }
1228
+ return this.selected_item.addClassName("chosen-single-with-deselect");
1229
+ };
1230
+
1231
+ Chosen.prototype.get_search_field_value = function() {
1232
+ return this.search_field.value;
1233
+ };
1234
+
1235
+ Chosen.prototype.get_search_text = function() {
1236
+ return this.get_search_field_value().strip();
1237
+ };
1238
+
1239
+ Chosen.prototype.escape_html = function(text) {
1240
+ return text.escapeHTML();
1241
+ };
1242
+
1243
+ Chosen.prototype.winnow_results_set_highlight = function() {
1244
+ var do_high;
1245
+ if (!this.is_multiple) {
1246
+ do_high = this.search_results.down(".result-selected.active-result");
1247
+ }
1248
+ if (do_high == null) {
1249
+ do_high = this.search_results.down(".active-result");
1250
+ }
1251
+ if (do_high != null) {
1252
+ return this.result_do_highlight(do_high);
1253
+ }
1254
+ };
1255
+
1256
+ Chosen.prototype.no_results = function(terms) {
1257
+ this.search_results.insert(this.get_no_results_html(terms));
1258
+ return this.form_field.fire("chosen:no_results", {
1259
+ chosen: this
1260
+ });
1261
+ };
1262
+
1263
+ Chosen.prototype.no_results_clear = function() {
1264
+ var nr, results1;
1265
+ nr = null;
1266
+ results1 = [];
1267
+ while (nr = this.search_results.down(".no-results")) {
1268
+ results1.push(nr.remove());
1269
+ }
1270
+ return results1;
1271
+ };
1272
+
1273
+ Chosen.prototype.keydown_arrow = function() {
1274
+ var next_sib;
1275
+ if (this.results_showing && this.result_highlight) {
1276
+ next_sib = this.result_highlight.next('.active-result');
1277
+ if (next_sib) {
1278
+ return this.result_do_highlight(next_sib);
1279
+ }
1280
+ } else {
1281
+ return this.results_show();
1282
+ }
1283
+ };
1284
+
1285
+ Chosen.prototype.keyup_arrow = function() {
1286
+ var actives, prevs, sibs;
1287
+ if (!this.results_showing && !this.is_multiple) {
1288
+ return this.results_show();
1289
+ } else if (this.result_highlight) {
1290
+ sibs = this.result_highlight.previousSiblings();
1291
+ actives = this.search_results.select("li.active-result");
1292
+ prevs = sibs.intersect(actives);
1293
+ if (prevs.length) {
1294
+ return this.result_do_highlight(prevs.first());
1295
+ } else {
1296
+ if (this.choices_count() > 0) {
1297
+ this.results_hide();
1298
+ }
1299
+ return this.result_clear_highlight();
1300
+ }
1301
+ }
1302
+ };
1303
+
1304
+ Chosen.prototype.keydown_backstroke = function() {
1305
+ var next_available_destroy;
1306
+ if (this.pending_backstroke) {
1307
+ this.choice_destroy(this.pending_backstroke.down("a"));
1308
+ return this.clear_backstroke();
1309
+ } else {
1310
+ next_available_destroy = this.search_container.siblings().last();
1311
+ if (next_available_destroy && next_available_destroy.hasClassName("search-choice") && !next_available_destroy.hasClassName("search-choice-disabled")) {
1312
+ this.pending_backstroke = next_available_destroy;
1313
+ if (this.pending_backstroke) {
1314
+ this.pending_backstroke.addClassName("search-choice-focus");
1315
+ }
1316
+ if (this.single_backstroke_delete) {
1317
+ return this.keydown_backstroke();
1318
+ } else {
1319
+ return this.pending_backstroke.addClassName("search-choice-focus");
1320
+ }
1321
+ }
1322
+ }
1323
+ };
1324
+
1325
+ Chosen.prototype.clear_backstroke = function() {
1326
+ if (this.pending_backstroke) {
1327
+ this.pending_backstroke.removeClassName("search-choice-focus");
1328
+ }
1329
+ return this.pending_backstroke = null;
1330
+ };
1331
+
1332
+ Chosen.prototype.search_field_scale = function() {
1333
+ var container_width, div, i, len, style, style_block, styles, width;
1334
+ if (!this.is_multiple) {
1335
+ return;
1336
+ }
1337
+ style_block = {
1338
+ position: 'absolute',
1339
+ left: '-1000px',
1340
+ top: '-1000px',
1341
+ display: 'none',
1342
+ whiteSpace: 'pre'
1343
+ };
1344
+ styles = ['fontSize', 'fontStyle', 'fontWeight', 'fontFamily', 'lineHeight', 'textTransform', 'letterSpacing'];
1345
+ for (i = 0, len = styles.length; i < len; i++) {
1346
+ style = styles[i];
1347
+ style_block[style] = this.search_field.getStyle(style);
1348
+ }
1349
+ div = new Element('div').update(this.escape_html(this.get_search_field_value()));
1350
+ div.setStyle(style_block);
1351
+ document.body.appendChild(div);
1352
+ width = div.measure('width') + 25;
1353
+ div.remove();
1354
+ if (container_width = this.container.getWidth()) {
1355
+ width = Math.min(container_width - 10, width);
1356
+ }
1357
+ return this.search_field.setStyle({
1358
+ width: width + 'px'
1359
+ });
1360
+ };
1361
+
1362
+ Chosen.prototype.trigger_form_field_change = function() {
1363
+ triggerHtmlEvent(this.form_field, 'input');
1364
+ return triggerHtmlEvent(this.form_field, 'change');
1365
+ };
1366
+
1367
+ triggerHtmlEvent = function(element, eventType) {
1368
+ var error, evt;
1369
+ if (element.dispatchEvent) {
1370
+ try {
1371
+ evt = new Event(eventType, {
1372
+ bubbles: true,
1373
+ cancelable: true
1374
+ });
1375
+ } catch (error) {
1376
+ evt = document.createEvent('HTMLEvents');
1377
+ evt.initEvent(eventType, true, true);
1378
+ }
1379
+ return element.dispatchEvent(evt);
1380
+ } else {
1381
+ return element.fireEvent("on" + eventType, document.createEventObject());
1382
+ }
1383
+ };
1384
+
1385
+ return Chosen;
1386
+
1387
+ })(AbstractChosen);
1388
+
1389
+ }).call(this);