1/*! jQuery UI - v1.13.1 - 2022-01-20
2* http://jqueryui.com
3* Includes: data.js, disable-selection.js, escape-selector.js, focusable.js, form-reset-mixin.js, form.js, ie.js, jquery-1-7.js, keycode.js, labels.js, plugin.js, position.js, safe-active-element.js, safe-blur.js, scroll-parent.js, tabbable.js, unique-id.js, version.js, widget.js
4* Copyright jQuery Foundation and other contributors; Licensed */
5!function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)}
6(function(x){"use strict";var t,e,i,n,W,C,o,s,r,l,a,h,u;function E(t,e,i){return[parseFloat(t[0])*(a.test(t[0])?e/100:1),parseFloat(t[1])*(a.test(t[1])?i/100:1)]}
7function L(t,e){return parseInt(x.css(t,e),10)||0}
8function N(t){return null!=t&&t===t.window}
9x.ui=x.ui||{}
10,x.ui.version="1.13.1",
11/*!
12 * jQuery UI :data 1.13.1
13 * http://jqueryui.com
14 *
15 * Copyright jQuery Foundation and other contributors
16 * Released under the MIT license.
17 * http://jquery.org/license
18 */
19x.extend(x.expr.pseudos,{data:x.expr.createPseudo?x.expr.createPseudo(function(e){return function(t){return!!x.data(t,e)}
20}
21):function(t,e,i){return!!x.data(t,i[3])}
22}
23),
24/*!
25 * jQuery UI Disable Selection 1.13.1
26 * http://jqueryui.com
27 *
28 * Copyright jQuery Foundation and other contributors
29 * Released under the MIT license.
30 * http://jquery.org/license
31 */
32x.fn.extend({disableSelection:(t="onselectstart"in document.createElement("div")?"selectstart":"mousedown",function(){return this.on(t+".ui-disableSelection",function(t){t.preventDefault()}
33)}
34),enableSelection:function(){return this.off(".ui-disableSelection")}
35}
36),
37/*!
38 * jQuery UI Focusable 1.13.1
39 * http://jqueryui.com
40 *
...
</html>