From 83c9cc813f92acb5e044f449a611f502f4747ba2 Mon Sep 17 00:00:00 2001 From: Sean Hamilton Date: Mon, 18 Nov 2019 15:53:37 +0000 Subject: [PATCH] docs(*): update docs to 2.2.2 --- docs/assets/css/main.css | 93 +++++++------ docs/assets/js/main.js | 2 +- docs/classes/_ochainable_.ochainable.html | 84 ++++++------ docs/globals.html | 132 +++++++++---------- docs/index.html | 66 +++++----- docs/interfaces/_types_.cleanoptions.html | 4 +- docs/interfaces/_types_.eachoptions.html | 4 +- docs/interfaces/_types_.everyoptions.html | 4 +- docs/interfaces/_types_.filteroptions.html | 4 +- docs/interfaces/_types_.findoptions.html | 4 +- docs/interfaces/_types_.flipoptions.html | 6 +- docs/interfaces/_types_.includesoptions.html | 4 +- docs/interfaces/_types_.keyofoptions.html | 4 +- docs/interfaces/_types_.keysoptions.html | 4 +- docs/interfaces/_types_.mapoptions.html | 4 +- docs/interfaces/_types_.oobject.html | 2 +- docs/interfaces/_types_.sliceoptions.html | 4 +- docs/interfaces/_types_.someoptions.html | 4 +- docs/interfaces/_types_.sortelement.html | 6 +- docs/interfaces/_types_.sortoptions.html | 4 +- docs/interfaces/_types_.valuesoptions.html | 4 +- docs/modules/_chainer_.html | 12 +- docs/modules/_clean_.html | 12 +- docs/modules/_clone_.html | 4 +- docs/modules/_deepequal_.html | 4 +- docs/modules/_deflate_.html | 8 +- docs/modules/_del_.html | 8 +- docs/modules/_each_.html | 8 +- docs/modules/_empty_.html | 12 +- docs/modules/_equal_.html | 4 +- docs/modules/_every_.html | 26 ++-- docs/modules/_filter_.html | 26 ++-- docs/modules/_find_.html | 8 +- docs/modules/_flip_.html | 30 ++--- docs/modules/_get_.html | 8 +- docs/modules/_has_.html | 10 +- docs/modules/_includes_.html | 10 +- docs/modules/_index_.html | 2 +- docs/modules/_inflate_.html | 8 +- docs/modules/_is_.html | 4 +- docs/modules/_keyof_.html | 18 +-- docs/modules/_keys_.html | 8 +- docs/modules/_map_.html | 34 ++--- docs/modules/_merge_.html | 4 +- docs/modules/_ochainable_.html | 2 +- docs/modules/_set_.html | 8 +- docs/modules/_shallowmerge_.html | 14 +- docs/modules/_size_.html | 8 +- docs/modules/_slice_.html | 14 +- docs/modules/_some_.html | 36 ++--- docs/modules/_sort_.html | 36 ++--- docs/modules/_types_.html | 16 +-- docs/modules/_util_.html | 16 +-- docs/modules/_values_.html | 20 +-- 54 files changed, 438 insertions(+), 443 deletions(-) diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css index c771b843..000d63f3 100644 --- a/docs/assets/css/main.css +++ b/docs/assets/css/main.css @@ -492,6 +492,8 @@ ul.tsd-descriptions > li > :last-child > :last-child > :last-child { padding-bottom: 200px; } .row { + display: -ms-flexbox; + display: flex; position: relative; margin: 0 -10px; } .row:after { @@ -1884,7 +1886,7 @@ footer { border-bottom: none; } .tsd-navigation { - padding: 0 0 0 40px; } + margin: 0 0 0 40px; } .tsd-navigation a { display: block; padding-top: 2px; @@ -1934,56 +1936,45 @@ footer { .tsd-navigation.primary li.globals + li > a { padding-top: 20px; } -.tsd-navigation.secondary ul { - transition: opacity 0.2s; } - .tsd-navigation.secondary ul li a { - padding-left: 25px; } - .tsd-navigation.secondary ul li li a { - padding-left: 45px; } - .tsd-navigation.secondary ul li li li a { - padding-left: 65px; } - .tsd-navigation.secondary ul li li li li a { - padding-left: 85px; } - .tsd-navigation.secondary ul li li li li li a { - padding-left: 105px; } - .tsd-navigation.secondary ul li li li li li li a { - padding-left: 125px; } - .tsd-navigation.secondary ul.current a { +.tsd-navigation.secondary { + max-height: calc(100vh - 1rem - 40px); + overflow: auto; + position: -webkit-sticky; + position: sticky; + top: calc(.5rem + 40px); + transition: .3s; } + .tsd-navigation.secondary.tsd-navigation--toolbar-hide { + max-height: calc(100vh - 1rem); + top: .5rem; } + .tsd-navigation.secondary ul { + transition: opacity 0.2s; } + .tsd-navigation.secondary ul li a { + padding-left: 25px; } + .tsd-navigation.secondary ul li li a { + padding-left: 45px; } + .tsd-navigation.secondary ul li li li a { + padding-left: 65px; } + .tsd-navigation.secondary ul li li li li a { + padding-left: 85px; } + .tsd-navigation.secondary ul li li li li li a { + padding-left: 105px; } + .tsd-navigation.secondary ul li li li li li li a { + padding-left: 125px; } + .tsd-navigation.secondary ul.current a { + border-left-color: #eee; } + .tsd-navigation.secondary li.focus > a, + .tsd-navigation.secondary ul.current li.focus > a { + border-left-color: #000; } + .tsd-navigation.secondary li.current { + margin-top: 20px; + margin-bottom: 20px; border-left-color: #eee; } - -.tsd-navigation.secondary li.focus > a, -.tsd-navigation.secondary ul.current li.focus > a { - border-left-color: #000; } - -.tsd-navigation.secondary li.current { - margin-top: 20px; - margin-bottom: 20px; - border-left-color: #eee; } - .tsd-navigation.secondary li.current > a { - font-weight: bold; } + .tsd-navigation.secondary li.current > a { + font-weight: bold; } @media (min-width: 901px) { .menu-sticky-wrap { - position: static; } - .no-csspositionsticky .menu-sticky-wrap.sticky { - position: fixed; } - .no-csspositionsticky .menu-sticky-wrap.sticky-current { - position: fixed; } - .no-csspositionsticky .menu-sticky-wrap.sticky-current ul.before-current, - .no-csspositionsticky .menu-sticky-wrap.sticky-current ul.after-current { - opacity: 0; } - .no-csspositionsticky .menu-sticky-wrap.sticky-bottom { - position: absolute; - top: auto !important; - left: auto !important; - bottom: 0; - right: 0; } - .csspositionsticky .menu-sticky-wrap.sticky { - position: -webkit-sticky; - position: sticky; } - .csspositionsticky .menu-sticky-wrap.sticky-current { - position: -webkit-sticky; - position: sticky; } } + position: static; } } .tsd-panel { margin: 20px 0; @@ -2204,7 +2195,7 @@ ul.tsd-type-parameters { padding: 0; } .tsd-page-toolbar { - position: absolute; + position: fixed; z-index: 1; top: 0; left: 0; @@ -2212,7 +2203,8 @@ ul.tsd-type-parameters { height: 40px; color: #333; background: #fff; - border-bottom: 1px solid #eee; } + border-bottom: 1px solid #eee; + transition: transform .3s linear; } .tsd-page-toolbar a { color: #333; text-decoration: none; } @@ -2232,6 +2224,9 @@ ul.tsd-type-parameters { .tsd-page-toolbar .table-cell:first-child { width: 100%; } +.tsd-page-toolbar--hide { + transform: translateY(-100%); } + .tsd-widget:before, .tsd-select .tsd-select-label:before, .tsd-select .tsd-select-list li:before { content: ''; display: inline-block; diff --git a/docs/assets/js/main.js b/docs/assets/js/main.js index 667b2694..5fe710b2 100644 --- a/docs/assets/js/main.js +++ b/docs/assets/js/main.js @@ -1 +1 @@ -!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";function x(e){return null!=e&&e===e.window}var t=[],E=C.document,r=Object.getPrototypeOf,s=t.slice,g=t.concat,u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.4.1",k=function(e,t){return new k.fn.init(e,t)},p=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function d(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0>10|55296,1023&r|56320)}function oe(){T()}var e,d,b,o,i,h,f,g,w,u,l,T,C,a,E,v,s,c,y,k="sizzle"+1*new Date,m=n.document,S=0,r=0,p=ue(),x=ue(),N=ue(),A=ue(),D=function(e,t){return e===t&&(l=!0),0},j={}.hasOwnProperty,t=[],q=t.pop,L=t.push,H=t.push,O=t.slice,P=function(e,t){for(var n=0,r=e.length;n+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp($),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+$),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(m.childNodes),m.childNodes),t[m.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&((e?e.ownerDocument||e:m)!==C&&T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!A[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&U.test(t)){for((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=k),o=(l=h(t)).length;o--;)l[o]="#"+s+" "+xe(l[o]);c=l.join(","),f=ee.test(t)&&ye(e.parentNode)||e}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){A(t,!0)}finally{s===k&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[k]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){for(var n=e.split("|"),r=n.length;r--;)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){for(var n,r=a([],e.length,o),i=r.length;i--;)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&void 0!==e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:m;return r!==C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),m!==C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=k,!C.getElementsByName||!C.getElementsByName(k).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if(void 0!==t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if(void 0!==t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];for(i=t.getElementsByName(e),r=0;o=i[r++];)if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"!==e)return o;for(;n=o[i++];)1===n.nodeType&&r.push(n);return r},b.find.CLASS=d.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+k+"-]").length||v.push("~="),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+k+"+*").length||v.push(".#.+[+~]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",$)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e===C||e.ownerDocument===m&&y(m,e)?-1:t===C||t.ownerDocument===m&&y(m,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===C?-1:t===C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);for(n=e;n=n.parentNode;)a.unshift(n);for(n=t;n=n.parentNode;)s.unshift(n);for(;a[r]===s[r];)r++;return r?pe(a[r],s[r]):a[r]===m?-1:s[r]===m?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if((e.ownerDocument||e)!==C&&T(e),d.matchesSelector&&E&&!A[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){A(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=p[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&p(e,function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?k.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?k.grep(e,function(e){return e===n!==r}):"string"!=typeof n?k.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(k.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||q,"string"!=typeof e)return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(k):k.makeArray(e,this);if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:L.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof k?t[0]:t,k.merge(this,k.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),D.test(r[1])&&k.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}).prototype=k.fn,q=k(E);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};function P(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}k.fn.extend({has:function(e){var t=k(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ve(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?k.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;nx",y.noCloneChecked=!!me.cloneNode(!0).lastChild.defaultValue;var Te=/^key/,Ce=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ee=/^([^.]*)(?:\.(.+)|)/;function ke(){return!0}function Se(){return!1}function Ne(e,t){return e===function(){try{return E.activeElement}catch(e){}}()==("focus"===t)}function Ae(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Ae(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Se;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return k().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=k.guid++)),e.each(function(){k.event.add(this,t,i,r,n)})}function De(e,i,o){o?(Q.set(e,i,!1),k.event.add(e,i,{namespace:!1,handler:function(e){var t,n,r=Q.get(this,i);if(1&e.isTrigger&&this[i]){if(r.length)(k.event.special[i]||{}).delegateType&&e.stopPropagation();else if(r=s.call(arguments),Q.set(this,i,r),t=o(this,i),this[i](),r!==(n=Q.get(this,i))||t?Q.set(this,i,!1):n={},r!==n)return e.stopImmediatePropagation(),e.preventDefault(),n.value}else r.length&&(Q.set(this,i,{value:k.event.trigger(k.extend(r[0],k.Event.prototype),r.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Q.get(e,i)&&k.event.add(e,i,ke)}k.event={global:{},add:function(t,e,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.get(t);if(v)for(n.handler&&(n=(o=n).handler,i=o.selector),i&&k.find.matchesSelector(ie,i),n.guid||(n.guid=k.guid++),(u=v.events)||(u=v.events={}),(a=v.handle)||(a=v.handle=function(e){return void 0!==k&&k.event.triggered!==e.type?k.event.dispatch.apply(t,arguments):void 0}),l=(e=(e||"").match(R)||[""]).length;l--;)d=g=(s=Ee.exec(e[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=k.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=k.event.special[d]||{},c=k.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&k.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,h,a)||t.addEventListener&&t.addEventListener(d,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),k.event.global[d]=!0)},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.hasData(e)&&Q.get(e);if(v&&(u=v.events)){for(l=(t=(t||"").match(R)||[""]).length;l--;)if(d=g=(s=Ee.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d){for(f=k.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;o--;)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,v.handle)||k.removeEvent(e,d,v.handle),delete u[d])}else for(d in u)k.event.remove(e,d+t[l],n,r,!0);k.isEmptyObject(u)&&Q.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=k.event.fix(e),u=new Array(arguments.length),l=(Q.get(this,"events")||{})[s.type]||[],c=k.event.special[s.type]||{};for(u[0]=s,t=1;t\x20\t\r\n\f]*)[^>]*)\/>/gi,qe=/\s*$/g;function Oe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&k(e).children("tbody")[0]||e}function Pe(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Re(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Me(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(Q.hasData(e)&&(o=Q.access(e),a=Q.set(t,o),l=o.events))for(i in delete a.handle,a.events={},l)for(n=0,r=l[i].length;n")},clone:function(e,t,n){var r,i,o,a,s,u,l,c=e.cloneNode(!0),f=oe(e);if(!(y.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||k.isXMLDoc(e)))for(a=ve(c),r=0,i=(o=ve(e)).length;r").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Vt,Gt=[],Yt=/(=)\?(?=&|$)|\?\?/;k.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Gt.pop()||k.expando+"_"+kt++;return this[e]=!0,e}}),k.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Yt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Yt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Yt,"$1"+r):!1!==e.jsonp&&(e.url+=(St.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||k.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?k(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Gt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Vt=E.implementation.createHTMLDocument("").body).innerHTML="
",2===Vt.childNodes.length),k.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=D.exec(e))?[t.createElement(i[1])]:(i=we([e],t,o),o&&o.length&&k(o).remove(),k.merge([],i.childNodes)));var r,i,o},k.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(k.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},k.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){k.fn[t]=function(e){return this.on(t,e)}}),k.expr.pseudos.animated=function(t){return k.grep(k.timers,function(e){return t===e.elem}).length},k.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=k.css(e,"position"),c=k(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=k.css(e,"top"),u=k.css(e,"left"),i=("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,r.left):(a=parseFloat(o)||0,parseFloat(u)||0),m(t)&&(t=t.call(e,n,k.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},k.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){k.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===k.css(r,"position"))t=r.getBoundingClientRect();else{for(t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;e&&(e===n.body||e===n.documentElement)&&"static"===k.css(e,"position");)e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=k(e).offset()).top+=k.css(e,"borderTopWidth",!0),i.left+=k.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-k.css(r,"marginTop",!0),left:t.left-i.left-k.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&"static"===k.css(e,"position");)e=e.offsetParent;return e||ie})}}),k.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;k.fn[t]=function(e){return _(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),k.each(["top","left"],function(e,n){k.cssHooks[n]=ze(y.pixelPosition,function(e,t){if(t)return t=_e(e,n),$e.test(t)?k(e).position()[n]+"px":t})}),k.each({Height:"height",Width:"width"},function(a,s){k.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){k.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return _(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?k.css(e,t,i):k.style(e,t,n,i)},s,n?e:void 0,n)}})}),k.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){k.fn[n]=function(e,t){return 0":">",'"':""","'":"'","`":"`"},P=h.invert(L);h.escape=W(L),h.unescape=W(P),h.result=function(n,r,t){h.isArray(r)||(r=[r]);var e=r.length;if(!e)return h.isFunction(t)?t.call(n):t;for(var u=0;u/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};function $(n){return"\\"+U[n]}var J=/(.)^/,U={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},V=/\\|'|\r|\n|\u2028|\u2029/g;h.template=function(i,n,r){!n&&r&&(n=r),n=h.defaults({},n,h.templateSettings);var t,e=RegExp([(n.escape||J).source,(n.interpolate||J).source,(n.evaluate||J).source].join("|")+"|$","g"),o=0,a="__p+='";i.replace(e,function(n,r,t,e,u){return a+=i.slice(o,u).replace(V,$),o=u+n.length,r?a+="'+\n((__t=("+r+"))==null?'':_.escape(__t))+\n'":t?a+="'+\n((__t=("+t+"))==null?'':__t)+\n'":e&&(a+="';\n"+e+"\n__p+='"),n}),a+="';\n",n.variable||(a="with(obj||{}){\n"+a+"}\n"),a="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+a+"return __p;\n";try{t=new Function(n.variable||"obj","_",a)}catch(n){throw n.source=a,n}function u(n){return t.call(this,n,h)}var c=n.variable||"obj";return u.source="function("+c+"){\n"+a+"}",u},h.chain=function(n){var r=h(n);return r._chain=!0,r};function G(n,r){return n._chain?h(r).chain():r}h.mixin=function(t){return h.each(h.functions(t),function(n){var r=h[n]=t[n];h.prototype[n]=function(){var n=[this._wrapped];return u.apply(n,arguments),G(this,r.apply(h,n))}}),h},h.mixin(h),h.each(["pop","push","reverse","shift","sort","splice","unshift"],function(r){var t=e[r];h.prototype[r]=function(){var n=this._wrapped;return t.apply(n,arguments),"shift"!==r&&"splice"!==r||0!==n.length||delete n[0],G(this,n)}}),h.each(["concat","join","slice"],function(n){var r=e[n];h.prototype[n]=function(){return G(this,r.apply(this._wrapped,arguments))}}),h.prototype.value=function(){return this._wrapped},h.prototype.valueOf=h.prototype.toJSON=h.prototype.value,h.prototype.toString=function(){return String(this._wrapped)},"function"==typeof define&&define.amd&&define("underscore",[],function(){return h})}(),function(t){var e="object"==typeof self&&self.self===self&&self||"object"==typeof global&&global.global===global&&global;if("function"==typeof define&&define.amd)define(["underscore","jquery","exports"],function(i,n,r){e.Backbone=t(e,r,i,n)});else if("undefined"!=typeof exports){var n,i=require("underscore");try{n=require("jquery")}catch(r){}t(e,exports,i,n)}else e.Backbone=t(e,{},e._,e.jQuery||e.Zepto||e.ender||e.$)}(function(t,e,i,n){var r=t.Backbone,s=Array.prototype.slice;e.VERSION="1.4.0",e.$=n,e.noConflict=function(){return t.Backbone=r,this},e.emulateHTTP=!1,e.emulateJSON=!1;var h,a=e.Events={},o=/\s+/,u=function(t,e,n,r,s){var h,a=0;if(n&&"object"==typeof n){void 0!==r&&"context"in s&&void 0===s.context&&(s.context=r);for(h=i.keys(n);athis.length&&(r=this.length),r<0&&(r+=this.length+1);var g,m,s=[],a=[],o=[],h=[],u={},l=e.add,c=e.merge,f=e.remove,d=!1,v=this.comparator&&null==r&&!1!==e.sort,p=i.isString(this.comparator)?this.comparator:null;for(m=0;m=this.length)return e.QueryLexer.EOS;var t=this.str.charAt(this.pos);return this.pos+=1,t},e.QueryLexer.prototype.width=function(){return this.pos-this.start},e.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},e.QueryLexer.prototype.backup=function(){this.pos-=1},e.QueryLexer.prototype.acceptDigitRun=function(){for(var t,r;47<(r=(t=this.next()).charCodeAt(0))&&r<58;);t!=e.QueryLexer.EOS&&this.backup()},e.QueryLexer.prototype.more=function(){return this.posscrollTop;)index-=1;for(;index ul.current"),_this.$navigation=_this.$el.parents(".menu-sticky-wrap"),_this.$container=_this.$el.parents(".row"),_this.listenTo(typedoc.viewport,"resize",_this.onResize),hasPositionSticky||_this.listenTo(typedoc.viewport,"scroll",_this.onScroll),_this.onResize(typedoc.viewport.width,typedoc.viewport.height),_this}return __extends(MenuSticky,_super),MenuSticky.prototype.setState=function(state){this.state!=state&&(""!=this.state&&this.$navigation.removeClass(this.state),this.state=state,""!=this.state&&this.$navigation.addClass(this.state))},MenuSticky.prototype.onResize=function(width,height){this.stickyMode=StickyMode.None,this.setState("");var containerTop=this.$container.offset().top,containerHeight=this.$container.height()||0,bottom=containerTop+containerHeight;if(this.$navigation.height()this.stickyBottom?this.setState("sticky-bottom"):this.setState(scrollTop+20>this.stickyTop?"sticky-current":""):this.stickyMode==StickyMode.Secondary&&(scrollTop>this.stickyBottom?this.setState("sticky-bottom"):this.setState(scrollTop+20>this.stickyTop?"sticky":""))},MenuSticky}(Backbone.View);typedoc.MenuSticky=MenuSticky,typedoc.registerComponent(MenuSticky,".menu-sticky")}(typedoc||(typedoc={})),function(typedoc){var search;!function(search){var SearchLoadingState;!function(SearchLoadingState){SearchLoadingState[SearchLoadingState.Idle=0]="Idle",SearchLoadingState[SearchLoadingState.Loading=1]="Loading",SearchLoadingState[SearchLoadingState.Ready=2]="Ready",SearchLoadingState[SearchLoadingState.Failure=3]="Failure"}(SearchLoadingState||(SearchLoadingState={}));var $el=$("#tsd-search"),$field=$("#tsd-search-field"),$results=$(".results"),base=$el.attr("data-base")+"/",query="",loadingState=SearchLoadingState.Idle,hasFocus=!1,preventPress=!1,index,resultClicked=!1;function createIndex(){var builder=new lunr.Builder;builder.pipeline.add(lunr.trimmer),builder.field("name",{boost:10}),builder.field("parent"),builder.ref("id");var rows=search.data.rows,pos=0,length=rows.length;!function batch(){for(var cycles=0;cycles++<100;)if(builder.add(rows[pos]),++pos==length)return index=builder.build(),setLoadingState(SearchLoadingState.Ready);setTimeout(batch,10)}()}function loadIndex(){loadingState==SearchLoadingState.Idle&&(setTimeout(function(){loadingState==SearchLoadingState.Idle&&setLoadingState(SearchLoadingState.Loading)},500),void 0!==search.data?createIndex():$.get($el.attr("data-index")).done(function(source){eval(source),createIndex()}).fail(function(){setLoadingState(SearchLoadingState.Failure)}))}function updateResults(){if($results.empty(),loadingState==SearchLoadingState.Ready&&query){var res=index.search("*"+query+"*");0===res.length&&(res=index.search("*"+query+"~1*"));for(var i=0,c=Math.min(10,res.length);i"+match+""}),parent=row.parent||"";(parent=parent.replace(new RegExp(query,"i"),function(match){return""+match+""}))&&(name=''+parent+"."+name),$results.append('
  • '+name+"
  • ")}}}function setLoadingState(value){loadingState!=value&&($el.removeClass(SearchLoadingState[loadingState].toLowerCase()),loadingState=value,$el.addClass(SearchLoadingState[loadingState].toLowerCase()),value==SearchLoadingState.Ready&&updateResults())}function setHasFocus(value){hasFocus!=value&&(hasFocus=value,$el.toggleClass("has-focus"),value?(setQuery(""),$field.val("")):$field.val(query))}function setQuery(value){query=$.trim(value),updateResults()}function setCurrentResult(dir){var $current=$results.find(".current");if(0==$current.length)$results.find(1==dir?"li:first-child":"li:last-child").addClass("current");else{var $rel=1==dir?$current.next("li"):$current.prev("li");0<$rel.length&&($current.removeClass("current"),$rel.addClass("current"))}}function gotoCurrentResult(){var $current=$results.find(".current");0==$current.length&&($current=$results.find("li:first-child")),0<$current.length&&(window.location.href=$current.find("a").prop("href"),$field.blur())}$results.on("mousedown",function(){resultClicked=!0}).on("mouseup",function(){setHasFocus(resultClicked=!1)}),$field.on("focusin",function(){setHasFocus(!0),loadIndex()}).on("focusout",function(){resultClicked?resultClicked=!1:setTimeout(function(){return setHasFocus(!1)},100)}).on("input",function(){setQuery($.trim(($field.val()||"").toString()))}).on("keydown",function(e){13==e.keyCode||27==e.keyCode||38==e.keyCode||40==e.keyCode?(preventPress=!0,e.preventDefault(),13==e.keyCode?gotoCurrentResult():27==e.keyCode?$field.blur():38==e.keyCode?setCurrentResult(-1):40==e.keyCode&&setCurrentResult(1)):preventPress=!1}).on("keypress",function(e){preventPress&&e.preventDefault()}),$("body").on("keydown",function(e){e.altKey||e.ctrlKey||e.metaKey||!hasFocus&&47this.groups.length-1&&(index=this.groups.length-1),this.index!=index){var to=this.groups[index];if(-1 .tsd-signature");if(!($signatures.length<2)){this.$container=this.$el.siblings(".tsd-descriptions");var $descriptions=this.$container.find("> .tsd-description");this.groups=[],$signatures.each(function(index,el){_this.groups.push(new SignatureGroup($(el),$descriptions.eq(index)))})}},Signature.prototype.onClick=function(e){var _this=this;e.preventDefault(),_(this.groups).forEach(function(group,index){group.$signature.is(e.currentTarget)&&_this.setIndex(index)})},Signature}(Backbone.View);typedoc.registerComponent(Signature,".tsd-signatures")}(typedoc||(typedoc={})),function(typedoc){var Toggle=function(_super){function Toggle(options){var _this=_super.call(this,options)||this;return _this.className=_this.$el.attr("data-toggle")||"",_this.$el.on(typedoc.pointerUp,function(e){return _this.onPointerUp(e)}),_this.$el.on("click",function(e){return e.preventDefault()}),typedoc.$document.on(typedoc.pointerDown,function(e){return _this.onDocumentPointerDown(e)}),typedoc.$document.on(typedoc.pointerUp,function(e){return _this.onDocumentPointerUp(e)}),_this}return __extends(Toggle,_super),Toggle.prototype.setActive=function(value){if(this.active!=value){this.active=value,typedoc.$html.toggleClass("has-"+this.className,value),this.$el.toggleClass("active",value);var transition=(this.active?"to-has-":"from-has-")+this.className;typedoc.$html.addClass(transition),setTimeout(function(){return typedoc.$html.removeClass(transition)},500)}},Toggle.prototype.onPointerUp=function(event){typedoc.hasPointerMoved||(this.setActive(!0),event.preventDefault())},Toggle.prototype.onDocumentPointerDown=function(e){if(this.active){var $path=$(e.target).parents().addBack();if($path.hasClass("col-menu"))return;if($path.hasClass("tsd-filter-group"))return;this.setActive(!1)}},Toggle.prototype.onDocumentPointerUp=function(e){var _this=this;if(!typedoc.hasPointerMoved&&this.active){var $path=$(e.target).parents().addBack();if($path.hasClass("col-menu")){var $link=$path.filter("a");if($link.length){var href=window.location.href;-1!=href.indexOf("#")&&(href=href.substr(0,href.indexOf("#"))),$link.prop("href").substr(0,href.length)==href&&setTimeout(function(){return _this.setActive(!1)},250)}}}},Toggle}(Backbone.View);typedoc.registerComponent(Toggle,"a[data-toggle]")}(typedoc||(typedoc={})),function(typedoc){typedoc.app=new typedoc.Application}(typedoc||(typedoc={})); \ No newline at end of file +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";function x(e){return null!=e&&e===e.window}var t=[],E=C.document,r=Object.getPrototypeOf,s=t.slice,g=t.concat,u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.4.1",k=function(e,t){return new k.fn.init(e,t)},p=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function d(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0>10|55296,1023&r|56320)}function oe(){T()}var e,d,b,o,i,h,f,g,w,u,l,T,C,a,E,v,s,c,y,k="sizzle"+1*new Date,m=n.document,S=0,r=0,p=ue(),x=ue(),N=ue(),A=ue(),D=function(e,t){return e===t&&(l=!0),0},j={}.hasOwnProperty,t=[],q=t.pop,L=t.push,H=t.push,O=t.slice,P=function(e,t){for(var n=0,r=e.length;n+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp($),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+$),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(m.childNodes),m.childNodes),t[m.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&((e?e.ownerDocument||e:m)!==C&&T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!A[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&U.test(t)){for((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=k),o=(l=h(t)).length;o--;)l[o]="#"+s+" "+xe(l[o]);c=l.join(","),f=ee.test(t)&&ye(e.parentNode)||e}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){A(t,!0)}finally{s===k&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[k]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){for(var n=e.split("|"),r=n.length;r--;)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){for(var n,r=a([],e.length,o),i=r.length;i--;)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&void 0!==e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:m;return r!==C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),m!==C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=k,!C.getElementsByName||!C.getElementsByName(k).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if(void 0!==t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if(void 0!==t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];for(i=t.getElementsByName(e),r=0;o=i[r++];)if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"!==e)return o;for(;n=o[i++];)1===n.nodeType&&r.push(n);return r},b.find.CLASS=d.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+k+"-]").length||v.push("~="),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+k+"+*").length||v.push(".#.+[+~]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",$)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e===C||e.ownerDocument===m&&y(m,e)?-1:t===C||t.ownerDocument===m&&y(m,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===C?-1:t===C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);for(n=e;n=n.parentNode;)a.unshift(n);for(n=t;n=n.parentNode;)s.unshift(n);for(;a[r]===s[r];)r++;return r?pe(a[r],s[r]):a[r]===m?-1:s[r]===m?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if((e.ownerDocument||e)!==C&&T(e),d.matchesSelector&&E&&!A[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){A(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=p[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&p(e,function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?k.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?k.grep(e,function(e){return e===n!==r}):"string"!=typeof n?k.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(k.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||q,"string"!=typeof e)return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(k):k.makeArray(e,this);if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:L.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof k?t[0]:t,k.merge(this,k.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),D.test(r[1])&&k.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}).prototype=k.fn,q=k(E);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};function P(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}k.fn.extend({has:function(e){var t=k(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,""],thead:[1,"","
    "],col:[2,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],_default:[0,"",""]};function ve(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?k.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;nx",y.noCloneChecked=!!me.cloneNode(!0).lastChild.defaultValue;var Te=/^key/,Ce=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ee=/^([^.]*)(?:\.(.+)|)/;function ke(){return!0}function Se(){return!1}function Ne(e,t){return e===function(){try{return E.activeElement}catch(e){}}()==("focus"===t)}function Ae(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Ae(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Se;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return k().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=k.guid++)),e.each(function(){k.event.add(this,t,i,r,n)})}function De(e,i,o){o?(Q.set(e,i,!1),k.event.add(e,i,{namespace:!1,handler:function(e){var t,n,r=Q.get(this,i);if(1&e.isTrigger&&this[i]){if(r.length)(k.event.special[i]||{}).delegateType&&e.stopPropagation();else if(r=s.call(arguments),Q.set(this,i,r),t=o(this,i),this[i](),r!==(n=Q.get(this,i))||t?Q.set(this,i,!1):n={},r!==n)return e.stopImmediatePropagation(),e.preventDefault(),n.value}else r.length&&(Q.set(this,i,{value:k.event.trigger(k.extend(r[0],k.Event.prototype),r.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Q.get(e,i)&&k.event.add(e,i,ke)}k.event={global:{},add:function(t,e,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.get(t);if(v)for(n.handler&&(n=(o=n).handler,i=o.selector),i&&k.find.matchesSelector(ie,i),n.guid||(n.guid=k.guid++),(u=v.events)||(u=v.events={}),(a=v.handle)||(a=v.handle=function(e){return void 0!==k&&k.event.triggered!==e.type?k.event.dispatch.apply(t,arguments):void 0}),l=(e=(e||"").match(R)||[""]).length;l--;)d=g=(s=Ee.exec(e[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=k.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=k.event.special[d]||{},c=k.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&k.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,h,a)||t.addEventListener&&t.addEventListener(d,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),k.event.global[d]=!0)},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.hasData(e)&&Q.get(e);if(v&&(u=v.events)){for(l=(t=(t||"").match(R)||[""]).length;l--;)if(d=g=(s=Ee.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d){for(f=k.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;o--;)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,v.handle)||k.removeEvent(e,d,v.handle),delete u[d])}else for(d in u)k.event.remove(e,d+t[l],n,r,!0);k.isEmptyObject(u)&&Q.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=k.event.fix(e),u=new Array(arguments.length),l=(Q.get(this,"events")||{})[s.type]||[],c=k.event.special[s.type]||{};for(u[0]=s,t=1;t\x20\t\r\n\f]*)[^>]*)\/>/gi,qe=/\s*$/g;function Oe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&k(e).children("tbody")[0]||e}function Pe(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Re(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Me(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(Q.hasData(e)&&(o=Q.access(e),a=Q.set(t,o),l=o.events))for(i in delete a.handle,a.events={},l)for(n=0,r=l[i].length;n")},clone:function(e,t,n){var r,i,o,a,s,u,l,c=e.cloneNode(!0),f=oe(e);if(!(y.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||k.isXMLDoc(e)))for(a=ve(c),r=0,i=(o=ve(e)).length;r").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Vt,Gt=[],Yt=/(=)\?(?=&|$)|\?\?/;k.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Gt.pop()||k.expando+"_"+kt++;return this[e]=!0,e}}),k.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Yt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Yt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Yt,"$1"+r):!1!==e.jsonp&&(e.url+=(St.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||k.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?k(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Gt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Vt=E.implementation.createHTMLDocument("").body).innerHTML="
    ",2===Vt.childNodes.length),k.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=D.exec(e))?[t.createElement(i[1])]:(i=we([e],t,o),o&&o.length&&k(o).remove(),k.merge([],i.childNodes)));var r,i,o},k.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(k.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},k.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){k.fn[t]=function(e){return this.on(t,e)}}),k.expr.pseudos.animated=function(t){return k.grep(k.timers,function(e){return t===e.elem}).length},k.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=k.css(e,"position"),c=k(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=k.css(e,"top"),u=k.css(e,"left"),i=("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,r.left):(a=parseFloat(o)||0,parseFloat(u)||0),m(t)&&(t=t.call(e,n,k.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},k.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){k.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===k.css(r,"position"))t=r.getBoundingClientRect();else{for(t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;e&&(e===n.body||e===n.documentElement)&&"static"===k.css(e,"position");)e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=k(e).offset()).top+=k.css(e,"borderTopWidth",!0),i.left+=k.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-k.css(r,"marginTop",!0),left:t.left-i.left-k.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&"static"===k.css(e,"position");)e=e.offsetParent;return e||ie})}}),k.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;k.fn[t]=function(e){return _(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),k.each(["top","left"],function(e,n){k.cssHooks[n]=ze(y.pixelPosition,function(e,t){if(t)return t=_e(e,n),$e.test(t)?k(e).position()[n]+"px":t})}),k.each({Height:"height",Width:"width"},function(a,s){k.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){k.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return _(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?k.css(e,t,i):k.style(e,t,n,i)},s,n?e:void 0,n)}})}),k.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){k.fn[n]=function(e,t){return 0":">",'"':""","'":"'","`":"`"},P=h.invert(L);h.escape=W(L),h.unescape=W(P),h.result=function(n,r,t){h.isArray(r)||(r=[r]);var e=r.length;if(!e)return h.isFunction(t)?t.call(n):t;for(var u=0;u/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};function $(n){return"\\"+U[n]}var J=/(.)^/,U={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},V=/\\|'|\r|\n|\u2028|\u2029/g;h.template=function(i,n,r){!n&&r&&(n=r),n=h.defaults({},n,h.templateSettings);var t,e=RegExp([(n.escape||J).source,(n.interpolate||J).source,(n.evaluate||J).source].join("|")+"|$","g"),o=0,a="__p+='";i.replace(e,function(n,r,t,e,u){return a+=i.slice(o,u).replace(V,$),o=u+n.length,r?a+="'+\n((__t=("+r+"))==null?'':_.escape(__t))+\n'":t?a+="'+\n((__t=("+t+"))==null?'':__t)+\n'":e&&(a+="';\n"+e+"\n__p+='"),n}),a+="';\n",n.variable||(a="with(obj||{}){\n"+a+"}\n"),a="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+a+"return __p;\n";try{t=new Function(n.variable||"obj","_",a)}catch(n){throw n.source=a,n}function u(n){return t.call(this,n,h)}var c=n.variable||"obj";return u.source="function("+c+"){\n"+a+"}",u},h.chain=function(n){var r=h(n);return r._chain=!0,r};function G(n,r){return n._chain?h(r).chain():r}h.mixin=function(t){return h.each(h.functions(t),function(n){var r=h[n]=t[n];h.prototype[n]=function(){var n=[this._wrapped];return u.apply(n,arguments),G(this,r.apply(h,n))}}),h},h.mixin(h),h.each(["pop","push","reverse","shift","sort","splice","unshift"],function(r){var t=e[r];h.prototype[r]=function(){var n=this._wrapped;return t.apply(n,arguments),"shift"!==r&&"splice"!==r||0!==n.length||delete n[0],G(this,n)}}),h.each(["concat","join","slice"],function(n){var r=e[n];h.prototype[n]=function(){return G(this,r.apply(this._wrapped,arguments))}}),h.prototype.value=function(){return this._wrapped},h.prototype.valueOf=h.prototype.toJSON=h.prototype.value,h.prototype.toString=function(){return String(this._wrapped)},"function"==typeof define&&define.amd&&define("underscore",[],function(){return h})}(),function(t){var e="object"==typeof self&&self.self===self&&self||"object"==typeof global&&global.global===global&&global;if("function"==typeof define&&define.amd)define(["underscore","jquery","exports"],function(i,n,r){e.Backbone=t(e,r,i,n)});else if("undefined"!=typeof exports){var n,i=require("underscore");try{n=require("jquery")}catch(r){}t(e,exports,i,n)}else e.Backbone=t(e,{},e._,e.jQuery||e.Zepto||e.ender||e.$)}(function(t,e,i,n){var r=t.Backbone,s=Array.prototype.slice;e.VERSION="1.4.0",e.$=n,e.noConflict=function(){return t.Backbone=r,this},e.emulateHTTP=!1,e.emulateJSON=!1;var h,a=e.Events={},o=/\s+/,u=function(t,e,n,r,s){var h,a=0;if(n&&"object"==typeof n){void 0!==r&&"context"in s&&void 0===s.context&&(s.context=r);for(h=i.keys(n);athis.length&&(r=this.length),r<0&&(r+=this.length+1);var g,m,s=[],a=[],o=[],h=[],u={},l=e.add,c=e.merge,f=e.remove,d=!1,v=this.comparator&&null==r&&!1!==e.sort,p=i.isString(this.comparator)?this.comparator:null;for(m=0;m=this.length)return e.QueryLexer.EOS;var t=this.str.charAt(this.pos);return this.pos+=1,t},e.QueryLexer.prototype.width=function(){return this.pos-this.start},e.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},e.QueryLexer.prototype.backup=function(){this.pos-=1},e.QueryLexer.prototype.acceptDigitRun=function(){for(var t,r;47<(r=(t=this.next()).charCodeAt(0))&&r<58;);t!=e.QueryLexer.EOS&&this.backup()},e.QueryLexer.prototype.more=function(){return this.pos=this.scrollTop||0===this.scrollTop,isShown!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),this.secondaryNav.classList.toggle("tsd-navigation--toolbar-hide")),this.lastY=this.scrollTop},Viewport}(typedoc.Events);typedoc.Viewport=Viewport,typedoc.registerService(Viewport,"viewport")}(typedoc||(typedoc={})),function(typedoc){typedoc.pointerDown="mousedown",typedoc.pointerMove="mousemove",typedoc.pointerUp="mouseup",typedoc.pointerDownPosition={x:0,y:0},typedoc.preventNextClick=!1,typedoc.isPointerDown=!1,typedoc.isPointerTouch=!1,typedoc.hasPointerMoved=!1,typedoc.isMobile=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),typedoc.$html.addClass(typedoc.isMobile?"is-mobile":"not-mobile"),typedoc.isMobile&&"ontouchstart"in document.documentElement&&(typedoc.isPointerTouch=!0,typedoc.pointerDown="touchstart",typedoc.pointerMove="touchmove",typedoc.pointerUp="touchend"),typedoc.$document.on(typedoc.pointerDown,function(e){typedoc.isPointerDown=!0,typedoc.hasPointerMoved=!1;var t="touchstart"==typedoc.pointerDown?e.originalEvent.targetTouches[0]:e;typedoc.pointerDownPosition.y=t.pageY||0,typedoc.pointerDownPosition.x=t.pageX||0}).on(typedoc.pointerMove,function(e){if(typedoc.isPointerDown&&!typedoc.hasPointerMoved){var t="touchstart"==typedoc.pointerDown?e.originalEvent.targetTouches[0]:e,x=typedoc.pointerDownPosition.x-(t.pageX||0),y=typedoc.pointerDownPosition.y-(t.pageY||0);typedoc.hasPointerMoved=10scrollTop;)index-=1;for(;index"+match+""}),parent=row.parent||"";(parent=parent.replace(new RegExp(query,"i"),function(match){return""+match+""}))&&(name=''+parent+"."+name),$results.append('
  • '+name+"
  • ")}}}function setLoadingState(value){loadingState!=value&&($el.removeClass(SearchLoadingState[loadingState].toLowerCase()),loadingState=value,$el.addClass(SearchLoadingState[loadingState].toLowerCase()),value==SearchLoadingState.Ready&&updateResults())}function setHasFocus(value){hasFocus!=value&&(hasFocus=value,$el.toggleClass("has-focus"),value?(setQuery(""),$field.val("")):$field.val(query))}function setQuery(value){query=$.trim(value),updateResults()}function setCurrentResult(dir){var $current=$results.find(".current");if(0==$current.length)$results.find(1==dir?"li:first-child":"li:last-child").addClass("current");else{var $rel=1==dir?$current.next("li"):$current.prev("li");0<$rel.length&&($current.removeClass("current"),$rel.addClass("current"))}}function gotoCurrentResult(){var $current=$results.find(".current");0==$current.length&&($current=$results.find("li:first-child")),0<$current.length&&(window.location.href=$current.find("a").prop("href"),$field.blur())}$results.on("mousedown",function(){resultClicked=!0}).on("mouseup",function(){setHasFocus(resultClicked=!1)}),$field.on("focusin",function(){setHasFocus(!0),loadIndex()}).on("focusout",function(){resultClicked?resultClicked=!1:setTimeout(function(){return setHasFocus(!1)},100)}).on("input",function(){setQuery($.trim(($field.val()||"").toString()))}).on("keydown",function(e){13==e.keyCode||27==e.keyCode||38==e.keyCode||40==e.keyCode?(preventPress=!0,e.preventDefault(),13==e.keyCode?gotoCurrentResult():27==e.keyCode?$field.blur():38==e.keyCode?setCurrentResult(-1):40==e.keyCode&&setCurrentResult(1)):preventPress=!1}).on("keypress",function(e){preventPress&&e.preventDefault()}),$("body").on("keydown",function(e){e.altKey||e.ctrlKey||e.metaKey||!hasFocus&&47this.groups.length-1&&(index=this.groups.length-1),this.index!=index){var to=this.groups[index];if(-1 .tsd-signature");if(!($signatures.length<2)){this.$container=this.$el.siblings(".tsd-descriptions");var $descriptions=this.$container.find("> .tsd-description");this.groups=[],$signatures.each(function(index,el){_this.groups.push(new SignatureGroup($(el),$descriptions.eq(index)))})}},Signature.prototype.onClick=function(e){var _this=this;_(this.groups).forEach(function(group,index){group.$signature.is(e.currentTarget)&&_this.setIndex(index)})},Signature}(Backbone.View);typedoc.registerComponent(Signature,".tsd-signatures")}(typedoc||(typedoc={})),function(typedoc){var Toggle=function(_super){function Toggle(options){var _this=_super.call(this,options)||this;return _this.className=_this.$el.attr("data-toggle")||"",_this.$el.on(typedoc.pointerUp,function(e){return _this.onPointerUp(e)}),_this.$el.on("click",function(e){return e.preventDefault()}),typedoc.$document.on(typedoc.pointerDown,function(e){return _this.onDocumentPointerDown(e)}),typedoc.$document.on(typedoc.pointerUp,function(e){return _this.onDocumentPointerUp(e)}),_this}return __extends(Toggle,_super),Toggle.prototype.setActive=function(value){if(this.active!=value){this.active=value,typedoc.$html.toggleClass("has-"+this.className,value),this.$el.toggleClass("active",value);var transition=(this.active?"to-has-":"from-has-")+this.className;typedoc.$html.addClass(transition),setTimeout(function(){return typedoc.$html.removeClass(transition)},500)}},Toggle.prototype.onPointerUp=function(event){typedoc.hasPointerMoved||(this.setActive(!0),event.preventDefault())},Toggle.prototype.onDocumentPointerDown=function(e){if(this.active){var $path=$(e.target).parents().addBack();if($path.hasClass("col-menu"))return;if($path.hasClass("tsd-filter-group"))return;this.setActive(!1)}},Toggle.prototype.onDocumentPointerUp=function(e){var _this=this;if(!typedoc.hasPointerMoved&&this.active){var $path=$(e.target).parents().addBack();if($path.hasClass("col-menu")){var $link=$path.filter("a");if($link.length){var href=window.location.href;-1!=href.indexOf("#")&&(href=href.substr(0,href.indexOf("#"))),$link.prop("href").substr(0,href.length)==href&&setTimeout(function(){return _this.setActive(!1)},250)}}}},Toggle}(Backbone.View);typedoc.registerComponent(Toggle,"a[data-toggle]")}(typedoc||(typedoc={})),function(typedoc){typedoc.app=new typedoc.Application}(typedoc||(typedoc={})); \ No newline at end of file diff --git a/docs/classes/_ochainable_.ochainable.html b/docs/classes/_ochainable_.ochainable.html index 32985a4a..854485ee 100644 --- a/docs/classes/_ochainable_.ochainable.html +++ b/docs/classes/_ochainable_.ochainable.html @@ -152,7 +152,7 @@

    constructor

  • @@ -194,7 +194,7 @@

    Private currentObject

    currentObject: OObject
    @@ -204,7 +204,7 @@

    Private modificationCount<
    modificationCount: number = 0
    @@ -214,7 +214,7 @@

    Private originalObject

    originalObject: OObject
    @@ -231,7 +231,7 @@

    clean

  • @@ -264,7 +264,7 @@

    clone

  • @@ -291,7 +291,7 @@

    deepEqual

  • @@ -324,7 +324,7 @@

    deflate

  • @@ -351,7 +351,7 @@

    del

  • @@ -384,7 +384,7 @@

    each

  • @@ -420,7 +420,7 @@

    empty

  • @@ -447,7 +447,7 @@

    equal

  • @@ -480,7 +480,7 @@

    every

  • @@ -517,7 +517,7 @@

    filter

  • @@ -554,7 +554,7 @@

    find

  • @@ -593,7 +593,7 @@

    flip

  • @@ -626,7 +626,7 @@

    get

  • @@ -662,7 +662,7 @@

    has

  • @@ -695,7 +695,7 @@

    includes

  • @@ -731,7 +731,7 @@

    inflate

  • @@ -758,7 +758,7 @@

    isModified

  • @@ -788,7 +788,7 @@

    keyOf

  • @@ -827,7 +827,7 @@

    keys

  • @@ -860,7 +860,7 @@

    map

  • @@ -896,7 +896,7 @@

    merge

  • @@ -929,7 +929,7 @@

    object

  • @@ -959,7 +959,7 @@

    objectRef

  • @@ -990,7 +990,7 @@

    original

  • @@ -1020,7 +1020,7 @@

    originalToJSON

  • @@ -1050,7 +1050,7 @@

    originalToPrettyJSON

  • @@ -1080,7 +1080,7 @@

    set

  • @@ -1116,7 +1116,7 @@

    shallowMerge

  • @@ -1149,7 +1149,7 @@

    size

  • @@ -1176,7 +1176,7 @@

    slice

  • @@ -1215,7 +1215,7 @@

    some

  • @@ -1251,7 +1251,7 @@

    sort

  • @@ -1287,7 +1287,7 @@

    toJSON

  • @@ -1317,7 +1317,7 @@

    toPrettyJSON

  • @@ -1347,7 +1347,7 @@

    totalModifications

  • @@ -1377,7 +1377,7 @@

    Protected updateCurrent<
  • @@ -1416,7 +1416,7 @@

    values

  • @@ -1448,7 +1448,7 @@

    Returns anyGlobals

  • - "OChainable" + "OChainable"
  • diff --git a/docs/globals.html b/docs/globals.html index 0ece7bb4..87483077 100644 --- a/docs/globals.html +++ b/docs/globals.html @@ -70,39 +70,39 @@

    Index

    External modules

    @@ -116,103 +116,103 @@

    External modules

    Globals
  • - "OChainable" + "OChainable"
  • - "chainer" + "chainer"
  • - "clean" + "clean"
  • - "clone" + "clone"
  • - "deepEqual" + "deepEqual"
  • - "deflate" + "deflate"
  • - "del" + "del"
  • - "each" + "each"
  • - "empty" + "empty"
  • - "equal" + "equal"
  • - "every" + "every"
  • - "filter" + "filter"
  • - "find" + "find"
  • - "flip" + "flip"
  • - "get" + "get"
  • - "has" + "has"
  • - "includes" + "includes"
  • - "index" + "index"
  • - "inflate" + "inflate"
  • - "is" + "is"
  • - "keyOf" + "keyOf"
  • - "keys" + "keys"
  • - "map" + "map"
  • - "merge" + "merge"
  • - "set" + "set"
  • - "shallowMerge" + "shallowMerge"
  • - "size" + "size"
  • - "slice" + "slice"
  • - "some" + "some"
  • - "sort" + "sort"
  • - "types" + "types"
  • - "util" + "util"
  • - "values" + "values"
  • diff --git a/docs/index.html b/docs/index.html index 4c930cbf..1781b85d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -163,103 +163,103 @@

    Contributing

    Globals
  • - "OChainable" + "OChainable"
  • - "chainer" + "chainer"
  • - "clean" + "clean"
  • - "clone" + "clone"
  • - "deepEqual" + "deepEqual"
  • - "deflate" + "deflate"
  • - "del" + "del"
  • - "each" + "each"
  • - "empty" + "empty"
  • - "equal" + "equal"
  • - "every" + "every"
  • - "filter" + "filter"
  • - "find" + "find"
  • - "flip" + "flip"
  • - "get" + "get"
  • - "has" + "has"
  • - "includes" + "includes"
  • - "index" + "index"
  • - "inflate" + "inflate"
  • - "is" + "is"
  • - "keyOf" + "keyOf"
  • - "keys" + "keys"
  • - "map" + "map"
  • - "merge" + "merge"
  • - "set" + "set"
  • - "shallowMerge" + "shallowMerge"
  • - "size" + "size"
  • - "slice" + "slice"
  • - "some" + "some"
  • - "sort" + "sort"
  • - "types" + "types"
  • - "util" + "util"
  • - "values" + "values"
  • diff --git a/docs/interfaces/_types_.cleanoptions.html b/docs/interfaces/_types_.cleanoptions.html index 8c6a97e4..42ea53cb 100644 --- a/docs/interfaces/_types_.cleanoptions.html +++ b/docs/interfaces/_types_.cleanoptions.html @@ -98,7 +98,7 @@

    Optional follow

    follow: undefined | false | true
    @@ -111,7 +111,7 @@

    Optional follow

    Globals
  • - "types" + "types"
  • diff --git a/docs/interfaces/_types_.eachoptions.html b/docs/interfaces/_types_.eachoptions.html index 1bd79931..4bf590b4 100644 --- a/docs/interfaces/_types_.eachoptions.html +++ b/docs/interfaces/_types_.eachoptions.html @@ -98,7 +98,7 @@

    Optional follow

    follow: undefined | false | true
    @@ -111,7 +111,7 @@

    Optional follow

    Globals
  • - "types" + "types"
  • diff --git a/docs/interfaces/_types_.everyoptions.html b/docs/interfaces/_types_.everyoptions.html index 78d338ef..a7ade277 100644 --- a/docs/interfaces/_types_.everyoptions.html +++ b/docs/interfaces/_types_.everyoptions.html @@ -98,7 +98,7 @@

    Optional follow

    follow: undefined | false | true
    @@ -111,7 +111,7 @@

    Optional follow

    Globals
  • - "types" + "types"
  • diff --git a/docs/interfaces/_types_.filteroptions.html b/docs/interfaces/_types_.filteroptions.html index ed65c398..e6c9c24c 100644 --- a/docs/interfaces/_types_.filteroptions.html +++ b/docs/interfaces/_types_.filteroptions.html @@ -98,7 +98,7 @@

    Optional follow

    follow: undefined | false | true
    @@ -111,7 +111,7 @@

    Optional follow

    Globals
  • - "types" + "types"
  • diff --git a/docs/interfaces/_types_.findoptions.html b/docs/interfaces/_types_.findoptions.html index 310b77b7..c1037968 100644 --- a/docs/interfaces/_types_.findoptions.html +++ b/docs/interfaces/_types_.findoptions.html @@ -98,7 +98,7 @@

    Optional follow

    follow: undefined | false | true
    @@ -111,7 +111,7 @@

    Optional follow

    Globals
  • - "types" + "types"
  • diff --git a/docs/interfaces/_types_.flipoptions.html b/docs/interfaces/_types_.flipoptions.html index b6ab038a..1549c13e 100644 --- a/docs/interfaces/_types_.flipoptions.html +++ b/docs/interfaces/_types_.flipoptions.html @@ -99,7 +99,7 @@

    Optional follow

    follow: undefined | false | true
    @@ -109,7 +109,7 @@

    Optional useToString

    useToString: undefined | false | true
    @@ -122,7 +122,7 @@

    Optional useToString

    Globals
  • - "types" + "types"
  • diff --git a/docs/interfaces/_types_.includesoptions.html b/docs/interfaces/_types_.includesoptions.html index 2ea5646a..1ccb97a5 100644 --- a/docs/interfaces/_types_.includesoptions.html +++ b/docs/interfaces/_types_.includesoptions.html @@ -98,7 +98,7 @@

    Optional follow

    follow: undefined | false | true
    @@ -111,7 +111,7 @@

    Optional follow

    Globals
  • - "types" + "types"
  • diff --git a/docs/interfaces/_types_.keyofoptions.html b/docs/interfaces/_types_.keyofoptions.html index b18d40e3..86cf3918 100644 --- a/docs/interfaces/_types_.keyofoptions.html +++ b/docs/interfaces/_types_.keyofoptions.html @@ -98,7 +98,7 @@

    Optional follow

    follow: undefined | false | true
    @@ -111,7 +111,7 @@

    Optional follow

    Globals
  • - "types" + "types"
  • diff --git a/docs/interfaces/_types_.keysoptions.html b/docs/interfaces/_types_.keysoptions.html index bb930c0e..d8347119 100644 --- a/docs/interfaces/_types_.keysoptions.html +++ b/docs/interfaces/_types_.keysoptions.html @@ -98,7 +98,7 @@

    Optional follow

    follow: undefined | false | true
    @@ -111,7 +111,7 @@

    Optional follow

    Globals
  • - "types" + "types"
  • diff --git a/docs/interfaces/_types_.mapoptions.html b/docs/interfaces/_types_.mapoptions.html index b56547c5..e2100331 100644 --- a/docs/interfaces/_types_.mapoptions.html +++ b/docs/interfaces/_types_.mapoptions.html @@ -98,7 +98,7 @@

    Optional follow

    follow: undefined | false | true
    @@ -111,7 +111,7 @@

    Optional follow

    Globals
  • - "types" + "types"
  • diff --git a/docs/interfaces/_types_.oobject.html b/docs/interfaces/_types_.oobject.html index 0ca1dd33..417abeb2 100644 --- a/docs/interfaces/_types_.oobject.html +++ b/docs/interfaces/_types_.oobject.html @@ -89,7 +89,7 @@

    Indexable

    Globals
  • - "types" + "types"
  • diff --git a/docs/interfaces/_types_.sliceoptions.html b/docs/interfaces/_types_.sliceoptions.html index df0e8fa9..76d7b954 100644 --- a/docs/interfaces/_types_.sliceoptions.html +++ b/docs/interfaces/_types_.sliceoptions.html @@ -98,7 +98,7 @@

    Optional follow

    follow: undefined | false | true
    @@ -111,7 +111,7 @@

    Optional follow

    Globals
  • - "types" + "types"
  • diff --git a/docs/interfaces/_types_.someoptions.html b/docs/interfaces/_types_.someoptions.html index 0b93e831..7da7f1a6 100644 --- a/docs/interfaces/_types_.someoptions.html +++ b/docs/interfaces/_types_.someoptions.html @@ -98,7 +98,7 @@

    Optional follow

    follow: undefined | false | true
    @@ -111,7 +111,7 @@

    Optional follow

    Globals
  • - "types" + "types"
  • diff --git a/docs/interfaces/_types_.sortelement.html b/docs/interfaces/_types_.sortelement.html index 6495449b..476ee6fc 100644 --- a/docs/interfaces/_types_.sortelement.html +++ b/docs/interfaces/_types_.sortelement.html @@ -99,7 +99,7 @@

    key

    key: string
    @@ -109,7 +109,7 @@

    value

    value: any
    @@ -122,7 +122,7 @@

    value

    Globals
  • - "types" + "types"
  • diff --git a/docs/interfaces/_types_.sortoptions.html b/docs/interfaces/_types_.sortoptions.html index 7bf173d9..f89f4333 100644 --- a/docs/interfaces/_types_.sortoptions.html +++ b/docs/interfaces/_types_.sortoptions.html @@ -98,7 +98,7 @@

    Optional follow

    follow: undefined | false | true
    @@ -111,7 +111,7 @@

    Optional follow

    Globals
  • - "types" + "types"
  • diff --git a/docs/interfaces/_types_.valuesoptions.html b/docs/interfaces/_types_.valuesoptions.html index d7fcf48c..16fffc6f 100644 --- a/docs/interfaces/_types_.valuesoptions.html +++ b/docs/interfaces/_types_.valuesoptions.html @@ -98,7 +98,7 @@

    Optional follow

    follow: undefined | false | true
    @@ -111,7 +111,7 @@

    Optional follow

    Globals
  • - "types" + "types"
  • diff --git a/docs/modules/_chainer_.html b/docs/modules/_chainer_.html index 76359dff..abec0b1b 100644 --- a/docs/modules/_chainer_.html +++ b/docs/modules/_chainer_.html @@ -91,7 +91,7 @@

    chainer

  • @@ -100,12 +100,12 @@

    chainer

    example
    -
    const a = { a: 1 }
    -const obj = chainer(a)
    +									
    const a = { a: 1 }
    +const obj = chainer(a)
     
     obj
    - .set('a', 2)
    - .merge({ b: 3 })
    + .set('a', 2)
    + .merge({ b: 3 })
      .toJSON()
    throws

    TypeError

    @@ -137,7 +137,7 @@

    Returns Globals

  • - "chainer" + "chainer"
  • diff --git a/docs/modules/_clean_.html b/docs/modules/_clean_.html index 89edac05..f2a3ae2b 100644 --- a/docs/modules/_clean_.html +++ b/docs/modules/_clean_.html @@ -97,7 +97,7 @@

    clean

  • @@ -106,9 +106,9 @@

    clean

    example
    -
    const a = { a: 1, b: null, c: undefined };
    +									
    const a = { a: 1, b: null, c: undefined };
     
    -clean(a); // => { a: 1 }
    +clean(a); // => { a: 1 }
    throws

    TypeError

    @@ -142,7 +142,7 @@

    Const DefaultOptions

    DefaultOptions: object
    @@ -151,7 +151,7 @@

    follow

    follow: false = false
    @@ -165,7 +165,7 @@

    follow

    Globals
  • - "clean" + "clean"
  • diff --git a/docs/modules/_clone_.html b/docs/modules/_clone_.html index 8f46b870..ba2ca90b 100644 --- a/docs/modules/_clone_.html +++ b/docs/modules/_clone_.html @@ -91,7 +91,7 @@

    clone

  • @@ -137,7 +137,7 @@

    Returns Globals

  • - "clone" + "clone"
  • diff --git a/docs/modules/_deepequal_.html b/docs/modules/_deepequal_.html index 816c937b..7c7ef342 100644 --- a/docs/modules/_deepequal_.html +++ b/docs/modules/_deepequal_.html @@ -91,7 +91,7 @@

    deepEqual

  • @@ -143,7 +143,7 @@

    Returns booleanGlobals

  • - "deepEqual" + "deepEqual"
  • diff --git a/docs/modules/_deflate_.html b/docs/modules/_deflate_.html index 68d8c312..2d168d0a 100644 --- a/docs/modules/_deflate_.html +++ b/docs/modules/_deflate_.html @@ -91,7 +91,7 @@

    deflate

  • @@ -101,9 +101,9 @@

    deflate

    example
    -
    const a = { a: 1, b: { c: 2 } };
    +									
    const a = { a: 1, b: { c: 2 } };
     
    -deflate(a); // => { a: 1, 'b.c': 2 }
    +deflate(a); // => { a: 1, 'b.c': 2 }
    throws

    TypeError

    @@ -134,7 +134,7 @@

    Returns Globals

  • - "deflate" + "deflate"
  • diff --git a/docs/modules/_del_.html b/docs/modules/_del_.html index 7a31b3d4..b0feaca9 100644 --- a/docs/modules/_del_.html +++ b/docs/modules/_del_.html @@ -91,7 +91,7 @@

    del

  • @@ -100,9 +100,9 @@

    del

    example
    -
    const a = { a: 1, b: { c: 2 } };
    +									
    const a = { a: 1, b: { c: 2 } };
     
    -del(a, 'b.c'); // => { a: 1, b: {} }
    +del(a, 'b.c'); // => { a: 1, b: {} }
    throws

    TypeError

    @@ -136,7 +136,7 @@

    Returns Globals

  • - "del" + "del"
  • diff --git a/docs/modules/_each_.html b/docs/modules/_each_.html index 71877981..3f042465 100644 --- a/docs/modules/_each_.html +++ b/docs/modules/_each_.html @@ -97,7 +97,7 @@

    each

  • @@ -157,7 +157,7 @@

    Const DefaultOptions

    DefaultOptions: object
    @@ -166,7 +166,7 @@

    follow

    follow: false = false
    @@ -180,7 +180,7 @@

    follow

    Globals
  • - "each" + "each"
  • diff --git a/docs/modules/_empty_.html b/docs/modules/_empty_.html index 1d136836..914bb546 100644 --- a/docs/modules/_empty_.html +++ b/docs/modules/_empty_.html @@ -91,7 +91,7 @@

    empty

  • @@ -100,11 +100,11 @@

    empty

    example
    -
    const a = { a: 1, b: 2 };
    -const b = {};
    +									
    const a = { a: 1, b: 2 };
    +const b = {};
     
    -empty(a); // => false
    -empty(b); // => true
    +empty(a); // => false +empty(b); // => true
    throws

    Error

    @@ -135,7 +135,7 @@

    Returns booleanGlobals

  • - "empty" + "empty"
  • diff --git a/docs/modules/_equal_.html b/docs/modules/_equal_.html index 8d1136b1..6281a848 100644 --- a/docs/modules/_equal_.html +++ b/docs/modules/_equal_.html @@ -91,7 +91,7 @@

    equal

  • @@ -144,7 +144,7 @@

    Returns booleanGlobals

  • - "equal" + "equal"
  • diff --git a/docs/modules/_every_.html b/docs/modules/_every_.html index df1d2aca..3da5f713 100644 --- a/docs/modules/_every_.html +++ b/docs/modules/_every_.html @@ -97,7 +97,7 @@

    every

  • @@ -106,17 +106,17 @@

    every

    example
    -
    const a = { a: 1, b: { c: 1 } };
    +									
    const a = { a: 1, b: { c: 1 } };
     
    -every(a, (key, value) => {
    -  return value === 1;
    -}); // => false
    +every(a, (key, value) => {
    +  return value === 1;
    +}); // => false
     
    -every(a, (key, value) => {
    -  return value === 1;
    -}, {
    -  follow: true,
    -}); // => true
    +every(a, (key, value) => { + return value === 1; +}, { + follow: true, +}); // => true
    throws

    TypeError

    @@ -153,7 +153,7 @@

    Const DefaultOptions

    DefaultOptions: object
    @@ -162,7 +162,7 @@

    follow

    follow: false = false
    @@ -176,7 +176,7 @@

    follow

    Globals
  • - "every" + "every"
  • diff --git a/docs/modules/_filter_.html b/docs/modules/_filter_.html index 1997b5de..7bb06eca 100644 --- a/docs/modules/_filter_.html +++ b/docs/modules/_filter_.html @@ -97,7 +97,7 @@

    filter

  • @@ -106,17 +106,17 @@

    filter

    example
    -
    const a = { a: 1, b: { c: 2 } };
    +									
    const a = { a: 1, b: { c: 2 } };
     
    -filter(a, (key, value) => {
    -  return value === 1;
    -}); // => { a: 1 }
    +filter(a, (key, value) => {
    +  return value === 1;
    +}); // => { a: 1 }
     
    -filter(a, (key, value) => {
    -  return value === 2;
    -}, {
    -  follow: true,
    -}); // => { b: { c: 2 } }
    +filter(a, (key, value) => { + return value === 2; +}, { + follow: true, +}); // => { b: { c: 2 } }
    throws

    TypeError

    @@ -153,7 +153,7 @@

    Const DefaultOptions

    DefaultOptions: object
    @@ -162,7 +162,7 @@

    follow

    follow: false = false
    @@ -176,7 +176,7 @@

    follow

    Globals
  • - "filter" + "filter"
  • diff --git a/docs/modules/_find_.html b/docs/modules/_find_.html index 67f1a640..6226da17 100644 --- a/docs/modules/_find_.html +++ b/docs/modules/_find_.html @@ -97,7 +97,7 @@

    find

  • @@ -156,7 +156,7 @@

    Const DefaultOptions

    DefaultOptions: object
    @@ -165,7 +165,7 @@

    follow

    follow: false = false
    @@ -179,7 +179,7 @@

    follow

    Globals
  • - "find" + "find"
  • diff --git a/docs/modules/_flip_.html b/docs/modules/_flip_.html index 183deabd..b2f19830 100644 --- a/docs/modules/_flip_.html +++ b/docs/modules/_flip_.html @@ -97,7 +97,7 @@

    flip

  • @@ -106,17 +106,17 @@

    flip

    example
    -
    const a = { a: 1, b: 2, c: 3 };
    -const b = { a: 1, b: { c: 2 } };
    -const c = { a: 1, b: { c: 2 } };
    +									
    const a = { a: 1, b: 2, c: 3 };
    +const b = { a: 1, b: { c: 2 } };
    +const c = { a: 1, b: { c: 2 } };
     
    -flip(a); // => { '1': 'a', '2': 'b', '3': 'c' }
    -flip(b, {
    -  follow: true,
    -}); // => { '1': 'a', '2': 'b.c' }
    -flip(b, {
    -  useToString: true,
    -}); // => { '1': 'a', '{"c":2}': 'b' }
    +flip(a); // => { '1': 'a', '2': 'b', '3': 'c' } +flip(b, { + follow: true, +}); // => { '1': 'a', '2': 'b.c' } +flip(b, { + useToString: true, +}); // => { '1': 'a', '{"c":2}': 'b' }
    throws

    TypeError

    @@ -150,7 +150,7 @@

    Const DefaultOptions

    DefaultOptions: object
    @@ -159,7 +159,7 @@

    follow

    follow: false = false
    @@ -169,7 +169,7 @@

    useToString

    useToString: false = false
    @@ -183,7 +183,7 @@

    useToString

    Globals
  • - "flip" + "flip"
  • diff --git a/docs/modules/_get_.html b/docs/modules/_get_.html index a8d4bc18..7239bb34 100644 --- a/docs/modules/_get_.html +++ b/docs/modules/_get_.html @@ -91,7 +91,7 @@

    get

  • @@ -100,9 +100,9 @@

    get

    example
    -
    const a = { a: 1, b: { c: 2 } };
    +									
    const a = { a: 1, b: { c: 2 } };
     
    -get(a, 'b.c'); // => 2
    +get(a, 'b.c'); // => 2
    throws

    TypeError

    @@ -139,7 +139,7 @@

    Returns anyGlobals

  • - "get" + "get"
  • diff --git a/docs/modules/_has_.html b/docs/modules/_has_.html index e1f1231f..687f6ee7 100644 --- a/docs/modules/_has_.html +++ b/docs/modules/_has_.html @@ -91,7 +91,7 @@

    has

  • @@ -100,10 +100,10 @@

    has

    example
    -
    const a = { a: 1, b: { c: 2 } };
    +									
    const a = { a: 1, b: { c: 2 } };
     
    -has(a, 'b.c'); // => true
    -has(a, 'b.d'); // => false
    +has(a, 'b.c'); // => true +has(a, 'b.d'); // => false
    throws

    Error

    @@ -137,7 +137,7 @@

    Returns booleanGlobals

  • - "has" + "has"
  • diff --git a/docs/modules/_includes_.html b/docs/modules/_includes_.html index 1041d0c7..c2c37089 100644 --- a/docs/modules/_includes_.html +++ b/docs/modules/_includes_.html @@ -97,7 +97,7 @@

    includes

  • @@ -112,7 +112,7 @@

    includes

    includes(a, 1); // => true includes(b, 2); // => false includes(b, 2, { - follow: true, + follow: true, }); // => true
    throws

    TypeError

    @@ -150,7 +150,7 @@

    Const DefaultOptions

    DefaultOptions: object
    @@ -159,7 +159,7 @@

    follow

    follow: false = false
    @@ -173,7 +173,7 @@

    follow

    Globals
  • - "includes" + "includes"
  • diff --git a/docs/modules/_index_.html b/docs/modules/_index_.html index d148d88e..66d1bd55 100644 --- a/docs/modules/_index_.html +++ b/docs/modules/_index_.html @@ -74,7 +74,7 @@

    External module "index"

    Globals
  • - "index" + "index"
  • diff --git a/docs/modules/_inflate_.html b/docs/modules/_inflate_.html index f848f4de..7dd71469 100644 --- a/docs/modules/_inflate_.html +++ b/docs/modules/_inflate_.html @@ -91,7 +91,7 @@

    inflate

  • @@ -101,9 +101,9 @@

    inflate

    example
    -
    const a = { a: 1, 'b.c': 2 };
    +									
    const a = { a: 1, 'b.c': 2 };
     
    -inflate(a); // => { a: 1, b: { c: 2 } }
    +inflate(a); // => { a: 1, b: { c: 2 } }
    throws

    TypeError

    @@ -134,7 +134,7 @@

    Returns Globals

  • - "inflate" + "inflate"
  • diff --git a/docs/modules/_is_.html b/docs/modules/_is_.html index bf288dc3..5b7bc98b 100644 --- a/docs/modules/_is_.html +++ b/docs/modules/_is_.html @@ -91,7 +91,7 @@

    is

  • @@ -135,7 +135,7 @@

    Returns booleanGlobals

  • - "is" + "is"
  • diff --git a/docs/modules/_keyof_.html b/docs/modules/_keyof_.html index 778aad08..b94da9a1 100644 --- a/docs/modules/_keyof_.html +++ b/docs/modules/_keyof_.html @@ -97,7 +97,7 @@

    keyOf

  • @@ -106,12 +106,12 @@

    keyOf

    example
    -
    const a = { a: 1, b: { c: 2 } };
    +									
    const a = { a: 1, b: { c: 2 } };
     
    -keyOf(a, 2); // => undefined
    -keyOf(a, 2, {
    -  follow: true,
    -}); // => 'b.c'
    +keyOf(a, 2); // => undefined +keyOf(a, 2, { + follow: true, +}); // => 'b.c'
    throws

    TypeError

    @@ -151,7 +151,7 @@

    Const DefaultOptions

    DefaultOptions: object
    @@ -160,7 +160,7 @@

    follow

    follow: false = false
    @@ -174,7 +174,7 @@

    follow

    Globals
  • - "keyOf" + "keyOf"
  • diff --git a/docs/modules/_keys_.html b/docs/modules/_keys_.html index d0b88ca4..ea487494 100644 --- a/docs/modules/_keys_.html +++ b/docs/modules/_keys_.html @@ -97,7 +97,7 @@

    keys

  • @@ -144,7 +144,7 @@

    Const DefaultOptions

    DefaultOptions: object
    @@ -153,7 +153,7 @@

    follow

    follow: false = false
    @@ -167,7 +167,7 @@

    follow

    Globals
  • - "keys" + "keys"
  • diff --git a/docs/modules/_map_.html b/docs/modules/_map_.html index 5f6aaaab..a9645ec4 100644 --- a/docs/modules/_map_.html +++ b/docs/modules/_map_.html @@ -97,7 +97,7 @@

    map

  • @@ -107,22 +107,22 @@

    map

    example
    -
    const a = { a: 1, b: 2, c: 3 };
    -const b = { a: 1, b: { c: 2 } };
    +									
    const a = { a: 1, b: 2, c: 3 };
    +const b = { a: 1, b: { c: 2 } };
     
    -map(a, (key, value) => {
    -  return value * 2;
    -}); // => { a: 2, b: 4, c: 6 }
    +map(a, (key, value) => {
    +  return value * 2;
    +}); // => { a: 2, b: 4, c: 6 }
     
    -map(b, (key, value) => {
    -  return value * 2;
    -}); // => { a: 2, b: NaN }
    +map(b, (key, value) => {
    +  return value * 2;
    +}); // => { a: 2, b: NaN }
     
    -map(b, (key, value) => {
    -  return value * 2;
    -}, {
    -  follow: true,
    -}); // => { a: 2, b: { c: 4 } }
    +map(b, (key, value) => { + return value * 2; +}, { + follow: true, +}); // => { a: 2, b: { c: 4 } }
    throws

    TypeError

    @@ -159,7 +159,7 @@

    Const DefaultOptions

    DefaultOptions: object
    @@ -168,7 +168,7 @@

    follow

    follow: false = false
    @@ -182,7 +182,7 @@

    follow

    Globals
  • - "map" + "map"
  • diff --git a/docs/modules/_merge_.html b/docs/modules/_merge_.html index 9f207d09..e531174b 100644 --- a/docs/modules/_merge_.html +++ b/docs/modules/_merge_.html @@ -91,7 +91,7 @@

    merge

  • @@ -140,7 +140,7 @@

    Returns Globals

  • - "merge" + "merge"
  • diff --git a/docs/modules/_ochainable_.html b/docs/modules/_ochainable_.html index 13e96821..53d9235e 100644 --- a/docs/modules/_ochainable_.html +++ b/docs/modules/_ochainable_.html @@ -87,7 +87,7 @@

    Classes

    Globals
  • - "OChainable" + "OChainable"
  • diff --git a/docs/modules/_set_.html b/docs/modules/_set_.html index bc4aa072..6f92e8f3 100644 --- a/docs/modules/_set_.html +++ b/docs/modules/_set_.html @@ -91,7 +91,7 @@

    set

  • @@ -100,9 +100,9 @@

    set

    example
    -
    const a = { a: 1 };
    +									
    const a = { a: 1 };
     
    -set(a, 'b.c', 2); // => { a: 1, b: { c: 2 } }
    +set(a, 'b.c', 2); // => { a: 1, b: { c: 2 } }
    throws

    TypeError

    @@ -139,7 +139,7 @@

    Returns Globals

  • - "set" + "set"
  • diff --git a/docs/modules/_shallowmerge_.html b/docs/modules/_shallowmerge_.html index a91b8dfa..a25236e8 100644 --- a/docs/modules/_shallowmerge_.html +++ b/docs/modules/_shallowmerge_.html @@ -91,7 +91,7 @@

    shallowMerge

  • @@ -101,12 +101,12 @@

    shallowMerge

    example
    -
    const a = { a: 1 };
    -const b = { b: 2 };
    -const c = { b: 5 };
    +									
    const a = { a: 1 };
    +const b = { b: 2 };
    +const c = { b: 5 };
     
    -shallowMerge(a, b); // => { a: 1, b: 2 }
    -shallowMerge(a, b, c); // => { a: 1, b: 5 }
    +shallowMerge(a, b); // => { a: 1, b: 2 } +shallowMerge(a, b, c); // => { a: 1, b: 5 }
    throws

    TypeError

    @@ -140,7 +140,7 @@

    Returns Globals

  • - "shallowMerge" + "shallowMerge"
  • diff --git a/docs/modules/_size_.html b/docs/modules/_size_.html index aba0acf2..9c53ad7d 100644 --- a/docs/modules/_size_.html +++ b/docs/modules/_size_.html @@ -91,7 +91,7 @@

    size

  • @@ -100,9 +100,9 @@

    size

    example
    -
    const a = { a: 1, b: 2 };
    +									
    const a = { a: 1, b: 2 };
     
    -size(a); // => 2
    +size(a); // => 2
    throws

    TypeError

    @@ -133,7 +133,7 @@

    Returns numberGlobals

  • - "size" + "size"
  • diff --git a/docs/modules/_slice_.html b/docs/modules/_slice_.html index 4076140c..a031ddb1 100644 --- a/docs/modules/_slice_.html +++ b/docs/modules/_slice_.html @@ -97,7 +97,7 @@

    slice

  • @@ -106,10 +106,10 @@

    slice

    example
    -
    const a = { a: 1, b: 2, c: 3, d: 4 };
    +									
    const a = { a: 1, b: 2, c: 3, d: 4 };
     
    -slice(a, 0, 1); // => { a: 1 }
    -slice(a, 1, 3); // => { b: 2, c: 3 }
    +slice(a, 0, 1); // => { a: 1 } +slice(a, 1, 3); // => { b: 2, c: 3 }
    throws

    TypeError

    @@ -149,7 +149,7 @@

    Const DefaultOptions

    DefaultOptions: object
    @@ -158,7 +158,7 @@

    follow

    follow: false = false
    @@ -172,7 +172,7 @@

    follow

    Globals
  • - "slice" + "slice"
  • diff --git a/docs/modules/_some_.html b/docs/modules/_some_.html index 3e6f1573..d4c8b504 100644 --- a/docs/modules/_some_.html +++ b/docs/modules/_some_.html @@ -97,7 +97,7 @@

    some

  • @@ -106,23 +106,23 @@

    some

    example
    -
    const a = { a: 1, b: { c: 1 } };
    +									
    const a = { a: 1, b: { c: 1 } };
     
    -some(a, (key, value) => {
    -  return value === 1;
    -}); // => true
    +some(a, (key, value) => {
    +  return value === 1;
    +}); // => true
     
    -some(a, (key, value) => {
    -  return value === 1;
    -}, {
    -  follow: true,
    -}); // => true
    +some(a, (key, value) => {
    +  return value === 1;
    +}, {
    +  follow: true,
    +}); // => true
     
    -some(a, (key, value) => {
    -  return value === 2;
    -}, {
    -  follow: true,
    -}); // => false
    +some(a, (key, value) => { + return value === 2; +}, { + follow: true, +}); // => false
    throws

    TypeError

    @@ -159,7 +159,7 @@

    Const DefaultOptions

    DefaultOptions: object
    @@ -168,7 +168,7 @@

    follow

    follow: false = false
    @@ -182,7 +182,7 @@

    follow

    Globals
  • - "some" + "some"
  • diff --git a/docs/modules/_sort_.html b/docs/modules/_sort_.html index a5cf812c..2128d8fe 100644 --- a/docs/modules/_sort_.html +++ b/docs/modules/_sort_.html @@ -97,7 +97,7 @@

    sort

  • @@ -106,22 +106,22 @@

    sort

    example
    -
    const a = { a: 3, b: 7, c: 5, d: 9 };
    -const b = { a: 3, b: 7, c: 5, d: { e: 1 }, f: 9 };
    +									
    const a = { a: 3, b: 7, c: 5, d: 9 };
    +const b = { a: 3, b: 7, c: 5, d: { e: 1 }, f: 9 };
     
    -sort(a, (a, b) => {
    - if (a.value < b.value) return -1;
    - if (a.value > b.value) return 1;
    - return 0;
    -}); // => { a: 3, c: 5, b: 7, d: 9 }
    +sort(a, (a, b) => {
    + if (a.value < b.value) return -1;
    + if (a.value > b.value) return 1;
    + return 0;
    +}); // => { a: 3, c: 5, b: 7, d: 9 }
     
    -sort(b, (a, b) => {
    - if (a.value < b.value) return -1;
    - if (a.value > b.value) return 1;
    - return 0;
    -}, {
    -  follow: true,
    -}); // => { d: { e: 1 }, a: 3, c: 5, b: 7, f: 9 }
    +sort(b, (a, b) => { + if (a.value < b.value) return -1; + if (a.value > b.value) return 1; + return 0; +}, { + follow: true, +}); // => { d: { e: 1 }, a: 3, c: 5, b: 7, f: 9 }
    throws

    TypeError

    @@ -158,7 +158,7 @@

    Const DefaultOptions

    DefaultOptions: object
    @@ -167,7 +167,7 @@

    follow

    follow: false = false
    @@ -181,7 +181,7 @@

    follow

    Globals
  • - "sort" + "sort"
  • diff --git a/docs/modules/_types_.html b/docs/modules/_types_.html index 0653d08f..4df2fa44 100644 --- a/docs/modules/_types_.html +++ b/docs/modules/_types_.html @@ -114,7 +114,7 @@

    EachCallback

    EachCallback: function
    @@ -151,7 +151,7 @@

    EveryCallback

    EveryCallback: function
    @@ -188,7 +188,7 @@

    FilterCallback

    FilterCallback: function
    @@ -225,7 +225,7 @@

    FindCallback

    FindCallback: function
    @@ -262,7 +262,7 @@

    MapCallback

    MapCallback: function
    @@ -299,7 +299,7 @@

    SomeCallback

    SomeCallback: function
    @@ -336,7 +336,7 @@

    SortCallback

    SortCallback: function
    @@ -373,7 +373,7 @@

    Returns numberGlobals
  • - "types" + "types"
  • diff --git a/docs/modules/_util_.html b/docs/modules/_util_.html index a9713dce..116d0ffb 100644 --- a/docs/modules/_util_.html +++ b/docs/modules/_util_.html @@ -100,7 +100,7 @@

    defaults

  • @@ -131,7 +131,7 @@

    fromDotNotation

  • @@ -159,7 +159,7 @@

    toDotNotation

  • @@ -187,7 +187,7 @@

    valid

  • @@ -214,7 +214,7 @@

    Const dotNotation

    dotNotation: object
    @@ -228,7 +228,7 @@

    from

    from: fromDotNotation = fromDotNotation
    @@ -238,7 +238,7 @@

    to

    to: toDotNotation = toDotNotation
    @@ -252,7 +252,7 @@

    to

    Globals
  • - "util" + "util"
  • diff --git a/docs/modules/_values_.html b/docs/modules/_values_.html index 4b70b539..fb824ec3 100644 --- a/docs/modules/_values_.html +++ b/docs/modules/_values_.html @@ -97,7 +97,7 @@

    values

  • @@ -106,13 +106,13 @@

    values

    example
    -
    const a = { a: 1, b: 2, c: 3, d: 4, e: 5 };
    -const b = { a: 1, b: { c: 2, d: 3 } };
    +									
    const a = { a: 1, b: 2, c: 3, d: 4, e: 5 };
    +const b = { a: 1, b: { c: 2, d: 3 } };
     
    -values(a); // => [ 1, 2, 3, 4, 5 ]
    -values(b, {
    -  follow: true,
    -}); // => [ 1, 2, 3 ]
    +values(a); // => [ 1, 2, 3, 4, 5 ] +values(b, { + follow: true, +}); // => [ 1, 2, 3 ]
    throws

    TypeError

    @@ -146,7 +146,7 @@

    Const DefaultOptions

    DefaultOptions: object
    @@ -155,7 +155,7 @@

    follow

    follow: false = false
    @@ -169,7 +169,7 @@

    follow

    Globals
  • - "values" + "values"