tom-select-rails 0.1.0 → 2.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/tom-select-rails/version.rb +1 -1
- data/vendor/assets/javascripts/tom-select-rails/cjs/tom-select.complete.js +882 -310
- data/vendor/assets/javascripts/tom-select-rails/cjs/tom-select.complete.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/cjs/tom-select.js +838 -281
- data/vendor/assets/javascripts/tom-select-rails/cjs/tom-select.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/cjs/tom-select.popular.js +846 -287
- data/vendor/assets/javascripts/tom-select-rails/cjs/tom-select.popular.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/cjs/utils.js +1 -1
- data/vendor/assets/javascripts/tom-select-rails/cjs/utils.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/esm/plugins/caret_position/plugin.js +9 -5
- data/vendor/assets/javascripts/tom-select-rails/esm/plugins/caret_position/plugin.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/esm/plugins/change_listener/plugin.js +1 -1
- data/vendor/assets/javascripts/tom-select-rails/esm/plugins/change_listener/plugin.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/esm/plugins/checkbox_options/plugin.js +18 -11
- data/vendor/assets/javascripts/tom-select-rails/esm/plugins/checkbox_options/plugin.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/esm/plugins/clear_button/plugin.js +13 -8
- data/vendor/assets/javascripts/tom-select-rails/esm/plugins/clear_button/plugin.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/esm/plugins/drag_drop/plugin.js +1 -1
- data/vendor/assets/javascripts/tom-select-rails/esm/plugins/drag_drop/plugin.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/esm/plugins/dropdown_header/plugin.js +12 -7
- data/vendor/assets/javascripts/tom-select-rails/esm/plugins/dropdown_header/plugin.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/esm/plugins/dropdown_input/plugin.js +15 -9
- data/vendor/assets/javascripts/tom-select-rails/esm/plugins/dropdown_input/plugin.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/esm/plugins/input_autogrow/plugin.js +3 -7
- data/vendor/assets/javascripts/tom-select-rails/esm/plugins/input_autogrow/plugin.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/esm/plugins/no_active_items/plugin.js +1 -1
- data/vendor/assets/javascripts/tom-select-rails/esm/plugins/no_active_items/plugin.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/esm/plugins/no_backspace_delete/plugin.js +1 -1
- data/vendor/assets/javascripts/tom-select-rails/esm/plugins/no_backspace_delete/plugin.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/esm/plugins/optgroup_columns/plugin.js +10 -4
- data/vendor/assets/javascripts/tom-select-rails/esm/plugins/optgroup_columns/plugin.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/esm/plugins/remove_button/plugin.js +17 -12
- data/vendor/assets/javascripts/tom-select-rails/esm/plugins/remove_button/plugin.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/esm/plugins/restore_on_backspace/plugin.js +1 -1
- data/vendor/assets/javascripts/tom-select-rails/esm/plugins/restore_on_backspace/plugin.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/esm/plugins/virtual_scroll/plugin.js +35 -17
- data/vendor/assets/javascripts/tom-select-rails/esm/plugins/virtual_scroll/plugin.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/esm/tom-select.complete.js +882 -310
- data/vendor/assets/javascripts/tom-select-rails/esm/tom-select.complete.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/esm/tom-select.js +838 -281
- data/vendor/assets/javascripts/tom-select-rails/esm/tom-select.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/esm/tom-select.popular.js +846 -287
- data/vendor/assets/javascripts/tom-select-rails/esm/tom-select.popular.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/esm/utils.js +1 -1
- data/vendor/assets/javascripts/tom-select-rails/esm/utils.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/js/plugins/caret_position.js +164 -160
- data/vendor/assets/javascripts/tom-select-rails/js/plugins/caret_position.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/js/plugins/change_listener.js +1 -1
- data/vendor/assets/javascripts/tom-select-rails/js/plugins/change_listener.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/js/plugins/checkbox_options.js +18 -11
- data/vendor/assets/javascripts/tom-select-rails/js/plugins/checkbox_options.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/js/plugins/clear_button.js +94 -89
- data/vendor/assets/javascripts/tom-select-rails/js/plugins/clear_button.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/js/plugins/drag_drop.js +1 -1
- data/vendor/assets/javascripts/tom-select-rails/js/plugins/drag_drop.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/js/plugins/dropdown_header.js +121 -116
- data/vendor/assets/javascripts/tom-select-rails/js/plugins/dropdown_header.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/js/plugins/dropdown_input.js +234 -228
- data/vendor/assets/javascripts/tom-select-rails/js/plugins/dropdown_input.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/js/plugins/input_autogrow.js +3 -7
- data/vendor/assets/javascripts/tom-select-rails/js/plugins/input_autogrow.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/js/plugins/no_active_items.js +1 -1
- data/vendor/assets/javascripts/tom-select-rails/js/plugins/no_active_items.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/js/plugins/no_backspace_delete.js +1 -1
- data/vendor/assets/javascripts/tom-select-rails/js/plugins/no_backspace_delete.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/js/plugins/optgroup_columns.js +112 -106
- data/vendor/assets/javascripts/tom-select-rails/js/plugins/optgroup_columns.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/js/plugins/remove_button.js +149 -144
- data/vendor/assets/javascripts/tom-select-rails/js/plugins/remove_button.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/js/plugins/restore_on_backspace.js +1 -1
- data/vendor/assets/javascripts/tom-select-rails/js/plugins/restore_on_backspace.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/js/plugins/virtual_scroll.js +277 -259
- data/vendor/assets/javascripts/tom-select-rails/js/plugins/virtual_scroll.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/js/tom-select.base.js +838 -281
- data/vendor/assets/javascripts/tom-select-rails/js/tom-select.base.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/js/tom-select.base.min.js +331 -274
- data/vendor/assets/javascripts/tom-select-rails/js/tom-select.base.min.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/js/tom-select.complete.js +882 -310
- data/vendor/assets/javascripts/tom-select-rails/js/tom-select.complete.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/js/tom-select.complete.min.js +281 -221
- data/vendor/assets/javascripts/tom-select-rails/js/tom-select.complete.min.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/js/tom-select.popular.js +846 -287
- data/vendor/assets/javascripts/tom-select-rails/js/tom-select.popular.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/js/tom-select.popular.min.js +350 -294
- data/vendor/assets/javascripts/tom-select-rails/js/tom-select.popular.min.js.map +1 -1
- data/vendor/assets/javascripts/tom-select-rails/types/tom-select.d.ts +26 -9
- data/vendor/assets/javascripts/tom-select-rails/types/types/core.d.ts +2 -1
- data/vendor/assets/javascripts/tom-select-rails/types/types/settings.d.ts +19 -22
- data/vendor/assets/javascripts/tom-select-rails/types/utils.d.ts +5 -5
- data/vendor/assets/javascripts/tom-select-rails/types/vanilla.d.ts +2 -2
- data/vendor/assets/stylesheets/tom-select-rails/css/tom-select.bootstrap4.css +43 -25
- data/vendor/assets/stylesheets/tom-select-rails/css/tom-select.bootstrap4.css.map +1 -1
- data/vendor/assets/stylesheets/tom-select-rails/css/tom-select.bootstrap4.min.css +1 -1
- data/vendor/assets/stylesheets/tom-select-rails/css/tom-select.bootstrap4.min.css.map +1 -1
- data/vendor/assets/stylesheets/tom-select-rails/css/tom-select.bootstrap5.css +63 -40
- data/vendor/assets/stylesheets/tom-select-rails/css/tom-select.bootstrap5.css.map +1 -1
- data/vendor/assets/stylesheets/tom-select-rails/css/tom-select.bootstrap5.min.css +1 -1
- data/vendor/assets/stylesheets/tom-select-rails/css/tom-select.bootstrap5.min.css.map +1 -1
- data/vendor/assets/stylesheets/tom-select-rails/css/tom-select.css +45 -27
- data/vendor/assets/stylesheets/tom-select-rails/css/tom-select.css.map +1 -1
- data/vendor/assets/stylesheets/tom-select-rails/css/tom-select.default.css +43 -25
- data/vendor/assets/stylesheets/tom-select-rails/css/tom-select.default.css.map +1 -1
- data/vendor/assets/stylesheets/tom-select-rails/css/tom-select.default.min.css +1 -1
- data/vendor/assets/stylesheets/tom-select-rails/css/tom-select.default.min.css.map +1 -1
- data/vendor/assets/stylesheets/tom-select-rails/css/tom-select.min.css +1 -1
- data/vendor/assets/stylesheets/tom-select-rails/css/tom-select.min.css.map +1 -1
- data/vendor/assets/stylesheets/tom-select-rails/scss/_dropdown.scss +0 -2
- data/vendor/assets/stylesheets/tom-select-rails/scss/plugins/clear_button.scss +12 -5
- data/vendor/assets/stylesheets/tom-select-rails/scss/plugins/remove_button.scss +34 -8
- data/vendor/assets/stylesheets/tom-select-rails/scss/tom-select.bootstrap4.scss +1 -1
- data/vendor/assets/stylesheets/tom-select-rails/scss/tom-select.bootstrap5.scss +20 -10
- data/vendor/assets/stylesheets/tom-select-rails/scss/tom-select.default.scss +1 -1
- data/vendor/assets/stylesheets/tom-select-rails/scss/tom-select.scss +14 -5
- metadata +3 -3
@@ -1,303 +1,360 @@
|
|
1
1
|
/**
|
2
|
-
* Tom Select v2.0
|
2
|
+
* Tom Select v2.2.0
|
3
3
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
4
4
|
*/
|
5
|
-
!function(e
|
6
|
-
function
|
7
|
-
|
8
|
-
|
9
|
-
e
|
10
|
-
|
11
|
-
|
12
|
-
const
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
return
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
return
|
32
|
-
|
5
|
+
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).TomSelect=e()}(this,(function(){"use strict"
|
6
|
+
function t(t,e){t.split(/\s+/).forEach((t=>{e(t)}))}class e{constructor(){this._events=void 0,this._events={}}on(e,i){t(e,(t=>{const e=this._events[t]||[]
|
7
|
+
e.push(i),this._events[t]=e}))}off(e,i){var s=arguments.length
|
8
|
+
0!==s?t(e,(t=>{if(1===s)return void delete this._events[t]
|
9
|
+
const e=this._events[t]
|
10
|
+
void 0!==e&&(e.splice(e.indexOf(i),1),this._events[t]=e)})):this._events={}}trigger(e,...i){var s=this
|
11
|
+
t(e,(t=>{const e=s._events[t]
|
12
|
+
void 0!==e&&e.forEach((t=>{t.apply(s,i)}))}))}}const i=t=>(t=t.filter(Boolean)).length<2?t[0]||"":1==l(t)?"["+t.join("")+"]":"(?:"+t.join("|")+")",s=t=>{if(!o(t))return t.join("")
|
13
|
+
let e="",i=0
|
14
|
+
const s=()=>{i>1&&(e+="{"+i+"}")}
|
15
|
+
return t.forEach(((n,o)=>{n!==t[o-1]?(s(),e+=n,i=1):i++})),s(),e},n=t=>{let e=c(t)
|
16
|
+
return i(e)},o=t=>new Set(t).size!==t.length,r=t=>(t+"").replace(/([\$\(\)\*\+\.\?\[\]\^\{\|\}\\])/gu,"\\$1"),l=t=>t.reduce(((t,e)=>Math.max(t,a(e))),0),a=t=>c(t).length,c=t=>Array.from(t),d=t=>{if(1===t.length)return[[t]]
|
17
|
+
let e=[]
|
18
|
+
const i=t.substring(1)
|
19
|
+
return d(i).forEach((function(i){let s=i.slice(0)
|
20
|
+
s[0]=t.charAt(0)+s[0],e.push(s),s=i.slice(0),s.unshift(t.charAt(0)),e.push(s)})),e},u=[[0,65535]]
|
21
|
+
let p,h
|
22
|
+
const g={"æ":"ae","ⱥ":"a","ø":"o","⁄":"/","∕":"/"},f=new RegExp(Object.keys(g).join("|")+"|[̀-ͯ·ʾ]","gu"),v=(t,e="NFKD")=>t.normalize(e),m=t=>(t=>t.match(/[\u0f71-\u0f81]/)?c(t).reduce(((t,e)=>t+v(e)),""):v(t))(t).toLowerCase().replace(f,(t=>g[t]||""))
|
23
|
+
const y=t=>{const e={},i=(t,i)=>{const s=e[t]||new Set,o=new RegExp("^"+n(s)+"$","iu")
|
24
|
+
i.match(o)||(s.add(r(i)),e[t]=s)}
|
25
|
+
for(let e of function*(t){for(const[e,i]of t)for(let t=e;t<=i;t++){let e=String.fromCharCode(t),i=m(e)
|
26
|
+
if(i==e.toLowerCase())continue
|
27
|
+
if(i.length>3)continue
|
28
|
+
if(0==i.length)continue
|
29
|
+
let s=v(e)
|
30
|
+
v(s,"NFC")===e&&i===s||(yield{folded:i,composed:e,code_point:t})}}(t))i(e.folded,e.folded),i(e.folded,e.composed)
|
31
|
+
return e},O=t=>{const e=y(t),s={}
|
32
|
+
let o=[]
|
33
|
+
for(let t in e){let i=e[t]
|
34
|
+
i&&(s[t]=n(i)),t.length>1&&o.push(r(t))}o.sort(((t,e)=>e.length-t.length))
|
35
|
+
const l=i(o)
|
36
|
+
return h=new RegExp("^"+l,"u"),s},b=(t,e=1)=>(e=Math.max(e,t.length-1),i(d(t).map((t=>((t,e=1)=>{let i=0
|
37
|
+
return t=t.map((t=>(p[t]&&(i+=t.length),p[t]||t))),i>=e?s(t):""})(t,e))))),w=(t,e=!0)=>{let n=t.length>1?1:0
|
38
|
+
return i(t.map((t=>{let i=[]
|
39
|
+
const o=e?t.length():t.length()-1
|
40
|
+
for(let e=0;e<o;e++)i.push(b(t.substrs[e]||"",n))
|
41
|
+
return s(i)})))},I=(t,e)=>{for(const i of e){if(i.start!=t.start||i.end!=t.end)continue
|
42
|
+
if(i.substrs.join("")!==t.substrs.join(""))continue
|
43
|
+
let e=t.parts
|
44
|
+
const s=t=>{for(const i of e){if(i.start===t.start&&i.substr===t.substr)return!1
|
45
|
+
if(1!=t.length&&1!=i.length){if(t.start<i.start&&t.end>i.start)return!0
|
46
|
+
if(i.start<t.start&&i.end>t.start)return!0}}return!1}
|
47
|
+
if(!(i.parts.filter(s).length>0))return!0}return!1}
|
48
|
+
class _{constructor(){this.parts=[],this.substrs=[],this.start=0,this.end=0}add(t){t&&(this.parts.push(t),this.substrs.push(t.substr),this.start=Math.min(t.start,this.start),this.end=Math.max(t.end,this.end))}last(){return this.parts[this.parts.length-1]}length(){return this.parts.length}clone(t,e){let i=new _,s=JSON.parse(JSON.stringify(this.parts)),n=s.pop()
|
49
|
+
for(const t of s)i.add(t)
|
50
|
+
let o=e.substr.substring(0,t-n.start),r=o.length
|
51
|
+
return i.add({start:n.start,end:n.start+r,length:r,substr:o}),i}}const S=t=>{var e
|
52
|
+
void 0===p&&(p=O(e||u)),t=m(t)
|
53
|
+
let i="",s=[new _]
|
54
|
+
for(let e=0;e<t.length;e++){let n=t.substring(e).match(h)
|
55
|
+
const o=t.substring(e,e+1),r=n?n[0]:null
|
56
|
+
let l=[],a=new Set
|
57
|
+
for(const t of s){const i=t.last()
|
58
|
+
if(!i||1==i.length||i.end<=e)if(r){const i=r.length
|
59
|
+
t.add({start:e,end:e+i,length:i,substr:r}),a.add("1")}else t.add({start:e,end:e+1,length:1,substr:o}),a.add("2")
|
60
|
+
else if(r){let s=t.clone(e,i)
|
61
|
+
const n=r.length
|
62
|
+
s.add({start:e,end:e+n,length:n,substr:r}),l.push(s)}else a.add("3")}if(l.length>0){l=l.sort(((t,e)=>t.length()-e.length()))
|
63
|
+
for(let t of l)I(t,s)||s.push(t)}else if(e>0&&1==a.size&&!a.has("3")){i+=w(s,!1)
|
64
|
+
let t=new _
|
65
|
+
const e=s[0]
|
66
|
+
e&&t.add(e.last()),s=[t]}}return i+=w(s,!0),i},A=(t,e)=>{if(t)return t[e]},C=(t,e)=>{if(t){for(var i,s=e.split(".");(i=s.shift())&&(t=t[i]););return t}},F=(t,e,i)=>{var s,n
|
67
|
+
return t?(t+="",null==e.regex||-1===(n=t.search(e.regex))?0:(s=e.string.length/t.length,0===n&&(s+=.5),s*i)):0},x=(t,e)=>{var i=t[e]
|
33
68
|
if("function"==typeof i)return i
|
34
|
-
i&&!Array.isArray(i)&&(e
|
35
|
-
else for(var i in
|
36
|
-
class
|
37
|
-
const s=[],n=
|
69
|
+
i&&!Array.isArray(i)&&(t[e]=[i])},L=(t,e)=>{if(Array.isArray(t))t.forEach(e)
|
70
|
+
else for(var i in t)t.hasOwnProperty(i)&&e(t[i],i)},k=(t,e)=>"number"==typeof t&&"number"==typeof e?t>e?1:t<e?-1:0:(t=m(t+"").toLowerCase())>(e=m(e+"").toLowerCase())?1:e>t?-1:0
|
71
|
+
class E{constructor(t,e){this.items=void 0,this.settings=void 0,this.items=t,this.settings=e||{diacritics:!0}}tokenize(t,e,i){if(!t||!t.length)return[]
|
72
|
+
const s=[],n=t.split(/\s+/)
|
38
73
|
var o
|
39
|
-
return i&&(o=new RegExp("^("+Object.keys(i).map(
|
40
|
-
o&&(i=
|
41
|
-
return this._getScoreFunction(i)}_getScoreFunction(
|
74
|
+
return i&&(o=new RegExp("^("+Object.keys(i).map(r).join("|")+"):(.*)$")),n.forEach((t=>{let i,n=null,l=null
|
75
|
+
o&&(i=t.match(o))&&(n=i[1],t=i[2]),t.length>0&&(l=this.settings.diacritics?S(t)||null:r(t),l&&e&&(l="\\b"+l)),s.push({string:t,regex:l?new RegExp(l,"iu"):null,field:n})})),s}getScoreFunction(t,e){var i=this.prepareSearch(t,e)
|
76
|
+
return this._getScoreFunction(i)}_getScoreFunction(t){const e=t.tokens,i=e.length
|
42
77
|
if(!i)return function(){return 0}
|
43
|
-
const s=
|
78
|
+
const s=t.options.fields,n=t.weights,o=s.length,r=t.getAttrFn
|
44
79
|
if(!o)return function(){return 1}
|
45
|
-
const l=1===o?function(e
|
46
|
-
return
|
47
|
-
if(
|
48
|
-
!
|
80
|
+
const l=1===o?function(t,e){const i=s[0].field
|
81
|
+
return F(r(e,i),t,n[i]||1)}:function(t,e){var i=0
|
82
|
+
if(t.field){const s=r(e,t.field)
|
83
|
+
!t.regex&&s?i+=1/o:i+=F(s,t,1)}else L(n,((s,n)=>{i+=F(r(e,n),t,s)}))
|
49
84
|
return i/o}
|
50
|
-
return 1===i?function(
|
51
|
-
|
52
|
-
return
|
53
|
-
return
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
if(
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
const o=t.score||n._getScoreFunction(s)
|
72
|
-
e.length?y(n.items,((e,n)=>{i=o(e),(!1===t.filter||i>0)&&s.items.push({score:i,id:n})})):y(n.items,((e,t)=>{s.items.push({score:1,id:t})}))
|
85
|
+
return 1===i?function(t){return l(e[0],t)}:"and"===t.options.conjunction?function(t){var s,n=0
|
86
|
+
for(let i of e){if((s=l(i,t))<=0)return 0
|
87
|
+
n+=s}return n/i}:function(t){var s=0
|
88
|
+
return L(e,(e=>{s+=l(e,t)})),s/i}}getSortFunction(t,e){var i=this.prepareSearch(t,e)
|
89
|
+
return this._getSortFunction(i)}_getSortFunction(t){var e,i=[]
|
90
|
+
const s=this,n=t.options,o=!t.query&&n.sort_empty?n.sort_empty:n.sort
|
91
|
+
if("function"==typeof o)return o.bind(this)
|
92
|
+
const r=function(e,i){return"$score"===e?i.score:t.getAttrFn(s.items[i.id],e)}
|
93
|
+
if(o)for(let e of o)(t.query||"$score"!==e.field)&&i.push(e)
|
94
|
+
if(t.query){e=!0
|
95
|
+
for(let t of i)if("$score"===t.field){e=!1
|
96
|
+
break}e&&i.unshift({field:"$score",direction:"desc"})}else i=i.filter((t=>"$score"!==t.field))
|
97
|
+
return i.length?function(t,e){var s,n
|
98
|
+
for(let o of i){if(n=o.field,s=("desc"===o.direction?-1:1)*k(r(n,t),r(n,e)))return s}return 0}:null}prepareSearch(t,e){const i={}
|
99
|
+
var s=Object.assign({},e)
|
100
|
+
if(x(s,"sort"),x(s,"sort_empty"),s.fields){x(s,"fields")
|
101
|
+
const t=[]
|
102
|
+
s.fields.forEach((e=>{"string"==typeof e&&(e={field:e,weight:1}),t.push(e),i[e.field]="weight"in e?e.weight:1})),s.fields=t}return{options:s,query:t.toLowerCase().trim(),tokens:this.tokenize(t,s.respect_word_boundaries,i),total:0,items:[],weights:i,getAttrFn:s.nesting?C:A}}search(t,e){var i,s,n=this
|
103
|
+
s=this.prepareSearch(t,e),e=s.options,t=s.query
|
104
|
+
const o=e.score||n._getScoreFunction(s)
|
105
|
+
t.length?L(n.items,((t,n)=>{i=o(t),(!1===e.filter||i>0)&&s.items.push({score:i,id:n})})):L(n.items,((t,e)=>{s.items.push({score:1,id:e})}))
|
73
106
|
const r=n._getSortFunction(s)
|
74
|
-
return r&&s.items.sort(r),s.total=s.items.length,"number"==typeof
|
75
|
-
|
76
|
-
if(
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
e=e.
|
81
|
-
t=t
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
107
|
+
return r&&s.items.sort(r),s.total=s.items.length,"number"==typeof e.limit&&(s.items=s.items.slice(0,e.limit)),s}}const P=(t,e)=>{if(Array.isArray(t))t.forEach(e)
|
108
|
+
else for(var i in t)t.hasOwnProperty(i)&&e(t[i],i)},T=t=>{if(t.jquery)return t[0]
|
109
|
+
if(t instanceof HTMLElement)return t
|
110
|
+
if(V(t)){var e=document.createElement("template")
|
111
|
+
return e.innerHTML=t.trim(),e.content.firstChild}return document.querySelector(t)},V=t=>"string"==typeof t&&t.indexOf("<")>-1,$=(t,e)=>{var i=document.createEvent("HTMLEvents")
|
112
|
+
i.initEvent(e,!0,!1),t.dispatchEvent(i)},j=(t,e)=>{Object.assign(t.style,e)},q=(t,...e)=>{var i=H(e);(t=N(t)).map((t=>{i.map((e=>{t.classList.add(e)}))}))},D=(t,...e)=>{var i=H(e);(t=N(t)).map((t=>{i.map((e=>{t.classList.remove(e)}))}))},H=t=>{var e=[]
|
113
|
+
return P(t,(t=>{"string"==typeof t&&(t=t.trim().split(/[\11\12\14\15\40]/)),Array.isArray(t)&&(e=e.concat(t))})),e.filter(Boolean)},N=t=>(Array.isArray(t)||(t=[t]),t),R=(t,e,i)=>{if(!i||i.contains(t))for(;t&&t.matches;){if(t.matches(e))return t
|
114
|
+
t=t.parentNode}},M=(t,e=0)=>e>0?t[t.length-1]:t[0],z=(t,e)=>{if(!t)return-1
|
115
|
+
e=e||t.nodeName
|
116
|
+
for(var i=0;t=t.previousElementSibling;)t.matches(e)&&i++
|
117
|
+
return i},B=(t,e)=>{P(e,((e,i)=>{null==e?t.removeAttribute(i):t.setAttribute(i,""+e)}))},K=(t,e)=>{t.parentNode&&t.parentNode.replaceChild(e,t)},Q=(t,e)=>{if(null===e)return
|
118
|
+
if("string"==typeof e){if(!e.length)return
|
119
|
+
e=new RegExp(e,"i")}const i=t=>3===t.nodeType?(t=>{var i=t.data.match(e)
|
120
|
+
if(i&&t.data.length>0){var s=document.createElement("span")
|
87
121
|
s.className="highlight"
|
88
|
-
var n=
|
122
|
+
var n=t.splitText(i.index)
|
89
123
|
n.splitText(i[0].length)
|
90
124
|
var o=n.cloneNode(!0)
|
91
|
-
return s.appendChild(o),
|
92
|
-
i(
|
93
|
-
var
|
94
|
-
const
|
125
|
+
return s.appendChild(o),K(n,s),1}return 0})(t):((t=>{1!==t.nodeType||!t.childNodes||/(script|style)/i.test(t.tagName)||"highlight"===t.className&&"SPAN"===t.tagName||Array.from(t.childNodes).forEach((t=>{i(t)}))})(t),0)
|
126
|
+
i(t)},G="undefined"!=typeof navigator&&/Mac/.test(navigator.userAgent)?"metaKey":"ctrlKey"
|
127
|
+
var J={options:[],optgroups:[],plugins:[],delimiter:",",splitOn:null,persist:!0,diacritics:!0,create:null,createOnBlur:!1,createFilter:null,highlight:!0,openOnFocus:!0,shouldOpen:null,maxOptions:50,maxItems:null,hideSelected:null,duplicates:!1,addPrecedence:!1,selectOnTab:!1,preload:null,allowEmptyOption:!1,loadThrottle:300,loadingClass:"loading",dataAttr:null,optgroupField:"optgroup",valueField:"value",labelField:"text",disabledField:"disabled",optgroupLabelField:"label",optgroupValueField:"value",lockOptgroupOrder:!1,sortField:"$order",searchField:["text"],searchConjunction:"and",mode:null,wrapperClass:"ts-wrapper",controlClass:"ts-control",dropdownClass:"ts-dropdown",dropdownContentClass:"ts-dropdown-content",itemClass:"item",optionClass:"option",dropdownParent:null,controlInput:'<input type="text" autocomplete="off" size="1" />',copyClassesToDropdown:!1,placeholder:null,hidePlaceholder:null,shouldLoad:function(t){return t.length>0},render:{}}
|
128
|
+
const U=t=>null==t?null:W(t),W=t=>"boolean"==typeof t?t?"1":"0":t+"",X=t=>(t+"").replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,"""),Y=(t,e)=>{var i
|
95
129
|
return function(s,n){var o=this
|
96
|
-
i&&(o.loading=Math.max(o.loading-1,0),clearTimeout(i)),i=setTimeout((function(){i=null,o.loadedSearches[s]=!0,
|
97
|
-
for(s of(
|
98
|
-
if(-1===
|
99
|
-
o[i]=arguments},i.apply(
|
100
|
-
return i||(
|
101
|
-
function
|
102
|
-
if(!
|
103
|
-
|
104
|
-
return"select"===d?(h=
|
105
|
-
return"string"==typeof i&&i.length&&(
|
106
|
-
if(null!=s&&(s||i.allowEmptyOption)){if(g.hasOwnProperty(s)){if(
|
107
|
-
a?Array.isArray(a)?a.push(
|
108
|
-
c[n]=c[n]||
|
109
|
-
"optgroup"===(
|
110
|
-
if(
|
111
|
-
else{var r=
|
130
|
+
i&&(o.loading=Math.max(o.loading-1,0),clearTimeout(i)),i=setTimeout((function(){i=null,o.loadedSearches[s]=!0,t.call(o,s,n)}),e)}},Z=(t,e,i)=>{var s,n=t.trigger,o={}
|
131
|
+
for(s of(t.trigger=function(){var i=arguments[0]
|
132
|
+
if(-1===e.indexOf(i))return n.apply(t,arguments)
|
133
|
+
o[i]=arguments},i.apply(t,[]),t.trigger=n,e))s in o&&n.apply(t,o[s])},tt=(t,e=!1)=>{t&&(t.preventDefault(),e&&t.stopPropagation())},et=(t,e,i,s)=>{t.addEventListener(e,i,s)},it=(t,e)=>!!e&&(!!e[t]&&1===(e.altKey?1:0)+(e.ctrlKey?1:0)+(e.shiftKey?1:0)+(e.metaKey?1:0)),st=(t,e)=>{const i=t.getAttribute("id")
|
134
|
+
return i||(t.setAttribute("id",e),e)},nt=t=>t.replace(/[\\"']/g,"\\$&"),ot=(t,e)=>{e&&t.append(e)}
|
135
|
+
function rt(t,e){var i=Object.assign({},J,e),s=i.dataAttr,n=i.labelField,o=i.valueField,r=i.disabledField,l=i.optgroupField,a=i.optgroupLabelField,c=i.optgroupValueField,d=t.tagName.toLowerCase(),u=t.getAttribute("placeholder")||t.getAttribute("data-placeholder")
|
136
|
+
if(!u&&!i.allowEmptyOption){let e=t.querySelector('option[value=""]')
|
137
|
+
e&&(u=e.textContent)}var p,h,g,f,v,m,y={placeholder:u,options:[],optgroups:[],items:[],maxItems:null}
|
138
|
+
return"select"===d?(h=y.options,g={},f=1,v=t=>{var e=Object.assign({},t.dataset),i=s&&e[s]
|
139
|
+
return"string"==typeof i&&i.length&&(e=Object.assign(e,JSON.parse(i))),e},m=(t,e)=>{var s=U(t.value)
|
140
|
+
if(null!=s&&(s||i.allowEmptyOption)){if(g.hasOwnProperty(s)){if(e){var a=g[s][l]
|
141
|
+
a?Array.isArray(a)?a.push(e):g[s][l]=[a,e]:g[s][l]=e}}else{var c=v(t)
|
142
|
+
c[n]=c[n]||t.textContent,c[o]=c[o]||s,c[r]=c[r]||t.disabled,c[l]=c[l]||e,c.$option=t,g[s]=c,h.push(c)}t.selected&&y.items.push(s)}},y.maxItems=t.hasAttribute("multiple")?null:1,P(t.children,(t=>{var e,i,s
|
143
|
+
"optgroup"===(p=t.tagName.toLowerCase())?((s=v(e=t))[a]=s[a]||e.getAttribute("label")||"",s[c]=s[c]||f++,s[r]=s[r]||e.disabled,y.optgroups.push(s),i=s[c],P(e.children,(t=>{m(t,i)}))):"option"===p&&m(t)}))):(()=>{const e=t.getAttribute(s)
|
144
|
+
if(e)y.options=JSON.parse(e),P(y.options,(t=>{y.items.push(t[o])}))
|
145
|
+
else{var r=t.value.trim()||""
|
112
146
|
if(!i.allowEmptyOption&&!r.length)return
|
113
|
-
const
|
114
|
-
|
115
|
-
|
116
|
-
class
|
147
|
+
const e=r.split(i.delimiter)
|
148
|
+
P(e,(t=>{const e={}
|
149
|
+
e[n]=t,e[o]=t,y.options.push(e)})),y.items=e}})(),Object.assign({},J,y,e)}var lt=0
|
150
|
+
class at extends(function(t){return t.plugins={},class extends t{constructor(...t){super(...t),this.plugins={names:[],settings:{},requested:{},loaded:{}}}static define(e,i){t.plugins[e]={name:e,fn:i}}initializePlugins(t){var e,i
|
117
151
|
const s=this,n=[]
|
118
|
-
if(Array.isArray(
|
119
|
-
else if(
|
120
|
-
for(;i=n.shift();)s.require(i)}loadPlugin(
|
121
|
-
if(!
|
122
|
-
s.requested[
|
123
|
-
if(!
|
124
|
-
|
125
|
-
super(),this.control_input=void 0,this.wrapper=void 0,this.dropdown=void 0,this.control=void 0,this.dropdown_content=void 0,this.focus_node=void 0,this.order=0,this.settings=void 0,this.input=void 0,this.tabIndex=void 0,this.is_select_tag=void 0,this.rtl=void 0,this.inputId=void 0,this._destroy=void 0,this.sifter=void 0,this.isOpen=!1,this.isDisabled=!1,this.isRequired=void 0,this.isInvalid=!1,this.isValid=!0,this.isLocked=!1,this.isFocused=!1,this.isInputHidden=!1,this.isSetup=!1,this.ignoreFocus=!1,this.hasOptions=!1,this.currentResults=void 0,this.lastValue="",this.caretPos=0,this.loading=0,this.loadedSearches={},this.activeOption=null,this.activeItems=[],this.optgroups={},this.options={},this.userOptions={},this.items=[],
|
126
|
-
var s=
|
152
|
+
if(Array.isArray(t))t.forEach((t=>{"string"==typeof t?n.push(t):(s.plugins.settings[t.name]=t.options,n.push(t.name))}))
|
153
|
+
else if(t)for(e in t)t.hasOwnProperty(e)&&(s.plugins.settings[e]=t[e],n.push(e))
|
154
|
+
for(;i=n.shift();)s.require(i)}loadPlugin(e){var i=this,s=i.plugins,n=t.plugins[e]
|
155
|
+
if(!t.plugins.hasOwnProperty(e))throw new Error('Unable to find "'+e+'" plugin')
|
156
|
+
s.requested[e]=!0,s.loaded[e]=n.fn.apply(i,[i.plugins.settings[e]||{}]),s.names.push(e)}require(t){var e=this,i=e.plugins
|
157
|
+
if(!e.plugins.loaded.hasOwnProperty(t)){if(i.requested[t])throw new Error('Plugin has circular dependency ("'+t+'")')
|
158
|
+
e.loadPlugin(t)}return i.loaded[t]}}}(e)){constructor(t,e){var i
|
159
|
+
super(),this.control_input=void 0,this.wrapper=void 0,this.dropdown=void 0,this.control=void 0,this.dropdown_content=void 0,this.focus_node=void 0,this.order=0,this.settings=void 0,this.input=void 0,this.tabIndex=void 0,this.is_select_tag=void 0,this.rtl=void 0,this.inputId=void 0,this._destroy=void 0,this.sifter=void 0,this.isOpen=!1,this.isDisabled=!1,this.isRequired=void 0,this.isInvalid=!1,this.isValid=!0,this.isLocked=!1,this.isFocused=!1,this.isInputHidden=!1,this.isSetup=!1,this.ignoreFocus=!1,this.ignoreHover=!1,this.hasOptions=!1,this.currentResults=void 0,this.lastValue="",this.caretPos=0,this.loading=0,this.loadedSearches={},this.activeOption=null,this.activeItems=[],this.optgroups={},this.options={},this.userOptions={},this.items=[],lt++
|
160
|
+
var s=T(t)
|
127
161
|
if(s.tomselect)throw new Error("Tom Select already initialized on this element")
|
128
162
|
s.tomselect=this,i=(window.getComputedStyle&&window.getComputedStyle(s,null)).getPropertyValue("direction")
|
129
|
-
const n=
|
130
|
-
this.settings=n,this.input=s,this.tabIndex=s.tabIndex||0,this.is_select_tag="select"===s.tagName.toLowerCase(),this.rtl=/rtl/i.test(i),this.inputId=
|
163
|
+
const n=rt(s,e)
|
164
|
+
this.settings=n,this.input=s,this.tabIndex=s.tabIndex||0,this.is_select_tag="select"===s.tagName.toLowerCase(),this.rtl=/rtl/i.test(i),this.inputId=st(s,"tomselect-"+lt),this.isRequired=s.required,this.sifter=new E(this.options,{diacritics:n.diacritics}),n.mode=n.mode||(1===n.maxItems?"single":"multi"),"boolean"!=typeof n.hideSelected&&(n.hideSelected="multi"===n.mode),"boolean"!=typeof n.hidePlaceholder&&(n.hidePlaceholder="multi"!==n.mode)
|
131
165
|
var o=n.createFilter
|
132
|
-
"function"!=typeof o&&("string"==typeof o&&(o=new RegExp(o)),o instanceof RegExp?n.createFilter=
|
133
|
-
const r=
|
134
|
-
var
|
135
|
-
if(
|
136
|
-
|
137
|
-
this.wrapper=r,this.dropdown=a,this.dropdown_content=c,this.control=l,this.control_input=
|
138
|
-
|
139
|
-
const p=
|
140
|
-
if(
|
141
|
-
const
|
142
|
-
|
143
|
-
|
144
|
-
i&&(e
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
n
|
149
|
-
|
150
|
-
|
151
|
-
return
|
152
|
-
|
153
|
-
for(
|
154
|
-
|
155
|
-
if(
|
156
|
-
|
157
|
-
|
158
|
-
if(
|
159
|
-
|
160
|
-
if(!
|
161
|
-
return
|
162
|
-
if(
|
163
|
-
else{switch(
|
166
|
+
"function"!=typeof o&&("string"==typeof o&&(o=new RegExp(o)),o instanceof RegExp?n.createFilter=t=>o.test(t):n.createFilter=t=>this.settings.duplicates||!this.options[t]),this.initializePlugins(n.plugins),this.setupCallbacks(),this.setupTemplates()
|
167
|
+
const r=T("<div>"),l=T("<div>"),a=this._render("dropdown"),c=T('<div role="listbox" tabindex="-1">'),d=this.input.getAttribute("class")||"",u=n.mode
|
168
|
+
var p
|
169
|
+
if(q(r,n.wrapperClass,d,u),q(l,n.controlClass),ot(r,l),q(a,n.dropdownClass,u),n.copyClassesToDropdown&&q(a,d),q(c,n.dropdownContentClass),ot(a,c),T(n.dropdownParent||r).appendChild(a),V(n.controlInput)){p=T(n.controlInput)
|
170
|
+
L(["autocorrect","autocapitalize","autocomplete"],(t=>{s.getAttribute(t)&&B(p,{[t]:s.getAttribute(t)})})),p.tabIndex=-1,l.appendChild(p),this.focus_node=p}else n.controlInput?(p=T(n.controlInput),this.focus_node=p):(p=T("<input/>"),this.focus_node=l)
|
171
|
+
this.wrapper=r,this.dropdown=a,this.dropdown_content=c,this.control=l,this.control_input=p,this.setup()}setup(){const t=this,e=t.settings,i=t.control_input,s=t.dropdown,n=t.dropdown_content,o=t.wrapper,l=t.control,a=t.input,c=t.focus_node,d={passive:!0},u=t.inputId+"-ts-dropdown"
|
172
|
+
B(n,{id:u}),B(c,{role:"combobox","aria-haspopup":"listbox","aria-expanded":"false","aria-controls":u})
|
173
|
+
const p=st(c,t.inputId+"-ts-control"),h="label[for='"+(t=>t.replace(/['"\\]/g,"\\$&"))(t.inputId)+"']",g=document.querySelector(h),f=t.focus.bind(t)
|
174
|
+
if(g){et(g,"click",f),B(g,{for:p})
|
175
|
+
const e=st(g,t.inputId+"-ts-label")
|
176
|
+
B(c,{"aria-labelledby":e}),B(n,{"aria-labelledby":e})}if(o.style.width=a.style.width,t.plugins.names.length){const e="plugin-"+t.plugins.names.join(" plugin-")
|
177
|
+
q([o,s],e)}(null===e.maxItems||e.maxItems>1)&&t.is_select_tag&&B(a,{multiple:"multiple"}),e.placeholder&&B(i,{placeholder:e.placeholder}),!e.splitOn&&e.delimiter&&(e.splitOn=new RegExp("\\s*"+r(e.delimiter)+"+\\s*")),e.load&&e.loadThrottle&&(e.load=Y(e.load,e.loadThrottle)),t.control_input.type=a.type,et(s,"mousemove",(()=>{t.ignoreHover=!1})),et(s,"mouseenter",(e=>{var i=R(e.target,"[data-selectable]",s)
|
178
|
+
i&&t.onOptionHover(e,i)}),{capture:!0}),et(s,"click",(e=>{const i=R(e.target,"[data-selectable]")
|
179
|
+
i&&(t.onOptionSelect(e,i),tt(e,!0))})),et(l,"click",(e=>{var s=R(e.target,"[data-ts-item]",l)
|
180
|
+
s&&t.onItemSelect(e,s)?tt(e,!0):""==i.value&&(t.onClick(),tt(e,!0))})),et(c,"keydown",(e=>t.onKeyDown(e))),et(i,"keypress",(e=>t.onKeyPress(e))),et(i,"input",(e=>t.onInput(e))),et(c,"resize",(()=>t.positionDropdown()),d),et(c,"blur",(e=>t.onBlur(e))),et(c,"focus",(e=>t.onFocus(e))),et(i,"paste",(e=>t.onPaste(e)))
|
181
|
+
const v=e=>{const n=e.composedPath()[0]
|
182
|
+
if(!o.contains(n)&&!s.contains(n))return t.isFocused&&t.blur(),void t.inputState()
|
183
|
+
n==i&&t.isOpen?e.stopPropagation():tt(e,!0)},m=()=>{t.isOpen&&t.positionDropdown()}
|
184
|
+
et(document,"mousedown",v),et(window,"scroll",m,d),et(window,"resize",m,d),this._destroy=()=>{document.removeEventListener("mousedown",v),window.removeEventListener("scroll",m),window.removeEventListener("resize",m),g&&g.removeEventListener("click",f)},this.revertSettings={innerHTML:a.innerHTML,tabIndex:a.tabIndex},a.tabIndex=-1,a.insertAdjacentElement("afterend",t.wrapper),t.sync(!1),e.items=[],delete e.optgroups,delete e.options,et(a,"invalid",(()=>{t.isValid&&(t.isValid=!1,t.isInvalid=!0,t.refreshState())})),t.updateOriginalInput(),t.refreshItems(),t.close(!1),t.inputState(),t.isSetup=!0,a.disabled?t.disable():t.enable(),t.on("change",this.onChange),q(a,"tomselected","ts-hidden-accessible"),t.trigger("initialize"),!0===e.preload&&t.preload()}setupOptions(t=[],e=[]){this.addOptions(t),L(e,(t=>{this.registerOptionGroup(t)}))}setupTemplates(){var t=this,e=t.settings.labelField,i=t.settings.optgroupLabelField,s={optgroup:t=>{let e=document.createElement("div")
|
185
|
+
return e.className="optgroup",e.appendChild(t.options),e},optgroup_header:(t,e)=>'<div class="optgroup-header">'+e(t[i])+"</div>",option:(t,i)=>"<div>"+i(t[e])+"</div>",item:(t,i)=>"<div>"+i(t[e])+"</div>",option_create:(t,e)=>'<div class="create">Add <strong>'+e(t.input)+"</strong>…</div>",no_results:()=>'<div class="no-results">No results found</div>',loading:()=>'<div class="spinner"></div>',not_loading:()=>{},dropdown:()=>"<div></div>"}
|
186
|
+
t.settings.render=Object.assign({},s,t.settings.render)}setupCallbacks(){var t,e,i={initialize:"onInitialize",change:"onChange",item_add:"onItemAdd",item_remove:"onItemRemove",item_select:"onItemSelect",clear:"onClear",option_add:"onOptionAdd",option_remove:"onOptionRemove",option_clear:"onOptionClear",optgroup_add:"onOptionGroupAdd",optgroup_remove:"onOptionGroupRemove",optgroup_clear:"onOptionGroupClear",dropdown_open:"onDropdownOpen",dropdown_close:"onDropdownClose",type:"onType",load:"onLoad",focus:"onFocus",blur:"onBlur"}
|
187
|
+
for(t in i)(e=this.settings[i[t]])&&this.on(t,e)}sync(t=!0){const e=this,i=t?rt(e.input,{delimiter:e.settings.delimiter}):e.settings
|
188
|
+
e.setupOptions(i.options,i.optgroups),e.setValue(i.items||[],!0),e.lastQuery=null}onClick(){var t=this
|
189
|
+
if(t.activeItems.length>0)return t.clearActiveItems(),void t.focus()
|
190
|
+
t.isFocused&&t.isOpen?t.blur():t.focus()}onMouseDown(){}onChange(){$(this.input,"input"),$(this.input,"change")}onPaste(t){var e=this
|
191
|
+
e.isInputHidden||e.isLocked?tt(t):e.settings.splitOn&&setTimeout((()=>{var t=e.inputValue()
|
192
|
+
if(t.match(e.settings.splitOn)){var i=t.trim().split(e.settings.splitOn)
|
193
|
+
L(i,(t=>{U(t)&&(this.options[t]?e.addItem(t):e.createItem(t))}))}}),0)}onKeyPress(t){var e=this
|
194
|
+
if(!e.isLocked){var i=String.fromCharCode(t.keyCode||t.which)
|
195
|
+
return e.settings.create&&"multi"===e.settings.mode&&i===e.settings.delimiter?(e.createItem(),void tt(t)):void 0}tt(t)}onKeyDown(t){var e=this
|
196
|
+
if(e.ignoreHover=!0,e.isLocked)9!==t.keyCode&&tt(t)
|
197
|
+
else{switch(t.keyCode){case 65:if(it(G,t)&&""==e.control_input.value)return tt(t),void e.selectAll()
|
164
198
|
break
|
165
|
-
case 27:return
|
166
|
-
case 40:if(!
|
167
|
-
else if(
|
168
|
-
e
|
169
|
-
case 38:if(
|
170
|
-
e
|
171
|
-
case 13:return void(
|
172
|
-
case 37:return void
|
173
|
-
case 39:return void
|
174
|
-
case 9:return void(
|
175
|
-
case 8:case 46:return void
|
176
|
-
if(!
|
177
|
-
|
178
|
-
if(
|
179
|
-
|
180
|
-
if(
|
181
|
-
var i=()=>{
|
182
|
-
|
183
|
-
|
184
|
-
return!i.isLocked&&"multi"===i.settings.mode&&(
|
185
|
-
if(!
|
186
|
-
|
187
|
-
const i=
|
188
|
-
|
189
|
-
i.loading=Math.max(i.loading-1,0),i.lastQuery=null,i.clearActiveOption(),i.setupOptions(e
|
190
|
-
|
191
|
-
|
192
|
-
if("single"!==a.settings.mode){if(!
|
193
|
-
if("click"===(i=
|
194
|
-
|
195
|
-
a.hideInput(),a.isFocused||a.focus()}}setActiveItemClass(
|
196
|
-
i&&
|
197
|
-
this.activeItems.splice(
|
198
|
-
const i=this.dropdown_content,s=i.clientHeight,n=i.scrollTop||0,o=
|
199
|
-
r+o>s+n?this.scroll(r-s+o,
|
200
|
-
|
201
|
-
if("single"===
|
202
|
-
const t
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
return"string"==typeof
|
207
|
-
if(
|
208
|
-
|
209
|
-
e&&-1!==
|
210
|
-
const u={},
|
211
|
-
var
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
p
|
222
|
-
|
223
|
-
if(
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
199
|
+
case 27:return e.isOpen&&(tt(t,!0),e.close()),void e.clearActiveItems()
|
200
|
+
case 40:if(!e.isOpen&&e.hasOptions)e.open()
|
201
|
+
else if(e.activeOption){let t=e.getAdjacent(e.activeOption,1)
|
202
|
+
t&&e.setActiveOption(t)}return void tt(t)
|
203
|
+
case 38:if(e.activeOption){let t=e.getAdjacent(e.activeOption,-1)
|
204
|
+
t&&e.setActiveOption(t)}return void tt(t)
|
205
|
+
case 13:return void(e.canSelect(e.activeOption)?(e.onOptionSelect(t,e.activeOption),tt(t)):(e.settings.create&&e.createItem()||document.activeElement==e.control_input&&e.isOpen)&&tt(t))
|
206
|
+
case 37:return void e.advanceSelection(-1,t)
|
207
|
+
case 39:return void e.advanceSelection(1,t)
|
208
|
+
case 9:return void(e.settings.selectOnTab&&(e.canSelect(e.activeOption)&&(e.onOptionSelect(t,e.activeOption),tt(t)),e.settings.create&&e.createItem()&&tt(t)))
|
209
|
+
case 8:case 46:return void e.deleteSelection(t)}e.isInputHidden&&!it(G,t)&&tt(t)}}onInput(t){var e=this
|
210
|
+
if(!e.isLocked){var i=e.inputValue()
|
211
|
+
e.lastValue!==i&&(e.lastValue=i,e.settings.shouldLoad.call(e,i)&&e.load(i),e.refreshOptions(),e.trigger("type",i))}}onOptionHover(t,e){this.ignoreHover||this.setActiveOption(e,!1)}onFocus(t){var e=this,i=e.isFocused
|
212
|
+
if(e.isDisabled)return e.blur(),void tt(t)
|
213
|
+
e.ignoreFocus||(e.isFocused=!0,"focus"===e.settings.preload&&e.preload(),i||e.trigger("focus"),e.activeItems.length||(e.showInput(),e.refreshOptions(!!e.settings.openOnFocus)),e.refreshState())}onBlur(t){if(!1!==document.hasFocus()){var e=this
|
214
|
+
if(e.isFocused){e.isFocused=!1,e.ignoreFocus=!1
|
215
|
+
var i=()=>{e.close(),e.setActiveItem(),e.setCaret(e.items.length),e.trigger("blur")}
|
216
|
+
e.settings.create&&e.settings.createOnBlur?e.createItem(null,i):i()}}}onOptionSelect(t,e){var i,s=this
|
217
|
+
e.parentElement&&e.parentElement.matches("[data-disabled]")||(e.classList.contains("create")?s.createItem(null,(()=>{s.settings.closeAfterSelect&&s.close()})):void 0!==(i=e.dataset.value)&&(s.lastQuery=null,s.addItem(i),s.settings.closeAfterSelect&&s.close(),!s.settings.hideSelected&&t.type&&/click/.test(t.type)&&s.setActiveOption(e)))}canSelect(t){return!!(this.isOpen&&t&&this.dropdown_content.contains(t))}onItemSelect(t,e){var i=this
|
218
|
+
return!i.isLocked&&"multi"===i.settings.mode&&(tt(t),i.setActiveItem(e,t),!0)}canLoad(t){return!!this.settings.load&&!this.loadedSearches.hasOwnProperty(t)}load(t){const e=this
|
219
|
+
if(!e.canLoad(t))return
|
220
|
+
q(e.wrapper,e.settings.loadingClass),e.loading++
|
221
|
+
const i=e.loadCallback.bind(e)
|
222
|
+
e.settings.load.call(e,t,i)}loadCallback(t,e){const i=this
|
223
|
+
i.loading=Math.max(i.loading-1,0),i.lastQuery=null,i.clearActiveOption(),i.setupOptions(t,e),i.refreshOptions(i.isFocused&&!i.isInputHidden),i.loading||D(i.wrapper,i.settings.loadingClass),i.trigger("load",t,e)}preload(){var t=this.wrapper.classList
|
224
|
+
t.contains("preloaded")||(t.add("preloaded"),this.load(""))}setTextboxValue(t=""){var e=this.control_input
|
225
|
+
e.value!==t&&(e.value=t,$(e,"update"),this.lastValue=t)}getValue(){return this.is_select_tag&&this.input.hasAttribute("multiple")?this.items:this.items.join(this.settings.delimiter)}setValue(t,e){Z(this,e?[]:["change"],(()=>{this.clear(e),this.addItems(t,e)}))}setMaxItems(t){0===t&&(t=null),this.settings.maxItems=t,this.refreshState()}setActiveItem(t,e){var i,s,n,o,r,l,a=this
|
226
|
+
if("single"!==a.settings.mode){if(!t)return a.clearActiveItems(),void(a.isFocused&&a.showInput())
|
227
|
+
if("click"===(i=e&&e.type.toLowerCase())&&it("shiftKey",e)&&a.activeItems.length){for(l=a.getLastActive(),(n=Array.prototype.indexOf.call(a.control.children,l))>(o=Array.prototype.indexOf.call(a.control.children,t))&&(r=n,n=o,o=r),s=n;s<=o;s++)t=a.control.children[s],-1===a.activeItems.indexOf(t)&&a.setActiveItemClass(t)
|
228
|
+
tt(e)}else"click"===i&&it(G,e)||"keydown"===i&&it("shiftKey",e)?t.classList.contains("active")?a.removeActiveItem(t):a.setActiveItemClass(t):(a.clearActiveItems(),a.setActiveItemClass(t))
|
229
|
+
a.hideInput(),a.isFocused||a.focus()}}setActiveItemClass(t){const e=this,i=e.control.querySelector(".last-active")
|
230
|
+
i&&D(i,"last-active"),q(t,"active last-active"),e.trigger("item_select",t),-1==e.activeItems.indexOf(t)&&e.activeItems.push(t)}removeActiveItem(t){var e=this.activeItems.indexOf(t)
|
231
|
+
this.activeItems.splice(e,1),D(t,"active")}clearActiveItems(){D(this.activeItems,"active"),this.activeItems=[]}setActiveOption(t,e=!0){t!==this.activeOption&&(this.clearActiveOption(),t&&(this.activeOption=t,B(this.focus_node,{"aria-activedescendant":t.getAttribute("id")}),B(t,{"aria-selected":"true"}),q(t,"active"),e&&this.scrollToOption(t)))}scrollToOption(t,e){if(!t)return
|
232
|
+
const i=this.dropdown_content,s=i.clientHeight,n=i.scrollTop||0,o=t.offsetHeight,r=t.getBoundingClientRect().top-i.getBoundingClientRect().top+n
|
233
|
+
r+o>s+n?this.scroll(r-s+o,e):r<n&&this.scroll(r,e)}scroll(t,e){const i=this.dropdown_content
|
234
|
+
e&&(i.style.scrollBehavior=e),i.scrollTop=t,i.style.scrollBehavior=""}clearActiveOption(){this.activeOption&&(D(this.activeOption,"active"),B(this.activeOption,{"aria-selected":null})),this.activeOption=null,B(this.focus_node,{"aria-activedescendant":null})}selectAll(){const t=this
|
235
|
+
if("single"===t.settings.mode)return
|
236
|
+
const e=t.controlChildren()
|
237
|
+
e.length&&(t.hideInput(),t.close(),t.activeItems=e,L(e,(e=>{t.setActiveItemClass(e)})))}inputState(){var t=this
|
238
|
+
t.control.contains(t.control_input)&&(B(t.control_input,{placeholder:t.settings.placeholder}),t.activeItems.length>0||!t.isFocused&&t.settings.hidePlaceholder&&t.items.length>0?(t.setTextboxValue(),t.isInputHidden=!0):(t.settings.hidePlaceholder&&t.items.length>0&&B(t.control_input,{placeholder:""}),t.isInputHidden=!1),t.wrapper.classList.toggle("input-hidden",t.isInputHidden))}hideInput(){this.inputState()}showInput(){this.inputState()}inputValue(){return this.control_input.value.trim()}focus(){var t=this
|
239
|
+
t.isDisabled||(t.ignoreFocus=!0,t.control_input.offsetWidth?t.control_input.focus():t.focus_node.focus(),setTimeout((()=>{t.ignoreFocus=!1,t.onFocus()}),0))}blur(){this.focus_node.blur(),this.onBlur()}getScoreFunction(t){return this.sifter.getScoreFunction(t,this.getSearchOptions())}getSearchOptions(){var t=this.settings,e=t.sortField
|
240
|
+
return"string"==typeof t.sortField&&(e=[{field:t.sortField}]),{fields:t.searchField,conjunction:t.searchConjunction,sort:e,nesting:t.nesting}}search(t){var e,i,s=this,n=this.getSearchOptions()
|
241
|
+
if(s.settings.score&&"function"!=typeof(i=s.settings.score.call(s,t)))throw new Error('Tom Select "score" setting must be a function that returns a function')
|
242
|
+
return t!==s.lastQuery?(s.lastQuery=t,e=s.sifter.search(t,Object.assign(n,{score:i})),s.currentResults=e):e=Object.assign({},s.currentResults),s.settings.hideSelected&&(e.items=e.items.filter((t=>{let e=U(t.id)
|
243
|
+
return!(e&&-1!==s.items.indexOf(e))}))),e}refreshOptions(t=!0){var e,i,s,n,o,r,l,a,c,d
|
244
|
+
const u={},p=[]
|
245
|
+
var h=this,g=h.inputValue()
|
246
|
+
const f=g===h.lastQuery||""==g&&null==h.lastQuery
|
247
|
+
var v,m=h.search(g),y=null,O=h.settings.shouldOpen||!1,b=h.dropdown_content
|
248
|
+
for(f&&(y=h.activeOption)&&(c=y.closest("[data-group]")),n=m.items.length,"number"==typeof h.settings.maxOptions&&(n=Math.min(n,h.settings.maxOptions)),n>0&&(O=!0),e=0;e<n;e++){let t=m.items[e]
|
249
|
+
if(!t)continue
|
250
|
+
let n=t.id,l=h.options[n]
|
251
|
+
if(void 0===l)continue
|
252
|
+
let a=W(n),d=h.getOption(a,!0)
|
253
|
+
for(h.settings.hideSelected||d.classList.toggle("selected",h.items.includes(a)),o=l[h.settings.optgroupField]||"",i=0,s=(r=Array.isArray(o)?o:[o])&&r.length;i<s;i++){o=r[i],h.optgroups.hasOwnProperty(o)||(o="")
|
254
|
+
let t=u[o]
|
255
|
+
void 0===t&&(t=document.createDocumentFragment(),p.push(o)),i>0&&(d=d.cloneNode(!0),B(d,{id:l.$id+"-clone-"+i,"aria-selected":null}),d.classList.add("ts-cloned"),D(d,"active"),h.activeOption&&h.activeOption.dataset.value==n&&c&&c.dataset.group===o.toString()&&(y=d)),t.appendChild(d),u[o]=t}}h.settings.lockOptgroupOrder&&p.sort(((t,e)=>{const i=h.optgroups[t],s=h.optgroups[e]
|
256
|
+
return(i&&i.$order||0)-(s&&s.$order||0)})),l=document.createDocumentFragment(),L(p,(t=>{let e=u[t]
|
257
|
+
if(!e||!e.children.length)return
|
258
|
+
let i=h.optgroups[t]
|
259
|
+
if(void 0!==i){let t=document.createDocumentFragment(),s=h.render("optgroup_header",i)
|
260
|
+
ot(t,s),ot(t,e)
|
261
|
+
let n=h.render("optgroup",{group:i,options:t})
|
262
|
+
ot(l,n)}else ot(l,e)})),b.innerHTML="",ot(b,l),h.settings.highlight&&(v=b.querySelectorAll("span.highlight"),Array.prototype.forEach.call(v,(function(t){var e=t.parentNode
|
263
|
+
e.replaceChild(t.firstChild,t),e.normalize()})),m.query.length&&m.tokens.length&&L(m.tokens,(t=>{Q(b,t.regex)})))
|
264
|
+
var w=t=>{let e=h.render(t,{input:g})
|
265
|
+
return e&&(O=!0,b.insertBefore(e,b.firstChild)),e}
|
266
|
+
if(h.loading?w("loading"):h.settings.shouldLoad.call(h,g)?0===m.items.length&&w("no_results"):w("not_loading"),(a=h.canCreate(g))&&(d=w("option_create")),h.hasOptions=m.items.length>0||a,O){if(m.items.length>0){if(y||"single"!==h.settings.mode||null==h.items[0]||(y=h.getOption(h.items[0])),!b.contains(y)){let t=0
|
267
|
+
d&&!h.settings.addPrecedence&&(t=1),y=h.selectable()[t]}}else d&&(y=d)
|
268
|
+
t&&!h.isOpen&&(h.open(),h.scrollToOption(y,"auto")),h.setActiveOption(y)}else h.clearActiveOption(),t&&h.isOpen&&h.close(!1)}selectable(){return this.dropdown_content.querySelectorAll("[data-selectable]")}addOption(t,e=!1){const i=this
|
269
|
+
if(Array.isArray(t))return i.addOptions(t,e),!1
|
270
|
+
const s=U(t[i.settings.valueField])
|
271
|
+
return null!==s&&!i.options.hasOwnProperty(s)&&(t.$order=t.$order||++i.order,t.$id=i.inputId+"-opt-"+t.$order,i.options[s]=t,i.lastQuery=null,e&&(i.userOptions[s]=e,i.trigger("option_add",s,t)),s)}addOptions(t,e=!1){L(t,(t=>{this.addOption(t,e)}))}registerOption(t){return this.addOption(t)}registerOptionGroup(t){var e=U(t[this.settings.optgroupValueField])
|
272
|
+
return null!==e&&(t.$order=t.$order||++this.order,this.optgroups[e]=t,e)}addOptionGroup(t,e){var i
|
273
|
+
e[this.settings.optgroupValueField]=t,(i=this.registerOptionGroup(e))&&this.trigger("optgroup_add",i,e)}removeOptionGroup(t){this.optgroups.hasOwnProperty(t)&&(delete this.optgroups[t],this.clearCache(),this.trigger("optgroup_remove",t))}clearOptionGroups(){this.optgroups={},this.clearCache(),this.trigger("optgroup_clear")}updateOption(t,e){const i=this
|
228
274
|
var s,n
|
229
|
-
const o=
|
275
|
+
const o=U(t),r=U(e[i.settings.valueField])
|
230
276
|
if(null===o)return
|
231
|
-
|
277
|
+
const l=i.options[o]
|
278
|
+
if(null==l)return
|
232
279
|
if("string"!=typeof r)throw new Error("Value must be set in option data")
|
233
|
-
const
|
234
|
-
if(
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
if(
|
241
|
-
|
242
|
-
if(
|
280
|
+
const a=i.getOption(o),c=i.getItem(o)
|
281
|
+
if(e.$order=e.$order||l.$order,delete i.options[o],i.uncacheValue(r),i.options[r]=e,a){if(i.dropdown_content.contains(a)){const t=i._render("option",e)
|
282
|
+
K(a,t),i.activeOption===a&&i.setActiveOption(t)}a.remove()}c&&(-1!==(n=i.items.indexOf(o))&&i.items.splice(n,1,r),s=i._render("item",e),c.classList.contains("active")&&q(s,"active"),K(c,s)),i.lastQuery=null}removeOption(t,e){const i=this
|
283
|
+
t=W(t),i.uncacheValue(t),delete i.userOptions[t],delete i.options[t],i.lastQuery=null,i.trigger("option_remove",t),i.removeItem(t,e)}clearOptions(t){const e=(t||this.clearFilter).bind(this)
|
284
|
+
this.loadedSearches={},this.userOptions={},this.clearCache()
|
285
|
+
const i={}
|
286
|
+
L(this.options,((t,s)=>{e(t,s)&&(i[s]=t)})),this.options=this.sifter.items=i,this.lastQuery=null,this.trigger("option_clear")}clearFilter(t,e){return this.items.indexOf(e)>=0}getOption(t,e=!1){const i=U(t)
|
287
|
+
if(null===i)return null
|
288
|
+
const s=this.options[i]
|
289
|
+
if(null!=s){if(s.$div)return s.$div
|
290
|
+
if(e)return this._render("option",s)}return null}getAdjacent(t,e,i="option"){var s
|
291
|
+
if(!t)return null
|
243
292
|
s="item"==i?this.controlChildren():this.dropdown_content.querySelectorAll("[data-selectable]")
|
244
|
-
for(let i=0;i<s.length;i++)if(s[i]==
|
245
|
-
return null}getItem(
|
246
|
-
var
|
247
|
-
return null!==
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
293
|
+
for(let i=0;i<s.length;i++)if(s[i]==t)return e>0?s[i+1]:s[i-1]
|
294
|
+
return null}getItem(t){if("object"==typeof t)return t
|
295
|
+
var e=U(t)
|
296
|
+
return null!==e?this.control.querySelector(`[data-value="${nt(e)}"]`):null}addItems(t,e){var i=this,s=Array.isArray(t)?t:[t]
|
297
|
+
const n=(s=s.filter((t=>-1===i.items.indexOf(t))))[s.length-1]
|
298
|
+
s.forEach((t=>{i.isPending=t!==n,i.addItem(t,e)}))}addItem(t,e){Z(this,e?[]:["change","dropdown_close"],(()=>{var i,s
|
299
|
+
const n=this,o=n.settings.mode,r=U(t)
|
300
|
+
if((!r||-1===n.items.indexOf(r)||("single"===o&&n.close(),"single"!==o&&n.settings.duplicates))&&null!==r&&n.options.hasOwnProperty(r)&&("single"===o&&n.clear(e),"multi"!==o||!n.isFull())){if(i=n._render("item",n.options[r]),n.control.contains(i)&&(i=i.cloneNode(!0)),s=n.isFull(),n.items.splice(n.caretPos,0,r),n.insertAtCaret(i),n.isSetup){if(!n.isPending&&n.settings.hideSelected){let t=n.getOption(r),e=n.getAdjacent(t,1)
|
301
|
+
e&&n.setActiveOption(e)}n.isPending||n.settings.closeAfterSelect||n.refreshOptions(n.isFocused&&"single"!==o),0!=n.settings.closeAfterSelect&&n.isFull()?n.close():n.isPending||n.positionDropdown(),n.trigger("item_add",r,i),n.isPending||n.updateOriginalInput({silent:e})}(!n.isPending||!s&&n.isFull())&&(n.inputState(),n.refreshState())}}))}removeItem(t=null,e){const i=this
|
302
|
+
if(!(t=i.getItem(t)))return
|
253
303
|
var s,n
|
254
|
-
const o=
|
255
|
-
s=
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
var t
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
e.
|
267
|
-
|
304
|
+
const o=t.dataset.value
|
305
|
+
s=z(t),t.remove(),t.classList.contains("active")&&(n=i.activeItems.indexOf(t),i.activeItems.splice(n,1),D(t,"active")),i.items.splice(s,1),i.lastQuery=null,!i.settings.persist&&i.userOptions.hasOwnProperty(o)&&i.removeOption(o,e),s<i.caretPos&&i.setCaret(i.caretPos-1),i.updateOriginalInput({silent:e}),i.refreshState(),i.positionDropdown(),i.trigger("item_remove",o,t)}createItem(t=null,e=(()=>{})){3===arguments.length&&(e=arguments[2]),"function"!=typeof e&&(e=()=>{})
|
306
|
+
var i,s=this,n=s.caretPos
|
307
|
+
if(t=t||s.inputValue(),!s.canCreate(t))return e(),!1
|
308
|
+
s.lock()
|
309
|
+
var o=!1,r=t=>{if(s.unlock(),!t||"object"!=typeof t)return e()
|
310
|
+
var i=U(t[s.settings.valueField])
|
311
|
+
if("string"!=typeof i)return e()
|
312
|
+
s.setTextboxValue(),s.addOption(t,!0),s.setCaret(n),s.addItem(i),e(t),o=!0}
|
313
|
+
return i="function"==typeof s.settings.create?s.settings.create.call(this,t,r):{[s.settings.labelField]:t,[s.settings.valueField]:t},o||r(i),!0}refreshItems(){var t=this
|
314
|
+
t.lastQuery=null,t.isSetup&&t.addItems(t.items),t.updateOriginalInput(),t.refreshState()}refreshState(){const t=this
|
315
|
+
t.refreshValidityState()
|
316
|
+
const e=t.isFull(),i=t.isLocked
|
317
|
+
t.wrapper.classList.toggle("rtl",t.rtl)
|
318
|
+
const s=t.wrapper.classList
|
268
319
|
var n
|
269
|
-
s.toggle("focus",
|
270
|
-
|
320
|
+
s.toggle("focus",t.isFocused),s.toggle("disabled",t.isDisabled),s.toggle("required",t.isRequired),s.toggle("invalid",!t.isValid),s.toggle("locked",i),s.toggle("full",e),s.toggle("input-active",t.isFocused&&!t.isInputHidden),s.toggle("dropdown-active",t.isOpen),s.toggle("has-options",(n=t.options,0===Object.keys(n).length)),s.toggle("has-items",t.items.length>0)}refreshValidityState(){var t=this
|
321
|
+
t.input.validity&&(t.isValid=t.input.validity.valid,t.isInvalid=!t.isValid)}isFull(){return null!==this.settings.maxItems&&this.items.length>=this.settings.maxItems}updateOriginalInput(t={}){const e=this
|
271
322
|
var i,s
|
272
|
-
const n=
|
273
|
-
if(
|
274
|
-
function o(i,s,o){return i||(i=
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
if(
|
280
|
-
|
281
|
-
s.insertBefore(
|
282
|
-
t
|
323
|
+
const n=e.input.querySelector('option[value=""]')
|
324
|
+
if(e.is_select_tag){const t=[],r=e.input.querySelectorAll("option:checked").length
|
325
|
+
function o(i,s,o){return i||(i=T('<option value="'+X(s)+'">'+X(o)+"</option>")),i!=n&&e.input.append(i),t.push(i),(i!=n||r>0)&&(i.selected=!0),i}e.input.querySelectorAll("option:checked").forEach((t=>{t.selected=!1})),0==e.items.length&&"single"==e.settings.mode?o(n,"",""):e.items.forEach((n=>{if(i=e.options[n],s=i[e.settings.labelField]||"",t.includes(i.$option)){o(e.input.querySelector(`option[value="${nt(n)}"]:not(:checked)`),n,s)}else i.$option=o(i.$option,n,s)}))}else e.input.value=e.getValue()
|
326
|
+
e.isSetup&&(t.silent||e.trigger("change",e.getValue()))}open(){var t=this
|
327
|
+
t.isLocked||t.isOpen||"multi"===t.settings.mode&&t.isFull()||(t.isOpen=!0,B(t.focus_node,{"aria-expanded":"true"}),t.refreshState(),j(t.dropdown,{visibility:"hidden",display:"block"}),t.positionDropdown(),j(t.dropdown,{visibility:"visible",display:"block"}),t.focus(),t.trigger("dropdown_open",t.dropdown))}close(t=!0){var e=this,i=e.isOpen
|
328
|
+
t&&(e.setTextboxValue(),"single"===e.settings.mode&&e.items.length&&e.hideInput()),e.isOpen=!1,B(e.focus_node,{"aria-expanded":"false"}),j(e.dropdown,{display:"none"}),e.settings.hideSelected&&e.clearActiveOption(),e.refreshState(),i&&e.trigger("dropdown_close",e.dropdown)}positionDropdown(){if("body"===this.settings.dropdownParent){var t=this.control,e=t.getBoundingClientRect(),i=t.offsetHeight+e.top+window.scrollY,s=e.left+window.scrollX
|
329
|
+
j(this.dropdown,{width:e.width+"px",top:i+"px",left:s+"px"})}}clear(t){var e=this
|
330
|
+
if(e.items.length){var i=e.controlChildren()
|
331
|
+
L(i,(t=>{e.removeItem(t,!0)})),e.showInput(),t||e.updateOriginalInput(),e.trigger("clear")}}insertAtCaret(t){const e=this,i=e.caretPos,s=e.control
|
332
|
+
s.insertBefore(t,s.children[i]||null),e.setCaret(i+1)}deleteSelection(t){var e,i,s,n,o,r=this
|
333
|
+
e=t&&8===t.keyCode?-1:1,i={start:(o=r.control_input).selectionStart||0,length:(o.selectionEnd||0)-(o.selectionStart||0)}
|
283
334
|
const l=[]
|
284
|
-
if(r.activeItems.length)n=
|
285
|
-
else if((r.isFocused||"single"===r.settings.mode)&&r.items.length){const
|
286
|
-
|
287
|
-
|
288
|
-
for(
|
289
|
-
return r.showInput(),r.positionDropdown(),r.refreshOptions(!1),!0}
|
290
|
-
|
291
|
-
|
335
|
+
if(r.activeItems.length)n=M(r.activeItems,e),s=z(n),e>0&&s++,L(r.activeItems,(t=>l.push(t)))
|
336
|
+
else if((r.isFocused||"single"===r.settings.mode)&&r.items.length){const t=r.controlChildren()
|
337
|
+
let s
|
338
|
+
e<0&&0===i.start&&0===i.length?s=t[r.caretPos-1]:e>0&&i.start===r.inputValue().length&&(s=t[r.caretPos]),void 0!==s&&l.push(s)}if(!r.shouldDelete(l,t))return!1
|
339
|
+
for(tt(t,!0),void 0!==s&&r.setCaret(s);l.length;)r.removeItem(l.pop())
|
340
|
+
return r.showInput(),r.positionDropdown(),r.refreshOptions(!1),!0}shouldDelete(t,e){const i=t.map((t=>t.dataset.value))
|
341
|
+
return!(!i.length||"function"==typeof this.settings.onDelete&&!1===this.settings.onDelete(i,e))}advanceSelection(t,e){var i,s,n=this
|
342
|
+
n.rtl&&(t*=-1),n.inputValue().length||(it(G,e)||it("shiftKey",e)?(s=(i=n.getLastActive(t))?i.classList.contains("active")?n.getAdjacent(i,t,"item"):i:t>0?n.control_input.nextElementSibling:n.control_input.previousElementSibling)&&(s.classList.contains("active")&&n.removeActiveItem(i),n.setActiveItemClass(s)):n.moveCaret(t))}moveCaret(t){}getLastActive(t){let e=this.control.querySelector(".last-active")
|
343
|
+
if(e)return e
|
292
344
|
var i=this.control.querySelectorAll(".active")
|
293
|
-
return i?
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
const
|
298
|
-
|
299
|
-
|
300
|
-
s[t]
|
301
|
-
|
302
|
-
|
345
|
+
return i?M(i,t):void 0}setCaret(t){this.caretPos=this.items.length}controlChildren(){return Array.from(this.control.querySelectorAll("[data-ts-item]"))}lock(){this.isLocked=!0,this.refreshState()}unlock(){this.isLocked=!1,this.refreshState()}disable(){var t=this
|
346
|
+
t.input.disabled=!0,t.control_input.disabled=!0,t.focus_node.tabIndex=-1,t.isDisabled=!0,this.close(),t.lock()}enable(){var t=this
|
347
|
+
t.input.disabled=!1,t.control_input.disabled=!1,t.focus_node.tabIndex=t.tabIndex,t.isDisabled=!1,t.unlock()}destroy(){var t=this,e=t.revertSettings
|
348
|
+
t.trigger("destroy"),t.off(),t.wrapper.remove(),t.dropdown.remove(),t.input.innerHTML=e.innerHTML,t.input.tabIndex=e.tabIndex,D(t.input,"tomselected","ts-hidden-accessible"),t._destroy(),delete t.input.tomselect}render(t,e){var i,s
|
349
|
+
const n=this
|
350
|
+
if("function"!=typeof this.settings.render[t])return null
|
351
|
+
if(null==(s=n.settings.render[t].call(this,e,X)))return s
|
352
|
+
if(s=T(s),"option"===t||"option_create"===t?e[n.settings.disabledField]?B(s,{"aria-disabled":"true"}):B(s,{"data-selectable":""}):"optgroup"===t&&(i=e.group[n.settings.optgroupValueField],B(s,{"data-group":i}),e.group[n.settings.disabledField]&&B(s,{"data-disabled":""})),"option"===t||"item"===t){const i=W(e[n.settings.valueField])
|
353
|
+
B(s,{"data-value":i}),"item"===t?(q(s,n.settings.itemClass),B(s,{"data-ts-item":""})):(q(s,n.settings.optionClass),B(s,{role:"option",id:e.$id}),e.$div=s,n.options[i]=e)}return s}_render(t,e){const i=this.render(t,e)
|
354
|
+
if(null==i)throw"HTMLElement expected"
|
355
|
+
return i}clearCache(){L(this.options,(t=>{t.$div&&(t.$div.remove(),delete t.$div)}))}uncacheValue(t){const e=this.getOption(t)
|
356
|
+
e&&e.remove()}canCreate(t){return this.settings.create&&t.length>0&&this.settings.createFilter.call(this,t)}hook(t,e,i){var s=this,n=s[e]
|
357
|
+
s[e]=function(){var e,o
|
358
|
+
return"after"===t&&(e=n.apply(s,arguments)),o=i.apply(s,arguments),"instead"===t?o:("before"===t&&(e=n.apply(s,arguments)),e)}}}return at}))
|
359
|
+
var tomSelect=function(t,e){return new TomSelect(t,e)}
|
303
360
|
//# sourceMappingURL=tom-select.base.min.js.map
|